@charset "UTF-8";
body {
  color: #585858;
  line-height: 1.45;
  text-align: left;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

.orange {
  color: #f6921e;
}

.blue {
  color: #00a0d2;
}

.pink {
  color: #e95599;
}

.fz120 {
  font-size: 1.2222em;
}

.tc {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.mb {
  margin-bottom: 1.26rem;
}

.mb60 {
  margin-bottom: 3.7rem !important;
}

.lh2 {
  line-height: 2;
}
@media (max-width: 767px) {
  .lh2 {
    line-height: 1.65;
  }
}

.sm {
  font-size: 0.7em;
  display: inline-block;
  line-height: 1.2;
  font-weight: 300;
}

.red {
  color: #c02d4b;
}

.img_full {
  width: 100%;
  max-width: 100%;
}

.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.bg_cover {
  background: no-repeat 50% 50%;
  background-size: cover;
}

.sec {
  padding: 2.77rem 0;
}

.sec_inner {
  max-width: 903px;
  width: 92%;
  margin: 0 auto;
}
.sec_inner.inner_small {
  max-width: 768px;
}

h2,
h3 {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  h2,
  h3 {
    font-size: 22px;
  }
}

.tc {
  text-align: center;
}

.sagan-head {
  height: 687px;
  background: #00a0d2 url(../images/sagan/head.png) no-repeat 50% 100%;
  background-size: auto 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .sagan-head {
    height: 630px;
    background-color: #00a0d2;
    background-image: url(../images/sagan/head_sp.png);
    background-size: auto 100%;
    display: block;
  }
}
.sagan-head .main {
  max-width: 800px;
  margin: 0 auto;
  padding-left: 43%;
  color: #ffffff;
  line-height: 1.34;
  text-align: left;
}
@media (max-width: 767px) {
  .sagan-head .main {
    padding-left: 0;
    padding-top: 40px;
    width: 88%;
  }
}
.sagan-head .ttl {
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .sagan-head .ttl {
    font-size: 30px;
  }
}
.sagan-head .desc {
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .sagan-head .desc {
    font-size: 16px;
  }
}

.read {
  text-align: center;
  padding: 80px 0;
}
.read h2 {
  margin-bottom: 42px;
}
.read p {
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 767px) {
  .read p {
    line-height: 1.5;
  }
}

.ancher {
  padding-bottom: 120px;
  text-align: center;
}
@media (max-width: 767px) {
  .ancher {
    padding-bottom: 60px;
  }
}
.ancher a {
  display: inline-block;
  color: #595959;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  margin-bottom: 23px;
  padding-bottom: 23px;
}
@media (max-width: 767px) {
  .ancher a {
    font-size: 20px;
  }
}
.ancher a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #e95599;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
.ancher a:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.ancher a:last-of-type::after {
  display: none;
}

.sec_ttl {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .sec_ttl {
    margin-bottom: 33px;
  }
}
.sec_ttl span {
  padding-bottom: 22px;
  display: inline-block;
  border-bottom: 2px solid #e271a5;
}
@media (max-width: 767px) {
  .sec_ttl span {
    padding-bottom: 11px;
  }
}
.sec_ttl.--orange span {
  border-color: #f6921e;
}

.about {
  padding-bottom: 90px;
}
.about .movie {
  margin-bottom: 48px;
  height: 550px;
}
@media (max-width: 767px) {
  .about .movie {
    height: 54vw;
  }
}
.about .movie iframe {
  width: 100%;
  height: 100%;
}
.about .list {
  font-size: 20px;
  text-align: left;
  font-weight: 600;
  line-height: 1.28;
  margin-bottom: 47px;
}
@media (max-width: 767px) {
  .about .list {
    font-size: 18px;
  }
}
.about .list li {
  text-indent: -1em;
  padding-left: 1em;
}
.about .list li:not(:last-of-type) {
  margin-bottom: 16px;
}
.about .note {
  text-align: left;
  margin-bottom: 35px;
}
.about h3 {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .about h3 {
    margin-bottom: 77px;
  }
}
.about .box {
  position: relative;
  text-align: left;
}
.about .box .phone {
  width: 79%;
  margin-left: 0;
}
@media (max-width: 767px) {
  .about .box .phone {
    width: 100%;
  }
}
.about .box .ballun {
  position: absolute;
  right: 0;
  top: -55px;
  width: 158px;
}
@media (max-width: 767px) {
  .about .box .ballun {
    width: 25%;
    top: -90px;
  }
}
.about .guide {
  font-size: 14px;
  margin-top: 25px;
}

.cost_tb {
  border-collapse: collapse;
  font-weight: 600;
}
.cost_tb tr {
  border-top: 1px solid #595959;
  border-bottom: 1px solid #595959;
}
.cost_tb th,
.cost_tb td {
  vertical-align: middle;
  padding: 13px 0;
  font-size: 24px;
}
@media (max-width: 767px) {
  .cost_tb th,
  .cost_tb td {
    font-size: 14px;
  }
}
.cost_tb .cent {
  text-align: right;
}
.cost_tb .right {
  padding-left: 20px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .cost_tb .right {
    font-size: 12px;
    width: 43%;
  }
}

.cost {
  padding-bottom: 90px;
}
.cost .guide {
  margin-bottom: 70px;
}
.cost .guide dt {
  font-weight: 600;
}
.kenri {
  padding-bottom: 147px;
}
@media (max-width: 767px) {
  .kenri {
    padding-bottom: 50px;
  }
}
.kenri .left {
  font-size: 18px;
}
@media (max-width: 767px) {
  .kenri .left {
    margin-bottom: 28px;
  }
}
.kenri .nums {
  font-weight: 600;
  padding-left: 0;
}
.kenri .nums li {
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
}
.kenri .nums li:not(:last-of-type) {
  margin-bottom: 17px;
}
.kenri .note {
  margin-top: 40px;
}
.kenri .img {
  width: 22%;
}
@media (max-width: 767px) {
  .kenri .img {
    width: 66%;
    margin: 0 auto;
  }
}
.kenri .demo_img {
  width: 22%;
  height: 444px;
}
@media (max-width: 767px) {
  .kenri .demo_img {
    width: 60%;
    height: auto;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .kenri_tb {
    display: block;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .kenri_tb tr {
    display: flex;
    flex-wrap: wrap;
    padding: 0.44rem 0.44rem;
  }
  .kenri_tb tr:first-of-type {
    border-top: none;
  }
  .kenri_tb tr:last-of-type {
    border-bottom: none;
  }
  .kenri_tb tr th,
  .kenri_tb tr td {
    font-size: 0.91rem;
  }
  .kenri_tb tr .left {
    width: 100%;
    font-size: 1.03rem;
    padding-left: 0;
  }
  .kenri_tb tr .cent {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
  }
  .kenri_tb tr .right {
    width: 100%;
    box-sizing: border-box;
    font-size: 0.8rem;
  }
}

.entry_btn {
  border-radius: 60px;
  display: block;
  background-color: #00a0d2;
  color: #ffffff;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  padding: 7px 0;
  position: relative;
}
.entry_btn.--orange {
  background-color: #f6921e;
}
@media (max-width: 767px) {
  .entry_btn.--orange {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .entry_btn {
    font-size: 24px;
  }
}
.entry_btn.sub {
  background-color: transparent;
  border: 1px solid #00a0d2;
  color: #00a0d2;
  font-size: 18px;
}
.entry_btn.--arw {
  padding: 13px 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
}
.entry_btn.--arw::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(-45deg);
}

.entry {
  max-width: 335px;
  margin: 0 auto 60px;
}
@media (max-width: 767px) {
  .entry {
    max-width: 550px;
    width: 100%;
    margin-bottom: 25px;
  }
}
.entry.--w100 {
  max-width: none;
}

.entry_btm {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .entry_btm {
    justify-content: space-between;
  }
}
.entry_btm li {
  max-width: 224px;
  width: 48%;
  margin: 0 22px;
}
@media (max-width: 767px) {
  .entry_btm li {
    margin: 0;
  }
}

.touroku {
  padding-bottom: 147px;
}
@media (max-width: 767px) {
  .touroku {
    padding-bottom: 55px;
  }
}
.touroku .catch {
  text-align: center;
  font-size: 26px;
  line-height: 2;
  font-weight: 600;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .touroku .catch {
    margin-bottom: 36px;
    font-size: 20px;
  }
}
.touroku .define {
  margin-bottom: 60px;
  font-size: 18px;
}
.touroku .define dt {
  font-weight: 600;
  margin-bottom: 1.2em;
}
.touroku .note_list {
  font-size: 16px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .touroku .note_list {
    margin-bottom: 40px;
  }
}
.touroku .note_list li {
  text-indent: -1em;
  padding-left: 1em;
}

.flow {
  margin-bottom: 195px;
}
@media (max-width: 767px) {
  .flow {
    margin-bottom: 90px;
  }
}
.flow .img {
  margin-bottom: 167px;
}
@media (max-width: 767px) {
  .flow .img {
    margin-bottom: 30px;
  }
}

/* 

8/29 リニューアル
---------------------------*/
@media (max-width: 767px) {
  #footer {
    box-sizing: border-box;
    padding-bottom: 43px;
    height: 170px;
    line-height: 2;
  }
}

.fixd_btn {
  width: 33%;
  max-width: 290px;
  position: fixed;
  bottom: 110px;
  right: 0;
  z-index: 9999;
  text-align: center;
  background: #fff;
  padding: 20px 0 10px 0;
  border-radius: 10px 0 0 20px;
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .fixd_btn {
    width: 100%;
    max-width: none;
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    padding: 3.5% 3%;
    box-sizing: border-box;
    border-radius: 0;
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.4);
  }
}
.fixd_btn .btn {
  background-color: #00a0d2;
  text-align: center;
  color: #ffffff;
  border-radius: 5rem;
  display: block;
  width: 88%;
  padding: 6px 0;
  font-size: 18px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .fixd_btn .btn {
    width: 77%;
    font-size: 16px;
  }
}
.fixd_btn .middle_txt {
  line-height: 1.177;
  margin: 23px 0 2px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .fixd_btn .middle_txt {
    font-size: 11px;
    margin: 14px 0 0px;
  }
}
.fixd_btn .middle_txt .md {
  font-size: 17px;
}
.fixd_btn .btm_link a {
  color: #00a0d2;
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 767px) {
  .fixd_btn .btm_link a {
    font-size: 16px;
    line-height: 1;
  }
}

.new_sagan-head {
  position: relative;
  height: 420px;
  background: url(../images/securepc/lp/bk03_new.jpg?202208313444) no-repeat 50% 0;
  background-size: cover;
}
@media (max-width: 767px) {
  .new_sagan-head {
    background-image: url(../images/securepc/lp/bk03_new_sp.jpg?202208313444);
    height: 140vw;
  }
}
.new_sagan-head .logo {
  position: absolute;
  max-width: 115px;
  width: 19%;
  right: 5%;
  top: 10%;
}
@media (max-width: 767px) {
  .new_sagan-head .logo {
    right: 4%;
    top: 4%;
  }
}
.new_sagan-head .copy {
  position: absolute;
  right: 3%;
  bottom: 4%;
  font-size: 12px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .new_sagan-head .copy {
    left: auto;
    right: 2%;
    bottom: 2%;
  }
}
.new_sagan-head .main {
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 35%;
  color: #ffffff;
  line-height: 1.18;
  padding-top: 70px;
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
@media (max-width: 767px) {
  .new_sagan-head .main {
    padding-left: 20%;
    padding-top: 14%;
  }
}
.new_sagan-head .main .sq {
  display: inline-block;
  border: 2px solid #fff;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  padding: 6px 9px;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .new_sagan-head .main .sq {
    padding: 4px 7px;
    font-size: 18px;
  }
}
.new_sagan-head .main .ttl {
  font-size: 72px;
  line-height: 0.89;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .new_sagan-head .main .ttl {
    font-size: 17vw;
    line-height: 1.22;
    white-space: pre-wrap;
  }
}
.new_sagan-head .main .ttl .sm {
  display: inline-block;
  font-size: 36px;
  vertical-align: top;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .new_sagan-head .main .ttl .sm {
    font-size: 7vw;
    line-height: 1.22;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.new_sagan-head .main .desc {
  font-size: 40px;
  font-weight: 600;
  margin-top: 22px;
  margin-bottom: 18px;
  text-align: center;
  letter-spacing: 0.07em;
  animation: zoomIn 1.33s ease-in-out infinite;
}
@media (max-width: 767px) {
  .new_sagan-head .main .desc {
    font-size: 7.2vw;
  }
}
.new_sagan-head .main .text {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.36;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 767px) {
  .new_sagan-head .main .text {
    font-size: 14px;
    margin-top: 4px;
  }
}
.new_sagan-head .main .text .band {
  background-color: #fff;
  color: #333333;
  font-weight: 600;
  padding: 4px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .new_sagan-head .main .text .band {
    font-size: 16px;
  }
}
.new_sagan-head .btn-wrap {
  text-align: center;
  margin-top: 20px;
}
.new_sagan-head .btn-wrap .btn {
  background-color: #f6921e;
  color: #ffffff;
  border-radius: 45px;
  padding: 9px 33px;
}
@media (max-width: 767px) {
  .new_sagan-head .btn-wrap .btn {
    font-size: 14px;
    width: 100%;
    display: block;
    padding: 11px 12px;
  }
}
.new_sagan-head .main_content {
  color: #ffffff;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 600;
  position: relative;
  z-index: 600;
}
.new_sagan-head .main_content .sq {
  display: inline-block;
  border: 2px solid #fff;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  padding: 6px 9px;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .new_sagan-head .main_content .sq {
    padding: 4px 7px;
    font-size: 18px;
  }
}
.new_sagan-head .main_content .ttl {
  font-size: 72px;
  line-height: 0.89;
  font-weight: 700;
  white-space: nowrap;
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
@media (max-width: 767px) {
  .new_sagan-head .main_content .ttl {
    font-size: 12vw;
    line-height: 1.22;
    white-space: pre-wrap;
  }
}
.new_sagan-head .main_content .ttl .sm {
  display: inline-block;
  font-size: 36px;
  vertical-align: top;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .new_sagan-head .main_content .ttl .sm {
    font-size: 7vw;
    line-height: 1.22;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.new_sagan-head .main_content .desc {
  font-size: 40px;
  font-weight: 600;
  margin-top: 22px;
  margin-bottom: 18px;
  text-align: center;
  letter-spacing: 0.07em;
  animation: zoomIn 1.33s ease-in-out infinite;
}
@media (max-width: 767px) {
  .new_sagan-head .main_content .desc {
    font-size: 7.2vw;
  }
}
.new_sagan-head .main_content .subttl {
  font-size: 25px;
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
@media (max-width: 767px) {
  .new_sagan-head .main_content .subttl {
    font-size: 20px;
  }
}
.new_sagan-head .main_content .subttl .ld01 {
  font-size: 52px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .new_sagan-head .main_content .subttl .ld01 {
    font-size: 32px;
  }
}
.new_sagan-head .main_content .subttl .ld02 {
  font-size: 55px;
  padding-bottom: 3px;
  font-weight: 700;
  color: #f6f209;
}
@media (max-width: 767px) {
  .new_sagan-head .main_content .subttl .ld02 {
    font-size: 27px;
  }
}
.new_sagan-head .main_content .catch_text {
  font-size: 22px;
  margin: 25px 0;
  color: #333333;
}
@media (max-width: 767px) {
  .new_sagan-head .main_content .catch_text {
    font-size: 15px;
  }
}
.new_sagan-head .main_content .catch_text .bann {
  display: inline-block;
  background-color: #fff;
  padding: 3px;
}
.new_sagan-head .main_content .catch_text .ld03 {
  color: #d62a4f;
  text-decoration: underline;
}
.new_sagan-head .main_content .btm {
  font-size: 33px;
}
@media (max-width: 767px) {
  .new_sagan-head .main_content .btm {
    font-size: 17px;
  }
}

.new_read {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .new_read {
    padding: 40px 0;
  }
}
.cam_read {
  text-align: center;
  background-color: #f8fcff;
}
.cam_read p {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.77;
}
@media (max-width: 767px) {
  .cam_read p {
    font-size: 0.9rem;
  }
}
.cam_read p:not(:last-of-type) {
  margin-bottom: 1.1rem;
}

.new_about {
  text-align: center;
  background: url(../images/sagan/bg01.jpg) 50% 50% no-repeat;
  background-size: cover;
  padding: 80px 0 100px;
  position: relative;
}
@media (max-width: 767px) {
  .new_about {
    padding: 40px 0 50px;
  }
}
.new_about .bold {
  font-size: 18px;
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .new_about .bold {
    margin-bottom: 30px;
  }
}
.new_about .texts {
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 767px) {
  .new_about .texts {
    font-size: 15px;
  }
}
.new_about .texts p:not(:last-of-type) {
  margin-bottom: 33px;
}
.new_about .copy {
  position: absolute;
  bottom: 3%;
  right: 3%;
  font-size: 12px;
  font-family: "Arial" sans-serif;
}
@media (max-width: 767px) {
  .new_about .copy {
    bottom: 1.5%;
    right: 1.5%;
    font-size: 1vw;
  }
}

.new_reason {
  padding: 100px 0 60px;
}
@media (max-width: 767px) {
  .new_reason {
    padding: 50px 0 30px;
  }
}
.new_reason .sec_inner {
  position: relative;
}
@media (max-width: 767px) {
  .new_reason .sec_inner {
    padding-bottom: 12%;
  }
}
.new_reason .sec_inner .ball {
  position: absolute;
  left: 0;
  top: 50%;
  max-width: 153px;
  width: 22%;
}
@media (max-width: 767px) {
  .new_reason .sec_inner .ball {
    top: auto;
    bottom: -8%;
  }
}
.new_reason .bold {
  margin-bottom: 88px;
}
@media (max-width: 767px) {
  .new_reason .bold {
    margin-bottom: 30px;
  }
}
.new_reason .texts {
  text-align: center;
  line-height: 2;
  position: relative;
}
@media (max-width: 767px) {
  .new_reason .texts {
    font-size: 15px;
  }
}
.new_reason .texts p:not(:last-of-type) {
  margin-bottom: 33px;
}
@media (max-width: 767px) {
  .new_reason .texts p:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.new_reason .btm_photos {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .new_reason .btm_photos {
    margin-top: 30px;
  }
}

.new_fec {
  padding: 199px 0 66px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .new_fec {
    padding: 30px 0 36px;
  }
}
.new_fec .sec_ttl {
  margin-bottom: 80px;
}
.new_fec .movie {
  margin-bottom: 7px;
  height: 507px;
}
@media (max-width: 767px) {
  .new_fec .movie {
    height: 66vw;
  }
}
.new_fec .nots {
  font-size: 12px;
  margin-bottom: 46px;
  text-align: center;
}
.new_fec .list {
  font-size: 20px;
  margin-bottom: 47px;
}
.new_fec .list li {
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 767px) {
  .new_fec .list li {
    font-size: 17px;
  }
}
.new_fec .list li:not(:last-of-type) {
  margin-bottom: 26px;
}
.new_fec .note {
  margin-bottom: 72px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .new_fec .note {
    font-size: 14px;
  }
}
.new_fec .step {
  position: relative;
}
.new_fec .step .ttl {
  font-size: 20px;
  margin-bottom: 56px;
  text-align: left;
}
@media (max-width: 767px) {
  .new_fec .step .ttl {
    margin-bottom: 32%;
  }
}
.new_fec .step .img {
  width: 99%;
}
@media (max-width: 767px) {
  .new_fec .step .img {
    width: 100%;
  }
}
.new_fec .step .ballun {
  position: absolute;
  right: -14%;
  top: -46px;
  max-width: 157px;
}
@media (max-width: 767px) {
  .new_fec .step .ballun {
    right: -3%;
    width: 28%;
    top: 14%;
  }
}
.new_fec .step_note {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 83px;
}
.new_fec .cam {
  position: relative;
  margin-bottom: 184px;
}
@media (max-width: 767px) {
  .new_fec .cam {
    margin-bottom: 10%;
  }
}
.new_fec .cam .texts {
  width: 67%;
}
@media (max-width: 767px) {
  .new_fec .cam .texts {
    width: 100%;
    margin-bottom: 1.8rem;
  }
}
.new_fec .cam .goods {
  position: absolute;
  top: -20px;
  right: -3%;
  width: 48%;
}
@media (max-width: 767px) {
  .new_fec .cam .goods {
    position: static;
    width: 95%;
    margin: 0 auto;
  }
}
.new_fec .catch {
  max-width: 340px;
  width: 78%;
  margin: 0 auto 44px;
}
@media (max-width: 767px) {
  .new_fec .catch {
    margin-bottom: 33px;
  }
}
.new_fec .copy {
  position: absolute;
  bottom: 14%;
  right: 7%;
  font-size: 12px;
  font-family: "Arial" sans-serif;
}
@media (max-width: 767px) {
  .new_fec .copy {
    bottom: 8.2%;
    right: 7%;
    font-size: 1vw;
  }
}

.new_demo {
  padding: 66px 0 90px;
}
@media (max-width: 767px) {
  .new_demo {
    padding: 34px 0 40px;
  }
}
.new_demo .sec_ttl {
  margin-bottom: 121px;
}
@media (max-width: 767px) {
  .new_demo .sec_ttl {
    margin-bottom: 45px;
  }
}
.new_demo .img {
  max-width: 300px;
  width: 93%;
  margin: 0 auto 88px;
}
@media (max-width: 767px) {
  .new_demo .img {
    margin-bottom: 40px;
    width: 100%;
    max-width: none;
  }
}
.new_demo .img.re {
  max-width: none;
  width: 100%;
}
.new_demo .img .in {
  position: relative;
}
.new_demo .img .guide {
  position: absolute;
}
@media (max-width: 767px) {
  .new_demo .img .guide {
    max-width: 100%;
  }
}
.new_demo .img .guide.top {
  left: -75%;
  top: 24%;
  width: 351px;
}
@media (max-width: 767px) {
  .new_demo .img .guide.top {
    left: -71%;
    top: 25.5%;
    width: 112%;
  }
}
.new_demo .img .guide.btm {
  right: -61%;
  bottom: 25%;
  width: 379px;
}
@media (max-width: 767px) {
  .new_demo .img .guide.btm {
    right: -89%;
    bottom: 23%;
    width: 160%;
  }
}
.new_demo .img .guide.img_01 {
  left: -2%;
  top: 2.4%;
  width: 540px;
}
@media (max-width: 767px) {
  .new_demo .img .guide.img_01 {
    width: 80%;
    left: 17%;
    top: 2%;
  }
}
.new_demo .img .guide.img_02 {
  left: -91%;
  top: 24.4%;
  width: 575px;
}
@media (max-width: 767px) {
  .new_demo .img .guide.img_02 {
    left: 0;
    width: 82%;
    top: 20%;
  }
}
.new_demo .img .guide.img_03 {
  left: -2%;
  top: 43.4%;
  width: 561px;
}
@media (max-width: 767px) {
  .new_demo .img .guide.img_03 {
    left: auto;
    right: 0;
    width: 84%;
    top: 34%;
  }
}
.new_demo .img .guide.img_04 {
  left: -91%;
  top: 53%;
  width: 467px;
}
@media (max-width: 767px) {
  .new_demo .img .guide.img_04 {
    left: -2%;
    top: 43.5%;
    width: 57%;
  }
}
.new_demo .img .demo_if {
  text-align: center;
}
.new_demo .img .demo_if iframe {
  width: 300px;
  height: 649px;
}
@media (max-width: 767px) {
  .new_demo .img .demo_if iframe {
    width: 48%;
    height: 120vw;
    margin: 0 auto;
  }
}
.new_demo .img .note {
  color: #595959;
  font-size: 14px;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .new_demo .img .note {
    margin-top: 9px;
    font-size: 1vw;
    text-align: center;
  }
}
.new_demo .open {
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  color: #00a0d2;
}
@media (max-width: 767px) {
  .new_demo .open {
    font-size: 20px;
  }
}

.new_cta {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .new_cta {
    padding-bottom: 40px;
  }
}
.new_cta h2 {
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  color: #00a0d2;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .new_cta h2 {
    font-size: 20px;
    margin-bottom: 35px;
  }
}
.new_cta .text {
  text-align: center;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 52px;
}
@media (max-width: 767px) {
  .new_cta .text {
    font-size: 19px;
    margin-bottom: 33px;
  }
}

.yourixyou {
  padding-bottom: 55px;
}

.info_tb {
  width: 100%;
  margin-bottom: 88px;
}
@media (max-width: 767px) {
  .info_tb {
    margin-bottom: 40px;
  }
}
.info_tb caption {
  caption-side: bottom;
  padding-top: 4px;
}
@media (max-width: 767px) {
  .info_tb caption {
    font-size: 10px;
    padding-top: 6px;
  }
}
.info_tb th {
  font-weight: 600;
}
.info_tb th,
.info_tb td {
  font-size: 16px;
}
@media (max-width: 767px) {
  .info_tb th,
  .info_tb td {
    font-size: 1vw;
    padding: 8px 2%;
  }
}
.info_tb .left {
  width: 27%;
}
@media (max-width: 767px) {
  .info_tb .left {
    width: 22%;
  }
}
.info_tb .cent {
  width: 50%;
  font-weight: 300;
  text-align: left;
}
@media (max-width: 767px) {
  .info_tb .cent {
    width: 35%;
  }
}
.info_tb .right {
  width: 23%;
  font-weight: 300;
  font-size: 12px;
}
@media (max-width: 767px) {
  .info_tb .right {
    width: 29%;
    font-size: 0.9vw;
    padding-left: 0;
  }
}

.pc_tr {
  display: table-row;
}
@media (max-width: 767px) {
  .pc_tr {
    display: none;
  }
}

.sp_tr {
  display: none;
}
@media (max-width: 767px) {
  .sp_tr {
    display: table-row;
  }
}

.point_table {
  border-collapse: collapse;
  width: 100%;
}
.point_table th,
.point_table td {
  border: 1px solid #d1d1d1;
  padding: 0.66rem 0.33rem;
  font-size: 0.96rem;
}
@media (max-width: 767px) {
  .point_table th,
  .point_table td {
    font-size: 0.8rem;
  }
}
.point_table th .sm,
.point_table td .sm {
  font-size: 12px;
}
@media (max-width: 767px) {
  .point_table th .sm,
  .point_table td .sm {
    font-size: 10px;
    line-height: 1.69;
    display: inline-block;
  }
}
.point_table th.head_sub,
.point_table td.head_sub {
  background-color: #e4faff;
  font-weight: 600;
}
.point_table th.ttl,
.point_table td.ttl {
  width: 25%;
}
@media (max-width: 767px) {
  .point_table th.ttl,
  .point_table td.ttl {
    width: 14%;
  }
}
.point_table th.desc,
.point_table td.desc {
  width: 32%;
}
@media (max-width: 767px) {
  .point_table th.desc,
  .point_table td.desc {
    width: 20%;
  }
}
.point_table th.vrrt,
.point_table td.vrrt {
  min-height: 400px;
  min-width: 33px;
}
.point_table th.vrrt .in,
.point_table td.vrrt .in {
  display: flex;
  justify-content: center;
  align-items: center;
}
.point_table th .vr,
.point_table td .vr {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
}
.point_table thead th,
.point_table thead td {
  background-color: #00a0d2;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  font-size: 1.05rem;
}
@media (max-width: 767px) {
  .point_table thead th,
  .point_table thead td {
    font-size: 0.93rem;
  }
}
.point_table thead th.tokun,
.point_table thead td.tokun {
  font-size: 0.7rem;
  width: 10%;
}
@media (max-width: 767px) {
  .point_table thead th.tokun,
  .point_table thead td.tokun {
    font-size: 0.6rem;
  }
}

.flowss {
  padding-bottom: 43px;
}
.flowss .ttl {
  font-size: 26px;
  text-align: left;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .flowss .ttl {
    font-size: 19px;
  }
}
.flowss .nums li {
  font-size: 16px;
}
@media (max-width: 767px) {
  .flowss .nums li {
    font-size: 14px;
  }
}
.flowss .nums .clild {
  margin-top: 1em;
}
.flowss .nums .clild li {
  font-size: 14px;
  font-weight: 100;
}
@media (max-width: 767px) {
  .flowss .nums .clild li {
    font-size: 12px;
  }
}
.flowss .btm {
  text-align: center;
  font-size: 12px;
  margin-top: 44px;
}

.dl_head {
  color: #34b3da;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .dl_head {
    font-size: 18px;
  }
}
.dl_head .sm {
  font-size: 18px;
}
@media (max-width: 767px) {
  .dl_head .sm {
    font-size: 14px;
  }
}

.dl_area {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .dl_area {
    display: block;
  }
}
.dl_area .mark {
  width: 97px;
  margin-right: 45px;
}
@media (max-width: 767px) {
  .dl_area .mark {
    width: 22%;
    margin: 0 auto 1.6rem;
  }
}
.dl_area .actions {
  display: flex;
}
@media (max-width: 767px) {
  .dl_area .actions {
    display: block;
  }
}
.dl_area .actions .item {
  margin: 0 14px;
}
@media (max-width: 767px) {
  .dl_area .actions .item {
    margin: 0 0 0.66rem;
  }
}
.dl_area .actions .item .guid {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}
.dl_area .actions .item .action {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .dl_area .actions .item .action {
    justify-content: center;
  }
  .dl_area .actions .item .action a {
    display: block;
    text-align: center;
  }
}
.dl_area .actions .item .action img {
  width: auto;
  zoom: 0.5;
}
@media (max-width: 767px) {
  .dl_area .actions .item .action img {
    margin: 0 auto;
    display: block;
  }
}
.dl_area .actions .item .action .qr {
  margin-left: 16px;
  display: inline-block;
  width: 190px;
}
@media (max-width: 767px) {
  .dl_area .actions .item .action .qr {
    display: none;
  }
}

.manual {
  margin: 33px auto 0;
  max-width: 88%;
}
@media (max-width: 767px) {
  .manual {
    max-width: 100%;
  }
}

/* 


サガン鳥栖ファントークンアプリ紹介
-------------------*/
.user_manual .fv {
  background: url(../images/sagan/manual/fv_bg.png) no-repeat 50% 50%;
  background-size: cover;
  padding: 9.55rem 0;
}
@media (max-width: 767px) {
  .user_manual .fv {
    padding: 4rem 0;
  }
}
.user_manual .fv .sec_inner {
  text-align: center;
}
.user_manual .fv .sec_inner .ttl {
  display: inline-block;
  background-color: #fff;
  font-size: 33px;
  font-weight: 600;
  margin-bottom: 0.74rem;
  padding: 0.66rem 0.97rem;
}
@media (max-width: 767px) {
  .user_manual .fv .sec_inner .ttl {
    font-size: 1.64em;
  }
}
.user_manual .fv .sec_inner .main {
  text-align: center;
}
.user_manual .fv .sec_inner .date {
  display: inline-block;
  background-color: #fff;
  font-size: 18px;
  padding: 0.36rem 0.67rem;
}
@media (max-width: 767px) {
  .user_manual .fv .sec_inner .date {
    font-size: 0.88em;
  }
}
.user_manual .steps {
  padding: 3.66rem 0;
}
@media (max-width: 767px) {
  .user_manual .steps {
    padding: 2.2rem 0;
  }
}
.user_manual .catch {
  font-weight: 600;
  font-size: 20px;
  color: #f6921e;
}
@media (max-width: 767px) {
  .user_manual .catch {
    font-size: 18px;
  }
}
.user_manual .mb25 {
  margin-bottom: 1.77rem;
}
.user_manual .img {
  max-width: 840px;
  margin: 0 auto;
}
.user_manual .img:not(:last-of-type) {
  margin-bottom: 2.66rem;
}
.user_manual .img.--center {
  max-width: 440px;
}
.user_manual .desc_box {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 1.99rem;
}
.user_manual .bg_area {
  background-color: #fff8eb;
  padding: 1.33rem;
  margin-bottom: 1.55rem;
}
.user_manual .num_list {
  font-weight: 600;
  font-size: 1.15em;
}
.user_manual .dedines {
  font-weight: 600;
  font-size: 1.17em;
  margin-bottom: 1.55rem;
}
.user_manual .dedines dt {
  margin-bottom: 0.44em;
}
.user_manual .event_mission .sec_inner .img {
  max-width: 350px;
}
.user_manual .table {
  width: 100%;
  border-collapse: collapse;
  caption-side: bottom;
}
.user_manual .table caption {
  padding-top: 10px;
}
.user_manual .table th,
.user_manual .table td {
  padding: 0.55em 0.77em;
  font-size: 18px;
  border: 1px solid #d2d2d2;
}
@media (max-width: 767px) {
  .user_manual .table th,
  .user_manual .table td {
    font-size: 14px;
    padding: 0.35em 0.37em;
  }
}
.user_manual .table th {
  font-weight: 600;
}
.user_manual .table thead th {
  background-color: #00a0d2;
  color: #ffffff;
  text-align: center;
}
.user_manual .table thead th.left {
  width: 23%;
}
@media (max-width: 767px) {
  .user_manual .table thead th.left {
    width: 30%;
  }
}
.user_manual .table tbody th,
.user_manual .table tbody td {
  background-color: #fafdff;
}
.user_manual .table_point thead th,
.user_manual .table_point thead td {
  background-color: #00a0d2;
  color: #ffffff;
}
.user_manual .tc {
  text-align: center;
}
.user_manual .table_note {
  padding-top: 12px;
}
.user_manual .table_note.indent04 {
  padding-left: 4.7em;
  text-indent: -4.7em;
}
@media (max-width: 767px) {
  .user_manual .table_note.indent04 {
    padding-left: 0;
    text-indent: 0;
  }
}
.user_manual .desc_group {
  margin-bottom: 1.5rem;
}
.user_manual .desc_group .ttl {
  border-bottom: 1px solid #e1e1e1;
  text-align: left;
  font-size: 1.34em;
  color: #00a0d2;
  padding-bottom: 7px;
  margin-bottom: 0.78em;
}
.user_manual .defines dt {
  color: #f6921e;
  font-size: 1.42em;
  font-weight: 600;
  margin-bottom: 0.47em;
  padding-bottom: 0.33em;
  position: relative;
}
.user_manual .defines dt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 32px;
  background-color: #f6921e;
}
.user_manual .defines dd {
  font-size: 1.1em;
}
.user_manual .defines dd ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.user_manual .dd_point .sec_inner .col {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .user_manual .dd_point .sec_inner .col {
    display: block;
  }
}
.user_manual .dd_point .sec_inner .col .defines {
  width: 32%;
}
@media (max-width: 767px) {
  .user_manual .dd_point .sec_inner .col .defines {
    width: 100%;
  }
  .user_manual .dd_point .sec_inner .col .defines:not(:last-of-type) {
    margin-bottom: 1.88rem;
  }
}

.camp {
  padding-bottom: 9rem;
}
@media (max-width: 767px) {
  .camp {
    padding-bottom: 4.77rem;
  }
}
.camp p {
  font-size: 1.44rem;
}
@media (max-width: 767px) {
  .camp p {
    font-size: 0.96rem;
  }
}
.camp .list {
  background-color: #f8f8f8;
  padding: 1.22rem;
}

.mokuzi {
  background-color: #f5fbff;
  padding: 1.11111rem 0;
}
.mokuzi h2 {
  color: #00a0d2;
  text-align: center;
  font-size: 1.822rem;
  margin-bottom: 1rem;
}
.mokuzi .list {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}
@media (min-width: 768px) {
  .mokuzi .list::after {
    content: "";
    width: 31.8%;
    display: block;
  }
}
.mokuzi .list li {
  width: 31.8%;
  text-align: center;
}
@media (max-width: 767px) {
  .mokuzi .list li {
    width: 50%;
  }
}
.mokuzi .list li a {
  color: #00a0d2;
  padding: 0.8877rem;
  font-weight: 600;
  display: block;
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .mokuzi .list li a {
    font-size: 0.76rem;
    padding: 0.66rem 0.44rem;
  }
}

.ouen-summit {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

.ouen_summit_head {
  position: relative;
  background: url(../images/sagan/ouen-summit/fv_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding: 73px 0 55px;
}
@media (max-width: 767px) {
  .ouen_summit_head {
    background-image: url(../images/sagan/ouen-summit/fv_bg_sp.jpg);
    height: 100vw;
    padding: 35% 5% 11%;
  }
}
.ouen_summit_head .logo {
  position: absolute;
  top: 2%;
  right: 2%;
  max-width: 115px;
  width: 12.55%;
}
@media (max-width: 767px) {
  .ouen_summit_head .logo {
    width: 18%;
  }
}
.ouen_summit_head .main_content {
  text-align: center;
}
@media (max-width: 767px) {
  .ouen_summit_head .main_content {
    text-align: left;
  }
}
.ouen_summit_head .main_content .catch {
  font-size: 36px;
  font-weight: 600;
  color: #000;
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  .ouen_summit_head .main_content .catch {
    font-size: 1.4rem;
  }
}
.ouen_summit_head .main_content .ttl {
  font-size: 54px;
  font-weight: 800;
  color: #000;
  line-height: 1.21;
  margin-bottom: 57px;
}
@media (max-width: 767px) {
  .ouen_summit_head .main_content .ttl {
    font-size: 2.96rem;
  }
}
.ouen_summit_head .main_content .btn {
  display: block;
  background-color: #00A0D2;
  border-radius: 20px;
  color: #ffffff;
  text-align: center;
  max-width: 489px;
  margin: 0 auto;
  font-size: 1.01rem;
  padding: 7px 0;
}
@media (max-width: 767px) {
  .ouen_summit_head .main_content .btn {
    border-radius: 66px;
  }
}

.sec_summit_intro {
  background-image: url(../images/sagan/ouen-summit/intro_bg.jpg);
  padding: 96px 0 133px;
}
@media (max-width: 767px) {
  .sec_summit_intro {
    padding: 76px 0 103px;
  }
}
.sec_summit_intro .ttl {
  text-align: center;
  color: #f6921e;
  font-weight: 800;
  font-size: 48px;
  margin-bottom: 88px;
}
@media (max-width: 767px) {
  .sec_summit_intro .ttl {
    font-size: 40px;
    margin-bottom: 55px;
  }
}
.sec_summit_intro .dl {
  text-align: center;
}
.sec_summit_intro .dl:not(:last-of-type) {
  margin-bottom: 48px;
}
.sec_summit_intro .dl dt {
  font-weight: 800;
  font-size: 40px;
}
@media (max-width: 767px) {
  .sec_summit_intro .dl dt {
    font-size: 1.9rem;
  }
}
.sec_summit_intro .dl dd {
  font-size: 1.55rem;
}
@media (max-width: 767px) {
  .sec_summit_intro .dl dd {
    font-size: 1.27rem;
    margin-top: 0.44rem;
  }
}

.b_800 {
  font-weight: 800;
}

.text_l {
  font-size: 32px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .text_l {
    font-size: 1.65rem;
  }
}

.sec_summit_benefit {
  background-image: url(../images/sagan/ouen-summit/benefit_bg.jpg);
  padding: 145px 0 88px;
}
@media (max-width: 767px) {
  .sec_summit_benefit {
    padding: 88px 0;
  }
}
.sec_summit_benefit p {
  font-size: 24px;
}
@media (max-width: 767px) {
  .sec_summit_benefit p {
    font-size: 1.1rem;
  }
}
.sec_summit_benefit .read_txt {
  margin-bottom: 2.6rem;
}
.sec_summit_benefit .photos {
  max-width: 600px;
  margin: 0 auto 1.94rem;
}
.sec_summit_benefit .caps .cap {
  text-align: center;
}
.sec_summit_benefit .caps .cap:last-child {
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .sec_summit_benefit .close {
    text-align: center;
  }
}
.sec_summit_benefit .close .text_l {
  font-weight: 600;
  color: #D13C3C;
}
.sec_summit_benefit .btm_nots {
  margin-top: 2.8rem;
  width: 61%;
  margin-left: auto;
  font-size: 16px;
}
@media (max-width: 767px) {
  .sec_summit_benefit .btm_nots {
    width: 100%;
  }
}

.sec_summit_movie .movie {
  height: 400px;
  max-width: 522px;
  margin: 0 auto 2.7rem;
}
@media (max-width: 767px) {
  .sec_summit_movie .movie {
    height: 270px;
  }
}
.sec_summit_movie .ttl {
  margin-bottom: 161px;
}
@media (max-width: 767px) {
  .sec_summit_movie .ttl {
    margin-bottom: 2.7rem;
  }
}
.sec_summit_movie .sub_ttl {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .sec_summit_movie .sub_ttl {
    margin-bottom: 2.2rem;
  }
}
.sec_summit_movie .list li {
  position: relative;
  padding-left: 2.4em;
  font-size: 28px;
}
@media (max-width: 767px) {
  .sec_summit_movie .list li {
    font-size: 20px;
    padding-left: 1.97rem;
  }
}
.sec_summit_movie .list li:not(:last-of-type) {
  margin-bottom: 2.9rem;
}
.sec_summit_movie .list li .head {
  font-weight: 700;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .sec_summit_movie .list li .head {
    line-height: 1.5;
    margin-bottom: 0.99rem;
  }
}
.sec_summit_movie .list li .head .num {
  position: absolute;
  left: 0;
  top: 0;
}
.sec_summit_movie .list li .desc {
  font-size: 18px;
  line-height: 1.99;
}
@media (max-width: 767px) {
  .sec_summit_movie .list li .desc {
    font-size: 15px;
    line-height: 1.61;
  }
}
.sec_summit_movie .list li .desc a {
  font-weight: 700;
}
.sec_summit_movie .list li .desc .nots {
  margin-top: 2.9rem;
}
.sec_summit_movie .list li .desc .nots li {
  font-size: 16px;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0;
  line-height: 1.67;
}

.sec_summit_project {
  padding: 77px 0 277px;
}
@media (max-width: 767px) {
  .sec_summit_project {
    padding: 55px 0 170px;
  }
}
@media (max-width: 1250px) {
  .sec_summit_project .sec_ttl {
    margin-bottom: 10rem;
  }
}
@media (max-width: 767px) {
  .sec_summit_project .sec_ttl {
    margin-bottom: 8rem;
  }
}
.sec_summit_project .list li {
  position: relative;
  padding-left: 1.7em;
}
.sec_summit_project .list li:not(:last-of-type) {
  margin-bottom: 2.9rem;
}
@media (max-width: 767px) {
  .sec_summit_project .list li:not(:last-of-type) {
    margin-bottom: 7rem;
  }
}
.sec_summit_project .list li .ballon {
  position: absolute;
  width: 137px;
}
@media (max-width: 1250px) {
  .sec_summit_project .list li .ballon {
    width: 114px;
  }
}
@media (max-width: 767px) {
  .sec_summit_project .list li .ballon {
    width: 22%;
  }
}
.sec_summit_project .list li .ballon.bal01 {
  left: -152px;
  top: -137px;
}
@media (max-width: 1250px) {
  .sec_summit_project .list li .ballon.bal01 {
    left: 0;
    top: -50%;
  }
}
@media (max-width: 767px) {
  .sec_summit_project .list li .ballon.bal01 {
    left: -3%;
    top: -90px;
  }
}
.sec_summit_project .list li .ballon.bal02 {
  right: -52px;
  top: -97px;
}
@media (max-width: 1250px) {
  .sec_summit_project .list li .ballon.bal02 {
    right: 0;
  }
}
@media (max-width: 767px) {
  .sec_summit_project .list li .ballon.bal02 {
    right: -3%;
    top: -90px;
  }
}
.sec_summit_project .list li .ballon.bal03 {
  left: -152px;
  bottom: -137px;
}
@media (max-width: 1250px) {
  .sec_summit_project .list li .ballon.bal03 {
    left: 0;
    bottom: -80%;
  }
}
@media (max-width: 767px) {
  .sec_summit_project .list li .ballon.bal03 {
    left: -3%;
    bottom: -90px;
  }
}
.sec_summit_project .list li .head {
  font-weight: 800;
  font-size: 26px;
  margin-bottom: 0.77rem;
}
@media (max-width: 767px) {
  .sec_summit_project .list li .head {
    font-size: 20px;
  }
}
.sec_summit_project .list li .head::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.sec_summit_project .list li .dl dd {
  padding-left: 2.05em;
  line-height: 2.4;
}
@media (max-width: 767px) {
  .sec_summit_project .list li .dl dd {
    line-height: 1.78;
  }
}

.sec_summit_chara {
  padding: 22px 0 105px;
}
@media (max-width: 767px) {
  .sec_summit_chara {
    padding: 22px 0 57px;
  }
}
.sec_summit_chara .ttl {
  text-align: center;
  margin-bottom: 0;
}
.sec_summit_chara .read_text {
  font-size: 28px;
  margin: 0 0 3.2rem;
}
.sec_summit_chara .thumb {
  margin-bottom: 1.6rem;
}
.sec_summit_chara .cap {
  font-size: 16px;
  text-align: center;
}
.sec_summit_chara .movie {
  width: 100%;
  height: 456px;
  margin-top: 95px;
  margin-bottom: 1.6rem;
}

.sec_summit_join {
  padding: 33px 0 120px;
}
@media (max-width: 767px) {
  .sec_summit_join {
    padding: 22px 0 57px;
  }
}
.sec_summit_join .list {
  margin-bottom: 74px;
}
.sec_summit_join .list li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 18px;
}
.sec_summit_join .dl_area {
  margin-bottom: 107px;
}
.sec_summit_join .action {
  max-width: 489px;
  margin: 0 auto;
}
.sec_summit_join .action .entry .entry_btn {
  font-size: 16px;
}
.sec_summit_join .action .entry_btm {
  display: flex;
  justify-content: space-between;
}
.sec_summit_join .action .entry_btm li {
  margin: 0;
  width: 47%;
}
.sec_summit_join .action .entry_btm .entry_btn {
  border-color: #f6921e;
  color: #f6921e;
}

.summit_re_head {
  position: relative;
  background: url(../images/sagan/ouen-summit_re/fv_bg.jpg) no-repeat 50%;
  background-size: cover;
  padding: 40px 0 41px;
}
@media (max-width: 767px) {
  .summit_re_head {
    background-image: url(../images/sagan/ouen-summit_re/fv_bg_sp.jpg);
  }
}
.summit_re_head .sns-tw {
  position: absolute;
  max-width: 170px;
  width: 12.55%;
  top: 13px;
  right: 11.44%;
}
@media (max-width: 767px) {
  .summit_re_head .sns-tw {
    top: 71%;
    width: 38%;
    right: 5%;
  }
}
.summit_re_head .mark {
  position: absolute;
  width: 115px;
  top: 20px;
  right: 20px;
}
@media (max-width: 767px) {
  .summit_re_head .mark {
    width: 22%;
  }
}
.summit_re_head .texts {
  width: 66%;
  max-width: 750px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .summit_re_head .texts {
    width: 95%;
  }
}
.summit_re_head .desc {
  max-width: 310px;
  margin: 0.58em auto 1.28em;
}
@media (max-width: 767px) {
  .summit_re_head .desc {
    margin-right: 3.22%;
    margin-left: auto;
    width: 67%;
  }
}
.summit_re_head .btn {
  background-color: #e95599;
  color: #ffffff;
  text-align: center;
  display: block;
  max-width: 489px;
  margin: 0 auto;
  border-radius: 30px;
  padding: 12px 0;
  font-weight: 600;
}
@media (max-width: 767px) {
  .summit_re_head .btn {
    width: 94%;
    margin: 6.77rem auto 0;
    font-size: 16px;
  }
}
.summit_re_head .movie-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 55px;
  background-color: #fff;
  padding: 13px 17px;
  font-weight: 600;
  font-size: 1.3rem;
  border: 2px solid #dd1a1a;
  color: #dd1a1a;
  width: 90%;
  max-width: 550px;
  margin: 0 auto 1.5rem;
  position: relative;
  z-index: 400;
}
@media (max-width: 767px) {
  .summit_re_head .movie-btn {
    font-size: 1.1rem;
    padding: 7px 10px;
  }
}
.summit_re_head .movie-btn .icon {
  display: flex;
  align-items: center;
  margin-right: 0.8rem;
}
.red {
  color: #D13C3C;
}

.bold {
  font-weight: 600;
}

.sec_summit_re_benfit {
  background-image: url(../images/sagan/ouen-summit_re/benefit_bg.jpg);
  padding: 45px 0 96px;
}
@media (max-width: 767px) {
  .sec_summit_re_benfit {
    padding: 2.3rem 0 5.5rem;
  }
}
.sec_summit_re_benfit .sec_inner {
  position: relative;
}
.sec_summit_re_benfit .sec_ttl {
  margin-bottom: 10px;
}
.sec_summit_re_benfit .btn_arae {
  text-align: center;
  margin-bottom: 50px;
}
.sec_summit_re_benfit .btn_arae .btn {
  display: inline-block;
  background-color: #f6921e;
  color: #ffffff;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  padding: 6px 20px;
}
.sec_summit_re_benfit .illust {
  position: absolute;
  left: -7%;
  max-width: 120px;
  width: 18%;
  bottom: 7%;
}
@media (max-width: 767px) {
  .sec_summit_re_benfit .illust {
    bottom: 19%;
    left: 3%;
    width: 15%;
  }
}
.sec_summit_re_benfit .benfit_gr {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .sec_summit_re_benfit .benfit_gr {
    margin-bottom: 6.3rem;
  }
}
.sec_summit_re_benfit .benfit_gr .label {
  text-align: center;
  margin-bottom: 19px;
}
.sec_summit_re_benfit .benfit_gr .label span {
  display: inline-block;
  background-color: #D13C3C;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  padding: 4px 13px;
}
@media (max-width: 767px) {
  .sec_summit_re_benfit .benfit_gr .label span {
    font-size: 18px;
  }
}
.sec_summit_re_benfit .benfit_gr .data {
  font-weight: 600;
  text-align: center;
  font-size: 22px;
}
@media (max-width: 767px) {
  .sec_summit_re_benfit .benfit_gr .data {
    font-size: 18px;
  }
}
.sec_summit_re_benfit .benfit_gr .data .title {
  font-size: 32px;
}
@media (max-width: 767px) {
  .sec_summit_re_benfit .benfit_gr .data .title {
    font-size: 20px;
  }
}
.sec_summit_re_benfit .benfit_gr .data .sub_ttl {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .sec_summit_re_benfit .benfit_gr .data .sub_ttl {
    font-size: 18px;
  }
}
.sec_summit_re_benfit .benfit_gr .data .photo {
  max-width: 600px;
  margin: 1.2rem auto 0;
}
.sec_summit_re_benfit .benfit_gr .data .photo.--mb {
  margin-bottom: 1.2rem;
}
.sec_summit_re_benfit .benfit_gr .data .thumb {
  max-width: 337px;
  margin: 0 auto 20px;
  width: 90%;
}
.sec_summit_re_benfit .benfit_gr .data .bg_box {
  background-color: #fff;
  padding: 1em 0.88em;
  max-width: 680px;
  margin: 1.4rem auto 0;
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  .sec_summit_re_benfit .benfit_gr .data .bg_box {
    font-size: 0.9rem;
  }
}
.sec_summit_re_benfit .benfit_note {
  max-width: 534px;
  margin: 0 auto;
}

.sec_summit_re_goods {
  padding: 115px 0 77px;
  overflow: hidden;
}
.sec_summit_re_goods .sec_inner {
  position: relative;
}
.sec_summit_re_goods .illust {
  position: absolute;
  display: inline-block;
}
.sec_summit_re_goods .illust.--illust01 {
  width: 88px;
  right: -10%;
  top: 0;
}
@media (max-width: 767px) {
  .sec_summit_re_goods .illust.--illust01 {
    right: 4%;
    top: -5%;
    width: 44px;
  }
}
.sec_summit_re_goods .illust.--illust02 {
  width: 104px;
  right: 10%;
  top: 28%;
}
@media (max-width: 767px) {
  .sec_summit_re_goods .illust.--illust02 {
    width: 24%;
    right: 0;
    top: 25%;
    position: relative;
    margin-top: -5%;
    margin-left: auto;
    display: block;
    margin-bottom: 32px !important;
  }
}
.sec_summit_re_goods .illust.--illust03 {
  width: 112px;
  right: -12%;
  bottom: 33%;
}
@media (max-width: 767px) {
  .sec_summit_re_goods .illust.--illust03 {
    width: 22%;
    right: 0;
    top: 41%;
    display: block;
    position: static;
    margin-top: -14%;
    margin-bottom: 30px !important;
    margin-left: auto;
  }
}
.sec_summit_re_goods .lists {
  margin-bottom: 77px;
  font-size: 18px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .sec_summit_re_goods .lists {
    font-size: 15px;
  }
}
.sec_summit_re_goods .lists li {
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.sec_summit_re_goods .lists li:not(:last-child) {
  margin-bottom: 55px;
}
.sec_summit_re_goods .name {
  font-weight: 600;
  margin-bottom: 2.7rem;
}
.sec_summit_re_goods .goods_list {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sec_summit_re_goods .goods_list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.sec_summit_re_goods .goods_list li {
  flex: 1 1 auto;
  margin: 0 0.53rem;
}
@media (max-width: 767px) {
  .sec_summit_re_goods .goods_list li {
    width: 35%;
    flex: 0 0 auto;
    margin: 0 4% 1.1rem;
  }
}
.sec_summit_re_goods .goods_list .cap {
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .sec_summit_re_goods .goods_list .cap {
    margin-top: 10px;
  }
}

.sec_summit_re_benfit04 {
  padding-bottom: 7rem;
}
.sec_summit_re_benfit04 .ttl {
  margin-bottom: 69px;
}
.sec_summit_re_benfit04 .read {
  padding-top: 0;
  text-align: center;
  font-size: 24px;
  line-height: 1.9;
  margin-bottom: 1.55rem;
}
.sec_summit_re_benfit04 .gr {
  margin-bottom: 55px;
}
.sec_summit_re_benfit04 .gr dt {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .sec_summit_re_benfit04 .gr dt {
    font-size: 20px;
  }
}
.sec_summit_re_benfit04 .gr .list {
  line-height: 1.7;
  font-size: 18px;
  font-weight: 300;
  color: #595959;
}
@media (max-width: 767px) {
  .sec_summit_re_benfit04 .gr .list {
    font-size: 15px;
  }
}
.sec_summit_re_benfit04 .gr .list li {
  text-indent: -1em;
  padding-left: 1em;
}

.get {
  padding-bottom: 66px;
}
.get .box {
  background-color: #F6921E;
  border-radius: 16px;
  padding: 20px 55px 33px;
  margin-bottom: 55px;
  color: #ffffff;
}
.get .nums {
  list-style-type: none;
  font-weight: 600;
  font-size: 24px;
}
.get .nums li {
  margin-bottom: 1.1rem;
}
.get .nums li .sm {
  font-size: 18px;
}
.get .list {
  padding-left: 3rem;
}
.get .btm_ttl {
  text-align: center;
  font-size: 22px;
}
.get .btm_text {
  text-align: center;
  margin-bottom: 50px;
}
.get .dl {
  text-align: center;
}

.sec_more_news {
  padding: 120px 0;
  background-image: url(../images/sagan/ouen-summit_re/more_news.jpg);
}
.sec_more_news .catch {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 55px;
  text-align: left;
}
.sec_more_news .gr:not(:last-of-type) {
  margin-bottom: 55px;
}
.sec_more_news .gr dt {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0.33rem;
}
.sec_more_news .gr dd {
  line-height: 1.88;
}
.sec_more_news .entry_btn {
  font-size: 1.2em;
  max-width: 540px;
  margin: 1.88rem auto 0;
  background: #e95599;
}
@media (max-width: 767px) {
  .sec_more_news .entry_btn {
    font-size: 1em;
  }
}

.sns {
  margin-bottom: 3.3rem;
}
.sns .col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f6fdff;
  padding: 25px;
}
@media (max-width: 767px) {
  .sns .col {
    display: block;
  }
}
.sns .col .icon {
  width: 23%;
}
@media (max-width: 767px) {
  .sns .col .icon {
    width: 73px;
    display: block;
    margin: 0 auto 1.3rem;
  }
}
.sns .col .text {
  text-align: left;
  margin-left: 20px;
}

.sec_sagan_tokuten_haed {
  text-align: center;
  padding: 88px 0 33px;
}
@media (max-width: 767px) {
  .sec_sagan_tokuten_haed {
    padding: 2.4rem 0 0.8rem;
  }
}
.sec_sagan_tokuten_haed .top {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .sec_sagan_tokuten_haed .top {
    font-size: 15px;
  }
}
.sec_sagan_tokuten_haed .ttl {
  font-weight: 800;
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 39px;
  color: #595959;
}
@media (max-width: 767px) {
  .sec_sagan_tokuten_haed .ttl {
    font-size: 25px;
  }
}
.sec_sagan_tokuten_haed .catch {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .sec_sagan_tokuten_haed .catch {
    font-size: 15px;
  }
}
.sec_sagan_tokuten_haed .app {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 767px) {
  .sec_sagan_tokuten_haed .app {
    font-size: 18px;
    margin-bottom: 0.66rem;
  }
}
.sec_sagan_tokuten_haed .profile_link_wrap {
  text-align: center;
  margin-bottom: 2.44rem;
}
.sec_sagan_tokuten_haed .profile_link_wrap .profile_link {
  text-decoration: underline;
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 767px) {
  .sec_sagan_tokuten_haed .profile_link_wrap .profile_link {
    font-size: 14px;
  }
}
.sec_sagan_tokuten_haed .btn {
  display: block;
  max-width: 489px;
  margin: 0 auto;
  color: #ffffff;
  background-color: #E95599;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  padding: 5px;
}
@media (max-width: 767px) {
  .sec_sagan_tokuten_haed .btn {
    font-size: 12px;
  }
}
.sec_sagan_tokuten_haed .bg_box {
  background-color: #ffefe8;
  padding: 0.99em 0.7em;
  max-width: 580px;
  margin: 1.88rem auto 0;
}
@media (max-width: 767px) {
  .sec_sagan_tokuten_haed .bg_box {
    margin-top: 0.8rem;
    font-size: 0.9rem;
  }
}

.sec_benefit_tokuten {
  background: none;
}
.sec_benefit_tokuten .sec_ttl {
  margin-bottom: 41px;
}

.intro_info {
  margin-bottom: 45px;
}
.intro_info .define {
  text-align: center;
}
.intro_info .define:not(:last-of-type) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .intro_info .define:not(:last-of-type) {
    margin-bottom: 23px;
  }
}
.intro_info .define.--btm {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .intro_info .define.--btm {
    margin-top: 20px;
  }
}
.intro_info .define .dt {
  color: #f6921e;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .intro_info .define .dt {
    font-size: 15px;
  }
}
.intro_info .define .dt.--sq span {
  display: inline-block;
  border: 1px solid #D13C3C;
  color: #D13C3C;
  padding: 3px 6px;
}
.intro_info .define .dd {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.83;
}
@media (max-width: 767px) {
  .intro_info .define .dd {
    font-size: 12px;
  }
}

.link_area {
  text-align: center;
}
.link_area li:not(:last-of-type) {
  margin-bottom: 22px;
}
.link_area li .link {
  color: #2E60AF;
  font-size: 18px;
  text-decoration: underline;
  font-weight: 700;
}
.link_area li .link.--sm {
  font-size: 12px;
  font-weight: 300;
}

.middle_info {
  margin-bottom: 118px;
}
.middle_info .desc {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .middle_info .desc {
    font-size: 14px;
  }
}
.middle_info .btn_area {
  text-align: center;
}
.middle_info .btn_area .btn {
  display: inline-block;
  color: #ffffff;
  background-color: #00A0D2;
  font-size: 16px;
  border-radius: 20px;
  padding: 7px 23px;
}
@media (max-width: 767px) {
  .middle_info .btn_area .btn {
    font-size: 12px;
    padding: 7px 4px;
  }
}

.sec_benefit_tokuten_after {
  background: none;
  padding: 20px 0;
}
.sec_benefit_tokuten_after .ttl {
  margin-bottom: 61px;
}
.sec_benefit_tokuten_after .list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .sec_benefit_tokuten_after .list {
    flex-wrap: wrap;
  }
}
.sec_benefit_tokuten_after .list li {
  margin: 0 1%;
}
@media (max-width: 767px) {
  .sec_benefit_tokuten_after .list li {
    width: 35%;
    margin: 0 5% 1.1rem;
  }
}
.sec_benefit_tokuten_after .list .cap {
  text-align: center;
  font-size: 10px;
  font-weight: 300;
  margin-top: 20px;
}
.sec_benefit_tokuten_after .catch_ttl {
  text-align: center;
  font-size: 28px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .sec_benefit_tokuten_after .catch_ttl {
    font-size: 22px;
  }
}
.sec_benefit_tokuten_after .reassd {
  padding: 0;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 22px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .sec_benefit_tokuten_after .reassd {
    font-size: 12px;
  }
}

.sec_ttl_n {
  text-align: center;
  margin-bottom: 45px;
}
.sec_ttl_n span {
  display: block;
  font-weight: 500;
}
.sec_ttl_n .main {
  font-size: 28px;
}
@media (max-width: 767px) {
  .sec_ttl_n .main {
    font-size: 22px;
  }
}
.sec_ttl_n .sub {
  font-size: 24px;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .sec_ttl_n .sub {
    font-size: 19px;
    margin-top: 5px;
  }
}

@media (min-width: 768px) {
  .sec_matuki .inner_small {
    padding-top: 6rem;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .sec_matuki .info {
    width: 52%;
  }
}
.sec_matuki .photo {
  max-width: 550px;
  width: 35%;
}
@media (max-width: 767px) {
  .sec_matuki .photo {
    width: 85%;
    margin: 0 auto;
  }
}
.sec_matuki .ttl {
  margin-bottom: 1.22rem;
  text-align: center;
  font-weight: 600;
  font-size: 1.57rem;
}
@media (max-width: 767px) {
  .sec_matuki .ttl {
    margin: 1.77rem 0;
  }
}
.sec_matuki .textarea {
  background-color: #f8f8f8;
  padding: 0.88em;
}
.sec_matuki .textarea p {
  line-height: 1.5;
}
@media (max-width: 767px) {
  .sec_matuki .textarea p {
    font-size: 0.95rem;
  }
}

.metaverse-summit-fv {
  position: relative;
  background: url(../images/sagan/metaverse-summit-2023/fv_bg_new.jpg) no-repeat 100% 100%;
  background-size: cover;
  padding: 50px 5% 30px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .metaverse-summit-fv {
    padding: 7% 5% 65%;
    background-image: url(../images/sagan/metaverse-summit-2023/fv_bg_new_sp.jpg);
    background-position: 0 100%;
  }
}
.metaverse-summit-fv .mark {
  position: absolute;
  top: 3%;
  right: 5%;
  max-width: 115px;
  width: 16%;
}
.metaverse-summit-fv .new-catch {
  max-width: 797px;
  width: 63%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .metaverse-summit-fv .new-catch {
    width: 100%;
    padding-top: 10%;
    margin-bottom: 5%;
  }
}
.metaverse-summit-fv .ttl {
  max-width: 692px;
}
.metaverse-summit-fv .head-read {
  max-width: 600px;
  width: 54.66%;
}
@media (max-width: 767px) {
  .metaverse-summit-fv .head-read {
    width: 97%;
  }
}
.metaverse-summit-fv .body {
  max-width: 850px;
  margin-bottom: 1.1rem;
  width: 68%;
}
@media (max-width: 767px) {
  .metaverse-summit-fv .body {
    width: 100%;
  }
}
.metaverse-summit-fv .catch {
  max-width: 682px;
  margin-bottom: 20px;
}
.metaverse-summit-fv .btn {
  display: block;
  max-width: 447px;
  margin-bottom: 30px;
  width: 75%;
}
@media (max-width: 767px) {
  .metaverse-summit-fv .btn {
    margin: 0 auto 24%;
  }
}
.metaverse-summit-fv .sns {
  display: block;
  max-width: 150px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .metaverse-summit-fv .sns {
    position: absolute;
    bottom: 2%;
    right: 4%;
  }
}

.metaverse-summit-new_intro {
  position: relative;
  background-color: #CDDAE8;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  padding-bottom: 7rem;
}
@media (max-width: 767px) {
  .metaverse-summit-new_intro {
    padding-bottom: 5.5rem;
  }
}
.metaverse-summit-new_intro .sec_inner {
  position: relative;
}
.metaverse-summit-new_intro .gr {
  position: relative;
}
.metaverse-summit-new_intro .gr:not(:last-of-type) {
  margin-bottom: 2.33rem;
}
.metaverse-summit-new_intro .gr .in {
  position: relative;
  z-index: 500;
}
.metaverse-summit-new_intro .gr.dance {
  margin-bottom: 7rem;
}
.metaverse-summit-new_intro .gr.dance .action {
  max-width: 489px;
  margin: 1.3rem auto 0;
}
.metaverse-summit-new_intro .gr.dance .action .entry_btn {
  border: 1px solid #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  font-size: 1rem;
}
.metaverse-summit-new_intro .houman {
  position: absolute;
  max-width: 194px;
}
.metaverse-summit-new_intro .houman.--left {
  bottom: 0;
  left: -5.5%;
}
.metaverse-summit-new_intro .houman.--right {
  bottom: -5px;
  right: -2.177%;
}
.metaverse-summit-new_intro .illust {
  display: block;
  position: absolute;
}
.metaverse-summit-new_intro .illust.--img01 {
  max-width: 252px;
  bottom: 40px;
  left: -11%;
}
@media (max-width: 767px) {
  .metaverse-summit-new_intro .illust.--img01 {
    left: -4%;
    width: 23%;
    bottom: -12%;
  }
}
.metaverse-summit-new_intro .illust.--img02 {
  max-width: 171px;
  right: -9%;
  top: 23%;
}
@media (max-width: 767px) {
  .metaverse-summit-new_intro .illust.--img02 {
    right: -3%;
    top: 29%;
    width: 19.5%;
  }
}
.metaverse-summit-new_intro .illust.--img03 {
  max-width: 138px;
  right: -2%;
  bottom: -30px;
}
@media (max-width: 767px) {
  .metaverse-summit-new_intro .illust.--img03 {
    width: 17.766%;
    bottom: -14%;
    right: -1%;
  }
}
.metaverse-summit-new_intro .ttl {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .metaverse-summit-new_intro .ttl {
    font-size: 2rem;
  }
}
.metaverse-summit-new_intro .catch {
  font-size: 27px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 37px;
}
@media (max-width: 767px) {
  .metaverse-summit-new_intro .catch {
    font-size: 1.1rem;
    margin-bottom: 15%;
  }
}
.metaverse-summit-new_intro .movie {
  max-width: 630px;
  margin: 0 auto;
  aspect-ratio: 16/9;
}

.metaverse-summit-movie-stroy {
  text-align: center;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
.metaverse-summit-movie-stroy .title {
  font-size: 2rem;
  margin-bottom: 0.88rem;
}
@media (max-width: 767px) {
  .metaverse-summit-movie-stroy .title {
    font-size: 1.6rem;
  }
}
.metaverse-summit-movie-stroy .catch {
  color: #f6921e;
  margin-bottom: 1.1rem;
  font-size: 1.3888rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .metaverse-summit-movie-stroy .catch {
    font-size: 1.1rem;
  }
}
.metaverse-summit-movie-stroy .col {
  display: flex;
  justify-content: center;
}
.metaverse-summit-movie-stroy .cap {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .metaverse-summit-movie-stroy .cap {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .middle_movie {
    padding-bottom: 3.4rem;
  }
}
.middle_movie .head_movie {
  max-width: 560px;
  width: 100%;
  height: 320px;
  margin: 0 auto 2.7rem;
}
@media (max-width: 767px) {
  .middle_movie .head_movie {
    height: 220px;
  }
}
.middle_movie .head_movie iframe {
  width: 100%;
  height: 100%;
}
.middle_movie .middle_movie_btm {
  text-align: center;
  font-weight: 600;
  font-size: 1.2em;
  margin-top: 0.34em;
}
@media (max-width: 767px) {
  .middle_movie .middle_movie_btm {
    font-size: 1.05em;
  }
}
@media (min-width: 768px) {
  .middle_movie .col {
    display: flex;
    justify-content: center;
  }
}
.middle_movie .col .col_item {
  width: 39%;
  margin: 0 1.23%;
}
@media (max-width: 767px) {
  .middle_movie .col .col_item {
    width: 90%;
    margin: 0 auto 1.55rem;
  }
}
.middle_movie .col .head_movie {
  margin: 0;
  max-width: none;
}

.fv_bgg {
  background: url(../images/sagan/metaverse-summit-2023/anc_bg.png) no-repeat 50% 50%;
  background-size: cover;
}
.fv_bgg .sec_inner {
  max-width: 1100px;
}
.fv_bgg .tttl {
  text-align: center;
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 2.1rem;
}
@media (max-width: 767px) {
  .fv_bgg .tttl {
    font-size: 1.26rem;
  }
}
.fv_bgg .cathdd {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 2.8rem;
}
.fv_bgg .cathdd a {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.9);
  color: #f6921e;
  padding: 7px 13px;
}
.fv_bgg .head_movie {
  max-width: 560px;
  width: 100%;
  height: 320px;
  margin: 0 auto 2.7rem;
}
@media (max-width: 767px) {
  .fv_bgg .head_movie {
    height: 220px;
  }
}
.fv_bgg .head_movie iframe {
  width: 100%;
  height: 100%;
}
.fv_bgg .top {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .fv_bgg .top {
    display: block;
  }
}
.fv_bgg .top .ttl {
  font-size: 1.05em;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .fv_bgg .top .ttl {
    font-size: 1.1em;
    line-height: 1.15;
  }
}
.fv_bgg .top .img {
  width: 25%;
}
@media (max-width: 767px) {
  .fv_bgg .top .img {
    /* width: 48.8%;
    margin: 0 3.2%; */
    width: 100%;
    margin: 0 auto 2rem;
  }
}
.fv_bgg .top .img a {
  position: relative;
}
.fv_bgg .top .img a .ovtxxt {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  font-size: 0.8em;
  font-weight: 600;
  color: #fff;
}
.fv_bgg .top .img a img {
  width: 100%;
}
.fv_bgg .top .img a.svg img {
  background-color: #fff;
  width: 220px;
}
.fv_bgg .top.--up .img {
  width: 32%;
  margin: 0 22px;
}
@media (max-width: 767px) {
  .fv_bgg .top.--up .img {
    width: 90%;
    margin: 0 auto 2.2rem;
  }
}
.fv_bgg .top.--up .img img.re {
  max-width: 342px;
}
.fv_bgg .links {
  font-size: 1.14em;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .fv_bgg .links {
    font-size: 1em;
  }
}

.metaverse-summit-intro .sec_inner {
  max-width: 1880px;
}
.metaverse-summit-intro .ttl {
  text-align: center;
  margin-bottom: 30px;
}
.metaverse-summit-intro .ttl .sm {
  font-size: 28px;
  display: block;
  font-weight: 700;
}
@media (max-width: 767px) {
  .metaverse-summit-intro .ttl .sm {
    font-size: 18px;
  }
}
.metaverse-summit-intro .ttl .lg {
  font-weight: 700;
  font-size: 36px;
}
@media (max-width: 767px) {
  .metaverse-summit-intro .ttl .lg {
    font-size: 24px;
  }
}
.metaverse-summit-intro .catch {
  text-align: center;
  color: #F6921E;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .metaverse-summit-intro .catch {
    font-size: 16px;
  }
}
.metaverse-summit-intro .movies {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .metaverse-summit-intro .movies {
    display: block;
  }
}
.metaverse-summit-intro .movies:not(:last-of-type) {
  margin-bottom: 1.6rem;
}
.metaverse-summit-intro .movies .item {
  margin: 0 12px;
  max-width: 330px;
  height: 515px;
}
@media (max-width: 767px) {
  .metaverse-summit-intro .movies .item {
    margin: 0 auto 20px;
    width: 88%;
  }
}
.metaverse-summit-intro .movies .item iframe {
  width: 100%;
  height: 100%;
}
.metaverse-summit-intro .movies .item .cap {
  text-align: center;
  font-weight: 600;
  font-size: 1.05rem;
  margin-bottom: 0.433rem;
}
.metaverse-summit-intro .movies .item.--sq {
  width: 40%;
  height: auto;
  max-width: 530px;
}
@media (max-width: 767px) {
  .metaverse-summit-intro .movies .item.--sq {
    width: 100%;
  }
}
.metaverse-summit-intro .movies .item.--sq iframe {
  height: 320px;
}
@media (max-width: 767px) {
  .metaverse-summit-intro .movies .item.--sq iframe {
    height: 220px;
  }
}

.metaverse-summit-movie {
  color: #fff;
  background-color: #595959;
  padding: 10px 0 50px;
}
.metaverse-summit-movie .sec_inner {
  position: relative;
  max-width: none;
  width: 100%;
}
@media (max-width: 767px) {
  .metaverse-summit-movie .sec_inner {
    width: 90%;
  }
}
.metaverse-summit-movie .ttl {
  text-align: center;
  font-size: 20px;
  margin-bottom: 33px;
  font-weight: 300;
}
.metaverse-summit-movie .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .metaverse-summit-movie .list {
    flex-wrap: wrap;
    display: block;
  }
}
.metaverse-summit-movie .list .c-arrow {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 555;
  cursor: pointer;
}
.metaverse-summit-movie .list .c-arrow.slick-disabled {
  background-color: #9d9d9d;
  opacity: 0.7;
}
.metaverse-summit-movie .list .c-arrow::after {
  content: "";
  width: 13px;
  height: 13px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  position: absolute;
  top: 50%;
}
.metaverse-summit-movie .list .c-arrow--prev {
  left: 3%;
}
.metaverse-summit-movie .list .c-arrow--prev::after {
  left: 60%;
  transform: translate(-50%, -50%) rotate(135deg);
}
.metaverse-summit-movie .list .c-arrow--next {
  right: 3%;
}
.metaverse-summit-movie .list .c-arrow--next::after {
  left: 40%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.metaverse-summit-movie .list .slick-track {
  display: flex !important;
  align-items: center;
}
.metaverse-summit-movie .list .item {
  margin: 0 15px;
  /* min-width: 168px;
  max-width: 280px; */
}
.metaverse-summit-movie .list .item a {
  display: flex;
  justify-content: center;
}
.metaverse-summit-movie .list .item a img {
  width: auto;
  zoom: 0.5;
}
@media (max-width: 767px) {
  .metaverse-summit-movie .list .item {
    margin: 0 auto;
    text-align: center;
    width: auto;
    max-width: 100%;
    display: flex;
    justify-content: center;
  }
  .metaverse-summit-movie .list .item a {
    min-width: 168px;
  }
  .metaverse-summit-movie .list .item a img {
    width: 100%;
  }
  .metaverse-summit-movie .list .item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.metaverse-summit-movie .arw-line {
  position: relative;
  margin: 30px auto 0;
  width: 88%;
  height: 20px;
  background-color: #fff;
  display: none;
}
@media (max-width: 767px) {
  .metaverse-summit-movie .arw-line {
    display: none;
  }
}
.metaverse-summit-movie .arw-line::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19.5px 0 19.5px 33.8px;
  border-color: transparent transparent transparent #ffffff;
}

.metaverse-summit-about {
  background: url(../images/sagan/metaverse-summit-2023/about_bg.png) no-repeat 50%;
  background-size: cover;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 45px 0 3.6rem;
}
@media (max-width: 767px) {
  .metaverse-summit-about {
    padding: 5rem 0 8rem;
  }
}
.metaverse-summit-about .sec_inner {
  position: relative;
}
.metaverse-summit-about .icon {
  position: absolute;
}
.metaverse-summit-about .icon.icon01 {
  left: -10%;
  max-width: 122px;
  width: 17%;
}
@media (max-width: 767px) {
  .metaverse-summit-about .icon.icon01 {
    left: -2%;
    top: -17%;
  }
}
.metaverse-summit-about .icon.icon02 {
  bottom: -15%;
  left: 10%;
  max-width: 112px;
  width: 17%;
}
@media (max-width: 767px) {
  .metaverse-summit-about .icon.icon02 {
    left: -3%;
    bottom: -26%;
  }
}
.metaverse-summit-about .icon.icon03 {
  right: -10%;
  bottom: 8%;
  max-width: 122px;
  width: 17%;
}
@media (max-width: 767px) {
  .metaverse-summit-about .icon.icon03 {
    right: -4%;
    bottom: -29%;
  }
}
.metaverse-summit-about .ttl {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 1.3em;
}
@media (max-width: 767px) {
  .metaverse-summit-about .ttl {
    font-size: 20px;
  }
}
.metaverse-summit-about .catch {
  font-size: 1.2em;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .metaverse-summit-about .catch {
    font-size: 1em;
    margin-bottom: 2rem;
  }
}
.metaverse-summit-about .catch .bold {
  font-weight: 700;
  font-size: 1.4em;
}
.metaverse-summit-about .catch .sm {
  font-size: 0.8em;
  font-weight: 700;
}
.metaverse-summit-about .guide {
  line-height: 1.8;
}
.metaverse-summit-about .btmmlinks {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
}
.metaverse-summit-about .btmmlinks a {
  color: #fff;
  text-decoration: underline;
}

.num_head {
  display: flex;
  align-items: center;
  color: #fff;
  flex: 0 0 auto;
}
.num_head .txt {
  display: inline-block;
  background-color: #F6921E;
  font-weight: 700;
  font-size: 24px;
  border-radius: 40px 0 0 40px;
  padding: 4px 17px;
}
@media (max-width: 767px) {
  .num_head .txt {
    font-size: 18px;
  }
}
.num_head .num {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: #F6921E;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  position: relative;
  left: -8px;
}
@media (max-width: 767px) {
  .num_head .num {
    font-size: 40px;
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 767px) {
  .metaverse-summit-points {
    padding: 0;
  }
}
.metaverse-summit-points .list {
  list-style-type: none;
  padding: 0;
}
.metaverse-summit-points .item {
  padding: 8rem 0;
  position: relative;
}
@media (max-width: 767px) {
  .metaverse-summit-points .item {
    padding: 2.333rem 0;
  }
}
.metaverse-summit-points .item .head {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .metaverse-summit-points .item .head {
    flex-flow: column;
  }
}
.metaverse-summit-points .item .head .ttl {
  font-size: 28px;
}
@media (max-width: 767px) {
  .metaverse-summit-points .item .head .ttl {
    margin-top: 20px;
  }
}
.metaverse-summit-points .item01 {
  background: url(../images/sagan/metaverse-summit-2023/point_item01_bg.png) no-repeat 50% 100%;
  background-size: auto 87%;
  padding-bottom: 26rem;
}
@media (max-width: 767px) {
  .metaverse-summit-points .item01 {
    padding-bottom: 17rem;
    background-size: 100% auto;
  }
}
.metaverse-summit-points .item01_movies {
  margin-top: 5rem;
  max-width: 90%;
  margin: 5rem auto 5rem;
}
.metaverse-summit-points .item01_movies .col {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .metaverse-summit-points .item01_movies .col {
    display: block;
  }
}
.metaverse-summit-points .item01_movies .col .moi {
  margin: 0 20px;
  max-width: 550px;
  width: 45%;
}
.metaverse-summit-points .item01_movies .col .moi.--sp {
  width: 67%;
}
@media (max-width: 767px) {
  .metaverse-summit-points .item01_movies .col .moi {
    width: 100%;
    margin: 0;
  }
  .metaverse-summit-points .item01_movies .col .moi:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}
.metaverse-summit-points .item01_movies .col .moi iframe {
  width: 100%;
}
@media (max-width: 767px) {
  .metaverse-summit-points .item01_movies .col .moi iframe {
    height: 220px;
  }
}
.metaverse-summit-points .item01_movies .col .moi .btm {
  text-align: center;
  margin-top: 0.33rem;
  font-weight: 600;
}
.metaverse-summit-points .catch {
  text-align: center;
  color: #f6921e;
  font-size: 1.7em;
  font-weight: 700;
  margin-bottom: 2.3rem;
}
@media (max-width: 767px) {
  .metaverse-summit-points .catch {
    font-size: 1.23em;
  }
}
.metaverse-summit-points .text {
  font-weight: 700;
  font-size: 1.2em;
  text-align: center;
}
@media (max-width: 767px) {
  .metaverse-summit-points .text {
    font-size: 1.02em;
  }
}
.metaverse-summit-points .text:not(:last-of-type) {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .metaverse-summit-points .text:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
.metaverse-summit-points .item02 {
  background: url(../images/sagan/metaverse-summit-2023/point_item02_btm_illust02.png) no-repeat 110% 100%;
  background-size: auto 44%;
  padding-bottom: 15rem;
}
@media (max-width: 767px) {
  .metaverse-summit-points .item02 {
    padding-bottom: 22rem;
    background-size: auto 22%;
  }
}
.metaverse-summit-points .item02 .head {
  display: block;
}
.metaverse-summit-points .item02 .head .num_head {
  justify-content: center;
}
.metaverse-summit-points .item02 .head .ttl {
  text-align: right;
  margin-top: 7px;
}
.metaverse-summit-points .item03 {
  padding-top: 2.2rem;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .metaverse-summit-points .item03 {
    padding-top: 3.6rem;
  }
}
.metaverse-summit-points .item03 .head {
  display: block;
}
.metaverse-summit-points .item03 .head .ttl {
  text-align: left;
  padding-left: 6em;
  margin-top: 7px;
}
@media (max-width: 767px) {
  .metaverse-summit-points .item03 .head .ttl {
    padding-left: 0;
  }
}
.metaverse-summit-points .item02-middle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .metaverse-summit-points .item02-middle {
    flex-wrap: wrap;
  }
}
.metaverse-summit-points .item02-middle .side {
  width: 21%;
}
@media (max-width: 767px) {
  .metaverse-summit-points .item02-middle .side {
    width: 46%;
  }
}
@media (max-width: 767px) {
  .metaverse-summit-points .item02-middle .side.--left {
    order: 1;
  }
}
@media (max-width: 767px) {
  .metaverse-summit-points .item02-middle .side.--right {
    order: 2;
  }
}
.metaverse-summit-points .item02-middle .main {
  width: 47%;
  text-align: center;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .metaverse-summit-points .item02-middle .main {
    order: 3;
    width: 100%;
    margin-top: 2.2rem;
    margin-bottom: 2.5rem;
  }
}
.metaverse-summit-points .item02-middle .main .col {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.6rem;
}
.metaverse-summit-points .item02-middle .main .col figure {
  width: 45%;
}
.metaverse-summit-points .item02-middle .main .main_guide p {
  font-size: 0.88em;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .metaverse-summit-points .item02-middle .main .main_guide p {
    font-size: 0.78em;
  }
}
.metaverse-summit-points .item02-btm {
  position: relative;
}
.metaverse-summit-points .item02-btm .icon {
  position: absolute;
  width: 20%;
  max-width: 281px;
  left: 7%;
  top: 80px;
}
@media (max-width: 767px) {
  .metaverse-summit-points .item02-btm .icon {
    left: 2%;
    top: 75px;
    width: 235;
  }
}
.metaverse-summit-points .item03-middle {
  position: relative;
}
.metaverse-summit-points .item03-middle .side-icon {
  position: absolute;
  width: 15%;
  max-width: 135px;
  left: 3%;
  top: -28px;
}
@media (max-width: 767px) {
  .metaverse-summit-points .item03-middle .side-icon {
    width: 13%;
    left: -1%;
  }
}
.metaverse-summit-points .item03-middle .icon-top {
  margin-left: auto;
  width: 53%;
}
@media (max-width: 767px) {
  .metaverse-summit-points .item03-middle .icon-top {
    width: 80%;
    margin: 1.77rem auto 0;
  }
}
.metaverse-summit-points .item03-middle .icon-middle {
  width: 52%;
  position: relative;
  margin-top: -190px;
}
@media (max-width: 767px) {
  .metaverse-summit-points .item03-middle .icon-middle {
    width: 80%;
    margin: 2.2rem auto 0;
  }
}

.metaverse-summit-install .text {
  text-align: center;
  font-size: 1.36em;
  font-weight: 700;
}
@media (max-width: 767px) {
  .metaverse-summit-install .text {
    font-size: 1.04em;
  }
}
.metaverse-summit-install .text:not(:last-of-type) {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .metaverse-summit-install .text:not(:last-of-type) {
    margin-bottom: 1.7rem;
  }
}
.metaverse-summit-install .middle {
  position: relative;
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .metaverse-summit-install .middle {
    margin-top: 3rem;
  }
}
.metaverse-summit-install .middle .sec_inner {
  max-width: 580px;
}
.metaverse-summit-install .middle .side {
  position: absolute;
}
@media (max-width: 767px) {
  .metaverse-summit-install .middle .side {
    position: static;
  }
}
.metaverse-summit-install .middle .side.--side01 {
  top: 0;
  left: 0;
  width: 19%;
}
@media (max-width: 767px) {
  .metaverse-summit-install .middle .side.--side01 {
    width: 42%;
  }
}
.metaverse-summit-install .middle .side.--side02 {
  right: 0;
  bottom: 0;
  width: 24%;
}
@media (max-width: 767px) {
  .metaverse-summit-install .middle .side.--side02 {
    width: 47%;
  }
}
.metaverse-summit-install .middle .ttl {
  margin-bottom: 3.5rem;
}
.metaverse-summit-install .middle .list li {
  font-size: 1.44em;
  font-weight: 700;
  line-height: 1.9;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 767px) {
  .metaverse-summit-install .middle .list li {
    font-size: 1.1em;
  }
}

.sepa {
  padding: 20px 0;
}
.sepa .entry_btn {
  font-size: 1.13rem;
}

.moadl {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  z-index: 9100;
}
.moadl.is-modal-open {
  visibility: visible;
  opacity: 1;
}
.moadl .bg {
  position: fixed;
  z-index: 9200;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.moadl .content {
  position: relative;
  z-index: 9999;
  background-color: #fff;
  max-width: 550px;
  width: 90%;
  padding: 1.333rem;
  box-sizing: border-box;
}
.moadl .close {
  text-align: center;
  font-size: 1.14rem;
  margin-top: 0.5666rem;
  cursor: pointer;
  color: #f6921e;
}

.fv-dance-content {
  padding: 80px 5% 20px;
  position: relative;
}
@media (max-width: 767px) {
  .fv-dance-content {
    padding: 10% 5% 12%;
  }
}
.fv-dance-content .fv-mark {
  position: absolute;
  top: 70px;
  right: 5%;
  width: 115px;
}
@media (max-width: 767px) {
  .fv-dance-content .fv-mark {
    top: 5%;
    width: 17%;
  }
}
.fv-dance-content .fv-human {
  position: absolute;
  left: 50%;
  top: 30%;
  width: 84px;
}
@media (max-width: 767px) {
  .fv-dance-content .fv-human {
    left: 58%;
    width: 13%;
    top: 13%;
  }
}
.fv-dance-content .fv-catch {
  width: 49%;
}
@media (max-width: 767px) {
  .fv-dance-content .fv-catch {
    width: 60%;
  }
}
.fv-dance-content .fv-ttl {
  width: 70%;
  margin: 0 auto;
  position: relative;
  z-index: 300;
}
@media (max-width: 767px) {
  .fv-dance-content .fv-ttl {
    width: 100%;
  }
}
.fv-dance-content .movie-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 55px;
  background-color: #fff;
  padding: 13px 17px;
  font-weight: 600;
  font-size: 1.3rem;
  border: 2px solid #dd1a1a;
  color: #dd1a1a;
  width: 90%;
  max-width: 550px;
  margin: 0.8rem auto 0;
  position: relative;
  z-index: 400;
}
@media (max-width: 767px) {
  .fv-dance-content .movie-btn {
    font-size: 1.1rem;
    padding: 7px 10px;
    background-color: rgba(255, 255, 255, 0.77);
  }
}
.fv-dance-content .movie-btn .icon {
  display: flex;
  align-items: center;
  margin-right: 0.8rem;
}
.fv-dance-content .fv-chara {
  position: absolute;
  width: 12%;
}
.fv-dance-content .fv-chara img {
  width: 100%;
}
.fv-dance-content .fv-chara.--chara01 {
  left: 10%;
  bottom: -2.777%;
  width: 17%;
}
@media (max-width: 767px) {
  .fv-dance-content .fv-chara.--chara01 {
    width: 25%;
    left: 5%;
    bottom: 1%;
  }
}
.fv-dance-content .fv-chara.--chara02 {
  right: 27%;
  top: 37%;
}
@media (max-width: 767px) {
  .fv-dance-content .fv-chara.--chara02 {
    top: 37%;
    width: 15%;
    right: 15%;
  }
}
.fv-dance-content .fv-chara.--chara03 {
  right: 13.7%;
  bottom: 4%;
  max-width: 122px;
}
@media (max-width: 767px) {
  .fv-dance-content .fv-chara.--chara03 {
    bottom: 2%;
    right: 6%;
  }
}

.intro-dance-content {
  text-align: center;
  position: relative;
}
.intro-dance-content .sec_inner {
  position: relative;
}
.intro-dance-content .catch {
  margin-bottom: 2.7rem;
}
.intro-dance-content .texts {
  line-height: 2.12;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .intro-dance-content .texts {
    font-size: 1rem;
    line-height: 1.65;
  }
}
.intro-dance-content .texts p:not(:last-of-type) {
  margin-bottom: 3rem;
}
.intro-dance-content .chara {
  position: absolute;
  width: 17%;
}
.intro-dance-content .chara.--chara01 {
  left: 3%;
  top: 20%;
  max-width: 103px;
}
@media (max-width: 767px) {
  .intro-dance-content .chara.--chara01 {
    left: 1%;
    top: 5%;
  }
}
.intro-dance-content .chara.--chara02 {
  left: -3%;
  bottom: -9%;
  max-width: 183px;
}
@media (max-width: 767px) {
  .intro-dance-content .chara.--chara02 {
    bottom: -14%;
  }
}
.intro-dance-content .chara.--chara03 {
  max-width: 109px;
  top: 32%;
  right: 4%;
}
@media (max-width: 767px) {
  .intro-dance-content .chara.--chara03 {
    top: 6%;
    right: 2%;
  }
}
.intro-dance-content .chara.--chara04 {
  max-width: 124px;
  right: -10%;
  top: 52%;
}
@media (max-width: 767px) {
  .intro-dance-content .chara.--chara04 {
    right: -3%;
    top: 60%;
  }
}
.intro-dance-content .chara.--chara05 {
  max-width: 183px;
  bottom: 1%;
  right: 2%;
}
@media (max-width: 767px) {
  .intro-dance-content .chara.--chara05 {
    bottom: -16%;
  }
}

.info-dance-content {
  background-color: #f6921e;
  color: #fff;
  text-align: center;
  font-weight: 700;
  max-width: 722px;
  font-size: 28px;
  padding: 22px 10px;
  border-radius: 20px;
  margin: 90px auto 100px;
  width: 90%;
}
@media (max-width: 767px) {
  .info-dance-content {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.info-dance-content p .--sm {
  font-size: 0.75em;
  display: inline-block;
  line-height: 1.5;
}
.info-dance-content .--md {
  font-size: 0.9em;
}

.movies-dance-content {
  padding: 5.6rem 0 2.3rem;
}
.movies-dance-content .movie-wrap {
  max-width: 656px;
  margin: 0 auto;
}
.movies-dance-content .movie-top {
  margin-bottom: 18px;
}
.movies-dance-content .movie-top .link {
  display: block;
  position: relative;
}
.movies-dance-content .movie-top .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 22px 0;
}
.movies-dance-content .movie-top .content .content-ttl {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.77rem;
}
.movies-dance-content .movie-col {
  display: flex;
  justify-content: space-between;
}
.movies-dance-content .movie-col .movie-item {
  width: 48.5%;
}
.movies-dance-content .catch {
  padding: 62px 0 50px;
}
@media (max-width: 767px) {
  .movies-dance-content .catch {
    padding: 30px 0 20px;
  }
}
.movies-dance-content .texts {
  text-align: center;
  font-size: 1.2rem;
  line-height: 2.1;
}
@media (max-width: 767px) {
  .movies-dance-content .texts {
    font-size: 1rem;
    line-height: 1.65;
  }
}

.bounas-dance-content {
  text-align: center;
  padding: 2.2rem 0;
}
.bounas-dance-content .ttl {
  margin-bottom: 1.1rem;
}
@media (max-width: 767px) {
  .bounas-dance-content .ttl {
    font-size: 1.9rem;
  }
}
.bounas-dance-content .catch {
  text-align: center;
  font-weight: 600;
  font-size: 1.22rem;
  margin-bottom: 0.7rem;
}
.bounas-dance-content .desc {
  font-size: 1.17rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .bounas-dance-content .desc {
    margin-bottom: 1.7rem;
  }
}
.bounas-dance-content .desc .sm {
  font-size: 0.7em;
  font-weight: 600;
}
.bounas-dance-content .list {
  display: flex;
  justify-content: space-between;
}
.bounas-dance-content .list .item {
  width: 33.3333%;
  position: relative;
}
.bounas-dance-content .list .item:nth-of-type(1) {
  margin-top: -1rem;
}
.bounas-dance-content .list .item:nth-of-type(2) {
  right: -3rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .bounas-dance-content .list .item:nth-of-type(2) {
    right: -2%;
  }
}
.bounas-dance-content .limit {
  font-weight: 600;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .bounas-dance-content .limit {
    font-size: 1.25rem;
  }
}

.entry-dance-content .sec_inner {
  max-width: 1000px;
}
.entry-dance-content .gr:not(:last-of-type) {
  margin-bottom: 3.7rem;
}
.entry-dance-content .texts {
  text-align: center;
  font-size: 1.2rem;
  line-height: 2.1;
}
@media (max-width: 767px) {
  .entry-dance-content .texts {
    font-size: 1rem;
    line-height: 1.65;
  }
}
.entry-dance-content .catch {
  font-size: 1.56rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .entry-dance-content .catch {
    font-size: 1.17rem;
  }
}
.entry-dance-content .define {
  text-align: center;
}
.entry-dance-content .define:not(:last-of-type) {
  margin-bottom: 2.6rem;
}
.entry-dance-content .define__dt {
  font-size: 1.65rem;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .entry-dance-content .define__dt {
    font-size: 1.31rem;
  }
}
.entry-dance-content .define__dt::first-letter {
  color: #f6921e;
}
.entry-dance-content .define__dd {
  font-size: 1.26rem;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .entry-dance-content .define__dd {
    font-size: 1.03rem;
  }
}
.entry-dance-content .sns-list {
  display: flex;
  justify-content: center;
  padding: 20px 0 0;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .entry-dance-content .sns-list {
    padding: 0.7rem 0 0;
  }
}
.entry-dance-content .sns-list .icon {
  width: 40px;
  margin: 0 0.88rem;
}
.entry-dance-content .action {
  max-width: 275px;
  margin: 3rem auto 0;
}
.entry-dance-content .action .entry_btn {
  font-size: 1rem;
}
.entry-dance-content .movie-items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .entry-dance-content .movie-items {
    display: block;
  }
}
.entry-dance-content .movie-items .item {
  width: 31%;
}
@media (max-width: 767px) {
  .entry-dance-content .movie-items .item {
    width: 100%;
  }
  .entry-dance-content .movie-items .item:not(:last-of-type) {
    margin-bottom: 1.8rem;
  }
}
.entry-dance-content .movie-items .movei iframe {
  width: 100%;
  height: 100%;
}
.entry-dance-content .movie-items .movei .thumb {
  position: relative;
  display: block;
  height: 100%;
  border: 1px solid #707070;
}
.entry-dance-content .movie-items .movei .thumb .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.entry-dance-content .movie-items .name {
  font-size: 1.06rem;
  margin: 0.77rem 0 1.1rem;
}
.entry-dance-content .movie-items .btns .btn {
  display: block;
  width: 70%;
  margin: auto;
}
@media (max-width: 767px) {
  .entry-dance-content .movie-items .btns .btn {
    width: 55%;
  }
}
.entry-dance-content .movie-items .btns .btn:not(:last-of-type) {
  margin-bottom: 0.44rem;
}
.entry-dance-content .step2-img {
  max-width: 515px;
  margin: 0 auto 3rem;
}

.shinsain-dance-content .sec_inner {
  max-width: 1200px;
}
.shinsain-dance-content .catch {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 2.7rem;
}
.shinsain-dance-content .texts {
  text-align: center;
  font-size: 1.2rem;
  line-height: 2.1;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .shinsain-dance-content .texts {
    font-size: 1rem;
    line-height: 1.65;
  }
}
.shinsain-dance-content .houman-list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .shinsain-dance-content .houman-list {
    flex-wrap: wrap;
  }
}
.shinsain-dance-content .houman-list .item {
  width: 20%;
  text-align: center;
}
@media (max-width: 767px) {
  .shinsain-dance-content .houman-list .item {
    width: 48.8%;
    margin-bottom: 2.2rem;
  }
}
.shinsain-dance-content .houman-list .item img {
  width: 85%;
  margin: 0 auto;
}
.shinsain-dance-content .houman-list .item .name {
  font-weight: 600;
  margin-top: 0.6rem;
  margin-bottom: 0.2rem;
}
.shinsain-dance-content .action {
  max-width: 275px;
  margin: 7rem auto 2rem;
}
.shinsain-dance-content .action .entry_btn {
  font-size: 1rem;
}
.shinsain-dance-content .upload-guide {
  text-align: center;
  font-size: 12px;
}

.terms-gr:not(:last-of-type) {
  margin-bottom: 2.2rem;
}
.terms-gr .head {
  text-align: left;
  font-size: 1.46rem;
  margin-bottom: 0.88rem;
}
.terms-gr .list li {
  text-indent: -1.2em;
  padding-left: 1.2em;
  line-height: 1.75;
}
.terms-gr .list li ul {
  margin-left: 2em;
}

.entry-dance-juge .sec_inner {
  max-width: 1300px;
}
.entry-dance-juge .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 642px;
  margin: 0 auto;
}
.entry-dance-juge .list .item {
  width: 30%;
  margin: 0 0 1.7rem;
}
@media (max-width: 767px) {
  .entry-dance-juge .list .item {
    width: 47.8%;
  }
}
.entry-dance-juge .list .item .img {
  margin-bottom: 1.1rem;
}
.entry-dance-juge .list .item .name {
  font-size: 1.05rem;
  margin-bottom: 0.28rem;
}
.entry-dance-juge .fukushou {
  max-width: 574px;
  margin: 0 auto 2.2rem;
}
.entry-dance-juge .fukushou .dt {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1.1rem;
}
.entry-dance-juge .fukushou ul li {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .entry-dance-juge .fukushou ul li {
    flex-flow: column;
    align-items: center;
    text-align: center;
  }
}
.entry-dance-juge .fukushou ul li:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
.entry-dance-juge .fukushou ul li .label {
  flex: 0 0 7em;
}
@media (max-width: 767px) {
  .entry-dance-juge .fukushou ul li .label {
    flex-basis: auto;
  }
  .entry-dance-juge .fukushou ul li .label::before {
    content: "『";
  }
  .entry-dance-juge .fukushou ul li .label::after {
    content: "』";
  }
}
.entry-dance-juge .fukushou ul li .text {
  flex: 0 0 70%;
}

.sec_dance_sp .ttl {
  color: #00A0D2;
  font-size: 1.88rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .sec_dance_sp .ttl {
    font-size: 1.5rem;
  }
}
.sec_dance_sp .reda {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 1.1rem;
}
@media (max-width: 767px) {
  .sec_dance_sp .reda {
    font-size: 1.15rem;
  }
}
.sec_dance_sp .nots-list {
  text-align: center;
  font-size: 1.15rem;
  margin-bottom: 1.44rem;
}
@media (max-width: 767px) {
  .sec_dance_sp .nots-list {
    font-size: 1rem;
  }
}
.sec_dance_sp .nots-list li:not(:last-of-type) {
  margin-bottom: 0.88rem;
}
.sec_dance_sp .imgs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.1rem;
}
@media (max-width: 767px) {
  .sec_dance_sp .imgs {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.sec_dance_sp .imgs li {
  margin: 0 1.37rem;
}
@media (max-width: 767px) {
  .sec_dance_sp .imgs li {
    margin: 0 0 1.55rem;
    width: 50%;
  }
  .sec_dance_sp .imgs li.img02 img, .sec_dance_sp .imgs li.img04 img {
    zoom: 0.37;
  }
}
@media (max-width: 767px) {
  .sec_dance_sp .imgs li img {
    width: auto;
    display: block;
    margin: auto;
  }
}
.sec_dance_sp .qu {
  max-width: 306px;
  margin: 0 auto;
}
.sec_dance_sp .qu img {
  width: 60%;
  display: block;
  margin: 0 auto 0.88rem;
}
.sec_dance_sp .qu .cap {
  display: block;
  text-align: center;
  font-size: 1.22rem;
}

.debline {
  position: relative;
}
@media (max-width: 767px) {
  .debline.--ss {
    display: inline-block;
    margin-top: 20px;
    white-space: nowrap;
  }
}
.debline .line {
  text-decoration: line-through;
}
.debline .over {
  color: red;
  text-decoration: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: -23px;
  display: block;
  text-align: right;
}

html {
  font-family: "Hiragino Kaku Gothic StdN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}

.sagan-2024 h2 {
  font-family: "Hiragino Kaku Gothic StdN", " Hiragino Kaku Gothic ProN", " ヒラギノ角ゴ ProN W3", " メイリオ", Meiryo, sans-serif;
  font-weight: 800;
}
.sagan-2024 .sec_inner {
  max-width: 1150px;
}

.sagan-2024-fv {
  position: relative;
}
.sagan-2024-fv .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.69rem;
  text-align: center;
}
@media (max-width: 767px) {
  .sagan-2024-fv .slick-dots {
    bottom: 1.31rem;
  }
}
.sagan-2024-fv .slick-dots li {
  font-size: 0;
  width: 11px;
  height: 11px;
  background-color: rgba(255, 255, 255, 0.36);
  display: inline-block;
  border-radius: 50%;
  margin: 0 7px;
}
.sagan-2024-fv .slick-dots li.slick-active {
  background-color: #fff;
}
.sagan-2024-fv .slick-dots li button {
  appearance: none;
  font-size: 0;
  border: none;
  background: none;
}

.sagan-2024-btn-lsit {
  padding: 47px 0;
}
@media (min-width: 768px) {
  .sagan-2024-btn-lsit {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .sagan-2024-btn-lsit .sagan-2024-btn {
    margin: 0;
  }
}

.sagan-2024-btn {
  display: block;
  margin: 47px auto;
  background-color: #e95599;
  color: #fff;
  border-radius: 55px;
  font-weight: 600;
  text-align: center;
  font-size: 1.32vw;
  padding: 11px 10px;
  max-width: 500px;
  line-height: 1.21;
  width: 28%;
  font-family: " Hiragino Kaku Gothic ProN", " ヒラギノ角ゴ ProN W3", " メイリオ", Meiryo, sans-serif;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.24);
}
@media (max-width: 767px) {
  .sagan-2024-btn {
    font-size: 4.33vw;
    margin: 17px auto;
    width: 70%;
  }
}
.sagan-2024-btn.--green {
  background-color: #349053;
}
.sagan-2024-btn.--orange {
  background-color: #f6921e;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.btn-arw {
  display: inline-block;
  border-radius: 62.4375rem;
  border: 2px solid var(--Jasmy-Dark-Gray, #595959);
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: var(--font-color, #333);
  text-align: center;
  /* body/body_PC */
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  /* 2.25rem */
  padding: 0.7rem 1.88rem;
  position: relative;
  line-height: 1;
}
@media (max-width: 767px) {
  .btn-arw {
    font-size: 0.875rem;
  }
}
.btn-arw:after {
  content: "";
  position: absolute;
  right: 0.75rem;
  top: 50%;
  width: 0.525rem;
  height: 0.525rem;
  border-right: 2px solid #595959;
  border-bottom: 2px solid #595959;
  transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 767px) {
  .btn-arw:after {
    width: 0.355rem;
    height: 0.355rem;
  }
}

.sagan-2024-about {
  padding: 7.5rem 0;
  background-image: url(../images/sagan/2024/about_bg.jpg);
}
@media (max-width: 767px) {
  .sagan-2024-about {
    padding: 3.75rem 0;
  }
}
.sagan-2024-about .ttl {
  color: var(--font-color, #333);
  text-align: center;
  font-size: 3rem;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  margin-bottom: 3.75rem;
  /* 4.2rem */
}
@media (max-width: 767px) {
  .sagan-2024-about .ttl {
    font-size: 1.75rem;
  }
}
.sagan-2024-about .desc {
  color: var(--font-color, #333);
  text-align: center;
  /* body/body_PC */
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  /* 2.25rem */
  margin-bottom: 1.18rem;
}
@media (max-width: 767px) {
  .sagan-2024-about .desc {
    font-size: 0.875rem;
    text-align: left;
  }
}
.sagan-2024-about .btn-wrap {
  text-align: right;
}
@media (max-width: 767px) {
  .sagan-2024-about .btn-wrap {
    text-align: center;
  }
}

.sagan-2024-cm {
  padding: 7.5rem 0;
}
@media (max-width: 767px) {
  .sagan-2024-cm {
    padding: 3.3rem 0;
  }
}
.sagan-2024-cm .mv {
  height: 37.3125rem;
}
@media (max-width: 767px) {
  .sagan-2024-cm .mv {
    height: 12.14981rem;
  }
}

.sagan-2024-dl {
  padding: 7.5rem 0;
}
@media (max-width: 767px) {
  .sagan-2024-dl {
    padding: 3.5rem 0;
  }
}
.sagan-2024-dl .head {
  color: var(--font-color, #333);
  text-align: center;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 800;
  line-height: 200%;
  /* 3.5rem */
  margin-bottom: 3.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .sagan-2024-dl .head {
    font-size: 0.93rem;
    margin-bottom: 1.65rem;
  }
}
.sagan-2024-dl .head span {
  position: relative;
  padding: 0 1.6rem;
}
@media (max-width: 767px) {
  .sagan-2024-dl .head span {
    padding: 0 0.88rem;
  }
}
.sagan-2024-dl .head span::before, .sagan-2024-dl .head span::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #333;
  top: 50%;
}
.sagan-2024-dl .head span::before {
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
}
.sagan-2024-dl .head span::after {
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}
.sagan-2024-dl .list {
  display: flex;
  justify-content: center;
}
.sagan-2024-dl .item {
  display: flex;
  align-items: center;
  margin: 0 1.3rem;
}
@media (max-width: 767px) {
  .sagan-2024-dl .item {
    margin: 0 0.5rem;
  }
}
.sagan-2024-dl .item .btn {
  display: block;
  width: 16.78719rem;
}
@media (max-width: 767px) {
  .sagan-2024-dl .item .btn {
    width: 8.63619rem;
  }
}
.sagan-2024-dl .item .btn img {
  width: 100%;
}
@media (max-width: 767px) {
  .sagan-2024-dl .item:last-of-type .btn {
    width: 10.6875rem;
  }
}
.sagan-2024-dl .item .qr {
  width: 6.25rem;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .sagan-2024-dl .item .qr {
    display: none;
  }
}

.sagan-2024-fec {
  padding: 7.5rem 0;
}
@media (max-width: 767px) {
  .sagan-2024-fec {
    padding: 3.5rem 0;
  }
}
.sagan-2024-fec .head {
  color: var(--font-color, #333);
  text-align: center;
  font-size: 3rem;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  /* 4.2rem */
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .sagan-2024-fec .head {
    font-size: 1.5rem;
  }
}
.sagan-2024-fec .list {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .sagan-2024-fec .list {
    display: block;
  }
}
.sagan-2024-fec .list .item {
  margin: 0 1.26rem;
  width: 32%;
}
@media (max-width: 767px) {
  .sagan-2024-fec .list .item {
    margin: 0;
    width: 100%;
  }
  .sagan-2024-fec .list .item:not(:last-of-type) {
    margin-bottom: 2.2rem;
  }
}
.sagan-2024-fec .list .item .img {
  margin-bottom: 1.12rem;
}
.sagan-2024-fec .list .item .img img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.sagan-2024-fec .list .item .desc {
  color: #333;
  /* body/body_PC */
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  /* 2.25rem */
}
@media (max-width: 767px) {
  .sagan-2024-fec .list .item .desc {
    font-size: 0.875rem;
  }
}

.sagan-2024-benefits {
  padding: 7.5rem 0;
}
@media (max-width: 767px) {
  .sagan-2024-benefits {
    padding: 3.5rem 0;
  }
}
.sagan-2024-benefits .head {
  color: var(--font-color, #333);
  font-size: 3rem;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  /* 4.2rem */
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .sagan-2024-benefits .head {
    font-size: 1.75rem;
    margin-bottom: 2.5rem;
  }
}
.sagan-2024-benefits .popup {
  font-size: 3rem;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  /* 4.2rem */
  text-align: center;
  margin-bottom: 3rem;
  font-family: "Hiragino Kaku Gothic StdN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}
@media (max-width: 767px) {
  .sagan-2024-benefits .popup {
    font-size: 1.75rem;
    margin-bottom: 1.88rem;
  }
}
.sagan-2024-benefits .popup span {
  display: inline-block;
  color: #F61E1E;
  border-radius: 0.3125rem;
  padding: 0.625rem;
  border: 3px solid var(--red, #F61E1E);
}
.sagan-2024-benefits .list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sagan-2024-benefits .list .item:not(:last-of-type) {
  margin-bottom: 3rem;
}
.sagan-2024-benefits .list .item.--rev {
  flex-flow: row-reverse;
}
@media (max-width: 767px) {
  .sagan-2024-benefits .list .item {
    display: block;
  }
  .sagan-2024-benefits .list .item:not(:last-of-type) {
    margin-bottom: 2.4rem;
  }
}
.sagan-2024-benefits .list .item .box {
  width: 52%;
}
@media (max-width: 767px) {
  .sagan-2024-benefits .list .item .box {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.sagan-2024-benefits .list .item .box .ttl {
  color: var(--Jasmy-Color, #F6921E);
  font-size: 3rem;
  font-style: normal;
  font-weight: 800;
  line-height: 200%;
  text-align: left;
  font-family: "Hiragino Kaku Gothic StdN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  /* 6rem */
}
@media (max-width: 767px) {
  .sagan-2024-benefits .list .item .box .ttl {
    font-size: 1.75rem;
    text-align: center;
    margin-bottom: 1.7rem;
  }
}
.sagan-2024-benefits .list .item .box .ttl.center {
  text-align: center;
  font-weight: 800;
}
.sagan-2024-benefits .list .item .box .catch {
  color: var(--font-color, #333);
  font-size: 2.8125rem;
  font-style: normal;
  font-weight: 800;
  line-height: 200%;
  text-align: center;
  font-family: "Hiragino Kaku Gothic StdN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}
@media (max-width: 767px) {
  .sagan-2024-benefits .list .item .box .catch {
    font-size: 1.5rem;
  }
}
.sagan-2024-benefits .list .item .box .points li {
  color: var(--font-color, #333);
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.65;
  text-indent: -1em;
  padding-left: 1em;
  font-family: "Hiragino Kaku Gothic StdN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}
@media (max-width: 767px) {
  .sagan-2024-benefits .list .item .box .points li {
    font-size: 1.3rem;
  }
}
.sagan-2024-benefits .list .item .box .points li:not(:last-of-type) {
  margin-bottom: 1.2rem;
}
.sagan-2024-benefits .list .item .box .points li .--sm {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .sagan-2024-benefits .list .item .box .points li .--sm {
    font-size: 1rem;
  }
}
.sagan-2024-benefits .list .item .box .points.--sm li {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .sagan-2024-benefits .list .item .box .points.--sm li {
    font-size: 1rem;
  }
}
.sagan-2024-benefits .list .item .box .points.--sm li .--lg {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .sagan-2024-benefits .list .item .box .points.--sm li .--lg {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .sagan-2024-benefits .list .item .box .points.--sm li.--sp-md {
    font-size: 0.9rem;
  }
}
.sagan-2024-benefits .list .item .img {
  width: 40%;
}
@media (max-width: 767px) {
  .sagan-2024-benefits .list .item .img {
    width: 100%;
  }
}

.sagan-2024-price {
  padding: 7.5rem 0;
}
@media (max-width: 767px) {
  .sagan-2024-price {
    padding: 3.5rem 0;
  }
}
.sagan-2024-price .head {
  color: var(--font-color, #333);
  text-align: center;
  font-size: 3rem;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  /* 4.2rem */
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .sagan-2024-price .head {
    font-size: 1.75rem;
  }
}
.sagan-2024-price .list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sagan-2024-price .list {
    display: block;
  }
}
.sagan-2024-price .list .item {
  width: 48.6%;
}
@media (max-width: 767px) {
  .sagan-2024-price .list .item {
    width: 100%;
  }
  .sagan-2024-price .list .item:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
.sagan-2024-price .list .item .box {
  border-radius: 1rem;
  background: var(--Jasmy-Color, #F6921E);
  padding: 3.125rem 2.1875rem;
}
@media (max-width: 767px) {
  .sagan-2024-price .list .item .box {
    padding: 3.125rem 1rem;
  }
}
.sagan-2024-price .list .item .box.--blue {
  background-color: #00a0d2;
}
.sagan-2024-price .list .item .box .ttl {
  color: #FFF;
  font-family: "Hiragino Kaku Gothic StdN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  /* Headline/H2 */
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 200%;
  /* 4rem */
  margin-bottom: 1.88rem;
}
@media (max-width: 767px) {
  .sagan-2024-price .list .item .box .ttl {
    font-size: 1.33rem;
    margin-bottom: 1.3rem;
  }
}
.sagan-2024-price .list .item .box .desc {
  color: #FFF;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 200%;
  /* 3rem */
  margin-bottom: 3.12rem;
}
@media (max-width: 767px) {
  .sagan-2024-price .list .item .box .desc {
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
  }
}
.sagan-2024-price .list .item .box .price {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  margin-bottom: 1.88rem;
  /* Headline/H2 */
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 200%;
  font-family: "Hiragino Kaku Gothic StdN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  /* 4rem */
}
@media (max-width: 767px) {
  .sagan-2024-price .list .item .box .price {
    font-size: 1.22rem;
  }
}
.sagan-2024-price .list .item .box .price .line {
  height: 1px;
  flex: 0 0 7.5625rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .sagan-2024-price .list .item .box .price .line {
    flex-basis: 5.4rem;
  }
}
.sagan-2024-price .list .item .box .price .txt {
  padding: 0 0.76rem;
}
.sagan-2024-price .list .item .box .action {
  background-color: #fff;
  height: 15.3125rem;
  padding: 1.875rem 3.98294rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0.79656rem;
  position: relative;
}
@media (max-width: 767px) {
  .sagan-2024-price .list .item .box .action {
    padding: 1.875rem 1.666%;
    height: auto;
    min-height: 11.1875rem;
  }
}
.sagan-2024-price .list .item .box .action .ballun {
  position: absolute;
  width: 9.9375rem;
  top: -4rem;
  left: -4rem;
}
@media (max-width: 767px) {
  .sagan-2024-price .list .item .box .action .ballun {
    left: auto;
    right: -5%;
    width: 32%;
    top: -3rem;
  }
}
.sagan-2024-price .list .item .box .action .price-col {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #F6921E;
  font-size: 3.4375rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 1.88rem;
  font-family: "Hiragino Kaku Gothic StdN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  /* 6.875rem */
}
@media (max-width: 767px) {
  .sagan-2024-price .list .item .box .action .price-col {
    font-size: 2.888rem;
  }
}
.sagan-2024-price .list .item .box .action .price-col .txt {
  color: #F6921E;
  font-family: "Hiragino Kaku Gothic StdN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-size: 3.4375rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .sagan-2024-price .list .item .box .action .price-col .txt {
    font-size: 2.888rem;
  }
}
@media (max-width: 767px) {
  .sagan-2024-price .list .item .box .action .price-col .side {
    width: 6rem;
  }
}
.sagan-2024-price .list .item .box .action .price-btn {
  text-align: center;
  color: #FFF;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
  /* 1.875rem */
  padding: 0.75rem 2.25rem;
  border-radius: 48.78356rem;
  background: var(--Jasmy-Color, #F6921E);
  box-shadow: 0px 4.78325px 4.78325px 0px rgba(0, 0, 0, 0.25);
}
.sagan-2024-price .list .item .box .action .price-btn.--none-link {
  pointer-events: none;
  background-color: #B5B5B5;
}
@media (max-width: 767px) {
  .sagan-2024-price .list .item .box .action .price-btn {
    width: 90%;
    padding: 0.75rem 1.05rem;
    margin: 0 auto;
    font-size: 1.03rem;
    box-sizing: border-box;
  }
}
.sagan-2024-price .list .item .box .action .close {
  text-align: center;
  font-weight: 600;
  margin-top: 20px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .sagan-2024-price .list .item .box .action .close {
    font-size: 14px;
  }
}
.sagan-2024-price .list .item .box .action .free {
  color: var(--sagantosu-color-blue, #30A0D2);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 200%;
  /* 5rem */
  text-align: center;
  font-family: "Hiragino Kaku Gothic StdN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}
.sagan-2024-price .list .item .box .action .dl-box {
  text-align: center;
}
.sagan-2024-price .list .item .box .action .dl-box .cap {
  color: var(--font-color, #333);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 800;
  line-height: 180%;
  /* 2.25rem */
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .sagan-2024-price .list .item .box .action .dl-box .cap {
    font-size: 0.9rem;
    margin-bottom: 0.7rem;
  }
}
.sagan-2024-price .list .item .box .action .dl-box .col {
  display: flex;
  justify-content: center;
}
.sagan-2024-price .list .item .box .action .dl-box .col .btns {
  max-width: 60%;
}
.sagan-2024-price .list .item .box .action .dl-box .col .btns.--app {
  width: 10.00694rem;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .sagan-2024-price .list .item .box .action .dl-box .col .btns.--app {
    width: 7.107rem;
  }
}
.sagan-2024-price .list .item .box .action .dl-box .col .btns.--google {
  width: 12.38481rem;
}
@media (max-width: 767px) {
  .sagan-2024-price .list .item .box .action .dl-box .col .btns.--google {
    width: 8.79575rem;
  }
}
.sagan-2024-price .list .item .box .action .dl-box .col .btns img {
  width: 100%;
}
.sagan-2024-price .list .item .btm {
  color: #000;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 200%;
  /* 3rem */
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .sagan-2024-price .list .item .btm {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}
.sagan-2024-price .btn-wrap {
  text-align: center;
  margin-top: 2rem;
}
.sagan-2024-price.update2024-price {
  padding-bottom: 60px;
}
.sagan-2024-price.update2024-price .sec_inner {
  max-width: 1124px;
}
.sagan-2024-price.update2024-price .head {
  color: #fff;
  font-family: "Hiragino Kaku Gothic StdN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}
.sagan-2024-price.update2024-price .item .box {
  border: 5px solid #fff;
}
.sagan-2024-price.update2024-price .item .btm {
  color: #fff;
}

.sagan-2024-int .head {
  color: var(--font-color, #333);
  text-align: center;
  font-size: 3rem;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  /* 4.2rem */
  margin-bottom: 3.12rem;
}
@media (max-width: 767px) {
  .sagan-2024-int .head {
    font-size: 1.75rem;
    margin-bottom: 2rem;
  }
}
.sagan-2024-int .slides .cap {
  display: block;
  text-align: center;
  margin-top: 2rem;
}
.sagan-2024-int .slides .slick-dots {
  margin-top: 3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .sagan-2024-int .slides .slick-dots {
    margin-top: 1rem;
  }
}
.sagan-2024-int .slides .slick-dots li {
  font-size: 0;
  width: 11px;
  height: 11px;
  background-color: #D9D9D9;
  display: inline-block;
  border-radius: 50%;
  margin: 0 7px;
}
.sagan-2024-int .slides .slick-dots li.slick-active {
  background-color: #f6921e;
}
.sagan-2024-int .slides .slick-dots li button {
  appearance: none;
  font-size: 0;
  border: none;
  background: none;
}

.sagan-2024-event .head {
  color: var(--font-color, #333);
  font-size: 3rem;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  /* 4.2rem */
  margin-bottom: 3.75rem;
}
@media (max-width: 767px) {
  .sagan-2024-event .head {
    font-size: 1.75rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .sagan-2024-event .bnr {
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.5);
  }
}

.btn-liststs {
  display: flex;
  justify-content: center;
  padding: 7.5rem 0;
}
@media (max-width: 767px) {
  .btn-liststs {
    padding: 3rem 0 9.3rem;
    justify-content: space-between;
  }
}
.btn-liststs .item {
  border-radius: 62.4375rem;
  border: 2px solid var(--Jasmy-Dark-Gray, #595959);
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  width: 15rem;
  margin: 0 1.25rem;
  /* 2.25rem */
}
@media (max-width: 767px) {
  .btn-liststs .item {
    width: 46%;
    margin: 0;
  }
}
.btn-liststs .item .btn {
  font-size: 1.24rem;
  display: block;
  padding: 1.25rem 3.125rem;
  color: var(--font-color, #333);
  text-align: center;
}
@media (max-width: 767px) {
  .btn-liststs .item .btn {
    font-size: 1rem;
    padding: 0.625rem 1.875rem;
  }
}

.sagan-detail .sec_inner {
  max-width: 1150px;
}
.sagan-detail h2 {
  color: #333;
  font-family: Hiragino Kaku Gothic StdN, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
}
@media (min-width: 768px) {
  .sagan-detail h2.left {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .sagan-detail h2 {
    font-size: 1.75rem;
  }
}
.sagan-detail p {
  color: #333;
  font-size: 1.25rem;
  line-height: 180%;
  /* 1.575rem */
}
@media (max-width: 767px) {
  .sagan-detail p {
    font-size: 0.875rem;
  }
}

.detail-intro {
  padding: 4.56rem 0;
  background-image: url(../images/sagan/2024/detail/about_bg.png);
}
@media (max-width: 767px) {
  .detail-intro {
    background-image: url(../images/sagan/2024/detail/about_bg_sp.png);
  }
}
.detail-intro .ttl {
  margin-bottom: 3rem;
}
.detail-reason h2 {
  margin-bottom: 3rem;
}
.detail-reason .col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .detail-reason .col {
    flex-flow: column-reverse;
  }
}
.detail-reason .descp {
  width: 50%;
}
@media (max-width: 767px) {
  .detail-reason .descp {
    width: 100%;
  }
}
.detail-reason .logo {
  width: 45%;
}
@media (max-width: 767px) {
  .detail-reason .logo {
    width: 90%;
    margin: 0 auto 2rem;
  }
}

.sagan-detail-table {
  padding: 3.5rem 0;
}
.sagan-detail-table .sec_inner {
  max-width: 1150px;
}
.sagan-detail-table h2 {
  margin-bottom: 3rem;
}
.sagan-detail-table .table {
  width: 100%;
  border-collapse: collapse;
}
.sagan-detail-table .table tr th:first-of-type,
.sagan-detail-table .table tr td:first-of-type {
  border-right: none;
  border-left: none;
}
.sagan-detail-table .table tr th:last-of-type,
.sagan-detail-table .table tr td:last-of-type {
  border-right: none;
}
.sagan-detail-table .table th,
.sagan-detail-table .table td {
  text-align: center;
  color: var(--font-color, #333);
  /* body/body_PC */
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  /* 2.25rem */
  vertical-align: middle;
  padding: 0.77rem 0.6rem;
  border: 1px solid #595959;
}
@media (max-width: 767px) {
  .sagan-detail-table .table th,
  .sagan-detail-table .table td {
    font-size: 0.7em;
  }
}
.sagan-detail-table .table thead th {
  background-color: #f6921e;
  color: #fff;
  border-top-color: transparent;
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .sagan-detail-table .table thead th {
    font-size: 1rem;
  }
}
.sagan-detail-table .table thead tr th:first-of-type,
.sagan-detail-table .table thead tr td:first-of-type {
  border-radius: 0.625rem 0rem 0rem 0rem;
  border-right: 1px solid #fff;
}
.sagan-detail-table .table thead tr th:nth-of-type(2),
.sagan-detail-table .table thead tr td:nth-of-type(2) {
  border-right: 1px solid #fff;
}
.sagan-detail-table .table thead tr th:last-of-type,
.sagan-detail-table .table thead tr td:last-of-type {
  border-radius: 0rem 0.625rem 0rem 0rem;
}
.sagan-detail-table .nots {
  color: var(--Jasmy-Dark-Gray, #595959);
  /* body/body_PC */
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  margin-top: 1.5rem;
  /* 2.25rem */
}
@media (max-width: 767px) {
  .sagan-detail-table .nots {
    font-size: 0.75rem;
  }
}
.sagan-detail-table .nots li:not(:last-of-type) {
  margin-bottom: 0.4rem;
}

.flow-page-title {
  color: var(--Jasmy-Color, #F6921E);
  font-size: 3rem;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  /* 4.2rem */
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .flow-page-title {
    font-size: 1.5rem;
  }
}

.flow-sec {
  padding: 3rem 0 7.5rem;
}
.flow-sec h2 {
  margin-bottom: 3.75rem;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .flow-sec h2 {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}
.flow-sec .col {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .flow-sec .col {
    display: block;
  }
}
.flow-sec .col:not(:last-of-type) {
  margin-bottom: 3.12rem;
}
.flow-sec .col .box {
  width: 48%;
}
@media (max-width: 767px) {
  .flow-sec .col .box {
    width: 100%;
    margin-bottom: 1.7rem;
  }
}
.flow-sec .col .box .desc {
  margin-bottom: 1.8rem;
}
.flow-sec .col .box .dl {
  font-size: 1.25rem;
  font-style: normal;
  line-height: 180%;
  margin-bottom: 1.25rem;
  /* 2.25rem */
}
@media (max-width: 767px) {
  .flow-sec .col .box .dl {
    font-size: 0.875rem;
  }
}
.flow-sec .col .box .dl dt {
  color: var(--Jasmy-Color, #F6921E);
  font-weight: 600;
}
.flow-sec .col .box .btn {
  width: 12.5rem;
  display: block;
  color: var(--Jasmy-Color, #F6921E);
  padding: 0.625rem 1.25rem;
  border-radius: 62.4375rem;
  border: 1px solid var(--Jasmy-Color, #F6921E);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  /* body/body_PC */
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  /* 2.25rem */
  text-align: center;
}
@media (max-width: 767px) {
  .flow-sec .col .box .btn {
    margin: 0 auto;
    font-size: 0.875rem;
    width: 9rem;
  }
}
.flow-sec .col .box .btns {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .flow-sec .col .box .btns {
    justify-content: center;
  }
}
.flow-sec .col .box .btns .item {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .flow-sec .col .box .btns .item {
    margin: 0 1.1rem;
  }
}
.flow-sec .col .box .btns .item .dw-btn {
  width: 10.67744rem;
}
@media (max-width: 767px) {
  .flow-sec .col .box .btns .item .dw-btn {
    width: 8rem;
  }
}
.flow-sec .col .box .btns .item .dw-btn.--g {
  width: 13.21463rem;
}
@media (max-width: 767px) {
  .flow-sec .col .box .btns .item .dw-btn.--g {
    width: 10rem;
  }
}
.flow-sec .col .box .btns .item .dw-btn img {
  width: 100%;
}
.flow-sec .col .box .btns .item .qr {
  width: 3.91156rem;
  margin-left: 0.3rem;
}
@media (max-width: 767px) {
  .flow-sec .col .box .btns .item .qr {
    display: none;
  }
}
.flow-sec .col .img {
  width: 50%;
}
.flow-sec .col .img.--logo img {
  width: 17.3125rem;
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
  .flow-sec .col .img.--logo img {
    width: 11.125rem;
  }
}
@media (max-width: 767px) {
  .flow-sec .col .img {
    width: 100%;
  }
}

.fix-btm {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.77);
  z-index: 1000;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .fix-btm {
    box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.25);
  }
}
.fix-btm .col {
  max-width: 1100px;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.fix-btm .btn {
  width: 48.5%;
  border-radius: 10px;
  background-color: #fff;
  display: block;
  background-color: #f6921e;
  color: #fff;
  text-align: center;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-family: Hiragino Kaku Gothic StdN;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  padding: 15px 0;
  border: 1px solid #f6921e;
}
@media (max-width: 767px) {
  .fix-btm .btn {
    font-size: 12px;
    border-radius: 5px;
  }
}
.fix-btm .btn.--none {
  background-color: #B5B5B5;
  pointer-events: none;
  border-color: #B5B5B5;
}
.fix-btm .btn.--rev {
  background-color: #fff;
  color: #f6921e;
}
.fix-btm .close {
  text-align: center;
  margin-top: 12px;
  font-size: 1.1rem;
  font-weight: 600;
}

.u-v-hidden {
  visibility: hidden;
}

.sagan-2024-page #pageup {
  bottom: 130px;
}
.sagan-2024-page #pageup.is-up {
  bottom: 190px;
}
@media (max-width: 767px) {
  .sagan-2024-page #pageup.is-up {
    bottom: 368px;
  }
}
.sagan-2024-page #footer {
  position: static;
}

.read-more {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  margin-top: 1rem;
}
.read-more .text.--on {
  display: none;
}
.read-more .arw {
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.16);
  width: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  margin-left: 10px;
  transition: linear 0.2s;
}
.read-more.is-accordion-open .text.--on {
  display: block;
}
.read-more.is-accordion-open .text.--off {
  display: none;
}
.read-more.is-accordion-open .arw {
  transform: rotate(180deg);
}

.bg-white-hide {
  height: 230px;
  overflow: hidden;
  position: relative;
}
.bg-white-hide.is-accordion-contents-open {
  height: auto;
  overflow: visible;
}
.bg-white-hide.is-accordion-contents-open::after {
  opacity: 0;
  visibility: hidden;
}
.bg-white-hide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

.more-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.more-toggle .arw {
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.16);
  width: 29px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  transition: linear 0.2s;
}
.more-toggle.is-accordion-open .arw {
  transform: rotate(180deg);
}

.more-toggle-contents {
  max-height: 0;
  overflow: hidden;
  transition: linear 0.2s;
}
.more-toggle-contents.is-accordion-contents-open {
  overflow: visible;
  max-height: 3000px;
}

.dance-reslt .ttl {
  max-width: 400px;
  width: 80%;
  margin: 0 auto 160px;
}
@media (max-width: 767px) {
  .dance-reslt .ttl {
    margin-bottom: 90px;
  }
}
.dance-reslt .list {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .dance-reslt .list {
    margin-bottom: 7rem;
  }
}
.dance-reslt .reslt-box {
  background-color: #FFF9F2;
  border-radius: 10px;
  border: 3px solid #f6921e;
  position: relative;
  padding: 77px 25px 50px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .dance-reslt .reslt-box {
    padding: 13% 5% 30px;
  }
}
.dance-reslt .reslt-box:not(:last-of-type) {
  margin-bottom: 142px;
}
@media (max-width: 767px) {
  .dance-reslt .reslt-box:not(:last-of-type) {
    margin-bottom: 75px;
  }
}
.dance-reslt .ribon {
  position: absolute;
  left: 50%;
  top: -7%;
  transform: translateX(-50%);
  max-width: 781px;
  width: 90%;
}
@media (max-width: 767px) {
  .dance-reslt .ribon {
    top: -3%;
  }
}
.dance-reslt .ribon.--frst {
  max-width: 730px;
  top: -9%;
}
@media (max-width: 767px) {
  .dance-reslt .ribon.--frst {
    top: -5%;
  }
}
.dance-reslt .ribon.--md {
  max-width: 657px;
}
@media (max-width: 767px) {
  .dance-reslt .ribon.--md {
    top: -30px;
  }
}
.dance-reslt .catch {
  text-align: center;
  color: red;
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .dance-reslt .catch {
    font-size: 22px;
  }
}
.dance-reslt .catch .sm {
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .dance-reslt .catch .sm {
    font-size: 16px;
  }
}
.dance-reslt .post {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 767px) {
  .dance-reslt .post {
    width: 90%;
    margin-bottom: 1.7rem;
  }
}
.dance-reslt .post iframe,
.dance-reslt .post blockquote {
  width: 100% !important;
  min-width: auto !important;
}
.dance-reslt .info-box {
  text-align: center;
  font-weight: 800;
}
.dance-reslt .info-box .user {
  font-size: 28px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .dance-reslt .info-box .user {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }
}
.dance-reslt .info-box .comment .comment_ttl {
  font-size: 28px;
  color: #f6921e;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .dance-reslt .info-box .comment .comment_ttl {
    font-size: 1.1rem;
  }
}
.dance-reslt .info-box .comment .comment_data {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #585858;
  max-width: 685px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 2.05;
  text-align: left;
  padding: 12px 30px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .dance-reslt .info-box .comment .comment_data {
    font-size: 0.95rem;
    line-height: 1.7;
    padding: 12px 5%;
  }
}
.dance-reslt .info-box .comment .comment_count {
  display: flex;
  justify-content: center;
  color: #f6921e;
  font-weight: 800;
  font-size: 28px;
}
.dance-reslt .info-box .comment .comment_count .icon {
  width: 31px;
  margin-right: 7px;
  display: flex;
  align-items: center;
}

.update2024 {
  padding-bottom: 0 !important;
}
.update2024 * {
  box-sizing: border-box;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}

.flowting {
  background-color: #f6921e;
  border-radius: 40px 0 0 40px;
  position: fixed;
  right: 0;
  bottom: 25%;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.6);
  width: 222px;
  z-index: 100;
  font-family: Hiragino Kaku Gothic StdN;
}
@media (max-width: 767px) {
  .flowting {
    width: 160px;
    bottom: 11dvh;
  }
}
.flowting .link {
  display: block;
  color: #fff;
  font-size: 32px;
  text-align: center;
  padding: 15px 8px;
}
@media (max-width: 767px) {
  .flowting .link {
    font-size: 20px;
  }
}
.flowting .link .sub {
  font-size: 0.5em;
  display: block;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .flowting .link .sub {
    font-size: 12px;
  }
}
.flowting .link .top {
  font-weight: 600;
  line-height: 1.1;
}
.flowting.--none {
  background-color: #b5b5b5;
}
.flowting.--none .link {
  pointer-events: none;
}

.update2024-fv {
  background: url(../images/sagan/update-info-2024/fv.jpg);
  background-size: cover;
  position: relative;
}
.update2024-fv .sec_inner {
  max-width: 1110px;
}
.update2024-fv .logo {
  position: absolute;
  top: 24px;
  right: 22px;
  width: 180px;
}
@media (max-width: 767px) {
  .update2024-fv .logo {
    width: 20%;
    top: 15px;
  }
}
@media (max-width: 767px) {
  .update2024-fv .texts {
    padding-bottom: 15%;
  }
}
.update2024-fv .tab-list {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .update2024-fv .tab-list {
    padding: 0 5px;
  }
}
.update2024-fv .tab-list .item {
  width: 320px;
  height: 220px;
  text-align: center;
  font-family: Hiragino Kaku Gothic StdN;
  color: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 20px 11px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
@media (max-width: 767px) {
  .update2024-fv .tab-list .item {
    padding: 2% 5px 0;
    margin-bottom: 10px;
    height: 39vw;
    width: 31%;
  }
}
.update2024-fv .tab-list .item:nth-of-type(2) {
  margin-left: 12px;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .update2024-fv .tab-list .item:nth-of-type(2) {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.update2024-fv .tab-list .item.is-active {
  margin-bottom: 0 !important;
  height: auto !important;
  box-shadow: none;
  border-radius: 10px 10px 0 0;
}
.update2024-fv .tab-list .item.--tab01 {
  background: url(../images/sagan/update-info-2024/tab01.png) no-repeat 50%;
  background-size: cover;
}
.update2024-fv .tab-list .item.--tab01.is-active {
  background-image: url(../images/sagan/update-info-2024/tab01--active.png);
  color: #0082A0;
}
@media (max-width: 767px) {
  .update2024-fv .tab-list .item.--tab01.is-active {
    background-image: url(../images/sagan/update-info-2024/tab01--active_sp.png);
  }
}
@media (max-width: 767px) {
  .update2024-fv .tab-list .item.--tab01.is-active .head {
    margin-bottom: 0;
    height: 2.2em;
  }
}
@media (max-width: 767px) {
  .update2024-fv .tab-list .item.--tab01.is-active .ttl {
    font-size: 3.85vw;
  }
}
.update2024-fv .tab-list .item.--tab02 {
  background: url(../images/sagan/update-info-2024/tab02.png) no-repeat 50%;
  background-size: cover;
}
.update2024-fv .tab-list .item.--tab02.is-active {
  background-image: url(../images/sagan/update-info-2024/tab02--active.png);
  color: #48691F;
}
@media (max-width: 767px) {
  .update2024-fv .tab-list .item.--tab02.is-active {
    background-image: url(../images/sagan/update-info-2024/tab02--active_sp.png);
  }
}
@media (max-width: 767px) {
  .update2024-fv .tab-list .item.--tab02.is-active .head {
    margin-bottom: 2vw;
    height: 1.4em;
  }
}
@media (max-width: 767px) {
  .update2024-fv .tab-list .item.--tab02.is-active .ttl {
    font-size: 3.85vw;
  }
}
.update2024-fv .tab-list .item.--tab03 {
  background: url(../images/sagan/update-info-2024/tab03.png) no-repeat 50%;
  background-size: cover;
}
.update2024-fv .tab-list .item.--tab03.is-active {
  background-image: url(../images/sagan/update-info-2024/tab03--active.png);
  color: #7D6718;
}
@media (max-width: 767px) {
  .update2024-fv .tab-list .item.--tab03.is-active {
    background-image: url(../images/sagan/update-info-2024/tab03--active_sp.png);
  }
}
@media (max-width: 767px) {
  .update2024-fv .tab-list .item.--tab03.is-active .head {
    margin-bottom: 2vw;
    height: 1.4em;
  }
}
@media (max-width: 767px) {
  .update2024-fv .tab-list .item.--tab03.is-active .ttl {
    font-size: 3.85vw;
  }
}
.update2024-fv .tab-list .item .head {
  font-size: 24px;
  margin-bottom: 27px;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 767px) {
  .update2024-fv .tab-list .item .head {
    font-size: 3.2vw;
    margin-bottom: 7px;
    height: 2em;
    line-height: 120%;
    /* 14.4px */
  }
}
@media (max-width: 767px) {
  .update2024-fv .tab-list .item .head.--sp-btm {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}
.update2024-fv .tab-list .item .ttl {
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
  /* 31.2px */
}
@media (max-width: 767px) {
  .update2024-fv .tab-list .item .ttl {
    font-size: 3.2vw;
    line-height: 120%;
    /* 14.4px */
  }
}
.update2024-fv .tab-list .item .comming {
  display: block;
  width: 76%;
  margin: 15px auto 0;
}
@media (max-width: 767px) {
  .update2024-fv .tab-list .item .comming {
    width: 74%;
    margin-top: 7px;
  }
}
@media (min-width: 768px) {
  .update2024-fv .tab-list .item .comming.--short {
    width: 56%;
  }
}
@media (max-width: 767px) {
  .update2024-fv .tab-list .item .comming.--short {
    width: 68%;
  }
}
@media (min-width: 768px) {
  .update2024-fv .tab-list .item .comming.--md {
    width: 67.2%;
  }
}
@media (max-width: 767px) {
  .update2024-fv .tab-list .item .comming.--md {
    width: 77%;
  }
}
.update2024-fv .tab-list .item .comming img {
  width: 100%;
}

.update2024-contents {
  position: relative;
  padding: 103px 0 90px;
  position: relative;
}
@media (max-width: 767px) {
  .update2024-contents {
    padding: 30px 0 120px;
  }
}
.update2024-contents.--tab01 {
  background: #00ACD4 url(../images/sagan/update-info-2024/tabc01_bg.png) no-repeat 50% 0;
  background-size: 1367px auto;
}
@media (max-width: 767px) {
  .update2024-contents.--tab01 {
    background-size: 100% auto;
    background-image: url(../images/sagan/update-info-2024/tabc01_bg_sp.png);
  }
}
.update2024-contents.--tab01::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/sagan/update-info-2024/tabc01_gd.png) no-repeat 50% 0%;
}
@media (max-width: 767px) {
  .update2024-contents.--tab01::before {
    height: 100%;
    background-image: url(../images/sagan/update-info-2024/tabc01_gd_sp.png);
  }
}
.update2024-contents.--tab01 .tab01-contents {
  display: block;
}
.update2024-contents.--tab02 {
  background: #78A441 url(../images/sagan/update-info-2024/tabc02_bg.png) no-repeat 50% 0;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .update2024-contents.--tab02 {
    background-size: 100% auto;
    background-image: url(../images/sagan/update-info-2024/tabc02_bg_sp.png);
  }
}
.update2024-contents.--tab02 .tab02-contents {
  display: block;
}
.update2024-contents.--tab03 {
  background: #CBA726 url(../images/sagan/update-info-2024/tabc03_bg.png) no-repeat 50% 0;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .update2024-contents.--tab03 {
    background-size: 100% auto;
    background-image: url(../images/sagan/update-info-2024/tabc03_bg_sp.png);
  }
}
.update2024-contents.--tab03::before {
  /* content: "";
  	position: absolute;
  	left: 0;
  	top: 0;
  	width: 100%;
  	height: 100%;
  	background: url(../images/sagan/update-info-2024/tabc01_gd.png) no-repeat 50% 0%;

  	@media (max-width: 767px) {
  		height: 100%;
  		background-image: url(../images/sagan/update-info-2024/tabc01_gd_sp.png);
  	} */
}
.update2024-contents.--tab03 .tab03-contents {
  display: block;
}
.update2024-contents .contents-item {
  display: none;
}
.update2024-contents .contents-item .head {
  max-width: 800px;
  margin: 0 auto 50px;
}
.update2024-contents .contents-item .sec_inner {
  position: relative;
  z-index: 2;
  max-width: 1124px;
}
.update2024-contents .contents-item .cm-movie {
  height: 632px;
  margin-bottom: 59px;
}
@media (max-width: 767px) {
  .update2024-contents .contents-item .cm-movie {
    height: auto;
    aspect-ratio: 350/196;
    margin-bottom: 50px;
  }
}
.update2024-contents .btm-btn {
  display: block;
  max-width: 532px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 60px;
  text-align: center;
  padding: 17px 12px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.6);
  color: var(--font-color, #333);
  border: 2px solid var(--Jasmy-Dark-Gray, #595959);
}
@media (max-width: 767px) {
  .update2024-contents .btm-btn {
    font-size: 18px;
  }
}
.update2024-contents .content-list .item {
  background-color: #fff;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 5px solid #FFF;
}
.update2024-contents .content-list .item:not(:last-of-type) {
  margin-bottom: 60px;
}
.update2024-contents .content-list .item .flag {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  z-index: 3;
}
.update2024-contents .content-list .item .flag p {
  background-color: #f6921e;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 8px 0 8px 0;
  display: inline-block;
  min-width: 160px;
  text-align: center;
}
.update2024-contents .content-list .item .flag p:not(:last-of-type) {
  margin-bottom: 12px;
}
.update2024-contents .content-list .item .flag p.ddd {
  background-color: #E94026;
  border-radius: 0 8px 8px 0;
  text-align: left;
  min-width: auto;
}
.update2024-contents .content-list .item .new {
  width: 111px;
  margin: 0 auto 12px;
  display: block;
}
.update2024-contents .content-list .item .new.--update {
  width: 150px;
}
.update2024-contents .content-list .item .ttl {
  font-size: 44px;
  font-weight: 800;
  line-height: 120%;
  margin-bottom: 30px;
  font-family: "Hiragino Kaku Gothic StdN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .item .ttl {
    font-size: 30px;
    line-height: 1.5;
  }
}
.update2024-contents .content-list .item .ttl span {
  font-weight: 800;
  font-family: "Hiragino Kaku Gothic StdN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}
.update2024-contents .content-list .item .ttl .sm {
  font-size: 20px;
}
.update2024-contents .content-list .item .top {
  position: relative;
  text-align: center;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .item .top {
    padding-top: 70px;
  }
}
.update2024-contents .content-list .item .top .catch {
  color: #5F6368;
  font-family: "Hiragino Kaku Gothic StdN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 150%;
  /* 39px */
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .item .top .catch {
    font-size: 24px;
  }
}
.update2024-contents .content-list .item .top .desc {
  color: #5F6368;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 30px */
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .item .top .desc {
    font-weight: 400;
    font-size: 20px;
  }
}
.update2024-contents .content-list .item .btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f6921e;
  color: #fff;
  bottom: 30px;
  border-radius: 99px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 11px 23px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0 auto;
  white-space: nowrap;
  font-weight: 600;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .item .btn {
    font-size: 19px;
  }
}
.update2024-contents .content-list .item .btn.--des {
  background-color: #B6B6B6;
}
.update2024-contents .content-list .item .btn.--des span::before {
  content: "";
}
.update2024-contents .content-list .item .btn span::before {
  content: "もっと見る";
}
.update2024-contents .content-list .item .btn .icon {
  width: 10px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  transition: linear 0.32s;
}
.update2024-contents .content-list .item .btn.is-accordion-open span::before {
  content: "閉じる";
}
.update2024-contents .content-list .item .btn.is-accordion-open .icon {
  transform: rotate(180deg);
}
.update2024-contents .content-list .item .hide-area {
  transition: linear 0.12s;
  overflow: hidden;
  max-height: 0;
}
.update2024-contents .content-list .item .hide-area.is-accordion-contents-open {
  max-height: 5300px;
  overflow: visible;
}
.update2024-contents .content-list .item .hide-area .hide-list {
  padding: 75px 50px 0;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .item .hide-area .hide-list {
    padding: 30px 20px 0;
  }
}
.update2024-contents .content-list .item .hide-area .con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .item .hide-area .con {
    flex-flow: column-reverse;
    align-items: flex-start;
  }
}
.update2024-contents .content-list .item .hide-area .con:not(:last-of-type) {
  margin-bottom: 40px;
}
.update2024-contents .content-list .item .hide-area .box p {
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .item .hide-area .box p {
    font-size: 13px;
  }
}
.update2024-contents .content-list .item .hide-area .box p .lg {
  font-size: 30px;
  color: #F6921E;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .item .hide-area .box p .lg {
    font-size: 19px;
  }
}
.update2024-contents .content-list .item .hide-area .box p:not(:last-of-type) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .item .hide-area .box p:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.update2024-contents .content-list .item .hide-area .box p.npte {
  color: red;
  font-weight: 300;
  margin-top: 30px;
  line-height: 150%;
}
.update2024-contents .content-list .item .hide-area .box .note {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .item .hide-area .box .note {
    font-size: 12px;
    margin-top: 20px;
  }
}
.update2024-contents .content-list .item .hide-area .thumbs img {
  width: 100%;
}
.update2024-contents .content-list .item .hide-area .item01-01 {
  align-items: flex-end;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .item .hide-area .item01-01 {
    align-items: flex-start;
  }
}
.update2024-contents .content-list .item .hide-area .item01-01 .thumbs {
  width: 45%;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .item .hide-area .item01-01 .thumbs {
    width: 100%;
    margin-bottom: 1.3rem;
  }
}
.update2024-contents .content-list .item .hide-area .item01-01 .thumbs .date {
  transform: scale(1.1);
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .item .hide-area .item01-01 .thumbs .date {
    transform: scale(0.98);
    margin-bottom: 10px;
  }
}
.update2024-contents .content-list .item .hide-area .item01-01 .ss {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.update2024-contents .content-list .item .hide-area .item01-01 .nots {
  font-size: 14px;
  color: #5F6368;
}
.update2024-contents .content-list .item .hide-area .item01-01 .band {
  background-color: #E94026;
  color: #fff;
  font-weight: 800;
  font-size: 44px;
  line-height: 66px;
  text-align: center;
  border-radius: 10px;
  padding: 10px 0;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .item .hide-area .item01-01 .band {
    font-size: 30px;
    line-height: 45px;
  }
}
.update2024-contents .content-list .item .hide-area .item01-02 .ttl {
  margin-top: 80px;
}
.update2024-contents .content-list .item .hide-area .item01-02 .con {
  flex-flow: row-reverse;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .item .hide-area .item01-02 .con {
    flex-flow: column-reverse;
  }
}
.update2024-contents .content-list .item .hide-area .item01-02 .box {
  flex: 1 1 auto;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .item .hide-area .item01-02 .box {
    margin: 0;
  }
}
.update2024-contents .content-list .item .hide-area .item01-02 .thumbs {
  width: 45%;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .item .hide-area .item01-02 .thumbs {
    width: 100%;
    margin-bottom: 1.3rem;
  }
}
.update2024-contents .content-list .item .hide-area .item01-02 .ss {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.update2024-contents .content-list .item .hide-area .item01-02 .nots {
  font-size: 14px;
  color: #5F6368;
}
.update2024-contents .content-list .tabc01-item01 .top {
  position: relative;
  /* background: url(../images/sagan/update-info-2024/tabc01_item01_bg.png) 50% 50% no-repeat;
  background-size: cover; */
}
.update2024-contents .content-list .tabc01-item01 .top .pc-bg {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: calc(100% + 40px);
  object-fit: cover;
  object-position: 50% 100%;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .tabc01-item01 .top {
    padding-top: 150px;
    background: url(../images/sagan/update-info-2024/tabc01_item01_bg_sp.png) 100% 500px no-repeat;
    background-size: 390px auto;
  }
}
@media (max-width: 767px) {
  .update2024-contents .content-list .tabc01-item01 .top .desc {
    padding-bottom: 380px;
  }
}
.update2024-contents .content-list .tabc01-item01 .hide-area .hide-list {
  padding-bottom: 130px;
}
.update2024-contents .content-list .tabc01-item01 .btn.is-accordion-open {
  bottom: 44px;
}
.update2024-contents .content-list .photos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .photos {
    display: block;
  }
}
.update2024-contents .content-list .photos .img {
  width: 48.5%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .photos .img {
    width: 100%;
  }
}
.update2024-contents .content-list .photos .cap {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  margin-top: 10px;
  color: #5F6368;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .photos .cap {
    font-size: 12px;
    font-weight: 300;
  }
}
.update2024-contents .content-list .tabc01-item02 .top .top-item02-bg {
  position: absolute;
  bottom: -82px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: calc(100% + 82px);
  object-fit: cover;
  object-position: 50% 100%;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .tabc01-item02 .top .top-item02-bg {
    top: auto;
    bottom: -50px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .update2024-contents .content-list .tabc01-item02 .top .desc {
    padding-bottom: 240px;
  }
}
.update2024-contents .content-list .tabc01-item02 .item01-01 {
  margin-bottom: 130px;
}
.update2024-contents .content-list .tabc01-item02 .item01-02 {
  position: relative;
}
.update2024-contents .content-list .tabc01-item02 .item01-02 .flag {
  left: -51px;
  top: -71px;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .tabc01-item02 .item01-02 .flag {
    left: -21px;
    top: -102px;
  }
}
.update2024-contents .content-list .tabc01-item02 .item01-02 .con .thumbs {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .tabc01-item02 .item01-02 .con .thumbs {
    margin-right: 0;
  }
}
.update2024-contents .content-list .tabc01-item02 .hide-area .hide-list {
  padding-bottom: 180px;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .tabc01-item02 .hide-area .hide-list {
    padding-bottom: 165px;
  }
}
@media (max-width: 767px) {
  .update2024-contents .content-list .tabc01-item02 .hide-area.is-accordion-contents-open .hide-list {
    padding-top: 60px;
  }
}
.update2024-contents .content-list .tabc01-item02 .btn.is-accordion-open {
  bottom: 60px;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .tabc01-item02 .btn.is-accordion-open {
    bottom: 50px;
  }
}
.update2024-contents .content-list .tabc01-item03 .top {
  background: url(../images/sagan/update-info-2024/tabc01_item03_bg.png) 50% 50% no-repeat;
  background-size: auto 90%;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .tabc01-item03 .top {
    background: url(../images/sagan/update-info-2024/tabc01_item03_bg_sp.png) 50% 100% no-repeat;
    background-size: 100% auto;
    padding-top: 140px;
  }
}
@media (max-width: 767px) {
  .update2024-contents .content-list .tabc01-item03 .top .desc {
    padding-bottom: 390px;
  }
}
.update2024-contents .content-list .tabc01-item03 .hide-area .hide-list {
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .tabc01-item03 .hide-area .hide-list {
    padding-bottom: 110px;
  }
}
.update2024-contents .content-list .tabc01-item03 .item01-01 .thumbs {
  width: 45%;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .tabc01-item03 .item01-01 .thumbs {
    width: 100%;
    margin: 0;
  }
}
.update2024-contents .content-list .tabc02-item01 .top {
  background: url(../images/sagan/update-info-2024/tabc02_item01_bg.png) no-repeat 50% 100%;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .tabc02-item01 .top {
    padding-top: 100px;
    padding-bottom: 60%;
    background-image: url(../images/sagan/update-info-2024/tabc02_item01_bg_sp.png);
  }
}
.update2024-contents .content-list .tabc02-item01 .hide-area .hide-list {
  padding-bottom: 120px;
}
.update2024-contents .content-list .tabc02-item01 .hide-area .hide-list .item01-01 .ttl {
  line-height: 150%;
}
.update2024-contents .content-list .tabc02-item01 .hide-area .hide-list .item01-01 .down {
  display: block;
  width: 80px;
  margin: 40px auto;
}
.update2024-contents .content-list .tabc02-item01 .hide-area .hide-list .item01-01 .gif {
  max-width: 680px;
  margin: 0 auto;
  border: 1px solid #000;
}
.update2024-contents .content-list .tabc02-item01 .hide-area .hide-list .item01-01 .gif img {
  width: 100%;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .tabc02-item01 .btn {
    bottom: 11%;
  }
  .update2024-contents .content-list .tabc02-item01 .btn.is-accordion-open {
    bottom: 30px;
  }
}
.update2024-contents .content-list .tabc02-item02 .top {
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .tabc02-item02 .top {
    padding-bottom: 26%;
  }
}
.update2024-contents .content-list .tabc02-item02 .top .top-item02-bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -75px;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .tabc02-item02 .hide-area {
    padding-top: 32%;
  }
}
.update2024-contents .content-list .tabc02-item02 .hide-area .hide-list {
  padding-bottom: 120px;
}
.update2024-contents .content-list .tabc02-item02 .hide-area .hide-list .item01-01 {
  padding-bottom: 100px;
}
.update2024-contents .content-list .tabc02-item02 .hide-area .hide-list .item01-01 .colitems {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.update2024-contents .content-list .tabc02-item02 .hide-area .hide-list .item01-01 .colitems:not(:last-of-type) {
  margin-bottom: 40px;
}
.update2024-contents .content-list .tabc02-item02 .hide-area .hide-list .item01-01 .colitems:nth-of-type(even) {
  flex-flow: row-reverse;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .tabc02-item02 .hide-area .hide-list .item01-01 .colitems {
    display: block;
  }
}
.update2024-contents .content-list .tabc02-item02 .hide-area .hide-list .item01-01 .colitems .box {
  width: 45%;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .tabc02-item02 .hide-area .hide-list .item01-01 .colitems .box {
    width: 100%;
    margin-bottom: 15px;
  }
}
.update2024-contents .content-list .tabc02-item02 .hide-area .hide-list .item01-01 .colitems .box .ttl {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .tabc02-item02 .hide-area .hide-list .item01-01 .colitems .box .ttl {
    margin-bottom: 15px;
  }
}
.update2024-contents .content-list .tabc02-item02 .hide-area .hide-list .item01-01 .colitems .box .desc {
  font-size: 20px;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .tabc02-item02 .hide-area .hide-list .item01-01 .colitems .box .desc {
    font-size: 14px;
  }
}
.update2024-contents .content-list .tabc02-item02 .hide-area .hide-list .item01-01 .colitems .img {
  width: 50%;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .tabc02-item02 .hide-area .hide-list .item01-01 .colitems .img {
    width: 100%;
  }
}
.update2024-contents .content-list .tabc02-item02 .hide-area .hide-list .item01-02 .ttl {
  margin-bottom: 40px;
  margin-top: 0;
  line-height: 150%;
}
.update2024-contents .content-list .tabc02-item02 .hide-area .hide-list .item01-02 .image {
  margin-bottom: 40px;
}
.update2024-contents .content-list .tabc02-item02 .hide-area .hide-list .item01-02 .points {
  font-size: 26px;
  margin-bottom: 50px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .tabc02-item02 .hide-area .hide-list .item01-02 .points {
    font-size: 14px;
  }
}
.update2024-contents .content-list .tabc02-item02 .hide-area .hide-list .item01-02 .points .orange {
  font-size: 1.1em;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .tabc02-item02 .hide-area .hide-list .item01-02 .points .orange {
    font-size: 1.23em;
  }
}
.update2024-contents .content-list .tabc02-item02 .hide-area .hide-list .item01-02 .points li:not(:last-of-type) {
  margin-bottom: 20px;
}
.update2024-contents .content-list .tabc02-item02 .hide-area .hide-list .item01-02 .note {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .tabc02-item02 .hide-area .hide-list .item01-02 .note {
    font-size: 14px;
  }
}
.update2024-contents .content-list .tabc02-item02 .hide-area .hide-list .item01-02 .note li a {
  color: #0000EE;
  border-bottom: 1px solid #5F6368;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .tabc02-item02 .btn {
    bottom: 17%;
  }
  .update2024-contents .content-list .tabc02-item02 .btn.is-accordion-open {
    bottom: 30px;
  }
}
.update2024-contents .content-list .tabc03-item01 .top {
  background: url(../images/sagan/update-info-2024/tabc03_item01_bg.png) no-repeat 50% 100%;
  background-size: 100% auto;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .tabc03-item01 .top {
    padding-top: 140px;
    padding-bottom: 55%;
    background-image: url(../images/sagan/update-info-2024/tabc03_item01_bg_sp.png);
  }
}
.update2024-contents .content-list .tabc03-item01 .catch {
  text-align: center;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 30px;
}
.update2024-contents .content-list .tabc03-item01 .hide-area .hide-list {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .tabc03-item01 .hide-area .hide-list {
    padding-bottom: 80px;
  }
}
.update2024-contents .content-list .tabc03-item02 .top {
  background: url(../images/sagan/update-info-2024/tabc03_item02_bg.png?222) no-repeat 50% 100%;
  background-size: 100% auto;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .tabc03-item02 .top {
    padding-top: 70px;
    padding-bottom: 70%;
    background-image: url(../images/sagan/update-info-2024/tabc03_item02_bg_sp.png?333);
    margin-bottom: 0;
  }
}
.update2024-contents .content-list .tabc03-item02 .hide-area .hide-list {
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .tabc03-item02 .hide-area .hide-list {
    padding: 0 0 100px;
  }
}
.update2024-contents .content-list .tabc03-item02 .hide-area .ttl {
  line-height: 150%;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .tabc03-item02 .hide-area .ttl {
    font-size: 22px;
  }
}
.update2024-contents .content-list .tabc03-item02 .hide-area .photos {
  margin-bottom: 30px;
}
.update2024-contents .content-list .tabc03-item02 .hide-area .con {
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 768px) {
  .update2024-contents .content-list .tabc03-item02 .hide-area .con {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .update2024-contents .content-list .tabc03-item02 .hide-area .con {
    display: flex;
    flex-flow: column;
  }
}
.update2024-contents .content-list .tabc03-item02 .hide-area .con:not(:last-of-type) {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .tabc03-item02 .hide-area .con:not(:last-of-type) {
    margin-bottom: 80px;
  }
}
.update2024-contents .content-list .tabc03-item02 .hide-area .con .ttl {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .tabc03-item02 .hide-area .con .ttl {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .update2024-contents .content-list .tabc03-item02 .hide-area .con .icon {
    flex: 0 0 200px;
    margin-left: 40px;
  }
}
.update2024-contents .content-list .tabc03-item02 .hide-area .btm .band {
  text-align: center;
}
.update2024-contents .content-list .tabc03-item02 .hide-area .btm .band .band_in {
  display: inline-block;
  color: #fff;
  background-color: #E94026;
  border-radius: 10px;
  margin-bottom: 0;
  line-height: 150%;
  padding: 10px;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .tabc03-item02 .hide-area .btm .band .band_in {
    font-size: 27px;
    width: 100%;
  }
}
.update2024-contents .content-list .tabc03-item02 .hide-area .btm .arw {
  display: block;
  width: 80px;
  margin: 30px auto;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .tabc03-item02 .hide-area .btm .arw {
    width: 50px;
  }
}
.update2024-contents .content-list .tabc03-item02 .hide-area .btm .banner {
  max-width: 800px;
  margin: 0 auto;
}
.update2024-contents .content-list .tabc03-item02 .hide-area .btm .banner img {
  width: 100%;
}
.update2024-contents .content-list .tabc03-item02 .btn {
  bottom: 45px;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .tabc03-item02 .btn {
    bottom: 25px;
  }
}
@media (max-width: 767px) {
  .update2024-contents .content-list .tabc03-item03 .top {
    padding-top: 40%;
    padding-bottom: 66%;
  }
}
.update2024-contents .content-list .tabc03-item03 .top .bg {
  bottom: -60px;
  left: 0;
  width: 100%;
  position: absolute;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .tabc03-item03 .top .bg {
    bottom: -9%;
    height: 85vw;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .update2024-contents .content-list .tabc03-item03 .top .desc {
    padding-bottom: 50px;
  }
}
.update2024-contents .content-list .tabc03-item03 .hide-area .hide-list {
  padding-bottom: 120px;
  padding-top: 90px;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .tabc03-item03 .hide-area .hide-list {
    padding-top: 25%;
  }
}
.update2024-contents .content-list .tabc03-item03 .hide-area .item03-03 .ttl {
  line-height: 150%;
}
.update2024-contents .content-list .tabc03-item03 .hide-area .item03-03 .arw {
  display: block;
  width: 80px;
  margin: 30px auto;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .tabc03-item03 .hide-area .item03-03 .arw {
    width: 50px;
  }
}
.update2024-contents .content-list .tabc03-item03 .hide-area .item03-03 .movie {
  max-width: 640px;
  height: 360px;
  margin: 0 auto;
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  .update2024-contents .content-list .tabc03-item03 .hide-area .item03-03 .movie {
    height: 200px;
  }
}
.update2024-contents .f-merit {
  margin-top: 150px;
  border-radius: 8px;
  overflow: hidden;
  border: 5px solid #E83929;
}
@media (max-width: 767px) {
  .update2024-contents .f-merit {
    margin-top: 100px;
  }
}
.update2024-contents .f-merit-btn {
  margin-top: 40px;
}
.update2024-contents .f-merit-btn .btm-btn {
  max-width: 340px;
}

.benefit-2024 .sec_inner {
  max-width: 1124px;
}

.sagan-2024-update #pageup {
  z-index: 100;
}
@media (max-width: 767px) {
  .sagan-2024-update #pageup {
    bottom: 24dvh;
  }
}

.ouen-summit-2024 {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

.ousen2024-fv {
  background: url(../images/sagan/ouen-summit2024/fv_bg.jpg) no-repeat 50% 100%;
  background-size: cover;
  padding-top: 26px;
  padding-bottom: 44px;
  position: relative;
}
@media (max-width: 767px) {
  .ousen2024-fv {
    background-image: url(../images/sagan/ouen-summit2024/fv_bg_sp.jpg);
    padding-bottom: 35%;
  }
}
.ousen2024-fv .mark {
  position: absolute;
  top: 22px;
  right: 35px;
  width: 115px;
}
@media (max-width: 767px) {
  .ousen2024-fv .mark {
    top: 17px;
    right: 3%;
    width: 18%;
  }
}
.ousen2024-fv .copy {
  width: 96%;
  max-width: 1114px;
  margin: 0 auto 23px;
}
@media (max-width: 767px) {
  .ousen2024-fv .copy {
    margin-bottom: 13px;
  }
}
.ousen2024-fv .btn {
  display: block;
  background-color: #e95599;
  color: #fff;
  width: 80%;
  max-width: 489px;
  margin: 0 auto;
  border-radius: 60px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
}

.ousen2024-overview .ttl {
  margin-bottom: 58px;
}
@media (max-width: 767px) {
  .ousen2024-overview .ttl {
    margin-bottom: 30px;
  }
}
.ousen2024-overview .gr {
  font-size: 28px;
}
@media (max-width: 767px) {
  .ousen2024-overview .gr {
    font-size: 16px;
  }
}
.ousen2024-overview .gr:not(:last-of-type) {
  margin-bottom: 31px;
}
@media (max-width: 767px) {
  .ousen2024-overview .gr:not(:last-of-type) {
    margin-bottom: 17px;
  }
}
.ousen2024-overview .gr .label {
  font-weight: 600;
}
@media (max-width: 767px) {
  .ousen2024-overview .gr .label {
    margin-bottom: 10px;
  }
}
.ousen2024-overview .gr .label .end {
  color: red;
  font-size: 0.6em;
}
@media (max-width: 767px) {
  .ousen2024-overview .gr .label .end {
    font-size: 0.7em;
  }
}
.ousen2024-overview .gr .data {
  line-height: 1.1;
  padding-left: 1.9em;
}
@media (max-width: 767px) {
  .ousen2024-overview .gr .data {
    padding-left: 0;
  }
}
.ousen2024-overview .gr .lis .li-item {
  display: flex;
}
@media (max-width: 767px) {
  .ousen2024-overview .gr .lis .li-item {
    display: block;
  }
}
.ousen2024-overview .gr .lis .li-item:not(:last-of-type) {
  margin-bottom: 25px;
}
.ousen2024-overview .gr .lis .li-item .li-label {
  flex: 0 0 7em;
}
.ousen2024-overview .gr .lis .li-item .li-text {
  flex: 1 1 auto;
}

.ousen2024-cam {
  padding: 40px 0 100px;
}
.ousen2024-cam .list {
  list-style: none;
  max-width: 600px;
  margin: 0 auto 72.5px;
  padding-left: 0;
}
.ousen2024-cam .list .item:not(:last-of-type) {
  margin-bottom: 58px;
}
@media (max-width: 767px) {
  .ousen2024-cam .list .item:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.ousen2024-cam .list .benefit {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .ousen2024-cam .list .benefit {
    flex-flow: column;
  }
}
.ousen2024-cam .list .benefit .dt {
  flex: 0 0 auto;
  margin-right: 1em;
  color: #fff;
  background-color: #D13C3C;
  font-size: 20px;
  font-weight: 700;
  padding: 3px 9px;
}
@media (max-width: 767px) {
  .ousen2024-cam .list .benefit .dt {
    margin-bottom: 11px;
    font-size: 18px;
  }
}
.ousen2024-cam .list .benefit .data {
  flex: 1 1 auto;
}
.ousen2024-cam .list .benefit .catch {
  font-size: 32px;
  line-height: 1;
  color: #000;
  font-weight: 600;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .ousen2024-cam .list .benefit .catch {
    font-size: 24px;
  }
}
.ousen2024-cam .list .benefit .sub {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .ousen2024-cam .list .benefit .sub {
    font-size: 20px;
  }
}
.ousen2024-cam .list .cap {
  display: block;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .ousen2024-cam .list .cap {
    font-size: 18px;
  }
}
.ousen2024-cam .info-boxes .box {
  text-align: center;
  font-weight: 600;
}
.ousen2024-cam .info-boxes .box:not(:last-of-type) {
  margin-bottom: 40px;
}
.ousen2024-cam .info-boxes .box .box_label {
  color: #f6921e;
  font-size: 32px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .ousen2024-cam .info-boxes .box .box_label {
    font-size: 25px;
  }
}
.ousen2024-cam .info-boxes .box .box__data {
  font-size: 22px;
}
@media (max-width: 767px) {
  .ousen2024-cam .info-boxes .box .box__data {
    font-size: 16px;
    text-align: left;
  }
}
.ousen2024-cam .info-boxes .box .box__date {
  font-size: 28px;
}
@media (max-width: 767px) {
  .ousen2024-cam .info-boxes .box .box__date {
    font-size: 18px;
    text-align: center;
  }
}

.ousen2024-gentei .head-read {
  color: #000;
  font-weight: 700;
  text-align: center;
  font-size: 32px;
  margin-bottom: 73px;
}
@media (max-width: 767px) {
  .ousen2024-gentei .head-read {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.ousen2024-gentei .ttl {
  margin-bottom: 47px;
}
.ousen2024-gentei .read {
  text-align: center;
  font-size: 28px;
  margin-bottom: 47px;
  padding: 0;
}
@media (max-width: 767px) {
  .ousen2024-gentei .read {
    font-size: 16px;
  }
}
.ousen2024-gentei .list .item:not(:last-of-type) {
  margin-bottom: 70px;
}
.ousen2024-gentei .list .head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 17px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .ousen2024-gentei .list .head {
    flex-flow: column;
    justify-content: flex-start;
  }
}
.ousen2024-gentei .list .head .head_band {
  flex: 0 0 auto;
  margin-right: 1em;
  color: #fff;
  background-color: #D13C3C;
  font-size: 20px;
  font-weight: 700;
  padding: 3px 9px;
}
@media (max-width: 767px) {
  .ousen2024-gentei .list .head .head_band {
    margin-bottom: 11px;
    font-size: 18px;
  }
}
.ousen2024-gentei .list .head .head_ttl {
  font-size: 32px;
  color: #000;
  font-weight: 600;
}
@media (max-width: 767px) {
  .ousen2024-gentei .list .head .head_ttl {
    font-size: 24px;
  }
}
.ousen2024-gentei .list .thumb {
  margin: 0 auto 33px;
  text-align: center;
}
.ousen2024-gentei .list .thumb.--thumb01 {
  max-width: 375px;
}
.ousen2024-gentei .list .thumb.--thumb02 {
  max-width: 436px;
}
.ousen2024-gentei .list .thumb.--thumb03 {
  max-width: 596px;
}
.ousen2024-gentei .list .texts .texts_desc {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .ousen2024-gentei .list .texts .texts_desc {
    font-size: 16px;
  }
}
.ousen2024-gentei .list .texts .texts_catch {
  font-size: 28px;
  text-align: center;
}
@media (max-width: 767px) {
  .ousen2024-gentei .list .texts .texts_catch {
    font-size: 20px;
  }
}
.ousen2024-gentei .list .texts .texts_catch .orange {
  font-weight: 600;
}
.ousen2024-gentei .list .texts .note {
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .ousen2024-gentei .list .texts .note {
    font-size: 14px;
  }
}

.ousen2024-event .ttl {
  margin-bottom: 81px;
}
.ousen2024-event .list {
  max-width: 788px;
  margin: 0 auto;
  padding: 0 114px 65px;
  border-bottom: 2px solid #f6921e;
}
@media (max-width: 767px) {
  .ousen2024-event .list {
    padding: 0 0 50px;
  }
}
.ousen2024-event .list .item:not(:last-of-type) {
  margin-bottom: 74px;
}
@media (max-width: 767px) {
  .ousen2024-event .list .item:not(:last-of-type) {
    margin-bottom: 36px;
  }
}
.ousen2024-event .list .head {
  text-align: center;
  margin-bottom: 15px;
}
.ousen2024-event .list .head .head_ttl {
  color: #f6921e;
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .ousen2024-event .list .head .head_ttl {
    font-size: 25px;
  }
}
.ousen2024-event .list .head .head_sub {
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .ousen2024-event .list .head .head_sub {
    font-size: 15px;
  }
}
.ousen2024-event .list .thumb {
  margin-bottom: 24px;
}
.ousen2024-event .list .movie {
  aspect-ratio: 675/380;
}
.ousen2024-event .list .desc {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .ousen2024-event .list .desc {
    font-size: 16px;
  }
}

.ousen2024-join {
  padding-bottom: 0;
}

.sns-x {
  padding-bottom: 0;
}
.sns-x .col {
  padding: 33px;
  padding-left: 48px;
}
@media (max-width: 767px) {
  .sns-x .col {
    padding: 26px;
  }
}
.sns-x .col .icon {
  width: 65px;
  flex: 0 0 65px;
  margin-right: 39px;
}
@media (max-width: 767px) {
  .sns-x .col .icon {
    margin: 0 auto 20px;
  }
}
.sns-x .col .text {
  line-height: 1.8;
  flex: 1 1 auto;
}
@media (max-width: 767px) {
  .sns-x .col .text {
    margin: 0;
  }
}

.isms {
  text-align: center;
  padding: 50px 0 75px;
}

.isms .cap {
  color: #000;
  font-size: 10px;
  font-weight: 500;
}

.isms .imgs {
  width: 180px;
  display: block;
  margin: 0 auto 5px;
}

@media screen and (max-width: 780px) {
  .isms {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
.not-found {
  max-width: 550px;
  margin: 0 auto;
}

.market-item-area {
  padding-bottom: 232px;
}
@media (max-width: 767px) {
  .market-item-area {
    padding-bottom: 100px;
  }
}
.market-item-area .sec_inner {
  max-width: 976px;
}
.market-item-area .slides_cont {
  width: 100%;
  max-width: 970px;
  margin: auto;
  position: relative;
}
.market-item-area .slides {
  margin-bottom: 62px;
}
.market-item-area .slides .slick-arrow {
  appearance: none;
  border: none;
  background: none;
  width: 40px;
  height: 40px;
  top: 40%;
  position: absolute;
  z-index: 20;
  background: no-repeat 50% 50%;
  background-size: 100% auto;
  font-size: 0;
}
@media (max-width: 767px) {
  .market-item-area .slides .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.market-item-area .slides .slick-arrow.slick-prev {
  background-image: url(../images/sagan/market/slide-prev.png);
  left: -10%;
}
@media (max-width: 767px) {
  .market-item-area .slides .slick-arrow.slick-prev {
    left: -3%;
  }
}
.market-item-area .slides .slick-arrow.slick-next {
  background-image: url(../images/sagan/market/slide-next.png);
  right: -10%;
}
@media (max-width: 767px) {
  .market-item-area .slides .slick-arrow.slick-next {
    right: -3%;
  }
}
.market-item-area .slides .slick-arrow.slick-disabled {
  opacity: 0.3;
}
.market-item-area .slides .slide-in {
  position: relative;
}
.market-item-area .slides .btn {
  display: block;
  width: 180px;
}
@media (min-width: 768px) {
  .market-item-area .slides .btn {
    position: absolute;
    bottom: 5px;
    right: 70px;
  }
}
@media (max-width: 767px) {
  .market-item-area .slides .btn {
    margin: 20px auto 0;
  }
}
.market-item-area .week {
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  margin-top: 87px;
}
@media (max-width: 767px) {
  .market-item-area .week {
    font-size: 36px;
  }
}
.market-item-area .week .l-blue {
  color: #7DC1F4;
}
@media (min-width: 768px) {
  .market-item-area .week .label {
    margin-right: 12px;
  }
}
.market-item-area .slides_arw .slick-arrow {
  appearance: none;
  border: none;
  background: none;
  width: 40px;
  height: 40px;
  top: 40%;
  position: absolute;
  z-index: 20;
  background: no-repeat 50% 50%;
  background-size: 100% auto;
  font-size: 0;
}
@media (max-width: 767px) {
  .market-item-area .slides_arw .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.market-item-area .slides_arw .slick-arrow.slick-prev {
  background-image: url(../images/sagan/market/slide-prev.png);
  left: -10%;
}
@media (max-width: 767px) {
  .market-item-area .slides_arw .slick-arrow.slick-prev {
    left: -3%;
  }
}
.market-item-area .slides_arw .slick-arrow.slick-next {
  background-image: url(../images/sagan/market/slide-next.png);
  right: -10%;
}
@media (max-width: 767px) {
  .market-item-area .slides_arw .slick-arrow.slick-next {
    right: -3%;
  }
}
.market-item-area .slides_arw .slick-arrow.slick-disabled {
  opacity: 0.3;
}
.market-item-area .sub-slide-wrap {
  max-width: 800px;
  margin: auto;
  width: 80%;
}
@media (max-width: 767px) {
  .market-item-area .sub-slide .slick-list {
    padding: 0 !important;
  }
}
.market-item-area .sub-slide .slick-track {
  transform: none !important;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .market-item-area .sub-slide .slick-track {
    display: flex;
  }
}
.market-item-area .sub-slide .item {
  width: 20% !important;
  position: relative;
}
.market-item-area .sub-slide .item .status {
  position: absolute;
  width: 28px;
  top: 2px;
  right: 2px;
  z-index: 5;
}
.market-item-area .sub-slide .item img {
  width: 100%;
}
.market-item-area .sub-slide .item.slick-current::before {
  content: "";
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  /* width: 100%;
  height: 100%; */
  border: 2px solid #E95599;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 300;
}
.market-item-area .dots {
  text-align: center;
  margin-top: 10px;
}
.market-item-area .dots ul {
  text-align: center;
  line-height: 1;
}
.market-item-area .dots ul li {
  display: inline-block;
  font-size: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  margin: 0 7px;
}
.market-item-area .dots ul li button {
  font-size: 0;
  appearance: none;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}
.market-item-area .dots ul li.slick-active {
  background-color: #000;
}
.market-item-area .slide-guide {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}
@media (max-width: 767px) {
  .market-item-area .slide-guide {
    justify-content: center;
  }
}
.market-item-area .slide-guide .item {
  display: flex;
  align-items: center;
  margin: 0 12.5px;
}
@media (max-width: 767px) {
  .market-item-area .slide-guide .item {
    margin: 0;
  }
  .market-item-area .slide-guide .item:nth-of-type(2) {
    margin: 0 3.2%;
  }
}
.market-item-area .slide-guide .icon {
  width: 13px;
  margin-right: 6px;
  display: flex;
  align-items: center;
}
.market-item-area .slide-guide .txt {
  font-size: 12px;
  font-weight: 600;
  color: #595959;
}
.badge-items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 126px;
}
@media (max-width: 767px) {
  .badge-items {
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.badge-items .badge {
  width: 19%;
}
@media (max-width: 767px) {
  .badge-items .badge {
    width: 31%;
    margin: 0 1% 13px;
  }
}

.dvd-items {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .dvd-items {
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
}
.dvd-items .dvd {
  width: 28%;
}
@media (max-width: 767px) {
  .dvd-items .dvd {
    width: 45%;
    margin: 0 1.2% 20px;
  }
}

.sagan-market .main-list li {
  font-size: 28px;
  line-height: 1.55;
  font-weight: 600;
  text-indent: -2em;
  padding-left: 2em;
}
@media (max-width: 767px) {
  .sagan-market .main-list li {
    font-size: 16px;
    line-height: 1.77;
  }
}
.sagan-market .main-list li:not(:last-of-type) {
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .sagan-market .main-list li:not(:last-of-type) {
    margin-bottom: 7px;
  }
}
.sagan-market .main-list li .note {
  font-size: 0.8em;
}
.sagan-market .main-list__item::before {
  content: "⚫︎";
  color: #f6921e;
  margin-right: 1em;
}
.sagan-market .child-list {
  padding-left: 2em;
}
@media (max-width: 767px) {
  .sagan-market .child-list {
    padding-left: 0.3em;
  }
}
.sagan-market .child-list__item::before {
  content: "ー";
  color: #f6921e;
  margin-right: 1em;
}
.sagan-market .child-list.--none-line .child-list__item {
  padding-left: 0;
  text-indent: 0;
}
.sagan-market .child-list.--none-line .child-list__item::before {
  display: none;
  margin: 0;
}
.sagan-market .child-list.--nonespace {
  padding-left: 0;
}
.sagan-market .child-list.--nonespace .child-list__item {
  padding-left: 0.8em;
  text-indent: -0.8em;
}
.sagan-market .child-list.--nonespace .child-list__item:not(:last-of-type) {
  margin-bottom: 3px;
}
.sagan-market .act-btn {
  background-color: #f6921e;
  color: #fff;
  text-align: center;
  border-radius: 990px;
  display: block;
  width: 90%;
  max-width: 320px;
  font-weight: 600;
  font-size: 24px;
  margin: 108px auto 0;
  padding: 14px 7px;
}
@media (max-width: 767px) {
  .sagan-market .act-btn {
    font-size: 18px;
    margin-top: 40px;
  }
}
.sagan-market .act-btn.--none-active {
  background-color: #B5B5B5;
  pointer-events: none;
}

.act-btn-btm {
  text-align: center;
  font-weight: 600;
  color: #00A0D2;
  font-size: 24px;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .act-btn-btm {
    margin-top: 12px;
  }
}

.list-btm-note {
  font-weight: 600;
  font-size: 20px;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .list-btm-note {
    font-size: 12px;
  }
}

.market-card-fec {
  padding: 90px 0;
}
@media (max-width: 767px) {
  .market-card-fec {
    padding: 45px 0;
  }
}
.market-card-fec .col {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .market-card-fec .col {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
}
.market-card-fec .cards {
  max-width: 545px;
  flex: 1 1 auto;
}
@media (max-width: 767px) {
  .market-card-fec .cards {
    margin-bottom: 20px;
  }
}
.market-card-fec .cards .cards_cap {
  display: inline-block;
  font-size: 14px;
  color: #595959;
  margin-top: 25px;
}
.market-card-fec .side {
  flex: 1 1 auto;
}

.container {
  max-width: 1200px;
  margin: 30px auto 0;
}

.thumbnail {
  margin: 30px auto 0;
  max-width: 500px;
  width: 100%;
}

.side-fix {
  position: fixed;
  right: 0;
  bottom: 10%;
  width: 340px;
  z-index: 8000;
  background-color: #f6921e;
  padding: 20px;
  border-radius: 45px 0 0 45px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .side-fix {
    width: 63%;
  }
}
.side-fix .btn {
  border: 2px solid #fff;
  border-radius: 90px;
  height: 50px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 767px) {
  .side-fix .btn {
    height: 40px;
  }
}
.side-fix .btn.white {
  color: #f6921e;
  font-size: 24px;
  margin-bottom: 10px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .side-fix .btn.white {
    font-size: 20px;
  }
}
.side-fix .btn.trans {
  background-color: transparent;
  color: #fff;
  font-size: 18px;
}
@media (max-width: 767px) {
  .side-fix .btn.trans {
    font-size: 15px;
  }
}
.side-fix .btn.none-link {
  pointer-events: none;
  border-color: #999999;
  background-color: #999999;
  color: #fff;
}
.side-fix .gr {
  text-align: center;
}
.side-fix .gr .head {
  font-size: 16px;
  color: #fff;
}
@media (max-width: 767px) {
  .side-fix .gr .head {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.side-fix .close {
  color: #fff;
  font-size: 14px;
  margin-top: 6px;
  text-align: center;
}

.metaverse-summit-2024 {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  padding-bottom: 0 !important;
}
.metaverse-summit-2024 .fv-slides .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .metaverse-summit-2024 .fv-slides .slick-dots {
    bottom: 15px;
  }
}
.metaverse-summit-2024 .fv-slides .slick-dots li {
  background-color: #fff;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin: 0 7px;
  display: inline-block;
}
.metaverse-summit-2024 .fv-slides .slick-dots li.slick-active {
  background-color: #f6921e;
}
.metaverse-summit-2024 .fv-slides .slick-dots li button {
  appearance: none;
  font-size: 0;
  background: none;
  border: none;
}
.metaverse-summit-2024 .fv-slides .slick-dots li button:focus-visible {
  outline: none;
}
.metaverse-summit-2024 .head-guide {
  text-align: center;
  padding-top: 91px;
}
@media (max-width: 767px) {
  .metaverse-summit-2024 .head-guide {
    padding-top: 40px;
  }
}
.metaverse-summit-2024 .head-guide .htt {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .metaverse-summit-2024 .head-guide .htt {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.metaverse-summit-2024 .head-guide .date {
  font-size: 28px;
  font-weight: 600;
  line-height: 2.1;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .metaverse-summit-2024 .head-guide .date {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
}
.metaverse-summit-2024 .head-guide .note {
  font-size: 20px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .metaverse-summit-2024 .head-guide .note {
    font-size: 18px;
    margin-bottom: 50px;
  }
}
.metaverse-summit-2024 .anaunse {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .metaverse-summit-2024 .anaunse {
    padding-top: 50px;
  }
}
.metaverse-summit-2024 .anaunse .head {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .metaverse-summit-2024 .anaunse .head {
    flex-flow: column;
  }
}
.metaverse-summit-2024 .anaunse .head .ttls {
  font-size: 60px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .metaverse-summit-2024 .anaunse .head .ttls {
    font-size: 40px;
    line-height: 1.12;
  }
}
.metaverse-summit-2024 .anaunse .head .ttls.--lg {
  font-size: 80px;
}
@media (max-width: 767px) {
  .metaverse-summit-2024 .anaunse .head .ttls.--lg {
    font-size: 55px;
  }
}
.metaverse-summit-2024 .anaunse .head .ttls .star {
  font-style: normal;
  color: #f6921e;
}
@media (max-width: 767px) {
  .metaverse-summit-2024 .anaunse .head .ttls .star {
    display: block;
  }
}
.metaverse-summit-2024 .anaunse .texts {
  text-align: center;
}
.metaverse-summit-2024 .anaunse .texts p {
  font-size: 28px;
  font-weight: 600;
  line-height: 2.1;
}
@media (max-width: 767px) {
  .metaverse-summit-2024 .anaunse .texts p {
    font-size: 15px;
  }
}
.metaverse-summit-2024 .anaunse .texts p:not(:last-of-type) {
  margin-bottom: 50px;
}
.metaverse-summit-2024 .anaunse .btn {
  background-color: #f6921e;
  color: #fff;
  border-radius: 90px;
  text-align: center;
  display: block;
  font-size: 24px;
  max-width: 484px;
  padding: 15px 7px;
  margin: 141px auto 0;
  font-weight: 600;
}
@media (max-width: 767px) {
  .metaverse-summit-2024 .anaunse .btn {
    font-size: 18px;
    width: 88%;
    margin-top: 110px;
  }
}
.metaverse-summit-2024 .anaunse.event02 .sec_inner {
  max-width: 1021px;
}
.metaverse-summit-2024 .anaunse.event02 .head {
  margin-bottom: 44px;
}
@media (max-width: 767px) {
  .metaverse-summit-2024 .anaunse.event02 .head {
    margin-bottom: 20px;
  }
}
.metaverse-summit-2024 .anaunse.event02 .images {
  margin-bottom: 52px;
  display: block;
}
@media (max-width: 767px) {
  .metaverse-summit-2024 .anaunse.event02 .images {
    margin-bottom: 15px;
  }
}
.metaverse-summit-2024 .anaunse.event03 .image01 {
  margin: 0 auto;
  width: 100%;
  max-width: 607px;
  display: block;
}
.metaverse-summit-2024 .anaunse.event03 .h-btm {
  margin-bottom: 67px;
}
.metaverse-summit-2024 .anaunse.event03 .ranking {
  margin: 40px 0 0;
}
.metaverse-summit-2024 .anaunse.event03 .ranking .block {
  position: relative;
}
.metaverse-summit-2024 .anaunse.event03 .ranking .block:not(:last-of-type) {
  margin-bottom: 67px;
}
.metaverse-summit-2024 .anaunse.event03 .ranking .block .cricle {
  width: 134px;
  margin: 0 auto 20px;
}
@media (max-width: 767px) {
  .metaverse-summit-2024 .anaunse.event03 .ranking .block .cricle {
    width: 93px;
  }
}
.metaverse-summit-2024 .anaunse.event03 .ranking .block .texts-box {
  position: relative;
}
.metaverse-summit-2024 .anaunse.event03 .ranking .block .texts-box:not(:last-of-type) {
  margin-bottom: 54px;
}
.metaverse-summit-2024 .anaunse.event03 .ranking .block .texts-box .catch-text {
  font-size: 48px;
}
@media (max-width: 767px) {
  .metaverse-summit-2024 .anaunse.event03 .ranking .block .texts-box .catch-text {
    font-size: 24px;
  }
}
.metaverse-summit-2024 .anaunse.event03 .ranking .block .texts-box .read-text {
  text-align: center;
  font-size: 42px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .metaverse-summit-2024 .anaunse.event03 .ranking .block .texts-box .read-text {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .metaverse-summit-2024 .anaunse.event03 .ranking .block .texts-box .images {
    position: absolute;
    width: 230px;
  }
}
@media (max-width: 767px) {
  .metaverse-summit-2024 .anaunse.event03 .ranking .block .texts-box .images {
    width: 90%;
    margin: 25px auto 0;
  }
}
.metaverse-summit-2024 .anaunse.event03 .ranking .block .texts-box .images.--img02-01 {
  width: 77px;
  top: -50px;
  left: 30px;
}
.metaverse-summit-2024 .anaunse.event03 .ranking .block .texts-box .images.--img02-02 {
  width: 262px;
  top: -90px;
  right: -20px;
}
@media (max-width: 767px) {
  .metaverse-summit-2024 .anaunse.event03 .ranking .block .texts-box .images.--img02 {
    width: 70%;
  }
}
.metaverse-summit-2024 .anaunse.event03 .ranking .block .texts-box .images.--img03-01 {
  width: 168px;
  bottom: 70px;
  left: -30px;
}
.metaverse-summit-2024 .anaunse.event03 .ranking .block .texts-box .images.--img03-02 {
  width: 135px;
  bottom: -20px;
  right: -50px;
}
@media (max-width: 767px) {
  .metaverse-summit-2024 .anaunse.event03 .ranking .block .texts-box .images.--img03 {
    width: 58%;
  }
}
.metaverse-summit-2024 .anaunse.event03 .ranking .block .texts-box .images.--img04 {
  width: 187px;
  right: 20px;
  top: -60px;
}
@media (max-width: 767px) {
  .metaverse-summit-2024 .anaunse.event03 .ranking .block .texts-box .images.--img04 {
    width: 40%;
  }
}
.metaverse-summit-2024 .anaunse.event03 .ranking .block .texts-box .images.--img05 {
  width: 241px;
  left: 20px;
  top: -130px;
}
@media (max-width: 767px) {
  .metaverse-summit-2024 .anaunse.event03 .ranking .block .texts-box .images.--img05 {
    width: 40%;
  }
}
.metaverse-summit-2024 .anaunse.event03 .ranking .block .texts-box .images.--img06 {
  width: 122px;
  right: 60px;
  top: -90px;
}
@media (max-width: 767px) {
  .metaverse-summit-2024 .anaunse.event03 .ranking .block .texts-box .images.--img06 {
    width: 40%;
  }
}
.metaverse-summit-2024 .anaunse.event03 .ranking .note {
  text-align: center;
  color: #D00F0F;
  font-size: 28px;
  margin-top: 123px;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .metaverse-summit-2024 .anaunse.event03 .ranking .note {
    font-size: 18px;
    margin-top: 90px;
  }
}
.metaverse-summit-2024 .red02 {
  color: #D00F0F;
}
.metaverse-summit-2024 .buuu {
  color: #4A63B7;
}
.metaverse-summit-2024 .introgy {
  padding: 95px 0 75px;
}
@media (max-width: 767px) {
  .metaverse-summit-2024 .introgy {
    padding: 55px 0 45px;
  }
}
.metaverse-summit-2024 .introgy .texts {
  text-align: center;
}
.metaverse-summit-2024 .introgy .texts p {
  font-size: 28px;
  font-weight: 600;
  line-height: 2.05;
}
@media (max-width: 767px) {
  .metaverse-summit-2024 .introgy .texts p {
    font-size: 15px;
  }
}
.metaverse-summit-2024 .introgy .texts p:not(:last-of-type) {
  margin-bottom: 30px;
}
.metaverse-summit-2024 .datesss {
  padding-bottom: 36%;
}
@media (max-width: 767px) {
  .metaverse-summit-2024 .datesss {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .metaverse-summit-2024 .datesss .sec_inner {
    max-width: 1440px;
    width: 100%;
  }
}
.metaverse-summit-2024 .datesss .main {
  position: relative;
  z-index: 11;
}
.metaverse-summit-2024 .datesss .main .htt {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .metaverse-summit-2024 .datesss .main .htt {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.metaverse-summit-2024 .datesss .main .sec_ttl {
  margin-bottom: 50%;
}
@media (max-width: 767px) {
  .metaverse-summit-2024 .datesss .main .sec_ttl {
    margin-bottom: 30px;
  }
}
.metaverse-summit-2024 .datesss .main .box .text {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 2.05;
}
@media (max-width: 767px) {
  .metaverse-summit-2024 .datesss .main .box .text {
    font-size: 16px;
  }
}
.metaverse-summit-2024 .datesss .main .box .btn {
  display: block;
  width: 320px;
  border-radius: 90px;
  background-color: #f6921e;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  margin: 40px auto 0;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .metaverse-summit-2024 .datesss .main .box .btn {
    width: 280px;
    font-size: 20px;
  }
}
.metaverse-summit-2024 .datesss .sp-charas {
  display: none;
}
@media (max-width: 767px) {
  .metaverse-summit-2024 .datesss .sp-charas {
    display: block;
  }
}
.metaverse-summit-2024 .datesss .sp-charas.--top {
  width: 95%;
  margin: 0 auto 50px;
}
.metaverse-summit-2024 .datesss .sp-charas.--btm {
  width: 95%;
  margin-top: 27px;
}
.metaverse-summit-2024 .datesss .charas {
  position: absolute;
}
@media (max-width: 767px) {
  .metaverse-summit-2024 .datesss .charas {
    display: none;
  }
}
.metaverse-summit-2024 .datesss .charas.--pc-top {
  left: 50%;
  transform: translateX(-50%);
  width: 87%;
  top: 10%;
  max-width: 1300px;
  z-index: 4;
}
.metaverse-summit-2024 .datesss .charas.--pc-middle {
  left: 50%;
  transform: translateX(-50%);
  width: 96%;
  max-width: 1440px;
  top: 33%;
  z-index: 3;
}
.metaverse-summit-2024 .datesss .charas.--pc-btm {
  bottom: 0;
  left: 0;
  width: 82%;
  max-width: 1330px;
}
.metaverse-summit-2024.fun-tokun-2025 .introgy {
  padding-bottom: 0;
}

.pages-tamplate .readtexts {
  text-align: center;
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .pages-tamplate .readtexts {
    font-size: 16px;
  }
}
.pages-tamplate .texta-area {
  margin-bottom: 35px;
}
.pages-tamplate .texta-area.--center {
  text-align: center;
}
.pages-tamplate .texta-area .n-texts {
  font-size: 22px;
}
.pages-tamplate .texta-area .n-texts:not(:last-of-type) {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .pages-tamplate .texta-area .n-texts {
    font-size: 14px;
  }
}
.pages-tamplate .col03-items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .pages-tamplate .col03-items {
    display: block;
    margin-bottom: 35px;
  }
}
.pages-tamplate .col03-items .img {
  width: 28%;
}
@media (max-width: 767px) {
  .pages-tamplate .col03-items .img {
    width: 100%;
  }
  .pages-tamplate .col03-items .img:not(:last-of-type) {
    margin-bottom: 17px;
  }
}
.pages-tamplate .full-image img {
  width: 100%;
}
.pages-tamplate .sec-in-full-image {
  margin-bottom: 25px;
}
.pages-tamplate .sec-in-full-image img {
  width: 100%;
}
.pages-tamplate .main-list {
  margin-bottom: 25px;
}
.pages-tamplate .main-list li {
  font-size: 28px;
  line-height: 1.55;
  font-weight: 600;
  text-indent: -2em;
  padding-left: 2em;
}
@media (max-width: 767px) {
  .pages-tamplate .main-list li {
    font-size: 16px;
    line-height: 1.77;
  }
}
.pages-tamplate .main-list li:not(:last-of-type) {
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .pages-tamplate .main-list li:not(:last-of-type) {
    margin-bottom: 7px;
  }
}
.pages-tamplate .main-list li .note {
  font-size: 0.8em;
}
.pages-tamplate .main-list__item::before {
  content: "⚫︎";
  color: #f6921e;
  margin-right: 1em;
}
.pages-tamplate .child-list {
  padding-left: 2em;
}
@media (max-width: 767px) {
  .pages-tamplate .child-list {
    padding-left: 0.3em;
  }
}
.pages-tamplate .child-list__item::before {
  content: "ー";
  color: #f6921e;
  margin-right: 1em;
}
.pages-tamplate .child-list.--none-line .child-list__item {
  padding-left: 0;
  text-indent: 0;
}
.pages-tamplate .child-list.--none-line .child-list__item::before {
  display: none;
  margin: 0;
}
.pages-tamplate .child-list.--nonespace {
  padding-left: 0;
}
.pages-tamplate .child-list.--nonespace .child-list__item {
  padding-left: 0.8em;
  text-indent: -0.8em;
}
.pages-tamplate .child-list.--nonespace .child-list__item:not(:last-of-type) {
  margin-bottom: 3px;
}
.pages-tamplate .col02-block {
  margin-bottom: 30px;
}
.pages-tamplate .col02-block .block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.pages-tamplate .col02-block .block:nth-of-type(even) {
  flex-flow: row-reverse;
}
@media (max-width: 767px) {
  .pages-tamplate .col02-block .block {
    display: block;
  }
}
.pages-tamplate .col02-block .block:not(:last-of-type) {
  margin-bottom: 25px;
}
.pages-tamplate .col02-block .thumb {
  flex: 0 0 45%;
}
@media (max-width: 767px) {
  .pages-tamplate .col02-block .thumb {
    margin: 0 0 25px;
  }
}
.pages-tamplate .col02-block .box {
  flex: 0 0 50%;
}
.pages-tamplate .col02-block .ttl {
  text-align: left;
  margin-bottom: 20px;
  color: #f6921e;
  font-size: 28px;
}
@media (max-width: 767px) {
  .pages-tamplate .col02-block .ttl {
    font-size: 22px;
    margin-bottom: 14px;
  }
}
.pages-tamplate .col02-block .desc {
  line-height: 1.65;
}
@media (max-width: 767px) {
  .pages-tamplate .col02-block .desc {
    font-size: 14px;
    line-height: 1.55;
  }
}
.pages-tamplate .bg-block {
  position: relative;
  color: #fff;
}
.pages-tamplate .bg-block .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pages-tamplate .bg-block .sec_inner {
  position: relative;
  z-index: 3;
}
.pages-tamplate .act-btn-area {
  margin: 45px 0;
}
.pages-tamplate .act-btn-area .act-btn-wrap {
  display: flex;
}
@media (max-width: 767px) {
  .pages-tamplate .act-btn-area .act-btn-wrap {
    display: block;
  }
}
.pages-tamplate .act-btn-area .act-btn-wrap.--center {
  justify-content: center;
}
.pages-tamplate .act-btn-area .act-btn-link {
  background-color: #f6921e;
  color: #fff;
  text-align: center;
  border-radius: 990px;
  display: block;
  font-weight: 600;
  font-size: 24px;
  padding: 14px 35px;
  margin: 0 14px;
}
@media (max-width: 767px) {
  .pages-tamplate .act-btn-area .act-btn-link {
    font-size: 18px;
    display: block;
  }
  .pages-tamplate .act-btn-area .act-btn-link:not(:last-of-type) {
    margin-bottom: 13px;
  }
}
.pages-tamplate .act-btn-area .act-btn-link.--none-active {
  background-color: #B5B5B5;
  pointer-events: none;
}
.pages-tamplate .act-btn-area .act-btn-link-btm {
  text-align: center;
  font-weight: 600;
  color: #00A0D2;
  font-size: 24px;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .pages-tamplate .act-btn-area .act-btn-link-btm {
    margin-top: 12px;
  }
}

.ouen-summit-2025 {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}
.ouen-summit-2025 .sec_ttl {
  font-size: 48px;
}
@media (max-width: 767px) {
  .ouen-summit-2025 .sec_ttl {
    font-size: 26px;
  }
}
.ouen-summit-2025 .cam {
  padding: 80px 0 40px;
}
@media (max-width: 767px) {
  .ouen-summit-2025 .cam {
    padding: 50px 0 20px;
  }
}
.ouen-summit-2025 .cam .box {
  max-width: 900px;
  margin: auto;
}
.ouen-summit-2025 .cam .box .gr {
  display: flex;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .ouen-summit-2025 .cam .box .gr {
    font-size: 14px;
  }
}
.ouen-summit-2025 .cam .box .gr dt {
  flex: 0 0 6em;
  color: #f6921e;
}
.ouen-summit-2025 .cam .box .gr dd {
  flex: 1 1 auto;
}
.ouen-summit-2025 .cam .box .note {
  font-size: 30px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .ouen-summit-2025 .cam .box .note {
    margin-top: 25px;
    font-size: 15px;
  }
}
.ouen-summit-2025 .benfits {
  padding: 40px 0 45px;
}
@media (max-width: 767px) {
  .ouen-summit-2025 .benfits {
    padding: 25px 0 25px;
  }
}
.ouen-summit-2025 .benfits .sec_inner {
  max-width: 920px;
}
.ouen-summit-2025 .benfits .block:not(:last-of-type) {
  margin-bottom: 116px;
}
@media (max-width: 767px) {
  .ouen-summit-2025 .benfits .block:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
.ouen-summit-2025 .benfits .block .thumb {
  max-width: 596px;
  margin: 0 auto 40px;
}
.ouen-summit-2025 .benfits .block .info {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .ouen-summit-2025 .benfits .block .info {
    font-size: 16px;
  }
}
.ouen-summit-2025 .benfits .block .info.co01 {
  margin-bottom: 67px;
}
@media (max-width: 767px) {
  .ouen-summit-2025 .benfits .block .info.co01 {
    margin-bottom: 25px;
  }
}
.ouen-summit-2025 .benfits .block .info dt,
.ouen-summit-2025 .benfits .block .info p {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  .ouen-summit-2025 .benfits .block .info dt,
  .ouen-summit-2025 .benfits .block .info p {
    flex-flow: column;
  }
}
@media (min-width: 768px) {
  .ouen-summit-2025 .benfits .block .info dt.left,
  .ouen-summit-2025 .benfits .block .info p.left {
    text-align: left;
    align-items: flex-start;
  }
}
.ouen-summit-2025 .benfits .block .info dt.left .lb,
.ouen-summit-2025 .benfits .block .info p.left .lb {
  margin-top: 5px;
}
.ouen-summit-2025 .benfits .block .info dt .lb,
.ouen-summit-2025 .benfits .block .info p .lb {
  background-color: #D13C3C;
  color: #fff;
  padding: 2px 6px;
  font-size: 20px;
  text-align: center;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .ouen-summit-2025 .benfits .block .info dt .lb,
  .ouen-summit-2025 .benfits .block .info p .lb {
    font-size: 12px;
    margin: 0 0 10px;
  }
}
.ouen-summit-2025 .benfits .outline .gr {
  text-align: center;
  font-weight: 600;
}
.ouen-summit-2025 .benfits .outline .gr:not(:last-of-type) {
  margin-bottom: 40px;
}
.ouen-summit-2025 .benfits .outline .gr dt {
  color: #f6921e;
  font-size: 32px;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .ouen-summit-2025 .benfits .outline .gr dt {
    font-size: 20px;
  }
}
.ouen-summit-2025 .benfits .outline .gr dd {
  font-size: 22px;
}
@media (max-width: 767px) {
  .ouen-summit-2025 .benfits .outline .gr dd {
    font-size: 14px;
  }
}
.ouen-summit-2025 .benfits .outline .gr dd.date {
  font-size: 28px;
}
@media (max-width: 767px) {
  .ouen-summit-2025 .benfits .outline .gr dd.date {
    font-size: 16px;
  }
}
.ouen-summit-2025 .benfits .outline .note {
  text-align: center;
  font-size: 22px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .ouen-summit-2025 .benfits .outline .note {
    font-size: 14px;
  }
}
.ouen-summit-2025 .benfits .close {
  text-align: center;
  font-weight: 600;
  padding-top: 124px;
}
@media (max-width: 767px) {
  .ouen-summit-2025 .benfits .close {
    padding-top: 60px;
  }
}
.ouen-summit-2025 .benfits .close .head {
  font-size: 32px;
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  .ouen-summit-2025 .benfits .close .head {
    font-size: 20px;
  }
}
.ouen-summit-2025 .benfits .close .catch {
  font-size: 48px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .ouen-summit-2025 .benfits .close .catch {
    font-size: 24px;
  }
}
.ouen-summit-2025 .benfits .close .desc {
  font-size: 22px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .ouen-summit-2025 .benfits .close .desc {
    font-size: 16px;
  }
}
.ouen-summit-2025 .benfits .close .note {
  font-size: 22px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .ouen-summit-2025 .benfits .close .note {
    font-size: 16px;
  }
}

.ouen-thanks-texts {
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  padding: 51px;
  width: 90%;
  max-width: 808px;
  margin: 50px auto;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .ouen-thanks-texts {
    padding: 22px;
    font-size: 16px;
  }
}

.ouen-thanks-guide {
  width: 90%;
  max-width: 808px;
  margin: 50px auto;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.22;
}
@media (max-width: 767px) {
  .ouen-thanks-guide {
    font-size: 16px;
  }
}

.ouen-thanks-movies {
  width: 90%;
  max-width: 650px;
  margin: 0 auto 60px;
}
.ouen-thanks-movies .movie {
  width: 100%;
  aspect-ratio: 3/1.78;
}
.ouen-thanks-movies .cap {
  text-align: center;
  font-weight: 600;
  margin-top: 12px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .ouen-thanks-movies .cap {
    font-size: 16px;
  }
}

.ousen2025-join .list {
  max-width: 725px;
  margin: 0 auto 114px;
}
@media (max-width: 767px) {
  .ousen2025-join .list {
    margin-bottom: 70px;
  }
}/*# sourceMappingURL=sagan.css.map */