@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;
}
@font-face {
  font-family: 'NotoSansJPWeb';
  font-style: normal;
  font-weight: 300 700;
  src: url('https://fonts.gstatic.com/s/notosansjp/v51/-F6ofjtqLzI2JPCgQBnw7HFQogg.woff2') format('woff2');
  font-display: swap;
}

.min {
  font-family: 'Noto Serif JP', serif,'Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 700;
}
.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 .f25snow {
  position: relative;
  font-family: "NotoSansJPWeb","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: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0;
  line-height: 1.46;
}

@media screen and (min-width: 800px) {
  body .f25snow {
    font-size: 1.8rem;
    font-weight: 600;
    min-width: 1280px;
    letter-spacing: 0;
  }
}

.f25snow a {
  text-decoration: none;
  color: #100f10;
}

.f25snow a:hover {
  opacity: 1;
  text-decoration: none;
}

@media screen and (min-width: 800px) {
  .f25snow a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 799px) {
.f25snow a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
}

.f25snow img {
  max-width: 100%;
  vertical-align: bottom;
}

.f25snow .slick-dots button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.f25snow .wrapper {
  position: relative;
  overflow: inherit;
}
.f25snow .secInner {
  overflow: hidden;
}

*:focus {
  outline: none;
}


/* font */
.f25snow .en {
  font-family: "CircularPro-Book", sans-serif;
  color: #000;
}
.f25snow .enb {
  font-family: "CircularPro-Black", sans-serif;
  color: #000;
}
.f25snow p {
  line-height: 1.64;
}
.f25snow .sup {
  font-size: 50%;
  vertical-align: top;
  position: relative;
  top: -0.05em;
}
.f25snow .sup2 {
  vertical-align: top;
  position: relative;
  top: -0.2em;
}


/* navi */
.f25snow_nav {
  width: 100%;
  min-width: 1300px;
  padding: 0;
  background-color: var(--color-yellow);
  position: relative;
  z-index: 1;
}
.f25snow_nav.fixed {
  position: fixed;
  top: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 9;
  transform: translate(0, 80px);
  transition: background-color .4s ease, transform .4s ease;
}
.pane-header.disable + .f25snow .f25snow_nav.fixed {
  transform: translate(0, 0);
  transition: background-color .4s ease, transform .4s ease;
}
.f25snow_nav .f25snow_navInner {
  position: relative;
  background-color: var(--color-yellow);
}
ul.f25snow_navList {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
ul.f25snow_sabnavList {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
ul.f25snow_navList li.__navItem {
  text-align: center;
  position: relative;
}
ul.f25snow_navList li.__subnavItem {
  width: 100%;
  position: relative;
}
ul.f25snow_navList > .__navItem a {
  margin: 0 auto;
  display: block;
  line-height: 1;
}
ul.f25snow_navList > .__navItem > a img {
  width: 50px;
}
ul.f25snow_navList .__subnavItem a {
  padding: 32px 0;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -0.02em;
  background-color: var(--color-yellow);
}
ul.f25snow_navList .__subnavItem a.is-active {
  background-color: var(--color-base);
  color: var(--color-yellow);
}
@media screen and (min-width: 800px) {
ul.f25snow_navList .__navItem a:hover {
  background-color: var(--color-base);
  color: var(--color-yellow);
  opacity: 1;
}
ul.f25snow_navList > .__navItem:nth-child(1) > a:hover {
  background-color: var(--color-yellow);
  opacity: .6;
}
}
ul.f25snow_navList > .__navItem:nth-child(1) > a {
  width: 100px;
  padding: 20px 30px 20px 30px;
  text-align: left;
}
ul.f25snow_navList li.__navItem:nth-child(2) {
  width: calc(100% - 100px);
  padding: 0;
  text-align: left;
}
/* @media screen and (max-width: 1237px) and (min-width: 768px) {
ul.f25snow_navList .__navItem:first-of-type a {
  padding: 0 0.5em 0;
}
}*/

ul.f25snow_navList .__subnavItem.__navItemActive > a {
  background-color: var(--color-yellow);
}
ul.f25snow_navList .__navItem.f25snow_logo a {
  width: 222px;
  margin: 0 auto;
  padding: 28px 0 22px;
}
.f25snow .__snaviArea {
  width: 100%;
  position: absolute;
  top: auto;
  right: 0;
  z-index: 2;
  display: none;
}
.f25snow ul.__snavList {
  background-color: var(--color-yellow);
}
.f25snow ul.f25snow_navList .__navItem .__snavItem a {
  padding: 1em 1em 1em 1em;
  color: var(--color-black);
  font-size: 26px;
  text-align: center;
  position: relative;
  letter-spacing: -0.04em;
}
.f25snow ul.f25snow_navList .__navItem .__subnavItem.small .__snavItem a {
  padding: 1em 1em 1em 1em;
  color: var(--color-black);
  font-size: 18px;
  text-align: left;
}
.f25snow ul.f25snow_navList .__navItem .__snavItem a:before {
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: #100f10;
}
@media screen and (max-width: 799px) {
.f25snow_nav {
  padding: 0;
  min-width: inherit;
  position: relative;
  z-index: 1;
}
.f25snow_nav.fixed {
  transform: translate(0, 64px);
}
.pane-header.disable + .block-gmenu + .pane-main .f25snow .f25snow_nav.fixed {
  transform: translate(0, -26px);
}
.f25snow ul.f25snow_navList {
  justify-content: space-between;
}
.f25snow ul.f25snow_navList .__navItem .f25snow_sabnavList a {
  padding: 17px 0 16px;
  font-size: 12px;
}
ul.f25snow_navList li.__navItem:nth-child(1) {
  width: calc(120/780*100vw);
  padding: 0;
  text-align: center;
}
ul.f25snow_navList li.__navItem:nth-child(1) > a {
  padding: calc(20/780*100vw) calc(35/780*100vw) calc(20/780*100vw) calc(35/780*100vw);
  width: calc(120/780*100vw)
}
ul.f25snow_navList li.__navItem:nth-child(2) {
  width: calc(660/780*100vw);
  padding: 0;
  text-align: center;
}
ul.f25snow_sabnavList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
ul.f25snow_sabnavList:before {
  content: "";
  width: calc(100% - (16/780*100vw));
  height: 1px;
  margin: 0 auto;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 45px;
  background-color: #000;
}
ul.f25snow_navList li.__subnavItem:nth-child(1),
ul.f25snow_navList li.__subnavItem:nth-child(2) {
  width: 50%;
}
ul.f25snow_navList li.__subnavItem:nth-child(3),
ul.f25snow_navList li.__subnavItem:nth-child(4),
ul.f25snow_navList li.__subnavItem:nth-child(5) {
  width: 33.33%;
}
}


/* navi Img */
.naviImgArea {

}
.naviImgArea ul.naviImgList {
  width: 100%;
  display: flex;
  padding-left: 100px;
  background-color: var(--color-yellow);
  position: relative;
}
.naviImgArea ul.naviImgList li {
  width: 20%;
  background-color: #106594;
}
.naviImgArea ul.naviImgList li img {
  width: 100%;
  max-width: none;
}
.backsideLinkArea {
  padding: 90px 0 0;
  background-color: #106594;
  position: relative;
  z-index: 1;
}
.backsideLinkArea a {
  display: block;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
.backsideLinkArea .backsideLinkFlex {
  width: 100%;
  border: #fff 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.backsideLinkArea .backsideLinkFlex .backsideLinkLogo {
  width: 372px;
  padding: 0.8em 0;
  position: relative;
}
.backsideLinkArea .backsideLinkFlex .backsideLinkLogo:after {
  content: "";
  width: 1px;
  height: 60%;
  margin: auto 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background-color: #fff;
}
.backsideLinkArea .backsideLinkFlex .backsideLinkText {
  width: calc(100% - 372px);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  line-height: 1.32;
}
@media screen and (max-width: 799px) {
.naviImgArea ul.naviImgList {
  padding-left: calc(120/780*100vw);
}
.naviImgArea ul.naviImgList li {
  width: 33.33%;
}
.naviImgArea.naviImgAreaTop ul.naviImgList li {
  width: 50%;
}
.backsideLinkArea {
  padding: calc(50/780*100vw) 0 0;
}
.backsideLinkArea a {
  max-width: calc(680/780*100vw);
}
.backsideLinkArea .backsideLinkFlex .backsideLinkLogo {
  width: calc(340/780*100vw);
  padding: 1em 0;
}
.backsideLinkArea .backsideLinkFlex .backsideLinkLogo img {
  width: calc(224/780*100vw);
}
.backsideLinkArea .backsideLinkFlex .backsideLinkLogo:after {
  height: 70%;
}
.backsideLinkArea .backsideLinkFlex .backsideLinkText {
  width: calc(100% - (340/780*100vw));
  font-size: calc(20/780*100vw);
}
.f25snow_Ancher {
  margin-top: calc(-140/780*100vw);
  padding-top: calc(140/780*100vw);
}
}


/* item btn */
.f25snow .itemBtnArea {
  margin: -26px auto 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.f25snow .itemBtnArea a.notYet {
  pointer-events: none;
}
@media screen and (min-width: 800px) {
.f25snow .itemBtnArea a {
  width: 200px;
  margin: 0 auto;
  padding: 0.8em 2em;
  font-size: 20px;
  font-family: 'Noto Serif JP', serif, 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #fff;
  background-color: #100f10;
  background: linear-gradient(135deg, transparent 12px, #100f10 0) top left,
  linear-gradient(-135deg, transparent 12px, #100f10 0) top right,
  linear-gradient(-45deg, transparent 12px, #100f10 0) bottom right,
  linear-gradient(45deg, transparent 12px, #100f10 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
  display: block;
  transition: none;
}
.f25snow .itemBtnArea a:hover {
  background-color: #f3fd30;
  background: linear-gradient(135deg, transparent 12px, #f3fd30 0) top left,
  linear-gradient(-135deg, transparent 12px, #f3fd30 0) top right,
  linear-gradient(-45deg, transparent 12px, #f3fd30 0) bottom right,
  linear-gradient(45deg, transparent 12px, #f3fd30 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
  color: #333;
  opacity: 1;
}
}
@media screen and (max-width: 799px) {
.f25snow .itemBtnArea {
  margin: -13px auto 0;
}
.f25snow .itemBtnArea a {
  width: 120px;
  margin: 0 auto;
  padding: 0.9em 1em;
  font-size: 12px;
  font-family: 'Noto Serif JP', serif, 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #fff;
  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;
  display: block;
  transition: none;
}
.f25snow .itemBtnArea a:hover {
  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;
  color: #333;
  opacity: 1;
}
}




/* hero */
.f25snow {
  background-color: #f9f6f6;
  color: var(--color-base);
}
.f25snow_hero {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(990/1918*100vw);
  z-index: 1;
  background-color: #ecf1f4;
  pointer-events: none;
}
.f25snow_hero {
  width: 100%;
  margin: 0 auto;
  padding-top: 80px;
}
.f25snow_hero .mvArea {
  width: 100%;
  height: calc(990 / 1918 * 100vw);
  position: relative;
}
.f25snow_hero .mvArea {
  width: 100%;
  height: calc(990 / 1918 * 100vw);
  position: relative;
}
.f25snow_hero .mvArea .mvAreaImg {
  height: 100%;
}
.f25snow_hero .mvArea .mvAreaImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.f25snow_hero .mvAreaText {
  width: 292px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(170 / 1918 * 100vw);
}
@media screen and (max-width: 799px) {
.f25snow_hero {
  height: calc(1320/780*100vw);
  padding-top: 64px;
}
  .f25snow_heroInner {
    padding-top: 0;
  }
  .f25snow_hero .mvArea {
    height: auto;
    background: none;
  }
  .f25snow_hero .mvArea .mvAreaText {
    width: 100%;
    height: calc(1206/780*100vw);
    margin: 0;
    padding: 0;
  }
  .f25snow_hero .mvAreaText {
    display: none;
  }
}

.f25snow_cont {
  margin: calc(990 / 1918 * 100vw) auto 0;
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 3;
  background-color: #fff;
}
.f25snow_leadArea {
  width: 100%;
  padding: 0;
  position: relative;
  background: url(../img/bg_about-pc.png) no-repeat bottom;
  background-size: cover;
}
.f25snow_lead img {
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 799px) {
.f25snow_cont {
  margin: calc(1200 / 780 * 100vw) auto 0;
  min-width: inherit;
}
.f25snow_leadArea {
  position: relative;
  background: url(../img/bg_about-sp.png) no-repeat bottom;
  background-size: cover;
}
}


/* about */
.f25snow_About {
}
.f25snow_nav.fixed + .f25snow_About {
  padding-top: 166px;
}
.f25snow_About .f25snow_AboutInner {
  padding: 160px 0 110px;
}
.f25snow_About .firstLead {
  margin: 0 auto 1.2em;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.8;
  color: var(--color-yellow);
  letter-spacing: 0.04em;
  line-height: 1.64;
}
.f25snow_About .firstText {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.8;
  color: var(--color-yellow);
  letter-spacing: 0.04em;
}
.f25snow_About .stickCont {
  position: relative;
  top: 33%;
  padding-bottom: 8%;
  z-index: 1;
}
.f25snow_About .aboutImgArea {
  height: calc(3252/1920*100vw);
  margin: 0 0 calc(220/1920*100vw);
  position: relative;
}
.f25snow_About .aboutImgArea img {
  max-width: none;
  width: 100%;
}
.f25snow_About .aboutImgArea .aboutImg01 {
  width: calc(1101/1920*100vw);
  position: absolute;
  left: 0;
  top: 0;
}
.f25snow_About .aboutImgArea .aboutImg02 {
  width: calc(1101/1920*100vw);
  position: absolute;
  right: 0;
  top: calc(884/1920*100vw);
}
.f25snow_About .aboutImgArea .aboutImg03 {
  width: calc(734/1920*100vw);
  position: absolute;
  left: 0;
  top: calc(1272/1920*100vw);
}
.f25snow_About .aboutImgArea .aboutImg04 {
  width: calc(1101/1920*100vw);
  position: absolute;
  left: calc(548/1920*100vw);
  top: calc(2518/1920*100vw);
}
@media screen and (max-width: 799px) {
.f25snow_About .f25snow_AboutInner {
  padding: calc(140/780*100vw) 0;
}
.f25snow_About .firstLead {
  margin: 0 auto 1.2em;
  font-size: calc(36/780*100vw);
}
.f25snow_About .firstText {
  font-size: calc(22/780*100vw);
}
.f25snow_About .stickCont {
  padding-bottom: calc(120/780*100vw);
}
.f25snow_About .aboutImgArea {
  height: calc(2100/780*100vw);
  margin: 0 0 calc(200/780*100vw);
}
.f25snow_About .aboutImgArea .aboutImg01 {
  width: calc(600/780*100vw);
}
.f25snow_About .aboutImgArea .aboutImg02 {
  width: calc(600/780*100vw);
  top: calc(500/780*100vw);
}
.f25snow_About .aboutImgArea .aboutImg03 {
  width: calc(400/780*100vw);
  left: 0;
  top: calc(1000/780*100vw);
}
.f25snow_About .aboutImgArea .aboutImg04 {
  width: calc(600/780*100vw);
  left: calc(80/780*100vw);
  top: calc(1700/780*100vw);
}
}


/* movie */
.f25snow_Movie {
}
.f25snow_Movie .f25snow_MovieInner {
}
.f25snow_Movie .movieArea .img01 {
  text-align: center;
}
@media screen and (max-width: 799px) {
.f25snow_Movie .f25snow_MovieInner .movieArea {
  width: calc(700/780*100vw);
  margin: 0 auto;
}
}


.bg01 {
  padding: 200px 0 100px;
  background: url(../img/bg_cont_pc.jpg) repeat-y;
  background-size: cover;
  background-position: 0 -1px;
}
@media screen and (max-width: 799px) {
.f25snow_Movie {
}
.bg01 {
  padding: calc(100/780*100vw) 0 calc(10/780*100vw);
  background: url(../img/bg_cont_sp.jpg) no-repeat;
  background-size: 100% 100%;
  background-position: 0 -2px;
}
}


/* catch area */
.f25snow .catchArea {
  padding: 190px 0 110px;
  background-color: #106594;
}
.f25snow .catchArea .prodcts_title {
  color: var(--color-yellow);
}
.f25snow .catchArea .prodcts_copy {
  margin: 1.5em 0 3em;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.8;
  color: var(--color-yellow);
}
@media screen and (max-width: 799px) {
.f25snow .catchArea {
  padding: calc(160/780*100vw) 0 calc(86/780*100vw);
}
.f25snow .catchArea .prodcts_title {
  font-size: calc(100/780*100vw);
}
.f25snow .catchArea .prodcts_copy {
  font-size: calc(26/780*100vw);
}
}


/* subNavi */
.subNaviArea {
  padding-bottom: 110px;
}
ul.subNaviList {
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 36px 36px; 
}
ul.subNaviList li {
  width: 280px;
  text-align: center;
}
ul.subNaviList li a {
  padding: 0.6em 0;
  display: block;
  border-bottom: var(--color-yellow) 2px solid;
  color: var(--color-yellow);
  font-size: 26px;
  line-height: 1.1;
  font-weight: bold;
}
@media (hover: hover) {
ul.subNaviList li a:hover {
  background-color: var(--color-yellow);
  opacity: 1;
  color: var(--color-black);
}
}
@media screen and (max-width: 799px) {
ul.subNaviList {
  width: calc(600/780*100vw);
  margin: 0 auto;
  gap: calc(18/780*100vw) calc(30/780*100vw);
  flex-wrap: wrap;
}
ul.subNaviList li {
  width: calc(280/780*100vw);
}
ul.subNaviList li a {
  padding: 0.6em 0;
  font-size: calc(26/780*100vw);
}
}


/* products background */
.productBg {
  clip-path: inset(0);
  padding: 90px 0 90px;
  position: relative;
}
.productBg:before {
  content: "";
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product_first .productBg:before {
  background: url(../img/bg_product01-pc.jpg) no-repeat;
  background-size: cover;
}
.product_second .productBg:before {
  background: url(../img/bg_product02-pc.jpg) no-repeat;
  background-size: cover;
}
.product_third .productBg:before {
  background: url(../img/bg_product03-pc.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 799px) {
.productBg {
  padding: calc(60/780*100vw) 0 calc(60/780*100vw);
}
.product_first .productBg:before {
  background: url(../img/bg_product01-sp.jpg) no-repeat;
  background-size: auto;
}
.product_second .productBg:before {
  background: url(../img/bg_product02-sp.jpg) no-repeat;
  background-size: auto;
  background-position: center top;
}
.product_third .productBg:before {
  background: url(../img/bg_product03-sp.jpg) no-repeat;
  background-size: auto;
}
}


/* products */
.itemAreaLead {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 50px;
  padding: 0.4em 0;
  border: none;
  font-size: 80px;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: -0.02em;
  color: #100F10;
  background-color: var(--color-yellow);
  background: linear-gradient(135deg, transparent 36px, var(--color-yellow) 0) top left,
  linear-gradient(-135deg, transparent 36px, var(--color-yellow) 0) top right,
  linear-gradient(-45deg, transparent 36px, var(--color-yellow) 0) bottom right,
  linear-gradient(45deg, transparent 36px, var(--color-yellow) 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
  text-align: center;
}
.itemAreaLead.productOtherLink {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 50px;
  padding: 0.4em 0 0.8em;
  border: none;
  font-size: 80px;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: -0.02em;
  color: var(--color-yellow);
  background-color: #106594;
  background: linear-gradient(135deg, transparent 36px, #106594 0) top left,
  linear-gradient(-135deg, transparent 36px, #106594 0) top right,
  linear-gradient(-45deg, transparent 36px, #106594 0) bottom right,
  linear-gradient(45deg, transparent 36px, #106594 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 1.2;
}
.itemAreaLead.productOtherLink .text01 {
  font-size: 26px;
  line-height: 1.2;
  color: #fff;
}
.f25snow_Prodcts {
  margin-top: -140px;
  padding-top: 140px;
}
.product_first {
  display: block;
}
.f25snow_ProdctsInner,
.f25snow_OtherInner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 80px;
  padding: 90px 60px 90px;
  position: relative;
  background-color: #fff;
  background: linear-gradient(135deg, transparent 36px, #fff 0) top left, linear-gradient(-135deg, transparent 36px, #fff 0) top right, linear-gradient(-45deg, transparent 36px, #fff 0) bottom right, linear-gradient(45deg, transparent 36px, #fff 0) bottom left;
  background-size: 51% 51%;
  background-repeat: no-repeat;
}
.f25snow .prodcts_title {
  margin: 0 auto;
  padding: 0;
  border: none;
  font-size: 120px;
  font-weight: 700;
  text-align: center;
  line-height: 0.8;
  letter-spacing: -0.02em;
}
.f25snow .prodcts_copy {
  margin: 1em auto;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.f25snow .prodcts_name {
  margin: 0 auto;
  padding: 0;
  border: none;
  font-size: 120px;
  font-weight: 700;
  text-align: center;
  line-height: 0.8;
  letter-spacing: -0.02em;
}
.f25snow .f25snow_Other .prodcts_name {
  font-size: 84px;
  line-height: 0.9;
}
.f25snow .prodcts_sname {
  margin: 1em auto;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.f25snow .prodcts_img {
  margin-top: 2em;
  text-align: center;
}
.f25snow .prodcts_img.bdrTop {
  margin-top: 5em;
  border-top: #96929a 1px solid;
}
.f25snow .prodcts_img.prodcts_img01 {
  margin-top: 0;
}
.f25snow .product_third .prodcts_img.prodcts_img01 img {
  margin: 2em 0;
  transform: translateX(20px);
}
.f25snow .product_third .prodcts_img.prodcts_img02 {
  padding-top: 70px;
  margin-bottom: 30px;
}
.f25snow .product_third .prodcts_img.prodcts_img02 img {
  transform: translateX(20px);
}
.f25snow .prodcts_lead {
  margin-bottom: 1em;
  text-align: center;
  font-family: 'Noto Serif JP', serif, 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-size: 26px;
  line-height: 1.46;
  letter-spacing: 0.02em;
}
.f25snow .prodcts_text01 {
  width: 100%;
  margin: 0 auto 2em;
  text-align: justify;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #333;
}
.f25snow .techArea {
  width: 100%;
  margin: 32px auto 40px;
  padding: 18px 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  background-color: var(--color-yellow);
}
.f25snow .techArea + .techArea {
  margin-top: -40px;
  border-top: none;
}
.f25snow .techArea .techIcon {
  width: 200px;
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.f25snow .techArea.dryq .techIcon img {
  width: 120px;
}
.f25snow .techArea.cordura .techIcon img {
  width: 120px;
}
.f25snow .techArea.goretex .techIcon img {
  width: 150px;
}
.f25snow .techArea.primaloft .techIcon img {
  width: 78px;
}
.f25snow .techArea .techText {
  width: calc(100% - 200px);
  padding: 0 1em 0 1.5em;
  text-align: left;
  border-left: #8f8b94 1px solid;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.46;
  display: flex;
  align-items: center;
}
.f25snow .techArea .techText .small {
  margin-top: 0.4em;
  font-size: 80%;
  display: block;
}

.mhw_f23_productContArea .itemBtnArea {
  margin: 0 auto 2.4em;
}
.mhw_f23_productContArea .itemBtnArea a {
  width: calc(238/1920*100vw);
  border: none;
  font-size: calc(22/1920*100vw);
  white-space: nowrap;
  letter-spacing: -0.02em;
  color: #100F10;
  background-color: #fff;
  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 (hover: hover) {
.mhw_f23_productContArea .itemBtnArea a:hover {
  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;
  opacity: 1;
}
}
@media screen and (max-width: 799px) {
.f25snow_Prodcts {
  margin-top: -105px;
  padding-top: 105px;
}
.f25snow_ProdctsInner,
.f25snow_OtherInner {
  width: calc(650/780*100vw);
  margin: 0 auto calc(80/780*100vw);
  padding: calc(60/780*100vw) calc(30/780*100vw) calc(70/780*100vw);
  position: relative;
  background-color: #fff;
  background: linear-gradient(135deg, transparent 12px, #fff 0) top left, linear-gradient(-135deg, transparent 12px, #fff 0) top right, linear-gradient(-45deg, transparent 12px, #fff 0) bottom right, linear-gradient(45deg, transparent 12px, #fff 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}
.itemAreaLead {
  width: calc(650/780*100vw);
  margin: 0 auto calc(45/780*100vw);
  padding: 0.5em 0;
  font-size: calc(60/780*100vw);
  background-color: var(--color-yellow);
  background: linear-gradient(135deg, transparent 12px, var(--color-yellow) 0) top left,
  linear-gradient(-135deg, transparent 12px, var(--color-yellow) 0) top right,
  linear-gradient(-45deg, transparent 12px, var(--color-yellow) 0) bottom right,
  linear-gradient(45deg, transparent 12px, var(--color-yellow) 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}
.itemAreaLead.productOtherLink {
  width: calc(650/780*100vw);
  margin: calc(-20/780*100vw) auto calc(80/780*100vw);
  padding: 0.8em 0 1.2em;
  font-size: calc(52/780*100vw);
  background: linear-gradient(135deg, transparent 12px, #106594 0) top left,
  linear-gradient(-135deg, transparent 12px, #106594 0) top right,
  linear-gradient(-45deg, transparent 12px, #106594 0) bottom right,
  linear-gradient(45deg, transparent 12px, #106594 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 1.2;
}
.itemAreaLead.productOtherLink .text01 {
  font-size: calc(26/780*100vw);
}
.f25snow_Prodcts {
  margin-top: -140px;
  padding-top: 140px;
}
.f25snow_ProdctsInner,
.f25snow_OtherInner {
  width: calc(650/780*100vw);
  margin: 0 auto calc(80/780*100vw);
  padding: calc(60/780*100vw) calc(30/780*100vw) calc(70/780*100vw);
  position: relative;
  background-color: #fff;
  background: linear-gradient(135deg, transparent 12px, #fff 0) top left, linear-gradient(-135deg, transparent 12px, #fff 0) top right, linear-gradient(-45deg, transparent 12px, #fff 0) bottom right, linear-gradient(45deg, transparent 12px, #fff 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}
.f25snow .prodcts_name {
  font-size: calc(80/780*100vw);
  line-height: 0.9;
}
.f25snow .f25snow_Other .prodcts_name {
  font-size: calc(70/780*100vw);
  line-height: 0.9;
}
.f25snow .prodcts_sname {
  font-size: calc(20/780*100vw);
}
.f25snow .prodcts_img {
  margin-top: 3em;
}
.f25snow .prodcts_img.bdrTop {
  padding-top: calc(40/780*100vw);
}
.f25snow .prodcts_img.prodcts_img01 {
  width: calc(590/780*100vw);
  margin: 0 auto;
}
.f25snow #third_item01 .secInner {
  overflow: visible;
}
.f25snow .product_third .prodcts_img.prodcts_img01 {
  width: calc(750/780*100vw);
  margin-left: calc(-70/780*100vw);
}
.f25snow .product_third .prodcts_img.prodcts_img01 img {
  transform: translateX(0);
}
.f25snow .product_third .prodcts_img.prodcts_img02 {
  padding-top: calc(70/780*100vw);
  margin-bottom: calc(30/780*100vw);
}
.f25snow .product_third .prodcts_img.prodcts_img02 img {
  transform: translateX(calc(30/780*100vw));
}
.f25snow .prodcts_img.prodcts_img02 {
  width: calc(590/780*100vw);
  margin: calc(72/780*100vw) auto calc(16/780*100vw);
}
.f25snow #productAnch02 .prodcts_img {
  width: calc(472/780*100vw);
  margin: calc(32/780*100vw) auto;
}
.f25snow .prodcts_lead {
  font-size: calc(32/780*100vw);
}
.f25snow .prodcts_text01 {
  font-size: calc(22/780*100vw);
  font-weight: 700;
}
.f25snow .techArea {
  width: 100%;
  margin: calc(32/780*100vw) auto calc(40/780*100vw);
  padding: calc(25/780*100vw) 0;
}
.f25snow .techArea + .techArea {
  margin-top: calc(-40/780*100vw);
}
.f25snow .techArea .techIcon {
  width: calc(180/780*100vw);
}
.f25snow .techArea.dryq .techIcon img {
  width: calc(120/780*100vw);
}
.f25snow .techArea.cordura .techIcon img {
  width: calc(120/780*100vw);
}
.f25snow .techArea.goretex .techIcon img {
  width: calc(151/780*100vw);
  margin-top: 0;
}
.f25snow .techArea.primaloft .techIcon img {
  width: calc(76/780*100vw);
}
.f25snow .techArea .techText {
  width: calc(100% - (180/780*100vw));
  padding-right: 0.5em;
  font-size: calc(20/780*100vw);
  letter-spacing: -0.02em;
}
.f25snow .techArea .techText .small {
  margin-top: 0.8em;
}
.mhw_f23_productContArea .itemBtnCont {
  max-width: none;
}
.mhw_f23_productContArea .itemBtnArea a {
  width: calc(232/780*100vw);
  font-size: calc(22/780*100vw);
}
}



/* Details */
.f25snow_DetailInner {
  margin: 50px auto 50px;
}
.f25snow_DetailInner .lead {
  margin: 0 auto 0.5em;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  color: #100F10;
  line-height: 1;
}
.f25snow_OtherInner .lead {
  margin: 0 auto 0.5em;
  padding: 20px 0 0;
  border-top: var(--color-base) 1px solid;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #100F10;
  line-height: 1;
}
ul.mhw_f23_detailList {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}
#fast_item05 ul.mhw_f23_detailList {
  max-width: 700px;
}
 ul.mhw_f23_detailList li {
  max-width: 300px;
}
.f25snow_OtherInner ul.mhw_f23_detailList {
  gap: 0 40px;
}
.f25snow_OtherInner ul.mhw_f23_detailList li {
  max-width: 210px;
}
ul.mhw_f23_detailList li {
  text-align: center;
}
.f25snow p.mhw_f23_detailListText {
  margin-top: 0.8em;
  color: #333;
  font-size: 16px;
  font-family: 'Noto Serif JP', serif, 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-weight: 600;
  line-height: 1.46;
  letter-spacing: -0.04em;
  white-space: nowrap;
}
.f25snow .prodcts_price {
  margin-bottom: 2em;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
.f25snow .prodcts_price .tax {
  margin-left: 0.3em;
  font-size: 70%;
}



@media screen and (min-width: 800px) {
.f25snow_OtherInner .flexArea {
  margin: 60px auto 50px;
  position: relative;
}
.f25snow .f25snow_OtherInner .flexArea .prodcts_img {
  width: 500px;
  margin-top: 0;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.f25snow_OtherInner .flexArea .flexText {
  width: 100%;
  padding-left: 540px;
  position: relative;
  z-index: 1;
}
.f25snow_OtherInner .flexArea .flexDetails {
  width: 100%;
  padding-left: 540px;
  position: relative;
  z-index: 1;
}
.f25snow_OtherInner .flexArea.even .prodcts_img {
  left: auto;
  right: 0;
}
.f25snow_OtherInner .flexArea.even .flexText {
  padding-left: 0;
  padding-right: 540px;
}
.f25snow_OtherInner .flexArea.even .flexDetails {
  padding-left: 0;
  padding-right: 540px;
}
.f25snow .f25snow_OtherInner .flexArea01 .prodcts_img {
  top: 30px;
}
.f25snow .f25snow_OtherInner .flexArea02 .prodcts_img {
  top: -50px;
}
.f25snow .f25snow_OtherInner .flexArea02 .flexText {
  padding-top: 80px;
}
.f25snow .f25snow_OtherInner .flexArea04 .prodcts_img {
  top: -50px;
}
.f25snow .f25snow_OtherInner .flexArea04 .flexText {
  padding-top: 80px;
}
.f25snow .f25snow_OtherInner .flexArea05 .prodcts_img {
  width: 606px;
  top: 30px;
}
}
@media screen and (max-width: 799px) {
.f25snow_OtherInner .flexArea {
  margin-top: calc(36/780*100vw);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.f25snow_OtherInner .flexArea .prodcts_img {
  width: calc(100% - (200/780*100vw));
  margin-top: 0;
  order: 1;
}
.f25snow_OtherInner .flexArea .flexText {
  width: 100%;
  order: 3;
}
.f25snow_OtherInner .flexArea .flexDetails {
  width: calc(180/780*100vw);
  order: 2;
}
.f25snow_OtherInner .lead {
  margin: 0 auto 0.6em;
  padding: calc(24/780*100vw) 0 0;
  font-size: calc(30/780*100vw);
}
.f25snow .f25snow_OtherInner .prodcts_text01 {
  margin-bottom: 0;
}
.f25snow_OtherInner .flexArea.even .prodcts_img {
  order: 2;
}
.f25snow_OtherInner .flexArea.even .flexDetails {
  order: 1;
}
.f25snow .f25snow_OtherInner .flexArea02 .prodcts_img {
  margin-top: calc(-20/780*100vw);
}
.f25snow .f25snow_OtherInner .flexArea02 .prodcts_img img {
  width: calc(260/780*100vw);
}
.f25snow .f25snow_OtherInner .flexArea03 .prodcts_img {
  margin-top: calc(-60/780*100vw);
}
.f25snow .f25snow_OtherInner .flexArea04 .prodcts_img img {
  width: calc(320/780*100vw);
}
.f25snow .f25snow_OtherInner .flexArea05 .prodcts_img {
  width: calc(100% - (180/780*100vw));
}
.f25snow .f25snow_OtherInner .flexArea05 .prodcts_img img {
  margin-top: calc(-46/780*100vw);
}
}



@media screen and (max-width: 799px) {
.f25snow_Detail {
  margin-top: -105px;
  padding-top: 105px;
}
.f25snow_DetailInner {
  margin: calc(50/780*100vw) 0 0;
  padding: calc(24/780*100vw) 0 0;
}
.f25snow_DetailInner .lead {
  margin: 0 auto 0.5em;
  padding: 0;
  font-size: calc(50/780*100vw);
}
ul.mhw_f23_detailList {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  gap: calc(40/780*100vw) calc(50/780*100vw);
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: none;
}
ul.mhw_f23_detailList li {
  width: calc(270/780*100vw);
}
.f25snow_OtherInner ul.mhw_f23_detailList {
  margin-bottom: calc(20/780*100vw);
  gap: calc(20/780*100vw) calc(50/780*100vw);
}
.f25snow p.mhw_f23_detailListText {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.f25snow .prodcts_price {
  margin: 2em 0 2em;
  font-size: calc(24/780*100vw);
  text-align: center;
}
}





/* other */
.f25snow_Other {
  margin-top: -170px;
  padding-top: 170px;
}
.f25snow_OtherInner {
  position: relative;
}
.f25snow_Other .f25snow_productPanel_name {
  margin: 0 0 0.2em;
  text-align: center;
  font-size: 100px;
  font-weight: 700;
  color: #100f10;
}
.f25snow_Other p.otherText {
  margin: 0 0 3em;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.f25snow ul.f25snow_productList {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 120px;
  padding: 40px 50px 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  background: linear-gradient(135deg, transparent 25px, #fff 0) top left,
  linear-gradient(-135deg, transparent 25px, #fff 0) top right,
  linear-gradient(-45deg, transparent 25px, #fff 0) bottom right,
  linear-gradient(45deg, transparent 25px, #fff 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}
.f25snow ul.f25snow_productList li.name {
  width: calc(100% - 80px);
  margin: 0 auto;
  padding: 0 0 2em;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 2em;
  display: block;
  border-bottom: #8F8B94 1px solid;
  z-index: 1;
}
.f25snow ul.f25snow_productList li .itemName {
  font-size: 40px;
  font-family: 'Roboto Serif', serif;
  font-weight: 700;
  display: block;
  line-height: 1.32;
  color: #100f10;
}
.f25snow ul.f25snow_productList li .itemNameJP {
  font-size: 20px;
  font-weight: 700;
  display: block;
  line-height: 1.32;
}
.f25snow ul.f25snow_productList li {
  width: 440px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.f25snow ul.f25snow_productList.list01 li .f25snow_productListItem {
  margin-top: -70px;
}
.f25snow ul.f25snow_productList.list02 li .f25snow_productListItem {
  margin-top: 30px;
}
.f25snow ul.f25snow_productList.list03 li .f25snow_productListItem {
  margin-top: 70px;
}
.f25snow ul.f25snow_productList li .f25snow_productListName {
  width: 100%;
  margin: 0.5em 0 0;
  font-size: 26px;
  font-family: 'Roboto Serif', serif;
  color: #000;
  text-align: center;
  z-index: 1;
}
.f25snow ul.f25snow_productList li .f25snow_productListsName {
  width: 100%;
  margin: 0;
  font-size: 24px;
  font-family: 'Roboto Serif', serif;
  font-weight: 700;
  color: #000;
  text-align: center;
  z-index: 1;
}
.f25snow ul.f25snow_productList li .f25snow_productListsName.men {
  color: #278BD3;
}
.f25snow ul.f25snow_productList li .f25snow_productListsName.women {
  color: #EA5F5E;
}
.f25snow ul.f25snow_productList li .f25snow_productListSub {
  width: 100%;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: center;
  z-index: 1;
}
.f25snow ul.f25snow_productList li .f25snow_productListsPrice {
  width: 100%;
  margin: 0;
  font-size: 20px;
  font-family: 'Roboto Serif', serif;
  font-weight: 700;
  color: #000;
  text-align: center;
  z-index: 1;
}
.f25snow ul.f25snow_productList li .itemBtnArea {
  margin: 0.8em auto 0;
}
.f25snow ul.f25snow_productList li .itemBtnArea a {
  width: auto;
  padding: 0.6em 1.5em;
}
@media screen and (max-width: 799px) {
.f25snow_Other {
  margin-top: -140px;
  padding-top: 140px;
}
.f25snow_Other p.otherText {
    margin: 0 0 4em;
    font-size: calc(24/780*100vw);
}
.f25snow ul.f25snow_productList {
  width: calc(658/780*100vw);
  margin: 0 auto;
  padding: calc(42/780*100vw) 0 calc(48/780*100vw);
  padding-bottom: calc(45/780*100vw);
  justify-content: center;
  gap: 0 calc(20/780*100vw);
  background-color: #fff;
  background: linear-gradient(135deg, transparent 16px, #fff 0) top left,
  linear-gradient(-135deg, transparent 16px, #fff 0) top right,
  linear-gradient(-45deg, transparent 16px, #fff 0) bottom right,
  linear-gradient(45deg, transparent 16px, #fff 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}
.f25snow ul.f25snow_productList + ul.f25snow_productList {
  margin-top: calc(90/780*100vw);
}
.f25snow_Other .f25snow_productPanel_name {
  margin: calc(136/780*100vw) auto calc(80/780*100vw);
  padding: 0;
  font-size: calc(86/780*100vw);
  line-height: 1;
}
.f25snow .f25snow_product .f25snow_forcusproductArea {
  margin: 0 auto calc(60/780*100vw);
}
.f25snow ul.f25snow_productList:last-of-type {
  margin-bottom: 0;
}
.f25snow ul.f25snow_productList li {
  width: calc(300/780*100vw);
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.f25snow ul.f25snow_productList.list01 li .f25snow_productListItem {
  margin-top: calc(45/780*100vw);
}
.f25snow ul.f25snow_productList.list02 li .f25snow_productListItem {
  margin-top: calc(120/780*100vw);
}
.f25snow ul.f25snow_productList.list03 li .f25snow_productListItem {
  margin-top: calc(150/780*100vw);
}
.f25snow ul.f25snow_productList li .f25snow_productListName {
  font-size: calc(24/780*100vw);
  line-height: 1.2;
}
.f25snow ul.f25snow_productList li .f25snow_productListsName {
  margin-top: 0.6em;
  line-height: 1.2;
  font-size: calc(24/780*100vw);
}
.f25snow ul.f25snow_productList li .f25snow_productListSub {
  margin-top: 0.2em;
  font-size: calc(20/780*100vw);
}
.f25snow ul.f25snow_productList li .f25snow_productListsPrice {
  font-size: calc(20/780*100vw);
}
.f25snow ul.f25snow_productList li .itemBtnArea {
  margin: 1em auto 0;
}
.f25snow ul.f25snow_productList li.name {
  width: calc(100% - 60px);
  padding-bottom: 1.46em;
}
.f25snow ul.f25snow_productList li .itemName {
  margin-bottom: 0.4em;
  font-size: calc(36/780*100vw);
  line-height: 1;
  white-space: nowrap;
}
.f25snow ul.f25snow_productList li .itemNameJP {
  font-size: calc(20/780*100vw);
  line-height: 1;
}
.f25snow ul.f25snow_productList li .itemBtnArea a {
  padding: 1em 1.8em;
}
  .pane-main {
    padding-bottom: 0;
  }
}




.f25snow .__btn {
  text-align: right;
}
.f25snow .__pagetop {
  padding: 130px 0 160px;
  text-align: center;
}
.f25snow .__pagetop a {
  margin-right: 100px;
  font-weight: bold;
  color: var(--color-yellow);
}
.f25snow .__pagetop a .icon {
  margin-left: 1.4em;
  position: relative;
  top: 25px;
  display: inline-block;
}
@media screen and (min-width: 800px) {
.f25snow .__pagetop a:hover {
  background-color: inherit;
  transition: all ease .3s;
  opacity: .6;
}
}
@media screen and (max-width: 799px) {
.f25snow .__pagetop a .icon {
  width: 35px;
  height: 35px;
  top: 10px;
}
.f25snow .__pagetop {
  padding: 34px 0 54px;
}
.f25snow .__pagetop a {
  margin-right: 25px;
}
}


.mhw_f23_btmImgInner img {
  width: 100%;
  max-width: none;
}





/* movie */
.movieArea .yt-wrap {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 100px;
}
.movieArea .yt-block {
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 799px) {
.movieArea .yt-wrap {
  max-width: none;
  margin: 0 auto calc(80/780*100vw);
}
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoWrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: calc(100% + 1px);
  background-image: url("../img/mv_thumb-pc.png");
  background-size: 100% auto;
}

.videoWrapper.pv:after {
  display: none;
}

.yt-block .play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 91px;
  height: 79px;
  cursor: pointer;
  opacity: .7;
}
.yt-block .play:before {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  content: "";
  background: url("../img/btn_movie.png") no-repeat;
  display: inline-block;
  width: 91px;
  height: 79px;
}
@media (hover: hover) {
.yt-block .play:hover {
  opacity: 1;
}
}
@media screen and (max-width: 799px) {
.yt-block .play {
  width: 50px;
  height: 42px;
}
.yt-block .play:before {
  background: url("../img/btn_movie.png") no-repeat;
  background-size: cover;
  width: 50px;
  height: 42px;
}
}





/* slider wide */
.productWideSlideArea {
  overflow: hidden;
}
.productWideSlideArea .productWideSlide {
  max-width: 1020px;
  margin: 0 auto;
}
.productWideSlide .slick-list{
  overflow: visible;
}
.productWideSlide .slick-list .slick-track {
  display: flex;
  align-items: center;
}
.productWideSlide .slick-list .slick-slide {
  margin: 0 10px;
}
@media screen and (max-width: 799px) {
.productWideSlideArea .productWideSlide {
  width: calc(600/780*100vw);
}
.productWideSlideArea .productWideSlide img {
  width: calc(600/780*100vw);
}
}


/* slider */
.f25snow .slick-slider .slick-arrow {
  opacity: 1;
  transition: opacity ease .3s;
  z-index: 8;
  position: absolute;
}
.f25snow .slick-slider .slick-arrow .arrowInner {
  width: 70px;
  height: 70px;
  background-color: var(--color-yellow);
  position: relative;
  display: block;
}
.f25snow .slick-slider .slick-arrow .arrowInner:before {
  content: "";
  width: 30%;
  height: 30%;
  margin: auto;
  border-top: #000 2px solid;
  border-right: #000 2px solid;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.f25snow .slick-slider .slick-arrow.prev-arrow .arrowInner:before {
  transform: rotate(-135deg);
  left: 15%;
}
.f25snow .slick-slider .slick-arrow.next-arrow .arrowInner:before {
  transform: rotate(45deg);
  right: 15%;
}
@media (hover: hover) {
.f25snow .slick-slider .slick-arrow:hover {
  cursor: pointer;
}
.f25snow .slick-slider .slick-arrow:hover .arrowInner {
  background-color: #000;
}
.f25snow .slick-slider .slick-arrow:hover .arrowInner:before {
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
}
}
.f25snow .slick-slider .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.f25snow .slider {
  margin: 0 auto;
}
.f25snow .f25snow_productSlideArea .f25snow_productSlideThumb .slick-slide {
  position: relative;
  background-color: #c0c0c0;
  border: none;
}
.f25snow .f25snow_productSlideArea .f25snow_productSlideThumb .slick-slide.slick-current:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.3);
}
.f25snow .f25snow_productSlideArea .f25snow_productSlideThumb .slick-slide img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}
@media screen and (min-width: 800px) {
.f25snow .f25snow_productSlideArea {
  margin-top: 40px;
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.f25snow .f25snow_productSlideArea .f25snow_productSlideMain {
  width: 636px;
  height: 600px;
  margin-right: 50px;
}
.f25snow .f25snow_productSlideArea .f25snow_productSlideThumb {
  width: 200px;
  margin-top: 64px;
}
.f25snow .f25snow_productSlideArea .f25snow_productSlideThumb .slick-slide {
  margin: 15px 0;
}
.f25snow .slick-slider .slick-arrow.prev-arrow {
  width: 64px;
  left: -32px;
  top: 50%;
  transform: translateY(-50%);
}
.f25snow .slick-slider .slick-arrow.next-arrow {
  width: 64px;
  right: -32px;
  top: 50%;
  transform: translateY(-50%);
}
.f25snow .f25snow_productSlideThumbSlick.slick-slider .slick-arrow.prev-arrow {
  width: 28px;
  left: 50%;
  top: 0;
  transform: translate(-50%,-30%) rotate(90deg);
}
.f25snow .f25snow_productSlideThumbSlick.slick-slider .slick-arrow.next-arrow {
  width: 28px;
  right: auto;
  left: 50%;
  top: auto;
  bottom: -18px;
  transform: translate(-50%,0%) rotate(90deg);
}
}
@media screen and (max-width: 799px) {
.f25snow .f25snow_productSlideArea {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.f25snow .f25snow_productSlideArea .f25snow_productSlideMain {
  width: 100%;
  height: auto;
  margin-right: 0;
  margin-bottom: 20px;
}
.f25snow .f25snow_productSlideArea .f25snow_productSlideMain .slick-slider .slick-arrow.prev-arrow,
.f25snow .f25snow_productSlideArea .f25snow_productSlideMain .slick-slider .slick-arrow.next-arrow {
  top: 50%;
}
.f25snow .f25snow_productSlideArea .f25snow_productSlideMain .slick-slide {
  margin: 0 1px;
}
.f25snow .f25snow_productSlideArea .f25snow_productSlideThumb {
  width: 106%;
  margin-bottom: 20px;
  margin-left: -3%;
}
.f25snow .f25snow_productSlideArea .f25snow_productSlideThumb .slick-slide {
  margin: 0 10px;
}
  .f25snow .slick-slide img.f25snow_productSlidePt {
    padding-top: 0;
  }
.f25snow .slick-slider .slick-arrow .arrowInner {
  width: 36px;
  height: 36px;
}
  .f25snow .glArea .gearSliderArea .slick-arrow {
    opacity: 1 !important;
  }
  .f25snow .glArea .gearSliderArea .slick-arrow.slick-disabled {
    opacity: 0 !important;
  }
  .f25snow .slick-slider .slick-arrow.prev-arrow {
    width: 36px;
    left: -8px;
    top: 45%;
    transform: translateY(-50%);
  }
  .f25snow .slick-slider .slick-arrow.next-arrow {
    width: 36px;
    right: -8px;
    top: 45%;
    transform: translateY(-50%);
  }
  .f25snow .f25snow_productSlideThumbSlick.slick-slider .slick-arrow.prev-arrow {
    width: 14px;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
  }
  .f25snow .f25snow_productSlideThumbSlick.slick-slider .slick-arrow.next-arrow {
    width: 14px;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
  }
  .f25snow .f25snow_productSlideArea .f25snow_productSlideThumb .slick-slide img {
    width: calc(180/780*100vw);
    height: calc(180/780*100vw);
    object-fit: cover;
  }
}

.f25snow .productListArea {
  max-width: 1200px;
  margin: 0 auto;
}
.f25snow .productListArea .slick-slide {
  background-color: #ced0d1;
}
.f25snow .productListArea .slick-slider .slick-arrow.prev-arrow {
  left: -25px;
}
.f25snow .productListArea .slick-slider .slick-arrow.next-arrow {
  right: -25px;
}
.f25snow .slick-dots {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.f25snow .slick-dots button {
  width: 16px;
  height: 16px;
  margin: 0 8px;
  display: block;
  font-size: 0;
  line-height: 0;
  background-color: #c4c4c4;
  border-radius: 100px;
}
.f25snow .slick-dots .slick-active button {
  background-color: #000;
}
.f25snow #equip_item02.f25snow_Ancher,
.f25snow #equip_item04.f25snow_Ancher {
  margin-top: -140px;
  padding-top: 140px;
}
.f25snow .otherTitle {
  margin: 0 0 0.4em;
  font-size: 56px;
  font-weight: 700;
  color: var(--color-yellow);
}
.productPanelList {
  margin-bottom: 200px;
  display: flex;
  background-color: #aeb0b3;
}
.productPanelArea .productPanel {
  width: 100%;
  position: relative;
}
.productPanelArea .productPanel .img {
  width: 100%;
  height: 100%;
}
.productPanelArea .productPanel .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productPanelArea .productPanel .text {
  width: 100%;
  position: absolute;
  bottom: 24px;
  text-align: center;
}
.productPanelArea .productPanel .text .sex {
  margin-bottom: 0.4em;
  font-size: 18px;
  font-weight: 700;
  line-height: 0.9;
}
.productPanelArea .productPanel .text .sex.mens {
  color: #1D85BC;
}
.productPanelArea .productPanel .text .sex.womens {
  color: #E13A62;
}
.productPanelArea .productPanel .text .info01 {
  margin-bottom: 0.2em;
  font-size: calc(36px * 0.84);
  font-weight: 700;
  line-height: 0.9;
  color: #fff;
}
.productPanelArea .productPanel .text .info02 {
  margin-bottom: 0.1em;
  font-size: calc(18px * 0.84);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.02em;
}
.productPanelArea .productPanel .text .num {
  margin-bottom: 0.3em;
  font-size: calc(18px * 0.84);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.productPanelArea .productPanel .text .num .tax {
  padding-left: 0.3em;
  font-size: 80%;
}
.f25snow .productPanelArea .itemBtnArea {
  margin-top: 0;
}
.f25snow .productPanelArea .itemBtnArea a {
  width: calc(200px * 0.72);
  padding: 0.8em 1em;
  font-size: calc(18px * 0.84);
  background: linear-gradient(135deg, transparent 6px, #fff 0) top left, linear-gradient(-135deg, transparent 6px, #fff 0) top right, linear-gradient(-45deg, transparent 6px, #fff 0) bottom right, linear-gradient(45deg, transparent 6px, #fff 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
  font-weight: 700;
  color: #000;
}
.f25snow .productListArea .slide-arrow {

}
.f25snow .productListArea .slide-arrow.prev-arrow:before,
.f25snow .productListArea .slide-arrow.next-arrow:before {
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
}
.f25snow .productListArea .itemBtnArea:before {
  content: none;
}
@media (hover: hover) {
.f25snow .productLink a:hover {
  border-bottom: none;
}
.f25snow .productPanelArea .itemBtnArea a:hover {
  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;
  color: #fff;
}
.f25snow .productListArea .slide-arrow:hover {
  background-color: #f3fd30;
}
.f25snow .productListArea .slide-arrow.prev-arrow:hover:before,
.f25snow .productListArea .slide-arrow.next-arrow:hover:before {
  border-top: #000 2px solid;
  border-right: #000 2px solid;
}
}
@media screen and (max-width: 799px) {
.f25snow .f25snow_Prodcts01Inner {
  margin: 0 auto 100px;
  padding: 0;
}
.f25snow .f25snow_Prodcts02Inner {
  padding: 0;
}
.f25snow .productLead {
  margin: 0 0 0.6em;
  font-size: calc(70/780*100vw);
  line-height: 1;
  text-align: center;
}
.f25snow .productLink {
  margin-bottom: calc(110/780*100vw);
  position: relative;
  top: auto;
  right: auto;
  text-align: center;
}
.f25snow .productLink a {
  display: inline-block;
}
.f25snow .productListArea .slick-slider .slick-arrow.prev-arrow {
  left: calc(40/780*100vw);
}
.f25snow .productListArea .slick-slider .slick-arrow.next-arrow {
  right: calc(40/780*100vw);
}
.f25snow .slick-dots {
  margin-top: calc(30/780*100vw);
}
.f25snow .slick-dots button {
  width: 10px;
  height: 10px;
  margin: 0 4px;
}
.f25snow .otherTitle {
  margin: 0 0 0.4em;
  font-size: calc(56/780*100vw);
  text-align: center;
}
.productPanelList {
  margin-bottom: calc(200/780*100vw);
  flex-wrap: wrap;
}
.productPanelList li {
  width: 50%;
}
.productPanelArea {
  display: flex;
  flex-wrap: wrap;
}
.productPanelArea .productPanel {
  width: 100%;
}
.productPanelArea .productPanel .text {
  bottom: calc(30/780*100vw);
}
.productPanelArea .productPanel .text .sex {
  font-size: calc(20/780*100vw);
}
.productPanelArea .productPanel .text .info01 {
  margin-bottom: 0.2em;
  line-height: 0.9;
  font-size: calc(40/780*100vw);
}
.productPanelArea .productPanel .text .info02 {
  margin-bottom: 0.2em;
  font-size: calc(20/780*100vw);
}
.productPanelArea .productPanel .text .num {
  margin-bottom: 0.4em;
  font-size: calc(22/780*100vw);
}
.f25snow .productPanelArea .itemBtnArea a {
  width: calc(200/780*100vw);
  font-size: calc(20/780*100vw);
  background: linear-gradient(135deg, transparent 6px, #fff 0) top left, linear-gradient(-135deg, transparent 6px, #fff 0) top right, linear-gradient(-45deg, transparent 6px, #fff 0) bottom right, linear-gradient(45deg, transparent 6px, #fff 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}
}



/* btmMovie */
.f25snow_BtmMovie {
  background-color: #fff;
}
.f25snow_BtmMovie .f25snow_BtmMovieLogo {
  width: 717px;
  margin: 0 auto 3em;
  padding: 150px 0 0;
}
.f25snow_BtmMovie .f25snow_BtmMovieText {
  margin-bottom: 5em;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.f25snow_BtmMovie .movieAreaInner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.f25snow_BtmMovie .itemBtnArea {
  margin: 0 auto;
  padding-bottom: 260px;
}
.f25snow_BtmMovie .itemBtnArea a {
  background-color: #f3fd30;
  background: linear-gradient(135deg, transparent 12px, #f3fd30 0) top left, linear-gradient(-135deg, transparent 12px, #f3fd30 0) top right, linear-gradient(-45deg, transparent 12px, #f3fd30 0) bottom right, linear-gradient(45deg, transparent 12px, #f3fd30 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
  color: #333;
}
.f25snow_BtmMovie .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.f25snow_BtmMovie .youtube iframe {
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
.f25snow_BtmMovie .itemBtnArea a:hover {
  color: #fff;
  background-color: #100f10;
  background: linear-gradient(135deg, transparent 12px, #100f10 0) top left, linear-gradient(-135deg, transparent 12px, #100f10 0) top right, linear-gradient(-45deg, transparent 12px, #100f10 0) bottom right, linear-gradient(45deg, transparent 12px, #100f10 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}
}
@media screen and (max-width: 799px) {
.f25snow_BtmMovie .f25snow_BtmMovieLogo {
  width: calc(700/780*100vw);
  margin: 0 auto 3em;
  padding: calc(90/780*100vw) 0 0;
}
.f25snow_BtmMovie .f25snow_BtmMovieText {
  margin-bottom: 4em;
  font-size: calc(20/780*100vw);
}
.f25snow_BtmMovie .movieAreaInner {
  max-width: calc(700/780*100vw);
  padding-bottom: calc(60/780*100vw);
}
.f25snow_BtmMovie .itemBtnArea {
  padding-bottom: calc(170/780*100vw);
}
.f25snow_BtmMovie .itemBtnArea a {
  color: #100f10;
  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;
}
}



.f25snow .reviewArea {
  width: 100%;
  max-width: 1120px;
  margin: 48px auto 0;
  padding: 40px 60px 50px;
  position: relative;
  background: linear-gradient(135deg, transparent 36px, #fff 0) top left, linear-gradient(-135deg, transparent 36px, #fff 0) top right, linear-gradient(-45deg, transparent 36px, #fff 0) bottom right, linear-gradient(45deg, transparent 36px, #fff 0) bottom left;
  background-size: 51% 51%;
  background-repeat: no-repeat;
}
.f25snow .review .reviewTitle {
  width: 100%;
  padding: 0 0 0.5em;
  margin-bottom: 0.8em;
  border-bottom: #100f10 1px solid;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.02em;
}
.f25snow .review .reviewFlex {
  display: flex;
  justify-content: space-between;
  gap: 0 40px;
}
.f25snow .review .reviewFlex .reviewProfFlex {
  width: 220px;
  text-align: center;
}
.f25snow .review .reviewFlex .reviewProfTextArea {
  width: calc(100% - 280px);
}
.f25snow .review .reviewImg {
  margin-bottom: 1.6em;
}
.f25snow .review .reviewProf .name {
  margin-bottom: 0.2em;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}
.f25snow .review .reviewProf .job {
  margin-bottom: 0.3em;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}
.f25snow .review .reviewProfTextArea .lead {
  margin-top: -0.4em;
  margin-bottom: 1em;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
}
.f25snow .review .reviewProfTextArea .text {
  margin-bottom: 1.6em;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  letter-spacing: 0.04em;
  text-align: justify;
}
.f25snow .review .reviewProfTextArea .slide {
  margin: 3em auto;
  width: 100%;
}
.f25snow .review .reviewProfTextArea .slide .slick-arrow {
  width: 32px;
  top: 46%;
}
.f25snow .review .reviewProfTextArea .slide .slick-arrow.prev-arrow {
  left: -20px;
}
.f25snow .review .reviewProfTextArea .slide .slick-arrow.next-arrow {
  right: -20px;
}
.f25snow .review .reviewProfTextArea .about {
  padding-top: 0.8em;
  font-size: 16px;
  font-weight: 600;
  border-top: #333 1px solid;
  color: #333;
  letter-spacing: 0.1em;
  text-align: justify;
}
.f25snow .review .reviewProfTextArea .slide + .about {
  padding-top: 0;
  border-top: none;
}
@media screen and (max-width: 799px) {
.f25snow .reviewArea {
  width: calc(650/780*100vw);
  margin: calc(48/780*100vw) auto 0;
  padding: calc(50/780*100vw) calc(30/780*100vw) calc(40/780*100vw);
  position: relative;
  background-color: #fff;
  background: linear-gradient(135deg, transparent 12px, #fff 0) top left, linear-gradient(-135deg, transparent 12px, #fff 0) top right, linear-gradient(-45deg, transparent 12px, #fff 0) bottom right, linear-gradient(45deg, transparent 12px, #fff 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}
.f25snow .review .reviewTitle {
  padding-bottom: 0.5em;
  margin-bottom: 0.8em;
  font-size: calc(60/780*100vw);
}
.f25snow .review .reviewFlex {
  display: block;
}
.f25snow .review .reviewFlex .reviewProfFlex {
  width: 100%;
  margin-bottom: calc(60/780*100vw);
  display: flex;
  align-items: center;
  gap: 0;
}
.f25snow .review .reviewFlex .reviewProfTextArea {
  width: 100%;
}
.f25snow .review .reviewImg {
  width: 50%;
  margin-bottom: 0;
  padding-left: calc(30/780*100vw);
}
.f25snow .review .reviewProf {
  width: 50%;
}
.f25snow .review .reviewProf .name {
  font-size: calc(44/780*100vw);
}
.f25snow .review .reviewProf .job {
  font-size: calc(30/780*100vw);
}
.f25snow .review .reviewProfTextArea .lead {
  font-size: calc(34/780*100vw);
}
.f25snow .review .reviewProfTextArea .text {
  font-size: calc(24/780*100vw);
  font-weight: 700;
}
.f25snow .review .reviewProfTextArea .slide .slick-arrow {
  width: 16px;
}
.f25snow .review .reviewProfTextArea .slide .slick-arrow.prev-arrow {
  left: -10px;
}
.f25snow .review .reviewProfTextArea .slide .slick-arrow.next-arrow {
  right: -10px;
}
.f25snow .review .reviewProfTextArea .about {
  font-size: calc(20/780*100vw);
  font-weight: 700;
}
}


.f25snow .btnBg {
  padding: 200px 0 0;
  background: url(../img/bg_other-pc.jpg) no-repeat;
  background-size: cover;
}
.f25snow .f25snow_otherTitle {
  margin-bottom: 0.6em;
  font-size: 60px;
  font-weight: 700;
  color: var(--color-yellow);
  text-align: center;
}
.f25snow ul.otherList {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 0 0;
}
.f25snow ul.otherList li {
  width: 440px;
  padding: 24px 0 30px;
  background: url(../img/bg_otheritem-pc.png) no-repeat;
  background-size: cover;
  text-align: center;
}
.f25snow ul.otherList li .img img {
  width: 70%;
  margin: 0 auto;
}
.f25snow ul.otherList li .name {
  margin-bottom: 0.3em;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
.f25snow ul.otherList li .prodcts_sname {
  margin-top: -0.2em;
  margin-bottom: 0.4em;
  font-size: 16px;
  font-weight: 700;
}
.f25snow ul.otherList li .prodcts_price {
  margin-bottom: 1.8em;
  font-size: 18px;
  font-weight: 700;
}
.f25snow ul.otherList li .itemBtnArea a {
  width: 140px;
  font-size: 15px;
  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) {
.f25snow ul.otherList li .itemBtnArea a:hover {
  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;
  color: #333;
  opacity: 1;
}
}
@media screen and (max-width: 799px) {
.f25snow .btnBg {
  padding: calc(156/780*100vw) 0 0;
  background: url(../img/bg_other-sp.jpg) no-repeat;
  background-size: cover;
}
.f25snow .f25snow_otherTitle {
  padding: 0;
  margin-bottom: 0.4em;
  font-size: calc(60/780*100vw);
}
.f25snow ul.otherList {
  flex-direction: column;
}
.f25snow ul.otherList li {
  width: 100%;
  padding: calc(24/780*100vw) calc(50/780*100vw) calc(30/780*100vw);
  background: url(../img/bg_otheritem-sp.png) no-repeat;
  background-size: cover;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
.f25snow ul.otherList li:nth-child(even) {
  flex-direction: row;
}
.f25snow ul.otherList li .img {
  width: calc(326/780*100vw);
}
.f25snow ul.otherList li .img img {
  width: 100%;
  margin: 0 auto;
}
.f25snow ul.otherList li .cont {
  width: calc(354/780*100vw);
}
.f25snow ul.otherList li .name {
  margin-bottom: 0.3em;
  font-size: calc(30/780*100vw);
}
.f25snow ul.otherList li .prodcts_sname {
  margin-top: 0;
  font-size: calc(20/780*100vw);
}
.f25snow ul.otherList li .prodcts_price {
  margin-top: 0;
  font-size: calc(22/780*100vw);
}
.f25snow ul.otherList li .itemBtnArea a {
  width: 90px;
  padding: 0.8em 1em;
  font-size: 11px;
  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;
}
}