@charset "UTF-8";
/*!
Theme Name: 配当アイランド
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
#header, .header .header-in, .site-name {
  aspect-ratio: 1280/300;
}

@media screen and (max-width: 1023px) {
  .header {
    padding-top: 48px;
  }
}
.header .header-in {
  min-height: auto;
}

.site-name {
  display: block;
  width: 100%;
  overflow: hidden;
}

.logo-text {
  padding: 0;
}

.site-name-text {
  display: block;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
}

/*佐伯*/
#wpadminbar {
  z-index: 2;
}

.c-review {
  text-align: center;
}

.color-pink {
  color: #F44F8F;
}

.mb00 {
  margin-bottom: 0 !important;
}

.hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hove:hover {
  opacity: 0.6;
}

.pc-750 {
  display: block;
}

.sp-750 {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc-750 {
    display: none;
  }
  .sp-750 {
    display: block;
  }
}
.wrap {
  max-width: 1296px;
  width: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-display: swap;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  counter-reset: number 0; /* number のカウンタを 0 にセット */
}

.hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hover:hover {
  opacity: 0.7;
}

/*header*/
#header-container .navi,
#navi .navi-in > .menu-header .sub-menu {
  background: #FFF;
}

#header-container .navi {
  height: 100px;
}
@media screen and (max-width: 1023px) {
  #header-container .navi {
    height: auto;
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
  }
}
#header-container .navi .navi-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 26px 26px;
  width: auto;
  max-width: initial;
}
@media screen and (max-width: 1023px) {
  #header-container .navi .navi-in {
    padding: 4px 20px;
  }
}
#header-container .navi .navi-in > ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  background: #FFF;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
#header-container .navi .navi-in > ul > li {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  #header-container .navi .navi-in > ul > li {
    width: 50px;
  }
}
#header-container .navi .navi-in > ul > li a picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header-container .navi .navi-in .mobile-nav {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1023px) {
  #header-container .navi .navi-in .mobile-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#header-container .navi .navi-in .mobile-nav li .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#header-container .navi .navi-in .mobile-nav li .menu span {
  display: block;
  margin: 0;
  border: none;
  width: 23px;
  height: 0.5vw;
  background: #000;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  position: absolute;
  top: 12px;
  left: 30%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header-container .navi .navi-in .mobile-nav li .menu span:nth-of-type(2) {
  top: 21px;
  height: 0.6vw;
}
#header-container .navi .navi-in .mobile-nav li .menu span:nth-of-type(3) {
  top: 30px;
  height: 0.6vw;
}
#header-container .navi .navi-in .mobile-nav li .close span {
  left: 30%;
}
#header-container .navi .navi-in .mobile-nav li .close span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 52%;
}
#header-container .navi .navi-in .mobile-nav li .close span:nth-of-type(2) {
  opacity: 0;
}
#header-container .navi .navi-in .mobile-nav li .close span:nth-of-type(3) {
  top: 30px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 52%;
}
#header-container .navi .navi-in h1 {
  width: 224px;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  #header-container .navi .navi-in h1 {
    width: 40%;
  }
}
#header-container .navi .navi-in h1 a {
  color: #000;
}

#navi .navi-in > ul > li > a {
  color: #000;
}

#header, .header .header-in, .site-name {
  aspect-ratio: initial;
}

.header {
  background: #70dfbd url(/wordpress/wp-content/uploads/2024/09/bg_image.png) repeat center center;
  /*詳細ページ*/
  /*一覧ページ*/
}
.header .header-in {
  margin: 0 auto;
  padding: 80px 0;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .header .header-in {
    padding: 30px 0;
  }
}
.header .header-in .catch-area-king {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media screen and (max-width: 600px) {
  .header .header-in .catch-area-king {
    gap: 30px;
  }
}
.header .header-in picture {
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .header .header-in picture {
    margin-top: 0;
  }
}
.header .header-in .app-list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  padding: 0;
}
@media screen and (max-width: 600px) {
  .header .header-in .app-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.header .header-in .app-list li {
  max-width: 200px;
}
.header .header-in-king {
  position: relative;
  padding: 80px 80px 140px;
}
@media screen and (max-width: 800px) {
  .header .header-in-king {
    padding: 40px 40px 80px;
  }
}
@media screen and (max-width: 480px) {
  .header .header-in-king {
    padding: 30px 30px 100px;
  }
}
.header .header-in-king .bnr-area {
  margin: 80px 40px 0;
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .header .header-in-king .bnr-area {
    position: initial;
    margin: 60px 0 0;
  }
}
.header .header-in-king .bnr-area a {
  display: inline-block;
}
.header .header-in-king .bnr-area a picture {
  display: inline-block;
  margin-top: 0;
}
.header .header-index-in {
  max-width: initial;
}
.header__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 0;
}
@media screen and (max-width: 834px) {
  .header__single {
    padding: 40px;
  }
}
.header__single-thumbnail img {
  border-radius: 20px;
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 0;
}
@media screen and (max-width: 834px) {
  .header__list {
    padding: 40px;
  }
}
.header__list-thumbnail h1 {
  font-size: 64px;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .header__list-thumbnail h1 {
    font-size: 32px;
  }
}

.article-header .date-tags {
  text-align: left;
  font-weight: 600;
}
@media screen and (max-width: 834px) {
  .article-header .date-tags {
    font-size: 21px;
  }
}
.article-header .date-tags .post-date .fa {
  display: none;
}
.article-header .entry-title {
  font-size: 32px;
  font-weight: 600;
  border-bottom: 2px solid #000;
  padding-bottom: 34px;
  margin-bottom: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 834px) {
  .article-header .entry-title {
    font-size: 28px;
    padding: 0 0 24px;
  }
}
@media screen and (max-width: 480px) {
  .article-header .entry-title {
    font-size: 24px;
    padding: 0 0 16px;
  }
}

img {
  vertical-align: top;
}

/*Gナビ*/
#navi .navi-in a:hover {
  color: #000;
  text-decoration: underline;
}
#navi .navi-in .mobile-nav .menu-drawer a {
  color: #000;
}

.navi-menu-content {
  top: 100px;
  right: 0;
  left: auto;
  background: #70dfbd;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
}
@media screen and (max-width: 1023px) {
  .navi-menu-content {
    top: 48px;
    padding: 20px;
    height: 95vh;
  }
  .navi-menu-content::after {
    content: "";
    position: absolute;
    background: url(/wordpress/wp-content/uploads/2024/09/ico_nav01.png) no-repeat right top;
    background-size: contain;
    right: 20px;
    bottom: 100px;
    aspect-ratio: 182/158;
    width: 108px;
  }
}
.navi-menu-content .menu-drawer {
  padding: 0;
}
.navi-menu-content .menu-drawer li {
  width: 100%;
}
.navi-menu-content .menu-drawer li a {
  color: #FFF;
  display: block;
}

/********************************
ナビゲーション
********************************/
/*閉じる用の薄黒カバー*/
#navi-menu-close,
#sidebar-menu-close,
#search-menu-close,
#share-menu-close,
#follow-menu-close {
  display: unset;
  visibility: hidden;
  opacity: 0; /* 初期状態で透明 */
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black url(/wordpress/wp-content/uploads/2024/09/bg_navi01.png) no-repeat left top;
  background-size: cover;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; /* ふわっと表示させるトランジション */
}

/* チェックが入ったら表示 */
#navi-menu-input:checked ~ #navi-menu-close,
#sidebar-menu-input:checked ~ #sidebar-menu-close,
#search-menu-input:checked ~ #search-menu-close,
#share-menu-input:checked ~ #share-menu-close,
#follow-menu-input:checked ~ #follow-menu-close {
  visibility: visible;
  opacity: 1; /* 透明度を上げて表示 */
}

/* 小さい画面用のスタイル */
@media screen and (max-width: 1023px) {
  #navi-menu-close,
  #sidebar-menu-close,
  #search-menu-close,
  #share-menu-close,
  #follow-menu-close {
    top: 48px;
  }
}
.menu-close-button {
  display: none;
}

@media screen and (max-width: 1023px) {
  #navi .navi-in .mobile-nav .menu-drawer li {
    margin-bottom: 10px;
  }
  #navi .navi-in .mobile-nav .menu-drawer a {
    color: #FFF;
    text-align: left;
    font-size: 20px;
    padding: 0;
  }
  #navi .navi-in .mobile-nav .menu-drawer a:hover {
    color: #FFF;
  }
  .navi-menu-content {
    right: 0;
    left: auto;
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
  }
  .navi-menu-content .fa-close {
    display: none;
  }
}
/*main visual*/
.custom-slider .slick-slide {
  width: calc(100% - 20px); /* 画像間のスペースを残してスライド幅を固定 */
  padding: 0 18px; /* スライド間のスペースを確保 */
}
@media screen and (max-width: 750px) {
  .custom-slider .slick-slide {
    padding: 0 0;
  }
}
.custom-slider img {
  width: 100%;
  border-radius: 20px; /* 画像の角を丸める */
  display: block;
}

/*slide*/
.slick-slide img {
  border-radius: 10px;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
}

.slick-prev,
.slick-next {
  position: absolute;
  width: 56px;
  height: 26px;
  top: initial;
  bottom: -60px;
}
@media screen and (max-width: 750px) {
  .slick-prev,
  .slick-next {
    width: 9vw;
  }
}

.slick-prev {
  left: 1vw;
}
@media screen and (max-width: 750px) {
  .slick-prev {
    left: 5vw;
  }
}

.slick-next {
  right: 1vw;
}
@media screen and (max-width: 750px) {
  .slick-next {
    right: 5vw;
  }
}

.slick-arrow:before {
  display: none;
}

.news-area {
  background: #FFF;
  padding: 40px 0 80px;
}
@media screen and (max-width: 750px) {
  .news-area {
    padding: 20px 0 60px;
  }
}
.news-area__in {
  max-width: 1296px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.news-area__in h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 40px 10px;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .news-area__in h2 {
    font-size: max(4.5vw, 20px);
    margin: 0 0 30px 10px;
  }
}
.news-area__in .slick-slider .slick-list {
  gap: 0 10px;
}

/*サイドバー*/
.sidebar {
  padding: 20px 20px 20px;
  height: auto !important;
  border-radius: 0;
}
@media screen and (max-width: 1256px) {
  .sidebar {
    width: 29%;
  }
}
.sidebar .widget-sidebar-title {
  text-align: center;
  margin: 20px 0 30px;
  padding: 8px;
}
.sidebar .side_menu {
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin: 30px 0 40px;
}
.sidebar .side_menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #000;
  gap: 10px;
}
.sidebar .side_menu li a .thumbnail {
  -ms-flex-preferred-size: 160px;
      flex-basis: 160px;
}
.sidebar .side_menu li a .thumbnail img {
  border-radius: 10px;
}
.sidebar .side_menu li a .title {
  -ms-flex-preferred-size: 166px;
      flex-basis: 166px;
  font-size: 14px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.sidebar .page_item_has_children {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.sidebar .page_item_has_children > a {
  font-size: 22px;
  margin: 0 0 30px;
  padding: 0;
}
.sidebar .page_item_has_children .children {
  padding: 0;
}
.sidebar .page_item_has_children .children li a {
  font-size: 18px;
  padding: 0;
}
.sidebar .ad-area {
  display: none;
}

/*コンテンツ*/
.content {
  margin-top: 0;
  background: #70dfbd url(/wordpress/wp-content/uploads/2024/09/bg_image.png) repeat center center;
  /*配当キングページ*/
}
.content .content-in {
  padding: 80px 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .content .content-in {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 750px) {
  .content .content-in {
    padding: 40px 20px;
  }
}
.content .king-content-in {
  max-width: initial;
  margin: 0;
  padding: 0;
}

.content-in {
  padding: 3vw 0;
}

/*詳細ページ*/
.content-single {
  background: #FFF;
}
.content-single .speech-icon img {
  border: none;
}
.content-single .main {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .content-single .main {
    padding: 30px;
  }
}
@media screen and (max-width: 480px) {
  .content-single .main {
    padding: 0;
  }
}
.content-single article {
  margin-bottom: 0;
}
.content-single h2.wp-block-heading {
  color: #070707;
  background: #D9D9D9;
  border-radius: 6px;
  font-size: 30px;
  padding: 20px;
  margin: 80px 0 40px;
}
@media screen and (max-width: 834px) {
  .content-single h2.wp-block-heading {
    font-size: 24px;
    padding: 16px;
  }
}
@media screen and (max-width: 480px) {
  .content-single h2.wp-block-heading {
    margin: 40px 0;
  }
}
.content-single h3.wp-block-heading {
  border: none;
  border-bottom: 2px solid #CCC;
  font-size: 24px;
  line-height: 1.4;
  padding: 0 0 16px;
  margin: 0 0 30px;
}
.content-single ul.wp-block-list {
  padding: 0 0 0 24px;
}
.content-single ul.wp-block-list li {
  margin: 0;
}

/*詳細ページの関連記事*/
.related-list {
  padding: 0 40px;
}
@media screen and (max-width: 834px) {
  .related-list {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .related-list {
    padding: 0 40px;
  }
}
.related-list a {
  width: 100%;
}
.related-list a img {
  width: 100%;
}

.related-entries .related-list .related-posts-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  .related-entries .related-list .related-posts-grid {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
  }
}
.related-entries .related-list .related-posts-grid .related-post-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(25% - 24px);
}
@media screen and (max-width: 1023px) {
  .related-entries .related-list .related-posts-grid .related-post-card {
    width: calc(33.3333333333% - 22px);
  }
}
@media screen and (max-width: 834px) {
  .related-entries .related-list .related-posts-grid .related-post-card {
    width: calc(50% - 24px);
  }
}
@media screen and (max-width: 480px) {
  .related-entries .related-list .related-posts-grid .related-post-card {
    width: 100%;
  }
}
.related-entries .related-list .related-posts-grid .related-post-card a {
  text-decoration: none;
  color: #000;
}
.related-entries .related-list .related-posts-grid .related-post-card a:hover {
  text-decoration: underline;
}
.related-entries .related-list .related-posts-grid .related-post-card .related-post-thumbnail img {
  border-radius: 10px;
}
.related-entries .related-list .related-posts-grid .related-post-card .related-post-title h3 {
  line-height: 1.4;
  font-size: 16px;
  font-weight: 400;
  margin: 8px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.related-entry-heading {
  margin: 0 0 36px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .related-entry-heading {
    margin: 0 0 24px;
  }
}

.container {
  /*配当キングページ*/
}
.container main {
  padding: 30px;
}
.container main.king-main {
  width: 100%;
  border-radius: 0;
  background: none;
  margin: 0;
  padding: 0;
}
.container main.king-main h1.entry-title {
  display: none;
}
.container main.king-main .sns-share-buttons {
  display: none;
}
.container main.king-main .date-tags {
  display: none;
}
.container main.king-main .entry-content {
  margin: 0;
}
.container main.king-main .entry-content .king-news-area {
  background: #FFF;
}
.container main.king-main .entry-content .king-news-area__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 86px;
  padding: 150px 100px 100px;
}
@media screen and (max-width: 800px) {
  .container main.king-main .entry-content .king-news-area__in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding: 40px;
  }
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .king-news-area__in {
    gap: 0;
  }
}
@media screen and (max-width: 480px) {
  .container main.king-main .entry-content .king-news-area__in {
    padding: 50px 20px;
    gap: 16px;
  }
}
@media screen and (max-width: 750px) {
  .container main.king-main .entry-content .king-news-area__in .heading-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.container main.king-main .entry-content .king-news-area__in .heading-area h2 {
  background: none;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 36px;
  padding: 0;
  margin: 0 0 24px;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .container main.king-main .entry-content .king-news-area__in .heading-area h2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .king-news-area__in .heading-area h2 {
    font-size: 32px;
  }
}
.container main.king-main .entry-content .king-news-area__in .heading-area h2 .en {
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin: 8px 0 0;
}
.container main.king-main .entry-content .king-news-area__in .heading-area a.king-more {
  font-family: "Zen Maru Gothic", sans-serif;
  background: #63D0BD;
  border: 1px solid #63D0BD;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 500;
  width: 150px;
  height: 60px;
}
.container main.king-main .entry-content .king-news-area__in .heading-area a.king-more:hover {
  color: #63D0BD;
  background: #FFF;
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .king-news-area__in .heading-area a.king-more {
    font-size: 18px;
    width: 100px;
    height: 50px;
  }
}
.container main.king-main .entry-content .king-news-area__in .news-list {
  list-style-type: none;
  -ms-flex-preferred-size: 900px;
      flex-basis: 900px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 800px) {
  .container main.king-main .entry-content .king-news-area__in .news-list {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.container main.king-main .entry-content .king-news-area__in .news-list li {
  border-top: 1px dashed #63D0BD;
  padding: 30px 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
  margin: 0;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .king-news-area__in .news-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 10px 0;
  }
}
.container main.king-main .entry-content .king-news-area__in .news-list li:last-child {
  border-bottom: 1px dashed #63D0BD;
}
.container main.king-main .entry-content .king-news-area__in .news-list li .txt a {
  text-decoration: none;
  color: #63D0BD;
}
.container main.king-main .entry-content .king-news-area__in .news-list li .txt a:hover {
  text-decoration: underline;
}
.container main.king-main .entry-content .king-dividend-area {
  margin: 120px 0;
}
@media screen and (max-width: 1156px) {
  .container main.king-main .entry-content .king-dividend-area {
    padding: 0 20px;
  }
}
@media screen and (max-width: 800px) {
  .container main.king-main .entry-content .king-dividend-area {
    margin: 80px 0 40px;
  }
}
.container main.king-main .entry-content .king-dividend-area__in {
  max-width: 1136px;
  margin: 0 auto;
  background: #FFF url(/wordpress/wp-content/uploads/2024/09/bg_king01_pc.png) no-repeat center center;
  background-position: left top;
  border-radius: 40px;
  padding: 80px 0 0;
  position: relative;
}
@media screen and (max-width: 800px) {
  .container main.king-main .entry-content .king-dividend-area__in {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 750px) {
  .container main.king-main .entry-content .king-dividend-area__in {
    background: #FFF url(/wordpress/wp-content/uploads/2024/09/bg_king01_sp.png) no-repeat left top;
    background-size: contain;
  }
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .king-dividend-area__in {
    border-radius: 10px;
  }
}
.container main.king-main .entry-content .king-dividend-area__in::before {
  content: "";
  position: absolute;
  top: -50px;
  right: 100px;
  width: 150px;
  height: 194px;
  background: url(/wordpress/wp-content/uploads/2024/09/ico_king_01.png) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .container main.king-main .entry-content .king-dividend-area__in::before {
    background: url(/wordpress/wp-content/uploads/2024/09/ico_king_01.png) no-repeat right top;
    background-size: contain;
    right: 9%;
    width: 16%;
    aspect-ratio: 626/809;
  }
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .king-dividend-area__in::before {
    width: 20%;
    top: -10vw;
  }
}
.container main.king-main .entry-content .king-dividend-area__in .review {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .king-dividend-area__in .review {
    font-size: 14px;
  }
}
.container main.king-main .entry-content .king-dividend-area__in h2 {
  background: none;
  color: #F44F8F;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 60px;
  text-align: center;
  padding: 0;
  margin: 0 0 24px;
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .king-dividend-area__in h2 {
    font-size: 32px;
  }
}
.container main.king-main .entry-content .king-dividend-area__in .c-review {
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .container main.king-main .entry-content .king-dividend-area__in .c-review {
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .king-dividend-area__in .c-review {
    font-size: 16px;
  }
}
.container main.king-main .entry-content .king-dividend-area__in figure.iphone {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 7%;
  z-index: 2;
  width: 26%;
}
@media screen and (max-width: 1100px) {
  .container main.king-main .entry-content .king-dividend-area__in figure.iphone {
    width: 21%;
    left: 2%;
  }
}
@media screen and (max-width: 910px) {
  .container main.king-main .entry-content .king-dividend-area__in figure.iphone {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .container main.king-main .entry-content .king-dividend-area__in figure.iphone {
    display: block;
    position: relative;
    margin: 0 auto;
    left: 0;
    width: 180px;
  }
}
.container main.king-main .entry-content .king-dividend-area__in .graph-area,
.container main.king-main .entry-content .king-dividend-area__in .chart-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 40px;
}
@media screen and (max-width: 910px) {
  .container main.king-main .entry-content .king-dividend-area__in .graph-area,
  .container main.king-main .entry-content .king-dividend-area__in .chart-area {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.container main.king-main .entry-content .king-dividend-area__in .graph-area h3,
.container main.king-main .entry-content .king-dividend-area__in .chart-area h3 {
  border: none;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 8px;
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .king-dividend-area__in .graph-area h3,
  .container main.king-main .entry-content .king-dividend-area__in .chart-area h3 {
    font-size: 20px;
  }
}
.container main.king-main .entry-content .king-dividend-area__in .graph-area figure,
.container main.king-main .entry-content .king-dividend-area__in .chart-area figure {
  width: 220px;
}
@media screen and (max-width: 1100px) {
  .container main.king-main .entry-content .king-dividend-area__in .graph-area figure,
  .container main.king-main .entry-content .king-dividend-area__in .chart-area figure {
    width: 26%;
  }
}
@media screen and (max-width: 910px) {
  .container main.king-main .entry-content .king-dividend-area__in .graph-area figure,
  .container main.king-main .entry-content .king-dividend-area__in .chart-area figure {
    width: 220px;
  }
}
@media screen and (max-width: 640px) {
  .container main.king-main .entry-content .king-dividend-area__in .graph-area figure,
  .container main.king-main .entry-content .king-dividend-area__in .chart-area figure {
    margin: 0 auto;
  }
}
.container main.king-main .entry-content .king-dividend-area__in .graph-area .txt-area,
.container main.king-main .entry-content .king-dividend-area__in .chart-area .txt-area {
  width: 328px;
}
@media screen and (max-width: 640px) {
  .container main.king-main .entry-content .king-dividend-area__in .graph-area .txt-area,
  .container main.king-main .entry-content .king-dividend-area__in .chart-area .txt-area {
    width: auto;
  }
}
.container main.king-main .entry-content .king-dividend-area__in .graph-area {
  padding: 0 80px;
}
@media screen and (max-width: 800px) {
  .container main.king-main .entry-content .king-dividend-area__in .graph-area {
    padding: 0 40px;
  }
}
@media screen and (max-width: 750px) {
  .container main.king-main .entry-content .king-dividend-area__in .graph-area {
    margin: 50px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .container main.king-main .entry-content .king-dividend-area__in .graph-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 480px) {
  .container main.king-main .entry-content .king-dividend-area__in .graph-area {
    padding: 0 20px;
  }
}
.container main.king-main .entry-content .king-dividend-area__in .chart-area {
  background: #FADCE9;
  padding: 80px;
  border-radius: 40px;
  position: relative;
  width: 100%;
  margin-top: -100px;
}
@media screen and (max-width: 800px) {
  .container main.king-main .entry-content .king-dividend-area__in .chart-area {
    padding: 40px;
  }
}
@media screen and (max-width: 640px) {
  .container main.king-main .entry-content .king-dividend-area__in .chart-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-top: -16vw;
    border-radius: 10px;
  }
}
@media screen and (max-width: 480px) {
  .container main.king-main .entry-content .king-dividend-area__in .chart-area {
    padding: 40px 20px;
  }
}
.container main.king-main .entry-content .king-dividend-area__in .point-area {
  background: #F794BB;
  border-radius: 40px;
  position: relative;
  width: 100%;
  margin-top: -176px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 40px 80px;
}
@media screen and (max-width: 800px) {
  .container main.king-main .entry-content .king-dividend-area__in .point-area {
    padding: 40px;
  }
}
@media screen and (max-width: 640px) {
  .container main.king-main .entry-content .king-dividend-area__in .point-area {
    margin-top: -21vw;
  }
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .king-dividend-area__in .point-area {
    border-radius: 10px;
  }
}
@media screen and (max-width: 480px) {
  .container main.king-main .entry-content .king-dividend-area__in .point-area {
    padding: 40px 20px;
  }
}
.container main.king-main .entry-content .king-dividend-area__in .point-area .txt-area {
  width: 588px;
  position: relative;
  padding-right: 88px;
}
@media screen and (max-width: 640px) {
  .container main.king-main .entry-content .king-dividend-area__in .point-area .txt-area {
    padding-right: 0;
  }
}
.container main.king-main .entry-content .king-dividend-area__in .point-area .txt-area::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 6px;
  width: 80px;
  height: 97px;
  background: url(/wordpress/wp-content/uploads/2024/09/ico_king_02.png) no-repeat center center;
  background-size: 80px 97px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .container main.king-main .entry-content .king-dividend-area__in .point-area .txt-area::after {
    background-size: contain;
    right: 0;
    aspect-ratio: 310/375;
  }
}
@media screen and (max-width: 640px) {
  .container main.king-main .entry-content .king-dividend-area__in .point-area .txt-area::after {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    aspect-ratio: auto;
    width: 27%;
    margin: 0 0 0 auto;
  }
}
.container main.king-main .entry-content .king-dividend-area__in .point-area h3 {
  border: none;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #FFE26E;
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .king-dividend-area__in .point-area h3 {
    font-size: 20px;
  }
}
.container main.king-main .entry-content .king-dividend-area__in .point-area .review {
  color: #FFF;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .king-dividend-area__in .point-area .review {
    font-size: 14px;
  }
}
.container main.king-main .entry-content .king-assets-area {
  margin: 120px 0;
}
@media screen and (max-width: 1156px) {
  .container main.king-main .entry-content .king-assets-area {
    padding: 0 20px;
  }
}
@media screen and (max-width: 800px) {
  .container main.king-main .entry-content .king-assets-area {
    margin: 80px 0 40px;
  }
}
.container main.king-main .entry-content .king-assets-area__in {
  max-width: 1136px;
  margin: 0 auto;
  background: #FFF url(/wordpress/wp-content/uploads/2024/09/bg_king02_pc.png) no-repeat center center;
  background-position: right top;
  padding: 80px 0 0;
  position: relative;
  border-radius: 40px;
}
@media screen and (max-width: 800px) {
  .container main.king-main .entry-content .king-assets-area__in {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 750px) {
  .container main.king-main .entry-content .king-assets-area__in {
    background: #FFF url(/wordpress/wp-content/uploads/2024/09/bg_king02_sp.png) no-repeat right top;
    background-size: contain;
  }
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .king-assets-area__in {
    border-radius: 10px;
  }
}
.container main.king-main .entry-content .king-assets-area__in::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 70px;
  max-width: 200px;
  background-position: top;
  width: 100%;
  height: 100vh;
  background: url(/wordpress/wp-content/uploads/2024/09/ico_king_10.png) no-repeat left top;
  background-size: 80%;
}
@media screen and (max-width: 1024px) {
  .container main.king-main .entry-content .king-assets-area__in::before {
    background-size: contain;
    left: 9%;
    width: 16%;
    aspect-ratio: 626/624;
  }
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .king-assets-area__in::before {
    left: 20px;
    top: -7vw;
    width: 20%;
  }
}
.container main.king-main .entry-content .king-assets-area__in h2 {
  background: none;
  color: #63D0BD;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 60px;
  text-align: center;
  padding: 0;
  margin: 0 0 24px;
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .king-assets-area__in h2 {
    font-size: 32px;
  }
}
.container main.king-main .entry-content .king-assets-area__in .c-review {
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 1100px) {
  .container main.king-main .entry-content .king-assets-area__in .c-review {
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .king-assets-area__in .c-review {
    font-size: 16px;
  }
}
.container main.king-main .entry-content .king-assets-area__in figure.iphone {
  position: absolute;
  right: 80px;
  z-index: 2;
  width: 288px;
}
@media screen and (max-width: 1100px) {
  .container main.king-main .entry-content .king-assets-area__in figure.iphone {
    width: 21%;
    right: 2%;
  }
}
@media screen and (max-width: 910px) {
  .container main.king-main .entry-content .king-assets-area__in figure.iphone {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .container main.king-main .entry-content .king-assets-area__in figure.iphone {
    display: block;
    position: relative;
    margin: 0 auto;
    left: 0;
    width: 180px;
  }
}
.container main.king-main .entry-content .king-assets-area__in .graph-area,
.container main.king-main .entry-content .king-assets-area__in .chart-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 40px;
}
.container main.king-main .entry-content .king-assets-area__in .graph-area h3,
.container main.king-main .entry-content .king-assets-area__in .chart-area h3 {
  border: none;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 8px;
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .king-assets-area__in .graph-area h3,
  .container main.king-main .entry-content .king-assets-area__in .chart-area h3 {
    font-size: 20px;
  }
}
.container main.king-main .entry-content .king-assets-area__in .graph-area figure,
.container main.king-main .entry-content .king-assets-area__in .chart-area figure {
  width: 220px;
}
@media screen and (max-width: 1100px) {
  .container main.king-main .entry-content .king-assets-area__in .graph-area figure,
  .container main.king-main .entry-content .king-assets-area__in .chart-area figure {
    width: 26%;
  }
}
@media screen and (max-width: 910px) {
  .container main.king-main .entry-content .king-assets-area__in .graph-area figure,
  .container main.king-main .entry-content .king-assets-area__in .chart-area figure {
    width: 220px;
  }
}
@media screen and (max-width: 640px) {
  .container main.king-main .entry-content .king-assets-area__in .graph-area figure,
  .container main.king-main .entry-content .king-assets-area__in .chart-area figure {
    margin: 0 auto;
  }
}
.container main.king-main .entry-content .king-assets-area__in .graph-area .txt-area,
.container main.king-main .entry-content .king-assets-area__in .chart-area .txt-area {
  width: 328px;
}
@media screen and (max-width: 640px) {
  .container main.king-main .entry-content .king-assets-area__in .graph-area .txt-area,
  .container main.king-main .entry-content .king-assets-area__in .chart-area .txt-area {
    width: auto;
  }
}
.container main.king-main .entry-content .king-assets-area__in .graph-area .txt-area .review,
.container main.king-main .entry-content .king-assets-area__in .chart-area .txt-area .review {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .container main.king-main .entry-content .king-assets-area__in .graph-area .txt-area .review,
  .container main.king-main .entry-content .king-assets-area__in .chart-area .txt-area .review {
    font-size: 14px;
  }
}
.container main.king-main .entry-content .king-assets-area__in .graph-area {
  padding: 0 80px;
}
@media screen and (max-width: 800px) {
  .container main.king-main .entry-content .king-assets-area__in .graph-area {
    padding: 0 40px;
  }
}
@media screen and (max-width: 750px) {
  .container main.king-main .entry-content .king-assets-area__in .graph-area {
    margin: 50px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .container main.king-main .entry-content .king-assets-area__in .graph-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 480px) {
  .container main.king-main .entry-content .king-assets-area__in .graph-area {
    padding: 0 20px;
  }
}
.container main.king-main .entry-content .king-assets-area__in .chart-area {
  background: #C8F6EE;
  padding: 80px;
  border-radius: 40px;
  position: relative;
  width: 100%;
  margin-top: -100px;
}
@media screen and (max-width: 800px) {
  .container main.king-main .entry-content .king-assets-area__in .chart-area {
    padding: 40px;
  }
}
@media screen and (max-width: 640px) {
  .container main.king-main .entry-content .king-assets-area__in .chart-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 40px;
    margin-top: -16vw;
  }
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .king-assets-area__in .chart-area {
    border-radius: 10px;
  }
}
@media screen and (max-width: 480px) {
  .container main.king-main .entry-content .king-assets-area__in .chart-area {
    padding: 40px 20px;
  }
}
.container main.king-main .entry-content .king-assets-area__in .point-area {
  background: #63D0BD;
  border-radius: 40px;
  position: relative;
  width: 100%;
  margin-top: -176px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 40px 80px;
}
@media screen and (max-width: 800px) {
  .container main.king-main .entry-content .king-assets-area__in .point-area {
    padding: 40px;
  }
}
@media screen and (max-width: 640px) {
  .container main.king-main .entry-content .king-assets-area__in .point-area {
    margin-top: -21vw;
  }
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .king-assets-area__in .point-area {
    border-radius: 10px;
  }
}
@media screen and (max-width: 480px) {
  .container main.king-main .entry-content .king-assets-area__in .point-area {
    padding: 40px 20px;
  }
}
.container main.king-main .entry-content .king-assets-area__in .point-area .txt-area {
  width: 588px;
  position: relative;
  padding-right: 88px;
}
@media screen and (max-width: 640px) {
  .container main.king-main .entry-content .king-assets-area__in .point-area .txt-area {
    padding-right: 0;
  }
}
.container main.king-main .entry-content .king-assets-area__in .point-area .txt-area::after {
  content: "";
  position: absolute;
  top: 31px;
  bottom: 0;
  right: 6px;
  margin: auto;
  width: 80px;
  height: 97px;
  background: url(/wordpress/wp-content/uploads/2024/09/ico_king_09.png) no-repeat center center;
  background-size: 80px 97px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .container main.king-main .entry-content .king-assets-area__in .point-area .txt-area::after {
    background-size: contain;
    right: 0;
    aspect-ratio: 273/351;
  }
}
@media screen and (max-width: 640px) {
  .container main.king-main .entry-content .king-assets-area__in .point-area .txt-area::after {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    aspect-ratio: auto;
    width: 27%;
    margin: 0 0 0 auto;
    top: 0;
  }
}
.container main.king-main .entry-content .king-assets-area__in .point-area h3 {
  border: none;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #FFE26E;
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .king-assets-area__in .point-area h3 {
    font-size: 20px;
  }
}
.container main.king-main .entry-content .king-assets-area__in .point-area .review {
  color: #FFF;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .king-assets-area__in .point-area .review {
    font-size: 14px;
  }
}
.container main.king-main .entry-content .king-other-area {
  margin: 120px 0 0;
}
@media screen and (max-width: 1156px) {
  .container main.king-main .entry-content .king-other-area {
    padding: 0 20px;
  }
}
@media screen and (max-width: 800px) {
  .container main.king-main .entry-content .king-other-area {
    margin: 80px 0 40px;
  }
}
.container main.king-main .entry-content .king-other-area__in {
  max-width: 1136px;
  margin: 0 auto;
  background: #FFF url(/wordpress/wp-content/uploads/2024/09/bg_king03_pc.png) no-repeat center center;
  background-position: left top;
  padding: 80px 0;
  position: relative;
  border-radius: 40px 40px 0 0;
}
@media screen and (max-width: 800px) {
  .container main.king-main .entry-content .king-other-area__in {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 750px) {
  .container main.king-main .entry-content .king-other-area__in {
    background: #FFF url(/wordpress/wp-content/uploads/2024/09/bg_king03_sp.png) no-repeat left top;
    background-size: cover;
  }
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .king-other-area__in {
    border-radius: 10px 10px 0 0;
  }
}
.container main.king-main .entry-content .king-other-area__in h2 {
  background: none;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 60px;
  padding: 0;
  margin: 0 0 80px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .container main.king-main .entry-content .king-other-area__in h2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .king-other-area__in h2 {
    font-size: 32px;
  }
}
.container main.king-main .entry-content .king-other-area__in .chart-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .container main.king-main .entry-content .king-other-area__in .chart-area {
    padding: 0 0 80px;
  }
}
@media screen and (max-width: 750px) {
  .container main.king-main .entry-content .king-other-area__in .chart-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 40px 0;
    padding-bottom: 20%;
  }
}
@media screen and (max-width: 480px) {
  .container main.king-main .entry-content .king-other-area__in .chart-area {
    margin: 20px 0;
  }
}
.container main.king-main .entry-content .king-other-area__in .chart-area h3 {
  border: none;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 8px;
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .king-other-area__in .chart-area h3 {
    font-size: 20px;
  }
}
.container main.king-main .entry-content .king-other-area__in .chart-area .review {
  font-size: 16px;
  font-weight: 500;
}
.container main.king-main .entry-content .king-other-area__in .chart-area figure {
  width: 330px;
}
@media screen and (max-width: 1100px) {
  .container main.king-main .entry-content .king-other-area__in .chart-area figure {
    width: 26%;
  }
}
@media screen and (max-width: 910px) {
  .container main.king-main .entry-content .king-other-area__in .chart-area figure {
    width: 220px;
  }
}
@media screen and (max-width: 640px) {
  .container main.king-main .entry-content .king-other-area__in .chart-area figure {
    margin: 0 auto;
  }
}
.container main.king-main .entry-content .king-other-area__in .chart-area .txt-area {
  width: 528px;
}
@media screen and (max-width: 1024px) {
  .container main.king-main .entry-content .king-other-area__in .chart-area .txt-area {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .container main.king-main .entry-content .king-other-area__in .chart-area .txt-area {
    width: auto;
    margin: 0 20px;
  }
}
.container main.king-main .entry-content .king-other-area__in .chart-area .catch {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding-left: 90px;
  margin: 40px 0 0;
}
@media screen and (max-width: 750px) {
  .container main.king-main .entry-content .king-other-area__in .chart-area .catch {
    margin: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .king-other-area__in .chart-area .catch {
    font-size: 14px;
  }
}
.container main.king-main .entry-content .king-other-area__in .chart-area .catch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 71px;
  background: url(/wordpress/wp-content/uploads/2024/09/ico_king_11.png) no-repeat center center;
  background-size: 70px 71px;
  display: inline-block;
}
.container main.king-main .entry-content .king-member-area {
  margin-top: -100px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1156px) {
  .container main.king-main .entry-content .king-member-area {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .container main.king-main .entry-content .king-member-area {
    margin-top: -9%;
  }
}
@media screen and (max-width: 750px) {
  .container main.king-main .entry-content .king-member-area {
    margin-top: -18%;
  }
}
.container main.king-main .entry-content .king-member-area__in {
  max-width: 1136px;
  margin: 0 auto;
  background: #FFDC50;
  background-position: left top;
  padding: 40px 80px 80px;
  position: relative;
  border-radius: 40px;
}
@media screen and (max-width: 750px) {
  .container main.king-main .entry-content .king-member-area__in {
    padding: 40px;
  }
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .king-member-area__in {
    border-radius: 10px;
  }
}
@media screen and (max-width: 480px) {
  .container main.king-main .entry-content .king-member-area__in {
    padding: 40px 20px;
  }
}
.container main.king-main .entry-content .king-member-area__in::before {
  content: "";
  position: absolute;
  top: -50px;
  right: 40px;
  width: 150px;
  height: 136px;
  background: url(/wordpress/wp-content/uploads/2024/09/ico_king_12.png) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .container main.king-main .entry-content .king-member-area__in::before {
    background-size: contain;
    right: 3%;
    width: 16%;
    aspect-ratio: 451/410;
  }
}
@media screen and (max-width: 800px) {
  .container main.king-main .entry-content .king-member-area__in::before {
    display: none;
  }
}
.container main.king-main .entry-content .king-member-area__in h2 {
  background: none;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 36px;
  padding: 0;
  margin: 0 0 24px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .container main.king-main .entry-content .king-member-area__in h2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .king-member-area__in h2 {
    font-size: 24px;
  }
}
.container main.king-main .entry-content .king-member-area__in .transition-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin: 60px 0 0;
}
@media screen and (max-width: 910px) {
  .container main.king-main .entry-content .king-member-area__in .transition-area {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 750px) {
  .container main.king-main .entry-content .king-member-area__in .transition-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .king-member-area__in .transition-area {
    margin: 40px 0 0;
  }
}
.container main.king-main .entry-content .king-member-area__in .transition-area h3 {
  border: none;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 8px;
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .king-member-area__in .transition-area h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .king-member-area__in .transition-area .review {
    font-size: 14px;
  }
}
.container main.king-main .entry-content .king-member-area__in .transition-area figure {
  width: 220px;
}
@media screen and (max-width: 1100px) {
  .container main.king-main .entry-content .king-member-area__in .transition-area figure {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .container main.king-main .entry-content .king-member-area__in .transition-area figure {
    max-width: 220px;
  }
}
.container main.king-main .entry-content .king-member-area__in .transition-area .txt-area {
  width: 528px;
}
@media screen and (max-width: 1100px) {
  .container main.king-main .entry-content .king-member-area__in .transition-area .txt-area {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .container main.king-main .entry-content .king-member-area__in .transition-area .txt-area {
    width: auto;
  }
}
.container main.king-main .entry-content .king-member-area__in .transition-area .txt-area .catch {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding-left: 90px;
}
.container main.king-main .entry-content .king-member-area__in .transition-area .txt-area .catch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 71px;
  background: url(/wordpress/wp-content/uploads/2024/09/ico_king_11.png) no-repeat center center;
  background-size: 70px 71px;
  display: inline-block;
}
.container main.king-main .entry-content .king-member-area__in .transition-area .img-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1100px) {
  .container main.king-main .entry-content .king-member-area__in .transition-area .img-area {
    gap: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .container main.king-main .entry-content .king-member-area__in .transition-area .img-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.container main.king-main .entry-content .king-member-area__in .function-area {
  max-width: 976px;
  margin: 60px auto 0;
  background: #FFF;
  border-radius: 40px;
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .king-member-area__in .function-area {
    border-radius: 10px;
  }
}
.container main.king-main .entry-content .king-member-area__in .function-area dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  margin: 0;
}
@media screen and (max-width: 800px) {
  .container main.king-main .entry-content .king-member-area__in .function-area dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.container main.king-main .entry-content .king-member-area__in .function-area dl dt {
  font-weight: 700;
  font-size: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 8px solid #FFDC50;
}
@media screen and (max-width: 800px) {
  .container main.king-main .entry-content .king-member-area__in .function-area dl dt {
    border-right: none;
    border-bottom: 8px solid #FFDC50;
  }
}
.container main.king-main .entry-content .king-member-area__in .function-area dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 800px) {
  .container main.king-main .entry-content .king-member-area__in .function-area dl dd {
    margin: 0;
  }
}
.container main.king-main .entry-content .king-member-area__in .function-area dl dd ul {
  padding: 0;
  margin: 0;
}
.container main.king-main .entry-content .king-member-area__in .function-area dl dd ul li {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .king-member-area__in .function-area dl dd ul li {
    font-size: 14px;
  }
}
.container main.king-main .entry-content .appli-area {
  margin: 0 0 80px;
  padding: 0 20px;
}
.container main.king-main .entry-content .appli-area__in {
  max-width: 1136px;
  margin: 0 auto;
}
.container main.king-main .entry-content .appli-area__in .catch {
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
  font-family: "Zen Maru Gothic", sans-serif;
}
.container main.king-main .entry-content .appli-area__in .app-list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .appli-area__in .app-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.container main.king-main .entry-content .appli-area__in .app-list li {
  max-width: 200px;
}
.container main.king-main .entry-content .support-area {
  background: #FFF;
}
.container main.king-main .entry-content .support-area__in {
  max-width: 1216px;
  margin: 0 auto;
  padding: 120px 40px 80px;
}
@media screen and (max-width: 800px) {
  .container main.king-main .entry-content .support-area__in {
    padding: 80px 40px 80px;
  }
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .support-area__in {
    padding: 80px 20px 80px;
  }
}
.container main.king-main .entry-content .support-area__in h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: #63D0BD;
  background: none;
  text-align: center;
  position: relative;
  padding: 0;
  margin: 0 0 40px;
}
.container main.king-main .entry-content .support-area__in h2::before {
  content: "";
  display: block;
  position: relative;
  top: 0;
  width: 60px;
  height: 78px;
  background: url(/wordpress/wp-content/uploads/2024/09/ico_king_15.png) no-repeat center center;
  background-size: 60px 78px;
  padding: 0;
  margin: 0 auto 30px;
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .support-area__in h2 {
    font-size: 32px;
  }
}
.container main.king-main .entry-content .support-area__in .c-review {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .support-area__in .c-review {
    font-size: 14px;
  }
}
.container main.king-main .entry-content .support-area__in h3 {
  border: none;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #63D0BD;
  padding: 0;
  margin: 80px 0 60px;
}
@media screen and (max-width: 800px) {
  .container main.king-main .entry-content .support-area__in h3 {
    margin: 60px 0 30px;
  }
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .support-area__in h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  .container main.king-main .entry-content .support-area__in h3 {
    margin: 40px 0 20px;
  }
}
.container main.king-main .entry-content .support-area__in .support-list {
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.container main.king-main .entry-content .support-area__in .support-list li {
  background: #C8F6EE;
  border-radius: 40px;
  padding: 40px 40px 20px 0;
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .support-area__in .support-list li {
    padding: 40px 20px 20px 0;
    border-radius: 10px;
  }
}
.container main.king-main .entry-content .support-area__in .support-list li h4 {
  border: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  font-weight: 700;
  padding: 0;
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .support-area__in .support-list li h4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 20px;
    font-size: 24px;
  }
}
.container main.king-main .entry-content .support-area__in .support-list li h4::before {
  counter-increment: number 1;
  content: "No." counter(number);
  color: #FFF;
  background: #63D0BD;
  border-radius: 0 50px 50px 0;
  display: inline-block;
  font-weight: 700;
  font-size: 24px;
  width: 110px;
  padding: 5px 20px;
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .support-area__in .support-list li h4 .txt {
    padding: 0 0 0 20px;
  }
}
.container main.king-main .entry-content .support-area__in .support-list li .detail-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 30px;
  gap: 40px;
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .support-area__in .support-list li .detail-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 480px) {
  .container main.king-main .entry-content .support-area__in .support-list li .detail-area {
    gap: 20px;
    margin: 20px;
  }
}
.container main.king-main .entry-content .support-area__in .support-list li .detail-area figure {
  width: 170px;
}
.container main.king-main .entry-content .support-area__in .support-list li .detail-area .txt-area {
  -ms-flex-preferred-size: 840px;
      flex-basis: 840px;
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .support-area__in .support-list li .detail-area .txt-area {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.container main.king-main .entry-content .support-area__in .support-list li .detail-area .txt-area .detail-list {
  list-style-type: none;
  margin: 0 0 40px;
  padding: 0;
}
.container main.king-main .entry-content .support-area__in .support-list li .detail-area .txt-area .detail-list li {
  padding: 0;
  margin: 0;
  background: none;
  border-radius: 0;
  position: relative;
  font-weight: 500;
}
.container main.king-main .entry-content .support-area__in .support-list li .detail-area .txt-area .detail-list li::before {
  content: "⭕";
  color: #f92d2b;
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .support-area__in .support-list li .detail-area .txt-area .detail-list li {
    font-size: 16px;
  }
}
.container main.king-main .entry-content .support-area__in .support-list li .detail-area .txt-area .detail-list li.list-none::before {
  display: none;
}
.container main.king-main .entry-content .support-area__in .support-list li .detail-area .txt-area p {
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .support-area__in .support-list li .detail-area .txt-area p {
    font-size: 16px;
  }
}
.container main.king-main .entry-content .support-area__in .support-list li .detail-area .txt-area .transfer-list {
  margin: 16px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 18px 0;
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .support-area__in .support-list li .detail-area .txt-area .transfer-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.container main.king-main .entry-content .support-area__in .support-list li .detail-area .txt-area .transfer-list dt {
  font-size: 16px;
  font-weight: 700;
}
.container main.king-main .entry-content .support-area__in .support-list li .detail-area .txt-area .transfer-list dd {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .support-area__in .support-list li .detail-area .txt-area .transfer-list dd {
    margin: 0;
  }
}
.container main.king-main .entry-content .support-area__in .support-list .sponsor {
  background: #FFDC50;
}
.container main.king-main .entry-content .tracking-area__in {
  max-width: 1093px;
  margin: 80px auto;
  padding: 0 40px;
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .tracking-area__in {
    padding: 0 20px;
  }
}
.container main.king-main .entry-content .tracking-area__in h2 {
  background: none;
  padding: 0;
  color: #FFF;
  font-size: 28px;
  font-weight: 600;
  position: relative;
  padding-left: 70px;
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .tracking-area__in h2 {
    display: none;
  }
}
.container main.king-main .entry-content .tracking-area__in h2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 50px;
  height: 65px;
  background: url(/wordpress/wp-content/uploads/2024/09/ico_king_19.png) no-repeat center center;
  background-size: 50px 65px;
  display: inline-block;
}
.container main.king-main .entry-content .tracking-area__in .ios-area {
  background: #FFF;
  border-radius: 40px;
  padding: 40px 0;
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .tracking-area__in .ios-area {
    border-radius: 10px;
  }
}
.container main.king-main .entry-content .tracking-area__in .ios-area h3 {
  font-size: 28px;
  font-weight: 700;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0 40px 30px 0;
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .tracking-area__in .ios-area h3 {
    margin: 0 20px 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 20px;
  }
}
.container main.king-main .entry-content .tracking-area__in .ios-area h3::before {
  content: "iOSご利用の方";
  color: #FFF;
  background: #000;
  border-radius: 0 50px 50px 0;
  display: inline-block;
  font-weight: 700;
  font-size: 24px;
  width: 210px;
  padding: 5px 20px;
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .tracking-area__in .ios-area h3 .txt {
    padding: 0 0 0 20px;
  }
}
.container main.king-main .entry-content .tracking-area__in .ios-area .detail-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  gap: 40px;
  margin: 0 40px;
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .tracking-area__in .ios-area .detail-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .tracking-area__in .ios-area .detail-area figure {
    max-width: 400px;
    margin: 0 auto;
  }
}
.container main.king-main .entry-content .tracking-area__in .ios-area .detail-area .txt-area .setting-list {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 16px 0;
  margin: 0;
}
.container main.king-main .entry-content .tracking-area__in .ios-area .detail-area .txt-area .setting-list dt {
  font-size: 16px;
  font-weight: 700;
}
.container main.king-main .entry-content .tracking-area__in .ios-area .detail-area .txt-area .setting-list dd {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.container main.king-main .entry-content .member-area {
  background: #FFF;
  padding: 80px 40px;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .member-area {
    padding: 80px 20px;
  }
}
.container main.king-main .entry-content .member-area__in {
  background: #C8F6EE;
  border-radius: 40px;
  padding: 40px;
  max-width: 1216px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .member-area__in {
    border-radius: 10px;
  }
}
.container main.king-main .entry-content .member-area__in h2 {
  background: none;
  text-align: center;
  padding: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px;
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .member-area__in h2 {
    font-size: 24px;
  }
}
.container main.king-main .entry-content .member-area__in .member-list {
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin: 0;
}
.container main.king-main .entry-content .member-area__in .member-list li {
  width: calc(33.3333333333% - 40px);
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  margin: 0;
}
@media screen and (max-width: 800px) {
  .container main.king-main .entry-content .member-area__in .member-list li {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 480px) {
  .container main.king-main .entry-content .member-area__in .member-list li {
    width: 100%;
  }
}
.container main.king-main .entry-content .member-area__in .member-list li figure figcaption .post {
  font-size: 12px;
  font-weight: 500;
  margin: 8px 0 0;
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .member-area__in .member-list li figure figcaption .post {
    font-size: 16px;
  }
}
.container main.king-main .entry-content .member-area__in .member-list li figure figcaption .member {
  font-size: 16px;
  font-weight: 800;
  margin: 6px 0 0;
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .member-area__in .member-list li figure figcaption .member {
    font-size: 20px;
  }
}
.container main.king-main .entry-content .bit2byte-area {
  background: #FFF;
  padding: 0 0 60px;
}
.container main.king-main .entry-content .bit2byte-area__in {
  max-width: 1136px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .bit2byte-area__in {
    padding: 0 20px;
  }
}
.container main.king-main .entry-content .bit2byte-area__in h2 {
  background: none;
  width: 186px;
  padding: 0;
  margin: 0 auto 32px;
}
.container main.king-main .entry-content .bit2byte-area__in .bnr-list {
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}
.container main.king-main .entry-content .bit2byte-area__in .bnr-list li {
  width: 227px;
}
.container main.king-main .entry-content .bit2byte-area__in .custom-button {
  display: inline-block;
  line-height: 1;
  padding: 8px 16px;
  color: #F44F8F;
  text-decoration: none;
  border: 2px solid #000;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  background-color: #FFF;
  -webkit-box-shadow: 11px 10px 0px #000;
          box-shadow: 11px 10px 0px #000;
}
@media screen and (max-width: 600px) {
  .container main.king-main .entry-content .bit2byte-area__in .custom-button {
    font-size: 18px;
  }
}
.container main.king-main .entry-content .bit2byte-area__in .custom-button::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 1px;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-right: 14px solid #000;
  -webkit-transform: rotate(42deg);
          transform: rotate(42deg);
}
.container main.king-main .entry-content .bit2byte-area__in .custom-button::after {
  content: "";
  position: absolute;
  top: 1px;
  right: -9px;
  width: 0;
  height: 0;
  border-top: 18px solid black;
  border-left: 16px solid transparent;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

main.index {
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  margin: 0;
  /*いったん非表示*/
}
main.index .entry-card-title {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 2行まで表示 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
main.index .pagination-next,
main.index .pagination,
main.index .ad-label {
  display: none;
}

.top-list01 {
  background: #FFF url("/wordpress/wp-content/uploads/2024/08/bg_top01_pc.png") no-repeat center center;
  background-size: cover;
  background-position: left top;
  padding: 30px;
}
@media screen and (max-width: 750px) {
  .top-list01 {
    background: #FFF url("/wordpress/wp-content/uploads/2024/08/bg_top01_sp.png") no-repeat left center;
    padding: 20px;
  }
}
.top-list01 h1 {
  position: relative;
  font-size: 26px;
  font-weight: 900;
  padding-left: 118px;
  line-height: 1;
  margin: 0 0 28px;
}
@media screen and (max-width: 750px) {
  .top-list01 h1 {
    font-size: max(4vw, 18px);
    padding-left: 14.5vw;
  }
}
@media screen and (max-width: 540px) {
  .top-list01 h1 {
    padding-left: 70px;
  }
}
.top-list01 h1::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 99px;
  margin-right: 8px; /* 画像とテキストの間のスペース */
  background-image: url("/wordpress/wp-content/uploads/2024/08/ico_top01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  left: 0;
  top: -68px;
}
@media screen and (max-width: 750px) {
  .top-list01 h1::before {
    width: 11vw;
    height: 11vw;
    top: -4vh;
  }
}
@media screen and (max-width: 540px) {
  .top-list01 h1::before {
    width: 60px;
    height: 60px;
  }
}
.top-list01 .list-in a {
  width: calc(33.3333333333% - 27px);
}
@media screen and (max-width: 750px) {
  .top-list01 .list-in a {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 480px) {
  .top-list01 .list-in a {
    width: 100%;
    max-width: 400px;
  }
}
.top-list01 .bnr-area {
  margin: 26px 0 0;
}
@media screen and (max-width: 750px) {
  .top-list01 .bnr-area {
    max-width: 400px;
    margin: 26px auto 0;
  }
}

.top-list02,
.top-list03 {
  background: #FFF;
  padding: 30px;
  margin: 20px 0 0;
}
.top-list02 .pick-up-title,
.top-list03 .pick-up-title {
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
  margin: 0 0 30px;
}
@media screen and (max-width: 750px) {
  .top-list02 .pick-up-title,
  .top-list03 .pick-up-title {
    font-size: max(4vw, 18px);
  }
}
.top-list02 .list-in a,
.top-list03 .list-in a {
  width: calc(33.3333333333% - 27px);
}
@media screen and (max-width: 750px) {
  .top-list02 .list-in a,
  .top-list03 .list-in a {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 480px) {
  .top-list02 .list-in a,
  .top-list03 .list-in a {
    width: 100%;
    max-width: 400px;
  }
}

.top-list01 .list-in,
.top-list02 .list-in,
.top-list03 .list-in,
.top-list04 .list-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 15px 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .top-list01 .list-in,
  .top-list02 .list-in,
  .top-list03 .list-in,
  .top-list04 .list-in {
    gap: 15px 20px;
  }
}
.top-list01 .list-in .a-wrap,
.top-list02 .list-in .a-wrap,
.top-list03 .list-in .a-wrap,
.top-list04 .list-in .a-wrap {
  width: calc(33.3333333333% - 10px);
  margin: 0;
  padding: 0;
}
.top-list01 .list-in .a-wrap .entry-card-thumb,
.top-list02 .list-in .a-wrap .entry-card-thumb,
.top-list03 .list-in .a-wrap .entry-card-thumb,
.top-list04 .list-in .a-wrap .entry-card-thumb {
  width: auto;
}
.top-list01 .list-in a,
.top-list02 .list-in a,
.top-list03 .list-in a,
.top-list04 .list-in a {
  color: #000;
  text-decoration: none;
}
.top-list01 .list-in a img,
.top-list02 .list-in a img,
.top-list03 .list-in a img,
.top-list04 .list-in a img {
  border-radius: 10px;
}
.top-list01 .list-in a p,
.top-list02 .list-in a p,
.top-list03 .list-in a p,
.top-list04 .list-in a p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 4px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.top-list01 .entry-card,
.top-list02 .entry-card,
.top-list03 .entry-card,
.top-list04 .entry-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}
.top-list01 .entry-card .entry-card-content,
.top-list02 .entry-card .entry-card-content,
.top-list03 .entry-card .entry-card-content,
.top-list04 .entry-card .entry-card-content {
  margin-left: 0;
  padding: 0;
}

.top-list03 {
  width: 100%;
  margin: 0;
  border-radius: 0;
}
.top-list03__in {
  max-width: 1256px;
  margin: 0 auto;
}
.top-list03 .pick-up-title {
  font-size: 32px;
  text-align: center;
  line-height: 1;
  margin: 0 0 32px;
}
.top-list03 .pick-up-title .en {
  font-size: 16px;
  display: block;
  font-weight: 400;
  padding: 16px 0 0;
}
@media screen and (max-width: 750px) {
  .top-list03 .pick-up-title .en {
    font-size: 18px;
    padding: 8px 0 0;
  }
}
.top-list03 .list-in {
  gap: 15px 30px;
}
@media screen and (max-width: 750px) {
  .top-list03 .list-in {
    gap: 15px 20px;
  }
}
.top-list03 .list-in a {
  width: calc(25% - 23px);
}
@media screen and (max-width: 750px) {
  .top-list03 .list-in a {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 480px) {
  .top-list03 .list-in a {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}

.top-list04 {
  max-width: 1256px;
  margin: 80px auto 0;
  background: #FFF;
  padding: 30px;
}
@media screen and (max-width: 1296px) {
  .top-list04 {
    margin: 80px 20px 0;
  }
}
.top-list04 .pick-up-title {
  font-size: 20px;
  margin: 0 0 20px;
}
.top-list04 .list-in {
  gap: 15px 30px;
}
@media screen and (max-width: 750px) {
  .top-list04 .list-in {
    gap: 15px 20px;
  }
}
.top-list04 .list-in a {
  width: calc(25% - 23px);
}
@media screen and (max-width: 750px) {
  .top-list04 .list-in a {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 480px) {
  .top-list04 .list-in a {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.top-list04 .list-in a p {
  font-weight: 700;
}

a.more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  background: #000;
  border: 1px solid #000;
  color: #FFF;
  width: 114px;
  height: 42px;
  border-radius: 50px;
  margin: 30px auto 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 20px;
  font-weight: 700;
}
a.more:hover {
  background: #FFF;
  color: #000;
}

.index-bnr_area {
  margin: 120px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  background: #70dfbd url(/wordpress/wp-content/uploads/2024/09/bg_image.png) repeat center center;
}
@media screen and (max-width: 750px) {
  .index-bnr_area {
    max-width: 400px;
    padding: 0;
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 480px) {
  .index-bnr_area {
    padding: 0 40px;
  }
}

.single-bnr_area {
  margin: 80px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 120px 30px 30px;
  background: #70dfbd url(/wordpress/wp-content/uploads/2024/09/bg_image.png) repeat center center;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .single-bnr_area {
    max-width: initial;
    margin: 0 auto 0;
  }
}
@media screen and (max-width: 480px) {
  .single-bnr_area {
    padding: 40px;
  }
}
@media screen and (max-width: 750px) {
  .single-bnr_area a {
    max-width: 400px;
  }
}

.footer {
  margin-top: 0;
  background: #70dfbd url(/wordpress/wp-content/uploads/2024/09/bg_image.png) repeat center center;
}
.footer .footer-bottom-content {
  float: initial;
  text-align: center;
  margin: 40px 0;
}
.footer .footer-bottom {
  margin-top: 0;
}
.footer .copyright {
  color: #FFF;
  font-size: 14px;
  margin: 0;
}

/*シェアボタン*/
.sns-share-buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin: 100px 0 30px;
}
.sns-share-buttons a {
  width: 300px;
  height: 80px;
  border-radius: 10px;
}
.sns-share-buttons a .social-icon::before {
  display: none;
}
.sns-share-buttons a .button-caption {
  font-size: 20px;
  margin-left: 18px;
}
@media screen and (max-width: 834px) {
  .sns-share-buttons a .button-caption {
    margin-left: 18px !important;
  }
}
.sns-share-buttons .facebook-button {
  background: #0866FF;
}

/*パンくず*/
.breadcrumb {
  font-size: 16px;
  color: #FFF;
  margin: 0;
  padding: 0 40px;
}
@media screen and (max-width: 600px) {
  .breadcrumb {
    padding: 0 20px;
  }
}
.breadcrumb a {
  color: #FFF;
  text-decoration: underline;
}
.breadcrumb a:hover {
  text-decoration: none;
}

/*カテゴリ一覧*/
body.category .pick-up-content h2.heading {
  margin: 0 0 20px;
}
body.category .pick-up-content .list-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}
body.category .pick-up-content .list-in a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: calc(33.3333333333% - 22px);
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 834px) {
  body.category .pick-up-content .list-in a {
    width: calc(50% - 22px);
  }
}
@media screen and (max-width: 480px) {
  body.category .pick-up-content .list-in a {
    width: 100%;
  }
}
body.category .pick-up-content .list-in a img {
  width: 100%;
  border-radius: 10px;
}
body.category .pick-up-content .list-in a p {
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
body.category .pick-up-content .list-in .pagination-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 100%;
  margin: 30px 0 0;
}
@media screen and (max-width: 480px) {
  body.category .pick-up-content .list-in .pagination-container {
    gap: 16px;
    margin: 30px 0 0;
  }
}
body.category .pick-up-content .list-in .pagination-container .next.page-numbers,
body.category .pick-up-content .list-in .pagination-container .prev.page-numbers {
  display: none;
}
body.category .pick-up-content .list-in .pagination-container .page-numbers {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  color: #000;
  border: 1px solid #000;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 30px;
}
@media screen and (max-width: 480px) {
  body.category .pick-up-content .list-in .pagination-container .page-numbers {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }
}
body.category .pick-up-content .list-in .pagination-container .current,
body.category .pick-up-content .list-in .pagination-container .page-numbers:hover {
  background: #FFDC50;
}
body.category .content-list {
  background: #FFF;
}
body.category .content-list .content-in {
  padding: 60px 0;
}
@media screen and (max-width: 480px) {
  body.category .content-list .content-in {
    padding: 20px 0;
  }
}
body.category .content-list .main {
  max-width: 1298px;
  width: 100%;
}
body.category .ad-container {
  width: 100%;
  text-align: center;
}

/*詳細ページコンテンツ*/
.entry-categories-tags {
  margin: 0 0 70px;
}
@media screen and (max-width: 834px) {
  .entry-categories-tags {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 480px) {
  .entry-categories-tags {
    margin: 0 0 24px;
  }
}
.entry-categories-tags .entry-categories a.cat-link {
  background: #63D0BD;
  border-radius: 6px;
  padding: 4px 8px;
  font-weight: 400;
}
.entry-categories-tags .entry-categories a.cat-link .tax-icon {
  display: none;
}
.entry-categories-tags .entry-tags a.tag-link {
  background: #D9D9D9;
  border: none;
  color: #555555;
  border-radius: 6px;
  padding: 4px 8px;
  font-weight: 400;
}
.entry-categories-tags .entry-tags a.tag-link .tax-icon {
  display: none;
}

.ctdt-one-row > div {
  display: inline-block;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}
/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
}
/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}