@charset "utf-8";
/* CSS Document */

#eq_X-r {
  color: #f60;
  font-weight: bold;
}
#no8 section {
 margin-bottom: 2.5em;
}
#no8 section:last-child {
 margin-bottom: 0;
}
.graphic_icon_link span {
    padding: 0px;
}
 .modal-open:hover {
  cursor: pointer;
}
.modal-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color:rgba(0,0,0,0.8);
}
.modal-wrap {
  z-index: 20;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.modal-close:hover {
  cursor: pointer;
}
.modal_close_btn {
    width: min(9vw, 60px);
  opacity: 1 !important;
}
  .modal-content {
    position: relative;
    display: none;
    max-width: 1080px;
    background: rgba(0, 0, 0, 0);
    border: none;
    width: 90%;
}
table.is-history th:first-of-type {
	 width:40%;
}
.contents__wrap table td.btn_detail {
    background: rgb(0 0 0 / 0.3);
	padding: 15px 0;
}
.btn_detail .modal-open {
    display: block;
    width: min(70%, 180px);
    margin: 0 auto;
}
.modal_graphic.modal-content {
    max-width: 1060px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #aaa;
    background: #fff;
}
.modal_graphic.modal-content#items_13652_i,
.modal_graphic.modal-content#items_13653_i {
    background: rgb(8 8 8 / 0.7);
    border: 1px solid #cba04d;
}
.modal_graphic.modal-content .modal-illust {
    width: 100%;
    text-align: center;
    max-width: 960px;
    width: min(100%, 960px);
    margin: 0 auto;
    padding: 20px 0;
}
.flavor-box {
    position: absolute;
    font-family: 'Noto Serif JP', serif;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 98vw;
    width: clamp(320px, 98vw, 960px);
    height: 100%;
    max-width: 110vh;
}
.txt_flavor {
    position: absolute;
    top: 50%;
    right: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    background-image: url(../img/bg_image_4.png);
    width: 100%;
    height: 85vw;
    height: clamp(320px, 90vw, 800px);
    z-index: 100;
    box-sizing: border-box;
    transform: translate(0, -45%);
    letter-spacing: 0.1em;
	color: #000;
}
.txt_flavor .head {
    background-image: url(../img/bg_image_5-1.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    padding-top: 8.095238095238095%;
    width: 100%;
}
.txt_flavor .foot {
    background-image: url(../img/bg_image_5-3.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    width: 100%;
    padding-bottom: 9.523809523809524%;
}
.txt_flavor .inner {
    position: relative;
    background-image: url(../img/bg_image_5-2.png);
    background-repeat: repeat-y;
    background-position: center;
    background-size: contain;
    width: 100%;
    padding: 0;
}
.txt_flavor .inner .wrap_txt {
   	padding: 1% 12% 0;
	font-size: clamp(12px,  3.25vw, 30px);
	letter-spacing: normal;
line-height: 1.45;
    letter-spacing: 0.06em;
}
.txt_flavor .inner .btn_close {
	text-align: initial;
    box-sizing: border-box;
    font-size: 1rem;
    font-size: clamp(12px,  3.25vw, 30px);
    font-weight: 400;
    height: 90px;
    height: clamp(90px, 30%, 140px);
    position: absolute;
	bottom: 10%;
    left: 6%;
    cursor: pointer;
    background: none;
    color: #000;
    border: none;
    text-shadow: none;
	right: auto;
	margin: 0;
    padding: 0;
	text-decoration: none;
}
.txt_flavor .inner .btn_close::before {
    content: '';
    background-image: url(../img/btn_close.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    height: 24px;
    width: 24px;
    height: clamp(24px, 4vw, 36px);
    width: clamp(24px, 4vw, 36px);
    margin: 0 auto;
    display: inline-block;
    padding-bottom: 10px;
    padding-bottom: min(5%, 30px);
}
