@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
html {
  font-size: 1em;
}

body {
  margin: 0 auto;
  padding: 0;
  color: #555;
  background-color: #fff;
  text-align: center;
  font-size: 1rem;
  font-family: sans-serif;
  line-height: 150%;
  font-feature-settings: "palt";
  max-width: 768px;
  min-width: 320px;
}

th, td {
  color: #555;
  vertical-align: top;
  font-weight: normal;
  font-size: 1rem;
  font-family: sans-serif;
  line-height: 150%;
  font-feature-settings: "palt";
}

img {
  border: none;
  outline: none;
  vertical-align: bottom;
}

form {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-feature-settings: "palt";
}

a {
  cursor: pointer;
}
a:link {
  color: #486B97;
  text-decoration: none;
}
a:visited, a:active {
  color: #5B8190;
  text-decoration: none;
}
a:hover {
  color: #946349;
  text-decoration: underline;
}

.__new_arrival__, .infolist .new_arrival--title, .infolist .new_arrival--image, .thumlarge .new_arrival--title, .thumlarge .new_arrival--image {
  background-color: #ff3333;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  padding: 0 6px;
}

.bluser {
  display: none;
  text-align: left;
  margin: auto;
  border: 5px solid #ccc;
  padding: 15px;
  margin: 0 auto 10px;
  box-sizing: border-box;
  background-color: #f2ff00;
}

.head {
  background-color: #0A1945;
  padding: 3px 5px 2px;
  box-sizing: border-box;
  margin: 0 0 10px 0;
}

.foot {
  padding: 10px 0 20px 0;
  text-align: center;
}

.local_head {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.local_head > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-feature-settings: "palt";
  text-align: center;
  margin: 0 0 0 7px;
}
.local_head > div:first-child {
  margin: 0 auto 0 0;
}
.local_head > div a {
  display: block;
  padding: 0 3px;
  color: #f8ffc8;
}
.local_head .logo img {
  height: 26px;
}

.local_nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin: 0 0 5px 0;
}
.local_nav > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-feature-settings: "palt";
  text-align: center;
  background-color: #eee;
  flex: 1;
  background-color: #3f709d;
  border-left: 2px solid #0A1945;
}
.local_nav > div:first-child {
  border-left: none;
}
.local_nav > div a {
  color: #f4ffb9;
}

.search_nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  font-feature-settings: "palt";
  padding: 5px 0 4px;
}
.search_nav input[type=text] {
  -webkit-appearance: none;
  border: none;
  width: 100%;
  font-size: 1.5rem;
  font-feature-settings: "palt";
  height: 38px;
  box-sizing: border-box;
}
.search_nav select {
  -webkit-appearance: none;
  width: 55px;
  height: 38px;
  font-feature-settings: "palt";
  border-radius: 0;
  background-color: #fff;
}
.search_nav .selectbox {
  width: 55px;
}
.search_nav .inputbox {
  width: calc(100% - 102px);
}
.search_nav .submitbox {
  width: 42px;
}
.search_nav .submitbox a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-feature-settings: "palt";
  height: 38px;
  box-sizing: border-box;
  background-color: #005dc5;
  color: #fff;
}

.wrap {
  overflow: hidden;
}

.content {
  padding: 0 5px;
  box-sizing: border-box;
}

.index h1 {
  margin: 0 0 15px 0;
  padding: 10px 5px 9px;
  background-color: #990000;
  color: #fff;
  font-size: 1.25rem;
}
.index h2 {
  margin: 0 0 15px 0;
  padding: 8px 5px 7px;
  background-color: #333;
  color: #fff;
  font-size: 1.125rem;
}
.index h3 {
  margin: 0 0 15px 0;
  padding: 10px 5px 9px;
  background-color: #0a1945;
  color: #fff;
  font-size: 1.25rem;
}
.index .daily {
  max-width: 100%;
  overflow-y: hidden;
  margin: 0 0 20px 0;
}
.index .daily__inner {
  width: 1700px;
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.index .daily a {
  width: 120px;
  display: block;
  margin: 0 10px 0 0;
  padding: 3px;
  box-sizing: border-box;
  font-size: 0.875rem;
  line-height: 150%;
  font-feature-settings: "palt";
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 3px #ccc;
}
.index .box {
  max-width: 100%;
  overflow-y: hidden;
  margin: 0 0 20px 0;
}
.index .box__inner {
  width: 1700px;
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.index .box a {
  width: 120px;
  display: block;
  margin: 0 10px 0 0;
  padding: 3px;
  box-sizing: border-box;
  font-size: 0.875rem;
  line-height: 150%;
  font-feature-settings: "palt";
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 3px #ccc;
}
.index .box ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.index .mailbin {
  text-align: left;
  margin: 0 0 20px 0;
}
.index .mailbin:after {
  clear: both;
}
.index .mailbin__pic {
  text-align: center;
  width: 100px;
  float: right;
  margin: 0 0 10px 10px;
}
.index .mailbin__pic img {
  max-width: 100px;
  width: auto;
  height: auto;
}
.index .mailbin__coment p {
  margin: 15px 0 0 0;
}
.index .mailbin__coment p:first-child {
  margin: 0 0 0 0;
}
.index .mailbin__coment ul {
  margin: 0 5px 0 25px;
  padding: 0;
  list-style: circle;
}
.index .mailbin__coment li {
  margin: 15px 0 0 0;
}
.index .mailbin__coment li:first-child {
  margin: 0 0 0 0;
}
.index .tokushu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  margin: 0 auto 0;
}
.index .tokushu a {
  display: block;
  width: calc(50% - 5px);
  margin: 0 0 10px 0;
}
.index .tokushu img {
  max-width: 100%;
}
.index .itemlist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  margin: 0 0 20px 0;
}
.index .itemlist .block {
  position: relative;
  width: 49%;
  height: 230px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  text-align: center;
  margin: 0 0 10px 0;
}
.index .itemlist .block p {
  margin: 0;
}
.index .itemlist .thum {
  position: relative;
  width: 100%;
  height: 150px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  overflow: hidden;
  margin: 0 0 5px 0;
  box-sizing: border-box;
}
.index .itemlist .thum > a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: calc(100% - 4px);
  height: 146px;
  box-sizing: border-box;
  overflow: hidden;
}
.index .itemlist .thum img {
  max-width: 100%;
  width: 100%;
}
.index .itemlist .thum .r18mark,
.index .itemlist .thum .r18item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
}
.index .itemlist .thum .r18mark {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}
.index .itemlist .thum .r18item {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
}
.index .itemlist .title {
  font-feature-settings: "palt";
  font-size: 0.875rem;
  line-height: 150%;
  height: 60px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 3px;
}
.index .banner {
  width: calc(100% - 50px);
  text-align: center;
  margin: 0 auto 50px;
}
.index .banner .block {
  width: 100%;
  text-align: center;
  margin: 0 5px;
}
.index .banner .block img {
  width: 100%;
  margin: auto;
}
.index .pickup img {
  width: 100%;
  max-width: 100%;
}
.index .pickup .pickup_large {
  margin: 0 0 5px 0;
}
.index .pickup .pickup_cat {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
}
.index .pickup .pickup_cat li {
  width: calc(33.3333333333% - 5px);
  margin: 0 0 5px 0;
}

.index_category {
  margin: 0 0 20px 0;
}
.index_category .category {
  box-sizing: border-box;
}
.index_category .category .home {
  display: none;
}
.index_category .category > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: block;
}
.index_category .category > ul > li {
  margin: 0 0 5px 0;
  display: block;
}
.index_category .category > ul > li br {
  display: none;
}
.index_category .category > ul > li > a {
  display: block;
  border: 1px solid #999;
  background-color: #fff;
  padding: 7px 5px;
  width: 100%;
  box-sizing: border-box;
}
.index_category .category .child {
  display: none;
}
.index_category .category .child > div {
  display: flex;
  flex-direction: column;
}
.index_category .category .child > div > p {
  display: none;
}
.index_category .category .child .container {
  max-width: 768px;
  overflow-x: scroll;
}
.index_category .category .list {
  padding: 0 0 10px 0;
  text-align: left;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  width: 900px;
}
.index_category .category .list .block {
  width: 160px;
  margin: 15px 15px 0 0;
  font-feature-settings: "palt";
}
.index_category .category .list p {
  margin: 0 0 7px 0;
  background-color: #8f9aa4;
}
.index_category .category .list p > a, .index_category .category .list p > span {
  display: block;
  color: #fff;
  padding: 1px 3px 1px 5px;
}
.index_category .category .list ul {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
.index_category .category .list ul li {
  margin: 10px 0 0 7px;
  padding: 0 0 0 5px;
  position: relative;
}
.index_category .category .list ul li:first-child {
  margin: 0 0 0 7px;
}
.index_category .category .list ul li:before {
  content: "";
  display: inline-block;
  border: 4px solid transparent;
  border-left-color: #229792;
  position: absolute;
  top: 7px;
  left: -3px;
}

.solditem {
  max-width: 100%;
  overflow-x: scroll;
  margin: 0 0 20px 0;
}
.solditem__solditems {
  width: 3000px;
}

.item_list .grandchild {
  margin: 0 0 10px 0;
}
.item_list .grandchild dl {
  margin: 0;
  padding: 0;
}
.item_list .grandchild dt {
  background-color: #d7e6d0;
  margin: 0;
  padding: 2px 3px 1px;
}
.item_list .grandchild dd {
  margin: 0;
  padding: 3px;
  border: 1px solid #eee;
}
.item_list .grandchild ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  align-content: flex-start;
}
.item_list .grandchild li {
  flex: 1;
  min-width: 32.5%;
  margin: 0 1px 3px;
}
.item_list .grandchild li a {
  display: block;
  padding: 3px;
  border: 1px solid #ccc;
  font-feature-settings: "palt";
  font-size: 0.875rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.item_list .list_nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  margin: 0 0 15px 0;
}
.item_list .list_nav__count {
  text-align: left;
}
.item_list .list_nav__option {
  text-align: right;
}
.item_list .list_nav__option a {
  display: inline-block;
  padding: 0 7px;
  background-color: #5c9bbd;
  color: #fff;
  border-radius: 2px;
  box-shadow: 0 0 3px #ccc;
}
.item_list .list_change {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
}
.item_list .list_change ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.item_list .list_change > li {
  position: relative;
  width: calc(33.3333333333% - 2px);
  cursor: pointer;
}
.item_list .list_change > li > ul {
  display: none;
}
.item_list .list_change label {
  display: block;
  border: 1px solid #ccc;
  color: #144d8d;
}
.item_list .list_change input[type=checkbox] {
  display: none;
}
.item_list .list_change input[type=checkbox]:checked + ul {
  position: absolute;
  display: block;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  z-index: 100;
  padding: 0 0 10px 0;
}
.item_list .list_change input[type=checkbox]:checked + ul li {
  font-size: 0.875rem;
  margin: 5px 0 0 0;
}

.recommend h4 {
  margin: 0 auto 15px;
  border-top: 1px solid #ccc;
  padding: 15px 0 0 0;
  font-size: 1rem;
  line-height: 150%;
  font-feature-settings: "palt";
}
.recommend__edi {
  margin: 0 auto 30px;
}
.recommend__cat {
  margin: 0 auto 30px;
  width: calc(100% - 60px);
  box-sizing: border-box;
  text-align: center;
}
.recommend__cat .block {
  margin: 5px;
  padding: 5px;
  box-shadow: 0 0 2px #aaa;
  box-sizing: border-box;
}
.recommend__cat .block p {
  margin: 0;
}
.recommend__cat .pic {
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.recommend__cat .thum {
  width: 100%;
}
.recommend__cat .thum img {
  max-width: 100%;
  height: auto;
}
.recommend__cat .title {
  height: 55px;
  overflow: hidden;
}
.recommend__cat .title p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 0.85rem;
  line-height: 150%;
  font-feature-settings: "palt";
  margin: 10px 0 0 0;
}
.recommend__cat .price p {
  font-feature-settings: "palt";
  margin: 5px 0 0 0;
}

.pager {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  font-size: 0.875rem;
  line-height: 100%;
  margin: 15px 0;
}
.pager p {
  margin: 0;
}
.pager .prev {
  width: 28px;
}
.pager .next {
  width: 28px;
}
.pager .numberlist {
  flex: 1;
}
.pager .numberlist a, .pager .numberlist p {
  display: block;
  padding: 3px 2px;
  margin: 0;
}
.pager .numberlist ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
}
.pager .numberlist li {
  flex: 1;
  border-radius: 1px;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.pager .numberlist li:first-child {
  border-left: 1px solid #ccc;
}
.pager .numberlist li.santen {
  border-top: none;
  border-bottom: none;
}

.thumlarge {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
}
.thumlarge .block {
  position: relative;
  width: 49%;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  text-align: center;
  margin: 0 0 10px 0;
}
.thumlarge .block p {
  margin: 0;
}
.thumlarge .thum {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  overflow: hidden;
  margin: 0 0 5px 0;
  box-sizing: border-box;
  background-color: #eee;
}
.thumlarge .thum::before {
  content: "";
  display: block;
  padding-bottom: 100%;
  width: 100%;
}
.thumlarge .thum > a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  top: 2px;
  left: 2px;
}
.thumlarge .thum img {
  max-width: 100%;
  object-fit: cover;
  width: auto;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.thumlarge .thum .r18mark,
.thumlarge .thum .r18item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
}
.thumlarge .thum .r18mark {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.thumlarge .thum .r18item {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
}
.thumlarge .title {
  margin: 0 0 2px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px dotted #ccc;
}
.thumlarge .title p {
  font-feature-settings: "palt";
  font-size: 0.875rem;
  line-height: 150%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.thumlarge .basic {
  font-feature-settings: "palt";
  font-size: 0.875rem;
  line-height: 150%;
  margin: 0 0 3px 0;
}
.thumlarge .basic .itemno {
  display: none;
}
.thumlarge .price {
  font-feature-settings: "palt";
  font-size: 0.875rem;
  line-height: 150%;
  margin: 0 0 2px 0;
}
.thumlarge .price_range {
  font-feature-settings: "palt";
  font-size: 0.875rem;
  line-height: 150%;
  margin: 0 0 5px 0;
}
.thumlarge .price_range p:nth-of-type(2) {
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}
.thumlarge .operate {
  font-feature-settings: "palt";
  font-size: 0.875rem;
  line-height: 150%;
  margin: 0 0 3px 0;
}
.thumlarge .operate .soldout {
  margin: 10px auto;
}
.thumlarge .operate .addcart {
  display: block;
  width: 80%;
  margin: auto;
  background-color: #cc0000;
  padding: 5px;
  border-radius: 2px;
  box-shadow: 0 0 3px #ccc;
  border-radius: 2px;
  color: #fff;
}
.thumlarge .operate .addcart > a {
  color: inherit;
}
.thumlarge .operate .addalert {
  display: block;
  width: 80%;
  margin: auto;
  background-color: #3c9e31;
  padding: 5px;
  border-radius: 2px;
  box-shadow: 0 0 3px #ccc;
  border-radius: 2px;
  color: #fff;
}
.thumlarge .alert_option {
  font-size: 0.875rem;
  line-height: 150%;
}
.thumlarge .new_arrival--image {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 10;
}
.thumlarge .new_arrival--title {
  display: none;
}
.thumlarge .new_arrival--ja {
  letter-spacing: 1px;
}

.thumsmall {
  margin: auto;
}
.thumsmall .basic,
.thumsmall .path {
  display: none;
}
.thumsmall .block {
  position: relative;
  float: left;
  box-sizing: border-box;
  margin: 0 4px 15px 0;
  width: 100px;
  height: 180px;
  border: 1px solid #ccc;
  text-align: center;
}
.thumsmall .block p {
  margin: 0;
}
.thumsmall .pic {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #eee;
}
.thumsmall .thum {
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
}
.thumsmall .thum .r18mark {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}
.thumsmall .thum .r18mark a {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  width: 100px;
  height: 100px;
}
.thumsmall .thum .r18item {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
}
.thumsmall .thum .r18item a {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  width: 100px;
  height: 100px;
}
.thumsmall .pic img {
  margin: 4px 0 0 0;
  max-width: 100px;
  max-height: 100px;
}
.thumsmall .title {
  position: absolute;
  top: 103px;
  left: 0;
  z-index: 1;
  border-top: 1px solid #ccc;
  color: #000;
}
.thumsmall .title p {
  overflow: hidden;
  box-sizing: border-box;
  padding: 4px 3px 0 2px;
  width: 153px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.thumsmall .price {
  position: absolute;
  top: 140px;
  left: 0px;
  z-index: 1;
  width: 100px;
}
.thumsmall .price p {
  text-align: center;
  font-size: 0.85rem;
  line-height: 100%;
}
.thumsmall .addfavo,
.thumsmall .addalert {
  position: absolute;
  bottom: 0px;
  left: 2px;
  z-index: 1;
  width: 70px;
}
.thumsmall .addfavo a,
.thumsmall .addalert a {
  display: block;
  padding: 1px 0 1px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 10px;
}
.thumsmall .addcart,
.thumsmall .soldout {
  position: absolute;
  bottom: 0px;
  right: 2px;
  z-index: 1;
  width: 70px;
}
.thumsmall .addcart a {
  display: block;
  padding: 1px 0 1px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  font-size: 10px;
}
.thumsmall .soldout p {
  display: block;
  padding: 1px 0 1px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #eee;
  color: #666;
  text-align: center;
  font-size: 10px;
}

.infolist {
  padding: 0 0 15px 0;
}
.infolist .block {
  display: grid;
  grid-template-columns: 50px 1fr 1fr 85px;
  grid-template-rows: 50px 48px 1fr;
  margin: 0 0 15px 0;
}
.infolist .block p {
  margin: 0;
}
.infolist .thum {
  width: 50px;
  grid-row: 2/3;
  grid-column: 1;
  overflow: hidden;
  text-align: center;
  padding: 5px 0 0 0;
}
.infolist .thum img {
  max-width: 43px;
  max-height: 100px;
}
.infolist .title {
  grid-row: 1;
  grid-column: 1/5;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  border-top: 1px dotted #666;
  background-color: #eee;
}
.infolist .title p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 0.875rem;
  line-height: 150%;
  font-feature-settings: "palt";
}
.infolist .price {
  grid-row: 2;
  grid-column: 3;
  text-align: right;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: flex-end;
}
.infolist .operate {
  grid-row: 2;
  grid-column: 4;
  text-align: right;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: flex-end;
}
.infolist .operate .addbasket {
  background-color: #cc0000;
  color: #fff;
  display: block;
  padding: 3px 0;
  width: 75px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0 0 2px #cc0000;
  text-align: center;
}
.infolist .basic {
  grid-row: 2;
  grid-column: 2;
  text-align: left;
  font-size: 0.875rem;
  line-height: 150%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
.infolist .basic .itemno {
  display: none;
}
.infolist .price_range {
  grid-row: 3;
  grid-column: 1/5;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  font-size: 0.875rem;
  line-height: 150%;
}
.infolist .price_range p {
  font-feature-settings: "palt";
}
.infolist .price_range p:nth-of-type(1) {
  width: 130px;
  text-align: left;
}
.infolist .price_range p:nth-of-type(2) {
  width: calc(100% - 130px);
  text-align: right;
}
.infolist .new_arrival--image {
  display: none;
}
.infolist .new_arrival--title {
  margin-left: 5px;
}
.infolist .new_arrival--ja {
  letter-spacing: 1px;
}

.item_info .content_head {
  margin: 0 0 10px 0;
  border-bottom: 2px dotted #ccc;
  padding: 0 0 5px 0;
}
.item_info .content_head .shop {
  text-align: left;
  margin: 0 0 5px 0;
}
.item_info .content_head .shop p {
  margin: 0 auto;
  padding: 3px 7px 2px;
  box-sizing: border-box;
  display: inline-block;
  background-color: #aaa;
  border-right: 5px double #fff;
  color: #fff;
  font-size: 0.875rem;
  line-height: 100%;
}
.item_info .content_head h1 {
  font-size: 1.25rem;
  line-height: 150%;
  margin: 0;
}
.item_info .detail_item .pic {
  margin: 0 0 10px 0;
}
.item_info .detail_item .pic img {
  width: 100%;
  max-width: 100%;
  height: 300px;
  object-fit: contain;
}
.item_info .detail_item .picture {
  align-items: center;
  display: flex;
  height: 300px;
  justify-content: center;
  margin: 0 auto 15px auto;
  position: relative;
  text-align: left;
  width: 100%;
}
.item_info .detail_item .picture > div {
  margin: 0 auto;
}
.item_info .detail_item .picture img {
  height: auto;
  max-height: 300px;
  object-fit: contain;
  width: auto;
  max-width: 100%;
}
.item_info .detail_item ul {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.item_info .detail_item li {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border: 1px solid #ccc;
  margin: 0 2px 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.item_info .detail_item li img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}
.item_info .operate .addcart, .item_info .operate .addbasket {
  display: block;
  background-color: #cc0000;
  color: #fff;
  padding: 10px 0;
  margin: 0 0 10px 0;
  box-shadow: 0 0 3px #ccc;
  border-radius: 2px;
}
.item_info .operate .addfavo, .item_info .operate .addalert {
  display: block;
  margin: 0 0 20px 0;
}
.item_info .operate .soldout {
  display: block;
  margin: 0 0 10px 0;
}
.item_info .basicinfo {
  margin: 0 0 10px 0;
}
.item_info .basicinfo table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}
.item_info .basicinfo th, .item_info .basicinfo td {
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
}
.item_info .basicinfo th p, .item_info .basicinfo td p {
  margin: 10px 0 0 0;
}
.item_info .basicinfo th p:first-child, .item_info .basicinfo td p:first-child {
  margin: 0 0 0 0;
}
.item_info .basicinfo th {
  width: 30%;
}
.item_info .basicinfo td {
  width: 70%;
  text-align: left;
}
.item_info .status {
  margin: 0 0 20px 0;
  border-bottom: 1px dotted #ccc;
}
.item_info .status table {
  width: 100%;
}
.item_info .status th, .item_info .status td {
  display: block;
  text-align: left;
}
.item_info .status th p, .item_info .status td p {
  margin: 10px 0 0 0;
}
.item_info .status th p:first-child, .item_info .status td p:first-child {
  margin: 0 0 0 0;
}
.item_info .status th {
  padding: 5px 0 5px 5px;
  margin: 0 0 7px 0;
  background-color: #dbebdc;
}
.item_info .status td {
  padding: 0 0 15px 10px;
  box-sizing: border-box;
}
.item_info .status strong {
  display: inline-block;
  padding: 3px 8px;
  margin: 0 7px 7px 0;
  border: 1px solid #1a8326;
  box-sizing: border-box;
}
.item_info .status em {
  text-decoration: none;
  font-style: normal;
  display: block;
  margin: 0 0 0 2px;
}
.item_info .caption {
  margin: 0 0 30px 0;
  text-align: left;
}
.item_info .sns {
  margin: 0 0 30px 0;
}
.item_info .other_item h3 {
  background-color: #333;
  color: #fff;
  line-height: 150%;
  padding: 5px 5px 4px;
  margin: 0 0 7px 0;
}
.item_info .other_shop {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  margin: 0 0 20px 0;
}
.item_info .other_shop td {
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  font-size: 0.875rem;
  vertical-align: middle;
}
.item_info .other_shop p {
  margin: 0;
}
.item_info .other_shop .shop a {
  display: block;
  padding: 7px 0;
}
.item_info .other_shop .shop p {
  border: 1px solid #5eb348;
  box-shadow: 0 0 3px #ccc;
  border-radius: 2px;
}
.item_info .other_shop .addcart a, .item_info .other_shop .addbasket a {
  display: block;
  background-color: #cc0000;
  color: #fff;
  box-shadow: 0 0 3px #ccc;
  border-radius: 2px;
}
.item_info .other_condition {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  margin: 0 0 20px 0;
}
.item_info .other_condition td {
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  font-size: 0.875rem;
  vertical-align: middle;
}
.item_info .other_condition p {
  margin: 0;
}
.item_info .other_condition img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.item_info .other_condition .pic {
  width: 80px;
}
.item_info .other_condition .addcart a, .item_info .other_condition .addbasket a {
  display: block;
  background-color: #cc0000;
  color: #fff;
  box-shadow: 0 0 3px #ccc;
  border-radius: 2px;
}
.item_info .recomend {
  margin: auto;
  width: calc(100% - 40px);
  text-align: center;
}
.item_info .new_arrival {
  background-color: #ff3333;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  margin: 0 0 0 5px;
  padding: 0 8px 0 10px;
  position: relative;
}
.item_info .new_arrival::before, .item_info .new_arrival::after {
  content: "";
  display: block;
  height: 0px;
  position: absolute;
  width: 0px;
}
.item_info .new_arrival::before {
  border-top: 7px solid #ff3333;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid transparent;
  top: 13px;
  right: -7px;
  transform: rotate(45deg);
}
.item_info .new_arrival::after {
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ff3333;
  border-left: 7px solid transparent;
  top: -7px;
  right: -7px;
  transform: rotate(-45deg);
}

.mypage h1 {
  margin: 0 0 15px 0;
  padding: 10px 5px 9px;
  background-color: #990000;
  color: #fff;
  font-size: 1.25rem;
}
.mypage h2 {
  font-size: 1rem;
  background-color: #333;
  color: #fff;
  padding: 7px 0 5px 0;
  margin: 0 0 15px 0;
}
.mypage .wrap {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.mypage__page_back {
  width: 100%;
  text-align: left;
  margin: 0 0 8px 0;
}
.mypage__page_back i {
  margin: 0 0 0 5px;
}
.mypage__home {
  text-align: left;
}
.mypage__home dl {
  margin: 0;
  padding: 0;
}
.mypage__home dl p {
  margin: 15px 0 0 0;
}
.mypage__home dl p:first-child {
  margin: 0 0 0 0;
}
.mypage__home dt {
  font-size: 1.25rem;
  margin: 0 0 10px 0;
}
.mypage__home dd {
  margin: 0 0 20px 20px;
}
.mypage__customer_edit {
  text-align: left;
}
.mypage__customer_edit dl {
  margin: 0;
  padding: 0;
}
.mypage__customer_edit dl p {
  margin: 15px 0 0 0;
}
.mypage__customer_edit dl p:first-child {
  margin: 0 0 0 0;
}
.mypage__customer_edit dt {
  font-size: 1.25rem;
  margin: 0 0 10px 0;
}
.mypage__customer_edit dt i {
  width: 25px;
}
.mypage__customer_edit dd {
  margin: 0 0 20px 20px;
}
.mypage__account_close p {
  margin: 0 0 20px 0;
}
.mypage__account_close a {
  display: inline-block;
  background-color: #172b6b;
  color: #fff;
  padding: 10px 20px;
  box-shadow: 0 0 3px #ccc;
}
.mypage__order_history {
  text-align: left;
}
.mypage__order_history dl {
  margin: 0;
  padding: 0;
}
.mypage__order_history dt {
  margin: 0 0 0px 0;
  padding: 8px 5px 6px 5px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-size: 1.25rem;
  background-color: #fbfbf5;
}
.mypage__order_history dd {
  margin: 0 0 25px 0;
}
.mypage__order_history table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}
.mypage__order_history th, .mypage__order_history td {
  padding: 3px;
  border: 1px solid #ccc;
  text-align: center;
}
.mypage__order_history th {
  background-color: #eee;
}
.mypage__order_history--date {
  width: 110px;
}
.mypage__order_history--shop {
  width: 150px;
}
.mypage__order_history--status {
  width: calc(100% - 110px - 150px);
}
.mypage__order_history--info {
  margin: 5px 0 0 0;
  text-align: right;
}
.mypage__keyword_history {
  text-align: left;
  margin: 0 0 25px 0;
}
.mypage__keyword_history_option {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  margin: 0 0 15px 0;
  border-bottom: 1px dotted #ccc;
  padding: 0 0 15px 0;
}
.mypage__keyword_history_option p {
  margin: 0;
}
.mypage__keyword_history_option a {
  display: inline-block;
  background-color: #3873aa;
  color: #fff;
  padding: 3px 5px;
  box-shadow: 0 0 3px #ccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  line-height: 100%;
}
.mypage__keyword_history_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mypage__keyword_history_list li {
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  border-top: 1px dotted #ccc;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
}
.mypage__keyword_history_list li:first-child {
  border-top: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.mypage__keyword_history_list p {
  margin: 0;
}
.mypage__keyword_history_list--del {
  width: 50px;
  text-align: right;
}
.mypage__keyword_history_list--word {
  width: calc(100% - 60px);
}
.mypage__alert_keyword--select {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dotted #ccc;
}
.mypage__alert_keyword--select strong {
  display: block;
  margin: 0 0 5px 0;
}
.mypage__alert_keyword--select form {
  margin: 0;
  padding: 0;
}
.mypage__alert_keyword--select select {
  -webkit-appearance: none;
  border: 1px solid #ccc;
  font-size: 1rem;
  width: 90%;
  text-align: center;
  margin: 0;
}
.mypage__alert_keyword--add {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dotted #ccc;
}
.mypage__alert_keyword--add p {
  margin: 0;
}
.mypage__alert_keyword--add p:nth-of-type(1) {
  width: calc(100% - 201px);
}
.mypage__alert_keyword--add p:nth-of-type(2) {
  width: 200px;
}
.mypage__alert_keyword--add input[type=text] {
  border: 1px solid #ccc;
  font-size: 1rem;
  width: 100%;
  height: 30px;
  box-sizing: border-box;
}
.mypage__alert_keyword--add input[type=submit] {
  border: none;
  font-size: 1rem;
  background-color: #093580;
  color: #fff;
  width: 200px;
  height: 30px;
  box-sizing: border-box;
}
.mypage__alert_findlist p {
  margin: 0;
}
.mypage__alert_findlist--input {
  margin: 0 0 10px 0;
}
.mypage__alert_findlist--mail {
  margin: 0 0 10px 0;
}
.mypage__alert_findlist--mail a {
  display: inline-block;
  background-color: #3873aa;
  color: #fff;
  padding: 3px 5px;
  box-shadow: 0 0 3px #ccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  line-height: 100%;
}
.mypage__alert_findlist--del {
  margin: 0 0 10px 0;
}

.content_foot {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  align-content: flex-start;
  margin: 0 0 0 0;
  padding: 10px 0;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  background-color: #eee;
}
.content_foot a {
  display: inline-block;
  padding: 3px 7px;
  background-color: #316885;
  color: #fff;
  box-shadow: 0 0 3px #ccc;
  border-radius: 2px;
}

.breadcrumb {
  width: 100vw;
  overflow-y: scroll;
}
.breadcrumb ol {
  margin: 0;
  padding: 5px 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: stretch;
  align-items: stretch;
  align-content: flex-start;
}
.breadcrumb ol li {
  margin: 0 7px 0 3px;
  padding: 0 0 0 5px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb ol li:before {
  content: "";
  display: inline-block;
  border: 6px solid transparent;
  border-left-color: #999;
  position: absolute;
  top: 5px;
  left: -3px;
}

.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #eee;
  color: #fff;
}
.sidr.left {
  left: -260px;
  right: auto;
  text-align: left;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
}
.sidr.right {
  left: auto;
  right: -260px;
  text-align: left;
  border-left: 1px solid #ccc;
  box-sizing: border-box;
}
.sidr .close {
  display: inline-block;
  margin: 5px 0 5px 5px;
  padding: 5px 7px;
  background-color: #0d6292;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 3px #ccc;
}
.sidr .category {
  padding: 0 5px 10px;
  box-sizing: border-box;
}
.sidr .category .home {
  display: none;
}
.sidr .category .nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidr .category .nav__item {
  margin: 0 0 5px 0;
}
.sidr .category .nav__item img {
  display: none;
}
.sidr .category .nav__item .parent {
  margin: 0 0 5px;
}
.sidr .category .nav__item .parent a {
  display: block;
  border: 1px solid #999;
  background-color: #fff;
  padding: 3px 5px;
  width: 100%;
  box-sizing: border-box;
}
.sidr .category .nav__item .parent a:after {
  content: attr(title);
  color: #0d6292;
}
.sidr .category .child {
  display: none;
}
.sidr .category .child > div {
  display: flex;
  flex-direction: column;
}
.sidr .category .child > div > p {
  display: none;
}
.sidr .category .list p {
  margin: 0 0 5px;
  background-color: #8f9aa4;
}
.sidr .category .list p a {
  display: block;
  color: #fff;
  padding: 1px 3px 1px 5px;
}
.sidr .category .list ul {
  margin: 7px 0 10px;
  padding: 0;
  list-style: none;
}
.sidr .category .list ul li {
  margin: 5px 0 0 7px;
  padding: 0 0 0 5px;
  position: relative;
}
.sidr .category .list ul li:first-child {
  margin: 0 0 0 7px;
}
.sidr .category .list ul li:before {
  content: "";
  display: inline-block;
  border: 4px solid transparent;
  border-left-color: #229792;
  position: absolute;
  top: 7px;
  left: -3px;
}
.sidr .category .block {
  display: block;
  margin: 0;
}
.sidr .opt_button {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
}
.sidr .opt_button .reset {
  display: inline-block;
  margin: 5px 5px 5px 0;
  padding: 5px 7px;
  background-color: #2e8731;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 3px #ccc;
}
.sidr .opt_search {
  padding: 0 5px 10px;
  margin: 0;
  padding: 0 5px 10px;
  box-sizing: border-box;
  text-align: left;
}
.sidr .opt_search dt {
  margin: 0 0 10px 0;
  padding: 0 0 0 5px;
  background-color: #999;
  color: #fff;
}
.sidr .opt_search dd {
  margin: 0 0 20px 5px;
}
.sidr .opt_search ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidr .opt_search ul li {
  margin: 5px 0 0 7px;
  padding: 0 0 0 5px;
  position: relative;
}
.sidr .opt_search ul li:first-child {
  margin: 0 0 0 7px;
}
.sidr .opt_search ul li:before {
  content: "";
  display: inline-block;
  border: 4px solid transparent;
  border-left-color: #229792;
  position: absolute;
  top: 7px;
  left: -3px;
}
.sidr .opt_search .active {
  color: #aaa;
}

.pagetop {
  position: fixed;
  display: none;
  right: 20px;
  bottom: 25px;
  z-index: 9999;
}
.pagetop a {
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  background: rgba(78, 99, 125, 0.7);
  border-radius: 50%;
  line-height: 35px;
}
.pagetop i {
  font-size: 1rem;
  color: #fff;
}

#adult_confirm {
  border: 2px solid #eee;
}
#adult_confirm ul {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}
#adult_confirm li {
  display: inline-block;
  font-size: 20px;
  line-height: 100%;
}
#adult_confirm a {
  display: block;
  padding: 12px 15px;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#adult_confirm .over18 a {
  background-color: #a01e1e;
}
#adult_confirm .over18 a:hover {
  background-color: #722020;
}
#adult_confirm .under18 a {
  background-color: #3f687f;
}
#adult_confirm .under18 a:hover {
  background-color: #264557;
}
#adult_confirm p {
  margin: 0 0 15px 0;
}
#adult_confirm .subject {
  margin: 15px;
  font-size: 14px;
  line-height: 100%;
  background-color: #eee;
  padding: 10px;
}

.carriage-result__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.carriage-result__line {
  border-top: 1px solid #e5e5e5;
  display: flex;
  padding: 0.5rem 0;
  width: calc(100% - 10px);
}
.carriage-result__line:first-child {
  border: none;
}
.carriage-result__name {
  width: 125px;
}
.carriage-result__fee {
  text-align: right;
  width: calc(100% - 125px);
}

.available {
  cursor: pointer;
  display: block;
  text-align: center;
  margin: 7px 0;
  background-color: #0a1945;
  border-radius: 5px;
  color: #ffffff;
  font-size: 1.1em;
  font-weight: 900;
  padding: 10px;
  transition: 0.2s;
}
.available:hover {
  opacity: 0.8;
}
.available a:visited {
  color: #ffffff !important;
  text-decoration: none !important;
}
.available a:active {
  color: #ffffff !important;
  text-decoration: none !important;
}

.infobox {
  margin: 50px 0 0;
}
.infobox h3 {
  border-radius: 5px;
  padding: 10px 5px 9px;
  background-color: #0a1945;
  color: #fff;
  font-size: 1.25rem;
}
.infobox img {
  width: 100%;
  transition: 0.2s;
}
.infobox img:hover {
  opacity: 0.8;
}
.infobox p {
  text-align: left;
}

h5 {
  margin: 0;
}

.sns {
  display: flex;
  text-align: left;
  max-width: fit-content;
  width: 100%;
  margin: 0 auto;
}
.sns__side {
  max-width: 50vw;
  width: 100%;
  margin: 0 auto;
}
.sns__box {
  display: flex;
  text-align: center;
}
.sns__icon img {
  max-width: 10vw;
  padding: 0 10px;
}

.pickup_cat2 {
  margin: 0 0 5px 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
}
.pickup_cat2 a {
  text-decoration: none;
}
@media only screen and (min-width: 1800px) {
  .pickup_cat2 {
    width: calc(65% - 17vw);
    margin: 0 auto;
  }
}
.pickup_cat2 li {
  margin: 0 0 5px 0;
  transition: 0.2s;
}
@media only screen and (max-width: 767px) {
  .pickup_cat2 li {
    width: 32.5%;
  }
}
@media only screen and (min-width: 768px) {
  .pickup_cat2 li {
    width: 32.5%;
  }
}
@media only screen and (min-width: 1800px) {
  .pickup_cat2 li {
    width: 32.5%;
  }
}
.pickup_cat2 li .catbox {
  position: relative;
  transition: 0.2s;
}
.pickup_cat2 li .catbox:hover img {
  opacity: 0.8;
}
.pickup_cat2 li .catbox:hover .title {
  opacity: 1;
}
.pickup_cat2 li .catimg img {
  width: 100%;
  transition: 0.2s;
}
.pickup_cat2 li .title {
  position: absolute;
  top: 32%;
  left: 2.5%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: left;
  transition: 0.2s;
}
.pickup_cat2 li .title p {
  color: rgb(0, 0, 0);
  font-weight: bolder;
  text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
}
@media only screen and (max-width: 767px) {
  .pickup_cat2 li .title p {
    font-size: 3vw;
    line-height: 2vw;
  }
}
@media only screen and (min-width: 768px) {
  .pickup_cat2 li .title p {
    font-size: 3vw;
  }
}
@media only screen and (min-width: 1800px) {
  .pickup_cat2 li .title p {
    font-size: 1vw;
  }
}

.message_post {
  overflow-y: scroll;
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  .message_post {
    height: 600px;
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .message_post {
    max-height: 500px;
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 1800px) {
  .message_post {
    max-height: 500px;
  }
}
.message_post p {
  margin: 15px 0 0 7px;
}
.message_post p:first-child {
  margin: 0 0 0 7px;
}
.message_post ul {
  text-align: left;
}/*# sourceMappingURL=style-sp.css.map */