@charset "UTF-8";
.wrapper {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .wrapper {
    padding: 0;
  }
}

.main-visual {
  position: relative;
}
.main-visual .area-title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 30px 16px;
  z-index: 3;
  transform: translate(-50%, -50%);
}
.main-visual .slider {
  margin: 0 0 -5px;
  padding: 0;
  line-height: 0;
  font-size: 0;
}
.main-visual .slider_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .main-visual {
    padding: 102px 0 0;
  }
  .main-visual .area-title {
    max-width: 480px;
    padding: 0;
  }
  .main-visual .slider_sp {
    display: none;
  }
  .main-visual .slider_pc {
    display: block;
  }
}

.topix {
  position: relative;
  padding: 0 0 48px;
  background: #f7f7f7;
  z-index: 6;
}
.topix .bar {
  display: block;
  line-height: 0;
}
.topix .list {
  margin: 0 0 36px;
}
.topix .center {
  margin: 0 0 24px;
  text-align: center;
  color: #222;
}
@media screen and (min-width: 768px) {
  .topix .list {
    margin: 0 0 24px;
  }
}

.about {
  position: relative;
  background-position: bottom center;
  background-size: 100%;
  z-index: 5;
}
.about .effect {
  padding: 72px 0 120px;
}
.about .title01 {
  margin: 0 0 48px;
}
.about .content .img {
  width: 260px;
  margin: 0 auto 32px;
}
.about .content .area-text .title02 {
  margin: 0 0 24px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.about .content .area-text .text {
  line-height: 1.7142857143;
}
.about .content .area-text .text + .text {
  margin: 18px 0 0;
}
@media screen and (min-width: 768px) {
  .about .effect {
    padding: 152px 0 150px;
  }
  .about .effect:after {
    background-size: cover;
  }
  .about .title01 {
    margin: 0 0 80px;
  }
  .about .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .about .content .img {
    width: 37.7%;
    max-width: 380px;
    margin: 0;
  }
  .about .content .area-text {
    width: 57.6%;
  }
  .about .content .area-text .title02 {
    margin: 0 0 12px;
    text-align: left;
    font-size: 28px;
  }
  .about .content .area-text .text {
    font-size: 18px;
  }
  .about .content .area-text .text + .text {
    margin: 20px 0 0;
  }
}

.entry {
  position: relative;
  margin: 0 0 96px;
  background: url(../img/top/entry-bg01.jpg) no-repeat 0 0;
  background-size: cover;
}
.entry .content {
  padding: 80px 0;
}
.entry .content .title01 {
  margin: 0 0 64px;
  color: #fff;
}
.entry .content .step-list {
  list-style: none;
  margin: 0 0 44px;
}
.entry .content .step-list .step-item {
  position: relative;
  padding: 32px 6px 56px;
  background: #fff;
  border: 2px solid #dedfde;
  color: #444;
}
.entry .content .step-list .step-item a {
  color: #444;
}
.entry .content .step-list .step-item.step-item01 {
  padding: 32px 19px 32px;
}
.entry .content .step-list .step-item.step-item01 .step {
  background: #ff1414;
}
.entry .content .step-list .step-item + .step-item {
  margin: 96px 0 0;
}
.entry .content .step-list .step-item + .step-item:before {
  content: "";
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 69px solid transparent;
  border-left: 69px solid transparent;
  border-top: 39px solid #fff;
  border-bottom: 0;
  line-height: 0;
}
.entry .content .step-list .step-item .step {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: -19px;
  width: 122px;
  padding: 9px 0 11px;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-size: 18px;
  border-radius: 19px;
  transform: translateX(-50%);
  background: #ff1414;
}
.entry .content .step-list .step-item .title02 {
  margin: 0 0 24px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #111c38;
}
.entry .content .step-list .step-item .flow-list {
  list-style: none;
  padding: 0 0 0 27px;
}
.entry .content .step-list .step-item .flow-list .flow-item {
  position: relative;
}
.entry .content .step-list .step-item .flow-list .flow-item:before {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  background: #ff1414;
  top: 50%;
  left: -26px;
  border-radius: 13px;
  transform: translateY(-50%);
}
.entry .content .step-list .step-item .flow-list .flow-item:after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 50%;
  background: #ff1414;
  height: calc(50% + 20px);
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}
.entry .content .step-list .step-item .flow-list .flow-item:nth-child(1):after {
  top: auto;
  bottom: -13px;
  transform: translateY(0);
}
.entry .content .step-list .step-item .flow-list .flow-item:last-child:after {
  top: -13px;
  transform: translateY(0);
}
.entry .content .step-list .step-item .flow-list .flow-item + .flow-item {
  margin: 12px 0 0;
}
.entry .content .step-list .step-item .text {
  margin: 0 0 32px;
}
.entry .content .step-list .step-item .area-caution {
  width: 80%;
  margin: 0 auto;
}
.entry .content .step-list .step-item .area-caution .caution {
  position: relative;
  padding: 0 0 0 1em;
  text-indent: -1em;
  font-size: 12px;
}
.entry .content .step-list .step-item .area-caution .caution span {
  display: inline-block;
  padding: 0 0 0 1em;
}
.entry .content .step-list .step-item .area-caution .caution:before {
  content: "※";
}
.entry .content .step-list .step-item .img {
  width: 160px;
  margin: 0 auto 32px;
}
.entry .content .step-list .step-item .icon-list .icon-item + .icon-item {
  margin: 10px 0 0;
}
@media screen and (min-width: 768px) {
  .entry {
    margin: 0 0 160px;
  }
  .entry .content {
    padding: 120px 0;
  }
  .entry .content .title01 {
    margin: 0 0 72px;
  }
  .entry .content .step-list {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 0 56px;
  }
  .entry .content .step-list::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 32px solid #fff;
    border-right: 0;
    line-height: 0;
  }
  .entry .content .step-list .step-item {
    width: 47%;
    padding: 32px 25px 32px;
  }
  .entry .content .step-list .step-item.step-item01 {
    padding: 40px 19px 32px;
  }
  .entry .content .step-list .step-item + .step-item {
    margin: 0;
  }
  .entry .content .step-list .step-item + .step-item:before {
    content: none;
  }
  .entry .content .step-list .step-item .title02 {
    font-size: 21px;
  }
  .entry .content .step-list .step-item .flow-list .flow-item {
    font-size: 18px;
  }
  .entry
    .content
    .step-list
    .step-item
    .flow-list
    .flow-item:nth-child(1):after {
    bottom: -20px;
  }
  .entry .content .step-list .step-item .flow-list .flow-item:last-child:after {
    top: -20px;
  }
  .entry .content .step-list .step-item .flow-list .flow-item + .flow-item {
    margin: 12px 0 0;
  }
  .entry .content .step-list .step-item .text {
    margin: 0;
    font-size: 18px;
    color: #444;
  }
  .entry .content .step-list .step-item .area-caution {
    width: 90%;
    margin: 24px auto 0;
  }
  .entry .content .step-list .step-item .area-caution .caution {
    font-size: 13px;
  }
  .entry .content .step-list .step-item .img {
    width: 130px;
    margin: 0 auto 32px;
  }
  .entry .content .step-list .step-item .icon-list {
    display: flex;
    justify-content: space-evenly;
    margin: 0 0 40px;
    padding: 0 25px;
  }
  .entry .content .step-list .step-item .icon-list .icon-item .img {
    width: 100%;
    max-width: 130px;
    margin: 0 auto;
  }
  .entry .content .step-list .step-item .icon-list .icon-item + .icon-item {
    margin: 0;
  }
  .entry
    .content
    .step-list
    .step-item
    .icon-list
    .icon-item
    + .icon-item
    .img {
    max-width: 112px;
  }
}

.series {
  margin: 0 0 90px;
}
.series .effect01:before {
  top: 60px;
}
.series .effect01:after {
  top: -50px;
}
.series .title01 {
  margin: 0 0 96px;
}
.series .content .list {
  margin: 0 0 56px;
}
.series .content .list .item {
  position: relative;
}
.series .content .list .item + .item {
  margin: 60px 0 0;
}
.series .content .list .item .held {
  display: flex;
  align-items: baseline;
}
.series .content .list .item .held .held-year {
  font-size: 12px;
  font-style: italic;
  color: #222;
}
.series .content .list .item .held .held-date {
  padding: 0 0 0 4px;
  font-size: 18px;
  font-style: italic;
  color: #222;
}
.series .content .list .item .date {
  position: absolute;
  width: 98px;
  top: -30px;
  left: -12px;
}
.series .content .list .item .img a {
  margin: 0 0 12px;
  padding: 40px 48px;
  box-sizing: border-box;
  border: solid 1px #e5e5e5;
}
.series .content .list .item .area-text .title02 {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 700;
  color: #434343;
}
.series .content .list .item .area-text .text {
  font-size: 12px;
  color: #888;
}
@media screen and (min-width: 768px) {
  .series {
    margin: 0 0 88px;
  }
  .series .effect01:before {
    top: -100px;
  }
  .series .effect01:after {
    top: -206px;
  }
  .series .title01 {
    margin: 0 0 56px;
  }
  .series .content .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 54px 24px;
    margin: 0 0 40px;
  }
  .series .content .list .item {
    width: calc(33% - 24px);
  }
  .series .content .list .item + .item {
    margin: 0;
  }
  .series .content .list .item .img a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 160px;
  }
  .series .content .list .item .area-text .title02 {
    margin: 0 0 4px;
  }
  .series .content .btn a {
    padding: 15px 0;
  }
}

.complete {
  margin: 0 0 88px;
}
.complete .head-bar {
  margin: 0 0 56px;
  line-height: 0;
}
.complete .title01 {
  margin: 0 0 72px;
}
.complete .type-list {
  margin: 0 0 24px;
}
.complete .type-list .type-item + .type-item {
  margin: 92px 0 0;
}
.complete .type-list .type-item .explanation {
  margin: 0 0 20px;
}
.complete .type-list .type-item .explanation .img {
  width: 244px;
  margin: 0 auto 12px;
}
.complete .type-list .type-item .benefit .title03 {
  padding: 18px 0;
  background: #e4e4e4;
  text-align: center;
  border-radius: 15px 15px 0 0;
  font-size: 21px;
  font-weight: 700;
  color: #222;
  line-height: 1;
}
.complete .type-list .type-item .benefit .benefit-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 2px;
  padding: 48px 12px 32px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
}
.complete .type-list .type-item .benefit .benefit-list .benefit-item {
  width: calc(50% - 6px);
}
.complete .type-list .type-item .benefit .detail {
  margin: 0 2px;
  padding: 48px 12px 32px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0 0 15px 15px;
}
.complete .type-list .type-item .benefit .detail .solo {
  position: relative;
  width: 220px;
  margin: 0 auto;
}
.complete .type-list .type-item .benefit .detail .plus {
  display: block;
  margin: 44px 0;
  line-height: 0;
  font-size: 60px;
  text-align: center;
}
.complete .type-list .type-item .benefit .detail .pair-list {
  display: flex;
  gap: 12px;
}
.complete .type-list .type-item .benefit .detail .pair-list .pair-item {
  width: calc(50% - 6px);
}
.complete .type-list .type-item.pair .explanation {
  margin: 0 0 32px;
}
.complete .type-list .type-item.pair .explanation .area-text .text {
  margin: 0 0 32px;
}
.complete .type-list .type-item.pair .explanation .area-text .title03 {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .complete {
    margin: 0 0 88px;
  }
  .complete .head-bar {
    margin: 0 0 88px;
  }
  .complete .title01 {
    margin: 0 0 32px;
  }
  .complete .type-list {
    margin: 0 0 48px;
  }
  .complete .type-list .type-item + .type-item {
    margin: 92px 0 0;
  }
  .complete .type-list .type-item .explanation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 50px;
  }
  .complete .type-list .type-item .explanation .area-img {
    width: 30%;
  }
  .complete .type-list .type-item .explanation .area-img .img {
    width: 260px;
    margin: 0 auto 12px;
  }
  .complete .type-list .type-item .explanation .area-text {
    width: calc(100% - 438px);
  }
  .complete .type-list .type-item .benefit .title03 {
    padding: 15px 0;
    font-size: 24px;
  }
  .complete .type-list .type-item .benefit .benefit-list {
    margin: 0 0 48px;
    padding: 22px 64px 24px;
    justify-content: center;
  }
  .complete .type-list .type-item .benefit .benefit-list .benefit-item {
    width: calc(16.6% - 12px);
  }
  .complete .type-list .type-item .benefit .detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 2px;
    padding: 24px 87px 26px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  }
  .complete .type-list .type-item .benefit .detail .solo {
    width: 280px;
  }
  .complete .type-list .type-item .benefit .detail .plus {
    display: block;
    margin: 44px 0;
    line-height: 0;
    font-size: 60px;
    text-align: center;
  }
  .complete .type-list .type-item .benefit .detail .pair-list {
    width: 452px;
  }
  .complete .type-list .type-item .benefit .detail .pair-list .pair-item {
    width: calc(50% - 6px);
  }
  .complete .type-list .type-item.pair .explanation {
    margin: 0 0 48px;
  }
  .complete .type-list .type-item.pair .explanation .area-img .img {
    width: 300px;
  }
  .complete .type-list .type-item.pair .explanation .area-text .text {
    margin: 0 0 40px;
  }
  .complete .type-list .type-item.pair .explanation .area-text .title03 {
    font-size: 18px;
  }
}

.compettion {
  margin: 0 0 56px;
}
.compettion .head-bar {
  margin: 0 0 56px;
  line-height: 0;
}
.compettion .title01 {
  margin: 0 0 72px;
}
.compettion .content .detail {
  margin: 0 0 18px;
}
.compettion .content .detail .img {
  margin: 0 0 12px;
}
.compettion .content .detail .area-text .title02 {
  margin: 0 0 12px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.compettion .content .detail .area-text .text {
  text-align: center;
}
.compettion .content .kind + .kind {
  margin: 96px 0 0;
}
.compettion .content .kind .kind-content .area-img {
  max-width: 240px;
  margin: 0 auto 24px;
}
.compettion .content .kind .kind-content .area-img .img + .img {
  margin: 36px 0 0;
}
.compettion .content .kind .kind-content .area-img .age-category {
  position: relative;
  margin: 24px 0;
}
.compettion .content .kind .kind-content .area-img .age-category .title02 {
  position: relative;
  top: 20px;
  text-align: center;
}
.compettion .content .kind .kind-content .area-img .age-category .title02 span {
  display: inline-block;
  width: 194px;
  padding: 10px 0;
  background: #444;
  border-radius: 19px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
.compettion .content .kind .kind-content .area-img .age-category .aera-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 55px;
  padding: 36px 0 18px;
  border: solid 2px #dedfde;
}
.compettion
  .content
  .kind
  .kind-content
  .area-img
  .age-category
  .aera-list
  .list
  .item {
  line-height: 1.5555555556;
  font-size: 18px;
}
.compettion .content .kind .kind-content .area-text .area-title {
  padding: 0 0 8px;
}
.compettion .content .kind .kind-content .area-text .area-title .title {
  font-size: 38px;
}
.compettion .content .kind .kind-content .area-text .area-title .title span {
  display: block;
  font-size: 38px;
  font-weight: 700;
  text-align: left;
  line-height: 1.1578947368;
}
.compettion
  .content
  .kind
  .kind-content
  .area-text
  .area-title
  .title
  span.right {
  text-align: right;
}
.compettion .content .kind .kind-content .area-text .area-title .center {
  top: -50px;
}
.compettion .content .kind .kind-content .area-text .list {
  margin: 0 0 52px;
}
@media screen and (min-width: 768px) {
  .compettion {
    margin: 0 0 94px;
  }
  .compettion .head-bar {
    margin: 0 0 88px;
  }
  .compettion .title01 {
    margin: 0 0 40px;
  }
  .compettion .content .detail {
    margin: 0 0 32px;
  }
  .compettion .content .detail .area-text .title02 {
    margin: 0 0 16px;
    font-size: 28px;
  }
  .compettion .content .detail .area-text .text {
    font-size: 18px;
  }
  .compettion .content .kind + .kind {
    margin: 96px 0 0;
  }
  .compettion .content .kind .kind-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 72px;
  }
  .compettion .content .kind .kind-content .area-img {
    max-width: none;
    width: 400px;
    margin: 0;
  }
  .compettion .content .kind .kind-content .area-img .img {
    width: 280px;
    margin: 0 auto;
  }
  .compettion .content .kind .kind-content .area-img .img.podium {
    width: 363px;
    margin: 0 auto;
  }
  .compettion .content .kind .kind-content .area-img .img.list {
    width: 244px;
    margin: 0 auto;
  }
  .compettion .content .kind .kind-content .area-img .img.board {
    width: 400px;
    margin: 0 auto;
  }
  .compettion .content .kind .kind-content .area-img .img + .img {
    margin-top: 24px;
  }
  .compettion .content .kind .kind-content .area-img .age-category {
    position: relative;
    margin: 24px 0;
  }
  .compettion .content .kind .kind-content .area-img .age-category .title02 {
    position: relative;
    top: 20px;
    text-align: center;
  }
  .compettion
    .content
    .kind
    .kind-content
    .area-img
    .age-category
    .title02
    span {
    display: inline-block;
    width: 194px;
    padding: 10px 0;
    background: #959595;
    border-radius: 19px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
  }
  .compettion .content .kind .kind-content .area-img .age-category .aera-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 55px;
    padding: 36px 0 18px;
    border: solid 2px #dedfde;
  }
  .compettion
    .content
    .kind
    .kind-content
    .area-img
    .age-category
    .aera-list
    .list
    .item {
    line-height: 1.5555555556;
    font-size: 18px;
  }
  .compettion .content .kind .kind-content .area-text {
    width: 57.5%;
  }
  .compettion .content .kind .kind-content .area-text .area-title {
    padding: 0 0 12px;
    margin: 0 0 36px;
  }
  .compettion .content .kind .kind-content .area-text .area-title .title span {
    line-height: 1;
  }
  .compettion
    .content
    .kind
    .kind-content
    .area-text
    .area-title
    .title
    span.right {
    text-align: right;
  }
  .compettion .content .kind .kind-content .area-text .area-title .center {
    top: -90px;
  }
  .compettion .content .kind .kind-content .area-text .list {
    margin: 0;
  }
}
@media screen and (min-width: 1100px) {
  .compettion .content .kind .kind-content .area-text .area-title {
    /*
    .title {
        font-size: 72px;

        span {
            font-size: 72px;
        }
    }
        */
  }
}

.how {
  margin: 0 0 88px;
}
.how .head-bar {
  margin: 0 0 56px;
  line-height: 0;
}
.how .title01 {
  margin: 0 0 72px;
}
.how .intro {
  margin: 0 0 32px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.how .img {
  margin: 0 0 32px;
}
.how .detail dl {
  border-radius: 15px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
}
.how .detail dl + dl {
  margin: 24px 0 0;
}
.how .detail dl dt {
  padding: 13px 0;
  background: #e4e4e4;
  font-size: 21px;
  font-weight: 700;
  border-radius: 15px 15px 0 0;
  line-height: 1;
  text-align: center;
}
.how .detail dl dd {
  padding: 18px 12px 36px;
}
.how .detail dl dd .text {
  margin: 0 0 14px;
  font-size: 16px;
}
.how .detail dl dd .title02 {
  margin: 0 0 14px;
}
.how .detail dl dd .title03 {
  margin: 0 0 14px;
}
.how .detail dl dd .caution {
  margin: 0 0 14px;
  padding: 0 0 0 1em;
  text-indent: -1em;
  font-size: 14px;
  color: #f00;
}
.how .detail dl dd .area-table {
  margin: 0 0 24px;
}
.how .detail dl dd .area-table table {
  border-collapse: collapse;
  width: 700px;
  border: solid 1px #bbb;
}
.how .detail dl dd .area-table table th {
  padding: 6px;
  border: solid 1px #bbb;
  background: #e4e4e4;
  text-align: left;
}
.how .detail dl dd .area-table table td {
  padding: 6px;
  border: solid 1px #bbb;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .how {
    margin: 0 0 104px;
  }
  .how .head-bar {
    margin: 0 0 88px;
    line-height: 0;
  }
  .how .title01 {
    margin: 0 0 36px;
  }
  .how .intro {
    margin: 0 0 56px;
    font-size: 21px;
    font-weight: 700;
  }
  .how .img {
    margin: 0 0 48px;
  }
  .how .detail dl + dl {
    margin: 24px 0 0;
  }
  .how .detail dl dt {
    padding: 15px 0;
    font-size: 24px;
  }
  .how .detail dl dd {
    padding: 24px 24px 24px;
  }
  .how .detail dl dd .text {
    margin: 0 0 24px;
    font-size: 18px;
  }
  .how .detail dl dd .title02 {
    margin: 0 0 24px;
  }
  .how .detail dl dd .title03 {
    margin: 0 0 24px;
  }
  .how .detail dl dd .caution {
    margin: 0 0 24px;
  }
  .how .detail dl dd .area-table {
    overflow-x: initial;
    margin: 0;
  }
  .how .detail dl dd .area-table table {
    margin: 0 auto;
  }
  .how .detail dl dd .area-table table th {
    padding: 6px 12px;
  }
  .how .detail dl dd .area-table table td {
    padding: 6px 12px;
  }
}

.schedule {
  margin: 0 0 72px;
}
.schedule .head-bar {
  margin: 0 0 96px;
  line-height: 0;
}
.schedule .effect {
  padding: 150px 0 0;
}
.schedule .effect:before {
  background: url(../img/common/effect_03.png) no-repeat 0 0;
  background-size: 100%;
  top: 140px;
}
.schedule .effect:after {
  background: url(../img/common/effect_04.png) no-repeat 0 0;
  background-size: 100%;
}
.schedule .text {
  margin: 0 0 32px;
  text-align: center;
}
.schedule .title01 {
  margin: 0 0 48px;
}
.schedule .title02 {
  max-width: 330px;
  margin: 0 auto 40px;
}
.schedule .title03 {
  margin: 0 0 -2px;
  text-align: center;
  font-style: italic;
  background: #ff1414;
  color: #fff;
  font-size: 28px;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .schedule {
    margin: 0 0 88px;
  }
  .schedule .head-bar {
    margin: 0 0 112px;
  }
  .schedule .effect:before {
    top: 90px;
  }
  .schedule .effect:after {
    top: 0;
  }
  .schedule .text {
    margin: 0 0 58px;
    font-size: 21px;
  }
  .schedule .title01 {
    margin: 0 0 32px;
  }
  .schedule .title02 {
    max-width: 700px;
    margin: 0 auto 16px;
  }
  .schedule .title03 {
    font-size: 37px;
  }
  .schedule .area-schedule {
    overflow-x: initial;
    padding: 0;
  }
  .schedule .area-schedule .scroll-content {
    width: 100%;
  }
} /*# sourceMappingURL=top.css.map */
