@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input, button, select, textarea {
  /*outline: none;*/
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  font-size: inherit;
  margin: 0;
  padding: 0;
}

button {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

html {
  font-size: 62.5%;
  font-size: 10px;
}

body {
  color: #000;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Sans", "Hiragino Kaku Gothic Pro", Gill Sans, sans-serif;
  font-size: 1.6rem;
  line-height: 1em;
  margin: 0;
  min-width: 1080px;
  position: relative;
}
@media screen and (max-width: 960px) {
  body {
    min-width: 320px;
    padding-top: 85px !important;
  }
}

h1, h2, h3, h4, h5, p, ul, ol, dl, dd, figure {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

a[href^="tel:"] {
  cursor: default;
}

li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
}

sup {
  font-size: inherit;
  line-height: 0;
}

.link__blank {
  padding-right: 15px;
  position: relative;
}
.link__blank::after {
  background: url(../img/ico_en_after.png) no-repeat;
  content: "";
  height: 13px;
  margin-left: 0.25em;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
}

.container {
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 40px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .container {
    max-width: 768px;
    padding: 0 17px;
  }
}
.container.container_menu {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.container.container_menu_color_gray {
  background: rgba(22, 22, 22, 0.7);
  height: 100%;
  left: 670px;
  padding-left: 18px;
  position: absolute;
  top: 0;
  width: 100%;
}
.container.container_menu_color_gray .menuPc__list {
  margin-top: 54px;
  padding-left: 0px;
}
.container.container_menu_color_gray .menuPc__item {
  margin-bottom: 36px;
}

@media screen and (max-width: 960px) {
  .cmn-pc {
    display: none;
  }
}

.cmn-sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .cmn-sp {
    display: block;
  }
}

.header {
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .header {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
  }
}
.header .header__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .header .header__container {
    max-width: none;
    padding-right: 0;
    position: relative;
  }
}
.header .header__logo {
  height: 108px;
  padding: 20px 0;
}
@media screen and (max-width: 960px) {
  .header .header__logo {
    height: auto;
    padding: 12px 0;
  }
}
@media screen and (max-width: 960px) {
  .header .header__logo--img {
    width: 40px;
  }
}
.header .header__utility {
  padding-top: 20px;
}
.header .header__utility.header__utility_en {
  padding-top: 35px;
}
.header .header__utility.cmn-pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .header .header__utility.cmn-pc {
    display: none;
  }
}
.header .header__region {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1em;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .header .header__region {
    background: #e6e6e6;
    font-size: 1rem;
    line-height: 1em;
    padding: 5px 12px;
  }
}
.header .header__region_link:hover {
  text-decoration: underline;
}
.header .header__blankBox {
  margin-top: 8px;
  text-align: right;
}
.header .header__blank {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1em;
  margin-left: 20px;
  position: relative;
}
.header .header__blank:before, .header .header__blank:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 10px;
}
.header .header__blank:before {
  background-image: url("../img/ico_en_before.png");
  margin-right: 0.25em;
  width: 11px;
}
.header .header__blank:after {
  background: url(../img/ico_blank_gray.svg) no-repeat center/contain;
  height: 10px;
  margin-left: 0.25em;
  width: 13px;
}
.header .header__blank:hover {
  text-decoration: underline;
}

.gnav {
  background: #000;
  position: relative;
}
.gnav.gnav_fiexd {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.gnav .gnav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gnav .gnav__item {
  text-align: center;
  width: 150px;
}
.gnav .gnav__link {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  height: 45px;
  letter-spacing: 0.02em;
  line-height: 45px;
  line-height: 4.5rem;
}
.gnav .gnav__link_hover {
  display: inline-block;
  line-height: 14px;
  line-height: 1.4rem;
  position: relative;
}
.gnav .gnav__link:hover {
  cursor: pointer;
}
.gnav .gnav__link:hover .gnav__link_hover:after {
  background: #ffe600;
  bottom: -16px;
  content: "";
  height: 4px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}
.gnav .gnav__link_contact {
  background: #ffe600;
  color: #000;
}
.gnav .gnav__link_contact:hover .gnav__link_hover:after {
  background: #000;
  bottom: -16px;
  content: "";
  height: 4px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}

.homeHeader .gnav__link_hoverHome:after {
  background: #ffe600;
  bottom: -16px;
  content: "";
  height: 4px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}

.aboutusHeader .gnav__link_hoverAboutus:after {
  background: #ffe600;
  bottom: -16px;
  content: "";
  height: 4px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}

.contactHeader .gnav__link_hoverContact:after {
  background: #000;
  bottom: -16px;
  content: "";
  height: 4px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}

.productsHeader .gnav__link_hoverProducts:after {
  background: #ffe600;
  bottom: -16px;
  content: "";
  height: 4px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}

.eventLibraryHeader .gnav__link_hoverEventlibrary:after {
  background: #ffe600;
  bottom: -16px;
  content: "";
  height: 4px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}

.informationHeader .gnav__link_hoverNews:after {
  background: #ffe600;
  bottom: -16px;
  content: "";
  height: 4px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}

.menuPc {
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  height: 344px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: left;
  top: 45px;
  z-index: 10;
}
.menuPc.menuPc_en {
  height: 250px;
}
.menuPc.menuPc_en .menuPc__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.menuPc .menuPc__close {
  background: url(../img/ico_close.png) no-repeat center/contain;
  bottom: 18px;
  cursor: pointer;
  height: 20px;
  position: absolute;
  right: 40px;
  width: 20px;
  z-index: 2;
}
.menuPc .menuPc__inner {
  padding-top: 52px;
}
.menuPc .menuPc__inner_col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.menuPc .menuPc__list {
  margin-bottom: 37px;
  margin-right: 100px;
  padding-left: 60px;
}
.menuPc .menuPc__list:last-child {
  margin-right: 0;
}
.menuPc__inner_col2 .menuPc__list {
  margin-right: 0;
  width: 50%;
}
.menuPc .menuPc__item:not(:last-child) {
  margin-bottom: 33px;
}
.menuPc .menuPc__link {
  color: #fff;
  display: block;
  line-height: 20px;
  line-height: 2rem;
  padding-left: 24px;
  position: relative;
}
.menuPc .menuPc__link:hover {
  text-decoration: underline;
}
.menuPc .menuPc__link:before {
  background-image: url(../img/ico_arrow_yellow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  height: 14px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 9px;
}
.menuPc .menuPc__linkInner {
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 20px;
  padding-left: 14px;
  position: relative;
}
.menuPc .menuPc__linkInner::before {
  content: none;
}
.menuPc .menuPc__linkInner:hover {
  text-decoration: underline;
}
.menuPc .menuPc__linkInner::after {
  background: url(../img/ico_blank.svg) no-repeat center/contain;
  bottom: 4px;
  content: "";
  display: inline-block;
  height: 13px;
  margin: 3px 0 0 9px;
  position: absolute;
  width: 16px;
}
.menuPc .menuPc__link_blank {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.menuPc .menuPc__link_blank:after {
  background: url(../img/ico_blank.svg) no-repeat center/contain;
  content: "";
  height: 13px;
  margin: 3px 0 0 9px;
  width: 16px;
}
.menuPc__subList {
  padding: 16px 0 0 24px;
}
.menuPc__subItem {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  position: relative;
}
.menuPc__subItem::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  margin-right: 10px;
  width: 6px;
}
.menuPc__subLink {
  color: #fff;
  display: block;
  text-decoration: none;
  width: 100%;
}
.menuPc__subLink:hover {
  text-decoration: underline;
}

@media screen and (max-width: 960px) {
  .sp {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 960px) {
  .sp .sp__hbg {
    background-image: url("../img/ico_hbg_sp.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 26px auto;
    cursor: pointer;
    display: block;
    height: 100%;
    width: 50px;
  }
}
.sp .sp__hbg.sp__hbg_active {
  background-color: #666;
  background-image: url("../img/ico_menu_close.png");
  background-size: 29px auto;
}

.toggle {
  background-color: #666;
  left: 0;
  max-height: calc(100vh - 84px);
  overflow: auto;
  position: absolute;
  top: 84px;
  width: 100%;
  z-index: 10000;
}
.toggle .toggle__menu {
  display: none;
}
.toggle .toggle__item {
  background-color: #000;
}
.toggle .toggle__link {
  border-bottom: 1px solid #666;
  color: #fff;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 3rem;
  padding: 10px 15px;
  position: relative;
}
.toggle .toggle__link:before {
  background-color: transparent;
  background-image: url(../img/ico_plus.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 14px;
  margin: auto;
  position: absolute;
  right: 16px;
  top: 0;
  width: 14px;
}
.toggle .toggle__link.toggle__link_active:before {
  background-image: url(../img/ico_minus.png);
}
.toggle .toggle__link.toggle__link_arrow:before {
  background-image: url(../img/ico_arrow_white.png);
}

.menuSp {
  display: none;
}
.menuSp .menuSp__list {
  background-color: #333;
  padding-left: 30px;
}
.menuSp .menuSp__list:last-child {
  border-bottom: 1px solid #666;
}
.menuSp .menuSp__list.menuSp__list_sub {
  background: #464646;
  border-bottom: 1px solid #666;
  padding-left: 20px;
}
.menuSp .menuSp__list.menuSp__list_sub .menuSp__link {
  border-bottom: none;
}
.menuSp .menuSp__list.menuSp__list_sub .menuSp__link:before {
  content: none;
}
.menuSp .menuSp__list.menuSp__list_sub .menuSp__link::after {
  background: url(../img/link_after.png) no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 50%;
  content: "";
  display: inline-block;
  height: 14px;
  margin-left: 0.25em;
  position: absolute;
  right: 20px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 18px;
}
.menuSp__subLink,
.menuSp .menuSp__link {
  border-bottom: 1px solid #666;
  color: #fff;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 3rem;
  padding: 10px 15px 10px 0;
  position: relative;
}
@media screen and (max-width: 960px) {
  .menuSp__subLink,
.menuSp .menuSp__link {
    padding-right: 50px;
  }
}
.menuSp__subLink:last-child,
.menuSp .menuSp__link:last-child {
  border-bottom: none;
}
.menuSp__subLink.menuSp__link_last,
.menuSp .menuSp__link.menuSp__link_last {
  border-bottom: none;
}
.menuSp__subLink:before,
.menuSp .menuSp__link:before {
  background: url(../img/ico_arrow_white.png) no-repeat center/contain;
  bottom: 0;
  content: "";
  height: 14px;
  margin: auto;
  position: absolute;
  right: 16px;
  top: 0;
  width: 14px;
}
@media screen and (max-width: 960px) {
  .menuSp__subLink:before,
.menuSp .menuSp__link:before {
    bottom: auto;
    top: 16px;
  }
}
.menuSp__subLink.bbNone,
.menuSp .menuSp__link.bbNone {
  border-bottom: none;
}
.menuSp .menuSp__link_blank:before {
  background: url(../img/ico_blank.svg) no-repeat center/contain;
  content: "";
  height: 16px;
  margin: auto 3px auto auto;
  width: 20px;
}
@media screen and (max-width: 960px) {
  .menuSp .menuSp__link_blank:before {
    bottom: auto;
    top: 16px;
  }
}
.menuSp__subLink {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 2em;
}
.menuSp__subLink::before {
  content: none;
}
.menuSp__subLink::after {
  background-color: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 16px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 6px;
}

.toggleBlock {
  background-color: #000;
  padding: 20px 10px 45px;
  text-align: center;
}
.toggleBlock .toggleBlock__contact {
  background-color: #ffe600;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 46px;
  line-height: 4.6rem;
  margin-bottom: 18px;
  text-align: center;
}
.toggleBlock .toggleBlock__close {
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 40px;
  line-height: 4rem;
  padding: 0 15px;
  text-align: center;
}
.toggleBlock .toggleBlock__txt:before {
  background-image: url(../img/ico_close.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 11px;
  margin-right: 4px;
  width: 11px;
}

.breadcrumb {
  background: #ebebeb;
}
@media screen and (max-width: 960px) {
  .breadcrumb {
    border-bottom: 1px solid #ccc;
  }
}
.breadcrumb__list {
  padding-bottom: 16px;
  padding-top: 16px;
}
.breadcrumb__item {
  display: inline;
  font-size: 1.2rem;
  line-height: 1em;
  padding-right: 20px;
  position: relative;
}
.breadcrumb__item:after {
  border-right: 1px solid #666;
  border-top: 1px solid #666;
  content: "";
  height: 5px;
  margin-top: -3px;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
}
.breadcrumb__item:last-child:after {
  content: none;
}
.breadcrumb__link {
  color: #666;
}
.breadcrumb__link:hover {
  text-decoration: underline;
}

.comingsoon {
  color: #666 !important;
  cursor: default;
}
.comingsoon:hover {
  text-decoration: none !important;
}

.cookieContainer {
  background: #eeeeee;
  bottom: 0;
  display: none;
  left: 0;
  padding: 15px 0;
  position: fixed;
  width: 100%;
  z-index: 10001;
}
@media screen and (max-width: 960px) {
  .cookieContainer {
    padding: 12px 0;
  }
}
.cookieContainer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 785px;
}
.cookieContainer__text {
  color: #3e3e3e;
  font-size: 1.4rem;
  line-height: 1.5;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .cookieContainer__text {
    font-size: 1.1rem;
    padding-bottom: 10px;
  }
}
.cookieContainer__link {
  text-decoration: underline;
}
.cookieContainer__link:hover {
  text-decoration: none;
}
.cookieContainer .cookieBtn {
  background: #fff;
  cursor: pointer;
  font-size: 1.6rem;
  min-width: 80px;
  padding: 9px 20px 10px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .cookieContainer .cookieBtn {
    font-size: 1.1rem;
    min-width: 64px;
    padding: 5px 20px 6px;
  }
}
.cookieContainer .cookieBtn:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #000;
}

.footer .footer__logoBox {
  border-bottom: 1px solid #ccc;
}
.footer .footer__logo {
  padding-bottom: 10px;
  padding-top: 10px;
}
@media screen and (max-width: 960px) {
  .footer .footer__logo {
    font-size: 1.2rem;
    line-height: 1em;
    padding-bottom: 16px;
    padding-top: 41px;
  }
}
.footer .footer__logo--img {
  height: 13px;
}
.footer .footer__border.cmn-sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .footer .footer__border.cmn-sp {
    border-bottom: 1px solid #ccc;
    display: block;
  }
}
.footer .footerGnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .footer .footerGnav {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 960px) {
  .footer .footerGnav.cmn-pc {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .footer .footerGnav {
    padding-bottom: 15px;
    padding-top: 10px;
  }
}
.footer .footerGnav__list {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer .footerGnav__item {
  margin-right: 20px;
}
.footer .footerGnav__blank {
  position: relative;
}
.footer .footerGnav__blank::after {
  background: url(../img/ico_en_after.png) no-repeat;
  content: "";
  height: 13px;
  margin-left: 0.25em;
  position: absolute;
  right: -14px;
  top: 4px;
  width: 13px;
}
.footer .footerGnav__link {
  font-size: 1.2rem;
  line-height: 1em;
  padding-left: 13px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .footer .footerGnav__link {
    border-bottom: 1px solid #ccc;
    padding-bottom: 2px;
    padding-left: 0;
  }
}
.footer .footerGnav__link:before {
  background: #000;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 10px;
  left: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 10px;
}
@media screen and (max-width: 960px) {
  .footer .footerGnav__link:before {
    content: none;
  }
}
.footer .footerGnav__link:after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  bottom: 0;
  content: "";
  height: 3px;
  left: 2px;
  margin: auto 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 3px;
}
@media screen and (max-width: 960px) {
  .footer .footerGnav__link:after {
    content: none;
  }
}
.footer .footerGnav__link:hover {
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
  .footer .footer__blank {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1em;
    margin: 5px 30px 0 17px;
    position: relative;
  }
  .footer .footer__blank:before {
    background: url(../img/ico_en_before.png) no-repeat;
    content: "";
    height: 10px;
    left: -16px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 11px;
  }
  .footer .footer__blank:after {
    background: url(../img/ico_blank_gray.svg) no-repeat center/contain;
    content: "";
    height: 10px;
    margin-top: -5px;
    position: absolute;
    right: -20px;
    top: 50%;
    width: 13px;
  }
}
.footer .footer__copyright {
  font-size: 1rem;
  line-height: 1em;
  padding: 15px 0;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .footer .footer__copyright {
    padding: 15px 17px 20px;
  }
}
.footer .footerGnav__item.footerGnav__blank .footerGnav__link {
  border: none;
}

.titleBlock {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 290px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 960px) {
  .titleBlock {
    height: 200px;
  }
}
.titleBlock.titleBlock_about {
  background-image: url(../img/bg_about.jpg);
  background-position: 50% 0;
  margin-bottom: 25px;
}
@media screen and (max-width: 960px) {
  .titleBlock.titleBlock_about {
    background-image: url(../img/bg_about_sp.jpg);
    background-position: 50% 0;
    margin-bottom: 13.5px;
  }
}
.titleBlock.titleBlock_sub {
  background: #fff;
  height: 150px;
}
@media screen and (max-width: 960px) {
  .titleBlock.titleBlock_sub {
    height: 103px;
  }
}
.titleBlock.titleBlock_profile {
  margin-bottom: 7px;
}
@media screen and (max-width: 960px) {
  .titleBlock.titleBlock_profile {
    margin-bottom: 0;
  }
}
.titleBlock.titleBlock_product {
  background-image: url(../img/bg_products.jpg);
}
@media screen and (max-width: 960px) {
  .titleBlock.titleBlock_product {
    background-image: url(../img/bg_products_sp.jpg);
  }
}
.titleBlock.titleBlock_partners {
  background-image: url(../img/bg_top_products.jpg);
}
@media screen and (max-width: 960px) {
  .titleBlock.titleBlock_partners {
    background-image: url(../img/bg_top_products_sp.jpg);
  }
}
.titleBlock.titleBlock_eventLibrary {
  height: 150px;
  margin-bottom: 28px;
}
@media screen and (max-width: 960px) {
  .titleBlock.titleBlock_eventLibrary {
    height: 103px;
    margin-bottom: 17px;
  }
}
.titleBlock.titleBlock_catalog {
  height: 150px;
}
@media screen and (max-width: 960px) {
  .titleBlock.titleBlock_catalog {
    height: 103px;
  }
}
.titleBlock.titleBlock_information, .titleBlock.titleBlock_privacy {
  height: 150px;
}
@media screen and (max-width: 960px) {
  .titleBlock.titleBlock_information, .titleBlock.titleBlock_privacy {
    height: 103px;
  }
}
.titleBlock .titleBlock__img {
  display: block;
  height: 28.5px;
  margin-bottom: 10px;
  width: auto;
}
@media screen and (max-width: 960px) {
  .titleBlock .titleBlock__img {
    height: 21px;
    margin-bottom: 5px;
  }
}
.titleBlock .titleBlock__img_sub {
  height: 29px;
}
@media screen and (max-width: 960px) {
  .titleBlock .titleBlock__img_sub {
    height: 20px;
  }
}
.titleBlock .titleBlock__img_partners {
  height: 73px;
}
@media screen and (max-width: 960px) {
  .titleBlock .titleBlock__img_partners {
    height: 49px;
  }
}
.titleBlock .titleBlock__ttl {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 40px;
  line-height: 4rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .titleBlock .titleBlock__ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
.titleBlock .titleBlock__ttl.titleBlock__ttl_eventLibrary, .titleBlock .titleBlock__ttl.titleBlock__ttl_information, .titleBlock .titleBlock__ttl.titleBlock__ttl_privacy {
  color: #000;
}
.titleBlock .titleBlock__ttl_sub {
  color: #000;
}
.titleBlock .titleBlock__ttl_catalog {
  color: #000;
}

.contactBtm {
  background-color: #f0f0f0;
  padding: 55px 0;
}
.contactBtm .contactBtm__ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 34px;
  line-height: 3.4rem;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .contactBtm .contactBtm__ttl {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 23px;
    line-height: 2.3rem;
    margin-bottom: 35px;
  }
}
.contactBtm .contactBtm__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .contactBtm .contactBtm__cont {
    display: block;
  }
}
.contactBtm .contactBtm__list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 12px;
}
@media screen and (max-width: 960px) {
  .contactBtm .contactBtm__list {
    margin-bottom: 12.5px;
    margin-right: 0;
  }
}
.contactBtm .contactBtm__btn {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 66px;
  line-height: 6.6rem;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 960px) {
  .contactBtm .contactBtm__btn {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 46px;
    line-height: 4.6rem;
  }
}
.contactBtm .contactBtm__btn:before {
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  bottom: 0;
  content: "";
  height: 8px;
  margin: auto 0;
  position: absolute;
  right: 15px;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 8px;
}
.contactBtm .contactBtm__btn:hover {
  background-color: #000;
  color: #fff;
}
.contactBtm .contactBtm__btn:hover:before {
  border-color: #ffe600;
}
.contactBtm .contactBtm__btn.contactBtm__btn_form {
  background-color: #ffe600;
  border: none;
  color: inherit;
  margin-bottom: 14px;
}
.contactBtm .contactBtm__btn.contactBtm__btn_form:before {
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  bottom: 0;
  content: "";
  height: 8px;
  margin: auto 0;
  position: absolute;
  right: 15px;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
}
.contactBtm .contactBtm__btn.contactBtm__btn_form:hover {
  background: #000;
  color: #fff;
}
.contactBtm .contactBtm__btn.contactBtm__btn_form:hover:before {
  border-color: #ffe600;
}

.contactBox {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 12px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .contactBox {
    margin-left: 0;
    padding: 20px 20px 15px;
  }
}
.contactBox .contactBox__ttl {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 31px;
  line-height: 3.1rem;
}
@media screen and (max-width: 960px) {
  .contactBox .contactBox__ttl {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
.contactBox .contactBox__tel {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 43px;
  line-height: 4.3rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .contactBox .contactBox__tel {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 37px;
    line-height: 3.7rem;
    margin-bottom: 5px;
  }
}
.contactBox .contactBox__tel:before {
  background-image: url(../img/ico_tel.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  height: 28px;
  left: -36px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 28px;
}
@media screen and (max-width: 960px) {
  .contactBox .contactBox__tel:before {
    left: -32px;
  }
}
.contactBox .contactBox__txt {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 21px;
  line-height: 2.1rem;
}
@media screen and (max-width: 960px) {
  .contactBox .contactBox__txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
  }
}

.productsList {
  background: #dadada;
  padding: 53px 0 48px;
}
.productsList__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .productsList__list {
    display: block;
  }
}
.productsList__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 115px;
  padding-left: 19px;
  position: relative;
  width: 305px;
}
@media screen and (max-width: 960px) {
  .productsList__item {
    margin: 0 auto;
    margin-bottom: 14px;
  }
  .productsList__item:last-child {
    margin-bottom: 0;
  }
}
.productsList__item:nth-of-type(1) {
  background: url(../img/img_product_01.png) no-repeat;
}
.productsList__item:nth-of-type(2) {
  background: url(../img/img_product_02.png) no-repeat;
}
.productsList__item:nth-of-type(3) {
  background: url(../img/img_product_03.png) no-repeat;
}
.productsList__item:after {
  background: url(../img/link_after.png) no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 9px;
  content: "";
  display: inline-block;
  height: 14px;
  margin-left: 0.25em;
  position: absolute;
  right: 9px;
  width: 18px;
}
.productsList__link {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 26px;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.listSearch {
  background-color: #333;
  padding: 30px 0 40px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .listSearch {
    padding: 20px 0 10px;
  }
}
.listSearch .listSearch__txt {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 30px;
  line-height: 3rem;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .listSearch .listSearch__txt {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 26px;
    line-height: 2.6rem;
    text-align: left;
  }
}
.listSearch .listSearch__selectBox {
  background: #fff url(../img/ico_arrow_bottom.svg) no-repeat top 14px right 11px/20px 20px;
  border: 1px solid #666;
  color: #333;
  font-size: 1.7rem;
  height: 50px;
  width: 456px;
}
@media screen and (max-width: 960px) {
  .listSearch .listSearch__selectBox {
    background-position: top 9px right 12px;
    float: none !important;
    font-size: 14px;
    font-size: 1.4rem;
    height: 39px;
    margin-bottom: 10px;
    width: 100%;
  }
}
.listSearch .listSearch__selectBox.listSearch__selectBox_cat {
  float: left;
}
.listSearch .listSearch__selectBox.listSearch__selectBox_use {
  float: right;
}
.listSearch .listSearch__select {
  cursor: pointer;
  height: 100%;
  padding: 0 36px 0 8px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .listSearch .listSearch__select {
    color: #000;
    padding: 0 36px 0 18px;
  }
}
.listSearch_information .listSearch__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .listSearch_information .listSearch__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.listSearch_information .listSearch__selectBox {
  width: 306px;
}
@media screen and (max-width: 960px) {
  .listSearch_information .listSearch__selectBox {
    width: 100%;
  }
}
.listSearch_information .listSearch__selectBox:not(:first-of-type) {
  margin-left: 21px;
}
@media screen and (max-width: 960px) {
  .listSearch_information .listSearch__selectBox:not(:first-of-type) {
    margin-left: 0;
  }
}
.listSearch_info-products .listSearch__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 960px) {
  .listSearch_info-products .listSearch__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.listSearch_info-products .listSearch__selectBox {
  width: 306px;
}
@media screen and (max-width: 960px) {
  .listSearch_info-products .listSearch__selectBox {
    width: 100%;
  }
}
.listSearch_info-products .listSearch__selectBox:not(:first-of-type) {
  margin-left: 21px;
}
@media screen and (max-width: 960px) {
  .listSearch_info-products .listSearch__selectBox:not(:first-of-type) {
    margin-left: 0;
  }
}
.listSearch_event .listSearch__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 960px) {
  .listSearch_event .listSearch__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.listSearch_event .listSearch__selectBox {
  width: 306px;
}
@media screen and (max-width: 960px) {
  .listSearch_event .listSearch__selectBox {
    width: 100%;
  }
}
.listSearch_event .listSearch__selectBox:not(:first-of-type) {
  margin-left: 21px;
}
@media screen and (max-width: 960px) {
  .listSearch_event .listSearch__selectBox:not(:first-of-type) {
    margin-left: 0;
  }
}

.listSearchBtn {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 16px 10px;
  position: fixed;
  right: 0;
  top: auto;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .listSearchBtn {
    padding: 10px;
  }
}
.listSearchBtn.is_fixed {
  margin-top: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (max-width: 960px) {
  .listSearchBtn.is_fixed .pc-cont {
    display: block;
  }
}
.listSearchBtn .pc-cont {
  display: block;
}
@media screen and (max-width: 960px) {
  .listSearchBtn .pc-cont {
    display: none;
  }
}
.listSearchBtn__link {
  background-color: #ffe600;
  background-image: url(../img/ico_blank.png);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  border: 1px solid #666;
  border-radius: 50px;
  color: #000;
  content: "";
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2rem;
  margin: auto;
  padding: 10px;
  text-align: left;
  -webkit-transition: background-color 0.2s ease, background-image 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, background-image 0.2s ease, color 0.2s ease;
  width: 480px;
}
.listSearchBtn__link:hover {
  background-color: #000;
  background-image: url(../img/ico_blank.svg);
  color: #fff;
}
@media screen and (max-width: 960px) {
  .listSearchBtn__link {
    background-position: right 10px center;
    max-width: 350px;
    padding: 8px;
    width: 100%;
  }
}
.listSearchBtn__imgWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 960px) {
  .listSearchBtn__imgWrap {
    gap: 0;
  }
}
.listSearchBtn__ttl {
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .listSearchBtn__ttl {
    font-size: 1.2rem;
    margin: 0;
  }
}
.listSearchBtn__ttl b {
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  .listSearchBtn__ttl b {
    font-size: 1.6rem;
  }
}
.listSearchBtn__txt {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0 5px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .listSearchBtn__txt {
    font-size: 1.2rem;
  }
}
.listSearchBtn svg {
  height: auto;
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
  width: 60px;
}
@media screen and (max-width: 960px) {
  .listSearchBtn svg {
    width: 42px;
  }
}

.pagination {
  text-align: center;
}
.pagination .pagination__item {
  display: inline-block;
  vertical-align: middle;
}
.pagination .pagination__link {
  background: #000;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  height: 46px;
  line-height: 46px;
  margin: 0 5px;
  position: relative;
  text-align: center;
  width: 46px;
}
@media screen and (max-width: 960px) {
  .pagination .pagination__link {
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
}
@media screen and (max-width: 374px) {
  .pagination .pagination__link {
    height: 35px;
    line-height: 35px;
    width: 35px;
  }
}
.pagination .pagination__link_this {
  background: #ffe600;
  color: #000;
}
.pagination .pagination__link_prev {
  background: #fff;
}
.pagination .pagination__link_prev:before {
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  content: "";
  height: 8px;
  left: 0;
  margin: -6px auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  width: 8px;
}
.pagination .pagination__link_next {
  background: #fff;
}
.pagination .pagination__link_next:before {
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  content: "";
  height: 8px;
  left: 0;
  margin: -6px auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
}
.pagination .pagination__link:hover {
  background: #ffe600;
  color: #000;
}

.modal-open {
  overflow: hidden;
}

.layer_board_bg {
  background: #333;
  cursor: pointer;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.layer_board {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.modalContent {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100000;
}
@media screen and (max-width: 960px) {
  .modalContent {
    padding: 20px;
  }
}
.modalContent .modalContent__inner {
  background-color: #fff;
  max-width: 790px;
  padding: 55px 100px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .modalContent .modalContent__inner {
    padding: 40px 30px;
  }
}
.modalContent .modalContent__txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .modalContent .modalContent__txt {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 23px;
    line-height: 2.3rem;
  }
}
.modalContent .modalContent__ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .modalContent .modalContent__ttl {
    line-height: 27px;
    line-height: 2.7rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 374px) {
  .modalContent .modalContent__ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.modalBtn {
  margin: auto;
  max-width: 400px;
  overflow: hidden;
  width: 100%;
}
.modalBtn .modalBtn__btn {
  background-color: #fff;
  background-image: url(../img/ico_arrow.png);
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: 9px auto;
  border: 1px solid #000;
  cursor: pointer;
  float: left;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  height: 60px;
  line-height: 58px;
  line-height: 5.8rem;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 40%;
}
@media screen and (max-width: 960px) {
  .modalBtn .modalBtn__btn {
    height: 55px;
    line-height: 53px;
    line-height: 5.3rem;
    width: 47.5%;
  }
}
.modalBtn .modalBtn__btn:hover {
  background-color: #333 !important;
  background-image: url(../img/ico_arrow_white.png);
  border-color: #333 !important;
  color: #fff;
}
.modalBtn .modalBtn__btn.modalBox__btn_gray {
  background-color: #767676;
  background-image: url(../img/ico_arrow_white.png);
  border-color: #767676;
  color: #fff;
  float: right;
}

.pagetop {
  bottom: 80px;
  cursor: pointer;
  display: none;
  height: 60px;
  position: fixed;
  right: 60px;
  width: 60px;
  z-index: 100;
}
@media screen and (max-width: 960px) {
  .pagetop {
    bottom: 40px;
    right: 30px;
  }
}
.pagetop:hover {
  opacity: 0.6;
}
@media screen and (max-width: 960px) {
  .pagetop:hover {
    opacity: unset;
  }
}

/********************
            ENGLISH
********************/
.ttlEn {
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .ttlEn {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}
.ttlEn:before {
  background-color: #ffe600;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 40px;
}
@media screen and (max-width: 960px) {
  .ttlEn:before {
    height: 2px;
    width: 30px;
  }
}
.ttlEn.ttlEn_contact {
  margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
  .ttlEn.ttlEn_contact {
    margin-bottom: 40px;
  }
}
.ttlEn .ttlEn__img {
  height: 26px;
}
@media screen and (max-width: 960px) {
  .ttlEn .ttlEn__img {
    height: 18px;
  }
}
.ttlEn .ttlEn__img.ttlEn__img_products {
  height: 46px;
}
.ttlEn .ttlEn__img.ttlEn__img_pc {
  display: inline;
}
@media screen and (max-width: 960px) {
  .ttlEn .ttlEn__img.ttlEn__img_pc {
    display: none;
  }
}
.ttlEn .ttlEn__img.ttlEn__img_sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .ttlEn .ttlEn__img.ttlEn__img_sp {
    display: inline;
  }
}

.contactBtm.contactBtm_en {
  padding: 60px 0 100px;
}
@media screen and (max-width: 960px) {
  .contactBtm.contactBtm_en {
    padding: 50px 0 65px;
  }
}
.contactBtm .contactBtm__btn.contactBtm__btn_en {
  margin: auto !important;
  max-width: 470px;
  width: 100%;
}

.titleBlock .titleBlock__img.titleBlock__img_en {
  margin-bottom: 0;
}

.text-shadow {
  text-shadow: 0 0 15px #000, 0 0 25px #000;
}

.img-shadow {
  -webkit-filter: drop-shadow(0 0 8px #000);
          filter: drop-shadow(0 0 8px #000);
}

.img-shadow-l {
  -webkit-filter: drop-shadow(0 0 20px #000);
          filter: drop-shadow(0 0 20px #000);
}

.login {
  padding: 55px 0 80px;
}
.login + .login {
  padding-top: 0;
}
.login:last-child {
  padding-bottom: 120px;
}
@media screen and (max-width: 960px) {
  .login:last-child {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 960px) {
  .login {
    padding: 20px 0 60px;
  }
}
.login .login__subTtl {
  font-size: 2rem;
  font-weight: normal;
  line-height: 4rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .login .login__subTtl {
    font-size: 1.6rem;
  }
}
.login .login__txt {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .login .login__txt {
    font-size: 1.4rem;
  }
}
.login .login__txt:first-of-type, .login .login__txt + .login__list {
  margin-top: 32px;
}
@media screen and (max-width: 960px) {
  .login .login__txt:first-of-type, .login .login__txt + .login__list {
    margin-top: 10px;
  }
}
.login .login__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -12px;
}
@media screen and (max-width: 960px) {
  .login .login__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0;
  }
}
.login .login__btn {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  display: block;
  font-size: 1.8rem;
  line-height: 1.6;
  margin: 0 12px;
  padding: 15px 0 13px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 50%;
}
@media screen and (max-width: 960px) {
  .login .login__btn {
    font-size: 1.5rem;
    margin: 0 0 14px;
    width: 100%;
  }
}
.login .login__btn:before {
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  bottom: 0;
  content: "";
  height: 8px;
  margin: auto 0;
  position: absolute;
  right: 15px;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 8px;
}
.login .login__btn:hover {
  background-color: #000;
  color: #fff;
}
.login .login__btn:hover:before {
  border-color: #ffe600;
}
.login .login__btn_form {
  background-color: #ffe600;
  border: none;
  color: inherit;
  margin-bottom: 14px;
}
.login .login__btn_form:before {
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  bottom: 0;
  content: "";
  height: 8px;
  margin: auto 0;
  position: absolute;
  right: 15px;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
}
.login .login__btn_form:hover {
  background: #000;
  color: #fff;
}
.login .login__btn_form:hover:before {
  border-color: #ffe600;
}
.login__inputArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .login__inputArea {
    display: block;
    margin-bottom: 60px;
  }
}
.login__dl {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .login__dl {
    display: block;
    margin: 0 auto 25px;
    max-width: 520px;
  }
}
.login__dl:not(:first-child) {
  margin-left: 30px;
}
@media screen and (max-width: 960px) {
  .login__dl:not(:first-child) {
    margin-left: auto;
  }
}
.login__dt {
  padding-right: 10px;
  text-align: right;
  width: 120px;
}
@media screen and (max-width: 960px) {
  .login__dt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 6px;
    text-align: left;
    width: 100%;
  }
}
.login__dt::after {
  content: "：";
  display: inline-block;
  margin-left: 4px;
}
@media screen and (max-width: 960px) {
  .login__dt::after {
    content: none;
  }
}
.login__dd {
  width: 240px;
}
@media screen and (max-width: 960px) {
  .login__dd {
    width: 100%;
  }
}
.login__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #ccc;
  padding: 10px 10px;
  width: 100%;
}
.login__input:focus {
  outline: none;
}
.login__btnArea {
  text-align: center;
  width: 100%;
}
.login__submit {
  background: #000;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem;
  height: auto;
  line-height: 1em;
  margin: 0 auto;
  max-width: 350px;
  padding: 16px 0;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
}
.login__submit::after {
  border-right: 2px solid #ffe600;
  border-top: 2px solid #ffe600;
  bottom: 0;
  content: "";
  height: 8px;
  margin: auto 0;
  position: absolute;
  right: 10px;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
}
.login__submit:hover {
  background: #ffe600;
  color: #000;
}
.login__submit:hover::after {
  border-color: #000;
}
.login__error {
  color: #f00;
  font-size: 1.4rem;
  margin-bottom: 20px;
  text-align: center;
}

.ophthalmic .pagetop {
  bottom: 100px;
}
@media screen and (max-width: 960px) {
  .ophthalmic .pagetop {
    bottom: 85px;
  }
}