@charset "UTF-8";
.js-show-up {
  opacity: 0;
  transform: translate(0, 80px);
}
.js-show-up.is-show {
  opacity: 1;
  transform: none;
}

.js-show-left {
  opacity: 0;
  transform: translate(80px, 0);
}
.js-show-left.is-show {
  opacity: 1;
  transform: none;
}

.js-show-right {
  opacity: 0;
  transform: translate(-80px, 0);
}
.js-show-right.is-show {
  opacity: 1;
  transform: none;
}

html {
  box-sizing: border-box;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 0 !important;
  scroll-behavior: smooth;
  color: #324141;
  letter-spacing: 0;
  line-height: 1.8;
  background-color: #FEFBF6;
}
@media screen and (max-width: 572px) {
  html {
    font-size: 14px;
  }
}

input {
  -webkit-appearance: auto;
  -moz-appearance: auto;
       appearance: auto;
  margin: 0;
}

.container {
  overflow: hidden;
}

:root {
  --header-height: 60px;
  /* ヘッダーの高さを変数として管理 */
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

.wrap {
  margin-inline: auto;
  padding: 0 40px;
  width: min(100%, 1200px);
}
@media screen and (max-width: 768px) {
  .wrap {
    padding: 0 1rem;
  }
}

.wrap-tb {
  margin-inline: auto;
  padding: 0 1rem;
  width: min(100%, 940px);
}

.wrap-tb-s {
  margin-inline: auto;
  padding: 0 1rem;
  width: min(100%, 808px);
}

@media screen and (max-width: 964px) {
  .tb-hide {
    display: none;
  }
}

.mb-display {
  display: none;
}
@media screen and (max-width: 964px) {
  .mb-display {
    display: block;
  }
}

@media screen and (max-width: 964px) {
  .tb-hide {
    display: none;
  }
}

@media screen and (max-width: 572px) {
  .sm-hide {
    display: none;
  }
}

.sm-display {
  display: none;
}
@media screen and (max-width: 572px) {
  .sm-display {
    display: block;
  }
}

.scroll-off {
  overflow: hidden;
}

.scroll-top {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-color: #fff;
  display: block flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 30px;
  right: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
  transition: 0.7s;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 572px) {
  .scroll-top {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 10px;
  }
}
.scroll-top.is-show {
  opacity: 1;
  visibility: visible;
}
.scroll-top:hover {
  box-shadow: none;
}
.scroll-top::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #ce1f0b;
  border-top: 2px solid #ce1f0b;
  transform: rotate(45deg) translate(2px, 2px);
}

.container {
  position: relative;
}
.container .ecoplan-logo {
  position: absolute;
  top: 20px;
  left: 40px;
  width: 200px;
  z-index: 2;
}
@media screen and (max-width: 964px) {
  .container .ecoplan-logo {
    width: 160px;
  }
}
@media screen and (max-width: 572px) {
  .container .ecoplan-logo {
    top: 15px;
    left: 20px;
    width: 140px;
  }
}
.container .hamburger {
  width: 80px;
  height: 80px;
  padding: 24px 16px;
  margin-left: auto;
  position: fixed;
  border-radius: 10px;
  top: 30px;
  right: 30px;
  background-color: #ce1f0b;
  z-index: 30;
  color: #fff;
}
@media screen and (max-width: 964px) {
  .container .hamburger {
    width: 60px;
    height: 60px;
    top: 20px;
    right: 20px;
    padding: 20px 14px;
  }
}
@media screen and (max-width: 572px) {
  .container .hamburger {
    width: 40px;
    height: 40px;
    top: 16px;
    right: 16px;
    padding: 14px 10px;
  }
}
.container .hamburger.on-click .inner span:nth-child(1) {
  top: 50%;
  translate: 0 -50%;
  rotate: 390deg;
}
.container .hamburger.on-click .inner span:nth-child(2) {
  opacity: 0;
}
.container .hamburger.on-click .inner span:nth-child(3) {
  top: 50%;
  translate: 0 -50%;
  rotate: -390deg;
}
.container .hamburger .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.container .hamburger .inner span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transition: 0.3s;
}
.container .hamburger .inner span:nth-child(1) {
  top: 0;
}
.container .hamburger .inner span:nth-child(2) {
  top: 50%;
  translate: 0 -50%;
}
.container .hamburger .inner span:nth-child(3) {
  bottom: 0;
}
.container .hamburger .inner > p {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 572px) {
  .container .hamburger .inner > p {
    top: 115%;
    font-size: 0.875rem;
  }
}
.container .ham-menu {
  display: flex;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100dvh;
  overflow-y: auto;
  position: fixed;
  z-index: 25;
  transition: 0.3s;
  background-color: #FEFBF6;
}
.container .ham-menu.is-show {
  opacity: 1;
  visibility: visible;
}
.container .ham-menu__inner {
  width: 100%;
  overflow-y: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container .ham-menu__logo {
  width: 200px;
  display: block;
}
@media screen and (max-width: 572px) {
  .container .ham-menu__logo {
    width: 150px;
  }
}
.container .ham-menu__nav {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 572px) {
  .container .ham-menu__nav {
    margin-top: 10px;
  }
}
.container .ham-menu__nav-list {
  width: 100%;
}
.container .ham-menu__nav-list > li {
  font-size: 1.125rem;
}
@media screen and (max-width: 572px) {
  .container .ham-menu__nav-list > li {
    font-size: 1rem;
  }
}
.container .ham-menu__nav-list > li:not(:first-child) {
  margin-top: 10px;
}
.container .ham-menu__nav-list > li > a {
  display: block;
  text-align: center;
  transition: 0.3s ease;
}
.container .ham-menu__nav-list > li > a:hover {
  opacity: 0.7;
}
.container .ham-menu__sns {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 572px) {
  .container .ham-menu__sns {
    margin-top: 30px;
  }
}
.container .ham-menu__sns > a {
  display: block;
}
.container .ham-menu__sns > a > img {
  width: 35px;
  display: block;
}

.footer {
  background-color: #ce1f0b;
  padding: 30px 0;
  color: #fff;
}
.footer__info {
  text-align: center;
}
.footer__info .info-ttl {
  padding: 0 1rem;
  border: 1px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.125rem;
  margin-top: 30px;
}
.footer__info .info-ttl-sub {
  font-size: 1.125rem;
  margin-top: 10px;
}
.footer__info .info-address {
  margin-top: 5px;
}
.footer__info .info-address-sub {
  margin-top: 5px;
}
.footer__info .info-link {
  font-size: 1.125rem;
  margin-top: 10px;
  transition: 0.3s ease;
}
.footer__info .info-link:hover {
  opacity: 0.7;
}
.footer__copyright {
  padding: 20px;
  text-align: center;
  font-size: 0.875rem;
}

.main .fv {
  padding: 30px 20px 50px;
  position: relative;
  margin: 0 auto;
}
.main .fv > img {
  display: block;
}
.main .fv .main-image {
  margin: 30px auto 0;
  width: min(400px, 70%);
}
@media screen and (max-width: 964px) {
  .main .fv .main-image {
    width: min(320px, 62%);
  }
}
.main .fv .ramen-image {
  position: absolute;
  width: 260px;
}
@media screen and (max-width: 964px) {
  .main .fv .ramen-image {
    width: 220px;
  }
}
@media screen and (max-width: 572px) {
  .main .fv .ramen-image {
    width: 170px;
  }
}
.main .fv .pos1 {
  bottom: 52%;
  left: -80px;
}
@media screen and (max-width: 572px) {
  .main .fv .pos1 {
    bottom: 45%;
    left: -90px;
  }
}
.main .fv .pos2 {
  top: 52%;
  left: -80px;
}
@media screen and (max-width: 572px) {
  .main .fv .pos2 {
    top: 62%;
    left: -90px;
  }
}
.main .fv .pos3 {
  bottom: 52%;
  right: -80px;
}
@media screen and (max-width: 572px) {
  .main .fv .pos3 {
    bottom: 45%;
    right: -90px;
  }
}
.main .fv .pos4 {
  top: 52%;
  right: -80px;
}
@media screen and (max-width: 572px) {
  .main .fv .pos4 {
    top: 62%;
    right: -90px;
  }
}
.main .fv .arrow {
  margin: 50px auto 0;
  width: 100px;
}
@media screen and (max-width: 572px) {
  .main .fv .arrow {
    margin: 30px auto 50px;
    width: 50px;
  }
}
.main .fv__supplement {
  position: absolute;
  bottom: 20px;
  right: 10px;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 572px) {
  .main .fv__supplement {
    bottom: 10px;
  }
}
.main .message {
  padding: 120px 0;
  background-image: url(../image/bg_normal.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 572px) {
  .main .message {
    padding: 80px 0;
  }
}
.main .message .accent1 {
  position: absolute;
  top: 20px;
  left: 50%;
  height: 2vw;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 572px) {
  .main .message .accent1 {
    height: 4vw;
  }
}
.main .message .accent2 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  height: 2vw;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 572px) {
  .main .message .accent2 {
    height: 4vw;
  }
}
.main .message .yamaguchi {
  position: absolute;
  top: 100px;
  left: 50%;
  width: min(500px, 80%);
}
.main .message .wrap {
  position: relative;
  z-index: 2;
}
.main .message__head {
  width: 250px;
  margin: 0 auto;
}
@media screen and (max-width: 572px) {
  .main .message__head {
    width: 200px;
  }
}
.main .message__head > img {
  display: block;
  width: 100%;
}
.main .message__text {
  text-align: center;
  margin: 50px auto 0;
  font-size: 1.125rem;
  line-height: 2;
}
.main .message__text > span {
  display: inline-block;
}
@media screen and (max-width: 572px) {
  .main .message__text {
    font-size: 1rem;
    margin: 30px auto 0;
  }
}
.main .event {
  padding: 50px 0;
}
.main .event__head {
  color: #ce1f0b;
  font-size: 2rem;
  text-align: center;
  line-height: 1;
}
.main .event__list {
  margin: 30px auto 0;
}
.main .event__list > li:nth-of-type(odd) {
  background-color: #fef6e1;
}
.main .event__list > li {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.2;
  height: 70px;
}
@media screen and (max-width: 572px) {
  .main .event__list > li {
    height: auto;
    flex-wrap: wrap;
    font-size: 1.125rem;
  }
}
.main .event__list > li > p {
  padding: 1rem;
}
@media screen and (max-width: 572px) {
  .main .event__list > li > p {
    padding: 10px;
  }
}
.main .event__list > li .ht {
  width: 25%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 572px) {
  .main .event__list > li .ht {
    width: 100%;
    text-align: left;
    font-size: 1.125rem;
    justify-content: flex-start;
    padding-bottom: 0.5rem;
  }
}
.main .event__list > li .hd {
  width: 75%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 572px) {
  .main .event__list > li .hd {
    width: 100%;
    margin-left: 2rem;
    padding: 0 0 10px 0;
  }
}
.main .event__list > li .hd .large {
  font-size: 1.375em;
  display: inline-block;
  margin-inline: 3px;
  transform: translate(0, 3px);
}
@media screen and (max-width: 572px) {
  .main .event__list > li .hd .large {
    font-size: 1.25em;
    margin-inline: 2px;
    transform: none;
  }
}
.main .event__list > li .hd .sat {
  color: #0064d2;
}
.main .event__list > li .hd .sun {
  color: #ce1f0b;
}
.main .event__list > li .hd .small {
  font-size: 0.75em;
}
.main .shoplist {
  padding: 50px 0;
  background-image: url(../image/bg_normal.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.main .shoplist__head {
  color: #ce1f0b;
  font-size: 2rem;
  text-align: center;
  line-height: 1;
}
.main .shoplist__content {
  margin-top: 30px;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 964px) {
  .main .shoplist__content {
    gap: 30px 20px;
  }
}
@media screen and (max-width: 572px) {
  .main .shoplist__content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.main .shoplist__content-item {
  background-image: url(../image/bg_red.jpg);
  background-size: cover;
  border-radius: 20px;
  padding: 1rem;
}
.main .shoplist__content-item .item-image {
  width: 100%;
  aspect-ratio: 16/9;
  border: 4px solid transparent;
  -o-border-image: linear-gradient(135deg, #b8860b, #ffd700, #fff8dc, #ffd700, #b8860b);
     border-image: linear-gradient(135deg, #b8860b, #ffd700, #fff8dc, #ffd700, #b8860b);
  border-image-slice: 1;
  pointer-events: none;
}
.main .shoplist__content-item .item-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .shoplist__content-item .item-ttl {
  height: 35px;
  display: block;
  margin: 15px auto 0;
}
.main .shoplist__content-item .item-text {
  margin-top: 15px;
  color: #fff;
}
.main .guest {
  padding: 50px 0;
  background-image: url(../image/bg_red.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.main .guest__head {
  color: #fff;
  font-size: 2rem;
  text-align: center;
  line-height: 1;
}
.main .guest__content {
  margin-top: 30px;
}
.main .guest__content-item {
  background-image: url(../image/bg_gold.jpg);
  background-size: cover;
  border-radius: 20px;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 572px) {
  .main .guest__content-item {
    background-position: center;
    flex-direction: column;
    gap: 10px;
  }
}
.main .guest__content-item:not(:first-child) {
  margin-top: 30px;
}
.main .guest__content-item .item-image {
  width: 330px;
  border: 4px solid transparent;
  -o-border-image: linear-gradient(135deg, #b8860b, #ffd700, #fff8dc, #ffd700, #b8860b);
     border-image: linear-gradient(135deg, #b8860b, #ffd700, #fff8dc, #ffd700, #b8860b);
  border-image-slice: 1;
  pointer-events: none;
}
@media screen and (max-width: 572px) {
  .main .guest__content-item .item-image {
    width: 100%;
  }
}
.main .guest__content-item .item-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .guest__content-item .item-block {
  flex: 1;
}
.main .guest__content-item .item-block .item-ttl {
  height: 35px;
  display: block;
  margin: 15px auto 0;
}
.main .guest__content-item .item-block .item-text {
  margin-top: 15px;
}
.main .ticket {
  padding: 50px 0;
}
.main .ticket__head {
  color: #ce1f0b;
  font-size: 2rem;
  text-align: center;
  line-height: 1;
}
.main .ticket__list {
  margin: 30px auto 0;
}
.main .ticket__list > li:nth-of-type(odd) {
  background-color: #fef6e1;
}
.main .ticket__list > li {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.2;
}
@media screen and (max-width: 572px) {
  .main .ticket__list > li {
    flex-wrap: wrap;
  }
}
.main .ticket__list > li > p {
  padding: 1rem;
}
@media screen and (max-width: 572px) {
  .main .ticket__list > li > p {
    padding: 10px;
  }
}
.main .ticket__list > li .ht {
  width: 25%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 572px) {
  .main .ticket__list > li .ht {
    font-size: 1.125rem;
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    width: 100%;
  }
}
.main .ticket__list > li .hd {
  width: 75%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 572px) {
  .main .ticket__list > li .hd {
    padding: 0 0 10px 0;
    width: 100%;
    margin-left: 2rem;
  }
}
.main .ticket__list > li .hd .large {
  font-size: 1.375em;
  display: inline-block;
  margin-inline: 3px;
  transform: translate(0, 3px);
}
@media screen and (max-width: 572px) {
  .main .ticket__list > li .hd .large {
    font-size: 1.25em;
    margin-inline: 2px;
    transform: none;
  }
}
.main .ticket__list > li .hd .sat {
  color: #0064d2;
}
.main .ticket__list > li .hd .sun {
  color: #ce1f0b;
}
.main .ticket__list > li .hd .small {
  font-size: 0.75em;
}
.main .ticket__shop {
  background-color: #fef6e1;
  padding: 1rem;
  margin-top: 30px;
}
.main .ticket__shop > h3 {
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 572px) {
  .main .ticket__shop > h3 {
    text-align: left;
  }
}
.main .ticket__shop > ul {
  margin-top: 10px;
}
.main .ticket__shop > ul > li {
  display: inline-block;
  margin-left: 10px;
}
.main .ticket .ticket-link {
  background-color: #ce1f0b;
  color: #fff;
  text-align: center;
  display: block;
  line-height: 1;
  font-size: 1.25rem;
  padding: 1.5rem;
  position: relative;
  margin: 50px auto 0;
  transition: 0.3s ease;
}
@media screen and (max-width: 572px) {
  .main .ticket .ticket-link {
    font-size: 1.125rem;
    padding: 1.5rem 1rem;
  }
}
.main .ticket .ticket-link:hover {
  opacity: 0.7;
}
.main .ticket .ticket-link::after {
  content: "";
  display: inline-block;
  margin-left: 30px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.main .ticket__notice {
  border: 3px solid #324141;
  padding: 10px;
  margin-top: 50px;
}
.main .ticket__notice .inner {
  border: 1px solid #324141;
  padding: 10px;
}
@media screen and (max-width: 572px) {
  .main .ticket__notice .inner {
    border: none;
    padding: 0;
  }
}
.main .ticket__notice .inner > h3 {
  background-color: #324141;
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
}
.main .ticket__notice .inner > ul {
  margin-top: 10px;
}
.main .ticket__notice .inner > ul > li {
  display: flex;
}
.main .ticket__notice .inner > ul > li::before {
  content: "・";
  display: inline-block;
}
.main .ticket__notice .inner > ul > li:not(:first-child) {
  margin-top: 5px;
  line-height: 1.6;
}
.main .news {
  padding: 50px 0;
  background-color: #fff;
}
.main .news__head {
  color: #ce1f0b;
  font-size: 2rem;
  text-align: center;
  line-height: 1;
}
.main .news .news-content {
  margin-top: 30px;
}
.main .news .news-content__item {
  display: block;
  border-bottom: 1px solid currentColor;
  display: flex;
  transition: 0.3s ease;
}
@media screen and (max-width: 572px) {
  .main .news .news-content__item {
    flex-wrap: wrap;
  }
}
.main .news .news-content__item:hover {
  opacity: 0.7;
}
.main .news .news-content__item .item-date {
  padding: 1rem;
  width: 25%;
}
@media screen and (max-width: 572px) {
  .main .news .news-content__item .item-date {
    width: 100%;
    padding-bottom: 0;
  }
}
.main .news .news-content__item .item-title {
  padding: 1rem;
  width: 75%;
}
@media screen and (max-width: 572px) {
  .main .news .news-content__item .item-title {
    padding-top: 0;
    width: 100%;
  }
}
.main .sponsor {
  padding: 50px 0;
}
.main .sponsor__head {
  color: #ce1f0b;
  font-size: 2rem;
  text-align: center;
  line-height: 1;
}
.main .sponsor__content {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 572px) {
  .main .sponsor__content {
    gap: 1rem;
  }
}
.main .sponsor__content > a {
  display: block;
  width: calc((100% - 60px) / 3);
  transition: 0.3s ease;
}
@media screen and (max-width: 572px) {
  .main .sponsor__content > a {
    width: calc((100% - 20px) / 2);
  }
}
.main .sponsor__content > a:hover {
  opacity: 0.7;
}
.main .sponsor__content > a > img {
  width: 100%;
  height: auto;
}

.p-404 {
  width: 100%;
  padding: 30px 20px 80px;
  text-align: center;
  margin-top: 150px;
}
.p-404 .title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #ce1f0b;
}
.p-404 .title > span {
  display: inline-block;
}
.p-404 .text {
  margin-top: 30px;
  font-size: 1.125rem;
}
.p-404 .text > span {
  display: inline-block;
}
.p-404 .back-btn {
  margin: 80px auto 0;
  display: block;
  color: #ce1f0b;
  border: 1px solid currentColor;
  border-radius: 30px;
  padding: 1em 0;
  width: 300px;
  transition: 0.3s;
  text-align: center;
}
.p-404 .back-btn:hover {
  background-color: #ce1f0b;
  color: #fff;
}
@media screen and (max-width: 572px) {
  .p-404 .back-btn {
    margin: 50px auto 0;
    width: 250px;
  }
}

.single-main .single {
  padding: 100px 0 80px;
}
.single-main .single__title {
  font-size: 1.75rem;
  line-height: 1.4;
}
@media screen and (max-width: 572px) {
  .single-main .single__title {
    font-size: 1.5rem;
  }
}
.single-main .single__date {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 0.875rem;
  margin-top: 10px;
}
.single-main .single__thumbnail {
  width: 100%;
  margin-top: 20px;
}
.single-main .single__thumbnail > img {
  display: block;
  width: 100%;
  height: auto;
}
.single-main .single__content {
  margin-top: 2.5em;
  line-height: 1.8;
}
.single-main .single__content h2 {
  font-size: 1.375rem;
  border-bottom: 3px solid #ce1f0b;
  margin-top: 3em;
  padding-bottom: 3px;
}
.single-main .single__content h3 {
  font-size: 1.25rem;
  padding-left: 0.5em;
  border-left: 3px solid #ce1f0b;
  margin-top: 2em;
}
.single-main .single__content h4 {
  font-size: 1.125rem;
  margin-top: 1.75em;
}
.single-main .single__content p {
  margin-top: 1em;
  font-weight: 500;
}
.single-main .single__content p a {
  text-decoration: underline;
  transition: 0.3s;
}
.single-main .single__content p a:hover {
  opacity: 0.7;
}
.single-main .single__content figure {
  margin-top: 1em;
}
.single-main .single__content figure img {
  width: 100%;
}
.single-main .single .more-btn {
  border: 1px solid currentColor;
  padding: 1rem 0;
  text-align: center;
  width: 240px;
  margin: 50px auto 0;
  display: block;
  line-height: 1;
}
/*# sourceMappingURL=style.css.map */