@charset "UTF-8";

/*--------------------------------------------------------
　My Snow Monkey スタイル定義
--------------------------------------------------------*/

/* =======================================
　0.共通
======================================= */

/*---------- フッター ----------*/

footer .c-copyright--inverse {
  background-color: var(--wp--preset--color--sm-sub-accent) !important;
}

.c-copyright.c-copyright--inverse {
  color: #666;
}



/* =======================================
　1.トップページ
======================================= */

/*---------- メインビジュアル ----------*/

.wp-block-group.mv-heading-group {
  gap: 1vw;
}

.wp-block-snow-monkey-blocks-section-with-bgimage.smb-section.mv-section {
  padding: 8px;
}

/* 小キャッチ */
p.mv-catch-small {
  font-size: 1.5vw;
  font-feature-settings: "palt";
  letter-spacing: .4vw;
}

/* タイトル */
.wp-block-group.mv-heading-group h1 {
  font-size: 4vw;
  font-family: "Kosugi Maru", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: .4vw;
  color: #895f18;
}

/* 大キャッチ */
p.mv-catch-large {
  font-size: 2vw;
  font-feature-settings: "palt";
  letter-spacing: .4vw;
}

/* ロゴエリア */
.wp-block-group.mv-logo-group {
  gap: 1vw;
}


@media screen and (max-width: 600px) {
  p.mv-catch-small {
    font-size: 16px;
  }

  .wp-block-group.mv-heading-group h1 {
    font-size: 32px;
  }

  .wp-block-group.mv-site-name-group {
    gap: 0;
    margin-top: 4vw;
  }

  .wp-block-group.sub-catch-group {
    gap: 0;
  }

  p.mv-catch-large {
    font-size: 18px;
  }
}



/* トップページボタン */
.wp-block-snow-monkey-blocks-buttons.smb-buttons.mv-btn {
  gap: 8px !important;
}

.mv-btn a.smb-btn {
  padding: 4px 12px;
}


/*------ コンテンツ -----*/
/* メニューパネル */
.menu-panel .smb-panels__item.smb-panels__item--block-link {
  box-shadow: none;
  border: 4px solid #F78DA7;
  border-radius: 8px;
}




/* =======================================
　2.下層ページ
======================================= */

/*下層メインビジュアル*/
.c-page-header {
  height: 300px !important;
}

.c-page-header img {
  height: 300px;
  object-position: center top;
}


/* サイトタイトル */
.c-site-branding__title a {
  font-size: 20px;
}



/*------ ダウンロード -----*/
/* 項目 */
.wp-block-snow-monkey-blocks-items-item-free.c-row__col {
  border: 1px solid #f9c7c6;
  margin: 8px;
  padding: 16px 24px;
  box-sizing: border-box;
}

/* ファイル */
.download-section .wp-block-file {
  width: 100%;
  /* background: red; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.download-section .wp-block-file a {
  /* color: #333; */
  font-size: 16px;
  text-decoration: none;
}

.download-section a.wp-block-file__button.wp-element-button {
  color: #FFF;
  margin: 8px 0;
}

.download-section .wp-block-file>a::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(./images/file-icon.png) no-repeat 0 center;
  background-size: contain;
  vertical-align: -10px;
  margin-right: 8px;
}

.download-section a.wp-block-file__button.wp-element-button::before {
  content: none;
}



/*------ 動画コンテンツページ -----*/

/* パネル */
.movie-section .smb-panels__item {
  box-shadow: none;
}

.movie-section .smb-panels__item__body {
  padding: 16px;
}

p.youtube-title {
  margin-top: 16px !important;
  font-size: 14px;
}


/* 見出し */
.movie-section h2.wp-block-heading {
  margin-bottom: 8px;
  line-height: 1.35 !important;
}






/* =======================================
　3.メンバープラグイン
======================================= */
/*メンバープラグイン*/
.wpmem_msg {
  margin: 40px auto 80px !important;
}


#wpmem_restricted_msg {
  max-width: 1100px;
  padding: 0 16px;
  box-sizing: border-box;
}


/* プロフィールページ */
.profile-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 8px;
}

.profile-section ul li {
  padding: 0;
  margin: 0;
}


.profile-section ul li a {
  background: #7bdcb5;
  padding: 8px 24px;
  text-decoration: none;
  color: #FFF;
  border-radius: 4px;
}