@charset "utf-8";
html {
  scroll-behavior: smooth;
  scroll-padding-top: 230px;
}
.sh-milesto .content-wrapper {
  width: 1000px;
  margin: 0 auto;
  /* overflow: hidden; */
}
.content-wrapper a {
  transition: 0.2s;
  color: inherit;
}
.content-wrapper a:hover {
  opacity: 0.8;
}
.content-wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.tax {
  font-size: 0.8em;
}
.font_din {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.07em;
}
.flex_box {
  display: flex;
  flex-wrap: wrap;
}
.ttl_area {
  text-align: center;
  margin-bottom: 25px;
}
.ttl_area h2 {
  font-size: 3.4rem;
}
.ttl_area p {
  font-size: 1.3rem;
  margin-top: 10px;
}
.btn_A {
  background: #000;
  color: #fff !important;
  text-align: center;
  border-radius: 5px;
  padding: 5px 0;
  width: 255px;
  line-height: 4rem;
  display: block;
}
.btn_wrap {
  justify-content: space-between;
}
.btn_wrap .btn_A {
  width: 49%;
}
.fadeInUp {
  opacity: 0;
  transform: translateY(30px);
  transition: 1s;
}
/* ======
modal
====== */
.modal_link {
  text-decoration: underline;
}
.modal {
  max-width: 850px;
}
.modal_inner {
  width: 70%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 30px;
}
.modal_ttl {
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 15px;
}
.modal_txt {
  line-height: 2.8rem;
}
.modal_img img {
  width: 100%;
  margin-top: 25px;
}
.modal a.close-modal {
  top: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
}
/* ======
sec_top
====== */
.top_textarea {
  margin: 50px 0 70px;
  text-align: center;
}
.lead_ttl {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 2rem;
  line-height: 3rem;
}
.lead_txt {
  line-height: 2.8rem;
}
/* ======
sec_lineup
====== */
.sec_lineup h3,
.sec_item h3 {
  font-size: 1.3rem;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  display: flex;
}
.sec_lineup h3 span,
.sec_item h3 span {
  font-size: 2.8rem;
  margin-right: 10px;
}
.sec_lineup h3 {
  margin-bottom: 20px;
}
.nav_wrap {
  width: 900px;
  margin: 0 auto;
}
.nav_card:nth-child(n+2) {
  margin-top: 40px;
}
.nav_item_wrap {
  justify-content: space-around;
}
.nav_item_wrap:nth-child(n+2) {
  margin-top: 15px;
}
.nav_item {
  width: 48%;
}
.nav_item a {
  align-items: center;
    position: relative;
}
.nav_item:nth-child(odd) {
  margin-left: 20px;
}
.nav_item:nth-child(n+3) {
  margin-top: 20px;
}
.nav_item img {
  width: 85px;
  margin-right: 15px;
}
.nav_itemname {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.8rem;
}
.nav_spec {
  width: 80px;
  font-size: 1.2rem;
  border: 1px solid #000;
  text-align: center;
  line-height: 1.8rem;
  font-weight: bold;
}
.nav_spec_gray {
  background: #000;
  color: #fff;
  margin-bottom: 5px;
}
.nav_spec:nth-child(n+2) {
  margin-left: 3px;
}
.nav_item a:after {
  background-image: url(../images2024/arrow_under_144_144.png);
  width: 20px;
  height: 10px;
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -5px;
  top: 50%;
  right: 8%;
}

/* ======
sec_point
====== */
.sec_point {
  background: #EAEAEA;
  padding: 40px 0;
  margin: 60px 0 80px;
}
.point_card_wrap {
  width: 900px;
  margin: 0 auto;
  justify-content: space-between;
}
.point_card {
  width: 31%;
}
.point_ttl {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.point_ttl .number {
  font-size: 3.2rem;
}
.point_txt {
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-top: 15px;
}
/* ======
sec_item
====== */
.item_wrap {
  width: 900px;
  margin: 0 auto;
}
.item_card_wrap:nth-child(n+2) {
  margin-top: 70px;
}
.sec_item h3 {
  margin-bottom: 30px;
}
.item_card {
  justify-content: space-between;
  align-items: flex-start;
}
.item_card:nth-child(odd) {
  flex-direction: row-reverse;
}
.item_card:nth-child(n+3) {
  margin-top: 75px;
}
.item_card img {
  width: 450px;
}
.item_desc {
  width: 410px;
}
.item_desc dt {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.item_price {
  font-weight: bold;
}
.item_feautre {
  font-size: 1.2rem;
  line-height: 2rem;
  margin: 10px 0 15px;
  font-weight: bold;
}
.item_txt {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.label_feautre {
  vertical-align: text-bottom;
  border-radius: 50px;
  background: #000;
  color: #fff;
  margin-right: 5px;
  font-size: 1rem;
  padding: 0 4px 0 7px;
  font-weight: 700;
  letter-spacing: 0.4em;
  display: inline-flex;
  line-height: 1.7rem;
}
.feature_smallsaize {
  position: absolute;
  bottom: 0;
  right: 75px;
}
.feautre_02 {
    margin-top: 5px;
}
.backpack_comparison {
  background: #EAEAEA;
  padding: 35px 0 40px;
  margin-top: 50px;
}
.comparison_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
}
.comparison_card_wrap {
  justify-content: center;
  margin-top: 25px;
}
.comparison_card {
  width: 23%;
}
.comparison_card:nth-child(n+2) {
  margin-left: 10px;
}
.comparison_card dt {
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
  margin-top: 15px;
}
.comparison_card .size {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2rem;
}
.comparison_card .size span {
  font-size: 0.9em;
}
.comparison_feature {
  background: #fff;
  margin-top: 15px;
  font-size: 1.2rem;
  padding: 10px;
  line-height: 2rem;
}
/* item_cv */
.item_cv {
  width: 725px;
  margin: 80px auto 0;
}
.item_cv_card_wrap {
  justify-content: space-between;
}
.item_cv_card {
  width: 31%;
}
.item_cv_card:nth-child(n+4) {
  margin-top: 20px;
}
.item_cv_card p {
  margin-top: 10px;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: underline;
}
/* ======
sec_trivia
====== */
.sec_trivia {
  margin: 100px auto 90px;
  background: #F5F5F5;
  border: 1px solid #9D9D9D;
  width: 725px;
  padding: 30px 0;
}
.trivia_inner {
  justify-content: center;
  align-items: center;
}
.trivia_inner img {
  width: 174px;
  margin-right: 30px;
}
.trivia_inner dl {
  width: 340px;
}
.trivia_inner dt {
  font-weight: bold;
  margin-bottom: 15px;
}
.trivia_inner dd {
  font-size: 1.4rem;
}

/* ======
information
====== */
#information {
  text-align: center;
  position: relative;
  width: 850px;
  margin: 0 auto;
}
#information img {
  width: 100%;
  vertical-align: bottom;
}
.mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
h2 span {
  font-weight: normal;
  font-size: 1.4rem;
}
#information h2 {
  font-size: 3.2rem;
  color: #fff;
}
.mask a {
  background: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 7px;
  width: 220px;
  margin: 0 auto;
  line-height: 2;
  font-size: 1.4rem;
  margin-top: 10px;
}
/* ======
sec_related
====== */
.sec_related {
  margin-top: 80px;
}
.related_card_wrap {
  width: 850px;
  margin: 0 auto;
  justify-content: space-around;
}
.related_card {
  width: 47%;
}
.related_card:nth-child(n+3) {
  margin-top: 20px;
}
.related_card p {
  font-size: 1.3rem;
  text-align: center;
  margin-top: 5px;
}


/* ======
.new-item
====== */

.new-item {
  margin-bottom: 80px;
}
h2.font_din.new-item-title {
  width: 100%;
  text-align: center;
  font-size: 3.4rem;
  margin-bottom: 30px;
}
.new-item ul li {
  width: 16%;
}
.new-item ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 10px;
}
p.new-item-name {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin-top: 6px;
  position: relative;
}

p.new-item-name:after {
  background-image: url(../images2024/arrow_under_144_144.png);
  width: 13px;
  height: 6px;
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -4px;
  top: 55px;
  right: 42%;
}

.new-item ul li img {
  width: 80%;
}
.new-item ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
}


/* 2025ss限定カラー */

.limited2025-title {
  font-size: 3.4rem;
  text-align: center;
  margin-bottom: 15px;
}

.limited2025-txt {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.limited2025-img {
  text-align: center;
  margin-bottom: 30px;
}

.limited2025 .btn_A {
  margin-inline: auto;
  margin-bottom: 100px;
}