body {
  width: 100%;
  overflow-y: scroll;
  font-family: "メイリオ", "Meiryo";
}

#wrapper{
  width:100%;
  margin:0 auto;
}

Chrome,
Safari,
Edge,
Opera input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

a {
  text-decoration: none;
}

.main_slider {
  width: 100%;
  margin: 0px auto 0;
  box-sizing: border-box;
  overflow: hidden;
}

.main_slider .swiper-container {
  width: 100%;
  position: relative;
}

.swiper-review-container {
  width: 100%;
  overflow: hidden;
}

.main_slider .swiper-wrapper {
  width: 100%;
  height: auto;
}

.main_slider .swiper-slide {
  margin: 0 7.5px;
  position: relative;
  width: 600px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.main_slider .swiper-slide > a {
  z-index: 555;
  border: 1px solid #595757;
  height: 249px;
}

.main_slider .swiper-slide::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10;
}

.main_slider .swiper-slide.swiper-slide-active::before {
  display: none;
}

.main_slider .swiper-slide img {
  width: 100%;
}

.main_slider .swiper-pagination_wrap {
  position: relative;
  top: -160px;
  width: 1000px;
  height: 38px;
  margin: 0 auto;
}

.main_slider .swiper-pagination > span.swiper-pagination-bullet-active {
  background-color: #3c3c3c;
}

.main_slider .swiper-button-prev,
.main_slider .swiper-button-next {
  position: absolute;
}

.main_slider .swiper-button-next::after,
.main_slider .swiper-button-prev::after {
  display: none;
}

.main_slider .swiper-button-prev {
  background: url('/img/ver_2022/swiper_btn_navi.png')no-repeat;
  width: 36px;
  height: 36px;
  left: -22px;
}

.main_slider .swiper-button-next {
  background: url('/img/ver_2022/swiper_btn_navi.png')no-repeat;
  transform: rotate(180deg);
  width: 36px;
  height: 36px;
  right: -22px;
}

.main_slider .swiper-pagination {
  position: static;
  width: 1200px;
  margin: -18px auto 0;
  left: 50%;
}

.main_slider .swiper-pagination > span {
  display: inline-block;
  margin: 0 10px;
}

.main_slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.main_slider .swiper-container-horizontal > .swiper-pagination-bullets,
.main_slider .swiper-pagination-custom,
.swiper-pagination-fraction {
  z-index: 50;
}

.main_slider .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 00px;
}

.main_slider .swiper-pagination {
  margin: 36px auto 0;
}

.main_contents {
  width: 1200px;
  margin: 24px auto 0;
}

/*サイズから簡単検索 S*/
.main_contents .size_search {
  border: 1px solid #000;
}

.main_contents .size_search .size_search_01 {
  background-color: #000;
  display: flex;
  align-items: center;
  padding: 8px 5px;
  flex-flow: row;
  justify-content: space-between;
}

.main_contents .size_search .size_search_01 p {
  color: #fff
}

.main_contents .size_search .size_search_01 h2 {
  color: #fff;
  font-size: 24px;
  margin: 0px;
}

.main_contents .size_search .size_search_01 p:nth-child(2) {
  font-size: 18px;
  margin: 0px;
}

.main_contents .size_search .size_search_02 {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 28px 20px 20px;
}

.size_search_02 > div {
  margin-right: 16px;
}

.size_search_02 > form > div {
  display: flex;
}

.size_search_02 > form > div div.size_calc input.size_input {
  width: 100px;
  height: 40px;
  font-size: 18px;
  border: 1px solid #595757;
  padding-left: 6px;
}

.size_search_02 > form > div div.size_calc select.limit {
  width: 68px;
  height: 40px;
  font-size: 15px;
  border: 1px solid #595757 !important;
  color: #000;
  -moz-appearance:auto!important;
  -webkit-appearance:auto!important;
  appearance:auto!important;
  padding:3px 0;
}

.size_search_02 > form > div div.size_calc .txt_01 {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  padding: 0 6px;
}

.size_search_02 > form > div div.size_calc > div:nth-child(1) {
  order: 1;
}

.size_search_02 > form > div div.size_calc > div:nth-child(2) {
  order: 2;
  display: flex;
  align-items: center;
}

.size_search_02 > form > div div.size_calc > div:nth-child(3) {
  order: 3;
}

.size_search_02 > form > div div.size_calc .txt_02 {
  font-size: 18px;
  padding-right: 6px;
  padding-left:6px;
}

.size_search_02 > form > div div.size_calc .txt_03 {
  font-size: 18px;
  padding-right: 6px;
}

.size_search_02 > form > div div.size_calc span.multiple {
  font-size: 22px;
  color: #231815;
  font-weight: bold;
  display: inline-block;
  padding: 0 6px;
}

.size_search_02 > form > div div.size_calc {
  display: flex;
  align-items: center;
}

.size_search_02 > form > div div.size_calc > img {
  width: 16px;
  height: 16px;
}

.size_search_02 > form > div > div > button.search_btn {
  width: 121px;
  height: 46px;
  cursor: pointer;
  background: #000;
  color: #fff;
  font-size: 24px;
  border: none;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
  margin-left: 24px;
}

.size_search_02 > form .cation {
  text-align: right;
  padding-top: 24px;
}

.size_search_02 > form .cation p {
  width: 100%;
  font-size: 14px;
  color: #595757;
  text-align: right;
  margin: 0px;
}

.size_detail .size_table01 {
  width: 100%;
  margin-top: 24px;
  border-collapse: collapse;
}

.size_detail .size_table01 tbody tr {
  text-align: center;
}

.size_detail .size_table01 thead tr th {
  background-color: #FABE00 !important;
}

.size_detail .size_table01 tbody tr:nth-child(1) {
  background-color: #FBEECB !important;
}

.size_detail .size_table01 tbody tr:nth-child(2n) {
  background-color: #FBFBFC;
}

.size_detail .size_table01 tbody tr:nth-child(2n+1) {
  background-color: #F2F2F2;
}

.size_detail .size_table01 tbody tr:last-child {
  border-bottom: 1px solid #727171;
}

.size_detail .size_table01 thead tr th,
.size_detail .size_table01 tbody tr td {
  font-size: 18px;
  color: #000;
  padding: 5px;
  height: 40px;
  border-collapse: collapse;
  vertical-align: middle;
  border: none;
  border-right: 1px solid #727171;
  border-left: 1px solid #727171;
}

.size_detail .size_table01 thead tr th {
  border: none;
  text-align: left;
  padding-left: 12px;
  font-size: 20px;
}

.size_detail .size_table01 tbody tr td:nth-child(1) {
  width: 110px;
  border: none;
}

.size_detail .size_table01 tbody tr td:nth-child(2) {
  width: 28%;
}

.size_detail .size_table01 tbody tr td:nth-child(3) {
  width: 8%;
}

.size_detail .size_table01 tbody tr td:nth-child(4) {
  width: 8%;
}

.size_detail .size_table01 tbody tr td:nth-child(5) {
  width: 10%;
}

.size_detail .size_table01 tbody tr td:nth-child(6) {
  width: 8%;
}

.size_detail .size_table01 tbody tr td:nth-child(7) {
  width: 19%;
}

.size_detail .size_table01 tbody tr td:nth-child(8) {
  width: 8%;
  border: none;
}

.size_detail .size_table02 {
  width: 100%;
  margin-top: 24px;
  border-collapse: collapse;
}

.size_detail .size_table02 thead {
  background-color: #FABE00 !important;
}

.size_detail .size_table02 tbody tr {
  text-align: center;
}

.size_detail .size_table02 tbody tr:nth-child(1) {
  background-color: #FBEECB !important;
}

.size_detail .size_table02 tbody tr:nth-child(2n) {
  background-color: #FBFBFC;
}

.size_detail .size_table02 tbody tr:nth-child(2n+1) {
  background-color: #F2F2F2;
}

.size_detail .size_table02 tbody tr:last-child {
  border-bottom: 1px solid #727171;
}

.size_detail .size_table02 thead tr th {
  background-color: #FABE00 !important;
}

.size_detail .size_table02 thead tr th,
.size_detail .size_table02 tbody tr td {
  font-size: 18px;
  color: #000;
  padding: 5px;
  height: 40px;
  border-collapse: collapse;
  vertical-align: middle;
  border: none;
  border-right: 1px solid #727171;
  border-left: 1px solid #727171;
}

.size_detail .size_table02 thead tr th {
  border: none;
  text-align: left;
  padding-left: 12px;
  font-size: 20px;
}

.size_detail .size_table02 tbody tr td:nth-child(1) {
  width: 8%;
  border: none;
}

.size_detail .size_table02 tbody tr td:nth-child(2) {
  width: 28%;
}

.size_detail .size_table02 tbody tr td:nth-child(3) {
  width: 8%;
}

.size_detail .size_table02 tbody tr td:nth-child(4) {
  width: 8%;
}

.size_detail .size_table02 tbody tr td:nth-child(5) {
  width: 10%;
  text-align: center;
  margin: 0 auto;
}

.size_detail .size_table02 tbody tr td:nth-child(6) {
  width: 8%;
}

.size_detail .size_table02 tbody tr td:nth-child(7) {
  width: 8%;
}

.size_detail .size_table02 tbody tr td:nth-child(8) {
  width: 8%;
}

.size_detail .size_table02 tbody tr td:nth-child(9) {
  width: 8%;
  border: none;
}

.size_detail .size_table03 {
  width: 100%;
  margin-top: 24px;
  border-collapse: collapse;
}

.size_detail .size_table03 thead {
  background-color: #FABE00;
}

.size_detail .size_table03 tbody tr {
  text-align: center;
}

.size_detail .size_table03 tbody tr:nth-child(1) {
  background-color: #FBEECB !important;
}

.size_detail .size_table03 tbody tr:nth-child(2n) {
  background-color: #FBFBFC;
}

.size_detail .size_table03 tbody tr:nth-child(2n+1) {
  background-color: #F2F2F2;
}

.size_detail .size_table03 tbody tr:last-child {
  border-bottom: 1px solid #727171;
}

.size_detail .size_table03 thead tr th {
  background-color: #FABE00 !important;
}

.size_detail .size_table03 thead tr th,
.size_detail .size_table03 tbody tr td {
  font-size: 18px;
  color: #000;
  padding: 5px;
  height: 40px;
  border-collapse: collapse;
  vertical-align: middle;
  border: none;
  border-right: 1px solid #727171;
  border-left: 1px solid #727171;
}

.size_detail .size_table03 thead tr th {
  border: none;
  text-align: left;
  padding-left: 12px;
  font-size: 20px;
}

.size_detail .size_table03 tbody tr td:nth-child(1) {
  width: 28%;
  border: none;
}

.size_detail .size_table03 tbody tr td:nth-child(2) {
  width: 8%;
}

.size_detail .size_table03 tbody tr td:nth-child(3) {
  width: 8%;
}

.size_detail .size_table03 tbody tr td:nth-child(4) {
  width: 10%;
}

.size_detail .size_table03 tbody tr td:nth-child(5) {
  width: 10%;
}

.size_detail .size_table03 tbody tr td:nth-child(6) {
  width: 8%;
}

.size_detail .size_table03 tbody tr td:nth-child(7) {
  width: 8%;
}

.size_detail .size_table03 tbody tr td:nth-child(8) {
  width: 10%;
}

.size_detail .size_table03 tbody tr td:nth-child(9) {
  width: 8%;
  border: none;
}

/*サイズから簡単検索 E*/

#wrapper table {
  table-layout: initial;
}

.category_search > h2 {
  font-size: 24px;
  margin: 32px 0 20px;
  font-weight: bold;
  color: #000;
}

.category_search > h2::after {
  display: block;
  content: '';
  background: url('/img/ver_2022/line-dot.png');
  width: 100%;
  height: 2px;
  margin-top: 6px;
}

.category_search .category_list {
  display: flex;
  justify-content: start;
  flex-flow: row nowrap;
}

.category_search .category_list > div {
  width: 23.75%;
  margin-bottom: 25px;
}

.category_search .category_list > div:not(:last-child) {
  margin-right: 20px;
}

.category_search .category_list .category_box {
  display: flex;
  align-items: center;
  text-decoration: none;
  border: 1px solid #000;
}

.category_search .category_list .category_box > p {
  font-size: 20px;
  width: 185px;
  text-align: center;
}

.category_search .category_list .category_box > img {
  width: 100px;
}

.category_search .category_list .category_box .cate_txt01 {
  color: #845B25;
}

.category_search .category_list .category_box .cate_txt02 {
  color: #4E93A6;
}

.category_search .category_list .category_box .cate_txt03 {
  color: #8DB64C;
}

/* 트레이 상품 추가로 카테고리 추가 (2023-03-02) */
.category_search .category_list .category_box .cate_txt04 {
  color: #FA8700;
}

/* 샘플 요청 추가로 카테고리 추가 (2025-07-06) */
.category_search .category_list .category_box .cate_txt05 {
  color: #595757;
  font-size: 16px;
}

.category_search .category_list p {
  font-size: 14px;
  line-height: 1.5;
  color: #595757;
  margin-top: 10px;
  margin-bottom: 0px;
}

.delivery_search > h2 {
  font-size: 24px;
  margin: 32px 0 20px;
  font-weight: bold;
  color: #000;
}

.delivery_search > h2::after {
  display: block;
  content: '';
  background: url('/img/ver_2022/line-dot.png');
  width: 100%;
  height: 2px;
  margin-top: 6px;
}

.delivery_search .delivery_list {
  display: flex;
  justify-content: space-between;
  flex-flow: row nowrap;
}

.delivery_search .delivery_list > div {
  width: 285px;
  height: 100px;
  margin-bottom: 25px;
}

.delivery_search .delivery_list p {
  font-size: 14px;
  line-height: 1.5;
  color: #595757;
  margin-top: 10px;
}

.delivery_search .delivery_list > div > h4 {
  height: 100%;
}

.delivery_search .delivery_list > div > h4 > a {
  height: 100px;
  overflow: hidden;
  display: block;
  border: 1px solid #595757;
  box-sizing: border-box;
}

.delivery_search .delivery_list > div > h4 > a > img {
  height: inherit
}

.item_type_search > h2 {
  font-size: 24px;
  margin: 32px 0 20px;
  font-weight: bold;
  color: #000;
}

.item_type_search > h2::after {
  display: block;
  content: '';
  background: url('/img/ver_2022/line-dot.png');
  width: 100%;
  height: 2px;
  margin-top: 6px;
}

.item_type_search .item_type_list {
  display: flex;
  justify-content: space-between;
  flex-flow: row nowrap;
}

.item_type_search .item_type_list > div {
  width: 285px;
  height: 100px;
  margin-bottom: 25px;
}

.item_type_search .item_type_list p {
  font-size: 14px;
  line-height: 1.5;
  color: #595757;
  margin-top: 10px;
}

.item_type_search .item_type_list > div > h4 {
  height: 100%;
}

.item_type_search .item_type_list > div > h4 > a {
  height: 100px;
  overflow: hidden;
  display: block;
  border: 1px solid #595757;
  box-sizing: border-box;
}

.item_type_search .item_type_list > div > h4 > a > img {
  height: inherit
}

.usage_search > h2 {
  font-size: 24px;
  margin: 32px 0 20px;
  font-weight: bold;
  color: #000;
}

.usage_search > h2::after {
  display: block;
  content: '';
  background: url('/img/ver_2022/line-dot.png');
  width: 100%;
  height: 2px;
  margin-top: 6px;
}

.usage_search .usage_list {
  display: flex;
  justify-content: start;
  flex-flow: row wrap;
}

.usage_search .usage_list > div {
  width: 15.16%;
  text-align: center;
  margin-bottom: 25px;
  border: 1px solid #595757;
  box-sizing: border-box;
}

.usage_search .usage_list > div:not(:last-child) {
  margin-right: 21px;
}

.usage_search .usage_list > div > a {
  display: block;
  font-size: 20px;
  color: #595757;
  text-decoration: none;
}

.usage_search .usage_list > div > a > img {
  width: 100%;
}

.usage_search .usage_list > div > a > span {
  display: inline-block;
  padding: 5px 0;
}

.usage_search .usage_list p {
  font-size: 14px;
  line-height: 1.5;
  color: #595757;
  margin-top: 10px;
}

.recommend_rank > h2 {
  font-size: 24px;
  margin: 32px 0 20px;
  font-weight: bold;
  color: #000;
}

.recommend_rank > h2::after {
  display: block;
  content: '';
  background: url('/img/ver_2022/line-dot.png');
  width: 100%;
  height: 2px;
  margin-top: 6px;
}

.recommend_rank .recommend_rank_list {
  display: flex;
  justify-content: start;
  flex-flow: row nowrap;
}

.recommend_rank .recommend_rank_list > div {
  width: 18.66%;
  text-align: left;
  margin-bottom: 25px;
  border: 1px solid #595757;
  box-sizing: border-box;
}

.recommend_rank .recommend_rank_list > div:not(:last-child) {
  margin-right: 20px;
}

.recommend_rank .recommend_rank_list > div .recommend_txt01 {
  font-size: 16px;
  color: #000;
  padding-left: 8px;
  margin: 0px;
}

.recommend_rank .recommend_rank_list > div .recommend_txt02 {
  font-size: 14px;
  color: #595757;
  padding-left: 8px;
  margin: 4px 0;
  min-height: 42px;
}

.recommend_rank .recommend_rank_list > div .recommend_txt03 {
  font-size: 18px;
  color: #FF0000;
  padding-left: 8px;
  padding-bottom: 6px;
  font-weight: bold;
  margin: 0 0;
}

.recommend_rank .recommend_rank_list > div .recommend_txt03 > span {
  font-size: 14px;
  font-weight: normal;
}

.recommend_rank .recommend_rank_list > div > a {
  display: block;
  font-size: 20px;
  color: #595757;
  text-decoration: none;
}

.recommend_rank .recommend_rank_list > div > a > img {
  width: 100%;
}

.recommend_rank .recommend_rank_list > div > a > span {
  display: inline-block;
  padding: 5px 0;
}

.recommend_rank .recommend_rank_list p {
  font-size: 14px;
  line-height: 1.5;
  color: #595757;
  margin-top: 6px;
}

.news_area {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-top: 12px;
}

.news_area h2 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 6px;
  margin-top: 0px;
}

.news_area .info > div h2 {
  margin-top: 0px;
}

.news_area .customer_comment {
  width: 49.16%;
}

.news_area .customer_comment > ul {
  border: 1px solid #000;
  max-height: 180px;
  overflow-y: scroll;
}

.news_area .customer_comment > ul > li {
  padding: 10px 5px;
  margin: 0 0 0 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #b1b1b1;
}

.news_area .customer_comment > ul > li > a {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  color: #595757;
  padding: 3px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_area .customer_comment > ul > li > span {
  font-size: 18px;
  color: #595757;
}

.news_area .customer_comment > ul > li:first-child {
  padding-top: 10px;
}

.news_area .customer_comment > ul > li:last-child {
  border-bottom: none;
}

.news_area .info {
  width: 49.16%;
}

.news_area .info .info_top {
  display: flex;
  justify-content: space-between;
}

.news_area .info .info_top a {
  display: inline-block;
  text-decoration: none;
  width: 97px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 18px;
  color: #595757;
  border: 1px solid #595757;
  border-radius: 30px
}

.news_area .info ul {
  border: 1px solid #000;
  height: 180px;
  overflow-y: scroll;
}

.news_area .info > ul > li {
  padding: 10px 5px;
  margin: 0 0 0 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #b1b1b1;
}

.news_area .info > ul > li > a {
  width: 80%;
  display: inline-block;
  text-decoration: none;
  font-size: 17px;
  color: #595757;
  padding: 4px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_area .info > ul > li > span {
  font-size: 16px;
  color: #595757;
}

.news_area .info > ul > li:first-child {
  padding-top: 10px;
}

.news_area .info > ul > li:last-child {
  border-bottom: none;
}

/*ScrollBar Custom*/
/* .news_area ul::-webkit-scrollbar { width: 10px; }
.news_area ul::-webkit-scrollbar-thumb {width:10px;background-color: red;}
.news_area ul::-webkit-scrollbar-track {background-color: blue;} */

.review_area {
  margin-top: 12px;
}

.review_area .review_top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 24px;
}

.review_area .review_top a {
  display: inline-block;
  text-decoration: none;
  width: 97px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 18px;
  color: #595757;
  border: 1px solid #595757;
  border-radius: 30px
}

.review_top::after {
  display: block;
  position: absolute;
  content: '';
  background: url('/img/ver_2022/line-dot.png');
  width: 100%;
  height: 2px;
  margin-top: 6px;
  bottom: 10px;
}

/* .review_area .review_top::after {display: block; content: ''; } */
.review_area .review_top h2 {
  font-size: 24px;
  margin: 32px 0 20px;
  font-weight: bold;
  color: #000;
}

.review_area > .sub_tt {
  font-size: 18px;
  color: #595757;
  margin-bottom: 14px;
  margin-top: 0px;
}

.swiper-review-container,
.swiper-review-container2 {
  width: 1200px;
  overflow: hidden;
}

.review_area .swiper-wrapper {
  width: 100%;
  height: auto;
}

.review_area .swiper-slide {
  /* margin: 0 4px; */
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.review_area .swiper-slide::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  z-index: 10;
}

.review_area .swiper-slide.swiper-slide-active::before {
  display: none;
}

.review_area .swiper-slide img {
  width: 100%;
}

.review_area .swiper-pagination_wrap {
  position: relative;
  top: -95px;
  width: 1200px;
  height: 38px;
  margin: 0 auto;
}

.review_area .swiper-pagination2 > span.swiper-pagination-bullet-active {
  background-color: #3c3c3c;
}

.review_area .swiper-button-prev,
.review_area .swiper-button-next {
  position: absolute;
}

.review_area .swiper-button-next::after,
.review_area .swiper-button-prev::after {
  display: none;
}

.review_area .swiper-button-prev {
  background: url('/img/ver_2022/slide_arrow_btn.png')no-repeat;
  width: 52px;
  height: 52px;
  left: 0px;
}

.review_area .swiper-button-next {
  background: url('/img/ver_2022/slide_arrow_btn.png')no-repeat;
  transform: rotate(180deg);
  width: 52px;
  height: 52px;
  right: 0px;
}

.review_area .swiper-pagination2 {
  position: static;
  width: 1200px;
  margin: -18px auto 0;
  left: 50%;
  text-align: center;
}

.review_area .swiper-pagination2 > span {
  display: inline-block;
  margin: 0 10px;
}

.review_area .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.review_area .swiper-container-horizontal > .swiper-pagination-bullets,
.review_area .swiper-pagination-custom,
.swiper-pagination-fraction {
  z-index: 50;
}

.review_area .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0px;
}

/* ユーパッケージが選ばれる理由 */
.pick_reason > h2 {
  font-size: 36px;
  margin: 32px 0 20px;
  font-weight: bold;
  text-align: center;
  color: #000;
}

.pick_reason > h2::after {
  display: block;
  content: '';
  background: url('/img/ver_2022/line-dot.png');
  width: 100%;
  height: 2px;
  margin-top: 6px;
}

.pick_reason .pick_reason_list {
  display: flex;
  justify-content: start;
  flex-flow: row wrap;
}

.pick_reason .pick_reason_list > div {
  width: 23.75%;
  text-align: left;
  margin-bottom: 25px;
}

.pick_reason .pick_reason_list > div:not(:last-child) {
  margin-right: 20px;
}

.pick_reason .pick_reason_list > div > img {
  width: 285px;
}

.pick_reason .pick_reason_list > div .pick_txt01 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  padding-left: 8px;
  margin-bottom: 0px;
}

.pick_reason .pick_reason_list > div .pick_txt02 {
  font-size: 14px;
  color: #595757;
  padding-left: 8px;
  margin: 6px 0 0px;
}

.pick_reason .pick_reason_list p {
  font-size: 14px;
  line-height: 1.5;
  color: #595757;
  margin-top: 6px;
}

/* 箱の豆知識 */
.box_tip .box_tip_top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 24px;
}

.box_tip .box_tip_top h2 {
  font-size: 24px;
  margin: 32px 0 20px;
  font-weight: bold;
  color: #000;
}

.box_tip_top::after {
  display: block;
  position: absolute;
  content: '';
  background: url('/img/ver_2022/line-dot.png');
  width: 100%;
  height: 2px;
  margin-top: 6px;
  bottom: 10px;
}

.box_tip .box_tip_top a {
  display: inline-block;
  text-decoration: none;
  width: 97px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 18px;
  color: #595757;
  border: 1px solid #595757;
  border-radius: 30px
}

/*box_tip_slider*/
.box_tip .swiper-tip-container {
  overflow: hidden;
}

.box_tip .swiper-slide {
  padding: 0 0px;
  max-width: 287px;
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.box_tip_list li {
  display: flex;
  flex-flow: column;
}

.box_tip_list li .img_wrap {
  width: 285px;
  height: 100px;
  border: 1px solid #595757;
  overflow-y: hidden;
  display: flex;
  align-items: center;
}

.box_tip_list li .img_wrap img {
  width: 100%;
}

.box_tip_list li .tip_txt01 {
  width: 97%;
  font-size: 14px;
  min-height: 42px;
  color: #595757;
  text-align: left;
  padding-left: 8px;
  margin: 6px 0 16px;
  line-height: 1.5
}

.box_tip_list li .tip_link {
  width: 100%;
  text-align: right;
}

.box_tip_list li .tip_link > a {
  color: #845B25;
  font-size: 20px;
  position: relative;
  text-decoration: underline;
  font-weight: normal;
}

.box_tip_list li .tip_link > a::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #845B25;
  right: 0;
}

/* お支払方法 */
.terms_payment > h3 {
  font-size: 24px;
  margin: 32px 0 20px;
  font-weight: bold;
  text-align: left;
  color: #000;
}

.terms_payment > h3::after {
  display: block;
  content: '';
  background: url('/img/ver_2022/line-dot.png');
  width: 100%;
  height: 2px;
  margin-top: 6px;
}

.terms_payment > div {
  display: flex;
}

.terms_payment > div > div:nth-child(1) {
  width: 33.33%;
  margin-right: 1%;
}

.terms_payment > div > div > p {
  font-size: 20px;
  color: #595757;
  line-height: 1.5;
  margin: 0;
}

.terms_payment > div .card_list {
  display: flex;
}

.terms_payment > div .card_list > div:not(:last-child) {
  margin-right: 12px;
}


.company_info {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.company_info > div {
  width: 48.75%;
}

.company_info h3 {
  font-size: 24px;
  margin: 32px 0 20px;
  font-weight: bold;
  text-align: left;
  color: #000;
}

.company_info h3::after {
  display: block;
  content: '';
  background: url('/img/ver_2022/line-dot.png');
  width: 100%;
  height: 2px;
  margin-top: 6px;
}

.company_info .contact {
  text-align: center;
}

.company_info .calender .s-calendar table {
  width: 281px;
  font-weight: bold;
  border-width: 0;
}

.company_info .calender .s-calendar table thead th div.months-title {
  font-size: 24px;
  text-align: center;
}

.company_info .calender .s-calendar table thead th {
  border-top-width: 0;
  border-bottom: 1px dotted #ddd;
  border-left: 0;
  border-right: 0;
  background-color: #fff;
}

.company_info .calender .s-calendar table thead th.sat {
  color: #007aa0 !important;
}

.company_info .calender .s-calendar table thead tr:not(.day-title) th {
  text-align: center;
}

.company_info .calender .s-calendar table thead tr.day-title th {
  padding: 10px 0;
  font-size: 0.9em;
  font-weight: bold;
  background-color: #DCD9D9;
}

.company_info .calender .s-calendar table thead tr.day-title th:first-child,
.company_info .calender .s-calendar table thead tr.day-title th:last-child {
  color: #e50012;
  background: #FABE00;
}

.company_info .calender .s-calendar table tbody td {
  padding: 7px 5px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  border-left: 0;
  border-right: 0;
  background-color: #f1f1f1;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.company_info .calender .s-calendar table tbody td.inactive {
  font-size: 0;
}

.company_info .calender .s-calendar table tbody td.saturday.inactive,
.s-calendar table tbody td.sunday.inactive,
.s-calendar table tbody td.holiday.inactive {
  background-color: transparent;
}

.company_info .calender .s-calendar table tbody td.holiday {
  color: #221815;
  background-color: #FABE00;
}

.company_info .calender .s-calendar table tbody td.saturday {
  color: #e50012;
  background-color: #FABE00;
}

.company_info .calender .s-calendar table tbody td.sunday {
  color: #e50012;
  background-color: #FABE00;
}

.contact .company_area .phone {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.contact .company_area .phone p {
  font-size: 53.91px;
  font-weight: bold;
  color: #595757;
  padding-top: 24px;
  margin: 0px;
}

.contact .company_area .phone span {
  font-size: 16.6px;
  color: #595757;
  padding-right: 36px;
}

.contact .company_area .mail {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact .company_area .mail p {
  font-size: 47.13px;
  font-weight: bold;
  color: #595757;
  margin: 0px;
}

.contact .company_area .mail span {
  font-size: 16.6px;
  color: #595757;
}

.contact .company_area img {
  width: 54px;
  margin-right: 12px;
}

.company_info .calender > div {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.goTop {
  text-align: right;
  margin: 60px 0 12px;
}

.goTop > a {
  color: #595757;
  font-size: 18px;
  text-decoration: none;
}


#common_header_pc {
  display:block!important;
  width:100%;
  display: block;
  margin:0 auto;
}

.swiper-tip-pagination_wrap {
  display: none;
}

/* 서비스 항목(데이터 작성, Udatabox) 추가 (2023-03-02) */
.customer_service > h2 {
  font-size: 24px;
  margin: 32px 0 20px;
  font-weight: bold;
  color: #000;
}

.customer_service > h2::after {
  display: block;
  content: '';
  background: url('/img/ver_2022/line-dot.png');
  width: 100%;
  height: 2px;
  margin-top: 6px;
}

.customer_service .customer_service_list {
  display: flex;
  justify-content: start;
  flex-flow: row nowrap;
}

.customer_service .customer_service_list > div {
  width: 23.75%;
  margin-bottom: 25px;
}

.customer_service .customer_service_list > div:not(:last-child) {
  margin-right: 20px;
}

.customer_service .customer_service_list .customer_service_box img { width: 285px; }
.customer_service .customer_service_list p { font-size: 14px; }
.customer_service .customer_service_list p span { display: block; margin: 15px 0; font-size: 18px; font-weight: bold; }
.customer_service .customer_service_list .customer_service_link { width: 100%; text-align: right; }
.customer_service .customer_service_list .customer_service_link a { color: #845B25; font-size: 20px; text-decoration: underline; }

@media all and (max-width:480px) {
  .customer_service { margin: 0 3%; }
  .customer_service .customer_service_list { flex-flow: column nowrap; justify-content: center; }
  .customer_service .customer_service_list > div { width: 100%; }
  .customer_service .customer_service_list .customer_service_box img { width: 100%; }
}


@media all and (min-width:481px) and (max-width:1200px) {
  body{width:1200px;}
}

@media all and (max-width:480px) {
  #wrapper{
    max-width:480px;
    width:100%;
  }

  .main_contents {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }

  .main_contents .size_search .size_search_01 {
    flex-flow: column;
  }

  .main_contents .size_search .size_search_02 {
    flex-flow: column;
  }

  .size_search_02 > form > div {
    flex-flow: column;
  }

  .size_search_02 > form > div div.size_calc {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-top: 5%;
  }

  .main_contents .size_search .size_search_01 {
    align-items: flex-start;
  }

  .main_contents .size_search .size_search_01 h2 {
    padding-left: 6px;
  }

  .main_contents .size_search .size_search_01 p:nth-child(2) {
    display: none;
  }

  .size_search_02 > form > div div.size_calc > div:nth-child(1) {
    order: 1;
    width: 60%;
  }

  .size_search_02 > form > div div.size_calc > div:nth-child(2) {
    order: 3;
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 16px;
  }

  .size_search_02 > form > div div.size_calc input.size_input {
    width: 76px;
    font-size: 14px;
  }

  .size_search_02 > form > div div.size_calc .txt_02 {
    padding-right: 0px;
    margin-left: 6px;
  }

  .size_search_02 > form > div div.size_calc > div:nth-child(3) {
    order: 2;
    width: 40%;
  }

  .main_contents .size_search {
    border: none;
  }

  .search_btn_box {
    text-align: center;
    margin: 24px 0 12px;
  }

  .size_search_02 > form .cation p {
    text-align: left;
  }

  .size_detail .size_table01 tbody tr td.only_pc {
    display: none;
  }

  .size_detail .size_table01 thead tr th,
  .size_detail .size_table01 tbody tr td {
    border-left: none;
  }

  .size_detail .size_table02 tbody tr td.only_pc {
    display: none;
  }

  .size_detail .size_table02 thead tr th,
  .size_detail .size_table02 tbody tr td {
    border-left: none;
  }

  .size_detail .size_table03 tbody tr td.only_pc {
    display: none;
  }

  .size_detail .size_table03 thead tr th,
  .size_detail .size_table03 tbody tr td {
    border-left: none;
  }

  .size_detail .size_table03 tbody tr td:nth-child(2) {
    border-left: 1px solid #727171;
  }

  .size_detail .size_table01 .only_pc,
  .size_detail .size_table02 .only_pc,
  .size_detail .size_table03 .only_pc {
    display: none;
  }
  .size_detail .size_table02 tbody tr td:nth-child(2){width:25%;}
  .size_detail .size_table02 tbody tr td:nth-child(6){width:9%;}
  .size_detail .size_table03 tbody tr td:nth-child(1){width:24%;}
  .box_tip_list li .tip_txt01 {
    width: 97%;
    max-width: 290px;
    padding-left: 0px;
  }

  .box_tip_list li .tip_link {
    width: 85%;
  }

  .category_search {
    display: none;
  }

  .delivery_search {
    padding: 0 3%;
  }

  .delivery_search .delivery_list {
    flex-flow: row wrap;
  }

  .delivery_search .delivery_list > div {
    width: 49%;
    margin-bottom: 2.5%;
  }

  .delivery_search .delivery_list > div > h4 > a > img {
    width: 100%;
  }

  .item_type_search {
    padding: 0 3%;
  }

  .item_type_search .item_type_list {
    flex-flow: row wrap;
  }

  .item_type_search .item_type_list > div {
    width: 49%;
    margin-bottom: 2.5%;
  }

  .item_type_search .item_type_list > div > h4 > a > img {
    width: 100%;
  }

  .usage_search {
    padding: 0 3%;
  }

  .usage_search .usage_list {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
  }

  .usage_search .usage_list > div {
    display: inline-block;
    width: 49%;
    margin-bottom:12px;
  }

  .usage_search .usage_list > div:not(:last-child) {
    margin-right: 0%;
  }

  .usage_search .usage_list > div > a > span {
    font-size: 18px;
  }

  .recommend_rank {
    padding: 0 3%;
  }

  .recommend_rank h2 span {
    display: block;
  }

  .recommend_rank .recommend_rank_list {
    flex-flow: row wrap;
    justify-content: space-between;
  }

  .recommend_rank .recommend_rank_list > div {
    width: 49%;
    margin-bottom: 2.5%;
  }

  .recommend_rank .recommend_rank_list > div:not(:last-child) {
    margin-right: 0px;
  }

  .news_area {
    flex-flow: column wrap;
    padding: 0 3%;
  }

  .news_area .customer_comment {
    width: 100%;
    margin-top: 16px;
  }

  .news_area .info {
    width: 100%;
    margin-top: 32px;
  }

  .news_area .customer_comment > ul > li {
    padding: 10px 5px;
  }

  .news_area .info > ul > li {
    padding: 10px 5px;
  }

  .news_area .customer_comment > ul > li > a  {
    font-size: 18px;
  }

  .news_area .info > ul > li > a {
    width: 65%;
    font-size: 18px;
  }

  .news_area .customer_comment > ul > li > span,
  .news_area .info > ul > li > span {
    padding-right: 6px;
    font-size: 18px;
  }

  .review_area {
    padding: 0 3%;
  }

  .swiper-review-container,
  .swiper-review-container2 {
    max-width: 480px;
    width: 100%;
  }

  .review_area .swiper-pagination_wrap {
    max-width: 480px;
    width: 100%;
  }

  .pick_reason {
    padding: 0 3%;
  }

  .pick_reason h2 span {
    display: block;
  }

  .pick_reason .pick_reason_list {
    flex-flow: column wrap;
  }

  .pick_reason .pick_reason_list > div {
    width: 100%;
    min-height: 10px;
  }

  .pick_reason_list > div > img {
    display: none;
  }


  .box_tip {
    padding: 0 3%;
  }

  .terms_payment {
    padding: 0 3%;
  }

  .terms_payment > div {
    display: flex;
    flex-flow: column wrap;
  }

  .terms_payment > div > div:nth-child(1) {
    width: 100%;
  }

  .terms_payment > div .card_list {
    display: flex;
    flex-flow: row wrap;
    margin-top: 5%;
  }

  .terms_payment > div .card_list > div {
    width: 13%;
    margin-right: 0px;
  }

  .terms_payment > div .card_list > div > img {
    width: 100%;
  }


  .company_info {
    padding: 0 3%;
    flex-flow: column wrap;
  }

  .company_info > div {
    width: 100%;
  }

  .contact .company_area .phone .phone_02 p {
    font-size: 32px!important;
    padding-top: 0px;
  }

  .contact .phone_02 {
    text-align: left;
  }

  .contact .company_area .phone span {
    line-height: 1.3;
    font-size: 14px;
  }

  .contact .company_area .mail {
    justify-content: flex-start;
  }

  .contact .company_area .mail p {
    font-size: 28px;
  }

  .calender .s-calendar {
    margin: 0 auto;
  }

  
  .swiper-review-container2 .swiper-slide {
    max-width: 191px;
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-tip-pagination_wrap {
    text-align: center;
    margin-top: 8%;
  }

  .box_tip_list li .tip_link > a {
    text-decoration: none;
  }

  .swiper-container {
    position: relative;
  }

  .swiper-container .swiper-slide {
    margin: 0 5px;
    position: relative;
    max-width: 300px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-container .swiper-slide > a {
    border: 1px solid #595757;
    height: 124px;
  }

  .swiper-container .swiper-slide::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    z-index: 10;
  }

  .swiper-container .swiper-slide.swiper-slide-active::before {
    display: none;
  }

  .swiper-container .swiper-slide img {
    width: 100%;
  }

  .swiper-container .swiper-pagination_wrap {
    position: relative;
    top: -0px;
    width: 100%;
    /* height:38px; */
    margin: 0 auto;
  }

  .swiper-container .swiper-button-next {
    background: url('/img/ver_2022/swiper_btn_navi.png')no-repeat;
    transform: rotate(180deg);
    width: 36px;
    height: 36px;
    right: -22px;
  }

  .swiper-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  .swiper-container .swiper-container-horizontal > .swiper-container .swiper-pagination-bullets,
  .swiper-container .swiper-pagination-custom,
  .swiper-container .swiper-pagination-fraction {
    z-index: 50;
  }

  .swiper-container .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 00px;
  }

  .main_slider .swiper-pagination {
    position: static;
    max-width: 480px;
    width: 100%;
    margin: 0px auto;
    text-align: center;
    z-index: 500;
  }

  .review_area .swiper-slide {
    margin: 0px;
  }

  .swiper-container .swiper-swiper-pagination {
    text-align: center;
  }

  .swiper-swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #3c3c3c;
  }

  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    position: absolute;
    z-index: 500 !important;
    margin-top: -5px;
  }

  .swiper-review-container .swiper-slide {
    max-width: 191px;
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .box_tip .swiper-slide {
    padding: 0 0px;
    max-width: 480px;
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-tip-pagination_wrap {
    position:relative;
    display: block;
  }

  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    position: inherit;
    margin: 8% 0 2%;
  }

}