@charset 'UTF-8';

/**
 * Layout Settings
 * ================================================================================
 * Table of Contents:
 *
 * Wrapper
 * Header
 * Main
 * Container
 * BreadCrumbs
 * ================================================================================
 */



/**
 * ================================================================================
 * Wrapper
 * ================================================================================
 */

.v2-l-wrapper {
  min-width: 1280px;
  padding-left: 1.0rem;
  padding-right: 1.0rem;
}
@media all and (max-width: 767px) {
  .v2-l-wrapper {
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}



/**
 * ================================================================================
 * Header
 * ================================================================================
 */

.v2-l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  min-width: 1280px;
  height: 10.0rem;
  background-color: #fff;
}
@media all and (max-width: 767px) {
  .v2-l-header {
    min-width: 100%;
    height: 5.0rem;
  }
}


/**
 * Header Logo
 * -------------------------------
 */

.v2-l-header-logo {
  position: absolute;
  top: 50%;
  left: 4.0rem;
  transform: translateY(-50%);
  margin-top: -0.3rem;
}
.v2-l-header-logo > * {
  display: block;
  width: 25.9rem;
  height: 5.4rem;
  overflow: hidden;
  background-image: url('/assets_v2/common/img/logo_tagline_2026.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  text-indent: 100%;
  white-space: nowrap;
}
.no-touchevents .v2-l-header-logo > *:hover {
  opacity: 1;
}
@media all and (max-width: 767px) {
  .v2-l-header-logo {
    left: 1.0rem;
    margin-top: -0.1rem;
  }
  .v2-l-header-logo > * {
    width: calc(25.9rem * 0.65);
    height: calc(5.4rem * 0.65);
  }
}


/**
 * Header Navigation
 * -------------------------------
 */

.v2-l-header-nav {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 4.0rem;
  transform: translateY(-50%);
}
@media all and (max-width: 767px) {
  .v2-l-header-nav {
    display: block;
    width: 100%;
    top: 5.0rem;
    right: 0;
    transform: translateY(0);
  }
}


/**
 * Header Global Navigation
 * -------------------------------
 */

.v2-l-header-gnav {
  display: flex;
  align-items: center;
}
.v2-l-header-gnav-menu {
  display: flex;
}
.v2-l-header-gnav-menu-item {
  display: inline-block;
}
.v2-l-header-gnav-menu-item > * {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 1.2rem 1.4rem;
  color: #1a2229;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}
.v2-l-header-gnav-menu-item > *:hover {
  opacity: 1 !important;
}
.v2-l-header-gnav-menu-item > *::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #1f3799;
  content: '';
  transition: 0.3s all ease-out;
}
.v2-l-header-gnav-menu-item > *:hover::after {
  width: calc(100% - 3.2rem);
}
@media all and (max-width: 767px) {
  .v2-l-header-gnav {
    display: block;
    position: absolute;
    top: 0 !important;
    right: 0;
    transform: translate(0, 0) !important;
    height: calc(100vh - 5.0rem);
    padding-bottom: 6.0rem;
    overflow-y: scroll;
  }
  .v2-l-header-gnav-menu {
    display: block;
    margin-top: 3.0rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .v2-l-header-gnav-menu-item {
    display: block;
    border-bottom: 0.1rem solid #dce3e8;
  }
  .v2-l-header-gnav-menu-item:nth-of-type(1) {
    border-top: 0.1rem solid #dce3e8;
  }
  .v2-l-header-gnav-menu-item > * {
    display: block;
    padding: 2.0rem 1.5rem;
    font-size: 1.4rem;
  }
  .v2-l-header-gnav-menu-item > *::after {
    display: none;
  }
  .v2-l-header-gnav-menu-item > *::before {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    width: 1.1rem;
    height: 1.1rem;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox="0 0 19 19" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M18.4,10.4c0.5-0.5,0.5-1.4,0-1.9L11.8,2c-0.5-0.5-1.4-0.5-1.9,0s-0.5,1.4,0,1.9l4.4,4.4H1.6	c-0.7,0-1.3,0.6-1.3,1.3s0.6,1.3,1.3,1.3h12.7L10,15.3c-0.5,0.5-0.5,1.4,0,1.9s1.4,0.5,1.9,0L18.4,10.4L18.4,10.4z" fill="%231f3799"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: '';
  }
}


/**
 * Header Buttons
 * -------------------------------
 */

.v2-l-header-btns {
  display: flex;
  align-items: center;
  margin-left: 1.0rem;
}
.v2-l-header-btns-item {
  position: relative;
  margin-left: 1.0rem;
}
.v2-l-header-btns-item .v2-c-btn-inner {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.v2-l-header-btns-item .v2-c-btn-inner {
  background-color: #ffdb26;
  border: 0.1rem solid #ffdb26;
  color: #1a2229;
}
.v2-l-header-btns-item .v2-c-btn-label {
  font-size: 1.4rem;
  letter-spacing: -0.03em;
}
.no-touchevents .v2-l-header-btns-item .v2-c-btn-inner:hover {
  background-color: #ffdb26;
  color: #1a2229;
}
/*20240111*/
.v2-l-header-btns-item .v2-c-btn-inner.pink {
  background-color: #e3007f;
  border: 0.1rem solid #e3007f;
  color: #fff;
}
.no-touchevents .v2-l-header-btns-item .v2-c-btn-inner.pink:hover {
  background-color: #e3007f;
  color: #fff;
}
.no-touchevents .v2-l-header-btns-item .v2-c-btn-inner.pink .v2-c-btn-icon > i > *,
.no-touchevents .v2-l-header-btns-item .v2-c-btn-inner.pink:hover .v2-c-btn-icon > i > *,
.no-touchevents .v2-l-header-btns-item .v2-c-btn-inner.green .v2-c-btn-icon > i > *,
.no-touchevents .v2-l-header-btns-item .v2-c-btn-inner.green:hover .v2-c-btn-icon > i > * {
  fill: #fff;
}
.v2-l-header-btns-item .v2-c-btn-inner.green {
  background-color: #45b035;
  border: 0.1rem solid #45b035;
  color: #fff;
  padding-top: 0.22rem;
  padding-bottom: 0.22rem;
}
.no-touchevents .v2-l-header-btns-item .v2-c-btn-inner.green:hover {
  background-color: #45b035;
  color: #fff;
}

.v2-l-header-btns-item .v2-c-btn-inner .v2-c-btn-icon {
  transition: 0.2s all ease-out;
}
.v2-l-header-btns-item .v2-c-btn-inner.v2-is-active:hover .v2-c-btn-icon > i {
  animation-name: v2-c-btn-icon-figure-bottom;
}
.v2-l-header-btns-item .v2-c-btn-inner .v2-c-btn-icon > i > *,
.v2-l-header-btns-item .v2-c-btn-inner.v2-is-active .v2-c-btn-icon > i > *,
.no-touchevents .v2-l-header-btns-item .v2-c-btn-inner:hover .v2-c-btn-icon > i > * {
  fill: #1a2229;
}
.v2-l-header-btns-item .v2-c-btn-inner.v2-is-active .v2-c-btn-icon {
  transform: translateY(-50%) scale(1, -1);
}
.v2-l-header-btns-item-child {
  width: 100%;
  padding: 1.0rem;
  border-radius: 0.5rem;
  background-color: #ffdb26 !important;
}
.v2-l-header-btns-member-name {
  padding: 0.5rem 0.8rem;
  border-radius: 0.3rem;
  background-color: #1a2229;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
}
.v2-l-header-btns-member-menu-item {
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
}
.v2-l-header-btns-member-menu-item:nth-last-of-type(1) {
  border-bottom: none;
}
.v2-l-header-btns-member-menu-label {
  display: block;
  position: relative;
  padding: 0.5rem;
  text-decoration: none;
}
.v2-l-header-btns-member-menu-label::before {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  width: 1.1rem;
  height: 1.1rem;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox="0 0 19 19" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M18.4,10.4c0.5-0.5,0.5-1.4,0-1.9L11.8,2c-0.5-0.5-1.4-0.5-1.9,0s-0.5,1.4,0,1.9l4.4,4.4H1.6	c-0.7,0-1.3,0.6-1.3,1.3s0.6,1.3,1.3,1.3h12.7L10,15.3c-0.5,0.5-0.5,1.4,0,1.9s1.4,0.5,1.9,0L18.4,10.4L18.4,10.4z" fill="%231a2229"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
}
.v2-l-header-btns-member-menu-label > * {
  color: #1a2229;
  font-size: 1.4rem;
  font-weight: 700;
}
.v2-l-header-btns-member {
  display: none;
}
body.v2-is-login .v2-l-header-btns-member {
  display: block;
}
body.v2-is-login .v2-l-header-btns-login {
  display: none;
}
@media all and (max-width: 767px) {
  .v2-l-header-btns {
    position: absolute;
    top: -5.0rem;
    right: 5.0rem;
    margin-left: 0;
  }
  .v2-l-header-btns-item {
    position: static;
    margin-left: 0;
  }
  .v2-l-header-btns-item .v2-c-btn-inner {
    height: 5.0rem;
    padding: 0.6rem 2.0rem 0.6rem 1.5rem;
    border-radius: 0;
  }
  .v2-l-header-btns-item .v2-c-btn-label {
    font-size: 1.1rem;
    line-height: 1.3;
  }
  .v2-l-header-btns-item .v2-c-btn-icon {
    right: 0.6rem;
  }
  .v2-l-header-btns-item .v2-c-btn-icon > i > * {
    width: 1.0rem;
    height: 1.0rem;
  }
  .v2-l-header-btns-item-child {
    display: block;
    position: fixed;
    top: 5.0rem !important;
    left: auto !important;
    right: 0 !important;
    transform: translate(0, 0) !important;
    width: 100vw;
    height: calc(100vh - 5.0rem);
    padding: 2.0rem 1.5rem 6.0rem 1.5rem;
    margin-right: -5.0rem;
    border-radius: 0;
    overflow-y: scroll;
  }
  .v2-l-header-btns-member-name {
    padding: 1.0rem;
    border-radius: 0.4rem;
    background-color: #1a2229;
    font-size: 1.2rem;
  }
  .v2-l-header-btns-member-menu-item:nth-last-of-type(1) {
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
  }
  .v2-l-header-btns-member-menu-label {
    padding: 1.4rem 1.5rem;
  }
  .v2-l-header-btns-member-menu-label::before {
    right: 1.5rem;
  }
  .v2-l-header-btns-member-menu-label > * {
    font-size: 1.4rem;
  }
}


/**
 * Header Hamburger
 * -------------------------------
 */

@media all and (max-width: 767px) {
  .v2-l-header-hamburger {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  .v2-l-header-hamburger-label {
    display: block;
    position: relative;
    width: 5.0rem;
    height: 5.0rem;
    background-color: #1f3799;
    transition: 0.2s all ease-out;
  }
  .v2-l-header-hamburger-label.v2-is-active {
    background-color: #fff;
  }
  .v2-l-header-hamburger-bar {
    position: absolute;
    left: 1.3rem;
    width: 2.4rem;
    height: 0.2rem;
    background-color: #fff;
    transition: 0.2s all ease-out;
  }
  .v2-l-header-hamburger-bar:nth-of-type(1) {
    top: 1.7rem;
  }
  .v2-l-header-hamburger-bar:nth-of-type(2) {
    top: 2.4rem;
  }
  .v2-l-header-hamburger-bar:nth-of-type(3) {
    top: 3.1rem;
  }
  .v2-l-header-hamburger-label.v2-is-active .v2-l-header-hamburger-bar {
    background-color: #1f3799;
  }
  .v2-l-header-hamburger-label.v2-is-active .v2-l-header-hamburger-bar:nth-of-type(1) {
    top: 2.4rem;
    transform: rotate(45deg);
  }
  .v2-l-header-hamburger-label.v2-is-active .v2-l-header-hamburger-bar:nth-of-type(2) {
    width: 0;
  }
  .v2-l-header-hamburger-label.v2-is-active .v2-l-header-hamburger-bar:nth-of-type(3) {
    top: 2.4rem;
    transform: rotate(-45deg);
  }
}




/**
 * ================================================================================
 * Footer
 * ================================================================================
 */

/**
 * Sponsor
 * -------------------------------
 */

.v2-l-footer-sponsor {
  padding-top: 5.0rem;
  padding-bottom: 6.0rem;
  border-top: 0.1rem solid #cfd2d4;
}
.v2-l-footer-sponsor-lists {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -2.0rem;
  margin-left: -3.1rem;
}
.v2-l-footer-sponsor-lists:nth-of-type(2) {
  padding-top: 0.5rem;
  margin-left: -6.0rem;
}
.v2-l-footer-sponsor-lists-item {
  display: inline-block;
  margin-top: 2.0rem;
  margin-left: 3.1rem;
}
.v2-l-footer-sponsor-lists:nth-of-type(2) .v2-l-footer-sponsor-lists-item {
  margin-left: 6.0rem;
}
.v2-l-footer-sponsor-lists-item > * {
  display: block;
}
.v2-l-footer-sponsor-lists-item img {
  height: 6.0rem;
}
@media all and (max-width: 767px) {
  .v2-l-footer-sponsor {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .v2-l-footer-sponsor-lists {
    justify-content: flex-start;
    margin-top: -1.0rem;
    margin-left: -2.0rem;
  }
  .v2-l-footer-sponsor-lists:nth-of-type(2) {
    padding-top: 0;
    margin-left: -2.0rem;
  }
  .v2-l-footer-sponsor-lists-item {
    margin-top: 1.0rem;
    margin-left: 2.0rem;
  }
  .v2-l-footer-sponsor-lists:nth-of-type(2) .v2-l-footer-sponsor-lists-item {
    margin-left: 2.0rem;
  }
  .v2-l-footer-sponsor-lists-item img {
    height: calc(6.0rem * 0.7);
  }
}


/**
 * Footer Top
 * -------------------------------
 */

.v2-l-footer-top {
  padding-top: 6.0rem;
  padding-bottom: 7.0rem;
  border-radius: 0.8rem;
  background-color: #1a2229;
  color: #a3a7a9;
}
.v2-l-footer-top .v2-l-container {
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .v2-l-footer-top {
    padding-top: 3.5rem;
    padding-bottom: 6.5rem;
    border-radius: 0;
  }
}


/**
 * Footer Top Exhibition
 * -------------------------------
 */

.v2-l-footer-top-exhibition {
  /*width: 55%;*/
  width: 60%;
  float: left;
}
.v2-l-footer-top-exhibition-logo {
  margin-bottom: 3.5rem;
	display: flex;
}
.v2-l-footer-top-exhibition-logo > i {
  display: inline-block;
  line-height: 1;
}
.v2-l-footer-top-exhibition-logo > i > svg {
  width: 33.0rem;
  height: 3.4rem;
  fill: #babfc2;
}
.v2-l-footer-top-exhibition-logo img.footer_logo {
  width: 27.2rem;
  height: 3.6rem;
	position: absolute;
	top: 0;
	left: 0;
}
.v2-l-footer-top-exhibition-logo .sns_logo {
	margin-left: auto;
	.fb {
		background: url("../../img/common/Facebook_Logo.png") no-repeat;
		background-size: cover;
		width: 30px;
		height: 30px;
		text-indent: 100%;
		overflow: hidden;
		margin-right: 10px;
	}
	.ig {
		background: url("../../img/common/Instagram_Glyph.png") no-repeat;
		background-size: cover;
		width: 30px;
		height: 30px;
		text-indent: 100%;
		overflow: hidden;
		margin-right: 10px;
	}
}
.v2-l-footer-top-exhibition-office {
  display: flex;
  margin-left: -5.0rem;
}
.v2-l-footer-top-exhibition-office-item {
  margin-left: 5.0rem;
}
.v2-l-footer-top-exhibition-office-item-ttl {
  display: block;
  margin-bottom: 1.0rem;
  font-size: 1.5rem;
}
.v2-l-footer-top-exhibition-office-item-txt {
  font-size: 1.3rem;
}
@media all and (max-width: 767px) {
  .v2-l-footer-top-exhibition {
    width: 100%;
    float: none;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 0.1rem solid #36424d;
  }
  .v2-l-footer-top-exhibition-logo {
    margin-bottom: 2.0rem;
  }
  .v2-l-footer-top-exhibition-logo > i > svg,
  .v2-l-footer-top-exhibition-logo img.footer_logo {
    width: calc(27.2rem * 0.9);
    height: calc(3.6rem * 0.9);
  }
  .v2-l-footer-top-exhibition-logo img.footer_logo {
	  margin-left: 1.5rem;
  }
  .v2-l-footer-top-exhibition-office {
    display: flex;
    flex-wrap: wrap;
    margin-top: -15px;
    margin-left: 0;
  }
  .v2-l-footer-top-exhibition-office-item {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  .v2-l-footer-top-exhibition-office-item-ttl {
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
  }
  .v2-l-footer-top-exhibition-office-item-txt {
    font-size: 1.1rem;
  }
}


/**
 * Footer Top Site map
 * -------------------------------
 */

.v2-l-footer-top-sitemap {
  display: flex;
  /*width: 45%;*/
  width: 40%;
  float: right;
  margin-left: -2.0rem;
}
.v2-l-footer-top-sitemap-inner {
  padding-left: 2.0rem;
}
.v2-l-footer-top-sitemap-inner:nth-of-type(1) {
  width: 32%;
}
.v2-l-footer-top-sitemap-inner:nth-of-type(2) {
  width: 68%;
}
.v2-l-footer-top-sitemap-menu {
  margin-top: -1.0rem;
  margin-left: -2.0rem;
}
.v2-l-footer-top-sitemap-menu-item {
  padding-top: 1.0rem;
  padding-left: 2.0rem;
}
.v2-l-footer-top-sitemap-menu-item-label {
  display: inline-block;
  font-size: 1.35rem;
  text-decoration: none;
  line-height: 1.4;
  vertical-align: top;
}
.no-touchevents a.v2-l-footer-top-sitemap-menu-item-label:hover {
  opacity: 1 !important;
}
a.v2-l-footer-top-sitemap-menu-item-label > * {
  background-image: linear-gradient(#a3a7a9, #a3a7a9);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 0 0.1rem;
  transition: background-size 0.3s ease-out;
  will-change: background-size;
}
.v2-l-footer-top-sitemap-menu-item-label > *,
.no-touchevents a.v2-l-footer-top-sitemap-menu-item-label:hover > * {
  color: #a3a7a9;
}
.no-touchevents a.v2-l-footer-top-sitemap-menu-item-label:hover > * {
  background-position: 0 100%;
  background-size: 100% 0.1rem;
}
@media all and (max-width: 767px) {
  .v2-l-footer-top-sitemap {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  .v2-l-footer-top-sitemap-inner {
    width: 100%;
    padding-left: 0;
    padding-top: 2.5rem;
    margin-top: 2.5rem;
    border-top: 0.1rem solid #36424d;
  }
  .v2-l-footer-top-sitemap-inner:nth-of-type(1) {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
  }
  .v2-l-footer-top-sitemap-inner:nth-of-type(1),
  .v2-l-footer-top-sitemap-inner:nth-of-type(2) {
    width: 100%;
  }
  .v2-l-footer-top-sitemap-inner:nth-of-type(1) .v2-l-footer-top-sitemap-menu {
    display: flex;
    flex-wrap: wrap;
  }
  .v2-l-footer-top-sitemap-inner:nth-of-type(1) .v2-l-footer-top-sitemap-menu-item {
    width: 50%;
  }
  .v2-l-footer-top-sitemap-menu-item-label {
    font-size: 1.2rem;
  }
}


/**
 * Footer Copyright
 * -------------------------------
 */

.v2-l-footer-copyright {
  padding-top: 3.0rem;
  padding-bottom: 3.0rem;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.4;
}
@media all and (max-width: 767px) {
  .v2-l-footer-copyright {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.0rem;
  }
}


/**
 * Footer Page Top
 * -------------------------------
 */

.v2-l-footer-pagetop {
  position: fixed;
  bottom: -5.0rem;
  right: 3.0rem;
  z-index: 50;
  transition: 0.2s all ease-out;
}
.v2-l-footer-pagetop.v2-is-active {
  bottom: 0;
}
.v2-l-footer-pagetop-inner {
  display: block;
  position: relative;
  width: 5.0rem;
  height: 4.5rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  background-color: rgba(0, 0, 0, 0.9);
}
.v2-l-footer-pagetop-inner::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0.3rem;
  border-top: 0.2rem solid #fff;
  border-left: 0.2rem solid #fff;
  content: '';
}
@media all and (max-width: 767px) {
  .v2-l-footer-pagetop {
    right: 1.5rem;
  }
  .v2-l-footer-pagetop-inner {
    width: 4.0rem;
    height: 3.5rem;
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
  }
  .v2-l-footer-pagetop-inner::after {
    width: 1.0rem;
    height: 1.0rem;
    margin-top: 0.2rem;
  }
}



/**
 * ================================================================================
 * Main
 * ================================================================================
 */

.v2-l-main {
  position: relative;
  z-index: 1;
  padding-top: 10.0rem;
  padding-bottom: 12.0rem;
  /* overflow-x: hidden; */
}
@media all and (max-width: 767px) {
  .v2-l-main {
    padding-top: 5.0rem;
    padding-bottom: 7.0rem;
  }
}



/**
 * ================================================================================
 * Container
 * ================================================================================
 */

.v2-l-container {
  position: relative;
  width: 100%;
  max-width: 1260px;
  min-width: 1260px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 4.0rem;
  padding-right: 4.0rem;
}
@media all and (max-width: 767px) {
  .v2-l-container {
    min-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}


/**
 * ================================================================================
 * Breadcrumbs
 * ================================================================================
 */

.v2-l-breadcrumbs {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.v2-l-breadcrumbs-list {
  display: flex;
  max-width: 1280px;
  margin-top: -0.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.0rem 4.0rem;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.v2-l-breadcrumbs-list::-webkit-scrollbar{
  display: none;
}
.v2-l-breadcrumbs-item {
  flex: 0 0 auto;
  flex-shrink: 0;
  position: relative;
  width: auto;
  max-width: 100%;
  margin-top: 0.5rem;
  padding-right: 2.0rem;
  color: #a3a7b4;
  font-size: 1.0rem;
  line-height: 1.4;
}
.v2-l-breadcrumbs-item:nth-last-of-type(1) {
  padding-right: 0;
}
.v2-l-breadcrumbs-item::before {
  position: absolute;
  top: 0;
  right: 0.8rem;
  content: '/';
}
.v2-l-breadcrumbs-item:nth-last-of-type(1)::before {
  display: none;
}
.v2-l-breadcrumbs-item-label {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  line-height: 1.2;
}
.no-touchevents a.v2-l-breadcrumbs-item-label:hover {
  opacity: 1 !important;
}
a.v2-l-breadcrumbs-item-label > * {
  background-image: linear-gradient(#a3a7b4, #a3a7b4);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 0 0.1rem;
  transition: background-size 0.3s ease-out 0s;
  will-change: background-size;
}
.v2-l-breadcrumbs-item-label > *,
.no-touchevents a.v2-l-breadcrumbs-item-label:hover > * {
  color: #a3a7b4;
}
.no-touchevents a.v2-l-breadcrumbs-item-label:hover > * {
  background-position: 0 100%;
  background-size: 100% 0.1rem;
}
@media all and (max-width: 767px) {
  .v2-l-breadcrumbs {
    position: absolute;
    top: 0;
    left: 1.5rem;
    z-index: 2;
    width: calc(100% - 1.5rem);
  }
  .v2-l-breadcrumbs-list {
    margin-top: -0.3rem;
    padding: 1.0rem 1.5rem 1.0rem 0;
  }
  .v2-l-breadcrumbs-item {
    margin-top: 0.3rem;
    padding-right: 2.0rem;
    font-size: 1.0rem;
  }
}



/**
 * ================================================================================
 * Floating
 * ================================================================================
 */

.v2-l-floating {
  position: fixed;
  right: -100vw;
  /*bottom: 7.0rem; top: 27.5rem;*/
  top: 18.5rem;
  z-index: 100;
  transition: 0.2s all ease-out;
}
.v2-l-floating.v2-is-active {
    right: 3.0rem;
	/*left: 3.0rem;*/
	width: 17rem;
}
body.v2-l-floating-hide .v2-l-floating {
  display: none !important;
}
@media all and (max-width: 767px) {
  .v2-l-floating {
    top: auto; /*17.5rem*/
	  bottom: 7.5rem;
  }
  .v2-l-floating.v2-is-active {
    left: auto; /*1.5rem*/
	  right: -2.5rem;
  }
}


/**
 * Floating Banner
 * -------------------------------
 */

.v2-l-floating-banner {
  display: flex;
  margin-top: -2.0rem;
  margin-left: -2.0rem;
}
.v2-l-floating-banner-item {
  margin-top: 2.0rem;
  margin-left: 2.0rem;
}
.v2-l-floating-banner-entry-label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 17.0rem;/* width: 12.0rem;*/
  height: 17.0rem;/* height: 12.0rem; */
  /*border: 0.1rem solid #fff;*/
  border-radius: 100.0rem;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.7);
  /*background-color: #801e1;*/
  color: #1a2229;
  font-size: 2.6rem; /* font-size: 2.2rem; */
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
  text-decoration: none;
  /*text-shadow: 1px 1px 2px #000, -1px -1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, 0px 1px 2px #000, 0-1px 2px #000, -1px 0 2px #000, 1px 0 2px #000;
  background: url("../img/icon_entry.png") no-repeat center 10px #b7282e;*/
  background: #ffdb26;
  background-size: 30px;
}
.v2-l-floating-banner-entry-label .v2-c-icon > i > * {
  margin-top: 0.3em;
}
@media all and (max-width: 767px) {
  .v2-l-floating-banner {
    display: flex;
    margin-top: -1.0rem;
    margin-left: -1.0rem;
  }
  .v2-l-floating-banner-item {
    margin-top: 1.0rem;
    margin-left: 1.0rem;
  }
  .v2-l-floating-banner-entry-label {
    width: 11.0rem;
    height: 11.0rem;
    /*border: 0.2rem solid #fff;
	background: url("../img/icon_entry.png") no-repeat center 3px #b7282e;*/
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.5);
    font-size: 1.6rem;
	background-size: 18px;
  }
  .v2-l-floating-banner-entry-label .v2-c-icon > i > * {
    margin-top: 0.3em;
  }
}
/*seminar*/
.no_img_box {
	position: relative;
}
.no_img {
	position: absolute;
	top: 50%;
	left: 60%;
	transform: translate(-50%, -50%);
	width: 80%;
}
.entry_close {
	position: absolute;
	right: 10px;
	top: 60px;
	color: #e50000;
}
@media all and (max-width: 767px) {
	.no_img_box {
		height: 180px;
	}
	.no_img {
		left: 50%;
	}
	.entry_close {
		top: 25px;
		left: 60%;
	}
	.entry_close {
		width: 57%;
		left: 43%;
		line-height: 16px;
	}
}


