@media screen and (min-width: 768px){
  #mens-wrapper{
    width: 100%;
  }
  .top-img {
    margin-bottom: 60px;
}
}
@media screen and (max-width: 767px){
  .top-img {
    margin-bottom: 30px;
}
}
.think-bg{
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.think-desc{
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto;
}
.think-desc.reverse{
  flex-direction: row-reverse;
  position: relative;
}
.think-txt{
  font-weight: 300;
}

.think-box .sec-ttl span{
  display: inline;
}

.txt-small{
  padding-left: 10px;
  font-size: 2rem;
  font-weight: 900;
  color: var(--RED01);
}


@media screen and (min-width: 768px){
  .think-bg{
    margin-bottom: 80px;
    background-image: url(/asset2023/images/mens/bg01-pc.png);
  }
  .think-txt{
    width: 52%;
    font-size: 21px;
  }
  .think-box {
    padding: 80px 0;
}
.think-desc{
  width: 70%;
}
.think-desc.right{
  margin-bottom: 80px;
}
.think-img,.think-img2{
  width: 40%;
}
.img-t{
  position:absolute;
  top: -100px;
  width: 40%;
}
.img-p{
  position: absolute;
  bottom: -80px;
  left: -170px;
  width: 40%;
}
}
@media screen and (max-width: 1165px) and (min-width:767px){
  .img-t {
    position: absolute;
    top: 20px;
    width: 40%;
}
}
@media screen and (max-width: 930px){
  .img-p {
    left: -140px;
  }
}
@media screen and (max-width: 767px){
  .think-bg{
    margin-bottom: 40px;
    background-image: url(/asset2023/images/mens/sp/bg01-sp.png);
  }
  .think-desc {
    flex-wrap: wrap;
  }
  .think-txt {
    width: 100%;
  }
  .think-box {
    padding: 30px 0;
}
.think-desc{
  width: 90%;
}
.think-desc.right {
  margin-bottom: 40px;
}
.think-img {
  max-width: 250px;
  width: 60%;
  margin: 0 auto;
}

.img-t{
  width: 90%;
  margin: 0 0 0 auto;
}
.img-p{
  position: absolute;
  bottom: -30px;
  left: -10px;
  width: 60%;
  max-width: 400px;
}
}

.mens-bnr-area{
  margin: 0 auto 100px;
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 767px){
  .mens-bnr-area{
   flex-wrap: wrap;
   width: 70%;
   margin: 0 auto 40px;
  }
  .mens-bnr-area p:first-child{
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 767px){
  .mens-bnr-area p{
   margin:1%;
  }
}
.scene-list{
  margin: 0 auto;
  display: grid;
}
.scene-imgtxt{
  position:relative;
}
.scene-imgtxt .en{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-weight: 900;
  color: var(--RED01);
  background-color: rgb(255,255,255,.6);
  width: 80%;
  text-align: center;
  padding: 10px 0;
}
.scene-imgtxt .red-circle{
  position: absolute;
  border-radius: 50px;
  background-color: var(--RED01);
  color: #fff;
  text-align: center;
}
.scene-ttl{
  background-color:#fff;
  padding: 10px 0;
  text-align: center;
  color: #49191D;
  font-weight: bold;
}
@media screen and (min-width: 768px){
  .scene-list{
    width: 85%;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
  .scene-imgtxt .en{
    font-size: 30px;
  }
  .scene-imgtxt .red-circle{
    top: 10%;
    right: 5%;
    width: 70px;
    height: 70px;
    line-height: 6;
    font-size: 12px;
  }
  .men-cate-sec{
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px){
  .scene-list {
    width: 90%;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
.scene-imgtxt .en {
  font-size: 14px;
}
.scene-imgtxt .red-circle {
  top: 4%;
  right: 2%;
  width: 47px;
  height: 47px;
  line-height: 5;
  font-size: 9px;
  letter-spacing: 0.01em;
}
.scene-ttl{
  font-size: 10px;
  letter-spacing: 0.01em;
}
}


.mens-cate-sec{
  background-color: #F7EEE4;
  padding: 50px 0;
}
.slim-box,.regular-box{
  border-radius: 30px;
  padding-bottom: 50px;
  background-color: rgb(255, 255, 255, .3);
}
.other-box{
  padding: 50px 0;
  border-radius: 30px;
  background-color: rgb(255, 255, 255, .3);
}
.reg-txt-sp .sec-ttl,
.slim-txt .sec-ttl {
  position: relative;
}
.reg-txt-sp .sec-ttl .en,
.slim-txt-sp .sec-ttl .en{
  text-align: center;
  position: absolute;
  color: rgb(163, 35, 40, .1);
}
.eri-title{
  text-align: center;
  margin: 60px auto 20px;
}

/*　レギュラー */

.eri-sp ul{
  display: flex;
  justify-content: space-around;
  gap: 10px;
  width: 90%;
  margin: 0 auto;
}
.eri-sp ul li{
  width: 20%;
}

/* スリムフィット */
.slim-eri-sp ul{
  display: flex;
  justify-content: space-around;
  gap: 10px;
  width: 80%;
  margin: 0 auto;
}
.slim-eri-sp ul li{
  width: 24%;
}
.reg-img,
.reg-img2,
.slim-img,
.slim-img2,
.reg-txt-sp .sec-ttl .ja,
.slim-txt-sp .sec-ttl .ja{
  position: absolute;
}


.other-box-inner ul{
  display: flex;
  justify-content: center;
  gap: 20px;
}

.other-box-inner ul li{
  background-color: #fff;
  padding: 20px;
  box-shadow: 3px 3px 8px 1px rgb(0,0,0,.16);
}
.other-box-inner ul li span{
  text-align: center;
  display: block;
}
.other-txt{
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
}

@media screen and (min-width: 768px){
  /* レギュラーフィット */
  .regular-box-inner{
    display: grid;
    grid-template-rows: 300px 80px 1fr;
    grid-template-columns: 280px 1fr;
    width: 90%;
    position: relative;
    margin: 0 auto;
  }
  .eri-title{
    font-size: 20px;
  }
  .reg-img{
    grid-row: 1;
    grid-column: 1;
    max-width: 280px;
    width: 21%;
    top: -50px;
    left: 0;
    z-index: 2;
  }
   .reg-img2{
    grid-row: 1;
    grid-column: 1;
    max-width: 350px;
    width: 50%;
    top: 80px;
    left: 0;
    z-index: 2;
  }
  .reg-txt-sp{
    grid-row: 1;
    grid-column: 2;
  }
  .r-more{
    grid-row: 2;
    grid-column: 2;
  }
  .eri-sp{
    grid-row: 3;
    grid-column: 2;
  }
  .reg-txt-sp .sec-ttl .en {
    font-size: clamp( 90px, 14vw, 150px);
    top: -10px;
    left: -153px;
  }
  .reg-txt-sp .sec-ttl .ja{
    left: 280px;
    top: 70px;
    font-size: 26px;
  }

  /* スリムフィット */
  .slim-box-inner{
    display: grid;
    grid-template-rows: 300px 80px 1fr;
    grid-template-columns: 1fr 280px;
    width: 90%;
    position: relative;
    margin: 0 auto;
  }
  .slim-img{
    grid-row: 1;
    grid-column: 2;
    max-width: 320px;
    width: 100%;
    top: -50px;
    right: -30px;
    z-index: 2;
  }
  .slim-img2{
    grid-row: 1;
    grid-column: 2;
    max-width: 320px;
    width: 100%;
    top: 80px;
    right: -30px;
    z-index: 2;
  }
  .slim-txt-sp{
    grid-row: 1;
    grid-column: 1;
  }
  .slim-r-more{
    grid-row: 2;
    grid-column: 1;
  }
  .slim-eri-sp{
    grid-row: 3;
      grid-column: 1;
  }
  .slim-txt-sp .sec-ttl .ja{
    right: 540px;
    top: 50px;
    font-size: 26px;
  }
  .slim-txt-sp .sec-ttl .en{
    font-size: clamp( 90px, 14vw, 150px);
    top: -30px;
    right: 350px;
  }
  .reg-txt1,
  .slim-txt1{
    width: 70%;
    padding-top: 90px;
    margin:0 auto 40px;
  }
  .slim-box,.regular-box{
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 920px){
  .reg-txt-sp .ja{
    left: 150px;
  }
  .slim-txt-sp .ja{
   left: 400px;
  }
}
@media screen and (max-width: 767px){
.reg-txt1,.slim-txt1 {
  width: 90%;
  padding-top: 50px;
  margin: 0 auto 30px;
}
.eri-title{
  font-size: 16px;
}
/* レギュラーフィット */
.regular-box-inner{
  position: relative;
  display: grid;
  grid-template-rows: 300px 60px 1fr;
  grid-template-columns: 100px 1fr;
}
.reg-img{
  grid-row: 1;
  grid-column: 1;
  max-width: 110px;
  width: 24%;
  position: absolute;
  top: -20px;
  left: 0;
}
.reg-img2{
  grid-row: 1;
  grid-column: 1;
  max-width: 125px;
  width: 30%;
  position: absolute;
  top: 80px;
  left: 0;
}
.reg-txt-sp{
  grid-row: 1;
  grid-column: 2;
}
.r-more{
  grid-row: 2;
  grid-column: 1 / span 2;
  width: 80%;
}
.eri-sp{
  grid-row: 3;
  grid-column: 1 / span 2;
}
.reg-txt-sp .en {
  font-size: 50px;
  top: 10px;
  left: -50px;
}
.reg-txt-sp .ja {
  left: 60px;
  top: 35px;
  font-size: 15px;
}
.eri-sp ul {
  width: 80%;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 10px;
}
.eri-sp ul li{
  width: 40%;
}
/* スリムフィット */
.slim-box-inner{
  position: relative;
  display: grid;
  grid-template-rows: 360px 60px 1fr;
  grid-template-columns: 1fr 130px;
}
.slim-img{
  grid-row: 1;
  grid-column: 2;
  max-width: 180px;
  width: 100%;
  top: -10px;
  right: 0;
  z-index: 2;
  position: absolute;
}
.slim-img2{
  grid-row: 1;
  grid-column: 2;
  max-width: 250px;
  width: 120%;
  top: 80px;
  right: 0;
  z-index: 2;
  position: absolute;
}
.slim-txt-sp{
  grid-row: 1;
  grid-column: 1;
}
.slim-r-more{
  grid-row: 2;
  grid-column: 1 / span 2;
  width: 80%;
}
.slim-eri-sp{
  grid-row: 3;
    grid-column: 1 / span 2;
}
.slim-eri-sp ul{
  display: flex;
  justify-content: space-around;
  gap: 10px;
  width: 90%;
  margin: 0 auto;
}
.slim-eri-sp ul li {
  width: 35%;
}
.slim-txt-sp .en {
  font-size: 60px;
  top: 10px;
  left: 10px;
}
.slim-txt-sp .ja {
  left: 50px;
  top: 40px;
  font-size: 15px;
}
.slim-eri-sp ul{
  gap: 10px;
}
.slim-box,.regular-box{
  margin-bottom: 40px;
}
.other-box-inner ul{
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}
.other-box-inner ul li{
  width: 45%;
}
.other-txt {
  margin-bottom: 16px;
}
}

.mens-size-sec ul{
  display: flex;
  flex-wrap: wrap;
}
.mens-size-sec ul li{
  text-align: center;
}
.mens-size-sec ul li a{
  background-color:#A32328 ;
  border: 1px solid #A32328;
  color: #fff;
  display: block;

}
@media screen and (min-width: 768px){
  .mens-size-sec{
    padding: 80px 0;
  }
  .mens-size-sec ul{
    width: 80%;
    gap: 20px;
    margin: 0 auto 100px;
    justify-content: space-around;
  }
  .mens-size-sec ul li a{
    line-height: 2.8;
    width: 85px;
    height: 85px;
  }
  .mens-size-sec ul li a:hover{
    background-color: #fff;
    color: #A32328;
  }
  .mens-size-sec ul li a{
    font-size: 30px;
  }
}
@media screen and (max-width: 767px){
  .mens-size-sec{
    padding: 30px 0;
  }
  .mens-size-sec ul{
    gap: 20px;
    width: 80%;
    margin: 0 auto 40px;
  }
  .mens-size-sec ul li a{
    font-size: 20px;
    line-height: 2.8;
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 767px){
.mens-recommend-bg {
  margin-top: 60px;
 }
}
.mens-recommend-bg{
  background: url(/asset2023/images/mens/bg02.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.mens-recommend-bg .bg-whi{
  padding: 60px 0;
  margin: 0 auto;
  max-width: 1500px;
  background-color: rgb(255, 255, 255,.5);
}
.product-list-men{
  width: 95%;
  margin: 0 auto;
  display: grid;
  align-items: stretch;
  gap: 15px;
}
.product-list-men article a {
  display: block;
  background-color: var(--WHITE);
  box-shadow: var(--BOX_SHADOW);
}
.product-list-men article a {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 10px;
}

@media screen and (min-width: 768px){
  .mens-recommend-bg .bg-whi{
    width: 90%;
  }
  .staff-sec .more-btn.staff-more{
    width: 35%;
  }
  .product-list-men{
    grid-template-columns: repeat(5, 1fr);
  }
  .mens-recommend-sec{
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px){
  .mens-recommend-bg .bg-whi{
    width: 100%;
  }
  .staff-sec .more-btn.staff-more{
    width: 80%;
  }
  .product-list-men{
    grid-template-columns: repeat(2, 1fr);
  }
  .mens-reco-more{
    width: 80%;
  }
.mens-recommend-sec{
  margin-bottom: 40px;
}
}

.mens-pattern .pattern-list img{
  width: 80%;
  margin: 0 auto;
}
.special-serch{
  text-align: center;
  position:relative;
}
.special-serch::before,
.special-serch::after{
  position: absolute;
  content: '';
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #49191D;
}
.special-serch::before{
  transform: rotate(60deg);
  left: 0;
}
.special-serch::after{
  transform: rotate(-60deg);
  right: 0;
}

@media screen and (min-width: 768px){
  .mens-pattern-sec .pattern-txt{
    text-align: center;
    margin-bottom: 60px;
  }
  .mens-pattern .pattern-list{
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
  .special-serch{
    width: fit-content;
    margin: 100px auto 20px;
  }
  .mens-pattern {
    margin: 100px auto;
  }
  .special-serch::before {
    left: -40px;
}
.special-serch::after {
  right: -40px;
}
}
@media screen and (max-width: 767px){
  .mens-pattern-sec .pattern-txt{
    margin-bottom: 30px;
  }
  .mens-pattern .pattern-list{
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 20px;
  }
  .special-serch{
    width: 80%;
    margin: 50px auto 10px;
    font-size: 16px;
  }
  .mens-pattern {
    margin-bottom: 60px;
  }
  .special-serch::before,
.special-serch::after{
  width: 20px;
}
}

/* 絞り込み検索 */
.search-ttl{
  text-align: center;
  color: #49191D;
  font-weight: bold;
  border-bottom: 1px solid #A32328;
  padding-bottom: 10px;
  margin: 0 auto 30px;
  width: fit-content;
}
.popup-search{
  width: 100%;
  margin: 0 auto;
}
.search-inner-m{
  background-color: #F7EEE4;
}
.search-list{
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.popup-adserch-btn{
  position: relative;
  width: 320px;
  margin: 0 auto;
}
.popup-adserch-btn a{
  display: block;
  text-align: center;
  border-radius: 70px;
  color: var(--WHITE);
  border: 1px solid var(--RED01);
  background-color: var(--RED01);
  padding: 16px 0 18px;
  font-weight: 700;
}
.popup-adserch-btn::before,.popup-adserch-btn::after  {
  content: '';
  display: inline-block;
  position: absolute;
  width: 3px;
  height: 15px;
  background-color: #A32328;
  top: 50%;
  right: 30px;
}
.popup-adserch-btn span{
  position: absolute;
  aspect-ratio: 1 / 1;
  width: 25px;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
}
.popup-adserch-btn::before{
  z-index: 1;
  transform:translateY(-50%);
}
.popup-adserch-btn::after {
  transform:translateY(-50%) rotate(90deg);
}

.search-list li .sbk-mentopselect-select,
.search-list li .sbk-men-select,
.search-list li .sbk-men-keyw{
  width: 100%;
  text-align: center;
  color: #A32328;
  border: 1px solid #A32328;
}
/* .search-list li .sbk-mentopselect-select:focus{
  background-color: #A32328;
  color: #fff;
} */
  /* 選択後の色を変更するためのCSS */
  select[data-gtm-form-interact-field-id="0"]:valid,
  select[data-gtm-form-interact-field-id="1"]:valid,
  select[data-gtm-form-interact-field-id="2"]:valid,
  select[data-gtm-form-interact-field-id="3"]:valid,
  select[data-gtm-form-interact-field-id="4"]:valid,
  select[data-gtm-form-interact-field-id="5"]:valid,
  select[data-gtm-form-interact-field-id="6"]:valid{
    background-color: #A32328;
    color: #fff;
  }

@media screen and (min-width: 768px){
  .search-ttl{
    font-size: 30px;
  }
  .search-list{
    width: 80%;
  }
  .search-list li .sbk-mentopselect-select,
  .search-list li .sbk-men-select,
  .search-list li .sbk-men-keyw{
    font-size: 18px;
    height: 80px;
    margin: 0 auto 20px;
  }
  .search-list li {
    width: 45%;
  }
  .search-inner-m{
    max-width: 1280px;
    width: 95%;
    padding: 40px 0 20px;
    margin: 0 auto;
  }

}
@media screen and (max-width: 767px){
  .search-list li .sbk-mentopselect-select,
  .search-list li .sbk-men-select,
  .search-list li .sbk-men-keyw{
    font-size: 12px;
    height:45px;
    margin: 0 auto 10px;
  }
  .search-list{
    width: 90%;
  }
  .search-list li {
    width: 48%;
  }
  .search-inner-m{
    width: 95%;
    padding: 40px 0;
    margin: 0 auto;
  }
  .search-ttl{
    font-size: 18px;
  }
  input.k-kensaku.mens-kensaku,input.k-reset.mens-reset{
    margin-bottom: 5%!important;
  }
  .popup-adserch-btn {
    width: 60%;
  }
  .popup-adserch-btn a{
  padding: 10px 0 12px;
  }
  .popup-adserch-btn span {
    width: 20px;
    right: 11px;
  }
  .popup-adserch-btn::before,.popup-adserch-btn::after  {
    height: 11px;
    width: 2px;
    right: 20px;
  }
}

.reason-bg{
  background-color: #F7F3E7;
  position:relative;
}

.reason-bg::after,
.reason-bg::before{
  content: "";
  background-size: contain;
  background-position: center;
  position: absolute;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
}

.point-flex{
  margin-bottom: 80px;
  display: flex;
  justify-content: space-around;
}
.point-flex.reverse{
  flex-direction: row-reverse;
}

.reason-ttl{
  margin-bottom: 30px;
  letter-spacing: 0.12em;
}
.three-parts-area{
  position: relative;
}
.three-parts{
  position: absolute;
  width: 30px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.reason-ttl,
.point-txt .en{
  color: var(--RED01);
  font-weight: 900;
  text-align: center;
}
.en-ttl{
  margin-bottom: 20px;
}
.point-txt .en.noto{
  color: var(--RED01);
  font-weight: 900;
  line-height: 1.2;
}
.en-num{
  display: block;
  font-size: 50px;
  margin-bottom: 10px;
}
.reason-catch{
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (min-width: 768px){
  .border-left{
    border-left: 2px solid rgb(73,25,29,.5);
    border-right: 2px solid rgb(73,25,29,.5);
  }
  .reason-sec {
    padding: 50px 0;
}
  .reason-bg{
    margin-bottom: 150px;
    padding: 61px 32px;
  }
  .reason-bg::after,
  .reason-bg::before{
    width: 100%;
    height: 23.5px;
  }
    .reason-bg::before{
    background-image: url(/asset2023/images/mens/point-top.svg);
    top: 30px;
  }
  .reason-bg::after{
    background-image: url(/asset2023/images/mens/point-bottom.svg);
    bottom: 30px;
  }
  .point-txt{
    width: 50%;
  }
  .point-img{
    width: 40%;
  }
  .reason-ttl .en{
    font-size: 50px;
  }
  .reason-ttl .ja{
    font-size: 34px;
  }
  .en-ttl{
    font-size: 22px;
  }
  .reason-catch{
    font-size: 23px;
    color: #49191D;
  }
}

@media screen and (max-width: 767px){
  .border-left{
    border-left: 1px solid rgb(73,25,29,.5);
    border-right: 1px solid rgb(73,25,29,.5);
  }
  .reason-sec{
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 10px;
  }
  .reason-bg{
    margin-bottom: 150px;
    padding: 27px 12px;
  }
  .reason-bg::after,
  .reason-bg::before{
    width: 100%;
    height: 13.5px;
  }
.reason-bg::before{
  background-image: url(/asset2023/images/mens/sp/point-top-sp.svg);
  top:10px;
}
.reason-bg::after{
  background-image: url(/asset2023/images/mens/sp/point-bottom-sp.svg);
  bottom: 10px;
}
.point-flex{
  flex-wrap: wrap;
}
.point-flex:last-child{
  margin-bottom: 20px;
}
.point-txt{
  width: 100%;
  order: 2;
}
.en-ttl {
  margin-bottom: 10px;
}
.point-img{
  order: 1;
  width: 100%;
  margin-bottom: 30px;
}
.reason-ttl .en{
  font-size: 25px;
}
.reason-ttl .ja{
  font-size: 18px;
}
.new-bnr{
  margin-bottom: 50px;
}
.three-parts{
  top: -5px;
}
.point-txt .en.noto {
  line-height: 1;
}
}
@media screen and (min-width: 768px){
  .mens-bnr-area-pc {
	margin-bottom:60px;
}
}
.adsearch-sec .freepage-nav li a{
	font-size: 12px;
  }
.freepage-nav li a{
  display: block;
  text-align: center;
  border: 2px solid var(--RED01);
  border-radius: 5px;
  color: var(--RED01);
  position: relative;
}
.freepage-nav li a::after{
  content: "";
  display: inline-block;
  background: var(--WHITE) url(../../asset2023/images/common/btn-arrow-red-down.svg) no-repeat center center / 70%;
  aspect-ratio: 1 / 1;
  width: 20px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px){
  .freepage-nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 5px;
    row-gap: 20px;
    margin-bottom: 30px;
  }
  .freepage-nav li{
    width: calc((100% - 5px) / 2);
  }
  .freepage-nav li a{
    font-size: 13px;
    padding: 10px 0;
  }
 }
 @media screen and (min-width: 768px){
  .freepage-nav{
    display: flex;
    gap: 10px;
    margin-bottom: 40px;
  }
  .freepage-nav li{
    flex: 1;
  }
  .freepage-nav li a{
    padding: 10px 0;
  }
}
@media (max-width: 768px) {
.goodone::before{
		content: '人気';
	}
.goodone::before{
		color: var(--WHITE);
		font-size: 15px;
		display: inline-block;
		transform-origin:0 0;
		margin-top:-5%;
		position: absolute;
		left: 15%;
		transform: translateX(-50%) scale(0.9);
		white-space: nowrap;
		background-color:#f39700;
		padding:4% 3%;
		border-radius:50px;
	}
.goodonegara::before{
		content: '人気';
	}
.goodonegara::before{
		color: var(--WHITE);
		font-size: 15px;
		display: inline-block;
		transform-origin:0 0;
		margin-top:-3%;
		position: absolute;
		left: 8%;
		transform: translateX(-50%) scale(0.9);
		white-space: nowrap;
		background-color:#f39700;
		padding:4% 3%;
		border-radius:50px;
	}
  
}