@charset "utf-8";

/* ====================
 * Google Fonts *
==================== */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

#contentsBox {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
}

#contentsBox img {
  vertical-align: middle;
}

.entry_body {

}

.main_catch {
  color: #999999;
  text-align: center;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 1em;
  font-weight: 600;
}

.main_catch p {
  font-size: 1.2em;
  color: #333333;
  line-height: 1.75em;
}

.sub_catch {
  margin: 1em 0 0;
}

.sub_catch p {
  font-size: 1.1em;
  line-height: 1.75em;
}


img[src="/event/rso-orf_with_sumino/images/logo_bourbon_100th.jpg"] {
  width: 360px;
}

.envent_detail {
  border-bottom: 2px dashed #ddd;
  padding: 0 0 2em;
  margin: 2em 0;
}

.detail_box {
  margin: 0 0 2em;
}

.detail_box:last-child {
  margin: 0;
}

.envent_detail dt {
  background: rgb(160,96,64);
  background: linear-gradient(90deg, rgba(160,96,64,1) 0%, rgba(160,128,96,0) 100%);
  color: #fff;
  font-size: 1.2em;
  padding: 0.5em 0 0.5em 1em;
  font-weight: 600;
  letter-spacing: 0.25em;
}

.envent_detail dt span {
  font-size: 0.8em;
  letter-spacing: 0.25em;
}

.detail_box div {
  padding: 1em 1em 0 1em;
  line-height: 2em;
}

.detail_box dd {
  font-size: 1.1em;
}

.detail_box dd.note {
  font-size: 0.9em;
}

.detail_box .appear div {
  padding: 2em 1em 1em 1em;
}

.detail_box dd.name {
  font-size: 1.2em;
  margin: 0 0 0.75em;
  font-weight: 600;
}

.detail_box dd.name span {
  font-size: 0.9em;
  font-weight: 400;
}

.detail_box dd.prof {
  font-size: 1em;
  line-height: 1.75em;
}

.detail_box dd.prof ul {
  overflow: hidden;
}

.detail_box dd.prof ul li:first-child {
  width: 420px;
  float: left;
  margin: 0 1em 0 0;
}

.item.clearfix .title {
  font-weight: 800 !important;
}

.item_dtl {
  line-height: 1.75em;
}

.envent_youtube {
  width: 640px;
  margin: 0 auto;
}

.envent_youtube .yt_box {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 1em 0 0;
  aspect-ratio: 16 / 9;
}

.envent_youtube .yt_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width :899px) {

  #contentsBox {
    font-size: 12px;
  }

  .main_catch {
    padding: 1em 0.5em;
  }

  .detail_box div {
    padding: 1em 0.5em 0 0.5em;
  }

  .detail_box .appear div {
    padding: 1em 0.5em;
  }

  .detail_box .appear div:last-child {
    padding: 1em 0.5em 0;
  }

  .detail_box dd.prof ul li:first-child {
    width: auto;
    float: none;
    margin: 0 0 1em 0;
  }

  img[src="/event/rso-orf_with_sumino/images/logo_bourbon_100th.jpg"] {
    width: 75%;
  }

  .envent_youtube {
    width: 90%;
  }
}

/*========================================
 * modal__img.css(link:modal__img.js) *
======================================== */
.modal {
  width: 420px;
  padding: 1em 0 0;
}

.modal__head {
  font-size: 1.2em;
  font-weight: 800;
  margin: 0 0 0.5em;
  text-align: center;
  position: relative;
}

.modal__head:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}

.modal__head span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

/* モーダルを開くボタン */
.modal__images {
  display: flex;
  flex-wrap: wrap;
}

.modal__images .modal__image {
  position: relative;
  width: 100%;
  aspect-ratio: 960 / 716;
  transition: opacity .6s;
}

.modal__images .modal__image:hover {
  opacity: .6;
}

.modal__images .modal__trigger {
  cursor: pointer;
}

/*
.modal__images .modal__image:nth-child(3n - 1),
.modal__images .modal__image:nth-child(3n) {
  margin-left: 32px;
}

.modal__images .modal__image:nth-child(n + 4) {
  margin-top: 32px;
}
*/

/* .modal__images .modal__image:before {
  display: block;
  padding-top: 100%;
  content: '';
} */

.modal__images .modal__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* モーダル本体 */
.modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000000;
  width: 100%;
  height: 100%;
}

.modal__layer {
  height: 100%;
  background: rgba(50, 50, 50, .85);
  cursor: pointer;
}

.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  /* overflow-y: scroll; */
  /* width: min(calc(100% - 40px), 1000px); */
  /* max-height: calc(100% - 40px); */
}

/* モーダルを閉じるボタン */
.modal__close {
  position: absolute;
  top: 1em;
  right: 1em;
  width: 2em;
  height: 2em;
  background: rgba(50, 50, 50, 1);
  cursor: pointer;
  transition: opacity .6s;
}

.modal__close:hover {
  opacity: .6;
}

.modal__close:before,
.modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1px;
  background: #fff;
  content: '';
}

.modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__content .modal__image img {
  width: 100%;
  background: #ffffff;
  padding: 1em;
  box-sizing: border-box;
}

.modal .zoom {
  font-size: 1.2em;
  font-weight: 700;
  margin: 0.5em 0 0;
  text-align: center;
}

.modal .zoom img {
  width: 1.25em;
  margin: 0 0.5em 0 0;
  vertical-align: sub !important;
}

@media screen and (max-width :899px) {
  .modal {
    width: 75%;
  }
  .modal__images {
    justify-content: center;
  }

  .modal__container {
    width: 95%;
  }

  .modal__close {
    top: 0.5em;
    right: 0.5em;
  }
}