/*	h1
============================== */
article.about h1.present span {
  background-image: url(../img/h1.png?20231117);
}

article.about h1 span {
  display: block;
  background-repeat: no-repeat;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 110%;
}

article.about h1::after {
  background-color: #efd499;
  border-radius: 2.5px;
  content: "";
  display: block;
  height: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media all and (min-width: 768px) {
  article.about {
    padding-top: 20px;
  }

  article.about h1 span {
    background-size: 619px 488px;
    background-position: center -161px;
  }

  article.about h1.present span {
    width: 327px;
    height: 40px;
    margin: 0 auto 15px;
  }
}

@media all and (max-width: 767px) {
  article.about {
    padding: 10px;
  }

  article.about h1 span {
    background-size: 455px 359px;
    background-position: center -120px;
  }

  article.about h1.present span {
    width: 238px;
    height: 28px;
    margin: 0 auto;
  }
}

/*	ribbon13
============================== */
.ribbon13-wrapper {
  display: block;
  position: relative;
  background: #f1f1f1;
}

.ribbon13 {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 5px 0;
  color: white;
  background: #77382c;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.ribbon13:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
}

.ribbon13:after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-width: 27px 14px 24px 0px;
  border-color: transparent #f1f1f1 transparent transparent;
  border-style: solid;
}

@media all and (min-width: 768px) {
  .ribbon13-wrapper {
    padding: 30px 30px 20px;
  }

  .ribbon13 {
    margin: -30px 100px 10px -50px;
    width: calc(100% + 80px);
  }

  .ribbon13 h3 {
    font-size: 18px;
    line-height: 40px;
  }

  .ribbon13:before {
    border-bottom: solid 20px transparent;
    border-right: solid 20px #4d190f;
  }

  .ribbon13:after {
    border-width: 27px 14px 24px 0px;
  }
}

@media all and (max-width: 767px) {
  .ribbon13-wrapper {
    padding: 15px;
  }

  .ribbon13 {
    margin: -15px -15px 5px -25px;
    width: calc(100% + 40px);
  }

  .ribbon13 h3 {
    font-size: 14px;
    line-height: 30px;
  }

  .ribbon13:before {
    border-bottom: solid 10px transparent;
    border-right: solid 10px #4d190f;
  }

  .ribbon13:after {
    border-width: 22px 14px 22px 0px;
  }
}

.ribbon13 h3 {
  vertical-align: middle;
  margin: 0;
  padding: 0 30px 0 15px;
  border-top: dashed 1px #FFF;
  border-bottom: dashed 1px #FFF;
  font-weight: normal;
}

/*	button
============================== */
.oubobtn {
  font-size: 25px;
}

.closing {
  margin: 1em 0;
}

@media all and (min-width: 768px) {
  .btn {
    width: 400px;
    margin: 0 auto;
  }

  .oubobtn {
    font-size: 25px;
  }

  .closing {
    margin: 1em 0 2em;
  }
}

@media all and (max-width: 767px) {
  .closing {
    margin: 1em 0 1.5em;
  }
}

/*	present
============================== */
div.present {
  background-image: url(../img/kurk.jpg);
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.16);
  background-size: 27%;
  border-top: 4px solid #4c1101;
  border-bottom: 4px solid #4c1101;
}

@media all and (min-width: 768px) {
  div.present {
    padding: 20px;
  }
}

@media all and (max-width: 767px) {
  div.present {
    padding: 20px 10px;
  }
}

/*	figure
 ============================== */
figure {
  margin-bottom: 15px;
}

/*	h2
 ============================== */
h2 {
  position: relative;
  padding: .75em 1em .75em 1.5em;
  background-color: #fff;
  font-size: 20px;
  border-radius: 5px;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.16);
}

h2::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #db3535;
  border-radius: 4px;
}

.ribbon2 {
  display: inline-block;
  position: relative;
  height: 44px;
  line-height: 60px;
  vertical-align: middle;
  text-align: center;
  padding: 3px 0;
  font-size: 18px;
  background: #db3535;
  color: #FFF;
  box-sizing: border-box;
}

.ribbon2 span {
  display: block;
  vertical-align: middle;
  margin: 0;
  padding: 0 30px;
  border-top: dashed 1px #FFF;
  border-bottom: dashed 1px #FFF;
  line-height: 36px;
}

.ribbon2:before, .ribbon2:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon2:before {
  top: 0;
  left: -0.2px;
  border-width: 22px 13px 22px 16px;
  border-color: transparent transparent transparent #efd499;
  border-style: solid;
}

.ribbon2:after {
  top: 0;
  right: -0.2px;
  border-width: 22px 17px 22px 0px;
  border-color: transparent #efd499 transparent transparent;
  border-style: solid;
}

/*	cast txt
============================== */
div.cast p.txt {
  font-size: 14px;
  text-align: center;
  /* margin-bottom: 1em; */
}

@media all and (min-width: 768px) {
  div.cast p.txt b.name {
    font-size: 18px;
  }
}

@media all and (max-width: 767px) {
  div.cast p.txt b.name {
    font-size: 16px;
  }
}

/*	cast_area
============================== */
@media all and (min-width: 768px) {
  div.cast_area {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    padding: 30px 40px;
    width: 90%;
    margin: 0 auto;
  }
}

@media all and (max-width: 767px) {
  div.cast_area {
    max-width: 320px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    padding: 20px 10px 10px;
  }

  div.cast_area .cast {
    width: 45%;
  }

  div.cast:nth-child(2) {
    margin-bottom: 15px;
  }
}

/*	cast_area
============================== */
#history_area {
  padding: 20px 0;
}

#history_box {
  line-height: 1.5;
}

#history_box .date_title {
  height: 25px;
  text-align: center;
  margin: 5px auto 0 auto;
}

#history_box h3 {
  text-align: center;
  margin: 0 -10px;
  padding-top: 3px;
  color: #FFF;
}

.date_box {
  margin-bottom: 20px;
}

.list {
  text-align: center;
  margin: 0 auto;
}

#history_box table {
  /* border-collapse:collapse; */
  margin-top: 25px;
  line-height: 1.5;
  /* table-layout: fixed; */
}

@media all and (min-width: 768px) {
  #history_box .date_title {
    width: 485px;
  }

  #history_box table {
    width: 400px;
  }

  .kome {
    font-size: 80%;
    text-align: right;
    padding: 3px 0 0 0;
  }
}

@media all and (max-width: 767px) {
  #history_box {
    font-size: 14px !important;
  }
}

#history_box table th, #history_box table td {
  border: 1px solid #bba063;
  text-align: center;
}

#history_box table th p, #history_box table td p {
  padding: 2px 5px;
}

#history_box table th {
  background: #e8d19f;
  white-space: nowrap;
}

#history_box table td.fb p {
  font-weight: bold;
}

* html #history_box table {
  margin: 15px 0 0 35px;
}

/*ie6*/
.kome {
  font-size: 80%;
  text-align: right;
  padding: 3px 0% 0 0;
  position: absolute;
  right: 25px;
}

@media all and (min-width: 768px) {
  #history_box .date_title {
    width: 485px;
  }

  #history_box table {
    width: 400px;
    margin-bottom: 40px;
  }

  .kome {
    padding: 3px 200px 0 0;
    right: 160px;
    margin-bottom: 40px;
  }
}

@media all and (max-width: 767px) {
  #history_box {
    font-size: 14px !important;
  }

  #history_area .ribbon2 {
    font-size: 14px;
    margin-bottom: 40px;
  }

  #history_area table {
    width: 100%;
    margin-bottom: 30px;
  }
}
