/* 共通 */

img {
  display: block;
  width: 100%;
}

html {
  font-size: 20px;
  font-family: "ヒラギノ丸ゴ ProN";
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.reservation_link {
  width: 80%;
}

.reservation_link:hover {
  opacity: 0.8;
}

.sponsorship {
  width: 65%;
  margin: 50px auto 0;
}

.mottozutto_link_banner {
  display: block;
  width: 33%;
  margin: 50px auto;
}

.mottozutto_link_banner:hover {
  opacity: 0.8;
}

.mottozutto_link_banner > img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 12px;
  }

  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }
  .reservation_link {
    width: 90%;
  }

  .sponsorship {
    width: 90%;
    margin: 30px auto 0;
  }

  .mottozutto_link_banner {
    width: 50%;
    margin: 30px auto 0;
  }
}

.bgc_1 {
  background-color: #0d8991;
}

.bgc_2 {
  background-color: #fcf9ca;
}

.bgc_3 {
  background-color: #e1f3ed;
}

.bgc_4 {
  background-color: #e9e9e9;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.dpb {
  display: block;
}

.ma {
  margin: auto;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

.pd_1 {
  padding: 10px;
}

/* 個別 */

.content {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.content_inner {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: auto;
}

.main_visual {
  width: 100%;
  position: relative;
}

.mottozutto_link {
  display: block;
  position: absolute;
  width: 18%;
  height: 23%;
  top: 2%;
  left: 2%;
}

.mottozutto_link > div {
  width: 100%;
  height: 100%;
  /* background-color: #000000;
  opacity: 0.5; */
}

.main_content {
  width: 100%;
  padding: 0 100px;
}

@media screen and (max-width: 768px) {
  .main_content {
    padding: 0 10px;
  }

  .schedule_item_inner {
    flex-direction: column;
  }
}

/* 概要 */
.sec_describe {
  padding: 50px 0 0;
}

.sec_describe > div:nth-of-type(1) {
  margin-top: 50px;
}

.sec_describe > a:nth-of-type(1) {
  margin-top: 50px;
}

.sec_describe_recruitment_period {
  width: 75%;
  margin: 30px auto 15px;
}

.sec_describe .annotation {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .sec_describe {
    padding: 30px 0 0;
  }

  .sec_describe > div:nth-of-type(1) {
    margin-top: 30px;
  }

  .sec_describe > a:nth-of-type(1) {
    margin-top: 30px;
  }

  .sec_describe_recruitment_period {
    width: 100%;
    margin: 20px auto 15px;
  }

  .sec_describe .annotation {
    font-size: 10px;
    letter-spacing: -0.5px;
  }
}

/* スケジュール */
.sec_schedule {
  margin-top: 80px;
}

.sec_schedule > div:nth-of-type(1) > img {
  max-width: 150px;
  margin: auto;
}

.sec_schedule > img:nth-of-type(1) {
  max-width: 80%;
  margin: auto;
  margin-top: 40px;
}

.sec_schedule > img:nth-of-type(2) {
  max-width: 70%;
  margin: auto;
  margin-top: 30px;
}

.sec_schedule_content1 {
  position: relative;
  margin-top: 30px;
  text-align: center;
  padding: 20px;
}

.sec_schedule_content1_sub {
  text-align: left;
  font-size: 14px;
  padding: 20px 0 0 35%;
}

.sec_schedule_content1 > img:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: 60px;
  width: 100px;
}

@media screen and (max-width: 768px) {
  .sec_schedule {
    margin-top: 30px;
  }

  .sec_schedule > div:nth-of-type(1) > img {
    max-width: 100px;
    margin: auto;
  }

  .sec_schedule > img:nth-of-type(1) {
    max-width: 95%;
    margin: auto;
    margin-top: 20px;
  }

  .sec_schedule > img:nth-of-type(2) {
    max-width: 85%;
    margin: auto;
    margin-top: 20px;
  }

  .sec_schedule_content1 {
    margin-top: 0;
    position: relative;
    text-align: center;
    padding: 20px 0 20px 50px;
  }

  .sec_schedule_content1 > img:nth-of-type(1) {
    position: absolute;
    top: 30px;
    left: 50px;
    width: 40px;
  }

  .sec_schedule_content2 {
    font-size: 10px;
    text-align: center;
  }
}

/* sec_1 */
.sec_1 {
  margin-top: 50px;
}

.sec_1 .schedule_item {
  padding: 10px;
}

.sec_1 .schedule_item .pc_only {
  max-width: 550px;
  margin: auto;
}

.sec_1 .schedule_item .sp_only {
  max-width: 50%;
  margin: auto;
}

.sec_1_content0 {
  padding: 30px 0;
  text-align: center;
}

.sec_1_content1 {
  display: flex;
  flex-direction: row;
}

.sec_1_content1 > div:nth-of-type(1) {
  width: 30%;
}

.sec_1_content1 > div:nth-of-type(2) {
  width: 70%;
}

.sec_1_content1_2 > div {
  display: flex;
  flex-direction: column;
  padding: 40px 0 20px 30px;
}

.sec_1_content1_2 > div:nth-of-type(1) > img {
  max-width: 280px;
  height: 100%;
}

.sec_1_content1_2 > div:nth-of-type(2) > img {
  max-width: 260px;
  height: 100%;
}

.sec_1_content1_2 > div:nth-of-type(1) > p {
  padding: 30px 0 0 5px;
}

.sec_1_content1_2 > div:nth-of-type(2) > p {
  padding: 30px 0 0 25px;
}

@media screen and (max-width: 768px) {
  .sec_1 {
    margin-top: 30px;
  }

  .sec_1_content0 {
    padding: 20px 0;
  }

  .sec_1_content1 > div:nth-of-type(1) {
    width: 40%;
  }

  .sec_1_content1 > div:nth-of-type(2) {
    width: 60%;
  }

  .sec_1_content1_2 > div {
    flex-direction: column;
    padding: 0 0 0 5px;
  }

  .sec_1_content1_2 > div:nth-of-type(1) > img {
    max-width: 100%;
  }

  .sec_1_content1_2 > div:nth-of-type(2) > img {
    max-width: 95%;
  }

  .sec_1_content1_2 > div:nth-of-type(1) > p {
    padding: 8px 0;
  }

  .sec_1_content1_2 > div:nth-of-type(2) > p {
    padding: 8px 0;
  }
}

/* sec_2 */
.sec_2 {
  margin-top: 60px;
}

.sec_2 .schedule_item {
  padding: 10px;
}

.sec_2 .schedule_item .pc_only {
  max-width: 850px;
  margin: auto;
}

.sec_2 .schedule_item .sp_only {
  max-width: 90%;
  margin: auto;
}

.sec_2_content1 {
  display: flex;
  flex-direction: row;
  margin-top: 50px;
}

.sec_2_content1 > div:nth-of-type(1) {
  width: 30%;
}

.sec_2_content1 > div:nth-of-type(2) {
  width: 50%;
  padding: 20px 30px;
}

.sec_2_content1 > div:nth-of-type(3) {
  width: 20%;
}

.sec_2_content1 > div:nth-of-type(3) > img {
  max-width: 110px;
}

@media screen and (max-width: 768px) {
  .sec_2 {
    margin-top: 30px;
  }

  .sec_2_content1 {
    margin-top: 30px;
  }

  .sec_2_content1 > div:nth-of-type(1) {
    width: 40%;
  }

  .sec_2_content1 > div:nth-of-type(2) {
    width: 40%;
    padding: 0 5px;
  }

  .sec_2_content1 > div:nth-of-type(3) {
    width: 20%;
  }

  .sec_2_content1 > div:nth-of-type(3) > img {
    max-width: 80px;
  }
}

/* sec_3 */
.sec_3 {
  margin-top: 60px;
}

.sec_3 .schedule_item {
  padding: 10px;
}

.sec_3 .schedule_item .pc_only {
  max-width: 95%;
  margin: auto;
}

.sec_3 .schedule_item .sp_only {
  max-width: 100%;
  margin: auto;
}

.sec_3_content0 {
  padding: 30px 0;
  text-align: center;
}

.sec_3_content1 {
  display: flex;
  flex-direction: row;
  column-gap: 15px;
}

.sec_3_content1 > div > span {
  display: block;
}

.sec_3_content1 > div > span:nth-of-type(1) {
  font-size: 17px;
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #000000;
}

.sec_3_content1 > div > span:nth-of-type(2) {
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
}

/* ［TOBU icourt］調整 */
.sec_3_content1 > div > span:nth-of-type(1) > span:nth-of-type(1) {
  font-size: 12px;
}

.sec_3_content2 {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}

.sec_3_content2 > div:nth-of-type(1) {
  width: 45%;
  padding: 20px 0;
  text-align: right;
}

.sec_3_content2 > div:nth-of-type(1) > img {
  max-width: 300px;
  display: inline;
}

.sec_3_content2 > div:nth-of-type(2) {
  width: 55%;
  padding: 22px 0 0 20px;
}

.sec_3_content3 {
  margin-top: 50px;
  padding: 10px;
}

.sec_3_content3 > img:nth-of-type(1) {
  max-width: 200px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .sec_3 {
    margin-top: 30px;
  }

  .sec_3_content0 {
    padding: 20px 0;
  }

  .sec_3_content1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 20px;
  }

  .sec_3_content1 > div > span {
    display: block;
  }

  .sec_3_content1 > div > span:nth-of-type(1) {
    font-size: 12px;
    padding: 7px 0;
  }

  .sec_3_content1 > div > span:nth-of-type(2) {
    font-size: 10px;
    padding: 7px 0;
  }

  /* ［TOBU icourt］調整 */
  .sec_3_content1 > div:nth-of-type(2) > span:nth-of-type(1) {
    font-size: 11px;
  }

  .sec_3_content1 > div:nth-of-type(2) > span:nth-of-type(1) > span:nth-of-type(1) {
    font-size: 9px;
  }

  .sec_3_content2 > div:nth-of-type(1) {
    width: 45%;
    padding: 20px 0 15px 10px;
    text-align: right;
  }

  .sec_3_content2 > div:nth-of-type(1) > img {
    max-width: 300px;
    display: inline;
  }

  .sec_3_content2 > div:nth-of-type(2) {
    width: 55%;
    padding: 10px;
  }

  .sec_3_content3 {
    position: relative;
    margin-top: 50px;
    padding: 10px;
  }

  .sec_3_content3 > img:nth-of-type(1) {
    max-width: 150px;
    margin: auto;
  }

  .sec_3_content3 > img:nth-of-type(2) {
    position: absolute;
    width: 100px;
    height: 140px;
    top: 30px;
    left: 20px;
  }
}

/* sec_4 */
.sec_4 {
  margin-top: 60px;
  position: relative;
}

.sec_4 .schedule_item {
  padding: 10px;
}

.sec_4 .schedule_item .pc_only {
  max-width: 630px;
  margin: auto;
}

.sec_4 .schedule_item .sp_only {
  max-width: 55%;
  margin: auto;
}

.sec_4_charactor {
  position: absolute;
  width: 100px;
  top: -85px;
  left: 40px;
}

.sec_4_content1 {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  column-gap: 10px;
}

.sec_4_content1 > div:nth-of-type(1) {
  width: 30%;
}

.sec_4_content1 > div:nth-of-type(2) {
  width: 40%;
  padding: 20px 0 30px 20px;
}

.sec_4_content1 > div:nth-of-type(3) {
  width: 30%;
}

.sec_4_content1 > div:nth-of-type(3) > img {
  max-width: 85%;
}

.sec_4_content2 {
  margin-top: 50px;
  padding: 10px;
}

.sec_4_content2 > img:nth-of-type(1) {
  max-width: 240px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .sec_4 {
    margin-top: 30px;
  }

  .sec_4_charactor {
    width: 60px;
    top: -40px;
    left: 15px;
  }

  .sec_4_content1 > div:nth-of-type(1) {
    width: 40%;
  }

  .sec_4_content1 > div:nth-of-type(2) {
    width: 35%;
    padding: 0 0 0 5px;
  }

  .sec_4_content1 > div:nth-of-type(3) {
    width: 25%;
  }

  .sec_4_content1 > div:nth-of-type(3) > img {
    max-width: 100%;
  }

  .sec_4_content2 {
    margin-top: 30px;
    padding: 10px;
  }
  .sec_4_content2 > img:nth-of-type(1) {
    max-width: 50%;
  }
}

/* sec_5 */
.sec_5 {
  margin-top: 60px;
}

.sec_5 .schedule_item {
  padding: 10px;
}

.sec_5 .schedule_item .pc_only {
  max-width: 95%;
  margin: auto;
}

.sec_5 .schedule_item .sp_only {
  max-width: 100%;
  margin: auto;
}

.sec_5_content1 {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  column-gap: 10px;
}

.sec_5_content1 > div:nth-of-type(1) {
  width: 30%;
}

.sec_5_content1 > div:nth-of-type(2) {
  width: 45%;
  padding: 30px 0 30px 20px;
}

.sec_5_content1 > div:nth-of-type(3) {
  width: 25%;
}

.sec_5_content1 > div:nth-of-type(3) > img {
  max-width: 90%;
}

@media screen and (max-width: 768px) {
  .sec_5 {
    margin-top: 30px;
  }

  .sec_5_content1 > div:nth-of-type(1) {
    width: 40%;
  }

  .sec_5_content1 > div:nth-of-type(2) {
    width: 35%;
    padding: 0 0 0 5px;
  }

  .sec_5_content1 > div:nth-of-type(3) {
    width: 25%;
  }

  .sec_5_content1 > div:nth-of-type(3) > img {
    max-width: 90%;
  }
}

/* sec_6 */
.sec_6 {
  margin-top: 60px;
  padding-bottom: 100px;
}

.sec_6 .schedule_item {
  padding: 10px;
}

.sec_6 .schedule_item .pc_only {
  max-width: 85%;
  margin: auto;
}

.sec_6 .schedule_item .sp_only {
  max-width: 70%;
  margin: auto;
}

.sec_6_content1 {
  margin-top: 50px;
}

.sec_6_content1 .caption {
  display: block;
  font-size: 14px;
  text-align: center;
  padding: 10px;
}

.sec_6 > a:nth-of-type(1) {
  margin-top: 0px;
}

.sec_6 > a:nth-of-type(2) {
  margin-top: 50px;
}

.sec_6_content1_wide_view {
  width: 100%;
}

.sec_6 .annotation {
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .sec_6 {
    margin-top: 30px;
    padding-bottom: 60px;
  }

  .sec_6_content1 {
    margin-top: 30px;
    position: relative;
  }

  .sec_6_content1_wide_view {
    position: relative;
    width: 100%;
    height: 575px;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .sec_6_content1_wide_view_img_container {
    display: block;
    max-width: none;
    width: 849px;
    height: 575px;
  }

  .sec_6 > a:nth-of-type(2) {
    margin-top: 30px;
  }

  /* swipe画像共通設定 */
  .swipe_gesture {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
  }

  .swipe_gesture img {
    display: block;
    width: 20%;
    height: 20%;
    max-width: 100px;
    max-height: 100px;
    margin: auto;
  }

  .img_hide {
    opacity: 1;
    transition-property: opacity;
    transition-duration: 1s;
    transition-delay: 2s;
    transition-timing-function: ease-in;
  }

  .img_hide.close {
    opacity: 0;
  }

  .sec_6_content1 .caption {
    font-size: 10px;
    padding: 10px 0 0;
  }

  .sec_6 .annotation {
    font-size: 10px;
    padding: 15px;
  }
}
