/***** お知らせ *****/
.p-top-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    display: block;
    margin-bottom: 45px;
  }
}
.p-top-news__ttl {
  box-sizing: border-box;
  margin-right: 25px;
  padding: 10px;
  width: 110px;
  border: 1px solid #b2b2b2;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-news__ttl {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 5px;
    width: 70px;
    border: 1px solid #b2b2b2;
    font-size: 12px;
  }
}
.p-top-news__body {
  flex: 1;
  margin-bottom: 0;
}
/******************************/
/* TOP RECOMMEND */
/******************************/
.p-recommend.u-container {
  padding-bottom: 0;
}
/******************************/
/* NEW　ARRIVAL */
/******************************/
.p-new-item.u-container {
  padding-bottom: 0;
}
/******************************/
/* TOP RANKING */
/******************************/
.p-ranking-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.p-ranking-list .slick-prev, .p-ranking-list .slick-next {
  top: 80px;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
  background: rgba(255,255,255,0.4);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev, .p-ranking-list .slick-next {
    top: 110px;
    width: 45px;
    height: 45px;
  }
}
.p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
    top: 15px;
  }
}
.p-ranking-list .slick-prev {
  left: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    left: 0px;
  }
}
.p-ranking-list .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before {
    left: 17px;
  }
}
.p-ranking-list .slick-next {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    right: 0px;
  }
}
.p-ranking-list .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next:before {
    left: 13px;
  }
}
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 25px;
  word-break: break-all;
}
@media screen and (max-width: 1030px) {
  .p-ranking-list__item {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.p-ranking-list__img {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    text-align: center;
  }
}
.p-ranking-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-ranking-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-ranking-list__img img {
  display: inline-block !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
}
.p-ranking-list__num {
  position: absolute;
  top: 0;
  left: 1px;
  width: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  background: #000000;
  color: #ffffff;
  text-align: center;
}
.p-ranking-list__ttl img {
  vertical-align: middle;
}
.p-ranking-list__price {
  color: #909090;
  margin-top: 20px;
}
.p-ranking-list__btn {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-ranking-list__btn.is-added {
  color: #000000;
}
.p-ranking-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
/******************************/
/* TOP INFORMATION */
/******************************/
.p-information {
  padding-bottom: 0;
}
@media screen and (max-width: 1030px) {
  .p-information {
    padding-bottom: 45px;
  }
}
.p-information__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-information__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP FREE */
/******************************/
.p-free__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-free__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP BANNER */
/******************************/
.p-bnr {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1030px) {
  .p-bnr {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-bnr-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-bnr-list {
    display: block;
  }
}
.p-bnr-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
}
@media screen and (max-width: 1030px) {
  .p-bnr-list__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr-list__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
  }
}

/******************************/
/* top */
/******************************/

.p-top {
  position: relative;
  overflow-x: clip;
}

.p-top-fv {
  --_width: 1370px;
  padding-top: 60px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-fv {
    flex-direction: row;
    justify-content: flex-end;
  }
}

.p-top-fv__icon1 {
  display: none;
  position: absolute;
  bottom: -130px;
  left: 0;
  translate: -70% 0;
  width: min(25vw, 400px);
  aspect-ratio: 1;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-top-fv__icon1 {
    display: block;
  }
}

.p-top-fv__icon2 {
  display: none;
  position: absolute;
  top: 50px;
  right: -20px;
  width: min(12.48625vw, 199.78px);
  aspect-ratio: 199.78/193.38;
  height: auto;
  translate: 100% 0;
}
@media screen and (min-width: 768px) {
  .p-top-fv__icon2 {
    display: block;
  }
}

.p-top-fv__icon3 {
  display: none;
  position: absolute;
  bottom: 0;
  right: -20px;
  width: min(12.4375vw, 199px);
  aspect-ratio: 199/175;
  height: auto;
  translate: 100% 0;
}
@media screen and (min-width: 768px) {
  .p-top-fv__icon3 {
    display: block;
  }
}

.p-top-fv__icon4 {
  display: none;
  position: absolute;
  top: 30%;
  right: 60%;
  width: min(66.8333333333vw, 802px);
  height: auto;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-top-fv__icon4 {
    display: block;
  }
}

.p-top-fv__icon-sp {
  display: block;
  position: absolute;
  bottom: 10px;
  right: -100px;
  z-index: -1;
  width: 328px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-top-fv__icon-sp {
    height: auto;
    top: -200px;
    right: -15px;
    translate: 0 -100%;
    display: none;
  }
}

.p-top-fv__icon2-sp {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 200px;
  height: auto;
  translate: -30% -40%;
}
@media screen and (min-width: 768px) {
  .p-top-fv__icon2-sp {
    display: none;
  }
}

.p-top-fv__icon3-sp {
  z-index: 1;
  position: absolute;
  bottom: -15px;
  left: -15px;
  display: block;
  width: 78px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-top-fv__icon3-sp {
    display: none;
  }
}

.p-top-fv__image {
  display: block;
  width: 85.3333333333%;
}
@media screen and (min-width: 768px) {
  .p-top-fv__image {
    width: 55.5905511811%;
  }
}
.p-top-fv__image img {
  display: block;
  width: 100%;
  height: auto;
}

.p-top-fv__txt {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}

.p-top-fv__ttl {
  margin-right: 30px;
  margin-top: 50px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: var(--font24);
  font-family: var(--shippori);
  line-height: 2;
  letter-spacing: 0.2em;
  z-index: 2;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-top-fv__ttl {
    display: none;
  }
}

.p-top-fv__block {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-fv__block {
    margin-right: min(13.8686131387vw, 190px);
  }
}

.p-top-fv__icon {
  width: clamp(73px, 138 / 1200 * 100vw, 138px);
}

.p-top-fv__icon img {
  display: block;
  width: 100%;
  height: auto;
}

.p-top-message {
  padding-top: var(--space100);
  padding-bottom: 60px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: var(--shippori);
  line-height: 2.5;
  letter-spacing: 0.2em;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  
}
@media screen and (min-width: 768px) {
  .p-top-message {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 30px;
  }
}

.p-top-message__ttl {
  font-size: var(--font24);
  align-self: flex-start;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-message__ttl {
    font-size: min(2vw, 24px);
    display: block;
  }
}

.p-top-message__para {
  font-size: 14px;
  margin-top: 50px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-top-message__para {
    margin-top: 40px;
    margin-right: var(--space100);
    font-size: min(1.3333333333vw, 16px);
  }
}

.p-top-message__para2 {
  font-size: 24px;
  white-space: nowrap;
  letter-spacing: 0.2em;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-top-message__para2 {
    font-size: min(2vw, 24px);
    margin-top: 50px;
    margin-right: var(--space100);
  }
}

.p-top-message__div {
  margin-top: 60px;
  justify-self: flex-end;
  translate: -25% 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-message__div {
    margin-top: 0;
    display: contents;
  }
}

.p-top-fv__icon4-sp {
  position: absolute;
  top: 0px;
  left: -55px;
  width: 70px;
}
@media screen and (min-width: 768px) {
  .p-top-fv__icon4-sp {
    display: none;
  }
}

.p-top-fv__icon5-sp {
  position: absolute;
  top: 0;
  right: -20px;
  width: 100px;
  translate: 100% -40%;
}
@media screen and (min-width: 768px) {
  .p-top-fv__icon5-sp {
    display: none;
  }
}

.p-top-fv__icon6-sp {
  position: absolute;
  top: -35px;
  right: -30px;
  width: 94px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-top-fv__icon6-sp {
    display: none;
  }
}

.p-top-fv__icon7-sp {
  position: absolute;
  top: 110px;
  left: 0px;
  width: 78px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-top-fv__icon7-sp {
    display: none;
  }
}

.p-top-message__button {
  --_width: 60px;
  --_height: 250px;
  margin-top: auto;
  margin-right: clamp(45px, 7.5vw, 90px);
}
@media screen and (min-width: 768px) {
  .p-top-message__button {
    --_width: 80px;
    --_height: 300px;
    margin-top: 0;
    margin-bottom: var(--space100);
  }
}

.p-top-product {
  margin-bottom: 0px;
  padding-top: var(--space90);
  padding-bottom: var(--space90);
  background-image: url(https://file001.shop-pro.jp/PA01511/807/images/bg_main.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-top-product {
    margin-bottom: 80px;
      padding-bottom: 0;
  }
}
.p-top-product hgroup {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-product hgroup {
    text-align: left;
  }
}

.p-top-product__txt {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-top-product__txt {
    display: flex;
    justify-content: space-between;
  }
}
.p-top-product__txt p {
  line-height: 2;
  font-family: var(--shippori);
}
@media screen and (min-width: 768px) {
  .p-top-product__txt p {
    width: 65.4545454545%;
  }
}
.p-top-product__txt a {
  margin-top: 30px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-top-product__txt a {
    margin-top: 0;
    margin-left: 30px;
    margin-inline: 0;
  }
}

.p-top-product__items {
  margin-top: clamp(30px, 8.3333333333vw, 100px);
}


.c-card {
  width: min(100%, 1050px);
  display: grid;
  gap: clamp(25px, 5.8333333333vw, 70px);
  grid-template-columns: 1fr;
}
.c-card > div {
  font-family: var(--shippori);
}
@media screen and (min-width: 768px) {
  .c-card > div {
    grid-area: text;
  }
}
.c-card h3 {
  font-size: var(--font24);
  font-weight: 500;
}
.c-card p {
  margin-top: 30px;
  line-height: 2;
}
.c-card a {
  margin-top: 30px;
  display: block;
  color: var(--brown);
  padding-bottom: 10px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline-start: auto;
}
@media screen and (min-width: 768px) {
  .c-card a {
    margin-inline-start: initial;
  }
}
.c-card a::after {
  content: "";
  background-color: var(--brown);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-card figure {
  aspect-ratio: 2/1;
}
@media screen and (min-width: 768px) {
  .c-card figure {
    grid-area: image;
  }
}
.c-card figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-card:not(:first-of-type) {
  margin-top: clamp(30px, 5.8333333333vw, 70px);
}

@media screen and (min-width: 768px) {
  .c-card:nth-child(even) {
    margin-inline-start: auto;
    grid-template-areas: "text image";
    grid-template-columns: 1fr 45.7142857143%;
  }
}

@media screen and (min-width: 768px) {
  .c-card:nth-child(odd) {
    margin-inline-end: auto;
    grid-template-areas: "image text";
    grid-template-columns: 45.7142857143% 1fr;
  }
}

.p-top-product__cats {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media screen and (min-width: 600px) {
  .p-top-product__cats {
    gap: min(3.3333333333vw, 40px);
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .p-top-product__cats {
    margin-top: 40px;
    translate: 0 80px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-top-product__cat {
  border: 1px solid var(--border);
  border-radius: 20px;
  width: min(100%, 315px);
  margin-inline: auto;
  background-color: #fff;
}
.p-top-product__cat > div {
  position: relative;
}
.p-top-product__cat img {
  display: block;
  width: 100%;
  height: auto;
}
.p-top-product__cat p {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  font-size: 20px;
  line-height: 57px;
  text-align: center;
  color: #fff;
  font-family: var(--shippori);
  text-shadow: 0 0 10px rgb( 0 0 0 / .25)
}
@media screen and (min-width: 768px) {
  .p-top-product__cat p {
    font-size: min(1.6666666667vw, 20px);
  }
}
.p-top-product__cat p span {
  font-size: 1.4em;
}
@media screen and (min-width: 768px) {
  .p-top-product__cat p span {
    font-size: 1.5em;
  }
}
.p-top-product__cat ul {
  font-weight: 500;
  padding: 30px 50px 50px;
}
.p-top-product__cat ul a {
  display: flex;
  align-items: center;
  color: var(--main);
  font-size: 17px;
}

.p-top-product__cat ul a::before {
  content: "";
  margin-right: 20px;
  width: 7px;
  height: 7px;
  display: inline-block;
  border-top: 1px solid var(--border);
  border-right: 1px solid var(--border);
  rotate: 45deg;
}
.p-top-product__cat li:not(:first-of-type) {
  margin-top: 15px;
}

.p-top-manga {
  text-align: center;
  position: relative;
  overflow: clip;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-top-manga {
    padding: 0;
  }
}
.p-top-manga .c-button {
  --_width: 300px;
  margin-inline: auto;
  background-color: #fff;
  display: var(--_display);
}
.p-top-manga .c-button.u-pc-only {
  --_display: none;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-top-manga .c-button.u-pc-only {
    --_display: flex;
  }
}
.p-top-manga .c-button.u-sp-only {
  --_display: flex;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-top-manga .c-button.u-sp-only {
    --_display: none;
  }
}

.p-top-manga__block {
  position: relative;
}

.p-top-manga__bg {
  display: block;
  width: min(100%, 450px);
  height: auto;
  opacity: 0.8;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-top-manga__bg {
    width: min(100%, 1264.21px);
    translate: -50px -100px;
  }
}

.p-top-manga__txt {
  position: absolute;
  top: 40%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-manga__txt {
    top: 50%;
  }
}
.p-top-manga__txt h2 {
  color: var(--main);
  margin-top: 4px;
  font-family: var(--shippori);
  line-height: 1.5;
  font-size: var(--font36);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-top-manga__txt h2 {
    margin-top: 10px;
  }
}
.p-top-manga__txt h2 span {
  font-size: 0.8333333333em;
}
.p-top-manga__txt p {
  color: var(--main);
  margin-top: 10px;
  font-family: var(--shippori);
  line-height: 2;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .p-top-manga__txt p {
    margin-top: 20px;
    font-size: min(1.3333333333vw, 16px);
  }
}

.p-top-manga__eng {
  font-family: var(--alex);
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: var(--main);
}
@media screen and (min-width: 768px) {
  .p-top-manga__eng {
    font-size: 16px;
  }
}

.p-top-voice {
  background-color: #E8F2DF;
  padding-top: var(--space90);
  padding-bottom: var(--space90);
}

.p-top-voice__block {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "title" "image" "paragraph";
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .p-top-voice__block {
    grid-template-areas: none;
    gap: var(--space110);
    grid-template-columns: 1fr 30.9090909091%;
  }
}

.p-top-voice__txt {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-top-voice__txt {
    display: grid;
    grid-template-columns: subgrid;
    row-gap: 30px;
  }
}
.p-top-voice__txt p {
  font-size: 16px;
  line-height: 2;
  font-family: var(--shippori);
}
.p-top-voice__txt a {
  --_width: 300px;
  margin-top: 30px;
  background-color: #fff;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-top-voice__txt a {
    margin-inline: initial;
  }
}

.p-top-voice__ttl {
  grid-area: title;
  margin-inline: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-voice__ttl {
    margin-inline: initial;
    grid-area: auto;
      text-align: left;
  }
}

.p-top-voice__paragraph {
  grid-area: paragraph;
}
@media screen and (min-width: 768px) {
  .p-top-voice__paragraph {
    grid-area: auto;
  }
}

.p-top-voice__image {
  grid-area: image;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-voice__image {
    grid-area: auto;
  }
}
.p-top-voice__image img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-top-voice__image img {
    position: absolute;
    top: calc(-1 * var(--space90) - 30px);
    left: 0;
    width: min(100%, 640px);
  }
}

.p-top-about {
  padding-top: var(--space120);
  padding-bottom: var(--space120);
}
.p-top-about hgroup {
  text-align: center;
}

.p-top-about__items {
  --_columns: 2;
  width: min(100%, 500px);
  margin-inline: auto;
  margin-top: var(--space70);
  display: grid;
  grid-template-columns: repeat(var(--_columns), 1fr);
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-about__items {
    gap: 36px;
    --_columns: 4;
    width: 100%;
  }
}

.p-top-about__item {
  aspect-ratio: 1;
  border: 1px solid #DDCCCC;
  border-radius: 10px;
}
.p-top-about__item a {
  height: 100%;
  display: grid;
  place-content: center;
}
.p-top-about__item figure {
  display: grid;
  grid-template-columns: subgrid;
  row-gap: 15px;
}
.p-top-about__item img {
  display: block;
  width: auto;
  margin-inline: auto;
}
.p-top-about__item figcaption {
  font-size: var(--font20);
  font-family: var(--shippori);
  line-height: 1.5;
  font-weight: 500;
  color: var(--darkbrown);
  text-align: center;
}

.p-top-story {
  padding-top: var(--space80);
  padding-bottom: 40px;
  background-color: var(--bg);
  position: relative;
  overflow-x: clip;
}

.p-top-story__bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
  display: none;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-story__bg {
    display: block;
  }
}

.p-top-story__icon1 {
  position: absolute;
  width: 175px;
  bottom: 0;
  left: 0;
  translate: -80% 60%;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-story__icon1 {
    display: block;
  }
}

.p-top-story__icon2 {
  display: block;
  position: absolute;
  width: min(21.6vw, 100px);
  height: auto;
  top: 0;
  left: 0;
  translate: 0 -110%;
}
@media screen and (min-width: 768px) {
  .p-top-story__icon2 {
    width: min(22.5833333333vw, 271px);
    translate: -80% -50%;
  }
}

.p-top-story__icon3 {
  display: none;
  position: absolute;
  width: min(33.4325vw, 401.19px);
  height: auto;
  bottom: 0;
  right: 0;
  translate: 60% 60%;
}
@media screen and (min-width: 768px) {
  .p-top-story__icon3 {
    display: block;
  }
}

.p-top-story__inner {
  width: min(100%, 1100px);
  padding: 0 min(5vw, 60px);
  margin-inline: auto;
  z-index: 2;
  position: relative;
}

.p-top-story__block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-top-story__block {
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
  }
}

.p-top-story__txt {
  color: var(--main);
  font-family: var(--shippori);
}
@media screen and (min-width: 768px) {
  .p-top-story__txt {
    writing-mode: vertical-rl;
    text-orientation: upright;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.p-top-story__txt h2 {
  font-size: var(--font30);
  text-align: center;
  letter-spacing: .2em;
  font-weight: 500;
}

.p-top-story__txt-en{
    text-align: center;
    text-transform: capitalize;
    font-family: var(--alex);
    letter-spacing: 0.2em;
  display:block;
}

@media screen and (min-width: 768px) {
  
  .p-top-story__txt h2 {
    text-align: left;
      font-weight: 400;
  }
  
  .p-top-story__txt-en{
    display: none;
  }
}


.p-top-story__txt p {
  margin-top: 30px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 768px) {
  .p-top-story__txt p {
    margin-right: min(6.6666666667vw, 80px);
    font-size: min(1.3333333333vw, 16px);
    margin-top: 0;
      line-height: 3;
  }
}

.p-top-story__button {
  --_width: 300px;
  --_height: 60px;
  margin-top: 30px;
}

.c-button-more.p-top-story__button::after{
	margin-left:10px;
  	margin-top:0px;
}

@media screen and (min-width: 768px) {
  .c-button-more.p-top-story__button {
    --_width: 80px;
    --_height: 240px;
    margin-top: 0;
    margin-right: min(15vw, 100px);
  }
  
  .c-button-more.p-top-story__button::after{
	margin-left:0px;
    margin-top:10px;
}
}

.p-top-news {
  padding-top: var(--space120);
}
.p-top-news .l-section__inner {
  --_width: 1000px;
}
.p-top-news hgroup {
  text-align: center;
}

.p-top-news__items {
  margin-top: 30px;
}

.logo-patent-notice-wrapper {
  border-top: 3px solid #c1a37b; /* ← 上部に金茶のライン */
  padding: 2em 1.5em;
  max-width: 800px;
  margin: 2em auto;
  font-family: 'Yu Mincho', '游明朝', serif;
  color: #3c2f2f;
  text-align: center;
}

.logo-patent-notice-wrapper h3 {
  font-size: 1.3em;
  margin-bottom: 0.8em;
  font-weight: bold;
  color: #6b4c3b; /* 茶系 */
}

.logo-patent-notice-wrapper p {
  font-size: 1em;
  margin: 0;
  line-height: 2;
}

.inline-logo-image {
  height: 1.9em;
  vertical-align: middle;
}

