@charset "UTF-8";
body {
  font-size: 16px;
  color: #333;
  max-width: 1920px;
  margin: auto;
  padding-top: 90px;
  line-height: 1.7;
}

body.en {
  font-family: "Noto Sans", sans-serif;
}

body.ja {
  font-family: "Noto Sans JP", sans-serif;
}

body.ko {
  font-family: "Noto Sans KR", sans-serif;
}

/* 
基本設定カラー
*/
/* 
基本プロパティ
*/
ul {
  list-style: none;
}

/* 
Bogo cutmize
*/
.bogoflags {
  display: none;
}

/* 
ユーティリティ
*/
.w-1000 {
  width: 1000px !important;
}

.w-200 {
  width: 200px !important;
}

.w-220 {
  width: 220px !important;
}

.w-150 {
  width: 150px !important;
}

.w-120 {
  width: 120px !important;
}

.h-220 {
  height: 220px !important;
}

.pc-img {
  display: block;
}

.sp-img {
  display: none;
}

/* 
ヘッダーのスタイル
*/
.header {
  height: 90px;
  background-color: #fff;
  align-items: center;
  border-bottom: 1px solid #ddd;
  position: fixed;
  top: 35px;
  left: 0;
  z-index: 1000;
}

.header__container {
  padding-left: 24px;
}
.header__container .hero-logo {
  width: 300px;
}

.hero-section__contener .mark {
  display: inline-block;
  color: #D62825;
  background: none;
}

.menu-list .menu-list-link {
  color: #333;
  text-decoration: none;
}

.menu-list {
  display: flex;
  align-items: center;
  gap: 8px;
}

.menu-item {
  position: relative;
  cursor: pointer;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.menu-item:hover .dropdown-menu {
  display: block;
}

.header-btn {
  display: flex;
  flex-direction: column;
}

.header-btn .btn {
  border-radius: 0;
  height: 45px;
  color: #fff;
  text-align: left;
}

.header-btn .btn-ad {
  background-color: #D62825;
}

.header-btn .btn-login {
  background-color: #333;
}

.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 4px;
  position: absolute;
  right: 20px;
}

.hamburger .line {
  width: 24px;
  height: 2px;
  background-color: #333;
}

.hamburger .line-1 {
  transition: transform 0.3s ease;
}

.hamburger .line-2 {
  transition: opacity 0.3s ease;
}

.hamburger .line-3 {
  transition: transform 0.3s ease;
}

.menu-list-mobile {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 300px;
  background-color: #ffffff;
  flex-direction: column;
  gap: 0;
  padding: 90px 0 0 0;
  transition: transform 0.3s ease;
  transform: translateX(100%);
}

.menu-list-mobile.active {
  transform: translateX(0);
}

.menu-list-mobile .accordion-button:not(.collapsed) {
  background-color: #FFF3F2;
}

.menu-list-mobile .menu-item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ddd;
  background-color: #FFF3F2;
}

.menu-list-mobile .menu-item .menu-list-link {
  padding: 12px;
  text-decoration: unset;
  color: #333333;
  background-color: #FFF3F2;
}

.menu-list-mobile .submenu {
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-list-mobile .submenu li:first {
  border-top: 1px solid #ffffff;
}

.menu-list-mobile .submenu li {
  border-bottom: 1px solid #dddddd;
}

.menu-list-mobile .submenu li:last-child {
  border: none;
}

.menu-list-mobile .submenu li a {
  background-color: #ffffff;
  display: block;
  text-decoration: unset;
  padding: 12px;
  color: #333333;
}

.menu-list-mobile .menu-item.active .submenu {
  display: flex;
}

.menu-item {
  position: relative;
  cursor: pointer;
}
.menu-item img {
  margin-right: 8px;
}

.submenu {
  flex-direction: column;
  margin-top: 8px;
  padding-left: 16px;
}

.menu-item.active .submenu {
  display: flex;
}

/* 
セクション ヒーロー
*/
.hero-section {
  padding: 32px 0;
  background-image: url("../images/hero_bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2000px;
}

.hero-section__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.hero-section__inner .hero-title {
  line-height: 1.5;
  font-weight: bold;
  font-size: 36px;
}
.hero-section__inner .hero-txt {
  display: flex;
  flex-direction: column;
  width: 68%;
  gap: 24px;
}
.hero-section__inner .hero-image {
  width: 40%;
}
.hero-section__inner .hero-image img {
  width: 100%;
  height: auto;
}
.hero-section__inner .cta-btn-wrap {
  justify-content: left;
}
.hero-section__inner .hero-logo__inner .hero-logo {
  width: 540px;
}

/* 
TOPページ
*/
.top1-section {
  position: relative;
}
.top1-section .card-border__item {
  border: 1px solid #333333;
  padding: 0;
}
.top1-section .card__item .card-title {
  color: #ffffff;
  background-color: #333333;
  text-align: center;
  padding: 12px 0;
}
.top1-section .card-body {
  gap: 12px;
  display: flex;
  flex-direction: column;
}
.top1-section .section__title .h-logo {
  width: 480px;
}
.top1-section .txt-bg {
  color: #ffffff;
  font-weight: bold;
  font-size: 140px;
  transform: rotate(90deg);
  position: absolute;
  top: 220px;
  left: -220px;
}

.top2-section {
  position: relative;
}
.top2-section .h-logo {
  width: 440px;
}
.top2-section .top2-logo {
  display: flex;
  align-items: center;
  font-size: 40px;
  color: #D62825;
  font-weight: bold;
}
.top2-section .section__container {
  max-width: 1200px;
}
.top2-section .card__inner {
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.top2-section .card__item {
  display: flex;
  flex-direction: column;
  padding: 24px 12px;
}
.top2-section .card__image {
  text-align: center;
  margin-bottom: 12px;
}
.top2-section .card-border__item {
  border: 1px solid #333333;
}
.top2-section .y-card__txt {
  font-weight: bold;
}
.top2-section .txt-bg {
  color: rgba(249, 249, 249, 0.9764705882);
  font-weight: bold;
  font-size: 140px;
  position: absolute;
  top: -50px;
  right: 0px;
  z-index: -1;
}

.topad-section {
  position: relative;
}
.topad-section .h1 {
  font-size: 36px;
  color: #D62825;
  margin-bottom: 16px;
  line-height: 1.2;
}
.topad-section .section__container {
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.topad-section .lead {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 28px;
  line-height: 1.7;
}
.topad-section .topad__top__item {
  max-width: 1200px;
}
.topad-section .logo__inner {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  gap: 24px;
}
.topad-section .logo__inner img {
  width: auto;
}
.topad-section .topad__item {
  margin-bottom: 90px;
}
.topad-section .txt-bg {
  color: #ffffff;
  font-weight: bold;
  font-size: 140px;
  position: absolute;
  top: -50px;
  left: 0px;
  z-index: 1;
}
.topad-section .y-card__inner {
  position: relative;
}
.topad-section .y-card {
  z-index: 2;
}
.topad-section .y-card-img {
  width: 350px;
}
.topad-section .topad__grph__odd,
.topad-section .topad__grph__even {
  max-width: 430px;
  position: absolute;
  z-index: 1;
}
.topad-section .topad__grph__odd {
  left: -120px;
  top: 30px;
}
.topad-section .topad__grph__even {
  right: -120px;
  bottom: 30px;
}

.topmed-section {
  position: relative;
}
.topmed-section .h1 {
  color: #1E90FF;
}
.topmed-section .section__title {
  color: #1E90FF;
}
.topmed-section .txt-bg {
  color: #ECF1FF;
}
.topmed-section .y-card__subtitle {
  background: linear-gradient(135deg, #73baff 10%, #1e90ff 90%);
}
.topmed-section .y-card-img {
  width: auto;
}

.triangle-section {
  width: 100%;
}

.triangle {
  width: 100%;
  padding-top: 150px;
  position: relative;
  overflow: hidden;
}

.triangle::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 50%;
  border-top: 120px solid #FFF3F2;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  transform: translateX(-50%);
}

/* 
セクション 広告主
*/
.section {
  padding: 90px 40px;
  overflow: hidden;
}

.section__container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.section__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.section__title {
  font-size: 32px;
  margin-bottom: 40px;
  color: #D62825;
}
.section__title .mark {
  display: inline-block;
  margin: 0px 8px;
  padding: 4px 12px;
  color: #fff;
  background-color: #D62825;
}
.section__title .h-logo {
  width: 300px;
}

/* 
セクション 媒体主
*/
.media-section .media-section__title {
  color: #1E90FF;
}
.media-section .media-section__title .mark {
  background-color: #1E90FF;
}

.media-section__inner {
  gap: 90px;
}

/* 
媒体主セクション
*/
.media-section__title {
  font-size: 32px;
  color: #1E90FF;
}
.media-section__title .mark {
  margin-left: 8px;
  color: #fff;
  background-color: #D62825;
}

/* 
コンテンツ　要素
*/
.card {
  border: none;
}
.card .card-img {
  width: auto;
  height: auto;
  margin: 0 auto;
  margin-bottom: 20px;
}
.card .card-title {
  font-size: 18px;
  margin-bottom: 20px;
  color: #D62825;
  text-align: center;
}

.card__item {
  width: 310px;
  background-color: #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 24px;
  border-radius: 4px;
}
.card__item .card-img {
  width: auto;
  height: auto;
  margin: 0 auto;
}

.card-border__item {
  box-shadow: none !important;
  border: 1px solid #D62825;
}
.card-border__item.border-secondary {
  border: 1px solid #1E90FF !important;
}

.card__inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 0;
}

.y-card__inner {
  flex-direction: column;
  gap: 32px;
}

.y-card {
  display: flex;
  max-width: 1000px;
  gap: 24px;
  align-items: center; /* 縦方向のセンタリング */
  padding: 40px; /* カード内の余白 */
  border-radius: 8px; /* カードの角丸 */
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin: auto;
}

.y-card-img {
  height: auto; /* アスペクト比を保持 */
  border-radius: 8px; /* 画像の角丸 */
  flex-shrink: 0; /* 画像のサイズを維持 */
}

.y-card-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 100%;
  overflow: hidden;
}

.y-card__title {
  color: #D62825;
}

.y-card__subtitle {
  background-image: linear-gradient(150deg, rgb(255, 123, 110), rgb(214, 40, 37));
  width: -moz-max-content;
  width: max-content;
  padding: 4px 8px;
  color: #ffffff;
  max-width: 100%;
}

.theme-bg {
  background-color: #D62825;
}

.second-bg {
  background-color: #1E90FF;
}

.pink-bg {
  background-color: #FFF3F2;
}

.gray-bg {
  background-color: #F9F9F9;
}

.blue-bg {
  background-color: #FBFAFF;
}

.white-bg {
  background-color: #ffffff;
}

.blue-grd-bg {
  background-image: linear-gradient(0deg, #ecf1ff, #ffffff);
}

.pink-grd-bg {
  background-image: linear-gradient(0deg, #FFF3F2, #ffffff);
}

/* 
フッター
*/
/* カスタムスタイル */
.footer {
  background-color: #ffffff;
  padding: 60px 0;
}
.footer .footer__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.footer__menu-list {
  gap: 40px;
}
.footer__menu-list .footer__menu-link {
  color: #333;
  text-decoration: none;
  font-size: 18px;
  transition: color 0.3s;
  display: flex;
  align-items: center;
}
.footer__menu-list .footer__menu-link::before {
  border-top: 2px solid red;
  content: "";
  width: 12px;
  margin-right: 8px;
}

.footer__sub-menu-list {
  line-height: 2;
  display: flex;
  list-style: none;
  padding: 0;
  gap: 24px;
  margin-top: 32px;
}

.footer__sub-menu-link {
  color: #333;
  font-size: 14px;
  display: block;
  text-decoration: none;
}

.footer__logo {
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
  margin-top: 60px;
}

.footer__menu-child {
  list-style: none;
  padding: 0;
  margin-top: 10px;
  line-height: 2;
  padding-left: 21px;
}

.footer__menu-child-link {
  color: #333;
  font-size: 14px;
  display: block;
  text-decoration: unset;
}

/* 
zcomフッター
*/
.zcomFooter {
  padding-bottom: 40px;
  color: #323232;
  font-family: "ナウ-GM", "NOW-GM", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 1.625;
}
.zcomFooter .inner {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1200px;
  position: relative;
  width: 100%;
}
.zcomFooter .zcomFooter_copy {
  border-top: 1px solid #dcdcdc;
  display: flex;
  justify-content: space-between;
  padding-top: 14px;
}
.zcomFooter .zcomFooter_copy p {
  font-size: 10px;
}
.zcomFooter small {
  font-size: 80%;
}
.zcomFooter .zcomFooter_logo {
  margin-top: 20px;
  text-align: right;
}
.zcomFooter .zcomFooter_logo img {
  width: 178px;
  height: 12px;
}
.zcomFooter img {
  vertical-align: middle;
}

/* 
CTA
*/
.cta-section {
  background-color: #f9f9f9; /* セクションの背景色 */
  padding: 60px 0; /* 上下60pxのパディング */
  background-image: url("../images/cta_bg_img.webp"); /* 背景画像を指定 */
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-position: -90px;
  margin: 0;
}

.cta-container {
  max-width: 1200px; /* コンテンツ幅 1200px */
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 40px;
}

.cta-content {
  width: 60%; /* 右側コンテンツ幅 */
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px 0px;
}

.cta-logo {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  text-align: center;
  margin: auto;
}
.cta-logo img {
  width: 480px;
}

.cta-content h2 {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}

.cta-content p {
  font-size: 16px;
  color: #555;
  margin-bottom: 30px;
}

.cta-image {
  width: 40%; /* 左側画像の幅 */
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-image img {
  max-width: 100%; /* 画像が親の幅に合わせて表示 */
  height: auto;
}

.cta-btn,
.other-btn {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  background-color: #D62825;
  color: #fff;
  border: 1px solid #D62825;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
}
.cta-btn.btn-w-270,
.other-btn.btn-w-270 {
  width: 270px !important;
}
.cta-btn.btn-w-m,
.other-btn.btn-w-m {
  width: 290px !important;
}
.cta-btn.btn-w-l,
.other-btn.btn-w-l {
  width: 400px !important;
}

.other-btn {
  background-color: #333333;
  border: 1px solid #333333;
  text-align: center;
}

.btn-ad,
.btn-login {
  overflow: hidden;
  position: relative;
}

.cta-btn::before,
.btn-ad::before,
.btn-login::before,
.other-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  transform: rotate(120deg);
  transition: all 0.3s ease-in;
}

.cta-btn:hover::before,
.btn-ad:hover::before,
.btn-login:hover::before,
.other-btn:hover::before {
  animation: slide 0.7s;
}

@keyframes slide {
  100% {
    left: 100%;
  }
}
.cta-btn .icon {
  font-size: 1.5rem; /* アイコンサイズ */
}

.cta-btn .text-group {
  flex: 1;
  margin: 0 10px;
}

.cta-btn .sub-text {
  font-size: 0.8rem;
  font-weight: normal;
  display: block;
}

.cta-btn .main-text {
  font-size: 1.1rem;
  font-weight: bold;
}

.cta-partnar-btn {
  background-color: #1E90FF;
  border-color: #1E90FF;
}

.cta-btn-wrap {
  display: flex;
  justify-content: center;
  gap: 32px;
}

.kv-cta-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1000px;
  gap: 24px 24px;
  margin: 0 auto;
}

/* 
CTA　ボタングループ
*/
.cta-btn-group {
  display: flex;
  justify-content: center;
  gap: 24px;
}

/* 
サービス　KV
*/
.key-visual {
  background-image: url("../images/service_kv_bg.webp"); /* 背景画像を指定 */
  background-size: cover;
  background-position: center -20px;
  background-repeat: no-repeat;
  height: 540px;
  display: flex;
  align-items: center;
  color: white;
}
.key-visual .h1 {
  font-size: 36px;
  color: #D62825;
  margin-bottom: 20px;
  line-height: 1.2;
}
.key-visual .lead {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 28px;
  line-height: 1.7;
}
.key-visual .sublead {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 28px;
}

.key-visual .container {
  display: flex;
  justify-content: center;
  margin-top: 46px;
}

.key-visual-contents {
  width: 1200px;
}

.key-visual img {
  max-width: 80%; /* イラスト画像を親コンテナ内で収める */
  height: auto; /* 比率を維持 */
}

.key-visual-off .kv_img {
  width: 380px;
}

/* 
サービス　media KV
*/
.key-visual-media {
  background-image: url("../images/service_kv_media_bg.webp"); /* 背景画像を指定 */
  background-size: cover;
  background-position: center -20px;
  background-repeat: no-repeat;
  height: 540px;
  display: flex;
  align-items: center;
  color: white;
}
.key-visual-media .h1 {
  color: #1E90FF;
}
.key-visual-media .lead {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 28px;
  line-height: 1.7;
}

/* 
公告主トップ
*/
.ad1-section {
  background-image: url("../images/adsec_bg.webp");
  background-size: cover;
  background-position: center 230px;
  background-repeat: no-repeat;
}
.ad1-section .section__inner {
  gap: 32px 0;
}
.ad1-section .adsec_1-img {
  width: 400px;
}
.ad1-section .mark {
  color: #D62825;
  background-color: unset;
}
.ad1-section .ad1__text {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
}
.ad1-section .card-body {
  padding: 20px 8px;
}

.ad2-section {
  background-color: #D62825;
}
.ad2-section .section__title {
  color: #ffffff;
}
.ad2-section .section__container {
  max-width: 100%;
}
.ad2-section .card {
  background-color: #D62825;
  box-shadow: none;
  color: #ffffff;
}
.ad2-section .card-title {
  background-color: unset;
  color: #ffffff;
}
.ad2-section .card-body {
  padding: 20px 8px;
}

.ad3-section {
  position: relative;
}
.ad3-section .ad3__grph__odd {
  position: absolute;
  left: -50px;
  top: 10px;
}
.ad3-section .ad3__grph__odd img {
  width: 330px;
}
.ad3-section .ad3__grph__even {
  position: absolute;
  right: -50px;
  bottom: 10px;
}
.ad3-section .ad3__grph__even img {
  width: 330px;
}

.ad4-section {
  position: relative;
}
.ad4-section .ad4__grph__odd {
  position: absolute;
  left: -70px;
  bottom: 10px;
}
.ad4-section .ad4__grph__odd img {
  width: 330px;
}

.section__graphic_txt {
  color: #D62825;
  font-size: 100px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

/* 
ノンインセンティブ広告
*/
.aff2__section .section__container {
  max-width: 80%;
}
.aff2__section .section__inner {
  display: flex;
  gap: 32px;
}
.aff2__section .card-title {
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  padding: 8px 12px;
  background-image: linear-gradient(150deg, rgb(255, 123, 110), rgb(214, 40, 37));
}
.aff2__section .aff2__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0;
}
.aff2__section .aff2__img {
  text-align: center;
  z-index: 2;
}
.aff2__section .aff2__txt {
  z-index: 2;
  padding: 0;
}
.aff2__section .aff2__txt .card {
  padding: 16px 24px;
}
.aff2__section .aff2__img img {
  height: 240px;
}
.aff2__section .affi__grph__odd,
.aff2__section .affi__grph__even {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  z-index: 1;
}
.aff2__section .affi__grph__odd img,
.aff2__section .affi__grph__even img {
  width: 440px;
}
.aff2__section .affi__grph__even {
  right: -170px;
  top: 30px;
}
.aff2__section .affi__grph__odd {
  left: -140px;
  top: 30px;
}

/* 
リワード広告
*/
.rw1-section__inner {
  display: flex;
}
.rw1-section__inner .y-card {
  max-width: 1000px;
}
.rw1-section__inner .y-card__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 0;
}
.rw1-section__inner .y-card {
  flex-direction: column-reverse;
}
.rw1-section__inner .y-card .y-card__img {
  width: 500px;
  height: auto;
}
.rw1-section__inner .y-card-img {
  width: 650px;
  height: auto;
  margin: 24px 0;
}
.rw1-section__inner li {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #D62825;
}
.rw1-section__inner li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  transform: translateY(-50%);
  width: 20px; /* 画像の幅 */
  height: 20px; /* 画像の高さ */
  background-image: url("../images/rw1icon_1.webp"); /* チェックアイコンの画像URL */
  background-size: contain;
  background-repeat: no-repeat;
}

.rw2-section__inner .card__item {
  width: 48%;
}
.rw2-section__inner .card {
  gap: 12px;
}

.rw1-section__inner .card,
.rw2-section__inner .card {
  gap: 12px;
}
.rw1-section__inner .card .card__img,
.rw2-section__inner .card .card__img {
  max-height: 120px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.rw1-section__inner .card .card__title,
.rw2-section__inner .card .card__title {
  margin-bottom: 20px;
  line-height: 1.7;
  text-align: center;
}

/* 
運用型広告
*/
.eg2-section__title {
  margin-bottom: 100px;
}

.eg-section__inner {
  gap: 24px;
}
.eg-section__inner h5 {
  color: #D62825;
  font-weight: bold;
}
.eg-section__inner .y-card__number {
  font-size: 80px;
  color: #D62825;
  font-weight: bold;
  margin-right: 16px;
}
.eg-section__inner .y-card-img {
  width: 150px;
  margin-right: 0;
  margin-left: auto;
}

.eg2-section .eg2-section__container {
  max-width: 100%;
}

.eg2-section__inner .card__item {
  width: 23%;
}
.eg2-section__inner .card {
  position: relative;
  padding: 60px 24px 24px 24px;
}
.eg2-section__inner .card__item .card-img {
  width: 150px;
  margin-bottom: 16px;
}
.eg2-section__inner .eg2__txt__container {
  position: absolute;
  left: calc(50% - 50px);
  top: -70px;
}
.eg2-section__inner .eg2__txt__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #D62825;
  line-height: 1;
  width: 100px;
  height: 100px;
  border: 2px solid #D62825;
  border-radius: 50%;
  background: #ffffff;
  text-align: center;
}
.eg2-section__inner .eg2__txt__inner .eg2__step {
  font-size: 24px;
}
.eg2-section__inner .eg2__txt__inner .eg2__number {
  font-size: 40px;
}

/* 
媒体主トップ
*/
.media-section .y-card__title {
  color: #1E90FF;
}
.media-section .card-title {
  width: -moz-fit-content;
  width: fit-content;
  background-color: unset;
  color: #1E90FF;
}

.med1__section .card__img {
  text-align: center;
}
.med1__section .card__item {
  width: 100%;
}

.med1__section__container {
  max-width: 1280px;
}

.med1__section__inner {
  display: flex;
  gap: 24px;
}

.effect-section .section__title {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.effect-section__container {
  position: relative;
}

.med2-section .section__container {
  max-width: 1000px;
}
.med2-section .section__inner {
  display: flex;
  gap: 100px;
}
.med2-section .med2__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0;
}
.med2-section .card__item {
  width: 100%;
}
.med2-section .med2__img {
  text-align: center;
}
.med2-section .med2__img img {
  height: 240px;
}
.med2-section .affi__grph__odd,
.med2-section .affi__grph__even {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  z-index: -1;
}
.med2-section .affi__grph__odd img,
.med2-section .affi__grph__even img {
  width: 440px;
}
.med2-section .affi__grph__even {
  right: -170px;
  top: 0px;
}
.med2-section .affi__grph__odd {
  left: -140px;
  top: 30px;
}

.med4-section .section__inner .txt {
  color: #ffffff;
  font-weight: bold;
}
.med4-section .section__title {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.med5-section .card {
  padding: 110px 60px 60px 60px;
  margin-top: 110px;
}
.med5-section .card-body {
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
}
.med5-section .card-text {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
.med5-section .card__img {
  width: 800px;
}
.med5-section .icon__container img {
  width: 200px;
  height: auto;
}

.public-category {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.public-category .category__item {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  background-color: #ECF1FF;
  padding: 4px 8px;
}

.icon__container {
  position: absolute;
  left: calc(50% - 100px);
  top: -100px;
}

/* 
オファーウォール
*/
.off1-section .h2 {
  color: #1E90FF;
}
.off1-section .card-body {
  padding: 0px;
}

.off3-section .card-title {
  width: 100%;
  color: #ffffff;
  background: #333333;
  text-align: center;
  padding: 16px 0;
  margin: 0;
}
.off3-section .card-body {
  padding: 0px;
}
.off3-section .off3-section__inner {
  gap: 80px;
}
.off3-section .img-fluid {
  max-width: 800px;
  width: 800px;
}

/* 
効果事例
*/
.effect-section {
  position: relative;
}
.effect-section .section__title {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.effect-section .effect-section__title {
  font-size: 44px;
}
.effect-section .effect-section__subtitle {
  font-size: 20px;
}
.effect-section .y-card-content {
  margin: auto;
}
.effect-section .table {
  width: 800px;
  table-layout: fixed;
}
.effect-section .effect__box {
  width: 600px;
  display: flex;
  align-items: center;
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
}
.effect-section .effect__box__container {
  height: 500px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.effect-section .effect__box__txt {
  font-size: 80px;
  font-weight: bold;
  color: #FFF3F2;
  line-height: 1;
  position: absolute;
  top: 8px;
  left: 12px;
}
.effect-section .img-example {
  max-width: 600px;
  width: 600px;
}

.media-section .effect__box__txt {
  color: #ECEFFF;
}

.error-section__inner {
  flex-direction: column;
  color: #D62825;
  text-align: center;
}
.error-section__inner .error-title {
  font-size: 200px;
  font-weight: bold;
  line-height: 1.2;
}
.error-section__inner .error-subtitle {
  font-size: 20px;
}

/* 
テーブル
*/
.table-section .table {
  overflow: visible;
}
.table-section .table th,
.table-section .table td {
  padding: 24px 12px;
  text-align: center; /* テキストを中央揃えに */
  white-space: nowrap;
}
.table-section .table th {
  white-space: nowrap;
  background-color: #333;
  color: #fff;
}
.table-section .table td {
  vertical-align: middle;
  position: relative;
}
.table-section .y-card-content {
  overflow: visible;
}
.table-section .table-monopoly tr td:first-child {
  padding-left: 40px;
}
.table-section .monopoly td:nth-child(1):before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  background-color: #D62825;
  color: #fff;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

body.en .bogo-language-switcher .en {
  display: none;
}
body.en .monopoly td:nth-child(1):before {
  content: "Exclusive";
  font-size: 11px;
}

body.ja .bogo-language-switcher .ja {
  display: none;
}
body.ja .monopoly td:nth-child(1):before {
  content: "独占";
  font-size: 14px;
}

body.ko .bogo-language-switcher .ko {
  display: none;
}
body.ko .monopoly td:nth-child(1):before {
  content: "독점";
  font-size: 14px;
}

.med5-1__table .table th:nth-child(3),
.med5-2__table .table th:nth-child(3) {
  border-top: 3px solid #1E90FF;
  border-right: 3px solid #1E90FF;
  border-left: 3px solid #1E90FF;
}

.med5-1__table .table td:nth-child(3),
.med5-2__table .table td:nth-child(3) {
  border-right: 3px solid #1E90FF;
  border-left: 3px solid #1E90FF;
  background: #F2F7F8;
  color: #1E90FF;
}

.med5-1__table .table tr:last-child td:nth-child(3),
.med5-2__table .table tr:last-child td:nth-child(3) {
  border-bottom: 3px solid #1E90FF;
}

/* 
お問い合わせ
*/
.form_container .form-control,
.form_container .form-select {
  background-color: #f1f1f1;
  border-radius: 4px;
  border: none;
}
.form_container .form-check-input {
  border-color: #333333;
}
.form_container .form-check-input:checked {
  border: none;
  background-color: #333333;
}
.form_container .form-check-input:focus {
  box-shadow: none;
}
.form_container .btn {
  padding: 16px;
  width: 270px;
  margin: auto;
}
.form_container .btn-inquiry {
  color: #1E90FF;
  border: 1px solid #1E90FF;
}
.form_container .btn-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
}
.form_container .badge {
  border-radius: 2px;
  margin-left: 8px;
}
.form_container .required-badge {
  background-color: #D62825;
  color: #ffffff;
}
.form_container .checkbox-wrap,
.form_container .radio-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
}
.form_container .note {
  font-size: 14px;
  color: #999;
}
.form_container form .form-label {
  font-size: 1rem;
  font-weight: bold;
}
.form_container .form-control,
.form_container .form-select {
  border-radius: 0.375rem;
  border-radius: 4px;
}
.form_container .form-control:focus,
.form_container .form-select:focus {
  box-shadow: none;
}
.form_container textarea.form-control {
  resize: none;
}
.form_container .btn-primary {
  background-color: #007bff;
  border: 1px solid #007bff;
  color: white;
}
.form_container .table {
  border: none; /* テーブル全体のボーダーを消す */
}
.form_container .table th,
.form_container .table td {
  border: none; /* 各セル（thとtd）のボーダーを消す */
  padding: 0.75rem; /* 適切なパディングを追加 */
  word-break: break-all;
  width: 50%;
}
.form_container .table .monopoly td {
  padding-left: 30px;
}
.form_container .table tbody tr {
  border: none; /* 行のボーダーも消す */
}
.form_container .table th {
  font-weight: bold; /* thのテキストを太字に */
}
.form_container .table td {
  color: #333; /* tdのテキスト色を設定（任意） */
}

@media (max-width: 1279px) {
  .zcomFooter .inner {
    padding: 0 16px;
  }
  .zcomFooter .zcomFooter_copy {
    border-top: none;
    display: block;
    padding-top: 24px;
    text-align: center;
  }
  .zcomFooter .zcomFooter_copy p + p {
    margin-top: 18px;
  }
  .zcomFooter .zcomFooter_logo {
    margin-top: 10px;
    text-align: center;
  }
  .ad3-section {
    position: relative;
  }
  .ad3-section .ad3__grph__odd img {
    width: 240px;
  }
  .ad3-section .ad3__grph__even {
    bottom: -90px;
  }
  .ad3-section .ad3__grph__even img {
    width: 240px;
  }
  .ad4-section {
    position: relative;
  }
  .ad4-section .ad4__grph__odd {
    bottom: -60px;
  }
  .ad4-section .ad4__grph__odd img {
    width: 240px;
  }
  .footer .footer__container {
    width: auto;
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  body {
    padding-top: 60px;
  }
  .hamburger {
    display: flex;
    z-index: 11;
  }
  .header {
    display: flex;
    align-items: center;
    height: 60px;
  }
  .menu-list {
    display: none !important;
  }
  .menu-list-mobile {
    display: flex !important;
    z-index: 10;
  }
  /* ハンバーガーメニューの変化 */
  .hamburger.open .line-1 {
    transform: rotate(45deg) translateY(8px);
  }
  .hamburger.open .line-2 {
    opacity: 0;
  }
  .hamburger.open .line-3 {
    transform: rotate(-45deg) translateY(-8px);
  }
  .menu-list-mobile.active ~ .hamburger-demo-cover {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(3, 3, 3, 0.5);
    display: block;
  }
  .menu-item.active .submenu {
    display: flex;
  }
}
@media (max-width: 1060px) {
  .top1-section .cta-btn-wrap {
    flex-direction: row;
  }
  .top1-section .txt-bg {
    display: none;
  }
  .top2-section .top2-section__item {
    display: flex;
    flex-direction: column-reverse;
  }
  .top2-section .top2-section__item .card-sp-img {
    width: 300px;
  }
  .top2-section .top2-section__img {
    text-align: center;
  }
  .top2-section .txt-bg {
    font-size: 80px;
    top: 0px;
    right: 10px;
  }
  .top2-section .top2-logo {
    text-align: center;
    justify-content: center;
  }
  .top2-section .h-logo {
    max-width: 100%;
  }
  .top2-section__content {
    width: 100% !important;
  }
  .top2-section__inner {
    gap: 24px;
  }
  .topad-section .txt-bg {
    font-size: 80px;
    top: -20px;
  }
  .card__inner {
    row-gap: 32px;
    flex-wrap: wrap;
  }
  .card__item {
    width: 48%;
  }
  .eg2-section__inner {
    row-gap: 70px;
  }
  .eg2-section__inner .card__item {
    width: 48%;
  }
  .hero-section {
    background-size: 1400px;
    background-position: -120px -120px;
  }
  .hero-section__inner {
    max-width: 930px;
  }
  .hero-section__inner .hero-image img {
    width: 340px;
  }
  .hero-section__inner .hero-title {
    font-size: 28px;
  }
  .aff2__section .section__container {
    max-width: 100%;
  }
  .aff2__section .aff2__img img {
    height: 200px;
  }
  .med5-section .pc-img.card__img {
    max-width: 800px;
  }
}
@media (min-width: 992px) {
  .table-section .table-responsive {
    overflow: visible !important;
  }
}
@media (max-width: 991px) {
  .header__container {
    padding-left: 12px;
  }
  .header__container .hero-logo {
    width: 240px;
  }
  .hero-section__inner {
    padding-top: 0px;
    flex-direction: column-reverse;
  }
  .hero-section__inner .hero-image {
    width: 360px;
    text-align: center;
  }
  .hero-section__inner .hero-txt {
    width: 100%;
    text-align: center;
  }
  .hero-section__inner .hero-logo__inner {
    margin: 12px 0;
    order: 1;
    text-align: center;
  }
  .hero-section__inner .hero-logo__inner .hero-logo {
    width: 520px;
  }
  .hero-section__inner .hero-title {
    font-size: 20px;
    order: 3;
  }
  .hero-section__inner .hero-subtitle {
    order: 4;
  }
  .hero-section__inner .cta-btn-wrap {
    margin-bottom: 24px;
    order: 2;
  }
  .hero-section__inner .cta-btn-wrap {
    flex-direction: row;
  }
  .top2-section .top2-logo {
    font-size: 40px;
  }
  .kv-cta-btn-wrap {
    width: 100%;
  }
  .section {
    overflow: hidden;
  }
  .card {
    padding: 24px 16px;
  }
  .card-body {
    padding: 16px 0;
  }
  .ad3-section .ad3__grph__odd,
  .ad3-section .ad3__grph__even {
    display: none;
  }
  .ad4-section {
    position: relative;
  }
  .ad4-section .ad4__grph__odd {
    display: none;
  }
  .aff2__section .section__container {
    max-width: 100%;
  }
  .footer {
    padding: 20px;
  }
  .footer__container {
    width: 100%;
  }
  .footer__menu-list {
    flex-direction: column;
    gap: 20px;
  }
  .footer__sub-menu-list {
    flex-direction: column;
    gap: 0;
  }
  .cta-container {
    max-width: 100%;
    background-color: unset;
  }
  .cta-container {
    justify-content: center;
  }
  .cta-image-sp {
    margin-top: 30px;
  }
  .cta-image-sp img {
    width: 250px;
  }
  .cta-logo img {
    width: 300px;
  }
  .cta-section {
    background-position: center;
  }
  .cta-btn-wrap {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    flex-direction: column;
    gap: 24px;
  }
  .cta-section .cta-btn-wrap {
    flex-direction: row;
  }
  .cta-content {
    width: 100%;
  }
  .cta-container {
    padding: 20px;
  }
  .cta-text {
    max-width: 500px;
    margin: 0 auto 24px auto;
  }
  .footer__menu-child {
    line-height: 1.7;
  }
  .cta-btn-group {
    flex-direction: column;
    gap: 24px;
  }
  .cta-btn-group .cta-btn {
    margin: auto;
  }
  .rw1-section__inner .y-card {
    flex-direction: column-reverse;
  }
  .rw1-section__inner .y-card .y-card__img {
    width: 100%;
    height: auto;
  }
  .rw1-section__inner .y-card .y-card-img {
    width: 100%;
    height: auto;
  }
  .med1__section__inner {
    flex-direction: column-reverse;
    align-items: center;
  }
  .med1__section__inner .img-fluid {
    width: 300px;
  }
  .med5-section .card__img {
    width: 100%;
  }
  .table-section .table-responsive {
    overflow-x: auto;
  }
  .off3-section .card,
  .effect-section .card {
    padding: 0;
  }
  .off3-section .img-fluid,
  .effect-section .img-fluid {
    max-width: 100%;
  }
  .effect-section .y-card-content,
  .table-section .y-card-content {
    background-color: #f9f9f9;
  }
  .effect-section .table-responsive,
  .table-section .table-responsive {
    background-color: #f9f9f9;
  }
  .effect-section .table.table-monopoly,
  .table-section .table.table-monopoly {
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  .header {
    top: 0;
  }
  .hero-section {
    background-size: 1000px;
    background-position: -200px -60px;
  }
  .hero-section__inner .cta-btn-wrap {
    flex-direction: column;
  }
  .hero-section__inner .hero-logo__inner .hero-logo {
    width: 440px;
    max-width: 100%;
  }
  .hero-section__inner .hero-image img {
    width: 200px;
  }
  .pc-img {
    display: none;
  }
  .sp-img {
    display: block;
  }
  .sp-img.lg-img {
    width: 800px;
  }
  .menu-list-mobile {
    padding: 60px 0 0 0;
  }
  .top2-section .top2-logo {
    flex-direction: column;
  }
  .topad-section .h1 {
    font-size: 24px;
    line-height: 1.7;
  }
  .topad-section .lead {
    font-size: 16px;
  }
  .topad-section .section__title {
    font-size: 24px;
  }
  .topad-section .logo__inner img {
    width: 40%;
  }
  .topad-section .txt-bg {
    font-size: 70px;
    top: -20px;
  }
  .topad-section .y-card__inner .y-card {
    flex-direction: column-reverse;
  }
  .topad-section .y-card-img {
    width: 300px;
    height: auto;
  }
  .triangle {
    padding-top: 100px;
  }
  .triangle::after {
    border-top: 70px solid #FFF3F2;
  }
  .top1-section .section__title .h-logo {
    width: 440px;
    max-width: 100%;
  }
  .top1-section .cta-btn-wrap {
    flex-direction: column;
  }
  .top2-section .top2-section__item {
    gap: 24px;
  }
  .top2-section .txt-bg {
    font-size: 50px;
    top: 0px;
    right: 10px;
  }
  .key-visual {
    background-size: 900px;
    height: auto;
  }
  .key-visual .h1 {
    font-size: 24px;
  }
  .key-visual .lead {
    font-size: 16px;
    text-align: left;
  }
  .key-visual .sublead {
    text-align: left;
  }
  .key-visual .kv_img {
    max-width: 240px;
    margin: auto;
  }
  .key-visual-contents .text-content {
    text-align: center;
  }
  .key-visual-contents .text-content .cta-btn {
    margin: 0 auto;
  }
  .key-visual-contents .img-content {
    margin-top: 24px;
  }
  .section {
    padding: 60px 16px;
  }
  .section__title {
    display: flex;
    flex-wrap: wrap;
    font-size: 24px;
    text-align: center;
    align-items: center;
    justify-content: center;
    line-height: 1.7;
  }
  .section__title .mark {
    padding: 0px 12px;
  }
  .section__graphic_txt {
    font-size: 60px;
  }
  .ad1-section .ad1__text {
    font-size: 16px;
  }
  .ad1-section .adsec_1-img {
    width: 200px;
  }
  .ad1-section .section__inner {
    gap: 24px;
  }
  .ad2-section .card .card {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ad2-section .card .card-img {
    order: -1;
    margin-bottom: 1rem;
  }
  .med5-section .card {
    padding: 100px 16px 16px 16px;
  }
  .ad4-section .section__inner {
    gap: 24px;
  }
  .aff2__section .section__container {
    max-width: 100%;
  }
  .aff2__section .affi__grph__odd img,
  .aff2__section .affi__grph__even img {
    width: 380px;
  }
  .aff2__section .affi__grph__odd {
    left: 90px;
  }
  .aff2__section .affi__grph__even {
    left: -70px;
  }
  .cta-section {
    padding: 20px 0;
  }
  .cta-section .cta-btn-wrap {
    flex-direction: column;
  }
  .cta-content p {
    margin-bottom: 16px;
  }
  .cta-text {
    max-width: 100%;
  }
  .cta-btn-wrap {
    gap: 20px;
  }
  .cta-btn.btn-w-l {
    width: 300px !important;
  }
  .form_container .card-body {
    padding: 16px;
  }
  .y-card__inner {
    padding: 0;
    gap: 24px;
  }
  .y-card {
    flex-direction: column;
    padding: 16px;
  }
  .card__item {
    width: 100%;
    padding: 0;
  }
  .card__inner {
    row-gap: 24px;
  }
  .card {
    padding: 16px;
  }
  .table-section .table td {
    vertical-align: middle;
    position: relative;
    font-size: 14px;
  }
  .effect-section .effect__box {
    display: none;
  }
  .effect-section .table {
    width: 620px;
    font-size: 12px;
  }
  .effect-section .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .effect-section .effect-section__subtitle {
    font-size: 16px;
  }
  .effect-section .effect-section__title {
    font-size: 32px;
  }
  .effect-section .img-example {
    max-width: 100%;
  }
  .rw2-section__inner .card__item {
    width: 100%;
  }
  .eg-section__inner .y-card__number {
    order: 1;
  }
  .eg-section__inner .y-card-img {
    order: 2;
    margin: auto;
  }
  .eg-section__inner .y-card-content {
    order: 3;
  }
  .eg2-section__inner {
    gap: 90px;
  }
  .eg2-section__inner .card__item {
    width: 100%;
  }
  .eg2-section__inner .eg2__txt__container {
    top: -55px;
  }
  .med1__section .card__inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .med1__section .card__img {
    margin: auto;
    width: auto;
  }
  .med2-section .affi__grph__odd,
  .med2-section .affi__grph__even {
    width: 100%;
    position: unset;
    display: block;
    text-align: center;
  }
  .med2-section .affi__grph__odd img,
  .med2-section .affi__grph__even img {
    width: 300px;
  }
  .med2-section .section__inner {
    gap: 12px;
  }
  .med2-section .med2__item:nth-child(1) {
    display: flex;
    flex-direction: column-reverse;
  }
  .med5-section .card-text img {
    width: 100%;
  }
  .off1-section .card {
    padding: 0px;
  }
  .off1-section .card__inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 12px;
  }
  .off1-section .card-title {
    padding: 8px;
  }
  .off1-section .card__item:nth-child(1) {
    order: 2;
  }
  .off1-section .card__item:nth-child(2) {
    order: 1;
  }
  .off1-section .off1-section__inner {
    gap: 32px;
  }
  .off3-section .card {
    padding: 0px;
    width: 440px;
    max-width: 100%;
  }
  .error-section__inner .error-title {
    font-size: 120px;
  }
}/*# sourceMappingURL=style.css.map */

div.site-seal{
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 40px 0px;
}
