@charset "utf-8";
/* CSS Document */


/*----------------------------------
 フォント
----------------------------------*/
@font-face {
  font-family: "CircularPro-Book";
  font-display: swap;
  src: url("../font/CircularPro-Book.woff") format("woff");
  src: url("../font/CircularPro-Book.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "CircularPro-Black";
  font-display: swap;
  src: url("../font/CircularPro-Black.woff") format("woff");
  src: url("../font/CircularPro-Black.ttf") format("truetype");
  font-weight: 900;
}

@font-face {
  font-family: "CircularPro-BlackItalic";
  font-display: swap;
  src: url("../font/CircularPro-BlackItalic.otf") format("opentype");
  font-weight: 900;
}

@font-face {
  font-family: "CircularPro-Medium";
  font-display: swap;
  src: url("../font/CircularPro-Medium.otf") format("opentype");
  font-weight: 900;
}


/*----------------------------------
 デバイス
----------------------------------*/

@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;
}
}

body {
  position: relative;
  color: #333;
  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 {
    font-size: 1.8rem;
    min-width: 1280px;
    letter-spacing: 0;
  }
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: #333;
}

a:hover {
  opacity: 1;
  text-decoration: none;
}
a:focus {
  outline: none;
}

@media screen and (min-width: 800px) {
  a:hover {
    opacity: 0.7;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

*:focus {
  outline: none;
}


.hike202501 sup {
  font-size: 50%;
  vertical-align: top;
  position: relative;
  top: -0.05em;
}


/* font */
.hike202501 .en {
  font-family: "Outfit", sans-serif;
}
.hike202501 .enb {
  font-family: "Outfit", sans-serif;
  font-weight: bold;
}
.hike202501 p {
  color: #000;
  line-height: 1.64;
}

/* color */
:root {
  --color-theme: #d8c04f;
}


#hike202501 #header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 3;
}
@media screen and (min-width: 800px) {
#hike202501 #header {
  min-width: 1280px;
}
}


/* item btn */
.hike202501 .itemBtnArea {
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.hike202501 .itemBtnArea a {
  width: 100%;
  max-width: 242px;
  margin: 0 auto;
  padding: 0.6em 2em;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  border: #000 1px solid;
  border-radius: 100px;
  display: block;
  transition: all ease .3s;
}
.hike202501 .itemBtnArea a.notYet {
  pointer-events: none;
}
.hike202501 .itemBtnArea.largeBtn a {
  max-width: 1000px;
  font-size: 20px;
}
@media (hover: hover) {
.hike202501 .itemBtnArea a:hover {
  color: #fff;
  background-color: #000;
  opacity: 1;
}
}
@media screen and (min-width: 800px) {
.hike202501 .slick-slider .itemBtnArea a {
  width: 100%;
  max-width: 228px;
  margin: 0 auto;
  font-size: 20px;
}
}
@media screen and (max-width: 799px) {
.hike202501 .itemBtnArea {
  margin: 0 auto;
}
.hike202501 .itemBtnArea a {
  width: auto;
  max-width: 170px;
  font-size: calc(34/750*100vw);
}
.hike202501 .itemBtnArea.largeBtn a {
  max-width: 1000px;
  font-size: calc(40/750*100vw);
}
}


/* lead Large */
.hike202501 .leadL {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 1em;
  font-size: 74px;
  font-weight: bold;
  line-height: 0.73;
  color: #000;
  border-bottom: #000 1px solid;
  text-align: center;
}
@media screen and (max-width: 799px) {
  .hike202501 .leadL {
    font-size: calc(74/750*100vw);
    padding: 0;
  }
}


/* anchor position */
.anch {
  margin-top: -188px;
  padding-top: 188px;
}
@media screen and (max-width: 799px) {
  .anch {
    margin-top: -158px;
    padding-top: 158px;
  }
}


/* general text size */
.hike202501 .generalLeadL {
  font-size: 48px;
  font-weight: bold;
  color: #000;
}
.hike202501 .generalLead {
  font-size: 36px;
  font-weight: bold;
  color: #000;
}
.hike202501 .generalLeadS {
  font-size: 28px;
  font-weight: 400;
  color: #000;
}
.hike202501 .generalText {
  font-size: 22px;
  font-weight: 400;
  color: #000;
}
.hike202501 .generalFlex {
  display: flex;
  justify-content: space-between;
}
.hike202501 .generalFlex .generalFlexL,
.hike202501 .generalFlex .generalFlexR {
  width: calc(50% - 20px);
}
@media screen and (max-width: 799px) {
  .hike202501 .generalLeadL {
    font-size: calc(48/750*100vw);
  }
  .hike202501 .generalLead {
    font-size: calc(40/750*100vw);
  }
  .hike202501 .generalLeadS {
    font-size: calc(32/750*100vw);;
  }
  .hike202501 .generalText {
    font-size: calc(26/750*100vw);
  }
  .hike202501 .generalFlex {
    flex-direction: column;
    justify-content:flex-start;
    gap: calc(70/750*100vw) 0;
  }
  .hike202501 .generalFlex .generalFlexL,
  .hike202501 .generalFlex .generalFlexR {
    width: 100%;
  }
}


/* index page */
.hike202501_hero {
  background-color: #1b1b17;
}
.hike202501_hero img {
  width: 100%;
  max-width: none;
}
.hike202501_hero .hike202501_heroInner {
  position: relative;
}
.hike202501_hero .scroll {
  width: 104px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 44px;
}
@media screen and (max-width: 799px) {
.hike202501_hero .scroll {
  width: calc(110/750*100vw);
  bottom: calc(440/750*100vw);
  display: none;
}
}

.hike202501_project {
  margin-top: -188px;
  padding-top: 188px;
}
@media screen and (max-width: 799px) {
.hike202501 {
  margin-bottom: -40px;
}
.hike202501_project {
  margin-top: -60px;
  padding-top: 60px;
}
}


.hike202501_topic {
  background-color: #f0efec;
}
.hike202501_topic .hike202501_topicInner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0 36px;
}
ul.topicBnrList {
  display: flex;
  gap: 40px 50px;
}
ul.topicBnrList li .bnrImg {
  margin-bottom: 0.4em;
}
@media screen and (max-width: 799px) {
.hike202501_topic .hike202501_topicInner {
  max-width: calc(682/750*100vw);
  padding: calc(50/750*100vw) 0 calc(30/750*100vw);
}
ul.topicBnrList {
  width: calc(600/750*100vw);
  margin: 0 auto;
  flex-direction: column;
  gap: calc(30/750*100vw) 0;
}
}


.hike202501_about {
  margin-top: -188px;
  padding-top: 188px;
}
.hike202501_about .hike202501_aboutInner {
  margin-bottom: 80px;
}
.hike202501_about .hike202501_aboutBg {
  background: url("../img/bg_about-pc.jpg") no-repeat top;
  background-size: cover;
  background-color: #efeeee;
  position: relative;
  z-index: 0;
}
.hike202501_about .lead01 {
  width: 524px;
  padding-top: 80px;
  margin: 0 auto 40px;
  text-align: center;
  color: #000;
  font-size: 54px;
  font-weight: bold;
}
.hike202501_nav.fixed + .hike202501_about {
  padding-top: 155px;
}
.hike202501_about .hike202501_aboutInner .keyTextBox {
  width: 100%;
  max-width: 680px;
  margin: 0 auto 4em;
  padding: 30px 0;
  position: relative;
  font-size: 20px;
}
.hike202501_about .hike202501_aboutInner .keyTextBox:before {
  content: "";
  width: 1.8em;
  height: 1.8em;
  display: block;
  border-top: #000 1px solid;
  border-left: #000 1px solid;
  position: absolute;
  left: 0;
  top: 0;
}
.hike202501_about .hike202501_aboutInner .keyTextBox:after {
  content: "";
  width: 1.8em;
  height: 1.8em;
  display: block;
  border-top: #000 1px solid;
  border-right: #000 1px solid;
  position: absolute;
  right: 0;
  top: 0;
}
.hike202501_about .hike202501_aboutInner .keyTextBox .keyTextBoxInner:before {
  content: "";
  width: 1.8em;
  height: 1.8em;
  display: block;
  border-bottom: #000 1px solid;
  border-left: #000 1px solid;
  position: absolute;
  left: 0;
  bottom: 0;
}
.hike202501_about .hike202501_aboutInner .keyTextBox .keyTextBoxInner:after {
  content: "";
  width: 1.8em;
  height: 1.8em;
  display: block;
  border-bottom: #000 1px solid;
  border-right: #000 1px solid;
  position: absolute;
  right: 0;
  bottom: 0;
}
.hike202501_about .hike202501_aboutInner p {
  text-align: center;
}
.hike202501_about .hike202501_aboutInner .keyTextBox p {
  white-space: nowrap;
}
@media screen and (max-width: 799px) {
.hike202501_about {
  margin-top: -158px;
  padding-top: 158px;
}
.hike202501_about .hike202501_aboutBg {
  background: url("../img/bg_about-sp.jpg") no-repeat top;
  background-size: cover;
  background-color: #efeeee;
}
.hike202501_about .lead01 {
  width: calc(622/750*100vw);
  padding: calc(80/750*100vw) 0 0;
  margin: 0 auto 1.5em;
  font-size: calc(46/750*100vw);
}
.hike202501_about .hike202501_aboutInner .keyTextBox {
  width: calc(680/750*100vw);
  max-width: none;
  margin: 0 auto 2em;
  padding: calc(30/750*100vw) 0 calc(40/750*100vw);
  font-size: calc(30/750*100vw);
}
.hike202501_about .hike202501_aboutInner .keyTextBox:before,
.hike202501_about .hike202501_aboutInner .keyTextBox:after,
.hike202501_about .hike202501_aboutInner .keyTextBox .keyTextBoxInner:before,
.hike202501_about .hike202501_aboutInner .keyTextBox .keyTextBoxInner:after {
  width: 1.4em;
  height: 1.4em;
}
}

.hike202501_about .aboutBtmImg {
  width: 100%;
  height: 290px;
  background: url(/img/usr/freepage/hike202508/img/gallery_img01-pc.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 799px) {
  .hike202501_about .aboutBtmImg {
    height: calc(470/750*100vw);
    background: url(/img/usr/freepage/hike202508/img/gallery_img01-sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.hike202501 .hike202501_movieArea {
  width: 100%;
  max-width: 770px;
  margin: 0 auto 6em;
}
.hike202501.hike202501_movieInner {
  margin-bottom: 100px;
  padding-bottom: 65px;
  background-color: #fff;
}
.hike202501 .hike202501_movieContWrap {
  display: flex;
  justify-content: space-between;
}
.hike202501 .hike202501_movieArea .hike202501_movieCont {
  text-align: center;
}
.hike202501 .hike202501_movieArea .hike202501_movieCont .movieArea {
  position: relative;
  width: 100%;
  max-width: 1920px;
  line-height: 1;
  margin: 0 auto;
}
.hike202501 .hike202501_movieArea .hike202501_movieCont .movieArea iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 800px) {
  .js-modal-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 56.25%;
    margin: 0 auto;
    z-index: 1;
  }
}
@media screen and (max-width: 799px) {
.hike202501 .hike202501_movie.hike202501_Ancher {
  position: relative;
    margin-top: -158px;
    padding-top: 158px;
}
.hike202501 .hike202501_movieArea {
  width: calc(680/750*100%);
}
.hike202501.hike202501_movieInner {
  margin-bottom: 0;
  padding-bottom: 0;
}
.hike202501 .hike202501_movieArea .hike202501_movieCont {
  width: 100%;
}
}

/* movie custom */
#yt-wrap {
  width: 100%;
  margin: 0 auto 200px;
}
#yt-block {
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 799px) {
#yt-wrap {
  max-width: none;
  margin: 0 auto calc(170/750*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-color: #000;
  background-size: 100% auto;
}

.videoWrapper.pv:after {
  display: none;
}

#play {
  position: absolute;
  bottom: -134px;
  left: 0;
  right: 0;
  margin: auto;
  width: 293px;
  height: 74px;
  cursor: pointer;
  opacity: 1;
}
#play:before {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  content: "";
  background: url("../img/btn_movie.png") no-repeat;
  display: inline-block;
  width: 293px;
  height: 74px;
}
@media (hover: hover) {
.videoWrapper:hover {
  cursor: pointer;
}
#play:hover {
  opacity: .7;
}
}
@media screen and (max-width: 799px) {
#play {
  bottom: calc(-114/750*100vw);
  width: calc(293/750*100vw);
  height: calc(74/750*100vw);
}
#play:before {
  background: url("../img/btn_movie.png") no-repeat;
  background-size: cover;
  width: calc(293/750*100vw);
  height: calc(74/750*100vw);
}
}


/* for visumo movie */
.visumomovieArea {
  margin-bottom: -1%;
}
.hacobune-app-container {
  padding: 0 !important;
  max-width: none !important;
  width: 100%;
}
.hacobune-unit-video-outline,
.hacobune-readmore {
  padding: 0 !important;
  max-width: none !important;
  width: 100%;
  display: none;
}
.hacobune-readmore {
  margin-bottom: 0 !important;
}
.hacobune-video-js.videojs-default-skin {
  background-color: #000 !important;
}
.visumomovieArea .vid_main {
  width: 100%;
}
@media all and (max-width: 767px) {
  .hacobune-app-container {
    width: 100% !important;
    margin: 0 auto;
    padding: 0 !important;
  }
  .hacobune-unit-video {
    margin: 0 !important;
  }
  .visumomovieArea .vid_main {
    height: 100%;
    object-fit: cover;
  }
}


.hike202501_itemNavi .hike202501_itemNaviInner {
  margin: 0 auto 100px;
}
ul.itemNaviList {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.itemNaviList li {
  width: 33%;
  line-height: 1;
  border-left: #000 1px solid;
}
ul.itemNaviList li:last-of-type {
  border-right: #000 1px solid;
}
ul.itemNaviList li a {
  padding: 1em 0;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 799px) {
  .hike202501_itemNavi .hike202501_itemNaviInner {
    margin: 0 auto calc(80/750*100vw);
  }
  ul.itemNaviList {
    width: calc(682/750*100vw);
    max-width: none;
  }
  ul.itemNaviList li a {
    font-size: calc(32/750*100vw);
  }
}


.hike202501_item.hike202501_itemMen .itemSlideArea {
  background: url(/img/usr/freepage/hike202501/img/bg_men-pc.jpg) no-repeat center center;
  background-size: cover;
}
.hike202501_item.hike202501_itemWomen .itemSlideArea {
  background: url(/img/usr/freepage/hike202501/img/bg_women-pc.jpg) no-repeat center center;
  background-size: cover;
}
.hike202501_item .itemSlideArea .itemSlideAreaInner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 60px 0;
}
.hike202501_item h3.itemLead {
  margin: 0 auto -0.5em;
  padding: 0;
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 799px) {
  .hike202501_item.hike202501_itemMen .itemSlideArea {
    background: url(/img/usr/freepage/hike202501/img/bg_men-sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .hike202501_item.hike202501_itemWomen .itemSlideArea {
    background: url(/img/usr/freepage/hike202501/img/bg_women-sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .hike202501_item .itemSlideArea .itemSlideAreaInner {
    padding: calc(60/750*100vw) 0;
  }
  .hike202501_item h3.itemLead {
    margin: 0 auto -0.5em;
    font-size: calc(60/750*100vw);
  }
}

.hike202501_item .itemSlideArea .itemSlideFlex {
  width: 1200px;
  display: flex;
}
.hike202501_item .itemSlideArea .itemSlideFlex .itemSlideMainArea {
  width: 610px;
  padding: 0 80px 0 30px;
}
.hike202501_item .itemSlideArea .itemSlideFlex .itemSlideMainArea .itemSlideMain {
  width: 100%;
}
.hike202501_item .itemSlideArea .itemSlideFlex .itemSlideThumbArea {
  width: 590px;
  padding-left: 86px;
  border-left: #000 1px solid;
}
.hike202501_item .itemSlideArea .itemSlideFlex .itemSlideThumbArea ul.itemSlideThumb li {
  width: 160px !important;
  transition: opacity .3s;
}
.hike202501_item .itemSlideArea .itemSlideFlex .itemSlideThumbArea ul.itemSlideThumb .slick-track {
  transform: unset !important;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 12px;
}
.hike202501_item .itemSlideArea .itemSlideFlex .itemSlideThumbArea ul.itemSlideThumb .slick-track:before, .slick-track:after {
  display: none !important;
}
@media (hover: hover) {
.hike202501_item .itemSlideArea .itemSlideFlex .itemSlideThumbArea ul.itemSlideThumb li:hover {
  opacity: .7;
}
}
@media screen and (max-width: 799px) {
  .hike202501_item .itemSlideArea .itemSlideFlex {
    width: 100%;
    display: block;
  }
  .hike202501_item .itemSlideArea .itemSlideFlex .itemSlideMainArea {
    width: 100%;
    padding: 0;
  }
  .hike202501_item .itemSlideArea .itemSlideFlex .itemSlideMainArea .itemSlideMain {
    width: calc(500/750*100vw);
    margin: 0 auto;
  }
  .hike202501_item .itemSlideArea .itemSlideFlex .itemSlideThumbArea {
    display: none !important;
  }
}
.hike202501 .subItemArea {
  margin: 80px auto;
}
.hike202501 ul.subItemList {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.hike202501 ul.subItemList li {
  width: 280px;
}
.hike202501 .itemPanel .itemPanelImg {
  height: 250px;
  margin-bottom: 1em;
  display: flex;
  align-items: flex-end;
}
.hike202501 .itemPanel .itemPanelImg img {
  width: 100%;
  max-width: none;
}
.hike202501 .itemPanel .itemPanelText {
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: #000 1px solid;
}
.hike202501 .itemPanel .itemPanelText p {
  font-size: 15px;
  font-weight: bold;
  text-align: justify;
  letter-spacing: -0.04em;
}
.hike202501 .itemPanel .itemNameEn {
  margin-bottom: 0.4em;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.hike202501 .itemPanel .itemNameJpn {
  margin-bottom: 0.4em;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
}
.hike202501 .itemPanel .itemPrice {
  margin-bottom: 1em;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
}
.hike202501 .itemPanel .itemPrice .itemNum {
  margin-right: 1em;
  font-size: 16px;
}
.hike202501 .itemPanel .itemPrice .itemPriceNum {
  font-size: 21px;
}
.hike202501 .itemPanel .itemPrice .tax {
  font-size: 12px;
}
.hike202501 .itemPanel .itemBtnArea a {
  max-width: 180px;
}
@media screen and (min-width: 800px) {
  .hike202501 .hike202501_itemWomen .itemPanel .itemNameJpn {
    height: 2.4em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 799px) {
  .hike202501 .subItemArea {
    margin: calc(60/750*100vw) auto 160px;
  }
  .hike202501 ul.subItemList {
    width: calc(580/750*100vw);
    margin: 0 auto;
    display: block;
  }
  .hike202501 ul.subItemList li {
    width: 100%;
    margin-bottom: calc(120/750*100vw);
  }
  .hike202501 .itemPanel .itemPanelImg {
    height: auto;
    margin-bottom: 1em;
    display: block;
  }
  .hike202501 .itemPanel .itemPanelText {
    padding-bottom: 0.8em;
    margin-bottom: 2em;
  }
  .hike202501 .itemPanel .itemPanelText p {
    font-size: calc(32/750*100vw);
  }
  .hike202501 .itemPanel .itemNameEn {
    font-size: calc(50/750*100vw);
  }
  .hike202501 .itemPanel .itemNameJpn {
    font-size: calc(34/750*100vw);
  }
  .hike202501 .itemPanel .itemPrice {
    margin-bottom: 1.8em;
  }
  .hike202501 .itemPanel .itemPrice .itemNum {
    font-size: calc(33/750*100vw);
  }
  .hike202501 .itemPanel .itemPrice .itemPriceNum {
    font-size: calc(43/750*100vw);
  }
  .hike202501 .itemPanel .itemPrice .tax {
    font-size: calc(25/750*100vw);
  }
  .hike202501 .itemPanel .itemBtnArea a {
    width: calc(386/750*100vw);
    max-width: none;
  }
}

.hike202501 .otherContArea {
  padding: 80px 0;
  background: url(/img/usr/freepage/hike202501/img/bg_other-pc.jpg) no-repeat center center;
  background-size: cover;
}
.hike202501 .subItemList.otherList {
  max-width: 1030px;
  margin-bottom: 1.4em;
}
.hike202501 ul.subItemList.otherList li {
  width: 228px;
  margin: 0 15px;
}
.hike202501 .subItemList.otherList .itemPanel .itemPanelImg {
  padding: 0;
  height: auto;
}
.hike202501 .subItemList.otherList .itemPanel .itemBtnArea a {
  font-size: 16px;
}
.hike202501 .subItemList.otherList.slick-slider .slick-arrow.prev-arrow {
  left: -21px;
  top: 150px;
}
.hike202501 .subItemList.otherList.slick-slider .slick-arrow.next-arrow {
  right: -21px;
  top: 150px;
}
@media screen and (min-width: 800px) {
.hike202501 .subItemList.otherList.slick-slider .itemPanel .itemNameEn {
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hike202501 .subItemList.otherList.slick-slider .itemPanel .itemNameJpn {
  height: 2.4em;
  display: flex;
  align-items: center;
  justify-content: center;
}
}
@media screen and (max-width: 799px) {
  .hike202501 .otherContArea {
    padding: calc(60/750*100vw) 0;
    background: url(/img/usr/freepage/hike202501/img/bg_other-sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .hike202501 .subItemList.otherList {
    max-width: none;
    width: calc(400/750*100vw);
    margin: 0 auto 2em;
  }
  .hike202501 ul.subItemList.otherList li {
    width: 100%;
    margin: 0;
  }
  .hike202501 .subItemList.otherList .itemPanel .itemPanelImg {
    height: auto;
    display: flex;
    align-items: center;
  }
  .hike202501 .subItemList.otherList .itemPanel .itemBtnArea a {
    font-size: calc(26/750*100vw);
  }
  .hike202501 .subItemList.otherList.slick-slider .slick-arrow.prev-arrow {
    left: calc(-110/750*100vw);
    top: calc(280/750*100vw);
  }
  .hike202501 .subItemList.otherList.slick-slider .slick-arrow.next-arrow {
    right: calc(-110/750*100vw);
    top: calc(280/750*100vw);
  }
  .hike202501 .otherContArea .itemBtnArea.largeBtn a {
    width: calc(710/750*100vw);
    max-width: none;
    font-size: calc(28 / 750* 100vw);
  }
  .hike202501 .subItemList.otherList.slick-slider .itemPanel .itemNameEn {
    font-size: calc(36 / 750* 100vw);
  }
  .hike202501 .subItemList.otherList.slick-slider .itemPanel .itemNameJpn {
    font-size: calc(31/750*100vw);
  }
  .hike202501 .subItemList.otherList.slick-slider .itemPanel .itemPrice .itemNum {
    font-size: calc(24 / 750* 100vw);
  }
  .hike202501 .subItemList.otherList.slick-slider .itemPanel .itemPrice .itemPriceNum {
    font-size: calc(31 / 750* 100vw);
  }
  .hike202501 .subItemList.otherList.slick-slider .itemPanel .itemPrice .tax {
    font-size: calc(18 / 750* 100vw);
  }
}


.hike202501 .hike202501_gearInner {
  padding: 80px 0;
  background: url(/img/usr/freepage/hike202501/img/bg_gear-pc.jpg) no-repeat center center;
  background-size: cover;
}
.hike202501 .hike202501_gear .leadL {
  color: #fff;
  border-bottom: #fff 1px solid;
}
.hike202501 .gearIntroFlex {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hike202501 .gearIntroFlex .gearIntroTextArea {
  width: 500px;
  padding-bottom: 1.8em;
  border-bottom: #fff 1px solid;
}
.hike202501 .gearIntroFlex .gearIntroTextArea .gearIntroLead {
  margin-bottom: 0.4em;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
}
.hike202501 .gearIntroFlex .gearIntroTextArea .gearIntroText {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.46;
}
.hike202501 .gearIntroGuideArea {
  width: 600px;
  padding: 30px 30px 30px 40px;
  background-color: #fff;
}
.hike202501 .gearIntroGuideArea .guideBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hike202501 .gearIntroGuideArea .guideBox .guideImg {
  width: 170px;
}
.hike202501 .gearIntroGuideArea .guideBox .guideText {
  width: 330px;
  line-height: 1.46;
  font-weight: 400;
}
.hike202501 .gearIntroGuideArea .guideBox .guideText .guideLabel {
  font-size: 20px;
  line-height: 1;
}
.hike202501 .gearIntroGuideArea .guideBox .guideText .guideName {
  margin-bottom: 0.4em;
  font-size: 23px;
}
.hike202501 .gearIntroGuideArea .guideBox .guideText .guideName .work {
  margin-right: 1.5em;
}
.hike202501 .gearIntroGuideArea .guideBox .guideText .guideText {
  font-size: 18px;
  text-align: justify;
}
.hike202501 ul.gearList {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}
.hike202501 ul.gearList li .itemBtnArea {
  margin-top: 2em;
}
.hike202501 ul.gearList li .itemBtnArea a {
  max-width: 242px;
  padding: 0.6em 0.5em;
  font-size: 20px;
}
@media screen and (max-width: 799px) {
  .hike202501 .hike202501_gearInner {
    padding: calc(80/750*100vw) 0;
    background: url(/img/usr/freepage/hike202501/img/bg_gear-sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .hike202501 .gearIntroFlex {
    margin: 0 auto calc(60/750*100vw);
    display: block;
  }
  .hike202501 .gearIntroFlex .gearIntroTextArea {
    width: calc(586/750*100vw);
    margin: 0 auto calc(60/750*100vw);
    padding-bottom: 1.8em;
  }
  .hike202501 .gearIntroFlex .gearIntroTextArea .gearIntroLead {
    margin-bottom: 0.4em;
    font-size: calc(40/750*100vw);
    text-align: center;
  }
  .hike202501 .gearIntroFlex .gearIntroTextArea .gearIntroText {
    font-size: calc(26/750*100vw);
    text-align: center;
  }
  .hike202501 .gearIntroGuideArea {
    width: calc(640/750*100vw);
    margin: 0 auto;
    padding: calc(30/750*100vw) calc(30/750*100vw) calc(30/750*100vw) calc(40/750*100vw);
  }
  .hike202501 .gearIntroGuideArea .guideBox .guideImg {
    width: calc(180/750*100vw);
  }
  .hike202501 .gearIntroGuideArea .guideBox .guideText {
    width: calc(348/750*100vw);
  }
  .hike202501 .gearIntroGuideArea .guideBox .guideText .guideLabel {
    font-size: calc(21/750*100vw);
  }
  .hike202501 .gearIntroGuideArea .guideBox .guideText .guideName {
    font-size: calc(24/750*100vw);
  }
  .hike202501 .gearIntroGuideArea .guideBox .guideText .guideName .work {
    margin-right: 1em;
  }
  .hike202501 .gearIntroGuideArea .guideBox .guideText .guideText {
    font-size: calc(19/750*100vw);
  }
  .hike202501 ul.gearList {
    width: calc(540/750*100vw);
    max-width: none;
    flex-direction: column;
    gap: calc(80/750*100vw) 0;
  }
  .hike202501 ul.gearList li .itemBtnArea {
    margin-top: 2.5em;
  }
  .hike202501 ul.gearList li .itemBtnArea a {
    max-width: calc(386/750*100vw);
    font-size: calc(30/750*100vw);
  }
}


.hike202501 .hike202501_layeringInner {
  padding: 80px 0 100px;
  background-color: #a3a494;
}
.hike202501 .hike202501_layering .layeringContArea {
  width: 100%;
  min-height: 482px;
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 730px;
  position: relative;
}
.hike202501 .hike202501_layering .layeringContArea .generalImg {
  position: absolute;
  top: 0;
  right: 0;
}
.hike202501 .hike202501_layering .layeringContArea .generalLead {
  margin-bottom: 0.4em;
}
.hike202501 .hike202501_layering .layeringContArea .generalText {
  padding-bottom: 1em;
  margin-bottom: 1.5em;
  border-bottom: #000 1px solid;
}
.hike202501 .hike202501_layering .layeringContArea .itemBtnArea a {
  margin: 0;
  padding: 0.6em 0.5em;
  font-size: 20px;
}
@media screen and (max-width: 799px) {
  .hike202501 .hike202501_layeringInner {
    padding: calc(80/750*100vw) 0;
  }
  .hike202501 .hike202501_layering .layeringContArea {
    width: calc(680/750*100vw);
    min-height: inherit;
    max-width: none;
    padding-right: 0;
  }
  .hike202501 .hike202501_layering .layeringContArea .generalImg {
    position: relative;
  }
  .hike202501 .hike202501_layering .layeringContArea .generalLead {
    margin-bottom: 0.4em;
    text-align: center;
  }
  .hike202501 .hike202501_layering .layeringContArea .generalText {
    width: calc(580/750*100vw);
    padding-bottom: 0.7em;
    margin: 0 auto 2.5em;
    text-align: center;
  }
  .hike202501 .hike202501_layering .layeringContArea .itemBtnArea {
    margin: calc(60/750*100vw) auto 0;
  }
  .hike202501 .hike202501_layering .layeringContArea .itemBtnArea a {
    margin: 0 auto;
    font-size: calc(30/750*100vw);
  }
}


.hike202501 .hike202501_featureInner {
  padding: 80px 0;
  background-color: #eae8df;
}
.hike202501 .featureContArea {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 60px;
  padding-bottom: 80px;
  border-bottom: #000 1px solid;
}
.hike202501 .featureContArea:last-of-type {
  margin: 0 auto;
  padding-bottom: 0;
  border-bottom: none;
}
.hike202501 .featureContArea .featureSubLead {
  margin-bottom: 50px;
  height: 116px;
  display: flex;
  align-items: center;
}
.hike202501 .featureContArea .featureSubLead .generalLead {
  width: 410px;
}
.hike202501 .featureContArea .featureSubLead .generalLeadL {
  width: calc(100% - 410px);
  padding-left: 1.2em;
  border-left: #000 1px solid;
  line-height: 1.2;
}
.hike202501 .featureContArea .generalLeadS {
  margin-top: 1em;
  text-align: center;
}
.hike202501 .featureContArea .generalText {
  margin-bottom: 2em;
}
.hike202501 .featureContArea .generalText + .generalImg {
  margin-top: 2.5em;
}
.hike202501 .featureContArea .itemBtnArea {
  margin-top: 2em;
}
.hike202501 .featureContArea .generalImg + .itemBtnArea {
  margin-top: 3em;
}
.hike202501 .featureContArea .itemBtnArea a {
  font-size: 20px;
}
@media screen and (max-width: 799px) {
  .hike202501 .hike202501_featureInner {
    padding: calc(80/750*100vw) 0 calc(90/750*100vw);
  }
  .hike202501 .featureContArea {
    width: calc(680/750*100vw);
    max-width: none;
    margin: 0 auto calc(50/750*100vw);
    padding-bottom: calc(60/750*100vw);
  }
  .hike202501 .featureContArea .featureSubLead {
    margin-bottom: calc(50/750*100vw);
    height: auto;
    display: block;
  }
  .hike202501 .featureContArea .featureSubLead .generalLead {
    width: 100%;
    text-align: center;
  }
  .hike202501 .featureContArea .featureSubLead .generalLeadL {
    width: 100%;
    text-align: center;
    padding-left: 0;
    border-left: none;
  }
  .hike202501 .featureContArea .generalText {
    margin-bottom: 1em;
  }
  .hike202501 .featureContArea .generalText + .generalImg {
    margin-top: 2em;
  }
  .hike202501 .featureContArea .itemBtnArea {
    margin-top: 1.5em;
  }
  .hike202501 .featureContArea .generalImg + .itemBtnArea {
    margin-top: 2em;
  }
  .hike202501 .featureContArea .itemBtnArea a {
    font-size: calc(30/750*100vw);
  }
}



.hike202501 .btmArea {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  background-color: #fff;
}
.hike202501 ul.btmLinkList {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: center;
}
.hike202501 ul.btmLinkList li {
  width: 33%;
  border-right: #000 1px solid;
}
.hike202501 ul.btmLinkList li:last-of-type {
  border-right: none;
}
.hike202501 .btmArea a {
  padding: 0.6em 0;
  display: inline-block;
}
@media screen and (min-width: 800px) {
.hike202501 .btmArea a:hover {
  color: inherit;
  background-color: inherit;
  transition: all ease .3s;
  opacity: .6;
}
}
@media screen and (max-width: 799px) {
.hike202501 .btmArea {
  margin: 0 auto 40px;
  padding-top: calc(60/750*100vw);
  padding-bottom: calc(45/750*100vw);
  width: calc(682/750*100vw);
}
.hike202501 ul.btmLinkList {
  margin-bottom: calc(50/750*100vw);
}
.hike202501 ul.btmLinkList li.hikeBnr img {
  width: calc(122/750*100vw);
}
.hike202501 ul.btmLinkList li.schoolBnr img {
  width: calc(134/750*100vw);
}
.hike202501 ul.btmLinkList li.layeringBnr img {
  width: calc(176/750*100vw);
}
.hike202501 .columbiaBnr img {
  width: calc(192/750*100vw);
}
}


/* slider */
.hike202501 .slick-slider .slick-arrow {
  opacity: 1;
  transition: opacity ease .3s;
  z-index: 1;
  position: absolute;
}
.hike202501 .slick-slider .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.hike202501 .slider {
  margin: 0 auto;
}
.hike202501 .slick-slide img{
  margin: 0 auto;
}
@media (hover: hover) {
.hike202501 .slick-slider .slick-arrow:hover {
  opacity: 0.5;
  cursor: pointer;
}
}
@media screen and (min-width: 800px) {
.hike202501 .slick-slider .slick-arrow.prev-arrow {
  width: 52px;
  left: -36px;
  top: 50%;
  transform: translateY(-50%);
}
.hike202501 .slick-slider .slick-arrow.next-arrow {
  width: 52px;
  left: auto;
  right: -36px;
  top: 50%;
  transform: translateY(-50%);
}
}
@media screen and (max-width: 799px) {
.hike202501 .slick-slider .slick-arrow.prev-arrow {
  width: 32px;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
}
.hike202501 .slick-slider .slick-arrow.next-arrow {
  width: 32px;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
}
}


/* modal */
.itemModal {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  background-color: #fff;
  border: #9f9f9f 1px solid;
  padding: 2em 0;
  position: relative;
  color: #000;
  text-align: center;
}
.itemModal .itemModalIcon {
  width: 172px;
  margin: 0 auto 20px;
}
.itemModal .itemModalTitle {
  width: 90%;
  margin: 0 auto 0.3em;
  padding-bottom: 0.3em;
  font-size: 33px;
  font-weight: bold;
  line-height: 1.32;
  border-bottom: #000 1px solid;
}
.itemModal .itemModalTitle .small {
  font-size: 24px;
  display: block;
}
.itemModalText {
  font-size: 22px;
}
@media screen and (max-width: 800px) {
.itemModal {
  width: calc(464/750*100vw);
  margin: 0 auto;
}
.itemModal .itemModalTitle {
  font-size: calc(32/750*100vw);
}
.itemModal .itemModalTitle .small {
  font-size: calc(24/750*100vw);
}
.itemModal .itemModalText {
  font-size: calc(23/750*100vw);
}
.itemModal .itemModalIcon {
  margin-bottom: 1em;
}
.itemModal .itemModalIcon img {
  width: 50%;
}
.itemModalImg img {
  width: 50%;
}
}


