@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
.lp_wrap {
  font-family: 'Noto Sans JP', sans-serif;
    /* margin-bottom:50px; */
}
.lp_wrap img {
  max-width: 100%;
}
.lp_wrap a {
  text-decoration: none;
}
.sp_none{
  display: inline;
}
@media screen and (max-width:500px){
  .sp_none{
    display: none;
  }
}
.table_sp_none{
  display: inline;
}
.table_pc_none{
  display: none;
}
@media screen and (max-width:940px){
  .table_sp_none{
    display: none;
  }
  .table_pc_none{
    display: inline;
  }
}
.lp_mv {
  max-width: 100%;
  margin-top: 0;
}
.mv_bg{
  padding: 5rem 0;
  background: url(https://multiverse.itembox.design/item/innovator/img/bg.jpg) no-repeat;
  background-position: center;
}
.mv_tlt{
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  letter-spacing: calc(30/1000*1rem);
}
.mv_txt {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  line-height: 2;
  padding: 1.2rem 0 50px 0;
  max-width: 650px;
  margin: 0 auto;
}
@media screen and (max-width:768px){
  .mv_tlt{
    font-size: 22px;
  }
}
.sp-br {
  display: none; /*add*/
}
.pc_br {
  display: block;
}
.lp_nav-title {
  position: relative;
  margin: 1.5em auto;
  padding: 20px 35px;
  text-align: center;
  color: #001673;
  background: #f4f4f4;
  border-radius: 50px;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: bold;
  width: 400px;
}
.lp_nav-title span {
  color: #f0c328;
}
.lp_nav-title:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f4f4f4;
  z-index: 0;
}
.lp_nav-box {
  max-width: 1100px;
  margin: 0 auto;
}
.lp_nav {
  width: 720px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lp_nav-list {
  width: calc(100%/3 - 10px);
  height: 70px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
}
.lp_nav-list a {
  position: relative;
  display: block;
  font-size: 28px;
  font-weight: 600;
  color: #5f7e93;
  max-width: 100%;
  height: 80px;
  margin: 10px;
}
.lp_nav-list a::after {
  content: '';
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  left: 50%;
  border-top: 2px solid #5f7e93;
  border-right: 2px solid #5f7e93;
  transform: rotate(135deg);
}
.lp_nav-list:hover {
  background-color: #5f7e93;
}
.lp_nav-list:hover a {
  color: #fff;
}
.lp_nav-list:hover a::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.lp_content {
  padding: 80px 0;
  
}


.table{
  max-width: 1100px;
  margin: 40px auto;
  table-layout: fixed;
}
.t_ttl{
  padding: 30px;
}
.ttl_lead{
  text-align: center;
  color: #6a8dac;
  font-size: 18px;
  font-weight: bold;
  margin: 0px 25px 0 0;
}
.ttl_box{
  text-align: center;
}
.t_box{
  width: 177px !important;
}
.t_box img{
  
  height: 225px;
  width: auto;
  object-fit: cover;

}
.lp_content#business, .lp_content#price, .lp_content#leather_goods {
  background-color: #f0f0f0;
}
.lp_content#casual, .lp_content#function, .lp_content#brand {
  background-color: #ede9e2;
}
.lp_content-tit {
  text-align: center;
  margin-bottom: 40px;
}
.bg_blue{
  background-color: #abc1d6 !important;
}
.white{
  color: #fff !important;
}
.main-title {
  color: #5f7e93;
  font-weight: bold;
  font-size: 38px;
  text-align: center;
  letter-spacing: calc(30/1000*1rem);
}
.main-subtitle{
  color: #5f7e93;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  letter-spacing: calc(30/1000*1rem);
}
.main-title span {
  font-size: 48px;
}
.sub-title {
  display: inline-block;
  color: #004549;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 26px;
  text-align: center;
  padding: 0 50px;
  margin: 10px;
  line-height: 0.8;
}
.content-about {
  max-width: 1100px;
  margin: 0 auto;
}
.function_box{
  max-width: 1100px;
  margin: 4rem auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 0;
}
.function_list{
  width: calc(100% / 2 - 24px);
}
.bg_gray{
  background-color: #f0f0f0;
  padding: 40px 10px 70px ;
}
.spec_img{
  margin-top: 36px;
  margin-bottom: 85px;
  width: 100%;
}
.lp_item-content {
  max-width: 1100px;
  margin: 0 auto;
}
.lp_item-list {
  max-width: 1100px;
  margin: 2rem auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lp_item-list::before{
    content:"";
    display:block;
      width: calc(100%/4 - 15px);
    order:1;
}
.lp_item-list::after{
    content:"";
    display:block;
      width: calc(100%/4 - 15px);
}
.lp_item a .lp_item-price small{
    display: block;
  font-size: 0.8em;
}
.lp_item {
  width: calc(100%/3 - 15px);
  margin-bottom: 30px;
}
.main-about_txt {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.about_txt {
  width: 50%;
  font-size: 22px;
  font-weight: 500;
  line-height: 2;
}
.lp_content-navbox {
  max-width: 1100px;
  margin: 40px auto 0;
}
.lp_content-nav {
  display: flex;
  justify-content: space-between;
    flex-wrap: wrap;
}
.lp_series-navbox{
  max-width: 1100px;
  margin: 40px auto 0;
}
.lp_series-nav {
  display: flex;
  justify-content: space-between;
    flex-wrap: wrap;
}
.lp_series-nav li{
  width: calc(100%/2 - 15px);
}
.lp_content-navlist {
  width: calc(100%/3 - 15px);
    margin-top:40px;
}
#business .lp_content-navlist {
  width: calc(100%/4 - 15px);
}
.lp_content-navlist a {
  position: relative;
    display: flex;
    justify-content: center;
    border: 2px solid #004549;
    border-radius: 5px;
    height: 60px;
    text-align: center;
    color: #004549;
    line-height: 40px;
    font-weight: 600;
    font-size: 22px;
    display: flex;
    align-items: center;
}
.lp_content-navlist a .small{
  padding-left: 5px;
  font-size: 80%;
}
.lp_content-navlist a {
  position: relative;
    display: flex;
    justify-content: center;
    border: 2px solid #5d798e;
    border-radius: 5px;
    height: 60px;
    text-align: center;
    color: #5d798e;
    background-color: #fff;
    line-height: 40px;
    font-weight: 600;
    font-size: 22px;
}
.lp_content-navlist a .sizebox{
  font-size: 22px;
  margin-right: 14px;
  background-color: #5d798e;
  align-items: center;
  padding: 0 5px;
  border-radius: 5px;
  color: #fff;
  display: flex;
}
.lp_content-navlist a span{
  font-size: 70%;
}
.lp_content-icon {
  margin: 10px 10px 0 0;
  background-color: #004549;
  color: #fff;
  height: 30px;
  border-radius: 5px;
  padding: 0 10px;
  line-height: 30px;
  font-size: 24px;
  font-weight: bold;
}
.lp_content-icon span {
  font-size: 12px;
  font-weight: 400;
  margin-left: 4px;
}
.lp_content-navtxt {
  font-size: 28px;
  font-weight: bold;
  margin-top: 4px;
}
.lp_content-navtxt span {
  font-size: 18px;
  font-weight: bold;
}
.lp_content-navlist a::after {
  content: '';
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  left: 50%;
  border-top: 2px solid #5d798e;
  border-right: 2px solid #5d798e;
  transform: rotate(135deg);
  bottom: 5px;
}
.lp_content-navlist a:hover {
  color: #fff;
  background-color: #5d798e;
}
.lp_content-navlist a:hover .lp_content-icon {
  color: #004549;
  background-color: #fff;
}
.lp_content-navlist a:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.lp_item-title {
  max-width: 1100px;
  margin: 40px auto 0;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  background-color: #abc1d6;
  color: #fff;
}
.lp_item-icon {
  color: #fff;
  padding: 0 10px;
  font-size: 28px;
  font-weight: bold;
}
.lp_item-icon span {
  font-size: 17px;
  font-weight: 400;
  margin-left: 4px;
}
.lp_item-txt {
  font-size: 20px;
  font-weight: bold;
}
.lp_item-txt span {
  font-size: 14px;
  font-weight: bold;
}
.detail_text{
  font-size: 1.5rem;
  font-weight: 700;
  color: #4e7690;
  text-align: center;
  margin-top: 25px;
}
.tlt_border{
  width: 23px;
  height: 2px;
  background-color: #4e7690;
  margin: 0 auto;
}
.detail_info{
  font-size: 1.8rem;
  font-weight: 700;
  color: #4e7690;
  text-align: center;
  margin-bottom: 25px;
  /* letter-spacing: calc(80/1000*1.5rem); */
}
@media screen and (max-width:768px){
  .detail_info{
    font-size: 14px;
  }
}
.lp_item a {
  color: #5d798e ;
}
.small
{font-size: 80%;
}
.lp_item-name {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
}
.lp_item-name span {
  display: block;
  font-size: 14px;
}
.lp_item a .lp_item-price {
  color: #a90100;
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
}
.lp_item-price span {
  font-size: 16px;
}
.lp_item-morebtn {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #004549;
  width: 300px;
  border: 2px solid #004549;
  border-radius: 5px;
  /*height:60px;*/
  line-height: 60px;
  margin-bottom: 20px;
  text-align: center;
  margin: 40px auto 0;
}
.lp_item-morebtn::after {
  content: '';
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  top: 43%;
  right: 20px;
  border-top: 2px solid #004549;
  border-right: 2px solid #004549;
  transform: rotate(45deg);
}
.lp_item-morebtn:hover {
  background-color: #5d798e;
  color: #fff;
}
.lp_item-morebtn:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.productList_item_colorList {
  margin-top: 10px;
}
.type-about_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.type-about_txtbox {
  width: 50%;
  padding: 0 2%;
}
.type-about_tit {
  font-size: 30px;
  font-weight: bold;
  color: #004549;
}
.type-about_txt {
  margin: 20px 0;
}
.txt-right {
  text-align: right;
}
.type-about_btn {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #004549;
  width: 300px;
  border: 2px solid #004549;
  border-radius: 5px;
  height: 60px;
  margin-bottom: 20px;
  text-align: center;
  padding: 5px 0 0;
}
.type-about_btn::after {
  content: '';
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  left: 50%;
  border-top: 2px solid #004549;
  border-right: 2px solid #004549;
  transform: rotate(135deg);
}
.type-about_btn:hover {
  background-color: #5d798e;
  color: #fff;
}
.type-about_btn:hover {
  color: #fff;
}
.type-about_btn:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.price-navbox {
  max-width: 1100px;
  margin: 40px auto;
}
.price-nav {
  display: flex;
  justify-content: space-around;
}
.price-nav_list {
  width: calc(100%/4 - 15px);
}
.price-nav_list a {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  color: #5d798e;
  border: 2px solid #5d798e;
  background-color: #fff;
  border-radius: 5px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px;
  text-align: center;
  margin: 40px auto 0;
}
/* .price-nav_list a::after {
  content: '';
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  top: 43%;
  right: 20px;
  border-top: 2px solid #004549;
  border-right: 2px solid #004549;
  transform: rotate(45deg);
} */
.price-nav_list a:hover {
  background-color: #5d798e;
  color: #fff;
}
.price-nav_list a:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.color_navbox {
  max-width: 1100px;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 31px 67px;
}
.color_list{
  width: calc(100%/6 - 67px);
}
.color_item{
  height: 100px;
  background-color: #ccc;
  aspect-ratio: 1;
  border-radius: 5px;
}
.color_navbox li:nth-child(1) .color_item { background-color: #000000; }
.color_navbox li:nth-child(2) .color_item { background-color: #8c8b8e; }
.color_navbox li:nth-child(3) .color_item { background-color: #fff; }
/* .color_navbox li:nth-child(4) .color_item { background-color: #714B34; } */
.color_navbox li:nth-child(4) .color_item { background-color: #BFAB90; }
.color_navbox li:nth-child(5) .color_item { background-color: #5f6527; }
.color_navbox li:nth-child(6) .color_item { background-color: #f69ca9; }
.color_navbox li:nth-child(7) .color_item { background-color: #f3ac28; }
.color_navbox li:nth-child(8) .color_item { background-color: #fdd228; }
.color_navbox li:nth-child(9) .color_item { background-color: #4c8264; }
.color_navbox li:nth-child(10) .color_item { background-color: #0b4390; }
.color_navbox li:nth-child(11) .color_item { background-color: #2f3f50; }
.color-nav_list a {
  display: block;
  width: 100%;
  height: 100%;
}
.color-nav_black {
  background-color: #000000;
}
.color-nav_gray {
  background-color: #adadad;
}
.color-nav_white {
  background-color: #fff;
}
.color-nav_red {
  background-color: #d81418;
}
.color-nav_sky {
  background-color: #399fe1;
}
.color-nav_purple {
  background-color: #5f218e;
}
.color-nav_green {
  background-color: #2e7e0b;
}
.color-nav_navy {
  background-color: #0b4390;
}
@media screen and (max-width:768px){
  .color_navbox {
    max-width: 1100px;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
  }
  .color_item{
    height: 50px;
    aspect-ratio: 1;
  }
  .color_list{
    width: auto;
  }
}
.user_voice{
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.voice{
  width: calc(100%/2 - 15px);
  position: relative;
  background: #5d798e;
  border: 3px solid #5d798e;
  padding: 1em;
  margin-bottom: 2rem;
}
.voice_tlt{
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  padding: 10px;
  border-bottom: 2px solid #fff;
}
.voice_txt{
  color: #fff;
  padding: 16px;
}
.voice:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #5d798e transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.bg_white{
  background-color: #fff;
  position: relative;
}
.bg_white:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.bg_white:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #5d798e;
  z-index: 1;
}

@media screen and (max-width:768px){
  .voice{
    width: 100%;
  }
  .colmn{
    display: flex;
    flex-direction: column-reverse;
  }
  .voice_tlt{
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    border-bottom: 2px solid #fff;
  }
  .voice_txt{
    color: #fff;
    padding: 16px;
    font-size: 14px;
  }
  .voice:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #5d798e transparent transparent transparent;
    border-width: 20px 20px 0 20px;
  }
  .bg_white{
    background-color: #fff;
    position: relative;
  }
  .bg_white:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
  }
  .bg_white:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #5d798e;
    z-index: 1;
  }
}



.navytlt{
    border-bottom: 2px solid #5d798e !important;
    color: #5d798e;
}
.navytxt{
  color: #5d798e;
}

.brand-navbox {
  max-width: 1100px;
  margin: 40px auto;
}
.brand_content{
  background: url(https://multiverse.itembox.design/item/innovator/img/brand_bk.jpg) no-repeat;
  padding: 5rem 0;
  background-position: center;
}
.brand_info{
  max-width: 970px;
  margin: 0 auto;
  background-color:rgba(255,255,255,0.8);
  padding: 40px 80px;
}
.brand_info_tlt{
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  color: #5d798e;
}
.brand_info_txt{
  font-size: 22px;
  font-weight: 500;
  color: #5d798e;
  padding: 2rem 0;
}
.br_none{
  display: none;
}
@media screen and (max-width:768px){
  .brand_content{
    padding: 1rem 0;
  }
  .brand_info{
    padding: 20px 30px;
  }
  .brand_info_tlt {
    font-size: 17px;
  }
  .brand_info_txt{
    font-size: 13px;
  }
  .br_none{
    display: inline;
  }
}
.brand-nav {
  display: flex;
  justify-content: space-between;
    flex-wrap: wrap;
}
.brand-nav_list {
  width: calc(100%/3 - 15px);
}
.brand-nav_list a {
  position: relative;
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  color: #004549;
  border: 2px solid #004549;
  border-radius: 5px;
  /* padding: 10px 0; */
  align-items: center;
  height: 70px;
  margin-bottom: 20px;
  text-align: center;
  margin: 40px auto 0;
  background-color: #fff;
}
.brand-nav_list a::after {
  content: '';
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  top: 43%;
  right: 20px;
  border-top: 2px solid #004549;
  border-right: 2px solid #004549;
  transform: rotate(45deg);
}
@media screen and (max-width:768px) {

  .lp_content {
    padding: 40px 10px; /*change*/
  }
  .lp_content-tit {
    margin-bottom: 20px; /*add*/
  }
  .lp_nav {
    padding: 0 10px;
  }
  .mv_txt {
        font-size: 15px;
    padding: 30px 4%;
  }
  .sp-br {
    display: block; /*add*/
  }
  .pc_br {
    display: none;
  }
  .sp-none {
    display: none; /*add*/
  }
  .lp_content-navtxt {
    font-size: 18px; /*add*/
  }
  .lp_content-navtxt span {
    font-size: 16px; /*add*/
  }
    .lp_item-icon {
  font-size: 20px;
}
    
  .lp_content-navlist a::after {
    bottom: 12px; /*add*/
  }
  .lp_nav {
    width: 90%; /*change*/
  }
  .lp_nav-title {
    font-size: 20px; /*add*/
    margin: 0 auto 1.5rem; /*add*/
    width: 90%; /*add*/
  }
  .lp_nav-list {
    width: calc(100%/2 - 10px);
  }
  .lp_nav-list a {
    font-size: 18px; /*add*/
  }
    .lp_content-navlist {
    margin-top:20px;
}
    
  .lp_item, .lp_content-navlist, .price-nav_list, .brand-nav_list {
    width: calc(100%/3 - 15px);
  }
    #business .lp_content-navlist {
    width: calc(100%/2 - 15px);
}
    
    #casual .lp_content-navlist:last-child{
        width:100%;
    }
  .lp_content-nav, .price-nav, .brand-nav {
    flex-wrap: wrap;
  }
    .lp_content-navlist a{
    font-size: 14px;
}
    
    #function .lp_content-navlist:nth-child(5) a {
    line-height: 1.2;
    font-size: 15px;
}
    
  .main-title {
    font-size: 28px; /*add*/
  }
  .main-title span {
    font-size: 30px; /*add*/
  }
  .main-about_txt {
    display: block;
    margin: 0 0 40px 0; /*add*/
    text-align: center;
  }
  .sub-title {
    font-size: 20px; /*add*/
    line-height: 0.8; /*add*/
    padding: 0 30px; /*add*/
  }
  .about_img {
    margin: 0 0 20px 0; /*add*/
  }
  .about_txt {
    font-size: 16px;
    line-height: 1.8; /*add*/
    text-align: center; /*add*/
    width: 100%;
  }
  .lp_content-navbox {
    margin: 40px 0 0 0; /*add*/
  }
  .lp_content-navlist:nth-child(2), .color-nav_list:nth-child(2) {
    margin-bottom: 10px;
  }
  .lp_content-navlist a {
    height: 60px; /*add*/
  }
  .price-nav_list a::after, .brand-nav_list a::after {
    right: 5px;
  }
  .lp_content-icon {
    font-size: 16px; /*add*/
    margin: 4px 6px 0 0; /*add*/
    line-height: 28px; /*add*/
  }
  .lp_item-title {
    margin: 40px auto 30px; /*add*/
  }
  .lp_item-name {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
  }
  .lp_item-name span {
    display: block;
    font-size: 12px;
  }
  .lp_item a .lp_item-price {
    margin-top: 5px; /*add*/
  }
  .lp_item-morebtn {
    margin: 0 auto; /*add*/
  }
  .type-about_img {
    margin: 0 0 20px 0; /*add*/
  }
  .type-about_tit {
    font-size: 24px; /*add*/
  }
  .type-about_txt {
    font-size: 16px; /*add*/
    line-height: 1.8; /*add*/
    text-align: left; /*add*/
    width: 100%; /*add*/
  }
  .type-about_box {
    margin: 0 0 30px 0; /*add*/
  }
  .price-navbox {
    margin: 0 auto; /*add*/
  }
  .price-nav_list a {
    font-size: 16px; /*add*/
    margin: 10px auto 0; /*add*/
  }
  .brand-navbox {
    margin: 0 auto; /*add*/
  }
  .brand-nav_list a {
    margin: 10px 0 0 0; /*add*/
  }
  .brand-nav_list img {
    width: 70%; /*add*/
  }
    
    .brand-nav_list:nth-child(5) img {
    width: 38%; /*add*/
  }
  .sizeguide {
    width: 100%;
    padding: 10px;
    color: #004549;
    background-color: #c9d8ec;
    font-size: bold;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 15px;
  }
  .sizeguide p {
    text-align: center;
    font-weight: bold;
  }
}
@media screen and (max-width:568px) {
  .type-about_txtbox {
    width: 100%;
    text-align: center;
  }
  .type-about_box {
    flex-direction: column;
  }
  .type-about_box:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .color-nav {
    flex-wrap: wrap;
  }
  .color-nav_list {
    width: calc(100%/4 - 5px);
  }
}
@media screen and (max-width:565px){
  .lp_item, .lp_content-navlist, .price-nav_list, .brand-nav_list {
    width: calc(100%/2 - 15px);
  }
}
.golf_floating_nav {
  position: fixed;
  top: 90px;
  right: 0;
  z-index: 999;
}
.gf_nav {
  width: 170px;
  background-color: #fff;
  text-align: center;
  border-radius: 50px 0 0 50px;
  margin-bottom: 6px;
  border: 1px solid #5f7e93;
}
.gf_nav_redtxt {
  font-size: 20px;
  color: #5f7e93;
}
.gf_nav a {
  display: block;
  color: #5f7e93;
  text-decoration: none;
  padding: 10px 0 10px 15px;
  font-size: 16px;
  line-height: 1.1;
  font-weight: bold;
}

.shop_btn{
  text-align: center;
  max-width: 500px;
  width: 90%;
  margin: 50px auto;
}

.shop_btn a{
  display: block;
  color: #5d798e;
  font-weight: 600;
  background-color: #fff;
  border: 2px solid #5d798e;
  text-align: center;
  padding: 10px 7rem;
  border-radius: 5px;
  max-width: 600px;
  position: relative;
}

.shop_btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 67px;;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #5d798e;
  border-right: 2px solid #5d798e;
  box-sizing: border-box;
  width: 7px;
  height: 7px;
  transition: 0.3s;
}

#page_top {
  width: 74px;
  height: 74px;
  position: fixed;
  right: 5%;
  bottom: 10%;
  background: #5d798e;
  opacity: 1;
  border-radius: 50%;
}
#page_top a {
  position: relative;
  display: block;
  width: 74px;
  height: 74px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f077';
  font-size: 26px;
  color: #fff;
  position: absolute;
  width: 26px;
  height: 26px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
	#footer{
	margin-bottom: 0px;
}
.bottomfloat{
	display: none
}
@media screen and (max-width:768px) {
  .golf_floating_nav {
    display: none;
  }
  .bottomfloat{
	display: block;
  }
}
@media screen and (max-width:400px) {
  .lp_content-navtxt {
    font-size: 14px;
  }
  .lp_content-navtxt span {
    font-size: 14px;
  }
  .lp_content-icon {
    font-size: 14px;
  }
}
.bottomfloat {
  width: 100%;
  background-color: #f4f4f4;
  z-index: 3;
}
.bottomfloatnav ul li a {
  display: inline;
}
@media screen and (max-width:660px) {
  .bottomfloatnav ul {
    padding: 0.8em 0 0 0;
    display: flex;
    justify-content: space-between;
  }
  .spmenu_img {
    width: 3.5rem;
  }
  
  /* .bottomfloatnav ul li {
    display: inline;
    padding: 1% 5%;
    min-width: 120px;
  } */
  /* .bottomfloatnav ul li:nth-child(2n) {
    border-right: 1px solid #FFF;
  } */
  /* .bottomfloatnav ul li:nth-last-child(1), .bottomfloatnav ul li:nth-last-child(4) {
    border-right: none;
  } */
  .bottomfloat {
    left: 0;
    position: fixed;
    bottom: 0;
  }
  .bottomfloat.m_fixed {
    left: 0;
    position: fixed;
    top: inherit;
  }
  #page_top {
    width: 56px;
    height: 56px;
    bottom: 10%;
    background: #5d798e;
    z-index: 100;
  }
  #page_top a::before {
    width: 18px;
    height: 13px;
    top: -41px;
    right: 23px;
  }
	#footer{
	margin-bottom: 60px;
}
}
/* @media screen and (max-width:438px) {
  .bottomfloatnav ul li {
    padding: 1% 3%;
  }
}
@media screen and (max-width:320px) {
  .bottomfloatnav ul li:nth-child(2n) {
    border-right: 0;
  }
}
@media screen and (max-width:438px) {
  .bottomfloatnav ul li {
    padding: 1% 3%;
  }
}
@media screen and (max-width:320px) {
  .bottomfloatnav ul li:nth-child(2n) {
    border-right: 0;
  }
} */




