@charset "UTF-8";
img {
  max-width: 100%;
  height: auto;
}

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system,Segoe UI,Helvetica Neue,Hiragino Kaku Gothic ProN,"メイリオ",meiryo,sans-serif;
}

@media only screen and (max-width: 767px) {
  .wrap {
    margin: 25px 10px;
  }
}

@media only screen and (min-width: 768px) {
  .wrap {
    max-width: 1200px;
    width: calc(100% - 45px);
    margin: 30px auto 50px;
  }
}

h1 {
  border-bottom: #ccc solid 1px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  h1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.45rem;
    padding: 0 0 15px;
  }
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 1.6rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 5px;
  }
}

h1 p {
  background: #E00017;
  color: #fff;
  padding: 3px 10px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  h1 p {
    margin: 10px 0 0;
    font-size: 0.7rem;
  }
}

@media only screen and (min-width: 768px) {
  h1 p {
    margin-left: 15px;
    font-size: 0.8rem;
  }
}

h3 {
  background: #333;
  color: #fff;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  h3 {
    margin: 0;
    font-size: 1.0rem;
    padding: 7px 10px;
  }
}

@media only screen and (min-width: 768px) {
  h3 {
    font-size: 1.1rem;
    margin: 0 0 10px;
    padding: 5px 10px;
  }
}

.takuhai {
  border: 1px solid #ccc;
  margin: 0 0 15px;
  text-align: left;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .takuhai {
    font-size: 0.85rem;
    padding: 17px 20px;
  }
}

@media only screen and (min-width: 768px) {
  .takuhai {
    font-size: 0.9rem;
    padding: 17px 30px;
  }
}

.takuhai li {
  position: relative;
  margin: 0 0 5px;
  padding: 0 0 0 15px;
}

.takuhai li:last-child {
  margin: 0;
}

.takuhai li::before {
  content: "";
  display: inline-block;
  border: 4px solid transparent;
  border-left-color: #cc0000;
  position: absolute;
  top: 7px;
  left: 0;
}

.content {
  display: -ms-grid;
  display: grid;
  gap: 0px 0px;
  grid-auto-flow: row;
}

@media only screen and (max-width: 767px) {
  .content {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
  }
}

@media only screen and (min-width: 768px) {
  .content {
    -ms-grid-columns: 1fr 240px;
        grid-template-columns: 1fr 240px;
    grid-auto-rows: minmax(auto, 1800px) auto;
  }
}

@media only screen and (max-width: 767px) {
  .main {
    width: 100%;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media only screen and (min-width: 768px) {
  .main {
    margin-right: 25px;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 3 / 2;
  }
}

.main h2 {
  margin: 0 0 20px;
  background: #E00017;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1rem;
}

@media only screen and (max-width: 767px) {
  .main h2 {
    padding: 7px 0;
    font-size: 1.1rem;
  }
}

@media only screen and (min-width: 768px) {
  .main h2 {
    padding: 10px 0;
    font-size: 1.5rem;
  }
}

.main__list ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .main__list ul::before {
    content: "";
    display: block;
    width: 24.5%;
    height: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (min-width: 768px) {
  .main__list ul::after {
    content: "";
    display: block;
    width: 24.5%;
    height: 0;
  }
}

.main__list ul li {
  margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
  .main__list ul li {
    width: 48%;
  }
}

@media only screen and (min-width: 768px) {
  .main__list ul li {
    width: 24.5%;
  }
}

.main__list ul figure {
  margin: 0 0 15px;
  padding: 0;
  width: 100%;
  position: relative;
}

.main__list ul figure::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.main__list ul figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

.main__list-ttl {
  margin: 0 0 10px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .main__list-ttl {
    font-size: 0.8rem;
  }
}

@media only screen and (min-width: 768px) {
  .main__list-ttl {
    font-size: 0.9rem;
  }
}

.main__list-price {
  color: #ef0033;
  font-weight: 600;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 1.0rem;
}

@media only screen and (max-width: 767px) {
  .sub-category {
    margin: 0 0 15px;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media only screen and (min-width: 768px) {
  .sub-category {
    margin: 0 0 10px;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    grid-area: 1 / 2 / 2 / 2;
  }
}

.sub-category__container {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .sub-category__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .sub-category__container {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .sub-category__ttl-category, .sub-category__ttl-kaitori {
    width: 43.5%;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}

.sub-category__ttl-category::before, .sub-category__ttl-kaitori::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 13px;
}

@media only screen and (max-width: 767px) {
  .sub-category__ttl-category::before, .sub-category__ttl-kaitori::before {
    top: 30%;
  }
}

@media only screen and (min-width: 768px) {
  .sub-category__ttl-category::before, .sub-category__ttl-kaitori::before {
    top: 27%;
  }
}

@media only screen and (min-width: 768px) {
  .sub-category__ttl-kaitori {
    display: none;
  }
}

.sub-category .open::before {
  -webkit-transform: rotate(317deg);
  transform: rotate(317deg);
  top: 40%;
}

.sub-category ul {
  list-style: none;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .sub-category ul {
    display: none;
    margin: 5px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .sub-category ul {
    margin: 0 0 10px;
  }
}

.sub-category ul li {
  background: #ffefef;
  border: #222 solid 1px;
  margin: 0 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 0.9rem;
  text-align: left;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .sub-category ul li {
    padding: 5px 10px;
  }
}

@media only screen and (min-width: 768px) {
  .sub-category ul li {
    padding: 2px 10px;
  }
}

.sub-category ul li:hover {
  background: #ffdddd;
}

.sub-category ul li a {
  color: #000;
  text-decoration: none;
  display: block;
  width: 100%;
}

.sub-category ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  .sub-twitter {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media only screen and (min-width: 768px) {
  .sub-twitter {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media only screen and (min-width: 768px) {
  .sub-twitter h3 {
    font-size: 0.9rem;
  }
}

.sub-twitter .tweet_container {
  width: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .sub-twitter .tweet_container {
    height: 500px;
  }
}

@media only screen and (min-width: 768px) {
  .sub-twitter .tweet_container {
    height: 3000px;
  }
}

.sub-twitter .tweet_container .tweet {
  border-top: 1px solid rgba(15, 70, 100, 0.12);
  padding: 10px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .sub-twitter .tweet_container .tweet {
    cursor: pointer;
  }
}

.sub-twitter .tweet_container .tweet:hover {
  background: #f5f8fa;
}

.sub-twitter .tweet_container .tweet .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10;
}

.sub-twitter .tweet_container .tweet .block img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.sub-twitter .tweet_container .tweet .block .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 8px;
  width: calc(100% - 40px);
}

.sub-twitter .tweet_container .tweet .block .username {
  margin: 0;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  font-weight: 700;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .sub-twitter .tweet_container .tweet .block .username {
    max-width: 158px;
  }
}

.sub-twitter .tweet_container .tweet .block .username a {
  text-decoration: none;
  color: #292f33;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.sub-twitter .tweet_container .tweet .block .username a:hover {
  color: #4096d7;
}

.sub-twitter .tweet_container .tweet .block .id {
  margin: 0;
  font-size: 12px;
  color: #657786;
  text-align: left;
}

.sub-twitter .tweet_container .tweet .tweet_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .sub-twitter .tweet_container .tweet .tweet_content {
    margin: 7px 0 0;
  }
}

.sub-twitter .tweet_container .tweet .tweet_content p {
  text-align: left;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.01rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #292f33;
}

@media only screen and (max-width: 767px) {
  .sub-twitter .tweet_container .tweet .tweet_content p {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) {
  .sub-twitter .tweet_container .tweet .tweet_content p {
    margin: 10px 0;
  }
}

.sub-twitter .tweet_container .tweet .tweet_content p a {
  color: #292f33;
  text-decoration: none;
}

.sub-twitter .tweet_container .tweet .tweet_content p a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.sub-twitter .tweet_container .tweet .pic {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background: #EFEFEF;
  width: 100%;
  max-height: 206px;
  margin: 13px 0 0;
  overflow: hidden;
}

.sub-twitter .tweet_container .tweet .pic a:hover {
  opacity: 0.8;
}

.sub-twitter .tweet_container .tweet .pic img {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */