@charset "UTF-8";
/* CSS Document */
/*　実装サンプル
&::after {
    content: "";
    @include icon-arrow-right; // 引数なし親引き継ぎ
    margin-left: 0.5em;
  }
*/
.ev_common .fs_14 {
  font-size: 14px; }

.entry_day_btn {
  position: sticky;
  top: 0;
  margin: 60px auto 0; }

.entry_day_btn div {
  width: 50%;
  text-align: center; }

.entry_day_btn a {
  display: block;
  background: #f5e6d3;
  color: #222 !important;
  text-decoration: none !important; }
  @media screen and (min-width: 768px) {
    .entry_day_btn a {
      padding: 25px 0;
      font-size: 2.2rem; } }
  @media screen and (max-width: 767px) {
    .entry_day_btn a {
      padding: 10px 0;
      font-size: 1.8rem; } }

.entry_day_btn a span {
  padding-left: 0.3em;
  padding-right: 0.3em;
  font-size: 70%; }

.entry_day_btn .active {
  background: #ff9f43; }
  @media screen and (min-width: 768px) {
    .entry_day_btn .active {
      padding-bottom: 50px; } }
  @media screen and (max-width: 767px) {
    .entry_day_btn .active {
      padding-bottom: 20px; } }

.tab_title {
  font-weight: bold;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .tab_title {
      margin: 60px auto 20px;
      font-size: 4rem; } }
  @media screen and (max-width: 767px) {
    .tab_title {
      margin: 40px auto 10px;
      font-size: 3rem; } }
  .tab_title span {
    padding: 0.3em;
    font-size: 60%;
    font-weight: normal; }

/* タブの動き */
.tab-content {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease; }

.tab-content.active {
  display: block;
  opacity: 1; }

/* タブボタンを追従 */
.entry_day_btn {
  position: sticky;
  top: 0;
  z-index: 90;
  transition: top 0.2s ease-out; }

#tab_set_area > div {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease; }

#tab_set_area > div.active {
  display: block;
  opacity: 1; }

/* end タブの動き */
.ev_common .main {
  max-width: 800px;
  margin: auto; }

.ev_common .border-box {
  box-sizing: border-box;
  padding: 20px 20px;
  border: 1px solid #ccc;
  border-radius: 15px; }

.ev_common .list-dot {
  list-style: disc;
  padding-left: 1.1em;
  color: #555; }
  .ev_common .list-dot a {
    color: #555 !important;
    text-decoration: none !important; }

.ev_common .list-dot.ev_toc li {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.5; }

.ev_common .ev_toc_title {
  padding: 13px 10px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 18px;
  border-radius: 10px; }

.ev_common .ev_toc_title span {
  display: block;
  font-weight: normal;
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.5; }

.ev_common .color-green {
  color: #6fba98; }

.ev_common .back-green {
  background-color: #6fba98; }

.ev_common .color-pink {
  color: #d98286; }

.ev_common .back-pink {
  background-color: #d98286; }

.ev_common .color-purple {
  color: #ba83aa; }

.ev_common .back-purple {
  background-color: #ba83aa; }

.ev_common .color-yellow {
  color: #c9a83b; }

.ev_common .back-yellow {
  background-color: #c9a83b; }

.ev_common .back-blue {
  background-color: #3b90c9; }

.ev_common .title_txt {
  color: #ea5751;
  font-size: 24px;
  display: block;
  margin-bottom: 20px;
  line-height: 1.5; }

.ev_common .tag {
  background-color: #ea5751;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  padding: 8px 15px 7px; }

.ev_common .tag span {
  display: inline-block;
  font-size: 13px; }

.ev_common a.link_pdf {
  color: #ea5751 !important;
  font-size: 14px;
  font-weight: bold; }

.ev_common .booth_title {
  color: #fff;
  box-sizing: border-box;
  padding: 20px 15px;
  line-height: 1.3;
  border-radius: 15px; }

.ev_common .booth_title b {
  display: block;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 2.5px solid #fff;
  font-size: 20px; }

.ev_common .booth_title b span {
  font-size: 18px; }

.ev_common .booth_title p {
  color: #fff;
  font-size: 16px;
  line-height: 1.5; }

.ev_common .booth_cont {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom-width: 3px;
  border-bottom-style: solid; }

.ev_common .box-green,
.ev_common .box-pink,
.ev_common .box-purple,
.ev_common .box-yellow,
.ev_common .box-blue {
  margin-bottom: 100px; }

.ev_common .box-last {
  margin-bottom: 120px; }

.ev_common .box-green .booth_cont {
  border-bottom-color: #6fba98; }

.ev_common .box-pink .booth_cont {
  border-bottom-color: #d98286; }

.ev_common .box-purple .booth_cont {
  border-bottom-color: #ba83aa; }

.ev_common .box-yellow .booth_cont {
  border-bottom-color: #c9a83b; }

.ev_common .box-blue .booth_cont {
  border-bottom-color: #3b90c9; }

.ev_common .booth_cont h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px; }

.ev_common .booth_cont h3 span {
  font-size: 16px;
  display: block;
  margin-top: 10px; }

.ev_common .pic-width_100pc img {
  width: auto; }

.ev_common .pic-width_100pc {
  width: 100%; }

.ev_common .pic-width_100pc.mw200 {
  max-width: 200px; }

.ev_common .pic-width_100pc.mw300 {
  max-width: 300px; }

.ev_common .pic-width_100pc.mw400 {
  max-width: 400px; }

.ev_common .pic-width_100pc.mw420 {
  max-width: 420px; }

.ev_common .pic-width_100pc.mw530 {
  max-width: 530px; }

.ev_common .about_kcp {
  margin-top: 100px;
  box-sizing: border-box;
  background-color: #f5f5f5;
  padding: 35px 25px 30px; }

.ev_common .about_kcp h3 {
  font-size: 21px;
  line-height: 1.3; }

.ev_common .about_kcp p {
  font-size: 16px;
  line-height: 1.5; }
