@charset "UTF-8";
.pcOnly {
  display: none;
}
@media (min-width: 768px) {
  .pcOnly {
    display: block;
  }
}

.spOnly {
  display: block;
}
@media (min-width: 768px) {
  .spOnly {
    display: none;
  }
}

.pcOnly1100 {
  display: none;
}
@media (min-width: 1024px) {
  .pcOnly1100 {
    display: block;
  }
}

/*------------------------------------------ */
/*------------------FV---------------------- */
/*------------------------------------------ */
.newsWrap, .main .linkWrap, .main .storeWrap, .main .requestWrap, .main .fillWrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.newsInner, .storeInner, .requestInner, .fillInner {
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
@media (min-width: 768px) {
  .newsInner, .storeInner, .requestInner, .fillInner {
    width: 700px;
  }
}
@media (min-width: 1024px) {
  .newsInner, .storeInner, .requestInner, .fillInner {
    width: 95%;
  }
}
@media (min-width: 1200px) {
  .newsInner, .storeInner, .requestInner, .fillInner {
    width: 100%;
  }
}

.main {
  margin-top: 66px;
}
@media (min-width: 1300px) {
  .main {
    margin-top: 84px;
  }
}
.main .fvLinkFlex {
  width: 100%;
  height: 480px;
  display: flex;
  flex-flow: column;
}
@media (min-width: 768px) {
  .main .fvLinkFlex {
    flex-flow: initial;
  }
}
@media (min-width: 1024px) {
  .main .fvLinkFlex {
    height: 609px;
  }
}
.main .fvLinkFlex .fvLink {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 768px) {
  .main .fvLinkFlex .fvLink {
    width: 34%;
  }
}
.main .fvLinkFlex .fvLink:hover .backBgc {
  transform: scale(1.1);
  transition: 0.4s all;
}
.main .fvLinkFlex .fvLink .backBgc {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.3s;
}
.main .fvLinkFlex .fvLink .backBgc .backImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
  transition: all 0.4s ease-in-out;
}
.main .fvLinkFlex .fvLink .logoImgBox {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 5;
}
@media (min-width: 1024px) {
  .main .fvLinkFlex .fvLink .logoImgBox {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
.main .fvLinkFlex .fvLink .logoImgBox.gyouza {
  width: 214px;
  height: 49px;
}
@media (min-width: 768px) {
  .main .fvLinkFlex .fvLink .logoImgBox.gyouza {
    width: 214px;
    height: 49px;
  }
}
@media (min-width: 1024px) {
  .main .fvLinkFlex .fvLink .logoImgBox.gyouza {
    width: 374px;
    height: 86px;
  }
}
.main .fvLinkFlex .fvLink .logoImgBox.yakiniku {
  width: 162px;
  height: 90px;
}
@media (min-width: 768px) {
  .main .fvLinkFlex .fvLink .logoImgBox.yakiniku {
    width: 192px;
    height: 110px;
  }
}
@media (min-width: 1024px) {
  .main .fvLinkFlex .fvLink .logoImgBox.yakiniku {
    width: 312px;
    height: 181px;
  }
}
.main .fvLinkFlex .fvLink .logoImgBox.robatayaki {
  width: 171px;
  height: 85px;
}
@media (min-width: 768px) {
  .main .fvLinkFlex .fvLink .logoImgBox.robatayaki {
    width: 221px;
    height: 115px;
  }
}
@media (min-width: 1024px) {
  .main .fvLinkFlex .fvLink .logoImgBox.robatayaki {
    width: 301px;
    height: 175px;
  }
}
.main .fvLinkFlex .fvLink .imgBox {
  position: absolute;
  width: 25px;
  height: 25px;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 5;
}
@media (min-width: 1024px) {
  .main .fvLinkFlex .fvLink .imgBox {
    bottom: 41px;
    width: 50px;
    height: 50px;
  }
}
.main .fillWrap {
  padding: 49px 0 70px;
  overflow: initial;
}
@media (min-width: 1024px) {
  .main .fillWrap {
    padding: 59px 0 80px;
  }
}
.main .fillWrap .h2TitX .jpTit {
  margin-top: 16px;
}
.main .fillWrap .bgColor {
  position: absolute;
  content: "";
  width: 100%;
  height: 78%;
  left: 0;
  bottom: 0;
  background: #F1F1F1;
  z-index: 0;
}
.fillInner .filterTxt {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font: normal 700 42px/50px "Montserrat", sans-serif;
  color: #333;
  letter-spacing: -0.08em;
  background: linear-gradient(90deg, #F1F1F1, #F1F1F1 30%, #F1F1F1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .fillInner .filterTxt {
    top: 4%;
    font-size: 120px;
    line-height: 120px;
  }
}
@media (min-width: 1300px) {
  .fillInner .filterTxt {
    top: -5px;
    font-size: 150px;
    line-height: 182.85px;
  }
}
@media (min-width: 1024px) {
  .fillInner .h2TitX .enTit {
    font-size: 14px;
    line-height: 17.07px;
  }
}
.fillInner .h2TitX .jpTit {
  font-size: 24px;
  line-height: 40px;
}
.fillInner .flex {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  gap: 40px;
  margin-top: 40px;
  z-index: 5;
}
@media (min-width: 1024px) {
  .fillInner .flex {
    flex-flow: initial;
    gap: 3%;
    margin-top: 107px;
  }
}
@media (min-width: 1200px) {
  .fillInner .flex {
    gap: 109px;
  }
}
.fillInner .flex .imgBox {
  position: relative;
  width: 100%;
  height: 450px;
}
@media (min-width: 1024px) {
  .fillInner .flex .imgBox {
    width: 517.91px;
    height: 505px;
  }
}
.fillInner .flex .imgBox .commonImgTop {
  position: absolute;
  top: 0;
  left: 0;
  width: 98%;
  height: 74%;
  object-fit: contain;
}
@media (min-width: 768px) {
  .fillInner .flex .imgBox .commonImgTop {
    width: 57.5%;
    height: 90%;
  }
}
@media (min-width: 1024px) {
  .fillInner .flex .imgBox .commonImgTop {
    width: 446px;
    height: 450px;
  }
}
.fillInner .flex .imgBox .commonImgBottom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
  height: 48%;
  min-height: 216px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .fillInner .flex .imgBox .commonImgBottom {
    right: 0;
    width: 50%;
    height: 82%;
  }
}
@media (min-width: 1024px) {
  .fillInner .flex .imgBox .commonImgBottom {
    width: 262.91px;
    height: 280px;
  }
}
@media (min-width: 1024px) {
  .fillInner .flex .textBox {
    width: 465px;
  }
}
.fillInner .flex .textBox .p {
  font: normal 500 16px/30px "Noto Sans JP", sans-serif;
  color: #1A1A1A;
}
.fillInner .imgDecoBox {
  display: none;
  position: absolute;
  right: -3%;
  width: 127px;
  height: 173px;
  bottom: -39px;
}
@media (min-width: 768px) {
  .fillInner .imgDecoBox {
    display: block;
    position: absolute;
    right: -2%;
    width: 87px;
    height: 123px;
    bottom: -14%;
  }
}
@media (min-width: 1024px) {
  .fillInner .imgDecoBox {
    right: -2%;
    width: 127px;
    height: 173px;
    bottom: -19%;
  }
}
@media (min-width: 1440px) {
  .fillInner .imgDecoBox {
    width: 227px;
    height: 303px;
    right: -10%;
    bottom: -24%;
  }
}

.main .requestWrap {
  padding: 55px 0;
}
@media (min-width: 1024px) {
  .main .requestWrap {
    padding: 75px 0;
  }
}
.requestInner {
  flex-flow: column-reverse;
  gap: 40px;
}
@media (min-width: 1024px) {
  .requestInner {
    flex-flow: initial;
    justify-content: space-between;
    gap: 3%;
  }
}
@media (min-width: 1200px) {
  .requestInner {
    gap: 107px;
  }
}
@media (min-width: 1024px) {
  .requestInner .textBox {
    width: 552px;
  }
}
.requestInner .textBox .p {
  font: normal 500 16px/30px "Noto Sans JP", sans-serif;
  color: #1A1A1A;
}
.requestInner .textBox .btnBox {
  text-align: center;
}
@media (min-width: 1024px) {
  .requestInner .textBox .btnBox {
    text-align: left;
  }
}
.requestInner .textBox .btnBox .commLink {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .requestInner .imgBox {
    width: 446px;
    height: 330px;
  }
}

.main .storeWrap .bgImgbox {
  position: relative;
  width: 100%;
  height: 310px;
}
@media (min-width: 1024px) {
  .main .storeWrap .bgImgbox {
    height: 410px;
  }
}
.main .storeWrap .bgImgbox .backBgc {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.3s;
}
.main .storeWrap .bgImgbox .backBgc .backImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
  transition: all 0.4s ease-in-out;
}
.main .storeWrap .bgImgbox .storeLogoBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 240px;
  height: 114px;
  z-index: 5;
}
@media (min-width: 1024px) {
  .main .storeWrap .bgImgbox .storeLogoBox {
    width: 290px;
    height: 144px;
  }
}
.main .storeWrap .bgImgbox .imgDecoBoxright {
  position: absolute;
  right: 5%;
  bottom: -51px;
  width: 172px;
  height: 129px;
  z-index: 6;
}
@media (min-width: 1024px) {
  .main .storeWrap .bgImgbox .imgDecoBoxright {
    width: 272px;
    height: 208px;
  }
}
.main .storeWrap .bgYellow {
  width: 100%;
  position: relative;
  background: #FEFBF4;
}
.main .storeWrap .bgYellow .bgLogoBox {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 90%;
  height: auto;
  z-index: 1;
}
@media (min-width: 1024px) {
  .main .storeWrap .bgYellow .bgLogoBox {
    width: 1043px;
    height: 241px;
  }
}
.storeInner {
  padding: 70px 0 100px;
  gap: 40px;
  z-index: 6;
}
@media (min-width: 1024px) {
  .storeInner {
    padding: 80px 0 120px;
    flex-flow: initial;
    justify-content: space-between;
    align-items: center;
    gap: 3%;
  }
}
.storeInner .mapBox {
  width: 100%;
  height: 320px;
}
@media (min-width: 1024px) {
  .storeInner .mapBox {
    width: 450px;
    height: 360px;
  }
}
@media (min-width: 1200px) {
  .storeInner .mapBox {
    width: 490px;
    height: 360px;
  }
}
.storeInner .mapBox iframe {
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .storeInner .textBox {
    width: 491px;
  }
}
.storeInner .textBox .p {
  font: normal 500 16px/26px "Noto Sans JP", sans-serif;
  color: #1A1A1A;
}
.storeInner .textBox .btnFlex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .storeInner .textBox .btnFlex {
    gap: 11px;
    justify-content: flex-start;
    flex-flow: initial;
  }
}
.storeInner .textBox .btnFlex .telBox .telLink {
  display: flex;
  align-items: center;
  gap: 3px;
}
.storeInner .textBox .btnFlex .telBox .telLink .commonImg {
  width: 26px;
  height: 26px;
}
.storeInner .textBox .btnFlex .telBox .telLink .telText {
  font: normal 500 24px/21px "Montserrat", sans-serif;
  color: #1A1A1A;
  letter-spacing: 0.04em;
}
.storeInner .textBox .btnFlex .telBox .timeText {
  font: normal 400 13px/18.82px "Noto Sans JP", sans-serif;
  color: #1A1A1A;
  letter-spacing: 0.09em;
}

.main .storeWrap.storeWrapSecond .bgRed {
  width: 100%;
  position: relative;
  background: #FDF5F5;
}
.main .storeWrap.storeWrapSecond .bgRed .bgLogoBox {
  position: absolute;
  right: initial;
  left: 0;
  bottom: 0;
  width: 90%;
  height: auto;
  z-index: 1;
}
@media (min-width: 1024px) {
  .main .storeWrap.storeWrapSecond .bgRed .bgLogoBox {
    width: 720px;
    height: 417px;
  }
}
.main .storeWrap.storeWrapSecond .bgImgbox .storeLogoBox {
  width: 200px;
  height: 113px;
  z-index: 5;
}
@media (min-width: 1024px) {
  .main .storeWrap.storeWrapSecond .bgImgbox .storeLogoBox {
    width: 230px;
    height: 133px;
  }
}
.main .storeWrap.storeWrapSecond .bgImgbox .imgDecoBoxLeft {
  position: absolute;
  left: 5%;
  bottom: -51px;
  width: 172px;
  height: 129px;
  z-index: 6;
}
@media (min-width: 1024px) {
  .main .storeWrap.storeWrapSecond .bgImgbox .imgDecoBoxLeft {
    width: 272px;
    height: 208px;
  }
}
@media (min-width: 1024px) {
  .main .storeWrap.storeWrapSecond .storeInner {
    flex-flow: row-reverse;
    padding: 100px 0 120px;
  }
}
.main .storeWrap.storeWrapThird .bgBrown {
  width: 100%;
  position: relative;
  background: #F8F2ED;
}
.main .storeWrap.storeWrapThird .bgBrown .bgLogoBox {
  position: absolute;
  right: initial;
  right: 0;
  bottom: 0;
  width: 90%;
  height: auto;
  z-index: 1;
}
@media (min-width: 1024px) {
  .main .storeWrap.storeWrapThird .bgBrown .bgLogoBox {
    width: 645px;
    height: 338px;
  }
}
.main .storeWrap.storeWrapThird .bgBrown .textBox .btnFlex .commLinkBrown {
  background: #9F530D;
  border: 1px solid #9F530D;
}
.main .storeWrap.storeWrapThird .bgBrown .textBox .btnFlex .commLinkBrown:hover .commLinkTxt {
  color: #9F530D;
}
.main .storeWrap.storeWrapThird .bgImgbox .storeLogoBox {
  width: 200px;
  height: 113px;
  z-index: 5;
}
@media (min-width: 1024px) {
  .main .storeWrap.storeWrapThird .bgImgbox .storeLogoBox {
    width: 230px;
    height: 133px;
  }
}
.main .linkWrap {
  position: relative;
  margin: 0 auto;
  z-index: 5;
  padding: 65px 0;
}
@media (min-width: 1024px) {
  .main .linkWrap {
    padding: 80px 0;
  }
}
.linkInner {
  width: 90%;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  margin: 0 auto;
  gap: 20px;
  max-width: 1100px;
  overflow: hidden;
  z-index: 5;
}
@media (min-width: 768px) {
  .linkInner {
    width: 700px;
    gap: 40px;
    flex-flow: initial;
  }
}
@media (min-width: 1024px) {
  .linkInner {
    width: 95%;
  }
}
@media (min-width: 1200px) {
  .linkInner {
    width: 100%;
  }
}
.linkInner .link {
  position: relative;
  text-align: center;
  margin: auto;
  width: 100%;
  height: 200px;
  overflow: hidden;
  border: 5px solid #1A1A1A;
}
@media (min-width: 600px) {
  .linkInner .link {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .linkInner .link {
    margin: 0;
    width: 430px;
    height: 259px;
  }
}
@media (min-width: 1100px) {
  .linkInner .link {
    width: 530px;
  }
}
.linkInner .link:hover .hoverImg {
  transform: scale(1.2);
  transition: 0.4s all;
}
.linkInner .link .h2TitX {
  position: absolute;
  text-align: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 5;
}
.linkInner .link .arrowBox {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 75px;
  height: 5px;
}
@media (min-width: 1024px) {
  .linkInner .link .arrowBox {
    right: 40px;
    bottom: 30px;
    width: 95px;
    height: 8px;
  }
}

.main .linkWrap .backBgc {
  position: absolute;
  width: 100%;
  height: 38px;
  left: 0;
  bottom: 0;
}
@media (min-width: 1024px) {
  .main .linkWrap .backBgc {
    height: 58px;
  }
}
.main .linkWrap .backBgc .backImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
  transition: all 0.4s ease-in-out;
}
.newsWrap {
  position: relative;
  width: 100%;
  z-index: 5;
  overflow: initial;
  padding: 80px 0;
  background: #F1F1F1;
}
@media (min-width: 1024px) {
  .newsWrap {
    padding: 100px 0;
  }
}
.newsInner {
  width: 90%;
  max-width: 1100px;
  margin: auto;
  gap: 10px;
  z-index: 5;
}
@media (min-width: 1024px) {
  .newsInner {
    max-width: 1100px;
    flex-flow: initial;
    justify-content: space-between;
    gap: 3%;
  }
}
.newsInner .titleBox .h2TitX {
  width: fit-content;
}
@media (min-width: 1024px) {
  .newsInner .titleBox .h2TitX {
    margin: 0;
    align-items: flex-start;
  }
}
.newsInner .titleBox .h2TitX .jpTit {
  margin-top: 0;
}
.newsInner .titleBox .commLink {
  margin: 35px 0 0;
}
@media (min-width: 1024px) {
  .newsInner .titleBox .commLink {
    width: 177px;
  }
}

.newsWrap .commLink.pcOnly {
  display: none;
}
@media (min-width: 1024px) {
  .newsWrap .commLink.pcOnly {
    display: flex;
  }
}
.newsWrap .commLink.spOnly {
  display: flex;
  margin: 45px auto 0;
}
@media (min-width: 1024px) {
  .newsWrap .commLink.spOnly {
    display: none;
    margin: 65px auto 0;
  }
}
.newsWrap .imgDecoRight {
  position: absolute;
  width: 111px;
  height: 99px;
  right: 0;
  bottom: 0;
}
@media (min-width: 1024px) {
  .newsWrap .imgDecoRight {
    width: 211px;
    height: 199px;
    bottom: -40%;
  }
}

.newsWrap {
  position: relative;
  width: 100%;
  z-index: 5;
  overflow: initial;
}

.newsWrap .newsInner .webgene-blog {
  width: 100%;
}
@media (min-width: 1024px) {
  .newsWrap .newsInner .webgene-blog {
    flex: 1;
    max-width: 780px;
  }
}

.newsWrap .bgDecoBoxLeft {
  top: 80%;
  width: 13%;
  aspect-ratio: 295/1224;
}

@media (min-width: 768px) {
  .newsWrap .bgDecoBoxLeft {
    top: 60%;
  }
}
@media (min-width: 1024px) {
  .newsWrap .bgDecoBoxLeft {
    width: 295px;
    height: 1224px;
  }
}
.newsInner {
  width: 90%;
  max-width: 1100px;
  margin: auto;
  z-index: 5;
}

.newsWrap .filterTxt {
  display: none;
  position: absolute;
  transform: rotate(90deg);
  z-index: 15;
  font: normal 700 30px/25px "Raleway", sans-serif;
  color: #333;
  color: rgba(0, 103, 181, 0.2);
  top: 19%;
  right: 6%;
}

@media (min-width: 768px) {
  .newsWrap .filterTxt {
    display: block;
    top: 42%;
    right: -3%;
  }
}
@media (min-width: 1024px) {
  .newsWrap .filterTxt {
    right: -23%;
    font-size: 95px;
    line-height: 105px;
  }
}
@media (min-width: 1200px) {
  .newsWrap .filterTxt {
    right: -14%;
  }
}
@media (min-width: 1440px) {
  .newsWrap .filterTxt {
    right: -13%;
    font-size: 95px;
    line-height: 105px;
  }
}
.newsWrap .smoothNews {
  margin: 24px auto 0;
  width: 100%;
  max-width: 780px;
}

.newsWrap .webgene-blog .article {
  border-bottom: 1px solid #C6C6C6;
}

.newsWrap .webgene-blog .article:last-child {
  border-bottom: 1px solid #C6C6C6;
}

.newsWrap .webgene-blog .article .a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: all 0.4s ease-in-out;
  padding: 16px 0;
}

.newsWrap .webgene-blog .article .a:hover {
  background-color: rgba(159, 13, 13, 0.0823529412);
}

@media (min-width: 768px) {
  .newsWrap .webgene-blog .article .a {
    display: flex;
    flex-direction: row;
    column-gap: 15.3846153846%;
    align-items: center;
  }
}
@media (min-width: 1280px) {
  .newsWrap .webgene-blog .article .a {
    column-gap: 20.974359%;
  }
}
.newsWrap .webgene-blog .article .a .divDate {
  width: fit-content;
}

.newsWrap .webgene-blog .article .a .divDate .date {
  font: normal 400 16px/32px "Montserrat", sans-serif;
  color: #1A1A1A;
}

.newsWrap .webgene-blog .article .a .divTitle {
  flex: 1;
}

.newsWrap .webgene-blog .article .a .divTitle .title {
  flex: 1;
  font: normal 400 16px/32px "Noto Sans JP", sans-serif;
  color: #333;
}

.newsWrap .commLink {
  margin: 45px auto 0;
}

@media (min-width: 1024px) {
  .newsWrap .commLink {
    margin: 65px auto 0;
  }
}
.main .topWrap .scrollBox {
  width: 23px;
  height: 96px;
  position: absolute;
  bottom: 0px;
  left: 52%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: center;
  z-index: 10;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@media (min-width: 768px) {
  .main .topWrap .scrollBox {
    animation: pathmovePc 1.4s ease-in-out infinite;
    opacity: 0;
    left: 14.5833333333%;
    transform: translate(0, -50%);
  }
}
@media (min-width: 1024px) {
  .main .topWrap .scrollBox {
    left: 17.3611111111%;
  }
}
.main .topWrap .scrollBox .scrollText {
  color: #FFF;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 1.28px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

@media (min-width: 768px) {
  .main .topWrap .scrollBox .scrollText {
    font-size: 14px;
  }
}
.main .topWrap .scrollBox .arrow {
  position: relative;
}

.main .topWrap .scrollBox .arrow::before {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 13px;
  left: -1px;
  width: 1px;
  height: 10px;
  background: #fff;
  transform: skewX(-40deg);
}

@media (min-width: 768px) {
  .main .topWrap .scrollBox .arrow::before {
    width: 1px;
    height: 15px;
    top: 20px;
    left: 1px;
  }
}
.main .topWrap .scrollBox .arrow::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: -5px;
  width: 1px;
  height: 76px;
  background: #fff;
}

@media (min-width: 768px) {
  .main .topWrap .scrollBox .arrow::after {
    bottom: -35px;
    left: -5px;
    width: 1px;
    height: 96px;
  }
}/*# sourceMappingURL=top.css.map */