@charset "UTF-8";

.single-Main.stOmikuji {
  width: 1023px;
  max-width: 100%;
}

.bArt {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}

.reply {
  display: block;
}

.comments-head-edit-menu {
  display: none;
}



@media screen and (min-width: 1024px) {
  .home-Section {
    margin-top: 12px;
  }
}

.single-Inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 24px;
}

.single-Main {
  order: 1;
  flex: 1;
  width: 668px;
  max-width: 668px;
  margin-right: auto;
  margin-left: auto;

  font-size: 16px;
  line-height: 1.5;
}
.single-question .single-Main {
  max-width: none;
}
.single-Main.feature {
  flex: none;
  margin-right: auto;
  margin-left: auto;
}

.single-Side {
  order: 2;
  width: 300px;
  margin-left: 32px;
}

/*.president .single-Inner {
  flex-direction: row-reverse;
}
.president .single-Side {
  margin-left: 0;
  margin-right: 32px;
}*/

.single-Footer {
  margin-top: 3rem;
}

.single-Header_Title {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.5;
  text-align: justify;
}
@media screen and (min-width:1024px) {
  .single-Header_Title {
    font-size: 1.5em;
  }
}
.single-Header_Title_Wrap {
  margin-bottom: 4px;
}
@media screen and (max-width:1365px) {
  .single-Header_Title_Wrap:first-child {
    margin-top: 24px;
  }
}

.single-Header_Meta {
  line-height: 1;
  opacity: .8;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
  opacity: .5;
}
.single-Header_Meta span {
  line-height: 1;
}
.single-Header_Meta span:not(:first-of-type) {
  margin-left: 8px;
}
/* .single-Header_Meta span i {
  margin-right: 2px;
} */
.single-Header_Meta span.log {
  cursor: pointer;
}

/* .single-Header_Tag {
  margin-top: 1rem;
} */
.single-Header_Tag a {
  font-size: .9em;
  font-weight: bold;
  color: #226CE0;
  margin-right: 8px;
}
.single-Header_Tag a:hover {
  text-decoration: underline;
}

.single-Thumb {
  border: 1px solid #efefef;
  margin-bottom: 16px;
  position: relative;
}

/* 音声コンテンツのサムネイルを四角くする */
/* .audio .single-Thumb {
  position: relative;
  background-size: cover;
  background-position: center center;
  border: 0;
}
.audio .single-Thumb::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.audio .single-Thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.7);
}
.audio .single-Thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  width: auto;
  height: 90%;
  border: 1px solid rgba(34,34,34,.12);
  border-radius: 4px;
} */

.single-Header_TextSize {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.single-Header_TextSize input[type="radio"] {
  display: none;
}
.single-Header_TextSize label {
  cursor: pointer;
  display: inline-block;
  padding: .25rem 1rem;
  margin-left: .5rem;
  border: 1px solid #efefef;
  border-radius: 4px;
  text-align: center;
}
.single-Header_TextSize label:hover,
.single-Header_TextSize input[type="radio"]:checked + label {
  color: #d3533e;
  border-color: #d3533e;
}

.single-Header_Profile {
  margin-top: 16px;
}

.single-Header_Profile_List_Item {
  /* border: 1px solid #efefef;
  border-radius: 4px; */
  margin-top: 8px;
}

.single-Header_Profile_Anchor {
  position: relative;
  /* padding: 8px; */
  padding-right: 16px;
}
.single-Header_Profile_Anchor:hover {
  opacity: .5;
}
/* .single-Header_Profile_Anchor::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  color: #aeada2;
  transition: .2s ease-in-out;
}
.single-Header_Profile_Anchor:hover::after {
  right: 4px;
} */

.single-Header_Profile_Col {
  display: inline-flex;
  align-items: center;
  line-height: 1.5;
  max-width: 100%;
}

.single-Header_Profile_Col_Item:last-of-type {
  flex: 1;
  overflow: hidden; /* 小要素で1行指定するため*/
}

.single-Header_Profile_Col_Item img {
  width: 42px;
  aspect-ratio: 1/1;
  margin-right: 8px;
  border-radius: 50%;
  object-fit: cover;
}

.single-Header_Profile_Name {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
}

.single-Header_Profile_Desc {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  opacity: .7;
  margin-top: 8px;
  line-height: 1;
}

.single-Action {}
.single-Action_List {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}
.single-Action_List_Item {
  text-align: center;
  flex: 1;
}
.single-Action_List_Item:not(:first-of-type) {
  margin-left: .5rem;
}
.single-Action_List_Item > a,
.single-Action_List_Item > span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .5rem;
  cursor: pointer;
  border: 1px solid #efefef;
  border-radius: 4px;
  font-size: 14px;
}
.single-Action_List_Item i {
  /* display: block;
  font-size: 1.5rem;
  margin-bottom: 4px; */
  font-size: 1rem;
  margin-right: 2px;
}

.single-Action_List_Item .bookmark-btn:not(.active):hover,
.single-Action_List_Item .bookmark-btn.active {
  color: #226CE0;
  border-color: #226CE0;
}

.single-Action_List_Item .favorite-btn::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f004";
}
.single-Action_List_Item .favorite-btn:not(.active):hover,
.single-Action_List_Item .favorite-btn.active {
  color: #D1677E;
  border-color: #D1677E;
}


.single-Meta_Tag a {
  display: inline-block;
  color: #aeada2;
}

.single-Meta_Tag a + a {
  margin-left: 8px;
}

.single-Content {
  margin: 3rem 0;
}
@media screen and (min-width:768px) {
  .single-Content {
    font-size: 18px;
  }
}

.single-Content_Media {
  margin-bottom: 20px;
}

.single-Content_Media_Item:not(:first-of-type) {
  margin-top: 20px;
}

.single-Content_Media img {
  display: block;
  width: 100%;
}

.single-Content_Media audio {
  width: 100%;
}

.single-Content_Thumb {
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px;
}

/* .single-Content_Sentence {
  font-size: 16px;
  line-height: 1.5;
} */

.single-Content_Sentence h2 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: normal;
  color: #d3533e;
  border-bottom: 1px solid #d3533e;
}

.single-Content_Sentence a {
  color: #226CE0;
  text-decoration: underline;
}

.single-Content_Sentence a.glossary {
  color: #d3533e;
}
.single-Content_Sentence a.glossary span {
  background-color: #d3533e;
  color: #fff;
  font-size: .7em;
  text-decoration: none;
  line-height: 1;
  padding: 4px;
  border-radius: 4px;
  display: inline-flex;
  margin-left: 2px;
  margin-right: 4px;
  position: relative;
  top: -0.15em; /* font-sizeの差分の半分 */
}
.single-Content_Sentence a.glossary span i {
  margin-right: 2px;
}

.single-Content_Sentence p a:hover {
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .single-Content_Sentence p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 2em;
  }
}

.single-Content_Sentence audio {
  width: 100%;
}

.single-Content_Sentence strong {
  font-weight: bold;
}

/*.single-Content_Sentence img {
  width: 100%;
}*/

.single-Content_Sentence span.small {
  font-size: .8em;
}
.single-Content_Sentence span.medium {
  font-size: 1.3em;
}
.single-Content_Sentence span.big {
  font-size: 1.8em;
}

.single-Content_Sentence .btns {
  justify-content: center;
}

.single-Content_Sentence .download_btn {
  text-align: center;
  /* margin: 16px auto;
  max-width: 300px; */
}

.single-Content_Sentence .download_btn a {
  /* display: block;
  background-color: #d3533e;
  color: #fff;
  padding: 8px;
  border-radius: 30px;
  border: 2px solid #d3533e; */
  text-decoration: none;
  color: #d3533e;
}

.single-Content_Sentence .download_btn a:hover {
  background-color: #fff;
  color: #d3533e;
}

.single-Content_Sentence .download_btn a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  /* content: "\f019"; */
  content: "\f381";
  margin-right: 4px;
  vertical-align: baseline;
}

.single-Content_Sentence .join-btn {
  display: block;
  text-align: center;
  letter-spacing: 2px;
  font-size: 1.2em;
  font-weight: bold;
  padding: 1rem;
  background-color: #d3533e;
  border: 1px solid #d3533e;
  border-radius: 100px;
  cursor: pointer;
  color: #fff;
}

.single-Content_Sentence .join-btn::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  margin-right: 1rem;
  vertical-align: baseline;
}

.single-Content_Sentence .join-btn.active {
  background-color: transparent;
  color: #aeada2;
  border-color: #aeada2;
}

.single-Content_Sentence .join-btn.active::before {
  content: "\f00c";
}

.play-button {
  background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

  text-align: left;
  display: flex;
  align-items: center;
  background-color: #faedeb;
  padding: 1rem;
  border-radius: 1rem;
  text-align: justify;
  width: 100%;
}
.play-button > i {
  font-size: 2.5rem;
  margin-right: 12px;
  color: #d3533e;
}
.play-button .title {
  line-height: 1.5;
  font-weight: bold;
}
.play-button .meta {
  color: #d3533e;
}
.play-button span {
  margin-right: 8px;
  font-weight: bold;
}
.play-button .meta i {
  margin-right: 2px;
}


.single-Content_Sentence_Internal {
  border: 1px solid #efefef;
  width: 100%;
}
.single-Content_Sentence_Internal_Anchor {
  display: block;
  padding: 16px;
  color: inherit !important;
  text-decoration: none !important;
}
.single-Content_Sentence_Internal_Anchor:hover {
  color: #d3533e !important;
}
.single-Content_Sentence_Internal_Thumb img {
  border-radius: 4px;
  border: 1px solid #efefef;
}
.single-Content_Sentence_Internal_Data {
  margin-top: 8px;
  line-height: 1.3;
}
.single-Content_Sentence_Internal_Data_Category {
  line-height: 1;
  margin-bottom: 2px;
}
.single-Content_Sentence_Internal_Data_Category span {
  font-size: 12px;
  color: #CAB382;
}
.single-Content_Sentence_Internal_Data_Title {
  font-weight: bold;
  font-size: 1rem;
}
.single-Content_Sentence_Internal_Data_Meta {
  font-size: 12px;
  color: #aeada2;
  margin-top: 2px;
}
.single-Content_Sentence_Internal_Data_Meta span:not(:first-of-type) {
  margin-left: 4px
}
.single-Content_Sentence_Internal_Data_Meta i {
  margin-right: 2px;
}
/* @media screen and (min-width: 1024px) { */
  .single-Content_Sentence_Internal_Anchor {
    display: flex;
    align-items: center;
    padding-right: 16px;
    position: relative;
  }
  .single-Content_Sentence_Internal_Anchor::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    color: #aeada2;
    transition: .2s ease-in-out;
  }
  .single-Content_Sentence_Internal_Anchor:hover::after {
    right: 4px;
  }
  .single-Content_Sentence_Internal_Thumb {
    width: 120px;
    margin-right: 8px;
  }
  .single-Content_Sentence_Internal_Data {
    margin: 0;
    flex: 1;
  }
/* } */

.single-Content_Audio {
  border-bottom: 2px dashed #efefef;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

.single-Content_Audio .btns {
  justify-content: center;
}

.single-Content_Audio_Col {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.single-Content_Audio_Col_Item:first-of-type {
  width: 140px;
  margin-right: 12px;
}
.single-Content_Audio_Col_Item:last-of-type {
  flex: 1;
  font-size: 1.1rem;
  font-weight: bold;
}


/*.single-Content_Image {
  max-width: 80%;
  margin: 20px auto;
}

.single-Content_Image img {
  width: 100%;
}*/

.single-Content_Survey {
  border: 2px dashed #d3533e;
  padding: 16px 24px;
  margin: 32px 0 0;
}

.single-Content_Survey_Button {
  display: block;
  max-width: 300px;
  margin: 12px auto;
  text-align: center;
  background-color: #d3533e;
  color: #fff;
  font-weight: bold;
  margin-top: 24px;
  padding: 8px;
  border-radius: 30px;
}



.single-Side section:not(:first-of-type) {
  margin-top: 30px;
}

.single-Side_Head {
  font-weight: bold;
  margin-bottom: 16px;
  border-bottom: 1px solid #efefef;
  font-size: 1.2em;
  margin-bottom: 16px;
}

.single-Side_Course_Anchor {
  display: flex;
  align-items: center;
}

.single-Side_Course_Anchor:hover {
  text-decoration: underline;
}

.single-Side_Course_Title {
  font-size: 1rem;
  /* font-weight: bold; */
  display: flex;
  align-items: center;
  margin-bottom: .5rem;
}
.single-Side_Course_Title span:first-of-type {
  margin-right: 8px;
}
.single-Side_Course_Title span:last-of-type {
  line-height: 1.2;
  font-weight: bold;
}
.single-Side_Course_Title img {
  width: 48px;
  border-radius: 4px;
  border: 1px solid rgba(34,34,34,.12);
}

.single-Side_Course_Desc {
  text-align: justify;
}

.single-Side_Course_Button {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.single-Side_Course_Button .subscribe-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .5rem;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;

  background-color: #226CE0;
  color: #ffffff;
  border: 1px solid #226CE0;
}
.single-Side_Course_Button .subscribe-btn::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067";
    margin-right: 4px;
}
.single-Side_Course_Button .subscribe-btn.active::before {
  content: "\f1f6";

}.single-Side_Course_Button .subscribe-btn.active::after {
  content: "を解除";
}
.single-Side_Course_Button .subscribe-btn.active {
  background-color: transparent;
  color: #226CE0;
}

.single-Side_Related .single-Side_Head {
  margin-bottom: 0;
}
.single-Side_Related .vertical + .single-Side_Head {
  margin-top: 30px;
}

.single-Side_Related .contentItem-Anchor {
  padding: 1rem 0;
}

@media screen and (max-width: 1365px) {
  .single-Inner {
    display: block;
    padding: 0 16px;
  }
  @media screen and (min-width: 768px) {
    .single-Inner {
      display: block;
      /* padding: 0 48px; */
    }
  }
  .single-Main {
    width: 100%;
    max-width: none;
  }
  .single-Side {
    width: 100%;
  }
  @media screen and (max-width: 1023px) {
    .single-Thumb {
      margin: 0  calc(50% - 50vw) 16px;
      border-width: 0 0 1px;
    }
  }
  .single-Meta_Col {
    display: block;
  }
  .single-Side {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
}

.archive-Inner {
  display: block;
  /* padding: 0 12px; */
}

@media screen and (min-width: 1024px) {
  .archive-Inner {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.archive-Main {
  order: 1;
  margin-top: 12px;
  flex: 1;
  width: 668px;
  max-width: 668px;
  margin-right: auto;
  margin-left: auto;
}

.archive-Main.book {
  width: 100%;
  max-width: 800px;
}

.archive-Side {
  order: 2;
  padding-top: 12px;
  width: 300px;
  margin-left: 32px;
}

.archive-Head {
  font-size: 22px;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.archive-Desc {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  margin-top: .5rem;
}

.archive-Category_Thumb {
  margin-bottom: 12px;
}

.archive-Category_Content {
  padding: 0 12px;
}
@media screen and (min-width: 768px) {
  .archive-Category_Content {
    padding: 0;
  }
}

.archive-Category_Content_Title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 12px;
}

.archive-Category_Content_Sentence {
  /*color: #aeada2;*/
  font-size: 14px;
  line-height: 1.5;
  border: 2px solid #efefef;
  padding: 8px 12px;
  text-align: justify;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .archive-Category_Content_Sentence {
    padding: 12px 16px;
  }
}

.archive-Category_Content_Sentence a {
  color: #226CE0;
  text-decoration: underline;
}

.archive-Category_Content_Sentence a:hover {
  text-decoration: none;
}

.archive-List {
  margin-top: 10px;
}

.archive-List_Item {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.archive-List_Col:first-of-type {
  width: 100px;
  margin-right: 10px;
}

.archive-List_Col:last-of-type {
  flex: 1;
}

.archive-List_Thumb img {
  border-radius: 4px;
  border: 1px solid #efefef;
}

.archive-List_Title {
  line-height: 1.3;
  /*font-weight: bold;*/
}

.archive-List_Title a:hover {
  text-decoration: underline;
}

.archive-List_Title .icon {
  color: #d3533e;
}

.archive-List_Title .new {
  font-weight: bold;
  /* background-color: #f0ad4e;
  color: #fff;
  border-radius: 4px; */
  /* padding: 2px 4px; */
  color: #CAB382;
}

.president .archive-List_Title {
  font-size: 1.2em;
  margin-bottom: 8px;
}

.president .archive-List_Title a {
  font-weight: bold;
}

.president .archive-List_Title span {
  margin-left: 6px;
}

/* .president .archive-List_Title .new {
  font-weight: normal !important;
  background-color: #f0ad4e;
  color: #fff;
  border-radius: 4px;
  padding: 2px 4px;
} */

.archive-List_Data {
  /*margin-top: 4px;*/
  font-size: .9em;
}

.archive-List_Data span i {
  color: inherit;
  border-color: inherit;
  margin-right: 2px;
}

.archive-List_Data span:not(:first-of-type) {
  margin-left: 6px;
}

.archive-List_Data .date {
  color: #aeada2;
}

.archive-List_Data .good {
  color: #d3533e;
}

.archive-List_Data .comment {
  color: #aeada2;
}

.archive-List_Data .tag {
  color: #f0ad4e;
}

.president .archive-List_Data {
  color: #222222;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.3;
}

.president .archive-List_Data span {
  display: block;
  font-size: 1.5em;
  letter-spacing: 4px;
}

.archive-List_Tag {
  line-height: 1;
}

.archive-List_Tag span {
  display: inline-block;
  color: #aeada2;
  font-size: 13px;
}

/*.archive-List_Tag a {
  display: inline-block;
  color: #aeada2;
  font-size: 13px;
}*/

/*.archive-List_Tag a:hover {
  text-decoration: underline;
}*/

.archive .grid-content li {
  margin-top: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .archive .grid-content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .archive .grid-content li {
    margin: 0;
    width:  49%;
  }
}

.president .archive-List_Tag {
  font-size: 1em;
  color: #aeada2;
}

.president .archive-List_Tag a {
  font-size: 1em;
  color: #aeada2;
}

.president .archive-List_Tag span {
  margin-left: 8px;
}

.president .archive-List_Tag .good {
  color: #d3533e;
}

.president .archive-List_Tag .good::before {
  color: inherit;
}

.president .archive-List_Tag .comment {
  color: #aeada2;
}

.president .archive-List_Tag .comment::before {
  color: inherit;
}

.archive-Event_List_Item:not(:first-of-type) {
  border-top: 1px solid #efefef;
}
.archive-Event_List dt {
  /*background-color: #00838F;*/
  /* background-color: #CAB382; */
  background-color: #db614c;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
}
.archive-Event_List dd {
  /*background-color: #f9fcfc;*/
  /* background-color: #f4efe6; */
  background-color: #feefef;
  font-weight: bold;
  text-align: center;
  padding: 8px 4px;
  font-size: 1.2rem;
}
.archive-Event_List dd span {
  font-size:  .8em;
}
.archive-Event_List_Anchor {
  position: relative;
  display: block;
  border-radius: 4px;
  padding: 16px;
}
/* .archive-Event_List_Anchor::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  color: #aeada2;
  transition: .2s ease-in-out;
}
.archive-Event_List_Anchor:hover::after {
  right: 4px;
} */
.archive-Event_Col {
  display: flex;
  align-items: center;
}
.archive-Event_Col_Item:first-of-type {
  width: 80px;
  margin-right: 20px;
}
.archive-Event_Col_Item:last-of-type {
  flex: 1;
  line-height: 1.3;
}
.archive-Event_Category {
  font-size:  13px;
  /*color: #00838F;*/
  color: #CAB382;
}
.archive-Event_Title {
  transition: .2s ease-in-out;
}
.archive-Event_List_Anchor:hover .archive-Event_Title {
  color: #db614c;
}
.archive-Event_Type {
  color: #aeada2;
  font-size: 13px;
  margin-top: 4px;
}

.archive-Side_Head {
  font-weight: bold;
  color: #d3533e;
}

.archive-Side_Ranking_Head {
  background-color: #d3533e;
  color: #fff;
  padding: 8px 8px;
  border-radius: 7px 8px 0 0;
  border-bottom: 1px double #bd4a37;
}

.archive-Side input[name="tab_check"] {
  display: none;
}

.archive-Side_Panel_Item {
  display: none;
  border: 1px solid #efefef;
  padding: 10px;
}

.archive-Side_Panel_Item label + label::before {
  content: "\A";
  white-space: pre;
}

.archive-Side #tab_check1:checked ~ .archive-Side_Panel #panel1,
.archive-Side #tab_check2:checked ~ .archive-Side_Panel #panel2,
.archive-Side #tab_check3:checked ~ .archive-Side_Panel #panel3 {
  display: block;
}

.archive-Side #tab_check1:checked ~ .archive-Side_Tab #tab1,
.archive-Side #tab_check2:checked ~ .archive-Side_Tab #tab2,
.archive-Side #tab_check3:checked ~ .archive-Side_Tab #tab3 {
  background-color: #d3533e;
  color: #fff;
}

.archive-Side_Tab {
  display: flex;
}

.archive-Side_Tab .tab_item {
  flex-grow: 1;
  text-align: center;
  background-color: #efefef;
  cursor: pointer;
}

.archive-Side_Related_List {
  margin-top: 10px;
}

.archive-Side_Related_List li {
  margin-bottom: 6px;
}

.archive-Side_Other_Title {
  line-height: 1.5;
}

.archive-Side_Other_Title a:hover {
  text-decoration: underline;
}

.archive-Side_Other_List_Item {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.archive-Side_Other_List_Col:first-of-type {
  width: 30px;
  line-height: 26px;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  color: #d3533e;
  border: 2px solid #d3533e;
  border-radius: 50%;
  margin-right: 8px;
}

.archive-Side_Other_List_Col:nth-of-type(2) {
  flex: 1;
  font-size: 13px;
}

.archive-Side_Other_List_Col:last-of-type {
  width: 70px;
  margin-left: 4px;
}

.archive-Side_Other_List_Title {
  line-height: 1.3;
}

.archive-Side_Other_List_Title a:hover {
  text-decoration: underline;
}

.president .archive-Side_Other_List_Title {
  font-size: 1.2em;
  margin-bottom: 8px;
}

.president .archive-Side_Other_List_Title a {
  font-weight: bold;
}

.president .archive-Side_Other_List_Title span {
  margin-left: 8px;
}

/* .president .archive-Side_Other_List_Title .new {
  font-weight: normal !important;
  background-color: #f0ad4e;
  color: #fff;
  border-radius: 4px;
  padding: 2px 4px;
} */

.archive-Side_Other_List_Data {
  margin-top: 4px;
}

.archive-Side_Other_List_Data span::before {
  color: inherit;
  border-color: inherit;
  margin-right: 4px;
}

.archive-Side_Other_List_Data span:not(:first-of-type) {
  margin-left: 8px;
}

.archive-Side_Other_List_Data .date {
  color: #aeada2;
}

.archive-Side_Other_List_Data .good {
  color: #d3533e;
}

.archive-Side_Other_List_Data .comment {
  color: #aeada2;
}

.archive-Side_Other_List_Data .tag {
  color: #f0ad4e;
}

.president .archive-Side_Other_List_Data {
  color: #222222;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.3;
}

.president .archive-Side_Other_List_Data span {
  display: block;
  font-size: 1.5em;
  letter-spacing: 4px;
}

.archive-Side_Other_List_Tag {
  line-height: 1;
}

.archive-Side_Other_List_Tag a {
  display: inline-block;
  color: #aeada2;
  font-size: 13px;
}

.archive-Side_Other_List_Tag a:hover {
  text-decoration: underline;
}

.archive-Side_Other_List_Tag span:not(:first-of-type) {
    margin-left: 6px;
}

.president .archive-Side_Other_List_Tag {
  font-size: 1em;
  color: #aeada2;
}

.president .archive-Side_Other_List_Tag a {
  font-size: 1em;
  color: #aeada2;
}

.president .archive-Side_Other_List_Tag span {
  margin-left: 6px;
}

.president .archive-Side_Other_List_Tag .good {
  color: #d3533e;
}

.president .archive-Side_Other_List_Tag .good::before {
  color: inherit;
}

.president .archive-Side_Other_List_Tag .comment {
  color: #aeada2;
}

.president .archive-Side_Other_List_Tag .comment::before {
  color: inherit;
}

.archive-Select {
  font-size: 1.5em;
  color: #d3533e;
  margin-bottom: 10px;
}

.archive-Select select {
  border: 2px solid #d3533e;
  border-radius: 8px;
  padding: 4px;
  margin-left: 8px;
}

@media screen and (max-width: 1023px) {
  .archive-Main {
    margin-top: 20px;
    width: 100%;
  }
  .archive-Side {
    width: 100%;
    margin-left: 0;
    padding: 12px;
    margin-top: 2rem;
  }
  .archive-Side_Head {
    font-size: 1.5em;
  }
  .archive-Side_Other_List_Item {
    font-size: 1.1em;
    align-items: center;
  }
  .archive-Side_Other_List_Item_Col:first-of-type {
    width: 80px;
  }
  .archive-Side_Other_List_Item_Col:first-of-type img {
    width: 100%;
  }
  .archive-Notfound {
    padding: 0 8px;
  }
}

.archive-Manual_Pager {
  display: flex;
  justify-content: center;
}

.archive-Manual_Pager_Input {
  margin: 0 10px;
}

.archive-Manual_Pager_Input input {
  width: 60px;
  text-align: right;
  border: 1px solid #aaa;
}

.archive-Manual_Pager_Button button {
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #d3533e;
  color: #fff;
  background: #d3533e;
}

.appPage.profile {
  padding: 0 12px;
}

.profile input[name="tab_check"] {
  display: none;
}

.profile .profile-Panel_Item {
  display: none;
}

.profile .profile-Panel_Item label + label::before {
  content: "\A";
  white-space: pre;
}

.profile #tab_check1:checked ~ .profile-Panel #panel1,
.profile #tab_check2:checked ~ .profile-Panel #panel2,
.profile #tab_check3:checked ~ .profile-Panel #panel3,
.profile #tab_check4:checked ~ .profile-Panel #panel4,
.profile #tab_check5:checked ~ .profile-Panel #panel5,
.profile #tab_check6:checked ~ .profile-Panel #panel6,
.profile #tab_check7:checked ~ .profile-Panel #panel7,
.profile #tab_check8:checked ~ .profile-Panel #panel8,
.profile #tab_check9:checked ~ .profile-Panel #panel9 {
  display: block;
}

.profile #tab_check1:checked ~ .profile-Tab #tab1,
.profile #tab_check2:checked ~ .profile-Tab #tab2,
.profile #tab_check3:checked ~ .profile-Tab #tab3,
.profile #tab_check4:checked ~ .profile-Tab #tab4,
.profile #tab_check5:checked ~ .profile-Tab #tab5,
.profile #tab_check6:checked ~ .profile-Tab #tab6,
.profile #tab_check7:checked ~ .profile-Tab #tab7,
.profile #tab_check8:checked ~ .profile-Tab #tab8,
.profile #tab_check9:checked ~ .profile-Tab #tab9 {
  color: #d3533e;
  border-bottom: 4px solid #d3533e;
}

.profile-Title {
  font-size: 2rem;
  margin: 20px 0;
}

.profile-Link-Nd {
  background: #222222;
  width: fit-content;
  padding: 5px 25px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 18px;
  margin: 20px 0;
  cursor: pointer;
}

.profile-Link-Nd a {
  color: #fff;
}

.profile-AppLogin {
  margin: 1.5rem 0;
}

.profile-Tab {
  display: flex;
}

.profile-Tab label {
  cursor: pointer;
  padding: 8px;
}

.profile-Tab label:not(:first-of-type) {
  margin-left: 10px;
}

.profile-Panel {
  padding: 48px;
  border: 1px solid #ddd;
  background-color: #f7f7f7;
}

.profile-Panel_Desc {
  padding-bottom: 32px;
}

.profile-Panel_Desc .view-all {
  display: inline-block;
  border: 1px solid #d3533e;
  color: #d3533e;
  border-radius: 30px;
  padding: 0.25rem 1rem;
  margin-top: 1rem;
  letter-spacing: 1px;
}

.profile-Panel_Inner {
  display: flex;
  flex-wrap: wrap;
}

.profile-Panel_Section {
  width: 48%;
  background-color: #fff;
  padding: 20px;
}

.profile-Panel_Section:nth-of-type(2n) {
  margin-left: 4%;
}

.profile-Panel_Section:nth-of-type(n+3) {
  margin-top: 4%;
}

.profile-Panel_Section_Head {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}

.profile-Panel_Section_Col {
  display: flex;
  align-items: center;
}

.profile-Panel_Section_Col_Item:first-of-type {
  width: 100px;
  margin-right: 10px;
}

.profile-Panel_Section_Col_Item:last-of-type {
  flex: 1;
  min-width: 0;
}

.profile-Panel_Section_Drop {
  border: 2px dashed #ddd;
  border-radius: 8px;
  padding: 16px 32px;
  text-align: center;
  margin-bottom: 10px;
}

.profile-Panel_Section input[type="text"],
.profile-Panel_Section input[type="email"],
.profile-Panel_Section input[type="tel"] {
  max-width: 100%;
  border: 0;
  border-bottom: 1px solid #ddd;
  padding: 8px;
}
.profile-Panel_Section input[type="text"],
.profile-Panel_Section input[type="email"],
.profile-Panel_Section input[type="tel"] {
  width: 100%;
}

.profile-Panel_Section.profile-introduction {
  width: 100%;
}

.profile-Panel_Section textarea {
  width: 100%;
  padding: 4px 8px;
  border: 1px solid #ddd;
  min-height: 400px;
}

.profile-Panel_Section_Border {
    height: 30px;
    margin: 15px -20px;
    background: #f7f7f7;
}

@media screen and (max-width: 1023px) {
  .profile-Panel_Section_Border {
    height: 10px;
  }
}

.profile-Panel_Section_Password {
  margin-bottom: 15px;
  width: 100%;
  padding-left: 10px;
  border: 0;
  border-bottom: 1px solid #ddd;
}

.profile #user_icon {
  border-radius: 50%;
  overflow: hidden;
}

.profile #user_icon img {
  width: 100px;
  height: 100px;
  /*height: auto;*/
  object-fit: cover;
}

.profile-Panel_List_Item:not(:first-of-type) {
  margin-top: 10px;
}

.profile-Panel_List_Anchor {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}

.profile-Panel_List_Anchor.unread {
  font-weight: bold;
}

.profile-Panel_List_Anchor > div:first-of-type {
  width: 100px;
  margin-right: 20px;
}

.profile-Panel_List_Anchor > div:first-of-type img {
  width: 100%;
}

.profile-Panel_List_Anchor > div:last-of-type {
  flex: 1;
}

.profile-Panel_List_Title {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 20px;
}

.profile-Panel_List_Title.comment_List {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
}

.profile-Panel_List_Title .icon {
  background-color: #aeada2;
  color: #fff;
  padding: 3px 3px;
  border-radius: 4px;
  font-size: 12px;
}

.profile-Panel_List_Title .icon.open {
  background-color: #729C56;
}

.profile-Panel_List_Title .icon.warning {
  background-color: #DEB41A;
}

.profile-Panel_List_Cat span {
  color: #f0ad4e;
}

.profile-Panel_List_Date {
  font-size: 1.2em;
}

.profile-Panel_List_Num span + span {
  margin-left: 8px;
}

.profile-Panel_List_Num .good {
  color: #d3533e;
}

.profile-Panel_List_Num .good::before {
  color: inherit;
}

.profile-Panel_List_Num .comment {
  color: #aeada2;
}

.profile-Panel_List_Num .comment::before {
  color: inherit;
}

.profile-Panel_List_Lead {
  color: #aeada2;
  margin-top: 4px;
}

.profile-Panel dl {
  margin-top: 20px;
}

.profile-Panel dd th {
  width: 120px;
  text-align: left;
  font-weight: normal;
}

.profile-Submit {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #d3533e;
  padding: 8px;
  max-width: 300px;
  width: 100%;
  margin: 32px auto;
  font-weight: bold;
  border-radius: 30px;
  font-size: 1.5em;
  letter-spacing: 2px;
  border: 2px solid #d3533e;
}
.profile-Submit:hover {
  background-color: transparent;
  color: #d3533e;
}

.profile-SetBirthday select {
  border: 1px solid #ddd;
  padding: 8px 8px;
}

.profile-SetBirthday_Label a {
  color: #226CE0;
  text-decoration: underline;
}

.profile-SetBirthday_Label a:hover {
  text-decoration: none;
}

.profile-SetBirthday_Input {
  padding: 8px 0 0;
}

.profile-SetBirthday_Input input[type="number"] {
  border: 1px solid #ddd;
  padding: 0 8px;
}

.profile-SetBirthday_Input span {
  margin: 0 4px;
}

.profile-SetBirthday button {
  border: 0;
  background: none;
  border: 2px solid #AFB55B;
  background-color: #AFB55B;
  color: #fff;
  line-height: 1;
  padding: 4px 12px;
  letter-spacing: 1px;
  border-radius: 4px;
}

@media screen and (max-width: 1023px) {
  .profile-Title {
    text-align: center;
  }
  .profile-Tab {
    position: -webkit-sticky;
    position: sticky;
    top: 56px;
    z-index: 100;
    background-color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    width: 100vw;
  }
  .profile-Panel {
    padding: 16px;
  }
  .profile-Panel_Inner {
    display: block;
  }
  .profile-Panel_Section {
    width: 100%;
  }
  .profile-Panel_Section:nth-of-type(2n) {
    margin-left: 0;
  }
  .profile-Panel_Section:nth-of-type(n+3) {
    margin-top: 0;
  }
  .profile-Panel_Section:not(:first-of-type) {
    margin-top: 10px;
  }
  .profile-Panel_Section_Col {
    display: block;
    text-align: center;
  }
  .profile-Panel_Section_Col_Item:first-of-type {
    margin: 0 auto;
  }
  .mycomment .profile-Panel_List_Anchor {
    padding: 0;
  }
  .profile-Panel_List_Anchor > div:first-of-type {
    width: 90px;
    margin-right: 10px;
  }
  .profile-Panel_List_Title {
    font-size: 1em;
  }
  .profile-Panel_List_Date {
    font-size: 1em;
  }
  .profile-Panel_List_Num span + span {
    margin-left: 8px;
  }
  .profile-Panel_List_Num .good {
    color: #d3533e;
  }
  .profile-Panel_List_Num .good::before {
    color: inherit;
  }
  .profile-Panel_List_Num .comment {
    color: #aeada2;
  }
  .profile-Panel_List_Num .comment::before {
    color: inherit;
  }
  .profile-Panel_List_Lead {
    color: #aeada2;
    margin-top: 4px;
  }
}

.profile-Panel_Section.shipping .hidden {
  display: none;
}
.profile-Panel_Section.shipping #shipping2:checked ~ .hidden {
  display: block;
}

.guide .archive-Head {
  border: 0;
  margin-top: 40px;
}

.guide .bold {
  font-weight: bold;
}

.guide p.db {
  margin-top: 4em;
}

.guide-Inner {
  margin: 12px auto 0;
  width: 100%;
  max-width: 1024px;
  padding: 0 10px;
}

@media screen and (min-width: 1024px) {
  .guide-Navi {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1023px) {
  .guide-Navi_Item:not(:first-of-type) {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .guide-Navi_Item {
    width: 48%;
  }
  .guide-Navi_Item:nth-of-type(n+3) {
    margin-top: 4%;
  }
}

.guide-Navi_Anchor {
  display: block;
  border: 2px solid #d3533e;
  color: #d3533e;
  text-align: center;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: bold;
}

.guide-Section {
  margin-bottom: 60px;
}

.guide-Section_H1 {
  font-size: 1.5em;
  margin: 3em 0 1.5em;
  font-weight: bold;
  padding: 4px 16px;
  letter-spacing: 1px;
  color: #d3533e;
  border-left: 6px solid #d3533e;
}

.guide-Section_H2 {
  color: #d3533e;
  border-bottom: 1px solid #d3533e;
  font-size: 1.5em;
  margin: 3em 0 1.5em;
  font-weight: bold;
}

.guide-Section_H3 {
  color: #d3533e;
  border-left: 4px solid #d3533e;
  font-size: 1.3em;
  margin: 3em 0 1.5em;
  padding-left: 8px;
}

@media screen and (min-width: 1024px) {
  .guide-Section_Content {
    padding: 0 30px;
  }
}

.guide-Section_Content audio {
  width: 100%;
}

.guide-Section_Content_Button {
  display: inline-block;
  background-color: #d3533e;
  color: #fff;
  border: 2px solid #d3533e;
  text-align: center;
  border-radius: 50px;
  max-width: 300px;
  width: 100%;
  padding: 8px 16px;
  font-weight: bold;
  margin: 10px auto;
}

.guide-Section_Content_Button:hover {
  background-color: transparent;
  color: #d3533e;
}

.guide-Section_Content_Button.big {
  font-size: 1rem;
  letter-spacing: 2px;
  padding: 16px;
}

@media screen and (min-width: 1024px) {
  .guide-Section_Content_Button.big {
    font-size: 1.2rem;
    letter-spacing: 3px;
    max-width: 70%;
  }
}

.guide-Section_Content_Image {
  max-width: 90%;
  margin: 3rem auto;
}

.guide-Section_Content_Image img {
  display: block;
  margin: 0 auto;
}

.guide-Toc {
  border: 2px dashed #d3533e;
  border-radius: 8px;
  padding: 24px 30px;
  max-width: 600px;
  margin: 0 auto;
}

.guide-Toc ul ul {
  padding-left: 40px;
}

.guide-Toc li {
  line-height: 2;
}

.guide-Toc_Head {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  color: #d3533e;
  margin-bottom: 1em;
}

.guide-GuideBook {
  color: #d3533e;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  max-width: 70%;
  margin: 0 auto;
  font-size: 15px;
}

@media screen and (min-width: 1024px) {
  .guide-GuideBook_Anchor {
    font-size: 1.2rem;
  }
}

.guide-GuideBook_Anchor {
  display: block;
  position: relative;
  background-color: #d3533e;
  border: 4px solid #d3533e;
}

.guide-GuideBook_Anchor::after {
  content: 'ガイドブックを読む→';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  color: #fff;
  font-weight: bold;
  font-size: 1.5em;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: .2s;
}

.guide-GuideBook_Anchor:hover img {
  opacity: .2;
}

.guide-GuideBook_Anchor:hover::after {
  opacity: 1;
  visibility: visible;
}

.guide-GuideBook_Pdf a {
  display: block;
  background-color: rgba(211, 83, 62, 0.1);
  color: #d3533e;
  text-align: center;
  padding: 8px;
  font-weight: bold;
  margin-top: 16px;
}

.guide-GuideBook_Info {
  padding: 16px 24px;
  margin: 32px 0 0;
  color: #d3533e;
}

@media screen and (min-width: 1024px) {
  .guide-GuideBook_Info {
    text-align: center;
  }
}

.guide-GuideBook_Info p {
  font-size: 1.2em;
}

.guide-GuideBook_Info p:first-of-type {
  font-size: 1.5em;
  text-align: center;
}

.guide-GuideBook_Info p:not(:last-of-type) {
  margin-bottom: .5em;
}

.guide-GuideBook_Info_Arrow {
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #d3533e 50.5%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #d3533e 50.5%) no-repeat top right/50% 100%;
  width: 120px;
  height: 30px;
  margin: 0px auto 40px;
}

.guide-GuideBook_Update {
  border: 2px solid #ddd;
  margin: 20px  auto 40px;
}

.guide-GuideBook_Update dt {
  background-color: #ddd;
  padding: 4px 8px;
}

.guide-GuideBook_Update dd {
  padding: 4px 8px;
}

.guide-GuideBook_Update dd span {
  margin-right: 16px;
}

.guide .accordion_Content {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

.guide .accordion_Content_Head {
  color: #d3533e;
  font-weight: bold;
  font-size: 1.3em;
  margin: 3em 0 2em;
}

.guide .accordion input[type="checkbox"] {
  display: none;
}

.guide .accordion input[type="checkbox"]:checked ~ .accordion_Content {
  height: auto;
  padding: 0.7em 0;
  opacity: 1;
  overflow: visible;
}

.guide .accordion label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  border: 2px solid #d3533e;
  border-radius: 8px;
  background-color: #fff;
  color: #d3533e;
  text-align: center;
  padding: 4px 16px;
  margin-top: 16px;
}

@media screen and (min-width: 1024px) {
  .guide .accordion label {
    font-size: 1rem;
  }
}

/*#calendar .fc-list-day .fc-list-day-cushion {
  padding: 0 14px;
}
#calendar .fc-day-sat .fc-list-day-cushion,
#calendar .fc-day-sun .fc-list-day-cushion {
  background-color: rgba(208, 208, 208, 0.3 !important);
  background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3)) !important;
}*/

.single-Adjacent {
  /* border: 1px solid #efefef;
  border-width: 1px 0; */
  padding: 1rem 0;
  margin-top: 2em;
  display: flex;
  justify-content: space-between;
}

/* @media screen and (max-width: 767px) {
  .single-Adjacent {
    border-width: 1px 0;
  }
} */

/* @media screen and (min-width: 768px) {
  .single-Adjacent {
    display: flex;
  }
} */

.single-Adjacent_Col {
  width: 48%;
}

.single-Adjacent_Head {
  text-align: center;
  font-weight: bold;
  padding: 4px;
  font-size: .8em;
  background-color: #efefef;
}

.single-Adjacent_Anchor {
  display: block;
}
.single-Adjacent_Anchor:hover {
  text-decoration: underline;
}

.single-Adjacent_Thumb {
  margin: .5rem auto;
}

.single-Adjacent_Thumb img {
  border-radius: 4px;
}

.single-Adjacent_Content {
  position: relative;
  text-align: left;
  line-height: 1.3;
}

/* @media screen and (min-width: 1024px) {
  .single-Adjacent_Anchor {
    display: flex;
    align-items: center;
  }
  .single-Adjacent_Thumb {
    margin: .5rem auto;
    width: 120px;
    margin-right: 10px;
  }
  .single-Adjacent_Content {
    flex: 1;
    line-height: 1.4;
  }
} */

.home-Slider_List {
  margin-bottom: 0 !important;
  opacity: 0;
  visibility: hidden;
}
.home-Slider_List.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.home-Slider_List_Item {
  margin: 12px 6px;
}
.home-Slider_List_Item img {
  width: 100%;
  border: 1px solid #efefef;
  border-radius: 4px;
  transition: none;
}
.home-Slider_List_Item a {
  transition: none;
}
/* 現在のスライド以外リンクを無効化 */
/* .home-Slider_List_Item:not(.slick-current) a {
  pointer-events: none;
} */
/* pointer-events: none;でもカーソルを変更 */
/* .home-Slider_List_Item:not(.slick-current) {
  cursor: pointer;
} */
@media screen and (min-width: 550px) {
  .home-Slider_List_Item {
    margin: 16px 8px;
  }
  /* .home-Slider_List_Item img {
    opacity: .2;
  }
  .home-Slider_List_Item a:hover img {
    opacity: .3;
  }
  .home-Slider_List_Item.slick-current img {
    opacity: 1;
  } */
}

/* .home-Slider_Dots {
  display: flex;
  padding: 4px;
}
.home-Slider_Dots li {
  flex: 1;
  height: 8px;
  background-color: black;
  opacity: 0.1;
  cursor: pointer;
}
.home-Slider_Dots li:not(:first-of-type) {
  margin-left: 4px;
}
.home-Slider_Dots li.slick-active {
  opacity: 0.5;
}
.home-Slider_Dots button {
  font-size: 0px;
  background: no-repeat;
  border: 0;
} */

.home-Slider_Dots {
  display: flex;
  justify-content: center;
}
.home-Slider_Dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: black;
  opacity: 0.1;
  cursor: pointer;
}
.home-Slider_Dots li:not(:first-of-type) {
  margin-left: .75rem;
}
.home-Slider_Dots li.slick-active {
  opacity: 0.5;
}
.home-Slider_Dots button {
  font-size: 0px;
  background: no-repeat;
  border: 0;
}

@media screen and (max-width: 1023px) {
  /*taxonomy-staff.php*/
  .tax-staff .stView {
    padding-bottom: 60px;
  }

  /*Q&Aページ*/
  .frmComment {
    padding: 1.5em 2em;
    background-color: #fafafa;
  }
  .comment-form label {
    display: block;
  }
  .comment-form input,
  .comment-form textarea {
    width: 100%;
  }

  .comment-form input[type="submit"] {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    background-color: #d3533e;
    padding: .5rem 1rem;
  }

  @media screen and (max-width: 549px) {
    .note-head,
    .note-content,
    .comments {
      padding-right: 0 !important;
      padding-left: 0 !important;
    }
  }

  .home-Opinion {
  }
  .home-Opinion a {
      border: 5px solid #CE4A3A;
      padding: 10px 0;
      text-align: center;
      color: #CE4A3A;
      font-weight: bold;
      display: block;
      position: relative;
  }
  .home-Opinion .title {
      font-size: 20px;
  }
  .home-Opinion .arrow {
      float: right;
      margin: -50px 30px 0 0;
      font-size: 26px;
  }
}

.message {
    text-align: center;
    font-weight: bold;
    margin: 2px auto;
    padding: 10px 0;
    width: 100%;
}

.message.success {
    color: #fff;
    background: #aeada2;
}

.message.error {
    color: #fff;
    background: orange;
}

.message.hidden {
    display: none;
}

.pagination {
  margin: 1rem auto 0.5rem;
}

.page-numbers {
  display: flex;
}

.pagination li .current {
  border-bottom: 1px solid #e78888;
}

/*よくある質問フォーム*/
.bForm label {
  font-size: 1rem;
  line-height: 1;
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}
.bForm input {
  width: 100%;
  height: 40px;
  background-color: #f5f8fa;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 1rem;
  padding: 0 10px;
  border: none;
  margin-bottom: 1rem;
}

.bForm textarea {
    width: 100%;
    /* height: 166px; */
    height: 200px;
    background-color: #f5f8fa;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 1rem;
    padding: 5px 10px;
    border: none;
    resize: none;
}

.bForm input[type="submit"] {
    background-color: #CE4A3A;
    -moz-box-shadow: 3.632px 7.128px 9px 0px rgba(12, 2, 5, 0.11);
    box-shadow: 3.632px 7.128px 9px 0px rgb(12 2 5 / 11%);
    width: 306px;
    height: 48px;
    font-size: 1rem;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    border: none;
    cursor: pointer;

    font-size: 20px;
    letter-spacing: 14px;
    padding: 17px 0;
    width: 100%;
    border-radius: 30px;
    height: unset;
}

.breadcrumb {
  margin: 0 calc(50% - 50vw);
  /*border-bottom: 1px solid #efefef;*/
  background-color: #d3533e;
  color: #fff;
  font-size: 13px;
}
.breadcrumb ul {
  /*border: 1px solid #d3533e;*/
  /*border-width: 1px 0;*/
  padding: 2px 10px;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: scroll;
  scrollbar-width: none;/* for Windows */
  -ms-overflow-style: none;/* for Windows */
}
.breadcrumb ul::-webkit-scrollbar {
  display:none;
}
.breadcrumb a {
  /*color: #d3533e;*/
  color: #fff;
}
.breadcrumb i {
  margin: 0 4px;
}
@media screen and (min-width: 1024px) {
  .breadcrumb {
    margin-bottom: 20px;
  }
  .breadcrumb ul {
    padding: 8px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .breadcrumb li:last-of-type {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .breadcrumb a {
    font-size:  14.208px;
  }
  .breadcrumb i {
    margin: 0 8px;
  }
}

.archive-Side_Radio_List_Item {
  margin-top: 1rem;
}
.archive-Side_Radio_Col {
  display: flex;
  align-items: center;
}
.archive-Side_Radio_Col_Item:first-of-type {
  width: 120px;
  margin-right:  1rem;
}
.archive-Side_Radio_Col_Item:last-of-type {
  flex: 1;
}
.archive-Side_Radio_Name {
  font-size:  1rem;
  /* font-weight: bold; */
  line-height: 1.3;
}
.archive-Side_Radio_Personality span {
  color:  #aeada2;
}
.archive-Side_Radio_Personality span:not(:first-of-type) {
  margin-left:  6px;
}

.home-Latest_More {
  text-align: center;
  display: block;
  margin: 1rem auto 0;
  padding: 0.5rem;
  border: 1px solid #ddd;
  color: #aeada2;
  border-radius: 50px;
  max-width: 70%;
}
@media screen and (max-width:1023px) {
  .home-Latest_More {
    text-align: center;
    display: block;
    padding: 0.5rem;
    border: 1px solid #ddd;
    color: #aeada2;
    border-radius: 50px;
  }
}

.home-Photo {
  /* background-color: #F5F5F5; */
  padding: 1rem;
  border: 2px solid #efefef;
}
@media screen and (max-width: 1023px) {
  .home-Photo {
    /* margin: 0; */
    padding: 1.5rem 1rem;
    border-width: 1px 0;
  }
}
.home-Photo_Head {
  text-align: center;
  font-size: 1rem;
  letter-spacing: 2px;
  margin-bottom: 12px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 4px;
}
.home-Photo_Caption {
  background-color: #fff;
  /*padding: 0 12px 6px;*/
  /* padding: 8px 12px; */
  line-height: 1.4;
  margin-top: 12px;
}

.home-Photo_More {
  /*background-color: #455A64;*/
  display: inline-block;
  /*color: #fff;*/
  color: #aeada2;
  border: 1px solid #ddd;
  padding: 0.5em 2rem;
  border-radius: 100px;
  width: 100%;
  text-align: center;
  margin-top: 1em;
}

.home-Event {
  overflow: hidden;
  padding: 12px;
  /* background-color: #efefef; */
  /* border-radius: 4px; */
  border: 2px solid #efefef;
}
/* @media screen and (max-width:1023px) { */
  .home-Event {
    /* background-color: rgba(202, 179, 130,.1); */
    background-color: #efefef;
  }
/* } */
@media screen and (min-width:1024px) {
  .home-Event {
    display: none;
  }
}
.home-Event_Head {
  /* font-weight: bold; */
  margin-bottom: 4px;
  /* color: #CAB382; */
  /* padding: 0 8px; */
  text-align: center;
  font-size: 1rem;
  letter-spacing: 2px;
  margin-bottom: 12px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 4px;
}
/* @media screen and (max-width:1023px) { */
  .home-Event_Head {
    display: none;
  }
/* } */
.home-Event_List_Item:not(:first-of-type) {
  margin-top: 8px;
}
.home-Event_List dt {
  /*background-color: #00838F;*/
  background-color: #CAB382;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
}
.home-Event_List dd {
  /*background-color: #f9fcfc;*/
  background-color: #f4efe6;
  font-weight: bold;
  text-align: center;
  padding: 8px;
  font-size: 1.2rem;
}
.home-Event_List dd span {
  font-size:  .8em;
}
.home-Event_List_Anchor {
  position: relative;
  display: block;
}
/* @media screen and (max-width:1023px) { */
  .home-Event_List_Anchor {
    /* border: 1px solid #efefef; */
    border-radius: 4px;
    padding: 8px;
    background-color: #fff;
  }
/* } */
.home-Event_List_Anchor::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  color: #aeada2;
  transition: .2s ease-in-out;
}
.home-Event_List_Anchor:hover::after {
  right: 4px;
}
.home-Event_Col {
  display: flex;
  align-items: center;
}
.home-Event_Col_Item:first-of-type {
  width: 80px;
  margin-right: 10px;
}
.home-Event_Col_Item:last-of-type {
  flex: 1;
  line-height: 1.3;
  overflow: hidden;
}
.home-Event_Category {
  font-size: 13px;
  /*color: #00838F;*/
  color: #CAB382;
}
.home-Event_Title {
  /*font-weight: bold;*/
  /*font-size: 1rem;*/
}
/* @media screen and (min-width:1024px) {
  .home-Event_Title {
  padding-right: 1rem;
  }
} */
.home-Event_Type {
  color: #aeada2;
  font-size: 13px;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-Event_Article {
  border: 1px solid #efefef;
  padding: 1rem;
  margin-top: 8px;
}
.home-Event_Article_Caption_Title {
  font-weight: bold;
  margin-top: 4px;
}
.home-Event_Article_Caption_Meta {
  font-size: 13px;
  line-height: 1;
  color:  #aeada2;
}

.home-Event_More {
  text-align: center;
}
.home-Event_More_Button {
  position: relative;
  display: inline-block;
  border:  1px solid #efefef;
  color: #aeada2;
  border-radius: 30px;
  padding: 2px 24px 2px;
  margin-top: 8px;
  font-size: 13px;
}
.home-Event_More_Button::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  color: #aeada2;
  transition: .2s ease-in-out;
}
.home-Event_More_Button:hover::after {
  right: 4px;
}

/* @media screen and (max-width: 1023px) { */
  .home-Event {
    margin: 0;
    padding: 8px 0;
    /* padding-bottom: 12px; */
    position: relative;
  }
  .home-Event_List {
    display: flex;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    width: 100vw;
    scrollbar-width: none;/* for Windows */
    -ms-overflow-style: none;/* for Windows */
    /* padding-right: 16px; */
    padding-left: 8px;
  }
  .home-Event_List::-webkit-scrollbar {
    display:none;
  }
  .home-Event_List_Item {
    margin-right: 8px;
  }
  .home-Event_List_Anchor {
    padding-right: 20px;
  }
  .home-Event_List_Item:not(:first-of-type) {
    margin-top: 0;
  }
  .home-Event_Col_Item:first-of-type {
    width: 60px;
    margin-right: 8px;
  }
  .home-Event_Col_Item:last-of-type {
    line-height: 1;
  }
  .home-Event_List dd {
    font-size: 14px;
    padding: 0;
  }
  .home-Event_More_Button {
    position: absolute;
    top: 8px;
    right: 8px;
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 2;
  }
  .home-Event_More_Button::after {
    position: relative;
    right: 0;
    margin-left: 4px;
  }
/* } */

.home-News {
  text-align: center;
  /* padding: 16px;
  background-color: rgba(34,34,34,.05); */
}
.home-News_List_Item {
  background-color: #feefef;
  padding: 8px;
  text-align: center;
}
.home-News_List_Item.yellow {
  background-color: #fff3d1;
}
.home-News_List_Item.yellow a {
  color: #ebab00;
}
.home-News_List_Item.blue {
  background-color: #e8f0fb;
}
.home-News_List_Item.blue a {
  color: #226CE0;
}
.home-News span {
  margin-right: 6px;
}
.home-News a {
  display: block;
  color: #db614c;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.home-News a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .home-News {
    text-align: justify;
    line-height: 1.4;
    font-size: .9em;
  }
}

.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}

/* .checked .contentItem-Data_Title::before,
.checked .home-Ranking_List_Title a::before,
.checked .archive-List_Title a::before,
.checked .archive-Side_Other_List_Title a::before,
.single-Adjacent_Anchor.checked .single-Adjacent_Content::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f058";
  color: #84C318;
} */


.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 450;
  background-color: #fff;
  width: 90%;
  max-width: 500px;
  /*border-radius: 8px;*/
  visibility: hidden;
  opacity: 0;
  transition: 1s ease;

  border: 4px solid #D54A28;
  border-top: 0;
}

.popup--autoplay {
  border: 0;
}

.open .popup {
  visibility: visible;
  opacity: 1;
}

.popup-Head {
  background-color: #D54A28;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
}

.popup-Inner {
  max-height: 60vh;
  overflow-y: scroll;
  padding: 1rem 0.5rem;
}

.popup-Sentence {
  padding: 1rem;
  background-color: rgba(213,74,40,.05);
  border-radius: 8px;
}

.popup-Sentence_Title {
  color: #D54A28;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}

/* .popup-Sentence a {
  color: #D54A28;
  cursor: pointer;
} */

.popup-Close {
  background-color: #D54A28;
  color: #fff;
  cursor: pointer;
  text-align: center;
  width: 90%;
  padding: 8px 0;
  margin: 1.5rem auto;
  border-radius: 100px;
}

/*.popup-Video {
  margin-bottom: 1.5rem;
  padding: 0 1.5rem;
}*/

/*.popup-Video > div {
  border: 1px solid #efefef;
}*/

/*.popup-Button {
  cursor: pointer;
  background-color: #D54A28;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  padding: .5rem;
  border-radius: 8px;
  margin-top: 1rem;
  font-weight: bold;
}*/

/* .overlay--popup {
  background-color: rgba(0,0,0,.7);
  z-index: 400;
  display: none;
} */

.popup i {
  position: absolute;
  font-size: 2rem;
  top: -1rem;
  right: -1rem;
  z-index: 2;
  color: #fff;
  cursor: pointer;
}

.my-checkbox {
  display: inline-block;
  position: relative;
  margin: 1em 0;
  padding-left: 24px;
  cursor: pointer;
  user-select: none; /* テキストの選択を防ぐ */
}

/* inputは非表示にする */
.my-checkbox input {
  display: none;
}

/* □ */
.checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 18px;
  width: 18px;
  border: solid 2px #D54A28;
  border-radius: 4px;
  box-sizing: border-box;
}
/* ✓ */
.checkmark:after {
  content: "";
  position: absolute;
  top: 35%;
  left: 50%;
  width: 6px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  transform: translate(-50%,-50%) rotate(45deg);
  opacity: 0;
}

/* チェックが入ったときの□ */
.my-checkbox input:checked + .checkmark {
  background: #D54A28;
  border-color: #D54A28;
}

/* チェックが入ったときの✓ */
.my-checkbox input:checked + .checkmark:after {
  opacity: 1;
}

.popup--autoplay {
  max-width: 400px;
  background-color: transparent;
  color: #fff;
  display: none;
}
.popup--autoplay .single-Adjacent_Anchor {
  display: block;
  text-decoration: none;
  color: #fff;
}
.popup--autoplay .single-Adjacent_Thumb {
  width: 100%;
  margin-right: 0;
}
.popup--autoplay .popup-Button {
  display: flex;
  margin-top: .5rem;
}
.popup--autoplay .popup-Button button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;

  flex: 1;
  border: 1px solid #fff;
  padding: 0.5rem;
}
.popup--autoplay .popup-Button button:last-of-type {
  background-color: #fff;
  color: #222222;
}

@media screen and (max-width: 1023px) and (orientation: landscape) {
  .popup {
    max-width: none;
  }
  /*.popup p {
    line-height: 1.4;
  }*/
  .popup-Col {
    display: flex;
    align-items: center;
  }
  .popup-Col_Item {
    flex: 1;
  }
  .popup-Sentence {
    padding: .5rem 1rem;
  }
  /*.popup-Video {
    margin: 0;
    padding: 0;
  }*/
  /*.popup-Sentence_Head {
    font-size: 1rem;
    margin-bottom: 4px;
  }*/
  /*.popup-Button {
    margin-top: 4px;
  }*/
  .my-checkbox {
    margin: .5rem 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .popup-Sentence_Head {
    font-size: 1.5rem;
  }
  .popup-Sentence {
    padding: 1.5rem 2rem;
  }
}

.photo {
  margin-bottom: 2rem;
}
.photo-List {
  display: flex;
  flex-wrap: wrap;
}
.photo-List a:hover {
  opacity: .5;
}
@media screen and (max-width: 1023px) {
  .photo-List_Item {
    width: 32%;
  }
  .photo-List_Item:not(:nth-of-type(3n+1)) {
    margin-left: 2%;
  }
  .photo-List_Item:nth-of-type(n+4) {
    margin-top: 2%;
  }
}
@media screen and (min-width: 1024px) {
  .photo-List_Item {
    width: 23.5%;
  }
  .photo-List_Item:not(:nth-of-type(4n+1)) {
    margin-left: 2%;
  }
  .photo-List_Item:nth-of-type(n+5) {
    margin-top: 2%;
  }
}


@media screen and (max-width: 549px) {
  .lum-lightbox-inner img {
    max-width: 100vw !important;/* スワイプ範囲含む横幅調整 */
    max-height: 80vh !important;/* 上下余白調整 */
  }
}

.lum-lightbox {
  z-index: 1000;
  cursor: pointer;
}

.photo .single-Main {
  max-width: 768px;
  margin-right: auto;
  margin-left: auto;
}

.photo .single-Content {
  margin: 2rem 0;
}

.photo .single-Content_Sentence,
.photo .single-Comment {
  max-width: 600px;
  margin: 0 auto;
}
.photo .single-Content_Sentence {
  border: 1px solid #ddd;
  padding: 2rem 3rem;
}
@media screen and (max-width: 1023px) {
  .photo .single-Content {
    margin-top: 12px;
  }

  .photo .single-Content_Sentence {
    padding: 1rem 1.5rem;
  }
}

.photo .single-Comment_Form {
  margin: 0;
}

.home-Live {
  background-color: #333;
  color: #fff;
}
.home-Live_Inner {
  padding: 12px;
}
@media screen and (min-width:768px) {
  .home-Live_Inner {
    max-width: 1000px;
    /* padding: 0 48px; */
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width:1366px) {
  .home-Live_Inner {
    padding: 0;
  }
}

.home-Live_Header_Status {
  font-size: 1rem;
  margin-bottom: 8px;
  background-color: #fff;
  display: inline-block;
  color: #333;
  padding: 0 8px;
  margin-top: 12px;
}
.streaming .home-Live_Header_Status {
  background-color: #db614c;
  color: #fff;
}
.home-Live_Header_Title {
  font-size: 1.3rem;
  line-height: 1.4;
}
@media screen and (min-width:768px) {
  .home-Live_Header_Status {
    font-size: 1.2rem;
    margin-top: 0;
  }
  .home-Live_Header_Title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width:1366px) {
  .home-Live_Header_Title {
    font-size: 1.7rem;
  }
}
.home-Live_Header_Title a {
  color: #fff;
}
.home-Live_Header_Title a:hover {
  text-decoration: underline;
}
.home-Live_Thumb {
  position: relative;
}
.home-Live_Thumb img {
  width: 100%;
}
@media screen and (min-width:768px) {
  .home-Live_Thumb {
    width: 300px;
    min-width: 300px;
    margin-left: 32px;
  }
}
@media screen and (min-width:1366px) {
  .home-Live_Thumb {
    width: 420px;
    min-width: 420px;
  }
}
.home-Live_Anchor {
  display: block;
}
.streaming .home-Live_Anchor::before,
.streaming .home-Live_Anchor::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: .2s ease;
}
.streaming .home-Live_Anchor::before {
  width: 5rem;
  height: 5rem;
  background: rgba(0,0,0,.7);
  border-radius: 50%;
  z-index: 1;
}
.streaming .home-Live_Anchor::after {
  content: '';
  width: 2rem;
  height: 2rem;
  background:
      linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #ffffff 50.5%) no-repeat top left/100% 50%,
      linear-gradient(to top left, rgba(255,255,255,0) 50%, #ffffff 50.5%) no-repeat bottom right/100% 50%;
  z-index: 2;
  left: 51%;
}
.streaming .home-Live_Anchor:hover::before {
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.single-Live_Chat {
  border: 1px solid #efefef;
  border-top: 0;
}
@media screen and (min-width:1024px) {
  .single-Live_Chat {
    min-height: 600px;
  }
}

.single-Live_Video_List {
  display: flex;
  justify-content: space-between;
}

.single-Live_Video_List_Item {
  flex: 1;
  text-align: center;
  font-size: 13px;
}
.single-Live_Video_List_Item:not(:first-of-type) {
  border-top: 1px solid #efefef;
}
.single-Live_Video_Manual {
  display: block;
  background-color: #efefef;
  padding: 4px;
}
.single-Live_Video_Manual:hover {
  text-decoration: underline;
}

.single-Live .single-Content.sp {
  display: none;
  padding: 0 1rem;
}

@media screen and (max-width:1023px) {
  .single-live .header {
    position: relative;
  }
  .single-live .content {
    min-height: auto;
    overflow: visible;
  }
  .single-Live .single-Inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .single-Live .single-Main.sticky {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #ffffff;
    border-bottom: 1px solid #efefef;
  }
  .single-Live .single-Content.pc {
    display: none;
  }.single-Live .single-Content.sp {
    display: block;
  }
}

.archive-Newsletter_Select {
  margin: 1rem 0;
}
.archive-Newsletter_Select select {
  margin: 0;
  border: 0;
  outline: none;
  padding: 0;
  background: transparent;
  padding: 8px;
  border: 1px solid #efefef;
  border-radius: 4px;
  letter-spacing: 1px;
  margin-left: 8px;
}

/*
 * single-forum.php
 */
@media screen and (max-width:767px) {
  .single-Forum article {
    padding: 0 12px;
  }
  .single-Forum .single-Thumb {
    margin-bottom: .5rem;
  }
}
@media screen and (min-width:768px) {
  .single-Forum_Section {
    border: 1px solid #efefef;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 1.5rem;
  }

  .single-Forum .single-Header {
    display: flex;
    align-items: center;
  }

  .single-Forum .single-Thumb {
    width: 25%;
    margin: 0;
    margin-right: 2%;
  }
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .single-Forum .single-Header {
    margin-top: 1.5rem;
  }
}

.single-Forum .single-Header_Title {
  margin: 0;
}

.single-Forum .single-Header_Meta a {
  font-size: 13px;
  color: #CAB382;
}

/**
 * 「プレイリスト」投稿
 */
@media screen and (max-width: 1023px) {
  .home-Playlist_List {
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
  .home-Playlist_List_Item {
    min-width: 120px;
    max-width: 120px;
  }
  .home-Playlist_List_Item:not(:first-of-type) {
    margin-left: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .home-Playlist_List_Item {
    width: 32%;
  }
  .home-Playlist_List_Item:not(:first-of-type) {
    margin-left: 2%;
  }
}

/**
 * WordPressのプレイリスト機能
 */
.single-Content .wp-audio-playlist .btns {
  display: none;/* 連続再生の非表示 */
}
.single-Content .wp-playlist .wp-playlist-current-item img {
  height: 60px;
  max-width: none;
  width: auto;
}
.single-Content .wp-playlist-item-meta {
  font-weight: bold;
  line-height: 1.4;
}
.single-Content .wp-playlist-item-album,
.single-Content .wp-playlist-item-artist {
  display: none;
}
.single-Content .wp-playlist-item {
  padding: 8px 12px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #efefef;
  background-color: #efefef;
  border-radius: 8px;
}
.single-Content .wp-playlist-item:not(:first-of-type) {
  margin-top: 8px;
}
.single-Content .wp-playlist-item-length {
  position: relative;
  right: 0;
}
.single-Content .wp-playlist-playing .wp-playlist-item-title,
.single-Content .wp-playlist-playing .wp-playlist-item-length {
  font-weight: normal;
  color: #db614c;
}
.single-Content .wp-playlist-playing .wp-playlist-item-title::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f144";
  margin-right: 4px;
}
@media screen and (max-width: 1023px) {
  .single-Content .wp-playlist-caption,
  .single-Content .wp-playlist-current-item .wp-playlist-item-title {
    overflow: visible;
    white-space: normal;
  }
}

/**
 * ログイン画面
 */
.login-Notice {
  /* background-color: #f6dcd8;
  padding: .5rem;
  margin-bottom: 1.5rem; */
  color: #d3533e;
  margin: 1.5rem 0;
}
.login .single-Header_Title {
  font-weight: normal;
}
.login-Header {
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  font-size: 1.2em;
  color: #d3533e;
}
.login-Header.green {
  color: #63A46C;
}
.login-Col {
  margin-top: 12px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.login-Col_Item {
  padding: 2rem;
}
@media screen and (min-width:768px) {
  .login-Col_Item {
    border: 2px solid #efefef;
    margin-bottom: 1.5rem;
  }
  .login-Col_Item--no-border {
    border: none;
  }
}
.login-Col_Item p span {
  font-weight: bold;
  text-decoration: underline;
  color: #63A46C;
}
.login input {
  /* CSSリセット */
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

  /* 独自スタイル */
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  padding: 4px 12px;
  width: 100%;
  margin-bottom: .5rem;
}
.login button {
  /* CSSリセット */
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.login button,
.login a.regist {
  /* 独自スタイル */
  border: 2px solid #d3533e;
  border-radius: 8px;
  padding: 4px 12px;
  width: 100%;
  background-color: #d3533e;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 1.1em;
  margin: .5rem 0;
  display: block;
}
.login button:hover,
.login a.regist:hover {
  color: #d3533e;
  background-color: transparent;
}
.login .regist.green {
  background-color: #63A46C;
  border-color: #63A46C;
}
.login .regist.green:hover {
  color: #63A46C;
  background-color: transparent;
}
.login-Forget {
  text-align: right;
  margin-bottom: 1rem;
}
.login-Forget a {
  text-decoration: none;
  font-size: .85em;
  color: #999;
}
.login-Forget a:hover {
  text-decoration: underline;
}
.login-Signup {
  display: block;
  width: 100%;
  padding: 4px 12px;
  margin-top: .5rem;
  border: 2px solid #63A46C;
  border-radius: 8px;
  background-color: #63A46C;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 1.1em;
}
.login-Signup:hover {
  color: #63A46C;
  background-color: transparent;
}
@media screen and (min-width:768px) {
  .login .single-Thumb {
    margin: 20px 0 0;
  }
  .login-Notice {
    text-align: center;
  }
  .login-Col_Item {
    width: 100%;
  }
}

.home-Banner {
  padding: 16px 12px 0;
  display: flex;
  justify-content: center;
}
@media screen and (min-width:768px) {
  .home-Banner {
    margin-bottom: 24px;
  }
}
.home-Banner .wp-block-image {
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
}
.home-Banner a {
  display: block;
}
.home-Banner a:hover {
  opacity: .5;
}
.home-Banner .wp-block-image img {
  border: 1px solid #efefef;
}


/* トップページのおみくじエリア */
.home-Omikuji {
  margin-top: 16px;
  text-align: center;
  padding: 0 16px;
  margin-bottom: 16px;
}
.home-Omikuji a {
  display: block;
  color: #d3533e;
  border: 1px solid #d3533e;
  border-radius: 4px;
  max-width: 1024px;
  margin: 0 auto;
  padding: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1;
}
.home-Omikuji a:hover {
  text-decoration: underline;
}
.home-Omikuji i {
  margin-right: 4px;
  font-size: 1.2em;
}
@media (min-width: 1024px) {
  .home-Omikuji a {
    font-size: 1.2em;
  }
}

/* トップページのバナー下 */
.home-Howto {
  /* padding: 12px; */
  background-color: #efefef;
  margin-top: 12px;
  padding: 12px 0;
}
@media screen and (min-width:768px) {
  .home-Howto {
    padding: 20px 48px;
  }
}
@media screen and (min-width:1024px) {
  .home-Howto {
    display: none;
  }
}
.home-Howto_List {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home-Howto_List_Item {
  text-align :center;
  /* border: 1px solid #efefef; */
  /* box-shadow: 0 0 4px #efefef; */
  /* width: 100%; */
  /* width: 49%; */
  /* border-radius: 4px; */
  /* overflow: hidden; */
  /* background-color: #fff; */
  flex: 1;
}
/* .home-Howto_List_Item:nth-of-type(n+3) {
  margin-top: 2%;
} */
/* .home-Howto_List_Item:not(:first-of-type) {
  width: 49%;
  margin-top: 2%;
} */
.home-Howto_Anchor {
  /* display: flex; */
  /* align-items: center; */
  line-height: 1.4;
}
.home-Howto_Anchor img {
  width: 54px;
  height: auto;
  /* vertical-align: baseline; */
  border-radius: 50%;
}
.home-Howto_Anchor div {
  font-size: .85em;
  /* flex: 1; */
}
.home-Howto_Anchor span {
  color: #db614c;
  font-size: .9em;
  font-weight: bold;
}
@media screen and (min-width:768px) {
  .home-Howto_Anchor img {
    width: 96px;
  }
  .home-Howto_Anchor div {
    font-size: 1.2em;
  }
}

/* .home-Howto input[type="checkbox"] {
  display: none;
}
.home-Howto label {
  display: block;
  border: 1px solid #d3533e;
  color: #d3533e;
  text-align: center;
  padding: 0.5rem;
  border-radius: 4px;
}
.sideMenu label,
.home-Howto_Accordion {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.home-Howto label {
  position: relative;
  display: block;
  cursor: pointer;
}
.home-Howto label::after,
.home-Howto label::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 2px;
  height: 14px;
  background-color: #db614c;
}
.home-Howto label::after {
  transform: translateY(-50%) rotate(90deg);
}
.home-Howto_Accordion {
  text-align: justify;
  max-height: 0;
  overflow: hidden;
}
.home-Howto input[type="checkbox"]:checked ~ .home-Howto_Accordion {
  max-height: none;
}
.home-Howto input[type="checkbox"]:checked ~ label {
  display: none;
} */


/**
 * フッター固定ナビ
 */
.bottomNavigationBar {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 300;
  background-color: #ffffff;
  border-top: 1px solid #efefef;
}
@media screen and (min-width:1366px) {
  .bottomNavigationBar {
    display: none;
  }
}

.bottomNavigationBar-List {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 48px;
}
.bottomNavigationBar-List_Item {
  flex: 1;
  position: relative;
}
.bottomNavigationBar-List_Item .new {
  background-color: #d3533e;
  color: #fff;
  border-radius: 100px;
  padding: 1px 3px;
  font-size: 10px;
  position: absolute;
  top: -4px;
  right: 4px;
  line-height: 1;
}

.bottomNavigationBar-List_Anchor {
  display: block;
  text-align: center;
  line-height: 1;
  font-size: 12px;
  color: #333;
}
.bottomNavigationBar-List_Anchor.current {
  color: #db614c;
}
.bottomNavigationBar-List_Anchor i {
  display: block;
  font-size: 20px;
  margin-bottom: 2px;
}
@media screen and (max-width: 1023px) {
  .bottomNavigationBar .notice {
    background-color: #d3533e;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 0;
    left: 55%;
  }
}

/**
 * アプリ用ページのstyle
 */
.appPage-Inner {
  /* padding-bottom: 60px; */
  /* 12px + bottomNavigationの高さ48px*/
}
.single-Inner {
  /* padding-bottom: 72px; */
  padding-bottom: 20px;
}

.appPage-Section {
  position: relative;
  z-index: 1;
}
.appPage-Section:not(:last-of-type) {
  border-bottom: 8px solid rgb(34, 34, 34, .05);
}
.home .appPage-Section {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1024px) {
  .home .appPage-Section {
    border: 0;
    padding: 0 16px;
  }
}

/* 画像背景がある時 */
.appPage-Section.blur {
  background-position: center;
  background-size: cover;
}
.appPage-Section.blur::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle at center,
    rgba(0, 0, 0, 0.4) 0%,     /* 中心やや明るい */
    rgba(0, 0, 0, 0.6) 50%,    /* 徐々に暗く */
    rgba(0, 0, 0, 0.8) 100%    /* 外側はしっかり暗い */
  );
  /* filter: blur(40px); */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

/* 北極老人コーナー背景 */
.appPage-Inner .black {
  position: relative;
  background-image: url(../img/hokkyokurojin-back.jpg);
  background-position: center;
  background-size: cover;
  border-bottom: 8px solid rgb(239, 239, 239);
}
.appPage-Inner .black::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: rgba(0,0,0,.5);
}

@media screen and (max-width:767px) {
  .appPage-Section,
  .horizontalScroll {
    margin: 0 calc(50% - 50vw);
  }
}

.appPage-Section_Inner {
  position: relative;
  z-index: 1;
  /* padding: 24px 16px; */
  padding: 16px;
}
.home .appPage-Section_Inner {
  max-width: 1024px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .appPage-Section_Inner {
    padding: 40px 48px;
  }
}
@media (min-width: 1024px) {
  .home .appPage-Section_Inner {
    padding: 40px 0;
  }
}

.appPage-Section > p {
  font-size: 16px;
  text-align: justify;
}
@media screen and (min-width:768px) {
  .appPage-Section > p {
    /* padding: 0 48px; */
  }
}
@media screen and (min-width:1024px) {
  .appPage-Section > p {
    padding-right: 96px;
  }
}

.appPage-Section_Header {
  position: relative;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (min-width:1024px) {
  .appPage-Section_Header {
    padding-right: 96px;
  }
}

.appPage-Section_Header_Anchor {
  position: relative;
  /* display: block; */
}
.blur .appPage-Section_Header,
.blur .appPage-Section_Header_Anchor {
  color: #fff;
}
.appPage-Section_Header_Anchor:hover {
  color: #d3533e;
}
.appPage-Section_Header_Anchor::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  -webkit-text-stroke: 1.5px #fff;
  margin-left: 16px;
  transition: .2s ease-in-out;
}
@media (max-width: 549px) {
  .appPage-Section_Header_Anchor {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 16px;
  }
  .appPage-Section_Header_Anchor::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 16px;
  }
}

.appPage-Section_Header_Col {
  display: flex;
  align-items: center;
}
.appPage-Section_Header_Col_Item:first-of-type {
  width: 80px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: .5rem;
}
.appPage-Section_Header_Col_Item:last-of-type {
  flex: 1;
}

.appPage-Section_Header_Title {
  /* font-size: 20px; */
  font-size: 24px;
  font-weight: bold;
  /* letter-spacing: 0.02em; */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.appPage-Section_Header_Title.small {
  font-size: 22px;
}
@media (min-width: 768px) {
  .appPage-Section_Header_Title {
    /* font-size: 24px; */
    font-size: 28px;
  }
  .appPage-Section_Header_Title.small {
    font-size: 26px;
  }
}

.appPage-Section_Header_Image img {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width:1024px) {
  .appPage-Section_Header_Image {
    padding-left: 96px;
  }
}

.appPage-Section_Header_Desc {
  margin-top: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  font-size: 12px;
   color: rgba(34,34,34,.7);
}
.blur .appPage-Section_Header_Desc {
  color: #ffffff;
}
.appPage-Section_Header_Desc.tax {
  color: unset;
  white-space: normal;
}
.appPage-Section_Header_Desc.image {
  margin: 16px auto;
  font-size: 14px;
  color: rgba(34,34,34,1);
  max-width: 600px;
  line-height: 1.7;
  white-space: unset;
  text-align: justify;
}
.blur .appPage-Section_Header_Desc.image {
  color: #ffffff;
  text-shadow: 0 0 4px rgba(0,0,0,.5);
}
@media (min-width: 1024px) {
  .appPage-Section_Header_Desc {
    font-size: 14px;
    margin-top: 16px;
  }
  .appPage-Section_Header_Desc.image {
    font-size: 16px;
  }
}
.tax-staff .appPage-Section_Header_Desc a {
  color: #db614c;
  display: inline-block;
  border: 1px solid #db614c;
  padding: 8px 12px;
}
.tax-staff .appPage-Section_Header_Desc a:hover {
  background-color: #db614c;
  color: #fff;
}

.appPage-Section_Header_Back {
  margin-bottom: 1rem;
}
.appPage-Section_Header_Back a {
  color: #d3533e;
  font-size: .9em;
}

/* 今日の新着セクション用のスタイル */
.home-NewContent .appPage-Section_Header {
  display: flex;
  align-items: center;
  width: 100%;
  padding-right: 0;
}
.home-NewContent .appPage-Section_Header_Title {
  flex: 1;
}
.home-NewContent .appPage-Section_Header_Date {
  color: rgba(34,34,34,1);
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: 1rem;
  font-size: 12px;
}
@media screen and (min-width:768px) {
  .home-NewContent .appPage-Section_Header_Date {
    font-size: 14px;
  }
}

@media screen and (min-width:768px) {
  .appPage-Section_Content {
    /* padding: 0 48px; */
  }
}
@media screen and (min-width:1024px) {
  .appPage-Section_Content {
    padding-right: 96px;
  }
}

.appPage-Section_More {
  display: block;
  width: 100%;
  max-width: 480px;
  padding: 12px 16px;
  text-align: center;
  border: 1px solid rgba(34, 34, 34, .20);
  border-radius: 4px;
  margin: 8px auto 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.appPage-Section_More:hover {
  opacity: .5;
}
@media (min-width: 768px) {
  .appPage-Section_More {
    margin-top: 30px;
  }
}

/* 講座アーカイブページ */
.appPage-Inner.child-course {
  max-width: 800px;
  margin: 0 auto;
  border: 0;
}
@media (max-width: 767px) {
  .child-course .vertical {
    margin: 0 -16px;
  }
}
.tax-course .appPage-Section_Header_Title {
  font-weight: bold;
}
.child-course .appPage-Section_Header_Desc {
  line-height: 2;
  color: #222222;
  font-size: 13px;
}
.tax-course .appPage-Section_Header_Desc p {
  line-height: 2;
}

.appPage-Section_Playback {
  margin-bottom: 1rem;
}
.appPage-Section_Playback .continuous-playback-button {
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;

  display: block;
  width: 100%;
  background: #db614c;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  padding: 1rem;
  border-radius: 4px;
  font-size: 1rem;
}
.appPage-Section_Playback .continuous-playback-button i {
  margin-right: 1rem;
}

.appPage-Section_Sort {
  margin-bottom: 16px;
  display: flex;
}
.appPage-Section_Sort {
  margin-bottom: 16px;
  display: flex;
}
.appPage-Section_Sort_Button {
  display: inline-block;
  border: 1px solid #efefef;
  padding: 4px 12px;
  border-radius: 4px;
}
.appPage-Section_Sort_Button:not(:first-of-type) {
  margin-left: 8px;
}
.appPage-Section_Sort_Button.current {
  color: #db614c;
  border-color: #db614c;
}
.appPage-Section_Sort_Button i {
  margin-right: 2px;
}

.appPage-Section_Sort_Button:last-of-type:not(:first-of-type) {
  margin-left: auto;
}
.appPage-Section_Sort_Button.unwatched::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f00c';
  margin-right: 4px;
  color: #d3533e;
}

.appPage-Section_Tab {
  margin: 1rem 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.appPage-Section_Tab_Item {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 30px;
  border: 1px solid rgba(34,34,34,0.12);
  color: rgba(34, 34, 34, .7);
  font-weight: bold;
}
@media (max-width: 1023px) {
  .appPage-Section_Tab_Item {
    padding: 4px 12px;
    font-size: 13px;
  }
}
.appPage-Section_Tab_Item:hover,
.appPage-Section_Tab_Item.is-active {
  border-color: #d3533e;
  color: #d3533e;
}
.appPage-Section_Tab_Item:not(:first-of-type) {
  margin-left: .5rem;
}

.appPage-Section_Tab_Tag {
  display: inline-block;
  border: 1px solid rgba(34, 34, 34, .12);
  padding: 6px 12px;
  border-radius: 100px;
  font-size: .9em;
  line-height: 1;
  margin-bottom: 4px;
}
.appPage-Section_Tab_Tag:not(:last-of-type) {
  margin-right: 4px;
}

@media screen and (min-width:768px) {
  .tax-course .appPage-Section_Header_Desc {
    font-size: 14px;
  }
}

/* .appPage-WideHeader {
  background-color: #efefef;
}
.appPage-WideHeader {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}
.appPage-WideHeader::before {
  content: '';
  position: absolute;
  filter: blur(12px);
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  z-index: -2;
  background: inherit;
}
.appPage-WideHeader::after {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  z-index: -1;
  background: rgba(255,255,255,.8);
} */
.appPage-WideHeader_Col_Item:first-of-type img {
  border-radius: 4px;
}
.tax-staff .appPage-WideHeader_Col_Item:first-of-type img {
  border-radius: 50%;
}
.appPage-WideHeader_Title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
.appPage-WideHeader_Title span {
  font-size: .6em;
}
.appPage-WideHeader_Desc {
  margin-top: 6px;
}
.appPage-WideHeader_Desc p {
  line-height: 1.7;
}
.appPage-WideHeader_Desc a {
  color: #d3533e;
  text-decoration: underline;
}
.appPage-WideHeader_Button {
  display: flex;
  margin-top: 1rem;
  align-items: center;
}
.appPage-WideHeader_Button i {
  margin-right: 4px;
}
.appPage-WideHeader_Button a,
.appPage-WideHeader_Button span {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .5rem;
  cursor: pointer;
  border: 1px solid #efefef;
  border-radius: 4px;
  font-size: 14px;
}
.appPage-WideHeader_Button a:not(:first-child),
.appPage-WideHeader_Button span:not(:first-child) {
  margin-left: 12px;
}
.appPage-WideHeader_Button a:hover,
.appPage-WideHeader_Button span:hover {
  opacity: .5;
}

.appPage-WideHeader_Button .subscribe-btn {
  background-color: #226CE0;
  color: #ffffff;
  border-color: #226CE0;
}
.appPage-WideHeader_Button .subscribe-btn::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067";
    margin-right: 4px;
}

.appPage-WideHeader_Button .subscribe-btn.active::before {
  content: "\f1f6";
}.appPage-WideHeader_Button .subscribe-btn.active::after {
  content: "を解除";
}
.appPage-WideHeader_Button .subscribe-btn.active {
  background-color: transparent;
  color: #226CE0;
}
@media screen and (max-width:767px) {
  .appPage-WideHeader {
    padding: 16px;
  }
  .appPage-WideHeader_Col_Item:not(:first-of-type) {
    margin-top: 1rem;
  }
  .tax-staff .appPage-WideHeader_Col_Item:first-of-type {
    max-width: 150px;
    margin: 0 auto;
    text-align: center;
  }
  .appPage-WideHeader_Title {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .tax-staff .appPage-WideHeader_Title {
    text-align: center;
  }
}
@media screen and (min-width:768px) {
  .appPage-WideHeader {
    padding: 48px 48px 0;
  }
  .appPage-WideHeader_Col {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  .tax-staff .appPage-WideHeader_Col {
    flex-direction: row;
  }
  .appPage-WideHeader_Col_Item:not(:last-of-type) {
    max-width: 400px;
  }
  .appPage-WideHeader_Col_Item:not(:first-of-type) {
    flex: 1;
    margin-right: 32px;
  }
  .appPage-WideHeader_Col_Item:first-of-type:last-of-type {
    /* サムネイルがない時 */
    max-width: 704px;
    margin: 0 auto;
  }
  .tax-staff .appPage-WideHeader_Col_Item:first-of-type {
    max-width: 150px;
    margin: 0;
  }
  .tax-staff .appPage-WideHeader_Col_Item:not(:first-of-type) {
    margin-right: 0;
    margin-left: 32px;
  }
}

.appPage-HomeTitle {
  background-color: #db614c;
  color: #fff;
  text-align: center;
  padding: 1.5rem 0;
  font-size: 1.2rem;
  letter-spacing: 2px;
  font-weight: bold;
}
.appPage-HomeTitle span {
  display: block;
  font-size: .7em;
  letter-spacing: 0;
  line-height: 1.7;
  margin-top: 8px;
  font-weight: normal;
}
@media screen and (min-width:768px) {
  .appPage-HomeTitle {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.appPage-HomeTitle + .appPage-Section {
  border-top: 0;
}



/**
 * 「検索」ページのスタイル
 */

.advancedSearch .appPage-Section_Inner {
  max-width: 768px;
  margin: 0 auto;
}

.advancedSearch-Form {
  border: 1px solid rgba(34,34,34,.12);
  border-radius: 4px;
  padding: 1.5rem;
}

.advancedSearch-Field {
  padding: 1.5rem 0;
  font-size: 1rem;
}
.advancedSearch-Field:first-of-type {
  padding-top: 0;
}
.advancedSearch-Field:not(:first-of-type) {
  border-top: 1px solid rgba(34,34,34,.12);
}

.advancedSearch-Field input:not([type=file],[type=checkbox],[type=radio]),
.advancedSearch-Field textarea,
.advancedSearch-Field select {
  border: 1px solid rgba(34,34,34,.12);
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 1rem;
  max-width: 100%;
}

.advancedSearch-Field label {
  cursor: pointer;
}

.advancedSearch #advancedSearch-keyword {
  width: 100%;
}

.advancedSearch-Field_Title {
  font-size: 1rem;
  font-weight: bold;
}

.advancedSearch-Field .checkbox-group label:not(:first-of-type) {
  margin-left: .5rem;
}

.advancedSearch-buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 549px) {
  .advancedSearch-buttons {
    flex-direction: column;
  }
}

.advancedSearch-buttons button {
  all: unset;
  display: block;
  flex: 1;
  border-radius: 4px;
  font-weight: bold;
  font-size: 1rem;
  padding: 1rem;
  text-align: center;
  border: 1px solid #d3533e;
}

.advancedSearch-buttons button:hover {
  opacity: .5;
}

.advancedSearch-buttons .submit-button {
  background-color: #d3533e;
  color: #fff;
}

.advancedSearch-buttons .reset-button {
  color: #d3533e;
}

/*
.appPage.search input[type="checkbox"]:checked ~ .search-Accordion {
  max-height: none;
}
.appPage.search input[type="checkbox"]:checked ~ label::before {
  transform: translateY(-50%) rotate(90deg) !important;
}

.appPage.search label > .appPage-Section_Header {
  margin: 0;
}
.appPage.search .search-Accordion .appPage-Section {
  background-color: #fafafa;
  margin-top: 16px;
  border: 1px solid #efefef;
}
@media screen and (max-width: 767px) {
  .search .search-Accordion .appPage-Section,
  .search .search-Accordion .appPage-Section_Header {
    margin-right: 0;
    margin-left: 0;
  }
}
.appPage.search .searchForm {
  margin-top: 8px;
}

.search-Staff_List {
  display: flex;
  flex-wrap: wrap;
}
.search-Staff_List_Item {
  margin-top: 3%;
}
.search-Staff_Anchor:hover img {
  opacity: .5;
}
.search-Staff_Col_Item img {
  border-radius: 50%;
  border: 1px solid #efefef;
}
.search-Staff_Name {
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 549px) {
  .search-Staff_List_Item {
    width: 30%;
  }
  .search-Staff_List_Item:not(:nth-of-type(3n+1)) {
    margin-left: 5%;
  }
  .search-Staff_Name {
    font-size: 1rem;
  }
}
@media screen and (min-width: 550px) and (max-width: 767px) {
  .search-Staff_List_Item {
    width: 23%;
  }
  .search-Staff_List_Item:not(:nth-of-type(4n+1)) {
    margin-left: 2%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .search-Staff_List_Item {
    width: 18.4%;
  }
  .search-Staff_List_Item:not(:nth-of-type(5n+1)) {
    margin-left: 2%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .search-Staff_List_Item {
    width: 15%;
  }
  .search-Staff_List_Item:not(:nth-of-type(6n+1)) {
    margin-left: 2%;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .search-Staff_List_Item {
    width: 12.57%;
  }
  .search-Staff_List_Item:not(:nth-of-type(7n+1)) {
    margin-left: 2%;
  }
}
@media screen and (min-width: 1920px) {
  .search-Staff_List_Item {
    width: 10.5%;
  }
  .search-Staff_List_Item:not(:nth-of-type(8n+1)) {
    margin-left: 2%;
  }
} */

/* .appPage .loader は /css/components/loading.css に集約 */

/**
 * 「質問する」ページのスタイル
 */
@media screen and (max-width: 1023px) {
  .question .archive-Inner {
    padding-bottom: 72px;
  }
}

.question h2 span {
  letter-spacing: .01em;
}

.question .single-Comment_List_Sentence {
  margin-bottom: 0;
  /* 最大行数を設定 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.question-Search {
  padding: 1.5rem;
  border: 1px solid #efefef;
  border-radius: 4px;
  background-color: #fafafa;
  margin-bottom: 24px;
}
.question-Search_Head {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  letter-spacing: 1px;
  line-height: 1;
}
.question-Search_Category {
  margin-top: 1rem;
}
.question-Search_Category_List {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 549px) {
  .question-Search_Category_List_Item {
    width: 48%;
  }
  .question-Search_Category_List_Item:not(:nth-of-type(2n+1)) {
    margin-left: 4%;
  }
  .question-Search_Category_List_Item:nth-of-type(n+3) {
    margin-top: 4%;
  }
}
@media (min-width: 550px) {
  .question-Search_Category_List_Item {
    width: 32%;
  }
  .question-Search_Category_List_Item:not(:nth-of-type(3n+1)) {
    margin-left: 2%;
  }
  .question-Search_Category_List_Item:nth-of-type(n+4) {
    margin-top: 2%;
  }
}
.question-Search_Category_Anchor:hover {
  opacity: .5;
}

/* 通知ページ */
.notice .appPage-Inner {
  max-width: 768px;
  margin: 0 auto;
  padding-right: 12px;
  padding-left: 12px;
}
.notice .appPage-Section_Header {
  padding: 0;
}
.notice .vertical .contentItem:not(:first-of-type) {
  margin: 0;
}
.notice .contentItem-Anchor {
  align-items: center;
  padding: 8px 0;
  flex-direction: row;
}
.notice .contentItem-Anchor:not(.unread) .contentItem-Data_Title{
  font-weight: normal;
}
.notice .contentItem a:hover .contentItem-Data_Title {
  text-decoration: none;
}
.notice .contentItem-Anchor:hover {
  background-color: #feefef;
}
.notice .contentItem-Thumb {
  width: 48px;
  margin: 0;
  margin-right: 12px;
}
.notice .contentItem-Thumb img {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  object-fit: cover;
}
.notice .vertical {
  padding: 0;
}
.notice .vertical .contentItem-Data_Title {
  font-size: unset;
  margin: 0;
}
.notice .appPage-Section_Sort {
  padding: 0;
}

/**
 * お気に入りページ
 */
@media screen and (max-width:767px) {
  .subscription .contentItem.contentItem:not(:first-of-type) {
    margin-top: 1.5rem;
  }
  .subscription .contentItem-Anchor {
    flex-direction: column;
    align-items: flex-start;
  }
  .subscription .contentItem-Thumb {
    width: 100%;
    margin: 0;
  }
  .subscription .contentItem-Data {
    margin-top: 4px;
  }
  .subscription .contentItem-Data_Title {
    font-size: 1rem;
    margin-bottom: 4px;
  }
  .subscription .radio-theme {
    font-size: 2rem;
  }
}

/**
 * ドロワーメニュー
 */
.sideMenu {
  position: fixed;
  top: 0;
  overflow-y: scroll;
}
@media screen and (max-width: 1365px) {
  .sideMenu {
    left: -80vw;
    z-index: 500;
    width: 80vw;
    height: 100vh;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-out;
    padding-bottom: 150px;
  }
  .sideMenu.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(80vw);
    transform: translateX(80vw);
  }
  @media screen and (min-width: 768px) {
    .sideMenu {
      width: 240px;
    }
  }
  .sideMenu.open::after {
    content: '';
  }
  .sideMenu-Arrow {
    display: none;
  }
}
@media screen and (min-width: 1366px) {
  .sideMenu {
    left: 0;
    z-index: 130;
    width: 240px;
    height: 100vh;
    /* background-color: #fafafa; */
    border-right: 1px solid #efefef;
  }
  .sideMenu::-webkit-scrollbar {
    display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
  }
  .sideMenu {
    scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/
    -ms-overflow-style: none;/*Internet Explore対応のスクロールバー非表示コード*/
  }
  .sideMenu-Inner {
    padding-top: 60px;
    padding-bottom: 24px;
  }
  .sideMenu-Arrow {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 240px;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 14px;
    background-color: #fafafa;
    border: 1px solid #efefef;
    border-width: 1px 1px 0 0;
  }
  .sideMenu-Arrow_Item {
    flex: 1;
    cursor: pointer;
    line-height: 24px;
  }
  .sideMenu-Arrow_Item:last-of-type {
    border-left: 1px solid #efefef;
  }
}

.sideMenu-Section {
  padding: 16px;
}
.sideMenu-Section:not(:first-of-type) {
  border-top: 1px solid #efefef;
}

.sideMenu-Section_Header_Title {
  font-weight: bold;
  letter-spacing: .5px;
}
.sideMenu-Menu_List_Item:not(:first-of-type) {
  margin-top: 16px;
}
.sideMenu-Menu_Anchor {
  display: flex;
  align-items: center;
}
.sideMenu-Menu_Anchor:hover {
  color: #db614c;
}
.sideMenu-Menu_Anchor i {
  width: 32px;
  margin-right: 12px;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
}
.sideMenu-Menu_Anchor img {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  vertical-align: middle;
  border-radius: 50%;
}

.sideMenu-Account .sideMenu-Menu_Anchor > div {
  line-height: 1;
}
.sideMenu-Account .sideMenu-Menu_Anchor span {
  color: #aeada2;
  font-size: .7em;
}
.sideMenu-Account_MeviusYearPass {
  margin-top: 12px;
}
.sideMenu-Account_MeviusYearPass_Button {
  cursor: pointer;
}
.sideMenu-Account_MeviusYearPass img {
  border-radius: 4px;
}
.sideMenu-Account_MeviusYearPass.expired img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%); /* 古いSafari対策（念のため） */
}
.sideMenu-Account_MeviusYearPass_Notice {
  font-size: 12px;
}
.expired .sideMenu-Account_MeviusYearPass_Notice {
  color: #d3533e;
}

.sideMenu .sideMenu-Event label::after,
.sideMenu .sideMenu-Event label::before {
  background-color: transparent;
}

.sideMenu-Event .sideMenu-Menu_List_Item {
  padding: 12px 0;
}
.sideMenu-Event .sideMenu-Menu_List_Item:not(:first-of-type) {
  margin-top: 0;
  border-top: 1px solid rgba(34,34,34,.05);
}

.sideMenu-Event .sideMenu-Menu_Anchor {
  line-height: 1.2;
  /* align-items: stretch; */
}
.sideMenu-Event .sideMenu-Menu_Anchor:hover {
  color: inherit;
  opacity: .7;
}
/* リンクなしの配信スケジュールアイテム */
.sideMenu-Menu_Anchor--noLink {
  cursor: default;
}
.sideMenu-Menu_Anchor--noLink:hover {
  opacity: 1;
}
/*
.sideMenu-Menu_Event_Date {
  font-weight: bold;
  border-bottom: 1px solid;
  margin-bottom: 4px;
  font-size: .9em;
} */
.sideMenu-Event .home-Event_Col_Item:first-of-type {
  width: 48px;
  margin-right: 8px;
}
.sideMenu-Event dl {
  text-align: center;
}
.sideMenu-Event dt {
  line-height: 12px;
  font-size: 12px;
  /* letter-spacing: -.5px; */
}
.sideMenu-Event dd {
  line-height: 10px;
  font-size: 10px;
}
.sideMenu-Event dd .date {
  display: block;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 8px 0 12px;
}
.sideMenu-Event dd .week {
  font-size: 12px;
  color: rgba(34,34,34,.7);
}

.sideMenu-Event_Time {
  margin-bottom: 2px;
}
.sideMenu-Event_Time span {
  display: inline-block;
  background-color: rgba(34,34,34,.05);
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 12px;
}
.sideMenu-Event_Title {
  /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */

  /* 最大行数を設定 */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  width: 100%;
  line-height: 1.3;
  overflow: hidden;
  font-weight: bold;
}
.sideMenu-Event_Place {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-size: .9em;
  color: #aeada2;
}

/* イベント、配信スケジュールのデザイン */
.sideMenu-Event .sideMenu-Menu_List {
    border-top: 1px solid rgba(34,34,34,.12);
    margin: 0 -16px;
    padding: 0 16px;
}
.sideMenu-Event_Thumb {
  width: 72px;
  margin-right: 8px;
}
.sideMenu-Event_Thumb img {
  border-radius: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 2px;
  border: 1px solid rgba(34, 34, 34, .0);
}
@media (min-width: 768px) {
  .sideMenu-Event .sideMenu-Menu_List {
      margin: 0;
      padding: 0;
      justify-content: space-between;
  }
  .sideMenu-Event .sideMenu-Menu_List_Item {
    width: 32%;
    margin-top: 1rem;
  }
  .sideMenu-Event .sideMenu-Menu_List_Item:not(:first-of-type) {
    border-top: 0;
    margin-top: 1rem;
  }
}


/* .sideMenu-Howto .sideMenu-Menu_Anchor {
  line-height: 1.4;
  font-size: .9em;
}
.sideMenu-Howto .sideMenu-Menu_Anchor span {
  font-size: .9em;
  color: #db614c;
  font-weight: bold;
} */

.sideMenu-Menu_More {
  display: block;
  text-align: center;
  padding: 8px;
  color: #222222;
  border: 1px solid #222222;
  margin: 8px 0;
}

.sideMenu-Info_List_Item {
  display: inline-block;
}
.sideMenu-Info_List_Item:not(:last-of-type) {
  margin-right: 12px;
}
.sideMenu-Info_List_Item a,
.sideMenu-Info_Copyright {
  color: #aeada2;
  font-size: .9em;
}
.sideMenu-Info_Copyright {
  margin-top: 8px;
}

.sideMenu input[type="checkbox"] {
  display: none;
}
.sideMenu label,
.sideMenu-Accordion {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.sideMenu label {
  position: relative;
  display: block;
  cursor: pointer;
}
.sideMenu label::after,
.sideMenu label::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  width: 2px;
  height: 14px;
  background-color: #222222;
}
.sideMenu label::after {
  transform: translateY(-50%) rotate(90deg);
}
.sideMenu-Accordion {
  text-align: justify;
  max-height: 0;
  overflow: hidden;
  font-size: .9em;
}
.sideMenu input[type="checkbox"]:checked ~ .sideMenu-Accordion {
  max-height: none;
}
.sideMenu input[type="checkbox"]:checked ~ label::before {
  transform: translateY(-50%) rotate(90deg) !important;
}
.sideMenu-Accordion li {
  line-height: 1.2;
}

.sideMenu-Course div.sideMenu-Menu_List_Item {
  font-weight: bold;
  margin-top: 16px;
  line-height: 1.2;
}
.sideMenu-Course .sideMenu-Menu_List {
  margin-top: 8px;
}
.sideMenu-Course li {
  padding: 8px;
  background-color: rgba(34,34,34,.05);
}
.sideMenu-Course li:not(:first-of-type) {
  margin-top: 8px;
}
.sideMenu-Course a {
  display: block;
}
/*
.sideMenu-Course .sideMenu-Menu_List {
  padding-left: 8px;
  margin-top: 8px;
}
.sideMenu-Course li {
  position: relative;
  margin: 0;
  padding: 8px 0;
  padding-left: 1.2rem;
}
.sideMenu-Course li:first-of-type {
  margin-top: 0;
}
.sideMenu-Course li:not(:first-of-type) {
  margin: 0;
}
.sideMenu-Course a {
  line-height: 1.2;
}
.sideMenu-Course li a::before {
  content: '';
  display: block;
  width: 1rem;
  height: 1px;
  background-color: rgba(0,0,0,.5);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
.sideMenu-Course li a::after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(0,0,0,.3);
  position: absolute;
  top: 0;
  left: 0;
}
.sideMenu-Course li:last-of-type a::after {
  height: 50%;
} */

.sideMenu-Group .sideMenu-Menu_List_Item {
  margin-top: 12px;
}

/* カテゴリータブ */
.home .tab,
.archive .tab {
  padding: 8px 0;
  border: 0;
}

.tab .horizontalScroll {
  margin: 0;
}
@media (min-width: 1024px) {
  .home .tab,
  .archive .tab {
    padding: 12px 0;
  }

  .search .horizontalScroll {
    justify-content: flex-start;
  }
}
@media (min-width: 1920px) {
  .tab .horizontalScroll {
    justify-content: center;
  }
}

.tab-Item {
  position: relative;
  white-space: nowrap;
}
.tab-Item:not(:first-of-type) {
  margin-left: 6px;
}
.search .tab-Item {
  margin-bottom: 6px;
}
.tab-Anchor {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 30px;
  border: 1px solid rgba(34,34,34,0.12);
  color: rgba(34, 34, 34, .7);
  font-weight: bold;
}
@media (max-width: 1023px) {
  .tab-Anchor {
    padding: 4px 12px;
    font-size: 13px;
  }
}
.tab-Anchor:hover {
  border-color: #d3533e;
  color: #d3533e;
}
/* .tab .horizontalScroll-Arrow,
.person .horizontalScroll-Arrow {
  display: block;
} */
.tab .horizontalScroll-Arrow i,
.person .horizontalScroll-Arrow i {
  font-size: 1.5rem;
}


/* スタッフ一覧ページ */
.staffs .appPage-Inner {
  max-width: 768px;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .staffs-List {
    /* padding: 0 48px; */
  }
}
.staffs-List_Item {
  padding: 24px 0;
  line-height: 1;
}
@media screen and (min-width:768px) {
  .staffs-List_Item {
    padding: 24px;
  }
}
.staffs-List_Item:not(:first-of-type) {
  border-top: 1px solid #efefef;
}
.staffs-List_Item input[type="checkbox"] {
  display: none;
}
.staffs-List_Item label,
.staffs-List_Item_Content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.staffs-List_Item label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.staffs-List_Item label::after,
.staffs-List_Item label::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 2px;
  height: 20px;
  background-color: #db614c;
}
.staffs-List_Item label::after {
  transform: translateY(-50%) rotate(90deg);
}

.staffs-List_Icon {
  width: 80px;
  height: 80px;
  margin-right: 8px;
}
@media screen and (min-width:768px) {
  .staffs-List_Icon {
    width: 120px;
    height: 120px;
    margin-right: 16px;
  }
}
.staffs-List_Icon img {
  border-radius: 50%;
  border: 1px solid #efefef;
}
.staffs-List_Position {
  color: #db614c;
  margin-bottom: 8px;
}
.staffs-List_Name {
  font-size: 1.5em;
}
@media screen and (min-width:768px) {
  .staffs-List_Name {
    font-size: 1.7em;
  }
}
.staffs-List_Item_Content {
  text-align: justify;
  max-height: 0;
  overflow: hidden;
  line-height: 2;
}
@media screen and (min-width:768px) {
  .staffs-List_Item_Content {
    font-size: 1rem;
  }
}
@media screen and (min-width:1366px) {
  .staffs-List_Item_Content {
    font-size: 1.2em;
  }
}
.staffs-List_Item input[type="checkbox"]:checked ~ .staffs-List_Item_Content {
  max-height: none;
  padding: 12px 24px;
  margin-top: 12px;
  background-color: #feefef;
  border-radius: 4px;
}
.staffs-List_Item input[type="checkbox"]:checked ~ label::before {
  transform: translateY(-50%) rotate(90deg) !important;
}

/* 用語解説ページ */
.glossary-List li:not(:first-of-type) {
  margin-top: 1.5rem;
}
.glossary-List a {
  color: #d3533e;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.glossary-List a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 8px;
  color: #aeada2;
}
.glossary-List ul {
  width: 100%;
  padding-left: 1.5rem;
  margin-top: 1.5rem;
}

/* サイトマップ */
.sitemap ul ul {
  padding-left: 40px;
}
.sitemap li {
  margin-top: 8px;
}
.sitemap li a:hover {
  text-decoration: underline;
}

/* 吹き出しCSS */
.single-Content .bubble {
  display: flex;
  align-items: flex-start;
}
.single-Content .bubble + br + br {
  display: none;
}
.single-Content .bubble.right {
  flex-direction: row-reverse;
}
.single-Content .bubble-Icon {
  flex-basis: 80px;
  margin-right: 20px;
}
.single-Content .right  .bubble-Icon {
  margin: 0;
  margin-left: 20px;
}
.single-Content .bubble-Icon img {
  object-fit: cover;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #efefef;
}
.single-Content .bubble-Icon span {
  display: block;
  text-align: center;
  font-size: .9em;
  font-weight: bold;
}
.single-Content .bubble-Content {
  position: relative;
  flex: 1;
  border: 4px solid #efefef;
  border-radius: 4px;
  padding: 12px 16px;
  text-align: justify;
}
.single-Content .bubble-Content::before {
  content: '';
  position: absolute;
  top: 13px;
  transform: rotate(45deg);
  width: 20px;
  height: 20px;
  border: 4px solid #efefef;
  background-color: #fff;
}
.single-Content .left .bubble-Content::before {
  left: -13px;
  transform: rotate(45deg);
  border-width: 0 0 4px 4px;
}
.single-Content .right .bubble-Content::before {
  right: -13px;
  transform: rotate(45deg);
  border-width: 4px 4px 0 0;
}

/* 固定ページのスタイル */
.page-Inner {
  margin: 0 auto;
  width: 90%;
  max-width: 768px;
  padding-top: 12px;
}

.page-Inner .single-Content {
  margin-top: 2rem;
}

.page-Inner .single-Content a {
  color: #226CE0;
  text-decoration: underline;
}

.page-Inner .single-Content a:hover {
  color: #226CE0;
  text-decoration: none;
}

/* ゆにラジのサムネ設定 */
/* .radio .contentItem-Thumb {
  position: relative;
}
.radio .contentItem-Thumb img {
  border: 0;
} */

/* .radio .contentItem-Thumb::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 4px solid;
  border-radius: 4px;
}
@media screen and (min-width:768px) {
  .horizontalScroll .radio .contentItem-Thumb::after,
  .contentList .radio .contentItem-Thumb::after {
    border: 6px solid;
  }
}

.radio.monday .contentItem-Thumb::after {
  border-color: #E14B2A;
}
.radio.tuesday .contentItem-Thumb::after {
  border-color: #E28E6B;
}
.radio.wednesday .contentItem-Thumb::after {
  border-color: #ECC21E;
}
.radio.thursday .contentItem-Thumb::after {
  border-color: #226CE0;
}
.radio.friday .contentItem-Thumb::after {
  border-color: #C68A41;
}
.radio.saturday .contentItem-Thumb::after {
  border-color: #AFB55B;
}
.radio.sunday .contentItem-Thumb::after {
  border-color: #729C56;
}
.radio.other .contentItem-Thumb::after {
  border-color: #222222;
}
.radio.midnight .contentItem-Thumb::after {
  border-color: #3E3D5B;
} */

/* .radio .radio-title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  width: 100%;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 4px;
  font-size: 12px;
  line-height: 1.3;
  border-radius: 0 0 4px 4px;
}
@media screen and (min-width:768px) {
  .horizontalScroll .radio .radio-title,
  .contentList .radio .radio-title {
    font-size: 14px;
    padding: 4px 12px;
  }
}

.radio.monday .radio-title {
  background-color: #E14B2A;
}
.radio.monday .radio-title::before {
  content: '月：';
}

.radio.tuesday .radio-title {
  background-color: #E28E6B;
}
.radio.tuesday .radio-title::before {
  content: '火：';
}

.radio.wednesday .radio-title {
  background-color: #ECC21E;
}
.radio.wednesday .radio-title::before {
  content: '水：';
}

.radio.thursday .radio-title {
  background-color: #226CE0;
}
.radio.thursday .radio-title::before {
  content: '木：';
}

.radio.friday .radio-title {
  background-color: #c29332;
}
.radio.friday .radio-title::before {
  content: '金：';
}

.radio.saturday .radio-title {
  background-color: #AFB55B;
}
.radio.saturday .radio-title::before {
  content: '土：';
}

.radio.sunday .radio-title {
  background-color: #AFB55B;
}
.radio.sunday .radio-title::before {
  content: '日：';
}

.radio.other .radio-title {
  background-color: #222222;
}
.radio.other .radio-title::before {
  content: '他：';
}

.radio.midnight .radio-title {
  background-color: #3E3D5B;
}
.radio.midnight .radio-title::before {
  content: '深夜：';
} */

.radio-theme {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 4px;
  font-size: 1.5rem;
  padding-right: 0;
}
.horizontalScroll .square .radio-theme {
  font-size: 1rem;
}
/* .radio-theme::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  content: '';
  background: linear-gradient( to top, rgba(0, 0, 0, 70%) 0%, rgba(255, 255, 255, 0%) 100% );
  border-radius: 0 0 4px 4px;
} */
.radio-theme-day {
  position: relative;
  width: 18%;
  height: 18%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  box-shadow: 0 0 4px rgba(34, 34, 34, .12);
}
.radio-theme-day::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.radio-theme-day span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-weight: bold;
  color: #fff;
}
.radio-theme-day.other {
  display: none;
}
.radio-theme-name {
  flex: 1;
  font-weight: bold;
  color: #fff;
  line-height: 1.1;
  letter-spacing: .02em;
}
.vertical .radio-theme {
  font-size: 1rem;
}
@media screen and (min-width: 550px) {
  .horizontalScroll .radio-theme {
    font-size: 1.7rem;
    padding: 8px;
  }
}
@media screen and (min-width: 768px) {
  .radio-theme {
    font-size: 1.8rem;
  }
  .horizontalScroll .radio-theme {
    font-size: 2rem;
  }
  .sidebar .radio-theme {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .horizontalScroll .radio-theme {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1366px) {
  .horizontalScroll .radio-theme {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .horizontalScroll .radio-theme {
    font-size: 2rem;
  }
}


/* 「北極老人の本棚を語る」のサムネ画像を生成 */
.contentItem.bookshelf .contentItem-Thumb,
.bookshelf .single-Thumb {
  /* position: relative;
  background-image: url(../img/bookshelf-back.jpg);
  background-position: center center;
  background-size: cover; */
  background-size: cover;
  background-position: center center;
}
/* 「北極老人の図書室」のサムネ画像を生成 */
.contentItem.library .contentItem-Thumb,
.library .single-Thumb {
  position: relative;
  background-image: url(../img/library-back.jpg);
  background-position: center center;
  background-size: cover;
}
.contentItem.bookshelf .contentItem-Thumb::before,
.bookshelf .single-Thumb::before,
.contentItem.library .contentItem-Thumb::before,
.library .single-Thumb::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

 .contentItem.bookshelf .contentItem-Thumb::after,
.bookshelf .single-Thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.contentItem.bookshelf .contentItem-Thumb img,
.bookshelf .single-Thumb img,
.contentItem.library .contentItem-Thumb img,
.library .single-Thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  /* height: 90%; */
  height: 100%;
  width: auto;
  border-radius: 0;
  border: 0;

  /* 実験用 */
  /* aspect-ratio: auto;
  object-fit: auto;
  object-position: unset; */
}


/* グループ投稿ページ */
.group .appPage-WideHeader {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  padding: 48px;
}
.group .appPage-WideHeader::before {
  content: '';
  position: absolute;
  filter: blur(12px);
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  z-index: -2;
  background: inherit;
  filter: blur(4px);
}
.group .appPage-WideHeader::after {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  z-index: -1;
  background-color: rgba(0,0,0,.5);
}

.group .appPage-WideHeader_Title {
  text-align: center;
}
.group .appPage-WideHeader_Title a {
  color: #fff;
}
.group .appPage-WideHeader_Title span {
  border: 1px solid;
  padding: 4px 12px;
}
@media screen and (max-width:549px) {
  .group.realization .appPage-WideHeader {
    padding: 20px 12px;
  }
}
@media screen and (max-width:1023px) {
  .group:not(.realization) .appPage-WideHeader {
    padding: 0;
  }
  .group:not(.realization) .appPage-WideHeader::before {
    position: static;
    filter: none;
    padding-top: 56.25%;
    display: block;
  }
  .group:not(.realization) .appPage-WideHeader::after {
    content: none;
  }
  .group:not(.realization) .appPage-WideHeader_Title {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .group .single-Inner {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width:1365px) {
  .group .single-Inner {
    display: flex;
    flex-direction: column-reverse;
  }
}

.group-Form {
  padding: 12px;
  border-bottom: 8px solid rgba(34,34,34,.05);
}
@media screen and (min-width:768px) {
  .group-Form {
    border: 1px solid rgba(34,34,34,.12);
    border-radius: 8px;
    margin-bottom: 24px;
  }
}
.group-Form .single-Comment_List_Icon img {
  background-color: #fff;
}
.group-Form form {
  width: 100%;
}
.group-Form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;

  width: 100%;
  border-bottom: 1px solid rgba(34,34,34,.2);
  padding: 4px 0px;
  margin: 8px 0;
  border-radius: 0;
}
.group-Form textarea:focus,
.group-Form textarea:not(:placeholder-shown) {
  min-height: 200px;
}
.group-Editer textarea {
  font-size: 16px;
}

.group-Form_Meta {
  display: flex;
  align-items: center;
}
.group-Form_Meta span {
  border-radius: 4px;
  background-color: #efefef;
  border: 1px solid #aeada2;
  padding: 0px 8px;
  cursor: pointer;
}
@media screen and (max-width:549px) {
  .group-Form_Meta span {
    font-size: .9em;
  }
}
.group-Form_Meta span:not(:first-of-type) {
  margin-left: 6px;
}
.group-Form_Meta span:hover {
  background-color: #aeada2;
  color: #fff;
}
.group-Form_Meta button {
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;

  margin-left: auto;
  background-color: #db614c;
  border: 1px solid #db614c;
  color: #fff;
  border-radius: 4px;
  padding: 0px 8px;
}
.group-Form_Meta button:hover {
  background-color: transparent;
  color: #db614c;
}
.group-Form_Meta i {
  margin-right: 2px;
}
.group-Form .comments-Form_Add {
  display: none;
}

.group-Form_Checkbox label {
  display: inline-block;
  position: relative;
  margin: 4px 0;
  padding-left: 24px;
  cursor: pointer;
  user-select: none;
  margin-right: 12px;
}
.group-Form_Checkbox input {
  display: none;
}
/* □ */
.group-Form_Checkbox .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 18px;
  width: 18px;
  border: solid 2px #db614c;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #fff;
}
/* ✓ */
.group-Form_Checkbox .checkmark:after {
  content: "";
  position: absolute;
  top: 35%;
  left: 50%;
  width: 6px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  transform: translate(-50%,-50%) rotate(45deg);
  opacity: 0;
}

/* チェックが入ったときの□ */
.group-Form_Checkbox input:checked + .checkmark {
  background: #db5608;
  border-color: #db5608;
}

/* チェックが入ったときの✓ */
.group-Form_Checkbox input:checked + .checkmark:after {
  opacity: 1;
}

.group-Form_Checkbox li {
  padding: 0;
}
.group-Form_Checkbox li:not(:first-of-type) {
  border: 0;
}

/* 予約投稿のフォーム表示 */
.group-Form_Checkbox_Select {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0 !important;
}
.group-Form_Checkbox_Select li {
  width: 30%;
  align-items: flex-end;
}
.group-Form_Checkbox_Select li:nth-of-type(n+3) {
  margin-top: 5% !important;
}
.group-Form_Checkbox_Select li:nth-of-type(3) {
  margin-right: 10%;
}
.group-Form_Checkbox_Select li:nth-of-type(4) {
  margin-left: 10%;
}
.group-Form_Checkbox_Select span {
  margin-left: 2px;
  margin-right: 8px;
}
.group-Form_Checkbox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;

  border: 1px solid #aeada2;
  border-radius: 4px;
  line-height: 1;
  padding: 8px;
  width: 100%;
  text-align: center;
}

.group-Form_Announce {
  text-align: center;
  color: #db614c;
  font-weight: bold;
  border: 1px solid #db614c;
  border-radius: 8px;
  padding: 12px;
}

.group-Form .modal__content__head {
  color: #db614c;
  font-weight: bold;
}
.group-Form .modal__content__item:not(:first-of-type) {
  margin-top: 20px;
}

.modal .loader {
  font-size: 16px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 10000;
  padding: 0;

  opacity: 0;
  display: none;
}
.modal .modal__container::before,
.modal .loader-background {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.7);
  opacity: 0;
  display: none;
  z-index: 9000;
}
.modal.loading .loader,
.modal.loading .modal__container::before,
.modal.loading .loader-background {
  opacity: 1;
  display: block;
}

@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #d3533e, 1.8em -1.8em 0 0em rgba(211,83,62, 0.2), 2.5em 0em 0 0em rgba(211,83,62, 0.2), 1.75em 1.75em 0 0em rgba(211,83,62, 0.2), 0em 2.5em 0 0em rgba(211,83,62, 0.2), -1.8em 1.8em 0 0em rgba(211,83,62, 0.2), -2.6em 0em 0 0em rgba(211,83,62, 0.5), -1.8em -1.8em 0 0em rgba(211,83,62, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(211,83,62, 0.7), 1.8em -1.8em 0 0em #d3533e, 2.5em 0em 0 0em rgba(211,83,62, 0.2), 1.75em 1.75em 0 0em rgba(211,83,62, 0.2), 0em 2.5em 0 0em rgba(211,83,62, 0.2), -1.8em 1.8em 0 0em rgba(211,83,62, 0.2), -2.6em 0em 0 0em rgba(211,83,62, 0.2), -1.8em -1.8em 0 0em rgba(211,83,62, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(211,83,62, 0.5), 1.8em -1.8em 0 0em rgba(211,83,62, 0.7), 2.5em 0em 0 0em #d3533e, 1.75em 1.75em 0 0em rgba(211,83,62, 0.2), 0em 2.5em 0 0em rgba(211,83,62, 0.2), -1.8em 1.8em 0 0em rgba(211,83,62, 0.2), -2.6em 0em 0 0em rgba(211,83,62, 0.2), -1.8em -1.8em 0 0em rgba(211,83,62, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(211,83,62, 0.2), 1.8em -1.8em 0 0em rgba(211,83,62, 0.5), 2.5em 0em 0 0em rgba(211,83,62, 0.7), 1.75em 1.75em 0 0em #d3533e, 0em 2.5em 0 0em rgba(211,83,62, 0.2), -1.8em 1.8em 0 0em rgba(211,83,62, 0.2), -2.6em 0em 0 0em rgba(211,83,62, 0.2), -1.8em -1.8em 0 0em rgba(211,83,62, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(211,83,62, 0.2), 1.8em -1.8em 0 0em rgba(211,83,62, 0.2), 2.5em 0em 0 0em rgba(211,83,62, 0.5), 1.75em 1.75em 0 0em rgba(211,83,62, 0.7), 0em 2.5em 0 0em #d3533e, -1.8em 1.8em 0 0em rgba(211,83,62, 0.2), -2.6em 0em 0 0em rgba(211,83,62, 0.2), -1.8em -1.8em 0 0em rgba(211,83,62, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(211,83,62, 0.2), 1.8em -1.8em 0 0em rgba(211,83,62, 0.2), 2.5em 0em 0 0em rgba(211,83,62, 0.2), 1.75em 1.75em 0 0em rgba(211,83,62, 0.5), 0em 2.5em 0 0em rgba(211,83,62, 0.7), -1.8em 1.8em 0 0em #d3533e, -2.6em 0em 0 0em rgba(211,83,62, 0.2), -1.8em -1.8em 0 0em rgba(211,83,62, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(211,83,62, 0.2), 1.8em -1.8em 0 0em rgba(211,83,62, 0.2), 2.5em 0em 0 0em rgba(211,83,62, 0.2), 1.75em 1.75em 0 0em rgba(211,83,62, 0.2), 0em 2.5em 0 0em rgba(211,83,62, 0.5), -1.8em 1.8em 0 0em rgba(211,83,62, 0.7), -2.6em 0em 0 0em #d3533e, -1.8em -1.8em 0 0em rgba(211,83,62, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(211,83,62, 0.2), 1.8em -1.8em 0 0em rgba(211,83,62, 0.2), 2.5em 0em 0 0em rgba(211,83,62, 0.2), 1.75em 1.75em 0 0em rgba(211,83,62, 0.2), 0em 2.5em 0 0em rgba(211,83,62, 0.2), -1.8em 1.8em 0 0em rgba(211,83,62, 0.5), -2.6em 0em 0 0em rgba(211,83,62, 0.7), -1.8em -1.8em 0 0em #d3533e;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #d3533e, 1.8em -1.8em 0 0em rgba(211,83,62, 0.2), 2.5em 0em 0 0em rgba(211,83,62, 0.2), 1.75em 1.75em 0 0em rgba(211,83,62, 0.2), 0em 2.5em 0 0em rgba(211,83,62, 0.2), -1.8em 1.8em 0 0em rgba(211,83,62, 0.2), -2.6em 0em 0 0em rgba(211,83,62, 0.5), -1.8em -1.8em 0 0em rgba(211,83,62, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(211,83,62, 0.7), 1.8em -1.8em 0 0em #d3533e, 2.5em 0em 0 0em rgba(211,83,62, 0.2), 1.75em 1.75em 0 0em rgba(211,83,62, 0.2), 0em 2.5em 0 0em rgba(211,83,62, 0.2), -1.8em 1.8em 0 0em rgba(211,83,62, 0.2), -2.6em 0em 0 0em rgba(211,83,62, 0.2), -1.8em -1.8em 0 0em rgba(211,83,62, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(211,83,62, 0.5), 1.8em -1.8em 0 0em rgba(211,83,62, 0.7), 2.5em 0em 0 0em #d3533e, 1.75em 1.75em 0 0em rgba(211,83,62, 0.2), 0em 2.5em 0 0em rgba(211,83,62, 0.2), -1.8em 1.8em 0 0em rgba(211,83,62, 0.2), -2.6em 0em 0 0em rgba(211,83,62, 0.2), -1.8em -1.8em 0 0em rgba(211,83,62, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(211,83,62, 0.2), 1.8em -1.8em 0 0em rgba(211,83,62, 0.5), 2.5em 0em 0 0em rgba(211,83,62, 0.7), 1.75em 1.75em 0 0em #d3533e, 0em 2.5em 0 0em rgba(211,83,62, 0.2), -1.8em 1.8em 0 0em rgba(211,83,62, 0.2), -2.6em 0em 0 0em rgba(211,83,62, 0.2), -1.8em -1.8em 0 0em rgba(211,83,62, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(211,83,62, 0.2), 1.8em -1.8em 0 0em rgba(211,83,62, 0.2), 2.5em 0em 0 0em rgba(211,83,62, 0.5), 1.75em 1.75em 0 0em rgba(211,83,62, 0.7), 0em 2.5em 0 0em #d3533e, -1.8em 1.8em 0 0em rgba(211,83,62, 0.2), -2.6em 0em 0 0em rgba(211,83,62, 0.2), -1.8em -1.8em 0 0em rgba(211,83,62, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(211,83,62, 0.2), 1.8em -1.8em 0 0em rgba(211,83,62, 0.2), 2.5em 0em 0 0em rgba(211,83,62, 0.2), 1.75em 1.75em 0 0em rgba(211,83,62, 0.5), 0em 2.5em 0 0em rgba(211,83,62, 0.7), -1.8em 1.8em 0 0em #d3533e, -2.6em 0em 0 0em rgba(211,83,62, 0.2), -1.8em -1.8em 0 0em rgba(211,83,62, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(211,83,62, 0.2), 1.8em -1.8em 0 0em rgba(211,83,62, 0.2), 2.5em 0em 0 0em rgba(211,83,62, 0.2), 1.75em 1.75em 0 0em rgba(211,83,62, 0.2), 0em 2.5em 0 0em rgba(211,83,62, 0.5), -1.8em 1.8em 0 0em rgba(211,83,62, 0.7), -2.6em 0em 0 0em #d3533e, -1.8em -1.8em 0 0em rgba(211,83,62, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(211,83,62, 0.2), 1.8em -1.8em 0 0em rgba(211,83,62, 0.2), 2.5em 0em 0 0em rgba(211,83,62, 0.2), 1.75em 1.75em 0 0em rgba(211,83,62, 0.2), 0em 2.5em 0 0em rgba(211,83,62, 0.2), -1.8em 1.8em 0 0em rgba(211,83,62, 0.5), -2.6em 0em 0 0em rgba(211,83,62, 0.7), -1.8em -1.8em 0 0em #d3533e;
  }
}

.group-Sidebar {
  margin: 0;
  padding: 0;
}
.group-Sidebar ul {
  display: flex;
  align-items: center;
  border-top: 1px solid #efefef;
}
.group-Sidebar li {
  flex: 1;
  text-align: center;
}
.group-Sidebar li:not(:first-of-type) {
  border-left: 1px solid #efefef;
}
.group-Sidebar a {
  display: block;
  padding: .5rem 0;
  border-bottom: 4px solid #efefef;
  font-size: 13px;
}
.group-Sidebar a.current {
  border-color: #d3533e;
  color: #d3533e;
}
@media screen and (min-width:768px) {
  .group-Sidebar ul {
    border: 0;
    margin: 20px 0;
  }
  .group-Sidebar li:not(:first-of-type) {
    border-left: 0;
    margin-left: 1rem;
  }
  .group-Sidebar a {
    border: 1px solid #efefef;
    border-radius: 8px;
    font-size: unset;
  }
}
@media screen and (min-width:1366px) {
  .group-Sidebar ul {
    display: block;
    margin: 0 0 12px;
  }

  .group-Sidebar li:not(:first-of-type) {
    margin: 12px 0;
  }
}

.group-Sidebar input[type="checkbox"] {
  display: none;
}
.group-Sidebar label,
.group-Sidebar_Accordion {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.group-Sidebar label {
  position: relative;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
}
.group-Sidebar_Accordion a {
  display: flex;
  align-items: center;
  padding: .5rem;
}
.group-Sidebar_Accordion img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 8px;
}
@media screen and (max-width: 1355px) {
  .group-Sidebar_Accordion ul {
    flex-direction: column;
    align-items: flex-start;
    border-top: 0;
    padding: .5rem;
  }
  .group-Sidebar_Accordion li {
    border: 1px solid #efefef;
    border-radius: 8px;
    width: 100%;
  }
  .group-Sidebar_Accordion li:not(:first-of-type) {
    margin-top: .5rem;
  }
  .group-Sidebar_Accordion a {
    border: 0;
  }
  .group-Sidebar label {
    cursor: pointer;
    padding: .5rem;
  }
  .group-Sidebar label::after,
  .group-Sidebar label::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    width: 2px;
    height: 14px;
    background-color: #db614c;
  }
  .group-Sidebar label::after {
    transform: translateY(-50%) rotate(90deg);
  }
  .group-Sidebar_Accordion {
    text-align: justify;
    max-height: 0;
    overflow: hidden;
  }
  .group-Sidebar input[type="checkbox"]:checked ~ .group-Sidebar_Accordion {
    max-height: none;
  }
  .group-Sidebar input[type="checkbox"]:checked ~ label::before {
    transform: translateY(-50%) rotate(90deg) !important;
  }
  .group-Sidebar input[type="checkbox"]:not(:checked) ~ label {
    border-bottom: 1px solid #efefef;
  }
  @media screen and (min-width: 768px) {
    .group-Sidebar {
      margin: 1rem 0;
    }
    .group-Sidebar input[type="checkbox"]:not(:checked) ~ label {
      border-bottom: 0;
    }
    .group-Sidebar_Accordion ul {
      margin-top: 0;
    }
  }
}

.group .profile-Panel_List_Date {
  color: #aeada2;
}
@media screen and (max-width:767px) {
  .group main .single-Side_Head {
    padding: 20px 12px 0;
  }
}

.group .appPage-WideHeader {
  margin-bottom: 0;
}
.group-Breadcrumb {
  background-color: #db614c;
}
@media screen and (min-width: 768px) {
  .group-Breadcrumb {
    margin-bottom: 20px;
  }
}
.group-Breadcrumb_List {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding: 12px;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1;
  scrollbar-width: none;/* for Windows */
  -ms-overflow-style: none;/* for Windows */
}
.group-Breadcrumb_List::-webkit-scrollbar {
  display:none;
}
.group-Breadcrumb_List_Item {
  min-width: fit-content;
  color: #fff;
}
.group-Breadcrumb_List_Item:not(:first-of-type)::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f105';
  color: #fff;
  margin: 0 8px;
}
.group-Breadcrumb_List_Item a {
  color: #fff;
  font-size: .9em;
}

/* グループの情報 */
.group-Info {
  padding: 12px;
  border-bottom: 1px solid #efefef;
}
.group-Info input[type="checkbox"] {
  display: none;
}
.group-Info label,
.group-Info_Accordion {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.group-Info label {
  position: relative;
  display: block;
  cursor: pointer;
}
.group-Info label::after,
.group-Info label::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 2px;
  height: 14px;
  background-color: #db614c;
}
.group-Info label::after {
  transform: translateY(-50%) rotate(90deg);
}
.group-Info_Accordion {
  text-align: justify;
  max-height: 0;
  overflow: hidden;
  background-color: #fafafa;
  border-radius: 8px;
  font-size: .95em;
}
.group-Info input[type="checkbox"]:checked ~ .group-Info_Accordion {
  max-height: none;
  margin-top: 8px;
  padding: 12px;
  border: 1px solid #efefef;
}
.group-Info input[type="checkbox"]:checked ~ label::before {
  transform: translateY(-50%) rotate(90deg) !important;
}


/* グループのメンバー一覧 */
.group-Member_Meta {
  padding: 8px 12px;
  margin-top: 8px;
  display: flex;
  align-items: center;
}
.group-Member_Meta .exit {
  display: inline-block;
  color: #aeada2;
  border: 1px solid #aeada2;
  border-radius: 30px;
  padding: 0 8px;
  cursor: pointer;
  margin-left: 1rem;
  font-size: 12px;
}
.group-Member li {
  display: flex;
  align-items: center;
  padding: 8px;
}
.group-Member li:not(:first-of-type) {
  border-top: 1px solid #efefef;
}
.group-Member img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 8px;
}
/* .group-Member li.my .delete {
  margin-left: 4px;
  color: #d3533e;
  vertical-align: middle;
} */

.group-User {
  padding: 12px;
}
@media screen and (min-width:768px) {
  .group-User {
    padding: 0;
    margin-bottom: 1rem;
  }
}
.group-User_Name {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: justify;
}
@media screen and (min-width:550px) {
  .group-User_Name {
    font-size: 1.5rem;
  }
}
.group-User_Profile {
  margin-top: 8px;
  text-align: justify;
  background-color: #fafafa;
  border-radius: 8px;
  font-size: .95em;
  padding: 12px;
  border: 1px solid #efefef;
}
.group-User_Profile input[type="checkbox"] {
  display: none;
}
.group-User_Profile .hidden-text {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  max-height: 0;
  overflow: hidden;
}
.group-User_Profile label {
  color: #d3533e;
  cursor: pointer;
}
.group-User_Profile input[type="checkbox"]:checked + .hidden-text {
  max-height: none;
}
.group-User_Profile input[type="checkbox"]:checked ~ label {
  display: none;
}

.inori-Content .group-User {
  padding: 0;
  margin: 1rem 0 0;
}
.inori-Content .group-User_Name {
  font-weight: normal;
  text-align: center;
}


.group-Sort {
  padding: .5rem 0;
  padding-left: 8px;
  font-size: 1.2rem;
}
@media screen and (min-width:768px) {
  .group-Sort {
    padding-top: 0;
    padding-left: 0;
  }
}
.group-Sort select {
  margin: 0;
  border: 0;
  outline: none;
  padding: 0;
  background: transparent;
  letter-spacing: 1px;
}

.group-Inori {
  padding: 8px;
}
.group-Inori_Button {
  background-color: #d3533e;
  color: #fff;
  border-radius: 4px;
  padding: 1rem;
  text-align: center;
  letter-spacing: 1px;
  border: 1px solid #d3533e !important;
  font-weight: bold;
}
.group-Inori_Button:hover {
  background-color: transparent;
  color: #d3533e;
}
.group-Inori_Button i {
  margin-right: 4px;
}
@media screen and (min-width:768px) {
  .group-Inori {
    padding: 0;
    margin-top: 20px;
  }
}

.inori {
  position: relative;
  min-height: 100vh;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;

  padding-bottom: 100px;
}
.inori-Back {
  position: fixed;
  top: 0;
  right: 0;
  z-index: -2;
  width: 100%;
  height: 100vh;
  background-image: url('img/back.jpg');
  background-position: center center;
  background-size: cover;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  opacity: .5;
}
@media screen and (max-width: 667px){
  .inori-Back {
    display: none;
  }
}
/* .inori-Back::before {
  content: '';
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  z-index: 1;
  background-color: rgba(255,255,255,.8);

  -webkit-filter: blur(8px);
  filter: blur(8px);
} */
.inori .archive-Inner {
  display: block;
  position: relative;
  z-index: 2;
}
.inori .archive-Main {
  background-color: #fff;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .inori .archive-Main {
    margin-top: 1rem;
    box-shadow: 0 0px 8px #ddd;
  }
}
.inori-Content {
  margin-top: -1rem;
  padding: 0 1rem 2rem;
  text-align: center;
}
.inori-Content p {
  text-align: left;
}
@media screen and (min-width: 550px) {
  .inori-Content {
    margin-top: -2rem;
    padding: 0 3rem 3rem;
  }
}
.inori-Content input[type="checkbox"] {
  display: none;
}
.inori-Content .hidden-text {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  max-height: 0;
  overflow: hidden;
}
.inori-Content > label {
  /* color: #aeada2; */
  text-align: center;
  cursor: pointer;
  border: 1px solid;
  padding: 12px;
  border-radius: 4px;
}
.inori-Content input[type="checkbox"]:checked + p {
  max-height: none;
}
.inori-Content input[type="checkbox"]:checked ~ label {
  display: none;
}

.inori-Head {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 4px;
}
.inori-Head + p {
  margin-bottom: 2rem;
}
@media screen and (min-width: 550px) {
  .inori-Head {
    font-size: 3rem;
  }
  .inori-Head + p {
    text-align: center;
  }
}

.inori form {
  margin-top: 2rem;
}
.inori textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;

  border: 1px solid #efefef;
  width: 100%;
  background-color: rgba(255,255,255,.8);
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 1.2em;
}
.inori button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;

  width: 100%;
  background-color: #db614c;
  color: #fff;
  font-size: 1.2em;
  padding: 12px;
  letter-spacing: 2px;
  border-radius: 4px;
  margin-top: 16px;
  border: 1px solid #db614c;
  /* font-weight: bold; */
}
.inori button:hover {
  background-color: #fff;
  color: #db614c;
}

.inori .modal button {
  display: block;
  font-size: 1rem;
  margin: 2rem auto 0;
  width: 300px
}
.inori .modal button.modal__close {
  border: 1px solid #db614c;
  background-color: #fff;
  color: #db614c;
}

.inori-Log_List_Item {
  width: 668px;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1rem;
  box-shadow: 0 0px 8px #ddd;
  background-color: #fff;
  padding: 2rem;
}
@media screen and (min-width: 550px) {
  .inori-Log_List_Item {
    padding: 3rem;
  }
}
.inori-Log_Name {
  text-align: center;
  font-size: 1.2em;
  letter-spacing: 1px;
  font-weight: bold;
}
.Real_Name {
  font-size: 0.9em;
  font-weight: normal;
}
.inori-Log_Time {
  text-align: center;
  font-size: 1.2em;
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
}
.inori-Log_Content p {
  text-align: left;
}

/* スマホ表示で画面最上部に表示されるアプリへの誘導 */
.appBar {
  padding: 8px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #efefef;
  background-color: #f6f6f6;
}
/* @media screen and (min-width: 768px) {
  .appBar {
    display: none;
  }
} */
.appBar-Icon {
  width: 32px;
  height: auto;
  vertical-align: bottom;
  border-radius: 8px;
  overflow: hidden;
}
.appBar-Title {
  flex: 1;
  line-height: 1.2;
  font-size: 12px;
  font-weight: bold;
  margin: 0 8px;
}
.appBar-Title span {
  font-size: 11px;
  color: #aaaaaa;
  font-weight: normal;
}
.appBar-Button {
  background-color: #d3533e;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 3px 12px;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 100px;
  font-size: 12px;
}
@media screen and (max-width:767px) {
  .appBar-Button span {
    display: none;
  }
}
@media screen and (min-width:768px) {
  .appBar {
    justify-content: center;
  }
  .appBar-Title {
    flex: none;
  }
}

/* アプリの戻るボタン */
.appBack {
  opacity: 0;
  display: none;

  background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

  position: fixed;
  bottom: 12px;
  left: 12px;
  z-index: 10000;
  background-color: rgba(0,0,0,.8);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.appBack:active {
  opacity: .5;
}

/* TOPのカウントダウン機能 */
.home-Countdown {
  position: relative;
  text-align: center;
  padding: 16px;
  max-width: 1024px;
  margin: 0 auto;
}
.home-Countdown_Inner {
  position: relative;
  z-index: 2;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.home-Countdown_Inner::before {
  content: '';
  background-color: rgba(0,0,0,.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.home-Countdown a,
.home-Countdown span {
  display: block;
  padding: 12px;
  padding-right: 24px;
  color: #ffffff;
  text-shadow: 0 0 4px rgba(0,0,0,.8);
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
  font-weight: bold;
}
.home-Countdown a:hover {
  text-decoration: underline;
}
.home-Countdown i {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  z-index: 3;
  font-size: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .home-Countdown {
    font-size: .9em;
  }
}
@media (min-width: 1024px) {
  .home-Countdown {
    padding-right: 0;
    padding-left: 0;
    font-size: 16px;
  }
}

/* 講座一覧 */
.appPage-Section_Children .appPage-Section {
  padding: 0;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .appPage-Section_Children .appPage-Section {
    border-top: 1px solid rgba(34,34,34,.12);
  }
  .blur .appPage-Section_Children .appPage-Section {
    border-color: rgba(255, 255, 255, .12);
  }
}
/* .appPage-Section_Children .appPage-Section_Inner {
  padding: 16px 16px;
} */
.appPage-Section_Children .appPage-Section_Header {
  margin-bottom: 14px;
}
.appPage-Section_Children .appPage-Section_Header_Title {
  /* font-size: 16px; */
  font-size: 18px;
}
.appPage-Section_Children .appPage-Section_Header_Desc {
  display: none;
}
.appPage-Section_Children .appPage-Section_Header_Anchor {
  display: inline-block;
}
.appPage-Section_Children .appPage-Section_Header_Anchor::after {
  position: relative;
  transform: none;
  -webkit-text-stroke: 1px #ffffff;
  font-size: inherit;
}
.blur .appPage-Section_Children .appPage-Section_Header_Anchor:hover::after {
  -webkit-text-stroke: 1px #d3533e;
}
@media (min-width: 768px) {
  .appPage-Section_Children .appPage-Section {
    margin-top: 40px;
  }
  .appPage-Section_Children .appPage-Section_Inner {
    padding: 0;
  }
  .appPage-Section_Children .appPage-Section_Header_Title {
    font-size: 20px;
  }
}

.appPage-Section_Children.text {
  display: flex;
  flex-wrap: wrap;
}
.appPage-Section_Children.text .appPage-Section {
  border: 1px solid rgba(34,34,34,.12);
  border-radius: 4px;
  padding: 1rem;
  margin: 0;
}
.appPage-Section_Children.text .appPage-Section_Inner {
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.appPage-Section_Children.text ul {
  margin-bottom: auto;
}
.appPage-Section_Children.text .appPage-Section_More {
  margin-top: 1rem;
}
@media (max-width: 549px) {
  .appPage-Section_Children.text .appPage-Section {
    width: 100%;
  }
  .appPage-Section_Children.text .appPage-Section:not(:first-of-type) {
    margin-top: 1rem;
  }
}
@media (min-width: 550px) and (max-width: 1023px) {
  .appPage-Section_Children.text .appPage-Section {
    width: 48%;
  }
  .appPage-Section_Children.text .appPage-Section:nth-of-type(2n) {
    margin-left: 4%;
  }
  .appPage-Section_Children.text .appPage-Section:nth-of-type(n+3) {
    margin-top: 4%;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  .appPage-Section_Children.text .appPage-Section {
    width: 32%;
  }
  .appPage-Section_Children.text .appPage-Section:not(:nth-of-type(3n+1)) {
    margin-left: 2%;
  }
  .appPage-Section_Children.text .appPage-Section:nth-of-type(n+4) {
    margin-top: 4%;
  }
}
@media (min-width: 1536px) and (max-width: 1919px) {
  .appPage-Section_Children.text .appPage-Section {
    width: 23.5%;
  }
  .appPage-Section_Children.text .appPage-Section:not(:nth-of-type(4n+1)) {
    margin-left: 2%;
  }
  .appPage-Section_Children.text .appPage-Section:nth-of-type(n+5) {
    margin-top: 4%;
  }
}
@media (min-width: 1920px) {
  .appPage-Section_Children.text .appPage-Section {
    width: 18%;
  }
  .appPage-Section_Children.text .appPage-Section:not(:nth-of-type(5n+1)) {
    margin-left: 2%;
  }
  .appPage-Section_Children.text .appPage-Section:nth-of-type(n+6) {
    margin-top: 4%;
  }
}

.appPage-Section_Children.text .appPage-Section_Header {
  padding: 0;
}
.appPage-Section_Children.text .appPage-Section_Header_Anchor {
  display: flex;
  align-items: center;
  width: 100%;
}
.appPage-Section_Children.text .appPage-Section_Header_Anchor:hover {
  color: inherit;
  text-decoration: underline;
}
.appPage-Section_Children.text .appPage-Section_Header_Thumb {
  width: 35%;
  margin-right: 5%;
}
.appPage-Section_Children.text .appPage-Section_Header_Thumb img {
  border: 1px solid rgba(34,34,34,.12);
  border-radius: 4px;
}
.appPage-Section_Children.text .appPage-Section_Header_Data {
  flex: 1;
}
.appPage-Section_Children.text .appPage-Section_Header_Title {
  overflow: unset;
  white-space: unset;
  text-overflow: unset;
  line-height: 1.2;
  font-size: 1.1rem;
}
.appPage-Section_Children.text .appPage-Section_Header_Count {
  color: rgba(34,34,34,.7);
  font-size: .9em;
  font-weight: normal;
  margin-top: .5rem;
}
.appPage-Section_Children.text .appPage-Section_Header_Count span {
  font-size: 1.5em;
  color: rgba(34,34,34);
  font-weight: bold;
  margin: 0 4px;
}

.appPage-Section_Children.text .contentItem-Anchor {
  padding: 12px 0;
}
.appPage-Section_Children.text .contentItem-Data_Title {
  font-size: 1rem;
  margin: 0;
}


/* 関連コンテンツ機能 */
.single-Related {
  margin-top: 3rem;
}
.single-Related.top .contentItem-Anchor {
  border: 1px solid #efefef;
  padding: 1rem;
}
.single-Related_Head {
  font-size: 1.5em;
  font-weight: bold;
  color: #d3533e;
  letter-spacing: 1px;
}
.single-Related p {
  margin-bottom: 1.5rem;
}
.single-Related .vertical {
  padding: 0;
}
.single-Related .contentItem:not(:first-of-type) {
  margin-top: 1.5rem;
}
.single-Related .contentItem-Data_Title {
  font-weight: bold;
}
.single-Related .contentItem-Data_Meta {
  margin-top: .5rem;
}
@media screen and (max-width:549px) {
  .single-Related .contentItem-Anchor {
    flex-direction: column;
    align-items: flex-start;
  }
  .single-Related .contentItem-Thumb {
    width: 100%;
    margin: 0;
  }
  .single-Related .contentItem-Data {
    margin-top: 8px;
  }
  .single-Related .contentItem-Data_Title {
    line-height: 1.4;
    font-size: 16px;
  }
  .single-Related .contentItem-Data_Meta {
    font-size: 13px;
    margin-top: 4px;
    line-height: unset;
  }
}

/* NEWマイページ */
.mypage .single-Inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  padding-bottom: 24px;
}
@media (max-width: 1023px) {
  .mypage .single-Inner {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1024px) {
  .mypage .single-Main {
    order: 1;
    flex: 1;
    width: 668px;
    max-width: 668px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    line-height: 1.5;
    padding: 20px 0;
  }
  .mypage .single-Side {
    order: 2;
    width: 300px;
    margin-left: 32px;
  }
}
.mypage-Tab {
  display: flex;
  align-items: center;
  border-bottom: 1px  solid #efefef;
}
.mypage-Tab_Item {
  display: block;
  font-weight: bold;
  text-align: center;
  padding: 8px 12px;
}
@media (max-width: 549px) {
  .mypage-Tab_Item {
    font-size: .8em;
  }
}
.mypage-Tab_Item.is-active {
  border-bottom: 3px solid #d3533e;
  color: #d3533e;
}

/* コースカードUI - スライダー */
.mypage-CourseCards {
  padding: 16px 0;
  overflow: hidden;
}
.mypage-CourseCards_Slider {
  overflow: visible;
  padding-bottom: 8px;
}
.mypage-CourseCards_Track {
  display: flex;
  gap: 10px;
  padding-left: calc((100% - 300px) / 2);
  transition: transform 0.3s ease;
  will-change: transform;
}
.mypage-CourseCards_Track.is-slide-0 {
  transform: translateX(0);
}
.mypage-CourseCards_Track.is-slide-1 {
  transform: translateX(calc(-300px - 10px));
}
.mypage-CourseCards_Track.is-slide-2 {
  transform: translateX(calc(-600px - 20px));
}
.mypage-CourseCard {
  flex: 0 0 auto;
  width: 300px;
  height: 170px;
  border-radius: 16px;
  padding: 24px;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
  opacity: 0.5;
  transform: scale(0.92);
  will-change: transform, opacity;
}
.mypage-CourseCard.is-active {
  opacity: 1;
  transform: scale(1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
/* ドットインジケーター */
.mypage-CourseCards_Dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}
.mypage-CourseCards_Dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.mypage-CourseCards_Dot.is-active {
  background: rgba(0, 0, 0, 0.5);
  transform: scale(1.2);
}
/* メビウス年間パスポート - ゴールド */
.mypage-CourseCard--mevius-pass {
  background: linear-gradient(135deg, #d4a84b 0%, #c49a3a 25%, #f0d070 50%, #b8922e 75%, #96751e 100%);
  color: #4a3810;
}
.mypage-CourseCard--mevius-pass::before {
  background: linear-gradient(180deg, rgba(255,255,255,0.35) 0%, rgba(255,255,255,0) 100%);
}
.mypage-CourseCard--mevius-pass .mypage-CourseCard_Name {
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.4);
}
.mypage-CourseCard--mevius-pass .mypage-CourseCard_Info {
  color: #5a4820;
}
.mypage-CourseCard--mevius-pass.is-disabled {
  background: linear-gradient(135deg, #9a9a9a 0%, #808080 25%, #b0b0b0 50%, #707070 75%, #606060 100%);
  color: #444;
}
.mypage-CourseCard--mevius-pass.is-disabled .mypage-CourseCard_Name {
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.2);
}
.mypage-CourseCard--mevius-pass.is-disabled .mypage-CourseCard_Info {
  color: #555;
}
.mypage-CourseCard_Expired {
  display: inline-block;
  background: #dc3545;
  color: #fff;
  font-size: 0.7rem;
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 4px;
}
/* うつしよ道場 - テーマカラー #2d8a6e */
.mypage-CourseCard--utsushiyo {
  background: linear-gradient(135deg, #2d8a6e 0%, #1a5c47 50%, #0d3d2f 100%);
  color: #fff;
}
/* サロン - テーマカラー #d3553e */
.mypage-CourseCard--salon {
  background: linear-gradient(135deg, #d3553e 0%, #b04030 50%, #8a2a20 100%);
  color: #fff;
}
/* 期限切れ状態（全コース共通） */
.mypage-CourseCard.is-disabled {
  background: linear-gradient(135deg, #9a9a9a 0%, #808080 25%, #b0b0b0 50%, #707070 75%, #606060 100%);
  color: #444;
}
.mypage-CourseCard.is-disabled .mypage-CourseCard_Name {
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
}
.mypage-CourseCard.is-disabled .mypage-CourseCard_Info {
  color: #555;
}
/* 光沢効果 */
.mypage-CourseCard::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(180deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0) 100%);
  pointer-events: none;
}
.mypage-CourseCard_Content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.mypage-CourseCard_Name {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 0 auto 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.mypage-CourseCard_Info {
  font-size: 0.85rem;
  opacity: 0.9;
}
.mypage-CourseCard_JoinDate,
.mypage-CourseCard_Duration,
.mypage-CourseCard_NextPayment {
  margin: 0;
  line-height: 1.6;
}
.mypage-CourseCard_HistoryBtn {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 0.8rem;
  cursor: pointer;
  transition: background 0.2s;
}
.mypage-CourseCard_HistoryBtn:hover {
  background: rgba(255, 255, 255, 0.3);
}
.mypage-CourseCards_Notice {
  text-align: center;
  font-size: 0.9rem;
  color: #666;
  padding: 0 8px;
  margin-top: 16px;
}
.mypage-CourseCards_Notice--expired {
  color: #dc3545;
  font-weight: bold;
}
.mypage-CourseCards_NoticeList {
  list-style: none;
  padding: 0;
  margin: 12px 0 0 0;
  text-align: center;
}
.mypage-CourseCards_NoticeItem {
  font-size: 14px;
  color: #666;
  margin: 8px 0;
  line-height: 1.4;
}
.mypage-CourseCards_NoticeItem--expired {
  color: #dc3545;
}
.mypage-CourseCards_NoticeItem a {
  color: inherit;
  text-decoration: underline;
}
/* 施設利用可否バッジ */
.mypage-FacilityBadges {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
  padding: 0 8px;
}
.mypage-FacilityBadge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px 8px 8px;
  border-radius: 50px;
  background: linear-gradient(135deg, #d0d0d0 0%, #c0c0c0 50%, #b0b0b0 100%);
  opacity: 0.7;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}
.mypage-FacilityBadge.is-active {
  background: linear-gradient(135deg, #d4a84b 0%, #c49a3a 25%, #f0d070 50%, #b8922e 75%, #96751e 100%);
  opacity: 1;
  filter: none;
  box-shadow: 0 2px 8px rgba(180, 140, 50, 0.4);
}
.mypage-FacilityBadge_Icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
}
.mypage-FacilityBadge_Icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mypage-FacilityBadge_Name {
  font-size: 0.85rem;
  font-weight: bold;
  color: #4a3810;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
  white-space: nowrap;
}
.mypage-FacilityBadge:not(.is-active) .mypage-FacilityBadge_Name {
  color: #666;
  text-shadow: none;
}
/* 支払い履歴モーダル */
.payment-history-scroll {
  max-height: 400px;
  overflow-y: auto;
}
.payment-history-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.payment-history-item {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}
.payment-history-item:last-child {
  border-bottom: none;
}
.payment-history-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.payment-history-period {
  font-weight: bold;
  color: #333;
}
.payment-history-amount {
  font-weight: bold;
  color: #333;
}
.payment-history-payed {
  font-size: 0.85rem;
  color: #666;
  margin-top: 4px;
}
@media (max-width: 549px) {
  .mypage-CourseCards_Track {
    padding-left: calc((100% - 290px) / 2);
    gap: 8px;
  }
  .mypage-CourseCards_Track.is-slide-1 {
    transform: translateX(calc(-290px - 8px));
  }
  .mypage-CourseCards_Track.is-slide-2 {
    transform: translateX(calc(-580px - 16px));
  }
  .mypage-CourseCard {
    width: 290px;
    height: 165px;
    padding: 20px;
  }
  .mypage-CourseCard_Name {
    font-size: 1.1rem;
  }
  .mypage-CourseCard_Info {
    font-size: 0.8rem;
  }
  .mypage-FacilityBadges {
    gap: 8px;
  }
  .mypage-FacilityBadge {
    padding: 6px 12px 6px 6px;
  }
  .mypage-FacilityBadge_Name {
    font-size: 0.9rem;
  }
}
@media (min-width: 550px) {
  .mypage-CourseCards_Track {
    padding-left: calc((100% - 340px) / 2);
    gap: 10px;
  }
  .mypage-CourseCards_Track.is-slide-1 {
    transform: translateX(calc(-340px - 10px));
  }
  .mypage-CourseCards_Track.is-slide-2 {
    transform: translateX(calc(-680px - 20px));
  }
  .mypage-CourseCard {
    width: 340px;
    height: 190px;
  }
}

@media (max-width: 1023px) {
  .mypage .single-Side {
    margin-top: 0;
  }
}

@media (max-width: 1023px) {
  .mypage-Profile {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 16px;
  }
  .mypage-Profile_Data {
    flex: 1;
    margin-left: .5rem;
  }
}

/* .mypage-Profile_Icon {
  width: 64px;
} */
.mypage-Profile_Icon img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
@media (min-width: 1024px) {
  /* .mypage-Profile_Icon {
    width: 120px;
  } */
  .mypage-Profile_Icon img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }
}

.mypage-Profile_Name {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .mypage-Profile_Name {
    text-align: center;
    font-size: 1.5rem;
    margin-top: 8px;
  }
}

.mypage-Profile_Menu a {
  display: block;
  padding: .25rem .5rem;
  text-align: center;
  border: 1px solid rgba(34,34,34,.2);
  border-radius: 4px;
  font-size: .9em;
}

.mypage-Profile_Menu a:hover {
  color: #d3533e;
  border-color: #d3533e;
}

@media (max-width: 1023px) {
  .mypage-Profile_List {
    display: inline-flex;
  }
  .mypage-Profile_List_Item:not(:first-of-type) {
    margin-left: .5rem;
  }
}
@media (min-width: 1024px) {
  .mypage-Profile_Menu {
    margin-top: 1rem;
  }
  .mypage-Profile_List_Item:not(:first-of-type) {
    margin-top: .5rem;
  }
  .mypage-Profile_Menu a {
    font-size: 1rem;
  }
}

.mypage dl + dl {
  margin-top: 1rem;
}
.mypage dt {
  font-weight: bold;
  font-size: 1rem;
}
.mypage dd {
  line-height: 1.4;
}

.mypage tr  + tr {
  border-top: 1px solid #efefef;
}
.mypage th,
.mypage td {
  text-align: justify;
  padding: 1.5rem 0;
}
.mypage th {
  font-weight: bold;
  font-size: 1.2rem;
}
.mypage td {
  font-size: 1rem;
}
@media screen and (max-width: 1023px) {
  .mypage th,
  .mypage td {
    display: block;
  }
  .mypage th {
    padding-bottom: 0;
  }
  .mypage td {
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .mypage th,
  .mypage td {
    padding: 1.5rem;
  }
  .mypage th {
    width: 25%;
  }
  .mypage td {
    width: 75%;
  }
}

.mypage input:not([type=file],[type=checkbox],[type=radio]),
.mypage textarea,
.mypage select {
  border: 1px solid #efefef;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 1rem;
}
.mypage input:not([type=file],[type=checkbox],[type=radio]),
.mypage textarea {
  width: 100%;
}
.mypage select{
  margin-right: .25rem;
}
.mypage select:not(:first-of-type) {
  margin-left: .5rem;
}
.mypage .yubin {
  display: flex;
  align-items: center;
}
.mypage .yubin input {
  width: 100px;
}


.mypage-Dragon img {
  width: 100%;
  height: auto;
}
.mypage-Dragon_Col {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.mypage-Dragon_Col_Item:first-of-type {
  width: 150px;
  text-align: center;
  margin-right: 1rem;
}
.mypage-Dragon_Col_Item:last-of-type {
  flex: 1;
}
@media screen and (min-width: 1024px) {
  .mypage-Dragon_Col_Item:first-of-type {
    width: 200px;
    text-align: justify;
  }
}

.mypage-Dragon_Head {
  font-weight: bold;
}
.mypage-Dragon_Head span {
  font-size: 2em;
  letter-spacing: 1px;
}
.mypage-Dragon_List {
  margin-top: .5rem;
}
.mypage-Dragon_List a {
  display: inline-block;
  color: #fff;
  padding: 2px 12px;
  border-radius: 1rem;
}
.mypage-Dragon_List a:hover {
  opacity: .5;
}

.mypage-Dragon .dragon0 span,
.mypage-Dragon .dragon0 ~ .mypage-Dragon_Desc {
  color: #633D93;
}
.mypage-Dragon .dragon0 span::before {
  content: '月龍';
}
.mypage-Dragon .dragon0 ~ .mypage-Dragon_List a {
  background-color: #633D93;
}

.mypage-Dragon .dragon1 span,
.mypage-Dragon .dragon1 ~ .mypage-Dragon_Desc {
  color: #B28146;
}
.mypage-Dragon .dragon1 span::before {
  content: '地龍';
}
.mypage-Dragon .dragon1 ~ .mypage-Dragon_List a {
  background-color:#B28146;
}

.mypage-Dragon .dragon2 span,
.mypage-Dragon .dragon2 ~ .mypage-Dragon_Desc {
  color: #84A4CA;
}
.mypage-Dragon .dragon2 span::before {
  content: '水龍';
}
.mypage-Dragon .dragon2 ~ .mypage-Dragon_List a {
  background-color: #84A4CA;
}

.mypage-Dragon .dragon3 span,
.mypage-Dragon .dragon3 ~ .mypage-Dragon_Desc {
  color: #D23043;
}
.mypage-Dragon .dragon3 span::before {
  content: '火龍';
}
.mypage-Dragon .dragon3 ~ .mypage-Dragon_List a {
  background-color: #D23043;
}

.mypage-Dragon .dragon4 span,
.mypage-Dragon .dragon4 ~ .mypage-Dragon_Desc {
  color: #6DBDB3;
}
.mypage-Dragon .dragon4 span::before {
  content: '風龍';
}
.mypage-Dragon .dragon4 ~ .mypage-Dragon_List a {
  background-color: #6DBDB3;
}

.mypage-Dragon .dragon5 span,
.mypage-Dragon .dragon5 ~ .mypage-Dragon_Desc {
  color: #4D509F;
}
.mypage-Dragon .dragon5 span::before {
  content: '空龍';
}
.mypage-Dragon .dragon5 ~ .mypage-Dragon_List a {
  background-color: #4D509F;
}

.mypage-Icon_Col {
  display: flex;
  align-items: center;
}
.mypage-Icon_Col_Item:first-of-type {
  width: 150px;
  margin-right: 1rem;
}
.mypage-Icon_Col_Item:last-of-type {
  flex: 1;
}
.mypage-Icon img {
  width: 100%;
  height: auto;
}
.mypage-Icon_Drop {
  border: 2px dashed #dddddd;
  border-radius: 4px;
  padding: 16px 32px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: normal;
}
.mypage-Icon_Input {
  margin: 1rem 0;
}
.mypage-Icon_Note {
  font-weight: bold;
  color: #d3533e;
}

.mypage .hidden {
  display: none;
}
.mypage #shipping2:checked ~ .shipping-address-form,
.mypage #shipping4:checked ~ .shipping-postoffice-form,
.mypage #custom:checked ~ .hidden {
  display: block;
  margin-top: 1rem;
  background-color: #fafafa;
  border: 1px solid #efefef;
  padding: 1.5rem;
  border-radius: 4px;
}
.mypage .hidden p {
  margin-bottom: 1rem;
}

.mypage-Submit {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #d3533e;
  padding: 8px;
  max-width: 300px;
  width: 100%;
  margin: 32px auto;
  font-weight: bold;
  border-radius: 30px;
  font-size: 1.5em;
  letter-spacing: 2px;
  border: 2px solid #d3533e;
}
.mypage-Submit:hover {
  background-color: transparent;
  color: #d3533e;
}
.mypage-Submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #ccc;
  border-color: #ccc;
  color: #666;
}
.mypage-Submit:disabled:hover {
  background-color: #ccc;
  color: #666;
}

/**
 * 設定ページ
**/
.setting-Menu:not(:first-of-type) {
  margin-top: 48px;
}
.setting-Menu_Head {
  font-size: 1.5rem;
}
.setting-Menu_List_Item {
  margin-top: 1rem;
}
@media screen and (min-width:768px) {
  .setting-Menu_List {
    display: flex;
    flex-wrap: wrap;
  }
  .setting-Menu_List_Item {
    width: 49%;
    margin-top: 2%;
  }
  .setting-Menu_List_Item:nth-of-type(2n) {
    margin-left: 2%;
  }
}

.setting-Menu_Anchor {
  position: relative;
  display: block;
  padding: 1rem;
  padding-right: 2rem;
  border: 1px solid rgba(34,34,34,.12);
  border-radius: 4px;
}
.setting-Menu_Anchor::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  color: rgba(34,34,34,.20);
  transition: .2s ease-in-out;
}
.setting-Menu_Anchor:hover,
.setting-Menu_Anchor:hover::after {
  color: #d3533e;
  border-color: #d3533e;;
}
@media screen and (min-width:768px) {
  .setting-Menu_Anchor {
    padding: 1.5rem;
    padding-right: 2.5rem;
  }
}
.setting-Menu dt {
  font-size: 16px;
}
.setting-Menu dd {
  color: rgba(34,34,34,.7);
  font-size: 12px;
}

.howto-Contents {
  margin-bottom: 3rem;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  letter-spacing: 0.02em;
}
.howto-Contents_Head {
  background-color: #d3533e;
  text-align: center;
  color: #ffffff;
  padding: 1rem;
}
.howto-Contents_List {
  border: 1px solid #d3533e;
  border-radius: 0 0 16px 16px;
  padding: 1rem;
  counter-reset: number 0;
}
@media screen and (min-width:550px) {
  .howto-Contents_List {
    padding: 2rem;
  }
}
.howto-Contents_List_Item {
  font-weight: bold;
}
.howto-Contents_List_Item:not(:first-of-type) {
  margin-top: 1rem;
}
.howto-Contents_Category {
  display: flex;
  align-items: center;
}
.howto-Contents_Category::before {
  counter-increment: number 1;
  content: counter(number);
  display: block;
  background-color: #d3533e;
  border-radius: 50%;
  line-height: 30px;
  width: 30px;
  height: 30px;
  color: #ffffff;
  text-align: center;
  margin-right: 6px;
}
.howto-Contents_List_Item ul {
  padding-left: 36px;
  counter-reset: number2 0;
}
.howto-Contents_List_Item li {
  font-weight: normal;
  margin-top: .5rem;
  display: flex;
  align-items: flex-start;
}
.howto-Contents_List_Item li::before {
  counter-increment: number2 1;
  content: counter(number2) ".";
  opacity: .7;
  margin-right: 6px;
}
.howto-Contents_List_Item li.current,
.howto-Contents_List_Item li.current::before {
  color: #d3533e;
  opacity: 1;
}
.howto-Contents_List_Item a {
  color: inherit;
  text-decoration: none;
  opacity: .7;
}
.howto-Contents_List_Item a:hover {
  text-decoration: underline;
}
.howto .contentList {
  padding: 0;
}

/* .howto .contentItem {
  padding: 24px 16px;
}
.howto .contentItem-Anchor {
  text-decoration: none;
  color: #222222;
  align-items: center;
  font-weight: bold;
  flex-direction: row;
  padding: 0;
}
.howto .contentItem-Thumb {
  margin: 0;
  margin-right: 1rem;
}
.howto p {
  font-size: 14px;
  margin: 0;
  margin-top: 12px;
}
@media screen and (min-width:768px) {
  .howto .contentItem-Data_Title {
    font-size: 1.3em;
  }
} */



/* ----------------------------------------
   動画TOP
   ---------------------------------------- */

.video-Icons {
  padding: 12px 16px 8px;
  border-bottom: 0 !important;
}
.video-Icons .horizontalScroll {
  padding: 0 16px;
}
@media (min-width: 1024px) {
  .video-Icons {
    display: none;
  }
}
.video-Icons_Item {
  width: 60px;
}
.video-Icons_Item:not(:first-of-type) {
  margin-left: 8px;
}
.video-Icons_Icon {
  position: relative;
}
.video-Icons_Icon.more {
  min-width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #efefef;
  font-size: 1.5rem;
  border-radius: 50%;
}
.video-Icons_Icon img {
  border-radius: 50%;
  min-width: 60px;
  height: 60px;
  object-fit: cover;
  border: 1px solid #efefef;
}
.updated .video-Icons_Icon::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-color: #3185FC;
  border-radius: 50%;
  margin-right: 2px;
  position: absolute;
  right: 2px;
  bottom: 2px;
  border: 2px solid #fff;
}
.video-Icons_Name {
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.video-Icons_Name span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .video-Recent .appPage-Section_Header {
    display: none;
  }
}
@media (max-width: 1023px) {
  .video-Recent {
    padding-top: 0;
  }
}

/* ----------------------------------------
   音声TOP
   ---------------------------------------- */
@media (max-width: 767px) {
  .audio-Recent .appPage-Section_Header {
    display: none;
  }
}
/* .audio-Course .contentItem-Anchor:hover {
  opacity: .5;
}

.audio-Course_Count {
  display: flex;
  align-items: center;
  letter-spacing: 0.06em;
  margin-top: 4px;
  line-height: 1.2;
  color: rgb(34, 34, 34, 0.70);
  font-size: .9em;
  letter-spacing: 1px;
}
.audio-Course_Count span {
  display: inline-block;
}
.audio-Course_Count span:not(:first-of-type) {
  margin-left: 4px;
}
.audio-Course_Count span.status {
  background-color: rgb(34, 34, 34, 0.08);
  padding: 2px 8px;
  border-radius: 30px;
  font-weight: bold;
}
.audio-Course_Count span.status.end {
  background-color: rgb(34, 34, 34, 0.70);
  color: #fff;
}
.audio-Course_Count span.update {
  color: #db614c;
  font-weight: bold;
}
@media screen and (min-width:768px) {
  .audio-Course_Count {
    font-size: .9em;
  }
} */


/* 総合サイトへのリンク */
.home-Information {
  background-color: rgb(239, 239, 239);
  text-align: center;
	padding: 4px;
}
.home-Information a {
  font-size:  .9em;
}
@media (min-width: 1366px) {
  .home-Information {
    display: none;
  }
}

/* 最初に見るなら */
/* .home-First_List {
  display: flex;
}
.home-First_List_Item {
  flex: 1;
}
@media (max-width: 767px) {
  .home-First_List_Item {
    text-align: center;
  }
  .home-First_List_Item:not(:first-of-type) {
    margin-left: 8px;
  }
}
@media (min-width: 768px) {
  .home-First_List {
    padding: 0 48px;
  }
  .home-First_List_Item {
    border: 1px solid #efefef;
    border-radius: 4px;
  }
  .home-First_List_Item:not(:first-of-type) {
    margin-left: 1rem;
  }
  .home-First_Anchor {
    display: flex;
    align-items: center;
    position: relative;
    padding: 1rem;
    font-size: 1rem;
  }
  .home-First_Anchor img {
    width: 40%;
    margin-right: 5%;
  }
  .home-First_Anchor::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    color: #aeada2;
    transition: .2s ease-in-out;
  }
  .home-First_Anchor:hover::after {
    right: 4px;
  }
}
@media (min-width: 1366px) {
  .home-First {
    display: none;
  }
} */

.home-Pickup {
  background-size: cover;
  background-position: center center;
}

.home-Pickup.article-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: rgba(0,0,0, 0.5);
}

.home-Pickup_Anchor {
  position: relative;
  z-index: 1;
}

.article-top .home-Pickup_Anchor {
  color: #ffffff;
}

.home-Pickup_Anchor:hover {
  opacity: .5;
}
.home-Pickup_Col {
  display: flex;
  max-width: 1365px;
  margin: 0 auto;
}
.home-Pickup_Col_Item  {
  flex: 1;
}
@media (max-width: 767px) {
  .home-Pickup {
    padding: 0;
  }

  .home-Pickup_Col {
    flex-direction: column;
  }
  .home-Pickup_Col_Item:last-of-type {
    padding-top: .5rem;
  }

  .article-top .home-Pickup_Col_Item:first-of-type {
    display: none;
  }
  .article-top .home-Pickup_Thumb {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .home-Pickup_Col {
    /* padding: 0 48px; */
    flex-direction: row-reverse;
  }
  .home-Pickup_Col_Item:first-of-type {
    margin-left: 2rem;
  }
  .home-Pickup_Col.article .home-Pickup_Col_Item:last-of-type .home-Pickup_Thumb {
    display: none;
  }
}

.home-Pickup_Data_Head {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.home-Pickup_Data_Title {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: justify;
}
@media (min-width: 550px) {
  .home-Pickup_Data_Title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1365px) {
  .home-Pickup_Data_Title {
    font-size: 2rem;
  }
}

.home-Pickup_Data_Desc {
  font-size: 1rem;
  opacity: .8;
  margin-top: 1rem;
  text-align: justify;
}

@media (max-width: 767px) {
  .home-Pickup_Data_Head {
    margin-bottom: 0;
  }
  .home-Pickup_Data_Desc {
    /* margin-top: .5rem;
    font-size: 1em; */
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .home-Pickup_Data_Desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.home-Pickup_Icon {
  max-width: 50%;
  margin: 0 auto 1rem;
}
@media (min-width: 1024px) {
  .home-Pickup_Icon {
    width: 30%;
  }
}

.audio .home-Pickup_Thumb {
  position: relative;
  background-size: cover;
  background-position: center center;
  border-radius: 4px;
  overflow: hidden;
}

.audio .home-Pickup_Thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.7);
}

.audio .home-Pickup_Thumb::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.home-Pickup_Thumb img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.audio .home-Pickup_Thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  width: auto;
  height: 90%;
}


/* 横スクロールのリスト */
.horizontalScroll.sliderList {
  padding: 0 16px;
  margin-bottom: 1rem;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch; /* iOS対応 */
  scroll-padding-left: 16px;
}
.horizontalScroll.sliderList > li {
  border: 1px solid rgba(34, 34, 34, .20);
  border-radius: 4px;
  min-width: 90%;
  scroll-snap-align: start;
}
.horizontalScroll.sliderList > li:not(:first-of-type) {
  margin-left: 8px;
}
@media (min-width: 1024px) {
  .horizontalScroll.sliderList  {
    margin: 0;
    padding: 0;
  }
  .horizontalScroll.sliderList > li {
    min-width: calc((100% - 64px) / 3);
  }
}

.sliderList-Anchor {
  display: block;
  padding: 1rem;
}

.sliderList-Title {
  display: flex;
}
.home-Group .sliderList-Title {
  align-items: center;
}

.sliderList-Icon {
  position: relative;
  margin-right: .5rem;
}
.sliderList-Icon img {
  border-radius: 50%;
  width: 36px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border: 1px solid #efefef;
}
#commentScroll .sliderList-Icon img {
  width: 42px;
}
.home-Group .sliderList-Icon img {
  width: 48px;
}

.sliderList-Data {
  flex: 1;
}

.sliderList-Name {
  font-weight: bold;
  line-height: 1.3;
  font-size: 16px;
}
#commentScroll .sliderList-Data .sliderList-Name {
  line-height: 1;
}
.home-Group .sliderList-Name {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
}
@media (min-width: 550px) {
  .home-Group .sliderList-Name {
    font-size: 16px;
  }
}

.sliderList-Meta {
  color: rgba(34,34,34,.7);
  font-size: 12px;
  margin-top: 8px;
  line-height: 1;
}
.sliderList-Meta span.joined {
  color: #d3533e;
}

.sliderList-Desc {
  margin-top: 16px;
  font-size: 14px;

  /* 最大行数を設定 */
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sliderList-Desc,
.sliderList-Desc a {
  color: rgba(34,34,34,.7);
}
#commentScroll .sliderList-Desc {
  -webkit-line-clamp:3;
  line-clamp:3;
}

.sliderList .contentItem {
  padding: 0;
  max-width: none;
}
.sliderList .contentItem-Thumb {
  margin-bottom: 0;
}
.sliderList .contentItem-Data_View {
  display: none;
}

.sliderList .columnList {
    padding: 0 16px;
    border-top: 0;
}
.sliderList-Item:not(:first-of-type) {
    border-top: 1px solid rgba(34,34,34,.12);
}
.sliderList-Item_Inner {
  padding: 1rem;
}

.sliderList .contentItem-Anchor {
    padding: 12px 0;
}
.sliderList .contentItem-Data_Title {
    line-height: 1.4;
    margin-bottom: 4px;
}
@media screen and (min-width: 550px) {
  .sliderList .columnList .contentItem {
    width: 100%;
    min-width: none;
    max-width: none;
  }
  .sliderList .columnList .contentItem + .contentItem {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .sliderList .columnList .contentItem:last-of-type {
    border: 0;
  }
}
@media screen and (min-width: 768px) {
  .sliderList .columnList .contentItem-Anchor {
    border: 0;
  }
  .sliderList .columnList .contentItem-Thumb {
    width: 120px;
  }
  .sliderList .columnList .contentItem-Data {
    padding: 0;
  }
}

.sliderList-Related {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(34,34,34,.12);
}
.sliderList-Related .sliderList-Name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sliderList-Button {
  display: inline-block;
  color: #226CE0;
  border: 1px solid #226CE0;
  border-radius: 4px;
  line-height: 1;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  margin-left: 4px;
}
.sliderList-Button.joined {
  background-color: #226CE0;
  color: #ffffff;
}
.sliderList-Button.staff {
  opacity: .5;
}
.sliderList-Button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  background-color: #ccc;
  border-color: #ccc;
  color: #666;
}
.sliderList-Anchor.disabled {
  pointer-events: none;
  cursor: default;
}


/* .home-Menu_Inner {
  padding-top: 0 !important;
}
.home-Menu_List {
  display: flex;
  align-items: center;
  border: 1px solid rgba(34,34,34,.12);
  border-width: 1px 0;
}
.home-Menu_List_Item {
  flex: 1;
}
.home-Menu_List_Item:not(:first-of-type) {
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .home-Menu_List {
    flex-direction: column;
  }
  .home-Menu_List_Item {
    width: 100%;
  }
  .home-Menu_List_Item:not(:first-of-type) {
    margin: 0;
    border-top: 1px solid rgba(34,34,34,.12);
  }
}
.home-Menu_Anchor {
  display: block;
  padding: 1rem 0;
}
.home-Menu_Anchor:hover {
  text-decoration: underline;
}
.home-Menu_Col {
  display: flex;
  align-items: center;
}
.home-Menu_Col_Item:last-of-type {
  margin-left: .5rem;
}
.home-Menu_Thumb {
  width: 48px;
}
@media (min-width: 768px) {
  .home-Menu_Thumb {
    width: 64px;
  }
}
.home-Menu_Thumb img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.home-Menu_Title {
  margin: 0;
}
.home-Menu_Title span {
  display: block;
  font-size: 14px;
  opacity: .7;
} */

.home-Streaming .appPage-Section_Header_Title {
  display: flex;
  align-items: center;
}
.home-Streaming .appPage-Section_Header_Title::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background-color: #d3533e;
  border-radius: 50%;
  margin-left: 12px;
}
.home-Streaming .contentItem {
  width: 100%;
  border-bottom: 0;
}
.home-Streaming .columnList .contentItem-Thumb {
  width: 30%;
}
@media (max-width: 767px) {
  .home-Streaming .contentItem-Anchor {
    flex-direction: column;
  }
  .home-Streaming .columnList .contentItem-Thumb {
    width: 100%;
    margin: 0 0 12px;
  }
  .home-Streaming .contentItem-Data {
    width: 100%;
  }
}

/* ============================================
   コース分け機能 - 鍵マーク・制限メッセージ
   ============================================ */

/* 鍵マークアイコン（一覧表示用） */
.lock-icon {
  color: #999;
}
.lock-icon i {
  line-height: 1;
}

/* コンテンツ制限メッセージ */
.course-restriction-message {
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 12px;
  margin: 24px 0;
}

.course-restriction-message__icon {
  color: #6c757d;
  margin-bottom: 24px;
}

.course-restriction-message__icon i {
  font-size: 48px;
}

.course-restriction-message__description {
  font-size: 1rem;
  color: #666;
  line-height: 1.8;
  margin-bottom: 32px;
}

.course-restriction-message__course-item {
  margin-bottom: 24px;
}

.course-restriction-message__course-item:last-child {
  margin-bottom: 0;
}

.course-restriction-message__price {
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 12px;
}

.course-restriction-message__button {
  --course-color: #d3533e;
  display: inline-block;
  padding: 16px 48px;
  background-color: var(--course-color);
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: filter 0.3s ease, transform 0.2s ease;
}

.course-restriction-message__button:hover {
  filter: brightness(0.85);
  transform: translateY(-2px);
}

.course-restriction-message__button:active {
  transform: translateY(0);
}

@media (max-width: 767px) {
  .course-restriction-message {
    padding: 40px 16px;
  }

  .course-restriction-message__price {
    font-size: 1rem;
  }

  .course-restriction-message__button {
    padding: 14px 32px;
    width: 100%;
    max-width: 280px;
  }
}

.course-restriction-message__detail-link {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  text-decoration: underline;
}

.course-restriction-message__detail-link:hover {
  filter: brightness(0.8);
}

/* 配信スケジュール - コース制限付きアイテム */
.sideMenu-Menu_Anchor--locked {
  cursor: not-allowed;
  opacity: 0.6;
}

.sideMenu-Menu_Anchor--locked:hover {
  opacity: 0.6;
}

/* 配信スケジュールのコースラベル */
.sideMenu-BroadcastSchedule .sideMenu-Event_Time {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}

.sideMenu-Event_CourseLabel {
  display: inline-block;
  padding: 2px 6px;
  font-size: 10px;
  line-height: 1.2;
  color: #fff;
  background-color: #666;
  border-radius: 3px;
}

.sideMenu-Event_CourseLabel--utsushiyo {
  background-color: #2d8a6e!important;
}

.sideMenu-Event_CourseLabel--salon {
  background-color: #d3553e!important;
}