@charset "Shift_JIS";
/* --------------------------------------------------------------------
学校・スクールCSS　基本設定（PC・SP）
--------------------------------------------------------------------- */
/* ページ内リンクのスクロール用 */
html {
  scroll-behavior: smooth;
}

/* フォントサイズ（デフォルト） */
#brand_wrap {
  font-size: 1.6rem;
  line-height: 1.4;
}

#brand_wrap a:hover {
  text-decoration: none;
}

/* ---------------------- PC ---------------------- */

/* フリースペース5【非表示】 */
.contents_ > .free_space5 {
  display: none;
}

/* 【GTM】計測対象の子要素のポインターイベントの無効化 */
.mainframe_ [data-gtm-action] * {
  pointer-events: none;
}

/*  非表示：見出し
    er 画像ver[.m-titleimg_]
    r テキストver[.m-title06_]
    e テキストver[.m-title01_]
================================================== */
.mainframe_ .m-titleimg_,
.mainframe_ .m-title06_,
.mainframe_ .m-title01_ {
  display: none;
}

/* 文字数オーバー時に改行させる */
.mainframe_ .inblock {
  display: inline-block;
}

/* ---------------------- SP ---------------------- */

/* フリースペース5【非表示】 */
.wrapper_ > .free_space5 {
  display: none;
}

/* 【GTM】計測対象の子要素のポインターイベントの無効化 */
.wrapper_ [data-gtm-action] * {
  pointer-events: none;
}

/*  非表示：見出し
    r 画像ver[.m-title04_]
    e 画像ver・re テキストver[.m-title03_]
================================================== */
.wrapper_ .m-title04_,
.wrapper_ .m-title03_ {
  display: none;
}

/* 文字数オーバー時に改行させる */
.wrapper_ .inblock {
  display: inline-block;
}

/* --------------------------------------------------------------------
学校・スクールCSS　ブランドページ（PC） / .mainframe_ #brand_wrap
--------------------------------------------------------------------- */
/* メインMV（.mv）
================================================== */
.mainframe_ #brand_wrap .mv {
  margin-bottom: 20px;
}

.mainframe_ #brand_wrap .mv p.att {
  font-size: 1.4rem;
  text-align: center;
  margin: 10px 0;
}

/* トピックス（.topic）
================================================== */
.mainframe_ #brand_wrap .topic {
  width: 100%;
  max-width: 600px;
  margin: 30px auto;
}

.mainframe_ #brand_wrap .topic a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #111;
  padding: 20px 30px;
  background: #fff;
  border: 1px solid #fe0e11;
  border-radius: 3px;
}

.mainframe_ #brand_wrap .topic a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-right: solid 1px #111;
  border-bottom: solid 1px #111;
  transform: translateY(-50%) rotate(-45deg);
}

.mainframe_ #brand_wrap .topic a > div {
  padding: 0 0 0 54px;
  background: url("/contents/proper/school/brand/img/icon_attention.png") center left / 44px auto no-repeat;
}

.mainframe_ #brand_wrap .topic .title {
  color: #fe0e11;
}

/* マウスオーバー */
.mainframe_ #brand_wrap .topic a:hover {
  opacity: 1;
  background: #fff6cc;
}

/* 回遊ボタン（#around_button_wrap）
================================================== */
.mainframe_ #around_button_wrap {
  margin-bottom: 60px;
  margin-top: 60px; /* ジャンルページのpager無しの時に必要なmargin */
}

.mainframe_ div.pager-bottom_ + div.event_ + #event_wrapper_btm #around_button_wrap,
.mainframe_ div.pager-bottom_ + div.event_ + #around_button_wrap {
  margin-top: 0; /* イベントページのpager有りの時に必要なmargin（値リセット） */
}

/* トップに戻るボタン */
.mainframe_ #around_button_wrap .btn_pageback {
  width: 400px;
  margin: 0 auto 20px auto;
}

.mainframe_ #around_button_wrap .btn_pageback > a {
  position: relative;
  display:flex;
  align-items: center;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.2;
  width: 100%;
  padding: 14px 30px;
  background: #000;
  border: 1px solid #a7a7a7;
  border-radius: 4px;
}

/* 左矢印（＜） */
.mainframe_ #around_button_wrap .btn_pageback a::after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 12px;
  width: 10px;
  height: 10px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  transform: translateY(-50%) rotate(135deg);
}

.mainframe_ #around_button_wrap .btn_pageback a span {
  text-align: center;
  margin: 0 auto;
}

.mainframe_ #around_button_wrap .btn_pageback a:hover {
  text-decoration: none;
}

/* --------------------------------------------------------------------
学校・スクールCSS　ブランドページ（SP） / .wrapper_ > #brand_wrap
--------------------------------------------------------------------- */
/* メインMV（.mv）
================================================== */
.wrapper_ > #brand_wrap .mv {
  margin-bottom: 20px;
}

.wrapper_ > #brand_wrap .mv p.att {
  font-size: 1.4rem;
  text-align: center;
  margin: 10px 0;
}

/* トピックス（#topic）
================================================== */
.wrapper_ > #brand_wrap .topic {
  padding: 0 3%;
  width: 100%;
  max-width: 500px;
  margin: 20px auto;
}

.wrapper_ > #brand_wrap .topic a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #111;
  padding: 20px 6% 20px 3%;
  background: #fff;
  border: 1px solid #fe0e11;
  border-radius: 3px;
}

.wrapper_ > #brand_wrap .topic a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  border-right: solid 1px #111;
  border-bottom: solid 1px #111;
  transform: translateY(-50%) rotate(-45deg);
}

.wrapper_ > #brand_wrap .topic a > div {
  padding: 0 10px 0 54px;
  background: url("/contents/proper/school/brand/img/icon_attention.png") center left / 44px auto no-repeat;
}

.wrapper_ > #brand_wrap .topic .title {
  color: #fe0e11;
}

/* 回遊ボタン（#around_button_wrap）
================================================== */
.wrapper_ > #around_button_wrap {
  margin-bottom: 50px;
  margin-top: 50px; /* pager無しの時に必要なmargin */
}

/* トップに戻るボタン */
.wrapper_ > #around_button_wrap .btn_pageback {
  width: 80%;
  margin: 0 auto 20px auto;
}

.wrapper_ > #around_button_wrap .btn_pageback > a {
  position: relative;
  display:flex;
  align-items: center;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.2;
  width: 100%;
  padding: 14px 30px;
  background: #000;
  border: 1px solid #a7a7a7;
  border-radius: 4px;
}

/* 左矢印（＜） */
.wrapper_ > #around_button_wrap .btn_pageback a::after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 12px;
  width: 10px;
  height: 10px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  transform: translateY(-50%) rotate(135deg);
}

.wrapper_ > #around_button_wrap .btn_pageback a span {
  text-align: center;
  margin: 0 auto;
}