@charset "utf-8";
:root {
  --blue :#005d7f;
}
html {
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  height: 100%;
  font-size: 0.67vw;
  font-size: 62.5%;
}
body {
  margin: 0;
  padding: 0;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  color: #1e2123;
  font-size: 1.8rem;
  font-feature-settings: "palt" 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 1.3rem;
  }
}
label {
  width: auto;
  max-width: auto;
}
p {
  line-height: 1.6;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:link {
  color: inherit;
  text-decoration: underline;
}
a:visited {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:active {
  color: rgba(71, 71, 71, 1.00);
}
a img {
  transition: 0.5s;
}
a:hover img {
  opacity: 0.8;
  transition: 0.5s;
}
@media screen and (min-width:598px) {
  a.tel_link {
    color: inherit;
    text-decoration: none;
  }
}
.hover_img {
  overflow: hidden;
  display: block;
}
.hover_img img{
 transition:1s all;
}
.hover_img img:hover{
  transform:scale(1.04,1.04);
  transition:0.4s all;
}
/*-form
-------------------------------------------------------------------*/
 
.form_small {
  width: 5rem;
  height: 1.4rem;
  font-size: 1.2rem;
  background-color: rgba(247,247,247,1.00);
}
.form_middle {
  width: 1.2rem;
  height: 1.4rem;
  font-size: 1.2rem;
  background-color: rgba(255,255,255,1.00);
}
.form_long {
  width: 26rem;
  height: 1.4rem;
  font-size: 1.2rem;
  background-color: rgba(255,255,255,1.00);
}
input[type="text"],input[type="email"],input[type="tel"],textarea {
  box-shadow: none;
  border: none;
  padding: 1.5rem;
  border-radius: 1rem;
  width: 100%;
  background-color: rgba(255,255,255,1.00);
}
/*	header#globalHeader　----------------------------------------------------*/
header#globalHeader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
header#globalHeader .container-fluid {
  padding-inline: 0;
}
ul.navbar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.navbar-nav.hidden {
  opacity: 0;
}
ul.navbar-nav li {
  list-style: none;
  display: inline;
  padding: 0;
  margin-inline: 1rem;
  writing-mode: vertical-rl;
}
ul.navbar-nav li a {
  text-decoration: none;
  color: var(--blue);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  transition: 0.6s;
}
ul.navbar-nav li a.active {
  color: #b9ffff !important;
}
ul.navbar-nav li a:hover {
  color: #b9ffff;
  transition: 0.6s;
}
body#home ul.navbar-nav li a  {
  color: #ffffff;
}
body#home ul.navbar-nav li a:hover {
  color: #b9ffff;
  transition: 0.6s;
}
body#about ul.navbar-nav li a  {
  color: #ffffff;
}
body#about ul.navbar-nav li a:hover {
  color: #b9ffff;
  transition: 0.6s;
}
.navbar-collapse {
  margin-top: 4rem;
}
.navbar-collapse li {
}
.navbar-brand {
  order: 2;
  margin-left: auto;
}
@media (max-width: 744px) {
  .navbar-brand {
    order: 2;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
  .navbar-brand img {
    width: 100%;
    height: auto;
  }
}
/*トグルボタン----------------------------------*/
.toggle {
  position: fixed;
  top: 15px;
  right: 15px;
  background-color: transparent;
  border-style: none;
  z-index: 9999;
}
.toggle:focus {
  outline: none;
}
.pc {
  display: none;
}
@media (min-width: 991px) {
  .toggle {
    display: none;
    transition: 1.2s;
  }
  .smp {
    display: none;
  }
  .pc {
    display: block;
  }
}
.navbar-collapse.active {
  width: 100%;
  height: 100vh;
  background-color: #005f82;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  margin-top: 0;
  display: block;
}
.navbar-collapse.active ul.navbar-nav li a {
  color: #fff;
}
ul.navbar-nav {
  height: 100%;
  list-style: none;
  padding: 0;
  margin-left: 2rem;
  display: flex;
  justify-content: center;
}
.active ul.navbar-nav {
  align-items: center;

}
ul.navbar-nav li {
  display: block;
  margin: 0 1rem;
}
.page ul.navbar-nav,
.single ul.navbar-nav {
  order: 1;
}
.collapse.hidden {
  display: none;
}
.navbar-collapse.active.hidden {
  display: block;
}
.toggle.display {
  display: block;
}

.navbar-toggle-anime, .navbar-toggle-anime span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.navbar-toggle-anime {
  position: relative;
  width: 26px;
  height: 26px;
}
.navbar-toggle-anime span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #111111;
  mix-blend-mode: difference;
  border-radius: 4px;
}
body.active .navbar-toggle-anime span {
  background-color: #fff;
}
.navbar-toggle-anime span:nth-of-type(1) {
  top: 0;
}
.navbar-toggle-anime span:nth-of-type(2) {
  top: 10px;
}
.navbar-toggle-anime span:nth-of-type(3) {
  bottom: 5px;
}
.navbar-toggle-anime.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.navbar-toggle-anime.active span:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggle-anime.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(315deg);
  transform: translateY(-9px) rotate(315deg);
}

/*	footer#globalFooter　----------------------------------------------------*/
footer#globalFooter {
  padding-block: 12rem 2rem;
  position: relative;
  background-color: #ffffff;
}
footer#globalFooter:after {
  content: "";
  background-image: url(../images/share/foot_bg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 0;
}
.footer {
  position: relative;
  z-index: 1;
  width: 100%;
  flex-wrap: wrap;
}
.footer h2,
.footer h3 {
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 4rem;
  color: #005d7f;
}
.footer p {
  margin-bottom: 5rem;
}
.footer ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 6rem;
}
.footer a {
  transition: 0.4s;
  text-decoration: none;
}
.footer a:hover img {
  animation: hoverBig 1s forwards;
}
@keyframes hoverBig {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
.page-top {
  right: -50px;
  bottom: 50px;
  position: fixed;
  z-index: 999999;
}
.page-top a {
  border-radius: 10rem;
  background-color: #005f82;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  display:block;
  position: relative;
}
.page-top a:after {
  content: "";
  display: block;
  background: #ffffff;
  height: calc(tan(60deg) * 60px / 2);
  width: 10px;
  height: 10px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
}
footer#globalFooter .copyright {
	text-align: center;
  font-size: 1rem;
  letter-spacing: 0.2rem;
}

/* common ----------------------------------------------------*/
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-start {
	justify-content: flex-start;
}
.flex-center {
	justify-content:center;
}
.flex-end {
	justify-content:flex-end;
}
.flex-around {
	justify-content:space-around;
}
.center_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width:767px) {
	.flex {
		display: block;
	}
  .page ul.navbar-nav,
.single ul.navbar-nav {
  padding: 0;
  margin: 0;
}
}

/* home ------------------------------------------------------------------------------*/
body {
  position: relative;
}
main {
  position: relative;
  z-index: 10;
}

.mv {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.scrolldown{
  z-index: 100;
  position:absolute;
  bottom:0px;
  left:5%;
}
.scrolldown span{
  z-index: 100;
  position: absolute;
  left:10px;
  bottom:10px;
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.scrolldown:before {
  content: "";
  position: absolute;
  bottom:0;
  left:-4px;
  width:10px;
  height:10px;
  border-radius: 50%;
  background:#eee;
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
  100%{opacity:0;}
 }
.scrolldown:after{
  content:"";
  position: absolute;
  bottom:0;
  left:0;
  width:2px;
  height: 50px;
  background:#eee;
}
.slider {
  line-height: 0;
  font-size: 0;
}
.slick-img img {
  height: 100vh;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}
.about {
  background-color: #005f82;
  padding-block: 35rem;
  position: relative;
}

.about__content {
  width: 100%;
  max-width: 1300px;
  position: relative;
}
.about__content p {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.2;
  color: #fff;
}
.about__content img {
  width: 75%;
  height: auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.about .line-bg {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  width: 100%;
  overflow: hidden;
}
.about .line01 img {
  animation: lineBg-left 80s infinite alternate;
}
.about .line02 img {
  animation: lineBg-right 100s infinite alternate;
}
.about .line03 img {
  animation: lineBg-left 110s infinite alternate;
}
.about .line04 img {
  animation: lineBg-right 90s infinite alternate;
}
.about .line05 img {
  animation: lineBg-left 100s infinite alternate;
}

@keyframes lineBg-left {
      0%{
        transform: translateX(-50%);
      }
     100%{
        transform: translateX(0%);
      }
 }
@keyframes lineBg-right {
      0%{
        transform: translateX(0%);
      }
     100%{
        transform: translateX(-50%);
      }
 }
.movie {
  display: flex;
  justify-content: center;
  align-items: center;
}
.movie{
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}
.movie video{
  display: none;
}
.movie_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.movie_bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}
.service {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 5rem;
  position: relative;
  background-color: #FFFFFF;
}
.service:before {
  content: "";
  background-image: url(../images/home/service_bg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  mix-blend-mode: multiply;
  animation: service_bg-anime 50s infinite;
}
@keyframes service_bg-anime {
   0%{
     transform: translate(-50%,-50%);
   }
   100%{
     transform: translate(100%,-50%);
   }
 }
.service__content {
  width: 100%;
  max-width: 1740px;
}
.products {
  position: relative;
  background-color: #FFFFFF;
  overflow: hidden;
}

.products .container {
  max-width: 1920px;
}
.products .container {
  height: 100%;
}
.products .line-bg {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  width: 100%;
  overflow: hidden;
  z-index: 0;
}
.products .line-bg img {}
.products .line01 img {
  animation: lineBg-left 80s infinite alternate;
}
.products .line02 img {
  animation: lineBg-right 90s infinite alternate;
}
.products .line03 img {
  animation: lineBg-left 100s infinite alternate;
}
.products .line04 img {
  animation: lineBg-right 110s infinite alternate;
}
.products .line05 img {
  animation: lineBg-left 90s infinite alternate;
}
.products .line06 img {
  animation: lineBg-right 80s infinite alternate;
}
.products .line07 img {
  animation: lineBg-left 100s infinite alternate;
}
.products .line08 img {
  animation: lineBg-right 90s infinite alternate;
}
.products__content {
  width: 100%;
  min-height: 80vh;
  position: relative;
  z-index: 10;
}
.products__content h2 {
  font-size: clamp(1.5rem, 1.8vw, 3.5rem);
  font-weight: 700;
  line-height: 1.7;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: absolute;
  top: 4rem;
  left: 15%;
  height: 100%;
}
.products__content p {
  font-size: clamp(1.2rem, 1vw, 2rem);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: absolute;
  top: 4rem;
  left: 5%;
}
.products__content .title {
  position: absolute;
  top: 4rem;
  left: 62%;
  width: 19%;
}
.products .title img {
  width: 100%;
  height: auto;
}
.fish {
  position: absolute;
}

.fish img {
  width: 100%;
  height: auto;
}
.fish1 {
  top: 4%;
  left: 0%;
  width: 43.4375%;
}
.fish2 {
  top: 6%;
  right: 0%;
  width: 31.093%;
}
.fish3 {
  width: 33.020%;
  bottom: 0%;
  left: 0%;
}
.fish4 {
  width: 44.53125%;
  top: 28%;
  right: 0;
}
.fish5 {
  width: 38.125%;
  right: 20%;
  bottom: 0%;
}

.listContents {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #FFFFFF;
}
.listContents:before {
  content: "";
  background-image: url(../images/products/list-bg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  mix-blend-mode: multiply;
  animation: service_bg-anime 50s infinite;
}
@keyframes service_bg-anime {
   0%{
     transform: translate(-50%,-50%);
   }
   100%{
     transform: translate(100%,-50%);
   }
 }

/*===========================================================================
 
 清菊水産について

 ===========================================================================*/
.company {
  background-color: #fff;
  position: relative;
}
.company . {
  position: relative;
}
.company .line-bg {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  width: 100%;
  overflow: hidden;
}
.company .line01 img {
  animation: lineBg-left 80s infinite alternate;
}
.company .line02 img {
  animation: lineBg-right 100s infinite alternate;
}
.company .line03 img {
  animation: lineBg-left 110s infinite alternate;
}
.company .line04 img {
  animation: lineBg-right 90s infinite alternate;
}
.company .line05 img {
  animation: lineBg-left 100s infinite alternate;
}
.company__inner {
  width: 100%;
  max-width: 72rem;
  margin-inline: auto;
  padding-block: 6rem 16rem;
}
.company__inner h1 {
  font-size: 2.25rem;
  color: #005d7f;
  margin-bottom: 4rem;
}
.company__inner p {
  
  margin-bottom: 2rem;
  line-height: 1.7;
  letter-spacing: 0.05rem;
}

.business {
  background-color: #fff;
  position: relative;
}
.business . {
  position: relative;
}
.business .line-bg {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  width: 100%;
  overflow: hidden;
}
.business .line01 img {
  animation: lineBg-left 80s infinite alternate;
}
.business .line02 img {
  animation: lineBg-right 100s infinite alternate;
}
.business .line03 img {
  animation: lineBg-left 110s infinite alternate;
}
.business .line04 img {
  animation: lineBg-right 90s infinite alternate;
}
.business .line05 img {
  animation: lineBg-left 100s infinite alternate;
}
.business__inner {
  width: 100%;
  max-width: 72rem;
  margin-inline: auto;
  padding-block: 6rem 16rem;
}
.business__inner h2 {
  font-size: 2.25rem;
  color: #005d7f;
  margin-bottom: 4rem;
}
.business__inner h3 {
  
  color: #005d7f;
  font-weight: 400;
}
.business__inner p {
  
  margin-bottom: 2rem;
  line-height: 1.7;
  letter-spacing: 0.05rem;
}

.service__inner {
  width: 100%;
  max-width: 150rem;
  margin-inline: auto;
}

.business dl {
  display: flex;
  flex-wrap: wrap;
}
.business dl dt {
  width: 13%;
  margin-bottom: 1rem;
}
.business dl dd {
  width: 87%;
  margin-bottom: 1rem;
}
.business__inner-box {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.business__inner-box img {
  width: 100%;
  max-width: 380px;
}
.business__inner-box a {
  text-decoration: none;
}
.business__inner-box h3 {
  padding-top: 4rem;
}
/*===========================================================================
 
 製品について

 ===========================================================================*/
.products .container {
  max-width: 1270px;
}
.products {
  padding-block: 7rem;
}
.products .row {
  padding: 0;
  list-style: none;
}
.products .row li {
  padding: 0 3rem 6rem;
}
.products .row li a {
  color: #005d7f;
  text-decoration: none;
}
.products .row li a p {
  position: relative;
  padding-left: 2.2rem;
 }
.products .row li a p:before {
  content:"";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: calc(tan(60deg) * 8px) solid #005d7f;
  position: absolute;
  top: 7px;
  left: 0;
}
.products .row li img {
  width: 100%;
  height: auto;
}

/*===========================================================================
 
 レシピ

 ===========================================================================*/
.recipe-title {
  margin-bottom: 3rem;
  margin-left: 10%;
}

#recipe.products .row li a {
  color: #946134;
}
#recipe.products .row li a p:before {
  content:"";
  border-bottom: calc(tan(60deg) * 8px) solid #946134;
}

.single {
  padding-block-start: 15rem;
}
.single h1 {
  font-size: 3rem;
  text-align: center;
  font-weight: 400;
}
.single__wrap {
  padding-block-start: 15rem;
  width: 100%;
  max-width: 74rem;
  margin-inline: auto;
}

/*===========================================================================
 
 お知らせ

 ===========================================================================*/
.news {
  margin-bottom: 6rem;
}
.news a {
  padding: 2rem;
  display: block;
  text-decoration: none;
}
.news a:hover {
  background-color: #f6f6f6;
}
.news_ttl {
  font-weight: 400;
  font-size: 2rem;
  color: #005a7a;
  margin-bottom: 1rem;
}

.news-info {
  font-size: 1.6rem;
  color: #717071;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
.news-info time {
  margin-right: 0.5rem;
}
.news-info p {
  margin-left: 0.5rem;
}
.news-content {}
.news-content img {
  width: 100%;
  height: auto;
  margin-bottom: 3rem;
}
.news-content img:last-child {
  margin-bottom: 0;
}
.single p {
  margin-bottom: 2rem;
}
.single ul,
.single ol {
  padding-left: 2.8rem;
  margin-bottom: 2rem;
}
.single li {
  margin-bottom: 1rem;
}

.single h3 {
  font-weight: 400;
  font-size: 1.8rem;
  color: #005a7a;
  margin-bottom: 1rem;
}
.single h4 {
  font-weight: 400;
  font-size: 1.5rem;
  color: #005a7a;
  margin-bottom: 1rem;
}
.single h5 {
  font-weight: 400;
  font-size: 1.6rem;
  color: #005a7a;
  margin-bottom: 1rem;
}
.pNav {
  margin-top: 5rem;
  display: flex;
}
.pNav div {
  margin-right: 4.5rem;
}
.pNav i {
  margin-right: 1rem;
}
.pNav a {
  color: #005a7a;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.pNav a:hover {
  opacity: 0.7;
}
figcaption {
  color: #005a7a;
  margin-top: -3rem;
}
/*===========================================================================
 
 製品　個別ページ

 ===========================================================================*/
.product-content {}
.product-content h1 {
  font-weight: 700;
  font-size: 4rem;
  color: #005a7a;
  margin-bottom: 3rem;
  text-align: left;
}
.product-content h1 .jp {
  display: block;
}
.product-content h1 .tw {
  display: block;
  color: #aecdd0;
}
.product-content  img {
  width: 100%;
  height: auto;
  margin-bottom: 3rem;
}
/*===========================================================================
 
 レシピ　個別ページ

 ===========================================================================*/
.recipe-content {}
.recipe-content h1 {
  font-weight: 400;
  font-size: 4rem;
  color: #946134;
  margin-bottom: 2rem;
  text-align: left;
  padding-block: 1rem;
  border-bottom: 3px solid #946134;
}
.recipe-content h1 .jp {
  display: block;
}
.recipe-content h1 .tw {
  display: block;
  color: #aecdd0;
}
.recipe-content  img {
  width: 100%;
  height: auto;
  margin-bottom: 3rem;
}
/*===========================================================================
 
 お問い合わせ

 ===========================================================================*/
.contact {}
.contact p {
  text-align: center;
}
.contact__mc {
  text-align: center;
  border-bottom: 1px solid #939393;
  padding-bottom: 10rem;
}
.contact_tel {
  text-align: center;
  padding-top: 6rem;
  padding-bottom: 7rem;
  border-bottom: 1px solid #939393;
}
.contact_tel h2 {
  margin-bottom: 2rem;
}
.contact_tel .tel {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  padding-block: 0;
  font-size: 4rem;
  line-height: 1;
}
.contact_tel .tel a {
  text-decoration: none;
}
.contact_tel .tel i {
  margin-inline-end: 1rem;
}
.contact_tel .tel i img {
  margin-block-start: -0.8rem;
}
.form {
  padding-top: 5rem;
}
.form form {
  margin-top: 5rem;
}
.form h2 {
  text-align: center;
}
.form p {
  margin-bottom: 0;
}
.form_title {
  margin-block-end: 3rem;
}

.form__inner {
  width: 100%;
  max-width: 73rem;
  margin-right: auto;
  margin-left: auto;
}
.form__inner dl {
  display: flex;
  margin-bottom: 2.3rem;
  text-align: left;
  align-items: center;
}
.form__inner dl dt {
  width: 25%;
  font-size: 1.3rem;
}
.form__inner span {
  color: red;
}
.form__inner dl dd {
  width: 75%;
}
.form__inner dl dd #preview {
  width: 100%;
  height: auto;
}
.form__inner dl dd a {
  text-decoration: underline;
}
.ex p {
  text-align: left;
  font-size: 1.3rem;
  margin-block-end: 0.5rem;
}
.confirm .form__inner dl {
  text-align: left;
  border-bottom: 1px solid #cccccc;
}
.form.confirm p {
text-align: left;
}
.grecaptcha-badge { visibility: hidden; }

.form.finish p {
 margin-block-end: 3rem;
}

.confirm .btn p {
  display: flex;
  justify-content: center;

}
.form__inner .btn {
  padding-top: 8rem;
}
.form__inner .btn input {
  background-color: var(--blue);
  width: 26rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #ffffff;
  letter-spacing: 0.2rem;
  border-radius: 6rem;
  margin-block-end: 2rem;
}
input[type="text"],input[type="tel"],input[type="email"],input[type="submit"],textarea {
  width: 100%;
  box-shadow: none;
  border: 1px solid #dfdfdf;
  background-color: #F4F4F4;
  border-radius: 0;
  padding:1rem 1rem;
  border-radius: 8px;
}
.finish__inner {
  text-align: left;
}
.finish__inner h2 {
  font-family: var(--title-font);
  font-size: 2.4rem;
  margin-block-end: 4rem;
  text-align: center;
}
.finish__inner p {
  margin-block-end: 2rem;
}
#formWrap {}
#formWrap dl {
 border-bottom: 1px solid #cccccc;
}
#formWrap dt {
  width: 28%;
}
#formWrap dd {
  width: 72%;
}
/*===========================================================================
 
プライバシーポリシー

 ===========================================================================*/
 .privacy {}

 
/*　Media Queries　-------------------------------------------------------*/
@media (max-width:1280px) {}
@media (max-width:1120px) {}
@media (max-width:919px) {}
@media (max-width:767px) {
  .mv {
    width: 100vw;
    overflow: hidden;
  }
  .linebg img {
    zoom: 0.5;
  }
  .about {
    height: 40rem;
    padding-block: 0rem;
  }
   .about .container {
    height: 100%;
   }
  .about__content {
    width: 100%;
    height: 100%;
  }
  .about__content p {
    top: auto;
    left: 0;
    bottom: 1.5rem;
    transform: translateY(0%);
    font-size: 1.3rem;
  }
  .about__content img {
    width: 90%;
    height: auto;
    position: absolute;
    top: 5rem;
    right: 0;
    left: 2.5rem;
    transform: translateY(0%);
  }
  .movie_bg {
    display: none;
  }
  .movie_bg video {
    display: none;
  }
  .movie video{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .service {
    padding-block: 2rem;
  }
  .service:before {
    background-image: url(../images/home/service_bg_smp.svg);
    background-size: 75rem 37rem;
    top: 60%;
    left: 50%;
  }
  .products {
    padding-block: 2rem;
  }
  .products .line-bg {
    top: 0%;
    transform: translateY(0%);
  }
  .products__content h2 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    top: 10rem;
    left: 31%;
  }
  .products__content p {
    font-size: 1.2rem;
    top: 10rem;
    left: 0%;
  }
  .products__content .title {
    position: absolute;
    top: 1rem;
    left: 55%;
    width: 36%;
  }
  .products__content {
    min-height: 120vh;
  }
  .fish img {
    width: 100%;
    height: auto;
  }
  .fish1 {
        top: 24%;
        left: -18%;
        width: 110%;
    
    }
  .fish2 {
        top: 54%;
        right: 30%;
        width: 80%;
    
    }
  .fish3 {
        width: 90%;
        bottom: 5%;
        left: 5%;
    
    }
  .fish4 {
        width: 100%;
        top: 36%;
        right: -10%;
    
    }
  .fish5 {
        width: 70%;
        right: 0%;
        bottom: 15%;
    
    }
  footer#globalFooter {
    padding-block: 3rem 1.5rem;
  }
  footer#globalFooter .row {
    margin-right: 0;
    margin-left: 0;
  }
  .footer {
    position: relative;
    z-index: 1;
    width: 100%;
    flex-wrap: wrap;
    text-align: center;
  }
  .footer h2,
  .footer h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .footer p {
    margin-bottom: 2rem;
  }
  .footer ul {
    gap: 3rem;
    justify-content: center;
    margin-bottom: 4rem;
  }
  .footer ul li {
    width: 30px;
    height: auto;
  }
  .footer ul li img {
    width: 100%;
    height: auto;
  }
  .footer a {
    transition: 0.4s;
    text-decoration: none;
  }
  .footer a:hover img {
  }
  .footer .company {
    margin-bottom: 3rem;
  }
  footer#globalFooter:after {
    background-image: url(../images/share/foot_bg_smp.svg);
    background-size: 910px auto;
    width: 910px;
    height: 164px;
  }

  .business dl dt {
    width: 15%;
  }
  .business dl dd {
    width: 85%;
  }
  .business__inner-box {
    flex-direction: column;
  }
  .business__inner-order {
    order: 1;
  }
  .business__inner-box img {
    order: 2;
  }
  .listContents:before {
    background-image: url(../images/home/service_bg_smp.svg);
    background-size: 75rem 37rem;
    position: fixed;
    top: 60%;
    left: 50%;
  }
  .products .row li a p {
    position: relative;
    padding-left: 1.8rem;
   }
  .products .row li a p:before {
    content:"";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: calc(tan(60deg) * 8px) solid #005d7f;
    position: absolute;
    top: 3px;
    left: 0;
  }
  .recipe-title {
    margin-bottom: 3rem;
    margin-left: 0%;
    width: 70%;
    margin-inline: auto;
  }
  .recipe-title img {
    width: 100%;
    height: auto;
  }
  .single ul,
  .single ol {
    padding-left: 2rem;
  }
}
@media (max-width:576px) {}
@media (max-width:414px) {}
@media (max-width:320px) {}