@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&family=Zen+Maru+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Belleza&display=swap");
body {
  margin: 0;
  padding: 0;
  background-color: #203336;
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #b83323;
}
a:hover {
  color: #000;
}

.global_head {
  margin: 0;
}

h2 {
  background-color: #203336;
  color: #b83323;
  display: inline-block;
  line-height: 1;
  font-family: "Zen Maru Gothic";
  writing-mode: vertical-lr;
  font-weight: 900;
  letter-spacing: 0.3rem;
}
@media only screen and (max-width: 767px) {
  h2 {
    margin: 0 0 35px;
    padding: 10px 5px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  h2 {
    margin: 0;
    padding: 10px 7px;
    font-size: 2.2rem;
    position: absolute;
    top: -30px;
    left: -25px;
    z-index: 99;
  }
}

.circle1,
.circle2,
.circle3,
.circle4 {
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .circle1,
  .circle2,
  .circle3,
  .circle4 {
    width: 9px;
    height: 9px;
  }
}
@media only screen and (min-width: 768px) {
  .circle1,
  .circle2,
  .circle3,
  .circle4 {
    width: 12px;
    height: 12px;
  }
}
.circle1::before, .circle1::after,
.circle2::before,
.circle2::after,
.circle3::before,
.circle3::after,
.circle4::before,
.circle4::after {
  content: "YUJI DATE";
  font-family: "Belleza";
  color: #fff;
  position: absolute;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .circle1::before, .circle1::after,
  .circle2::before,
  .circle2::after,
  .circle3::before,
  .circle3::after,
  .circle4::before,
  .circle4::after {
    font-size: 0.45rem;
  }
}
@media only screen and (min-width: 768px) {
  .circle1::before, .circle1::after,
  .circle2::before,
  .circle2::after,
  .circle3::before,
  .circle3::after,
  .circle4::before,
  .circle4::after {
    font-size: 0.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .circle1::before,
  .circle2::before,
  .circle3::before,
  .circle4::before {
    width: 39px;
  }
}
@media only screen and (min-width: 768px) {
  .circle1::before,
  .circle2::before,
  .circle3::before,
  .circle4::before {
    width: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .circle1::after,
  .circle2::after,
  .circle3::after,
  .circle4::after {
    height: 39px;
  }
}
@media only screen and (min-width: 768px) {
  .circle1::after,
  .circle2::after,
  .circle3::after,
  .circle4::after {
    height: 50px;
  }
}

.circle1 {
  top: 2px;
  left: 2px;
}
.circle1::before {
  top: -0.5px;
}
@media only screen and (max-width: 767px) {
  .circle1::before {
    left: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .circle1::before {
    left: 20px;
  }
}
.circle1::after {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  left: -1px;
}
@media only screen and (max-width: 767px) {
  .circle1::after {
    top: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .circle1::after {
    top: 19px;
  }
}

.circle2 {
  top: 2px;
  right: 2px;
}
.circle2::before {
  top: -0.5px;
}
@media only screen and (max-width: 767px) {
  .circle2::before {
    right: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .circle2::before {
    right: 20px;
  }
}
.circle2::after {
  writing-mode: vertical-lr;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .circle2::after {
    top: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .circle2::after {
    top: 20px;
  }
}

.circle3 {
  bottom: 2px;
  left: 2px;
}
.circle3::before {
  transform: rotate(180deg);
  bottom: -1.5px;
}
@media only screen and (max-width: 767px) {
  .circle3::before {
    left: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .circle3::before {
    left: 18px;
  }
}
.circle3::after {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  left: -1.5px;
}
@media only screen and (max-width: 767px) {
  .circle3::after {
    bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .circle3::after {
    bottom: 20px;
  }
}

.circle4 {
  bottom: 2px;
  right: 2px;
}
.circle4::before {
  transform: rotate(180deg);
  bottom: -1.5px;
}
@media only screen and (max-width: 767px) {
  .circle4::before {
    right: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .circle4::before {
    right: 20px;
  }
}
.circle4::after {
  writing-mode: vertical-lr;
  right: -1px;
}
@media only screen and (max-width: 767px) {
  .circle4::after {
    bottom: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .circle4::after {
    bottom: 20px;
  }
}

.wrap {
  background: #b83323 url(../img/dot.png) repeat;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .wrap {
    margin: 10px;
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .wrap {
    margin: 15px;
    padding: 15px;
  }
}
.wrap::before, .wrap::after {
  content: "";
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .wrap::before, .wrap::after {
    border-top: 10px solid #203336;
    width: 51px;
    height: 51px;
  }
}
@media only screen and (min-width: 768px) {
  .wrap::before, .wrap::after {
    border-top: 15px solid #203336;
    width: 67px;
    height: 67px;
  }
}
.wrap::before {
  left: 0;
}
@media only screen and (max-width: 767px) {
  .wrap::before {
    border-left: 10px solid #203336;
  }
}
@media only screen and (min-width: 768px) {
  .wrap::before {
    border-left: 15px solid #203336;
  }
}
.wrap::after {
  right: 0;
}
@media only screen and (max-width: 767px) {
  .wrap::after {
    border-right: 10px solid #203336;
  }
}
@media only screen and (min-width: 768px) {
  .wrap::after {
    border-right: 15px solid #203336;
  }
}

.content {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .content {
    border: 2px solid #203336;
  }
}
@media only screen and (min-width: 768px) {
  .content {
    border: 3px solid #203336;
  }
}
.content::before, .content::after {
  content: "";
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .content::before, .content::after {
    border-bottom: 10px solid #203336;
    width: 51px;
    height: 51px;
  }
}
@media only screen and (min-width: 768px) {
  .content::before, .content::after {
    border-bottom: 15px solid #203336;
    width: 67px;
    height: 67px;
  }
}
.content::before {
  left: 0;
}
@media only screen and (max-width: 767px) {
  .content::before {
    border-left: 10px solid #203336;
  }
}
@media only screen and (min-width: 768px) {
  .content::before {
    border-left: 15px solid #203336;
  }
}
.content::after {
  right: 0;
}
@media only screen and (max-width: 767px) {
  .content::after {
    border-right: 10px solid #203336;
  }
}
@media only screen and (min-width: 768px) {
  .content::after {
    border-right: 15px solid #203336;
  }
}

.section {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
@media only screen and (max-width: 767px) {
  .section {
    padding: 70px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .section {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.section__content {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section__content {
    max-width: 950px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.section__box {
  background-color: #efece9;
  box-shadow: 7px 7px 0 #203336;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .section__box {
    border: 2px solid #203336;
    gap: 20px 0;
    padding: 50px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .section__box {
    border: 3px solid #203336;
    padding: 70px 50px;
  }
}

.hero {
  background: url(../img/bg.jpg?0729) no-repeat center/cover fixed;
  color: #fff;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .hero {
    padding: 120px 0;
  }
}
.hero::before, .hero::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
}
.hero::before {
  background: radial-gradient(transparent, rgba(32, 51, 54, 0.8)), url(../img/dot2.png) repeat;
  height: 100%;
  top: 0;
}
.hero__content {
  position: relative;
  z-index: 10;
}
.hero__ttl {
  text-align: center;
  font-weight: 600;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .hero__ttl {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__ttl {
    margin: 0 0 60px;
  }
}
.hero__ttl_sub-ttl {
  font-family: "Zen Maru Gothic";
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 767px) {
  .hero__ttl_sub-ttl {
    font-size: 1.3rem;
    margin: 0 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__ttl_sub-ttl {
    margin: 0 0 15px;
  }
}
.hero__ttl img {
  filter: drop-shadow(5px 5px 1px rgba(0, 0, 0, 0.8));
}
@media only screen and (max-width: 767px) {
  .hero__ttl img {
    width: 270px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__ttl img {
    max-width: 570px;
  }
}
.hero__cover {
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .hero__cover {
    width: 57%;
  }
}
@media only screen and (min-width: 768px) {
  .hero__cover {
    max-width: 350px;
  }
}
.hero__cover img {
  filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.5));
  position: relative;
  z-index: 1;
}

.intro {
  background-color: #203336;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .intro {
    background: #203336 url(../img/intro-bg.png) no-repeat bottom left/cover;
  }
}
@media only screen and (min-width: 768px) {
  .intro {
    background: #203336 url(../img/intro-bg.png) no-repeat bottom left/700px;
  }
}
.intro::before, .intro::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .intro::before, .intro::after {
    height: 452px;
  }
}
.intro::before {
  top: 0;
}
@media only screen and (max-width: 767px) {
  .intro::before {
    background: linear-gradient(to bottom, #203336 20%, transparent), url(../img/dot2.png) repeat;
    height: 400px;
  }
}
@media only screen and (min-width: 768px) {
  .intro::before {
    background: linear-gradient(to bottom, #203336, transparent), url(../img/dot2.png) repeat;
  }
}
.intro::after {
  background: linear-gradient(to top, #203336, transparent 40%), url(../img/dot2.png) repeat;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .intro::after {
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .intro.section {
    padding: 80px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .intro.section {
    padding: 0;
  }
}
.intro__content {
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .intro__content {
    padding: 250px 0 250px;
  }
}
.intro__text {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .intro__text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .intro__text {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
}
.intro .lead-text,
.intro .desc-text {
  font-family: "Zen Maru Gothic";
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #fff;
  text-shadow: 0 0 15px #203336;
}
.intro .lead-text {
  font-weight: 700;
  letter-spacing: 0.25rem;
}
@media only screen and (max-width: 767px) {
  .intro .lead-text {
    font-size: 1.4rem;
    line-height: 2.8rem;
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .intro .lead-text {
    font-size: 2.1rem;
    line-height: 4.5rem;
    margin: 0 0 0 35px;
  }
}
.intro .lead-text span {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .intro .lead-text span {
    left: 9px;
  }
}
@media only screen and (min-width: 768px) {
  .intro .lead-text span {
    left: 13px;
  }
}
_::-webkit-full-page-media, _:future, :root .intro .lead-text span {
  left: 0;
}

.intro .desc-text {
  text-orientation: upright;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  line-height: 1;
  letter-spacing: 0.15rem;
}
@media only screen and (max-width: 767px) {
  .intro .desc-text {
    gap: 18px 0;
    font-size: 1.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .intro .desc-text {
    font-size: 1.3rem;
    gap: 40px 0;
  }
}
.intro .desc-text span {
  background-color: #fff;
  color: #000;
  display: inline-block;
  font-weight: 600;
  padding: 5px 1px;
  text-shadow: 0 0 0 #000;
}

.info {
  background: #b83323 url(../img/dot.png) repeat;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .info {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .info {
    padding: 150px 0;
  }
}
.info::before, .info::after {
  content: "";
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
}
.info::before {
  background: linear-gradient(to bottom, rgba(32, 51, 54, 0.3), transparent);
  top: 0;
}
.info::after {
  background: linear-gradient(to top, rgba(32, 51, 54, 0.3), transparent);
  bottom: 0;
}
.info__content {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .info__content {
    flex-direction: column;
    gap: 35px 0;
    margin: 0 0 45px;
  }
}
@media only screen and (min-width: 768px) {
  .info__content {
    justify-content: space-between;
    margin: 0 0 60px;
  }
}
.info__pic_slide-area {
  background-color: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 767px) {
  .info__pic_slide-area {
    height: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .info__pic_slide-area {
    max-width: 430px;
    width: 100%;
    height: 430px;
  }
}
.info .slide__item {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .info .slide__item {
    height: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .info .slide__item {
    height: 430px;
  }
}
.info .slide__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
.info .slide-nav {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}
.info .slide-nav__item {
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .info .slide-nav__item {
    width: 65px;
    height: 65px;
  }
}
@media only screen and (min-width: 768px) {
  .info .slide-nav__item {
    width: 102px;
    height: 102px;
  }
  .info .slide-nav__item:hover img {
    opacity: 0.5;
  }
}
.info .slide-nav__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.3s;
}
.info__text {
  letter-spacing: 0.15rem;
}
@media only screen and (min-width: 768px) {
  .info__text {
    width: calc(100% - 480px);
  }
}
.info__text p {
  margin: 0;
}
.info__text .publish-ttl {
  font-feature-settings: "palt";
  font-weight: 700;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .info__text .publish-ttl {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .info__text .publish-ttl {
    font-size: 1.8rem;
  }
}
.info__text .author {
  margin: 0 0 15px;
}
@media only screen and (min-width: 768px) {
  .info__text .author {
    font-size: 1.1rem;
  }
}
.info__text .publish-info {
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .info__text .publish-info {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .info__text .publish-info {
    font-size: 0.95rem;
  }
}
.info__text .date {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .info__text .date {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .info__text .date {
    font-size: 1.1rem;
  }
}
.info__text .works {
  border-top: 1px solid #203336;
}
@media only screen and (max-width: 767px) {
  .info__text .works {
    margin: 25px 0 0;
    padding: 25px 0 0;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .info__text .works {
    margin: 30px 0 0;
    padding: 30px 0 0;
  }
}
.info__text .works span {
  display: inline-block;
  font-weight: 700;
  margin: 0 0 13px;
}
.info__text .works ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-feature-settings: "palt";
  line-height: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .info__text .works ul {
    font-size: 0.95rem;
  }
}
.info__text .works ul li {
  margin: 0 0 5px;
}
.info__text .works p {
  margin: 15px 0 0;
}
@media only screen and (min-width: 768px) {
  .info__text .works p {
    font-size: 0.95rem;
  }
}
.info__visual {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .info__visual {
    gap: 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .info__visual {
    gap: 17px 0;
  }
  .info__visual::before, .info__visual::after {
    content: "";
    display: block;
    width: calc(16.6666666667% - 15px);
  }
  .info__visual::before {
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .info__visual_item {
    width: calc(33.3333333333% - 10px);
  }
}
@media only screen and (min-width: 768px) {
  .info__visual_item {
    width: calc(16.6666666667% - 15px);
    transition: 0.3s;
  }
  .info__visual_item:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) {
  .info__visual .item-empty {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .info__visual .item-empty {
    width: calc(16.6666666667% - 15px);
  }
}

.sale {
  background: #b83323 url(../img/dot.png) repeat;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sale {
    border-top: 2px solid #203336;
    padding: 70px 10px 100px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .sale {
    border-top: 3px solid #203336;
    padding: 150px 0;
  }
}
.sale::before, .sale::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .sale::before, .sale::after {
    height: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .sale::before, .sale::after {
    height: 100px;
  }
}
.sale::before {
  background: linear-gradient(to bottom, rgba(32, 51, 54, 0.3), transparent);
  top: 0;
}
.sale::after {
  background: linear-gradient(to top, rgba(32, 51, 54, 0.3), transparent);
  bottom: 0;
}
.sale__text {
  letter-spacing: 0.05rem;
}
.sale__text .sale-place {
  margin: 0 0 15px;
}
.sale__text .sale-place_ttl {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .sale__text .sale-place_ttl {
    margin: 0 0 17px;
  }
}
@media only screen and (min-width: 768px) {
  .sale__text .sale-place_ttl {
    margin: 0 0 20px;
  }
}
.sale__text .sale-place_ttl span {
  border-bottom: 1px solid #203336;
  padding: 0 0 3px;
  line-height: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .sale__text .sale-place_ttl span {
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .sale__text .sale-place_ttl span {
    font-size: 1.05rem;
  }
}
.sale__text .sale-place__text-dms {
  padding: 10px 15px;
  border: 1px solid #203336;
}
@media only screen and (max-width: 767px) {
  .sale__text .sale-place__text-dms {
    font-size: 0.9rem;
    line-height: 1.7rem;
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .sale__text .sale-place__text-dms {
    display: inline-block;
    line-height: 1.8rem;
    margin: 0 0 25px 15px;
  }
}
.sale__text .sale-place__text-dms a {
  text-decoration: underline;
}
.sale__text p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .sale__text p {
    font-size: 0.9rem;
  }
}

.text {
  background: #b83323 url(../img/dot.png) repeat;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .text {
    border-top: 2px solid #203336;
    padding: 70px 10px 100px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .text {
    border-top: 3px solid #203336;
    padding: 150px 0;
  }
}
.text::before, .text::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .text::before, .text::after {
    height: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .text::before, .text::after {
    height: 100px;
  }
}
.text::before {
  background: linear-gradient(to bottom, rgba(32, 51, 54, 0.3), transparent);
  top: 0;
}
.text::after {
  background: linear-gradient(to top, rgba(32, 51, 54, 0.3), transparent);
  bottom: 0;
}
.text__lead {
  display: grid;
  border-bottom: 1px dotted #203336;
}
@media only screen and (max-width: 767px) {
  .text__lead {
    gap: 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .text__lead {
    gap: 25px 0;
  }
}
@media only screen and (max-width: 767px) {
  .text__lead {
    padding: 0 0 30px;
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .text__lead {
    padding: 0 0 40px;
    margin: 0 0 40px;
  }
}
.text__lead p {
  margin: 0;
  letter-spacing: 0.05rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .text__lead p {
    font-size: 0.95rem;
  }
}
.text__message {
  display: grid;
}
@media only screen and (max-width: 767px) {
  .text__message {
    gap: 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .text__message {
    gap: 25px 0;
  }
}
.text__message p {
  margin: 0;
  letter-spacing: 0.05rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .text__message p {
    font-size: 0.95rem;
  }
}
.text__message .author {
  text-align: right;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .text__message .author {
    margin: 20px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .text__message .author {
    margin: 30px 0 0;
  }
}
.text__message .author .date {
  display: block;
  margin: 0 0 10px;
}

.sponly {
  background: #b83323 url(../img/dot.png) repeat;
}
@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

.link__ttl {
  background: url(../img/dot.png) repeat center/300px, linear-gradient(#efece9, #ebdcd8 30%, #e2c0ba, #dd8d83, rgba(197, 83, 69, 0.9) 99%);
  border: 2px solid #000;
  transition: 0.3s;
  position: relative;
  font-family: "Zen Maru Gothic";
  font-weight: 900;
  line-height: 0.7rem;
  width: 100%;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .link__ttl {
    margin: 30px 0 0;
    max-width: 300px;
    height: 50px;
    font-size: 1.15rem;
  }
}
@media only screen and (min-width: 768px) {
  .link__ttl {
    margin: 50px auto 0;
    max-width: 370px;
    height: 65px;
    font-size: 1.65rem;
  }
}
.link__ttl:hover {
  background: #b83323;
}
.link__ttl:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  right: 22px;
}
.link__ttl:hover a {
  color: #fff;
}
.link__ttl::after {
  content: "";
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(45deg);
  position: absolute;
  right: 25px;
  pointer-events: none;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .link__ttl::after {
    width: 7px;
    height: 7px;
    top: 21px;
  }
}
@media only screen and (min-width: 768px) {
  .link__ttl::after {
    width: 9px;
    height: 9px;
    top: 28px;
  }
}
.link__ttl a {
  color: #000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.link__ttl .soldout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-weight: 600;
  display: grid;
  place-content: center;
}
@media only screen and (min-width: 768px) {
  .link__ttl .soldout {
    font-size: 1.3rem;
  }
}/*# sourceMappingURL=style.css.map */