
.pc_only {
	display:block;
}
@media screen and (max-width:768px) {
.pc_only {
	display:none;
}
}
.pc_only_span {
	display:inline;
}
@media screen and (max-width:768px) {
.pc_only_span {
	display:none;
}
}

.sp_only {
	display:none;
}
@media screen and (max-width:768px) {
.sp_only {
	display:block;
}
.sp_only a{
	color:#fff;
}
}
.sp_only_span {
	display:none;
}
@media screen and (max-width:768px) {
.sp_only_span {
	display:inline;
}
}


body {
    -webkit-text-size-adjust: 100%;
    max-width: 100%;
    -webkit-background-size: 7px 7px;
    -moz-background-size: 7px 7px;
    background-size: 7px 7px;
    background-color: #F0F0F0;
    //background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, #bbeeff), color-stop(.5, transparent), to(transparent));
    //background-image: -moz-linear-gradient(#bbeeff 50%, transparent 50%, transparent);
    //background-image: -o-linear-gradient(#bbeeff 50%, transparent 50%, transparent);
    //background-image: linear-gradient(#bbeeff 50%, transparent 50%, transparent);
    margin-left:auto;
    margin-right:auto;
    font-size: 16px;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    word-wrap: break-word;
    line-height:1.6;
}

a {
	text-decoration: none;
	color: #38a1db;
}

a:hover{
	text-decoration: none;
	color: #cc4444;
}

h1 {
  margin:5px;
  padding:0px;
  font-size: 28px;
  font-weight: bold;
}

h2 {
  text-align: left;
  margin:0px 0px 0px 0px;
  padding:10px 4px 4px 4px;
  font-size: 22px;
  font-weight: bold;
	padding: .5em .75em;
	background-color: #f6f6f6;
	border-left: 6px solid #ccc;

}

h3 {
	margin:10px 0px 0px 0px;
	padding:5px;
	border-width:0 0 0 10px;
	border-color: #555555;
	border-style:solid;
	background:#888888;
	color:#FFFFFF;
	line-height:120%;
	font-weight:bold;
	text-align: left;
	font-size: 18px;
}

h4 {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
}


h5 {
	font-size: 14px;
	font-weight: bold;
	padding: .5em .5em;
	background-color: #666666;
	color:#FFFFFF;
	border-radius: 15px;
}


label {
  font-size: 16px;
  margin:0 0 10px 0;
  padding:0px 5px;
  border-width:0 0 5px 0 ;
  border-color:#aaaaaa;
  border-style:solid;
  background:#;
  color:#333333;
  line-height:140%;
  font-weight:bold;
}

.no_label_view{
  font-size:;
  margin:0;
  padding:0;
  border-width:0;
  border-color:;
  border-style:;
  background:;
  color:;
  line-height:;
  font-weight:;
}

.text_shadow_1{
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000;
}

.text_shadow_2{
  text-shadow: 2px 2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000, -2px -2px 1px #000;
}

.text_shadow_white_1{
  text-shadow: 1px 1px 0px #FFF, -1px 1px 0px #FFF, 1px -1px 0px #FFF, -1px -1px 0px #FFF;
}

.text_shadow_white_2{
  text-shadow: 2px 2px 1px #FFF, -2px 2px 1px #FFF, 2px -2px 1px #FFF, -2px -2px 1px #FFF;
}


/*Masonry http://www.webdesignleaves.com/wp/jquery/1340/ */

#wrapper {
  position: relative;
  max-width: ;
  margin: 0 auto;   /*全体の中央寄せ*/
}
#container {
  width: 100%;
  margin: 0 auto;   /*中央寄せ*/
  position: relative;
}
.item {
  margin: 0px;
  width: 284px;		/*スマホのときは下記に別途記載*/
  padding: 0px;
  border: 0px solid #eee;
}
.item.x2 {
  width: 300px;
}
.item.x3 {
  width: 500px;
}
.item img {
  width: 100%;
}


/*スマホのときの.item_card*/
@media screen and (max-width:640px){
	.item {
  	margin: 0px;
  	width: 49vw;	/*ビューポートの幅に対する割合*/
  	padding: 0px;
  	border: 0px solid #eee;
	}
}

.top-main {
margin-right:10px;
}

/*スマホのときの.sidebar*/
@media screen and (max-width:640px){
	.top-main {
  	margin-right: 0px;
	}
}

.sidebar {
	width:300px;
}

/*スマホのときの.sidebar*/
@media screen and (max-width:640px){
	.sidebar {
	width:100%;
  	margin: 0px;
  	padding: 0px;
	}
}

.sidebar {
width:300px;
}

/*スマホのときの.sidebar*/
@media screen and (max-width:640px){
	.sidebar {
	width:100%;
  	margin: 0px;
  	padding: 0px;
	}
}


.sidebar_twitter {
width:100%;
}

/*スマホのときの.sidebar_twitter*/
@media screen and (max-width:640px){
	.sidebar_twitter {
	width:100%;
	margin: 0px 15px 0px 15px;
	}
}


/* ブートストラップグリッドの..containerと.row のpaddingとmarginを0にする */
.sukima-0 {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
 
/* 上記の中にあるカラムの左右の隙間も0にする */
.sukima-0 > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

/* メイン領域 */
.main {
  max-width: 100%;
}

/* メイン領域（白） */
.bodymain {
  background: #ffffff;
  height: auto;
  margin:10px 5px 10px 5px;
  padding:10px 10px 20px 10px;
  float: center;
  text-align: left;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: 0px 0px 4px 0px rgba(140, 140, 140, 0.2);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(140, 140, 140, 0.2);
  -moz-box-shadow: 0px 0px 4px 0px rgba(140, 140, 140, 0.2);
  overflow:auto;
}

/* 新規登録時のオプション入力の枠 */
.join_option {
  font-size: 14px;
  background: #efefef;
  height: auto;
  margin:0px;
  padding:10px 10px 10px 10px;
  float: center;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: 0px 0px 4px 0px rgba(140, 140, 140, 0.2);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(140, 140, 140, 0.2);
  -moz-box-shadow: 0px 0px 4px 0px rgba(140, 140, 140, 0.2);
  overflow:auto;
}

/* リストページの表題部分の下地 */
.listpage_title {
  margin:10px 5px 10px 5px;
  padding:10px;
  background: #ffffff;
  text-align: left;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow:rgba(196, 153, 133, 0.298039) 0px 0px 2px 0px;
  -webkit-box-shadow:rgba(196, 153, 133, 0.298039) 0px 0px 2px 0px;
  -moz-box-shadow:rgba(196, 153, 133, 0.298039) 0px 0px 2px 0px;
  overflow:auto;
}

/* もっと見る */
.mottomiru {
  background: #ffffff;
  font-size:16px;
  padding:10px 20px;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow:rgba(196, 153, 133, 0.298039) 0px 0px 2px 0px;
  -webkit-box-shadow:rgba(196, 153, 133, 0.298039) 0px 0px 2px 0px;
  -moz-box-shadow:rgba(196, 153, 133, 0.298039) 0px 0px 2px 0px;
}

.mottomiru:hover {
  background: #fffcfc;
  font-weight:bold;
}


/* divをクリア */
.clear {
    clear: both;
}

/* センタリング */
.center {
    margin: 0 auto;	
    text-align:center;
}

/* ヘッダー */
.header {
  background-color: #777777;
  color: #ffffff;
  font-size: 12px;
  width: 100%;
  vertical-align: middle;
}

/* ヘッダーのリンク文字色 */
.header a{
  color: #ffff00;
}

/* フッター */
.footer {
  -webkit-text-size-adjust: 100%;
  background: #444444;
  color: #ffffff;
  font-size: 20px;
  /* width: 640px; */
  height: auto;
  margin: 15px 0px 0px 0px;
  padding: 20px 20px 20px 20px;
  vertical-align: middle;
  text-align:center;
}

/* スマホ版のフッター */
@media screen and (max-width:768px){
.footer {
  -webkit-text-size-adjust: 100%;
  background: #444444;
  color: #ffffff;
  font-size: 20px;
  /* width: 640px; */
  height: auto;
  margin: 15px 0px 0px 0px;
  padding: 20px 0px 20px 0px;
  vertical-align: middle;
  text-align:center;
}
}




/* SNSボタン */
.snsbutton {
    float: center;
 	text-align: center;
	margin:5px 10px 10px 10px;
	padding:10px 10px 10px 10px;
	overflow: visible;
}

/* フッターのTwitterフォローボタン */
.twitterfollow {
    float: center;
 	text-align: center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 15px 0px;
	overflow: visible;
}

/* 画像アップボタン関連 */
#upload {
        width:200px;
        height:35px;
        text-align:center;
        line-height:35px;
        border-radius:4px;
        color:#fff;
        background-color:#4385bf;
        margin:10px 0;
        cursor:pointer;
      }

#results {
        border: 0px solid #4385bf;
        background-color:#ffffff;
        padding: 0px;
        margin: 0px;
      }

#results img {
        border:0px solid #000;
        margin:0px 0px 0px 0px;
      }

.file {
        opacity:0;
      }


/* 入力フォーム */
.input {
	height: 40px;
	font-size: 16px;
}

/* 画像選択ボタン */
.fileInput {
	margin: 10px 0px 0px 0px;
	font-size: 10px;
}

/* 入力フォーム：コメント */
.input_comment {
	position: relative;
	border: 1px solid #aaaaaa;
	border-radius: 4px;
	background: #ffffff;
	text-align:left;
    font-size: 14px;
    font-weight: bold;
    color: #444444;
    padding: 10px;
    margin: 0px 0px 10px 0px;
    width: 100%;
	height: 60px;
}

/* 入力フォーム：選択肢↑ */
.input_select_up{
    margin: 0 auto;				/*センタリング*/
	border: 0px solid #ccddee;
	border-radius: 15px 15px 0px 0px;
	background: #eff7ff;
	text-align:center;
    font-size: 14px;
    font-weight: bold;
    padding: 7px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
}

/* 入力フォーム：選択肢← */
.input_select_left {
    margin: 0 auto;				/*センタリング*/
	border: 0px solid #cddecd;
	border-radius: 15px 0px 0px 15px;
	background: #f2ffe5;
	text-align:center;
    font-size: 14px;
    font-weight: bold;
    padding: 7px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%
}

/* 入力フォーム：選択肢→ */
.input_select_right {
    margin: 0 auto;				/*センタリング*/
	border: 0px solid #eecdcd;
	border-radius: 0px 15px 15px 0px;
	background: #fff4f4;
	text-align:center;
    font-size: 14px;
    font-weight: bold;
    padding: 7px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
}

/* 入力フォーム：選択肢↓ */
.input_select_down {
    margin: 0 auto;				/*センタリング*/
	border: 0px solid #eeddcc;
	border-radius: 0px 0px 15px 15px;
	background: #ffffe5;
	text-align:center;
    font-size: 14px;
    font-weight: bold;
    padding: 7px;
	margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
}


/* 入力フォーム補足書きテキスト */
.hosoku{
	font-size: 14px;
	color: #999999;
	padding:5px 0px 20px 0px;
}


/* LPモードの背景 */
.lpmode_bg {
    width:100%;
    max-width:1170px;
    margin:0px auto;
    float: center;
    text-align:center;
    background: #ffffff;
	overflow:auto;
}


/* カード */
.card {
    margin:0px;
    padding: 5px;
    float: center;
    text-align:center;
    background: #ffffff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	box-shadow: 0px 0px 4px 0px rgba(140, 140, 140, 0.2);
	-webkit-box-shadow: 0px 0px 4px 0px rgba(140, 140, 140, 0.2);
	-moz-box-shadow: 0px 0px 4px 0px rgba(140, 140, 140, 0.2);
	overflow:auto;
}

/* カード（白固定） */
.card_white {
    margin:0px;
    padding: 5px;
    float: center;
    text-align:center;
    background: #ffffff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	box-shadow: 0px 0px 4px 0px rgba(140, 140, 140, 0.2);
	-webkit-box-shadow: 0px 0px 4px 0px rgba(140, 140, 140, 0.2);
	-moz-box-shadow: 0px 0px 4px 0px rgba(140, 140, 140, 0.2);
	overflow:auto;
}


/* カードIDの表示 */
.card_id {
	font-size: 16px;
    margin: 0px 5px 0px 0px;
}

:root {
	--content-card-color: #e85d75;
	--content-ticket-color: #f2b544;
	--content-matome-color: #38a169;
	--content-album-color: #39b9d6;
	--content-goods-color: #ef7d45;
	--content-plan-color: #7c5ce6;
	--content-home-color: #4e9a91;
}

.content-type-card,
.timeline-type-card,
.recommend-type-card {
	background: var(--content-card-color) !important;
}
.content-type-ticket,
.timeline-type-ticket,
.recommend-type-ticket {
	background: var(--content-ticket-color) !important;
}
.content-type-matome,
.timeline-type-matome,
.recommend-type-matome {
	background: var(--content-matome-color) !important;
}
.content-type-album,
.timeline-type-album,
.recommend-type-album {
	background: var(--content-album-color) !important;
}
.content-type-goods,
.timeline-type-goods,
.recommend-type-goods {
	background: var(--content-goods-color) !important;
}
.content-type-plan,
.timeline-type-plan,
.recommend-type-plan {
	background: var(--content-plan-color) !important;
}
.content-type-home,
.timeline-type-home,
.recommend-type-home {
	background: var(--content-home-color) !important;
}

.card-character-preview {
	margin: 6px 5px 16px;
	padding: 8px;
	border: 1px solid #ddd;
	border-radius: 6px;
	background: #f8f8f8;
}

.card-character-preview-stage {
	position: relative;
	height: 220px;
	overflow: hidden;
	border-radius: 4px;
	background-color: #ececec;
	background-image:
		linear-gradient(45deg, #d7d7d7 25%, transparent 25%),
		linear-gradient(-45deg, #d7d7d7 25%, transparent 25%),
		linear-gradient(45deg, transparent 75%, #d7d7d7 75%),
		linear-gradient(-45deg, transparent 75%, #d7d7d7 75%);
	background-size: 18px 18px;
	background-position: 0 0, 0 9px, 9px -9px, -9px 0;
}

.card-character-preview-stage.has-background {
	height: auto;
	min-height: 0;
	background-image:
		linear-gradient(45deg, #d7d7d7 25%, transparent 25%),
		linear-gradient(-45deg, #d7d7d7 25%, transparent 25%),
		linear-gradient(45deg, transparent 75%, #d7d7d7 75%),
		linear-gradient(-45deg, transparent 75%, #d7d7d7 75%);
}

.card-character-preview-stage.has-background:before {
	display: none;
}

.card-character-preview-bg {
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.card-character-preview-stage:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 42%;
	background: linear-gradient(0deg, rgba(255,255,255,.72), rgba(255,255,255,0));
	z-index: 0;
	pointer-events: none;
}

.card-character-preview-empty {
	position: absolute;
	left: 12px;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	color: #888;
	font-size: 13px;
	text-align: center;
}

.card-character-preview-stage img {
	display: block;
}

.card-character-setting-panel {
	display: none;
	margin: 10px 0 18px;
	padding: 12px;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	background: #fff;
}

.card-character-setting-panel.is-open {
	display: block;
}

.card-character-panel-toggle {
	margin: 8px 0 10px;
}

.card-character-panel-anchor {
	margin: 8px 0 14px;
}

.card-character-modal-note,
.card-character-reference-help {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.card-character-modal-note {
	margin-bottom: 0 !important;
}

.card-character-reference-help {
	margin-top: 0;
}

.card-character-reference-help hr {
	display: none;
}

.card-character-reference-help .center {
	margin-top: 8px !important;
	margin-bottom: 4px !important;
}

.card-comment-view-setting {
	margin: 8px 0 18px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 0;
}

.card-comment-view-title {
	font-size: 13px;
	font-weight: normal;
	color: #666;
	margin-right: 8px;
	white-space: nowrap;
}

.card-comment-view-setting .no_label_view {
	white-space: nowrap;
}

.card-comment-view-setting .card_id {
	font-size: 13px !important;
	margin-right: 0;
}

input[type="radio"] + .card_id {
	cursor: pointer;
}

.card-bottom-name-gap {
	height: 24px;
}

.card-character-preview-live-stage {
	position: relative;
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	vertical-align: top;
	background-color: #ececec;
	background-image:
		linear-gradient(45deg, #d7d7d7 25%, transparent 25%),
		linear-gradient(-45deg, #d7d7d7 25%, transparent 25%),
		linear-gradient(45deg, transparent 75%, #d7d7d7 75%),
		linear-gradient(-45deg, transparent 75%, #d7d7d7 75%);
	background-size: 18px 18px;
	background-position: 0 0, 0 9px, 9px -9px, -9px 0;
}

.card-character-preview-live-bg {
	display: block;
	max-width: 100%;
}

.card-character-preview-live-layer {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
}

.card-character-preview-live-layer img {
	display: block;
	pointer-events: none;
}

@media screen and (max-width:640px) {
	.card-character-preview-stage {
		height: 170px;
	}
}

/* リサイクルカードIDの表示 */
.recycle_card_id {
	font-size: 12px;
    margin: 0px 5px 0px 0px;
}

/* 最近のカード確認リンク */
.saikincardlist {
	border-radius: 4px;
	background: #99ddff;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
    margin: 0px 0px 0px 5px;
    padding: 5px;
	box-shadow:rgba(196, 153, 133, 0.298039) 1px 1px 2px 1px;
	-webkit-box-shadow:rgba(196, 153, 133, 0.298039) 1px 1px 2px 1px;
	-moz-box-shadow:rgba(196, 153, 133, 0.298039) 1px 1px 2px 1px;
}

/* 絵 */
.picture {
	text-align:center;
}

.picture img {
	height:auto;
	max-width:100%;
	margin: 0px auto 0px auto;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

/* 絵（小さいサムネ） */
.picture_s {

}

.picture_s img {
	height: 40px;
	margin: 0px 0px 0px 5px;
}


/* 他サイト埋め込み部品 */
.embed {
	text-align:center;
	height:auto;
	max-width:100%;
	margin: 5px auto 10px auto;
	overflow:hidden;
}

.embed iframe,
.embed object,
.embed embed,
.embed blockquote,
.embed twitterwidget,
.embed .twitter-tweet,
.embed .instagram-media {
	box-sizing:border-box !important;
	max-width:100% !important;
	min-width:0 !important;
	margin-left:auto !important;
	margin-right:auto !important;
}

.embed > div,
.embed > span {
	max-width:100%;
}

.embed iframe[id^="twitter-widget-"] {
	width:100% !important;
}

/* カード番号挿入ボタン */
.card_number_in {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	margin: 0px 0px 15px 0px;
}

/* テキストウィンドウ */
.textwindow {
	position: relative;
	border: 0px solid #dddddd;
	border-radius: 4px;
	background: #ffffff;
	text-align:left;
    font-size: 16px;
    color: #000;
    padding: 5px;
    margin: 0px 0px 5px 0px;
    width: 100%;
	word-break: break-all;
}

/* テキストウィンドウ内のリンク */
.textwindow a{
	text-decoration: none;
    color: #38a1db;
}

.textwindow a:hover{
	text-decoration: none;
	color: #cc4444;
}

/* テキストウィンドウ内のリンク（一覧表示時） */
#textwindow_list{
	text-decoration: none;
    color: #000;
}


/* 選択肢↑ */
.select_up{
	position: relative;
    margin: 0 auto;				/*センタリング*/
	border: 0px solid #ddeeff;
	border-radius: 10px 10px 0px 0px;
	background: #eff7ff;
	text-align:center;
    font-size: 14px;
    font-weight: bold;
    padding: 7px;
    margin-top: 3px;
    margin-bottom: 3px;
    width: 60%;
}

/* 選択肢← */
.select_left {
	float: left;
	position: relative;
	border: 0px solid #cddecd;
	border-radius: 10px 0px 0px 10px;
	background: #f2ffe5;
	text-align:center;
    font-size: 14px;
    font-weight: bold;
    padding: 7px;
    margin: 3px 0px 3px 3px;
    width: 47.0%;
}

/* 選択肢→ */
.select_right {
	float: right;
	position: relative;
	border: 0px solid #fff4ea;
	border-radius: 0px 10px 10px 0px;
	background: #fff4f4;
	text-align:center;
    font-size: 14px;
    font-weight: bold;
    padding: 7px;
    margin: 3px 3px 3px 0px;
    width: 47.0%;
}

/* 選択肢↓ */
.select_down {
    clear: both;				/*選択肢←→の横並びdivをクリア*/
	position: relative;
    margin: 0 auto;				/*センタリング*/
	border: 0px solid #eeddcc;
	border-radius: 0px 0px 10px 10px;
	background: #ffffe5;
	text-align:center;
    font-size: 14px;
    font-weight: bold;
    padding: 7px;
	margin-top: 3px;
    margin-bottom: 3px;
    width: 60%;
}

/* 警告黒背景 */
.keikokubg{
    margin: 15px 10px 15px 10px;
    padding: 200px 0px 200px 0px;
    float: center;
    text-align:center;
    border: 1px solid #000000;
    background: #000000;
    border-radius: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	box-shadow:rgba(196, 153, 133, 0.298039) 1px 1px 2px 1px;
	-webkit-box-shadow:rgba(196, 153, 133, 0.298039) 1px 1px 2px 1px;
	-moz-box-shadow:rgba(196, 153, 133, 0.298039) 1px 1px 2px 1px;
	overflow:auto;
}

/* 警告メッセージ */
.keikoku {
	position: relative;
	border: 4px solid #ffffff;
	background: #44617b;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	text-align:center;
    font-size: 20px;
    color: #ffffff;
    padding: 5px;
    margin: 0 auto;
    width: 80%;
}

/* 日時表示の文字 */
.datetime {
    font-size: 10px;
    color: #999999;
    margin: 0px 0px 0px 5px;
}

/* 投稿者の名前の文字 */
.cardusername {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin: 0px 0px 0px 0px;
}

/* 公式アイコンの表示 */
.official {
	font-size: 8px;
    color: #e6b422;
    margin: 0px 0px 0px 0px;
}

/* カテゴリーアイコンの背景（上） */
.categorybg {
  height: auto;
  margin:10px 0px 0px 0px;
  padding:0px 10px 0px 10px;
  float: center;
  text-align: center;
  overflow:auto;
}

/* カテゴリーアイコンの背景（下） */
.categorybg_footer {
  height: auto;
  margin:0px 0px 10px 0px;
  padding:0px 10px 0px 10px;
  float: center;
  text-align: center;
  overflow:auto;
}


/* カテゴリーアイコン（すべて）「の表示 */
.category_all {
	display:inline-block;
	line-height:1.4em;
	text-align: center;
	font-size: 0.6em;
	color: #ffffff;
	background-color: #bbbbbb;
	border: 1px solid #bbbbbb;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;

    margin: 0.2em 0.2em 0.4em 0.2em;
	padding:0.2em 0.7em;
}

.category_all a{
	color: #ffffff;
}


/* カテゴリーアイコンの表示 */
.category {
	display:inline-block;
	line-height:1.4em;
	text-align: center;
	font-size: 0.6em;
	color: #ffffff;
	background-color: #77aacc;
	border: 1px solid #77aacc;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;

    margin: 0.2em 0.2em 0.4em 0.2em;
	padding:0.2em 0.7em;
}

.category a{
	color: #ffffff;
}

/* カテゴリーアイコン２の表示 */
.category2 {
	display:inline-block;
	line-height:1.4em;
	text-align: center;
	font-size: 0.6em;
	color: #ffffff;
	background-color: #77ccaa;
	border: 1px solid #77ccaa;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;

    margin: 0.2em 0.2em 0.4em 0.2em;
	padding:0.2em 0.7em;
}

.category2 a{
	color: #ffffff;
}

/* カテゴリーアイコン３の表示 */
.category3 {
	display:inline-block;
	line-height:1.4em;
	text-align: center;
	font-size: 0.6em;
	color: #ffffff;
	background-color: #eec362;
	border: 1px solid #eec362;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;

    margin: 0.2em 0.2em 0.4em 0.2em;
	padding:0.2em 0.7em;
}

.category3 a{
	color: #ffffff;
}

/* カテゴリーアイコン４の表示 */
.category4 {
	display:inline-block;
	line-height:1.4em;
	text-align: center;
	font-size: 0.6em;
	color: #ffffff;
	background-color: #ee827c;
	border: 1px solid #ee827c;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;

    margin: 0.2em 0.2em 0.4em 0.2em;
	padding:0.2em 0.7em;
}

.category4 a{
	color: #ffffff;
}


/* カテゴリーアイコン５の表示 */
.category5 {
	display:inline-block;
	line-height:1.4em;
	text-align: center;
	font-size: 0.6em;
	color: #ffffff;
	background-color: #a69abd;
	border: 1px solid #a69abd;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;

    margin: 0.2em 0.2em 0.4em 0.2em;
	padding:0.2em 0.7em;
}

.category5 a{
	color: #ffffff;
}


/* アタッチ種類の表示 */
.attach {
	display:inline-block;
	line-height:1.4em;
	text-align: center;
	font-size: 0.6em;
	color: #ffffff;
	background-color: #bbbbbb;
	border: 1px solid #bbbbbb;

    margin: 0.2em 0.2em 0.4em 0.2em;
	padding:0.2em 0.7em;
}


/* 会員種別の表示 */
.view_icon {
	display:inline-block;
	line-height:1.4em;
	text-align: center;
	font-size: 0.6em;
	font-weight: bold;
	color: #aa9944;
	background-color: #ffffff;
	border: 1px solid #aa9944;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;

    margin: 0.2em 0.2em 0.4em 0.2em;
	padding:0.2em 0.7em;
}

/* 下書き */
.view_icon_draft {
	display:inline-block;
	line-height:1.4em;
	text-align: center;
	font-size: 0.6em;
	font-weight: bold;
	color: #ffffff;
	background-color: #cc4444;
	border: 1px solid #cc4444;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;

    margin: 0.2em 0.2em 0.4em 0.2em;
	padding:0.2em 0.7em;
}






/* ページャーのデザイン調整 */
.pager_design {
  margin: 20px 10px 20px 10px;
  padding: 0px 0px 0px 0px;
  -webkit-text-size-adjust: 100%;
  background: ;
  font-size: 16px;
  height: auto;
  vertical-align: middle;
}

/* 埋め込みムービーサイズのレスポンシブ対応 */
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 埋め込みムービー（MixChannel）のレスポンシブ対応 */
.movie-wrap_mc {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
}
 
.movie-wrap_mc iframe {
    position: center;
    max-width: 100%;
}

.movie-wrap_ac {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
}

.movie-wrap_ac iframe,
.movie-wrap_ac object,
.movie-wrap_ac embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 埋め込み地図（GoogleMasp）のレスポンシブ対応 */
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* TOPに戻るボタンのCSS */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 20px;
    font-weight: bold;
}
#page-top a {
    background: #308d51;
    text-decoration: none;
    color: #ffffff;
    width: 80px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 4px;
}
#page-top a:hover {
    text-decoration: none;
    background: #308d51;
}

/* まとめリスト */
.matome_list {
    margin: 10px 5px 0px 5px;
    float: center;
    text-align:center;
    border: 0px solid #eeeeee;
    background: #ffffff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	box-shadow:rgba(196, 153, 133, 0.298039) 0px 0px 2px 0px;
	-webkit-box-shadow:rgba(196, 153, 133, 0.298039) 0px 0px 2px 0px;
	-moz-box-shadow:rgba(196, 153, 133, 0.298039) 0px 0px 2px 0px;
	overflow:auto;
}


/* bxSliderで最初画像が縦並びで出ちゃう問題の対処（JS実行まで画像出さなくする） */
.bxslider li {
  display: none;
}
.bx-viewport .bxslider li {
  display: block !important;
}


/* ローディングアイコンを最初消しとく */
#loader {
    display: none;
}

#loader2 {
    display: none;
}

#loader_header {
    display: none;
}

.loader_preview {
    display: none;
}


/* 検索結果表示 */
.search_result {
	color: #666666;
}

.search_result a {
	color: #666666;
}


/* 検索結果で画像部分が貼り付けだった場合の表示の囲い */
.attach_name {
    text-align: center;
	width: 100%;
	padding: 5px;
	background-color: #666666;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}


/* カードのリストのサムネイル */
.card_thumbnail {
  object-fit: cover;
  width: 100%;
  height: 180px;
  background-color: #fff;
  border: 0px solid #ccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-family: 'object-fit: cover; object-position: center center;'
}


/*スマホのときの カードのリストのサムネイル*/
@media screen and (max-width:768px){
  .card_thumbnail {
  object-fit: cover;
  width: 100%;
  height: 160px;
  background-color: #fff;
  border: 0px solid #ccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-family: 'object-fit: cover; object-position: center center;'
  }
}


/* まとめのリストのサムネイル */
.card-list-character-preview {
  overflow: hidden;
}

.card-list-character-preview img[src^="img_character/"] {
  width: auto !important;
  height: auto !important;
  max-height: 78% !important;
  object-fit: contain;
  z-index: 2;
  padding-top: 0 !important;
  pointer-events: none;
}

.card-list-character-preview img[src^="img_character/"][style*="left:0"],
.card-list-character-preview img[src^="img_character/"][style*="right:0"] {
  max-width: 44% !important;
}

.card-list-character-preview img[src^="img_character/"][style*="left:50%"],
.card-list-character-preview img[src^="img_character/"][style*="left:0; right:0"] {
  max-width: 56% !important;
}

@media screen and (max-width:768px){
  .card-list-character-preview img[src^="img_character/"] {
  max-height: 74% !important;
  }
  .card-list-character-preview img[src^="img_character/"][style*="left:0"],
  .card-list-character-preview img[src^="img_character/"][style*="right:0"] {
  max-width: 42% !important;
  }
  .card-list-character-preview img[src^="img_character/"][style*="left:50%"],
  .card-list-character-preview img[src^="img_character/"][style*="left:0; right:0"] {
  max-width: 52% !important;
  }
}

.matome_thumbnail {
  object-fit: cover;
  width: 100%;
  height: 150px;
  background-color: #fff;
  border: 0px solid #ccc;
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  font-family: 'object-fit: cover; object-position: center center;'
}

.matome_thumbnail_grid {
  object-fit: cover;
  width: 100%;
  height: 240px;
  background-color: #fff;
  border: 0px solid #ccc;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  font-family: 'object-fit: cover; object-position: center center;'
}

@media screen and (max-width:768px){
  .matome_thumbnail_grid {
  object-fit: cover;
  width: 100%;
  height: 140px;
  background-color: #fff;
  border: 0px solid #ccc;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  font-family: 'object-fit: cover; object-position: center center;'
}
}

/* アルバムリストのサムネイル */
.album_thumbnail {
  object-fit: cover;
  width: 100%;
  height: 150px;
  background-color: #fff;
  border: 0px solid #ccc;
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  font-family: 'object-fit: cover; object-position: center center;'
}

.album_thumbnail_grid {
  object-fit: cover;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 0px solid #ccc;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  font-family: 'object-fit: cover; object-position: center center;'
}

.album-list-jacket-card.card {
  --album-jacket-pad: 12px;
  background: #fff;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 5px 14px rgba(0,0,0,0.12);
  overflow: hidden;
  position: relative;
}

.album-list-jacket-card:after {
  content: none;
}

.album-list-jacket-card > * {
  position: relative;
}

.album-list-jacket-image {
  aspect-ratio: 1 / 1;
  background: #f4f4f4;
  border-radius: 8px;
  container-type: inline-size;
  box-shadow: none;
  overflow: hidden;
}

.album-list-jacket-image > img.album_thumbnail_grid {
  display: block;
}

.album-list-jacket-title-area {
  bottom: 0;
  height: 100%;
}

.album-list-jacket-title-area > div {
  background: none !important;
  display: block;
  height: 100%;
  padding: 0 !important;
  position: relative;
}

.album-list-jacket-author {
  color: #111;
  left: var(--album-jacket-pad);
  max-width: 76%;
  position: absolute;
  top: var(--album-jacket-pad);
}

.album-list-jacket-title-area.has-calendar-ribbon .album-list-jacket-author {
  top: calc(var(--album-jacket-pad) + 44px);
}

.album-list-jacket-author > div {
  font-size: clamp(10px, 4.1cqw, 14px) !important;
  margin: 0 !important;
  text-align: left !important;
}

.album-list-jacket-author table {
  margin: 0 !important;
  width: auto !important;
}

.album-list-jacket-author table td {
  padding: 0 !important;
  vertical-align: top !important;
}

.album-list-jacket-author table td:first-child {
  display: none;
}

.album-list-jacket-author table td div {
  margin: 0 !important;
  text-align: left !important;
}

.album-list-jacket-author table td span {
  margin: 0 !important;
}

.album-list-jacket-author a,
.album-list-jacket-author .cardusername {
  color: #111 !important;
  font-size: clamp(10px, 4.1cqw, 14px) !important;
  font-weight: 800 !important;
  line-height: 1.25;
  text-decoration: none !important;
  text-shadow:
    -0.45cqw -0.45cqw 0 #fff,
    0 -0.45cqw 0 #fff,
    0.45cqw -0.45cqw 0 #fff,
    -0.45cqw 0 0 #fff,
    0.45cqw 0 0 #fff,
    -0.45cqw 0.45cqw 0 #fff,
    0 0.45cqw 0 #fff,
    0.45cqw 0.45cqw 0 #fff;
}

.album-list-jacket-title {
  font-size: clamp(24px, 11cqw, 44px) !important;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
  margin: 0;
  max-width: 70%;
  position: absolute;
  left: 6%;
  width: 70%;
  text-align: left;
  text-shadow:
    0 1px 2px rgba(0,0,0,0.62),
    0 2px 5px rgba(0,0,0,0.38) !important;
  top: 72%;
  transform: translateY(-50%);
  z-index: 2;
}

.album-list-jacket-title-md {
  font-size: clamp(21px, 9.3cqw, 36px) !important;
}

.album-list-jacket-title-lg {
  font-size: clamp(18px, 8cqw, 31px) !important;
}

.album-list-jacket-title-xl {
  font-size: clamp(16px, 6.8cqw, 26px) !important;
}

.album-list-jacket-meta-area {
  bottom: 0 !important;
  left: 0 !important;
  padding: 0 var(--album-jacket-pad) var(--album-jacket-pad) var(--album-jacket-pad) !important;
  right: 0 !important;
  top: auto !important;
  transform: none;
  width: 100% !important;
}

.album-list-jacket-meta-inner {
  background: none !important;
  display: block;
  padding: 0 !important;
  position: static;
  text-align: right;
}

.album-list-jacket-countline {
  padding-right: 0;
  white-space: nowrap;
}

.album-list-jacket-countline form {
  margin: 0 !important;
}

.album-list-jacket-pv {
  margin-left: 3px;
  margin-right: 0;
}

.album-list-jacket-card .text_shadow_white_1 {
  font-size: clamp(10px, 4cqw, 13px) !important;
}

.album-list-jacket-card .view_icon,
.album-list-jacket-card .view_icon_draft {
  font-size: clamp(9px, 3.5cqw, 12px);
}

@media screen and (max-width:768px){
  .album-list-jacket-title-area > div {
    padding: 0 !important;
  }
  .album-list-jacket-title {
    max-width: 70%;
    left: 6%;
    width: 70%;
  }
  .album-list-jacket-card.card {
    box-shadow: 0 5px 12px rgba(0,0,0,0.12);
  }
}

/* ホームのカバー画像の背景 */
.home_cover_bg {
  background-image:;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.home_cover_bg:before{
  content: "";
  display: block;
  position: absolute;
  background: inherit;
  filter: contrast(70%) brightness(170%) blur(24px);
  top: -24px;
  right: -24px;
  bottom: -24px;
  left: -24px;
  z-index: -1;
}

/* ホームのカバー画像 */
.home_cover_img {
  object-fit: contain;
  width: 100%;
  max-height: 480px;
  border: 0px solid #ccc;
  border-radius: 0px 0px 0 0;
  -webkit-border-radius: 0px 0px 0 0;
  -moz-border-radius: 0px 0px 0 0;
  font-family: 'object-fit: contain; object-position: center center;'
  z-index: 1;
}

/*スマホのときの.home_cover_img*/
@media screen and (max-width:768px){
.home_cover_img {
  object-fit: contain;
  width: 100%;
  max-height: 240px;
  border: 0px solid #ccc;
  border-radius: 0px 0px 0 0;
  -webkit-border-radius: 0px 0px 0 0;
  -moz-border-radius: 0px 0px 0 0;
  font-family: 'object-fit: contain; object-position: center center;'
  z-index: 1;
	}
}


/* アルバムのトップ */
.album_top_image {
  position: relative;
}

.album_top_image h1{
  position: absolute;
}


.topimage {
	width:762px;
	height:400px;
	object-fit:cover;
	font-family: 'object-fit: cover; object-position: center center;'
	position: relative;
}

/*スマホのときの.topimage*/
@media screen and (max-width:768px){
.topimage {
	width:400px;
	height:210px;
	object-fit:cover;
	font-family: 'object-fit: cover; object-position: center center;'
	position: relative;
	}
}


/*トップ画像部のピックアップコンテンツ情報表示部*/
.topimage_contents_info{
	width:100%;
	position: absolute;
	bottom: 0;
	right: 0;
	margin:0px;
	padding: 30px 10px 10px 10px;
	background:linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
	color:#fff;
}

.topimage_contents_info a{
	color:#fff;
}

.topmain {
	padding-right:10px;
	margin-left:-10px;
}
	
/*スマホのときの.topmain*/
@media screen and (max-width:768px){
.topmain {
	padding-right:0px;
	margin-left:0px;
	}
}


.topmain-topimagearea {
	width:100%;
	height:398px;
	position:relative;
	overflow:hidden;
	}

/*スマホのときの.topmain-topimagearea*/
@media screen and (max-width:768px){
.topmain-topimagearea {
	width:100%;
	height:220px;
	position:relative;
	overflow:hidden;
	}
}


.header_button a{
    font-size:10px;
	outline:none;
    text-align:center;
    padding:7px 7px;
    color:#fff;
    background-color:rgba(0,0,0,0.2);
    border:0px solid #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.header_button a:hover {
    color:#fff;
    background-color:rgba(0,0,0,0.4);
}

.mypagelist {
    display: inline-block;
    margin: 4px;
    padding: 10px;
    font-size:120%;
    outline:none;
    text-align:center;
    background-color:rgba(0,0,0,0.04);
    border:0px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.mypagelist_makebutton {
    display: inline-block;
    margin: 10px auto 0px auto;
    padding: 5px;
    font-size:80%;
    font-weight:bold;
    outline:none;
    text-align:center;
	color:#fff ;
    background-color:rgba(0,0,0,0.4);
    border:0px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

/* Bootstrap modal common layer.
   Keep all modals above the fixed site header, and keep their top edge visible. */
.modal {
    z-index: 10050 !important;
}

.modal-backdrop {
    z-index: 10040 !important;
}

.modal .modal-dialog {
    margin-top: 78px;
}

.matome-cardselect-modal {
    -webkit-overflow-scrolling: touch;
}

.matome-cardselect-modal .modal-dialog {
    max-height: calc(100vh - 92px);
}

.matome-cardselect-modal .modal-content {
    max-height: calc(100vh - 92px);
    overflow: hidden;
}

.matome-cardselect-modal .modal-body {
    max-height: calc(100vh - 190px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

body.home-fanletter-modal-open .modal-backdrop {
    z-index: 20000 !important;
}

.home-fanletter-modal {
    z-index: 20010 !important;
}

@media (max-width: 767px) {
    .modal .modal-dialog {
        margin-top: 62px;
    }

    .matome-cardselect-modal .modal-dialog,
    .matome-cardselect-modal .modal-content {
        max-height: calc(100vh - 76px);
    }

    .matome-cardselect-modal .modal-body {
        max-height: calc(100vh - 174px);
    }
}

.mypage-create-menu-legacy {
    display: none;
}

.mypage-tab-layout {
    display: flex;
    align-items: stretch;
    gap: 12px;
    margin-top: 15px;
}

.mypage-create-nav {
    order: 2;
    flex: 0 0 150px;
    display: flex;
    align-self: stretch;
    margin: 0 !important;
    padding: 0;
    border-bottom: 0;
    list-style: none;
}

.mypage-create-nav-item {
    display: flex !important;
    align-items: stretch;
    flex: 1 1 auto;
    margin: 0 !important;
    padding: 0;
}

.mypage-create-menu-button {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 146px;
    height: auto;
    min-height: 64px;
    padding: 0 14px;
    border: 0;
    border-radius: 8px;
    background: #f5a623;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.05;
    white-space: nowrap;
    box-shadow: 0 6px 0 #c97500, 0 10px 18px rgba(245,166,35,0.34);
    transition: transform .08s ease, box-shadow .08s ease, background-color .08s ease;
}

.mypage-create-menu-button-main {
    display: block;
    font-size: 30px;
    line-height: 1.05;
}

.mypage-create-menu-button-sub {
    display: block;
    margin-top: 3px;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0;
}

.mypage-create-menu-button:hover,
.mypage-create-menu-button:focus {
    background: #e48f11;
    color: #fff;
    outline: none;
    transform: translateY(1px);
    box-shadow: 0 4px 0 #c97500, 0 8px 14px rgba(245,166,35,0.38);
}

.header-create-menu-button {
    outline: 0;
    padding: 0;
    margin: 0 4px;
    text-decoration: none;
    vertical-align: middle;
}

.header-create-menu-button .glyphicon {
    font-size: 24px;
    line-height: 1;
    filter: drop-shadow(0 1px 0 rgba(255,255,255,0.85));
}

.header-create-menu-button:hover,
.header-create-menu-button:focus {
    outline: none;
    text-decoration: none;
}

.content-create-menu-modal {
    color: #222;
    z-index: 12050 !important;
    padding-right: 0 !important;
}

.content-create-menu-modal .modal-dialog {
    margin-top: 76px;
}

body.content-create-menu-open {
    overflow-y: scroll !important;
    padding-right: 0 !important;
}

.content-create-menu-modal .modal-dialog,
.content-create-menu-modal.fade .modal-dialog,
.content-create-menu-modal.in .modal-dialog {
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    -webkit-transition: none;
    transition: none;
    opacity: 1;
}

.content-create-menu-modal .modal-body {
    background: #f7f7f7;
}

.content-create-menu-modal-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
}

.content-create-menu-modal-title .glyphicon {
    color: inherit;
}

.content-create-menu-open .modal-backdrop.in {
    z-index: 12040 !important;
}

.content-create-menu-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.content-create-menu-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 108px;
    gap: 14px;
    min-height: 154px;
    padding: 14px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    text-align: left;
}

.content-create-menu-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
}

.content-create-menu-title .glyphicon {
    color: #337ab7;
}

.content-create-menu-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-self: stretch;
    margin-bottom: 0;
}

.content-create-menu-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-height: 44px;
    padding: 7px 10px;
    border-radius: 7px;
    background: #555;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
}

.content-create-menu-actions a:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
}

.content-create-menu-actions .content-create-menu-action-make {
    flex: 1 1 auto;
    min-height: 82px;
    background: #f5a623;
    font-size: 15px;
}

.content-create-menu-actions .content-create-menu-action-make:hover {
    background: #e48f11;
}

.content-create-menu-description {
    color: #555;
    font-size: 13px;
    line-height: 1.6;
}

.mypage-home-summary {
    overflow: hidden;
    margin: 16px auto 16px auto;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    background: #fff;
    text-align: left;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
}

.mypage-home-summary-cover {
    height: 126px;
    background-color: #e8eef2;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.mypage-home-summary-cover:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 54px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,.94));
}

.mypage-home-summary-body {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    padding: 0 18px 16px 18px;
    margin-top: -38px;
    position: relative;
    z-index: 1;
}

.mypage-home-summary-icon {
    flex: 0 0 auto;
}

.mypage-home-summary-icon img {
    width: 88px;
    height: 88px;
    border: 4px solid #fff;
    border-radius: 50%;
    object-fit: cover;
    background: #f1f1f1;
    box-shadow: 0 2px 8px rgba(0,0,0,.18);
}

.mypage-home-summary-main {
    flex: 1 1 auto;
    min-width: 0;
    padding-top: 42px;
}

.mypage-home-summary-label {
    color: #777;
    font-size: 12px;
    font-weight: bold;
}

.mypage-home-summary-title {
    margin-top: 2px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.35;
}

.mypage-home-summary-text {
    margin-top: 5px;
    color: #555;
    font-size: 13px;
    line-height: 1.55;
}

.mypage-home-summary-status {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

.mypage-home-summary-status span {
    display: inline-block;
    padding: 3px 9px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: bold;
}

.mypage-home-summary-status .is-ok {
    background: #e6f6eb;
    color: #2f8a4b;
}

.mypage-home-summary-status .is-ng {
    background: #fff0d9;
    color: #b66a00;
}

.mypage-home-summary-actions {
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
    padding-bottom: 2px;
}

.mypage-home-summary-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-width: 82px;
    padding: 8px 12px;
    border-radius: 7px;
    background: #555;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.mypage-home-summary-actions a:hover,
.mypage-home-summary-actions a:focus {
    background: #333;
    color: #fff;
    text-decoration: none;
}

.mypage-home-summary-actions .mypage-home-summary-edit {
    background: #f5a623;
}

.mypage-home-summary-actions .mypage-home-summary-edit:hover,
.mypage-home-summary-actions .mypage-home-summary-edit:focus {
    background: #e48f11;
}

.mypage-activity-summary {
    margin: 0 auto 18px auto;
    padding: 16px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.04);
    text-align: left;
}

.mypage-activity-summary-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.mypage-activity-summary-label {
    color: #888;
    font-size: 12px;
    font-weight: bold;
}

.mypage-activity-summary-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(260px, .9fr);
    gap: 10px;
    align-items: stretch;
}

.mypage-activity-summary-mini-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.mypage-activity-summary-item {
    position: relative;
    min-width: 0;
    padding: 10px 9px;
    border-radius: 8px;
    background: #f7f8fa;
    color: #222;
    overflow: hidden;
    text-decoration: none;
}

.mypage-activity-summary-item:hover,
.mypage-activity-summary-item:focus {
    background: #eef7fc;
    color: #222;
    text-decoration: none;
}

.mypage-activity-summary-item .glyphicon {
    position: absolute;
    right: 8px;
    top: 8px;
    color: rgba(0,0,0,.12);
    font-size: 22px;
}

.mypage-activity-summary-item strong {
    display: block;
    color: #222;
    font-size: 23px;
    line-height: 1.05;
}

.mypage-activity-summary-item em {
    display: block;
    margin-top: 5px;
    color: #777;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
}

.mypage-activity-summary-view {
    position: relative;
    min-width: 0;
    padding: 14px 14px 12px 14px;
    border-radius: 8px;
    background: #edf7fb;
    overflow: hidden;
}

.mypage-activity-summary-view .glyphicon {
    position: absolute;
    right: 14px;
    top: 12px;
    color: rgba(0,136,153,.14);
    font-size: 34px;
}

.mypage-activity-summary-period {
    margin-bottom: 6px;
    color: #6b8b93;
    font-size: 12px;
    font-weight: bold;
}

.mypage-activity-summary-view strong {
    display: inline-block;
    color: #008899;
    font-size: 40px;
    line-height: 1;
}

.mypage-activity-summary-view em {
    display: inline-block;
    margin-left: 8px;
    color: #008899;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: .08em;
}

.mypage-activity-summary-breakdown {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 9px;
}

.mypage-activity-summary-breakdown a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 7px;
    border-radius: 999px;
    background: rgba(255,255,255,.9);
    color: #58727a;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.2;
    text-decoration: none;
}

.mypage-activity-summary-breakdown a:hover,
.mypage-activity-summary-breakdown a:focus {
    background: #fff;
    color: #008899;
    text-decoration: none;
}

.mypage-activity-summary-breakdown a strong {
    color: #263b40;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}

.mypage-home-return {
    margin: 24px auto 10px auto;
}


/*コメントふきだし*/
.comment_balloon {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 10px;
	min-width: 0;
	max-width: 100%;
	color: #444;
	font-size: 16px;
	background: #e0edff;
	border-radius: 10px;
}

.comment_balloon:before{
	content: "";
	position: absolute;
	top: 45%;
	left: 100%;
	margin-left: -14px;
	border: 12px solid transparent;
	border-top: 15px solid #e0edff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.comment_balloon p {
	margin: 0;
	padding: 0;
}

/*コメントふきだし（自分の）*/
.comment_balloon_me {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 10px;
	min-width: 0;
	max-width: 100%;
	color: #444;
	font-size: 16px;
	background: #fdeff2;
	border-radius: 10px;
}

.comment_balloon_me:before{
	content: "";
	position: absolute;
	top: 45%;
	left: 100%;
	margin-left: -14px;
	border: 12px solid transparent;
	border-top: 15px solid #fdeff2;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.comment_balloon_me p {
	margin: 0;
	padding: 0;
}


/* ネタバレ */
.netabare {
	color: #fff;
	margin: 5px;
	padding: 15% 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color:#cccccc;
	font-weight:bold;
}

.netabare_open_button {
	width:80%;
	color: #ffff00;
	font-size:12px;
	font-weight:bold;
	background-color:#aaaaaa;
	margin: 10px auto;
	padding: 5px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
    border: 2px solid #ffffff;
}




/* お気に入りボタンのCSS */
.btn_favorite {
	min-width: 20px;
	min-height: 20px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 70px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	color: #777;
	font-size: 10px;
	font-weight: bold;
	padding: 10px 10px;
	display: float;
	text-align: center;
	box-shadow: 0px 1px 0px rgba(000,000,000,0.15);
	-moz-box-shadow: 0px 1px 0px rgba(000,000,000,0.15);
	-webkit-box-shadow: 0px 1px 0px rgba(000,000,000,0.15);
	transition: background-color 0.0s ease-in;
	-webkit-transition: background-color 0.0s ease-in;
	outline : none;
}

.btn_favorite:hover {
	background: #fff;
	color: #777;
	box-shadow: none;
	margin-top: 10px;
	position: relative;
	top: 2px;
	outline : none;
}

/* お気に入りボタンのCSS（お気に入り済み） */
.btn_favorite_on {
	min-width: 20px;
	min-height: 20px;
	background: #999;
	border: 1px solid #999;
	border-radius: 70px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0px;
	display: float;
	text-align: center;
	box-shadow: 0px 1px 0px rgba(000,000,000,0.05);
	-moz-box-shadow: 0px 1px 0px rgba(000,000,000,0.05);
	-webkit-box-shadow: 0px 1px 0px rgba(000,000,000,0.05);
	transition: background-color 0.0s ease-in;
	-webkit-transition: background-color 0.0s ease-in;
	outline : none;
}

.btn_favorite_on:hover {
	background: #999;
	color: #fff;
	box-shadow: none;
	margin-top: 10px;
	position: relative;
	top: 1px;
	outline : none;
}


/* お気に入り数のふきだし */
.favorite_arrow_box {
	position: relative;
	color: #aaa;
	background: #eee;
	font-size:10px;
	font-weight:bold;
	padding:4px 8px;
	margin-right:4px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.favorite_arrow_box:after {
	right: 95%;
	top: 50%;
	border: solid transparent;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);

	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(179, 213, 207, 0);
	border-left-color: #eee;
	border-width: 5px;
	margin-top: -5px;
}



/* リアクションボタンのCSS */
.btn_reaction {
	min-width: 20px;
	min-height: 20px;
	background: #fff;
	border: 1px solid #999;
	border-radius: 70px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	color: #777;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 10px;
	display: float;
	text-align: center;
	box-shadow: 0px 1px 0px rgba(000,000,000,0.15);
	-moz-box-shadow: 0px 1px 0px rgba(000,000,000,0.15);
	-webkit-box-shadow: 0px 1px 0px rgba(000,000,000,0.15);
	transition: background-color 0.0s ease-in;
	-webkit-transition: background-color 0.0s ease-in;
	outline : none;
}

.btn_reaction:hover {
	background: #fff;
	color: #777;
	box-shadow: none;
	margin-top: 10px;
	position: relative;
	top: 2px;
	outline : none;
}

/* リアクションボタンのCSS（リアクション済み） */
.btn_reaction_on {
	min-width: 20px;
	min-height: 20px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 70px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	color: #777;
	font-size: 12px;
	font-weight: ;
	padding: 10px 10px;
	display: float;
	text-align: center;
	box-shadow: 0px 1px 0px rgba(000,000,000,0.05);
	-moz-box-shadow: 0px 1px 0px rgba(000,000,000,0.05);
	-webkit-box-shadow: 0px 1px 0px rgba(000,000,000,0.05);
	transition: background-color 0.0s ease-in;
	-webkit-transition: background-color 0.0s ease-in;
	outline : none;
}

.btn_reaction_on:hover {
	background: #fff;
	color: #777;
	box-shadow: none;
	margin-top: 10px;
	position: relative;
	top: 1px;
	outline : none;
}

.btn_favorite,
.btn_favorite_on,
.btn_reaction,
.btn_reaction_on,
.favorite-button-wrap .btn,
.recommend-button-wrap .btn {
	min-height: 0 !important;
	border-radius: 999px !important;
	padding: 6px 12px !important;
	font-size: 13px !important;
	line-height: 1.35 !important;
	font-weight: bold !important;
	display: inline-block !important;
	box-shadow: 0 1px 4px rgba(0,0,0,0.12) !important;
	vertical-align: middle !important;
}

.btn_favorite:hover,
.btn_favorite_on:hover,
.btn_reaction:hover,
.btn_reaction_on:hover,
.favorite-button-wrap .btn:hover,
.recommend-button-wrap .btn:hover {
	top: 0 !important;
	margin-top: inherit !important;
	box-shadow: 0 1px 4px rgba(0,0,0,0.12) !important;
}

.btn_reaction {
	background: #fff !important;
	border: 1px solid #d5d5d5 !important;
	color: #444 !important;
}

.btn_reaction_on {
	background: #e84d5b !important;
	border: 1px solid #e84d5b !important;
	color: #fff !important;
}

.social-action-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 6px 8px;
}

.social-action-row form {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 6px 8px;
	margin: 0;
}

.reaction-button-wrap {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 6px 8px;
	margin: 0 5px 5px 0;
	max-width: 100%;
	vertical-align: middle;
}

.reaction-button-unit {
	display: inline-flex;
	align-items: center;
	margin: 0;
	flex-wrap: wrap;
	max-width: 100%;
}

.favorite-button-wrap,
.recommend-button-wrap {
	align-items: center !important;
	margin: 0 5px 5px 0 !important;
	vertical-align: middle !important;
}

.reaction-button-unit,
.favorite-button-wrap,
.recommend-button-wrap {
	min-height: 34px;
}

.favorite_arrow_box,
.reaction_arrow_box {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	line-height: 1 !important;
	min-height: 26px;
	box-sizing: border-box;
	vertical-align: middle;
}

.reaction-legacy-table {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

@media (max-width: 480px) {
	.social-action-row {
		gap: 7px 6px;
	}
	.reaction-legacy-table,
	.reaction-legacy-table tbody,
	.reaction-legacy-table tr {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 6px;
	}
	.reaction-legacy-table td {
		display: inline-flex;
		padding: 0 3px !important;
	}
	.reaction-button-wrap {
		width: 100%;
		margin-right: 0;
	}
	.reaction-button-unit {
		flex: 0 1 auto;
	}
	.btn_reaction,
	.btn_reaction_on,
	.btn_favorite,
	.btn_favorite_on,
	.favorite-button-wrap .btn,
	.recommend-button-wrap .btn {
		font-size: 12px !important;
		padding: 6px 10px !important;
	}
}

.btn_favorite {
	background: #fff !important;
	border: 1px solid #d5d5d5 !important;
	color: #444 !important;
}

.btn_favorite_on {
	background: #f0ad4e !important;
	border: 1px solid #f0ad4e !important;
	color: #fff !important;
}

.home-recommend-link {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin: 0 5px 5px 0;
	padding: 6px 12px;
	border-radius: 999px;
	border: 1px solid #5cb85c;
	background: #fff;
	color: #3f8f3f;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.35;
	vertical-align: middle;
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

.home-recommend-link:hover,
.home-recommend-link:focus {
	background: #5cb85c;
	color: #fff;
	text-decoration: none;
	outline: none;
}




/* リアクション数のふきだし */
.reaction_arrow_box {
	outline:none;
    border-style: none;
	position: relative;
	color: #aaa;
	background: #eee;
	font-size:10px;
	font-weight:bold;
	padding:4px 8px;
	margin-right:4px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.reaction_arrow_box:after {
	outline:none;
    border-style: none;
	right: 95%;
	top: 50%;
	border: solid transparent;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(179, 213, 207, 0);
	border-left-color: #eee;
	border-width: 5px;
	margin-top: -5px;
}

.reaction_arrow_box:hover {
	outline:none;
    border-style: none;
	position: relative;
	color: #aaa;
	background: #ddeeff;
	font-size:10px;
	font-weight:bold;
	padding:4px 8px;
	margin-right:4px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.reaction_arrow_box:hover:after {
	outline:none;
    border-style: none;
	right: 95%;
	top: 50%;
	border: solid transparent;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);

	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(179, 213, 207, 0);
	border-left-color: #ddeeff;
	border-width: 5px;
	margin-top: -5px;
}


/* カレンダーの件数表示 */
.calendar_count {
	outline:none;
    border-style: none;
	position: relative;
	color: #444;
	background: #eee;
	font-size:10px;
	font-weight:bold;
	padding:4px 8px;
	margin-right:4px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


/* Bootstrapのグリッドの高さを揃えるためのクラス */
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}


/* ホームの名称の下地 */
.homename {
  height: auto;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}



/* トップメニューの表示 */
.topmenu {
	display:inline-block;
    margin: 0.2em 0.2em 0.3em 0.2em;
	padding:0.5em 0.5em;
	line-height:1.4em;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	color: #444;
	background-color:rgba(255,255,255,0.8);
	opacity: 1.0;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.topmenu a{
	color: #777;
}

.topmenu:hover {
	background-color: #bbb;
	color: #fff;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.topmenu_bg {
	margin:0 auto;
	padding:5px 0;
	background-color: #777777;
	text-align:center;
}

.append_set_balloon {
	position: relative;
	display: inline-block;
 	margin: 20px 10px 0px 10px;
	padding: 5px;
	min-width: 120px;
 	max-width: 100%;
 	color: #555;
	font-size: 16px;
	background: #eefaff;
}

.append_set_balloon:before{
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #eefaff;
}


.kirikae_button_on {
  position: relative;
  text-align: left;
  height:34px;
  font-size:14px;
  color: #fff;
  font-weight: bold;
  padding: 5px 32px 5px 10px;
  display: inline-block;
  line-height: 1.4;
  background: #44aa22;
  vertical-align: middle;
  border:2px solid #ddd;
  border-radius: 25px;
  outline: none;
}

.kirikae_button_on:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
    right: 5px;
    background: #fff;
	border-radius: 20px;
	box-shadow: 0px 1px 2px #227722;
}

.kirikae_button_on:hover {
	background: #66cc44;
	border:2px solid #fff;
}

.kirikae_button_off {
  position: relative;
  text-align: right;
  height:34px;
  font-size:14px;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px 5px 32px;
  display: inline-block;
  line-height: 1.4;
  background: #cc2244;
  vertical-align: middle;
  border:2px solid #ddd;
  border-radius: 25px;
  outline: none;
}

.kirikae_button_off:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
    left: 5px;
    background: #fff;
	border-radius: 20px;
	box-shadow: 0px 1px 2px #772222;
}

.kirikae_button_off:hover {
	background: #ee4466;
	border:2px solid #fff;
}

.reserve_status_actions {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 5px;
	flex-wrap: wrap;
}

.reserve_status_actions.reserve_status_roster_actions {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 6px;
}

.reserve_status_form {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin: 0;
}

.reserve_status_record_actions {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.reserve_status_button {
	display: inline-block;
	min-width: 46px;
	padding: 4px 9px;
	border: 2px solid #e5e5e5;
	border-radius: 18px;
	background: #fff;
	color: #777;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3;
	outline: none;
	vertical-align: middle;
}

.reserve_status_button:hover {
	border-color: #bbb;
	background: #f7f7f7;
}

.reserve_status_button.is-active {
	color: #fff;
	border-color: #fff;
	box-shadow: 0 1px 4px rgba(0,0,0,0.18);
}

.reserve_status_button.reserve_status_valid.is-active {
	background: #44aa22;
}

.reserve_status_button.reserve_status_invalid.is-active {
	background: #777;
}

.reserve_status_button.reserve_status_wait.is-active {
	background: #f0ad4e;
}

.plan_ticket_status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	margin: 4px auto;
	padding: 4px 10px;
	border-radius: 18px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
}

.plan_ticket_status_used {
	background: #ffe7ef;
	color: #cc2448;
	border: 1px solid #f5b6c5;
}

.plan_ticket_status_unused {
	background: #e5f6e8;
	color: #1d8d3d;
	border: 1px solid #addab5;
}

.plan_ticket_status_disabled {
	background: #eeeeee;
	color: #777777;
	border: 1px solid #cccccc;
}

.plan_ticket_used_date {
	display: block;
	font-size: 10px;
	opacity: 0.9;
}

.plan_ticket_gate_form {
	display: inline-block;
	margin: 4px 0;
}

.plan_ticket_gate_button {
	display: inline-block;
	padding: 4px 9px;
	border: 2px solid #fff;
	border-radius: 18px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3;
	outline: none;
	vertical-align: middle;
	box-shadow: 0 1px 4px rgba(0,0,0,0.15);
}

.plan_ticket_gate_button_use {
	background: #d9534f;
}

.plan_ticket_gate_button_use:hover {
	background: #c83f3b;
}

.plan_ticket_gate_button_reset {
	background: #7ac943;
}

.plan_ticket_gate_button_reset:hover {
	background: #63ad32;
}

.plan_ticket_gate_button_disabled,
.plan_ticket_gate_button_disabled:hover {
	background: #dddddd;
	color: #777777;
	border-color: #eeeeee;
	cursor: default;
	box-shadow: none;
}

.plan_ticket_open_button {
	display: inline-block;
	margin: 2px auto 8px auto;
	padding: 7px 18px;
	border-radius: 20px;
	background: #2f80c2;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	animation: plan-ticket-pulse 2s ease-out infinite;
}

@keyframes plan-ticket-pulse {
	0%, 40%, 60%, 80%, 100% {
		transform: scale(1);
	}
	50%, 70% {
		transform: scale(0.94);
	}
}

.plan_ticket_open_button:hover {
	background: #23689f;
	color: #fff;
	text-decoration: none;
}

.plan_ticket_summary {
	display: grid;
	grid-template-columns: minmax(120px, 1fr) auto;
	align-items: center;
	gap: 8px;
	max-width: 560px;
	margin: 10px auto;
	padding: 8px;
	border-radius: 14px;
	background: #f8f8f8;
	border: 1px solid #e2e2e2;
}

.plan_ticket_summary_number {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 6px 10px;
	border-radius: 10px;
	background: #333;
	color: #fff;
	text-align: center;
}

.plan_ticket_summary_stacked .plan_ticket_summary_number {
	flex-direction: column;
	gap: 2px;
}

.plan_ticket_summary_number span {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
}

.plan_ticket_summary_number strong {
	font-size: 22px;
	line-height: 1.1;
	letter-spacing: 0.08em;
}

.plan_ticket_summary_number a {
	color: #fff;
	text-decoration: none;
}

.plan_ticket_summary_status {
	text-align: right;
}

.plan_ticket_share {
	margin: 22px auto 0 auto;
	padding: 14px;
	border-radius: 10px;
	background: #f8fbff;
	border: 1px solid #dceaf8;
	text-align: center;
}

.plan_ticket_share_title {
	margin-bottom: 10px;
	color: #22506f;
	font-size: 16px;
	font-weight: bold;
}

.plan_ticket_share_buttons {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}

.plan_ticket_share_buttons button,
.plan_ticket_share_buttons a {
	display: inline-block;
	min-width: 120px;
	padding: 8px 14px;
	border: none;
	border-radius: 20px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.plan_ticket_share_copy {
	background: #2f80c2;
}

.plan_ticket_share_line {
	background: #06c755;
}

.plan_ticket_share_buttons a:hover {
	color: #fff;
	text-decoration: none;
}

.plan_ticket_share_note {
	margin-top: 10px;
	color: #b04b4b;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}

.plan_ticket_manage_link {
	margin: 18px auto 0 auto;
	text-align: center;
}

.plan_unpaid_reserve_alert {
	margin: 12px auto;
	padding: 12px 14px;
	border-radius: 8px;
	background: #fff1cc;
	border: 2px solid #ffb300;
	color: #9a5200;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.plan_unpaid_reserve_alert a {
	color: #9a5200;
	text-decoration: none;
}

.plan_unpaid_reserve_alert .glyphicon {
	margin-right: 6px;
	color: #e65f00;
}

.plan_unpaid_reserve_alert .badge {
	margin-left: 5px;
	background: #e65f00;
}

.plan_unpaid_reserve_inline {
	display: table;
	margin: 7px auto 0 auto;
	padding: 5px 10px;
	border-radius: 18px;
	background: #fff1cc;
	border: 1px solid #ffb300;
	color: #9a5200;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
}

.plan_unpaid_reserve_inline:hover,
.plan_unpaid_reserve_inline:focus {
	color: #9a5200;
	text-decoration: none;
	background: #ffe5a3;
}

.plan_unpaid_reserve_inline .glyphicon {
	margin-right: 4px;
	color: #e65f00;
}

.plan_unpaid_reserve_inline .badge {
	margin-left: 4px;
	background: #e65f00;
}

.plan_course_action_button {
	margin: 0 2px 3px 2px;
	font-weight: bold;
	border-radius: 14px;
}

.plan_course_gate_summary {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	margin: 5px 0 5px 15px;
	padding: 5px 8px;
	border: 1px solid #d8e7ef;
	border-radius: 8px;
	background: #f7fbfd;
	color: #223344;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4;
}

.plan_course_gate_label {
	color: #2d7ea6;
}

.plan_course_gate_mode,
.plan_course_gate_code {
	display: inline-block;
	padding: 3px 8px;
	border-radius: 14px;
}

.plan_course_gate_mode_code {
	background: #fff4f4;
	border: 1px solid #d9534f;
	color: #c9423f;
}

.plan_course_gate_mode_nocode {
	background: #fff8ec;
	border: 1px solid #f0ad4e;
	color: #c77a12;
}

.plan_course_gate_code {
	background: #fff;
	border: 1px solid #bdd6e3;
	color: #223344;
}

.plan_course_gate_code_empty {
	border-color: #d9534f;
	color: #d9534f;
}

.plan_course_stock_type_label {
	display: inline-block;
	margin-left: 10px;
	padding: 4px 8px;
	border-radius: 14px;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.3;
}

.plan_course_stock_type_people {
	background: #fff3f3;
	border: 1px solid #ff7777;
	color: #d55353;
}

.plan_course_stock_type_reserve {
	background: #f3f5ff;
	border: 1px solid #7777ff;
	color: #5555cc;
}

.plan_course_stock_type_date_people {
	background: #fbf1f1;
	border: 1px solid #884444;
	color: #884444;
}

.plan_course_stock_type_date_reserve {
	background: #f1f1fb;
	border: 1px solid #444488;
	color: #444488;
}

.plan_ticket_page {
	max-width: 720px;
	margin: 0 auto 30px auto;
}

.plan_ticket_bodymain {
	margin: 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	overflow: visible;
}

.plan_ticket_card {
	margin: 15px auto;
	padding: 18px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 2px 14px rgba(0,0,0,0.12);
	text-align: left;
}

.plan_ticket_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 12px;
}

.plan_ticket_header_label {
	font-size: 22px;
	font-weight: bold;
}

.plan_ticket_header .plan_ticket_status {
	margin: 0 0 0 auto;
	padding: 7px 14px;
	border-radius: 22px;
	font-size: 22px;
	text-align: right;
}

.plan_ticket_header .plan_ticket_used_date {
	font-size: 13px;
	line-height: 1.25;
}

.plan_ticket_image {
	text-align: center;
}

.plan_ticket_image img {
	max-width: 100%;
	border-radius: 8px;
}

.plan_ticket_plan_name {
	margin: 16px 0 6px 0;
	line-height: 1.45;
	text-align: left;
}

.plan_ticket_parent_name {
	color: #555;
	font-size: 15px;
	font-weight: bold;
}

.plan_ticket_course_name {
	color: #111;
	font-size: 24px;
	font-weight: bold;
}

.plan_ticket_number {
	margin: 16px auto;
	padding: 12px;
	border-radius: 10px;
	background: #333;
	color: #fff;
	text-align: center;
}

.plan_ticket_number span {
	display: block;
	font-size: 13px;
}

.plan_ticket_number strong {
	font-size: 34px;
	letter-spacing: 0.08em;
}

.plan_ticket_info {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.plan_ticket_info div {
	display: grid;
	grid-template-columns: 90px 1fr;
	gap: 10px;
	padding: 10px 0;
	border-top: 1px solid #f2f2f2;
}

.plan_ticket_info div:first-child {
	border-top: none;
}

.plan_ticket_info span {
	color: #777;
	font-size: 13px;
}

.plan_ticket_info strong {
	font-size: 16px;
}

.plan_ticket_info .plan_ticket_info_emphasis strong {
	font-size: 26px;
	line-height: 1.35;
}

.plan_ticket_notice,
.plan_ticket_result,
.plan_ticket_offline {
	margin: 14px auto 0 auto;
	padding: 10px;
	border-radius: 8px;
	background: #f7f7f7;
	text-align: center;
	font-weight: bold;
}

.plan_ticket_notice_used,
.plan_ticket_result_ok {
	background: #e9f7ec;
	color: #27863a;
}

.plan_ticket_notice_used {
	background: #fff0f4;
	color: #cc2448;
	border: 1px solid #f5b6c5;
}

.plan_ticket_notice_disabled {
	background: #f4f4f4;
	color: #666666;
	border: 1px solid #cccccc;
}

.plan_ticket_result_ok {
	padding: 18px;
	font-size: 26px;
	line-height: 1.5;
}

.plan_ticket_result_ng,
.plan_ticket_offline {
	background: #fff4e5;
	color: #9a5b00;
}

.plan_ticket_self_gate {
	margin-top: 18px;
	text-align: center;
}

.plan_ticket_gate_help {
	margin: 2px auto 8px auto;
	color: #777;
	font-size: 12px;
	line-height: 1.5;
}

.plan_ticket_code_input {
	max-width: 180px;
	margin: 8px auto;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0;
}

.plan_ticket_keypad {
	display: grid;
	grid-template-columns: repeat(3, 64px);
	justify-content: center;
	gap: 8px;
	margin: 12px auto;
}

.plan_ticket_keypad button {
	height: 48px;
	border: 1px solid #ddd;
	border-radius: 8px;
	background: #fafafa;
	font-size: 20px;
	font-weight: bold;
}

.plan_ticket_slide_area {
	margin-top: 18px;
	padding: 18px 18px 20px 18px;
	border-radius: 18px;
	background: linear-gradient(180deg, #eef8fb 0%, #d9eef4 100%);
	border: 1px solid #c0dfe8;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.85), 0 8px 18px rgba(0,0,0,0.08);
}

.plan_ticket_slide_label {
	position: relative;
	margin-bottom: 12px;
	color: #1f6f84;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	text-shadow: 0 1px 0 rgba(255,255,255,0.85);
}

.plan_ticket_slide_label:after {
	content: "›";
	display: inline-block;
	margin-left: 10px;
	color: #2e9ab3;
	font-size: 30px;
	line-height: 0;
	vertical-align: -3px;
}

.plan_ticket_slide_area input[type="range"] {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	max-width: 520px;
	height: 78px;
	margin: 0 auto;
	display: block;
	background: transparent;
	touch-action: pan-y;
}

.plan_ticket_slide_area input[type="range"]:focus {
	outline: none;
}

.plan_ticket_slide_area input[type="range"]::-webkit-slider-runnable-track {
	height: 70px;
	border-radius: 38px;
	background: linear-gradient(90deg, #ffffff 0%, #f7fbfc 58%, #c5eef4 100%);
	border: 1px solid #b8dbe4;
	box-shadow: inset 0 2px 6px rgba(0,0,0,0.12);
}

.plan_ticket_slide_area input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 78px;
	height: 78px;
	margin-top: -5px;
	border-radius: 50%;
	border: 4px solid #fff;
	background: #008899;
	box-shadow: 0 5px 14px rgba(0,0,0,0.25);
	cursor: pointer;
}

.plan_ticket_slide_area input[type="range"]::-moz-range-track {
	height: 70px;
	border-radius: 38px;
	background: linear-gradient(90deg, #ffffff 0%, #f7fbfc 58%, #c5eef4 100%);
	border: 1px solid #b8dbe4;
	box-shadow: inset 0 2px 6px rgba(0,0,0,0.12);
}

.plan_ticket_slide_area input[type="range"]::-moz-range-thumb {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 4px solid #fff;
	background: #008899;
	box-shadow: 0 5px 14px rgba(0,0,0,0.25);
	cursor: pointer;
}

.plan_ticket_slide_area input[type="range"]:disabled::-webkit-slider-thumb {
	background: #7a7a7a;
}

.plan_ticket_slide_area input[type="range"]:disabled::-moz-range-thumb {
	background: #7a7a7a;
}

@media (max-width: 480px) {
	.plan_ticket_header {
		align-items: flex-start;
	}

	.plan_ticket_header .plan_ticket_status {
		font-size: 18px;
	}

	.plan_ticket_course_name {
		font-size: 22px;
	}

	.plan_ticket_info div {
		grid-template-columns: 72px 1fr;
	}

	.plan_ticket_info .plan_ticket_info_emphasis strong {
		font-size: 24px;
	}

	.plan_ticket_summary {
		grid-template-columns: 1fr 1fr;
	}

	.plan_ticket_summary_number strong {
		font-size: 21px;
	}

	.plan_ticket_summary .plan_ticket_status {
		font-size: 12px;
	}

	.plan_ticket_slide_area {
		padding: 16px 12px 18px 12px;
	}

	.plan_ticket_slide_label {
		font-size: 16px;
	}

	.plan_ticket_slide_area input[type="range"],
	.plan_ticket_slide_area input[type="range"]::-webkit-slider-thumb {
		height: 72px;
	}

	.plan_ticket_slide_area input[type="range"]::-webkit-slider-thumb {
		width: 72px;
	}

	.plan_ticket_slide_area input[type="range"]::-moz-range-thumb {
		width: 64px;
		height: 64px;
	}
}

.reserve_status_delete {
	display: inline-block;
	padding: 4px 9px;
	border: 2px solid #fff;
	border-radius: 18px;
	background: #d9534f;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3;
	outline: none;
	vertical-align: middle;
	box-shadow: 0 1px 4px rgba(0,0,0,0.15);
}

.reserve_status_delete:hover {
	background: #c9302c;
	color: #fff;
}

.reserve_status_edit {
	display: inline-block;
	padding: 4px 9px;
	border: 2px solid #fff;
	border-radius: 18px;
	background: #5bc0de;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3;
	outline: none;
	vertical-align: middle;
	box-shadow: 0 1px 4px rgba(0,0,0,0.15);
}

.reserve_status_edit:hover {
	background: #31b0d5;
	color: #fff;
	text-decoration: none;
}

.reserve_participant_actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 5px;
	flex-wrap: wrap;
	margin: 5px 0 4px;
}

.reserve_participant_operation_cell {
	min-width: 150px;
	vertical-align: top !important;
}

.reserve_participant_actions .reserve_status_edit:only-child {
	margin-left: auto;
}

.reserve_participant_meta {
	display: block;
	margin-top: 3px;
	font-size: 80%;
	line-height: 1.5;
}

.reserve_participant_representative_label {
	display: inline-block;
	margin: 0 0 4px;
	color: #d9534f;
	font-size: 12px;
	font-weight: bold;
}

.reserve_participant_table {
	table-layout: auto;
	max-width: 100%;
	margin-top: 10px !important;
}

.reserve_participant_table td,
.reserve_participant_table th {
	word-break: break-word;
	overflow-wrap: anywhere;
}

@media screen and (max-width:768px) {
	.reserve_participant_table,
	.reserve_participant_table tbody,
	.reserve_participant_table tr,
	.reserve_participant_table th,
	.reserve_participant_table td {
		display: block;
		width: 100% !important;
		max-width: 100% !important;
	}

	.reserve_participant_table {
		border: 0;
	}

	.reserve_participant_table tr.active {
		display: none;
	}

	.reserve_participant_table tr {
		margin: 0 0 8px;
		border: 1px solid #ddd;
		background-color: inherit;
	}

	.reserve_participant_table tr + tr {
		margin-top: -8px;
		border-top: 0;
	}

	.reserve_participant_table td {
		position: relative;
		min-height: 34px;
		padding: 6px 8px 6px 82px !important;
		border-width: 0 0 1px !important;
		text-align: left;
	}

	.reserve_participant_table td:before {
		position: absolute;
		top: 6px;
		left: 8px;
		width: 68px;
		color: #777;
		font-size: 11px;
		font-weight: bold;
		white-space: normal;
	}

	.reserve_participant_table tr:not(.active) td:nth-child(1):before {
		content: "メニュー";
	}

	.reserve_participant_table tr:not(.active) td:nth-child(2):before {
		content: "氏名";
	}

	.reserve_participant_table tr:not(.active) td:nth-child(3):before {
		content: "性別";
	}

	.reserve_participant_table tr:not(.active) td:nth-child(4):before {
		content: "年齢";
	}

	.reserve_participant_table tr:not(.active) td:nth-child(5):before {
		content: "電話";
	}

	.reserve_participant_table tr:not(.active) td:nth-child(6):before {
		content: "メール";
	}

	.reserve_participant_table tr:not(.active) td.reserve_participant_operation_cell:before {
		content: "操作";
	}

	.reserve_participant_table tr:not(.active) td[colspan]:before {
		content: "住所";
	}

	.reserve_participant_operation_cell {
		min-width: 0;
	}

	.reserve_participant_actions {
		justify-content: space-between;
	}
}


.social-count-popover {
	cursor: pointer;
}
.social-popover-list {
	max-height: 260px;
	overflow-y: auto;
	min-width: 180px;
	line-height: 1.8;
}
.social-popover-list a {
	display: block;
	padding: 2px 0;
	color: #39a9d6 !important;
	text-decoration: none !important;
	font-weight: bold;
}
.social-popover-list a:hover,
.social-popover-list a:focus {
	color: #168bb9 !important;
	text-decoration: none !important;
}
.favorite_arrow_box.social-count-popover,
.reaction_arrow_box.social-count-popover {
	border: 0;
	line-height: 1.2;
	vertical-align: middle;
}


.social-count-button {
	cursor: pointer;
	border: 0;
}
.social-count-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
	max-height: min(62vh, 520px);
	overflow: auto;
	padding: 2px;
}
.social-count-list-row {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 10px 12px;
	border: solid 1px #e5e5e5;
	border-radius: 8px;
	background: #fff;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.45;
}
.social-count-list-row:hover,
.social-count-list-row:focus {
	background: #f7fbfd;
	color: #229bd2;
	text-decoration: none;
}
.social-count-list-row .glyphicon {
	color: #999;
	flex: 0 0 auto;
}
.social-count-empty,
.social-count-loading {
	padding: 18px 10px;
	color: #777;
	text-align: center;
}


/* mypage tab navigation */
.mypage-tab-nav {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
    gap: 6px;
    border-bottom: 0;
    margin: 14px 0 18px 0;
    padding: 2px 0;
}
.mypage-tab-layout .mypage-tab-nav {
    order: 1;
    margin-top: 0 !important;
}
.mypage-tab-nav:before,
.mypage-tab-nav:after {
    display: none;
}
.mypage-tab-nav > li {
    float: none;
    margin: 0;
}
.mypage-tab-nav > li > a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 18px;
    background: #fff;
    color: #555;
    line-height: 1.2;
    white-space: nowrap;
}
.mypage-tab-nav > li.active > a,
.mypage-tab-nav > li.active > a:focus,
.mypage-tab-nav > li.active > a:hover {
    border: 1px solid #337ab7;
    background: #337ab7;
    color: #fff;
}
.mypage-tab-nav .badge {
    margin-left: 3px;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    flex: 0 0 auto;
}
.mypage-section-tab-nav {
    justify-content: center;
}
.mypage-timeline-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 18px 0 14px 0;
    padding: 12px 14px;
    border-radius: 8px;
    background: #fff;
    border-left: 6px solid #f5a623;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
.mypage-timeline-heading-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.25;
}
.mypage-timeline-heading-title .glyphicon {
    color: #f5a623;
}
.mypage-timeline-heading-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 11px;
    border-radius: 18px;
    background: #e9f7fb;
    color: #2aa9d6;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
}
.mypage-timeline-heading-link:hover,
.mypage-timeline-heading-link:focus {
    color: #1789b5;
    text-decoration: none;
    background: #d7f0f8;
}
.mypage-timeline-loading {
    display: flex;
    flex-direction: column;
    align-items: center !important;
    justify-content: center;
    min-height: 240px;
    padding: 42px 20px;
    text-align: center !important;
    color: #999;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    width: 100%;
}
.mypage-timeline-loading img {
    max-width: 140px;
    max-height: 140px;
    margin: 0 auto 12px auto !important;
    display: block !important;
    align-self: center !important;
    flex: 0 0 auto;
}
.mypage-timeline-loading div {
    font-size: 13px;
    color: #999;
    width: 100%;
    text-align: center;
}
@media (max-width: 767px) {
    .mypage-tab-layout {
        gap: 8px;
        align-items: stretch;
    }
    .mypage-create-nav {
        flex-basis: 112px;
        align-self: stretch;
    }
    .mypage-tab-nav {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 4px;
        margin-left: 0;
        margin-right: 0;
        padding: 4px 0 8px 0;
    }
    .mypage-tab-nav > li > a {
        padding: 7px 9px;
        font-size: 12px;
        border-radius: 15px;
    }
    .mypage-tab-nav .badge {
        font-size: 10px;
        padding: 2px 5px;
    }
    .mypage-section-tab-nav {
        justify-content: center;
    }
    .mypage-timeline-heading {
        align-items: stretch;
        padding: 10px;
    }
    .mypage-timeline-heading-title {
        font-size: 16px;
    }
    .mypage-timeline-heading-link {
        justify-content: center;
        padding: 7px 8px;
        font-size: 12px;
    }
    .mypage-create-menu-button {
        width: 108px;
        height: auto;
        min-height: 56px;
        padding: 0 10px;
        border-radius: 8px;
        font-size: 17px;
        box-shadow: 0 4px 0 #c97500, 0 7px 12px rgba(245,166,35,0.32);
    }
    .mypage-create-menu-button-main {
        font-size: 24px;
    }
    .mypage-create-menu-button-sub {
        margin-top: 2px;
        font-size: 14px;
    }
    .content-create-menu-grid {
        grid-template-columns: 1fr;
    }
    .content-create-menu-card {
        grid-template-columns: minmax(0, 1fr) 92px;
        gap: 10px;
        min-height: 0;
        padding: 12px;
    }
    .content-create-menu-actions a {
        min-height: 40px;
        padding: 6px 8px;
        font-size: 12px;
    }
    .content-create-menu-actions .content-create-menu-action-make {
        min-height: 70px;
        font-size: 13px;
    }
    .mypage-home-summary-cover {
        height: 104px;
    }
    .mypage-home-summary-body {
        align-items: flex-start;
        gap: 10px;
        padding: 0 12px 14px 12px;
        margin-top: -30px;
    }
    .mypage-home-summary-icon img {
        width: 66px;
        height: 66px;
        border-width: 3px;
    }
    .mypage-home-summary-main {
        padding-top: 32px;
    }
    .mypage-home-summary-title {
        font-size: 17px;
    }
    .mypage-home-summary-actions {
        flex-direction: column;
        gap: 6px;
        padding-top: 32px;
    }
    .mypage-home-summary-actions a {
        min-width: 62px;
        padding: 7px 9px;
        font-size: 12px;
    }
    .mypage-activity-summary {
        padding: 12px;
    }
    .mypage-activity-summary-head {
        align-items: flex-start;
    }
    .mypage-activity-summary-layout {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .mypage-activity-summary-mini-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
    }
    .mypage-activity-summary-item {
        padding: 9px 7px;
    }
    .mypage-activity-summary-item strong {
        font-size: 20px;
    }
    .mypage-activity-summary-item em {
        font-size: 11px;
    }
    .mypage-activity-summary-view strong {
        font-size: 34px;
    }
}

.myfavorite-help {
    margin: 14px 15px;
    text-align: left;
    line-height: 1.9;
}
.myfavorite-help-button {
    display: inline-block;
    margin: 0 3px;
    padding: 3px 9px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
}
.myfavorite-type-nav {
    margin-top: 8px;
}
@media (max-width: 767px) {
    .myfavorite-type-nav > li > a {
        padding: 6px 8px;
        font-size: 11px;
    }
}

.mypage-reaction-help {
    margin: 14px 15px;
    color: #777;
    font-size: 13px;
    text-align: left;
    line-height: 1.8;
}
.mypage-reaction-tab-content {
    margin-top: 10px;
}
.mypage-reaction-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: 1040px;
    margin: 14px auto 24px auto;
}
.mypage-reaction-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    background: #fff;
    text-align: left;
    box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.mypage-reaction-card-deleted {
    opacity: .58;
    filter: grayscale(45%);
}
.mypage-reaction-user {
    flex: 0 0 84px;
    width: 84px;
    color: #333;
    text-align: center;
    text-decoration: none !important;
}
.mypage-reaction-user img {
    display: block;
    width: 54px;
    height: 54px;
    margin: 0 auto 6px auto;
    border-radius: 50%;
    object-fit: cover;
    background: #f1f1f1;
}
.mypage-reaction-user span {
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.35;
    word-break: break-word;
}
.mypage-reaction-body {
    flex: 1 1 auto;
    min-width: 0;
}
.mypage-reaction-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 7px;
    color: #777;
    font-size: 12px;
}
.mypage-reaction-meta .badge {
    background: #ff7777;
}
.mypage-reaction-text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 8px;
}
.mypage-reaction-relation {
    color: #777;
    font-size: 13px;
}
.mypage-reaction-label {
    display: inline-block;
    padding: 4px 11px;
    border-radius: 999px;
    background: #f0ad4e;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
}
.mypage-reaction-content {
    display: block;
    padding: 10px;
    border-radius: 7px;
    background: #f7f7f7;
    color: #333;
    text-decoration: none !important;
}
.mypage-reaction-content:hover {
    background: #eef7fb;
    color: #222;
}
.mypage-reaction-type {
    display: inline-block;
    margin-bottom: 5px;
    padding: 3px 8px;
    border-radius: 999px;
    background: #5bc0de;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
}
.mypage-reaction-title {
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.45;
}
.mypage-reaction-empty {
    grid-column: 1 / -1;
    padding: 22px 12px;
    border-radius: 8px;
    background: #f7f7f7;
    color: #777;
    text-align: center;
}
.mypage-reaction-loadmore-wrap {
    margin: 18px auto 30px auto;
    text-align: center;
}
.mypage-reaction-loadmore-wrap .btn {
    min-width: 180px;
}

.mypage-comment-nav {
    margin: 12px 15px 8px 15px !important;
}
.mypage-comment-nav.mypage-tab-nav {
    justify-content: center;
}
.mypage-comment-tab-content {
    margin-top: 10px;
}
.mypage-comment-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: 1040px;
    margin: 14px auto 24px auto;
}
.mypage-comment-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    background: #fff;
    text-align: left;
    box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.mypage-comment-card-deleted {
    opacity: .62;
    filter: grayscale(40%);
}
.mypage-comment-user {
    flex: 0 0 84px;
    width: 84px;
    color: #333;
    text-align: center;
    text-decoration: none !important;
}
.mypage-comment-user img {
    display: block;
    width: 54px;
    height: 54px;
    margin: 0 auto 6px auto;
    border-radius: 50%;
    object-fit: cover;
    background: #f1f1f1;
}
.mypage-comment-user span {
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.35;
    word-break: break-word;
}
.mypage-comment-body {
    flex: 1 1 auto;
    min-width: 0;
}
.mypage-comment-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 7px;
    color: #777;
    font-size: 12px;
}
.mypage-comment-meta .badge {
    background: #ff7777;
}
.mypage-comment-relation {
    margin-bottom: 8px;
    color: #555;
    font-size: 13px;
    font-weight: bold;
}
.mypage-comment-content {
    display: block;
    padding: 10px;
    border-radius: 7px;
    background: #f7f7f7;
    color: #333;
    text-decoration: none !important;
}
.mypage-comment-content:hover {
    background: #eef7fb;
    color: #222;
}
.mypage-comment-type {
    display: inline-block;
    margin-bottom: 5px;
    padding: 3px 8px;
    border-radius: 999px;
    background: #5bc0de;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
}
.mypage-comment-title {
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.45;
}
.mypage-comment-number {
    display: block;
    margin-top: 3px;
    color: #888;
    font-size: 11px;
}
.mypage-comment-text {
    margin-top: 10px;
    padding: 12px 14px;
    border-radius: 8px;
    background: #fff8e8;
    color: #333;
    line-height: 1.65;
    word-break: break-word;
}
.mypage-comment-actions {
    margin-top: 10px;
    text-align: right;
}
.mypage-comment-status {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    background: #eef7fb;
    color: #337ab7;
    font-size: 12px;
    font-weight: bold;
}
.mypage-comment-admin-deleted {
    color: #c00;
    font-weight: bold;
}
.mypage-comment-empty,
.mypage-comment-setting-card {
    margin: 14px auto 24px auto;
    padding: 22px 12px;
    max-width: 1040px;
    border-radius: 8px;
    background: #f7f7f7;
    color: #777;
    text-align: center;
}
.mypage-ticket-pager {
    width: 100%;
    max-width: 620px;
    margin: 12px auto;
}
.mypage-ticket-pager .pager_design {
    margin-left: 0;
    margin-right: 0;
}
.mypage-ticket-pager .btn-group > .btn {
    min-width: 150px;
}
@media (max-width: 767px) {
    .mypage-reaction-list {
        display: block;
        max-width: 860px;
    }
    .mypage-reaction-card {
        margin-bottom: 12px;
        padding: 12px;
    }
    .mypage-reaction-user {
        flex-basis: 68px;
        width: 68px;
    }
    .mypage-reaction-user img {
        width: 48px;
        height: 48px;
    }
    .mypage-comment-list {
        display: block;
    }
    .mypage-comment-card {
        margin-bottom: 12px;
        padding: 12px;
    }
    .mypage-comment-user {
        flex-basis: 68px;
        width: 68px;
    }
    .mypage-comment-user img {
        width: 48px;
        height: 48px;
    }
}

/* Admin social overview cards */
.admin-social-help {
	margin: 14px 0 18px 0;
	text-align: left;
}
.admin-social-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 16px auto;
	text-align: left;
}
.admin-social-card {
	position: relative;
	margin: 0 !important;
}
.admin-social-id {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 8px;
	color: #777;
	font-size: 12px;
	font-weight: bold;
}
.admin-social-id .badge {
	background: #ff7777;
}
.admin-social-home-name {
	display: block;
	margin-top: 2px;
	color: #49a9d4;
	font-size: 12px;
	font-weight: bold;
}
.admin-social-actions {
	justify-content: flex-end;
}
.admin-comment-list .mypage-comment-user,
.admin-social-list .mypage-reaction-user {
	align-items: center;
}
.admin-recommend-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 16px auto;
	text-align: left;
}
.admin-recommend-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 10px;
	align-items: stretch;
	margin: 0 !important;
	padding: 14px;
	border-radius: 8px;
}
.admin-recommend-card.is-private {
	opacity: .78;
	background: #f5f5f5;
}
.admin-recommend-user {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	color: #333;
	font-weight: bold;
	text-decoration: none !important;
}
.admin-recommend-user img {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	object-fit: cover;
	background: #eee;
	flex: 0 0 auto;
}
.admin-recommend-body {
	min-width: 0;
}
.admin-recommend-meta {
	display: flex;
	align-items: center;
	gap: 7px;
	flex-wrap: wrap;
	margin-bottom: 5px;
	color: #777;
	font-size: 12px;
}
.admin-recommend-title {
	display: block;
	color: #222;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.45;
	text-decoration: none !important;
	overflow-wrap: anywhere;
}
.admin-recommend-summary {
	margin-top: 5px;
	color: #666;
	font-size: 13px;
	line-height: 1.55;
	overflow-wrap: anywhere;
}
.admin-recommend-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	margin-top: 10px;
	flex-wrap: wrap;
}
@media (max-width: 900px) {
	.admin-social-list,
	.admin-recommend-list {
		grid-template-columns: 1fr;
	}
	.admin-recommend-actions {
		justify-content: flex-start;
	}
}

/* Admin search */
.admin-search-box {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
	gap: 10px;
	align-items: end;
	margin: 16px auto 18px auto;
	padding: 12px;
	border: 1px solid #e3e3e3;
	border-radius: 8px;
	background: #fff;
	text-align: left;
}
.admin-search-field label {
	display: block;
	margin: 0 0 5px 0;
	color: #555;
	font-size: 12px;
	font-weight: bold;
}
.admin-search-field input {
	width: 100%;
	height: 38px;
	padding: 7px 9px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	font-size: 14px;
	box-sizing: border-box;
}
.admin-search-actions {
	display: flex;
	gap: 7px;
	align-items: center;
	justify-content: flex-end;
	margin-top: 10px;
	flex-wrap: wrap;
}
@media (max-width: 767px) {
	.admin-search-box {
		grid-template-columns: 1fr;
	}
	.admin-search-actions {
		justify-content: center;
	}
}

.admin-recommend-card.is-admin-hidden {
	background: #fff1f1;
	border-color: #f0caca;
}
.admin-recommend-card.is-admin-hidden .admin-recommend-title {
	color: #9b3333;
}

.calendar-date-clear-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 8px;
	min-height: 24px;
	padding: 2px 7px;
	border: 1px solid #bbb;
	border-radius: 5px;
	background: #fff;
	color: #555;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.3;
	cursor: pointer;
	box-shadow: 0 1px 3px rgba(0,0,0,.08);
	white-space: nowrap;
}
.calendar-date-clear-button:hover,
.calendar-date-clear-button:focus {
	background: #f7f7f7;
	color: #333;
}

.content-form-date-input {
	margin: 6px 0 10px;
}
.content-form-date {
	width: 180px;
	max-width: 100%;
	display: inline-block;
}
.content-form-datetime {
	width: 240px;
	max-width: 100%;
	display: inline-block;
}
.content-form-date-suffix {
	display: inline-block;
	margin-left: 0;
	color: #555;
	font-weight: bold;
	vertical-align: middle;
}
.content-form-date-range {
	display: block;
	margin: 6px 0 10px;
}
.content-form-date-range-item {
	min-width: 180px;
}
.content-form-date-range-item + .content-form-date-range-item {
	margin-top: 10px;
}
.content-form-date-range-label {
	display: block;
	margin: 0 0 4px;
	color: #666;
	font-size: 12px;
	font-weight: bold;
}
