@charset "UTF-8";
.p-top-news {
  background-color: #f9f8f9;
  padding: 20px 0;
}
.p-top-news__list {
  margin-bottom: 0;
}
.p-top-news__list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.p-top-news__list-title {
  color: #2A2A2A;
  display: inline-block;
  font-size: 16px;
  border-left: 1px solid #707070;
  padding-left: 20px;
}
.p-top-news__cat {
  background-color: #fff;
  border: 1px solid #2A2A2A;
  color: #2A2A2A;
  display: inline-block;
  line-height: 1;
  padding: 6px 5px 5px;
  text-align: center;
  width: 100%;
}
.p-top-news__cat-wrap {
  display: inline-block;
  font-size: 14px;
  min-width: 100px;
  padding-right: 20px;
}
.p-top-news__date {
  color: #808080;
  display: inline-block;
  font-size: 14px;
  min-width: 90px;
  padding-right: 20px;
}
.p-top-news__link {
  text-decoration: none;
  display: flex;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 768px) {
  .p-top-news__list-title {
    border-left: none;
    display: block;
    padding-left: 0;
    margin-top: 10px;
  }
  .p-top-news__cat-wrap {
    font-size: 13px;
    padding-right: 15px;
  }
  .p-top-news__date {
    font-size: 13px;
  }
  .p-top-news__link {
    display: block;
  }
}
.p-top-intro {
  background-color: #F9F8F9;
  background-image: url(./images/top_shokai_bg_pc.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 105%;
  padding-top: 155px;
  padding-bottom: 200px;
}
.p-top-intro__inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
}
.p-top-intro__text {
  font-weight: 700;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.p-top-intro__text p {
  font-size: 22px;
  letter-spacing: 0.3em;
  margin: 0;
}
.p-top-intro__text p:not(:last-of-type) {
  padding-left: 11.0091743119%;
}
.p-top-intro__btn {
  align-items: flex-end;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-top: auto;
  min-height: 1px;
}
.p-top-intro__btn p {
  font-size: 22px;
  letter-spacing: 0.3em;
  margin: 0;
  padding-left: 70px;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
.p-top-intro__btn .btn3_w {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: auto;
  min-height: 1px;
}
.p-top-intro__btn .btn3_w .btn3 {
  height: 220px;
  letter-spacing: 5px;
}
@media screen and (max-width: 1320px) {
  .p-top-intro {
    padding-top: 70px;
    padding-bottom: 125px;
  }
}
@media screen and (max-width: 1000px) {
  .p-top-intro__text p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-intro {
    background-color: transparent;
    background-image: url(./images/top_shokai_bg_sp1.jpg);
    background-position: 42% top;
    background-size: cover;
    padding-top: 45px;
    padding-bottom: 0;
  }
  .p-top-intro__inner {
    flex-wrap: wrap;
  }
  .p-top-intro__inner > div {
    text-align: center;
    width: 100%;
  }
  .p-top-intro__title .tatetit span {
    display: inline-block;
  }
  .p-top-intro__title .tatetit span:first-of-type {
    text-indent: 1em;
  }
  .p-top-intro__title .tatetit span:last-of-type {
    text-indent: 2em;
  }
  .p-top-intro__text {
    -ms-writing-mode: inherit;
        writing-mode: inherit;
  }
  .p-top-intro__text p {
    letter-spacing: 0.1em;
  }
  .p-top-intro__text p:not(:last-of-type) {
    padding-left: 0;
    padding-bottom: 40px;
  }
  .p-top-intro__btn {
    display: block;
  }
  .p-top-intro__btn p {
    padding-left: 0;
    -ms-writing-mode: inherit;
        writing-mode: inherit;
  }
  .p-top-intro__btn .btn3_w {
    display: block;
    margin-top: 30px;
  }
  .p-top-intro__btn .btn3_w .btn3 {
    height: 60px;
    margin: auto;
    max-width: 250px;
    padding: 5px 1.5em;
    width: 100%;
    -ms-writing-mode: inherit;
        writing-mode: inherit;
  }
  .p-top-intro__btn .btn3_w .btn3:after {
    bottom: inherit;
    left: inherit;
    top: 50%;
    right: 15px;
    transform: rotate(45deg) translateY(-50%);
  }
}
.p-top-products {
  background-color: #f9f8f9;
  position: relative;
}
.p-top-products__inner {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
}
.p-top-products__inner .btn2_w {
  margin-top: 20px;
}
@media screen and (max-width: 1220px) {
  .p-top-products__inner {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .p-top-products__inner {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .p-top-products__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .p-top-products__title {
    margin-left: 16vw;
  }
}
.p-top-category__wrap {
  position: relative;
  z-index: 2;
}
.p-top-category__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.p-top-category__list-item {
  margin-bottom: 30px;
  width: calc((100% - 100px) / 5);
}
.p-top-category__list-item:not(:nth-of-type(5n)) {
  margin-right: 25px;
}
.p-top-category__list-link {
  color: #2A2A2A;
  text-decoration: none;
}
.p-top-category__list-link:hover {
  color: #2A2A2A;
}
.p-top-category__list-img {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.p-top-category__list-img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-top-category__list-img img {
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
  border-radius: 5px;
  margin: auto;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.p-top-category__list-name {
  margin-bottom: 0;
}
.p-top-category-scenes__box {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.p-top-category-scenes__box > div {
  background-color: #2A2A2A;
  border-radius: 5px;
  width: calc((100% - 30px) / 3);
}
.p-top-category-scenes__box > div:not(:nth-of-type(3n)) {
  margin-right: 15px;
}
.p-top-category-scenes__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.p-top-category-scenes__list-item:not(:last-of-type) {
  margin-bottom: 5px;
}
.p-top-category-scenes__list-link {
  background-color: #464646;
  border-radius: 5px;
  color: #eee;
  display: block;
  padding: 5px 15px 6px;
  position: relative;
  text-decoration: none;
}
.p-top-category-scenes__list-link:hover {
  color: #C2C2C2;
}
.p-top-category-scenes__list-link:after {
  border-radius: 1px;
  border-top: 2px solid #C2C2C2;
  border-right: 2px solid #C2C2C2;
  content: "";
  height: 7px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: rotate(45deg);
  width: 7px;
}
@media screen and (max-width: 1000px) {
  .p-top-category__list-item {
    width: calc((100% - 75px) / 4);
  }
  .p-top-category__list-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .p-top-category__list-item:not(:nth-of-type(4n)) {
    margin-right: 25px;
  }
  .p-top-category-scenes__box > div {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
  .p-top-category-scenes__box > div:not(:nth-of-type(3n)) {
    margin-right: auto;
  }
  .p-top-category-scenes__box > div:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-category__list-item {
    width: calc((100% - 30px) / 3);
    margin-bottom: 20px;
  }
  .p-top-category__list-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .p-top-category__list-item:not(:nth-of-type(3n)) {
    margin-right: 15px;
  }
  .p-top-category__list-img {
    margin-bottom: 5px;
  }
  .p-top-category__list-name {
    font-size: 12px;
  }
}
@media screen and (max-width: 550px) {
  .p-top-category__list-item {
    width: calc((100% - 15px) / 2);
  }
  .p-top-category__list-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .p-top-category__list-item:not(:nth-of-type(2n)) {
    margin-right: 15px;
  }
}
.p-top-info {
  position: relative;
}
.p-top-info .container_in {
  padding-top: 230px;
}
.p-top-info__inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .p-top-info__inner {
    flex-wrap: wrap;
  }
}
.p-top-store-info {
  display: flex;
  justify-content: space-between;
}
.p-top-store-info__wrap {
  position: relative;
}
.p-top-store-info__wrap .top_ig_space {
  text-align: right;
  position: absolute;
  bottom: -30px;
  right: 40px;
  z-index: 1;
}
.p-top-store-info__wrap .container_in910 {
  margin-top: 25px;
  padding: 35px 5.4945054945% 40px;
  position: relative;
  z-index: 2;
}
.p-top-store-info__inner {
  width: 760px;
  padding-left: 8.2417582418%;
}
.p-top-store-info__tbl {
  font-size: 16px;
  width: 100%;
}
.p-top-store-info__tbl tr {
  border-bottom: 1px solid #C2C2C2;
}
.p-top-store-info__tbl tr:first-of-type {
  border-top: 1px solid #C2C2C2;
}
.p-top-store-info__tbl th {
  width: 17.032967033%;
  min-width: 100px;
  padding: 20px 0;
  vertical-align: top;
}
.p-top-store-info__tbl td {
  width: 82.967032967%;
  padding: 20px 0;
}
@media screen and (max-width: 1400px) {
  .p-top-store-info__wrap .top_ig_space {
    right: 0;
  }
  .p-top-store-info__wrap .top_ig_space img {
    max-width: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .p-top-store-info__wrap .top_ig_space {
    bottom: calc(50% - 50px);
  }
}
@media screen and (max-width: 1000px) {
  .p-top-store-info__wrap .top_ig_space {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .p-top-store-info {
    flex-wrap: wrap;
  }
  .p-top-store-info__wrap .container_in910 {
    position: relative;
  }
  .p-top-store-info__title {
    position: absolute;
    top: -25px;
    left: 10px;
  }
  .p-top-store-info__inner {
    width: 100%;
    padding-left: 0;
  }
  .p-top-store-info__inner p {
    width: 65.671641791%;
    margin-right: 0;
    margin-left: auto;
  }
  .p-top-store-info__tbl {
    margin-top: 70px;
  }
  .p-top-store-info__tbl th {
    display: block;
    padding-bottom: 15px;
    width: 100%;
  }
  .p-top-store-info__tbl td {
    display: block;
    padding-top: 0;
    width: 100%;
  }
}
.p-top-banner-area {
  background-color: #f9f8f9;
  position: relative;
  z-index: 0;
}
.p-top-banner-area p {
  font-family: "Shippori Mincho B1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.p-top-banner-area .top_banner_u {
  margin-bottom: 50px;
}
.p-top-banner-area .top_banner_u a[target="_blank"]:after {
  content: none;
}
.p-top-banner-area .top_banner_u a img {
  width: 100% !important;
}
.p-top-banner-area .top_banner_s .col2.flex_w > div {
  width: calc((100% - 40px) / 2);
}
.p-top-banner-area .top_banner_s .col2.flex_w > div:first-of-type {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-info .container_in {
    padding-top: 100px;
  }
  .p-top-banner-area p {
    font-size: 14px;
    text-align: left;
  }
  .p-top-banner-area .top_banner_u {
    margin-bottom: 40px;
  }
  .p-top-banner-area .top_banner_s .col2.flex_w {
    flex-wrap: wrap;
  }
  .p-top-banner-area .top_banner_s .col2.flex_w > div {
    width: 100%;
  }
  .p-top-banner-area .top_banner_s .col2.flex_w > div:first-of-type {
    margin-right: 0;
    margin-bottom: 15px;
  }
}