@charset "utf-8";
/* ---------------------------------------
**
** home
**
--------------------------------------- */

/*  */
.-sec-ttl {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-align: center;
  margin: 0 0 45px 0;
}
@media screen and (max-width: 768px) {
  .-sec-ttl {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0.025em;
    text-align: center;
    margin: 0 0 45px 0;
  }
}

/*============================
.main
============================*/
.main {
}
@media screen and (max-width: 768px) {
}

/*============================
.nac
============================*/
.nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px 0;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .nav {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: inherit;
    right: -100%;
    padding: 80px 0 20px 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(5px);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }
  .nav.-open {
    right: 0;
  }
}

.nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .nav-list {
    display: block;
  }
}

.nav-item {
  font-size: 14px;
  font-weight: 500;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .nav-item {
    font-size: 18px;
    padding: 0 25px;
    font-weight: 700;
  }
}

.nav-item-outer {
  font-size: 14px;
  font-weight: 500;
  padding: 0 15px;
  margin: 0 0 0 auto;
}

.nav-item-link {
  background-image: url(../img/home/ic-nav-arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  padding: 0 15px 0 0;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .nav-item-link {
    display: block;
    background-position: left center;
    padding: 15px;
  }
}

.nav-item-link.-outer {
  background-image: url(../img/home/ic-nav-outer-link.png);
  background-size: 12px auto;
  padding: 0 15px 0 0;
}
@media screen and (max-width: 768px) {
  .nav-item-link.-outer {
    padding: 15px;
    background-size: 11px auto;
  }
}

/* .nav-item-link::after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #e7529d;
  position: absolute;
  right: 0;
  bottom: -3px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
} */
@media screen and (min-width: 769px) {
  .nav-item-link:hover {
    color: #ac0003;
  }
  /* .nav-item-link:hover::after {
    content: "";
    width: 100%;
    left: 0;
    right: inherit;
  } */
}
@media screen and (max-width: 768px) {
  .nav-item-link:active {
    color: #ac0003;
  }
  /* .nav-item-link:active::after {
    content: "";
    width: 100%;
    left: 0;
    right: inherit;
  } */
}

.-move {
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(5px);
}

.nav-logo {
  width: 115px;
  position: absolute;
  left: 10px;
  bottom: 50%;
  /* z-index: 100; */
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.nav-logo.-hor {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .nav-logo {
    display: none;
  }
  /* .nav-logo.-hor {
    opacity: 0;
    display: none;
  } */
}

/* main */
.main {
  position: relative;
}
@media screen and (max-width: 768px) {
}

.main-mv {
  width: 100%;
}
@media screen and (max-width: 768px) {
}

.main-logo {
  width: 13.69%;
  position: absolute;
  top: 14.6%;
  right: 50%;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
}
@media screen and (max-width: 768px) {
  .main-logo {
    width: 30.67%;
    top: 27.17%;
  }
}

.main-copy {
  width: 39.75%;
  position: absolute;
  top: 32.74%;
  right: 50%;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
}
@media screen and (max-width: 768px) {
  .main-copy {
    width: 80%;
    top: 38.5%;
  }
}

.main-date {
  width: 31.26%;
  position: absolute;
  top: 68.76%;
  right: 50%;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
}
@media screen and (max-width: 768px) {
  .main-date {
    width: 80%;
    top: 63%;
  }
}

.main-obj-1 {
  position: absolute;
  width: 188px;
  bottom: 34px;
  right: 2.59%;
}
@media screen and (max-width: 768px) {
  .main-obj-1 {
    display: none;
  }
}

/*============================
#theme.theme
============================*/
.theme {
  background-color: #ac0003;
  color: #fff;
  padding: 107px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .theme {
    padding: 60px 0 100px 0;
  }
}

.theme-inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .theme-inner {
    width: 88%;
  }
}

.theme-ttl {
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
}

.theme-ttl-sm {
  font-size: 24px;
  display: block;
}
@media screen and (max-width: 768px) {
  .theme-ttl-sm {
    font-size: 15px;
  }
}

.theme-txt {
  font-size: 16px;
  line-height: 1.87;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .theme-txt {
    text-align: left;
  }
}

.theme-obj-1 {
  position: absolute;
  width: 188px;
  top: -94px;
  right: 18.59%;
}
@media screen and (max-width: 768px) {
  .theme-obj-1 {
    width: 40.53%;
    top: -70px;
  }
}

.theme-obj-2 {
  position: absolute;
  width: 247px;
  bottom: -20px;
  left: 15.67%;
}
@media screen and (max-width: 768px) {
  .theme-obj-2 {
    width: 41.87%;
    left: 10%;
  }
}

/*============================
#outline.outline
============================*/
.outline {
  padding: 117px 0 40px 0;
}
@media screen and (max-width: 768px) {
  .outline {
    padding: 50px 0 40px 0;
  }
}

.outline-inner {
  width: 645px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .outline-inner {
    width: 80%;
  }
}

.outline-ttl {
  color: #ac0003;
}
@media screen and (max-width: 768px) {
}

.outline-detail {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .outline-detail {
    margin: 0 0 30px 0;
  }
}

.outline-dt {
  width: 120px;
  margin: 0 0 30px 0;
  font-size: 18px;
  font-weight: normal;
  color: #ac0003;
  display: flex;
  justify-content: space-between;
  padding: 0 30px 0 0;
}
@media screen and (max-width: 768px) {
  .outline-dt {
    width: 100px;
    font-size: 16px;
  padding: 0 20px 0 0;
  }
}

.outline-dd {
  width: calc(100% - 120px);
  margin: 0 0 30px 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .outline-dd {
    width: calc(100% - 100px);
    margin: 0 0 30px 0;
    font-size: 16px;
  }
}

.outline-dd .-sm {
  font-size: 77%;
}
@media screen and (max-width: 768px) {
}

.outline-obj {
  width: 537px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .outline-obj {
    width: 100%;
  }
}

/*============================
#timetable.timetable
============================*/
.timetable {
  padding: 40px 0 190px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .timetable {
    padding: 40px 0 90px 0;
  }
}

.timetable-inner {
  width: 1040px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .timetable-inner {
    width: 100%;
  }
}

.timetable-ttl {
  color: #ac0003;
}
@media screen and (max-width: 768px) {
}

.timetable-lead {
  font-size: 16px;
  line-height: 1.87;
  text-align: center;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 768px) {
  .timetable-lead {
    font-size: 14px;
    text-align: left;
    width: 85%;
    margin: 0 auto 15px auto;
  }
}

.timetable-lead-hi {
  font-weight: 700;
  color: #ac0003;
}

.timetable-lead-note-list {
  margin: 0 0 15px 0;
  
}
@media screen and (max-width: 768px) {
  .timetable-lead-note-list {
    width: 85%;
    margin: 0 auto 15px auto;
  }
}

.timetable-lead-note {
  font-size: 14px;
  text-align: center;
  line-height: 1.66;
  text-indent: -1em;
  padding: 0 0 0 1em;
  margin: 0 0 3px 0;
}
@media screen and (max-width: 768px) {
  .timetable-lead-note {
    font-size: 12px;
    text-align: left;
  }
}

.timetable-lead-note:first-of-type {
  margin-bottom: 5px;
}

/* .timetable-lead-link {
  font-size: 14px;
  text-align: center;
  line-height: 1.66;
  text-indent: -1em;
  padding: 0 0 0 1em;
  margin: 0 0 40px 0;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .timetable-lead-link a:hover {
    color: #ac0003;
  }
}
@media screen and (max-width: 768px) {
  .timetable-lead-link {
    font-size: 12px;
    width: 85%;
    margin: 0 auto 40px auto;
  }
  .timetable-lead-link a:active {
    color: #ac0003;
  }
} */

/*  */
.timetable-lead-link-flex {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .timetable-lead-link-flex {
    display: block;
  }
}

.timetable-lead-link-wrap {
  text-align: center;
  /* margin: 0 auto 15px auto; */
  margin: 0 25px;
}
@media screen and (max-width: 768px) {
  .timetable-lead-link-wrap {
    text-align: center;
    margin: 0 auto 15px auto;
  }
}

.timetable-lead-link-wrap:last-of-type {
  margin-bottom: 50px;
}

.timetable-lead-link {
  display: inline-block;
  /* width: 400px; */
  margin: 0 auto;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
  border-bottom: 1px solid #000;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .timetable-lead-link {
    padding: 10px 10px;
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  .timetable-lead-link:hover {
    color: #ac0003;
    border-bottom: 1px solid #ac0003;
  }
}
@media screen and (max-width: 768px) {
  .timetable-lead-link:active {
    color: #ac0003;
    border-bottom: 1px solid #ac0003;
  }
}
/*  */


.timetable-date {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
}

.timetable-date .-sm {
  font-size: 62%;
}
@media screen and (max-width: 768px) {
}

.timetable-wrap {
  /* margin: 0 0 115px 0; */
  margin: 0 0 80px 0;
}
@media screen and (max-width: 768px) {
  .timetable-wrap.-city {
    /* border-bottom: 1px solid #000; */
    margin: 0 0 50px 0;
  }
}

.timetable-wrap:last-of-type {
  margin: 0 0 35px 0;
}

.stage-ttl {
  padding: 30px 0 0 0;
  /* display: flex; */
  width: 100%;
  margin: 21px 0 0 0;
  border-top: 1px solid #000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .stage-ttl {
    display: none;
  }
}

.stage-blank {
  width: 75px;
  /* border-top: 1px solid #000; */
}
@media screen and (max-width: 768px) {
}

.stage-jichitai {
  width: calc(((100% - 89px) / 5) * 4);
  margin: 0 7px;
  border-top: 1px solid #000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 15px 0 0 0;
}
@media screen and (max-width: 768px) {
}

.stage-choice {
  width: calc((100% - 89px) / 5);
  margin: 0 7px;
  border-top: 1px solid #ac0003;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #ac0003;
  padding: 15px 0 0 0;
}
@media screen and (max-width: 768px) {
}

@media screen and (min-width: 769px) {
  .stage-choice::after {
    display: block;
    margin-top: 8px;
    font-size: 9px;
    line-height: 1.64;
    content: 'チョイスステージは\Aお申し込みは不要です。';
    white-space: pre;
  }
}

.stage-list {
  padding: 18px 15px;
  display: flex;
  border-bottom: 1px solid #000;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .stage-list {
    flex-wrap: wrap;
    padding: 15px 0;
    border-bottom: none;
  }
}

.stage-list:nth-child(odd) {
  background-color: #ededed;
}
@media screen and (max-width: 768px) {
}

.-border-non {
  border-bottom: none;
}

.stage-time {
  width: 75px;
}
@media screen and (max-width: 768px) {
  .stage-time {
    width: 100%;
  }
}

.time-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .time-wrap {
    flex-direction: row;
    justify-content: center;
    font-size: 16px;
    margin: 0 0 15px 0;
  }
}

.time-start {
}
@media screen and (max-width: 768px) {
}

.time-mgn {
  display: none;
}
@media screen and (max-width: 768px) {
  .time-mgn {
    display: inline-block;
  }
}

.time-end {
}
@media screen and (max-width: 768px) {
}

.stage-col-4 {
  width: calc(((100% - 89px) / 4) * 4);
  /* margin: 0 7px; */
  margin: 0 5px 0 5px;
  /* border-top: 1px solid #000; */
  display: flex;
}
@media screen and (max-width: 768px) {
  .stage-col-4 {
    width: 100%;
    margin: 0 0 5px 0;
    flex-wrap: wrap;
    padding: 0 10px;
  }
  .stage-col-4::before {
    content: "自治体ステージ";
    font-size: 14px;
    font-weight: 500;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 10px 0;
  }
}

.stage-col-4 .stage-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 4);
  margin: 0 5px;
  padding: 5px;
  font-size: 16px;
  background-color: #fff;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 5px solid #000;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .stage-col-4 .stage-item {
    flex-wrap: wrap;
    font-size: 13px;
    width: calc((100% - 40px) / 2);
    margin: 0 10px 20px 10px;
  }
}

@media screen and (min-width: 769px) {
  .stage-col-4 .stage-item:hover {
    background-color: #ac0003;
    border-top: 1px solid #ac0003;
    border-right: 1px solid #ac0003;
    border-left: 1px solid #ac0003;
    border-bottom: 5px solid #ac0003;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .stage-col-4 .stage-item:active {
    background-color: #ac0003;
    border-top: 1px solid #ac0003;
    border-right: 1px solid #ac0003;
    border-left: 1px solid #ac0003;
    border-bottom: 5px solid #ac0003;
    color: #fff;
  }
}

.stage-col-1 {
  width: calc((100% - 89px) / 5);
  /* margin: 0 7px; */
  margin: 0 0px;
  /* border-top: 1px solid #AC0003; */
}
@media screen and (max-width: 768px) {
  .stage-col-1 {
    width: 100%;
    margin: 0 5px;
    padding: 0 15px;
  }
  .stage-col-1::before {
    font-size: 14px;
    line-height: 1.64;
    color: #ac0003;
    content: "チョイスステージ\Aチョイスステージはお申し込みは不要です。";
    white-space: pre;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 10px 0;
  }
  .-stg-none::before {
    content: "";
  }
}

.stage-col-1 .stage-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #ac0003;
  background-color: #fff;
  padding: 5px;
  border-top: 1px solid #ac0003;
  border-right: 1px solid #ac0003;
  border-left: 1px solid #ac0003;
  border-bottom: 5px solid #ac0003;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #ac0003;
  font-size: 14px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .stage-col-1 .stage-item {
    font-size: 12px;
  }
}

@media screen and (min-width: 769px) {
  .stage-col-1 .stage-item:hover {
    background-color: #ac0003;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .stage-col-1 .stage-item:active {
    background-color: #ac0003;
    color: #fff;
  }
}

.stage-item-txt {
  /* font-size: 16px; */
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  padding: 5px;
}
@media screen and (max-width: 768px) {
}

.timetable-stage-note {
  font-size: 12px;
  text-align: right;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 768px) {
}

.stage-col-4 .stage-item-blank {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 4);
  margin: 0 5px;
  background-color: none;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .stage-col-4 .stage-item-blank {
    /* flex-wrap: wrap;
    font-size: 13px;
    width: calc((100% - 40px) / 2);
    margin: 0 10px 20px 10px; */
    display: none;
  }
}

.stage-col-1 .stage-item-blank {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* border: 1px solid #ac0003; */
  background-color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .stage-col-1 .stage-item-blank {
    /* font-size: 12px; */
    display: none;
  }
}

.stage-col-1 .stage-link.-dis {
  pointer-events: none;
}

.timetabke-note {
  font-size: 12px;
  text-align: right;
  margin: 5px 0 0 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .timetabke-note {
    font-size: 11px;
    padding: 0 20px 0 20px;
    text-align: left;
  }
}

.timetabke-note-txt {
  text-indent: -1em;
  padding: 0 0 0 1em;
}

/* ----------------------
** 2021.11.5 update
---------------------- */
.timetable-wrap.-choice {
    margin-bottom: 160px;
  }
@media screen and (max-width: 768px) {
  .timetable-wrap.-choice {
    margin-bottom: 100px;
  }
}

.timetable-wrap.-choice:last-of-type {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .timetable-wrap.-choice:last-of-type {
  margin-bottom: 40px;
}
}

.-choice .stage-ttl {
  border-top: 1px solid #ac0003;
  color: #ac0003;
}
@media screen and (max-width: 768px) {
  /* .stage-ttl.-choice {
    font-size: 16px;
  } */
}

.stage-ttl-coice-note {
  font-size: 14px;
  display: block;
  margin: 15px 0 0 0;
}
@media screen and (max-width: 768px) {
  .stage-ttl-coice-note {
    font-size: 12px;
    margin: 15px 0 0 0;
  }
}

.-choice .time-start {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .-choice .time-start {
    font-size: 16px;
  }
}

.-choice .time-wrap {
  display: flex;
  flex-direction:inherit;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #ac0003;
}
@media screen and (max-width: 768px) {
}

.-choice .stage-list {
  border-bottom: 1px solid #ac0003;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .-choice .stage-list {
    border-bottom: 1px solid #ac0003;
    padding-bottom: 0;
  }
}


.stage-col-5 {
  width: calc(((100% - 89px) / 4) * 4);
  margin: 0 5px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .stage-col-5 {
    width: 100%;
    margin: 0 5px;
    padding: 0 15px;
    flex-wrap: wrap;
  }
  .stage-col-5::before {
    font-size: 14px;
    line-height: 1.84;
    color: #ac0003;
    font-weight: 500;
    content: "チョイスステージ\Aお申し込みは不要です。常時視聴いただけます。";
    white-space: pre;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 10px 0;
  }
  .-stg-none::before {
    content: "";
  }
}

.stage-col-5 .stage-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  border: 1px solid #ac0003;
  background-color: #fff;
  margin: 0 5px;
  padding: 5px;
  border-top: 1px solid #ac0003;
  border-right: 1px solid #ac0003;
  border-left: 1px solid #ac0003;
  border-bottom: 5px solid #ac0003;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #ac0003;
  font-size: 14px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .stage-col-5 .stage-item {
    font-size: 12px;
    font-size: 13px;
    width: calc((100% - 40px) / 2);
    margin: 0 10px 20px 10px;
  }
}

@media screen and (min-width: 769px) {
  .stage-col-5 .stage-item:hover {
    background-color: #ac0003;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .stage-col-5 .stage-item:active {
    background-color: #ac0003;
    color: #fff;
  }
}


/*  */
.time-obj-1 {
  position: absolute;
  width: 94px;
  right: 2%;
  top: 10%;
}
@media screen and (max-width: 768px) {
  .time-obj-1 {
    display: none;
  }
}

.time-obj-2 {
  position: absolute;
  width: 128px;
  left: 2%;
  top: 25%;
}
@media screen and (max-width: 768px) {
  .time-obj-2 {
    display: none;
  }
}

.time-obj-3 {
  position: absolute;
  width: 68px;
  right: 2%;
  top: 35%;
}
@media screen and (max-width: 768px) {
  .time-obj-3 {
    display: none;
  }
}

.time-obj-4 {
  position: absolute;
  width: 47px;
  left: 2%;
  top: 45%;
  animation: wobbling_x2 1.8s ease-in-out infinite alternate,
    wobbling_y 3.1s ease-in-out infinite alternate;
  -webkit-animation: wobbling_x2 1.8s ease-in-out infinite alternate,
    wobbling_y 3.1s ease-in-out infinite alternate;
}
@media screen and (max-width: 768px) {
  .time-obj-4 {
    display: none;
  }
}

.time-obj-5 {
  position: absolute;
  width: 30px;
  right: 2%;
  top: 55%;
  animation: wobbling_x2 0.8s ease-in-out infinite alternate,
    wobbling_y 2.1s ease-in-out infinite alternate;
  -webkit-animation: wobbling_x2 0.8s ease-in-out infinite alternate,
    wobbling_y 2.1s ease-in-out infinite alternate;
}
@media screen and (max-width: 768px) {
  .time-obj-5 {
    display: none;
  }
}

.time-obj-6 {
  position: absolute;
  width: 86px;
  left: 2%;
  top: 65%;
}
@media screen and (max-width: 768px) {
  .time-obj-6 {
    display: none;
  }
}

.time-obj-7 {
  position: absolute;
  width: 43px;
  right: 2%;
  top: 75%;
}
@media screen and (max-width: 768px) {
  .time-obj-7 {
    display: none;
  }
}

.time-obj-8 {
  position: absolute;
  width: 128px;
  left: 2%;
  top: 85%;
}
@media screen and (max-width: 768px) {
  .time-obj-8 {
    display: none;
  }
}

@keyframes wobbling_x2 {
  0% {
    margin-right: 8px;
  }

  100% {
    margin-right: 0px;
  }
}

@keyframes wobbling_y2 {
  0% {
    margin-bottom: 0px;
  }

  100% {
    margin-bottom: 8px;
  }
}

/*============================
#heightlights.heightlights
============================*/
.heightlights {
  background-color: #ac0003;
  padding: 85px 0 100px 0;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .heightlights {
    padding: 85px 0 30px 0;
  }
}

.hilights-inner {
  width: 1040px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .hilights-inner {
    width: 88%;
  }
}

.hilights-ttl {
}
@media screen and (max-width: 768px) {
}

.hilights-box {
  display: flex;
  margin: 0 0 70px 0;
}
@media screen and (max-width: 768px) {
  .hilights-box {
    flex-wrap: wrap;
  }
}

.hilights-txt {
  width: calc(100% - 456px);
  padding: 0 40px 0 0;
}
@media screen and (max-width: 768px) {
  .hilights-txt {
    width: 100%;
    padding: 0;
    margin: 0 0 15px 0;
  }
}

.hilights-txt-ttl {
  width: 190px;
  height: 45px;
  display: flex;
  align-items: center;
  background-image: url(../img/home/hilihts-ttl-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #ac0003;
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 0 12px;
  margin: 0 0 18px 0;
}
@media screen and (max-width: 768px) {
  .hilights-txt-ttl {
    width: 168px;
    height: 40px;
    font-size: 15px;
  }
}

.hilights-txt-copy {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .hilights-txt-copy {
    font-size: 21px;
  }
}

.hilights-txt-desc {
  font-size: 16px;
  line-height: 1.87;
}
@media screen and (max-width: 768px) {
  .hilights-txt-desc {
    font-size: 14px;
  }
}

.hilights-pic {
  width: 456px;
}
@media screen and (max-width: 768px) {
}

.hilights-pic-img {
  margin: 0;
}
@media screen and (max-width: 768px) {
}

.hilights-pic .hilights-pic-img:first-of-type {
  margin-bottom: 20px;
}

.choice-stg {
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  .choice-stg:last-of-type {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.choice-stg-ttl {
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
}

.choice-stg-desc {
  /* border-left: 5px solid #fff;
  padding: 0 0 0 8px; */
  line-height: 1.6;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .choice-stg-desc {
    font-size: 14px;
  }
}

.choice-stg-desc .-dots {
  display: block;
}
.choice-stg-desc .-dots::before {
  content: '・';
}

.choice-stg-note {
  font-size: 12px;
  line-height: 1.6;
  text-indent: -1em;
  padding: 0 0 0 1em;
  margin: 15px 0 0 0;
}
@media screen and (max-width: 768px) {
}

.heightlights-obj-1 {
  position: absolute;
  width: 120px;
  top: -136px;
  right: 50%;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
}
@media screen and (max-width: 768px) {
  .heightlights-obj-1 {
    position: absolute;
    width: 31%;
    top: -100px;
    right: 40%;
  }
}

.heightlights-obj-2 {
  position: absolute;
  width: 262px;
  top: -70px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .heightlights-obj-2 {
    position: absolute;
    width: 25.8%;
    top: -30px;
    left: 0;
  }
}

.heightlights-obj-3 {
  position: absolute;
  width: 200px;
  bottom: -55px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .heightlights-obj-3 {
    position: absolute;
    width: 23.73%;
    bottom: inherit;
    right: 0;
    top: 2%;
  }
}

/*============================
#thanks.thanks
============================*/
.thanks{
  padding: 100px 0 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
}

.thanks-inner{
  width: 940px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .thanks-inner{
  width: 88%;
}
}

.thanks-ttl{
  color: #ac0003;
}
@media screen and (max-width: 768px) {
  .thanks-ttl {
    font-size: 30px;
  }
}

.thanks-wrap{
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .thanks-wrap{
    flex-wrap: wrap;
  }
}

.thanks-txt{
  width: calc(100% - 200px);
  padding: 0 50px 0 0;
}
@media screen and (max-width: 768px) {
  .thanks-txt{
    width: 100%;
    padding: 0;
    margin: 0 0 10% 0;
  }
}

.thanks-txt-lead{
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .thanks-txt-lead{
    font-size: 14px;
  }
}

.thanks-txt-lead .-red {
  color: #ac0003;
}

.thanks-txt-note{
  font-size: 12px;
  line-height: 1.66;
  margin: 15px 0 0 0;
  text-indent: -1em;
  padding: 0 0 0 1em;
}
@media screen and (max-width: 768px) {
}

.thanks-pic{
  width: 200px;
}
@media screen and (max-width: 768px) {
  .thanks-pic{
    width: 58.67%;
    margin: 0 auto;
  }
}


/*============================
#message.message
============================*/
.message {
  padding: 100px 0 130px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
}

.message-inner {
  width: 1040px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .message-inner {
    width: 88%;
  }
}

.message-ttl {
  color: #ac0003;
}
@media screen and (max-width: 768px) {
}

.message-copy {
  color: #ac0003;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 25px 0;
}
@media screen and (max-width: 768px) {
  .message-copy {
    font-size: 24px;
    line-height: 1.58;
  }
}

.message-lead {
  font-size: 16px;
  line-height: 1.87;
  text-align: center;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .message-lead {
    font-size: 14px;
    text-align: left;
  }
}

.message-link {
  display: block;
  width: 400px;
  margin: 0 auto;
  padding: 30px 0;
  background-color: #ac0003;
  background-image: url(../img/home/ic-arrow-right-white.png);
  background-position: 93% center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .message-link {
    width: 100%;
    padding: 20px 0;
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) {
  .message-link:hover {
    background-color: #000;
  }
}
@media screen and (max-width: 768px) {
  .message-link:active {
    background-color: #000;
  }
}

.message-obj-1 {
  position: absolute;
  width: 130px;
  top: 40%;
  left: 13.4%;
}
@media screen and (max-width: 768px) {
  .message-obj-1 {
    width: 21.6%;
    top: 4%;
    left: 2%;
  }
}

.message-obj-2 {
  position: absolute;
  width: 151px;
  top: 36%;
  right: 14.13%;
}
@media screen and (max-width: 768px) {
  .message-obj-2 {
    width: 18.93%;
    top: 2%;
    right: 2%;
  }
}

/*============================
#method.method
============================*/
.method {
  background-color: #3b3b3b;
  padding: 110px 0 120px 0;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
}

.method-inner {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .method-inner {
    width: 88%;
  }
}

.method-ttl {
}
@media screen and (max-width: 768px) {
}

.method-lead {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 30px 0;
  line-height: 1.57;
}
@media screen and (max-width: 768px) {
  .method-lead {
    font-size: 14px;
    text-align: left;
  }
}

.method-lead-note {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-indent: -1em;
  padding: 0 0 0 1em;
  margin: 0 0 30px 0;
  line-height: 1.57;
}
@media screen and (max-width: 768px) {
  .method-lead-note {
    font-size: 12px;
    text-align: left;
  }
}

.method-list {
}
@media screen and (max-width: 768px) {
}

.method-item {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  color: #000;
  padding: 23px;
  margin: 0 0 30px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 768px) {
}

.method-num {
  width: 40px;
}
@media screen and (max-width: 768px) {
}

.method-txt {
  width: calc(100% - 40px);
  padding: 0 0 0 40px;
  font-size: 21px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .method-txt {
    font-size: 18px;
  }
}

.method-desc {
  width: 100%;
  padding: 0 0 0 80px;
  margin: 10px 0 0 0;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .method-desc {
    width: 100%;
    padding: 0 0 0 0;
    margin: 15px 0 0 0;
  }
}

.method-desc-txt {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
}

.method-desc-note {
  font-size: 11px;
  text-indent: -1em;
  padding: 0 0 0 1em;
}
@media screen and (max-width: 768px) {
}

.method-zoom-dl {
  display: block;
  width: 280px;
  font-size: 14px;
  padding: 20px 5px;
  color: #fff;
  text-align: center;
  background-color: #2d8cff;
  background-image: url(../img/home/ic-arrow-right-white.png);
  background-position: 92% center;
  background-repeat: no-repeat;
  background-size: 7px auto;
  position: absolute;
  right: 50px;
  bottom: 50%;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .method-zoom-dl {
    width: 100%;
    background-position: 93% center;
    margin: 15px auto 0 auto;
    position: inherit;
    right: inherit;
    bottom: inherit;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

@media screen and (min-width: 769px) {
  .method-zoom-dl:hover {
    background-color: #ac0003;
  }
}
@media screen and (max-width: 768px) {
  .method-zoom-dl:active {
    background-color: #ac0003;
  }
}

.method-obj-1 {
  position: absolute;
  width: 105px;
  left: 7%;
  top: 19%;
}
@media screen and (max-width: 768px) {
  .method-obj-1 {
    width: 22%;
    left: inherit;
    top: -80px;
    right: 43%;
  }
}

.method-obj-2 {
  position: absolute;
  width: 259px;
  right: 5%;
  bottom: 0%;
}
@media screen and (max-width: 768px) {
  .method-obj-2 {
    width: 69%;
    right: 40%;
    bottom: 0%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
  }
}

/*============================
#notes.notes
============================*/
.notes {
  padding: 110px 0 120px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
}

.notes-inner {
  width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .notes-inner {
    width: 88%;
  }
}

.notes-ttl {
  color: #ac0003;
}
@media screen and (max-width: 768px) {
}

.notes-lead {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #ac0003;
  text-align: center;
  margin: 0 0 25px 0;
}
@media screen and (max-width: 768px) {
  .notes-lead {
    font-size: 16px;
  }
}

.notes-list {
  list-style: disc;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
}

.notes-item {
  font-size: 16px;
  line-height: 1.87;
  font-weight: normal;
  margin: 0 0 7px 0;
}
@media screen and (max-width: 768px) {
  .notes-item {
    font-size: 14px;
  }
}
.notes-item .-caution {
  font-size: 85%;
  display: inline-block;
  text-indent: -1em;
  padding: 0 0 0 1em;
}

.notes-obj-1 {
  position: absolute;
  width: 118px;
  top: -3px;
  left: 21%;
}
@media screen and (max-width: 768px) {
  .notes-obj-1 {
    position: absolute;
    width: 21%;
    top: -3px;
    left: 1%;
  }
}

/*============================
#faq.faq
============================*/
.faq {
  background-color: #3b3b3b;
  color: #fff;
  padding: 110px 0 120px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
}

.faq-inner {
  width: 850px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .faq-inner {
    width: 88%;
  }
}

.faq-ttl {
}
@media screen and (max-width: 768px) {
}

.faq-sub-ttl {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .faq-sub-ttl {
    font-size: 16px;
  }
}

.faq-list {
  margin: 0;
}
@media screen and (max-width: 768px) {
}

.faq-list:last-of-type {
  margin: 0 0 100px 0;
}
@media screen and (max-width: 768px) {
}

.faq-item {
  background-color: #fff;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  /* padding: 25px; */
  margin: 0 0 10px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .faq-item {
    font-size: 14px;
    margin: 0 0 20px 0;
  }
}

.faq-list .faq-item:last-of-type {
  margin: 0 0 50px 0;
}

/* .faq-list .faq-item:last-of-type {
  margin: 0 0 100px 0;
} */

.faq-item-q {
  position: relative;
  cursor: pointer;
  padding: 25px;
}
@media screen and (max-width: 768px) {
  .faq-item-q {
    padding: 10px;
  }
}

.faq-item-q p {
  padding: 0 15px 0 0;
}

.faq-item-a {
  padding: 0 25px 25px 25px;
  display: none;

  margin: 0 0 0 0;
}
@media screen and (max-width: 768px) {
  .faq-item-a {
    padding: 0 10px 10px 10px;
  }
}

.faq-item-q p {
  padding: 0 15px 0 0;
}

.-a-note {
  display: inline-block;
  text-indent: -1em;
  padding: 0 0 0 1em;
}

.ic-faq-toggle {
  display: block;
  background-color: #3b3b3b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  bottom: 50%;
  right: 15px;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
}
@media screen and (max-width: 768px) {
  .ic-faq-toggle {
    width: 18px;
    height: 18px;
    right: 7px;
  }
}

.ic-faq-toggle::before {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  z-index: 2;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
}
.ic-faq-toggle::after {
  content: "";
  width: 2px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  z-index: 2;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .ic-faq-toggle::before {
    content: "";
    width: 10px;
    height: 2px;
  }
  .ic-faq-toggle::after {
    content: "";
    width: 2px;
    height: 10px;
  }
}

.-open .ic-faq-toggle::after {
  opacity: 0;
}

.faq-contact-link {
  display: block;
  width: 400px;
  margin: 0 auto;
  background-color: #fff;
  color: #000;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  background-image: url(../img/home/ic-arrow-right-black.png);
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  padding: 25px 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .faq-contact-link {
    width: 100%;
    font-size: 18px;
    padding: 20px 5px;
  }
}

@media screen and (min-width: 769px) {
  .faq-contact-link:hover {
    background-color: #ac0003;
    background-image: url(../img/home/ic-arrow-right-white.png);
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .faq-contact-link:active {
    background-color: #ac0003;
    background-image: url(../img/home/ic-arrow-right-white.png);
    color: #fff;
  }
}

.faq-link {
  text-decoration: underline;
  color: #ac0003;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.faq-link:hover {
  text-decoration: none;
}

.faq-obj-1 {
  position: absolute;
  width: 157px;
  left: 0;
  top: 37px;
}
.faq-obj-1-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .faq-obj-1 {
    display: none;
  }
  .faq-obj-1-sp {
    display: block;
    position: absolute;
    width: 33%;
    left: inherit;
    top: -50px;
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
  }
}

.faq-obj-2 {
  position: absolute;
  width: 160px;
  right: 0;
  top: 39px;
}
.faq-obj-2-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .faq-obj-2 {
    display: none;
  }
  .faq-obj-2-sp {
    display: block;
    position: absolute;
    width: 33%;
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    top: inherit;
    bottom: 0;
  }
}

/*============================
.choice
============================*/
.choice {
  padding: 90px 0 80px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .choice {
    padding: 90px 0 10px 0;
    position: relative;
  }
}

.choice-inner {
  width: 840px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .choice-inner {
    width: 88%;
  }
}

.choice-detail {
  width: 310px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .choice-detail {
    width: 70%;
  }
}

.choice-logo {
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
}

.choice-news {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.015;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 768px) {
  .choice-news {
    font-size: 16px;
  }
}

.choice-kanshasai-ttl {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 768px) {
  .choice-kanshasai-ttl {
    font-size: 14px;
  }
}

.sns-list {
  display: flex;
  justify-content: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
}

.sns-item {
  width: 65px;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
}

.sns-item a img {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .sns-item a:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
}
@media screen and (max-width: 768px) {
  .sns-item a:active img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
}

.choice-obj-1 {
  position: absolute;
  width: 50px;
  top: -20px;
  right: 50%;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
}
@media screen and (max-width: 768px) {
  .choice-obj-1 {
    top: 20px;
  }
}

.choice-obj-2 {
  position: absolute;
  width: 200px;
  left: 19%;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .choice-obj-2 {
    display: none;
  }
}

.choice-obj-3 {
  position: absolute;
  width: 220px;
  right: 19%;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .choice-obj-3 {
    display: none;
  }
}

.choice-obj-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .choice-obj-sp {
    display: block;
    width: 100%;
  }
}

/*============================
.footer
============================*/
.footer {
  background-color: #fff;
  color: #000;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 10px 0;
  }
}

.footer-inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer-inner {
    width: 90%;
  }
}

.footer-list {
  display: flex;
  justify-content: center;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
}

.footer-item {
  font-size: 14px;
  padding: 0 8px;
}
@media screen and (max-width: 768px) {
  .footer-item {
    font-size: 12px;
  }
}

.footer-item-link {
  position: relative;
}
@media screen and (max-width: 768px) {
}

.footer-item-link::after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #000;
  position: absolute;
  right: 0;
  bottom: -1px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
@media screen and (min-width: 769px) {
  .footer-item-link:hover::after {
    content: "";
    width: 100%;
    left: 0;
    right: inherit;
  }
}
@media screen and (max-width: 768px) {
  .footer-item-link:active::after {
    content: "";
    width: 100%;
    left: 0;
    right: inherit;
  }
}

.footer-copyright {
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .footer-copyright {
    font-size: 11px;
  }
}

/*============================
.pagetop
============================*/
.pagetop {
  width: 45px;
  position: fixed;
  right: 35px;
  bottom: 80px;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 768px) {
  .pagetop {
    width: 35px;
    right: 10px;
    bottom: 40px;
  }
}

.pagetop.-show {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .pagetop:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  .pagetop:active {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
}

/* -LR */
.-LR {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.-LR:before,
.-LR:after {
  content: "";
  flex-grow: 1;
  height: 2px;
  /*width: 300px;*/
  background: #000;
  display: block;
}
.-LR:before {
  margin-right: 0.8em;
}
.-LR:after {
  margin-left: 0.8em;
}
.-LR.__fff:before,
.-LR.__fff:after {
  content: "";
  flex-grow: 1;
  height: 2px;
  /*width: 300px;*/
  background: #fff;
  display: block;
}

/*  */
.-choice .-LR:before,
.-choice .-LR:after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background: #ac0003;
  display: block;
}

/*============================
.bn-entry
============================*/
.bn-entry {
  width: 176px;
  position: fixed;
  top: 52%;
  right: 20px;
  z-index: 100;
  animation: wobbling_x 1.8s ease-in-out infinite alternate,
    wobbling_y 2.1s ease-in-out infinite alternate;
  -webkit-animation: wobbling_x 1.8s ease-in-out infinite alternate,
    wobbling_y 2.1s ease-in-out infinite alternate;
}
@media screen and (max-width: 768px) {
  .bn-entry {
    display: none;
  }
}

.bn-entry-link img {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

@media screen and (min-width: 769px) {
  .bn-entry-link:hover img {
    transform: scale(1.1) rotate(3deg);
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
  }
}

@media screen and (max-width: 768px) {
  .bn-entry-link:active img {
    transform: scale(1.1) rotate(3deg);
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
  }
}

@keyframes wobbling_x {
  0% {
    margin-left: 8px;
  }

  100% {
    margin-left: 0px;
  }
}

@keyframes wobbling_y {
  0% {
    margin-top: 0px;
  }

  100% {
    margin-top: 8px;
  }
}

/*============================
main-end
============================*/
.main-end{
  width: 37%;
  position: absolute;
  bottom: 4%;
  right: 50%;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
}
@media screen and (max-width: 768px) {
  .main-end{
    width: 80%;
    bottom: 2%;
  }
}

.main-end-txt{
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.55;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main-end-txt{
    font-size: 3.7vw;
  }
}

/*============================
report
============================*/
.report{
  padding: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
}

.report_bt{
  width: 360px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
}

.report_bt_link{
  display: block;
  width: 360px;
  margin: 0 auto;
  padding: 20px 10px;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
  background-color: #fff;
  color: #ac0003;
  border-top: 1px solid #ac0003;
  border-right: 1px solid #ac0003;
  border-left: 1px solid #ac0003;
  border-bottom: 5px solid #ac0003;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .report_bt_link{
    display: block;
    width: 80%;
    font-size: 4.2vw;
  }
}

@media screen and (min-width: 769px) {
  .report_bt_link:hover {
    background-color: #ac0003;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .report_bt_link:active {
    background-color: #ac0003;
    color: #fff;
  }
}


/*============================

============================*/
/*  */
@media screen and (max-width: 768px) {
}

/*============================
.header-sp
============================*/
.header-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-sp {
    display: flex;
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }
  .header-sp-entry {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    width: calc(100% - 60px);
   /*  background-color: #ac0003;
    background-image: url(../img/home/ic-arrow-down-white.png);
    background-position: 93% center;
    background-repeat: no-repeat;
    background-size: 13px auto;
    color: #fff;
    font-size: 20px;
    font-weight: 700; */
  }
  .header-sp-entry:active {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 60px);
    background-color: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
  }
  .drawr-base {
    width: 60px;
    /* background-color: #000; */
  }
}
/* drawr-handle */
.drawr-handle {
  display: none;
}
@media screen and (max-width: 768px) {
  .drawr-handle {
    display: block;
    cursor: pointer;
    position: fixed;
    width: 20px;
    height: 16px;
    top: 21px;
    right: 19px;
    z-index: 9000;
  }
  .drawr-handle,
  .drawr-handle span {
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .drawr-handle span {
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    font-size: 0;
  }
  .drawr-handle span:nth-of-type(1) {
    top: 0;
  }
  .drawr-handle span:nth-of-type(2) {
    top: 7px;
    width: 70%;
  }
  .drawr-handle span:nth-of-type(3) {
    bottom: 0;
  }
  .drawr-handle.active {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  .drawr-handle.active span {
    background-color: #000;
    width: 100%;
    left: -1px;
  }
  .drawr-handle.active span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
    -webkit-transform: translateY(7px) rotate(-45deg);
    -moz-transform: translateY(7px) rotate(-45deg);
    -ms-transform: translateY(7px) rotate(-45deg);
    -o-transform: translateY(7px) rotate(-45deg);
  }
  .drawr-handle.active span:nth-of-type(2) {
    transform: translateY(0px) rotate(45deg);
    -webkit-transform: translateY(0px) rotate(45deg);
    -moz-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    -o-transform: translateY(0px) rotate(45deg);
  }
  .drawr-handle.active span:nth-of-type(3) {
    opacity: 0;
  }
}



