/*240215*/
.none_result {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
  display: none;
}
.none_result.on {
  display: block;
}
.none_result p {
  margin: 0 0 0 0;
  padding: 0 0 20px 0;
  line-height: 1.6em;
  font-size: 26px;
  font-weight: normal;
  font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
  color: #000;
}
.none_result .mark {
  margin: 0 auto;
  width: 90px;
}
@media (max-width: 768px){
  .none_result {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
  }
  .none_result p {
    margin: 0 0 0 0;
    padding: 0 0 3.6vw 0;
    line-height: 1.6em;
    font-size: 3.72vw;
    font-weight: normal;
    font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
    color: #000;
  }
  .none_result .mark {
    margin: 0 auto;
    width: 16.36vw;
  }
}


.btn_sort {
  margin: 0 auto 50px;
  padding: 17px 0 20px 0;
  width: 90%;
  max-width: 1170px;
  background: #fff;
  border-radius: 15px;
  text-align: center;
}
.btn_sort h5 {
  margin: 0 0 0 0;
  padding: 0 0 15px 0;
  line-height: 1.4em;
  font-size: 20px;
  font-weight: normal;
  font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
  color: #1e83be;
}
.btn_sort .btn_box {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
/*
.btn_sort .btn_box .btn {
  margin: 0 7px 15px 7px;
  padding: 10px 20px 10px 20px;
  line-height: 1.2em;
  font-size: 16px;
  font-weight: bold;
  font-family: "Clarimo UD PE DemiBold", "UD Shin Go DemiBold JIS2004", sans-serif;
  border: 1px solid #1e83be;
  border-radius: 90px;
  color: #1e83be;
  display: inline-block;
  cursor: pointer;
}
.btn_sort .btn_box .btn.on {
  background: #1e83be;
  color: #fff;
}
.btn_sort .btn_box .btn:hover {
  background: #1e83be;
  color: #fff;
}
.btn_sort .btn_box .btn.off {
  background: #fff;
  color: #1e83be;
}
*/
.btn_sort .btn_box .btn {
  margin: 0 0 20px 0;
  padding: 0 0 0 30px;
  line-height: 1.2em;
  font-size: 14px;
  font-weight: normal;
  font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
  color: #000;
  width: 20%;
  cursor: pointer;
  text-align: left;
  box-sizing: border-box;
  position: relative;
}
.btn_sort .btn_box .btn::before {
  width: 20px;
  height: 20px;
  content: "";
  background: url("https://assets-fb-rn.fujifilm.com/files/2025-09/c41b9e0dce4e08124b087e4d84abf1d0/tag_choice_off.svg") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 0px;
  left: 0;
}
.btn_sort .btn_box .btn.on::before {
  background: url("https://assets-fb-rn.fujifilm.com/files/2025-09/3f57d7252c535ad1be1338a5dbf0fcca/tag_choice_on.svg") no-repeat center center;
  background-size: 100% 100%;
}
.btn_sort .btn_box .btn.off {

}





.btn_sort .reset {
  margin: 0 0 15px 0;
  padding: 10px 20px 10px 20px;
  line-height: 1.2em;
  font-size: 16px;
  font-weight: bold;
  font-family: "Clarimo UD PE DemiBold", "UD Shin Go DemiBold JIS2004", sans-serif;
  color: #fff;
  background: #adadad;
  border: 1px solid #adadad;
  border-radius: 90px;
  display: inline-block;
  cursor: pointer;
  transition:all 0.4s 0s ease-in-out;
}
.btn_sort .reset:hover {
  opacity: 0.6;
}


.btn_sort .result {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 21px;
  font-weight: normal;
  font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
  color: #333333;
}
.btn_sort .result .num {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 35px;
  font-weight: normal;
  font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
  color: #333333;
}
@media (max-width: 768px){
  .btn_sort {
    margin: 0 auto 10vw;
    padding: 5.45vw 0 5.45vw 0;
    width: 87.2vw;
    max-width: 1170px;
    background: #fff;
    border-radius: 15px;
    text-align: center;
  }
  .btn_sort h5 {
    margin: 0 0 0 0;
    padding: 0 0 3.63vw 0;
    line-height: 1.4em;
    font-size: 3.63vw;
    font-weight: normal;
    font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
    color: #1e83be;
  }
  .btn_sort .btn_box {
    margin: 0 auto 2.72vw;
    padding: 0 0 0 0;
    width: 78.18vw;
    text-align: left;
    display: flex;
  }
  /*
  .btn_sort .btn_box .btn {
    margin: 0 1.80vw 2.0vw 0;
    padding: 1.8vw 3.6vw 1.8vw 3.6vw;
    line-height: 1.2em;
    font-size: 2.54vw;
    font-weight: bold;
    font-family: "Clarimo UD PE DemiBold", "UD Shin Go DemiBold JIS2004", sans-serif;
    border: 1px solid #1e83be;
    border-radius: 90px;
    color: #1e83be;
    display: inline-block;
    cursor: pointer;
  }
  */
  
  .btn_sort .btn_box .btn {
    margin: 0 2.182vw 2.727vw 0;
    padding: 0 0 0 5.455vw;
    line-height: 1.2em;
    font-size: 3.027vw;
    font-weight: normal;
    font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
    color: #000;
    width: fit-content;
    cursor: pointer;
    text-align: left;
    box-sizing: border-box;
    position: relative;
  }
  .btn_sort .btn_box .btn::before {
    width: 3.636vw;
    height: 3.636vw;
    content: "";
    background: url("https://assets-fb-rn.fujifilm.com/files/2025-09/c41b9e0dce4e08124b087e4d84abf1d0/tag_choice_off.svg") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 0px;
    left: 0;
  }
  .btn_sort .btn_box .btn.on::before {
    background: url("https://assets-fb-rn.fujifilm.com/files/2025-09/3f57d7252c535ad1be1338a5dbf0fcca/tag_choice_on.svg") no-repeat center center;
    background-size: 100% 100%;
  }
  .btn_sort .btn_box .btn.off {

  }
  
  
  .btn_sort .reset {
    margin: 0 0 2.72vw 0;
    padding: 1.8vw 3.6vw 1.8vw 3.6vw;
    line-height: 1.2em;
    font-size: 2.54vw;
    font-weight: bold;
    font-family: "Clarimo UD PE DemiBold", "UD Shin Go DemiBold JIS2004", sans-serif;
    color: #fff;
    background: #adadad;
    border: 1px solid #adadad;
    border-radius: 90px;
    display: inline-block;
    cursor: pointer;
  }
  .btn_sort .result {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 3.81vw;
    font-weight: normal;
    font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
    color: #333333;
  }
  .btn_sort .result .num {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 6.36vw;
    font-weight: normal;
    font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
    color: #333333;
  }
}




.select_sort {
  margin: 0 auto 50px;
  padding: 17px 0 20px 0;
  width: 90%;
  max-width: 1170px;
  background: #fff;
  border-radius: 15px;
  text-align: center;
}
.select_sort h5 {
  margin: 0 0 0 0;
  padding: 0 0 15px 0;
  line-height: 1.4em;
  font-size: 20px;
  font-weight: normal;
  font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
  color: #1e83be;
}
.select_sort .select_box {
  margin: 0 15px 15px;
  padding: 0 0 0 0;
  width: calc( 100% - 30px );
  display: flex;
  justify-content: space-between;
}
.select_sort .select_box .item {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: calc( 25% - 6px );
  line-height: 1.2em;
  font-size: 18px;
  font-weight: bold;
  font-family: "Clarimo UD PE DemiBold", "UD Shin Go DemiBold JIS2004", sans-serif;
  text-align: center;
}
.select_sort .select_box .item .label {
  margin: 0 0 0 0;
  padding: 0 0 15px 0;
}
.select_sort .select_box .item .select {
  position: relative;
}
.select_sort .select_box .item .select .select_label {
	margin: 0 0 0 0;
	padding: 10px 20px 10px 20px;
  width: 100%;
	height: auto;
	line-height: 1.2em;
	font-size: 14px;
	font-family: "Clarimo UD PE DemiBold", "UD Shin Go DemiBold JIS2004", sans-serif;
  text-align: center;
	cursor: pointer;
	background: #ffffff url("https://assets-fb-rn.fujifilm.com/files/2024-09/4d33bf2eaf2cabb3c9eeab283c5748f2/arrow_13.svg") no-repeat right 10px center;
  background-size: 12px auto;
	border: 2px solid #d6d6d6;
	box-sizing: border-box;
	border-radius: 90px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.select_sort .select_box .item .select .select_label.on {
  background-color: #d2e6f2
}
.select_sort .select_box .item .select .chg_sort_box {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #fff;
	border: 2px solid #d6d6d6;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
  display: none;
}
.select_sort .select_box .item .select .chg_sort_box .chg_sort {
  padding: 10px 19px;
  text-align: center;
  text-align: left;
	line-height: 1.2em;
	font-size: 15px;
	font-family: "Clarimo UD PE DemiBold", "UD Shin Go DemiBold JIS2004", sans-serif;
  cursor: pointer;
}
.select_sort .select_box .item .select .chg_sort_box .chg_sort:hover {
  background-color: #063a8b;
  background-color: #1e83be;
  color: #fff;
}
.select_sort .select_box .item .select .chg_sort_box .chg_sort.on {
  background-color: #1e83be;
  color: #fff;
}
.select_sort .select_box .item .select .chg_sort_box .chg_sort.off {
  display: none;
}




.select_sort .reset {
  margin: 0 0 15px 0;
  padding: 10px 20px 10px 20px;
  line-height: 1.2em;
  font-size: 16px;
  font-weight: bold;
	font-family: "Clarimo UD PE DemiBold", "UD Shin Go DemiBold JIS2004", sans-serif;
  color: #fff;
  background: #adadad;
  border: 1px solid #adadad;
  border-radius: 90px;
  display: inline-block;
  cursor: pointer;
  transition:all 0.4s 0s ease-in-out;
}
.select_sort .reset:hover {
  opacity: 0.6;
}

.select_sort .result {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 21px;
  font-weight: normal;
  font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
  color: #333333;
}
.select_sort .result .num {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 35px;
  font-weight: normal;
  font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
  color: #333333;
}
@media (max-width: 768px){
  .select_sort {
    margin: 0 auto 10vw;
    padding: 5.45vw 0 5.45vw 0;
    width: 87.2vw;
    max-width: 1170px;
    background: #fff;
    border-radius: 15px;
    text-align: center;
  }
  .select_sort h5 {
    margin: 0 0 0 0;
    padding: 0 0 3.63vw 0;
    line-height: 1.4em;
    font-size: 3.63vw;
    font-weight: normal;
    font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
    color: #1e83be;
  }
  .select_sort .select_box {
    margin: 0 auto 2.72vw;
    padding: 0 0 0 0;
    width: 78.18vw;
    display: block;
    justify-content: space-between;
  }
  .select_sort .select_box .item {
    margin: 0 0 3.63vw 0;
    padding: 0 0 0 0;
    width: 100%;
    line-height: 1.2em;
    font-size: 3.27vw;
    font-weight: bold;
    font-family: "Clarimo UD PE DemiBold", "UD Shin Go DemiBold JIS2004", sans-serif;
    text-align: center;
  }
  .select_sort .select_box .item .label {
    margin: 0 0 0 0;
    padding: 0 0 2.72vw 0;
  }
  .select_sort .select_box .item .select {
  }
  .select_sort .select_box .item .select select {
    margin: 0 0 0 0;
    padding: 1.8vw 3.6vw 1.8vw  3.6vw;
    width: 100%;
    height: auto;
    line-height: 2.0em;
    font-size: 2.9vw;
    font-family: "Clarimo UD PE DemiBold", "UD Shin Go DemiBold JIS2004", sans-serif;
    /*text-align: center;*/
	text-align-last: center;
    cursor: pointer;
    background: #ffffff url("https://assets-fb-rn.fujifilm.com/files/2024-09/4d33bf2eaf2cabb3c9eeab283c5748f2/arrow_13.svg") no-repeat right 1.8vw center;
    background-size: 2.18vw auto;
    border: 2px solid #d6d6d6;
    box-sizing: border-box;
    border-radius: 90px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .select_sort .select_box .item select::-ms-expand {
      display: none;
  }
  .select_sort .select_box .item .select select::after {
    content: "";
  }
  .select_sort .reset {
    margin: 0 0 2.72vw 0;
    padding: 1.8vw 3.6vw 1.8vw 3.6vw;
    line-height: 1.2em;
    font-size: 2.54vw;
    font-weight: bold;
    font-family: "Clarimo UD PE DemiBold", "UD Shin Go DemiBold JIS2004", sans-serif;
    color: #fff;
    background: #adadad;
    border: 1px solid #adadad;
    border-radius: 90px;
    display: inline-block;
    cursor: pointer;
  }
  .select_sort .result {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 3.81vw;
    font-weight: normal;
    font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
    color: #333333;
  }
  .select_sort .result .num {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 6.36vw;
    font-weight: normal;
    font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
    color: #333333;
  }
}


.success_case .list .item {
  display: none;
}
.success_case .list .item.show {
  display: block;
}

.success_case .list .item.show:nth-of-type(1) {
  display: block !important;
}
.success_case .list .item.show:nth-of-type(2) {
  display: block !important;
}
.success_case .list .item.show:nth-of-type(3) {
  display: block !important;
}
.success_case .list .item.show:nth-of-type(4) {
  display: block !important;
}
.success_case .list .item.show:nth-of-type(5) {
  display: block !important;
}
.success_case .list .item.show:nth-of-type(6) {
  display: block !important;
}
.success_case .list .item.show:nth-of-type(7) {
  display: block !important;
}
.success_case .list .item.show:nth-of-type(8) {
  display: block !important;
}
.success_case .list .item.show:nth-of-type(9) {
  display: block !important;
}



.success_case .list {
  margin: 0 auto;
  padding: 0 0 35px 0;
  width: 92%;
  max-width: 1170px;
  display: flex;
  flex-wrap: wrap;
  
}
.success_case .list .item {
  margin: 0 3.08% 30px 0;
  padding: 0 0 0 0;
  width: 31.28%;
  background: #fff;
  border: 2px solid #d6d6d6;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
	transition:all 0.6s 0s;
}
.success_case .list .item:nth-of-type(3n) {
  margin: 0 0 30px 0;
  padding: 0 0 0 0;
}
@media (max-width:768px) {
  .success_case .list {
    margin: 0 auto;
    padding: 0 0 35px 0;
    width: 89%;
    max-width: 1170px;
    display: flex;
    flex-wrap: wrap;
    display: block;
  }

  .success_case .list .item {
    margin: 0 0 5.0vw 0;
    padding: 0 0 0 0;
    width: 100%;
    background: #fff;
    border: 2px solid #d6d6d6;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    transition:all 0.6s 0s;
  }
  .success_case .list .item:nth-of-type(3n) {
    margin: 0 0 5.0vw 0;
    padding: 0 0 0 0;
  }
  
}


.sort_tab_wrapper {
  margin: 70px auto 50px;
  padding: 35px 0 35px 0;
  width: 90%;
  max-width: 1170px;
  box-sizing: border-box;
  background: #fff;
  border: 3px solid #1e83be;
  border-radius: 15px;
  position: relative;
}
.sort_tab_wrapper::before {
  width: 96%;
  height: 2px;
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  left: 2%;
  z-index: 1;
}
.sort_tab_wrapper .tab_menu {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: flex;
  position: absolute;
  top: -69px;
  left: 20px;
}
.sort_tab_wrapper .tab_menu .tab_chg_sort {
  margin: 0 14px 0 0;
  padding: 0 0 0 0;
  width: 238px;
  height: 70px;
  line-height: 1.4em;
  font-size: 20px;
  font-weight: bold;
  font-family: "Clarimo UD PE DemiBold", "UD Shin Go DemiBold JIS2004", sans-serif;
  color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: #1e83be;
  border: 3px solid #1e83be;
  border-bottom: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.sort_tab_wrapper .tab_menu .tab_chg_sort:hover {
  color: #1e83be;
  background: #fff;
}
.sort_tab_wrapper .tab_menu .tab_chg_sort.on {
  color: #1e83be;
  background: #fff;
}
.sort_tab_wrapper .btn_box {
  overflow: hidden;
  height: 0;
}
.sort_tab_wrapper .btn_box.on {
  height: auto;
}
.sort_tab_wrapper .btn_sort {
  background: none;
}


@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .sort_tab_wrapper .tab_menu {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: calc( 100% - 40px );
    display: flex;
    position: absolute;
    top: -69px;
    left: 20px;
  }
  .sort_tab_wrapper .tab_menu .tab_chg_sort {
    margin: 0 2% 0 0;
    padding: 0 0 0 0;
    width: 32%;
    height: 70px;
    line-height: 1.4em;
    font-size: 20px;
    font-weight: bold;
    font-family: "Clarimo UD PE DemiBold", "UD Shin Go DemiBold JIS2004", sans-serif;
    color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: #1e83be;
    border: 3px solid #1e83be;
    border-bottom: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .sort_tab_wrapper .tab_menu .tab_chg_sort:nth-of-type(3) {
    margin: 0 0 0 0;
  }
  .sort_tab_wrapper .tab_menu .tab_chg_sort:hover {
    color: #1e83be;
    background: #fff;
  }
  .sort_tab_wrapper .tab_menu .tab_chg_sort.on {
    color: #1e83be;
    background: #fff;
  }

}



@media (max-width: 768px){
  .sort_tab_wrapper {
    margin: 9vw auto 7vw;
    padding: 4.557vw 0 4.557vw 0;
    width: 90%;
    max-width: 152.344vw;
    box-sizing: border-box;
    background: #fff;
    border: 3px solid #1e83be;
    border-radius: 1.953vw;
    position: relative;
  }
  .sort_tab_wrapper .tab_menu {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: flex;
    position: absolute;
    top: -9.015vw;
    left: 2.604vw;
  }
  .sort_tab_wrapper .tab_menu .tab_chg_sort {
    margin: 0 1.423vw 0 0;
    padding: 0 0 0 0;
    width: 26.99vw;
    height: 9.115vw;
    line-height: 1.4em;
    font-size: 2.404vw;
    font-weight: bold;
    font-family: "Clarimo UD PE DemiBold", "UD Shin Go DemiBold JIS2004", sans-serif;
    color: #fff;
    border-top-left-radius: 1.953vw;
    border-top-right-radius: 1.953vw;
    background: #1e83be;
    border: 3px solid #1e83be;
    border-bottom: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .sort_tab_wrapper .tab_menu .tab_chg_sort:hover {
    color: #1e83be;
    background: #fff;
  }
  .sort_tab_wrapper .tab_menu .tab_chg_sort.on {
    color: #1e83be;
    background: #fff;
  }
  .sort_tab_wrapper .btn_box {
    overflow: hidden;
    height: 0;
  }
  .sort_tab_wrapper .btn_box.on {
    height: auto;
  }
}

.success_case .list .item.first_view_off {
  display: none;
}




.choice_tag {
  display: none;
}
.choice_tag.on {
  display: block;
  margin: 0 0 25px 0;
  padding: 13px;
  background: #daeaf4;
  border-radius: 15px;
  line-height: 1.6em;
  font-size: 14px;
  font-weight: normal;
  font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
  color: #333;
}
.choice_tag.on em {
  font-weight: bold;
  font-family: "Clarimo UD PE DemiBold", "UD Shin Go DemiBold JIS2004", sans-serif;
  border-bottom: 1px solid #333;
}
.choice_tag .sub_btn {
  display: none;
}
.choice_tag .sub_btn.on {
  display: inline-block;
  border-radius: 180px;
  background: #fff;
  padding: 5px 25px 5px 9px;
  margin: 0 8px 5px 0;
  line-height: 1.2em;
  font-size: 12px;
  color: #333;
  font-weight: normal;
  font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
  position: relative;
  cursor: pointer;
}
.choice_tag .sub_btn.on::before {
  width: 9px;
  height: 9px;
  content: "";
  background: url("https://assets-fb-rn.fujifilm.com/files/2025-09/972f06207a1f35037300b19b461c6b76/tag_close_01.svg") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0,-50%);
}
@media (max-width: 768px){
  .choice_tag {
    display: none;
  }
  .choice_tag.on {
    margin: 0 auto 20px;
    width: 90%;
    max-width: 74.182vw;
    display: block;
    padding: 2.364vw;
    background: #daeaf4;
    border-radius: 2.727vw;
    line-height: 1.6em;
    font-size: 2.545vw;
    font-weight: normal;
    font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
    color: #333;
  }
  .choice_tag.on em {
    font-weight: bold;
    font-family: "Clarimo UD PE DemiBold", "UD Shin Go DemiBold JIS2004", sans-serif;
    border-bottom: 1px solid #333;
    margin: 0 auto 15px;
    display: block;
    width: fit-content;
  }
  .choice_tag .sub_btn {
    display: none;
  }
  .choice_tag .sub_btn.on {
    display: inline-block;
    border-radius: 32.727vw;
    background: #fff;
    padding: 0.909vw 4.545vw 0.909vw 1.636vw;
    margin: 0 1.455vw 0.909vw 0;
    line-height: 1.2em;
    font-size: 2.182vw;
    color: #333;
    font-weight: normal;
    font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
    position: relative;
    cursor: pointer;
  }
  .choice_tag .sub_btn.on::before {
    width: 1.636vw;
    height: 1.636vw;
    content: "";
    background: url("https://assets-fb-rn.fujifilm.com/files/2025-09/972f06207a1f35037300b19b461c6b76/tag_close_01.svg") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 1.818vw;
    transform: translate(0,-50%);
  }
}