@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
html {
  width: 100%;
  font-size: 62.5%;
}
@media screen and (min-width: 768px) {
  html {
    font-size: min(get_vw(10, 1400), 10px);
  }
}
@media screen and (max-width: 370px) {
  html {
    font-size: 54%;
  }
}

body {
  font-size: 1.6rem;
  font-family: YakuHanJP, "Kiwi Maru", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  body {
    background-color: #f8f8f8;
  }
}
body.open-modal {
  overflow: hidden;
}

.l-header {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}
.l-header__inner {
  display: flex;
  align-items: center;
  padding: 1.5rem 1.6rem 1.1rem;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    min-height: 7.25rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    min-height: 4.95rem;
  }
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    padding: 1.8rem 8rem 1.8rem;
  }
}
.l-header__logo {
  width: 12rem;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    width: 17.5rem;
  }
}
.l-header__icon {
  width: 2.2rem;
}
@media screen and (min-width: 768px) {
  .l-header__icon {
    width: 4.5rem;
  }
}

.l-footer {
  padding: 39px 0 58px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    background-color: #f8f8f8;
  }
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 86px 0 58px;
  }
}
.l-footer__inner {
  margin: 0 auto;
  width: 90%;
}
.l-footer__share {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .l-footer__share {
    margin-bottom: 26px;
  }
}
.l-footer__share-ttl {
  font-size: 1.1rem;
  height: 100%;
  flex-shrink: 0;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .l-footer__share-ttl {
    margin-right: 2.4rem;
    font-size: 1.3rem;
  }
}
.l-footer__share-list {
  display: flex;
  align-items: center;
}
.l-footer__share-list-item {
  width: 23px;
}
@media screen and (min-width: 768px) {
  .l-footer__share-list-item {
    width: 30px;
  }
}
.l-footer__share-list-item + .l-footer__share-list-item {
  margin-left: 18px;
}
@media screen and (min-width: 768px) {
  .l-footer__share-list-item + .l-footer__share-list-item {
    margin-left: 2.2rem;
  }
}
.l-footer__share-list-item svg {
  fill-rule: evenodd;
  clip-rule: evenodd;
  transition: fill 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-footer__share-list-item a {
  display: block;
}
@media (hover: hover) {
  .l-footer__share-list-item a:hover svg {
    fill: #fa5c4f;
  }
}
.l-footer__anilink-list {
  display: flex;
  justify-content: center;
}
.l-footer__anilink-list-item {
  position: relative;
}
.l-footer__anilink-list-item + .l-footer__anilink-list-item {
  padding-left: 1rem;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .l-footer__anilink-list-item + .l-footer__anilink-list-item {
    padding-left: 1.2rem;
    margin-left: 1.2rem;
  }
}
.l-footer__anilink-list-item + .l-footer__anilink-list-item::before {
  content: "";
  width: 1px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #ff8232;
}
@media screen and (min-width: 768px) {
  .l-footer__anilink-list-item + .l-footer__anilink-list-item::before {
    height: 10px;
  }
}
.l-footer__anilink-list-item a {
  text-decoration: none;
  color: #ff8232;
  display: block;
  font-size: 1rem;
  transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .l-footer__anilink-list-item a {
    font-size: 1.2rem;
  }
}
@media (hover: hover) {
  .l-footer__anilink-list-item a:hover {
    color: #fa5c4f;
  }
}
.l-footer__text {
  text-align: center;
  font-size: 0.95rem;
  margin-top: 18px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .l-footer__text {
    margin-top: 24px;
    font-size: 1rem;
  }
}
.l-footer__copy {
  text-align: center;
  font-size: 0.95rem;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .l-footer__copy {
    margin-top: 23px;
    font-size: 1rem;
  }
}

.l-wrap {
  padding-top: 4.95rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-wrap {
    padding-top: 7rem;
    max-width: 630px;
    margin-right: 80px;
  }
}
@media screen and (max-width: 1100px) {
  .l-wrap {
    margin-right: 0;
  }
}

.l-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1100px) {
  .l-wrapper {
    justify-content: center;
  }
}

.p-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  display: none;
  opacity: 0;
}
.p-modal.is-open {
  opacity: 1;
  display: block;
  animation: fade 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.p-modal.is-close {
  opacity: 0;
  display: block;
  animation: fade-out 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.p-modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  pointer-events: none;
}
.p-modal__head {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.p-modal__head-inner {
  display: flex;
  align-items: center;
  padding: 1.5rem 1.6rem 1.1rem;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-modal__head-inner {
    min-height: 7.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-modal__head-inner {
    min-height: 4.95rem;
  }
}
@media screen and (min-width: 768px) {
  .p-modal__head-inner {
    padding: 1.8rem 8rem 1.8rem;
  }
}
.p-modal__head-logo {
  width: 12rem;
}
@media screen and (min-width: 768px) {
  .p-modal__head-logo {
    width: 17.5rem;
  }
}
.p-modal__head-back {
  font-size: 1.2rem;
  cursor: pointer;
  transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .p-modal__head-back {
    font-size: 1.5rem;
  }
}
@media (hover: hover) {
  .p-modal__head-back:hover {
    color: #fa5c4f;
  }
}
.p-modal__content {
  position: relative;
  padding-top: 4.95rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.is-open .p-modal__content {
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .p-modal__content {
    padding-top: 7rem;
  }
}

.p-picture {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  display: none;
  opacity: 0;
}
.p-picture.is-open {
  opacity: 1;
  display: block;
  animation: fade 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.p-picture.is-close {
  opacity: 0;
  display: block;
  animation: fade-out 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.p-picture__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.p-picture__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 1;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .p-picture__close:hover {
    transform: rotate(180deg) scale(0.9);
  }
}
@media screen and (min-width: 768px) {
  .p-picture__close {
    top: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
  }
}
.p-picture__close-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.p-picture__close-line:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-picture__close-line:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-picture__content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.is-open .p-picture__content {
  overflow: auto;
}
.p-picture__content-inner {
  width: 100%;
  min-height: 100%;
  max-width: 730px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}
.p-picture__img {
  width: 100%;
}
.p-picture__img img {
  width: 100%;
}

.p-user_post__head {
  text-align: center;
  border-bottom: 1px solid #000;
  padding: 15px 0 16px;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p-user_post__head {
    font-size: 2.85rem;
    padding: 27px 0 27px;
    border-width: 2px;
  }
}
.p-user_post__list {
  padding: 5px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .p-user_post__list {
    padding: 8px 0;
    gap: 8px;
    width: 100%;
    max-width: 730px;
    margin: 0 auto;
  }
}
.p-user_post__list-item {
  cursor: pointer;
  position: relative;
  width: 100%;
  padding-top: 100%;
  cursor: pointer;
  overflow: hidden;
}
@media (hover: hover) {
  .p-user_post__list-item:hover img {
    transform: scale(1.08);
  }
}
.p-user_post__list-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.p-official_modal__head {
  margin: 0 auto;
  width: 89%;
  padding: 35px 0;
}
@media screen and (min-width: 768px) {
  .p-official_modal__head {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-official_modal__head-main {
  display: flex;
}
.p-official_modal__head-icon {
  flex-shrink: 0;
  border: 2px solid #ff8232;
  border-radius: 50%;
  overflow: hidden;
  width: 8.3rem;
  height: 8.3rem;
  margin-right: 5%;
  position: relative;
  box-sizing: border-box;
}
.p-official_modal__head-icon img {
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110%;
  height: 110%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-official_modal__head-content {
  flex-grow: 1;
  word-break: break-all;
}
.p-official_modal__head-account {
  line-height: 1.5;
  padding-top: 5px;
  margin-bottom: 7px;
}
.p-official_modal__head-follow {
  display: flex;
  text-align: center;
}
.p-official_modal__head-follow-item {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-official_modal__head-follow-item {
    font-size: 1.3rem;
  }
}
.p-official_modal__head-follow-item + .p-official_modal__head-follow-item {
  margin-left: 13%;
}
.p-official_modal__head-follow-num {
  font-size: 1.9rem;
  margin-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .p-official_modal__head-follow-num {
    font-size: 2.2rem;
  }
}
.p-official_modal__prof {
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.8px;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-official_modal__prof {
    font-size: 1.6rem;
  }
}
.p-official_modal__block {
  padding-bottom: 29px;
}
@media screen and (min-width: 768px) {
  .p-official_modal__block {
    padding-bottom: 39px;
  }
}
.p-official_modal__block-head {
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #000;
  padding: 15px 0 16px;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p-official_modal__block-head {
    font-size: 2.85rem;
    padding: 27px 0 27px;
    border-width: 2px;
  }
}
.p-official_modal__slider {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-official_modal__slider {
    margin: 0 auto;
    width: 100%;
    max-width: 730px;
  }
}
.p-official_modal__slider-foot {
  position: relative;
  border-top: 1px solid #000;
}
.p-official_modal__slider-deco {
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  padding: 10px 5px;
}
@media screen and (min-width: 768px) {
  .p-official_modal__slider-deco {
    padding: 17px 8px;
  }
}
.p-official_modal__slider-deco-left {
  width: 3rem;
}
@media screen and (min-width: 768px) {
  .p-official_modal__slider-deco-left {
    width: 5rem;
  }
}
.p-official_modal__slider-deco-right {
  width: 6rem;
}
@media screen and (min-width: 768px) {
  .p-official_modal__slider-deco-right {
    width: 10rem;
  }
}
.p-official_modal__text {
  margin: 0 auto;
  width: 90%;
  line-height: 1.9;
  font-size: 1.2rem;
  padding-top: 2px;
}
@media screen and (min-width: 768px) {
  .p-official_modal__text {
    font-size: 1.6rem;
    margin: 0 auto;
    width: 100%;
    max-width: 730px;
  }
}

.photo_swiper {
  position: relative;
}
.photo_swiper .swiper-slide img {
  width: 100%;
}
.photo_swiper .swiper-pagination {
  bottom: -19px;
  padding: 0 8rem;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .photo_swiper .swiper-pagination {
    bottom: -30px;
    padding: 0 13rem;
  }
}
.photo_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  margin: 0 3px;
  background-color: #868686;
}
@media screen and (min-width: 768px) {
  .photo_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
.is-loaded .l-loading {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-loading__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15rem;
  width: 3.7rem;
}
@media screen and (min-width: 768px) {
  .l-loading__content {
    width: 18rem;
    width: 4.7rem;
  }
}
.l-loading__logo {
  transform: scale(0.9);
  opacity: 0;
}
.is-load .l-loading__logo {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.1s;
}
.is-load .l-loading__logo img {
  opacity: 0;
  transform: scale(1.2);
  transition: transform 0.6s cubic-bezier(0.5, 0, 0.75, 0) 0.5s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
}

img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
.p-hero {
  padding: 66px 0 42px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .p-hero {
    flex-grow: 1;
    padding: 7rem 0 0;
  }
}
@media screen and (max-width: 1100px) {
  .p-hero.is-pc {
    display: none;
  }
}
.p-hero__inner {
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .p-hero__inner {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 80%;
    max-width: 700px;
    padding: 7rem 0 0;
    margin-top: 7rem;
    height: 100vh;
    min-height: 50vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.p-hero__logo {
  margin: 0 auto 40px;
  width: 93%;
}
@media screen and (min-width: 768px) {
  .p-hero__logo {
    width: 81%;
    margin: 0 auto 61px;
  }
}
.p-hero__text {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.55;
  margin-bottom: 32px;
}
.p-hero__share {
  border: 1px solid #000;
  border-radius: 5px;
  text-align: center;
  margin: 0 auto;
  width: 21.8rem;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), background 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .p-hero__share:hover {
    background-color: #fff;
    transform: scale(0.97);
  }
}
@media screen and (min-width: 768px) {
  .p-hero__share {
    border-radius: 8px;
    width: 73%;
    border-width: 2px;
  }
}
.p-hero__share-inner {
  display: block;
  text-decoration: none;
  padding: 12px 14%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-hero__share-inner {
    padding: 25px 14%;
  }
}
.p-hero__share-inner::before {
  content: "";
  width: 12px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 5%;
  background: url(../img/btn_icon.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-hero__share-inner::before {
    width: 2.6rem;
  }
}
.p-hero__share-text {
  color: #000;
  font-size: 1.3rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-hero__share-text {
    font-size: 2rem;
  }
}

.p-post {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-post {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  }
}
.p-post__head {
  border-bottom: 1px solid #000;
  text-align: center;
  font-size: 1.8rem;
  padding: 14px 0 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  .p-post__head {
    font-size: 2.85rem;
    padding: 27px 0 27px;
    border-width: 2px;
  }
}
.p-post__content {
  position: relative;
  border-bottom: 1px solid #000;
}
.p-post__base {
  position: relative;
  left: 52%;
  transform: translateX(-50%);
  width: 106%;
}
.p-post__foot {
  padding-bottom: 70px;
}
.p-post__foot-deco {
  display: flex;
  justify-content: space-between;
  padding: 10px 5px;
}
@media screen and (min-width: 768px) {
  .p-post__foot-deco {
    padding: 17px 8px;
  }
}
.p-post__foot-deco-left {
  width: 3rem;
}
@media screen and (min-width: 768px) {
  .p-post__foot-deco-left {
    width: 5rem;
  }
}
.p-post__foot-deco-right {
  width: 5.9rem;
}
@media screen and (min-width: 768px) {
  .p-post__foot-deco-right {
    width: 10rem;
  }
}
.p-post__attention {
  margin: 0 auto;
  margin-top: 12px;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .p-post__attention {
    margin-top: 20px;
  }
}
.p-post__attention-ttl {
  font-size: 1.3rem;
  letter-spacing: 1.5px;
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .p-post__attention-ttl {
    font-size: 2.3rem;
    margin-bottom: 18px;
  }
}
.p-post__attention-list-item {
  text-indent: -0.7rem;
  padding-left: 0.7rem;
  font-size: 1.1rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-post__attention-list-item {
    text-indent: -1.2rem;
    padding-left: 1.2rem;
    font-size: 2.1rem;
  }
}
.p-post__attention-list-item + .p-post__attention-list-item {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .p-post__attention-list-item + .p-post__attention-list-item {
    margin-top: 1px;
  }
}
.p-post__pin {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-post__pin-item {
  width: 10%;
  position: absolute;
  cursor: pointer;
  pointer-events: all;
  transform: translateY(-40px);
  opacity: 0;
}
.is-loaded .p-post__pin-item {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-loaded .p-post__pin-item:nth-child(1) {
  transition-delay: 0.2s;
}
.is-loaded .p-post__pin-item:nth-child(2) {
  transition-delay: 0.28s;
}
.is-loaded .p-post__pin-item:nth-child(3) {
  transition-delay: 0.36s;
}
.is-loaded .p-post__pin-item:nth-child(4) {
  transition-delay: 0.44s;
}
.is-loaded .p-post__pin-item:nth-child(5) {
  transition-delay: 0.52s;
}
.is-loaded .p-post__pin-item:nth-child(6) {
  transition-delay: 0.6s;
}
.is-loaded .p-post__pin-item:nth-child(7) {
  transition-delay: 0.68s;
}
.is-loaded .p-post__pin-item:nth-child(8) {
  transition-delay: 0.76s;
}
.is-loaded .p-post__pin-item:nth-child(9) {
  transition-delay: 0.84s;
}
.is-loaded .p-post__pin-item:nth-child(10) {
  transition-delay: 0.92s;
}
.is-loaded .p-post__pin-item:nth-child(11) {
  transition-delay: 1s;
}
.is-loaded .p-post__pin-item:nth-child(12) {
  transition-delay: 1.08s;
}
.is-loaded .p-post__pin-item:nth-child(13) {
  transition-delay: 1.16s;
}
.is-loaded .p-post__pin-item:nth-child(14) {
  transition-delay: 1.24s;
}
.is-loaded .p-post__pin-item:nth-child(15) {
  transition-delay: 1.32s;
}
.is-loaded .p-post__pin-item:nth-child(16) {
  transition-delay: 1.4s;
}
.is-loaded .p-post__pin-item:nth-child(17) {
  transition-delay: 1.48s;
}
.is-loaded .p-post__pin-item:nth-child(18) {
  transition-delay: 1.56s;
}
.is-loaded .p-post__pin-item:nth-child(19) {
  transition-delay: 1.64s;
}
.is-loaded .p-post__pin-item:nth-child(20) {
  transition-delay: 1.72s;
}
@media (hover: hover) {
  .p-post__pin-item:hover img {
    transform: scale(0.95);
  }
}
.p-post__pin-item img {
  transform-origin: bottom;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-post__officialpin {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-post__officialpin-item {
  width: 10%;
  position: absolute;
  cursor: pointer;
  pointer-events: all;
  transform: translateY(-40px);
  opacity: 0;
}
.is-loaded .p-post__officialpin-item {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-loaded .p-post__officialpin-item:nth-child(1) {
  transition-delay: 0.2s;
}
.is-loaded .p-post__officialpin-item:nth-child(2) {
  transition-delay: 0.28s;
}
.is-loaded .p-post__officialpin-item:nth-child(3) {
  transition-delay: 0.36s;
}
.is-loaded .p-post__officialpin-item:nth-child(4) {
  transition-delay: 0.44s;
}
.is-loaded .p-post__officialpin-item:nth-child(5) {
  transition-delay: 0.52s;
}
.is-loaded .p-post__officialpin-item:nth-child(6) {
  transition-delay: 0.6s;
}
.is-loaded .p-post__officialpin-item:nth-child(7) {
  transition-delay: 0.68s;
}
.is-loaded .p-post__officialpin-item:nth-child(8) {
  transition-delay: 0.76s;
}
.is-loaded .p-post__officialpin-item:nth-child(9) {
  transition-delay: 0.84s;
}
.is-loaded .p-post__officialpin-item:nth-child(10) {
  transition-delay: 0.92s;
}
.is-loaded .p-post__officialpin-item:nth-child(11) {
  transition-delay: 1s;
}
.is-loaded .p-post__officialpin-item:nth-child(12) {
  transition-delay: 1.08s;
}
.is-loaded .p-post__officialpin-item:nth-child(13) {
  transition-delay: 1.16s;
}
.is-loaded .p-post__officialpin-item:nth-child(14) {
  transition-delay: 1.24s;
}
.is-loaded .p-post__officialpin-item:nth-child(15) {
  transition-delay: 1.32s;
}
.is-loaded .p-post__officialpin-item:nth-child(16) {
  transition-delay: 1.4s;
}
.is-loaded .p-post__officialpin-item:nth-child(17) {
  transition-delay: 1.48s;
}
.is-loaded .p-post__officialpin-item:nth-child(18) {
  transition-delay: 1.56s;
}
.is-loaded .p-post__officialpin-item:nth-child(19) {
  transition-delay: 1.64s;
}
.is-loaded .p-post__officialpin-item:nth-child(20) {
  transition-delay: 1.72s;
}
.p-post__officialpin-item.-tokyo-pin01 {
  right: 28%;
  bottom: 39.5%;
}
.p-post__officialpin-item.-kanagawa-pin01 {
  left: 44%;
  bottom: 26.5%;
}
@media (hover: hover) {
  .p-post__officialpin-item:hover img {
    transform: scale(0.95);
  }
}
.p-post__officialpin-item img {
  transform-origin: bottom;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}


.p-post__pin-item.-area2,
.p-post__pin-item.-area3,
.p-post__pin-item.-area4,
.p-post__pin-item.-area5,
.p-post__pin-item.-area6,
.p-post__pin-item.-area7,
.p-post__pin-item.-area8,
.p-post__pin-item.-area9,
.p-post__pin-item.-area10,
.p-post__pin-item.-area11,
.p-post__pin-item.-area12{display: none;y}