@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gothic+A1:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  position: relative;
  color: #333;
}

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

a {
  color: #7493a2;
  text-decoration: none;
}
@media only screen and (min-width: 1200px) {
  a:hover {
    text-decoration: underline;
  }
}

@media only screen and (min-width: 768px) {
  .wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
}

h2 {
  text-align: center;
  line-height: 100%;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 1.5rem;
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 2.3rem;
    margin: 0 0 50px;
  }
}
h2 span {
  display: block;
  font-weight: 500;
  letter-spacing: 0.1rem;
  margin: 5px 0 0;
}
@media only screen and (max-width: 767px) {
  h2 span {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  h2 span {
    font-size: 0.9rem;
  }
}

.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: #333;
  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;
  }
}

.head-area {
  font-family: "Noto Sans JP";
  background: #F5302A;
}
@media only screen and (max-width: 767px) {
  .head-area {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 90;
  }
}
@media only screen and (min-width: 768px) {
  .head-area {
    top: 0;
    left: 0;
    width: 220px;
  }
}
.head-area .inner {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .head-area .head-nav {
    order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .head-area .head-nav {
    height: 714px;
  }
}
@media only screen and (max-width: 767px) {
  .head-area .head-nav .head-logo {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .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);
  }
}
.head-area .head-nav ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .head-area .head-nav ul {
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .head-area .head-nav ul {
    flex-direction: column;
  }
}
.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) {
  .head-area .head-nav ul li {
    justify-content: center;
    width: 90px;
    height: 70px;
    line-height: 1.2rem;
    padding: 5px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    text-align: center;
  }
  .head-area .head-nav ul li:last-of-type {
    border: none;
  }
}
@media only screen and (min-width: 768px) {
  .head-area .head-nav ul li {
    height: 90px;
    padding: 0 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    text-align: left;
  }
  .head-area .head-nav ul li:hover {
    background: #f84a45;
    transition: 0.3s;
  }
}
.head-area .head-nav ul li span {
  color: #fff;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .head-area .head-nav ul li span {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .head-area .head-nav ul li span {
    display: block;
    font-size: 0.8rem;
  }
}
.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) {
  .head-area .head-nav ul li a {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .head-area .head-nav ul li a {
    font-size: 1.05rem;
  }
}
.head-area .head-nav ul li a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .head-area .head-nav ul li span {
    display: none;
  }
}
.head-area .head-nav ul .soon {
  opacity: 0.5;
  cursor: default;
  pointer-events: none !important;
}
.head-area .head-nav ul .soon:hover::after {
  width: 0;
}
.head-area .head-nav ul .soon a {
  pointer-events: none !important;
}
.head-area .head-nav ul .soon a::after {
  pointer-events: none !important;
}
@media only screen and (min-width: 768px) {
  .head-area .head-nav ul .sponly {
    display: none;
  }
}
.head-area .head-sub {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .head-area .head-sub {
    order: 1;
    background: #F5302A;
    height: 55px;
    padding: 0 0 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
@media only screen and (min-width: 768px) {
  .head-area .head-sub {
    height: 86px;
    line-height: 86px;
  }
}
@media only screen and (max-width: 767px) {
  .head-area .head-sub__inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    height: 55px;
  }
}
.head-area .head-sub .logo {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .head-area .head-sub .logo {
    text-align: left;
  }
  .head-area .head-sub .logo img {
    width: auto;
    height: 33px;
  }
}
@media only screen and (min-width: 768px) {
  .head-area .head-sub .logo {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .head-area .head-sub .sub_container {
    text-align: center;
  }
}
.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) {
  .head-area .head-sub .sub_container .lang {
    display: flex;
  }
}
.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) {
  .head-area .head-sub .sub_container .lang__item {
    width: 70px;
    height: 55px;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
@media only screen and (min-width: 768px) {
  .head-area .head-sub .sub_container .lang__item {
    width: 50%;
    height: 86px;
  }
  .head-area .head-sub .sub_container .lang__item:hover {
    background: #f84a45;
    transition: 0.3s;
  }
}
@media only screen and (min-width: 768px) {
  .head-area .head-sub .sub_container .lang__item:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
}
.head-area .head-sub .sub_container .lang__item.lang-select {
  pointer-events: none;
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .head-area .head-sub .sub_container .lang__item.lang-select {
    display: none;
  }
}
.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) {
  .head-area .head-sub .sub_container .lang a {
    font-size: 0.8rem;
    letter-spacing: 0.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .head-area .head-sub .sub_container .lang a {
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }
}
.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) {
  .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) {
  .head-area .head-sub .sub_container .lang a::before {
    width: 23px;
    height: 22px;
    top: 5px;
    margin-right: 9px;
  }
}
.head-area .head-sub .sub_container .lang a:hover {
  opacity: 0.9;
  transition: 0.3s;
}
.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;
    -ms-scroll-snap-type: y mandatory;
        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;
}

@media only screen and (max-width: 767px) {
  .section {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .section {
    max-width: 1100px;
    width: calc(100% - 45px);
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .content {
    padding: 50px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .content {
    padding: 80px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .content .oshirase {
    padding: 0 0 55px;
  }
}
@media only screen and (min-width: 768px) {
  .content .oshirase {
    padding: 0 0 100px;
  }
}
.content .oshirase dl {
  margin: 0 0 10px;
  padding: 40px 30px;
  background: #f5f2f2;
}
@media only screen and (max-width: 767px) {
  .content .oshirase dl {
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .content .oshirase dl {
    text-align: center;
  }
}
.content .oshirase dl:last-child {
  margin: 0;
}
.content .oshirase dt {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .content .oshirase dt {
    font-size: 1.05rem;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .content .oshirase dt {
    font-size: 1.1rem;
    margin: 0 0 13px;
  }
}
.content .oshirase dd {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .content .oshirase dd {
    line-height: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .content .event {
    padding: 0 0 55px;
  }
}
@media only screen and (min-width: 768px) {
  .content .event {
    padding: 0 0 50px;
  }
}
@media only screen and (min-width: 768px) {
  .content .event .section {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .content .event h2 {
    margin: 0 0 55px;
  }
}
@media only screen and (min-width: 768px) {
  .content .event h2 {
    margin: 0 0 75px;
  }
}
.content .event__block {
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .content .event__block {
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .content .event__block {
    margin: 0 0 55px;
  }
}
.content .event__block:last-child {
  margin: 0;
}
.content .event__block::before {
  content: "";
  width: 100%;
  background-color: #f5f2f2;
  position: absolute;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .content .event__block::before {
    height: 90px;
    top: -15px;
  }
}
@media only screen and (min-width: 768px) {
  .content .event__block::before {
    height: 120px;
    top: -30px;
  }
}
.content .event__date {
  font-family: "Oswald", sans-serif;
  display: inline-block;
  z-index: 10;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .content .event__date {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .content .event__date {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    margin: -7px 20px 0 0;
    display: flex;
  }
}
.content .event__date span {
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .content .event__date span {
    font-size: 0.9rem;
    margin-left: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .content .event__date span {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .content .event__container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.content .event__item {
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .content .event__item {
    margin: 0 0 35px;
  }
  .content .event__item:last-of-type {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .content .event__item {
    margin: 0 0 40px;
    width: 48.7%;
    cursor: pointer;
  }
  .content .event__item:hover .event__item-pic {
    transition: 0.3s;
    opacity: 0.8;
  }
  .content .event__item:hover .event__item-text {
    transition: 0.3s;
    color: #dd2e1e !important;
  }
  .content .event__item:hover a {
    transition: 0.3s;
    color: #dd2e1e !important;
  }
}
.content .event__item-pic figure {
  margin: 0;
}
.content .event__item-text {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .content .event__item-text {
    margin: 18px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .content .event__item-text {
    margin: 20px 0 0;
  }
}
.content .event__item-name {
  padding: 0;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .content .event__item-name {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .content .event__item-name {
    font-size: 1.2rem;
    line-height: 1.63rem;
  }
}
.content .event__item-name a {
  text-decoration: none;
  color: #333;
}
.content .event__item-name a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.content .event__item-date {
  padding: 0;
  border-left: #b7b7b7 solid 4px;
  padding-left: 7px;
}
@media only screen and (max-width: 767px) {
  .content .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) {
  .content .event__item-date {
    font-size: 1rem;
    line-height: 1rem;
    margin: 0 0 10px;
    letter-spacing: 0.05em;
  }
}
.content .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) {
  .content .event__item-comment {
    font-size: 0.75rem;
    line-height: 1rem;
    margin: 5px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .content .event__item-comment {
    font-size: 0.9rem;
    line-height: 1.3rem;
    margin: 8px 0 0;
  }
}

.info {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  background: #f5f2f2;
}
@media only screen and (max-width: 767px) {
  .info {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 768px) {
  .info {
    padding: 80px 0 90px;
  }
}
.info__inner {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .info__gaiyo {
    width: 100%;
    margin: 0 0 35px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 768px) {
  .info__gaiyo {
    margin: 0 0 50px;
  }
}
.info__gaiyo dl {
  display: flex;
  width: 100%;
  margin: 0;
  border-top: #d2d2d2 solid 1px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .info__gaiyo dl {
    flex-direction: column;
    font-size: 0.95rem;
    padding: 20px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .info__gaiyo dl {
    padding: 27px 25px;
  }
}
.info__gaiyo dl:last-of-type {
  border-bottom: #d2d2d2 solid 1px;
  margin: 0;
}
.info__gaiyo dl dt {
  margin: 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .info__gaiyo dl dt {
    width: 24%;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .info__gaiyo dl dt {
    width: 20%;
    display: flex;
    align-items: center;
  }
}
.info__gaiyo dl dt span {
  color: #000;
  font-weight: bold;
}
.info__gaiyo dl dd {
  font-weight: 400;
  margin: 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .info__gaiyo dl dd {
    width: 76%;
    line-height: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .info__gaiyo dl dd {
    width: 70%;
    padding: 0;
  }
}
.info__gaiyo dl dd p {
  margin: 0 0 15px;
  line-height: 1.6rem;
}
.info__gaiyo dl dd p:last-child {
  margin: 0;
}
.info__gaiyo .info-address {
  font-size: 0.9rem;
  line-height: 1.6rem !important;
}
@media only screen and (max-width: 767px) {
  .info__twitter {
    text-align: center;
    margin: 30px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .info__twitter {
    display: none;
  }
}
.info__twitter-head {
  font-family: "Noto Sans JP";
  color: #333;
  background: #fff;
  padding: 0;
  text-align: left;
  margin: 0 auto 15px;
  padding: 10px 15px;
  line-height: 100%;
  display: flex;
  border-radius: 5px;
}
.info__twitter-head span {
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.info__twitter span {
  margin-right: 13px;
}
.info__twitter span::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f099";
  font-weight: 900;
  color: #1DA1F2;
  position: relative;
  font-size: 1.7rem;
  top: 7px;
}
.info__twitter-ttl {
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
}
.info__twitter-account {
  margin: 5px 0 0;
  line-height: 100%;
  font-size: 0.75rem;
}
.info__twitter iframe.twitter-timeline {
  width: 100% !important;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .info__twitter iframe.twitter-timeline {
    height: 350px !important;
  }
}
@media only screen and (min-width: 768px) {
  .info__twitter iframe.twitter-timeline {
    height: 400px !important;
  }
}
@media only screen and (max-width: 767px) {
  .info__access {
    width: 100%;
  }
}
.info__access iframe {
  height: 350px;
}

@media only screen and (max-width: 767px) {
  .prod {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .prod {
    margin: 0 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .prod__ttl {
    margin: 0 0 15px;
    font-size: 1.5rem;
    line-height: 1.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod__ttl {
    font-size: 3.3rem;
    line-height: 3.3rem;
    margin: 0 0 35px;
    display: flex;
    align-items: baseline;
  }
}
.prod__container {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .prod__container {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .prod__container {
    justify-content: center;
  }
}
.prod__item {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .prod__item {
    width: 48%;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__item {
    width: 19%;
    margin: 0 5px 30px;
  }
}
.prod__item:hover .prod__pic {
  opacity: 0.8;
  transition: 0.5s;
}
.prod__item:hover a {
  text-decoration: underline;
}
.prod__name {
  font-weight: 500;
  text-align: center;
  margin: 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .prod__name {
    font-size: 1.05rem;
    line-height: 1.4rem;
  }
}
.prod__name a {
  color: #000;
  text-decoration: none;
}
.prod__name a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

.foot_area {
  background: #2C2C2C;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .foot_area {
    padding: 30px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .foot_area {
    padding: 35px 0;
  }
}
.foot_area .inner {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .foot_area .inner {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .foot_area .inner {
    max-width: 1200px;
    width: calc(100% - 45px);
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
  }
}
.foot_area .inner .foot_info {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .foot_area .inner .foot_info {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .foot_area .inner .foot_info {
    align-items: center;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .foot_area .inner .foot_info .foot_logo {
    width: 40%;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .foot_area .inner .foot_info .foot_logo {
    width: 190px;
    margin-right: 30px;
  }
}
.foot_area .inner .foot_info .text {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .foot_area .inner .foot_info .text {
    font-size: 0.85rem;
    line-height: 1.8em;
  }
}
@media only screen and (min-width: 768px) {
  .foot_area .inner .foot_info .text {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .foot_area .inner .sns_container {
    margin: 20px 0 0;
  }
}
.foot_area .inner .sns_container .sns .sns-twitter span {
  text-align: right;
  background: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.foot_area .inner .sns_container .sns .sns-twitter span::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f099";
  font-weight: 900;
  color: #2C2C2C;
}
@media only screen and (max-width: 767px) {
  .foot_area .inner .sns_container .sns .sns-twitter span::before {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .foot_area .inner .sns_container .sns .sns-twitter span::before {
    font-size: 1.2rem;
  }
}
.foot_area .inner .sns_container .sns a {
  color: #fff;
  text-decoration: none;
}
.foot_area .inner .sns_container .sns a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

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

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

.global_head {
  margin: 0;
  padding: 0;
}

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