@charset "utf-8";

/* CSS Document */



/*----------------------------------------base------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	list-style-type: none;
}
body {
	color: #363834;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	text-align: center;
	font-size: 100%;
}
a:visited {
	text-decoration: none;
	color: #333;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: bottom;
}
/*----------------------------------------clearfix------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	overflow:hidden;
    font-size:0.1em;
    line-height:0;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/*----------------------------------------clearfix------------------------------------*/

#wrapper {
	width: 100%;
	margin: 0 auto;
}
#contents {
	display: flex;
	justify-content: space-between;
    min-height: 100vh;
}
#left_content_index {
	width: 300px;
/*	border-right: 1px solid #F4F4F4;*/
	display: flex;
	flex-direction: column;
    background-color: #0da69f;
    padding: 0 0 30px;
}
.before_page #left_content_index {
    background-color: #006f47;}


#left_content_index #logo {
	text-align: center;
	padding: 30px 0 0;
}
#left_content_index #logo a {
	display: inline-block;
}
#left_content_index #logo img {
	max-width: 180px;
}
#left_content_index > .primary_navi {
	border-top: 1px solid #F4F4F4;
	border-bottom: 1px solid #F4F4F4;
	padding: 20px 0;
	font-size: 14px;
}
#left_content_index > #global {
	margin-top: auto;
}
.primary_navi {
    width: max-content;
    margin: 0 auto;
    display: none;}
.before_page .primary_navi {
    display: block;}
.primary_navi li {
	text-align: left;
}
.primary_navi li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 3px 10px;
    position: relative;
    font-weight: bold;
}
/*
.primary_navi li a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	border: 6px solid transparent;
	border-left-color: #ccc;
}
*/
.primary_navi li a.p_navi1 {
	display: none;
}

.login {
/*	border-top: 1px solid #F4F4F4;*/
/*	padding: 30px 15px; */
    margin: 30px 15px 0;
	box-sizing: border-box;
}
.login_inner {
	padding: 8px 0;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
    background-color: rgba(255, 255, 255, 0.7);
}
.login_inner h2 {
    text-align: center;
    font-family: serif;
    font-weight: bold;
    color: #000;}
.login_inner input[type="submit"] {
    background-image: linear-gradient(0deg, rgba(233, 233, 233, 1), rgba(255, 255, 255, 1));
    border: solid 1px #ccc;
    margin: 0 auto;
    display: block;
    font-size: 13px;
    padding: 10px;
    width: 90%;
    max-width: 200px;
    font-weight: bold;}
.login_inner_ {
	padding: 8px 0;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;}
.login_failed {
    font-size: 12px;
    text-align: center;
    width: 90%;
    margin: 0 auto 1em;
    max-width: max-content;
    font-weight: bold;
    color: #f00;}
.login_social p,
.login_sms p,
.login_mobile p {
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 2;
    text-align: center;
    font-family: serif;
    color: #fff;
    font-weight: bold;}

.login_mobile p img {
    margin: 0 auto;
    width: 100px;
    border: solid 10px #fff;}
.login_social a {
	display: block;
	text-align: center;
}
.login_social a:not(:last-child) {
	margin-bottom: 12px;
}
.login_social a img {
	width: 100%;
	max-width: 258px;
}
.login_sms a {
	display: block;
	text-align: center;
}
.login_sms a:not(:last-child) {
	margin-bottom: 12px;
}
.login_sms a img {
	width: 100%;
	max-width: 258px;
}
.login .login_inner .qr:nth-child(2) {
	text-align: center;
}
.login_inner form img {
	margin-bottom: 4px;
	margin-top: 2px;
}
.login .login_inner input.id_area,
.login .login_inner input.pass_area {
/*	width: 100%;*/
	font-size: 12px;
	font-weight: bold;
/*	background: #e9e9e9;*/
	border: none;
/*	border-radius: 5px;*/
	margin-bottom: 12px;
	padding: 13px 10px;
    background-color: #fff;
}

.login .login_inner input.id_area,
.login .login_inner input.pass_area,
.login_inner label {
    font-family: serif;
    width: 90%;
    display: block;
    margin: 0 auto;}
.login .login_inner input.id_area::placeholder,
.login .login_inner input.pass_area::placeholder {
	color: #999;
}
/* Edge */
.login .login_inner input.id_area::-ms-input-placeholder,
.login .login_inner input.pass_area::-ms-input-placeholder {
	color: #999;
}
/* IE11 & IE10 */
.login .login_inner input.id_area:-ms-input-placeholder,
.login .login_inner input.pass_area:-ms-input-placeholder {
	color: #999;
}

.login_member input[type="image"]{
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 148px;
    border: solid 1px #ae7c2b;
    border-radius: 50px;
}
.login_mobile {}
.login_mobile {}
#fogetpass {
	font-size: 12px;
	text-align: center;
	margin-top: 8px;
}
#fogetpass a {
	color: #323432;
}
/*-------------------------------メインコンテンツ-----------------------------------------*/
#main_content_index {
/*
	max-width: 752px;
	min-height: calc(100vh - 35px);
	text-align: left;
	font-size: 14px;
	line-height: 180%;
*/
    width: calc(100% - (220px + 30px));
    padding: 0 30px;
    max-width: 100%;
    min-height: calc(100vh - 35px);
    text-align: left;
    font-size: 14px;
    line-height: 180%;
}
#main_content_index .agreement {
	text-align: center;
	padding: 20px 12px;
}

.main_content {
	padding: 40px;
}
.after_page .main_content {
	padding: 40px 0;
}

.main_content p {
	margin-bottom: 12px;
}

/*-------------------------------トップ新規登録ボタン-----------------------------------------*/
#new_input {
    margin: 0 auto;
    width: 90%;
}
#new_input li {
	float: left;
	width: calc((100% - 10px) / 2);
}
#new_input li:first-child {
	margin-right: 10px;
}
#new_input li a {
	display: block;
}
#new_input li a img {
	width: 100%;
}
/*-------------------------------下層タイトルまわり-----------------------------------------*/
#main_content_index #lower_header {
	margin-bottom: 0;
}
#lower_header img {
	width: 100%;
}
.primary_title {
    padding-bottom: 7px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 21px;
    text-align: center;
}
.before_page .primary_title {
    text-align: left;
    border-bottom: 1px solid #323432;
    padding-bottom: 16px;
    margin-bottom: 15px;
}
.secondary_title {

    margin-bottom: 0;
    position: relative;
    margin-top: min(5vw, 50px);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #fff;
    border: solid 1px;
    border-bottom: none;
    padding: 5px 5px 5px 0;
}
.secondary_title span {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    background: #fff;
    padding: 0 20px;
}
.secondary_title:before {
    content: "";
    width: calc(100% - 10px);
    height: 1px;
    background: #323432;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%) translateX(0%);
}
.mailbox .secondary_title span {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    background:initial;
    padding: 0 20px;
}


/*-------------------------------フォームテーブル-----------------------------------------*/
.add_form{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
    font-size: 14px;
    border-left: solid 1px;
    border-right: solid 1px;
    border-top: none;
    margin-bottom: 0;
    position: relative;
    margin-top: min(3vw, 30px);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #fff;
    border: solid 1px #000;
    border-bottom: none;
    padding: 5px 5px 5px 0;
    color: #0da69f;
    text-align: center;
}
.add_form th{
    width: 100%;
    padding: 8px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: #0da69f;
    display: block;
}
.add_form td {
    padding: 8px;
    white-space: nowrap;
    display: block;
}

.add_form td input[type="text"],
.add_form td textarea,
.add_form td select {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-weight: normal;
	background: #fff;
    border: solid 1px #000;
	border-radius: 5px;
	padding: 12px 16px;
	width: 100%;
}

.add_form tr {
    display: block;
    width: 100%;
    margin: 0 auto;}

.main_content form p {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fff;
    border: solid 1px;
    border-top: none;
    padding: 10px;
    margin-top: 0;}
.before_page .add_form td input[type="text"],
.before_page .add_form td textarea,
.before_page .add_form td select {
	background: #e9e9e9;
	border: none;
}
.add_form td.birthday {
    white-space: nowrap;
}
.add_form td.birthday [name="year"] {
	padding: 12px 10px;
	width: 50px;
}
.add_form td.birthday [name="month"],
.add_form td.birthday [name="day"] {
	padding: 12px 10px;
	width: 35px;
}

.mailbox {}
.mailbox .mail_text {}
.mailbox .mail_text .inner {
    line-height: 1;
    padding: 0 0 14px 0;
    border-bottom: dotted 1px;
    display: flex;
    align-items: center;}
.mailbox .mail_text .inner .mail_img {}
.mailbox .mail_text .inner .mail_img img {}
.mailbox .mail_text .inner p.name { margin: 0 0 0 14px;}
.mailbox .mail_text .inner {}
.mailbox .mail_text .inner_ p {
    margin: 0;}
.mailbox .mail_text .inner_ {
    padding: 14px 0;}
.mailbox .mail_text .inner_ {}
.mailbox .mail_text .inner_ {}
.mailbox .mail_text .inner_ {}

.mailbox .secondary_title {
    margin-bottom: 0;
    position: relative;
    margin-top: min(5vw, 50px);
    background-color: initial;
    padding: 5px 5px 5px 0;
    color: #0da69f;
    display: block;
    text-align: center;
    border: none;}
.mailbox .secondary_title:before {display:none;}
.mailbox .secondary_title span:before {content:"このメールに";}
.mailbox .secondary_title span:after {content:"する";}

.select-wrapper {
	position: relative;
}
.select-wrapper:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	border: 6px solid transparent;
	border-top-color: #323432;
	cursor: pointer;
}
.select-wrapper select {
	width: 100%;
	border: solid 1px rgba(50, 205, 209, 0.15);
	font-weight: normal;
	background: #e9e9e9;
	border-radius: 5px;
	margin-bottom: 8px;
	padding: 12px 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
.select-wrapper select::-ms-expand {
	display: none;
}
.btn-submit {
    display: inline-block;
    width: max-content;
    padding: 0 20px;
    height: 48px;
    line-height: 48px;
/*    border: 1px solid #323432;*/
    border: none;
    border-radius: 24px;
    color: #fff;
    background: #52becf;
    font-size: 17px;
    text-align: center;
    transition: .3s;
    cursor: pointer;
    font-weight: bold;
  }
.btn-submit:hover {
	color: #fff;
	background: #323432;
}
.btn-submit.rounded_sm {
	border-radius: 12px;
}

/*-------------------------------ログイン後サイドナビ-----------------------------------------*/
.menu_name {
	font-size: 20px;
	background-color: #be233e;
	color: #FFF;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
	margin-bottom: 15px;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	text-align: left;
}

/*-------------------------------ログイン後　ログイン情報　新着メールブロック-----------------------------------------*/
#login_info .loginfo:first-child {
	border-bottom: 2px solid #323432;
}
#login_info .loginfo .side_navi_loginname {
	padding: 16px 0;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
}
#login_info .user_name,
#login_info .user_id {
	margin-right: 16px;
}
#login_info .user_name span {
	font-size: 18px;
	font-weight: bold;
}
#login_info .user_id {
	font-size: 12px;
	color: #787878;
}
#login_info .icon {
	margin-right: 8px;
	vertical-align: middle;
    width: 16px;
}
#login_info .user_point {
	margin-left: auto;
}
#login_info .user_rank {
	margin-left: 16px;
}
.side_navi_mail {
    padding: 0;
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px;
    padding: 0;
    width: 90%;
    margin: 0 auto;
}
.side_navi_mail > li {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	border-bottom: 1px dotted #000;
	display: flex;
    align-items: center;
}
.side_navi_mail li .mail_img {
    width:50px;
}
.side_navi_mail li:nth-child(odd) {
/*	border-right: 1px solid #F4F4F4;*/
	padding: 10px;
}
.side_navi_mail li:last-child {
	border-bottom: none;
}
.side_navi_mail a {
	color: #333;
	text-decoration: none;}
.side_navi_mail a.sendtxt {
    display: flex;
    position: relative;
    width: 75%;
}
.side_navi_mail .mail_img img {
    width: 40px;
    height: 40px;
	border-radius: 30px;
	margin-right: 10px;
}
.side_navi_mail .mail_text {
	flex-grow: 1;
	position: relative;
    display: flex;
    align-items: center;
    font-size: 15px;
    width: calc(100% - 50px);
}
.side_navi_mail .name {
    font-size: 16px;
    font-weight: bold;
    width: 25%;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}
.side_navi_mail .favorite {
	position: absolute;
	top: 0;
	right: 0;
display:none;
}
.side_navi_mail .label {
	display: block;
	font-size: 12px;
	color: #323432;
	font-weight: bold;
}
.side_navi_mail .label {
    width: 20px;
    margin-right: 10px;
}
.side_navi_mail .received_at {
	display: block;
    font-size: 13px;
    width: 20%;
    text-align: right;
}
.side_navi_mail .received_at.sendtime {
    display: block;
    font-size: 13px;
    width: 80%;
    text-align: right;
    position: absolute;
    right: 0;}
.side_navi_mail .excerpt {
    color: #3333334D;
    transition: all 0.5s ease;
    width: calc(48%);
    align-items: center;
/*    display: flex;*/
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}
.side_navi_mail .excerpt.unread {
	color: #333;
	font-weight: bold;
    width: calc(55% - 30px);
}
.side_navi_mail .excerpt:hover {
	color: #323432;
	font-weight: bold;
}
.side_navi_mail .delete {
	margin-top: 12px;
	text-align: right;
    display: none;
}
.side_navi_mail .delete a {
	color: #CCC;
}
.pointapp {
    margin: 40px auto;}
.pointapp a {
    padding: 5px;
    background-color: #ccc;
    border-radius: 3px;
    background-image: linear-gradient(0deg, rgba(233, 233, 233, 1), rgba(255, 255, 255, 1));
    display: block;
    width: 70%;
    margin: 0 auto 10px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    border: solid 1px #ccc;}
.temp {
    width: 18px;
    margin-left: 10px;
    color: #fff;
    filter: invert(22%) sepia(99%) saturate(7458%) hue-rotate(120deg) brightness(140%) contrast(200%);}

/* メール表示 */
.mail_view {
	display: flex;
    padding: 16px;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px;
}
.mail_view .mail_img img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.mail_view .mail_text {
	position: relative;
	padding-left: 16px;
	flex-grow: 1;
}
.mail_view .mail_text .favorite {
	text-align: right;
}
.favorite img {
	width: 24px;
	height: 24px;
}
.mail_view .mail_text .name a {
	color: #323432;
	font-size: 16px;
	font-weight: bold;
}
.mail_view .mail_text .title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 30px !important;
}

/* プロフィール表示 */
.profile_view {
	display: flex;
	margin: 30px 0;
}
.profile_img {
	width: 40%;
	max-width: 260px;
}
.profile_img a {
	display: block;
	position: relative;
}
.profile_img a:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.profile_img a img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	border-radius: 20px;
}
.profile_text {
	padding-left: 16px;
	position: relative;
	flex-grow: 1;
}
.profile_text .name {
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 10px;
}
.profile_text table th {
	padding: 10px;
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
}
.profile_text table td {
	padding: 10px;
}

p#back {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 20px;
}
.contact_area {
  width: 100%;
}
ul.error li {
	color: #F00;
}
/*-------------------------------footer-----------------------------------------*/
#footer {
	height: 35px;
	line-height: 35px;
	color: #fff;
	background: #323432;
}
#footer p {
	font-size: 12px;
}

ul.n_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 40px);
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #000000;
}

ul.n_list li {
	width: calc((100% - 20px) / 2);
	position: relative;
}
ul.n_list li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 18px;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #ccc;
    border-radius: 3px;
    background-image: linear-gradient(0deg, rgba(233, 233, 233, 1), rgba(255, 255, 255, 1));
    margin: 0 auto 10px;
    font-weight: 600;
    border: solid 1px #cccccc;
    position: relative;
}
ul.n_list li a:hover {
	color: #fff;
	background: #323432;
}
ul.n_list li a:after {
    /* content: ""; */
    /* position: absolute; */
    /* top: 50%; */
    /* right: 20px; */
    /* transform: translateY(-50%); */
    /* border: 6px solid transparent; */
    /* border-left-color: #323432; */
    content: "＞";
    position: absolute;
    top: 50%;
    left: 95%;
    transform: translateY(-50%) translateX(-50%) rotateY(60deg);
    font-weight: bold;
}
ul.n_list li a:hover:after {
	border-left-color: #fff;
}

/* 会話表示 */
.talks_user {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.talks_image img {
	width: 40px !important;
	height: 40px !important;
	border-radius: 50%;
}
.talks_info {
	padding-left: 20px;
	padding-right: 50px;
	position: relative;
}
.talks_info .name a {
	color: #333;
	font-weight: bold;
}
.talks_info .favorite {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

/* ライン風表示 */
/* 送信 */
.talk_bg {
	background-image: url(/freefiles/f3buckag/glad/image/talk_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	padding-top: 35px;
	width: 430px;
	margin-left: auto;
}
.talk_bottom {
	background-image: url(/freefiles/f3buckag/glad/image/talk_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	width: 405px;
	padding-bottom: 20px;
	color: #000000;
	margin: 0px;
}
.talk_middle {
	background-image: url(/freefiles/f3buckag/glad/image/talk_middle.png);
	background-repeat: repeat-y;
	background-position: left top;
	background-size: contain;
	margin: 0px;
	padding-bottom: 15px;
}
.talk_middle p {
	padding-right: 15px;
	padding-left: 15px;
}
.talk_middle h3.sub {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
	font-weight: normal;
	}
.talk_middle div {
	padding-right: 15px;
	padding-left: 15px;
}
.date {
	margin-bottom: 5px;
	font-size: 90%;
}
/* 受信 */
.talk_bg2 {
	background-image: url(/freefiles/f3buckag/glad/image/talk2_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	padding-top: 48px;
	width: 430px;
}
.talk_bottom2 {
	background-image: url(/freefiles/f3buckag/glad/image/talk2_bottom.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	width: 405px;
	padding-bottom: 25px;
	color: #333;
	margin-left: auto;
}
.talk_middle2 {
	background-image: url(/freefiles/f3buckag/glad/image/talk2_middle.png);
	background-repeat: repeat-y;
	background-position: 0 top;
	background-size: contain;
	margin: 0px;
	padding-bottom: 10px;
}
.talk_middle2 p {
	padding-right: 15px;
	padding-left: 35px;
	}
.talk_middle2 h3.sub {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-right: 15px;
	margin-left: 35px;
	margin-bottom: 10px;
	font-weight: normal;
	}
.talk_middle2 div {
	padding-right: 15px;
	padding-left: 35px;
}

/*-------------------------------アコーディオンメニュー-----------------------------------------*/
.side_navi {
	font-size: 14px;
	text-align: left;
}
.side_navi a {
    display: block;
    padding: 14px 0;
    text-decoration: none;
    color: #333;
}
.side_navi .menu_bar {
    margin: 0 0 4px 0;
    padding : 10px 10px 0;
    line-height: 18px;
	font-weight: bold;
    cursor :pointer;
	position: relative;
	user-select: none;
}
.side_navi .menu_bar:before {
	content: "";
    width: 18px;
	height: 18px;
    display:  inline-block;
    position: relative;
    top: 50%;
    margin-right: 12px;
    background: center / auto no-repeat;
    vertical-align: middle;
}
.side_navi > li:first-child .menu_bar:before {
	background-image: url(/freefiles/f3buckag/glad/image/icon-fukidashi.svg);
}
.side_navi > li:nth-child(2) .menu_bar:before {
	background-image: url(/freefiles/f3buckag/glad/image/icon-human.svg);
}
.side_navi > li:nth-child(3) .menu_bar:before {
	background-image: url(/freefiles/f3buckag/glad/image/icon-card.svg);
}
.side_navi > li:nth-child(4) .menu_bar:before {
	background-image: url(/freefiles/f3buckag/glad/image/icon-bell.svg);
}
.side_navi .menu_bar:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	border: 6px solid transparent;
	border-left-color: #323432;
}
.side_navi .menu_bar.arrow_transition:after {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.side_navi .menu_bar.open:after {
	top: calc(50% - 3px);
	right: 20px;
	transform: translateY(-50%) rotate(-90deg);
}
.side_navi input {
    display: none;
}
.side_navi ul.child {
    padding: 0;
    list-style: none;
}
.side_navi ul.child li {
	height: 0;
	padding-left: 40px;
    overflow: hidden;
}
.slide_transition {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.side_navi ul.child li:last-child {
	margin-bottom: 16px;
}
.side_navi ul.child.open li {
    height: 45px;
    opacity: 1;
}
.side_navi a.current_page {
	color: #323432;
	font-weight: bold;
}

.side_navi_sp {
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	display: flex;
	background: #F7F7F7;
	z-index: 1;
}
.side_navi_sp > li {
	width: 25%;
	text-align: center;
}
.side_navi_sp .modal_trigger {
	display: block;
	padding: 12px 0;
	color: #323432;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	user-select: none;
	cursor: pointer;
	white-space: nowrap;
}
.side_navi_sp img {
	margin-bottom: 8px;
    width: 16px;
}

.sp-only {
	display: none;
}

/* modal */
.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100vh - 65px);
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: flex-end;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}
.modal.open {
	z-index: 5;
	opacity: 1;
	visibility: visible;
}
.modal_body {
	width: 100%;
	height: auto;
	background: #fff;
	box-sizing: border-box;
	border-top: 1px solid #ddd;
	padding: 0 20px;
	position: relative;
	z-index: 10;
}
.modal_menu li a {
	position: relative;
}
.modal_menu li a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	border: 6px solid transparent;
	border-left-color: #323432;
}
.modal_menu {
	width: 100%;
	text-align: left;
}
.modal_menu > * + *  {
	border-top: 1px solid #ddd;
}
.modal_menu > li a {
	display: block;
	font-size: 14px;
	text-decoration: none;
	color: #333;
	padding: 12px 16px;
	position: relative;
}

/* セレクトボックス */
.select_box1 {
	position: relative;
}
.select_box1:after {
	content: "";
	position: absolute;
	top: calc(50% + 3px);
	right: 20px;
	transform: translateY(-50%);
	border: 6px solid transparent;
	border-top-color: #323432;
}
.select_box1 select {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-weight: normal;
	background: #e9e9e9;
	border: solid 1px rgba(50, 205, 209, 0.15);
	border-radius: 5px;
	padding: 12px 16px;
	width: 100%;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.select_box1 select::-ms-expand {
	display: none;
}

/* photo */
.add_photo {
	margin-bottom: 40px;
}
.photo_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.photo_item {
	width: calc((100% - 40px) / 3 );
	margin-bottom: 40px;
}
.photo_item .icon,
.movie_item .icon {
	width: 16px;
	margin-right: 8px;
	padding-bottom: 4px;
}
.photo_item .icon.icon_right {
	margin-left: 8px;
	margin-right: 0;
}
.movie_link .icon {
	padding-bottom: 14px;
}
.photo_image {
	margin-bottom: 8px;
	position: relative;
}
.photo_image:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.photo_image img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
}
.photo_item a,
.movie_item a {
	color: #323432;
	font-weight: bold;
}
.photo_top {
	display: flex;
	justify-content: space-between;
}
.photo_title,
.movie_title {
	font-weight: bold;
}
.photo_prev_next {
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}
.photo_delete {
	text-align: center;
}
.photo_delete a,
.movie_delete a {
	padding: 8px 36px;
	color: #999;
	background: #F7F7F7;
	border-radius: 20px;
	white-space: nowrap;
}
.movie_body {
	display: flex;
	align-items: center;
}
.movie_disclosure {
	padding-left: 20px;
}
.movie_delete {
	margin-left: auto;
}

.favorite_user {
	display: flex;
	align-items: center;
}
.favorite_image img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
}
.favorite_info {
	padding: 0 20px;
	flex: 1;
	position: relative;
}
.favorite_top {
	display: flex;
	justify-content: space-between;
}
.favorite_name {
	font-weight: bold;
}
.favorite_delete a {
	padding: 8px 36px;
	color: #999;
	background: #F7F7F7;
	border-radius: 20px;
	white-space: nowrap;
}
.favorite_link {
	list-style: none;
}
.favorite_link li {
	display: inline-block;
	margin-right: 20px;
}
.favorite_link li:before {
	content:  "";
	margin-right: 8px;
    width:  10px;
    height:  10px;
    display:  inline-block;
    background-color: #323432;
    border-radius:  50%;
}
.favorite_link li a {
	padding-bottom: 4px;
	color: #323432;
	font-weight: bold;
}
.favorite_link li a:hover {
	border-bottom: 1px solid #323432;
}

/* プロフィール検索 */
.search_list {
	display: flex;
	flex-wrap: wrap;
}
.search_list > li {
	width: 50%;
	padding: 20px 0 20px 20px;
	border-bottom: 1px solid #F4F4F4;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.search_list li:nth-child(odd) {
	border-right: 1px solid #F4F4F4;
	padding: 20px 20px 20px 0;
}
.search_list .search_img img {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	margin-right: 16px;
}
.search_list .name a {
	color: #333;
	font-weight: bold;
}
.search_list .search_text {
	position: relative;
	flex-grow: 1;
}
.search_list .favorite {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

/* 問い合わせ履歴 */
.ask_list {
    border-bottom: 1px solid rgba(50, 205, 209, 0.15);
    word-break: break-all;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #555;
    margin-bottom: min(2vw, 30px);
    padding: 20px;
}
.ask_list .title {
	margin-bottom: 0;
	font-weight: bold;
}
.ask_list .date {
    margin-bottom: 24px;
    color: #CCC;
    font-size: 12px;
    font-weight: bold;
    border-bottom: dotted 1px;
    text-align: right;
}

/* お知らせ */
.info_list{
	display: flex;
	border-bottom: 1px solid rgba(50, 205, 209, 0.15);
	padding: 20px 0;
}
.info_list .date {
	margin-bottom: 0;
	color: #CCC;
	font-size: 14px;
	white-space: nowrap;
}
.info_list .info_text {
	padding-left: 16px;
	flex-grow: 1;
}
.info_list .title {
	margin-bottom: 0;
}
.info_list .title a {
	color: #323432;
	font-weight: bold;
}

.info_view {
	position: relative;
}
.info_view .title {
	margin-bottom: 0;
	font-weight: bold;
	display: inline-block;
}
.info_view .date {
	color: #CCC;
	font-size: 14px;
	display: inline-block;
	margin-left: 20px;
}

/* 掲示板 */
.bbsread_list > li .content {
	display: none;
}
.bbsread_list > li:first-child .content,
.bbsread_list > li:nth-child(2) .content {
	display: block;
}


/* テキストリンク */
.text_link,
.text_link:link,
.text_link:visited {
	color: #323432;
	display: inline-block;
	margin-left: 12px;
	margin-bottom: 18px;
	border-bottom: 1px solid #323432;
	padding-bottom: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.text_link:hover {
	color: #333;
	border-bottom-color: #333;
}

/* ユーティリティー */
.center_text {
	text-align: center;
	margin-top: 30px;
}
.w-100 {
	width: 100%;
}
.position_top_right {
	position: absolute;
	top: 0;
	right: 0;
}
.position_middle_right {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.mb30 {
	margin-bottom: 30px;
}
.ml30 {
	margin-left: 30px;
}
.mw200 {
	max-width: 200px;
}
.mw320 {
	max-width: 320px;
}
.main_color {
	color: #323432;
}
.text_color {
	color: #333;
}
.d-none {
	display: none;
}



.footer_loggedin .primary_navi.in_footer,
.primary_navi.in_footer { display:none;}


/* レスポンシブ */
@media screen and (max-width: 599px) {

.footer_loggedin .primary_navi.in_footer{ display:none;}
	.sp-only {
		display: block;
	}
	.pc-only {
		display: none;
	}
	#wrapper {
		width: 100%;
		overflow: hidden;
	}
	#left_content_index {
		width: 100%;
		display: block;
		flex-wrap: wrap;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
        left: -100%;
        position: absolute;
        transition: .5s;
	}
	#left_content_index.on {
        left: 0;

}

#left_content_index {
        position: fixed;
        top: 0;
        height: 94%;
        background: #0da69f;
        transition: left 0.3s ease;
        padding: 20px;
        z-index: 1000;
        width: calc(100% - 40px);
}
#left_content_index.active {
        left: 0;
        display: block;
        width: calc(100% - 40px);
        overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;}
#left_content_index.active::-webkit-scrollbar{
  display: none;
}
/*
	#left_content_index > * {
		width: 100%;
        padding: 0 15px 30px;
	} */
	#left_content_index #logo {
		position: absolute;
		top: 0;
	}
#left_content_index.active .snav {
    width: 100%;
}
.menu-btn {
        position: fixed;
        top: 10px;
        right: 10px;
        z-index: 1001;
        width: 30px;
        height: 30px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
}

.menu-btn span {
  display: block;
  height: 3px;
  background: #333;
  border-radius: 2px;
  transition: 0.3s;}
.menu-btn.active span {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        background: #fff;}


/* ハンバーガー → × アニメーション */
.menu-btn.active span:nth-child(1) {
        transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
.menu-btn.active span:nth-child(2) {
  opacity: 0;
}
.menu-btn.active span:nth-child(3) {
        transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}
#left_content_index .close-btn {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  margin-bottom: 20px;
}
	.login_social p {
		text-align: center;
	}
	.login_sms p {
		text-align: center;
	}
	.login_member input[type="image"] {
		margin-top: 18px;
	}
	.login_member .login_failed {
		font-size: 12px;
		margin-bottom: 12px;
	}
	.login_member #fogetpass {
		margin-top: 16px;
	}
	.login_mobile {
		display: none;
	}
	#left_content_index > .primary_navi {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 10;
		-webkit-order: 10;
		order: 10;
	}
	#left_content_index  > .primary_navi {
		padding: 0;
		border: none;
	}
	.primary_navi li {
		border-top: 1px solid #F4F4F4;
	}
	.primary_navi li a {
		padding: 20px;
	}
	#main_content_index {
		width: 100%;
		margin-top: 145px;
	}
	.main_content {
		padding: 40px 16px;
	}

	#contents { display: block;}
	#left_content_index #logo {
        	position: relative;
	        top: 0;
	}
	#main_content_index {
	        width: 100%;
        	margin-top: 0;
	        background-position: bottom right -80vw;
	        padding: 0;
	}
	#main_content_index #lower_header {display:none;}
	#left_content_index .primary_navi { display:none;}

	#new_input {
		padding: 0 20px;
	}
	#login_info .loginfo .side_navi_loginname {
		padding: 20px;
	}
	#login_info .user_rank,
	#login_info .user_point {
		float: none;
		display: inline-block;
		margin-left: 0;
		margin-right: 16px;
	}
	#login_info .sp-only {
		width: 100%;
	}

	#login_info .loginfo#two {
		padding: 0 20px 20px 20px;
	}

	/* メール */
	.side_navi_mail > li {
		width: 100%;
	}
	.side_navi_mail > li:nth-child(odd) {
		border-right: none;
		padding-right: 0;
	}
	.side_navi_mail > li:nth-child(even) {
		border-right: none;
		padding-left: 0;
	}
	.side_navi_mail .mail_img img {
		width: 40px;
		height: 40px;
		border-radius: 20px;
		margin-right: 10px;
	}
	.side_navi_mail .name {
		margin-bottom: 0;
	}
	.side_navi_mail .received_at {
		position: absolute;
		top: 0;
		right: 10px;
	}
	.side_navi_mail .label {
		display: inline;
		margin-right: 10px;
	}
	.side_navi_mail .mail_body {
		margin-top: 12px;
	}
	.side_navi_mail .delete a {
		padding: 12px 36px;
		background: #F7F7F7;
		border-radius: 20px;
	}
	ul.n_list li {
		width: 100%;
	}

	/* photo */
	.photo_register {
		text-align: center;
	}
	.photo_item {
		width: 100%;
		max-width: 340px;
		margin: 0 auto 40px auto;
		box-sizing: border-box;
	}
	.photo_list {
		display: block;
	}
	.movie_body {
		flex-wrap: wrap;
	}
	.movie_link {
		width: 100%;
		margin-bottom: 20px;
	}
	.movie_link a {
		width: 100%;
	}
	.movie_delete {
		text-align: right;
	}

	/* お気に入り */
	.favorite_user {
		align-items: start;
	}
	.favorite_info {
		padding-right: 0;
	}
	.favorite_link li {
		width: 110px;
		margin-bottom: 8px;
	}

	/* 会話表示 */
	.talk_bg {
		width: 300px;
		padding-top: 25px;
	}
	.talk_bottom {
		width: 283px;
		padding-bottom: 15px;
	}
	.talk_bg2 {
		width: 300px;
		padding-top: 33px;
	}
	.talk_bottom2 {
		width: 283px;
		padding-bottom: 15px;
	}

	/* プロフィール検索 */
	.search_list > li {
		width: 100%;
	}
	.search_list > li:nth-child(odd) {
		border-right: none;
		padding-right: 0;
	}
	.search_list > li:nth-child(even) {
		border-right: none;
		padding-left: 0;
	}
	.search_list .mail_img img {
		width: 40px;
		height: 40px;
		border-radius: 20px;
		margin-right: 10px;
	}

	/* プロフィール表示 */
	.profile_view {
		display: block;
	}
	.profile_img {
		width: 100%;
		margin: 0 auto 30px auto;
	}

	/* payment */
	.payment_form th,
	.payment_form td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	/* お知らせ */
	.info_list{
		display: block;
	}
	.info_list .info_text {
		padding-left: 0;
	}
	.info_view .date {
		display: block;
		margin-left: 0;
	}

	/* footer */
	.footer_loggedin {
/*		margin-bottom: 65px;*/
	}
}

/* 写真の高画質化対応 */
img.user_photo { max-width: 240px; max-height: 320px; }


#main_content_index #lower_header {display:none;}



.three {}
.three dl {}
.three dl dt {
    margin: 3vw auto 1vw;
    border-top: solid 1px #c2c2c2;
    padding: 1vw 0 0;
    font-weight: bold;}
.three dl dd {}
.three table tr { display: flex;}
.three table th {
    width: 40%;
    max-width: 250px;
    padding: 7px;
    background-color: #f5f5f5;}
.three table td {
    width: 60%;
    padding: 7px;
    border-bottom: solid 1px #f5f5f5;}
.login .login_inner .qr:nth-child(2) {
    text-align: center;
    max-width: 100px;
    margin: 0 auto;}
.login .login_inner .qr:nth-child(2) img { width: 100px;}

.after_page .three {
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    border: solid 1px #000;
    border-radius: 5px;
    padding: 5%;}

.three .add_form {
    border: none;}




#main_content_index {
    max-width: initial;
    background-image: url(/freefiles/f3buckag/glad/image/grace_bg_.jpg);
    background-size: 100% 100%;
    background-position: center;
    width: calc(100% - 300px);
    overflow: hidden;
    background-repeat: no-repeat;
}
.mvimg {
    width: 90%;
    max-width: 250px;
    margin: 5vw auto 3vw auto;}
.mvimg img { width: 100%;}
.login .login_inner .qr:nth-child(2) {
    text-align: center;
    max-width: 100px;
    margin: 0 auto;
}
.login .login_inner .qr:nth-child(2) img { width: 100%;}
#new_input {
    margin: 0 auto;
    width: 90%;
    max-width: 360px;
    display: block;
}
#new_input li {
    float: initial;
    width: 100%;
}
#new_input li:first-child {
    margin-bottom: 5%;
}
.login_member input[type="image"] {
        background-color: #ffffffd1;
}
.spnone { display:none;}
.pcnone { display:block;}
@media screen and (max-width: 599px) {
#contents {
    display: block;}
    #left_content_index #logo {
        position: relative;
        padding: 0;
    }
#main_content_index {
        width: 100%;
        margin-top: 0;
        background-position: 100%;
        min-height: 100vh;
        padding: 0 0 10vw;
}
#new_input {
    display: block;
}
#new_input li {
    float: initial;
    width: 100%;
    margin: 10% auto;
}

.pcnone { display:none;}
.spnone { display:block;
        padding-top: 1px;}
.primary_navi {
    width: 100%;
    margin: 0 auto;
    background-color: #000;
}
/*    .primary_navi li a {
        background-color: #fff;
    }*/
}
.tips {
    width: min(90% - 28px);
    margin: 5vw auto;
    max-width: min(600px - 28px);
    font-size: 13px;
    line-height: 1.4;
    background-color: #fff;
    padding: 14px;}


.spnone .login_inner,
.footbackpage,
.before_page .backpage,
.left_content_index .backpage {
    display: none;}
.inindex .backpage { display: none;}

@media screen and (max-width: 599px) {
.spnone .backpage {
        background-image: linear-gradient(0deg, rgba(233, 233, 233, 1), rgba(255, 255, 255, 1));
        border: solid 1px #ccc;
        margin: 10vw auto ;
        display: block;
        font-size: 13px;
        padding: 10px;
        width: 90%;
        max-width: 200px;
        font-weight: bold;
        text-align: center;}
.spnone .backpage a {
        color: #000;}

}






.main_content_index .login_info .loginfo { display: none;}
.side_navi_loginname {}



#left_content_index .snav {
    width: 80%;
    border: solid 1px #fff;
    margin: 21px auto 0;
    padding: 0;}
#left_content_index .snav h2 {
    background-color: #fff;
    line-height: 1;
    padding: 5px 0;
    font-size: 15px;
    color: #0da69f;}
#left_content_index .user_info ul {
    padding: 14px 0 7px;
    color: #fff;
    font-size: 13px;}
#left_content_index .user_info ul li {}
#left_content_index .user_info ul li .user_name {}
#left_content_index .user_info ul li .user_name span {
    font-size: 20px;}
#left_content_index .user_info ul li .user_name span:after {
    content:"様";
    font-size: 13px;
    margin-left: 7px;}

#left_content_index .user_info ul li .user_id {}
#left_content_index .user_info ul li .user_id:before { content:"(";}
#left_content_index .user_info ul li .user_id:after { content:")";}
#left_content_index .user_info ul li.user_point {}
#left_content_index .user_info ul li.user_point:before { content:"所持ポイント:";}
#left_content_index .user_info div {}
#left_content_index .user_info div a {
    padding: 5px;
    background-color: #ccc;
    border-radius: 3px;
    background-image: linear-gradient(0deg, rgba(233, 233, 233, 1), rgba(255, 255, 255, 1));
    display: block;
    width: 70%;
    margin: 0 auto 10px;
    font-size: 14px;
    font-weight: 600;}
#left_content_index .snav.slist {}
#left_content_index .snav.slist ul {}
#left_content_index .snav.slist ul li {
    text-align: left;
    border-bottom: dotted 1px #fff;}
#left_content_index .snav.slist ul li:last-child {
    border-bottom: none;}

#left_content_index .snav.slist ul li a {
    display: block;
    padding: 7px 10px;
    font-size: 14px;
    color: #fff;
    position: relative;}
#left_content_index .snav.slist ul li a:before {
    content: "＞";
    position: absolute;
    top: 50%;
    left: 95%;
    transform: translateY(-50%) translateX(-50%) rotateY(60deg);
    font-weight: bold;
}



.before_page.bindex{}
.before_page.bindex .spnone .backpage { display:none;}
.before_page #main_content_index {padding:0;}
@media screen and (max-width: 599px) {
}



.photobox {
    background-color: #fff;
    border: solid 1px #000;
    padding: 20px;
    border-radius: 5px;}
.photobox hr {
    margin: min(3vw, 30px) 0;}
.photobox .secondary_title {
    margin: 0;
    border: none;}
.photobox .secondary_title:before { display: none;}
.photobox .secondary_title span {
    padding: 0;}
.photobox .photo_list {}
.photobox .movie_list {}