@charset "UTF-8";

/*fs*/

p {
  margin: 0;
}

/* common */

html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-rendering: auto;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

a {
  color: #29486d;
  text-decoration: none;
}

a,
a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
}

a:hover,
a:hover img {
  opacity: 0.6;
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

.imgmax {
  display: block;
  height: auto;
  width: 100%;
}

img {
}

.-pconly {
  display: block;
}

.-sponly {
  display: none;
}

.-underline {
  text-decoration: underline;
}

.-reset_form input,
.-reset_form button,
.-reset_form select,
.-reset_form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

.-reset_form textarea {
  resize: vertical;
}

.-reset_form input[type="checkbox"],
.-reset_form input[type="radio"] {
  display: none;
}

.-reset_form input[type="submit"],
.-reset_form input[type="button"],
.-reset_form label,
.-reset_form button,
.-reset_form select {
  cursor: pointer;
}

.-reset_form select::-ms-expand {
  display: none;
}

.-reset_form ::placeholder {
  color: #ccc;
}

.-reset_form ::-ms-input-placeholder {
  color: #ccc;
}

.-reset_form :-ms-input-placeholder {
  color: #ccc;
}

.logout.my-false {
  display: none;
}
.login.my-true {
  display: none;
}
.regist.my-true {
  display: none;
}

/* header */

header {
  margin-bottom: 25px;
}

.top-belto {
  background-color: #eaf2f8;
  color: #052550;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 7px;
  text-align: center;
  margin-bottom: 6px;
}

.head-info_wrap {
  padding: 0 5%;
}

.head_info-cover {
  position: relative;
}

.head-info {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 12px 0;
}

.search_box_icon {
  font-size: 1.2rem;
  color: #052550;
}

.i-search {
  background: url(../img/i-search.svg) no-repeat left center / 19px 19px;
  padding: 9px 0px 7px 26px;
}

.head__search--box {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  overflow: hidden;
  max-height: 1px;
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
}

.head__search--box.-open {
  display: block;
  z-index: 3;
  opacity: 1;
  overflow: visible;
  max-height: 500px;
  padding: 20px;
}

.i-close {
  display: none;
  width: 28px;
  cursor: pointer;
}

.head-info .active .search_box_icon {
  display: none;
}

.head-info .active .i-close {
  display: block;
}

.i-search_btn {
  width: 16px;
}

.tps_box {
  border: 1px solid #e9edef;
  border-radius: 30px;
  background: #fff;
  display: grid;
  grid-template-columns: 16px auto;
  gap: 0 10px;
  padding: 10px 20px;
  margin-bottom: 10px;
}

.head__search--keyword {
  display: flex;
  font-size: 1.4rem;
}

.head__search--keyword li:not(:first-child) {
  margin-left: 20px;
}

.head__search--keyword li {
  text-decoration: underline;
}

.head-info__list {
  text-align: right;
  color: #052550;
}

.point_txst {
  text-align: center;
  font-size: 1.1rem;
  color: #29486d;
  font-weight: bold;
}

.overview {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.overview li:not(:last-child) {
  margin-right: 15px;
}

.overview li a {
  color: #1e4871;
}

.i-login {
  background: url(../img/icon-login.svg) no-repeat left center / 9px 9px;
  padding-left: 15px;
}

.i-cart {
  background: url(../img/icon-cart.svg) no-repeat left center / 9px 9px;
  padding-left: 15px;
}

.logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.logo img {max-width:210px;}

.icon-member {
  background: url(../img/icon-login.svg) no-repeat left center / 15px 20px;
  padding: 5px 0 5px 25px;
}

.head-info__list--tel {
  font-size: 1.3rem;
}

.icon-tel {
  background: url(../img/icon-tel.svg) no-repeat left center / 16px 12px;
  padding-left: 22px;
}

.head-info__tel--time {
  font-size: 0.7rem;
  padding-left: 3px;
}

.-base {
  max-width: 1200px;
  max-width: min(calc(100% - 40px), 1200px);
  margin-inline: auto;
}

.i-beginner {
  background: url(../img/i-beginner.svg) no-repeat left center / 16px 16px;
}

.i-symptoms {
  background: url(../img/i-symptoms.svg) no-repeat left center / 16px 16px;
}

.i-shoes {
  background: url(../img/i-shoes.svg) no-repeat left center / 16px 16px;
}

.i-beginner,
.i-symptoms,
.i-shoes {
  padding: 5px 0 5px 26px;
}

.gnav__box {
  display: grid;
  /* grid-template-columns: repeat(5, 19.5%); */
  grid-template-columns: repeat(4, 24%);
  gap: 0 0.625%;
  line-height: 1.2;
  text-align: center;
}
.gnav__box2 {
  display: grid;
  /* grid-template-columns: repeat(5, 19.5%); */
  grid-template-columns: repeat(5, 19%);
  gap: 0 0.625%;
  line-height: 1.2;
  text-align: center;
}

.gnav__box a,.gnav__box2 a {
  display: block;
  color: #052550;
  font-weight: bold;
  background: linear-gradient(to bottom, #fafcff, #f2f6fc);
  padding: 14px 0;
  font-size: 1.4rem;
}
.gnav__box2 a {padding: 22px 0;}
.gnav__box2 a.nav_insole {padding: 14px 0;}

.gnav__box a.nav_insole,.gnav__box2 a.nav_insole {
  background: url(../img/nav_insole.svg) no-repeat right bottom, linear-gradient(to bottom, #fafcff, #f2f6fc);
}

.gnav__box a span,.gnav__box2 a span {
  font-weight: normal;
  font-size: 1.2rem;
}

.gnav__box li:nth-child(n + 5) {
  display: none;
}
.gnav__box2 li:nth-child(n + 6) {
  display: none;
}

.pc_head_wrap {
  padding: 0px 5%;
}

.pc_head-info__list_wrap {
  background-color: #779cbf;
  padding: 4px 0;
  border-bottom: 15px;
  margin-bottom: 6px;
}

.pc_head-info__list {
  color: #fff;
  display: flex;
  text-align: center;
  justify-content: center;
  font-size: 1.4rem;
}

.pc_head-info__list li a {
  border-right: 1px solid #fff;
  padding: 3px 35px 1px;
  color: #fff;
  line-height:2.0em;
}
.pc_head-info__list li:nth-child(2) a,.pc_head-info__list li:nth-child(3) a,.pc_head-info__list li:nth-child(4) a{font-size:120%; font-weight:bold;padding: 0 35px; line-height:1.6em}

.pc_head-info__list li:last-child a {
  border-right: none;
}

.selling-ranking {
  display: grid;
  grid-template-columns: repeat(5, 18.4%);
  gap: 0 2%;
  max-width: 1200px;
  margin: 0 auto 80px;
}

.pc_head-choice_wrap {
  text-align: center;
  margin: 0 auto;
  max-width: 1200px;
}

.pc_head-choice {
  display: grid;
  grid-template-columns: repeat(5, 18.8%);
  gap: 0 1.5%;
}

.pc_head-choice__list {
  font-size: 1.4rem;
  font-weight: bold;
}

.pc_head-choice__list--a {
  padding: 15px 0;
  display: block;
  background: rgb(250, 252, 255);
  background: linear-gradient(180deg, rgba(250, 252, 255, 1) 0%, rgba(242, 246, 252, 1) 100%);
  line-height: 1.25;
}

.-half .pc_head-choice__list--a {
  background: url(../img/icon-halfbtn.png) no-repeat right center / cover, linear-gradient(180deg, rgba(250, 252, 255, 1) 0%, rgba(242, 246, 252, 1) 100%);
}

.pc_head-choice__list_s {
  font-weight: normal;
  font-size: 1.2rem;
}

/* MV */

.swiper_wrap {
  overflow-x: hidden;
}

.swiper {
  position: relative;
  margin-bottom: 80px;
}

.swiper--wrapper {
  width: 100%;
  height: 515px;
}

.swiper-slide {
  width: 100%;
  height: 515px !important;
  text-align: center;
  line-height: 515px;
}

.swiper-slide:nth-child(1) {
  background: url(../img/mv_bg.jpg) no-repeat center center / cover;
}

.swiper-slide:nth-child(3n + 2) {
  background: url(../img/mv_bg.jpg) no-repeat center center / cover;
}

/* .swiper-slide:nth-child(3n + 2) {
  background: linear-gradient(180deg, rgba(231, 238, 240, 1) 0%, rgba(244, 244, 239, 1) 21%, rgba(244, 244, 239, 1) 49%, rgba(213, 230, 240, 1) 100%) !important;
} */

.swiper-slide:nth-child(3n + 3) {
  background: url(../img/mv_bg03.jpg) no-repeat center center / cover;
}

.-mv01 {
  background: rgb(231, 238, 240);
  background: linear-gradient(180deg, rgba(231, 238, 240, 1) 0%, rgba(244, 244, 239, 1) 21%, rgba(244, 244, 239, 1) 49%, rgba(213, 230, 240, 1) 100%);
}

.mv_halfimg {
  width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  top: 55%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mv_halfimg_grid {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  gap: 40px 0;
  justify-content: center;
  display: flex;
}

.mv_halfimg_grid__img {
  width: 58%;
  max-width: 600px;
}

.mv01_tit {
  margin-left: -9%;
  width: 47%;
  max-width: 363px;
  margin: 0;
  width: 100%;
}

.mvtxstbox {
  max-width: 310px;
  margin: 48px auto 0 auto;
}

.mvtxstbox__txst {
  line-height: 1.5;
  font-size: 1.6rem;
}

.top-btn {
  margin: 20px auto 0 auto;
  max-width: 208px;
  width: 100%;
}

.-mvbtn {
  background: rgb(0, 186, 196);
  background: linear-gradient(90deg, rgba(0, 186, 196, 1) 0%, rgba(0, 28, 96, 1) 77%, rgba(0, 28, 99, 1) 100%);
  border-radius: 30px;
  font-weight: normal;
  color: #fff !important;
  display: block;
  line-height: 1.3em;
  padding: 12px 17px;
  text-align: center;
}

.i-arrow_w {
  background: url(../img/r-arrow_w.svg) no-repeat right center / 6px 9px;
  display: block;
}

.sp_mv_txstbox_wrap {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  height: 55px;
  width: 13px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "" !important;
  height: 55px;
  margin: auto;
  width: 13px;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "";
}

.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 55px;
  margin: auto;
  width: 13px;
}

.swiper-button-prev::after {
  background-image: url(../img/mv_arrow_l.svg);
}

.swiper-button-next::after {
  background-image: url(../img/mv_arrow_r.svg);
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

/* ページネーションの余白 */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 20px 20px;
}
/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
  background: unset !important;
  border: 1px solid #013c76;
  color: none;
  height: 8px;
  width: 8px;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background-color: #03aebc !important;
  border: 1px solid #03aebc;
}

/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

/* MVここまで */

/* contents */

.section {
  padding: 0 5%;
}

.inners {
  max-width: 1200px;
  margin: 0 auto;
}

.m-tit {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 25px;
}

.-mark {
  background: url(../img/color_mark.svg) no-repeat center top / 52px 10px;
  padding-top: 40px;
}

.-txst_non {
  margin-bottom: 50px;
}

.first_cont_wrap {
  background-color: #ecf3f8;
  padding: 60px 0;
  position: relative;
  margin-bottom: 60px;
}

.first_cont {
  background-color: #fff;
  color: #000;
  padding: 60px 60px 60px 50%;
  margin: 0 auto;
  padding-left: 550px;
  max-width: 1200px;
  position: relative;
}

.rank_list__box {
  width: 100%;
  margin-bottom: 10px;
}

.first_cont__sub {
  position: absolute;
  right: 12px;
  top: 12px;
  transform: translate(0%, 0%);
  color: #29486d;
  font-weight: bold;
  max-width: 200px;
  text-align: center;
  display: inline-block;
  background-color: #ecf3f8;
  padding: 10px 40px;
  border-radius: 5px;
  line-height: 1;
}

.first_cont_insole {
  position: absolute;
  pointer-events: none;
  left: 30%;
  top: 12%;
  transform: translate(-70%, 0%);
}

.first_cont_big {
  font-size: 2.2rem;
  margin-bottom: 10px;
  font-weight: bold;
}

.first_cont_small {
  margin-bottom: 30px;
  color: #000;
}

.blue-btn {
  margin: 0 auto;
  max-width: 260px;
  width: 100%;
}

.-leftbtn {
  margin: 0 auto 0 0;
}

.blue-btn--a {
  border-radius: 30px;
  font-weight: normal;
  background: #29486d;
  color: #fff !important;
  display: block;
  line-height: 1.3em;
  padding: 12px 5%;
  text-align: center;
  font-size: 1.4rem;
}

.center_txst {
  text-align: center;
  margin: 0 auto 50px;
  width: 80%;
}

.-l_mg {
  margin-bottom: 120px;
}

.-m_mg {
  margin-bottom: 80px;
}

.rank_cont {
  display: grid;
  grid-template-columns: repeat(3, 32%);
  gap: 0 2%;
}


.rank_list {
  display: grid;
  gap: 10px 3%;
  grid-template-columns: 43% 54%;
}

.rank_list__rank {
  color: #fff;
  background-color: #f8c550;
  border-radius: 15px;
  padding: 5px 20px 5px 25px;
  grid-column: 1/3;
  line-height: 1;
  letter-spacing: 1.3px;
  font-size: 1.4rem;
  margin-bottom: 5px;
  width: max-content;
  height: fit-content;
}

.rank_list__txstbox {
  display: flex;
  flex-wrap: wrap;
}

.rank_list__txstbox_flex {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  width: 100%;
}

.rank_list__txstbox_flex--tit {
  line-height: 1.2;
  margin: 0 0 5px 0;
}

.rank_list__txstbox_flex--price {
  color: #cc0c1c;
  font-size: 2.2rem;
  line-height: 1;
}

.rank_list__txstbox_flex--price_s {
  font-size: 1.3rem;
}

.rank_list__txstbox_flex_btn {
  margin-top: auto;
  text-align: center;
  width: 100%;
}

.i-rank {
  background: url(../img/icon-rank.svg) no-repeat left center / 13px 9px;
  padding-left: 20px;
}

.-rank2 {
  background-color: #bababa;
}

.-rank3 {
  background-color: #c4691b;
}

.-basic-btn {
  color: #29486d;
  line-height: 1;
  font-size: 1.4rem;
  width: 100%;
}

.-more {
  border: 1px solid #29486d;
  border-radius: 6px;
  color: #29486d !important;
  display: block;
  padding: 10px 0;
}

.symptoms_wrap {
  position: relative;
  padding: 65px;
  /* margin-top: 443px; */
  background-color: #fff;
  box-shadow: 0px 5px 6px rgb(0 0 0 / 16%);
}

.-symptoms_inn {
  margin-top: -190px;
}

.pc__symptoms_img {
  margin: 0 auto;
  width: 100%;
  max-width: unset;
  height: auto;
  z-index: -1;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.pc__symptoms_img__img {
  max-width: 1400px;
  margin: 0 auto;
}

.symptoms_wrap .center_txst {
  margin: 0 auto 30px;
}

.symptoms_img {
  position: absolute;
  left: 50%;
  top: -293px;
  transform: translate(-50%, 0%);
  z-index: -1;
  width: 1400px;
}

.symptoms_list {
  display: grid;
  grid-template-columns: repeat(3, 31%);
  gap: 40px 2.5%;
}

.-scene-img {
  display: grid;
  grid-template-columns: repeat(2, 31%);
  gap: 40px 2.5%;
  justify-content: center;
}

.-scene-img .symptoms_list-box {
  background-color: #eaf3f8;
}

.symptoms_wrap.-scene-wrap {
  /* margin-top: 373px; */
}

.i-arrow {
  color: #000;
  font-weight: bold;
}

.symptoms_list li {
  text-align: center;
}

.symptoms_list-box {
  text-align: center;
  padding: 20px 0;
  display: block;
  border: 1px solid #91b0ce;
  border-radius: 6px;
  box-shadow: none;
}

.symptoms_list-box-txst {
  margin-top: 15px;
}

.i-arrow {
  background: url(../img/r-arrow.svg) no-repeat right center / 5px 11px;
  padding-right: 15px;
}

.symptoms_list-img {
  margin: 0 auto 20px;
  max-width: 115px;
}

.-shoes_list {
  grid-template-columns: repeat(4, 22.6%);
  gap: 40px 3.2%;
}

.sport_wrap {
  background-color: #eaf3f8;
  padding: 15px;
}

.sport_box {
  display: grid;
  grid-template-columns: repeat(4, 22.6%);
  gap: 0px 3.2%;
  background-color: #fff;
  padding: 40px;
}

.sport_list__a {
  color: #000;
  display: block;
  border-bottom: 1px solid #ccc;
}

.-basket {
  background: url(../img/i-basket.svg) no-repeat left center / 32px 32px, url(../img/r-arrow.svg) no-repeat 95% center / 5px 11px;
  padding: 15px 20px 15px 42px;
}

.-football {
  background: url(../img/football.svg) no-repeat left center / 32px 32px, url(../img/r-arrow.svg) no-repeat 95% center / 5px 11px;
  padding: 15px 20px 15px 42px;
}

.-golf {
  background: url(../img/golf.svg) no-repeat left center / 32px 32px, url(../img/r-arrow.svg) no-repeat 95% center / 5px 11px;
  padding: 15px 20px 15px 42px;
}

.-walking {
  background: url(../img/walking.svg) no-repeat left center / 32px 32px, url(../img/r-arrow.svg) no-repeat 95% center / 5px 11px;
  padding: 15px 20px 15px 42px;
}

.-soccer {
  background: url(../img/soccer.svg) no-repeat left center / 32px 32px, url(../img/r-arrow.svg) no-repeat 95% center / 5px 11px;
  padding: 15px 20px 15px 42px;
}

.-footsal {
  background: url(../img/footsal.svg) no-repeat left center / 32px 32px, url(../img/r-arrow.svg) no-repeat 95% center / 5px 11px;
  padding: 15px 20px 15px 42px;
}

.-pingpong {
  background: url(../img/pingpong.svg) no-repeat left center / 32px 32px, url(../img/r-arrow.svg) no-repeat 95% center / 5px 11px;
  padding: 15px 20px 15px 42px;
}

.-trekking {
  background: url(../img/trekking.svg) no-repeat left center / 32px 32px, url(../img/r-arrow.svg) no-repeat 95% center / 5px 11px;
  padding: 15px 20px 15px 42px;
}

.-baseball {
  background: url(../img/baseball.svg) no-repeat left center / 32px 32px, url(../img/r-arrow.svg) no-repeat 95% center / 5px 11px;
  padding: 15px 20px 15px 42px;
}

.-handball {
  background: url(../img/handball.svg) no-repeat left center / 32px 32px, url(../img/r-arrow.svg) no-repeat 95% center / 5px 11px;
  padding: 15px 20px 15px 42px;
}

.-hockey {
  background: url(../img/hockey.svg) no-repeat left center / 32px 32px, url(../img/r-arrow.svg) no-repeat 95% center / 5px 11px;
  padding: 15px 20px 15px 42px;
}

.-run {
  background: url(../img/run.svg) no-repeat left center / 32px 32px, url(../img/r-arrow.svg) no-repeat 95% center / 5px 11px;
  padding: 15px 20px 15px 42px;
}

.-valley {
  background: url(../img/valley.svg) no-repeat left center / 32px 32px, url(../img/r-arrow.svg) no-repeat 95% center / 5px 11px;
  padding: 15px 20px 15px 42px;
}

.-tennis {
  background: url(../img/tennis.svg) no-repeat left center / 32px 32px, url(../img/r-arrow.svg) no-repeat 95% center / 5px 11px;
  padding: 15px 20px 15px 42px;
}

.-skiing {
  background: url(../img/skiing.svg) no-repeat left center / 32px 32px, url(../img/r-arrow.svg) no-repeat 95% center / 5px 11px;
  padding: 15px 20px 15px 42px;
}

.-fitness {
  background: url(../img/fitness.svg) no-repeat left center / 32px 32px, url(../img/r-arrow.svg) no-repeat 95% center / 5px 11px;
  padding: 15px 20px 15px 42px;
}

.-rugby {
  background: url(../img/rugby.svg) no-repeat left center / 32px 32px, url(../img/r-arrow.svg) no-repeat 95% center / 5px 11px;
  padding: 15px 20px 15px 42px;
}

.-badminton {
  background: url(../img/badminton.svg) no-repeat left center / 32px 32px, url(../img/r-arrow.svg) no-repeat 95% center / 5px 11px;
  padding: 15px 20px 15px 42px;
}

.-skate {
  background: url(../img/skate.svg) no-repeat left center / 32px 32px, url(../img/r-arrow.svg) no-repeat 95% center / 5px 11px;
  padding: 15px 20px 15px 42px;
}

.-motorcycle {
  background: url(../img/motorcycle.svg) no-repeat left center / 32px 32px, url(../img/r-arrow.svg) no-repeat 95% center / 5px 11px;
  padding: 15px 20px 15px 42px;
}

.-sports_img {
  position: relative;
}

.shoes_cont .-sports_img {
  padding-top: 50px;
}

.-sports_img .center_txst {
  margin-bottom: 80px;
}

.sports_img-left {
  position: absolute;
  left: 3%;
  top: 0%;
  transform: translate(0%, 0%);
}

.sports_img-right {
  position: absolute;
  right: 3%;
  top: 3%;
  transform: translate(0%, 0%);
}

.guide_list__imgbox {
  padding-top: 20px;
}

.guide_list {
  display: grid;
  grid-template-columns: repeat(4, 22.6%);
  gap: 40px 3.2%;
  margin-bottom: 80px;
}
.guide_list li:first-child,.guide_list li:nth-child(2),.guide_list li:nth-child(3),.guide_list li:nth-child(4) {background-color:#EEE; border-radius:10px}

.guide_list_tit {
  font-size: 2rem;
  color: #29486d;
  margin-bottom: 10px;
  font-weight: bold;
}

.guide_list_txst {
  color: #000;
}

.guide_list__a {
  display: block;
  padding: 30px 0 0px 0;
  text-align: center;
  border-radius: 6px;

}

.-bg_sec_line {
  position: relative;
  /* background: url(../img/bg_section_line.svg) no-repeat center top / 1200px 103px; */
  padding-top: 60px;
}

.movie_list {
  display: flex;
  justify-content: center;
}

.movie_wrap {
  position: relative;
}

.movie_wrap iframe {
  width: 388px;
  height: 218px;
}

.movie_list li:first-child {
  margin-right: 40px;
}

.pless_logo {
  margin: 0 auto 40px;
  max-width: 99px;
}

.txtsbox p:not(:last-child) {
  margin-bottom: 15px;
}

.txtsbox.-wide_s {
  margin: 0 auto;
  width: 67%;
}

.center_b {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}

.cont_list {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  gap: 40px 4%;
}

.-bg_dubble_line {
  position: relative;
  /* background: url(../img/bg_dubble_line.svg) no-repeat center top / 580px 103px; */
  padding-top: 60px;
}

.bg_dubble_line_img {
  position: absolute;
  right: 0%;
  top: 0%;
  transform: translate(0%, 0%);
}

.-bg_dubble_line .m-tit {
  font-size: 1.8rem;
}

.-mtbtn {
  margin-top: 30px;
}

.store_img {
  margin: 0 auto 40px;
  max-width: 255px;
}

.-gray {
  background-color: #f7f7f7;
  padding: 80px 0;
}

.blog_cont {
  max-width: 1200px;
  margin: 0 auto;
}

.blog_cont_inn {
  padding: 0 5%;
}

.blog_list {
  display: grid;
  grid-template-columns: repeat(3, 32%);
  gap: 0 2%;
}

.blog_list_box {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  gap: 10px 4%;
}

.blog_list__date {
  color: #999999;
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1;
}

.blog_list__cate {
  color: #fff;
  padding: 5px;
  background-color: #00c3bc;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
  border-radius: 6px;
}

.blog_list__tit {
  font-weight: bold;
}

.blog_list__tit a {
  color: #000;
}

.news_wrap {
  padding: 50px;
  border: 5px solid #f7f7f7;
  margin: 0 auto;
  max-width: 1200px;
}

.news_list li {
  padding-bottom: 25px;
  border-bottom: 1px dashed #cccccc;
}

.news_list li:not(:last-child) {
  margin-bottom: 25px;
}

.news_list__date {
  color: #999;
  display: inline-block;
  margin-right: 5px;
  font-size: 1.4rem;
}

.news_list__cate {
  color: #fff;
  padding: 5px;
  background-color: #00c3bc;
  font-size: 1.4rem;
  border-radius: 6px;
}

.news_list__tit {
  margin-top: 15px;
  font-weight: bold;
  line-height: 1;
}

.news_list__tit a {
  color: #000;
}

.-mtbtn_m {
  margin-top: 60px;
}

.line_bnr {
  margin: 0 auto 80px;
  max-width: 460px;
}

.fs-body-top .line_bnr {
  margin: 0 auto;
}

.two_pless_logo {
  margin: 0 auto 40px;
  max-width: 346px;
}

.repayment_box {
  background-color: #fffeed;
  text-align: center;
  padding: 30px;
  width: 70%;
  margin: 0 auto;
}

.repayment_box_sub {
  margin-bottom: 15px;
}

.repayment_box_main {
  color: #04436f;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.repayment_box_mainimg {
  margin-bottom: 15px;
  width: 100%;
}

.repayment_box_emphasis {
  margin-bottom: 10px;
}

.repayment_box_emphasis span {
  font-size: 4.2rem;
  line-height: 1;
  padding: 5px;
  color: #fff;
  background-color: #04436f;
}

.repayment_box_emphasis span:not(:last-child) {
  margin-right: 2px;
}

.repayment_box_emphasis_sub {
  margin-bottom: 20px;
}

.repayment_box_attention {
  font-weight: bold;
  font-size: 1.4rem;
}

.support_list {
  margin: 0 auto;
  width: 70%;
}

.support_list li {
  display: grid;
  gap: 10px 6%;
  grid-template-columns: 40% 54%;
  align-items: center;
  margin-bottom: 10px;
}

.support_list_sub {
  margin-bottom: 5px;
}

.support_list_tit {
  font-size: 2rem;
  margin-bottom: 0px;
  font-weight: bold;
}

.support_list_en {
  color: #a01e24;
  font-size: 1.2rem;
  font-weight: bold;
}

.-blue {
  color: #003e7f;
}

.-en {
  font-family: Helvetica, sans-serif;
  letter-spacing: 1.5px;
}

/* footer */

#fix_nav {
  display: block;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  position: fixed;
  bottom: 10%;
  right: 20px;
  width: 56px;
  z-index: 10;
}

#fix_nav li {
  margin-bottom: 10px;
}

.footer_cont {
  background-color: #24486f;
  padding: 60px 5%;
}

.footer_cont_in {
  max-width: 1200px;
  margin: 0 auto;
}

.footer_cont_free {
  display: grid;
  grid-template-columns: 100%;
  gap: 10px 4%;
  color: #fff;
  align-items: flex-end;
  /* margin-bottom: 30px; */
  text-align: center;
}

.footer_cont_free__sub {
  display: inline-block;
  border: 1px solid #fff;
  padding: 6px 10px;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 20px;
}

.footer_cont_free__txst {
  font-size: 2.2rem;
}

.footer_cont_box {
  display: grid;
  grid-template-columns: 100%;
  gap: 10px 4%;
  margin-bottom: 60px;
}

.foot__ccd {
  display: grid;
  grid-template-columns: auto 340px;
  gap: 0 40px;
  justify-content: center;
  align-items: center;
}

.-send_car {
  position: relative;
}

.-send_car__img {
  position: absolute;
  left: 5%;
  top: -34px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(0%, 0%);
}

.footer_cont_box li {
  background-color: #fff;
  padding: 30px;
  border-radius: 6px;
}

.-red {
  color: #cc0c1c;
}

.footer_cont_box_tit {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.footer_cont_box_tit::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 348px; /*下線の幅*/
  height: 1px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #707070; /*下線の色*/
}

.i-box {
  background: url(../img/i-box.svg) no-repeat left center / 27px 31px;
  padding-left: 20px;
  padding: 5px 5px 5px 40px;
}

.footer_cont_box_txst {
  margin-bottom: 30px;
}

.card_img {
  max-width: 320px;
  margin: 0 auto;
}

.cont_subtit {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.i-pink {
  background: url(../img/i-pink.svg) no-repeat left center / 10px 10px;
  padding-left: 24px;
}

.footer_txstbox {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.footer_bigtxst {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.contact_box {
  display: grid;
  grid-template-columns: repeat(2, 49%);
  gap: 10px 2%;
  margin-bottom: 60px;
}

.contact_box li:first-child {
  background-color: #fffeed;
}

.contact_box li:nth-child(2) {
  background-color: #fff;
}

.contact_box li {
  padding: 30px;
  border-radius: 6px;
}

.contact_box__list {
  display: flex;
  align-items: center;
}

.contact_box__list_txst {
  font-size: 2rem;
  text-align: center;
  border-right: 1px solid #707070;
  padding-right: 30px;
  margin-right: 30px;
  width: 30%;
}

.contact_box__list_tel {
  font-size: 3.6rem;
  text-align: center;
  color: #1e4871;
}

.contact_box__list_tel-txst {
  color: #29486d;
}

.foot_i-tel {
  background: url(../img/i-foot_tel.svg) no-repeat left center / 30px 30px;
  padding: 5px 0 5px 50px;
  line-height: 1;
}

.foot_i-mail {
  background: url(../img/i-foot_mail.svg) no-repeat left center / 30px 30px;
  padding: 5px 0 5px 40px;
  line-height: 1;
  font-size: 2.2rem;
}

.-tel_s {
  font-size: 2.1rem;
  display: block;
}

.footer_brand_tit {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.footer_brand {
  display: grid;
  grid-template-columns: 100%;
  gap: 0 4%;
  text-align: center;
}

.footer_brand li {
  background-color: #fff;
  border-radius: 6px;
  padding: 30px 15px;
}

.footer_brand__txst {
  font-size: 1.5rem;
  margin-top: 15px;
}

.footer_linkbox_wrap {
  display: grid;
  gap: 0 5%;
  grid-template-columns: 100%;
  grid-template-rows: auto 1fr;
}

.footer_link {
  font-size: 1.4rem;
}

.cate_con {
  display: grid;
  grid-template-columns: repeat(4, 24%);
  /* gap: 30px calc(8% / 3); */
  /* grid-template-columns: repeat(2,50%); */
  gap: 0;
}

a.cate_con_list--a1 {
  color: #fff;
  font-size: 1.4rem;
  text-decoration: underline;
}

/* .cate_con_list {
  width: 22.4%;
}

.cate_con_list:not(:last-child) {
  margin-right: calc(10.4% / 3);
} */

.cate_con_list--a {
  text-decoration: underline;
  color: #fff;
  font-size: 1.4rem;
}

.cate_con_list__nav li:not(:last-child) {
  margin-bottom: 30px;
}

.footer_link {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.footer_link__a {
  color: #000 !important;
}

.footer_link li:not(:last-child) {
  margin-right: 30px;
}

#copyright {
  display: block;
  background: #35363a;
  color: #fff;
  padding: 30px 0px;
  text-align: center;
}

#foot_areanav {
  display: none;
}

.l-tit {
  margin: 0 auto 20px;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
}

.tit_s {
  display: block;
  font-size: 1.8rem;
}

.globalMenu_item {
  max-width: 700px;
  margin: 80px auto 100px;
}

.sp__cate--a {
  color: #000;
  display: block;
  padding: 20px;
  background: url(../img/r_arrow_cate.svg) no-repeat 95% center;
  background-size: 5px 11px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.globalMenuSp__list li:last-child {
  padding-bottom: 0;
}

.globalMenuSp__list--a {
  display: block;
  padding: 10px 0;
  font-weight: bold;
  border-bottom: 0.5px solid #fff;
}

.globalMenuSp__list .nav-open a {
  color: #000;
  font-weight: normal;
  padding: 20px;
  /* background: url(../img/r_arrow_plus.svg) no-repeat 95% center; */
  border-bottom: 1px solid #ccc;
}

.globalMenuSp__list .nav-open {
  background: url(../img/r_arrow_minus.svg) no-repeat 95% center;
}

.globalMenuSp__list .nav-open.active {
  background: url(../img/r_arrow_plus.svg) no-repeat 95% center;
}

.globalMenuSp.active {
  pointer-events: auto;
  opacity: 1;
  z-index: 12;
}

.globalMenuSp__list-open {
  display: none;
}

.-openlink {
  color: #000;
  background-color: #eaf2f8;
  font-weight: normal;
  padding: 20px;
  /* background: url(../img/r_arrow_cate.svg) no-repeat 94% center, #eaf2f8; */
}

.globalMenuSp__list-open li {
  border-bottom: 1px solid #ccc;
}

.sports_img-right {
  max-width: 305px;
}
.h1_txt {
  margin: -70px 0px 20px 0px;
  padding: 0 5px;
  line-height: 1.2em;
}

.h1_txt h1,.h1_txt p {
  font-size: 13px;
  display: inline;
  padding: 0;
  font-weight: normal;
  text-align:center;
}


@media (max-width: 1300px) {
  .contact_box__list_txst {
    font-size: 1.8rem;
  }

  .foot_i-tel {
    font-size: 3rem;
  }

  .foot_i-mail {
    font-size: 2rem;
  }

  .-tel_s {
    font-size: 1.8rem;
    display: inline-block;
  }
}

@media (max-width: 1200px) {
  .contact_box {
    grid-template-columns: 100%;
    margin: 0 auto 40px;
  }

  .mv_halfimg_grid__img {
    width: 100%;
  }

  .mv01_tit {
    width: 50%;
  }
}

@media (max-width: 959px) {
  .-pconly {
    display: none;
  }

  .-sponly {
    display: block;
  }

  /* header_sp */

  header {
    margin-bottom: 6px; position:fixed; top:0; width:100%; height:160px; z-index:99; background-color:#FFF;
  }
  header#head_simple {height:60px;}
  .header_mgb {margin-top:160px; width:100%; height:1px;}
  .header_mgb2 {margin-top:60px; width:100%; height:1px;}
  .overview {
    display: none;
  }

  .head-info_wrap {
    height: 60px;
  }

  .head-info {
    padding: 16px 0;
    width: 90%;
    height: 100%;
  }

  .head-info__list--tel {
    display: none;
  }

  .logo {
    max-width: 170px;
  }

  .head-grid {
    display: grid;
    grid-template-rows: 50%, 50%;
  }

  .head-info_wrap {
    padding: 0;
  }

  .top-belto_wrap {
    grid-row: 2/3;
  }

  .head-info_wrap {
    grid-row: 1/2;
  }

  .pc_head-info__list_wrap {
    display: none;
  }

  .pc_head-choice_wrap {
    display: none;
  }

  #gnav.-base {
    max-width: 100%;
  }
  
.gnav_naviL { position:relative; top:0; left:0; width:15px; height:30px; float:left; background:url(../img/gnav_back.png) no-repeat center 15px; background-size:8px auto;}
.gnav_naviR { position:relative; top:0; left:0; width:15px; height:30px; float:right; background:url(../img/gnav_back2.png) no-repeat center 15px; background-size:8px auto;}
#gnav {overflow-x:scroll; width:calc(100% - 30px)}
.gnav__box,.gnav__box2 {
    grid-template-columns: repeat(5, calc(100% / 5));
    gap: 0;
	white-space:nowrap; width:560px; margin:0;
	position:relative;  z-index:9
  }
  .gnav__box li:nth-child(n - 5) {
    display: none;
  }
  .gnav__box li:nth-child(n + 5) {
    display: block;
  }
  .gnav__box2 li:nth-child(1) {
    display: none;
  }
 .gnav__box2 li:nth-child(6) {
    display: block;
  }
  .gnav__box li:not(:last-child),  .gnav__box2 li:not(:last-child) {
    position: relative;
  }

  .gnav__box li:not(:last-child)::after,  .gnav__box2 li:not(:last-child)::after {
    width: 1px;
    height: 20px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background: #001c63;
  }
  
  .gnav__box a,  .gnav__box2 a {
  font-size: 1.2rem;font-weight: bold;
}
.gnav__box2 a {padding: 14px 0;}
  .gnav__box a span,  .gnav__box2 a span {
    font-weight: bold;
  }

  .symptoms_wrap {
    margin-top: 60px;
    padding: 0;
  }

  .-symptoms_inn {
    margin-top: 0;
  }

  .symptoms_img {
    position: absolute;
    left: 50%;
    top: -293px;
    transform: translate(-50%, 0%);
    z-index: -1;
    width: unset;
    width: 100%;
  }

  .symptoms_wrap.-scene-wrap {
    margin-top: 0;
  }

  .-scene-wrap .symptoms_img {
    top: -373px;
  }

  .mv_halfimg_grid {
    display: block;
  }

  .mvtxstbox {
    display: none;
  }

  .mv01_tit {
    margin: 0 auto;
    padding-top: 0;
    width: 100%;
  }

  .mv_halfimg {
    width: 100%;
  }

  .mv_halfimg {
    position: relative;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, 0%);
  }

  .mv_halfimg_grid__img {
    width: 100%;
    margin: 0 auto;
  }

  .swiper_wrap,.swiper {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .swiper-slide {
    /* height: 65vh !important; */
    height: unset;
    height: calc(100vw * 0.75) !important;
    padding-bottom:0px;
	overflow:hidden
  }

  .swiper-slide:nth-child(1) {
    position: relative;
  }

  .sp_mv_txstbox_wrap {
    display: block;
    position: absolute;
    left: 50%;
    bottom: -100px;
    width: 90%;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    display: none;
  }

  .sp_mv_txstbox {
    box-shadow: 0px 5px 6px rgb(0 0 0 / 16%);
    background: #fff;
    border-radius: 5px;
    text-align: center;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    padding: 15px;
  }

  .sp_mv_txstbox__txst {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .swiper-slide:nth-child(1) {
    background: url(../img/sp_mv_bg.jpg) no-repeat center center / cover;
  }

  .swiper-slide:nth-child(3n + 2) {
    background: url(../img/sp_mv_bg02.jpg) no-repeat center center / cover;
  }

  .swiper-slide:nth-child(3n + 3) {
    background: url(../img/sp_mv_bg03.jpg) no-repeat center center / cover;
  }

  #humberger {
    width: 100%;
    display: block;
  }

  #humberger > div {
    position: relative;
    width: 26px;
    height: 14px;
    cursor: pointer;
    z-index: 12;
    margin: 0 auto;
  }

  #humberger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    border-radius: 4px;
  }

  #humberger,
  #humberger span {
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
  }
  #humberger span:nth-of-type(1) {
    top: 2px;
  }
  #humberger span:nth-of-type(2) {
    top: 7px;
  }
  #humberger span:nth-of-type(3) {
    bottom: 0px;
  }

  .open #humberger span:nth-of-type(1) {
    -webkit-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
  }
  .open #humberger span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-btn05-bar02 0.8s forwards;
    animation: active-btn05-bar02 0.8s forwards;
  }
  @-webkit-keyframes active-btn05-bar02 {
    100% {
      height: 0;
    }
  }
  @keyframes active-btn05-bar02 {
    100% {
      height: 0;
    }
  }
  .open #humberger span:nth-of-type(3) {
    -webkit-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg);
  }

  /* contents */

  .first_cont_wrap {
    background-color: #fff;
    padding: 0;
  }

  .first_cont {
    padding-left: 0;
    padding: 90px 3% 30px 0;
    width: 90%;
    box-shadow: 0px 5px 6px rgb(0 0 0 / 16%);
  }

  .first_cont__sub {
    position: unset;
    margin: 0 0 15px auto;
    width: 50%;
    padding: 10px;
    line-height: 1;
    max-width: unset;
  }

  .first_cont__sub_in {
    transform: translate(0%, 0%);
    color: #29486d;
    font-weight: bold;
    max-width: unset;
    text-align: center;
    display: inline-block;
    background-color: #ecf3f8;
    padding: 5px 15px;
    border-radius: 5px;
  }

  .first_cont_big_wrap {
    margin: 0 0 10px auto;
    width: 50%;
  }

  .first_cont_insole {
    top: -10%;
    left: 18%;
  }

  .-first_m-tit {
    margin-bottom: 50px;
  }

  .first_cont_insole img {
    max-width: unset;
    width: auto !important;
  }

  .first_cont_big {
    font-size: 2rem;
    margin-top: 10px;
    font-weight: bold;
  }

  .first_cont_small {
  }

  .first_cont_wrap .-leftbtn {
    width: 64%;
    margin: 0 auto;
  }

  .rank_list {
    gap: 0px 3%;
  }

  .rank_cont {
    display: grid;
    grid-template-columns: 100%;
    gap: 20px 2%;
    margin: 0 auto;
    width: 90%;
  }

  .rank_list__rank {
    margin-bottom: 5px;
    /* grid-column: 2/3;
    margin: unset;
    background-color: #fff;
    color: #000;
    padding: 0; */
  }

  .rank_list__txstbox_flex--tit {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .i-rank {
    font-weight: bold;
    background: url(../img/icon-rank.svg) no-repeat left center / 13px 14px;
    padding-left: 20px;
  }

  .center_txst {
    margin-bottom: 30px;
    width: 90%;
  }

  .section {
    padding: 0;
    margin: 0 auto;
  }

  .symptoms_list {
    grid-template-columns: repeat(2, 48%);
    gap: 20px 4%;
    margin: 0 auto;
    width: 90%;
  }

  .symptoms_wrap {
    box-shadow: none;
    padding-bottom: 0px;
  }

  .symptoms_list-box {
    background-color: #fff;
  }

  .symptoms_list-box-txst {
    font-size: 1.5rem;
    letter-spacing: -1px;
  }

  .-scene-wrap {
    background-color: #fff;
  }

  .-balance {
    padding: 32px 0;
  }

  .sport_wrap {
    display: none;
  }

  .sp_sport {
    margin: 0 auto;
    width: 90%;
  }

  .sp_soccer {
    position: absolute;
    right: 20%;
    top: -110px;
    transform: translate(50%, 0%);
    mix-blend-mode: multiply;
  }

  .sp_tennis {
    position: absolute;
    right: 20%;
    top: -110px;
    transform: translate(50%, 0%);
    mix-blend-mode: multiply;
  }

  .sp_sport_wrap {
    margin-bottom: 60px;
  }

  .sp_sport li:nth-child(2n) .sp_sport__titbox {
    margin: 0 auto 20px 0;
  }

  .sp_sport li:nth-child(2n) .sp_sport__txstbox {
    border-radius: 0 60px 0 0;
    padding-right: 40%;
    padding-left: 25px;
  }

  .sp_sport li:nth-child(2) .sp_sport__txstbox {
    background-color: #b99e45;
  }

  .sp_sport li:nth-child(3) .sp_sport__txstbox {
    background-color: #e57572;
  }

  .sp_sport li:nth-child(2) .sp_sport__titbox {
    color: #b99e45;
    border-bottom: 1px dashed #b99e45;
  }

  .sp_sport li:nth-child(3) .sp_sport__titbox {
    color: #e57572;
    border-bottom: 1px dashed #e57572;
  }

  .sp_sport__titbox {
    color: #1c98a3;
    border-bottom: 1px dashed #1c98a3;
    width: 60%;
    margin: 0 0 20px auto;
    font-weight: bold;
  }

  .sp_sport__txstbox {
    color: #fff;
    background-color: #00adbe;
    border-radius: 60px 0 0 0;
    padding: 20px;
    padding-left: 40%;
    margin-bottom: 50px;
    position: relative;
    flex-wrap: wrap;
    display: flex;
    min-height: 203px;
  }

  .-mtauto {
    margin-top: auto;
  }

  .sp_sport__txstbox_txst {
    width: 100%;
  }

  .sp_sport__titbox_sub {
    font-size: 1.4rem;
  }

  .sp_sport__titbox_tit {
    font-size: 2.5rem;
  }

  .sports_img-left {
    display: none;
  }

  .sports_img-right {
    display: none;
  }

  .-sports_img {
    padding-top: 0;
  }

  .-sports_img .center_txst {
    margin-bottom: 60px;
  }

  .sp_sport__txstbox .blue-btn {
    width: 100%;
    z-index: 2;
    margin-top: auto;
    position: inherit;
  }

  .sp_sport__txstbox .blue-btn--a {
    color: #000 !important;
    background: #fff;
    font-weight: bold;
  }

  .sp_basket {
    position: absolute;
    left: 20%;
    top: -110px;
    transform: translate(-50%, 0%);
    mix-blend-mode: multiply;
  }

  .-shoes_list {
    display: none;
  }

  .guide_list {
    grid-template-columns: 100%;
    margin: 0 auto 60px;
    gap: 25px 3.2%;
    width: 90%;
  }
  .guide_list li:first-child {
    background:#EEE url(../img/guide_about.png) no-repeat right center / auto 80%; border-radius:7px
  }

  .guide_list li:nth-child(2) {
    background:#EEE url(../img/bg_insole2.jpg) no-repeat right center / cover; border-radius:7px
  }

  .guide_list li:nth-child(3) {
    background:#EEE url(../img/bg_guide_choose2.jpg) no-repeat right center / cover; border-radius:7px
  }

  .guide_list li:nth-child(4) {
    background:#EEE url(../img/bg_guide_qa2.png) no-repeat right center / cover; border-radius:7px
  }

  .guide_list__imgbox {
    display: none;
  }

  .guide_list__a {
    display: grid;
    align-items: center;
    gap: 10px 0%;
    grid-template-columns: 70% 30%;
    padding: 10% 0 10% 5%;
    min-height: 100px;
	
  }

  .bg_dubble_line_img {
    transform: translate(0%, 0%);
    width: 100%;
  }

  .two_pless_logo {
    width: 90%;
  }

  /*
  .-bg_dubble_line {
    background: url(../img/sp_bg_dubble_line.svg) no-repeat center top / 428px, 103px;
  } */

  .-bgnone {
    background: none;
    padding-top: 0;
  }

  .-bg_dubble_line .m-tit {
    font-size: 2.2rem;
  }

  .guide_list_tit {
    text-align: left;
  }

  .guide_list_txst {
    text-align: left;
  }

  .-bg_sec_line {
  }

  .movie_wrap {
    max-width: 388px;
    height: auto;
    padding-top: 56.25%;
    width: 100%;
    position: relative;
  }

  .movie_list li iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
  }

  .movie_list {
    margin: 0 auto 60px;
    display: block;
    width: 90%;
  }

  .movie_list li {
    margin: 0 auto 20px auto;
  }

  .movie_list li {
    width: auto;
    max-width: unset !important;
  }

  .movie_list li:first-child {
    margin-right: auto;
  }

  .cont_list {
    grid-template-columns: 100%;
    margin-bottom: 60px;
    gap: 60px 4%;
  }

  .txtsbox.-wide_s {
    margin: 0 auto;
    width: 90%;
  }

  .blue-btn {
    max-width: unset;
    margin: 30px auto 0 auto;
    width: 90%;
  }

  .blog_list {
    grid-template-columns: 100%;
    gap: 20px 2%;
    margin-bottom: 30px;
    width: 100%;
  }

  .blog_list__cate {
    line-height: 1;
  }

  .news_wrap {
    border: none;
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }

  .news_list__tit {
    line-height: 1.25;
  }

  .line_bnr {
    margin: 0 auto 60px;
    width: 90%;
  }

  .fs-body-top .line_bnr {
    margin: 0 auto;
    width: 90%;
  }

  .globalMenu_item {
    margin-top: 60px;
  }

  .repayment_box {
    width: 90%;
  }

  .support_list {
    width: 90%;
  }

  .support_list_sub {
    margin-bottom: 0;
  }

  .support_list_tit {
    margin-bottom: 10px;
  }

  .support_list li {
    grid-template-columns: 34% 62%;
    gap: 10px 4%;
  }

  .-spmin {
    font-size: 1.8rem !important;
  }

  .globalMenuSp {
    position: fixed;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s linear;
  }

  .nav-open {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: 0.4s all;
  }

  .nav-open {
    color: #fff;
    position: relative;
  }

  .nav-open {
    background: url(../img/arrow_un.svg) no-repeat 95% center / 10px 10px;
  }

  .nav-open.active {
    background: url(../img/arrow_up.svg) no-repeat 95% center / 10px 10px;
  }

  /* footer_sp */

  footer {
    padding-bottom: 67px;
  }

  .footer_cont {
    margin-top: 60px;
    padding: 60px 0 0 0;
  }

  .footer_cont_box {
    grid-template-columns: 100%;
    margin: 0 auto;
    width: 90%;
  }

  .footer_cont_free {
    grid-template-columns: 100%;
  }

  /* .footer_cont_free li:first-child {
    grid-row: 2/3;
  } */

  .footer_smalltxst {
    display: none;
  }

  .footer_cont_box li:first-child {
    grid-row: 2/3;
  }

  .contact_box {
    grid-template-columns: 100%;
    margin: 0 auto 40px;
    width: 90%;
  }

  .footer_cont_box__list_f {
    background-color: #fff;
    padding: 30px;
    border-radius: 6px;
  }

  .footer_cont_box__list_n {
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .-footer_cont_box_f {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
  }

  .footer_txstbox {
    margin-top: 40px;
  }

  .footer_bigtxst {
    font-size: 1.6rem;
  }

  .footer_cont_box li:nth-child(2) {
    background-color: none;
    border-radius: 0px;
    padding: 30px;
    padding: 0 0 30px 0;
  }

  .footer_cont_box li {
    background-color: unset !important;
    padding: 0;
  }

  .footer_link {
    flex-wrap: wrap;
    line-height: 1;
    background-color: #fff;
  }

  .footer_link__a {
    color: #000 !important;
  }

  .footer_linkbox_wrap {
    grid-template-columns: 100%;
  }

  .footer_link li:first-child {
    border-right: 1px solid #ccc;
    padding-right: 20px;
  }

  .footer_link li:nth-child(2) {
    margin-right: 0;
  }

  .footer_link li:nth-child(3) {
    text-align: center;
    margin-right: 0px;
    margin-top: 15px;
    width: 100%;
  }

  .footer_link li:last-child {
    display: none;
  }

  .footer_brand {
    grid-template-columns: 100%;
    gap: 0 2%;
    margin: 0 auto 40px;
    width: 90%;
  }
  .contact_box__list_txst {
    font-size: 1.5rem;
  }

  .foot_i-tel {
    font-size: 2rem;
  }

  .-tel_s {
    font-size: 1.4rem;
  }

  .contact_box__list_txst {
    padding-right: 20px;
    margin-right: 20px;
    text-align: center;
    width: 30%;
  }

  .foot_i-tel {
    background: url(../img/i-foot_tel.svg) no-repeat left center / 20px 20px;
    padding: 10px 0 10px 30px;
    padding-left: 30px;
    text-align: left;
    line-height: 1;
  }

  .contact_box li {
    padding: 20px;
    width: 100%;
  }

  .contact_box li:first-child {
    background-color: #fff;
  }

  .foot_i-mail {
    font-size: 1.4rem;
    background: url(../img/i-foot_mail.svg) no-repeat left center / 22px 17px;
    padding: 10px 0 10px 30px;
    line-height: 1;
  }

  #copyright {
    color: #000;
    background-color: #fff;
    padding: 0 0 30px 0;
    font-size: 1rem;
  }

  .cate_con {
    grid-template-columns: repeat(2, 50%);
    text-align: center;
    gap: 0;
  }

  .cate_con li {
    margin-right: 0;
    width: 100%;
  }

  a.cate_con_list--a1 {
    padding: 24px 0;
    display: block;
    min-height: 71px;
    border: 0.5px solid #557592;
    text-decoration: unset;
  }

  a.cate_con_list--a1.-brcont_nav {
    padding: 13.5px 0;
  }

  /* footer_nav */

  .hidden {
    display: none;
  }

  #foot_areanav {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 100;
  }

  #foot_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: env(safe-area-inset-bottom);
    background: #3d2120;
    z-index: 2000;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: px;
  }

  .foot_nav--list {
    width: 20%;
    border-right: 1px solid #fff;
  }

  .foot_nav--list:last-child {
    border-right: none;
  }

  .foot_nav--box {
    font-size: 1.3rem;
    text-align: center;
    margin: 0 auto;
  }

  .foot_nav--a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #052550;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    padding: 13px 2% 10px;
  }

  .foot_nav--icon {
    max-width: 21px;
    margin: 0 auto 0px;
    position: relative;
  }

  .foot_nav--txt {
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    padding-top: 5px;
  }

  .-arrow {
    letter-spacing: -1.5px;
    font-size: 1.1rem;
  }

  .-fix_cart {
    background-color: #005988;
  }

  #page-top {
    bottom: 110px;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  #pop_history {
    display: none;
  }

  .spnav {
    display: block;
    opacity: 0;
    position: fixed;
    bottom: -100vh;
    left: 0px;
    z-index: 1999 !important;
    height: 93vh;
    width: 100vw;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 10vh 0 15vh;
  }

  .open .spnav {
    opacity: 1;
    bottom: 0%;
    height: 92vh;
    width: 100vw;
  }

  .open_detail .spnav_search {
    opacity: 1;
    left: 0%;
    z-index: 1000;
    overflow: auto;
    max-height: 9999px;
  }

  .inbox {
    width: 95vw;
    height: 80vh;
    overflow: auto;
    margin: 0 auto;
  }

  .spnav_search .scrolls {
    padding-top: 10px;
  }

  .open .snav__bg {
    display: block;
    /* z-index: 500; */
    background: rgba(4, 67, 111, 0.8);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100vw;
    height: 100vh;
  }

  .open #page-top {
    display: none !important;
  }

  .spf_tab {
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin: 0 auto;
    width: 92.5%;
  }

  .spf_tab .spf_tab--list:first-child {
    color: #fff;
  }

  .spf_tab--list {
    width: 49.5%;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: bold;
  }

  .spf_tab--list:not(:last-child) {
    margin-right: 1%;
  }

  .spf_content--list {
    padding: 2.5%;
  }

  .spf__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3%;
  }

  .spf__item--list {
    text-align: center;
    width: 100%;
  }

  .spf__item--list:not(:last-child) {
    margin-bottom: 3%;
  }

  .spf__item--a {
    display: block;
    padding: 12px 10px;
    background: #fff;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.4rem;
    border-radius: 5px;
    color: #3d2120 !important;
  }

  .spf__item--img {
    max-width: 32px;
  }

  .spf_singlebtnarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .spf_singlebtn {
    background: #666666;
    border-radius: 5px;
    text-align: center;
    margin-top: 10px;
    width: 100%;
  }

  .spf_singlebtn--act {
    color: #3d2120;
    /* background-color: #fff; */
    display: block;
    padding: 10px 5px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .spf_blue {
    background: #1b668d;
  }

  .spf_close {
    color: #fff;
    /* background: #666666; */
  }

  .-i-fixclose {
    background: url(../img/i-fixclose.svg) no-repeat 30% center / 13px 13px;
    padding: 15px 0 15px 5%;
  }

  .spf_txst {
    text-align: center;
    margin-bottom: 1%;
  }
  .spf_txst_un {
  }

  .spf_bnrarea {
    display: flex;
  }

  .spf_bnrarea__list {
    width: 48%;
  }

  .spf_bnrarea__list:not(:last-child) {
    margin-right: 4%;
  }

  .spf__itemlist {
    display: flex;
    flex-wrap: wrap;
  }

  .spf__item--img {
    max-width: 25px;
    margin: 0 auto 4px;
  }

  .list_spf__item--img {
    max-width: 100px;
    margin: 6px auto 0 auto;
  }

  .spf__itemlist__list {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 2%;
    width: 49%;
  }

  .spf__itemlist__list:not(:nth-child(2n)) {
    margin-right: 2%;
  }

  .spf__itemlist__list .spf__item--a {
    font-size: 1.2rem;
  }

  .spf_flex .spf__item--a {
    align-items: center;
    display: flex;
  }

  .spf_flex .spf__item--img {
    /* margin: 0 auto; */
    width: 20%;
    margin-right: 5%;
  }

  .spf_flex .spf__item--txst {
    font-size: 1.1rem;
    font-weight: normal;
    width: 75%;
  }

  .spf_tab--list.select {
    position: relative;
  }

  .spf_tab .spf_tab--list {
    border-bottom: 3px solid #04436f;
  }

  .spf_tab .spf_tab--list.select {
    border-bottom: none;
  }

  .spf_tab--list:first-child,
  .spf_content--list:first-child {
    background: #5cc8d0;
    letter-spacing: -1px;
  }

  .spf_tab--list:nth-child(2),
  .spf_content--list:nth-child(2) {
    background: #fff5c9;
  }

  .spf_content--list:first-child {
    border-radius: 5px;
  }

  .spf_content--list:nth-child(2) {
    border-radius: 5px;
  }

  .spf__item--list__imgbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .spf__item_flex {
    display: flex;
  }

  .spf__item_flex .spf__item--list {
    width: 48%;
  }

  .spf__item_flex .spf__item--list:not(:last-child) {
    margin-right: 4%;
  }

  .foot-mark {
    background: url(../img/color_mark.svg) no-repeat center top / 52px 10px;
    padding-top: 40px;
  }

  .-sp_mb60 {
    margin-bottom: 60px !important;
  }
}

@media (max-width: 768px) {
  .center_txst {
    letter-spacing: -1px;
  }

  .sp_soccer {
    position: absolute;
    right: 0%;
    top: -118px;
    right: -5%;
    transform: translate(0%, 0%);
    width: 85%;
  }

  .sp_tennis {
    position: absolute;
    right: 25%;
    top: -110px;
    width: 59%;
    transform: translate(50%, 0%);
  }

  .sp_basket.-baseball_img {
    left: 20%;
    top: -100px;
    width: 85%;
  }

  .guide_list__a {
    padding: 5% 0 5% 5%;
  }

  .contact_box li {
    padding: 15px;
    width: 100%;
  }

  .foot_i-mail {
    font-size: 1.2rem;
  }

  .foot__ccd {
    display: grid;
    grid-template-columns: 100%;
    gap: 0px 0px;
    justify-content: center;
    align-items: center;
  }

  .contact_box__list_txst {
    padding-right: 15px;
    margin-right: 15px;
    text-align: center;
    width: 50%;
  }

  .footer_brand__txst {
    font-size: 1.4rem;
  }

  .footer_brand li {
    padding: 10px 12px;
  }

  .two_pless_logo {
    width: 80%;
  }

  .-shoes_mb {
    margin-bottom: 40px !important;
  }

  .blue-btn {
    width: 80%;
  }

  #fix_nav {
    bottom: 16%;
  }
}

@media (max-width: 414px) {
}

@media (max-width: 375px) {
}

@media (max-width: 360px) {
}

@media (max-width: 320px) {
}

/* 2025改訂追記 */
h2.top_sub{
text-align: center;
font-size: 3rem;
font-weight: bold;
letter-spacing:2px
}
h3.top_sub2{
text-align: center;
font-size: 1.5rem;
font-weight:bold;
margin-bottom: 25px;
padding-left:3px
}
.top_item{font-size: 1.4rem;}

.top_list-item,.top_list-price {
  color: #000;
  font-size: 1.7rem;
  line-height: 1;
  font-weight:bold;
  padding-bottom:10px
}
.top_list-price span {font-weight:normal;font-size: 1.2rem;}
.rank_list__box {margin-top:50px}
ul.newmodel img {max-width:250px; margin:20px 0}
ul.newmodel li {display:inline-block; width:45%}
ul.newmodel .rank_list__box {margin-top:0px}
#top_categoty_2025 {clear:both; padding-top:150px;}
.top_categoty1 {border-top:solid 1px #EEE}
img.top_lineup {margin-bottom:60px}
.support_list {margin:0 auto; text-align:center}
.support_list_imgbox{text-align:center !important; margin:0 auto; display:inline-block; vertical-align:middle}
.support_list_txstbox {padding-top:50px;display:inline-block;}
.support_list_imgbox img {max-width:300px}
.footer_line2025 {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  gap: 40px 4%;
  max-width:900px;
  margin:0 auto;
}

.first_cont_2025 {
  background-color: #fff;
  color: #000;
  padding: 20px 60px 20px 50%;
  margin: 0 auto;
  padding-left: 460px;
  max-width: 1200px;
  position: relative;
}
.first_cont_mdj { float:right; margin:-60px -20px 0 0; font-weight:bold; font-size:20px; letter-spacing:2px}


@media (max-width: 768px) {
h2.top_sub,h3.top_sub2{text-align:left; margin-left:20px;}
.first_cont_big_wrap {
    margin: 0 0 10px auto;
    width: 100%;
  }
.first_cont_2025 {
    padding-left: 0;
    padding: 0px 5px 30px 20px;
  }
.rank_wrap {overflow-x: scroll;}
.rank_list__box {margin-top:0px; margin-bottom:0px;}
ul.rank_cont {white-space:nowrap; width:900px;display: grid;
    grid-template-columns: repeat(3, 31%);
    gap: 20px 2%;
    margin: 0 20px;}
ul.rank_cont .rank_list__txstbox {margin-left:15px}
.rank_list {display:block;}
ul.newmodel li {display:inline-block; width:41%; margin:0 0 0 3%}
#top_categoty_2025 {clear:both; margin-top:-150px;}
.top_categoty1 {border-top:none}
.support_list_imgbox {width:30%; margin:0; padding:20px 0 0 0; vertical-align:top}
.support_list_txstbox {margin:0; padding:20px 0 0 0;display:inline-block;}
.footer_line2025 {margin:0 15px;}

.first_cont_mdj { float:right; margin:-40px 10px 0 0;font-size:16px; letter-spacing:0}
}