body {
  font-size: 12px;
}

img {
  display: block;
  width: 100%;
}

h2 {
  font-size: 20px;
  border-bottom: 4px solid #103DB0;
}

h3 {
  font-size: 18px;
  font-weight: bold;
}

h4 {
  font-size: 16px;
  font-weight: bold;
}
h4::before {
  content: "";
  border-left: 6px solid #9EA9BD;
  padding-right: 12px;
}


.base {
  width: 100%;
  position: relative;
}
.headwrap,
.pankuzuwrap,
.wrap {
  width: min(90%, 1200px);
  margin: 0 auto;
}
.wrap {
  padding: 20px 0;
}




.pcimg {
  display: block !important;
}
.spimg {
  display: none !important;
}




.header {
  padding-top: 40px;
  margin-bottom: 40px;
}

#menu,
.menuButton {
  display: none;
}
.header_bar {
  display: flex;
}
.header_img {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_contact_img{
  display: flex;
}
.tel {
  width: 170px;
}
.mail {
  padding: 8px;
}

.nav_contents {
  height: 60px;
  background: #9EA9BD;
  margin-top: 20px;
}
.nav_list {
  max-width: 1100px;
  height: 100%;
  display: flex;
  margin: 0 auto;
}
.nav_item {
  height: 100%;
  width: calc(100% / 6);
  border-left: 1px solid #fff;
}
.nav_item:nth-child(6) {
  border-right: 1px solid #fff;
}
.nav_item_sp {
  display: none;
  height: 100%;
  border-left: 1px solid #fff;
}
.nav_txt {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
}








.pankuzu {
  display: flex;
}
.pankuzu_list {
  position: relative;
}
.pankuzu_list:not(:last-child)::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #9EA9BD;
  border-left: 1px solid #9EA9BD;
  position: absolute;
  top: 50%;
  right: -11px;
  transform: translateY(-50%) rotate(135deg);
}
.pankuzu_list:not(:first-child) {
  margin-left: 20px;
}


.numbering {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: bold;
}
.numbering span,
.numbering a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #9EA9BD;
  width: 32px;
  height: 32px;
}
.numbering span {
  background: #9EA9BD;
  color: #fff;
}
.numbering a {
  background: #fff;
  color: #9EA9BD;
}


.seek {
  display: flex;
  justify-content: center;
  gap: 20px;
}


.box_contents {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.box_item {
  width: calc((100% - 40px) / 3);
  border: 1px solid #9EA9BD;
  text-align: center;
  background: #fff;
}
.box_link {
  display: block;
  height: 100%;
}
.box_ttl,
.box_tel {
  font-size: 14px;
  font-weight: bold;
}
.ttl_satei,
.ttl_tel,
.ttl_mail {
  background-repeat: no-repeat;
  padding-left: 24px;
}
.ttl_satei,
.ttl_mail {
  margin-bottom: 10px;
}
.box_ttl {
  display: inline-block;
  margin-top: 8px;
}
.box_txt {
  padding: 8px;
}
.box_tel {
  padding-top: 8px;
}
.ttl_satei {
  background-image: url("/img/common/icon_satei.svg");
}
.ttl_tel {
  background-image: url("/img/common/icon_tel.svg");
}
.ttl_mail {
  background-image: url("/img/common/icon_mail.svg");
}


.news {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
.date {
  width: 10%;
}
.news_link {
  color: #537ef1;
  text-decoration: underline;
  font-size: 14px;
}
.news_list {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  color: #537ef1;
  text-decoration: underline;
}




.pickup_item {
  max-width: 1100px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}
.pickup_item li {
  width: calc((100% - 60px) / 4);
  display: flex;
  justify-content: center;
}
.sakka_contents {
  display: flex;
  gap: 40px;
}
.sakka_data {
  width: calc(100% / 2);
}
.sakka_txt {
  font-size: 14px;
  margin-bottom: 40px;
}
.sakuhin_img,
.sakuhin_img2,
.sakuhin_img3 {
  border: 1px solid #dfdfdf;
  padding: 10px;
}
.sakuhin_img {
  width: 200px;
  height: 200px;
}
.sakuhin_img2 {
  height: 300px;
}
.sakuhin_img3 {}
.sakuhin_img4 {
  width: calc((100% - 40px) / 2);
}
.sakuhin_img img,
.sakuhin_img2 img,
.sakuhin_img3 img,
.sakuhin_img4 img {
  object-fit: contain;
}
.sakuhin_img img {
  height: 180px;
}
.sakuhin_img2 img {
  height: 280px;
}
.sakuhin_img3 img {}
.sakuhin_img4 img {
  max-height: 440px;
}
.sakka_name {
  padding: 6px 0 0 6px;
}
.sakuhin_name {
  padding-left: 6px;
  font-size: 110%;
  font-weight: bold;
}
.gihou {
  padding-top: 8px;
  font-size: 90%;
  display: flex;
  gap: 10px;
}
.gihoubox {
  background: #E2E2E2;
  padding: 2px 6px;
}
.gihoutxt {
  padding: 2px 0;
}
.pickupicon {
  width: 47px;
  display: flex;
  gap: 4px;
  margin-top: 10px;
}




.open {
  font-size: 18px;
  background: #E7E7E7;
  border: 1px solid #fff;
  padding: 10px;
  position: relative;
}
.open::after {
  content: "";
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 4px;
  margin: auto 0;
  width: 10px;
  height: 10px;
  transform: rotate(135deg);
  border-top: 2px solid;
  border-right: 2px solid;
  transition: 0.4s;
}
.open.active::after {
  top: 4px;
  bottom: 0;
  transform: rotate(-45deg);
}
.open_contents {
  display: none;
}

.sakka_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0 20px 10px;
}
.sakka_link {
  width: calc((100% - 80px) / 5);
}
.sakka_link a {
  text-decoration: underline;
}




.shoparea,
.schedule,
.access {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 20px 0;
}
.shop_list {
  width: calc((100% - 80px) / 3);
}
.schedule_list {
  width: calc((100% - 40px) / 2);
  background: #E7E7E7;
}
.schedule_link {
  display: flex;
  gap: 12px;
  padding: 20px 20px 40px;
  height: 100%;
}
.schedule_txt {
  display: flex;
  flex-flow: column;
  gap: 12px;
  width: calc(60% - 12px);
  position: relative;
}
.shoparea_txt {
  font-size: 14px;
  padding-top: 10px;
}
.shop_txt {
  font-size: 16px;
  text-decoration: underline;
}
.shop_img {
  width: 40%;
}
.access_data {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.here {
  position: absolute;
  bottom: -30px;
  right: 0;
}




.search_contentssize {
  width: min(60%, 60%);
  margin: 0 auto;
}
.search_contents,
.search_contents2 {
  display: flex;
  align-items: center;
  gap: 20px;
}
.search_contents {
  padding-top: 20px;
}
.search_contents2 {
  padding-top: 30px;
}

.tbl_contents {
  margin: 20px 0 40px 0;
  width: 100%;
}
.tbl_contents2 {
  margin-bottom: 40px;
  width: 100%;
}
.row_contents {
  border-bottom: 1px dotted #9EA9BD;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
}
.head_contents {
  font-weight: bold;
  width: 24%;
}
.head_contents2 {
  font-weight: bold;
  width: 14%;
}
.data_contents {
  width: calc(76% - 20px);
}
.data_contents2 {
  width: calc(86% - 20px);
}
.data_contents3,
.data_contents4 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.data_contents5 {
  display: flex;
  gap: 10px;
}
.news_txt,
.saiyou_txt,
.inquiry_txt {
  margin-top: 20px;
}

.input_txt,
.input_txt2,
.input_txt3,
.input_comment {
  background: #fff;
  border: 1px solid #9EA9BD;
  border-radius: 2px;
  padding: 10px;
}
.input_txt,
.input_txt2,
.input_txt3 {
  height: 36px;
}
.input_txt {
  width: 40%;
}
.input_txt2 {
  width: 60%;
}
.input_txt3 {
  width: 20%;
}
.input_comment {
  width: 60%;
  height: 120px;
}
.adjust_input {}
.artlabel,
.artfile {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.artlabel {
  align-items: center;
}
.artlabel:last-child {
  margin-bottom: 0;
}
.artfile {
  flex-flow: column;
}
.btn_layout,
.btn_layout2 {
  display: flex;
  justify-content: center;
}
.btn_layout2 {
  gap: 40px;
}
.must {
  color: #f00;
}
.send_btn,
.send_btn2 {
  background: #103DB0;
  color: #fff;
  border-radius: 2px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}
.send_btn {
  width: 300px;
}
.send_btn2 {
  width: 240px;
}
.btn1 {
  width: 300px;
  background: #E7E7E7;
  border-radius: 2px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}




.minislider {
  width: 300px;
  text-align: center;
  overflow: hidden;
}
.minislides {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}
.minislides::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.minislides::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 10px;
}
.minislides::-webkit-scrollbar-track {
  background: transparent;
}
.slide1,
.slide2,
.slide3 {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 300px;
  height: 300px;
  background: #E7E7E7;
  display: flex;
  align-items: center;
}




.item_contents {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
.item_image {
  width: calc(100% / 2);
}
.item_link img {
  max-height: 440px;
}
.item_magnify {
  display: flex;
  justify-content: flex-end;
  margin: 20px 0;
}
.item_magnify img {
  width: 14px;
  margin-right: 7px;
}
.item_link img,
.item_magnify img {
  object-fit: contain;
}
.thumb {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
.thumb li {
  width: calc((100% - 60px) / 4);
}
.thumb li img {
  
}

.item_data {
  width: calc((100% - 160px) / 2);
}
.item_price {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 20px;
}
.price_txt {
  font-size: 16px;
  font-weight: bold;
  margin-left: 20px;
}


.hidetext {
  background: #E7E7E7;
  width: 100%;
  height: 40px;
  text-align: center;
}
.morelook {
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
.morelook::before {
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  position: absolute;
  top: 50%;
  left: -14px;
  transform: translateY(-50%) rotate(45deg);
}


.sortorder {
  display: flex;
  align-items: center;
  gap: 20px;
}
.sortorderbox {
  border: 1px solid #9EA9BD;
  border-radius: 2px;
  padding: 2px;
}




/*----------前環境引用----------*/
.artist_item_list {
  background-color: #E7E7E7;
  width: 100%;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
.states_1 {
  background: #666;
  padding: 1px 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}
.states_3 {
  background: #b44f4f;
  padding: 1px 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}
.main li {
  border-bottom: 1px dotted #9EA9BD;
  padding-bottom: 14px;
}
.item2,
.item3,
.item4 {
  display: none;
}
.btn_item_inquiry_stetus1,
.btn_item_inquiry_stetus3 {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.btn_item_inquiry_stetus1 {
  width: 240px;
  gap: 20px;
}
.btn_item_inquiry_stetus3 {
  width: 340px;
  gap: 10px;
}
.upimg {
  object-fit: contain;
  max-height: 360px;
}
/*----------------------------*/




.pagetop_btn {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 4px 2px #9ea9bd;
  position: fixed;
  right: 20px;
  bottom: 20px;
}
.pagetop_btn::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  right: 33%;
  bottom: 27%;
  border-top: 3px solid;
  border-left: 3px solid;
  transform: rotate(45deg);
}








.footer {
  background: #9EA9BD;
  color: #fff;
  margin-top: 40px;
}

.footer_contents {
  padding: 20px 0;
}
.footer_list {
  display: flex;
  justify-content: space-between;
}
.footer_menu {
  padding-left: 8px;
  position: relative;
  font-size: 14px;
}
.footer_menu::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.footer_txt1 {
  margin-top: 60px;
}
.footer_txt2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
}

.topContactArea {
  margin-top: 16px;
  padding: 24px 0;
  background: #f5f6f9;
}

.snsArea {
  padding: 40px 0 0;
}

.snsArea__wrap {
  display: flex;
  justify-content: center;
  gap: 56px;
}

.snsArea__item {
  width: 400px;
}

.snsArea__link {
  width: 100%;
  padding: 20px 32px;
  display: grid;
  grid-template:
  "snsIcon snsTxt"
  / 56px 1fr;
  align-items: center;
  gap: 16px;
  transition: .3s;
  position: relative;
}

.snsArea__link--line {
  border: 2px solid #4cc564;
}

.snsArea__link--line:hover {
  background: #f1faf3;
}

.snsArea__link--insta {
  border: 2px solid #e84853;
}

.snsArea__link--insta:hover {
  background: #fef4f5;
}

.snsArea__link::after {
  content: "";
  width: 20px;
  height: 20px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  position: absolute;
  right: 0;
  bottom: 0;
}

.snsArea__link--line::after {
  background: #4cc564;
}

.snsArea__link--insta::after {
  background: #e84853;
}

.snsArea__icon {
  grid-area: snsIcon;
}

.snsArea__txt {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  grid-area: snsTxt;
}

.snsArea__txt--line {
  color: #4cc564;
}

.snsArea__txt--insta {
  color: #e84853;
}










@media screen and (max-width:900px) {
.box_item {
  width: calc((100% - 20px) / 2);
}


.pickup_item li {
  width: calc((100% - 40px) / 3);
}

.sakuhin_img2 {
  height: 200px;
}
.sakuhin_img2 img {
  height: 180px;
}


.sakka_link {
  width: calc((100% - 60px) / 4);
}


.schedule_list {
  width: 100%;
}


.search_contentssize {
  width: min(70%, 70%);
}
.head_contents2 {
  width: 20%;
}
.data_contents2 {
  width: calc(80% - 20px);
}

.snsArea__wrap {
  gap: 40px;
}

}










@media screen and (max-width:768px) {
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}

.headwrap {
  width: 100%;
}
.pankuzuwrap {
  width: 100%;
  padding-left: 20px;
}
.wrap {
  width: 100%;
  padding: 20px;
}


.pcimg {
  display: none !important;
}
.spimg {
  display: block !important;
}


.header_bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 6px #9EA9BD;
  z-index: 100;
}
.header_img {
  display: block;
  height: 100%;
}
.logo {
  display: flex;
  align-items: center;
  padding-left: 20px;
  width: 280px;
  height: 100%;
}
.header_contact_img {
  display: none;
}
.menuButton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  background: #9EA9BD;
}
.menuButton__inner {
  position: relative;
  width: 24px;
  height: 2px;
  background: #fff;
}
.menuButton__inner::before,
.menuButton__inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.4s;
}
.menuButton__inner::before {
  top: -8px;
}
.menuButton__inner::after {
  top: 8px;
}
#menu:checked ~ .header_bar .menuButton__inner {
  background: transparent;
}
#menu:checked ~ .header_bar .menuButton__inner::before {
  transform: rotate(45deg);
  top: 0;
}
#menu:checked ~ .header_bar .menuButton__inner::after {
  transform: rotate(-45deg);
  top: 0;
}

.nav_contents {
  position: fixed;
  top: 36px;
  right: -260px;
  transition: 0.6s;
  height: 300px;
  z-index: 101;
}
#menu:checked ~ .nav_contents {
  right: 0;
}
.nav_list {
  flex-flow: column;
}
.nav_item,
.nav_item_sp {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 260px;
}
/*.nav_item:last-child {
  border-bottom: 1px solid #fff;
}*/
.nav_item_sp {
  display: block;
  border-bottom: 1px solid #fff;
}
.nav_txt {
  position: relative;
  padding: 10px;
}
.nav_txt::after {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto 0;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}


.date {
  width: 20%;
}


.open {
  font-size: 16px;
}


.shoparea_txt {
  font-size: 12px;
}
.shop_txt {
  font-size: 14px;
}


.item_contents {
  gap: 40px;
}
.item_data {
  width: calc((100% - 80px) / 2);
}
.price_txt {
  font-size: 14px;
}

.btn_item_inquiry_stetus1 {
  width: 200px;
}
.btn_item_inquiry_stetus3 {
  width: 300px;
}
.send_btn2 {
  width: 200px;
}


.footer_list {
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}
.footer_item {
  width: calc((100% - 40px) / 3);
}

.snsArea__wrap {
  gap: 24px;
}

}










@media screen and (max-width:687px) {
.numbering {
  justify-content: stretch;
}


.box_item {
  width: 100%;
}


.pickup_item li {
  width: calc((100% - 20px) / 2);
}


.sakka_link {
  width: calc((100% - 40px) / 3);
}


.shop_list {
  width: calc((100% - 40px) / 2);
}
.shoparea_txt {
  font-size: 12px;
}
.shop_txt {
  font-size: 14px;
  text-decoration: underline;
}


.search_contentssize {
  width: min(80%, 80%);
}

.input_txt {
  width: 60%;
}
.input_txt2 {
  width: 80%;
}
.input_comment {
  width: 100%;
}


.access,
.access_data {
  gap: 10px;
}

.minislides::-webkit-scrollbar {
  height: 8px;
}


.artist_item_list {
  gap: 40px;
}

}










@media screen and (max-width:520px) {
.sakka_contents {
  flex-wrap: wrap;
  gap: 20px;
}
.sakka_data,
.sakuhin_img4,
.schedule_txt,
.shop_img,
.search_contentssize,
.head_contents,
.data_contents,
.item_image,
.item_data {
  width: 100%;
}
.sakuhin_img4 img {
  max-height: 360px;
}


.sakka_link {
  width: calc((100% - 20px) / 2);
}


.schedule_link {
  flex-flow: column;
}


.search_contents {
  padding: 20px 20px 0;
}
.search_contents2 {
  padding: 30px 20px 0;
}

.row_contents {
  flex-flow: column;
}


.footer_item {
  width: calc((100% - 20px) / 2);
}

.footer_txt2 {
  flex-flow: column;
  align-items: flex-start;
}
.footer_copy {
  margin-top: 20px;
}

}










@media screen and (max-width:444px) {
.seek {
  flex-flow: column nowrap;
  align-items: center;
}


/*.pickup_item li,*/
.shop_list,
.head_contents2,
.data_contents2 {
  width: 100%;
}
.sakuhin_img {
/*  width: 300px;*/
  width: 160px;
}


.search_contents,
.search_contents2 {
  flex-flow: column;
  gap: 10px;
}

.snsArea__wrap {
  flex-direction: column;
  gap: 20px;
}

.snsArea__item {
  width: 100%;
}

.snsArea__link {
  padding: 16px 32px;
  grid-template-columns: 40px 1fr;;
}

.snsArea__link::after {
  width: 12px;
  height: 12px;
}

.snsArea__txt {
  font-size: 20px;
}

}
