@charset "utf-8";
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ベース
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.pc {
  display: block;
}

.sp {
  display: none;
}

.showing {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.not_figure {
  width: 100%;
}

.mincho {
  font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" ,"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , serif !important;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif !important;
}

.eimoji001 {
  font-family: gill-sans-nova, sans-serif;
}

.eimoji002 {
  font-family: gill-sans-nova-condensed, sans-serif;
}

.new_goth2 {
  font-family:'メイリオ', 'Meiryo','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

.new_goth3 {
  font-family: noto-sans-cjk-jp, sans-serif !important;
}

.fff {
  color: #ffffff !important;
}

.no_boder {
  border: none !important;
}

.mt6em {
  margin-top: 6em;
}

.mb6em {
  margin-bottom: 6em;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb2em {
  padding-bottom: 3em !important;
}

.posi_relative {
  position: relative;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
メインビジュアル 
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.stars {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #0d203e, #00667c, #6a92a5, #00667c, #0d203e); 
  overflow: hidden;
}

/* 星のスタイル */
.star {
  position: absolute;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  animation: twinkle 4s infinite;
}

/* 星がキラキラ光るアニメーション */
@keyframes twinkle {
  0% {
    opacity: 0;
  }

  50% {
    transform: scale(1.1);
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.mainbox {
  margin: 4em auto 6em;
}

.mainbox .main_flex {
  display: flex;
  justify-content: space-between;
}

.mainbox .bunrui {
  width: 5%; 
  writing-mode: tb;
  font-size: 2.3em;
  line-height: 1.15em;
  letter-spacing: 0.15em;
}

.mainbox .bunrui .bunrui_box {
  padding: 0.5em 0.1em;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
}

.mainbox .sub_title {
  width: 95%;
  margin-right: 2em;
  font-size: 2.5em;
  line-height: 1.15em;
  letter-spacing: 0.15em;
  text-align: right;
}

.mainbox .main_title {
  font-size: 4rem;
  line-height: 1.4em;
  letter-spacing: 0.15em;
  padding-bottom: 0.5em;
  margin: 0.5em 1em 1em 4%;
}

.main_title_01 {
  font-size: 2.4rem;
  margin-left: 16px;
}

.main_title_02 {
  font-size: 5rem;
}

@keyframes hero-gradient-animation {
    0% {
        --c-0: hsla(188.78048780487802, 80%, 10%, 1);
        --x-0: 5%;
        --s-start-0: 1%;
        --s-end-0: 10%;
        --y-0: 85%;
        --x-1: 20%;
        --c-1: hsla(269.2682926829268, 64%, 25%, 0.45);
        --y-1: 25%;
        --s-start-1: 2%;
        --s-end-1: 61.288600779667334%;
        --x-2: 65%;
        --s-start-2: 4%;
        --s-end-2: 70%;
        --c-2: hsla(188.99998384363508, 83%, 28%, 0.64);
        --y-2: 46%;
        --x-3: 10%;
        --s-start-3: 2%;
        --s-end-3: 61.288600779667334%;
        --c-3: hsla(188.99998384363508, 83%, 28%, 0.64);
        --y-3: 10%;
        --c-4: hsla(189.07563025210084, 83%, 28%, 1);
        --x-4: 98%;
        --s-start-4: 2%;
        --s-end-4: 78.72573401919361%;
        --y-4: 25%;
        --c-5: hsla(257.77777777777777, 57%, 9%, 1);
        --x-5: 98%;
        --s-start-5: 2%;
        --s-end-5: 78.72573401919361%;
        --y-5: 98%;
        --c-6: hsla(257.77777777777777, 57%, 9%, 1);
        --x-6: 98%;
        --s-start-6: 2%;
        --s-end-6: 78.72573401919361%;
        --y-6: 98%;
    }

    50% {
        --c-0: hsla(0, 0%, 100%, 0.45);
        --x-0: 2%;
        --s-start-0: 2%;
        --s-end-0: 30%;
        --y-0: 50%;
        --x-1: 79%;
        --c-1: hsla(269.2857142857143, 64%, 25%, 0.5);
        --y-1: 79%;
        --s-start-1: 4%;
        --s-end-1: 61.288600779667334%;
        --x-2: 16%;
        --s-start-2: 5%;
        --s-end-2: 61.288600779667334%;
        --c-2: hsla(189.10714285714286, 100%, 21%, 0.85);
        --y-2: 60%;
        --x-3: 90%;
        --s-start-3: 2%;
        --s-end-3: 61.288600779667334%;
        --c-3: hsla(189.10714285714286, 100%, 21%, 0.85);
        --y-3: 80%;
        --c-4: hsla(188.97196261682242, 100%, 20%, 1);
        --x-4: 2%;
        --s-start-4: 2%;
        --s-end-4: 78.72573401919361%;
        --y-4: 98%;
        --c-5: hsla(257.77777777777777, 57%, 9%, 1);
        --x-5: 2%;
        --s-start-5: 2%;
        --s-end-5: 78.72573401919361%;
        --y-5: 98%;
        --c-6: hsla(257.77777777777777, 57%, 9%, 1);
        --x-6: 2%;
        --s-start-6: 2%;
        --s-end-6: 78.72573401919361%;
        --y-6: 98%;
    }

    100% {
        --c-0: hsla(188.78048780487802, 80%, 10%, 1);
        --x-0: 98%;
        --s-start-0: 1%;
        --s-end-0: 10%;
        --y-0: 30%;
    }
}

@property --c-0 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(188.78048780487802, 80%, 10%, 1)
}

@property --x-0 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 5%
}

@property --s-start-0 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 1%
}

@property --s-end-0 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 10%
}

@property --y-0 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 85%
}

@property --x-1 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 20%
}

@property --c-1 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(269.2682926829268, 64%, 25%, 0.45)
}

@property --y-1 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 25%
}

@property --s-start-1 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 2%
}

@property --s-end-1 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 61.288600779667334%
}

@property --x-2 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 65%
}

@property --s-start-2 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 4%
}

@property --s-end-2 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 70%
}

@property --c-2 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(188.99998384363508, 83%, 28%, 0.64)
}

@property --y-2 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 46%
}

@property --x-3 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 10%
}

@property --s-start-3 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 2%
}

@property --s-end-3 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 61.288600779667334%
}

@property --c-3 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(188.99998384363508, 83%, 28%, 0.64)
}

@property --y-3 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 10%
}

@property --c-4 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(189.07563025210084, 83%, 28%, 1)
}

@property --x-4 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 98%
}

@property --s-start-4 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 2%
}

@property --s-end-4 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 78.72573401919361%
}

@property --y-4 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 25%
}

@property --c-5 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(257.77777777777777, 57%, 9%, 1)
}

@property --x-5 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 98%
}

@property --s-start-5 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 2%
}

@property --s-end-5 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 78.72573401919361%
}

@property --y-5 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 98%
}

@property --c-6 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(257.77777777777777, 57%, 9%, 1)
}

@property --x-6 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 98%
}

@property --s-start-6 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 2%
}

@property --s-end-6 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 78.72573401919361%
}

@property --y-6 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 98%
}

.stars {
    --c-0: hsla(188.78048780487802, 80%, 10%, 1);
    --x-0: 5%;
    --y-0: 85%;
    --x-1: 20%;
    --c-1: hsla(269.2682926829268, 64%, 25%, 0.45);
    --y-1: 25%;
    --x-2: 65%;
    --c-2: hsla(188.99998384363508, 83%, 28%, 0.64);
    --y-2: 46%;
    --x-3: 10%;
    --c-3: hsla(188.99998384363508, 83%, 28%, 0.64);
    --y-3: 10%;
    --c-4: hsla(189.07563025210084, 83%, 28%, 1);
    --x-4: 98%;
    --y-4: 25%;
    --c-5: hsla(257.77777777777777, 57%, 9%, 1);
    --x-5: 98%;
    --y-5: 98%;
    --c-6: hsla(257.77777777777777, 57%, 9%, 1);
    --x-6: 98%;
    --y-6: 98%;
    ;
    background-color: hsla(188.76678144884875, 80%, 10%, 1);
    background-image: radial-gradient(circle at var(--x-0) var(--y-0), var(--c-0) var(--s-start-0), transparent var(--s-end-0)), radial-gradient(circle at var(--x-1) var(--y-1), var(--c-1) var(--s-start-1), transparent var(--s-end-1)), radial-gradient(circle at var(--x-2) var(--y-2), var(--c-2) var(--s-start-2), transparent var(--s-end-2)), radial-gradient(circle at var(--x-3) var(--y-3), var(--c-3) var(--s-start-3), transparent var(--s-end-3)), radial-gradient(circle at var(--x-4) var(--y-4), var(--c-4) var(--s-start-4), transparent var(--s-end-4)), radial-gradient(circle at var(--x-5) var(--y-5), var(--c-5) var(--s-start-5), transparent var(--s-end-5)), radial-gradient(circle at var(--x-6) var(--y-6), var(--c-6) var(--s-start-6), transparent var(--s-end-6));
    animation: hero-gradient-animation 10s linear infinite alternate;
    background-blend-mode: overlay, normal, normal, normal, overlay, overlay, overlay;
}


/*@keyframes hero-gradient-animation {
    0% {
        --x-0: 20%;
        --c-0: hsla(269.2682926829268, 64%, 25%, 0.45);
        --y-0: 25%;
        --s-start-0: 2%;
        --s-end-0: 61.288600779667334%;
        --x-1: 65%;
        --s-start-1: 4%;
        --s-end-1: 70%;
        --c-1: hsla(188.99998384363508, 83%, 28%, 0.64);
        --y-1: 46%;
        --x-2: 10%;
        --s-start-2: 2%;
        --s-end-2: 61.288600779667334%;
        --c-2: hsla(188.99998384363508, 83%, 28%, 0.64);
        --y-2: 10%;
        --c-3: hsla(189.07563025210084, 83%, 28%, 1);
        --x-3: 98%;
        --s-start-3: 2%;
        --s-end-3: 78.72573401919361%;
        --y-3: 25%;
        --c-4: hsla(257.77777777777777, 57%, 9%, 1);
        --x-4: 98%;
        --s-start-4: 2%;
        --s-end-4: 78.72573401919361%;
        --y-4: 98%;
        --c-5: hsla(257.77777777777777, 57%, 9%, 1);
        --x-5: 98%;
        --s-start-5: 2%;
        --s-end-5: 78.72573401919361%;
        --y-5: 98%;
    }

    100% {
        --x-0: 79%;
        --c-0: hsla(269.2857142857143, 64%, 25%, 0.5);
        --y-0: 79%;
        --s-start-0: 4%;
        --s-end-0: 61.288600779667334%;
        --x-1: 16%;
        --s-start-1: 5%;
        --s-end-1: 61.288600779667334%;
        --c-1: hsla(189.10714285714286, 100%, 21%, 0.85);
        --y-1: 60%;
        --x-2: 90%;
        --s-start-2: 2%;
        --s-end-2: 61.288600779667334%;
        --c-2: hsla(189.10714285714286, 100%, 21%, 0.85);
        --y-2: 80%;
        --c-3: hsla(188.97196261682242, 100%, 20%, 1);
        --x-3: 2%;
        --s-start-3: 2%;
        --s-end-3: 78.72573401919361%;
        --y-3: 98%;
        --c-4: hsla(257.77777777777777, 57%, 9%, 1);
        --x-4: 2%;
        --s-start-4: 2%;
        --s-end-4: 78.72573401919361%;
        --y-4: 98%;
        --c-5: hsla(257.77777777777777, 57%, 9%, 1);
        --x-5: 2%;
        --s-start-5: 2%;
        --s-end-5: 78.72573401919361%;
        --y-5: 98%;
    }
}

@property --x-0 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 20%
}

@property --c-0 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(269.2682926829268, 64%, 25%, 0.45)
}

@property --y-0 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 25%
}

@property --s-start-0 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 2%
}

@property --s-end-0 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 61.288600779667334%
}

@property --x-1 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 65%
}

@property --s-start-1 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 4%
}

@property --s-end-1 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 70%
}

@property --c-1 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(188.99998384363508, 83%, 28%, 0.64)
}

@property --y-1 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 46%
}

@property --x-2 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 10%
}

@property --s-start-2 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 2%
}

@property --s-end-2 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 61.288600779667334%
}

@property --c-2 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(188.99998384363508, 83%, 28%, 0.64)
}

@property --y-2 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 10%
}

@property --c-3 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(189.07563025210084, 83%, 28%, 1)
}

@property --x-3 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 98%
}

@property --s-start-3 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 2%
}

@property --s-end-3 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 78.72573401919361%
}

@property --y-3 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 25%
}

@property --c-4 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(257.77777777777777, 57%, 9%, 1)
}

@property --x-4 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 98%
}

@property --s-start-4 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 2%
}

@property --s-end-4 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 78.72573401919361%
}

@property --y-4 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 98%
}

@property --c-5 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(257.77777777777777, 57%, 9%, 1)
}

@property --x-5 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 98%
}

@property --s-start-5 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 2%
}

@property --s-end-5 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 78.72573401919361%
}

@property --y-5 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 98%
}

.stars {
    --x-0: 20%;
    --c-0: hsla(269.2682926829268, 64%, 25%, 0.45);
    --y-0: 25%;
    --x-1: 65%;
    --c-1: hsla(188.99998384363508, 83%, 28%, 0.64);
    --y-1: 46%;
    --x-2: 10%;
    --c-2: hsla(188.99998384363508, 83%, 28%, 0.64);
    --y-2: 10%;
    --c-3: hsla(189.07563025210084, 83%, 28%, 1);
    --x-3: 98%;
    --y-3: 25%;
    --c-4: hsla(257.77777777777777, 57%, 9%, 1);
    --x-4: 98%;
    --y-4: 98%;
    --c-5: hsla(257.77777777777777, 57%, 9%, 1);
    --x-5: 98%;
    --y-5: 98%;
    ;
    background-color: hsla(188.76678144884875, 80%, 10%, 1);
    background-image: radial-gradient(circle at var(--x-0) var(--y-0), var(--c-0) var(--s-start-0), transparent var(--s-end-0)), radial-gradient(circle at var(--x-1) var(--y-1), var(--c-1) var(--s-start-1), transparent var(--s-end-1)), radial-gradient(circle at var(--x-2) var(--y-2), var(--c-2) var(--s-start-2), transparent var(--s-end-2)), radial-gradient(circle at var(--x-3) var(--y-3), var(--c-3) var(--s-start-3), transparent var(--s-end-3)), radial-gradient(circle at var(--x-4) var(--y-4), var(--c-4) var(--s-start-4), transparent var(--s-end-4)), radial-gradient(circle at var(--x-5) var(--y-5), var(--c-5) var(--s-start-5), transparent var(--s-end-5));
    animation: hero-gradient-animation 10s linear infinite alternate;
    background-blend-mode: normal, normal, normal, overlay, overlay, overlay;
}*/


/*@keyframes hero-gradient-animation {
    0% {
        --x-0: 20%;
        --c-0: hsla(269.2682926829268, 64%, 25%, 0.76);
        --y-0: 25%;
        --s-start-0: 2%;
        --s-end-0: 61.288600779667334%;
        --x-1: 65%;
        --s-start-1: 3%;
        --s-end-1: 61.288600779667334%;
        --c-1: hsla(188.99998384363508, 83%, 28%, 0.64);
        --y-1: 46%;
        --c-2: hsla(189.07563025210084, 83%, 28%, 1);
        --x-2: 98%;
        --s-start-2: 2%;
        --s-end-2: 78.72573401919361%;
        --y-2: 25%;
        --c-3: hsla(257.77777777777777, 57%, 9%, 1);
        --x-3: 98%;
        --s-start-3: 2%;
        --s-end-3: 78.72573401919361%;
        --y-3: 98%;
        --c-4: hsla(257.77777777777777, 57%, 9%, 1);
        --x-4: 98%;
        --s-start-4: 2%;
        --s-end-4: 78.72573401919361%;
        --y-4: 98%;
    }

    100% {
        --x-0: 79%;
        --c-0: hsla(269.2857142857143, 64%, 25%, 0.71);
        --y-0: 79%;
        --s-start-0: 4%;
        --s-end-0: 61.288600779667334%;
        --x-1: 16%;
        --s-start-1: 2%;
        --s-end-1: 61.288600779667334%;
        --c-1: hsla(189.10714285714286, 100%, 21%, 0.85);
        --y-1: 60%;
        --c-2: hsla(188.97196261682242, 100%, 20%, 1);
        --x-2: 2%;
        --s-start-2: 2%;
        --s-end-2: 78.72573401919361%;
        --y-2: 98%;
        --c-3: hsla(257.77777777777777, 57%, 9%, 1);
        --x-3: 2%;
        --s-start-3: 2%;
        --s-end-3: 78.72573401919361%;
        --y-3: 98%;
        --c-4: hsla(257.77777777777777, 57%, 9%, 1);
        --x-4: 2%;
        --s-start-4: 2%;
        --s-end-4: 78.72573401919361%;
        --y-4: 98%;
    }
}

@property --x-0 { syntax: '<percentage>'; inherits: false; initial-value: 20%; }
@property --c-0 { syntax: '<color>'; inherits: false; initial-value: hsla(269.2682926829268, 64%, 25%, 0.76); }
@property --y-0 { syntax: '<percentage>'; inherits: false; initial-value: 25%; }
@property --s-start-0 { syntax: '<percentage>'; inherits: false; initial-value: 2%; }
@property --s-end-0 { syntax: '<percentage>'; inherits: false; initial-value: 61.288600779667334%; }

@property --x-1 { syntax: '<percentage>'; inherits: false; initial-value: 65%; }
@property --s-start-1 { syntax: '<percentage>'; inherits: false; initial-value: 3%; }
@property --s-end-1 { syntax: '<percentage>'; inherits: false; initial-value: 61.288600779667334%; }
@property --c-1 { syntax: '<color>'; inherits: false; initial-value: hsla(188.99998384363508, 83%, 28%, 0.64); }
@property --y-1 { syntax: '<percentage>'; inherits: false; initial-value: 46%; }

@property --c-2 { syntax: '<color>'; inherits: false; initial-value: hsla(189.07563025210084, 83%, 28%, 1); }
@property --x-2 { syntax: '<percentage>'; inherits: false; initial-value: 98%; }
@property --s-start-2 { syntax: '<percentage>'; inherits: false; initial-value: 2%; }
@property --s-end-2 { syntax: '<percentage>'; inherits: false; initial-value: 78.72573401919361%; }
@property --y-2 { syntax: '<percentage>'; inherits: false; initial-value: 25%; }

@property --c-3 { syntax: '<color>'; inherits: false; initial-value: hsla(257.77777777777777, 57%, 9%, 1); }
@property --x-3 { syntax: '<percentage>'; inherits: false; initial-value: 98%; }
@property --s-start-3 { syntax: '<percentage>'; inherits: false; initial-value: 2%; }
@property --s-end-3 { syntax: '<percentage>'; inherits: false; initial-value: 78.72573401919361%; }
@property --y-3 { syntax: '<percentage>'; inherits: false; initial-value: 98%; }

@property --c-4 { syntax: '<color>'; inherits: false; initial-value: hsla(257.77777777777777, 57%, 9%, 1); }
@property --x-4 { syntax: '<percentage>'; inherits: false; initial-value: 98%; }
@property --s-start-4 { syntax: '<percentage>'; inherits: false; initial-value: 2%; }
@property --s-end-4 { syntax: '<percentage>'; inherits: false; initial-value: 78.72573401919361%; }
@property --y-4 { syntax: '<percentage>'; inherits: false; initial-value: 98%; }

.stars { 
    --x-0: 20%;
    --c-0: hsla(269.2682926829268, 64%, 25%, 0.76);
    --y-0: 25%;
    --x-1: 65%;
    --c-1: hsla(188.99998384363508, 83%, 28%, 0.64);
    --y-1: 46%;
    --c-2: hsla(189.07563025210084, 83%, 28%, 1);
    --x-2: 98%;
    --y-2: 25%;
    --c-3: hsla(257.77777777777777, 57%, 9%, 1);
    --x-3: 98%;
    --y-3: 98%;
    --c-4: hsla(257.77777777777777, 57%, 9%, 1);
    --x-4: 98%;
    --y-4: 98%;
    background-color: hsla(198.00000000000063, 14%, 16%, 1);
    background-image: 
        radial-gradient(circle at var(--x-0) var(--y-0), var(--c-0) var(--s-start-0), transparent var(--s-end-0)),
        radial-gradient(circle at var(--x-1) var(--y-1), var(--c-1) var(--s-start-1), transparent var(--s-end-1)),
        radial-gradient(circle at var(--x-2) var(--y-2), var(--c-2) var(--s-start-2), transparent var(--s-end-2)),
        radial-gradient(circle at var(--x-3) var(--y-3), var(--c-3) var(--s-start-3), transparent var(--s-end-3)),
        radial-gradient(circle at var(--x-4) var(--y-4), var(--c-4) var(--s-start-4), transparent var(--s-end-4));
    animation: hero-gradient-animation 10s linear infinite alternate;
    background-blend-mode: normal, normal, overlay, overlay, overlay;
}
*/


/*@keyframes hero-gradient-animation {
    0% {
        --c-0: hsla(269, 64%, 25%, 1);
        --x-0: 12%;
        --y-0: 1%;
        --s-start-0: 0%;
        --s-end-0: 87%;
        --c-1: hsla(198, 77%, 32%, 1);
        --x-1: 74%;
        --y-1: 92%;
        --s-start-1: 0%;
        --s-end-1: 87%;
        --c-2: hsla(257, 55%, 9%, 1);
        --x-2: 12%;
        --y-2: 1%;
        --s-start-2: 0%;
        --s-end-2: 87%;
        --c-3: hsla(198, 77%, 32%, 1);
        --x-3: 12%;
        --y-3: 1%;
        --s-start-3: 0%;
        --s-end-3: 87%;
    }
    100% {
        --c-0: hsla(269, 64%, 25%, 1);
        --x-0: 60%;
        --y-0: 36%;
        --s-start-0: 0%;
        --s-end-0: 87%;
        --c-1: hsla(189, 100%, 22%, 1);
        --x-1: 54%;
        --y-1: 14%;
        --s-start-1: 0%;
        --s-end-1: 87%;
        --c-2: hsla(257, 55%, 9%, 1);
        --x-2: 60%;
        --y-2: 36%;
        --s-start-2: 0%;
        --s-end-2: 87%;
        --c-3: hsla(189, 100%, 22%, 1);
        --x-3: 60%;
        --y-3: 36%;
        --s-start-3: 0%;
        --s-end-3: 87%;
    }
}

@property --c-0 { syntax: '<color>'; inherits: false; initial-value: hsla(269, 64%, 25%, 1); }
@property --x-0 { syntax: '<percentage>'; inherits: false; initial-value: 12%; }
@property --y-0 { syntax: '<percentage>'; inherits: false; initial-value: 1%; }
@property --s-start-0 { syntax: '<percentage>'; inherits: false; initial-value: 0%; }
@property --s-end-0 { syntax: '<percentage>'; inherits: false; initial-value: 87%; }
@property --c-1 { syntax: '<color>'; inherits: false; initial-value: hsla(198, 77%, 32%, 1); }
@property --x-1 { syntax: '<percentage>'; inherits: false; initial-value: 74%; }
@property --y-1 { syntax: '<percentage>'; inherits: false; initial-value: 92%; }
@property --s-start-1 { syntax: '<percentage>'; inherits: false; initial-value: 0%; }
@property --s-end-1 { syntax: '<percentage>'; inherits: false; initial-value: 87%; }
@property --c-2 { syntax: '<color>'; inherits: false; initial-value: hsla(257, 55%, 9%, 1); }
@property --x-2 { syntax: '<percentage>'; inherits: false; initial-value: 12%; }
@property --y-2 { syntax: '<percentage>'; inherits: false; initial-value: 1%; }
@property --s-start-2 { syntax: '<percentage>'; inherits: false; initial-value: 0%; }
@property --s-end-2 { syntax: '<percentage>'; inherits: false; initial-value: 87%; }
@property --c-3 { syntax: '<color>'; inherits: false; initial-value: hsla(198, 77%, 32%, 1); }
@property --x-3 { syntax: '<percentage>'; inherits: false; initial-value: 12%; }
@property --y-3 { syntax: '<percentage>'; inherits: false; initial-value: 1%; }
@property --s-start-3 { syntax: '<percentage>'; inherits: false; initial-value: 0%; }
@property --s-end-3 { syntax: '<percentage>'; inherits: false; initial-value: 87%; }

.stars {
    --c-0: hsla(269, 64%, 25%, 1);
    --x-0: 12%;
    --y-0: 1%;
    --c-1: hsla(198, 77%, 32%, 1);
    --x-1: 74%;
    --y-1: 92%;
    --c-2: hsla(257, 55%, 9%, 1);
    --x-2: 12%;
    --y-2: 1%;
    --c-3: hsla(198, 77%, 32%, 1);
    --x-3: 12%;
    --y-3: 1%;
    background-color: hsla(257, 55%, 9%, 1);
    background-image: 
        radial-gradient(circle at var(--x-0) var(--y-0), var(--c-0) var(--s-start-0), transparent var(--s-end-0)),
        radial-gradient(circle at var(--x-1) var(--y-1), var(--c-1) var(--s-start-1), transparent var(--s-end-1)),
        radial-gradient(circle at var(--x-2) var(--y-2), var(--c-2) var(--s-start-2), transparent var(--s-end-2)),
        radial-gradient(circle at var(--x-3) var(--y-3), var(--c-3) var(--s-start-3), transparent var(--s-end-3));
    animation: hero-gradient-animation 10s linear infinite alternate;
    background-blend-mode: normal, normal, normal, normal;
}*/

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
Speakers
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.mainbox2 {
  background-color: #fff;
}

.mainbox2 .speace06_h2 {
  margin-top: 1.5em;
  font-size: 3rem;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.speakers_box .lwbox {
  display: flex;
  margin: 24px 0;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.speaker_text {
  width: 100%;
  padding: 5px 0 0 15px;

}

/* 名前 */
.speakers_box .lwbox p.name_text {
  width: 100%;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.7em;
  font-weight: 700;
  color: #13243C;
}

/* 肩書き */
.speakers_box .lwbox p.name_text03 {
  width: 100%;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.7em;
  font-weight: 400;
  color: #13243C;
  position:relative;
  padding-bottom:1em;
  margin-bottom: 1em;
}

.speakers_box .lwbox p.name_text03::before {
  content: "";
  position:absolute;
  bottom: 0;
  left: 0;
  width: 1.5em;
  height: 0.01em;
  background:#000;
}

/* 紹介文 */
.speakers_box .lwbox p.name_text02 {
    width: 100%;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.7em;
  color: #13243C;
}


/* 上段 */
.speakers_box .lwbox .lawyer_name01 {
  width: 100%;
  display: flex;
  margin: 3em 1.5% 1em 0.5%;
}

.speakers_box .lwbox .lawyer_name01 picture {
  width: 25%;
  display: inline-block;  
}

.speakers_box .lwbox .lawyer_name01 picture img {
  max-width: 100%;
}


/* 下段 */
.speakers_box .lwbox .lawyer_name02_left {
  width: 51%;
  display: flex;
  margin: 3em 1.5% 1em 0%;
}

.speakers_box .lwbox .lawyer_name02_left picture {
  width: 52%;
  margin-top: 1em;
  display: inline-block;  
}

.speakers_box .lwbox .lawyer_name02_right picture {
  width: 62%;
  margin-top: 1em;
  display: inline-block;  
}

.speakers_box .lwbox .lawyer_name02_left picture img,
.speakers_box .lwbox .lawyer_name02_right picture img {
  max-width: 100%;
}

.speakers_box .lwbox .lawyer_name02_right {
  width: 46%;
  display: flex;
  margin: 3em 1.5% 1em 0%;
}

/*.speakers_box .lwbox .lawyer_name02_right picture {
  display: inline-block;  
  width: 100%;
}
 */

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
各コンテンツ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 共通 */
/* 背景のパララックス */
.parallax_content {
  background-attachment: fixed;
  background-position: center;
  background-image: url(/lp/featured/img/universe_06/space_law_background_1.webp);
}

.parallax_space {
  padding: 7em 2em;
  text-align: center;
}

/* Speakers下の文章 */
.main_co {
/*  padding: 3em 2.5em; */
  position: relative;
  z-index: 1;
}

.plr0 {
  padding: 7em 0 6em !important;
}

.main_co .co_top p {
  padding-bottom: 1em;
  font-weight: 600;
  font-size: 17px;
  line-height: 3em;
  letter-spacing: 0.1em;
  backdrop-filter: blur(6px);
}

/* 白背景内の文章 */
.speace06_conts {
  padding: 5em 0.5% 2em;
  border-bottom: solid thin #C9CACA;
  position: relative;
}

.speace06_conts div {
  margin-bottom: 2.5em;
  padding: 0;
  margin-top: auto;
  margin-left: 2em;
}

.space06_tr_tit {
}


.speace06_conts .space06_tr_tit .cont_p {
  margin: 0 auto 1em;
  padding: 0.8em 0.5em 1.3em;
  box-shadow: 0px 10px 20px rgba( 0, 0, 0, 0.1) ;
  border-left: solid 0.2em;
}

.speace06_conts .space06_tr_tit .cont_p h2 {
  padding: 0 0 1.2em 0.8em;
  font-size: 18px;
  line-height: 1.69;
  font-weight: 700;
}

.speace06_conts p {
  display: none;
}

.speace06_conts p.new_goth {
  color: #13243C;
  font-size: 14px;
  line-height: 2.1em;
  letter-spacing: 0.1em;
  width: 90%;
  margin: 0 auto auto 3%;
  display: block;
}

.space_trend {
  padding: 1em 0;
  backdrop-filter: blur(6px);
}

.space_trend p {
  font-size: 30px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0.3em;
}

.space_trend p .space_trend_span {
  font-size: 10px;
  line-height: 1.2em;
}

/* 画像の並び */
.picture_flex {
  display: flex;
}

.picture_01 img,
.picture_02 img,
.picture_03 img,
.picture_04 img {
  max-width: 100%;
}

/* 上段 */
.picture_01 {
  width: 70%;
  margin: 1%;
  display: inline-block;
}

.picture_03 {
  width: 31.45%;
  margin: 1%;
  display: inline-block;
}

/* 下段 */
.picture_02 {
  width: 31.45%;
  margin: 1%;
  display: inline-block;
}

.picture_04 {
  width: 70%;
  margin: 1%;
  display: inline-block;
}

/*
.picture_01_writings {
  width: 65%;
  position: absolute;
  top: 30px;
  right: 40px;
}

.writing_top {
  margin-top: 6em !important;
}

.picture_02_writings {
  width: 54%;
  position: absolute;
  bottom: 0;
  left: 25px;
}
*/

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
  Q&A
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.cont_qa {
  background-color: #000;
}

.speace06_qa .speace06_h2 {
  margin-top: 3.5em;
  padding-bottom: 1em;
  text-align: left;
  font-size: 35px;
  line-height: 1.5em;
  letter-spacing: 0.3em;
  font-weight: 600;
  backdrop-filter: blur(6px);
}

.speace06_qa {
  padding-left: 10px;
  padding-bottom: 0;
}

.speace06_advice {
padding: 5em 0;
}


.speace06_advice .speace06_bin {
  margin-bottom: 2em;
  box-shadow: 0 10px 10px rgba(18 18 18 / 70%);
}

span.span_qa_q::before {
  content: "Q";
  position: absolute;
  top: 9px;
  left: 10px;  
  color: #fff;
  font-size: 15px;
}

span.span_qa_a::before {
  content: "A";
  position: absolute;
  top: 14px;
  left: 10px;
  color: #091246;
  font-size: 13px;
}

.speace06_advice .speace06_modalbox .speace06_p {
  font-size: 13px;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  padding: 1em 1em 1em 2em;
}

.speace06_advice .speace06_kyakbtn {
  cursor: pointer;
  position: relative;
  padding: 0.5em 2.9em 0.5em 2em;
  color: #fff;
  background: rgba(13,32,62,0);
  font-size: 18px;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}

.speace06_advice .speace06_kyakbtn::before,
.speace06_advice .speace06_kyakbtn::after {
  content: '';
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 2px;
  right: 15px;
}

.speace06_advice .speace06_kyakbtn::after {
  transform: rotate(90deg);
  transition-duration: .3s;
}

.speace06_advice .speace06_kyakbtn:hover,
.speace06_advice .speace06_kyakbtn:active,
.speace06_advice .speace06_kyakbtn.is-active { 
  background: #00667c;
}

.speace06_advice .speace06_kyakbtn.is-active::before {
  opacity: 0;
}

.speace06_advice .speace06_kyakbtn.is-active::after {
  transform: rotate(0);
}

.speace06_advice .speace06_mc {
  border: 1px solid #335c8c;
  background-color: #fff;
  padding: .625em 1.5em;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: .3s;
}

.speace06_advice .speace06_mc.is-open {
  padding: .625em 1.5em;
  line-height: normal; /* numberに書き換える*/
  height: auto;
  opacity: 1;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
免責事項 
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.speace06_discrime {
  padding: 0; 
}

.speace06_discrime p {
  margin: 2em auto;
  padding: 0em 2em;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2.2em;
  color: #ffffff;
}

/* スマホ表示時の文字サイズ */
@media screen and (max-width: 640px) {

.pc {
  display: none;
}

.sp {
  display: block;
}

p.not_figure_title,
p.not_figure_p {
  font-size: 3.4vw;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
メインビジュアル 
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.star {
  animation: twinkle 3s infinite;
}

.mainbox {
  margin: 2em auto 1em;
}
.mainbox .bunrui {
  width: 10%;
  font-size: 1.8em;
}

.mainbox .main_title {
  font-size: 5rem;  
  line-height: 0.5em;
  letter-spacing: 0.07em;
  margin: 0.5em 0em 0em 4%;
  }

.mainbox .sub_title {
  width: 70%;
  margin-right: 0em;
  margin-bottom: 0;
  font-size: 2em;
}

.main_title_01 {
  margin-left: auto;
  font-size: 4vw;
}

.main_title_02 {
  font-size: 8vw;
  line-height: 1.5em;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
Speakers 
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.mainbox2 .speace06_h2 {
  margin-top: 2em;
  margin-left: 0.5em;
  font-size: 8vw;
}

.speakers_box .lwbox p.name_text {
  font-size: 4.2vw;
}

.speakers_box .lwbox p.name_text03 {
  font-size: 2.8vw;
}

.speakers_box .lwbox p.name_text03::before {
  height: 0.1em;
}

.speakers_box .lwbox .lawyer_name01 {
  width: 90%;
  display: block;
  margin: 5% 5% 0;
}

.speakers_box .lwbox .lawyer_name01 picture {
  width: 100%;
}

.speakers_box .lwbox .lawyer_name01 picture img {
  max-width: 85%;
  display: block;
}


.speaker_text {
  padding: 5px 0 0;  
}

.speakers_box .lwbox p.name_text02 {
  font-size: 3vw;
  line-height: 2.1em;
}

.speakers_box .lwbox {
  margin: 0;
}

.speakers_box .lwbox .lawyer_name02_left,
.speakers_box .lwbox .lawyer_name02_right {
  width: 100%;
  display: block;
  margin: 5% 5% 0;
}

.speakers_box .lwbox .lawyer_name02_left picture,
.speakers_box .lwbox .lawyer_name02_right picture {
  width: 100%;
  margin-top: 1em;
  display: inline-block;  
}

.speakers_box .lwbox .lawyer_name02_left picture img,
.speakers_box .lwbox .lawyer_name02_right picture img {
  max-width: 85%;
  display: block;
}

.plr0 {
  padding: 3em 0 2em !important; 
}

.main_co .co_top {
  padding: 0 5%;  
}

.main_co .co_top p {
  font-size: 3.4vw;
}



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
各コンテンツ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.speace06_conts {
  padding: 1em 2% 2em;
}

.parallax_space {
  padding: 5.5em 2em;
}

.space_trend p {
  font-size: 7vw;
}

.space_trend p .space_trend_span {
  font-size: 3vw;
}

.speace06_conts div {
  margin: 3em 1em 4em;
}

.speace06_conts .space06_tr_tit .cont_p {
  padding: 0.8em 1.6em 1.3em;
}

.speace06_conts .space06_tr_tit .cont_p h2 {
  padding-left: 0 !important;
  font-size: 4.2vw;
}

.speace06_conts p.new_goth {
  width: 100%;
  margin: 0 auto;
  font-size: 3.4vw;
}

/* 写真の部分 */
.parallax_content .seminar_pic {
  padding: 2em 0.5em;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
  Q&A
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.speace06_advice {
  padding: 3em 0;
}

.speace06_qa .speace06_h2 {
  margin-top: 1.5em;
  font-size: 8vw;
}

.speace06_advice .speace06_kyakbtn {
  padding: 1em 2.5em 1em 2.5em;
  font-size: 3.4vw;
}

.speace06_advice .speace06_mc.is-open {
  padding: .625em 0.7em;
}

span.span_qa_q::before {
  font-size: 3.4vw;
  top: 13px;  
  left: 14px;
}

.speace06_advice .speace06_modalbox .speace06_p {
  font-size: 3.2vw;
}

span.span_qa_a::before {
  font-size: 3.4vw;
  font-weight: 600;
  color: #00667c;
  top: 13px;
}

.speace06_discrime p {
  margin: 0;
  padding: 0;
  font-size: 3vw;
}


}