@charset "UTF-8";
@media all and (max-width: 750px) {
  .pcbr {
    display: none;
  }
}

.mdbr {
  display: none;
}
@media all and (max-width: 1080px) {
  .mdbr {
    display: block;
  }
}

.spbr {
  display: none;
}
@media all and (max-width: 750px) {
  .spbr {
    display: block;
  }
}

:root {
  --color-sub: unset;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

header {
  background-color: rgb(0, 0, 0);
}

i, em {
  font-style: normal;
}

@font-face {
  font-family: "nico";
  src: url("../font/nico.woff2") format("woff2");
}
p {
  margin: 0;
  padding: 0;
}

.c-btn {
  background: #E8E36B;
  color: #000;
}

.fixed-menubar {
  display: none;
}

#nav-open {
  top: 10px;
}
@media all and (max-width: 1024px) {
  #nav-open {
    display: block;
  }
}

#nav-content {
  max-width: 480px;
  border-left: 10px solid #000;
  background: linear-gradient(to bottom, #FFD1C6 0%, #F2FFC6 100%);
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

#nav-input:checked ~ #nav-open .line-wrap span {
  background: #000;
}

#nav-content ul.nav > li {
  margin-bottom: 20px;
}

#nav-content ul.nav > li .nav-btn-first {
  margin-top: 30px;
}
@media all and (max-width: 767px) {
  #nav-content ul.nav > li .nav-btn-first {
    margin-top: 10px;
  }
}

#nav-content ul.nav > li, #nav-content ul.nav > li a {
  color: #000;
}
#nav-content ul.nav > li i, #nav-content ul.nav > li a i {
  font-family: nico, sans-serif;
  font-size: 30px;
  letter-spacing: 0;
}
#nav-content ul.nav > li.c-btn, #nav-content ul.nav > li a.c-btn {
  background: #504BC4;
  color: white;
}
@media all and (max-width: 767px) {
  #nav-content ul.nav > li.c-btn, #nav-content ul.nav > li a.c-btn {
    font-size: 18px;
    padding: 13px 12px;
  }
}

#nav-content ul.nav > li a .sub {
  font-size: 14px;
  padding-left: 90px;
}

#nav-content ul.nav > li a .sub .arrow {
  width: 80px;
  height: 2px;
}
#nav-content ul.nav > li a .sub .arrow:after {
  content: none;
}
#nav-content ul.nav > li a .sub .arrow em {
  width: 25%;
  height: 2px;
  display: block;
  background: #000;
}
#nav-content ul.nav > li a .sub .arrow .n2 {
  width: 50%;
}
#nav-content ul.nav > li a .sub .arrow .n3 {
  width: 75%;
}
#nav-content ul.nav > li a .sub .arrow .n4 {
  width: 100%;
}

#nav-content .btn-wrap .copyright {
  margin-top: 20px;
  color: #000;
}

/* loading */
.loading {
  transition: all 0.3s ease;
  background: linear-gradient(to bottom, #FFD1C6 0%, #F2FFC6 100%);
}
.loading.loaded {
  opacity: 0;
}
.loading.loaded .bg.bg01:before, .loading.loaded .bg.bg01:after {
  height: 0;
}
.loading.loaded .bg.bg02:before, .loading.loaded .bg.bg02:after {
  width: 0;
}
.loading.loaded .img-wrap {
  opacity: 0;
}
.loading .img-wrap {
  max-width: 35.7509157509%;
}
@media all and (max-width: 767px) {
  .loading .img-wrap {
    width: 70%;
    max-width: none;
  }
}

.modalWrapper {
  background: linear-gradient(to bottom, #FFD1C6 0%, #F2FFC6 100%);
}

.mc1 .open-modaal-text {
  margin-top: 0;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  color: #000;
  font-size: 27px !important;
  position: relative;
}
.mc1 .open-modaal-text:before, .mc1 .open-modaal-text:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.mc1 .open-modaal-text:before {
  background: #E8E36B;
  transform: rotate(-3deg);
}
.mc1 .open-modaal-text:after {
  background: #504BC4;
  transform: rotate(4deg);
}
.mc1 .open-modaal-text i {
  font-style: normal;
  background: white;
  display: block;
  height: 100%;
  width: 100%;
  padding: 66px 65px;
  border: 3px solid #000;
  border-radius: 20px;
  position: relative;
  z-index: 3;
}
@media all and (max-width: 767px) {
  .mc1 .open-modaal-text i {
    font-size: 14px;
    padding: 30px;
  }
}

.modalArea4 .modalWrapper {
  max-width: 900px;
  height: auto;
}

.modalArea--2, #modalArea3, #modalArea {
  color: #000;
}

.closeModal {
  top: 20px;
  right: 20px;
}

.cast-modal .modalWrapper {
  background: #F2FFC6;
  color: #000;
  width: 100%;
}
.cast-modal .modalContents {
  width: 100%;
  max-width: 640px;
}
.cast-modal .closeModal {
  width: 40px;
  height: 40px;
  transform: unset;
  background-image: url(../img/ver2/close01.svg);
}
.cast-modal .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.cast-modal .youtube iframe {
  width: 100%;
  height: 100%;
}
.cast-modal .ttl1 {
  position: relative;
}
.cast-modal .ttl1:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -166px;
  margin-top: -8px;
  width: 322px;
  height: auto;
  aspect-ratio: 322/42;
  background: url("../img/ver2/paint6.png") top center no-repeat;
  background-size: 100% auto;
}
.cast-modal .ttl1 h3 {
  margin: 0;
  margin-bottom: 20px;
  font-family: nico, sans-serif;
  font-size: 54px;
  line-height: 1;
  font-weight: normal;
  color: #000;
  text-align: center;
  position: relative;
  z-index: 2;
}
.cast-modal .c3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 20px;
}
.cast-modal .c3 .bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 2px solid #000;
}
.cast-modal .c3 .bx .ttl {
  margin-right: 5px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: bold;
  background: url("../img/ver2/arw_mod.png") top 9px right no-repeat;
  background-size: 9px auto;
  white-space: nowrap;
}
.cast-modal .c3 .bx .tx {
  font-size: 14px;
}
.cast-modal .sns {
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.cast-modal .sns a {
  display: block;
  width: 27px;
  height: auto;
}
.cast-modal .abtn {
  color: #000;
  background: #E8E36B;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  padding: 10px 0;
  margin-top: 30px;
  display: block;
}
@media all and (max-width: 767px) {
  .cast-modal .modalWrapper {
    width: 90%;
    border-radius: 20px;
    padding: 30px 0 30px 0 !important;
  }
  .cast-modal .closeModal {
    width: 30px;
    height: 30px;
  }
  .cast-modal .ttl1 {
    position: relative;
  }
  .cast-modal .ttl1 h3 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 1;
  }
  .cast-modal .c3 {
    grid-template-columns: 1fr;
    gap: 30px 0;
    padding: 0 20px;
  }
  .cast-modal .sns {
    padding: 15px 20px;
    display: block;
  }
  .cast-modal .sns a {
    display: block;
    width: 27px;
    height: auto;
    margin: 0 auto;
  }
  .cast-modal .abtn {
    margin: 20px 20px 0 20px;
  }
}

.inner {
  width: 90%;
  max-width: 1126px;
  margin: 0 auto;
}

.mv_add {
  margin-top: 50px;
}
@media all and (max-width: 1024px) {
  .mv_add {
    margin-top: 0;
  }
}

.add1 {
  background: linear-gradient(to bottom, #FFD1C6 0%, #F2FFC6 100%);
  color: #000;
  text-align: center;
  padding: 54px 0;
  box-sizing: border-box;
  border-top: 15px solid #000;
  border-bottom: 20px solid #000;
}
.add1 .bx {
  width: 90%;
  margin: 0 auto;
  max-width: 700px;
  display: inline-block;
  text-align: center;
  position: relative;
}
.add1 .bx:before, .add1 .bx:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.add1 .bx:before {
  background: #E8E36B;
  transform: rotate(-3deg);
}
.add1 .bx:after {
  background: #504BC4;
  transform: rotate(4deg);
}
.add1 .bx .in {
  font-style: normal;
  background: white;
  display: block;
  height: 100%;
  width: 100%;
  padding: 31px 0;
  border: 3px solid #000;
  border-radius: 20px;
  position: relative;
  z-index: 3;
}
.add1 h2 {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.add1 .tx {
  margin-top: 10px;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media all and (max-width: 767px) {
  .add1 {
    padding: 40px 0;
    border-top: 5px solid #000;
    border-bottom: 10px solid #000;
  }
  .add1 .bx {
    width: 77%;
  }
  .add1 .bx .in {
    padding: 20px 19px;
  }
  .add1 h2 {
    margin: 0 0 20px 0;
    font-size: 18px;
  }
  .add1 .tx {
    margin-top: 0;
    font-size: 14px;
  }
}

.add2 {
  background: linear-gradient(to bottom, #FFD1C6 0%, #EBA392 30%, #FFD1C6 70%, #EBA392 100%);
  position: relative;
  padding: 120px 0 60px 0;
  box-sizing: border-box;
}
.add2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/ver2/dot_bg.png") top center;
  background-size: 1366px auto;
}
.add2 .inner {
  position: relative;
  z-index: 3;
}
.add2 .ttl1 {
  position: relative;
}
.add2 .ttl1:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -86px;
  width: 600px;
  height: auto;
  aspect-ratio: 604/194;
  background: url("../img/ver2/paint1.png") top center no-repeat;
  background-size: 100% auto;
}
.add2 .ttl1 h2 {
  margin: 0;
  font-family: nico, sans-serif;
  font-size: 88px;
  line-height: 1;
  font-weight: normal;
  -webkit-text-fill-color: #000; /* （順序に関係なく）色を上書きする */
  -webkit-text-stroke: 2px white;
  text-align: center;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 2;
}
.add2 .img_add2 {
  position: absolute;
  width: 198px;
  top: 0;
  right: -80px;
}
.add2 .lead_bx {
  max-width: 660px;
  width: 100%;
  margin: 90px auto 0 auto;
}
.add2 .lead_bx .tls {
  border-radius: 10px;
  background: #EB5959;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.add2 .lead_bx .tls i {
  display: inline-block;
  padding: 10px 0 10px 40px;
  background: url("../img/ver2/ex1.png") top 11px left no-repeat;
  background-size: 30px auto;
}
.add2 .lead_bx .txt {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.05em;
  margin: 40px 0 0 0;
}
.add2 .step_bx {
  background: white;
  border-radius: 20px;
  border: 3px solid #000;
  margin-top: 120px;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  color: #000;
}
.add2 .step_ttl {
  max-width: 900px;
  color: #000;
  position: relative;
  border-radius: 100px;
  border: 3px solid #000;
  background: white;
  margin: -45px auto 0 auto;
}
.add2 .step_ttl .nums {
  position: absolute;
  top: 50%;
  left: -3px;
  margin-top: -67.5px;
  width: 135px;
  height: 135px;
  display: flex;
  align-items: center;
  font-family: nico, sans-serif;
  text-align: center;
  line-height: 1;
}
.add2 .step_ttl .nums p {
  margin: 0;
}
.add2 .step_ttl .nums:before, .add2 .step_ttl .nums:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border: 3px solid #000;
  border-radius: 100%;
}
.add2 .step_ttl .nums:before {
  z-index: 1;
  top: 3px;
  left: 3px;
}
.add2 .step_ttl .nums:after {
  z-index: 2;
}
.add2 .step_ttl .nums .stps {
  font-size: 24px;
  margin-top: 5px;
}
.add2 .step_ttl .nums .num {
  font-size: 50px;
  margin-top: -5px;
}
.add2 .step_ttl .in {
  width: 100%;
  position: relative;
  z-index: 3;
}
.add2 .step_ttl h3 {
  font-family: nico, sans-serif;
  font-size: min(4.3vw, 60px);
  font-weight: normal;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0;
  line-height: 1.24;
  padding-left: 110px;
}
.add2 .step_lead .leads {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-top: 60px;
}
.add2 .jk {
  max-width: 900px;
  margin: 50px auto 0 auto;
  border-radius: 10px;
  border: 3px solid #000;
  box-shadow: 3px 3px 0 #E8E36B;
  position: relative;
}
.add2 .jk .jk_ttl {
  position: absolute;
  top: -20px;
  left: 40px;
  font-family: nico, sans-serif;
  font-size: 32px;
  letter-spacing: 0.05em;
  margin: 0;
  border-radius: 100px;
  background: #E8E36B;
  border: 3px solid #000;
  width: 198px;
  text-align: center;
  line-height: 1.6;
}
.add2 .jk .in {
  max-width: 780px;
  width: 90%;
  margin: 60px auto 20px auto;
}
.add2 .jk .line {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 0 20px;
}
.add2 .jk .txt {
  font-weight: bold;
  font-size: 18px;
}
.add2 .jk .mini {
  font-size: 14px;
}
.add2 .jk .line12 {
  margin-top: 30px;
}
.add2 .jk .jk11, .add2 .jk .jk12 {
  background: #E8E36B;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
}
.add2 .jk .jk11 i, .add2 .jk .jk12 i {
  padding-left: 30px;
  margin-left: 20px;
  background: url("../img/ver2/beg.png") center left no-repeat;
  background-size: 20px auto;
}
.add2 .jk .jk12 i {
  padding-left: 30px;
  margin-left: 20px;
  background: url("../img/ver2/man.png") center left no-repeat;
  background-size: 20px auto;
}
.add2 .jk .p2 {
  display: inline-block;
  margin: 8px 0 15px 0;
  background: linear-gradient(transparent 60%, #E8E36B 40%);
  line-height: 1.4;
}
.add2 .in_wrap {
  max-width: 900px;
  margin: 40px auto 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
}
.add2 .in_wrap .in_wrap_bx {
  border-radius: 20px;
  background: #F2FFC6;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 24px 0;
  box-sizing: border-box;
}
.add2 .in_wrap .in_wrap_bx button {
  display: block;
  border-radius: 100px;
  background: #E8E36B;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  margin: 0 auto;
  width: calc(100% - 60px);
  transition: all 0.3s ease;
  cursor: pointer;
}
.add2 .in_wrap .in_wrap_bx button:hover {
  opacity: 0.6;
}
.add2 .in_wrap .in_wrap_bx .img {
  margin: 16px auto;
  width: calc(100% - 60px);
}
.add2 .in_wrap .ttl_bx {
  text-align: center;
  font-family: nico, sans-serif;
  font-size: min(2.9vw, 40px);
  line-height: 1;
  letter-spacing: -0.05em;
  height: 100px;
  position: relative;
  display: flex;
  align-items: center;
}
.add2 .in_wrap .ttl_bx:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-top: -27px;
  margin-left: -161px;
  width: 322px;
  height: 64px;
  background: url("../img/ver2/paint2.png") center center/cover;
}
.add2 .in_wrap .ttl_bx .in {
  width: 100%;
  position: relative;
  z-index: 2;
}
.add2 .in_wrap .ttl_bx i {
  font-size: min(2.2vw, 30px);
}
.add2 .in_wrap .ttl_bx .name {
  font-size: min(4.3vw, 60px);
}
.add2 .in_wrap .iwb5 .ttl_bx {
  font-size: min(2.9vw, 34px);
}
.add2 .in_wrap .iwb5 .ttl_bx .name {
  font-size: min(4.3vw, 45px);
}
.add2 .stpbx2 {
  position: relative;
}
.add2 .stpbx2 .step_ttl h3 {
  padding-left: 30px;
}
.add2 .stpbx2 .stpimg2 {
  position: absolute;
  left: -16vw;
  top: -6vw;
  width: 31.3vw;
}
.add2 .step_lead2 {
  max-width: 760px;
  margin: 60px auto 0 auto;
}
.add2 .step_lead2 .tx1 {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
}
.add2 .step_lead2 .tx2 {
  font-size: 14px;
  margin-top: 20px;
}
.add2 .stpbx3 {
  padding-bottom: 60px;
}
.add2 .stpbx3 .step_ttl h3 {
  line-height: 1.6;
  letter-spacing: 0.02em;
  padding-left: 110px;
  font-size: min(3.6vw, 50px);
}
.add2 .step_lead3 {
  font-weight: bold;
  font-size: 26px;
  margin: 60px auto 0 auto;
  text-align: center;
}
.add2 .jk2 .in {
  margin: 60px auto 40px auto;
}
.add2 .jk2 .txt {
  margin-top: 30px;
  font-size: 14px;
  font-weight: normal;
}
.add2 .jk2 .line21 {
  font-size: 18px;
  font-weight: bold;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 0 20px;
  margin-bottom: 20px;
}
.add2 .jk2 .line21 .num {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  padding-top: 4px;
  line-height: 1;
  box-sizing: border-box;
  text-align: center;
  background: #E8E36B;
  position: relative;
  top: 3px;
}
.add2 .jk2 .line22 {
  font-size: 16px;
  font-weight: normal;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 0 10px;
  margin-bottom: 20px;
}
.add2 .jk2 .line22 img {
  position: relative;
  top: -2px;
}
.add2 .in_wrap2 {
  max-width: 900px;
  margin: 50px auto 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.add2 .in_wrap2 .in_wrap_bx .img {
  overflow: hidden;
  border-radius: 10px;
}
.add2 .in_wrap2 .ttl_bx {
  text-align: center;
  font-family: nico, sans-serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.05em;
  height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  margin: 10px auto 10px auto;
}
.add2 .in_wrap2 .ttl_bx .in {
  width: 100%;
  position: relative;
  z-index: 2;
}
.add2 .in_wrap2 .ttl_bx i {
  font-size: 18px;
}
.add2 .in_wrap2 .ttl_bx .name {
  font-size: 36px;
}
.add2 .in_wrap2 .iwb5 .ttl_bx .name {
  font-size: 33px;
}
.add2 .in_wrap2 a {
  display: block;
  border-radius: 100px;
  background: #E8E36B;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  margin: 0 auto;
  color: #000;
  text-decoration: none;
}
.add2 .stpbx4 {
  padding-bottom: 35px;
}
.add2 .stpbx4 .step_lead3 {
  margin: 40px auto 0 auto;
}
.add2 .stpbx4 .step_ttl h3 {
  letter-spacing: 0;
  padding: 16px 0 16px 160px;
  text-align: left;
  line-height: 1;
  font-size: min(3vw, 42px);
}
.add2 .stpbx4 .txt_bx {
  max-width: 900px;
  margin: 30px auto 0 auto;
  font-weight: bold;
  font-size: 18px;
}
.add2 .stpbx4 .tx1 {
  display: inline-block;
  background: #E8E36B;
  margin-bottom: 10px;
}
.add2 .stpbx4 .tx1 i {
  padding-left: 31px;
  background: url("../img/ver2/ex3.png") center left 5px no-repeat;
  background-size: 28px auto;
}
@media all and (max-width: 1080px) {
  .add2 .ttl1 h2 {
    font-size: 78px;
  }
  .add2 .step_ttl {
    padding: 10px 0;
  }
  .add2 .step_ttl h3 {
    text-align: left;
    line-height: 1;
    padding-left: 170px;
  }
  .add2 .img_add2 {
    width: 130px;
    top: 120px;
    right: -60px;
  }
  .add2 .stpbx2 .step_ttl h3 {
    line-height: 1;
    padding-left: 150px;
  }
  .add2 .stpbx3 .step_ttl h3 {
    line-height: 1;
    padding-left: 150px;
  }
  .add2 .stpbx4 .step_ttl h3 {
    line-height: 1;
    padding-left: 150px;
  }
  .add2 .in_wrap2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 900px) {
  .add2 .in_wrap {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 767px) {
  .add2 {
    padding: 40px 0;
  }
  .add2:before {
    background-size: 750px auto;
  }
  .add2 .ttl1:before {
    margin-left: -142px;
    margin-top: -37px;
    width: 284px;
    aspect-ratio: 284/88;
  }
  .add2 .ttl1 h2 {
    font-size: 44px;
  }
  .add2 .img_add2 {
    display: none;
  }
  .add2 .lead_bx {
    margin: 40px auto 0 auto;
    line-height: 1.5;
  }
  .add2 .lead_bx .tls {
    font-size: 16px;
    text-align: left;
  }
  .add2 .lead_bx .tls i {
    display: inline-block;
    padding: 10px 0 10px 60px;
    background: url("../img/ver2/ex1.png") center left 20px no-repeat;
    background-size: 30px auto;
  }
  .add2 .lead_bx .txt {
    font-size: 18px;
    margin: 20px 0 0 0;
  }
  .add2 .step_bx {
    margin-top: 60px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    border: 2px solid #000;
  }
  .add2 .step_ttl {
    width: 290px;
    border-radius: 100px;
    margin: -30px auto 0 auto;
    border: 2px solid #000;
    padding: 4px 0;
    height: 55px;
    display: flex;
    align-items: center;
  }
  .add2 .step_ttl .nums {
    left: -3px;
    margin-top: -31px;
    width: 62px;
    height: 62px;
  }
  .add2 .step_ttl .nums:before, .add2 .step_ttl .nums:after {
    border: 1.5px solid #000;
  }
  .add2 .step_ttl .nums .stps {
    font-size: 12px;
    margin-top: 5px;
  }
  .add2 .step_ttl .nums .num {
    font-size: 32px;
    margin-top: -5px;
  }
  .add2 .step_ttl h3 {
    font-size: 22px;
    line-height: 1;
    padding-left: 70px;
    letter-spacing: 0;
  }
  .add2 .step_lead .leads {
    font-size: 16px;
    margin-top: 24px;
    line-height: 1.5;
  }
  .add2 .jk {
    margin: 30px 20px 0 20px;
    border: 2px solid #000;
  }
  .add2 .jk .jk_ttl {
    top: -15px;
    left: 15px;
    font-size: 20px;
    border: 2px solid #000;
    width: 120px;
  }
  .add2 .jk .in {
    width: 100%;
    padding: 15px 11px 15px 11px;
    margin: 25px auto 5px auto;
  }
  .add2 .jk .line {
    display: block;
    gap: 0;
  }
  .add2 .jk .txt {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.5;
  }
  .add2 .jk .mini {
    font-size: 12px;
    margin-top: 10px;
  }
  .add2 .jk .line12 {
    margin-top: 20px;
  }
  .add2 .jk .jk11, .add2 .jk .jk12 {
    display: inline-block;
    font-size: 14px;
    padding: 6px 0;
  }
  .add2 .jk .jk11 i, .add2 .jk .jk12 i {
    margin: 0 10px 0 15px;
    background: url("../img/ver2/beg.png") center left no-repeat;
    background-size: auto 22px;
    padding: 3px 0 3px 23px;
  }
  .add2 .jk .jk12 i {
    margin: 0 10px 0 15px;
    background: url("../img/ver2/man.png") center left no-repeat;
    background-size: auto 22px;
    padding: 3px 0 3px 23px;
  }
  .add2 .jk .sk {
    margin-bottom: 20px;
    letter-spacing: -0.024em;
  }
  .add2 .jk .p2 {
    display: inline;
    margin: 8px 0 15px 0;
    background: linear-gradient(transparent 60%, #E8E36B 40%);
    line-height: 1.4;
  }
  .add2 .in_wrap {
    margin: 24px 20px 0 20px;
    grid-template-columns: 1fr;
    gap: 16px 0;
  }
  .add2 .in_wrap .in_wrap_bx {
    padding: 15px 0;
  }
  .add2 .in_wrap .in_wrap_bx button {
    font-size: 16px;
    padding: 10px 0;
    width: calc(100% - 30px);
  }
  .add2 .in_wrap .in_wrap_bx .img {
    margin: 10px auto 10px auto;
    width: 100%;
    padding: 0 15px;
  }
  .add2 .in_wrap .ttl_bx {
    font-size: 24px;
    height: 64px;
  }
  .add2 .in_wrap .ttl_bx:before {
    margin-top: -34px;
    margin-left: -125px;
    width: 250px;
    height: 68px;
    background: url("../img/ver2/paint2_sp.png") center center/cover;
  }
  .add2 .in_wrap .ttl_bx .in {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .add2 .in_wrap .ttl_bx i {
    font-size: 20px;
  }
  .add2 .in_wrap .ttl_bx .name {
    font-size: 40px;
  }
  .add2 .in_wrap .iwb5 .ttl_bx {
    font-size: 24px;
  }
  .add2 .in_wrap .iwb5 .ttl_bx .name {
    font-size: 31px;
  }
  .add2 .stpbx2 {
    position: relative;
  }
  .add2 .stpbx2 .step_ttl h3 {
    padding-left: 67px;
  }
  .add2 .stpbx2 .stpimg2 {
    display: none;
  }
  .add2 .step_lead2 {
    max-width: 760px;
    margin: 20px auto 0 auto;
    line-height: 1.5;
  }
  .add2 .step_lead2 .tx1 {
    font-size: 16px;
    line-height: 1.5;
  }
  .add2 .step_lead2 .tx2 {
    font-size: 12px;
    padding: 0 20px;
    line-height: 1.5;
  }
  .add2 .stpbx3 {
    padding-bottom: 20px;
  }
  .add2 .stpbx3 .step_ttl h3 {
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0;
    padding-left: 70px;
  }
  .add2 .step_lead3 {
    font-size: 16px;
    margin: 20px auto 0 auto;
    text-align: center;
  }
  .add2 .jk2 .txt {
    margin-top: 10px;
    font-size: 12px;
  }
  .add2 .jk2 .line21 {
    font-size: 16px;
    gap: 0 10px;
    margin-bottom: 10px;
  }
  .add2 .jk2 .line22 {
    font-size: 14px;
    gap: 0 10px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .add2 .jk2 .line22 img {
    position: relative;
    top: -2px;
  }
  .add2 .in_wrap2 {
    margin: 30px 20px 0 20px;
    grid-template-columns: 1fr;
    gap: 10px 0;
  }
  .add2 .in_wrap2 .in_wrap_bx {
    display: grid;
    grid-template-columns: 140px 1fr;
    align-items: center;
    gap: 0 5px;
  }
  .add2 .in_wrap2 .ttl_bx {
    font-size: 15px;
    letter-spacing: -0.05em;
    height: 37px;
    margin: 0 auto 10px auto;
  }
  .add2 .in_wrap2 .ttl_bx i {
    font-size: 10px;
  }
  .add2 .in_wrap2 .ttl_bx .name {
    font-size: 22px;
  }
  .add2 .in_wrap2 a {
    font-size: 10px;
    padding: 6px 0;
    margin: 0 auto;
  }
  .add2 .in_wrap2 .iwb5 .ttl_bx {
    font-size: 13px;
  }
  .add2 .in_wrap2 .iwb5 .ttl_bx .name {
    font-size: 17px;
  }
  .add2 .stpbx4 {
    padding-bottom: 35px;
  }
  .add2 .stpbx4 .step_lead3 {
    margin: 20px auto 0 auto;
    line-height: 1.5;
  }
  .add2 .stpbx4 .step_ttl h3 {
    font-size: 18px;
    line-height: 0.9;
    padding: 16px 0 16px 70px;
  }
  .add2 .stpbx4 .txt_bx {
    margin: 20px 20px 0 20px;
    font-size: 16px;
    line-height: 1.5;
  }
  .add2 .stpbx4 .tx1 {
    margin-bottom: 10px;
    padding: 5px;
    box-sizing: border-box;
  }
  .add2 .stpbx4 .tx1 i {
    display: block;
    padding-left: 36px;
    background: url(../img/ver2/ex3.png) top left 0 no-repeat;
    background-size: 28px auto;
  }
  .add2 .stpbx4 .tx2 {
    font-size: 14px;
  }
}

.add3 {
  border-top: 20px solid #000;
  border-bottom: 20px solid #000;
  padding: 100px 0 80px 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  color: #000;
  text-align: center;
  background: linear-gradient(to bottom, #F2FFC6 0%, #BCCC86 100%);
}
.add3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/ver2/add3_bg.png") top center no-repeat;
  background-size: 100% auto;
}
.add3 .ttl1 {
  position: relative;
}
.add3 .ttl1:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -400px;
  margin-top: -97px;
  width: 800px;
  height: auto;
  aspect-ratio: 800/195;
  background: url("../img/ver2/paint3.png") top center no-repeat;
  background-size: 100% auto;
}
.add3 .ttl1 h2 {
  margin: 0;
  font-family: nico, sans-serif;
  font-size: 80px;
  line-height: 1;
  font-weight: normal;
  -webkit-text-fill-color: #000; /* （順序に関係なく）色を上書きする */
  -webkit-text-stroke: 2px white;
  text-align: center;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 2;
}
.add3 .inner {
  position: relative;
}
.add3 .img_add3 {
  position: absolute;
  top: 0;
  width: 266px;
  left: -110px;
}
.add3 .lead {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-top: 30px;
  color: #000;
}
.add3 .dream {
  margin: 60px 0 0 0;
}
.add3 .dream_ttl {
  padding-left: 100px;
  display: inline-block;
  font-size: 60px;
  font-family: nico, sans-serif;
  background: url("../img/ver2/arw_three.png") center left no-repeat;
  background-size: 80px auto;
  line-height: 1;
  margin-bottom: 30px;
}
.add3 .lines {
  background: white;
  border-radius: 10px;
  border: 3px solid #000;
  box-shadow: 3px 3px 0 #E8E36B;
  position: relative;
  height: 104px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.add3 .lines .in {
  width: 100%;
  display: grid;
  grid-template-columns: 470px 1fr;
  align-items: center;
}
.add3 .lines .names {
  font-size: 48px;
  letter-spacing: -0.048em;
  font-family: nico, sans-serif;
  line-height: 1;
  text-shadow: 1px 1px 0 #E8E36B;
}
.add3 .lines .names i {
  font-size: 28px;
  display: block;
}
.add3 .lines .names em {
  font-size: 20px;
}
.add3 .lines .tx {
  font-size: 30px;
  font-weight: bold;
  margin-left: -100px;
}
.add3 .lines5 .names {
  font-size: 39px;
}
.add3 .brd .arw1 {
  width: 20px;
  margin: 30px auto;
}
.add3 .brd h3 {
  text-align: center;
  font-size: 56px;
  line-height: 1;
  font-family: nico, sans-serif;
  font-weight: normal;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0;
}
.add3 .brd h3 i {
  background: linear-gradient(transparent 75%, #E8E36B 40%);
  font-size: 72px;
  text-shadow: 3px 3px 0 white;
}
@media all and (max-width: 767px) {
  .add3 {
    border-top: 10px solid #000;
    border-bottom: 10px solid #000;
    padding: 30px 0 40px 0;
  }
  .add3:before {
    background: url("../img/ver2/add3_bg_sp.png") top center no-repeat;
    background-size: 100% auto;
  }
  .add3 .ttl1:before {
    margin-left: -142px;
    margin-top: -55.5px;
    width: 284px;
    height: auto;
    aspect-ratio: 284/111;
    background: url("../img/ver2/paint3_sp.png") top center no-repeat;
    background-size: 100% auto;
  }
  .add3 .ttl1 h2 {
    line-height: 0.9;
    font-size: 40px;
    -webkit-text-stroke: 1px white;
    text-align: center;
  }
  .add3 .ttl1 h2 span {
    font-size: 44px;
  }
  .add3 .img_add3 {
    display: none;
  }
  .add3 .lead {
    font-size: 18px;
    margin-top: 20px;
    line-height: 1.5;
  }
  .add3 .dream {
    margin: 30px 0 0 0;
  }
  .add3 .dream_ttl {
    padding-left: 65px;
    font-size: 39px;
    background: url("../img/ver2/arw_three.png") center left no-repeat;
    background-size: 53px auto;
    margin-bottom: 20px;
  }
  .add3 .lines {
    border: 3px solid #000;
    box-shadow: 3px 3px 0 #E8E36B;
    height: 85px;
    margin-bottom: 20px;
  }
  .add3 .lines .in {
    display: block;
  }
  .add3 .lines .names {
    font-size: 30px;
    display: inline-block;
  }
  .add3 .lines .names i {
    font-size: 17px;
  }
  .add3 .lines .names em {
    font-size: 12px;
  }
  .add3 .lines .names .t2 {
    display: block;
  }
  .add3 .lines .names .in2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0 5px;
  }
  .add3 .lines .tx {
    font-size: 24px;
    margin-left: 0;
    line-height: 1.5;
  }
  .add3 .brd h3 {
    font-size: 24px;
  }
  .add3 .brd h3 i {
    background: linear-gradient(transparent 75%, #E8E36B 40%);
    font-size: 40px;
    text-shadow: 3px 3px 0 white;
  }
  .add3 .lines5 {
    height: 105px;
  }
  .add3 .lines5 .names {
    font-size: 24px;
  }
  .add3 .lines5 .names .in2 {
    display: block;
  }
}

.add4 {
  padding: 100px 0 80px 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to bottom, #FFD1C6 0%, #F2FFC6 100%);
}
.add4 .ttl1 {
  position: relative;
}
.add4 .ttl1:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -400px;
  margin-top: -120px;
  width: 805px;
  height: auto;
  aspect-ratio: 805/254;
  background: url("../img/ver2/paint5.png") top center no-repeat;
  background-size: 100% auto;
}
.add4 .ttl1 h2 {
  margin: 0;
  font-family: nico, sans-serif;
  font-size: 88px;
  line-height: 0.9;
  font-weight: normal;
  -webkit-text-fill-color: white; /* （順序に関係なく）色を上書きする */
  -webkit-text-stroke: 2px #000;
  text-align: center;
  text-shadow: 3px 3px 0 #000;
  position: relative;
  z-index: 2;
}
.add4 .lead {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-top: 30px;
  color: #000;
  position: relative;
}
.add4 .img_add41 {
  width: 250px;
  position: absolute;
  right: -35px;
  bottom: -45px;
}
.add4 .img_add42 {
  width: 250px;
  position: absolute;
  left: 20px;
  bottom: -100px;
}
.add4 .img_add43 {
  display: none;
}
.add4 .system_bx {
  color: #000;
  background: #EFEFEF;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-top: 40px;
  position: relative;
  z-index: 2;
  padding: 24px;
  box-sizing: border-box;
}
.add4 .system_bx .in {
  max-width: 900px;
  margin: 0 auto;
}
.add4 .system_bx .ttl {
  font-family: nico, sans-serif;
  font-size: 48px;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}
.add4 .system_bx .ttl:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 3px solid #000;
  background: #504BC4;
  z-index: 1;
}
.add4 .system_bx .ttl i {
  background: white;
  border-radius: 10px;
  border: 3px solid #000;
  padding: 16px 33px;
  line-height: 1.65;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.add4 .system_bx .txb {
  background: #504BC4;
  border-radius: 10px;
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.02em;
  padding: 5px;
  line-height: 1.4;
  box-sizing: border-box;
}
.add4 .system_bx .kg {
  font-size: 37px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.add4 .system_bx .eq i {
  display: block;
  transform: rotate(90deg);
}
.add4 .add43_img {
  position: absolute;
  left: -120px;
  top: -190px;
  width: 283px;
  z-index: 3;
}
.add4 .txb_total {
  border-radius: 10px;
  background: #E8E36B;
  border: 4px solid white;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 16px 0;
}
.add4 .sb2 .txb {
  margin-bottom: 20px;
}
.add4 .sb2 .tx {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.add4 .sb3 .c2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
  align-items: flex-start;
}
.add4 .sb3 .left, .add4 .sb3 .right {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px 0;
}
@media all and (max-width: 1080px) {
  .add4 .ttl1 h2 {
    font-size: 66px;
  }
  .add4 .lead span {
    position: relative;
    z-index: 2;
  }
  .add4 .img_add42 {
    z-index: 1;
    width: 250px;
    left: -178px;
    bottom: -100px;
  }
  .add4 .img_add41 {
    right: -115px;
    bottom: -95px;
  }
  .add4 .system_bx .ttl {
    font-size: 32px;
  }
  .add4 .add43_img {
    left: -140px;
    top: -190px;
    width: 220px;
  }
}
@media all and (max-width: 767px) {
  .add4 {
    padding: 30px 0 40px 0;
  }
  .add4 .inner {
    width: 100%;
  }
  .add4 .ttl1:before {
    margin-left: -142px;
    margin-top: -55px;
    width: 284px;
    height: auto;
    aspect-ratio: 284/111;
    background: url("../img/ver2/paint5_sp.png") top center no-repeat;
    background-size: 100% auto;
  }
  .add4 .ttl1 h2 {
    font-size: 40px;
    letter-spacing: -0.05em;
    -webkit-text-fill-color: white; /* （順序に関係なく）色を上書きする */
    -webkit-text-stroke: 1px #000;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .add4 .lead {
    font-size: 18px;
    margin-top: 20px;
    line-height: 1.5;
    position: relative;
  }
  .add4 .img_add41, .add4 .img_add42 {
    display: none;
  }
  .add4 .img_add43 {
    position: absolute;
    top: -40px;
    left: -5%;
    display: block;
    width: 110%;
  }
  .add4 .system_bx {
    border-radius: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    width: 90%;
    margin: 20px auto 0 auto;
    padding: 24px 0;
  }
  .add4 .system_bx .in {
    text-align: center;
  }
  .add4 .system_bx .ttl {
    font-size: 25px;
    letter-spacing: -0.05em;
    margin-bottom: 25px;
  }
  .add4 .system_bx .ttl:before {
    top: 1px;
    left: 3px;
    height: calc(100% + 6px);
    border: 2px solid #000;
  }
  .add4 .system_bx .ttl i {
    border: 2px solid #000;
    padding: 10px 13px;
  }
  .add4 .system_bx .txb {
    text-align: left;
    font-size: 16px;
    letter-spacing: 0;
    padding: 10px;
    line-height: 1.6;
    margin: 0 24px;
  }
  .add4 .system_bx .kg {
    font-size: 24px;
  }
  .add4 .add43_img {
    display: none;
  }
  .add4 .txb_total {
    border-radius: 10px;
    border: 2px solid white;
    font-size: 18px;
    padding: 11px 0;
    margin: 0 24px;
  }
  .add4 .sb2 .ttl i {
    padding: 10px 15px;
  }
  .add4 .sb2 .txb {
    text-align: center;
    margin-bottom: 20px;
  }
  .add4 .sb2 .tx {
    font-size: 12px;
  }
  .add4 .sb3 {
    text-align: center;
  }
  .add4 .sb3 .c2 {
    grid-template-columns: 1fr;
    gap: 10px 0;
  }
  .add4 .sb3 .left, .add4 .sb3 .right {
    gap: 10px 0;
  }
  .add4 .sb3 .txb {
    text-align: center;
  }
}

.sld {
  margin-top: 50px;
}
.sld .sebx {
  background: white;
  border-radius: 10px;
  border: 3px solid #000;
  box-shadow: 3px 3px 0 #E8E36B;
  position: relative;
  padding: 40px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 0 20px;
}
.sld .sebx .img {
  border: 3px solid #000;
  border-radius: 20px;
  overflow: hidden;
}
.sld .inb {
  text-align: left;
  margin: 30px 0 0 0;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: calc(100% - 130px);
}
.sld .inb .inb_in {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: calc(100% - 130px);
}
.sld .inb .ttl {
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  padding-bottom: 3px;
}
.sld .inb .ttl:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #000;
}
.sld .inb .txt {
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
  line-height: 1.4;
}
.sld .c2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
}
.sld .c3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 30px;
}
.sld .tl1 {
  max-width: 300px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  border-radius: 4px;
  background: #E8E36B;
  box-sizing: border-box;
  padding: 7px 30px;
}
.sld .names {
  font-size: 64px;
  letter-spacing: -0.048em;
  font-family: nico, sans-serif;
  line-height: 1;
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
}
.sld .names:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -45px;
  width: 450px;
  height: auto;
  aspect-ratio: 450/89;
  background: url(../img/ver2/paint4.png) top center no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
.sld .names .in {
  width: 100%;
  position: relative;
  z-index: 3;
}
.sld .names .team {
  font-size: 35px;
}
.sld .names .team i {
  font-size: 26px;
}
.sld .names5 {
  font-size: 54px;
}
.sld .btn_c2 {
  display: inline-block;
}
.sld .btn_c2 .in {
  max-width: 440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
.sld .btn_c2 a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  border-radius: 4px;
  padding: 10px 10px;
  box-sizing: border-box;
  border: 2px solid #000;
  max-width: 220px;
  text-align: center;
  font-weight: bold;
  transition: all 0.3s ease;
}
.sld .btn_c2 a:hover {
  opacity: 0.4;
}
.sld .thumbs {
  max-width: 820px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 24px;
  margin: 0 auto;
}
.sld .thumbs .btt {
  border-radius: 100px;
  border: 2px solid #E8E36B;
  background: white;
  font-size: 16px;
  font-weight: bold;
  height: 60px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sld .thumbs .btt.thumb-media-active {
  background: #E8E36B;
}
.sld .thumbs .btt:hover {
  background: #E8E36B;
}
.sld .thumbs .in {
  padding-right: 30px;
  box-sizing: border-box;
  width: 100%;
  background: url("../img/ver2/arw_thhumb.png") center right 20px no-repeat;
  background-size: 32px auto;
}
.sld .scr {
  margin: 30px 0;
}
.sld .scr .swiper-scrollbar {
  position: relative;
  width: 100%;
  left: 0;
  background: #0C0C0C;
}
.sld .scr .swiper-scrollbar-drag {
  background: white;
}
.sld .scr .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.sld .bxsp {
  display: none;
}
@media all and (max-width: 1080px) {
  .sld .sebx {
    grid-template-columns: 1fr;
    gap: 0 20px;
  }
  .sld .sebx .img {
    border: 3px solid #000;
    border-radius: 20px;
    overflow: hidden;
    height: 400px;
    margin-bottom: 20px;
  }
  .sld .inb .inb_in {
    height: auto;
    margin: 20px 0;
  }
}
@media all and (max-width: 767px) {
  .sld {
    margin-top: 30px;
  }
  .sld .sebx {
    border: 2px solid #000;
    box-shadow: 3px 3px 0 #E8E36B;
    border-radius: 20px;
    padding: 15px 20px 30px 20px;
    gap: 0 20px;
  }
  .sld .sebx .img {
    border: 2px solid #000;
    border-radius: 10px;
    height: 200px;
    margin-bottom: 10px;
  }
  .sld .sebx .bxpc {
    display: none;
  }
  .sld .sebx .bxsp {
    display: block;
  }
  .sld .inb {
    margin: 15px 0 0 0;
  }
  .sld .inb .inb_in {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: calc(100% - 130px);
  }
  .sld .inb .ttl {
    padding-bottom: 3px;
  }
  .sld .inb .ttl:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #000;
  }
  .sld .inb .txt {
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    line-height: 1.4;
  }
  .sld .c2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .sld .c2 .bx:nth-of-type(1) {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .sld .c3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 5px;
    margin-top: 10px;
  }
  .sld .tl1 {
    font-size: 14px;
    text-align: center;
    padding: 7px 0;
  }
  .sld .names {
    font-size: 40px;
    height: 64px;
  }
  .sld .names:before {
    margin-left: -125px;
    margin-top: -34px;
    width: 250px;
    aspect-ratio: 250/68;
    background: url(../img/ver2/paint4_sp.png) top center no-repeat;
    background-size: 100% auto;
  }
  .sld .names .team {
    font-size: 24px;
  }
  .sld .names .team i {
    font-size: 21px;
  }
  .sld .btn_c2 .in {
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 15px 0;
  }
  .sld .btn_c2 a {
    padding: 10px 18px;
    border: 2px solid #000;
    max-width: 220px;
    margin: 0 auto;
  }
  .sld .btn_c2 a:hover {
    opacity: 0.4;
  }
  .sld .thumbs {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px 0;
  }
  .sld .thumbs .btt {
    border: 2px solid #E8E36B;
    font-size: 12px;
    height: 40px;
    line-height: 1.4;
  }
  .sld .thumbs .in {
    padding-right: 30px;
    box-sizing: border-box;
    width: 100%;
    background: url("../img/ver2/arw_thhumb.png") center right 20px no-repeat;
    background-size: 32px auto;
  }
  .sld .scr {
    margin: 15px 0;
  }
  .sld .scr .num {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .sld .names5 {
    font-size: 34px;
  }
}

.guide {
  border-top: 35px solid #000;
  border-bottom: 35px solid #000;
  box-sizing: border-box;
  background: white;
}
.guide .inner {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 20px 20px;
  color: #000;
}
.guide h2 {
  margin: 0;
  font-family: nico, sans-serif;
  font-size: 80px;
  line-height: 1;
  font-weight: normal;
  color: #000;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 2;
}
.guide .tx {
  margin: 0 0 20px 0;
}
.guide .txt {
  padding: 60px 0 60px 100px;
  box-sizing: border-box;
}
.guide .img {
  margin-left: calc(42% - 26vw);
  background: url("../img/ver2/gude_bg.jpg") center center/cover;
}
.guide a {
  display: block;
  text-decoration: none;
  color: #000;
  text-align: center;
  border-radius: 100px;
  padding: 10px 10px;
  width: 170px;
  border: 2px solid #000;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  transition: all 0.3s ease;
}
.guide a:hover {
  opacity: 0.6;
}
@media all and (max-width: 1080px) {
  .guide h2 {
    font-size: 60px;
  }
  .guide .txt {
    padding: 60px 0 60px 30px;
  }
}
@media all and (max-width: 767px) {
  .guide {
    border-top: 10px solid #000;
    border-bottom: 10px solid #000;
  }
  .guide .inner {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 0;
  }
  .guide h2 {
    font-size: 40px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .guide .tx {
    font-weight: bold;
    font-size: 14px;
    margin: 10px 0 20px 0;
  }
  .guide .txt {
    padding: 20px 40px;
  }
  .guide .img {
    height: 184px;
    margin-left: unset;
    background: url("../img/ver2/gude_bg.jpg") center center/cover;
  }
  .guide a {
    padding: 10px 10px;
    width: 170px;
    border: 1px solid #000;
    font-size: 14px;
  }
}

.und_btn {
  background: white;
  color: #000;
  padding: 70px 0;
  box-sizing: border-box;
}
.und_btn .in {
  max-width: 380px;
  margin: 0 auto;
}
.und_btn a {
  color: #000;
  text-decoration: none;
}
.und_btn .a1 {
  display: block;
  width: 265px;
  margin: 0 auto;
  color: white;
  border-radius: 100px;
  background: #504BC4;
  padding: 10px 10px;
  font-size: 16px;
  text-align: center;
}
.und_btn .c2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}
.und_btn .c2 a {
  font-weight: bold;
  position: relative;
}
.und_btn .c2 a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
}
@media all and (max-width: 767px) {
  .und_btn {
    padding: 30px 0;
    text-align: center;
  }
  .und_btn .a1 {
    display: block;
    width: 265px;
    margin: 0 auto 30px auto;
    padding: 16px 10px;
    font-size: 16px;
    text-align: center;
  }
  .und_btn .c2 {
    display: block;
    margin-top: 30px;
  }
  .und_btn .c2 a {
    display: inline-block;
    margin-bottom: 20px;
  }
  .und_btn .c2 a:last-of-type {
    margin-bottom: 0;
  }
}

.last {
  border-top: 20px solid #000;
  background: linear-gradient(to bottom, #FFD1C6 0%, #F2FFC6 100%);
}
.last .inner {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  align-items: center;
  grid-template-columns: 60% 40%;
}
.last .im1 {
  text-align: left;
}
.last .im1 img {
  width: 90%;
  display: inline-block;
}
.last .im2 {
  text-align: right;
}
.last .im2 img {
  margin-top: 40px;
  width: 90%;
  display: inline-block;
}
@media all and (max-width: 767px) {
  .last {
    border-top: 10px solid #000;
    padding: 10px 0 0 0;
  }
  .last .inner {
    grid-template-columns: 1fr;
  }
  .last .im1 {
    text-align: left;
  }
  .last .im1 img {
    width: 100%;
    position: relative;
    left: 10px;
  }
  .last .im2 {
    text-align: center;
  }
  .last .im2 img {
    margin-top: 20px;
    width: 82%;
    display: inline-block;
  }
}

@media all and (max-width: 767px) {
  .copyright {
    padding-left: 30px;
  }
}

.modalBg {
  background: rgba(0, 0, 0, 0.6);
}

.footer-inner {
  padding-bottom: 30px;
}

.sp_stc {
  position: fixed;
  display: none;
  bottom: 0;
  width: 100%;
  z-index: 10;
  transition: all 0.3s ease;
}
.sp_stc.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.sp_stc a {
  display: block;
  text-decoration: none;
  text-align: center;
}
.sp_stc a i {
  display: inline-block;
}
.sp_stc .b1 {
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  background: #E8E36B;
}
.sp_stc .b1 i {
  padding: 13px 10px 13px 34px;
  background: url("../img/ver2/smp.png") center left no-repeat;
  background-size: 27px auto;
}
.sp_stc .b2 {
  color: white;
  background: #504BC4;
}
.sp_stc .b2 i {
  padding: 13px 10px 13px 35px;
  background: url("../img/ver2/mailsp.png") center left no-repeat;
  background-size: 28px auto;
}
@media all and (max-width: 767px) {
  .sp_stc {
    display: grid;
    grid-template-columns: 56% 44%;
  }
}

/*# sourceMappingURL=add.css.map */
