@charset "UTF-8";
/*
Theme Name:origin
Description:origin template
Version:1.0
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-padding-start: 0;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0; }

ol,
ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type="password"],
input[type="text"],
input[type="submit"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="button"],
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px; }

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  border: none; }

body, html {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.6;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  min-height: 100vh; }

a {
  font-size: inherit;
  color: inherit;
  text-decoration: inherit;
  display: inline-block; }

body.fixed {
  overflow: hidden;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1; }

.wrap {
  font-family: "M PLUS 1p", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  padding-top: 50px; }

.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999999;
  background: #50DCFF; }
  .header .inner {
    width: 100%;
    height: 60px;
    margin: auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    color: #111111; }
    @media (max-width: 768px) {
      .header .inner {
        height: 60px; } }
    .header .inner div:first-child {
      padding: 1%;
      box-sizing: border-box; }
    .header .inner div:last-child {
      padding: 5px;
      box-sizing: border-box;
      text-align: center; }
    .header .inner .navi {
      *zoom: 1;
      width: 80%; }
      .header .inner .navi:after {
        content: "";
        display: table;
        clear: both; }
    .header .inner .navi > li {
      display: block;
      float: right; }
      .header .inner .navi > li > a {
        display: block;
        box-sizing: border-box;
        height: 80px;
        line-height: 80px;
        font-size: 1rem;
        font-weight: bold;
        padding: 0 20px;
        text-align: center;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
        .header .inner .navi > li > a:hover {
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
      @media (max-width: 768px) {
        .header .inner .navi > li {
          display: none; } }
    .header .inner .navi__sp {
      display: none; }
      @media (max-width: 768px) {
        .header .inner .navi__sp {
          position: absolute;
          top: 60px;
          width: 100%;
          left: 0;
          z-index: 9999; }
          .header .inner .navi__sp > li:last-child {
            border-bottom: none; }
          .header .inner .navi__sp > li > a, .header .inner .navi__sp > li span {
            display: block;
            padding: 30px 15px;
            box-sizing: border-box;
            font-size: 1.2rem;
            position: relative; }
            .header .inner .navi__sp > li > a:after, .header .inner .navi__sp > li span:after {
              content: "\f0da";
              font-family: "Font Awesome 5 Free";
              font-weight: 900;
              font-size: 1.2rem;
              display: block;
              width: 1.2rem;
              height: 1.2rem;
              position: absolute;
              margin: auto;
              top: 0;
              bottom: 0;
              right: 5px; }
            .header .inner .navi__sp > li > a.open:after, .header .inner .navi__sp > li span.open:after {
              content: "\f0d7";
              font-family: "Font Awesome 5 Free";
              font-weight: 900;
              font-size: 1.2rem;
              display: block;
              width: 1.2rem;
              height: 1.2rem;
              position: absolute;
              margin: auto;
              top: 0;
              bottom: 0;
              right: 5px; } }
    .header .inner > .logo {
      max-width: 20%; }
      @media (max-width: 768px) {
        .header .inner > .logo {
          width: auto;
          max-width: 100%;
          display: inline-block; }
          .header .inner > .logo img {
            width: auto; } }
      .header .inner > .logo a {
        display: block;
        padding: 15px; }
        @media (max-width: 768px) {
          .header .inner > .logo a {
            padding: 10px; } }
    .header .inner > .toggle {
      display: none; }
      @media (max-width: 768px) {
        .header .inner > .toggle {
          display: block;
          width: 40px;
          height: 36px;
          position: absolute;
          top: 14px;
          right: 10px;
          z-index: 100; }
          .header .inner > .toggle div {
            position: relative; }
          .header .inner > .toggle span {
            display: block;
            height: 2px;
            position: absolute;
            width: 100%;
            left: 0;
            -webkit-transition: 0.5s ease-in-out;
            -moz-transition: 0.5s ease-in-out;
            transition: 0.5s ease-in-out; }
            .header .inner > .toggle span:nth-child(1) {
              top: 0px; }
            .header .inner > .toggle span:nth-child(2) {
              top: 14px; }
            .header .inner > .toggle span:nth-child(3) {
              top: 28px; } }

.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.menu-trigger {
  position: relative;
  width: 20px;
  height: 20px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer; }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #585858;
    border-radius: 4px; }
    .menu-trigger span:nth-of-type(1) {
      top: 2px; }
    .menu-trigger span:nth-of-type(2) {
      top: 9px; }
    .menu-trigger span:nth-of-type(3) {
      bottom: 2px; }
  .menu-trigger + p {
    font-size: 0.4rem;
    line-height: 1.2; }

.menu-trigger.active {
  transform: rotate(360deg); }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg); }
  .menu-trigger.active span:nth-of-type(2) {
    transform: translateY(0) rotate(45deg); }
  .menu-trigger.active span:nth-of-type(3) {
    opacity: 0; }

.sp_menu_list {
  visibility: hidden;
  opacity: 0;
  top: 0;
  right: 0;
  position: fixed;
  z-index: 9990;
  width: 100vw;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  overflow: auto;
  height: 100vh;
  box-sizing: border-box;
  padding: 80px 0;
  -webkit-overflow-scrolling: touch; }
  .sp_menu_list.active {
    visibility: visible;
    opacity: 1; }
  .sp_menu_list.transition {
    transition: all .4s ease-in-out; }
  .sp_menu_list ul {
    padding: 1%; }
    .sp_menu_list ul li {
      font-size: 1.2rem;
      padding: 10px 5%;
      box-sizing: border-box;
      border-bottom: 1px solid #FFFFFF; }

nav .inner {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 60px;
  align-items: center; }
  nav .inner a {
    font-size: 1.2rem;
    padding: 15px;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative; }
    nav .inner a i {
      margin-right: 10px;
      font-size: 2rem;
      color: #50DCFF; }
    nav .inner a.active01, nav .inner a.activeh {
      background: #eeeeee; }
      nav .inner a.active01::after, nav .inner a.activeh::after {
        content: "";
        background: linear-gradient(to bottom left, #eee 50%, transparent 50%) top left/50% 100% no-repeat, linear-gradient(to bottom right, #eee 50%, transparent 50%) top right/50% 100% no-repeat;
        position: absolute;
        height: 14px;
        width: 14px;
        bottom: -14px;
        left: 50%;
        transform: translateX(-50%); }
    nav .inner a:hover {
      cursor: pointer; }

.wp-pagenavi {
  text-align: center;
  margin-bottom: 50px; }
  .wp-pagenavi span.current {
    background: #50DCFF;
    border-color: #FFF; }

.section, .people__area, .result__area, .movie__area, .join__area {
  width: 100%;
  margin: auto;
  position: relative;
  *zoom: 1; }
  .section:after, .people__area:after, .result__area:after, .movie__area:after, .join__area:after {
    content: "";
    display: table;
    clear: both; }
  .section > .inner, .people__area > .inner, .result__area > .inner, .movie__area > .inner, .join__area > .inner {
    max-width: 1200px;
    margin: auto;
    box-sizing: border-box;
    padding: 30px 20px; }
    @media (max-width: 480px) {
      .section > .inner, .people__area > .inner, .result__area > .inner, .movie__area > .inner, .join__area > .inner {
        padding: 10px 5px; } }
    .section > .inner.right, .people__area > .inner.right, .result__area > .inner.right, .movie__area > .inner.right, .join__area > .inner.right {
      margin: 0;
      float: right; }
    .section > .inner.left, .people__area > .inner.left, .result__area > .inner.left, .movie__area > .inner.left, .join__area > .inner.left {
      margin: 0;
      float: left; }

.people__area {
  background: #eee;
  margin-top: 20px; }
  .people__area .list_inner, .people__area .list_inner_h {
    display: none;
    max-width: 1200px;
    margin: auto;
    box-sizing: border-box;
    padding: 30px 20px; }
    @media (max-width: 480px) {
      .people__area .list_inner, .people__area .list_inner_h {
        padding: 10px 5px; } }
    .people__area .list_inner.active01, .people__area .list_inner_h.active01 {
      display: block; }
  .people__area.active, .people__area .activeh {
    display: block; }
  .people__area ul.index50 {
    display: flex;
    gap: 10px;
    margin-bottom: 20px; }
    .people__area ul.index50 li {
      background: #FFF;
      padding: 15px;
      position: relative; }
      .people__area ul.index50 li.active_c, .people__area ul.index50 li.active_h {
        background: #50DCFF;
        color: #FFF; }
        .people__area ul.index50 li.active_c::after, .people__area ul.index50 li.active_h::after {
          content: "";
          background: linear-gradient(to bottom left, #50DCFF 50%, transparent 50%) top left/50% 100% no-repeat, linear-gradient(to bottom right, #50DCFF 50%, transparent 50%) top right/50% 100% no-repeat;
          position: absolute;
          height: 14px;
          width: 14px;
          bottom: -14px;
          left: 50%;
          transform: translateX(-50%); }
      .people__area ul.index50 li:hover {
        cursor: pointer; }
  .people__area ul.indexcate {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap; }
    .people__area ul.indexcate a {
      background: #FFF;
      padding: 15px;
      position: relative; }
      .people__area ul.indexcate a::before {
        content: "\f02b";
        font-weight: 900;
        font-family: "Font Awesome 6 Free";
        padding-right: 5px;
        color: #50DCFF; }
      .people__area ul.indexcate a::after {
        content: "\f054";
        font-weight: 900;
        font-family: "Font Awesome 6 Free";
        padding-left: 5px;
        color: #ccc;
        font-size: 0.8rem; }
  .people__area dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 10px; }
    .people__area dl dt {
      width: 100%;
      font-size: 1.6rem;
      border-bottom: 1px solid #ccc;
      padding-bottom: 5px; }
    .people__area dl dd {
      background: #FFF;
      padding: 5px; }
      .people__area dl dd::before {
        content: "\f183";
        font-weight: 900;
        font-family: "Font Awesome 6 Free";
        padding-right: 5px;
        color: #50DCFF; }
      .people__area dl dd::after {
        content: "\f054";
        font-weight: 900;
        font-family: "Font Awesome 6 Free";
        padding-left: 5px;
        color: #ccc;
        font-size: 0.8rem; }
  .people__area .cast__list {
    display: none; }
    .people__area .cast__list.active {
      display: block; }
  .people__area .cast__list_h {
    display: none; }
    .people__area .cast__list_h.active_h {
      display: block; }

.result__area {
  background: #eee;
  margin-top: 20px; }
  .result__area ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    column-gap: 10px;
    row-gap: 10px; }
    .result__area ul li {
      padding: 10px;
      box-sizing: border-box;
      background: #FFF;
      position: relative; }
      .result__area ul li h4 {
        margin: 10px 0;
        color: #333;
        line-height: 1.6; }
      .result__area ul li p.people {
        color: #333; }
        .result__area ul li p.people span {
          background: #eee;
          padding: 2px 5px;
          box-sizing: border-box;
          margin-right: 5px; }
          .result__area ul li p.people span.cast__heading {
            background: #111;
            color: #FFF; }
      .result__area ul li p.time {
        text-align: right;
        color: #333; }
      .result__area ul li div.locked {
        position: absolute;
        top: 0;
        left: 0;
        background: #FFF;
        padding: 5px;
        color: #333;
        font-size: 2rem; }
  .result__area .locked__notice {
    display: flex;
    align-items: center;
    padding: 5px 15px;
    box-sizing: border-box;
    background: #FFF;
    margin: 10px 0; }
    .result__area .locked__notice a {
      text-decoration: underline; }

.movie__area {
  background: #eee; }
  .movie__area .inner {
    max-width: 1000px;
    background: #FFF; }
    .movie__area .inner h2.movie__title {
      font-size: 2rem;
      line-height: 1.6;
      margin-bottom: 30px; }
    .movie__area .inner p.movie__discription {
      font-size: 1rem;
      line-height: 1.4; }
  .movie__area .iframe__wrap {
    width: 100%;
    aspect-ratio: 16 / 9; }
    .movie__area .iframe__wrap iframe {
      width: 100%;
      height: 100%;
      margin-bottom: 30px; }
  .movie__area .limited__contents {
    margin-bottom: 30px;
    background: #eee;
    padding: 10px;
    box-sizing: border-box;
    text-align: center; }
    .movie__area .limited__contents p {
      font-size: 2rem; }
      .movie__area .limited__contents p i {
        margin-right: 10px;
        color: #666; }
    .movie__area .limited__contents div {
      display: flex;
      flex-direction: column; }
  .movie__area .tag__list {
    display: flex;
    margin-bottom: 20px; }
    .movie__area .tag__list li {
      padding: 5px 15px;
      background: #eee;
      border-radius: 3px;
      margin-right: 10px; }
      .movie__area .tag__list li::before {
        content: "\f02b";
        font-weight: 900;
        font-family: "Font Awesome 6 Free";
        padding-right: 5px;
        color: #50DCFF; }

.join__area {
  background: #50DCFF;
  padding-bottom: 50px; }
  .join__area .inner {
    background: #FFF;
    max-width: 1600px; }
    .join__area .inner p.notice {
      text-align: center; }
    .join__area .inner h2 {
      text-align: center;
      font-size: 3vw;
      margin-bottom: 20px; }
      .join__area .inner h2 + p {
        text-align: center;
        margin-bottom: 50px;
        font-size: 1.4rem; }
    .join__area .inner .membership__detail {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
      column-gap: 20px;
      row-gap: 10px;
      margin-bottom: 50px; }
      .join__area .inner .membership__detail > li {
        padding: 15px;
        box-sizing: border-box; }
        .join__area .inner .membership__detail > li h3 {
          font-size: 1.8vw;
          text-align: center;
          background: linear-gradient(transparent 50%, #50DCFF 50%);
          width: fit-content;
          margin: 0 auto;
          padding: 5px 10px; }
          .join__area .inner .membership__detail > li h3.premium {
            background: linear-gradient(transparent 50%, #cccccc 50%); }
          .join__area .inner .membership__detail > li h3.support {
            background: linear-gradient(transparent 50%, #E2C87C 50%); }
          .join__area .inner .membership__detail > li h3 + p {
            text-align: center;
            font-size: 1.4rem; }
            .join__area .inner .membership__detail > li h3 + p span {
              font-size: 1rem; }
        .join__area .inner .membership__detail > li h4 {
          font-size: 1.4vw;
          margin: 20px auto;
          text-align: center; }
          .join__area .inner .membership__detail > li h4 i {
            margin-right: 10px; }
      .join__area .inner .membership__detail .benefits__list {
        background: #50DCFF;
        padding: 10px;
        box-sizing: border-box; }
        .join__area .inner .membership__detail .benefits__list.premium {
          background: #cccccc; }
        .join__area .inner .membership__detail .benefits__list.support {
          background: #E2C87C; }
        .join__area .inner .membership__detail .benefits__list li {
          margin-bottom: 20px;
          display: flex;
          align-items: center;
          background: #FFF;
          padding: 10px;
          box-sizing: border-box; }
          .join__area .inner .membership__detail .benefits__list li p {
            font-size: 1.4rem;
            line-height: 1.6; }
            .join__area .inner .membership__detail .benefits__list li p img {
              width: 30px;
              margin-left: 15px; }
            .join__area .inner .membership__detail .benefits__list li p span {
              font-size: 1rem; }
            .join__area .inner .membership__detail .benefits__list li p b {
              color: #FF0000; }
          .join__area .inner .membership__detail .benefits__list li::before {
            font-weight: 900;
            padding-right: 15px;
            font-size: 3rem;
            color: #50DCFF;
            font-style: italic; }
          .join__area .inner .membership__detail .benefits__list li:first-child::before {
            content: "1"; }
          .join__area .inner .membership__detail .benefits__list li:nth-child(2)::before {
            content: "2"; }
          .join__area .inner .membership__detail .benefits__list li:nth-child(3)::before {
            content: "3"; }
          .join__area .inner .membership__detail .benefits__list li:nth-child(4)::before {
            content: "4";
            color: #E2C87C; }
          .join__area .inner .membership__detail .benefits__list li:nth-child(5)::before {
            content: "5";
            color: #E2C87C; }

.section p, .people__area p, .result__area p, .movie__area p, .join__area p {
  font-size: 1.1rem;
  line-height: 2;
  font-weight: 900; }
  .section p.large, .people__area p.large, .result__area p.large, .movie__area p.large, .join__area p.large {
    font-size: 1.4rem; }
    @media (max-width: 640px) {
      .section p.large, .people__area p.large, .result__area p.large, .movie__area p.large, .join__area p.large {
        font-size: 1.1rem; } }
  .section p.maxi, .people__area p.maxi, .result__area p.maxi, .movie__area p.maxi, .join__area p.maxi {
    font-size: 3rem; }
    @media (max-width: 640px) {
      .section p.maxi, .people__area p.maxi, .result__area p.maxi, .movie__area p.maxi, .join__area p.maxi {
        font-size: 2rem; } }

footer {
  width: 100%;
  background: #000; }
  footer .inner {
    max-width: 1000px;
    color: #FFF;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    font-weight: 900; }

.pan, .pan--nomargin {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  margin: 80px 0 0 0; }
  @media (max-width: 768px) {
    .pan, .pan--nomargin {
      margin: 60px 0 0 0; } }
  .pan ol, .pan--nomargin ol {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row; }
  .pan a, .pan--nomargin a {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    @media (max-width: 480px) {
      .pan a, .pan--nomargin a {
        font-size: 0.8rem; } }
    .pan a:hover, .pan--nomargin a:hover {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    .pan a:after, .pan--nomargin a:after {
      content: '\f0da';
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      display: inline-block;
      margin: 0 10px; }
  .pan li:last-child a:after, .pan--nomargin li:last-child a:after {
    content: none; }

.pan--nomargin {
  margin: 80px 0 0 0;
  border-bottom: none; }
  @media (max-width: 768px) {
    .pan--nomargin {
      margin: 60px 0 0 0; } }

.card, .card__flex, .card__flex--nowrap, .card__flex--wrap, .card__flex--wrap--fs {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  *zoom: 1; }
  @media (max-width: 768px) {
    .card, .card__flex, .card__flex--nowrap, .card__flex--wrap, .card__flex--wrap--fs {
      padding: 15px 0;
      margin-bottom: 0; } }
  .card:after, .card__flex:after, .card__flex--nowrap:after, .card__flex--wrap:after, .card__flex--wrap--fs:after {
    content: "";
    display: table;
    clear: both; }

.card__flex, .card__flex--nowrap, .card__flex--wrap, .card__flex--wrap--fs {
  display: flex;
  overflow: hidden;
  flex-direction: row; }

.card__flex--nowrap {
  flex-flow: row nowrap;
  justify-content: space-around; }

.card__flex--wrap {
  flex-flow: row wrap;
  justify-content: space-around; }

.card__flex--wrap--fs {
  flex-flow: row wrap;
  justify-content: flex-start; }

.block, .block__div1, .block__div2, .block__div3, .block__div4 {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  position: relative; }

.block__div1 {
  width: 100%; }

.block__div2 {
  width: 50%; }
  @media (max-width: 768px) {
    .block__div2 {
      width: 100%; } }

.block__div3 {
  width: 33.3%; }
  @media (max-width: 768px) {
    .block__div3 {
      width: 100%;
      margin-bottom: 10px; } }

.block__div4 {
  width: 25%; }
  @media (max-width: 768px) {
    .block__div4 {
      width: 50%; } }

.title {
  position: relative;
  width: 100%;
  overflow: hidden; }
  @media (max-width: 480px) {
    .title {
      min-height: 100px;
      height: auto; } }

h2.result__heading {
  font-size: 3rem;
  text-align: center;
  margin: 20px auto;
  border-bottom: 10px solid #50DCFF;
  padding-bottom: 15px;
  width: fit-content; }

h2.castresult__heading {
  font-size: 1.8rem;
  text-align: center;
  margin: 20px auto;
  border-bottom: 10px solid #50DCFF;
  padding-bottom: 15px;
  width: fit-content; }
  h2.castresult__heading span {
    font-size: 1.4rem; }

.btn, .btn__more, .btn__submit, .btn__back {
  display: block;
  margin: 15px auto; }

.btn__join {
  background: #FF0000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 1.6rem;
  color: #FFF;
  margin: 10px auto;
  position: relative; }
  .btn__join::after {
    content: "\f0da";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    padding-right: 2px;
    color: #FFF;
    position: absolute;
    right: 5px;
    font-size: 1rem; }
  .btn__join + a {
    font-size: 1.4rem;
    border-bottom: 2px solid #000;
    width: fit-content;
    padding-bottom: 5px;
    margin: 20px auto; }
    .btn__join + a::after {
      content: "\f054";
      font-weight: 900;
      font-family: "Font Awesome 6 Free";
      padding-left: 10px;
      font-size: 1rem; }

.list a {
  *zoom: 1;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .list a:after {
    content: "";
    display: table;
    clear: both; }
  .list a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
