:root{
  --main-font-color: #221f20;
  --main-color-blue: #007ac2;
  --main-bgcolor: #f5f5f4;
}
/*zen-old-mincho*/
.zen-old-mincho-black {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
}
/*zen-kaku-gothic-antique*/
.zen-kaku-gothic-antique-medium {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.zen-kaku-gothic-antique-bold {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.zen-kaku-gothic-antique-black {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.is_pc{display:block;}
.is_sp{display:none;}
@media screen and (max-width:1015px){
  .is_pc{display:none;}
  .is_sp{display:block;}
}
/*-------animation-------*/
.animation{opacity:0;}
.fadeInDown {
-webkit-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1.2s;
animation-duration:1.2s;
-webkit-animation-name:fadeInDown;
animation-name:fadeInDown;
visibility:visible!important;
}
@-webkit-keyframes fadeInDown {
0%{opacity:0;-webkit-transform:translateY(50px);}
100%{opacity:1;-webkit-transform:translateY(0);}
}
@keyframes fadeInDown {
0%{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px);}
100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}
}
.anime-delay1{
-webkit-animation-delay:.2s;
animation-delay:.2s;
}
.anime-delay2{
-webkit-animation-delay:.4s;
animation-delay:.4s;
}
.anime-delay3{
-webkit-animation-delay:.6s;
animation-delay:.6s;
}
.anime-delay4{
-webkit-animation-delay:.8s;
animation-delay:.8s;
}
/*-------isScrollMask-------*/
.scroll_mask{
  position: relative;
  overflow: hidden;
  width: 0;
}
.scroll_mask img{
  max-width: initial!important;
  height: 100%!important;
  width: auto!important;
}
.isScrollMask{
  position: relative;
  animation-name: maskOut;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  width: 100%;
  height: 100%;
}
@keyframes maskOut {
  from {width:0;}
  to {width:100%;}
}
/*-------rf1_oyster-------*/
.rf1_oyster{
  position: relative;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.7;
  font-feature-settings: "palt";
  background-color: #fff;
  z-index: 1;
}
.rf1_oyster p{
  margin-bottom: 0;
}
.rf1_oyster img{
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.kv_widthmax{
  position: relative;
  width: 100%;
}
/*-------mainkv-------*/
.mainkv{
  position: relative;
  width: 100%;
  height: 677px;
  background-image: url(../img/mainkv_oyster.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.kvcopy_oyster{
  position: absolute;
  top: -67px;
  left: 50%;
  margin-left: 240px;
  width: 212px;
}
.kvsubcopy_oyster{
  position: absolute;
  top: -37px;
  left: 50%;
  margin-left: 30px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  color: var(--main-font-color);
  writing-mode: vertical-rl;
}
@media screen and (max-width:1015px){
  .mainkv{
    top: 16vw;
    height: 125vw;
    background-image: url(../img/mainkv_oyster_sp.jpg);
  }
  .kvcopy_oyster{
    top: -12vw;
    margin-left: 17vw;
    width: 26vw;
  }
  .kvsubcopy_oyster{
    top: -9vw;
    left: auto;
    right: 40vw;
    font-size: 1.2rem;
  }
}
/*-------nav_oyster-------*/
.nav_oyster{
  position: absolute;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 154px;
  bottom: -112px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.anchor_link{
  position: relative;
  padding-bottom: 25px;
  width: 154px;
  height: 154px;
  font-size: 0.85rem;
  color: var(--main-font-color);
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid var(--main-color-blue);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease;
}
.anchor_link::before,.anchor_link::after{
  content: '';
  position: absolute;
  bottom: 35px;
  left: calc(50% - 1px);
  width: 2px;
  height: 9px;
  border-radius: 9999px;
  background-color: var(--main-color-blue);
  transform-origin: 50% calc(100% - 1px);
  transition: all .3s ease;
}
.anchor_link::before {
  transform: rotate(45deg);
}
.anchor_link::after {
  transform: rotate(-45deg);
}
.anchor_link + .anchor_link{
  margin-left: 56px;
}
.anchor_link:hover{
  opacity: 1;
  color: var(--main-font-color);
  transform: scale(1.1);
}
.anchor_link:hover::before,
.anchor_link:hover::after{
  bottom: 30px;
}
.icon_anclink{
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: -32px;
  left: 50%;
  transform: translate(-50%,0);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  pointer-events: none;
  z-index: 1;
}
.icon_anclink.icon_link1{
  background-image: url(../img/navi/icon_navi01.png);
}
.icon_anclink.icon_link2{
  background-image: url(../img/navi/icon_navi02.png);
}
.icon_anclink.icon_link3{
  background-image: url(../img/navi/icon_navi02.png);
}
.icon_anclink.icon_link4{
  background-image: url(../img/navi/icon_navi04.png);
}
.icon_anclink.icon_link5{
  /*background-image: url(../img/navi/icon_navi05.png);*/
  background-image: url(../img/navi/icon_navi05_no.png);
}
.anchor_link.link_comingsoon{
  pointer-events: none;
}
.status_comingsoon{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(110,111,114,0.7);
  z-index: 1;
}
@media screen and (max-width:1015px){
  .nav_oyster{
    left: 50%;
    margin-left: -35vw;
    width: 70vw;
    height: auto;
    bottom: -48vw;
    flex-wrap: wrap;
  }
  .anchor_link{
    padding-bottom: 6vw;
    margin-right: 10vw;
    width: 30vw;
    height: 30vw;
    font-size: 0.65rem;
    border: 2px solid var(--main-color-blue);
  }
  .anchor_link::before,.anchor_link::after{
    bottom: 6vw;
  }
  .anchor_link + .anchor_link{
    margin-left: 0;
  }
  .anchor_link:nth-child(3),
  .anchor_link:nth-child(4){
    margin-top: 7vw;
  }
  .anchor_link:nth-child(2n){
    margin-right: 0;
  }
  .anchor_link:hover{
    transform: scale(1);
  }
  .icon_anclink{
    height: 10vw;
    bottom: -5vw;
  }
}
/*-------cnts_oyster-------*/
.cnts_oyster{
  position: relative;
  margin: 0;
  padding: 0;
}
/*-------freshness-------*/
#freshness{
  position: relative;
  padding-top: 290px;
  padding-bottom: 50px;
  background-color: var(--main-bgcolor);
}
.ttl_freshness{
  position: relative;
  margin-bottom: 90px;
  line-height: 1;
  color: var(--main-color-blue);
}
.ttl_freshness .subttl{
  display: table;
  margin-bottom: 30px;
  font-size: 1.25rem;
}
.ttl_freshness .mainttl{
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 2.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.ttl_freshness .mainttl_large{
  display: inline-block;
  padding-left: 25px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 4.5rem;
}
.ttl_freshness .mainttl_space{
  letter-spacing: -0.6rem;
}
.point_freshness{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-items: stretch;
}
.point_detail{
  position: relative;
  margin: 0 auto;
  width: 307px;
  background-color: #fff;
}
.point_detail.point_arrw::before{
  content: '';
  position: absolute;
  width: 198px;
  height: 8px;
  top: -7px;
  right: -18px;
  background-image: url(../img/icon_point_arrw.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 198px 8px;
  pointer-events: none;
}
.icon_point{
  position: absolute;
  top: -20px;
  left: 25px;
  height: 26px;
  width: auto;
  z-index: 1;
}
.icon_point img{
  height: 100%!important;
  width: auto!important;
}
.point_ttl{
  position: relative;
  padding: 35px 20px;
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--main-color-blue);
}
.point_img{
  position: relative;
  width: 100%;
}
.point_img::after{
  content: '';
  position: absolute;
  width: 85px;
  height: 85px;
  top: -27px;
  right: -15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 85px 85px;
  pointer-events: none;
  z-index: 1;
  transform: scale(0);
  /*transition: all .3s ease;*/
}
.point_img.icon_capture::after{
  background-image: url(../img/icon_capture.svg);
  -webkit-animation-delay:.3s;
  animation-delay:.3s;
}
.point_img.icon_select::after{
  background-image: url(../img/icon_select.svg);
  -webkit-animation-delay:.6s;
  animation-delay:.6s;
}
.point_img.icon_fry::after{
  background-image: url(../img/icon_fry.svg);
  -webkit-animation-delay:.9s;
  animation-delay:.9s;
}
@keyframes scaleUp {
  0% {transform: scale(0);}
  100% {transform: scale(1);}
}
.point_img.icon_active::after{
  animation: scaleUp .3s ease .2s normal both;
  /*transform: scale(1);*/
}
.point_explain{
  position: relative;
  padding: 20px;
  font-size: 0.75rem;
  font-weight: 700;
}
.point_explain .txt_note{
  display: block;
  font-size: 90%;
}
@media screen and (max-width:1015px){
  #freshness{
    padding-top: 85vw;
    padding-bottom: 22vw;
  }
  .ttl_freshness{
    margin-bottom: 15.5vw;
  }
  .ttl_freshness .subttl{
    margin-bottom: 4vw;
    font-size: 1rem;
  }
  .ttl_freshness .mainttl{
    font-size: 1.7rem;
  }
  .ttl_freshness .mainttl_large{
    padding-left: 3vw;
    font-size: 2.8rem;
  }
  .ttl_freshness .mainttl_space{
    letter-spacing: -0.4rem;
  }
  .point_freshness{
    display: block;
  }
  .point_detail{
    width: 65vw;
  }
  .point_detail + .point_detail{
    margin-top: 10vw;
  }
  .point_detail.point_arrw::before{
    width: 1.5vw;
    height: 10vw;
    top: auto;
    bottom: -6.6vw;
    right: auto;
    left: 50%;
    background-image: url(../img/icon_point_arrw_sp.svg);
    background-size: 1.5vw 10vw;
  }
  .icon_point{
    top: -4vw;
    left: 5vw;
    height: 5vw;
  }
  .point_ttl{
    padding: 7vw 5vw;
    font-size: 0.95rem;
  }
  .point_img{
    width: 100%;
  }
  .point_img::after{
    width: 17vw;
    height: 17vw;
    top: -5.6vw;
    right: -5.2vw;
    background-size: 17vw 17vw;
  }
  .point_explain{
    padding: 5vw;
    font-size: 0.7rem;
  }
}
/*-------location_main-------*/
.location_main{
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 970px;
}
@media screen and (max-width:1015px){
  .location_main{
    width: 100%;
  }
}
/*-------miyagi-------*/
#miyagi{
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.kv_miyagi{
  position: relative;
  width: 100%;
  height: 650px;
}
/*kvslider_miyagi*/
.kvslider_miyagi {
  position: relative;
  margin-inline: auto;
  height: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.kvslider_img{
  position: relative;
  width: 100%;
  height: 600px!important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@keyframes zoomUp {
  0% {transform: scale(1);}
  100% {transform: scale(1.15);}
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
.kvslider_img.slideimg1{
  background-image: url(../img/slidemiyagi/kvimg_miyagi1.jpg);
}
.kvslider_img.slideimg2{
  background-image: url(../img/slidemiyagi/kvimg_miyagi2.jpg);
}
.kvslider_img.slideimg3{
  background-image: url(../img/slidemiyagi/kvimg_miyagi3.jpg);
}
.kvslider_img.slideimg4{
  background-image: url(../img/slidemiyagi/kvimg_miyagi4.jpg);
}
.kvttl_miyagi{
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -410px;
  font-size: 3rem;
  line-height: 1.35;
  color: #fff;
  letter-spacing: -0.1rem;
  writing-mode: vertical-rl;
  white-space: nowrap;
  z-index: 2;
}
.kvttl_miyagi .txt_space{
  letter-spacing: -1rem;
}
.ttl_miyagi{
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 70px 0;
  margin-bottom: 240px;
  font-size: 1.125rem;
  line-height: 1.8;
  text-align: center;
}
.ttl_miyagi::after {
  position: absolute;
  content: '';
  background-color: var(--main-color-blue);
  width: 250px;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.list_miyagi{
  position: relative;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.list_miyagi_img{
  position: relative;
  width: 50%;
  height: 710px;
}
.location_miyagi{
  position: absolute;
  margin: 0;
  padding: 15px 37px;
  padding-top: 13px;
  bottom: 112px;
  right: -30px;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  border-radius: 100vh;
  background-color: var(--main-color-blue);
  z-index: 2;
}
.map_miyagi{
  position: absolute;
  width: 254px;
  top: -170px;
  right: -130px;
  pointer-events: none;
  z-index: 1;
}
.photo_miyagi{
  position: absolute;
  width: 710px;
  right: 0;
}
.list_miyagi_detail{
  position: relative;
  margin: 0 auto;
  width: 50%;
}
.miyagi_detail_ttl{
  position: relative;
  margin-left: 80px;
  margin-top: 140px;
}
.subttl_detail{
  display: inline-block;
  position: relative;
  margin-bottom: 45px;
  font-size: 1rem;
  line-height: 1;
  color: var(--main-color-blue);
}
.subttl_detail::before{
  content: '';
  position: absolute;
  height: 16px;
  bottom: -27px;
  background-repeat: no-repeat;
  background-position: top 0 left 0;
}
.subttl_detail.arrw_left::before{
  width: 201px;
  left: -25px;
  background-image: url(../img/icon_ttlarrw1.svg);
  background-size: 201px 16px;
}
.subttl_detail.arrw_right::before{
  width: 297px;
  right: -25px;
  background-image: url(../img/icon_ttlarrw2.svg);
  background-size: 297px 16px;
}
.ttl_detail{
  position: relative;
  padding-bottom: 40px;
  font-size: 1.65rem;
  font-weight: 700;
  color: var(--main-color-blue);
}
.txt_detail{
  position: relative;
  font-size: 1rem;
  line-height: 1.8;
  color: var(--main-font-color);
}
@media screen and (max-width:1015px){
  .kv_miyagi{
    height: 51vw;
  }
  .kvslider_img{
    height: 51vw!important;
  }
  .kvttl_miyagi{
    top: 50%;
    margin-top: -22.5vw;
    margin-left: -40vw;
    font-size: 1.3rem;
    line-height: 1.3;
    letter-spacing: 0;
  }
  .kvttl_miyagi .txt_space{
    letter-spacing: -0.5rem;
  }
  .ttl_miyagi{
    padding: 8vw 5vw;
    margin-bottom: 31vw;
    font-size: 0.8rem;
  }
  .ttl_miyagi::after {
    width: 46vw;
  }
  .list_miyagi{
    margin-bottom: 14vw;
    display: block;
  }
  .list_miyagi_img{
    width: 100%;
    height: 93vw;
  }
  .location_miyagi{
    padding: 2.5vw 5vw;
    padding-top: 2vw;
    bottom: 15vw;
    right: 19vw;
    font-size: 1rem;
  }
  .map_miyagi{
    width: 33.5vw;
    top: -23vw;
    right: 8vw;
  }
  .photo_miyagi{
    width: 93vw;
    right: auto;
    left: -15vw;
  }
  .list_miyagi_detail{
    width: 90vw;
  }
  .miyagi_detail_ttl{
    margin-left: 0;
    margin-top: 12vw;
  }
  .subttl_detail{
    margin-bottom: 9vw;
    padding-left: 5vw;
    font-size: 0.8rem;
  }
  .subttl_detail::before{
    height: 16px;
    bottom: -27px;
  }
  .subttl_detail.arrw_left::before{
    width: 42.25vw;/*201px;*/
    left: 0;
    background-image: url(../img/icon_ttlarrw1.svg);
    background-size: 42.25vw 3.364vw;
  }
  .subttl_detail.arrw_right::before{
    width: 60vw;/*297px;*/
    right: auto;
    left: 0;
    transform: scale(-1, 1);
    background-image: url(../img/icon_ttlarrw2.svg);
    background-size: 60vw 3.233vw;
  }
  .ttl_detail{
    padding-bottom: 6vw;
    font-size: 1.3rem;
  }
  .txt_detail{
    font-size: 0.9rem;
  }
}
/*-------hiroshima-------*/
#hiroshima{
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.list_hiroshima{
  position: relative;
  margin-top: 230px;
  margin-bottom: 80px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
.list_hiroshima_img{
  position: relative;
  height: 710px;
  width: 50%;
}
.location_hiroshima{
  position: absolute;
  margin: 0;
  padding: 15px 37px;
  padding-top: 12px;
  bottom: 112px;
  left: -30px;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  border-radius: 100vh;
  background-color: var(--main-color-blue);
  z-index: 2;
}
.map_hiroshima{
  position: absolute;
  width: 310px;
  top: -80px;
  left: -150px;
  pointer-events: none;
  z-index: 1;
}
.photo_hiroshima{
  position: absolute;
  width: 710px;
  left: 0;
}
.list_hiroshima_detail{
  position: relative;
  margin: 0 auto;
  width: 50%;
}
.hiroshima_detail_ttl{
  display: inline-block;
  position: relative;
  margin-left: 0;
  margin-top: 140px;
  text-align: left;
}
@media screen and (max-width:1015px){
  .list_hiroshima{
    margin-top: 32vw;
    margin-bottom: 14vw;
    display: block;
  }
  .list_hiroshima_img{
    height: 93vw;
    width: 100%;
  }
  .location_hiroshima{
    padding: 2.5vw 5vw;
    padding-top: 2vw;
    bottom: 15vw;
    left: 15vw;
    font-size: 1rem;
  }
  .map_hiroshima{
    width: 46vw;
    top: -20vw;
    left: 10vw;
  }
  .photo_hiroshima{
    width: 93vw;
    left: auto;
    right: -15vw;
  }
  .list_hiroshima_detail{
    width: 90vw;
  }
  .hiroshima_detail_ttl{
    margin-top: 12vw;
  }
}
/*-------fried_oysters-------*/
#fried_oysters{
  position: relative;
  background-color: #fff;
}
.fried_oysters_main{
  position: relative;
  margin: 0 auto;
  padding-top: 190px;
  padding-bottom: 130px;
  width: 645px;
}
.img_friedoysters{
  position: relative;
  margin: 0 auto;
  width: 377px;
}
.img_friedoysters::before{
  content: '';
  position: absolute;
  width: 112px;
  height: 64px;
  top: -40px;
  left: -40px;
  background-image: url(../img/img_frame.svg);
  background-repeat: no-repeat;
  background-position: top 0 left 0;
  background-size: 112px 64px;
  pointer-events: none;
}
.img_friedoysters::after{
  content: '';
  position: absolute;
  width: 112px;
  height: 64px;
  bottom: -40px;
  right: -40px;
  transform: rotate(180deg);
  background-image: url(../img/img_frame.svg);
  background-repeat: no-repeat;
  background-position: top 0 left 0;
  background-size: 112px 64px;
  pointer-events: none;
}
.mark_friedoysters{
  position: absolute;
  width: 200px;
  height: 200px;
  top: -125px;
  right: -145px;
  color: var(--main-color-blue);
  text-align: center;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid var(--main-color-blue);
}
.mark_friedoysters .txt_mark1{
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0.85rem;
  line-height: 1;
}
.mark_friedoysters .txt_mark2{
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}
.detail_friedoysters{
  position: relative;
  margin-top: 60px;
  margin-bottom: 50px;
  width: 100%;
}
.ttl_friedoysters{
  padding-bottom: 25px;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--main-color-blue);
}
.txt_friedoysters{
  font-size: 0.85rem;
  color: var(--main-font-color);
}
.link_friedoysters{
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 0 50px;
  height: 58px;
  font-size: 1.1rem;
  text-align: center;
  line-height: 58px;
  text-decoration: none;
  color: #fff;
  border-radius: 100vh;
  background-color: var(--main-color-blue);
  box-sizing: border-box;
  border: 2px solid var(--main-color-blue);
  transition: all .3s ease;
}
.link_friedoysters + .link_friedoysters{
  margin-top: 30px;
}
.link_friedoysters:hover{
  color: var(--main-color-blue)!important;
  background-color: #fff;
  text-decoration: none;
}
.link_friedoysters:link,
.link_friedoysters:visited,
.link_friedoysters:active{
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width:1015px){
  .fried_oysters_main{
    padding-top: 35vw;
    padding-bottom: 14vw;
    width: 90vw;
  }
  .img_friedoysters{
    position: relative;
    width: 60vw;
  }
  .img_friedoysters::before{
    width: 14vw;
    height: 8vw;
    top: -5vw;
    left: -5vw;
    background-size: 14vw 8vw;
  }
  .img_friedoysters::after{
    width: 14vw;
    height: 64px;
    bottom: -5vw;
    right: -5vw;
    background-size: 14vw 8vw;
  }
  .mark_friedoysters{
    width: 32.5vw;
    height: 32.5vw;
    top: -18vw;
    right: -16vw;
  }
  .mark_friedoysters .txt_mark1{
    margin-top: 4vw;
    margin-bottom: 1vw;
    font-size: 0.6rem;
  }
  .mark_friedoysters .txt_mark2{
    font-size: 1.35rem;
    line-height: 1.25;
  }
  .detail_friedoysters{
    margin-top: 13vw;
    margin-bottom: 9vw;
  }
  .ttl_friedoysters{
    padding-bottom: 6vw;
    font-size: 1rem;
  }
  .txt_friedoysters{
    font-size: 0.8rem;
  }
  .link_friedoysters{
    padding: 0 10vw;
    height: 12vw;
    font-size: 0.85rem;
    line-height: 12vw;
    transition: none;
  }
  .link_friedoysters + .link_friedoysters{
    margin-top: 5vw;
  }
  .link_friedoysters:hover{
    color: #fff;
    background-color: var(--main-color-blue);
  }
}
/*-------origin_voice-------*/
#origin_voice{
  position: relative;
  margin: 0;
  padding: 0;
  height: 650px;
  overflow: hidden;
}
/*
.origin_voice_main{
  position: relative;
  padding-top: 120px;
  padding-bottom: 160px;
  text-align: center;
}
.img_footer{
  position: fixed;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 570px;
  background-image: url('../img/img_footer.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}*/
.img_footer{
  position: relative;
  width: 100%;
  height: 650px;
  background-image: url('../img/img_footer_para.jpg?ver=20251113');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.img_footer.fixed_footerimg{
  position: absolute;
  height: 100vh;
  left: 0;
  bottom: 0;
  background-attachment: unset;
}
.img_footer.ua_tablet{
  position: relative;
  height: 650px;
  background-image: url('../img/img_footer.jpg?ver=20251113');
  background-attachment: unset;
}
@media screen and (max-width:1024px){/*1015px*/
  #origin_voice{
    height: 50vw;
    padding-bottom: 10px;
  }
  .img_footer{
    position: relative;
    height: 50vw;
    background-image: url('../img/img_footer.jpg?ver=20251113');
    background-attachment: unset;
    /*background-image: none;*/
  }
  .img_footer.fixed_footerimg{
    position: relative;
    height: 50vw;
  }
  /*.img_footer::before{
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/img_footer_sp.jpg');
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
  }
  .invisi_pc,.invisi_tab{
    position: relative;
    padding-top: 10px;
    background-color: #fff;
    z-index: 2;
  }*/
}