@charset "utf-8";
/* CSS Document */


/*----------------------------------
 フォント
----------------------------------*/
@font-face {
  font-family: "HardwearDisplay";
  src: url("../font/HardwearDisplay-Light.otf") format("opentype");
  font-weight: 300;
}

@font-face {
  font-family: "HardwearDisplay";
  src: url("../font/HardwearDisplay-Medium.otf") format("opentype");
  font-weight: 500;
}

@font-face {
  font-family: "HardwearDisplay";
  src: url("../font/HardwearDisplay-SemiBold.otf") format("opentype");
  font-weight: 600;
}

@font-face {
  font-family: "HardwearDisplay";
  src: url("../font/HardwearDisplay-Bold.otf") format("opentype");
  font-weight: 700;
}
.min {
  font-family: 'Noto Serif JP', serif,'Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.hard {
  font-family: 'HardwearDisplay',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}


/*----------------------------------
 デバイス
----------------------------------*/

@media screen and (min-width: 800px) {
.only-sp {
  display: none;
}
.only-pc {
  display: block;
}
}
@media screen and (max-width: 799px) {
.only-sp {
  display: block;
}
.only-pc {
  display: none;
}
}


/* font color */
:root {
  --color-base: #100f10;
  --color-base2: #333;
  --color-white: #fff;
  --color-yellow: #f3fd30;
}


body .s25airmesh {
  position: relative;
  font-family: "Noto Sans JP","source-han-sans-japanese", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(10px, 1vw, 14px);
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0;
  line-height: 1.46;
}

@media screen and (min-width: 800px) {
  body .s25airmesh {
    font-size: 1.8rem;
    min-width: 1280px;
    letter-spacing: 0;
  }
}
.s25airmesh a {
  text-decoration: none;
  color: #100f10;
}
.s25airmesh a:hover {
  opacity: 1;
  text-decoration: none;
}

@media screen and (min-width: 800px) {
  .s25airmesh a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 799px) {
.s25airmesh a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
}
.s25airmesh img {
  max-width: 100%;
  vertical-align: bottom;
}
.s25airmesh .slick-dots button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.s25airmesh .wrapper {
  position: relative;
  overflow: inherit;
}
.s25airmesh .secInner {
  overflow: hidden;
}

*:focus {
  outline: none;
}


/* font */
.s25airmesh .en {
  font-family: "CircularPro-Book", sans-serif;
  color: #000;
}
.s25airmesh .enb {
  font-family: "CircularPro-Black", sans-serif;
  color: #000;
}
.s25airmesh p {
  line-height: 1.64;
}
.s25airmesh .sup {
  font-size: 50%;
  vertical-align: top;
  position: relative;
  top: -0.05em;
}
.s25airmesh .sup2 {
  vertical-align: top;
  position: relative;
  top: -0.2em;
}


/* item btn */
.s25airmesh .itemBtnArea {
  margin: -26px auto 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.s25airmesh .itemBtnArea a.notYet {
  pointer-events: none;
}
@media screen and (min-width: 800px) {
.s25airmesh .itemBtnArea a {
  width: 180px;
  margin: 0 auto;
  padding: 1.0em 1.8em;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.04em;
  color: #333;
  background-color: #f3fd30;
  background: linear-gradient(135deg, transparent 8px, #f3fd30 0) top left,
  linear-gradient(-135deg, transparent 8px, #f3fd30 0) top right,
  linear-gradient(-45deg, transparent 8px, #f3fd30 0) bottom right,
  linear-gradient(45deg, transparent 8px, #f3fd30 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
  display: block;
  transition: none;
}
.s25airmesh .itemBtnArea a:hover {
  background-color: #100f10;
  background: linear-gradient(135deg, transparent 8px, #100f10 0) top left,
  linear-gradient(-135deg, transparent 8px, #100f10 0) top right,
  linear-gradient(-45deg, transparent 8px, #100f10 0) bottom right,
  linear-gradient(45deg, transparent 8px, #100f10 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
  color: #fff;
  opacity: 1;
}
}
@media screen and (max-width: 799px) {
  .s25airmesh .itemBtnArea {
    margin: -13px auto 0;
  }
  .s25airmesh .itemBtnArea a {
    width: 130px;
    margin: 0 auto;
    padding: 1em 1em;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.46;
    letter-spacing: -0.04em;
    color: #333;
    background-color: #f3fd30;
    background: linear-gradient(135deg, transparent 5px, #f3fd30 0) top left,
    linear-gradient(-135deg, transparent 5px, #f3fd30 0) top right,
    linear-gradient(-45deg, transparent 5px, #f3fd30 0) bottom right,
    linear-gradient(45deg, transparent 5px, #f3fd30 0) bottom left;
    background-size: 52% 52%;
    background-repeat: no-repeat;
    display: block;
    transition: none;
  }
  .s25airmesh .itemBtnArea a:hover {
    background-color: #f3fd30;
    background: linear-gradient(135deg, transparent 5px, #f3fd30 0) top left,
    linear-gradient(-135deg, transparent 5px, #f3fd30 0) top right,
    linear-gradient(-45deg, transparent 5px, #f3fd30 0) bottom right,
    linear-gradient(45deg, transparent 5px, #f3fd30 0) bottom left;
    background-size: 52% 52%;
    background-repeat: no-repeat;
    color: #333;
    opacity: 1;
  }
}























.pane-main {
  padding-bottom: 0;
}

/* hero */
.s25airmesh {
  background-color: #100f10;
}
.s25airmesh_hero {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(990/1918*100vw);
  z-index: 1;
  background-color: #100f10;
  pointer-events: none;
}
.s25airmesh_heroInner {
  width: 100%;
  margin: 0 auto;
  padding-top: 80px;
}
.s25airmesh_hero .mvArea {
  width: 100%;
  height: calc(990 / 1918 * 100vw);
  position: relative;
}
.s25airmesh_hero .mvArea {
  width: 100%;
  height: calc(990 / 1918 * 100vw);
  position: relative;
}
.s25airmesh_hero .mvArea .mvAreaImg {
  height: 100%;
}
.s25airmesh_hero .mvArea .mvAreaImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s25airmesh_hero .mvAreaText {
  width: 292px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(170 / 1918 * 100vw);
}
@media screen and (max-width: 799px) {
.s25airmesh_hero {
  height: calc(1320/780*100vw);
}
  .s25airmesh_heroInner {
    padding-top: 64px;
  }
  .s25airmesh_hero .mvArea {
    height: auto;
    background: none;
  }
  .s25airmesh_hero .mvArea .mvAreaText {
    width: 100%;
    height: calc(1206/780*100vw);
    margin: 0;
    padding: 0;
  }
  .s25airmesh_hero .mvAreaText {
    display: none;
  }
}


/* content */
.s25airmesh_cont {
  margin: calc(990 / 1918 * 100vw) auto 0;
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 3;
  background: url(../img/bg_tile.png) repeat;
  background-color: #fff;
}
.s25airmesh_cont .secLead {
  width: 100%;
  margin: 0 auto 0.4em;
  padding: 0;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: inline-block;
  z-index: 1;
  text-align: center;
}
.s25airmesh_cont .secLeadText {
  font-size: 70px;
  line-height: 1;
  position: relative;
  display: block;
  z-index: 1;
}
.s25airmesh_cont .secLeadText p {
  line-height: 0.9;
}
@media screen and (max-width: 799px) {
.s25airmesh_cont {
  margin: calc(1200/780*100vw) auto 0;
  min-width: inherit;
}
.s25airmesh_cont .secLead {
  font-size: calc(56/780*100vw);
}
.s25airmesh_cont .secLeadText {
  font-size: calc(56/780*100vw);
}
}


.s25airmesh_About .s25airmesh_AboutInner {
  padding-bottom: 286px;
  background: url(../img/bg_01-pc.jpg) repeat;
  background-size: cover;
  background-color: #ccc;
}
.s25airmesh_About .text01 {
  padding: 120px 290px 140px;
  font-size: 22px;
  font-weight: 600;
  color: var(--color-base);
  line-height: 2.0;
  letter-spacing: 0.04em;
  text-align: center;
}
.s25airmesh_About .text01 .lead {
  margin-bottom: 1em;
  font-size: 38px;
  display: block;
  line-height: 1.8;
  text-align: center;
}
.s25airmesh_About .text01 sup {
  position: relative;
  top: -4px;
}
@media screen and (max-width: 799px) {
.s25airmesh_About .s25airmesh_AboutInner {
  padding-bottom: calc(312/780*100vw);
  background: url(../img/bg_01-sp.jpg) repeat;
  background-size: cover;
  background-color: #ccc;
}
  .s25airmesh_About .text01 {
    width: 100%;
    margin: 0 auto;
    padding: calc(130/780*100vw) 0 0;
    font-size: calc(22/780*100vw);
    line-height: 2;
  }
  .s25airmesh_About .text01 .lead {
    margin-bottom: 1.5em;
    font-size: calc(38/780*100vw);
    line-height: 1.8;
  }
  .s25airmesh_About .text01 sup {
    top: 0;
  }
}


.s25airmesh .catchArea {
  width: 1374px;
  margin: 0 auto;
  position: relative;
}
.s25airmesh .catchLinkArea {
  width: 140px;
  text-align: center;
  position: absolute;
}
.s25airmesh .catchLinkArea.catchLink01 {
  left: 30px;
  top: -76px;
}
.s25airmesh .catchLinkArea.catchLink02 {
  left: 621px;
  top: 799px;
}
.s25airmesh .catchLinkArea.catchLink03 {
  left: 1200px;
  top: -76px;
}
.s25airmesh .catchLinkArea .catchText {
  margin: 0 auto 2.5em;
}
.s25airmesh .catchLinkArea.catchLink01 .catchText {
  width: 96px;
}
.s25airmesh .catchLinkArea.catchLink02 .catchText {
  width: 130px;
}
.s25airmesh .catchLinkArea.catchLink03 .catchText {
  width: 130px;
}
.s25airmesh .catchLinkArea .itemBtnArea a {
  width: 100%;
  padding: 0.8em 1.4em;
}
.s25airmesh .catchLinkLineArea .catchLinkLine {
  width: 1px;
  height: 60px;
  background-color: var(--color-yellow);
  display: block;
  position: relative;
}
.s25airmesh .catchLinkLineArea .catchLinkLine:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background-color: var(--color-yellow);
  position: absolute;
  left: -5px;
  top: -5px;
}
.s25airmesh .catchLinkLineArea .catchLinkLine:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background-color: var(--color-yellow);
  position: absolute;
  left: -5px;
  bottom: -5px;
}
.s25airmesh .catchLinkLineArea.line01 {
  position: absolute;
  left: 196px;
  top: 30px;
}
.s25airmesh .catchLinkLineArea.line01 .catchLinkLine {
  transform: rotate(-45deg);
}
.s25airmesh .catchLinkLineArea.line01 .catchLinkLine:before {
  transform: rotate(45deg);
}
.s25airmesh .catchLinkLineArea.line01 .catchLinkLine:after {
  transform: rotate(45deg);
}
.s25airmesh .catchLinkLineArea.line02 {
  position: absolute;
  left: 691px;
  top: 718px;
}
.s25airmesh .catchLinkLineArea.line03 {
  position: absolute;
  left: 1166px;
  top: 30px;
}
.s25airmesh .catchLinkLineArea.line03 .catchLinkLine {
  transform: rotate(45deg);
}
.s25airmesh .catchLinkLineArea.line03 .catchLinkLine:before {
  transform: rotate(-45deg);
}
.s25airmesh .catchLinkLineArea.line03 .catchLinkLine:after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 799px) {
.s25airmesh .catchArea {
  width: 100%;
  padding-top: calc(232/780*100vw);
}
.s25airmesh .catchLinkArea {
  width: 100px;
}
.s25airmesh .catchLinkArea.catchLink01 {
  left: calc(446/780*100vw);
  top: calc(1150/780*100vw);
}
.s25airmesh .catchLinkArea.catchLink02 {
  left: calc(142/780*100vw);
  top: calc(962/780*100vw);
}
.s25airmesh .catchLinkArea.catchLink03 {
  left: calc(456/780*100vw);
  top: calc(44/780*100vw);
}
.s25airmesh .catchLinkArea .catchText {
  margin: 0 auto 2.5em;
}
.s25airmesh .catchLinkArea.catchLink01 .catchText {
  width: calc(114/780*100vw);
}
.s25airmesh .catchLinkArea.catchLink02 .catchText {
  width: calc(156/780*100vw);
}
.s25airmesh .catchLinkArea.catchLink03 .catchText {
  width: calc(156/780*100vw);
}
.s25airmesh .catchLinkArea .itemBtnArea a {
  width: 100%;
  padding: 0.7em 1.0em;
}
.s25airmesh .catchLinkLineArea .catchLinkLine {
  height: calc(60/780*100vw);
}
.s25airmesh .catchLinkLineArea .catchLinkLine:before {
  width: calc(12/780*100vw);
  height: calc(12/780*100vw);
  left: calc(-5/780*100vw);
  top: calc(-6/780*100vw);
}
.s25airmesh .catchLinkLineArea .catchLinkLine:after {
  width: calc(12/780*100vw);
  height: calc(12/780*100vw);
  left: calc(-5/780*100vw);
  bottom: calc(-6/780*100vw);
}
.s25airmesh .catchLinkLineArea.line01 {
  left: calc(544/780*100vw);
  top: calc(1068/780*100vw);
}
.s25airmesh .catchLinkLineArea.line01 .catchLinkLine {
  transform: rotate(0);
}
.s25airmesh .catchLinkLineArea.line01 .catchLinkLine:before {
  transform: rotate(0);
}
.s25airmesh .catchLinkLineArea.line01 .catchLinkLine:after {
  transform: rotate(0);
}
.s25airmesh .catchLinkLineArea.line02 {
  left: calc(246/780*100vw);
  top: calc(876/780*100vw);
}
.s25airmesh .catchLinkLineArea.line03 {
  left: calc(546/780*100vw);
  top: calc(196/780*100vw);
}
.s25airmesh .catchLinkLineArea.line03 .catchLinkLine {
  transform: rotate(0);
}
.s25airmesh .catchLinkLineArea.line03 .catchLinkLine:before {
  transform: rotate(0);
}
.s25airmesh .catchLinkLineArea.line03 .catchLinkLine:after {
  transform: rotate(0);
}
}


.s25airmesh .s25airmesh_Techno .secLead {
  width: 100%;
  margin: 0 auto 0.1em;
  font-size: calc(303/1920*100vw);
  font-weight: 400;
  text-align: center;
}
.s25airmesh .s25airmesh_Techno .secLeadText {
  width: 100%;
  margin: 0 auto 4em;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.s25airmesh .s25airmesh_Techno ul.techListArea {
  margin: 0 auto 260px;
  display: flex;
  justify-content: center;
  gap: 0 50px;
}
.s25airmesh .s25airmesh_Techno ul.techListArea li {
  width: 296px;
}
.s25airmesh .s25airmesh_Techno ul.techListArea li .techListBtn {
  transition: all .3s;
}
.s25airmesh .s25airmesh_Techno ul.techListArea li .techListBtn:hover {
  transform: scale(110%);
}
@media screen and (max-width: 799px) {
.s25airmesh .s25airmesh_Techno .secLead {
  margin: 0 auto 0.3em;
  font-size: calc(126/780*100vw);
}
.s25airmesh .s25airmesh_Techno .secLeadText {
  margin: 0 auto 3em;
  line-height: 1.46;
  font-size: calc(40/780*100vw);
}
.s25airmesh .s25airmesh_Techno ul.techListArea {
  margin: 0 auto calc(132/780*100vw);
  flex-direction: column;
  gap: calc(40/780*100vw) 0;
}
.s25airmesh .s25airmesh_Techno ul.techListArea li {
  width: calc(318/780*100vw);
  margin: 0 auto;
}
.s25airmesh .s25airmesh_Techno ul.techListArea li .techListBtn:hover {
  transform: none;
}
}


.s25airmesh .s25airmesh_Techno .octaArea {
  width: 1320px;
  margin: 0 auto 240px;
  padding: 45px 0;
  border-top: var(--color-base) 1px solid;
  border-bottom: var(--color-base) 1px solid;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.s25airmesh .s25airmesh_Techno .octaArea .octaImgArea {
  width: 610px;
  position: relative;
}
.s25airmesh .s25airmesh_Techno .octaArea .octaImgArea .octaImg02  {
  width: 353px;
  position: absolute;
  left: 319px;
  top: -127px;
}
.s25airmesh .s25airmesh_Techno .octaArea .octaTextArea {
  width: 640px;
}
.s25airmesh .s25airmesh_Techno .octaArea .octaTextArea .octaLead {
  margin: 0 auto 0.8em;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
}
.s25airmesh .s25airmesh_Techno .octaArea .octaTextArea .octaLogo {
  width: 332px;
  margin: 0 auto 2.8em;
}
.s25airmesh .s25airmesh_Techno .octaArea .octaTextArea .octaText {
  padding-top: 1.8em;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  line-height: 1.8;
}
.s25airmesh .s25airmesh_Techno .octaArea .octaTextArea .octaText:before {
  content: "";
  width: 50px;
  height: 1px;
  margin: 0 auto;
  display: block;
  background-color: var(--color-base);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
@media screen and (max-width: 799px) {
.s25airmesh .s25airmesh_Techno .octaArea {
  width: calc(640/780*100vw);
  margin: 0 auto calc(148/780*100vw);
  padding: calc(36/780*100vw) 0;
  flex-direction: column;
  position: relative;
}
.s25airmesh .s25airmesh_Techno .octaArea .octaImgArea {
  width: 100%;
  position: absolute;
  top: calc(272/780*100vw);
}
.s25airmesh .s25airmesh_Techno .octaArea .octaTextArea {
  width: 100%;
}
.s25airmesh .s25airmesh_Techno .octaArea .octaTextArea .octaLead {
  margin: 0 auto 0.8em;
  font-size: calc(28/780*100vw);
}
.s25airmesh .s25airmesh_Techno .octaArea .octaTextArea .octaLogo {
  width: calc(332/780*100vw);
  margin: 0 auto calc(576/780*100vw);
}
.s25airmesh .s25airmesh_Techno .octaArea .octaTextArea .octaText {
  padding-top: 0;
  font-size: calc(22/780*100vw);
  position: relative;
  line-height: 1.8;
}
.s25airmesh .s25airmesh_Techno .octaArea .octaTextArea .octaText:before {
  content: none;
}
}


@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
  }



.s25airmesh .detailSlideArea {
  margin-bottom: 300px;
}
.s25airmesh .detailSlideArea .slick-dots {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 0 12px;
}
.s25airmesh .detailSlideArea .slick-dots li {
  width: 24px;
  height: 24px;
  margin: 0;
  background: #8f8b94;
  border-radius: 12px;
  position: relative;
}
.s25airmesh .detailSlideArea .slick-dots li.slick-active:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--color-base); /* 外側のリング */
  background: transparent; /* 内側は透過 */
}
.s25airmesh_Collabo .detailSlideArea li {
  opacity: .3;
  transition: all .3s;
}
.s25airmesh_Collabo .detailSlideArea li.slick-active {
  opacity: 1;
}
.s25airmesh .detailSlideArea .slick-dots li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 0;
}
.s25airmesh .detailSlideArea .slide-arrow {
  width: 22px;
  height: 42px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.s25airmesh .detailSlideArea .slide-arrow.prev-arrow {
  left: 28px;
}
.s25airmesh .detailSlideArea .slide-arrow.next-arrow {
  right: 28px;
}
.s25airmesh .detailSlideArea .slide-arrow:hover {
  opacity: .7;
  cursor: pointer;
}
.slickArrow {
  width: 50px;
  height: 50px;
  background-color: var(--color-yellow);
  position: relative;
}
.slickArrow:before {
  content: "";
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: #100f10 4px solid;
  border-right: #100f10 4px solid;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  right: 4px;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
.slickArrow:hover {
  background-color: #100f10;
  cursor: pointer;
  opacity: 1;
}
.slickArrow:hover:before {
  border-top: var(--color-white) 4px solid;
  border-right: var(--color-white) 4px solid;
  opacity: 1;
}
.slickArrow.arrowLeft:before {
  transform: rotate(-135deg);
  left: 4px;
  right: 0;
}
@media screen and (max-width: 799px) {
  .s25airmesh .detailSlideArea {
    margin-bottom: calc(300/780*100vw);
  }
  .s25airmesh .detailSlideArea .slick-dots {
    margin: 0 auto;
    bottom: calc(-72/780*100vw);
  }
  .s25airmesh .detailSlideArea .slick-dots li {
    width: calc(36/780*100vw);
    height: calc(36/780*100vw);
  }
  .s25airmesh .detailSlideArea .slick-dots li:before {
    content: none;
  }
  .s25airmesh .detailSlideArea .slick-dots li.slick-active:before {
  top: calc(-6/780*100vw);
  left: calc(-6/780*100vw);
  width: calc(48/780*100vw);
  height: calc(48/780*100vw);
}
  .s25airmesh .detailSlideArea .slide-arrow {
    width: calc(30/780*100vw);
    height: calc(54/780*100vw);
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
  .s25airmesh .detailSlideArea .slide-arrow.prev-arrow {
    left: calc(-57/780*100vw);
    right: auto;
  }
  .s25airmesh .detailSlideArea .slide-arrow.next-arrow {
    left: auto;
    right: calc(-57/780*100vw);
  }
  .s25airmesh .detailSlideArea .slide-arrow:hover {
    opacity: 1;
  }
  .slickArrow {
  width: calc(70/780*100vw);
  height: calc(70/780*100vw);
  }
  .slickArrow:before {
  content: "";
  width: calc(20/780*100vw);
  height: calc(20/780*100vw);
  right: calc(5/780*100vw);
}
.slickArrow:hover {
  background-color: var(--color-yellow);
}
.slickArrow.arrowLeft:before {
  left: calc(5/780*100vw);
  right: 0;
}
.slickArrow:hover:before {
  border-top: #100f10 4px solid;
  border-right: #100f10 4px solid;
  opacity: 1;
}
}


.s25airmesh_ProductLInner {
  padding: 64px 0 388px;
  background: url(../img/bg_product01-pc.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.s25airmesh_ProductL .secLead {
  margin: 0 0 80px;
  padding-left: 80px;
  color: var(--color-yellow);
}
.s25airmesh_ProductL .secLeadText {
  margin-bottom: 32px;
  padding-left: 80px;
  color: var(--color-yellow);
}
.s25airmesh_ProductL .text01 {
  margin-bottom: 32px;
  padding-left: 80px;
  color: var(--color-yellow);
  letter-spacing: 0.22em;
  font-size: 15px;
  font-weight: 300;
}
.s25airmesh .s25airmesh_ProductL .itemBtnArea {
  width: 180px;
  margin: 0 0 0 80px;
  position: relative;
  z-index: 1;
}
.s25airmesh_ProductL .itemImg {
  margin: auto;
  width: 940px;
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 800px) and (max-width: 1980px) {
.s25airmesh_ProductLInner {
  padding: 64px 0 188px;
}
.s25airmesh_ProductL .itemImg {
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  margin-top: -120px;
}
}
@media screen and (max-width: 799px) {
.s25airmesh_ProductLInner {
  padding: calc(36/780*100vw) 0 calc(130/780*100vw);
  background: url(../img/bg_product01-pc.jpg) no-repeat center center;
  background-size: cover;
}
.s25airmesh_ProductL .secLead {
  margin: 0 0 calc(72/780*100vw);
  padding-left: calc(40/780*100vw);
}
.s25airmesh_ProductL .secLeadText {
  margin-bottom: calc(28/780*100vw);
  padding-left: calc(40/780*100vw);
}
.s25airmesh_ProductL .text01 {
  margin-bottom: calc(32/780*100vw);
  padding-left: calc(40/780*100vw);
  font-size: calc(22/780*100vw);
}
.s25airmesh .s25airmesh_ProductL .itemBtnArea {
  width: calc(250/780*100vw);
  margin: 0 0 0 calc(40/780*100vw);
  position: relative;
  z-index: 2;
}
.s25airmesh_ProductL .itemImg {
  margin: calc(-110/780*100vw) auto 0;
  width: calc(756/780*100vw);
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
}
}


.s25airmesh_Tech {
  margin: 0 auto 140px;
}
.s25airmesh_Tech .s25airmesh_TechInner {
  background-color: var(--color-white);
  position: relative;
}
.s25airmesh_Tech .techLWrap .tech01,
.s25airmesh_Tech .techLWrap .tech02,
.s25airmesh_Tech .techLWrap .tech03 {
  width: 100%;
  height: 990px;
  padding-top: 144px;
  position: relative;
}
.s25airmesh_Tech .techLWrap .tech01 {
  background: url(../img/img_tech01-pc.png) no-repeat center center;
  background-size: cover;
}
.s25airmesh_Tech .techLWrap .tech02 {
  background: url(../img/img_tech02-pc.png) no-repeat center center;
  background-size: cover;
}
.s25airmesh_Tech .techLWrap .tech03 {
  background: url(../img/img_tech03-pc.png) no-repeat center center;
  background-size: cover;
}
.s25airmesh_Tech .techLWrap .techhex {
  width: 700px;
  margin: 0 auto;
  aspect-ratio: 1 / 1;
  position: relative;
  background: url(../img/bdr_techhex.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s25airmesh_Tech .techLWrap .techhex .techhexText {
  color: var(--color-yellow);
  font-size: 70px;
  font-weight: 700;
  text-align: center;
  line-height: 1.32;
  letter-spacing: 0.02em;
}
.s25airmesh_Tech .techLWrap .techLtextArea {
  padding-top: 0.5em;
  padding-left: 4em;
  border-top: var(--color-yellow) 1px solid;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 50%;
  color: var(--color-yellow);
  transform: translateX(100%);
}
.s25airmesh_Tech .techLWrap .techLtextArea:before {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  background-color: var(--color-yellow);
  position: absolute;
  left: -14px;
  top: -14px;
}
@media screen and (min-width: 800px) {
.s25airmesh_Tech .techLWrap .even .techLtextArea {
  padding-left: 0;
  padding-right: 8em;
  right: auto;
  left: 0;
  transform: translateX(-100%);
}
.s25airmesh_Tech .techLWrap .even .techLtextArea:before {
  left: auto;
  right: -14px;
}
}
@media screen and (max-width: 799px) {
.s25airmesh_Tech {
  margin: 0 auto calc(140/780*100vw);
}
.s25airmesh_Tech .techLWrap .tech01,
.s25airmesh_Tech .techLWrap .tech02,
.s25airmesh_Tech .techLWrap .tech03 {
  width: 100%;
  height: auto;
  padding-top: calc(412/780*100vw);
  padding-bottom: calc(412/780*100vw);
}
.s25airmesh_Tech .techLWrap .tech01 {
  background: url(../img/img_tech01-sp.png) no-repeat center center;
  background-size: cover;
}
.s25airmesh_Tech .techLWrap .tech02 {
  background: url(../img/img_tech02-sp.png) no-repeat center center;
  background-size: cover;
}
.s25airmesh_Tech .techLWrap .tech03 {
  margin-top: -1px;
  background: url(../img/img_tech03-sp.png) no-repeat center center;
  background-size: cover;
}
.s25airmesh_Tech .techLWrap .techhex {
  width: calc(548/780*100vw);
}
.s25airmesh_Tech .techLWrap .techhex .techhexText {
  font-size: calc(56/780*100vw);
}
.s25airmesh_Tech .techLWrap .techLtextArea {
  width: calc(380/780*100vw);
  padding-top: calc(164/780*100vw);
  padding-left: 1em;
  margin: 0 auto;
  border-top: none;
  border-left: var(--color-yellow) 1px solid;
  font-size: calc(26/780*100vw);
  position: absolute;
  left: 50%;
  top: auto;
  bottom: 0;
  color: var(--color-yellow);
  transform: translateX(0) translateY(100%);
}
.s25airmesh_Tech .techLWrap .techLtextArea:before {
  width: 14px;
  height: 14px;
  left: -7px;
  top: -7px;
}
}


.s25airmesh_Tech .techSWrap {
  display: flex;
  position: relative;
}
.s25airmesh_Tech .techSWrap .tech04,
.s25airmesh_Tech .techSWrap .tech05,
.s25airmesh_Tech .techSWrap .tech06 {
  width: calc(1/3*100%);
  height: 640px;
  position: relative;
}
@media screen and (max-width: 799px) {
.s25airmesh_Tech .techSWrap .tech04,
.s25airmesh_Tech .techSWrap .tech05,
.s25airmesh_Tech .techSWrap .tech06 {
  width: 100%;
  height: calc(600/780*100vw);
}
}
.s25airmesh_Tech .techSWrap .tech04 {
  background: url(../img/img_tech04-pc.png) no-repeat center center;
  background-size: cover;
}
.s25airmesh_Tech .techSWrap .tech05 {
  background: url(../img/img_tech05-pc.png) no-repeat center center;
  background-size: cover;
}
.s25airmesh_Tech .techSWrap .tech06 {
  background: url(../img/img_tech06-pc.png) no-repeat center center;
  background-size: cover;
}
.s25airmesh_Tech .techSWrap .techTextBox {
  margin: auto;
  width: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 106px;
  z-index: 1;
}
.s25airmesh_Tech .techSWrap .techTextBox .techCopy {
  text-align: center;
  font-size: 38px;
  font-weight: 600;
}
.s25airmesh_Tech .techSWrap .techTextBox .techText {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}
.s25airmesh_Tech .texhIcon {
  width: 40px;
  height: 40px;
  margin: auto;
  background-color: var(--color-yellow);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
  display: block;
  transition: all .2s;
}
.s25airmesh_Tech .texhIcon:before {
  content: "";
  width: 60%;
  height: 2px;
  margin: auto;
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  transition: all .2s;
}
.s25airmesh_Tech .texhIcon:after {
  content: "";
  width: 2px;
  height: 60%;
  margin: auto;
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  transition: all .2s;
}
.s25airmesh_Tech .texhIcon.is-active,
.s25airmesh_Tech .texhIcon:hover {
  background-color: #000;
}
.s25airmesh_Tech .texhIcon.is-active:before,
.s25airmesh_Tech .texhIcon.is-active:after,
.s25airmesh_Tech .texhIcon:hover:before,
.s25airmesh_Tech .texhIcon:hover:after  {
  background-color: #fff;
}
.s25airmesh_Tech .techLabel {
  width: 240px;
  height: 124px;
  padding: 1em 0.2em 1em 1em;
  margin: auto;
  background-color: var(--color-yellow);
  display: block;
  pointer-events: none;
  transition: all .2s;
  font-size: 18px;
  font-weight: 600;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  transform: translateX(70%);
}
@media screen and (min-width: 800px) {
.s25airmesh_Tech .tech04 .techLabel {
  width: 240px;
}
.s25airmesh_Tech .tech05 .techLabel {
  width: 180px;
  transform: translateX(-80%);
}
.s25airmesh_Tech .tech06 .techLabel {
  width: 200px;
}
}
.s25airmesh_Tech .texhIcon:hover + .techLabel,
.s25airmesh_Tech .texhIcon.is-active + .techLabel {
  opacity: 1;
}
.s25airmesh_Tech .techLabel .labelLead {
  margin-bottom: 1em;
}
.s25airmesh_Tech .tech01 .techLabel {
  transform: translateX(-66%);
}
.s25airmesh_Tech .tech02 .techLabel {
  transform: translateX(66%);
}
@media screen and (max-width: 799px) {
.s25airmesh_Tech .techSWrap {
  flex-direction: column;
}
.s25airmesh_Tech .techSWrap .tech01,
.s25airmesh_Tech .techSWrap .tech02  {
  width: 100%;
  height: calc(516/780*100vw);
  position: relative;
}
.s25airmesh_Tech .techSWrap .tech01 {
  background: url(../img/img_tech01-sp.png) no-repeat center center;
  background-size: cover;
}
.s25airmesh_Tech .techSWrap .tech02 {
  background: url(../img/img_tech02-sp.png) no-repeat center center;
  background-size: cover;
}
.s25airmesh_Tech .techSWrap .techTextBox {
  width: 100%;
  position: relative;
  height: calc(516/780*100vw);
  top: inherit;
  left: inherit;
  right: inherit;
}
.s25airmesh_Tech .texhIcon {
  width: 24px;
  height: 24px;
}
.s25airmesh_Tech .techLabel {
  width: calc(310/780*100vw);
  height: calc(148/780*100vw);
  padding: 0.5em;
  font-size: calc(28/780*100vw);
  transform: translateX(66%);
}
.s25airmesh_Tech .techLabel p {
  line-height: 1.46;
}
.s25airmesh_Tech .tech05 .techLabel {
  width: calc(230/780*100vw);
  transform: translateX(-70%);
}
.s25airmesh_Tech .techWrap .techTextBox .techCopy {
  margin: calc(90/780*100vw) 0 calc(36/780*100vw);
  padding: 0;
  font-size: calc(38/780*100vw);
}
.s25airmesh_Tech .techWrap .techTextBox .techText {
  font-size: calc(22/780*100vw);
}
}


.s25airmesh ul.productList {
  padding: 0;
  margin-bottom: 110px;
  display: flex;
  border-top: var(--color-base) 1px solid;
  border-bottom: var(--color-base) 1px solid;
}
.s25airmesh ul.productList > li {
  width: 33.33%;
  padding: 0 0 40px;
  border-right: var(--color-base) 1px solid;
  transition: all .3s;
}
.s25airmesh ul.productList > li:last-of-type {
  border-right: none;
}
@media (hover: hover) {
.s25airmesh ul.productList > li:hover {
  background-color: var(--color-yellow);
}
}
.s25airmesh ul.productList > li .productBox {
  position: relative;
}
.s25airmesh .s25airmesh_Product .detailSlideArea {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.s25airmesh .s25airmesh_Product .detailSlideArea .slideArea {
  width: 100%;
  height: calc(400/1920*100vw);
  min-height: 400px;
  max-width: 290px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
}
.s25airmesh .s25airmesh_Product .detailSlideArea .slideAreaInner {
  width: 100%;
  display: block;
}
.s25airmesh .s25airmesh_Product .detailSlideArea .slideArea .slick-slider {
  position: static;
}
.s25airmesh .s25airmesh_Product .detailSlideArea .slick-dots {
    margin: 24px auto 18px;
}
.s25airmesh .s25airmesh_Product .slideInfo .itemName {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}
.s25airmesh .s25airmesh_Product .slideInfo .itemNameJ {
  margin: 0.4em 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
.s25airmesh .s25airmesh_Product .slideInfo .price {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
}
.s25airmesh .s25airmesh_Product .slideInfo .price .tax {
  font-size: 70%;
}
.s25airmesh .s25airmesh_Product .slideInfo .itemBtnArea {
  margin: 20px auto 0;
}
.s25airmesh .s25airmesh_Product .slideInfo .itemBtnArea a {
  width: 140px;
  margin: 0 auto;
  padding: 1.0em 0.8em;
  font-size: 15px;
  color: var(--color-white);
  background-color: var(--color-base);
  background: linear-gradient(135deg, transparent 8px, #100f10 0) top left, linear-gradient(-135deg, transparent 8px, #100f10 0) top right, linear-gradient(-45deg, transparent 8px, #100f10 0) bottom right, linear-gradient(45deg, transparent 8px, #100f10 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}
@media (hover: hover) {
.s25airmesh .s25airmesh_Product .slideInfo .itemBtnArea a:hover {
  width: 140px;
  margin: 0 auto;
  padding: 1.0em 0.8em;
  font-size: 15px;
  color: var(--color-base);
  background-color: var(--color-white);
  background: linear-gradient(135deg, transparent 8px, #fff 0) top left, linear-gradient(-135deg, transparent 8px, #fff 0) top right, linear-gradient(-45deg, transparent 8px, #fff 0) bottom right, linear-gradient(45deg, transparent 8px, #fff 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}
}
@media screen and (min-width: 800px) {
.s25airmesh .s25airmesh_Product .slideInfo .price .only-pc {
  display: inline-block;
  padding: 0 0.25em;
}
}
@media screen and (max-width: 799px) {
.s25airmesh .s25airmesh_Product .detailSlideArea {
  width: 100%;
  margin: 0 auto;
}
.s25airmesh ul.productList {
  padding: 0;
  margin-bottom: calc(110/780*100vw);
  flex-direction: column;
  border-bottom: none;
}
.s25airmesh ul.productList > li {
  width: 100%;
  padding: 0 calc(40/780*100vw) calc(36/780*100vw);
  border-right: none;
  border-bottom: var(--color-base) 1px solid;
}
.s25airmesh ul.productList > li .productBox {
  display: flex;
  align-items: center;
  gap: 0 calc(30/780*100vw);
}
.s25airmesh ul.productList > li.even .productBox {
  flex-direction: row-reverse;
}
.s25airmesh .s25airmesh_Product .detailSlideArea .slideArea {
  width: calc(50% - (15/780*100vw));
  height: auto;
  padding-top: calc(36/780*100vw);
  min-height: auto;
  max-width: none;
  display: block;
}
.s25airmesh .s25airmesh_Product .mhood .detailSlideArea .slideArea,
.s25airmesh .s25airmesh_Product .whood .detailSlideArea .slideArea {
  margin-top: calc(-32/780*100vw);
}
.s25airmesh .s25airmesh_Product .detailSlideArea .slideAreaInner {
  width: calc(246/780*100vw);
  margin: 0 auto;
}
.s25airmesh .s25airmesh_Product .detailSlideArea .slideArea .slick-slider {
  position: relative;
}
.s25airmesh .s25airmesh_Product .detailSlideArea .slick-dots {
    margin: calc(16/780*100vw) auto 0;
}
.s25airmesh .s25airmesh_Product .detailSlideArea .slideInfo {
  width: calc(50% - (15/780*100vw));
  padding-top: calc(12/780*100vw);
}
.s25airmesh .s25airmesh_Product .slideInfo .itemName {
  font-size: calc(36/780*100vw);
}
.s25airmesh .s25airmesh_Product .slideInfo .itemNameJ {
  margin: 0.4em 0;
  font-size: calc(20/780*100vw);
}
.s25airmesh .s25airmesh_Product .slideInfo .price {
  font-size: calc(22/780*100vw);
}
.s25airmesh .s25airmesh_Product .slideInfo .price .tax {
  font-size: calc(20/780*100vw);
}
.s25airmesh .s25airmesh_Product .slideInfo .itemBtnArea {
  margin: calc(18/780*100vw) auto 0;
}
.s25airmesh .s25airmesh_Product .slideInfo .itemBtnArea a {
  width: 100px;
  margin: 0 auto;
  padding: 0.9em 0.8em;
  font-size: 11px;
  color: var(--color-white);
  background-color: var(--color-base);
  background: linear-gradient(135deg, transparent 6px, #100f10 0) top left, linear-gradient(-135deg, transparent 6px, #100f10 0) top right, linear-gradient(-45deg, transparent 6px, #100f10 0) bottom right, linear-gradient(45deg, transparent 6px, #100f10 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}
}


/* product color variation */
:root {
  --variation-gray: #35475a;
  --variation-black: #26272f;
  --variation-brawn: #816d62;
  --variation-orange: #d04c35;
  --variation-mint: #acc3d6;
  --variation-purple: #7b7fb3;
}

.s25airmesh .detailSlideArea .mhood .slick-dots li:nth-child(1) {
  background-color: var(--variation-brawn);
}
.s25airmesh .detailSlideArea .mhood .slick-dots li:nth-child(2) {
  background-color: var(--variation-black);
}
.s25airmesh .detailSlideArea .mhood .slick-dots li:nth-child(3) {
  background-color: var(--variation-gray);
}
.s25airmesh .detailSlideArea .mhood .slick-dots li:nth-child(4) {
  background-color: var(--variation-orange);
}

.s25airmesh .detailSlideArea .mzip .slick-dots li:nth-child(1) {
  background-color: var(--variation-black);
}
.s25airmesh .detailSlideArea .mzip .slick-dots li:nth-child(2) {
  background-color: var(--variation-gray);
}
.s25airmesh .detailSlideArea .mzip .slick-dots li:nth-child(3) {
  background-color: var(--variation-orange);
}

.s25airmesh .detailSlideArea .msleeve .slick-dots li:nth-child(1) {
  background-color: var(--variation-orange);
}
.s25airmesh .detailSlideArea .msleeve .slick-dots li:nth-child(2) {
  background-color: var(--variation-black);
}
.s25airmesh .detailSlideArea .msleeve .slick-dots li:nth-child(3) {
  background-color: var(--variation-gray);
}
.s25airmesh .detailSlideArea .msleeve .slick-dots li:nth-child(4) {
  background-color: var(--variation-brawn);
}

.s25airmesh .detailSlideArea .whood .slick-dots li:nth-child(1) {
  background-color: var(--variation-mint);
}
.s25airmesh .detailSlideArea .whood .slick-dots li:nth-child(2) {
  background-color: var(--variation-black);
}
.s25airmesh .detailSlideArea .whood .slick-dots li:nth-child(3) {
  background-color: var(--variation-gray);
}
.s25airmesh .detailSlideArea .whood .slick-dots li:nth-child(4) {
  background-color: var(--variation-orange);
}

.s25airmesh .detailSlideArea .wzip .slick-dots li:nth-child(1) {
  background-color: var(--variation-orange);
}
.s25airmesh .detailSlideArea .wzip .slick-dots li:nth-child(2) {
  background-color: var(--variation-black);
}
.s25airmesh .detailSlideArea .wzip .slick-dots li:nth-child(3) {
  background-color: var(--variation-purple);
}

.s25airmesh .detailSlideArea .wsleeve .slick-dots li:nth-child(1) {
  background-color: var(--variation-purple);
}
.s25airmesh .detailSlideArea .wsleeve .slick-dots li:nth-child(2) {
  background-color: var(--variation-black);
}
.s25airmesh .detailSlideArea .wsleeve .slick-dots li:nth-child(3) {
  background-color: var(--variation-mint);
}
.s25airmesh .detailSlideArea .wsleeve .slick-dots li:nth-child(4) {
  background-color: var(--variation-orange);
}



.s25airmesh ul.bnrLinkList {
  width: 100%;
  max-width: 1050px;
  margin: 200px auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0 20px;
}
@media screen and (max-width: 799px) {
.s25airmesh ul.bnrLinkList {
  width: calc(700/780*100vw);
  margin: calc(150/780*100vw) auto 0;
  gap: 0 calc(200/780*100vw);
}
}



.s25airmesh .__btn {
  text-align: right;
}
.s25airmesh .__pagetop {
  padding: 110px 0 140px;
  text-align: center;
}
.s25airmesh .__pagetop a {
  margin-right: 100px;
  color: var(--color-base);
  font-weight: bold;
}
.s25airmesh .__pagetop a .icon {
  width: 50px;
  margin-left: 2em;
  position: relative;
  top: 12px;
  display: inline-block;
}
@media screen and (min-width: 800px) {
.s25airmesh .__pagetop a:hover {
  background-color: inherit;
  transition: all ease .3s;
  opacity: .6;
}
}
@media screen and (max-width: 799px) {
.s25airmesh .__pagetop a .icon {
  width: 35px;
  height: 35px;
  top: 10px;
}
.s25airmesh .__pagetop {
  padding: 34px 0 64px;
}
.s25airmesh .__pagetop a {
  margin-right: calc(100/780*100vw);
}
}



/* 20250918 add */
.yamapBnrLink {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, transparent 24px, #fff 0) top left, linear-gradient(-135deg, transparent 24px, #fff 0) top right, linear-gradient(-45deg, transparent 24px, #fff 0) bottom right, linear-gradient(45deg, transparent 24px, #fff 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
  filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.2));
}
.yamapBnrLink .yamapBnrLinkIcon {
  width: calc(375/1050*100%);
  text-align: center;
}
.yamapBnrLink .yamapBnrLinkIcon img {
  width: 210px;
  margin: 0 auto;
}
.yamapBnrLink .yamapBnrLinkCont {
  width: calc((1050 - 375)/1050*100%);
  text-align: center;
  border-left: #100f10 1px solid;
}
.yamapBnrLink .yamapBnrLinkCont .yamapBnrLinkLead {
  margin-bottom: 0.6em;
  font-size: 28px;
  font-weight: 600;
  color: #100f10;
  letter-spacing: 0.04em;
}
.yamapBnrLink .yamapBnrLinkCont .yamapBnrLinkText {
  margin-bottom: 3em;
  font-size: 20px;
  font-weight: 600;
  color: #100f10;
  letter-spacing: 0.04em;
}
.s25airmesh .itemBtnArea a.hardallow {
  width: 250px;
  padding: 0.6em 2.8em;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.s25airmesh .itemBtnArea a.hardallow:before {
  content: "";
  width: 37px;
  height: 30px;
  margin: auto 0;
  display: block;
  background: url(../img/arrow_hard.png);
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
}
@media (hover: hover) {
.s25airmesh .itemBtnArea a.hardallow:hover:before {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
}

@media screen and (max-width: 799px) {
.yamapBnrLink {
  width: calc(640/780*100vw);
  max-width: none;
  padding: calc(35/780*100vw) calc(50/780*100vw) calc(70/780*100vw);
  display: block;
  background: linear-gradient(135deg, transparent 18px, #fff 0) top left, linear-gradient(-135deg, transparent 18px, #fff 0) top right, linear-gradient(-45deg, transparent 18px, #fff 0) bottom right, linear-gradient(45deg, transparent 18px, #fff 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
  filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.2));
}
.yamapBnrLink .yamapBnrLinkIcon {
  width: 100%;
  margin-bottom: 1.4em;
}
.yamapBnrLink .yamapBnrLinkIcon img {
  width: calc(236/780*100vw);
}
.yamapBnrLink .yamapBnrLinkCont {
  width: 100%;
  padding-top: 1.4em;
  border-left: none;
  border-top: #100f10 1px solid;
}
.yamapBnrLink .yamapBnrLinkCont .yamapBnrLinkLead {
  margin-bottom: 0.6em;
  font-size: calc(28/780*100vw);
}
.yamapBnrLink .yamapBnrLinkCont .yamapBnrLinkText {
  margin-bottom: 3em;
  font-size: calc(20/780*100vw);
}
.s25airmesh .itemBtnArea a.hardallow {
  width: calc(250/780*100vw);
  padding: 1em 2.8em;
  font-size: calc(20/780*100vw);;
}
.s25airmesh .itemBtnArea a.hardallow:before {
  width: calc(38/780*100vw);
  height: calc(30/780*100vw);
  right: calc(20/780*100vw);
}
}


