html .f1 {
  font-family: 'Zen Maru Gothic', sans-serif;
}


html .f2 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
}


html .f3 {
  font-family: 'Zen Old Mincho', serif;
}


html .f4 {
  font-family: 'Josefin Sans', sans-serif;
}


html .f5 {
  font-family: 'Noto Sans JP', sans-serif;
}


html a {
  text-decoration: none;
  color: #000;
}
html { scroll-behavior: smooth;}

body {
  font-family: zen-kaku-gothic-new, sans-serif, zen-old-mincho,sans-serif;
  font-weight: 500;
  font-style: normal;
}

h2 {
  font-size: 30px;
}

h3 {
  color: #76025B;
}

#about,
#overview,
#footer {
  padding: 8rem 0;
  width: 1086px;
  margin: 0 auto;
}

.gothic-b {
  font-family: zen-kaku-gothic-new,sans-serif;
  font-weight: 700;
  font-style: normal;
}

.gothic-r {
  font-family: zen-kaku-gothic-new,sans-serif;
  font-weight: 400;
  font-style: normal;
}

.serif {
  font-family: zen-old-mincho,sans-serif;
  font-weight: 400;
  font-style: normal;
}

.serif-b {
  font-family: zen-old-mincho,sans-serif;
  font-weight: 700;
  font-style: normal;
}

.en {
  font-family: josefin-sans,sans-serif;
  font-weight: 600;
  font-style: normal;
}

.vertical {
  -ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.flex {
  display: flex;
}

.column {
  display: flex;
  flex-direction: column;
}


/****************************/
/*     loading animation    */
/****************************/

@keyframes fadeOut {
  from {
      opacity: 1;
  }
  to {
      display: none;
      opacity: 0;
      z-index: -10;
  }
}

#loader {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 999999999999;
  position: fixed;
  top: 0;
  left: 0;
  /* 環境によって「z-index」追加 */
}
/* 読み込み完了後に「loaded」を付与する */
#loader.loaded {
  animation: fadeOut 1.6s forwards;
  animation-delay: 1s;
}


.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 50vh auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #76025B;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  }
}



/****************************/
/*      ヘッダー・グロナビ     */
/****************************/
#header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.g-nav {
  width: 20vw;
}

.logo {
  width: 123px;
}

.mv-icon {
  width: 183px;
  margin-bottom: 1.5rem;
}

.g-nav-menu {
  text-align: center;
}

.g-nav-menu a {
  font-size: 20px;
}

.g-nav-menu li:not(:last-child) {
  margin-bottom: 4rem;
}

.g-nav-list {
  align-items: center;
  height: 80vh;
  justify-content: space-between;
}

.sp-menu {
  display: none;
}

#mv img {
  width: 80vw;
  height: 100vh;
  object-fit: cover;
}
.mv-2 img {
  display: none;
}
.mv-2 {
  background-image: url(../images/mv.webp);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.preparation-area {
  position: relative;
  width: 100%;
  height: 100vh;
}
.preparation-area .text-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border: 1px solid #525252;
  background-color: rgba(255, 255, 255, 0.6);
  width: 480px;
  display: flex;
  justify-content:space-between;
  padding: 3rem 4rem;
  align-items: center;
}
.preparation-area .text-area img {
  height: 88px;
}
.preparation-area .text-area p {
  font-size: 18px;
  letter-spacing: 0.1rem;
  line-height: 24px;
}

.header-btn {
  display: block;
  width: 145px;
  font-size: 20px;
  color: #fff;
  background-color: #000;
  text-align: center;
  padding: 21px;
}

/* レスポンシブ */
@media screen and (max-width:1200px) {
  #header,
  #about,
  #overview,
  #footer {
    flex-direction: column;
    width: 768px;
    margin: 0 auto;
  }
  .logo {
    width: 88px;
  }
  .g-nav {
    width: 100%;
    background-color: rgb(255, 255, 255);
    height: 10vh;
    display: flex;
    align-items: center;
    padding: 2rem 0;
    justify-content: center;
  }
  .g-nav-list {
    width: 100%;
    height: 0;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
  .g-nav-menu {
    flex-direction: row;
  }
  .g-nav-menu li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 3rem;
  }
  #mv img {
    width: 100vw;
    object-fit: cover;
    height: 90vh;
    object-position: 45% 50%;
  }
  .mv-icon {
    display: none;
  }
}
@media screen and (max-width:991px) {
  .header-2 {
    width: 100% !important;
  }
  .header-2 .g-nav {
    width: 220px;
  }
 }

@media screen and (max-width:768px) {
  .header-2 .g-nav {
    width: 100%;
  }
  .g-nav-list {
    margin-left: 10%;
  }
  .preparation-area .text-area p {
    font-size: 14px;
    letter-spacing: 0.1rem;
    line-height: 32px;
    margin-top: 2rem;
}

  .preparation-area .text-area {
    flex-direction: column;
    width: 60%;
  }
  #header,
  #about,
  #overview,
  #footer {
    flex-direction: column;
    width: 500px;
    margin: 0 auto;
  }
  .g-nav-menu {
    display: none;
  }
  .header-btn {
    display: none;
  }
  .sp-menu {
    display: block;
  }

  /* ハンバーガーメニュー */
  .openbtn{
    position: relative;
    cursor: pointer;
    width: 60px;
    height:60px;
    border-radius: 5px;
    z-index: 999999;
    position: fixed;
    top: 2rem;
    right: 10%;
    background-color: rgba(255, 255, 255, 0.424);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(50px);
  }
  .openbtn span{
      display: inline-block;
      transition: all .3s;
      position: absolute;
      left: 14px;
      height: 2px;
      border-radius: 2px;
    background: #000;
      width: 50%;
    }
  .openbtn span:nth-of-type(1) {
    top: 22px;
  }
  .openbtn span:nth-of-type(2) {
    top: 31px;
  }
  .openbtn span:nth-of-type(3) {
    top: 40px;
  }
  .openbtn.active span:nth-of-type(1) ,
  .openbtn.active span:nth-of-type(3){
      top: 31px;
  }
  #g-nav{
    position:fixed;
    z-index: -1;
    opacity: 0;
    top: 0;
    left: 0;
    width:100%;
    height: 100vh;
    background:#76025B;
    transition: all 0.6s;
  }
#g-nav.panelactive{
  opacity: 1;
  z-index:999;
  }
#g-nav ul {
  position: absolute;
  z-index: 999;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  }
#g-nav li{
	list-style: none;
  text-align: center;
  }

#g-nav li a{
	color: #fff;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
  font-size: 18px;
}
.logo {
  width: auto !important;
  height: 72px !important;
}
.g-nav {
  height: 5vh;
}
.h-menu-logo {
  width: 56px;
  margin: 2rem;
}
.h-menu-tabi {
  width: 90px;
}
.g-nav-contact {
  color: #76025B;
  background-color: #fff !important;
  border: none !important;
}
.g-nav-contact:hover {
  color: #76025B !important;
}
.h-menu-bg {
  position: absolute;
  z-index: 998;
  width: 450px;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden !important;
}
.text-link {
  margin-bottom: 1rem;
}
}

@media screen and (max-width:559px) {
  #header,
  #about,
  #overview,
  #footer {
    width: 400px;
    margin: 0 auto;
    flex-direction: column;
  }
}

@media screen and (max-width:414px) {
  #header,
  #about,
  #overview,
  #footer {
    width: 310px;
    margin: 0 auto;
    flex-direction: column;
  }
  .openbtn {
    top: 1.5rem;
  }
  #about {
    padding-top: 3rem;
  }
}



/****************************/
/*       一平本舗について      */
/****************************/
#about {
  position: relative;
}

.about-text-area {
  display: flex;
  flex-direction: row-reverse;
}

.about-title h2 {
  letter-spacing: 0.2em;
  margin-right: 0.8rem;
  transform: translateY(-20px);
  margin-left: 4rem;
  font-size: 36px;
  font-weight: bold;
}

.about-desc {
  line-height: 2em;
  font-size: 16px;
  letter-spacing: 0.2em;
}

.about-link {
  display: block;
  margin-top: 5rem;
  width: 528px;
  height: 252px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain;
}

.about-link:first-child {
  background-image: url("../images/ippei-sushi.png");
  margin-bottom: 6rem;
}

.about-link:last-child {
  background-image: url("../images/tabihyaku.png");
  transform: translateX(15rem);
}

.about-link:hover .logo-wrapper {
  transform:scale(3.4, 1.6);
  backdrop-filter: blur(3px);
  border-radius: 0;
}

.logo-wrapper {
  width: 160px;
  height: 160px;
  background-color: rgba(255, 255, 255, 0.717);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .4s ease;
  position: relative;
}

.about-link img {
  height: 110px;
  position: absolute;
}

@media screen and (max-width:1200px) {
  .about-text-area {
    flex-direction: column;
    align-items: center;
  }
  .about-title h2 {
    margin-bottom: 8rem;
    margin-left: 3rem;
    font-size: 32px;
  }
  .about-desc {
    line-height: 1.8em;
    font-size: 14px;
  }
  .about-icons img:nth-of-type(1){
    width: 150px !important;
    right: 18rem !important;
    position: absolute;
    top: 27rem !important;
  }
  .about-icons img:nth-of-type(2){
    width: 150px !important;
    top: 48rem !important;
  }
}

@media screen and (max-width:991px) {
  .about-desc {
    line-height: 1.7em;
  }
  .about-icons img:nth-of-type(5){
    width: 200px !important;
    right: 0 !important;
  }
}

@media screen and (max-width:768px) {
  .about-desc {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .about-desc div:nth-of-type(1) {
    margin-bottom: 2rem;
  }
  .about-link:last-child {
    transform: translateX(0);
  }
  .about-icons img:nth-of-type(1){
    right: 10rem !important;
    top: 27rem !important;
  }
  .about-icons img:nth-of-type(4){
    left: 0rem !important;
    bottom: 23rem !important;
  }
  .about-icons img:nth-of-type(3){
    display: none !important;
  }
  .about-img {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .about-link {
    margin-top: 4rem;
  }
  .about-link:first-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width:559px) {
  .about-link {
    width: 100%;
    height: 191px;
  }
  .about-icons img:nth-of-type(1){
    right: 7rem !important;
  }
  .logo-wrapper {
    width: 122px;
    height: 122px;
  }
  .about-link img {
    height: 90px;
  }
  .about-title h2 {
    margin-left: 2rem;
  }
}

@media screen and (max-width:460px) {
  .about-title h2 {
    font-size: 28px;
    margin-bottom: 12rem;
  }

}

@media screen and (max-width:414px) {
  .about-link {
    height: 148px;
  }
  .logo-wrapper {
    width: 94px;
    height: 94px;
  }
  .about-link img {
    height: 64px;
  }
  .about-icons img:nth-of-type(1){
    right: 4rem !important;
    top: 21rem !important;
  }
  .about-desc {
    flex-direction: column;
    align-items: flex-start;
    width: 310px;
    height: 400px;
    overflow-x: scroll;
  }
}

/* 　　　　魚たち　　　　 */

.about-icons img:nth-of-type(1){
  width: 300px;
  right: -3rem;
  position: absolute;
  top: 30rem;
  z-index: -1;
}

.about-icons img:nth-of-type(2){
  width: 200px;
  left: 0;
  position: absolute;
  top: 20rem;
  z-index: -1;
}

.about-icons img:nth-of-type(3){
  width: 150px;
  left: 0;
  position: absolute;
  bottom: 10rem;
  z-index: -1;
}

.about-icons img:nth-of-type(4){
  width: 173px;
  left: 35rem;
  position: absolute;
  bottom: 30rem;
  z-index: -1;
}

.about-icons img:nth-of-type(5){
  width: 250px;
  right: -5rem;
  position: absolute;
  bottom: -5rem;
  z-index: 1;
}

.about-icons img:nth-child(1) {
  -webkit-animation-duration: 1.2s;
  -webkit-animation: horizontal2 1s ease-in-out infinite alternate;
}
.about-icons img:nth-child(2) {
  -webkit-animation-duration: 1.3s;
  -webkit-animation: horizontal1 1s ease-in-out infinite alternate;
}
.about-icons img:nth-child(3) {
  -webkit-animation-duration: 1.5s;
  -webkit-animation: horizontal3 1s ease-in-out infinite alternate;
}
.about-icons img:nth-child(4) {
  -webkit-animation-duration: 1.4s;
  -webkit-animation: horizontal1 1s ease-in-out infinite alternate;
}
.about-icons img:nth-child(5) {
  -webkit-animation-duration: 1.6s;
  -webkit-animation: horizontal1 1s ease-in-out infinite alternate;
}

@-webkit-keyframes horizontal1 {
  0% { -webkit-transform:translate( -3px , 10px); }
100% { -webkit-transform:translate( 0px , 0px); }
}
@-webkit-keyframes horizontal2 {
  0% { -webkit-transform:translate( 5px , -4px); }
100% { -webkit-transform:translate( 0px , 0px); }
}
@-webkit-keyframes horizontal3 {
  0% { -webkit-transform:translate( 6px , -10px); }
100% { -webkit-transform:translate( 0px , 0px); }
}

/****************************/
/*       　 会社案内　　　     */
/****************************/
#overview {
  width: 100%;
  background-color: #F2F2F2;
  margin-bottom: 10rem;
}

.ov-wrapper {
  width: 1085px;
  margin: 0 auto;
}

.ov-title h3 {
  margin: 0.5rem 0;
}

.ov-title {
  margin-bottom: 5rem;
}

.ov-content {
  display: flex;
  align-items: center;
}

.ov-info,
.ov-map {
  width: 50%;
}

.ov-info {
  padding-right: 3rem;
}

.ov-map {
  height: 345px;
  padding-left: 3rem;
}

iframe {
  width: 100%;
  height: 100%;
}

.ov-info-list li {
  border-bottom: 0.5px #707070 solid;
  padding: 1.2rem 1rem;
}

.ov-dt {
  display: block;
  width: 7rem;
  color: #666666;
  font-size: 15px;
}

.ov-dd {
  line-height: 1.5em
}
@media screen and (max-width:1200px) {
  .ov-wrapper {
    width: 768px;
  }
  .ov-content {
    flex-direction: column;
  }
  .ov-info {
    padding-bottom: 3rem;
    padding-right: 0;
  }
  .ov-map {
    height: 345px;
    padding-left: 0;
  }
  .ov-info,
  .ov-map {
    width: 100%;
  }
  .ov-title {
    text-align: center;
  }
}

@media screen and (max-width:768px) {
  .ov-wrapper {
    width: 500px;
  }
}

@media screen and (max-width:559px) {
  .ov-wrapper {
    width: 400px;
  }
}

@media screen and (max-width:414px) {
  .ov-wrapper {
    width: 310px;
  }
  .ov-dt {
    width: 4rem;
  }

}

/****************************/
/*      　　 DOBON　　　      */
/****************************/
#dobon {
  width: 100%;
  background-color: #F7C803;
  margin: 0 auto;
}

.dobon-wrapper {
  width: 1086px;
  margin: 0 auto;
  padding: 2rem 0;
}

.dobon-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.dobon-desc {
  font-family: zen-maru-gothic,sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-left: 1vw;
}

.dobon-title {
  font-size: 40px;
  margin-bottom: 1rem;
  white-space: nowrap;
  color: #393939;
}

.dobon-desc p {
  font-size: 20px;
  line-height: 2.3rem;
  margin-bottom: 1.5rem;
  white-space:nowrap;
  color: #393939;
}

.dobon-l {
  width: 50%;
  align-items: center;
  padding: 1.5rem 0;
  display: flex;
  justify-content: space-around;
}

.dobon-l img {
  width: 300px;
}

.dobon-r img {
  width: 480px;
  position: relative;
}
.dobon-r {
  position: relative;
}

.dobon-r::before {
  content: url("../images/dobon-wave.png");
  display: inline-block;
  position: absolute;
  top: -5rem;
  left: -9rem;
  scale: 0.3;
}

.dobon-r::after {
  content: url("../images/dobon-wave.png");
  display: inline-block;
  position: absolute;
  top: 8rem;
  right: -11rem;
  scale: 0.3;
}

.dot-text {
  position: relative;
}
.dot-text::after {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #393939;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
}

#dobon a {
  display: flex;
  width: 240px;
  height: 64px;
  border-radius: 100px;
  background-color: #035EC9;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  padding: 0 1rem;
  transition: all 0.4s;
}
#dobon a:hover {
  transition: all 0.3s;
  transform: scale(1.04);
}

#dobon a svg {
  margin-left: 0.5rem;
}

@media screen and (max-width:1200px) {
  .dobon-wrapper {
    width: 768px;
    padding: 4rem 0;
  }
  .dobon-content {
    flex-direction: column;
  }
  .dobon-r img {
    width: 560px;
    margin-top: 1rem;
  }
  .dobon-r::before {
    left: -7rem;
    scale: 0.4;
  }
  .dobon-r::after {
    right: -12rem;
    top: 11rem;
    scale: 0.4;
  }
}

@media screen and (max-width:768px) {
  .dobon-wrapper {
    width: 500px;
    padding: 4rem 0;
  }
  .dobon-l {
    flex-direction: column;
    align-items: center;
  }
  .dobon-desc {
    margin-top: 2rem;
    text-align: center;
  }
  .dobon-r img {
    width: 450px;
  }
  .dobon-r::before {
    top:-6.5rem;
    scale: 0.3;
  }
  .dobon-r::after {
    right: -11rem;
    top: 8rem;
    scale: 0.3;
  }
}

@media screen and (max-width:559px) {
  .dobon-wrapper {
    width: 400px;
  }
  .dobon-r img {
    width: 350px;
  }
  .dobon-r::before {
    top: -6.5rem;
    left: -8rem;
    scale: 0.25;
  }
  .dobon-r::after {
    right: -11rem;
    top: 5rem;
    scale: 0.25;
  }
  footer small {
    font-size: 10px;
  }
  #footer {
    width: 100%;
  }
}

@media screen and (max-width:414px) {
  .dobon-wrapper {
    width: 310px;
  }
  .dobon-r img {
    width: 310px;
  }
  .dobon-r::before {
    scale: 0.2;
  }
  .dobon-r::after {
    right: -10rem;
    top: 4rem;
    scale: 0.2;
  }
  .contact-btn p:first-child {
    font-size: 24px !important;
  }
}


/****************************/
/*      　 フッター　　　      */
/****************************/
#footer {
  padding-bottom: 4rem;
}
.footer-btn {
  align-items: center;
  justify-content: space-between;
}

.footer-l img {
  width: 316px;
}

.footer-r img{
  width: 170px;
}

.footer-r {
  align-items: flex-end;
}

.contact-btn {
  width: 240px;
  height: 120px;
  background-color: transparent;
  border: 3px #000 solid;
  margin-right: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .3s ease;
}

.contact-btn:hover {
  color: #fff;
  background-color: #000;
}

.contact-btn p:first-child {
  font-size: 30px;
  letter-spacing: 0.1rem;
  margin-bottom: 0.5rem;
}

footer small {
  margin-top: 1rem;
  font-size: 13px;
}
.ov-info-list-item,
.js-ov .flex {
  align-items: center;
}

@media screen and (max-width:1200px) {
  #footer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-btn,
  .footer-r {
    flex-direction: column;
    align-items: center;
  }
  .contact-btn {
    margin: 2rem 0;
  }

  .footer-r img{
    margin-bottom: 2rem;
  }
}

@media screen and (max-width:414px) {
  .footer-l img {
    width: 250px;
  }
  .contact-btn {
    width: 200px;
    height: 100px;
  }
  .footer-r img{
    width: 120px;
  }
  footer small {
    font-size: 11px;
  }
}

.about-title h3 {
  letter-spacing: 0.1rem;
}
