html, body {
  margin: 0;
  padding: 0;
  font-family: Hiragino Sans;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
@media (min-width: 1440px) {
  html, body {
    background-size: 100%;
  }
}
@media (max-width: 1440px) {
  html, body {
    min-width: 100vw;
  }
}

a, a:visited, a:hover, a:active {
  color: #FB4C69;
}

.bg-wave-top, .bg-wave-bottom {
  position: absolute;
  background-image: url("../images/bg_wave_top.png");
  background-repeat: repeat-x;
  background-size: 338px 120px;
  background-position: center;
  width: 100%;
  height: 120px;
}
.bg-wave-top.brown, .bg-wave-bottom.brown {
  background-image: url("../images/bg_wave_brown_top.png");
}

.bg-wave-bottom {
  background-image: url("../images/bg_wave_bottom.png");
  margin-top: -120px;
  position: relative;
  z-index: 10;
}
.bg-wave-bottom.brown {
  background-image: url("../images/bg_wave_brown_bottom.png");
}

.nav-wave {
  background: url("../images/navbar_bottom.png") repeat-x 0 0;
  background-size: 236px 85px;
  height: 85px;
}

#navbar-primary {
  padding: 30px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  #navbar-primary {
    padding: 0px;
  }
}
#navbar-primary .menu {
  max-width: 1024px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #navbar-primary .menu {
    display: none;
  }
}
#navbar-primary .menu-collapsed {
  display: none;
  margin: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #navbar-primary .menu-collapsed {
    display: inherit;
  }
}
#navbar-primary .menu-collapsed .container {
  position: relative;
  height: 100%;
}
@media (min-width: 576px) {
  #navbar-primary .menu-collapsed .container {
    max-width: none;
  }
}
#navbar-primary .navbar-toggle {
  display: none;
  text-align: right;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #navbar-primary .navbar-toggle {
    display: inherit;
  }
}
#navbar-primary .logo-row {
  margin-top: 94px;
}
#navbar-primary .logo-row img {
  margin-bottom: 30px;
  width: 100%;
}
#navbar-primary .menu-row {
  z-index: 1;
  padding-top: 40px;
}
#navbar-primary .menu-row ul {
  list-style-type: none;
  padding-left: 0px;
}
#navbar-primary .menu-row ul li {
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  #navbar-primary .menu-row {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #navbar-primary .menu-row {
    position: absolute;
    margin: 0 auto;
    width: 100%;
  }
  #navbar-primary .menu-row ul {
    display: none;
    margin: 40px auto auto auto;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px;
    margin: 0 auto;
  }
  #navbar-primary .menu-row ul li {
    height: 28px;
  }
  #navbar-primary .menu-row ul li:last-child {
    margin-bottom: 0px;
  }
}
#navbar-primary .twitter-row {
  padding: 40px 0px 0px 40px;
}
#navbar-primary .twitter-row img {
  max-width: 410px;
  min-width: 300px;
  max-height: 210px;
  min-height: 160px;
  width: 30vw;
  height: 15vw;
  transition: 0.2s all;
}
#navbar-primary .twitter-row a:hover img {
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  #navbar-primary .twitter-row {
    padding: 0px 0px 0px 20px;
  }
}
@media screen and (max-width: 768px) {
  #navbar-primary .twitter-row {
    justify-content: center;
    margin-top: 30px;
  }
  #navbar-primary .twitter-row img {
    width: 98vw;
    height: 50vw;
  }
}
#navbar-primary.open .menu-row ul {
  display: block;
}
#navbar-primary .main-image {
  width: 100%;
  height: auto;
}
#navbar-primary .title {
  width: 96%;
  margin: auto;
}
#navbar-primary .sub-image {
  position: absolute;
  right: -10%;
  width: 50%;
  bottom: 7%;
}
@media screen and (max-width: 768px) {
  #navbar-primary .sub-image {
    right: 0;
    width: 55%;
    top: 46%;
  }
}

#expand-button {
  background-image: url("../images/hamburger.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50px;
  width: 50px;
  background-color: rgba(255, 255, 255, 0);
  border: 0;
}

.menu-item {
  height: 32px;
  margin: 0;
  border: 0;
  padding: 0;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .menu-item {
    width: 200px;
    height: 30px;
  }
}

#navbar-primary-second.bg-wave-top {
  position: relative;
  background: url("../images/navbar/navbar_top.png") repeat-x 0 0;
  background-size: 236px 105px;
  height: 105px;
}
#navbar-primary-second .logo-row img {
  width: 100%;
  height: 105px;
  object-fit: contain;
  padding: 16px;
}
#navbar-primary-second .menu-row {
  padding-top: 12px;
}
@media screen and (max-width: 1200px) {
  #navbar-primary-second .menu-row {
    display: none;
  }
}
#navbar-primary-second .menu-item {
  width: auto;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  transition: 0.2s all;
}
#navbar-primary-second .menu-item img {
  display: block;
}
#navbar-primary-second .menu-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#navbar-primary-second .hamburger-row {
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
}
@media screen and (max-width: 1200px) {
  #navbar-primary-second .hamburger-row {
    display: inherit;
  }
}

#collapsed-navbar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: right;
  z-index: 100;
}
#collapsed-navbar.open {
  display: inherit;
}
#collapsed-navbar .row {
  padding: 10px 0px;
}
#collapsed-navbar .row:active {
  background-color: rgba(255, 255, 255, 0.5);
}
#collapsed-navbar button {
  color: white;
  font-size: 40px;
  border: 1px solid white;
  background-color: transparent;
  border-radius: 100%;
  height: 75px;
  width: 75px;
  margin: 20px 30px 0px 30px;
  outline: none;
  padding: 0px 0px 5px 0px;
}

[id^=nav-] {
  transition: 0.2s all;
}

#nav-news {
  background-image: url("../images/navbar/nav_news_off.png");
}
#nav-news:hover {
  background-image: url("../images/navbar/nav_news_on.png");
}

#nav-onair {
  background-image: url("../images/navbar/nav_onair_off.png");
}
#nav-onair:hover {
  background-image: url("../images/navbar/nav_onair_on.png");
}

#nav-staffcast {
  background-image: url("../images/navbar/nav_staffcast_off.png");
}
#nav-staffcast:hover {
  background-image: url("../images/navbar/nav_staffcast_on.png");
}

#nav-story {
  background-image: url("../images/navbar/nav_story_off.png");
}
#nav-story:hover {
  background-image: url("../images/navbar/nav_story_on.png");
}

#nav-character {
  background-image: url("../images/navbar/nav_character_off.png");
}
#nav-character:hover {
  background-image: url("../images/navbar/nav_character_on.png");
}

#nav-cddvdbd {
  background-image: url("../images/navbar/nav_cddvdbd_off.png");
}
#nav-cddvdbd:hover {
  background-image: url("../images/navbar/nav_cddvdbd_on.png");
}

#nav-goods {
  background-image: url("../images/navbar/nav_goods_off.png");
}
#nav-goods:hover {
  background-image: url("../images/navbar/nav_goods_on.png");
}

#nav-movie {
  background-image: url("../images/navbar/nav_movie_off.png");
}
#nav-movie:hover {
  background-image: url("../images/navbar/nav_movie_on.png");
}

#nav-special {
  background-image: url("../images/navbar/nav_special_off.png");
}
#nav-special:hover {
  background-image: url("../images/navbar/nav_special_on.png");
}

.sp-menu {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sidebar-container {
  max-height: 1024px;
}
@media screen and (max-width: 991px) {
  .sidebar-container {
    border-bottom: 3px solid black;
  }
}

#navbar-secondary {
  padding: 10px;
}
#navbar-secondary .logo-row {
  margin-bottom: 30px;
}
#navbar-secondary .logo-row img {
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  #navbar-secondary .logo-row {
    margin-bottom: 0px;
  }
  #navbar-secondary .logo-row img {
    height: 60px;
    width: 130px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #navbar-secondary .logo-row img {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  #navbar-secondary .menu-row {
    height: 0px;
    overflow: hidden;
  }
}
#navbar-secondary .image-row img {
  max-height: 425px;
}
@media screen and (max-width: 991px) {
  #navbar-secondary .image-row {
    display: none;
  }
}
#navbar-secondary .hamburger-col {
  padding-right: 10px;
  display: none;
}
@media screen and (max-width: 991px) {
  #navbar-secondary .hamburger-col {
    display: inherit;
  }
}
@media screen and (max-width: 991px) {
  #navbar-secondary.open .menu-row {
    padding: 20px 0px;
    height: 420px;
  }
  #navbar-secondary.open .menu-row li {
    text-align: center;
  }
}

#promos {
  background-image: linear-gradient(#75B370, #A9D08D);
}
#promos .foreground {
  padding: 220px;
  background-image: radial-gradient(rgba(255, 255, 255, 0.3) 20%, transparent 0), radial-gradient(rgba(255, 255, 255, 0.3) 20%, transparent 0);
  background-size: 12px 12px;
  background-position: 0 0, 18px 18px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #promos .foreground {
    padding: 160px 10px;
  }
}
#promos .iframe-wrapper {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #promos .iframe-wrapper {
    margin-top: 20px;
  }
}
#promos iframe {
  max-width: 270px;
  width: 100%;
  height: 180px;
  border-radius: 10px;
  border: 4px solid #F6EF94;
}
@media screen and (max-width: 768px) {
  #promos .title-image {
    width: 300px;
    height: 77px;
  }
}

.page {
  font-family: HiraKakuPro-W3;
  max-width: 954px;
  margin: 50px auto;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .page {
    width: 100%;
  }
}
.page section {
  margin: 0 auto;
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
}
.page section h2, .page section .section-header {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  background: linear-gradient(#61ac69, #b4d69a);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #fff;
  margin: 0;
  padding: 25px;
}
.page section h2.short, .page section .section-header.short {
  padding: 10px;
  width: 30%;
  min-width: 200px;
  font-size: 20px;
}
.page section h2.middle, .page section .section-header.middle {
  padding: 20px;
  width: 40%;
  min-width: 250px;
  font-size: 20px;
}
.page section .section-content {
  background-color: #fffef1;
  padding: 25px;
  border: 3px solid #b4d69a;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  word-break: break-all;
  word-wrap: break-word;
}
.page section .section-content.centered {
  text-align: center;
}
.page section .section-content table {
  width: 100%;
}
.page section .section-content table tr {
  border-bottom: 2px dotted #62ad6a;
}
.page section .section-content table th, .page section .section-content table td {
  padding: 15px 10px;
}
.page section .section-content table th {
  font-weight: bold;
  color: #fb4c69;
  text-align: left;
}
.page section .section-content table td {
  text-align: right;
  color: #493f3e;
}
.page section .section-content table td.centered {
  text-align: center;
}
.page section .section-content h1, .page section .section-content .post-title {
  font-size: 20px;
  font-weight: bold;
  color: #fb4c69;
  border-bottom: 2px dotted #62ad6a;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.page section .section-content p {
  margin: 15px 0;
}
.page section .section-content .wp-block-embed-youtube iframe {
  margin: 16px 10% 8px;
  width: 80%;
}
.page section .section-content figcaption {
  text-align: center;
}
.page section .section-content .wp-block-image img {
  height: auto;
  object-fit: contain;
}
.page section .section-content .onair-list dl {
  height: 102px;
  padding: 15px 10px;
  border-bottom: 2px dotted #62ad6a;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page section .section-content .onair-list dl dt, .page section .section-content .onair-list dl dd {
  font-size: 21px;
}
.page section .section-content .onair-list dl dt {
  width: 164px;
  margin-right: 50px;
  font-weight: bold;
  color: #fb4c69;
}
.page section .section-content .onair-list dl dd:first-of-type {
  width: 267px;
}
.page section .section-content .onair-list dl dd + dd {
  margin-left: 60px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .page section .ta-center {
    margin-top: 15px;
  }
  .page section .section-content {
    padding: 2vw;
  }
  .page section .section-content .onair-list dl dt, .page section .section-content .onair-list dl dd {
    font-size: 3.75vw;
  }
  .page section .section-content .onair-list dl dt {
    width: 30vw;
    margin-right: 3vw;
  }
  .page section .section-content .onair-list dl dd:first-of-type {
    width: 31vw;
  }
  .page section .section-content .onair-list dl dd + dd {
    margin-left: 0;
  }
}
.page section .section-content-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
.page section .section-content-item li {
  margin-bottom: 50px;
  list-style: none;
}
.page section .section-content-item li img {
  width: 450px;
  display: block;
}
@media screen and (max-width: 768px) {
  .page section .section-content-item li img {
    width: 100%;
  }
}
.page p.centered {
  text-align: center;
}
.page .ta-center {
  text-align: center;
}
.page a.text-link {
  font-weight: bold;
  color: #fb4c69;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.page a.text-link:visited {
  color: #fb4c69;
}
.page .fs23 {
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  .page .fs23 {
    font-size: 4.8vw;
  }
}
.page h1.page-title {
  text-indent: -9999px;
  background: no-repeat center center;
  background-size: auto;
  max-width: 100%;
  width: auto;
  height: 132px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page h1.page-title {
    height: 35.9375vw;
    background-size: 100% auto;
  }
}
.page.onair h1 {
  background-image: url(../images/ttl_onair.png?20180122);
}
@media screen and (max-width: 768px) {
  .page.onair h1 {
    background-image: url(../images/ttl_sp_onair.png?201900606);
  }
}
.page.staffcast h1 {
  background-image: url(../images/ttl_staffcast.png?20180122);
}
@media screen and (max-width: 768px) {
  .page.staffcast h1 {
    background-image: url(../images/ttl_sp_staffcast.png?201900606);
  }
}
.page.story h1 {
  background-image: url(../images/ttl_story.png?20180122);
}
@media screen and (max-width: 768px) {
  .page.story h1 {
    background-image: url(../images/ttl_sp_story.png?201900606);
  }
}
.page.character h1 {
  background-image: url(../images/ttl_character.png?20180122);
}
@media screen and (max-width: 768px) {
  .page.character h1 {
    background-image: url(../images/ttl_sp_character.png?201900606);
  }
}
.page.news h1 {
  background-image: url(../images/ttl_news.png?20190606);
}
@media screen and (max-width: 768px) {
  .page.news h1 {
    background-image: url(../images/ttl_sp_news.png?201900606);
  }
}
.page.disc h1 {
  background-image: url(../images/ttl_disc.png?20180122);
}
@media screen and (max-width: 768px) {
  .page.disc h1 {
    background-image: url(../images/ttl_sp_disc.png?201900606);
  }
}
.page.goods h1 {
  background-image: url(../images/ttl_goods.png?20180122);
}
@media screen and (max-width: 768px) {
  .page.goods h1 {
    background-image: url(../images/ttl_sp_goods.png?201900606);
  }
}
.page.movie h1 {
  background-image: url(../images/ttl_movie.png?20180122);
}
@media screen and (max-width: 768px) {
  .page.movie h1 {
    background-image: url(../images/ttl_sp_movie.png?201900606);
  }
}
.page.special h1 {
  background-image: url(../images/ttl_special.png?20180122);
}
@media screen and (max-width: 768px) {
  .page.special h1 {
    background-image: url(../images/ttl_sp_special.png?201900606);
  }
}
.page.forums h1 {
  background-image: url(../images/ttl_forum.png);
}
@media screen and (max-width: 768px) {
  .page.forums h1 {
    background-image: url(../images/ttl_forum.png);
  }
}
.page.story p.title {
  text-indent: -9999px;
  background: url(../images/text_story.png?20180122) no-repeat top center;
  background-size: 100% auto;
  min-height: 220px;
}
.page.character ul.anchor {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.page.character ul.anchor li {
  position: relative;
  margin: 0;
  padding: 0;
  flex: 1 1 12.5%;
}
.page.character ul.anchor li:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.page.character ul.anchor li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: no-repeat center center;
  background-size: 100% auto;
  text-indent: -9999px;
}
.page.character ul.anchor li.character1 a {
  background-image: url(../images/character_01_menu.png);
}
.page.character ul.anchor li.character2 a {
  background-image: url(../images/character_02_menu.png);
}
.page.character ul.anchor li.character3 a {
  background-image: url(../images/character_03_menu.png);
}
.page.character ul.anchor li.character4 a {
  background-image: url(../images/character_04_menu.png);
}
.page.character ul.anchor li.character5 a {
  background-image: url(../images/character_05_menu.png);
}
.page.character ul.anchor li.character6 a {
  background-image: url(../images/character_06_menu.png);
}
.page.character ul.anchor li.character7 a {
  background-image: url(../images/character_07_menu.png);
}
.page.character ul.anchor li.character8 a {
  background-image: url(../images/character_08_menu.png);
}
.page.character .detail {
  position: relative;
}
.page.character .detail:before {
  content: "";
  display: block;
  padding-top: 70%;
}
.page.character .detail h2 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-indent: -9999px;
  background: no-repeat center center;
  background-size: 100% auto;
}
.page.character .detail p {
  display: none;
}
.page.character .detail.character1 h2 {
  background-image: url(../images/character_01.png);
}
.page.character .detail.character2 h2 {
  background-image: url(../images/character_02.png);
}
.page.character .detail.character3 h2 {
  background-image: url(../images/character_03.png);
}
.page.character .detail.character4 h2 {
  background-image: url(../images/character_04.png);
}
.page.character .detail.character5 h2 {
  background-image: url(../images/character_05.png);
}
.page.character .detail.character6 h2 {
  background-image: url(../images/character_06.png);
}
.page.character .detail.character7 h2 {
  background-image: url(../images/character_07.png);
}
.page.character .detail.character8 h2 {
  background-image: url(../images/character_08.png);
}
.page.movie .movies {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.page.movie .movies .iframe-wrapper {
  flex: 0 1 49%;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
.page.movie .movies .iframe-wrapper:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.page.movie .movies .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #f6ef94;
}
@media screen and (max-width: 768px) {
  .page.movie .movies {
    flex-flow: column wrap;
  }
}
.page.goods .goods-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.page.goods .goods-list li {
  flex: 0 1 30%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .page.goods .goods-list li {
    flex: 0 1 45%;
  }
}
@media screen and (max-width: 500px) {
  .page.goods .goods-list li {
    flex: 0 1 100%;
  }
}
.page.goods .goods-list li .image {
  position: relative;
}
.page.goods .goods-list li .image:before {
  display: block;
  content: "";
  padding-top: 100%;
}
.page.goods .goods-list li .image .inner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: #fb4c69;
  border-radius: 6px;
  padding: 10px;
}
.page.goods .goods-list li .image .inner:hover {
  opacity: 0.9;
}
.page.goods .goods-list li .image .inner .image-holder {
  position: relative;
  height: 100%;
  cursor: pointer;
}
.page.goods .goods-list li .image .inner .image-holder img {
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.page.goods .goods-list li h3 {
  padding: 12px 0;
  color: #493f3e;
  font-size: 16px;
  font-weight: bold;
}
.page.goods .goods-list li h3 a {
  color: #493f3e;
}

@media screen and (max-width: 768px) {
  .news-top {
    padding-top: 0 !important;
  }
}

.news {
  font-family: HiraKakuPro-W3;
  margin-top: 0;
  padding-top: 50px;
}
.news .bg-news-wave {
  margin-top: 817px;
  margin-top: 599px;
  height: 556px;
}
@media screen and (max-width: 768px) {
  .news .bg-news-wave {
    display: none;
  }
}
.news .bg-news-wave img {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: -215px;
  margin-left: 33px;
  width: 1462px;
}
.news.two-rows {
  background-image: url("../images/bg_news_star.png");
  background-size: 1440px;
  background-position: top center;
}
.news.two-rows .bg-news-wave {
  margin-top: 965px;
}
@media screen and (max-width: 768px) {
  .news {
    background-image: none;
  }
}
.news .slide-wrapper {
  text-align: center;
  position: relative;
  z-index: 10;
}
.news .slide {
  max-width: 300px;
  width: 100%;
  margin: auto;
}
.news .slide:hover {
  cursor: pointer;
}
.news .news-thumbnail {
  height: 145px;
  background-color: #ffffff;
  border: solid 1px #979797;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
}
.news .news-thumbnail .jashinchan-logo {
  padding: 25px 40px;
}
.news .news-thumbnail img {
  width: 100%;
}
.news .content {
  margin-bottom: 20px;
  height: 200px;
  color: #FFFFFF;
  font-size: 16px !important;
  letter-spacing: 0;
  line-height: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 20px 15px;
  background: #E65064;
  overflow: hidden;
  text-align: justify;
}
.news .slide:nth-child(even) .content {
  background: #7882FF;
}
.news .date {
  font-weight: lighter;
}
.news h6 {
  margin-top: 10px;
  font-weight: bold;
}
.news p {
  font-weight: lighter;
}
.news .more-wrapper {
  text-align: center;
  margin-bottom: 220px;
}
@media screen and (max-width: 768px) {
  .news .more-wrapper {
    margin-bottom: 70px;
  }
}
.news .more {
  max-width: 300px;
  width: 100%;
  font-size: 20px;
  text-align: center;
  padding: 10px 15px;
  margin: auto;
  border: none;
  border-radius: 10px;
  font-weight: bold;
  background: #E65064;
  color: #ffffff;
  cursor: pointer;
  transition: 0.2s all;
}
.news .more:hover {
  background: rgba(230, 80, 100, 0.8);
}

#categories {
  position: relative;
  background-image: url("../images/bg_pattern.png");
  background-repeat: repeat;
  background-size: auto;
}
#categories .news {
  height: initial;
}
#categories .news.two-rows {
  height: initial;
  background-image: url("../images/bg_pattern.png");
  background-position: initial;
  background-size: auto;
}
#categories .bg-image-girl {
  position: absolute;
  right: 0;
  bottom: 25px;
  height: 303px;
  width: 337px;
  background-image: url("../images/bg_character01.png");
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #categories .bg-image-girl {
    display: none;
  }
}

.footer {
  background-color: #493F3E;
}
.footer .foreground {
  height: 100%;
  padding: 50px 0px 220px 0px;
}
@media screen and (max-width: 768px) {
  .footer .foreground {
    padding: 30px 0px 160px 0px;
  }
}
.footer.polkadots .foreground {
  padding: 220px;
  background-size: 12px 12px;
  background-position: 0 0, 18px 18px;
  background-image: radial-gradient(rgba(255, 255, 255, 0.3) 20%, transparent 0), radial-gradient(rgba(255, 255, 255, 0.3) 20%, transparent 0);
}
@media screen and (max-width: 768px) {
  .footer.polkadots .foreground {
    padding: 160px 0px;
  }
}
@media screen and (max-width: 768px) {
  .footer.polkadots .bg-wave-top {
    display: inherit;
  }
}
.footer .banner {
  text-align: center;
  padding-top: 30px;
}
.footer .banner img {
  width: 100%;
  max-width: 300px;
}
.footer .banner a:hover img {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .footer .banner {
    padding-top: 20px;
  }
  .footer .banner img {
    width: auto;
  }
}
.footer .sns-wrapper {
  margin-bottom: 16px;
}
.footer .sns-wrapper img {
  margin: 40px 20px 10px 20px;
}
@media screen and (max-width: 768px) {
  .footer .sns-wrapper img {
    margin: 20px 5px 10px 5px;
  }
}
.footer .sns-wrapper a:hover img {
  opacity: 0.8;
}
.footer .contact {
  max-width: 260px;
  width: 100%;
  font-size: 16px;
  text-align: center;
  padding: 8px 12px;
  margin: auto;
  border: none;
  border-radius: 10px;
  font-weight: bold;
  background: #E65064;
  color: #ffffff;
  cursor: pointer;
  transition: 0.2s all;
}
.footer .contact:hover {
  background: rgba(230, 80, 100, 0.8);
}

.copyright {
  height: 100px;
  color: #493F3E;
  font-size: 14px;
  padding: 40px;
  text-align: center;
}