@charset "UTF-8";
/* CSS Document */

/* ---------------------------
toppage
--------------------------- */
/* main */
#toppage #main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#toppage #main .photo {
  width: 50%;
  height: 400px;
  background: url('/images/top/contents/index/main/main.jpeg') no-repeat;
}
#toppage #main .comment {
  width: 45%;
}
#toppage #main h2 {
  font-size: 50px;
  font-weight: bold;
  line-height: 120%;
}
#toppage #main p {
  font-size: 24px;
  line-height: 160%;
}

/* section */
#toppage section .ttl {
  display: flex;
  align-items: baseline;
}
#toppage section .ttl h2 {
  margin-right: 25px;
  font-size: 32px;
  font-weight: bold;
  line-height: 160%;
}
#toppage section .ttl a {
  padding-right: 20px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M9%2018l6-6-6-6%22%2F%3E%3C%2Fsvg%3E')
    no-repeat 100% 50%;
  background-size: 15px;
}

/* bnr */
#toppage #bnrs {
  width: 1200px;
  margin: 80px auto;
}
#toppage #bnrs ul {
  display: flex;
  justify-content: space-between;
}
#toppage #bnrs ul li.supplier_search,
#toppage #bnrs ul li.fabric_search,
#toppage #bnrs ul li.about {
  padding: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 31.33333%;
  height: 250px;
  margin: 1%;
}
#toppage #bnrs ul li.supplier_search:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url('/images/top/contents/index/bnr_supplier.jpg') no-repeat
    center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#toppage #bnrs ul li.fabric_search:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url('/images/top/contents/index/bnr_fabric.jpg') no-repeat center
    center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#toppage #bnrs ul li.about:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url('/images/top/contents/index/bnr_about.jpg') no-repeat center
    center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#toppage #bnrs ul li:hover:after {
  opacity: 0.8;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#toppage #bnrs ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 1;
  height: 100%;
  text-decoration: none;
}
#toppage #bnrs ul li a:hover {
  text-decoration: none;
}
#toppage #bnrs ul li a .name {
  padding: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 55%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0;
}
#toppage #bnrs ul li .name::after {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-arrow-right-circle-fill%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20d%3D%22M8%200a8%208%200%201%201%200%2016A8%208%200%200%201%208%200zM4.5%207.5a.5.5%200%200%200%200%201h5.793l-2.147%202.146a.5.5%200%200%200%20.708.708l3-3a.5.5%200%200%200%200-.708l-3-3a.5.5%200%201%200-.708.708L10.293%207.5H4.5z%22%2F%3E%3C%2Fsvg%3E')
    no-repeat;
  background-size: 20px;
  margin-top: 20px;
}

/* journal */
#toppage #journal {
  width: 1200px;
  margin: 80px auto;
}
#toppage #journal ul {
  display: flex;
  flex-wrap: wrap;
}
#toppage #journal ul li {
  width: 33.33333%;
  padding: 15px;
}
#toppage #journal ul li a {
  display: block;
}
#toppage #journal ul li a:hover {
  text-decoration: none;
}
#toppage #journal ul li .photo a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  background: #fff;
}
#toppage #journal ul li .photo a img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#toppage #journal ul li .cat {
  margin: 5px 0;
}
#toppage #journal ul li .cat a {
  background: #333;
  padding: 2px 5px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 140%;
}
#toppage #journal ul li .date {
  font-size: 14px;
  line-height: 160%;
}
#toppage #journal ul li .author {
  font-size: 12px;
  line-height: 160%;
}
#toppage #journal ul li h3 {
  margin: 5px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 160%;
}
#toppage #journal ul li .comment {
  font-size: 16px;
  line-height: 160%;
  margin: 10px 0;
}

/* registration */
#toppage .registration {
  background: url('/images/top/contents/index/registration_bg.jpg');
  border-radius: 15px;
  padding: 80px;
  color: #fff;
  text-align: center;
  width: 1200px;
  margin: 80px auto;
}
#toppage .registration h3 {
  font-size: 43px;
  line-height: 160%;
  font-weight: bold;
  margin-bottom: 30px;
}
#toppage .registration p {
  margin: 0 auto;
  width: 80%;
}
#toppage .registration .free {
  margin: 30px 0;
  font-size: 28px;
  line-height: 160%;
}
#toppage .registration .free strong {
  border-bottom: 5px double #fff;
  padding-bottom: 5px;
}
#toppage .registration .btn {
  width: 560px;
  margin: 0 auto;
}
#toppage .registration .btn a {
  display: block;
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  font-size: 28px;
  line-height: 160%;
  color: #a50000;
  box-shadow: 8px 8px 0 rgba(205, 151, 68, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
#toppage .registration .btn a:hover {
  text-decoration: none;
  box-shadow: 10px 10px 0 rgba(205, 151, 68, 1);
  opacity: 1;
}
#toppage .registration .btn a::after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23A50000%22%20class%3D%22bi%20bi-arrow-right-circle-fill%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20d%3D%22M8%200a8%208%200%201%201%200%2016A8%208%200%200%201%208%200zM4.5%207.5a.5.5%200%200%200%200%201h5.793l-2.147%202.146a.5.5%200%200%200%20.708.708l3-3a.5.5%200%200%200%200-.708l-3-3a.5.5%200%201%200-.708.708L10.293%207.5H4.5z%22%2F%3E%3C%2Fsvg%3E')
    no-repeat;
  background-size: 25px;
  margin-left: 20px;
}

/* newsletter */
#toppage #newsletter {
  background: #fff;
  border-radius: 15px;
  padding: 80px;
  text-align: center;
  width: 1200px;
  margin: 80px auto;
}
#toppage #newsletter h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 160%;
  margin-bottom: 30px;
}
#toppage #newsletter p {
  margin: 0 auto;
  width: 80%;
}
#toppage #newsletter .form {
  margin: 30px 0 0 0;
}
#toppage #newsletter .form form {
  margin: 0 auto;
}

/* matching */
#toppage #matching {
  background: #fff;
  border-radius: 15px;
  padding: 80px;
  width: 1200px;
  margin: 80px auto;
}
#toppage #matching h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 160%;
  text-align: center;
}
#toppage #matching h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 160%;
  margin-bottom: 20px;
  text-align: center;
}
#toppage #matching .ex {
  margin: 50px 0;
}
#toppage #matching .ex ul {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
#toppage #matching .ex ul li {
  margin: 0 1%;
  padding: 20px 20px 10px 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  width: 31.3333%;
}
#toppage #matching.login .ex ul li {
  border: none;
  border-radius: 0;
  margin: 0 1%;
  padding: 20px 20px 10px 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  display: block;
  opacity: 1;
}
#toppage #matching .ex ul li h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 160%;
  margin: 0;
}
#toppage #matching .ex ul li .status {
  background: #333;
  padding: 2px 5px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 140%;
}
#toppage #matching .ex ul li .status.on {
  background: #a50000;
}
#toppage #matching .ex ul li p {
  margin: 5px 0;
}
#toppage #matching .ex ul li .price {
  border-top: 1px dashed #ddd;
  padding-top: 5px;
  margin-top: 15px;
  text-align: right;
  font-size: 14px;
}
#toppage #matching .btn {
  text-align: center;
}
#toppage #matching .btn ul {
  display: flex;
  justify-content: center;
}
#toppage #matching .btn ul li {
  margin: 0 15px;
}
#toppage #matching .btn ul li a {
  display: block;
  background: #fff;
  border-radius: 5px;
  padding: 15px 50px;
  font-size: 16px;
  line-height: 160%;
  box-shadow: 8px 8px 0 rgb(205 151 68 / 50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgb(205 151 68 / 50%);
}
#toppage #matching .btn ul li a:hover {
  text-decoration: none;
  box-shadow: 10px 10px 0 rgba(205, 151, 68, 1);
  opacity: 1;
}

/* suppliers */
#toppage #suppliers,
#toppage #reccomend,
#toppage #supporter {
  width: 1200px;
  margin: 80px auto 100px auto;
}
#toppage .slick-list {
  width: 1200px;
  margin: 15px auto;
  overflow: hidden;
}
#toppage #suppliers ul li,
#toppage #reccomend ul li {
  width: 25%;
  padding: 10px;
}
#toppage #suppliers ul li .photo,
#toppage #reccomend ul li .photo {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: #fff;
  height: 280px;
  margin-bottom: 10px;
}
#toppage #suppliers ul li .photo img,
#toppage #reccomend ul li .photo img {
  max-width: 100%;
  max-height: 100%;
}
#toppage #suppliers ul li .txt {
  padding: 10px;
  font-size: 14px;
  line-height: 160%;
}
#toppage #suppliers ul li .txt h3,
#toppage #reccomend ul li h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 160%;
  margin-bottom: 10px;
}

/* supporter */
#toppage #supporter h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 160%;
  text-align: center;
  margin-bottom: 30px;
}
#toppage #supporter ul {
  display: flex;
  justify-content: center;
}
#toppage #supporter ul li {
  width: 50%;
  padding: 10px;
}
#toppage #supporter ul li .photo {
  margin-bottom: 15px;
  text-align: center;
}
#toppage #supporter ul li .photo img {
  width: 60%;
  height: auto;
}
#toppage #supporter ul li h3 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 160%;
}
#toppage #supporter ul li .position {
  margin: 15px 0;
  text-align: center;
  letter-spacing: 0;
  font-size: 13px;
  line-height: 160%;
}
#toppage #supporter ul li .message {
  position: relative;
  padding: 40px 0 0 0;
  box-sizing: border-box;
}
#toppage #supporter ul li .message:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: '”';
  font-family: 'serif';
  font-style: italic;
  color: #cfcfcf;
  font-size: 80px;
  line-height: 100%;
  font-weight: 500;
}

.floatbnr {
  width: 200px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
.floatbnr a {
  background: #e6cba1;
  padding: 15px;
  display: block;
  text-align: center;
}
.floatbnr a:hover {
  text-decoration: none;
}
.floatbnr h3 {
  font-size: 17px;
  font-weight: bold;
  line-height: 160%;
  margin: 0 0 10px 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0;
}
.floatbnr h3::after {
  display: inline-block;
  content: '';
  width: 17px;
  height: 17px;
  background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-arrow-right-circle-fill%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20d%3D%22M8%200a8%208%200%201%201%200%2016A8%208%200%200%201%208%200zM4.5%207.5a.5.5%200%200%200%200%201h5.793l-2.147%202.146a.5.5%200%200%200%20.708.708l3-3a.5.5%200%200%200%200-.708l-3-3a.5.5%200%201%200-.708.708L10.293%207.5H4.5z%22%2F%3E%3C%2Fsvg%3E)
    no-repeat;
  background-size: 17px;
  margin-left: 10px;
}
.floatbnr p {
  font-size: 12px;
  line-height: 140%;
  margin: 0;
  padding: 10px;
  border: 1px solid #bbb;
  background: #fff;
}

/* contents
------------------------------------------- */
#page_contents {
  width: max-width;
  margin: 120px auto 50px auto;
}

/* member
------------------------------------------- */

/* provisional registration _ login */
.member .provisional_registration,
.member .login {
  width: 640px;
  padding: 50px;
  margin: 0 auto;
  background: #f0f1f5;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.member .provisional_registration p,
.member .login p {
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
}

/* registration */
.member .registration #customer,
.member .registration #customer_detail,
.member .registration #plan {
  width: 1000px;
  margin: 0 auto 50px auto;
}
.member .registration #customer h2,
.member .registration #customer_detail h2,
.member .registration #plan h2 {
  margin: 0 0 15px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  font-size: 21px;
  line-height: 200%;
}
.member .registration #plan .message {
  text-align: center;
}
.member .registration dl,
.member .registration dl .open {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
}
.member .registration .planlists {
  display: flex;
  justify-content: space-between;
}
.member .registration .planlists .box {
  width: 48%;
  padding: 20px;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 160%;
}
.member .registration .planlists .box.full {
  width: 100%;
}
.member .registration .planlists .box p {
  margin: 5px 0 0 21px;
  font-size: 14px;
  line-height: 160%;
  font-weight: normal;
  display: block;
}
.member .registration .plan_guide {
  border: solid 1px #333;
  padding: 20px;
}
.member .registration .optionlists {
  position: relative;
  margin: 40px 0 0 0;
  padding: 30px;
  background: #eee;
  border: solid 2px #fff;
}
.member .registration .optionlists:after {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -17px;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
  z-index: 1;
}
.member .registration .optionlists h3 {
  margin: 0;
  font-size: 16px;
  line-height: 160%;
}
.member .registration .optionlists label {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #fff;
  padding: 10px;
}
.member .registration .optionlists label:first-child {
  border-top: none;
}
.member .registration .optionlists label .optionttl {
  margin: 0;
  padding: 0 10px;
  width: 30%;
  font-weight: bold;
}
.member .registration .optionlists label p {
  margin: 0;
  padding: 0 10px;
  width: 70%;
}
.member .registration .agree {
  text-align: center;
}
.member .registration .next_btn {
  margin: 50px 0 0 0;
}
.member .registration .next_btn a,
.member .registration .next_btn input {
  width: 150px;
  padding: 5px 0;
  background: #fff
    url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M6%209l6%206%206-6%22%2F%3E%3C%2Fsvg%3E')
    no-repeat 90% 50%;
  background-size: 15px;
  color: #333;
  display: block;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #333;
  text-decoration: none;
  cursor: pointer;
}
.member .registration .next_btn a:hover,
.member .registration .next_btn input:hover {
  background: #333
    url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M6%209l6%206%206-6%22%2F%3E%3C%2Fsvg%3E')
    no-repeat 90% 50%;
  background-size: 15px;
  color: #fff;
}

/* update */
.member .update .customer h3 {
  margin: 0 0 20px 0;
  padding: 0;
}
.member .update .customer h4 {
  margin: 0 20px;
}
.member .update .customer h4::before {
  content: '▼';
}
.member .update #plan .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.member .update #plan .header a {
  padding: 3px 10px;
  background: #fff;
  display: inline-block;
  text-decoration: none;
  width: 100px;
  text-align: center;
}

.member .update #option .inner {
  width: 95%;
  margin: 0 auto;
}
.member .update #option .inner p {
  margin: 0;
}
.member .update #option .inner .option_menu {
  margin: 30px 0 0 0;
  padding: 15px;
  background: #eee;
  border: solid 2px #fff;
}
.member .update #option .inner .option_menu .optionttl {
  font-weight: bold;
  font-size: 16px;
  line-height: 160%;
}
.member .update #option .inner .option_menu p {
  margin: 0 20px;
}

/* address */
.mypage #address_lists .add {
  padding: 30px;
  margin-bottom: 50px;
  background: #eee;
}
.mypage #address_lists .add h2 {
  margin: 0;
}
.mypage #address_lists .add .link_btn {
  margin-top: 20px;
}
.mypage #address_lists .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mypage #address_lists .list .box {
  width: 48%;
  padding: 30px;
  border: 1px solid #333;
  margin: 30px 0;
}
.mypage #address_lists .list .box h2 {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #333;
  font-size: 18px;
  line-height: 160%;
}
.mypage #address_lists .list .box .edit {
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #333;
  text-align: right;
}
.mypage #address_lists .list .box .edit a {
  background: #ddd;
  width: 35px;
  height: 35px;
  display: inline-block;
  padding: 5px;
  text-align: center;
}
.mypage #address_lists .list .box .edit a:hover {
  text-decoration: none;
  background: #eee;
  color: #fff;
}
.mypage #address_lists .list .box .edit a svg {
  width: 80%;
}

.mypage #address_add .add {
  background: #eee;
  padding: 50px;
  width: 800px;
  margin: 0 auto;
}

/* swatches */
.mypage #swatches .history_search {
  padding: 50px;
  width: 800px;
  margin: 0 auto;
  background: #eee;
}

.mypage #swatches .history_lists {
  margin: 100px 0;
}
.mypage #swatches .history_lists dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  border-bottom: 1px solid #eee;
  width: 95%;
  margin: 0 auto;
}
.mypage #swatches .history_lists dl.ttl {
  background: #eee;
  margin: 30px auto 0 auto;
}
.mypage #swatches .history_lists dt,
.mypage #swatches .history_lists dd {
  width: 15.5%;
  padding: 10px;
  margin: 0;
}
.mypage #swatches .history_lists dd.company {
  width: 30%;
}
.mypage #swatches .history_lists dd.number {
  width: 8%;
}
.mypage #swatches .history_lists dd a {
  width: 90%;
  padding: 5px 10px;
  margin: 0 auto;
}

.mypage #swatches .info {
  border: 1px solid #333;
  padding: 50px;
  width: 800px;
  margin: 0 auto;
}

.mypage #swatches .swatches_lists {
  margin-top: 100px;
}
.mypage #swatches .swatches_lists h2 {
  margin: 0 0 15px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  font-size: 21px;
  line-height: 200%;
}

/* email _ password */
.member .change_edit .change {
  width: 550px;
  background: #eee;
  padding: 50px;
  margin: 0 auto;
}

/* form
------------------------------------------- */
.form #search,
.form #consultation {
  background: #eee;
  padding: 50px;
  margin: 0 auto 50px auto;
  width: 1000px;
}
.form #search h2 {
  margin: 0 0 20px 0;
}

/* omotenashi */
#omotenashi .flow {
  padding: 50px;
  margin: 50px auto;
  width: 1000px;
  border: 1px solid #333;
}
#omotenashi .flow h2 {
  margin: 0 0 20px 0;
}
#omotenashi .flow p {
  margin: 0;
}
#omotenashi .result {
  width: 1000px;
  margin: 50px auto 20px auto;
}
#omotenashi .supplier_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 1000px;
  margin: 0 auto 20px auto;
}
#omotenashi .supplier_list div {
  margin: 0 20px 0 0;
}
#omotenashi .supplier_list div:last-child {
  margin: 0;
}
.omotenashi #omotenashi_lists .page-desc {
  padding: 10px;
  border-top: 1px #333 solid;
  border-bottom: 1px #333 solid;
}
.omotenashi #omotenashi_lists dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  border-bottom: 1px solid #eee;
  width: 95%;
  margin: 0 auto;
}
.omotenashi #omotenashi_lists dl.ttl {
  background: #eee;
  margin: 30px auto 0 auto;
}
.omotenashi #omotenashi_lists dl dt,
.omotenashi #omotenashi_lists dl dd {
  width: 20%;
  padding: 10px;
  margin: 0;
}
.omotenashi #omotenashi_lists dl dd a {
  text-decoration: underline;
}
.omotenashi #omotenashi_lists dl dd a:hover {
  text-decoration: none;
}
.omotenashi #omotenashi_lists dl dd.content {
  width: 60%;
  text-align: left;
}
.omotenashi #omotenashi_lists dl dd.content .alert {
  margin: 0 0 10px 0;
}
.omotenashi #omotenashi_lists dl.ttl dd {
  text-align: center;
}
.omotenashi #omotenashi_lists .supplierlist {
  width: 800px;
  margin: 0 auto;
}
.omotenashi #omotenashi_lists .supplierlist dt {
  width: 10%;
}
.omotenashi #omotenashi_lists .supplierlist dd.supplier {
  width: 75%;
  text-align: left;
}
.omotenashi #omotenashi_lists .supplierlist dd.disposal {
  width: 15%;
}

/* item
------------------------------------- */
/* fabric_lists */
#page_contents.fabric_lists {
  width: 100% !important;
  margin: 150px 0 50px 0;
}
.item #fabric_lists {
  margin: 0;
}
#fabric_lists .sort {
  width: 1200px;
  margin: 30px auto;
  display: flex;
  justify-content: flex-end;
}
#fabric_lists .sort div {
  margin: 0 0 0 20px;
}
.item #fabric_lists .bnr_area {
  display: flex;
  justify-content: space-between;
  width: 1500px;
  margin: 0 auto;
}
.item #fabric_lists .bnr_area ul.bnr {
  list-style: none;
  margin: 0;
  top: 10vh;
  bottom: 10vh;
  padding: 0;
  height: 65vh;
}
.item #fabric_lists .bnr_area .bx-viewport {
  height: auto !important;
}
.item #fabric_lists ul.bnr li {
  padding: 10px;
  margin: 0;
}

.item #fabric_lists #search {
  margin: 100px 0;
  padding: 0;
  background: none;
}
.item #fabric_lists #search .link_btn {
  width: 100%;
}
.item #fabric_lists .tabs,
.item #fabric_lists #itemlists {
  margin: 0 auto 100px auto;
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
}
.item #fabric_lists ul.lists_row {
  margin-top: 0;
}
.item #fabric_lists .tabs label.tab_item {
  width: 20%;
  text-align: center;
  color: #333;
  display: block;
  text-align: center;
  transition: all 0.2s ease;
  padding: 10px;
  cursor: pointer;
  margin: 0;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
}
.item #fabric_lists .tabs label.tab_item.b_right,
.item #fabric_lists .tabs label.tab_item.b_right-pc {
  border-right: 1px solid #333;
}
.item #fabric_lists .tabs input:checked + .tab_item {
  background: #333;
  color: #fff;
}
.item #fabric_lists .tab_item:hover {
  opacity: 0.7;
}
input[name='tab_item'] {
  display: none;
}
.item #fabric_lists .tab_content {
  display: none;
  width: 100%;
}
.item #fabric_lists #item:checked ~ #item_content,
.item #fabric_lists #material:checked ~ #material_content,
.item #fabric_lists #composition:checked ~ #composition_content,
.item #fabric_lists #function:checked ~ #function_content,
.item #fabric_lists #conditions:checked ~ #conditions_content {
  display: block;
  padding: 50px;
  border: 1px solid #333;
}
.item #fabric_lists .keyword {
  border: 1px solid #333;
  border-top: 0;
  width: 100%;
}
.item #fabric_lists .keyword dl {
  align-items: center;
}
.item #fabric_lists .keyword dl .flex {
  margin-bottom: 0;
}
.item #fabric_lists .tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
  border: 1px solid #333;
  border-top: 0;
  width: 100%;
  margin: 0;
}
.item #fabric_lists .tags div {
  margin: 0 20px 0 0;
}
.item #fabric_lists .tags div:last-child {
  margin: 0;
}

/* fabric_detail */
.item .badge a {
  display: inline-block;
  padding: 2px 10px;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.5px;
  background: #ddd;
}
.item .badge a:hover {
  background: #333;
  color: #fff;
  text-decoration: none;
}
.item .itemname {
  margin: 15px 0;
}
.item .itemname h1 {
  font-size: 24px;
  line-height: 180%;
  margin: 0;
  padding: 0;
}
.item .itemname p {
  margin: 0;
}
.item #fabric_detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.item #fabric_detail #photobox {
  width: 43%;
}
.item #fabric_detail #photos ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.item #fabric_detail #photos ul.thumbnail {
  display: flex;
  flex-wrap: wrap;
}
.item #fabric_detail #photos ul li {
  margin: 0;
  padding: 0;
}
.item #fabric_detail #photos ul.main li {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.item #fabric_detail #photos ul.main li img {
  max-width: 100%;
  height: auto;
  max-height: 500px;
  width: auto;
}
.item #fabric_detail #photos ul.thumbnail li {
  width: 80px;
  height: 80px;
  border: #faf7ef 3px solid;
  margin: 0 3px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eee;
}
.item #fabric_detail #photos ul.thumbnail li.active {
  border: #333 3px solid;
}
.item #fabric_detail #photos ul.thumbnail li img {
  max-width: 100%;
  height: auto;
}
.item #fabric_detail #photos ul.thumbnail li img {
  max-height: 100%;
  width: auto;
}

.item #fabric_detail #detail_box {
  width: 48%;
}
.item #fabric_detail #detail_box .tabs {
  display: flex;
  flex-wrap: wrap;
}
.item #fabric_detail #detail_box .tabLabel {
  padding: 10px;
  order: -1;
  color: #333;
  transition: 0.5s;
  cursor: pointer;
  text-align: center;
  width: 33.333333%;
  border-left: 1px solid #333;
  border-top: 1px solid #333;
}
.item #fabric_detail #detail_box .tabLabel.linknone {
  cursor: auto;
  color: #ddd;
}
.item #fabric_detail #detail_box .tabLabel.b_right {
  border-right: 1px solid #333;
}
.item #fabric_detail #detail_box .tabs input {
  display: none;
}
.item #fabric_detail #detail_box .content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
}
.item #fabric_detail #detail_box input:checked + .tabLabel {
  color: #fff;
  background: #333;
}
.item #fabric_detail #detail_box input:checked + .tabLabel + .content {
  padding: 20px;
  height: auto;
  overflow: auto;
  transition: 0.5s opacity;
  opacity: 1;
  border: 1px solid #333;
}
.item #fabric_detail #detail_box .message {
  margin-bottom: 50px;
}
.item #fabric_detail #detail_box .message p {
  margin: 0 0 10px 0;
}
.item #fabric_detail #detail_box .message p:last-child {
  margin: 0;
}

.item #fabric_detail .info {
  margin-bottom: 50px;
}
.item #fabric_detail .info:last-child {
  margin-bottom: 0;
}
.item #fabric_detail .info h2 {
  font-size: 16px;
  line-height: 180%;
  margin: 0 0 10px 0;
  padding: 0;
}
.item #fabric_detail .info dl dd .chart,
.item #fabric_detail .info dl dd .chart ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
  border: none;
}
.item #fabric_detail .info dl dd .chart {
  margin-bottom: 5px;
}
.item #fabric_detail .info dl dd .chart .name_f,
.item #fabric_detail .info dl dd .chart .name_l {
  width: 65px;
  font-size: 12px;
  line-height: 160%;
}
.item #fabric_detail .info dl dd .chart .name_f {
  text-align: right;
}
.item #fabric_detail .info dl dd .chart ul {
  margin: 0 10px;
}
.item #fabric_detail .info dl dd .chart ul li {
  width: 30px;
  margin: 0 5px;
  height: 10px;
  background: #ddd;
}
.item #fabric_detail .info dl dd .chart ul li.select {
  background: #333;
}
.item #fabric_detail .info dl dd .message {
  margin: 10px 0 0 0 !important;
}
.item #fabric_detail .info ul {
  list-style: none;
  padding: 10px;
  margin: 0;
  border-bottom: 1px solid #333;
}
.item #fabric_detail .info ul.spec {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.item #fabric_detail #detail_box .content iframe {
  max-width: 100%;
}
.item #fabric_detail .basic .info dt,
.item #fabric_detail .basic .info dd {
  padding: 0 10px;
}

.cart #order {
  margin: 50px auto 0 auto;
  width: 800px;
}
.item #order {
  margin: 50px auto 0 auto;
}
.cart #order h2 {
  font-size: 21px;
  line-height: 180%;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #333;
  padding: 0;
}
.cart #order dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 10px 0;
  padding: 0;
  align-items: center;
  width: 50%;
}
.cart #order dl dt {
  width: 45%;
  margin: 0;
  padding: 0;
}
.cart #order dl dd {
  width: 50%;
  margin: 0;
  padding: 0;
  font-size: 18px;
}

.cart #order #business_practice {
  padding: 30px;
}
.cart #order #business_practice .header {
  margin-bottom: 30px;
}
.cart #order #business_practice dl {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.cart #order #business_practice dl dt {
  font-size: 15px;
  line-height: 160%;
  width: 100%;
  margin-bottom: 10px;
}
.cart #order #business_practice dl dd {
  font-size: 14px;
  line-height: 160%;
  width: 100%;
  margin-bottom: 30px;
  padding: 0 10px;
}
.cart #order #business_practice dl dd:last-child {
  margin-bottom: 0;
}
.cart #order #business_practice dl dd span {
  margin-bottom: 5px;
  display: block;
}
.cart #order #business_practice dl dd label span {
  margin-bottom: 15px;
  text-indent: 0;
}

.cart #order select {
  width: 100%;
  border: 1px solid #ddd;
}
.item #order .link_line,
.item #order .link_btn.cart,
.cart #order .link_btn {
  margin: 20px 0 0 0;
  letter-spacing: -0.5px;
}
.cart #order .link_btn.cart a,
.cart #order .link_btn.cart input {
  padding: 15px;
  font-size: 14px;
  line-height: 160%;
  margin: 10px auto;
}
.cart #order .link_btn.cart input.disabled,
.cart #order .link_btn.cart input.disabled:hover {
  background: #eee;
  color: #999 !important;
  border: none;
  cursor: auto;
}
.cart #order .comment_area {
  background: #eee;
  padding: 20px;
  margin: 30px 0;
}
.cart #order .comment_area p {
  margin: 0 0 5px 0;
}
.cart #order .comment_area textarea {
  border: 1px solid #ddd;
  width: 100%;
  height: 100px;
}
.cart #order .comment_area small {
  display: block;
  line-height: 180%;
}
.item #order .box.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item #order .box.flex .price {
  width: 20%;
}
.item #order .box.flex .price span {
  font-size: 18px;
  line-height: 160%;
}
.item #order .box.flex .cartbtn {
  width: 80%;
  display: flex;
  justify-content: space-between;
}
.item #order .cartbtn .cart_btn {
  width: 80%;
  background: #ddd
    url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2220.5%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2220.5%22%20r%3D%221%22%2F%3E%3Cpath%20d%3D%22M2.5%202.5h3l2.7%2012.4a2%202%200%200%200%202%201.6h7.7a2%202%200%200%200%202-1.6l1.6-8.4H7.1%22%2F%3E%3C%2Fsvg%3E')
    no-repeat 10px 50%;
  transition: 0.5s;
  padding: 15px 0;
  border: none;
  text-align: center;
}
.item #order .cartbtn .cart_btn:hover {
  background: #333
    url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2220.5%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2220.5%22%20r%3D%221%22%2F%3E%3Cpath%20d%3D%22M2.5%202.5h3l2.7%2012.4a2%202%200%200%200%202%201.6h7.7a2%202%200%200%200%202-1.6l1.6-8.4H7.1%22%2F%3E%3C%2Fsvg%3E')
    no-repeat 10px 50%;
  color: #fff;
  border: 0;
  text-decoration: none;
}
.item #order .cartbtn .favorite_btn {
  width: 20%;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M20.84%204.61a5.5%205.5%200%200%200-7.78%200L12%205.67l-1.06-1.06a5.5%205.5%200%200%200-7.78%207.78l1.06%201.06L12%2021.23l7.78-7.78%201.06-1.06a5.5%205.5%200%200%200%200-7.78z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E')
    no-repeat 50% 50%;
  text-indent: -9999px;
  background-size: 20px;
  border: 1px solid #333;
}
.item #order .cartbtn .favorite_btn:hover {
  background: #333
    url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M20.84%204.61a5.5%205.5%200%200%200-7.78%200L12%205.67l-1.06-1.06a5.5%205.5%200%200%200-7.78%207.78l1.06%201.06L12%2021.23l7.78-7.78%201.06-1.06a5.5%205.5%200%200%200%200-7.78z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E')
    no-repeat 50% 50%;
  text-indent: -9999px;
  background-size: 20px;
}
.item #order .cartbtn .favorite_btn.on {
  background: #333
    url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M20.84%204.61a5.5%205.5%200%200%200-7.78%200L12%205.67l-1.06-1.06a5.5%205.5%200%200%200-7.78%207.78l1.06%201.06L12%2021.23l7.78-7.78%201.06-1.06a5.5%205.5%200%200%200%200-7.78z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E')
    no-repeat 50% 50%;
  text-indent: -9999px;
  background-size: 20px;
  border: 0;
}

.item #sns {
  width: 1000px;
  margin: 0 auto;
}
.item #sns div {
  display: flex;
  justify-content: center;
  margin: 0 0 50px 0;
}

/* cart
------------------------------ */
.cart #order_lists dl.order_box {
  position: relative;
}
.cart #order_lists dl.order_box dt {
  width: 120px;
  height: 120px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart #order_lists dl.order_box dt img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.cart #order_lists dl.order_box dd {
  width: 37.5%;
}
.cart #order_lists dl.order_box dd.remove {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
}
.cart #order_lists dl.order_box dd.remove a {
  background: #ddd
    url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23333333%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%223%206%205%206%2021%206%22%3E%3C%2Fpolyline%3E%3Cpath%20d%3D%22M19%206v14a2%202%200%200%201-2%202H7a2%202%200%200%201-2-2V6m3%200V4a2%202%200%200%201%202-2h4a2%202%200%200%201%202%202v2%22%3E%3C%2Fpath%3E%3Cline%20x1%3D%2210%22%20y1%3D%2211%22%20x2%3D%2210%22%20y2%3D%2217%22%3E%3C%2Fline%3E%3Cline%20x1%3D%2214%22%20y1%3D%2211%22%20x2%3D%2214%22%20y2%3D%2217%22%3E%3C%2Fline%3E%3C%2Fsvg%3E')
    no-repeat 50% 50%;
  background-size: 20px;
  width: 35px;
  height: 35px;
  display: inline-block;
  padding: 5px;
  text-align: center;
  text-indent: -9999px;
}
.cart #order_lists dl.order_box dd.remove a svg {
  width: 80%;
}
.cart #order .delivery_address p {
  margin: 0;
}
.cart #order .delivery_address select {
  width: 100%;
  margin-bottom: 20px;
}
.cart .notice {
  width: 800px;
  margin: 0 auto;
  padding: 50px;
  background: #eee;
}
.cart .notice h2 {
  text-align: center;
  font-size: 21px;
  line-height: 180%;
  margin: 0;
  padding: 0;
}

/* supplier
------------------------------------------- */
#supplier_mainphoto {
  height: 100vh;
}
#page_contents.supplier {
  margin-top: 100px;
}
#supplier_header.ttl_area h1 {
  margin: 0;
  text-align: center;
  letter-spacing: 7px;
  font-size: 26px;
  line-height: 160%;
}
#supplier_header.ttl_area #menu {
  margin: 15px 0 0 0;
}
#supplier_header.ttl_area #menu ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
#supplier_header.ttl_area #menu ul li {
  padding: 0;
  margin: 0;
}
#supplier_header.ttl_area #menu ul li a {
  text-align: center;
  padding: 0 30px;
  display: block;
}
#supplier_header.ttl_area #menu ul li:last-child a {
  border: none;
}
#supplier_header.ttl_area #menu ul li a:hover {
  color: #555;
}
#supplier_detail {
  background-color: white;
}
#supplier_detail.default h1 {
  margin-bottom: 20px;
}
#supplier_detail h2 {
  text-align: center;
  font-size: 23px;
  line-height: 160%;
  margin-bottom: 50px;
}
#supplier_header.ttl_area {
  left: 0;
  position: fixed;
  top: 50px;
  z-index: 90;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #fff;
}
#supplier_detail .mainphoto,
#supplier_detail #story,
#supplier_detail #movie,
#supplier_detail #profile,
#supplier_detail #newarrival,
#supplier_detail #archive {
  margin-bottom: 100px;
}
#supplier_detail.default .mainphoto,
#supplier_detail #story,
#supplier_detail #profile,
#supplier_detail #recommend,
#supplier_detail ul.lists_row,
#supplier_detail #info,
#supplier_detail #search {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10%;
}
#supplier_detail.default .mainphoto,
#supplier_detail #story,
#supplier_detail #recommend,
#supplier_detail ul.lists_row,
#supplier_detail #search {
  width: 1000px;
}
#supplier_detail ul.lists_column {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
#supplier_detail #movie ul.lists_column li {
  display: block;
  padding: 15px;
  margin: 0;
  word-wrap: break-word;
}

#supplier_detail figure {
  margin: 0 0 30px 0;
}

#supplier_detail #comany_name h1 {
  text-align: center;
  font: normal normal normal 46px/80px Cormorant Garamond;
}

#supplier_detail #comany_name h2 {
  margin-top: 10%;
  text-align: center;
  font: normal normal bold 14px/18px Montserrat;
  color: #a69494;
}

.supplier_favorite {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 30%;
  margin: 0 auto 10%;
}

.supplier_favorite-button {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  text-decoration: none;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #000000;
  padding: 0 2rem;
  cursor: pointer;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
  white-space: nowrap;
}

.supplier_favorite-button:hover {
  background: #decdcd;
}

.supplier_favorite-button img {
  width: 20%;
  height: auto;
}

.supplier_favorite-button span {
  color: #333;
  font: normal normal bold 12px/28px Montserrat;
}

.supplier_summary_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-top: 20px;
  padding: 5%;
  width: 100%;
}

.supplier_summary_row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}

.supplier_summary_label {
  flex: 0 0 30%;
  text-align: left;
  font: normal normal 500 11px/16px Montserrat;
  letter-spacing: 0px;
  color: #a69494;
  text-transform: uppercase;
}

.supplier_summary_value {
  flex: 1;
  line-height: 1.5;
  text-align: left;
  font: normal normal normal 14px/24px Montserrat;
  letter-spacing: 0px;
  color: #5c5757;
}

/* 左側の定義リスト */
.supplier_summary {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.supplier_summary dl {
  width: 100%;
}

.supplier_summary dt {
  font-weight: bold;
  color: #666;
  padding: 5px 0;
}

.supplier_summary dd {
  margin-left: 20px;
  padding: 5px 0;
  color: #333;
  line-height: 1.6;
}

/* 右側のボタン */
.supplier_summary_buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 30%;
}

/* ボタンの共通スタイル */
.supplier_summary_button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  color: white;
  padding: 15px 20px;
  text-align: center;
}

.supplier_summary_button:hover {
  background: #decdcd 0% 0% no-repeat padding-box;
}

.supplier_summary_button img {
  background: white;
}

.supplier_summary_message_button {
  font: normal normal bold 14px/28px Montserrat;
  background: #000000 0% 0% no-repeat padding-box;
  border: 1px solid #000000;
}

.supplier_summary_fabrics_button {
  font: normal normal 500 14px/28px Montserrat;
  background: #a69494 0% 0% no-repeat padding-box;
  border: 1px solid #a69494;
}

#supplier_detail #story h2 {
  text-align: center;
  font: normal normal normal 46px/80px Cormorant Garamond;
}

#supplier_detail #story h3 {
  text-align: left;
  font: normal normal normal 16px/28px Montserrat;
  letter-spacing: 0px;
  color: #5c5757;
  margin: 0 0 15px 0;
}

#supplier_detail #story .story_box {
  margin-bottom: 50px;
}
#supplier_detail.default #story .story_box {
  text-align: center;
  width: 70%;
  margin: 0 auto 150px auto;
}
#supplier_detail.default #story .story_box figure {
  margin-bottom: 70px;
}
#supplier_detail #profile figure {
  text-align: center;
}
#supplier_detail #profile figure img {
  width: 70%;
}
#supplier_detail #profile .sns {
  justify-content: center;
  display: flex;
}
#supplier_detail #profile .sns a {
  margin: 0 5px;
}
#supplier_detail #profile .box_padd {
  width: 70%;
  padding: 0;
  margin: 0 auto;
}
#supplier_detail #profile dl dt,
#supplier_detail #profile dl dd {
  padding: 0 10px;
}
#supplier_detail #profile dl dt {
  text-align: center;
}
#supplier_detail #movie iframe {
  width: 100%;
  height: 600px;
}

#movie {
  font: normal normal normal 14px/24px Montserrat;
  background: linear-gradient(0deg, #ede9e9 0%, #ffffff 100%) no-repeat
    padding-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#movie .movie1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  width: 80%;
}

#supplier_detail #movie .movie1 {
  margin-bottom: 50px;
  text-align: left;
  letter-spacing: 0px;
  color: #5c5757;
}

#supplier_detail #movie .movie1 iframe {
  width: 100%;
  height: 600px;
}

#supplier_detail #movie .movie1 p {
  width: 100%;
  margin: 20px auto;
}

#supplier_detail #movie ul.lists_column {
  width: 60%;
}

#supplier_detail ul.lists_column {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#supplier_detail #movie ul.lists_column li {
  padding: 15px;
  margin: 0;
  width: 25%;
}
#supplier_detail #movie ul.lists_column li iframe {
  width: 100%;
  height: 150px;
}

#supplier_detail ul.lists_row li {
  width: 33.333333%;
}
#supplier_detail ul.lists_row li h2 {
  font-size: 16px;
  line-height: 160%;
  margin: 0 0 10px 0 !important;
  text-align: left;
}

#supplier_detail .link_btn a {
  width: 400px;
}

#supplier_detail #recommend ul.lists_column {
  width: 100%;
}

#supplier_detail #search .searchform,
.archive #search .searchform {
  width: 60%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
#supplier_detail #search .searchform input[type='text'] {
  width: 90%;
  border: none;
  border-bottom: 1px solid #333;
  background: transparent;
}
#supplier_detail #search .searchform input[type='submit'] {
  width: 10%;
  border-left: 0;
  background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%228%22%3E%3C%2Fcircle%3E%3Cline%20x1%3D%2221%22%20y1%3D%2221%22%20x2%3D%2216.65%22%20y2%3D%2216.65%22%3E%3C%2Fline%3E%3C%2Fsvg%3E)
    no-repeat 80% 50%;
  background-size: 24px;
  text-indent: -9999px;
  border: none;
  border-bottom: 1px solid #333;
}
.archive #search .searchform span {
  width: 10%;
  display: block;
}
.archive #search .searchform input[type='text'] {
  width: 80%;
  border: none;
  border-bottom: 1px solid #333;
  background: transparent;
}
.archive #search .searchform input[type='submit'] {
  width: 10%;
  border-left: 0;
  background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%228%22%3E%3C%2Fcircle%3E%3Cline%20x1%3D%2221%22%20y1%3D%2221%22%20x2%3D%2216.65%22%20y2%3D%2216.65%22%3E%3C%2Fline%3E%3C%2Fsvg%3E)
    no-repeat 80% 50%;
  background-size: 24px;
  text-indent: -9999px;
  border: none;
  border-bottom: 1px solid #333;
}

#page_contents.supplier .floatbnr {
  position: fixed;
  bottom: 15px;
  right: 15px;
}
#page_contents.supplier .floatbnr a {
  background: #ddd
    url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M20.84%204.61a5.5%205.5%200%200%200-7.78%200L12%205.67l-1.06-1.06a5.5%205.5%200%200%200-7.78%207.78l1.06%201.06L12%2021.23l7.78-7.78%201.06-1.06a5.5%205.5%200%200%200%200-7.78z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E')
    no-repeat 50% 20px;
  padding: 55px 10px 20px 10px;
  width: 180px;
  color: #333;
  display: block;
  text-align: center;
  line-height: 150%;
}
#page_contents.supplier .floatbnr.on a {
  background: #333
    url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M20.84%204.61a5.5%205.5%200%200%200-7.78%200L12%205.67l-1.06-1.06a5.5%205.5%200%200%200-7.78%207.78l1.06%201.06L12%2021.23l7.78-7.78%201.06-1.06a5.5%205.5%200%200%200%200-7.78z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E')
    no-repeat 50% 20px;
  color: #fff;
}
#page_contents.supplier .floatbnr a:hover {
  text-decoration: none;
}

/* fee1 */
#supplier_detail.fee1 #story,
#supplier_detail.fee2 #search {
  margin-top: 100px;
  background: transparent;
}
#supplier_detail.fee1 #story {
  width: 100%;
}
#supplier_detail.fee1 #story .story_box,
#supplier_detail.fee2 #story .story_box {
  position: relative;
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1200px;
  margin: 0 auto 100px auto;
  gap: 40px;
}
#supplier_detail.fee1 #story .story_box:nth-child(odd),
#supplier_detail.fee2 #story .story_box:nth-child(odd) {
  flex-direction: row-reverse;
}
#supplier_detail.fee1 #story .story_box figure,
#supplier_detail.fee2 #story .story_box figure {
  width: 50%;
}
#supplier_detail.fee1 #story .story_box .comment,
#supplier_detail.fee2 #story .story_box .comment {
  width: 50% !important;
}
#supplier_detail.fee1 #story .story_box:nth-child(odd) .comment,
#supplier_detail.fee2 #story .story_box:nth-child(odd) .comment {
  left: 0;
  right: auto;
}
#supplier_detail.fee1 #story .story_box .comment h3,
#supplier_detail.fee2 #story .story_box .comment h3 {
  text-align: left;
}

/* fee2 */
#supplier_detail.fee2 {
  width: 100%;
  overflow: hidden;
}
#supplier_detail.fee2 #story {
  position: relative;
  width: 1000px;
  overflow: hidden;
}
#supplier_detail.fee2 #story .story_slider {
  width: 800px;
  margin: 50px auto;
}
#supplier_detail.fee2 #story .slidebox {
  padding: 0 10px;
}
#supplier_detail.fee2 #story .slidebox figure {
  text-align: center;
  width: 100%;
}
#supplier_detail.fee2 #story .slidebox .comment {
  width: 75%;
  margin: 0 auto;
}

.profile-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  background: #f0f1f5 0% 0% no-repeat padding-box;
  padding: 20px;
  position: relative;
}

.profile-image {
  flex: 1;
  max-width: 50%;
  margin-right: 20px;
  position: relative;
  top: -70px;
}

.profile-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.profile-info {
  width: 55%;
  flex: 0 0 auto;
  padding: 0 20px;
  align-self: flex-start;
  border-top: 1px solid #e0e0e0;
  margin-top: 40px;
}

#supplier_detail .profile-title {
  font: normal normal normal 5rem/10rem 'Cormorant Garamond';
  color: #333333;
  margin-bottom: 20px;
  text-align: center;
  position: absolute;
  top: -70px;
  left: 45%;
}

.profile-details {
  width: 100%;
  border-collapse: collapse;
}

.profile-details th,
.profile-details td {
  padding: 10px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e0e0e0;
}

.profile-details th {
  text-transform: uppercase;
  width: 30%;
  font: normal normal bold 11px/16px Montserrat;
  color: #a69494;
}

.profile-details td {
  width: 70%;
  line-height: 1.6;
  font: normal normal normal 14px/24px Montserrat;
  color: #5c5757;
}

#supplier_detail .newarrival {
  width: 100%;
  margin: 0 auto 10%;
  padding: 20px 0;
}

.newarrival-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
}
.newarrival-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 10rem;
  gap: 20px;
}

#supplier_detail .newarrival-title {
  text-align: left;
  font-family: 'Cormorant Garamond', serif;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0px;
  color: #333333;
  margin: 0;
}

#supplier_detail .newarrival-view-all-link {
  display: inline-flex;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.24px;
  color: #333333;
  text-decoration: underline;
  margin: 0;
  padding: 0;
}

.newarrival-buttons {
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  margin-right: 5rem;
}

.newarrival-btn {
  background-color: white;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.newarrival-btn:hover {
  background-color: #decdcd;
}

.newarrival-slider-wrapper {
  overflow: hidden; /* スクロールバーを隠す */
  width: 100%;
  margin-bottom: 10%;
  position: relative;
}

.newarrival-slider {
  display: flex;
  gap: 20px;
  transition: transform 0.3s ease;
  will-change: transform;
}

#fabricSlider .newarrival-item {
  flex: 0 0 20%;
  padding: 10px;
  box-sizing: border-box;
}

#fabricSlider .fabric-image {
  width: 100%;
  height: 100%;
}

#fabricSlider .newarrival-item-image img {
  width: 100%;
  height: auto;
}

.newarrival-item-info {
  margin-top: 10px;
}

/* 全体の画像コンテナ */
.fabric-image {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
}

/* 右下のアクションボタン用のコンテナ */
.fabric-actions {
  position: absolute;
  bottom: 10px; /* 画像の下から10pxの位置 */
  right: 10px; /* 画像の右から10pxの位置 */
  display: flex;
  justify-content: flex-end; /* 子要素を右揃え */
  gap: 10px; /* ボタン間の間隔 */
  width: 100%; /* コンテナを画像いっぱいの幅に広げる */
}

/* ボタンのスタイル */
.fabric-cart-btn,
.fabric-favorite-btn {
  width: 30px; /* アイコンの幅 */
  height: 30px; /* アイコンの高さ */
  border: none;
  background: none;
  cursor: pointer;
}

/* アイコン画像 */
.fabric-cart-btn img,
.fabric-favorite-btn img {
  width: 100%;
  height: auto;
}

#fabricSlider .fabric-iteminfo {
  text-align: left;
  font: normal normal bold 16px/26px Montserrat;
}

#fabricSlider .fabric-material {
  white-space: nowrap; /* 1行に制限 */
  overflow: hidden; /* はみ出した部分を非表示 */
  text-overflow: ellipsis; /* はみ出した部分に「...」を表示 */
  display: block; /* ブロック要素として扱う */
  font-size: 14px;
  color: #5c5757;
}

#info .information-container {
  padding: 0 10% 10%;
  background: #f0f1f5 0% 0% no-repeat padding-box;
}

#info .information-title {
  text-align: center;
  font-size: 50px;
}

#info .information-transactions-wrapper {
  padding: 65px 10%;
  margin-bottom: 5%;
  background: white;
  text-align: left;
  font: normal normal normal 1rem/2rem Montserrat;
  letter-spacing: 0px;
  color: #5c5757;
  position: relative;
}

#info .information-transactions-wrapper h3 {
  color: #333333;
  position: absolute;
  top: -12px;
  left: 40px;
  font-size: 30px;
}

.information-contents {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: start;
  background-color: white;
  position: relative;
}

#info .information-row {
  display: flex;
  width: 100%;
  font: normal normal normal 1rem/2rem Montserrat;
  color: #5c5757;
  gap: 5%;
  border-bottom: 1px solid #e0e0e0;
}

#info .information-row dt {
  width: 30%;
  margin-right: 5%;
}

#info .information-row dd {
  width: 70%;
}

.shipper {
  width: 100%;
  background-color: #f0eaea;
  border-radius: 5px;
  margin-bottom: 6%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font: normal normal normal 1rem Montserrat;
  color: #5c5757;
}

.shipper-company-name {
  padding: 2%;
  background: #a69494 0% 0% no-repeat padding-box;
  font: normal normal bold 2rem Montserrat;
  color: #ffffff;
}

.shipper-table {
  width: 100%;
  border-collapse: collapse; /* ボーダーの重複を防ぐ */
  background-color: #f0eaea;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.shipper-label {
  width: 40%;
  padding: 2%;
  font: normal normal bold 1rem Montserrat;
  color: #a69494;
}

.shipper-value {
  padding: 2%;
  text-align: left;
  font: normal normal normal 1rem Montserrat;
  color: #5c5757;
}

/* 最後の行のボーダーを消す */
.shipper-table tbody tr:last-child td {
  border-bottom: none;
}

.supplier-info-list {
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
}

.supplier-info-list dt {
  font-weight: bold;
  color: #333;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 5px;
}

.supplier-info-list dd {
  margin: 0 0 15px 0;
  padding-left: 20px;
  font-size: 16px;
}

.supplier-info-list ul {
  margin: 10px 0;
  padding: 0 0 0 20px;
  list-style-type: disc;
}

.supplier-info-list li li.comment {
  margin-bottom: 5px;
  line-height: 1.6;
}

#supplier_page_last_summary_buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 20px;
}

#supplier_page_last_summary_buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

#supplier_page_last_summary_buttons .supplier_page_last_favorite_button,
#supplier_page_last_summary_buttons .supplier_page_last_message_button,
#supplier_page_last_summary_buttons .supplier_page_last_fabrics_button {
  width: 250px;
  height: 60px;
}

#supplier_page_last_summary_buttons .supplier_page_last_favorite_button_link {
  font: normal normal bold 14px/28px Montserrat;
  border: 1px solid #000000;
  background: white 0% 0% no-repeat padding-box;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  color: black;
  padding: 15px 20px;
  border-radius: 5px;
  text-align: center;
}

#supplier_page_last_summary_buttons
  .supplier_page_last_favorite_button_link:hover {
  background: #decdcd;
}

/* modal */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}
.popup h3 {
  text-align: center;
  font-size: 21px;
  line-height: 180%;
  margin: 0;
  padding: 0;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
}
.popup-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  cursor: pointer;
}

/* favorite
----------------------------------- */
#favorite #search {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#favorite #search dl dt {
  width: 15%;
}
#favorite #search dl dd {
  width: 85%;
}

/* blog
----------------------------------- */
#container.blog {
  margin-top: 100px;
}
.blog #content {
  width: 1200px;
  margin: 0 auto;
}
.blog #content .bread {
  margin: 0 0 15px 0;
  list-style: none;
  padding: 0;
  display: flex;
  font-size: 12px;
  line-height: 160%;
  color: #555;
}
.blog #content .bread li {
  display: inline;
}
.blog #content .bread li::after {
  content: '>';
  margin: 0 10px;
}
.blog #content .bread li:last-child::after {
  content: '';
  margin: 0;
}
.blog #content .icatch {
  height: 60vh;
  background-position: center !important;
  margin: 50px 0 80px 0;
}
.blog #content .post {
  width: 90%;
  margin: 50px auto;
}
.blog #content .post .information {
  margin-bottom: 100px;
}
.blog #content .post .information .tags ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  line-height: 140%;
}
.blog #content .post .information .tags ul li {
  margin: 0 5px 0 0;
  padding: 0;
}
.blog #content .post .information .tags ul li:last-child {
  margin: 0;
}
.blog #content .post .information .tags ul li a {
  padding: 2px 10px;
  border: 1px solid #333;
  text-decoration: none;
  display: inline-block;
}
.blog #content .post .information .tags ul li a:hover {
  background: #333;
  color: #fff;
}
.blog #content .post .information h1 {
  margin: 0;
  padding: 0;
  font-size: 26px;
  line-height: 160%;
  text-align: center;
}
.blog #content .post .information .en {
  margin: 0 auto;
  text-align: center;
}
.blog #content .post .date {
  display: flex;
  justify-content: flex-end;
  font-weight: bold;
  margin-top: 80px;
}
.blog #content .post .date p {
  margin: 0 15px 0 0;
}
.blog #content .post .date p:last-child {
  margin: 0;
}

.blog #content .post section {
  margin: 0 0 80px 0;
  padding: 0 20px;
}
.blog #content .post section h2 {
  margin: 0 0 15px 0;
  font-size: 21px;
  line-height: 160%;
  padding: 0;
  text-align: center;
}
.blog #content .post section .message {
  margin: 50px auto;
  width: 70%;
  text-align: center;
}
.blog #content .post section .image {
  margin: 50px 0;
}
.blog #content .post section .image.mini {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.blog #content .post section figure figcaption {
  margin-top: 10px;
  font-size: 12px;
  line-height: 160%;
  color: #555;
}
.blog #content .post section .image.mini figure {
  width: 48%;
  margin: 0 1% 30px 1%;
}
.blog #content .post section .free {
  margin: 50px 0 0 0;
}
.blog #content .post section .free:last-child {
  margin: 0;
}

/* error
----------------------------------- */
#page_contents.error {
  text-align: center;
}
#page_contents.error .logo {
  margin-bottom: 30px;
}
#page_contents.error .links,
#page_contents.error .entry {
  background: #eee;
  padding: 50px;
  margin-bottom: 50px;
}
#page_contents.error .entry {
  width: 600px;
  margin: 0 auto 50px auto;
}
#page_contents.error .entry dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0;
  padding: 0;
}
#page_contents.error .entry dl dt,
#page_contents.error .entry dl dd {
  margin: 0;
  padding: 5px 0;
  text-align: left;
}
#page_contents.error .entry dl dt {
  width: 30%;
}
#page_contents.error .entry dl dd {
  width: 70%;
}
#page_contents.error .entry dl dd input {
  width: 100%;
}
#page_contents.error .links .box {
  margin-bottom: 50px;
}
#page_contents.error .links .box:last-child {
  margin-bottom: 0;
  border-top: 1px solid #333;
  padding-top: 50px;
}
#page_contents.error p {
  margin: 0;
}
#page_contents.error p.en {
  font-size: 12px;
  line-height: 160%;
  margin-top: 10px;
}

/* preview mode
----------------------------------- */
header.preview_mode {
  padding: 10px 15px;
  background: #333;
  color: #fff;
  display: flex;
  justify-content: space-between;
  border: 0;
  align-items: center;
}

/* archive
----------------------------------- */
.archive #archive_detail {
  display: flex;
  justify-content: space-between;
}
.archive #archive_detail #photobox {
  width: 600px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eee;
}
.archive #archive_detail #photobox img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.archive #archive_detail #detail_box {
  width: 550px;
}
.archive #archive_detail #detail_box p {
  margin: 0;
}
.archive #archive_detail #detail_box .suppliername {
  font-size: 15px;
  line-height: 160%;
  margin-bottom: 20px;
}
.archive #archive_detail #detail_box .contact {
  border-top: 1px solid #333;
  padding-top: 20px;
  margin-top: 20px;
}
.archive #archive_detail #detail_box .share {
  border-top: 1px solid #333;
  padding-top: 20px;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.archive #archive_detail #detail_box .share p {
  margin-right: 10px;
}
.cart_comment {
  font-size: 20px;
  text-align: center;
}

.fabric-item-image {
  width: 350px;
  height: 350px;
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  position: relative;
}

.no-image-placeholder {
  color: #333;
  font-size: 16px;
}

.fabric-inventory {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 15px;
  text-align: center;
  font-size: 10px;
  letter-spacing: 0px;
  color: #a69494;
  background-color: white;
  padding-left: 9px;
  padding-right: 9px;
}

.fabric-favorite-btn {
  width: 1.6rem;
  height: 1.26rem;
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 10;
}

.fabric-favorite-btn img {
  width: 100%;
  height: auto;
  display: block;
}

.fabric-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  gap: 10px;
}

.fabric-name {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fabric-material {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0px;
  color: #5c5757;
  overflow: hidden;
}

#story-container {
  max-height: 500px; /* 初期表示の高さ */
  overflow: hidden;
  transition: max-height 0.5s ease;
}

#story-container.expanded {
  max-height: none; /* フルコンテンツの高さに調整 */
}

.toggle-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  width: 40px;
  height: 40px;
  background-color: black; /* ボタンの背景色を黒に設定 */
  border-radius: 50%; /* 円形にする */
  border: none;
  cursor: pointer;
  position: relative;
}

.toggle-button::before,
.toggle-button::after {
  content: '';
  position: absolute;
  background-color: white; /* プラス/マイナスの線色 */
  transition: transform 0.3s ease;
}

.toggle-button::before {
  width: 20px;
  height: 2px; /* 横線 */
  transform: rotate(0deg);
}

.toggle-button::after {
  width: 2px;
  height: 20px; /* 縦線 */
  transform: rotate(0deg);
}

.toggle-button.active::after {
  transform: scaleY(0); /* 縦線を非表示にする（マイナスにする） */
}
