@charset "utf-8";
/* CSS Document */

/*メッセージ　ボタン*/
.comment-btn {
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  font-size: 20px;
  transition: 0.5s;
}
.comment-btn:hover {
  background-color: var(--primary-color);
  color: #fff;
  transition: 0.5s;
}
.required{
	color:var(--primary-color);
}
/*コメント入力欄*/.comment-respond { /*入力欄全体の枠*/
  margin-top: -2px;
}
.comment-respond p {
  margin: 1em 0;
}
#commentform { /*フォーム部分の枠*/
  padding: 20px;
}
p.comment-notes { /*注意書きの文字サイズ*/
  font-size: 14px;
}
p.form-submit {
  margin: 2em 0 1em 0;
}
#commentform input[type="text"], #commentform input[type="email"], #commentform textarea { /*入力スペースの装飾*/
  padding: 11px;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  width: 100%;
  background: #e2e2e2; /*入力スペースの背景色*/
}
#commentform input[type="submit"] { /*送信ボタンの装飾*/
  -webkit-appearance: none;
  padding: 11px;
  width: 100%;
  margin: 0;
  cursor: pointer;
  background: var(--primary-color);
  color: #fff;
  border: none;
  font-size: 16px;
  transition: 0.5s;
}
#commentform input[type="submit"]:hover { /*送信ボタンのマウスホバー時*/
  background: #fff0f1;
  transition: 0.5s;
}
/*コメントリスト*/
.comment-list {
  padding: 0;
}
.comment-title {
  margin: 3rem 0 0 0;
  font-size: 2.4rem;
  font-weight: 600;
text-align:center;
}

.commets-list {
  padding: 20px 20px 0 20px;
}
.commets-list > li {
	border-top: 3px solid #FFF0F1;
	margin: 30px 0;
	padding-top: 20px;
	list-style-type: none;
	text-decoration: none;
}
/*.commets-list > li:first-child {
  border: none;
  margin-top: 0;
  padding-top: 0;
}*/
.commets-list .children {
  margin-bottom: 20px !important;
  border-left: 2px solid #ccc;
  margin: 0;
}
.commets-list .avatar {
  float: left;
  border-radius: 50%;
  margin-right: 10px;
}

.commets-list .comment-author.vcard {
  line-height: 24px;
}

.st-comment-content {
  background: #e2e2e2;
  padding: 2px 10px;
  margin: 20px 0 6px 0;
  border-radius: 10px;
  position: relative;
}
.st-comment-content::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 50px;
  border-style: solid;
  border-color: transparent transparent #e2e2e2 transparent;
  border-width: 0 20px 20px 0;
}
.st-comment-content p {
  font-size: 14px;
  margin: 1em 0;
  line-height: 1.5em;
}

.comment-reply-link {
	color: #fff;
	border: none;
	border-radius: 20px;
	background: var(--primary-color);
	padding: 5px 15px;
	transition: 0.5s;
	text-decoration: none;
}
.comment-reply-link:hover {
  color: #fff;
  background: #fff0f1;
  transition: 0.5s;
}
.commets-list .st-comment-body {
  margin-bottom: 0;
}
.reply{
	text-align:right;
}

.comment-notes, .comment-form-cookies-consent, .comment .children li.comment::marker {
  display:none;
  content: '';
}

.comment-error {
  background-color: #ffebee;
  border: 1px solid #f44336;
  border-radius: 4px;
  padding: 15px;
  margin: 20px 20px 0px 20px;
  color: #c62828;
}

.comment-success {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  background-color: #e8f5e8;
  border: 1px solid #4caf50;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 20px;
  color: #2e7d32;
}

.comment-error p,
.comment-success p {
  margin: 0;
  font-weight: bold;
}

#submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.no-comments {
  text-align: center;
  color: #666;
  font-style: italic;
  padding: 20px;
}

#message .comment-list {
  overflow-x: unset
}

.pending-comment.reply {
  margin-left: 0px;
  border-left-color: #d63638;
  text-align: left !important;
}

.pending-comment {
  padding-left: 20px;
  padding-bottom: 10px;
  opacity: 0.7;
  background-color: #fffafa;
}

.comment-awaiting-moderation {
  color: #d63638;
  font-style: italic;
  background-color: #fff2f2;
  padding: 5px 10px;
  border-radius: 3px;
  display: inline-block;
  margin: 5px 0;
}

.error-message {
  color: #ff0000;
  font-size: 12px;
  display: block;
  margin-top: 5px;
}

#reply-title {
  margin-left: 20px;
  margin-bottom: 0px;
}

#comment-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: none;
  z-index: 9999;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#comment-loading img {
  max-width: 100px;
  height: auto;
  margin-bottom: 20px;
}

#comment-loading .progress-container {
  width: 200px;
  height: 4px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  overflow: hidden;
}

#comment-loading .progress-bar {
  height: 100%;
  background: #007cba;
  width: 0;
  animation: progress 2s ease-in-out infinite;
}

@keyframes progress {
  0% { width: 0; }
  50% { width: 70%; }
  100% { width: 100%; }
}


.member-card {
  height:100%;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #eee;
  padding: 1.5%;
  max-width: 600px;
  font-family: sans-serif;
  position: relative;
}

.member-info {
  height:100%;
  flex: 1;
  padding-right: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 1;
}

.member-position {
  height: 30%;
  width: 45%;
  position: absolute;
  top: 0;
  left: 0;
  background: #de0000;
  color: white;
  font-size: 0.9vw;
  padding: 3% 0px;
  padding-right: 15%;
  font-weight: bold;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  text-align: center;
}

.member-name-ja {
  color:black;
  font-size: 1.7vw;
  font-weight: bold;
  margin-bottom: 2% !important;
  margin-top: 20px;
  padding-left: 8%;
  text-shadow: 0 0 0.5px black;
  line-height: normal;
  text-transform: uppercase;
}

.member-name-ja.en {
  padding-left: 4%;
  transform: scaleX(0.9);
}

.member-name-en {
  text-transform: uppercase;
  font-size: 0.9vw;
  color:gray;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0 0 0.5px gray;
  transform: scaleX(0.8);
}

.arrow {
  line-height: 0px;
  height:fit-content;
  color: black;
  font-weight: bold;
  text-align: end;
}

.member-avatar{
  height:100%;
}

.member-avatar img {
  height:100%;
  object-fit: cover;
  border: none;
  position: relative;
}

.slide-thumbnail1 .img div {
  margin: 0px;
}

.arrow img {
  filter: invert(1);
  width: 25%;
}

.slide-thumbnail1 .img img {
  padding:0px;
}
@media (max-width: 400px) {
.slide-thumbnail1 .rtl, .slide-thumbnail1 .ltr {
  padding: 8px;
}
  .member-name-en {
    margin: 8% 0px !important;
  }

  .member-position, .member-name-ja, .member-name-en {
    scale:1.2;
    text-shadow: unset;
    font-weight: bold;
  }
  .comment-content p {
    width: 100%;
  }
  .reply {
    margin: 0px 0px 20px 0px !important;
  }
}

.comment-content p {
  width: 90%;
}

.reply {
  margin: -40px 0px 40px 0px;
}