@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap");
@import url("https://use.fontawesome.com/releases/v5.6.3/css/all.css");
body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #363030;
}

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

a {
  text-decoration: none;
  color: #363030;
  word-break: break-all;
}

.wrap {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background: #e60012;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .hero {
    display: flex;
    height: 800px;
  }
}
.hero__bg {
  background-image: url("../img/home/bg-sunplaza.png");
  background-repeat: no-repeat;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .hero__bg {
    background-size: contain;
    background-position: top 120px center;
  }
}
@media only screen and (min-width: 768px) {
  .hero__bg {
    background-position: calc(50% - 60px) 0;
    width: calc(100% - 220px);
  }
}
@media only screen and (min-width: 1200px) {
  .hero__bg {
    background-position: calc(50% - 120px) 0;
  }
}
.hero__inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .hero__inner {
    box-sizing: border-box;
    padding: 220px 10px 130px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__inner {
    padding: 80px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero__inner {
    max-width: 1100px;
    width: calc(100% - 65px);
    margin: 0 auto;
    padding: 80px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero__info {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .hero__info {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  .hero__info {
    width: calc(100% - 265px);
  }
}
@media only screen and (max-width: 767px) {
  .hero__twitter {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .hero__twitter {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .hero__twitter {
    display: block;
    width: 265px;
    padding-left: 30px;
  }
}
.hero__twitter-head {
  font-family: "Noto Sans JP";
  color: #363030;
  background: #fff;
  padding: 0;
  text-align: left;
  margin: 0 auto 15px;
  padding: 10px 15px;
  line-height: 100%;
  display: flex;
  border-radius: 5px;
}
.hero__twitter-head span {
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.hero__twitter span {
  margin-right: 13px;
}
.hero__twitter span::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f099";
  font-weight: 900;
  color: #1DA1F2;
  position: relative;
  font-size: 1.7rem;
  top: 7px;
}
.hero__twitter-ttl {
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
}
.hero__twitter-account {
  margin: 5px 0 0;
  line-height: 100%;
  font-size: 0.75rem;
}
.hero__twitter iframe.twitter-timeline {
  width: auto !important;
  height: 470px !important;
}
.hero__sns {
  background: #e60011;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .hero__sns {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .hero__sns {
    margin: 3px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .hero__sns-icon {
    margin: 0 15px;
  }
  .hero__sns-icon:nth-of-type(2) {
    margin-left: 12px;
  }
  .hero__sns-icon img {
    width: 40px;
    height: auto;
  }
  .hero__sns-icon img:hover {
    opacity: 0.8;
    transition: 0.5s;
  }
}
.hero .head-area {
  font-family: "Noto Sans JP";
  background: #F5302A;
}
@media only screen and (max-width: 767px) {
  .hero .head-area {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 90;
  }
}
@media only screen and (min-width: 768px) {
  .hero .head-area {
    top: 0;
    left: 0;
    width: 220px;
  }
}
.hero .head-area .inner {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .hero .head-area .head-nav {
    order: 2;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
}
@media only screen and (min-width: 768px) {
  .hero .head-area .head-nav {
    height: 714px;
  }
}
@media only screen and (max-width: 767px) {
  .hero .head-area .head-nav .head-logo {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .hero .head-area .head-nav .head-logo {
    background: #F5302A;
    height: 264px;
    padding: 0 35px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
.hero .head-area .head-nav ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .hero .head-area .head-nav ul {
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .hero .head-area .head-nav ul {
    flex-direction: column;
  }
}
.hero .head-area .head-nav ul li {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .hero .head-area .head-nav ul li {
    justify-content: center;
    width: 90px;
    height: 70px;
    line-height: 1.2rem;
    padding: 5px;
    text-align: center;
  }
  .hero .head-area .head-nav ul li:last-of-type {
    border: none;
  }
  .hero .head-area .head-nav ul li:last-of-type::after {
    background-color: transparent !important;
  }
}
@media only screen and (min-width: 768px) {
  .hero .head-area .head-nav ul li {
    height: 90px;
    padding: 0 25px;
    text-align: left;
    transition: 0.3s;
  }
  .hero .head-area .head-nav ul li:hover {
    background: #ff615d;
  }
}
.hero .head-area .head-nav ul li::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .hero .head-area .head-nav ul li::after {
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .hero .head-area .head-nav ul li::after {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
}
.hero .head-area .head-nav ul li .sub-title {
  color: #fff;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .hero .head-area .head-nav ul li .sub-title {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .hero .head-area .head-nav ul li .sub-title {
    display: block;
    font-size: 0.8rem;
  }
}
.hero .head-area .head-nav ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .hero .head-area .head-nav ul li a {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .hero .head-area .head-nav ul li a {
    font-size: 1.05rem;
  }
}
.hero .head-area .head-nav ul li a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .hero .head-area .head-nav ul li span {
    display: none;
  }
}
.hero .head-area .head-nav ul .soon {
  cursor: default;
  pointer-events: none !important;
}
.hero .head-area .head-nav ul .soon a {
  opacity: 0.5;
}
.hero .head-area .head-sub {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .hero .head-area .head-sub {
    order: 1;
    background: #F5302A;
    height: 55px;
    padding: 0 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .hero .head-area .head-sub {
    height: 86px;
    line-height: 86px;
  }
}
@media only screen and (max-width: 767px) {
  .hero .head-area .head-sub__inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    height: 55px;
  }
}
.hero .head-area .head-sub .logo {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .hero .head-area .head-sub .logo {
    text-align: left;
  }
  .hero .head-area .head-sub .logo img {
    width: auto;
    height: 33px;
  }
}
@media only screen and (min-width: 768px) {
  .hero .head-area .head-sub .logo {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hero .head-area .head-sub .sub_container {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .hero .head-area .head-sub .sub_container {
    text-align: center;
    position: relative;
  }
  .hero .head-area .head-sub .sub_container::after {
    content: "";
    background-color: rgba(255, 255, 255, 0.4);
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.hero .head-area .head-sub .sub_container .sns_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 767px) {
  .hero .head-area .head-sub .sub_container .sns_icon {
    width: 55px;
    height: 55px;
  }
}
@media only screen and (min-width: 768px) {
  .hero .head-area .head-sub .sub_container .sns_icon {
    display: none;
  }
}
.hero .head-area .head-sub .sub_container .sns_icon a {
  color: #fff;
  text-decoration: none;
}
.hero .head-area .head-sub .sub_container .sns_icon a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hero .head-area .head-sub .sub_container .sns_icon span::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  font-size: 1rem;
}
.hero .head-area .head-sub .sub_container .sns_icon.sns-twitter span::before {
  content: "\f099";
}
.hero .head-area .head-sub .sub_container .lang {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  background: #F5302A;
}
@media only screen and (min-width: 768px) {
  .hero .head-area .head-sub .sub_container .lang {
    display: flex;
  }
}
.hero .head-area .head-sub .sub_container .lang__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .hero .head-area .head-sub .sub_container .lang__item {
    width: 70px;
    height: 55px;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
  }
}
@media only screen and (min-width: 768px) {
  .hero .head-area .head-sub .sub_container .lang__item {
    width: 50%;
    height: 86px;
  }
  .hero .head-area .head-sub .sub_container .lang__item:hover {
    background: #ff615d;
    transition: 0.3s;
  }
}
@media only screen and (min-width: 768px) {
  .hero .head-area .head-sub .sub_container .lang__item:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
}
.hero .head-area .head-sub .sub_container .lang__item.lang-select {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .hero .head-area .head-sub .sub_container .lang__item.lang-select {
    display: none;
  }
}
.hero .head-area .head-sub .sub_container .lang__item.lang-select a {
  opacity: 0.5;
}
.hero .head-area .head-sub .sub_container .lang a {
  text-decoration: none;
  font-weight: 500;
  z-index: 99;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .hero .head-area .head-sub .sub_container .lang a {
    font-size: 0.8rem;
    letter-spacing: 0.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .hero .head-area .head-sub .sub_container .lang a {
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }
}
.hero .head-area .head-sub .sub_container .lang a::before {
  content: "";
  display: inline-block;
  background: url("../img/icon-lang.png") no-repeat center/contain;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .hero .head-area .head-sub .sub_container .lang a::before {
    width: 17px;
    height: 16px;
    top: 3px;
    margin-right: 6px;
  }
}
@media only screen and (min-width: 768px) {
  .hero .head-area .head-sub .sub_container .lang a::before {
    width: 23px;
    height: 22px;
    top: 5px;
    margin-right: 9px;
  }
}
.hero .head-area .head-sub .sub_container .lang a:hover {
  opacity: 0.9;
  transition: 0.3s;
}
.hero .head-area .head-sub .sub_container .lang a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.update {
  background: #fff;
  border-bottom: 2px solid #f1f1f1;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .update {
    height: 90px;
  }
}
@media only screen and (min-width: 768px) {
  .update {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 86px;
  }
}
.update__container {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .update__container {
    height: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .update__container {
    height: 86px;
    padding: 0;
  }
}
.update .koshin {
  background: #333;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .update .koshin {
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 90px;
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .update .koshin {
    width: 160px;
    height: 86px;
    font-size: 0.95rem;
    letter-spacing: 0.2rem;
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .update .koshin {
    width: 200px;
  }
}
.update__content {
  box-sizing: border-box;
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  .update__content {
    width: 100%;
    height: 70px;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .update__content {
    width: calc(100% - 160px);
    height: 86px;
    padding: 0 25px;
    scroll-snap-type: y mandatory;
  }
}
@media only screen and (min-width: 1200px) {
  .update__content {
    width: calc(100% - 200px);
    padding: 0 35px;
  }
}
.update dl {
  width: 100%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .update dl {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .update dl {
    min-height: 86px;
    margin: 0;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.update dl:last-of-type {
  margin: 0;
}
.update dl dt {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  color: #999;
}
@media only screen and (max-width: 767px) {
  .update dl dt {
    margin: 0 0 7px;
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .update dl dt {
    margin: 0 0 6px;
    font-size: 0.88rem;
  }
}
.update dl dd {
  margin: 0;
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
}
@media only screen and (min-width: 768px) {
  .update dl dd {
    line-height: 1.2rem;
  }
}
.update dl a {
  color: #333;
  text-decoration: none;
}
.update dl a:hover {
  transition: 0.3s;
  color: #dd2e1e !important;
}

.ttl {
  font-family: "Oswald", sans-serif;
  line-height: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .ttl {
    font-size: 3rem;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .ttl {
    font-size: 5rem;
    margin: 0 0 35px;
  }
}
@media only screen and (max-width: 767px) {
  .ttl span {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    margin: 0 0 0 15px;
    position: relative;
    top: -1px;
  }
}
@media only screen and (min-width: 768px) {
  .ttl span {
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
    margin: 0 0 0 25px;
  }
}

@media only screen and (max-width: 767px) {
  .block {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .block {
    max-width: 1170px;
    width: calc(100% - 35px);
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .event {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 768px) {
  .event {
    padding: 100px 0 70px;
  }
}
@media only screen and (min-width: 768px) {
  .event .block {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .event h2 {
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 768px) {
  .event h2 {
    margin: 0 0 80px;
  }
}
.event__block {
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .event__block {
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .event__block {
    margin: 0 0 55px;
  }
}
.event__block:last-child {
  margin: 0;
}
.event__block::before {
  content: "";
  width: 100%;
  background: #f5f5f5;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .event__block::before {
    height: 100px;
    top: -20px;
  }
}
@media only screen and (min-width: 768px) {
  .event__block::before {
    height: 155px;
    top: -40px;
  }
}
.event__date {
  font-family: "Oswald", sans-serif;
  display: inline-block;
  position: relative;
  z-index: 10;
  line-height: 100%;
  display: flex;
  font-weight: 800;
}
@media only screen and (max-width: 767px) {
  .event__date {
    font-size: 2rem;
    letter-spacing: 0.1rem;
    margin: 0 0 10px;
    align-items: baseline;
  }
}
@media only screen and (min-width: 768px) {
  .event__date {
    font-size: 2.8rem;
    letter-spacing: 0.2rem;
    margin: -3px 0 0;
    display: flex;
    flex-direction: column;
    width: 90px;
  }
}
.event__date span {
  letter-spacing: 0.05rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  .event__date span {
    font-size: 1.2rem;
    margin-left: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .event__date span {
    font-size: 1.6rem;
    margin: -2px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .event__container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: calc(100% - 90px);
    width: 100%;
  }
}
.event__item {
  position: relative;
  text-align: left;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .event__item {
    margin: 0 0 35px;
  }
  .event__item:last-of-type {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .event__item {
    margin: 0 0 40px;
    width: 48.7%;
    cursor: pointer;
  }
  .event__item:hover .event__item-pic img {
    transform: scale(1.05);
  }
  .event__item:hover .event__item-text {
    transition: 0.3s;
    color: #dd2e1e !important;
  }
  .event__item:hover a {
    transition: 0.3s;
    color: #dd2e1e !important;
  }
}
.event__item-pic {
  overflow: hidden;
}
.event__item-pic figure {
  margin: 0;
}
.event__item-pic img {
  transition: 0.3s;
}
.event__item-text {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .event__item-text {
    margin: 18px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .event__item-text {
    margin: 20px 0 0;
  }
}
.event__item-name {
  padding: 0;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .event__item-name {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .event__item-name {
    font-size: 1.2rem;
    line-height: 1.63rem;
  }
}
.event__item-name a {
  text-decoration: none;
  color: #333;
}
.event__item-name a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.event__item-date {
  padding: 0;
  border-left: #b7b7b7 solid 4px;
  padding-left: 7px;
}
@media only screen and (max-width: 767px) {
  .event__item-date {
    font-size: 0.75rem;
    line-height: 0.75rem;
    margin: 0 0 5px;
    letter-spacing: 0.04em;
    word-break: break-all;
  }
}
@media only screen and (min-width: 768px) {
  .event__item-date {
    font-size: 1rem;
    line-height: 1rem;
    margin: 0 0 10px;
    letter-spacing: 0.05em;
  }
}
.event__item-comment {
  padding: 0;
  letter-spacing: 0.05em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 767px) {
  .event__item-comment {
    font-size: 0.75rem;
    line-height: 1rem;
    margin: 5px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .event__item-comment {
    font-size: 0.9rem;
    line-height: 1.3rem;
    margin: 8px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .topics {
    padding: 15px 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .topics {
    padding: 50px 0 100px;
  }
}
.topics .post__item {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .topics .post__item {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .topics .post__item {
    cursor: pointer;
    transition: 0.5s;
    margin: 0 11px;
  }
  .topics .post__item:hover h3 {
    color: #dd2e1e;
  }
  .topics .post__item:hover h3 a {
    color: #dd2e1e;
  }
  .topics .post__item:hover img {
    transform: scale(1.05);
  }
}
.topics .post__pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #f5f5f5;
  text-align: center;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .topics .post__pic {
    height: 110px;
    line-height: 110px;
    margin: 0 0 12px;
  }
}
@media only screen and (min-width: 768px) {
  .topics .post__pic {
    height: 160px;
    line-height: 160px;
    margin: 0 0 13px;
  }
}
.topics .post__pic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.3s;
}
.topics .post__pic a {
  text-decoration: none;
  color: #898989;
}
.topics .post__caption {
  border-bottom: solid 1px #e6e6e6;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .topics .post__caption {
    height: 120px;
    padding: 0 0 8px;
  }
}
@media only screen and (min-width: 768px) {
  .topics .post__caption {
    height: 130px;
    padding: 0 0 10px;
  }
}
.topics .post__caption h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  margin: 0;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .topics .post__caption h3 {
    font-size: 0.8rem;
    line-height: 1.4rem;
    height: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .topics .post__caption h3 {
    font-size: 0.9rem;
    line-height: 1.5rem;
    height: 72px;
  }
}
.topics .post__caption h3 a {
  color: #333;
  text-decoration: none;
}
.topics .post__caption h3 a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.topics .post__caption .cat {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .topics .post__caption .cat {
    font-size: 0.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .topics .post__caption .cat {
    font-size: 0.75rem;
    align-items: flex-end;
  }
}
.topics .post__caption .cat a {
  color: #e50112;
}
.topics .link {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .topics .link {
    justify-content: space-between;
    margin: 30px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .topics .link {
    justify-content: center;
    margin: 45px 0 0;
  }
}
.topics .link__item {
  border-radius: 2px;
  text-align: center;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .topics .link__item {
    width: 50%;
    height: 25px;
    line-height: 25px;
    font-size: 0.75rem;
  }
  .topics .link__item:first-child {
    border-right: 2px solid #d9d9d9;
  }
}
@media only screen and (min-width: 768px) {
  .topics .link__item {
    border: 2px solid #d9d9d9;
    width: 300px;
    height: 53px;
    line-height: 57px;
    margin: 0 13px;
    transition: 0.3s;
    font-size: 0.95rem;
  }
  .topics .link__item:hover {
    border: 2px solid #e50112;
  }
  .topics .link__item:hover a {
    color: #e50112;
  }
}
.topics .link__item a {
  width: 100%;
  display: block;
  position: relative;
}
.topics .link__item a::before {
  content: "";
  display: inline-block;
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  transform: rotate(45deg);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .topics .link__item a::before {
    top: -2px;
    margin: 0 -7px 0 0;
    width: 3px;
    height: 3px;
  }
}
@media only screen and (min-width: 768px) {
  .topics .link__item a::before {
    top: -3px;
    margin: 0 -8px 0 0;
    width: 3.5px;
    height: 3.5px;
  }
}
.topics .link__item a span::before {
  content: "";
  display: inline-block;
  background: #E50112;
  border-radius: 50%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .topics .link__item a span::before {
    top: 1px;
    margin: 0 7px 0 0;
    width: 11px;
    height: 11px;
  }
}
@media only screen and (min-width: 768px) {
  .topics .link__item a span::before {
    top: 1px;
    margin: 0 10px 0 0;
    width: 13px;
    height: 13px;
  }
}

.outline {
  background: #f5f5f5;
}
@media only screen and (max-width: 767px) {
  .outline {
    padding: 60px 0 80px;
  }
}
@media only screen and (min-width: 768px) {
  .outline {
    padding: 100px 0 120px;
  }
}
@media only screen and (min-width: 768px) {
  .outline__content {
    max-width: 1170px;
    width: calc(100% - 35px);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .outline__info {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .outline__info {
    margin: 0 0 60px;
  }
}
.outline__info dl {
  display: flex;
  margin: 0;
  border-top: #d2d2d2 solid 1px;
}
@media only screen and (max-width: 767px) {
  .outline__info dl {
    flex-direction: column;
    padding: 25px 0;
  }
}
@media only screen and (min-width: 768px) {
  .outline__info dl {
    padding: 30px 25px;
  }
}
.outline__info dl:last-child {
  border-bottom: #d2d2d2 solid 1px;
}
.outline__info dl dt {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .outline__info dl dt {
    line-height: 100%;
    margin: 0 0 8px;
  }
}
@media only screen and (min-width: 768px) {
  .outline__info dl dt {
    width: 20%;
    margin: 0;
    align-self: center;
  }
}
.outline__info dl dd {
  margin: 0;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .outline__info dl dd {
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .outline__info dl dd {
    width: 70%;
    line-height: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .outline__access__map {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .outline__access__map {
    margin: 0 auto 35px;
  }
}

.en .koshin {
  letter-spacing: 0.03rem;
}
@media only screen and (min-width: 768px) {
  .en .koshin {
    width: 200px;
    font-size: 0.98rem;
  }
}
@media only screen and (min-width: 1200px) {
  .en .koshin {
    width: 225px;
  }
}
.en .koshin::after {
  border-top: solid 3px #bd1e0f;
  border-right: solid 3px #bd1e0f;
}
@media only screen and (min-width: 768px) {
  .en .update__content {
    width: calc(100% - 200px);
  }
}
@media only screen and (min-width: 1200px) {
  .en .update__content {
    width: calc(100% - 225px);
  }
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

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

.global_head {
  margin: 0;
  position: relative;
  z-index: 99;
}/*# sourceMappingURL=home.css.map */