@font-face {
  font-family: 'NotoSansCJKjp';
  font-weight: 100;
  font-style: normal;
  src: url("/whole/fonts/NotoSansCJKjp-Thin.otf") format("opentype");
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-weight: 200;
  font-style: normal;
  src: url("/whole/fonts/NotoSansCJKjp-Light.otf") format("opentype");
}

/* ---------------------------------
Structure
--------------------------------- */
/* .mediaQueries */
.mediaQueries {
  display: none;
}

@media (min-width: 768px) {
  .mediaQueries {
    width: 1px;
  }
}

@media (max-width: 767px) {
  .mediaQueries {
    width: 2px;
  }
}

/* .breadcrumbNavWrap */
.breadcrumbNavWrap {
  position: absolute;
  z-index: 50;
  top: 110px;
  left: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .breadcrumbNavWrap {
    position: static;
    width: auto;
  }
}

/* .breadcrumbNav */
.breadcrumbNav {
  background: none;
}

.breadcrumbNav::before {
  left: 0;
  width: 100%;
  margin-left: 0;
  opacity: .3;
  background: #a78157;
}

@media (max-width: 767px) {
  .breadcrumbNav::before {
    opacity: 1;
    background: #f2f2f2;
  }
}

.breadcrumbNav ol > li::before {
  opacity: .2;
  background: #000;
}

@media (max-width: 767px) {
  .breadcrumbNav ol > li::before {
    opacity: 1;
    background: #d9d9d9;
  }
}

.breadcrumbNav ol > li > a {
  color: #fff;
}

@media (max-width: 767px) {
  .breadcrumbNav ol > li > a {
    color: #0075c1;
  }
}

.breadcrumbNav ol > li:first-child > a::before {
  width: 15px;
  height: 15px;
  background-image: url("/whole/images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: -714px -186px;
  background-size: 774px 458px;
}

.breadcrumbNav ol > li:last-child > span {
  background: #000;
}

@media (max-width: 767px) {
  .breadcrumbNav ol > li:last-child > span {
    background: none;
  }
}

.breadcrumbNav.hanbai::before {
  opacity: .3;
  background: #a78157;
}

@media (max-width: 767px) {
  .breadcrumbNav.hanbai::before {
    opacity: 1;
    background: #f2f2f2;
  }
}

.breadcrumbNav.hanbai ol > li > a {
  color: #222;
}

@media (max-width: 767px) {
  .breadcrumbNav.hanbai ol > li > a {
    color: #0075c1;
  }
}

.breadcrumbNav.hanbai ol > li:first-child > a::before {
  width: 15px;
  height: 15px;
  background-image: url("/whole/images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: -694px -186px;
  background-size: 774px 458px;
}

.breadcrumbNav.event::before {
  opacity: .2;
  background: #fff6bd;
}

@media (max-width: 767px) {
  .breadcrumbNav.event::before {
    opacity: 1;
    background: #f2f2f2;
  }
}

.breadcrumbNav.factory::before {
  opacity: .3;
  background: #000;
}

@media (max-width: 767px) {
  .breadcrumbNav.factory::before {
    opacity: 1;
    background: #f2f2f2;
  }
}

.breadcrumbNav.factory ol > li::before {
  background: #fff;
}

@media (max-width: 767px) {
  .breadcrumbNav.factory ol > li::before {
    background: #d9d9d9;
  }
}

/* .contentsBgWrap */
.contentsBgWrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .contentsBgWrap {
    padding-bottom: 0;
  }
}

.contentsBgWrap .contentsBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1381px) {
  .contentsBgWrap .contentsBg {
    left: 50%;
    width: 1366px;
    margin-left: -683px;
  }
}

.contentsBgWrap .contentsBg > div {
  position: relative;
  padding-top: 97.75%;
}

.contentsBgWrap .contentsBg > div > div {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100%;
}

@media (min-width: 768px) and (max-width: 1381px) {
  .contentsBgWrap .contentsBg > div > div {
    width: 1366px;
  }
}

@media (max-width: 767px) {
  .contentsBgWrap .contentsBg.hanbai {
    display: none;
  }
}

.contentsBgWrap .contentsBg.hanbai > div {
  padding-top: 88.8125%;
}

.contentsBgWrap .contentsBg.hanbai > div > div {
  background-image: url(/whole/images/bg_hanbai01.jpg);
}

@media (max-width: 767px) {
  .contentsBgWrap .contentsBg.exhibit {
    top: 0 !important;
    bottom: auto !important;
  }
}

@media (max-width: 767px) {
  .contentsBgWrap .contentsBg.exhibit > div {
    padding-top: 133.6%;
  }
}

.contentsBgWrap .contentsBg.exhibit > div > div {
  background-image: url(/whole/images/bg_exhibit01.jpg);
}

@media (max-width: 767px) {
  .contentsBgWrap .contentsBg.exhibit > div > div {
    position: absolute !important;
    top: 0 !important;
    left: 0;
    height: 100% !important;
    background-image: url(/whole/images/bg_exhibit01_sp.jpg);
  }
}

@media (max-width: 767px) {
  .contentsBgWrap .contentsBg.event {
    display: none;
  }
}

.contentsBgWrap .contentsBg.event > div {
  padding-top: 88.8125%;
}

.contentsBgWrap .contentsBg.event > div > div {
  background-image: url(/whole/images/bg_event01.jpg);
}

@media (max-width: 767px) {
  .contentsBgWrap .contentsBg.factory {
    display: none;
  }
}

.contentsBgWrap .contentsBg.factory > div {
  padding-top: 92.3125%;
}

.contentsBgWrap .contentsBg.factory > div > div {
  background-image: url(/whole/images/bg_factory01.jpg);
}

.contentsBgWrap .contentsBg.ptn2 > div > div {
  position: fixed;
  height: 300%;
}

.contentsBgWrap .contentsBg.ptn3 {
  top: auto;
  bottom: 0;
}

.contentsBgWrap .contentsBg.ptn3 > div > div {
  position: absolute;
}

.contentsBgWrap .contentsBgWrapIn {
  position: relative;
}

/* ---------------------------------
Module
--------------------------------- */
/* .only */
@media (max-width: 767px) {
  .onlyG768 {
    display: none;
  }
}

@media (min-width: 768px) {
  .onlyL767 {
    display: none;
  }
}

/* .cmnTxtList */
.cmnTxtList > li {
  line-height: 1.7;
}

.cmnTxtList > li > .listMark {
  display: block;
  float: left;
  margin-right: 3px;
}

.cmnTxtList > li > .listTxt {
  display: block;
  overflow: hidden;
}

/* .cmnExhibitBlock */
.cmnExhibitBlock {
  cursor: pointer;
}

@media (max-width: 767px) {
  .cmnExhibitBlock {
    padding: 15px 10px;
    cursor: default;
    border: 1px solid #e5e5e5;
    background: #fff;
  }
}

.cmnExhibitBlock .blockDistance {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
  text-align: center;
  color: #f17500;
}

@media (max-width: 767px) {
  .cmnExhibitBlock .blockDistance {
    font-size: 1rem;
    text-align: left;
  }
}

.cmnExhibitBlock .blockBox {
  position: relative;
  border: 1px solid #e5e5e5;
  background: #fff;
}

@media (max-width: 767px) {
  .cmnExhibitBlock .blockBox {
    border: none;
    background: none;
  }
}

.cmnExhibitBlock .blockPicture {
  padding-top: 75.14286%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

@media (max-width: 767px) {
  .cmnExhibitBlock .blockPicture {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 60px;
    padding-top: 0;
  }
}

.cmnExhibitBlock .blockBoxIn {
  padding: 14px;
}

@media (max-width: 767px) {
  .cmnExhibitBlock .blockBoxIn {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .cmnExhibitBlock .blockNameAddress {
    min-height: 60px;
    padding-left: 90px;
  }
}

.cmnExhibitBlock .blockName {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .cmnExhibitBlock .blockName {
    font-size: 1.14286rem;
    min-height: 0 !important;
  }
}

.cmnExhibitBlock .blockAddress {
  font-size: 0.875rem;
  line-height: 1.3;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .cmnExhibitBlock .blockAddress {
    font-size: 0.92857rem;
    min-height: 0 !important;
    margin-top: 5px;
  }
}

.cmnExhibitBlock .blockList {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .cmnExhibitBlock .blockList {
    min-height: 0 !important;
  }
}

.cmnExhibitBlock .blockList > li {
  position: relative;
  min-height: 21px;
  margin-top: 15px;
  padding-left: 80px;
}

@media (max-width: 767px) {
  .cmnExhibitBlock .blockList > li {
    margin-top: 8px;
    padding-left: 90px;
  }
}

.cmnExhibitBlock .blockList > li:first-child {
  margin-top: 0;
}

.cmnExhibitBlock .blockList > li .title {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.1;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  padding: 3px 0 4px;
  text-align: center;
  letter-spacing: .5px;
  color: #fff;
  background: #9fa0a0;
}

@media (max-width: 767px) {
  .cmnExhibitBlock .blockList > li .title {
    font-size: 0.92857rem;
    width: 80px;
  }
}

.cmnExhibitBlock .blockList > li .body {
  font-size: 0.875rem;
  line-height: 1.3;
  padding-top: 1px;
}

@media (max-width: 767px) {
  .cmnExhibitBlock .blockList > li .body {
    font-size: 0.92857rem;
  }
}

@media (max-width: 767px) {
  .cmnExhibitBlock .blockList > li:nth-child(1) .body > span {
    position: relative;
    display: inline-block;
    padding-right: 97px;
  }
}

.cmnExhibitBlock .blockList > li:nth-child(1) .body .btn {
  font-size: 0.92857rem;
  font-weight: 500;
  line-height: 1.1;
  position: absolute;
  top: -2px;
  right: 0;
  display: none;
  box-sizing: border-box;
  width: 87px;
  padding: 3px 0 4px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #7fbae0;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .cmnExhibitBlock .blockList > li:nth-child(1) .body .btn {
    display: inline-block;
  }
}

.cmnExhibitBlock .blockBtn {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .cmnExhibitBlock .blockBtn > li {
    float: left;
    box-sizing: border-box;
    width: 50%;
  }
}

.cmnExhibitBlock .blockBtn > li > a {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.1;
  display: block;
  padding: 11px 0;
  text-align: center;
  border: 1px solid #7fbae0;
}

@media (max-width: 767px) {
  .cmnExhibitBlock .blockBtn > li > a {
    font-size: 1rem;
    padding: 13px 0;
    color: #fff;
    border: 1px solid #0075c1;
    border-radius: 4px;
    background: #0075c1;
  }
}

.cmnExhibitBlock .blockBtn > li > a > span {
  position: relative;
  display: inline-block;
  padding-right: 21px;
}

@media (max-width: 767px) {
  .cmnExhibitBlock .blockBtn > li > a > span {
    padding-right: 18px;
  }
}

.cmnExhibitBlock .blockBtn > li > a > span::before {
  position: absolute;
  top: 4px;
  right: 0;
  display: block;
  content: '';
  width: 11px;
  height: 9px;
  background-image: url("/whole/images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: -669px -103px;
  background-size: 774px 458px;
}

@media (max-width: 767px) {
  .cmnExhibitBlock .blockBtn > li > a > span::before {
    width: 11px;
    height: 9px;
    background-image: url("/whole/images/sprite_2x.png");
    background-repeat: no-repeat;
    background-position: -685px -103px;
    background-size: 774px 458px;
  }
}

@media (max-width: 767px) {
  .cmnExhibitBlock .blockBtn > li:first-child {
    padding-right: 5px;
  }
}

.cmnExhibitBlock .blockBtn > li:last-child {
  display: none;
}

@media (max-width: 767px) {
  .cmnExhibitBlock .blockBtn > li:last-child {
    display: block;
    padding-left: 5px;
  }
}

@media (max-width: 767px) {
  .cmnExhibitBlock .blockBtn > li:last-child > a {
    color: #222;
    border: 1px solid #7fbae0;
    background: #fff;
  }
}

@media (max-width: 767px) {
  .cmnExhibitBlock .blockBtn > li:last-child > a > span {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .cmnExhibitBlock .blockBtn > li:last-child > a > span::before {
    content: normal;
  }
}

@media (min-width: 768px) {
  body.pc .cmnExhibitBlock:hover .blockBtn > li > a,
  body.pc .cmnExhibitBlock:active .blockBtn > li > a {
    color: #fff;
    border: 1px solid #0075c1;
    background: #0075c1;
  }
  body.pc .cmnExhibitBlock:hover .blockBtn > li > a > span::before,
  body.pc .cmnExhibitBlock:active .blockBtn > li > a > span::before {
    width: 11px;
    height: 9px;
    background-image: url("/whole/images/sprite_2x.png");
    background-repeat: no-repeat;
    background-position: -685px -103px;
    background-size: 774px 458px;
  }
}

.cmnExhibitBlock.noLink {
  cursor: default;
}

.cmnExhibitBlock.noLink .blockBtn > li:first-child {
  visibility: hidden;
}

/* .cmnPrefBlock */
.cmnPrefBlock .blockSet {
  position: relative;
  margin-top: 20px;
  padding-left: 112px;
}

@media (max-width: 767px) {
  .cmnPrefBlock .blockSet {
    margin-top: 0;
    padding-left: 0;
    border-bottom: 1px solid #7fbae0;
  }
}

.cmnPrefBlock .blockSet:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .cmnPrefBlock .blockSet:first-child {
    border-top: 1px solid #7fbae0;
  }
}

.cmnPrefBlock .blockSet .setTitle {
  font-size: 1.3125rem;
  line-height: 1.3;
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  width: 112px;
  margin-top: -14px;
  padding: 0 10px 0 21px;
  text-align: center;
}

@media (max-width: 767px) {
  .cmnPrefBlock .blockSet .setTitle {
    font-size: 1.21429rem;
    font-weight: 500;
    position: relative;
    width: auto;
    margin-top: 0;
    padding: 13px 48px 13px 34px;
    cursor: pointer;
    -webkit-transition: background-color 300ms ease-out, color 300ms ease-out;
    transition: background-color 300ms ease-out, color 300ms ease-out;
    text-align: left;
    background: #fff;
  }
}

.cmnPrefBlock .blockSet .setTitle.line2 {
  margin-top: -27px;
}

@media (max-width: 767px) {
  .cmnPrefBlock .blockSet .setTitle.line2 {
    margin-top: 0;
  }
}

.cmnPrefBlock .blockSet .setTitle::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -15px;
  content: '';
}

@media (max-width: 767px) {
  .cmnPrefBlock .blockSet .setTitle::before {
    left: 10px;
    margin-top: -11px;
  }
}

.cmnPrefBlock .blockSet .setTitle > .icon {
  position: absolute;
  top: 50%;
  right: 21px;
  display: none;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
}

@media (max-width: 767px) {
  .cmnPrefBlock .blockSet .setTitle > .icon {
    display: block;
  }
}

.cmnPrefBlock .blockSet .setTitle > .icon::before, .cmnPrefBlock .blockSet .setTitle > .icon::after {
  position: absolute;
  display: block;
  content: '';
  background: #0075c1;
}

.cmnPrefBlock .blockSet .setTitle > .icon::before {
  top: 0;
  left: 8px;
  width: 2px;
  height: 18px;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}

.cmnPrefBlock .blockSet .setTitle > .icon::after {
  top: 8px;
  left: 0;
  width: 18px;
  height: 2px;
  -webkit-transition: background-color 300ms ease-out, -webkit-transform 300ms ease-out;
  transition: background-color 300ms ease-out, -webkit-transform 300ms ease-out;
  transition: background-color 300ms ease-out, transform 300ms ease-out;
  transition: background-color 300ms ease-out, transform 300ms ease-out, -webkit-transform 300ms ease-out;
}

@media (max-width: 767px) {
  .cmnPrefBlock .blockSet .setTitle.active {
    color: #fff;
    background: #0075c1;
  }
}

.cmnPrefBlock .blockSet .setTitle.active > .icon {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.cmnPrefBlock .blockSet .setTitle.active > .icon::before, .cmnPrefBlock .blockSet .setTitle.active > .icon::after {
  background: #fff;
}

.cmnPrefBlock .blockSet .setTitle.active > .icon::after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.cmnPrefBlock .blockSet .setBody {
  width: 506px;
}

@media (min-width: 768px) {
  .cmnPrefBlock .blockSet .setBody {
    display: block !important;
    height: auto !important;
  }
}

@media (max-width: 767px) {
  .cmnPrefBlock .blockSet .setBody {
    overflow: hidden;
    width: auto;
  }
}

.cmnPrefBlock .blockSet .setBody ul {
  padding: 1px 0 0 1px;
}

@media (max-width: 767px) {
  .cmnPrefBlock .blockSet .setBody ul {
    padding: 0;
  }
}

.cmnPrefBlock .blockSet .setBody ul > li {
  float: left;
  width: 102px;
  margin: -1px 0 0 -1px;
}

@media (max-width: 767px) {
  .cmnPrefBlock .blockSet .setBody ul > li {
    float: none;
    width: auto;
    margin: 0;
    border-top: 1px solid #7fbae0;
  }
}

.cmnPrefBlock .blockSet .setBody ul > li.clear {
  clear: left;
}

.cmnPrefBlock .blockSet .setBody ul > li > a {
  position: relative;
  display: table;
  width: 100%;
  height: 52px;
  text-decoration: none;
}

@media (max-width: 767px) {
  .cmnPrefBlock .blockSet .setBody ul > li > a {
    display: block;
    width: auto;
    height: auto;
  }
}

.cmnPrefBlock .blockSet .setBody ul > li > a > span {
  font-weight: 500;
  line-height: 1.1;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #0075c1;
  border: 1px solid #7fbae0;
  background: #fff;
}

@media (max-width: 767px) {
  .cmnPrefBlock .blockSet .setBody ul > li > a > span {
    font-size: 1.21429rem;
    line-height: 1.3;
    position: relative;
    display: block;
    padding: 13px 48px 13px 34px;
    text-align: left;
    color: #222;
    border: none;
    background: #e5f1f9;
  }
}

@media (max-width: 767px) {
  .cmnPrefBlock .blockSet .setBody ul > li > a > span::before {
    position: absolute;
    top: 50%;
    right: 21px;
    display: block;
    margin-top: -9px;
    content: '';
    width: 11px;
    height: 18px;
    background-image: url("/whole/images/sprite_2x.png");
    background-repeat: no-repeat;
    background-position: -515px -221px;
    background-size: 774px 458px;
  }
}

.cmnPrefBlock .blockSet .setBody ul > li > a > span .note {
  font-size: 0.625rem;
  display: block;
  margin-top: 2px;
}

@media (max-width: 767px) {
  .cmnPrefBlock .blockSet .setBody ul > li > a > span .note {
    font-size: 0.85714rem;
    display: inline;
    margin-top: 0;
  }
}

.cmnPrefBlock .blockSet .setBody ul > li > a > span .num {
  display: none;
}

@media (max-width: 767px) {
  .cmnPrefBlock .blockSet .setBody ul > li > a > span .num {
    display: inline;
  }
}

@media (min-width: 768px) {
  body.pc .cmnPrefBlock .blockSet .setBody ul > li > a:hover,
  body.pc .cmnPrefBlock .blockSet .setBody ul > li > a:active {
    z-index: 1;
  }
  body.pc .cmnPrefBlock .blockSet .setBody ul > li > a:hover > span,
  body.pc .cmnPrefBlock .blockSet .setBody ul > li > a:active > span {
    color: #fff;
    border: 1px solid #0075c1;
    background: #0075c1;
  }
}

.cmnPrefBlock .blockSet .setBody ul > li > a.zero {
  cursor: default;
}

.cmnPrefBlock .blockSet .setBody ul > li > a.zero > span {
  color: #bbb;
}

@media (max-width: 767px) {
  .cmnPrefBlock .blockSet .setBody ul > li > a.zero > span {
    color: #bbb;
  }
}

@media (max-width: 767px) {
  .cmnPrefBlock .blockSet .setBody ul > li > a.zero > span::before {
    content: normal;
  }
}

@media (min-width: 768px) {
  body.pc .cmnPrefBlock .blockSet .setBody ul > li > a.zero:hover,
  body.pc .cmnPrefBlock .blockSet .setBody ul > li > a.zero:active {
    z-index: auto;
  }
  body.pc .cmnPrefBlock .blockSet .setBody ul > li > a.zero:hover > span,
  body.pc .cmnPrefBlock .blockSet .setBody ul > li > a.zero:active > span {
    color: #bbb;
    border: 1px solid #7fbae0;
    background: #fff;
  }
}

.cmnPrefBlock .blockSet:nth-child(1) .setTitle::before {
  width: 21px;
  height: 30px;
  background-image: url("/whole/images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: -750px -134px;
  background-size: 774px 458px;
}

@media (max-width: 767px) {
  .cmnPrefBlock .blockSet:nth-child(1) .setTitle::before {
    width: 16.5px;
    height: 24px;
    background-image: url("/whole/images/sprite_2x.png");
    background-repeat: no-repeat;
    background-position: -589px -105px;
    background-size: 608px 360px;
  }
}

.cmnPrefBlock .blockSet:nth-child(2) .setTitle::before {
  width: 21px;
  height: 30px;
  background-image: url("/whole/images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: -672px -134px;
  background-size: 774px 458px;
}

@media (max-width: 767px) {
  .cmnPrefBlock .blockSet:nth-child(2) .setTitle::before {
    width: 16.5px;
    height: 24px;
    background-image: url("/whole/images/sprite_2x.png");
    background-repeat: no-repeat;
    background-position: -528px -105px;
    background-size: 608px 360px;
  }
}

.cmnPrefBlock .blockSet:nth-child(3) .setTitle::before {
  width: 21px;
  height: 30px;
  background-image: url("/whole/images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: -541px -186px;
  background-size: 774px 458px;
}

@media (max-width: 767px) {
  .cmnPrefBlock .blockSet:nth-child(3) .setTitle::before {
    width: 16.5px;
    height: 24px;
    background-image: url("/whole/images/sprite_2x.png");
    background-repeat: no-repeat;
    background-position: -425px -146px;
    background-size: 608px 360px;
  }
}

.cmnPrefBlock .blockSet:nth-child(4) .setTitle::before {
  width: 21px;
  height: 30px;
  background-image: url("/whole/images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: -567px -186px;
  background-size: 774px 458px;
}

@media (max-width: 767px) {
  .cmnPrefBlock .blockSet:nth-child(4) .setTitle::before {
    width: 16.5px;
    height: 24px;
    background-image: url("/whole/images/sprite_2x.png");
    background-repeat: no-repeat;
    background-position: -446px -146px;
    background-size: 608px 360px;
  }
}

.cmnPrefBlock .blockSet:nth-child(5) .setTitle::before {
  width: 21px;
  height: 30px;
  background-image: url("/whole/images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: -515px -186px;
  background-size: 774px 458px;
}

@media (max-width: 767px) {
  .cmnPrefBlock .blockSet:nth-child(5) .setTitle::before {
    width: 16.5px;
    height: 24px;
    background-image: url("/whole/images/sprite_2x.png");
    background-repeat: no-repeat;
    background-position: -405px -146px;
    background-size: 608px 360px;
  }
}

.cmnPrefBlock .blockSet:nth-child(6) .setTitle::before {
  width: 21px;
  height: 30px;
  background-image: url("/whole/images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: -724px -134px;
  background-size: 774px 458px;
}

@media (max-width: 767px) {
  .cmnPrefBlock .blockSet:nth-child(6) .setTitle::before {
    width: 16.5px;
    height: 24px;
    background-image: url("/whole/images/sprite_2x.png");
    background-repeat: no-repeat;
    background-position: -569px -105px;
    background-size: 608px 360px;
  }
}

.cmnPrefBlock .blockSet:nth-child(7) .setTitle::before {
  width: 21px;
  height: 30px;
  background-image: url("/whole/images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: -698px -134px;
  background-size: 774px 458px;
}

@media (max-width: 767px) {
  .cmnPrefBlock .blockSet:nth-child(7) .setTitle::before {
    width: 16.5px;
    height: 24px;
    background-image: url("/whole/images/sprite_2x.png");
    background-repeat: no-repeat;
    background-position: -548px -105px;
    background-size: 608px 360px;
  }
}

/* .cmnWholeNav */
.cmnWholeNav > li {
  float: left;
  width: 33.333%;
}

.cmnWholeNav > li > a {
  font-weight: 500;
  line-height: 1.3;
  position: relative;
  display: block;
  padding-top: 65px;
  text-align: center;
  text-decoration: none;
}

.cmnWholeNav > li > a::before {
  position: absolute;
  display: block;
  content: '';
}

@media (min-width: 768px) {
  body.pc .cmnWholeNav > li > a:hover,
  body.pc .cmnWholeNav > li > a:active {
    color: #0075c1;
  }
}

.cmnWholeNav > li > a.sekisui::before {
  top: 2px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 42px;
  background-image: url("/whole/images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: -566px -134px;
  background-size: 774px 458px;
}

.cmnWholeNav > li > a.exhibit::before {
  top: 1px;
  left: 50%;
  margin-left: -23px;
  width: 46px;
  height: 52px;
  background-image: url("/whole/images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: -515px -77px;
  background-size: 774px 458px;
}

.cmnWholeNav > li > a.event::before {
  top: 0;
  left: 50%;
  margin-left: -23px;
  width: 46px;
  height: 48px;
  background-image: url("/whole/images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: -515px -134px;
  background-size: 774px 458px;
}

.cmnWholeNav > li > a.factory::before {
  top: 2px;
  left: 50%;
  margin-left: -23px;
  width: 46px;
  height: 42px;
  background-image: url("/whole/images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: -621px -134px;
  background-size: 774px 458px;
}

/* .cmnModal */
.cmnModalOverlay {
  position: fixed;
  z-index: 5000;
  top: -50%;
  left: -50%;
  display: none;
  width: 200%;
  height: 200%;
  opacity: .95;
  background: #fff;
}

.cmnModal {
  position: fixed;
  z-index: 5050;
  left: 0;
  display: none;
  width: 100%;
}

.cmnModal > .cmnModalIn {
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .cmnModal > .cmnModalIn {
    max-width: none;
  }
}

.cmnModal > .cmnModalIn > .cmnModalIn2 {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .cmnModal > .cmnModalIn > .cmnModalIn2 {
    padding: 0 10px;
  }
}

.cmnModal > .cmnModalIn > .cmnModalIn2 > .cmnModalClose {
  position: absolute;
  top: -55px;
  right: 60px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .cmnModal > .cmnModalIn > .cmnModalIn2 > .cmnModalClose {
    top: -35px;
    right: 10px;
    width: 25px;
    height: 25px;
  }
}

.cmnModal > .cmnModalIn > .cmnModalIn2 > .cmnModalClose::before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: '';
  width: 35px;
  height: 35px;
  background-image: url("/whole/images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: -629px -77px;
  background-size: 774px 458px;
}

@media (max-width: 767px) {
  .cmnModal > .cmnModalIn > .cmnModalIn2 > .cmnModalClose::before {
    width: 25px;
    height: 25px;
    background-image: url("/whole/images/sprite_2x.png");
    background-repeat: no-repeat;
    background-position: -449px -55px;
    background-size: 553px 327px;
  }
}

@media (min-width: 768px) {
  body.pc .cmnModal > .cmnModalIn > .cmnModalIn2 > .cmnModalClose:hover::before,
  body.pc .cmnModal > .cmnModalIn > .cmnModalIn2 > .cmnModalClose:active::before {
    opacity: .5;
  }
}

.cmnModal > .cmnModalIn > .cmnModalIn2 > .cmnModalClose.w853 {
  right: 50%;
  margin-right: -426.5px;
}

@media (min-width: 768px) and (max-width: 1114px) {
  .cmnModal > .cmnModalIn > .cmnModalIn2 > .cmnModalClose.w853 {
    right: 124px;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .cmnModal > .cmnModalIn > .cmnModalIn2 > .cmnModalClose.w853 {
    margin-right: -150px;
  }
}

.cmnModal > .cmnModalIn > .cmnModalIn2 > .cmnModalClose.w1231 {
  right: 50%;
  margin-right: -615.5px;
}

@media (min-width: 768px) and (max-width: 1354px) {
  .cmnModal > .cmnModalIn > .cmnModalIn2 > .cmnModalClose.w1231 {
    right: 55px;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .cmnModal > .cmnModalIn > .cmnModalIn2 > .cmnModalClose.w1231 {
    margin-right: -150px;
  }
}

.cmnModal > .cmnModalIn > .cmnModalIn2 > .cmnModalBody {
  position: relative;
  overflow: auto;
}

.cmnModal > .cmnModalIn > .cmnModalIn2 > .cmnModalBody > .cmnModalBodyIn {
  position: relative;
  min-width: 1045px;
}

@media (max-width: 767px) {
  .cmnModal > .cmnModalIn > .cmnModalIn2 > .cmnModalBody > .cmnModalBodyIn {
    min-width: 0;
  }
}

/* .youtubeModalBlock */
.youtubeModalBlock,
.videoModalBlock  {
  width: 853px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .youtubeModalBlock,
  .videoModalBlock {
    width: 300px;
    padding: 0;
  }
}

.youtubeModalBlock .blockMovie,
.videoModalBlock .videoModalBlockInner {
  font-size: 0;
  width: 853px;
  height: 480px;
}

@media (max-width: 767px) {
  .youtubeModalBlock .blockMovie,
  .videoModalBlock .videoModalBlockInner {
    width: 300px;
    height: 169px;
  }
}

.youtubeModalBlock .blockMovie > iframe ,
.youtubeModalBlock .blockMovie > video-js {
  width: 853px;
  height: 480px;
  vertical-align: bottom;
}

@media (max-width: 767px) {
  .youtubeModalBlock .blockMovie > iframe ,
  .youtubeModalBlock .blockMovie > video-js {
    width: 300px;
    height: 169px;
  }
}

/* .gpsModalBlock */
.gpsModalBlock {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .gpsModalBlock {
    padding: 0;
  }
}

.gpsModalBlock .blockTitle {
  font-size: 1.57143rem;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 25px;
}

.gpsModalBlock .blockTitle2 {
  font-size: 1.21429rem;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
  margin-bottom: 25px;
  padding-left: 23px;
}

.gpsModalBlock .blockTitle2::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 16px;
  height: 21px;
  background-image: url("/whole/images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: -650px -186px;
  background-size: 774px 458px;
}

.gpsModalBlock .blockTitle3 {
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  margin-bottom: 10px;
  padding-left: 19.5px;
}

.gpsModalBlock .blockTitle3::before {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 12.5px;
  height: 12.5px;
  content: '';
  border-radius: 12.5px;
  background: #4098d1;
}

.gpsModalBlock .blockSection {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #e5e5e5;
}

.gpsModalBlock .blockSection2 {
  margin-top: 20px;
}

.gpsModalBlock .blockLead {
  font-weight: 500;
  line-height: 1.5;
}

.gpsModalBlock .blockLead2 {
  margin-bottom: 20px;
}

.gpsModalBlock .stepList > li {
  font-size: 0.92857rem;
}

.gpsModalBlock .noteList {
  margin-top: 10px;
}

.gpsModalBlock .noteList > li {
  font-size: 0.85714rem;
}

.gpsModalBlock .blockTxt {
  font-size: 0.92857rem;
  margin-top: 20px;
}

/* ---------------------------------
Individual style
--------------------------------- */
/* .wholeTitleSection */
.wholeTitleSection {
  position: relative;
  z-index: 10;
  width: 960px;
  margin: 0 auto;
  padding-top: 40px;
}

@media (max-width: 767px) {
  .wholeTitleSection {
    width: auto;
    padding-top: 0;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
  }
}

.wholeTitleSection::before {
  position: absolute;
  top: 19px;
  left: -189px;
  display: block;
  content: '';
  width: 358px;
  height: 381px;
  background-image: url("/whole/images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 774px 458px;
}

@media (max-width: 767px) {
  .wholeTitleSection::before {
    content: normal;
  }
}

.wholeTitleSection > div {
  position: relative;
  padding: 50px 0;
}

@media (max-width: 767px) {
  .wholeTitleSection > div {
    padding: 30px 0 0;
  }
}

.wholeTitleSection .sectionTitle {
  font-size: 3.375rem;
  font-weight: 200;
  line-height: 1.1;
  text-align: center;
  letter-spacing: -3px;
}

@media (max-width: 767px) {
  .wholeTitleSection .sectionTitle {
    font-size: 2.14286rem;
    line-height: 1.2;
    letter-spacing: -1px;
  }
}

.wholeTitleSection .sectionLead {
  font-weight: 500;
  line-height: 1.5;
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .wholeTitleSection .sectionLead {
    margin-top: 15px;
  }
}

.wholeTitleSection .sectionNote {
  margin-top: 5px;
}

@media (max-width: 767px) {
  .wholeTitleSection .sectionNote {
    display: none;
  }
}

.wholeTitleSection .sectionNote > li {
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: center;
}

.wholeTitleSection .sectionNoteSp {
  position: relative;
  display: none;
  margin-top: 30px;
  padding: 20px 0;
}

@media (max-width: 767px) {
  .wholeTitleSection .sectionNoteSp {
    display: block;
  }
}

.wholeTitleSection .sectionNoteSp::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  opacity: .9;
  background: #fff;
}

.wholeTitleSection .sectionNoteSp > p {
  font-size: 0.92857rem;
  line-height: 1.5;
  position: relative;
  text-align: center;
}

.wholeTitleSection .sectionBtnSet {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .wholeTitleSection .sectionBtnSet {
    display: none;
  }
}

.wholeTitleSection .sectionBtnSet .btn > a {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.1;
  position: relative;
  display: block;
  width: 485px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background: #fff;
}

.wholeTitleSection .sectionBtnSet .btn > a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 5px;
  background: #0075c1;
}

.wholeTitleSection .sectionBtnSet .btn > a > span {
  position: relative;
  display: inline-block;
  padding-left: 28px;
}

.wholeTitleSection .sectionBtnSet .btn > a > span::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url("/whole/images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: -671px -186px;
  background-size: 774px 458px;
}

.wholeTitleSection .sectionBtnSet .btn > a > span > span:last-child {
  display: none;
}

.wholeTitleSection .sectionBtnSet .btn > a.ptn2 > span > span:first-child {
  display: none;
}

.wholeTitleSection .sectionBtnSet .btn > a.ptn2 > span > span:last-child {
  display: inline;
}

@media (min-width: 768px) {
  body.pc .wholeTitleSection .sectionBtnSet .btn > a:hover::before,
  body.pc .wholeTitleSection .sectionBtnSet .btn > a:active::before {
    opacity: .8;
  }
}

.wholeTitleSection .sectionBtnSet .noteList {
  font-size: 0.8125rem;
  line-height: 1.5;
  width: 485px;
  margin: 15px auto 0;
}

.wholeTitleSection .sectionTabSp {
  position: relative;
  display: none;
  margin-top: 30px;
  padding: 10px 0 25px;
}

@media (max-width: 767px) {
  .wholeTitleSection .sectionTabSp {
    display: block;
  }
}

.wholeTitleSection .sectionTabSp::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  opacity: .9;
  background: #fff;
}

.wholeTitleSection .sectionTabSp > ul {
  position: relative;
  padding: 0 5px;
}

.wholeTitleSection .sectionTabSp > ul > li {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: 0 5px;
}

.wholeTitleSection .sectionTabSp > ul > li > a {
  font-weight: 700;
  line-height: 1.1;
  position: relative;
  display: block;
  padding: 13px 0;
  text-align: center;
  text-decoration: none;
  border: 1px solid #7fbae0;
  border-radius: 4px;
  background: #fff;
}

.wholeTitleSection .sectionTabSp > ul > li > a::before {
  position: absolute;
  bottom: -30px;
  left: 50%;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
  content: '';
  border-top: 15px solid #4098d1;
  border-right: 5px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 5px solid transparent;
}

.wholeTitleSection .sectionTabSp > ul > li > a.current {
  cursor: default;
  color: #fff;
  border: 1px solid #4098d1;
  background: #4098d1;
}

.wholeTitleSection .sectionTabSp > ul > li > a.current::before {
  visibility: visible;
}

.wholeTitleSection.exhibit > div {
  padding: 50px 0;
}

@media (max-width: 767px) {
  .wholeTitleSection.exhibit > div {
    padding: 30px 0 0;
  }
}

@media (max-width: 767px) {
  .wholeTitleSection.hanbai {
    background-image: url(/whole/images/bg_hanbai01_sp.jpg);
  }
}

.wholeTitleSection.hanbai .sectionTitle {
  color: #044;
}

@media (max-width: 767px) {
  .wholeTitleSection.event {
    background-image: url(/whole/images/bg_event01_sp.jpg);
  }
}

.wholeTitleSection.event > div {
  padding: 50px 0 30px;
}

@media (max-width: 767px) {
  .wholeTitleSection.event > div {
    padding: 30px 0 0;
  }
}

.wholeTitleSection.event .sectionTitle {
  color: #fff;
}

.wholeTitleSection.event .sectionLead {
  color: #fff;
}

.wholeTitleSection.event .sectionNote {
  color: #fff;
}

@media (max-width: 767px) {
  .wholeTitleSection.factory {
    background-image: url(/whole/images/bg_factory01_sp.jpg);
  }
}

.wholeTitleSection.factory > div {
  padding: 50px 0 30px;
}

@media (max-width: 767px) {
  .wholeTitleSection.factory > div {
    padding: 30px 0 0;
  }
}

.wholeTitleSection.factory .sectionTitle {
  color: #fff;
}

.wholeTitleSection.factory .sectionLead {
  color: #fff;
}

.wholeTitleSection.factory .sectionNote {
  color: #fff;
}

@media (min-width: 768px) {
  .wholeTitleSection.detail {
    display: none;
  }
}

.wholeTitleSection.detail .sectionTabSp > ul > li > a.current {
  cursor: pointer;
}

/* .nearAreaWrapSp */
@media (max-width: 767px) {
  .nearAreaWrapSp {
    position: relative;
  }
}

@media (max-width: 767px) {
  .nearAreaWrapSp::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    opacity: .9;
    background: #fff;
  }
}

@media (max-width: 767px) {
  .nearAreaWrapSp > div {
    position: relative;
  }
}

@media (min-width: 768px) {
  .nearAreaWrapSp > div > div {
    display: block !important;
  }
}

/* .nearBtnSetSp */
.nearBtnSetSp {
  position: relative;
  display: none;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .nearBtnSetSp {
    display: block;
  }
}

.nearBtnSetSp:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  opacity: .9;
  background: #fff;
}

.nearBtnSetSp > div {
  position: relative;
}

.nearBtnSetSp .btn > a {
  font-size: 1.07143rem;
  font-weight: 500;
  line-height: 1.1;
  position: relative;
  display: block;
  width: auto;
  margin: 0 auto;
  padding: 19px 0;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background: #fff;
}

.nearBtnSetSp .btn > a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 4px;
  background: #0075c1;
}

.nearBtnSetSp .btn > a > span {
  position: relative;
  display: inline-block;
  padding-left: 28px;
}

.nearBtnSetSp .btn > a > span::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url("/whole/images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: -671px -186px;
  background-size: 774px 458px;
}

.nearBtnSetSp .btn > a > span > span:last-child {
  display: none;
}

.nearBtnSetSp .btn > a.ptn2 > span > span:first-child {
  display: none;
}

.nearBtnSetSp .btn > a.ptn2 > span > span:last-child {
  display: inline;
}

.nearBtnSetSp .note {
  font-size: 0.85714rem;
  line-height: 1.5;
  margin-top: 15px;
}

.nearBtnSetSp .note a {
  text-decoration: none;
  color: #0075c1;
}

/* .nearSection */
.nearSectionWrap {
  overflow: hidden;
}

@media (max-width: 767px) {
  .nearSectionWrap {
    overflow: visible;
  }
}

.nearSection {
  position: relative;
  width: 960px;
  margin: 10px auto 0;
}

@media (max-width: 767px) {
  .nearSection {
    width: auto;
    margin: 0;
    padding-top: 15px;
  }
}

.nearSection::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  opacity: .9;
  border-radius: 5px;
  background: #fff;
}

@media (max-width: 767px) {
  .nearSection::before {
    border-radius: 0;
  }
}

.nearSection > div {
  position: relative;
  padding: 35px 30px 40px;
}

@media (max-width: 767px) {
  .nearSection > div {
    padding: 0 10px;
  }
}

.nearSection .sectionTitle {
  font-size: 1.125rem;
  line-height: 1.1;
  margin-bottom: 25px;
  text-align: center;
}

@media (max-width: 767px) {
  .nearSection .sectionTitle {
    font-size: 1.21429rem;
    margin-bottom: 15px;
  }
}

.nearSection .sectionTitle > span {
  margin-right: 10px;
}

.nearSection .sectionTitle > strong {
  font-size: 1.875rem;
  font-weight: 500;
  margin-right: 3px;
  vertical-align: -2px;
  color: #f17500;
}

@media (max-width: 767px) {
  .nearSection .sectionTitle > strong {
    font-size: 2rem;
  }
}

.nearSection .sectionBody > ul > li {
  float: left;
  width: 219px;
  margin: 15px 0 0 8px;
}

@media (max-width: 767px) {
  .nearSection .sectionBody > ul > li {
    float: none;
    width: auto;
    margin: 10px 0 0;
  }
}

.nearSection .sectionBody > ul > li:nth-child(1) {
  margin-top: 0;
}

@media (min-width: 768px) {
  .nearSection .sectionBody > ul > li:nth-child(2), .nearSection .sectionBody > ul > li:nth-child(3), .nearSection .sectionBody > ul > li:nth-child(4) {
    margin-top: 0;
  }
}

.nearSection .sectionBody > ul > li:nth-child(4n+1) {
  clear: left;
  margin-left: 0;
}

/* .prefSideWrap */
.prefSideWrap {
  width: 960px;
  margin: 10px auto 0;
}

@media (max-width: 767px) {
  .prefSideWrap {
    width: auto;
    margin: 0;
  }
}

.prefSideWrap .prefContents {
  float: left;
  width: 698px;
}

@media (max-width: 767px) {
  .prefSideWrap .prefContents {
    float: none;
    width: auto;
  }
}

.prefSideWrap .sidebar {
  float: right;
  width: 252px;
}

@media (max-width: 767px) {
  .prefSideWrap .sidebar {
    display: none;
  }
}

/* .exhibitPrefSection */
.exhibitPrefSection {
  position: relative;
}

@media (max-width: 767px) {
  .exhibitPrefSection {
    padding-bottom: 0 !important;
  }
}

.exhibitPrefSection::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  opacity: .9;
  border-radius: 5px;
  background: #fff;
}

@media (max-width: 767px) {
  .exhibitPrefSection::before {
    display: none;
  }
}

.exhibitPrefSection > div {
  position: relative;
  padding: 40px;
}

@media (max-width: 767px) {
  .exhibitPrefSection > div {
    padding: 0;
  }
}

/* .sideBnrSection */
.sideBnrSection > a {
  position: relative;
  display: block;
  padding: 10px 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  background: #fff;
}

.sideBnrSection > a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  visibility: hidden;
  width: 100%;
  height: 100%;
  content: '';
  opacity: .5;
  border-radius: 5px;
  background: #fff;
}

@media (min-width: 768px) {
  body.pc .sideBnrSection > a:hover::before,
  body.pc .sideBnrSection > a:active::before {
    visibility: visible;
  }
}

.sideBnrSection .sectionPicture {
  padding-top: 73.16176%;
  background: url(/whole/images/pic_lifestyle01.jpg) no-repeat;
  background-size: cover;
}

.sideBnrSection .sectionTitle {
  font-weight: 500;
  line-height: 1.3;
  padding-top: 20px;
  text-align: center;
}

/* .sideQuestionSection */
.sideQuestionSection {
  margin-top: 10px;
  border-radius: 5px;
  background: #fff;
}

.sideQuestionSection > a {
  display: block;
  padding: 0 10px;
  text-decoration: none;
}

@media (min-width: 768px) {
  body.pc .sideQuestionSection > a:hover,
  body.pc .sideQuestionSection > a:active {
    opacity: .6;
  }
}

.sideQuestionSection .sectionHeadBlock {
  padding: 10px 0 20px;
}

.sideQuestionSection .sectionHeadBlock .blockPicture {
  padding-top: 73.16176%;
  background: url(/whole/images/pic_question01.jpg) no-repeat;
  background-size: cover;
}

.sideQuestionSection .sectionHeadBlock .blockTitle {
  font-weight: 500;
  line-height: 1.3;
  padding-top: 20px;
  text-align: center;
}

.sideQuestionSection .sectionBodyBlock {
  position: relative;
  padding: 25px 10px;
}

.sideQuestionSection .sectionBodyBlock::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: '';
  background: #eaeaea;
}

.sideQuestionSection .sectionBodyBlock .blockList > li {
  font-size: 0.8125rem;
  position: relative;
  margin-top: 12px;
  padding-left: 12px;
}

.sideQuestionSection .sectionBodyBlock .blockList > li:first-child {
  margin-top: 0;
}

.sideQuestionSection .sectionBodyBlock .blockList > li::before {
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  content: '';
  border-radius: 5px;
  background: #0075c1;
}

.sideQuestionSection .sectionBodyBlock .blockTxt {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 15px;
  text-align: right;
}

/* .sideFaqSection */
.sideFaqSection {
  border-radius: 5px;
  background: #fff;
}

.sideFaqSection .sectionHeadBlock > a {
  position: relative;
  display: block;
  padding: 10px 10px 20px;
  text-decoration: none;
}

.sideFaqSection .sectionHeadBlock > a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  visibility: hidden;
  width: 100%;
  height: 100%;
  content: '';
  opacity: .5;
  border-radius: 5px;
  background: #fff;
}

@media (min-width: 768px) {
  body.pc .sideFaqSection .sectionHeadBlock > a:hover::before,
  body.pc .sideFaqSection .sectionHeadBlock > a:active::before {
    visibility: visible;
  }
}

.sideFaqSection .sectionHeadBlock .blockPicture {
  padding-top: 73.16176%;
  background: url(/whole/images/pic_faq01.jpg) no-repeat;
  background-size: cover;
}

.sideFaqSection .sectionHeadBlock .blockTitle {
  font-weight: 500;
  line-height: 1.3;
  padding-top: 20px;
  text-align: center;
}

.sideFaqSection .sectionBodyBlock {
  position: relative;
  padding: 25px 20px;
}

.sideFaqSection .sectionBodyBlock::before {
  position: absolute;
  top: 0;
  left: 10px;
  display: block;
  width: 232px;
  height: 1px;
  content: '';
  background: #eaeaea;
}

.sideFaqSection .sectionBodyBlock .blockSet {
  margin-top: 30px;
}

.sideFaqSection .sectionBodyBlock .blockSet:first-child {
  margin-top: 0;
}

.sideFaqSection .sectionBodyBlock .blockSet .blockTitle {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
  margin-bottom: 15px;
  padding-left: 37px;
}

.sideFaqSection .sectionBodyBlock .blockSet .blockTitle::before {
  position: absolute;
  display: block;
  content: '';
}

.sideFaqSection .sectionBodyBlock .blockSet .blockTitle.building::before {
  top: -2px;
  left: 0;
  width: 23px;
  height: 22px;
  background-image: url("/whole/images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: -593px -186px;
  background-size: 774px 458px;
}

.sideFaqSection .sectionBodyBlock .blockSet .blockTitle.service::before {
  top: -1px;
  left: 0;
  width: 28px;
  height: 19px;
  background-image: url("/whole/images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: -704px -77px;
  background-size: 774px 458px;
}

.sideFaqSection .sectionBodyBlock .blockSet .blockTitle.exhibit::before {
  top: -2px;
  left: 0;
  width: 24px;
  height: 21px;
  background-image: url("/whole/images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: -621px -186px;
  background-size: 774px 458px;
}

.sideFaqSection .sectionBodyBlock .blockSet .blockTitle.consulting::before {
  top: 0;
  left: 0;
  width: 30px;
  height: 21px;
  background-image: url("/whole/images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: -669px -77px;
  background-size: 774px 458px;
}

.sideFaqSection .sectionBodyBlock .blockSet .blockTitle.cost::before {
  top: 1px;
  left: 0;
  width: 27px;
  height: 18px;
  background-image: url("/whole/images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: -737px -77px;
  background-size: 774px 458px;
}

.sideFaqSection .sectionBodyBlock .blockSet .blockList > li {
  font-size: 0.8125rem;
  position: relative;
  margin-top: 5px;
  padding-left: 14px;
}

.sideFaqSection .sectionBodyBlock .blockSet .blockList > li:first-child {
  margin-top: 0;
}

.sideFaqSection .sectionBodyBlock .blockSet .blockList > li::before {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  content: '';
  width: 7px;
  height: 11px;
  background-image: url("/whole/images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: -734px -186px;
  background-size: 774px 458px;
}

.sideFaqSection .sectionBodyBlock .blockSet .blockList > li > a {
  text-decoration: none;
  color: #0075c1;
}

@media (min-width: 768px) {
  body.pc .sideFaqSection .sectionBodyBlock .blockSet .blockList > li > a:hover,
  body.pc .sideFaqSection .sectionBodyBlock .blockSet .blockList > li > a:active {
    text-decoration: underline;
  }
}

/* .sidebnrBoxSection */
.sidebnrBoxSection > ul > li {
  margin-top: 10px;
  padding: 10px 10px 0;
  border-radius: 5px;
  background: #fff;
}

.sidebnrBoxSection > ul > li:first-child {
  margin-top: 0;
}

.sidebnrBoxSection .sectionPicture {
  padding-top: 64.33824%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sidebnrBoxSection .sectionPicture.visit {
  background-image: url(/whole/images/pic_visit01.jpg);
}

.sidebnrBoxSection .sectionPicture.site {
  background-image: url(/whole/images/pic_site01.jpg);
}

.sidebnrBoxSection .sectionPicture.open {
  background-image: url(/whole/images/pic_open01.jpg);
}

.sidebnrBoxSection .sectionPicture.seminar {
  background-image: url(/whole/images/pic_seminar01.jpg);
}

.sidebnrBoxSection .sectionTitle {
  font-weight: 500;
  line-height: 1.3;
  padding: 18px 0;
  text-align: center;
}

/* .sideTourSection */
.sideTourSection {
  position: relative;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
}

.sideTourSection .sectionPicture {
  width: 232px;
  height: 130px;
}

.sideTourSection .sectionPicture > video {
  width: 232px;
  height: 130px;
}

.sideTourSection__ps {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

/* .sideIsshomonoSection */
.sideIsshomonoSection {
  margin-top: 10px;
  padding: 15px 10px;
  border-radius: 5px;
  background: #fff;
}

.sideIsshomonoSection .sectionTitle {
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 30px;
  text-align: center;
}

.sideIsshomonoSection .sectionLogo {
  /* display: block;
  margin: 0 auto;
  width: 147px;
  height: 186px;
  background-image: url("/whole/images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: -363px 0px;
  background-size: 774px 458px; */
}

.sideIsshomonoSection .sectionLogo {
    display: block;
    /* padding: 1.25em 1em;
  background: #fff;
  background-image: url("/whole/images/isshomono_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 150% auto; */
  border: solid 1px #c0c0c0;
}

.sideIsshomonoSection .sectionLogo img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.sideIsshomonoSection .sectionVisitBlock {
  margin-top: 15px;
}

.sideIsshomonoSection .sectionVisitBlock > a {
  position: relative;
  display: block;
  text-decoration: none;
}

@media (min-width: 768px) {
  body.pc .sideIsshomonoSection .sectionVisitBlock > a:hover,
  body.pc .sideIsshomonoSection .sectionVisitBlock > a:active {
    opacity: .5;
  }
}

.sideIsshomonoSection .sectionVisitBlock .blockPicture {
  position: relative;
  padding-top: 56.25%;
  background: url(/whole/images/pic_isshomono01.jpg) no-repeat;
  background-size: cover;
}

.sideIsshomonoSection .sectionVisitBlock .blockPicture::before ,
.sideIsshomonoSection .sectionVisitBlock .blockPicture::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.sideIsshomonoSection .sectionVisitBlock .blockPicture::before {
  width: 65px;
  height: 65px;
  background-color: rgb(0 0 0 / .55);
  border-radius: 100%;
}

.sideIsshomonoSection .sectionVisitBlock .blockPicture::after {
  width: 18px;
  height: 22px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  translate: -40% -50%;
}

/* .sideIsshomonoSection .sectionVisitBlock .blockPicture::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -20px 0 0 -29px;
  content: '';
  width: 58px;
  height: 40px;
  background-image: url("/whole/images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: -566px -77px;
  background-size: 774px 458px;
} */

.sideIsshomonoSection .sectionVisitBlock .blockTitle {
  font-weight: 500;
  line-height: 1.3;
  margin-top: 15px;
  text-align: center;
}

/* .prefListSection */
.prefListSection {
  padding-top: 80px;
}

@media (max-width: 767px) {
  .prefListSection {
    padding-top: 0;
  }
}

.prefListSection > div {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .prefListSection > div {
    width: auto;
  }
}

.prefListSection > div::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  opacity: .9;
  border-radius: 5px;
  background: #fff;
}

@media (max-width: 767px) {
  .prefListSection > div::before {
    border-radius: 0;
  }
}

.prefListSection > div > div {
  position: relative;
  padding: 30px 30px 40px;
}

@media (max-width: 767px) {
  .prefListSection > div > div {
    padding: 0 10px;
  }
}

.prefListSection .sectionCol > div:first-child {
  float: left;
  width: 207px;
}

@media (max-width: 767px) {
  .prefListSection .sectionCol > div:first-child {
    float: none;
    width: auto;
  }
}

.prefListSection .sectionCol > div:last-child {
  float: right;
  width: 673px;
}

@media (max-width: 767px) {
  .prefListSection .sectionCol > div:last-child {
    float: none;
    width: auto;
    margin-top: 20px;
  }
}

.prefListSection .sectionCol .sectionBody > li {
  float: left;
  width: 219px;
  margin: 10px 0 0 8px;
}

@media (max-width: 767px) {
  .prefListSection .sectionCol .sectionBody > li {
    float: none;
    width: auto;
    margin: 10px 0 0;
  }
}

.prefListSection .sectionCol .sectionBody > li:nth-child(1) {
  margin-top: 0;
}

@media (min-width: 768px) {
  .prefListSection .sectionCol .sectionBody > li:nth-child(2), .prefListSection .sectionCol .sectionBody > li:nth-child(3) {
    margin-top: 0;
  }
}

.prefListSection .sectionCol .sectionBody > li:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}

.prefListSection .sectionSub {
  display: none;
}

@media (max-width: 767px) {
  .prefListSection .sectionSub {
    font-size: 1.21429rem;
    font-weight: 500;
    line-height: 1.1;
    display: block;
    margin-bottom: 5px;
    text-align: center;
  }
}

.prefListSection .sectionTitle {
  font-size: 3rem;
  font-weight: 100;
  line-height: 1.1;
  margin-bottom: 15px;
  text-align: center;
}

@media (max-width: 767px) {
  .prefListSection .sectionTitle {
    font-size: 1.92857rem;
    font-weight: 200;
  }
}

.prefListSection .sectionTitle .paren {
  font-size: 1.3125rem;
  font-weight: 300;
  display: block;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .prefListSection .sectionTitle .paren {
    font-size: 1.21429rem;
    font-weight: 500;
    display: inline;
    margin-top: 0;
  }
}

.prefListSection .sectionTitle .txt {
  display: none;
}

@media (max-width: 767px) {
  .prefListSection .sectionTitle .txt {
    font-size: 1.21429rem;
    font-weight: 500;
    display: inline;
    margin-left: 3px;
  }
}

.prefListSection .sectionPicture {
  padding-top: 84.54106%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .prefListSection .sectionPicture {
    display: none;
  }
}

.prefListSection .sectionCompanyBlock {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .prefListSection .sectionCompanyBlock {
    margin-top: 0;
  }
}

.prefListSection .sectionCompanyBlock .blockTxt {
  font-size: 0.875rem;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .prefListSection .sectionCompanyBlock .blockTxt {
    font-size: 1rem;
    text-align: center;
  }
}

.prefListSection .sectionCompanyBlock .blockBtn {
  margin-top: 10px;
}

.prefListSection .sectionCompanyBlock .blockBtn > a {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.1;
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 12px 0;
  text-align: center;
  color: #fff;
  background: #fff;
}

@media (max-width: 767px) {
  .prefListSection .sectionCompanyBlock .blockBtn > a {
    font-size: 1rem;
    width: 210px;
    padding: 14px 0;
    border-radius: 4px;
  }
}

.prefListSection .sectionCompanyBlock .blockBtn > a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: #0075c1;
}

@media (max-width: 767px) {
  .prefListSection .sectionCompanyBlock .blockBtn > a::before {
    border-radius: 4px;
  }
}

.prefListSection .sectionCompanyBlock .blockBtn > a > span {
  position: relative;
  display: inline-block;
  padding-right: 21px;
}

@media (max-width: 767px) {
  .prefListSection .sectionCompanyBlock .blockBtn > a > span {
    padding-right: 18px;
  }
}

.prefListSection .sectionCompanyBlock .blockBtn > a > span::before {
  position: absolute;
  top: 4px;
  right: 0;
  display: block;
  content: '';
  width: 11px;
  height: 9px;
  background-image: url("/whole/images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: -685px -103px;
  background-size: 774px 458px;
}

@media (min-width: 768px) {
  body.pc .prefListSection .sectionCompanyBlock .blockBtn > a:hover::before,
  body.pc .prefListSection .sectionCompanyBlock .blockBtn > a:active::before {
    opacity: .8;
  }
}

.prefListSection .sectionBtn {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .prefListSection .sectionBtn {
    margin-top: 20px;
  }
}

.prefListSection .sectionBtn > a {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.1;
  position: relative;
  display: block;
  width: 446px;
  margin: 0 auto;
  padding: 16px 0;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background: #fff;
}

@media (max-width: 767px) {
  .prefListSection .sectionBtn > a {
    font-size: 1.07143rem;
    width: auto;
    padding: 19px 0;
    border-radius: 4px;
  }
}

.prefListSection .sectionBtn > a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 5px;
  background: #0075c1;
}

@media (max-width: 767px) {
  .prefListSection .sectionBtn > a::before {
    border-radius: 4px;
  }
}

.prefListSection .sectionBtn > a > span {
  position: relative;
  display: inline-block;
}

@media (min-width: 768px) {
  body.pc .prefListSection .sectionBtn > a:hover::before,
  body.pc .prefListSection .sectionBtn > a:active::before {
    opacity: .8;
  }
}

/* .exhibitNavSection */
.exhibitNavSection {
  width: 960px;
  margin: 0 auto;
  padding-top: 50px;
}

@media (max-width: 767px) {
  .exhibitNavSection {
    display: none;
  }
}

/* .wholeBnrSection */
.wholeBnrSection {
  width: 960px;
  margin: 0 auto;
  padding-top: 50px;
}

@media (max-width: 767px) {
  .wholeBnrSection {
    width: auto;
    padding: 15px 10px 0;
  }
}

.wholeBnrSection > ul > li {
  float: left;
  box-sizing: border-box;
  width: 50%;
}

@media (max-width: 767px) {
  .wholeBnrSection > ul > li {
    float: none;
    width: auto;
  }
}

.wholeBnrSection > ul > li:nth-child(2n+1) {
  padding-right: 10px;
}

@media (max-width: 767px) {
  .wholeBnrSection > ul > li:nth-child(2n+1) {
    display: none;
  }
}

.wholeBnrSection > ul > li:nth-child(2n) {
  padding-left: 10px;
}

@media (max-width: 767px) {
  .wholeBnrSection > ul > li:nth-child(2n) {
    padding-left: 0;
  }
}

.wholeBnrSection > ul > li > a {
  display: block;
  text-decoration: none;
  border: 1px solid #e5e5e5;
}

.wholeBnrSection > ul > li > a > div {
  position: relative;
  padding: 20px 30px 25px;
}

@media (max-width: 767px) {
  .wholeBnrSection > ul > li > a > div {
    padding: 10px;
  }
}

.wholeBnrSection > ul > li > a > div::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  visibility: hidden;
  width: 100%;
  height: 100%;
  content: '';
  opacity: .5;
  background: #fff;
}

.wholeBnrSection > ul > li > a.window > div::before {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  content: '';
  width: 11px;
  height: 9px;
  background-image: url("/whole/images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: -669px -103px;
  background-size: 774px 458px;
}

@media (min-width: 768px) {
  body.pc .wholeBnrSection > ul > li > a:hover > div::after,
  body.pc .wholeBnrSection > ul > li > a:active > div::after {
    visibility: visible;
  }
}

.wholeBnrSection .picture {
  margin: 0 auto;
}

.wholeBnrSection .picture.blog {
  width: 259px;
  height: 72px;
  background-image: url("/whole/images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: -515px 0px;
  background-size: 774px 458px;
}

.wholeBnrSection .picture.owner {
  width: 259px;
  height: 72px;
  background-image: url("/whole/images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: 0px -386px;
  background-size: 774px 458px;
}

@media (max-width: 767px) {
  .wholeBnrSection .picture.owner {
    width: 210px;
    height: 59px;
    background-image: url("/whole/images/sprite_2x.png");
    background-repeat: no-repeat;
    background-position: 0px -313px;
    background-size: 628px 371px;
  }
}

.wholeBnrSection .description {
  font-size: 0.8125rem;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .wholeBnrSection .description {
    font-size: 0.92857rem;
    line-height: 1.5;
    margin-top: 5px;
  }
}

/* ---------------------------------
Clearfix
--------------------------------- */
.clearfix::after, .cmnTxtList > li::after, .cmnExhibitBlock .blockBtn::after, .cmnPrefBlock .blockSet .setBody ul::after, .cmnWholeNav::after, .wholeTitleSection .sectionNote > li::after, .wholeTitleSection .sectionTabSp > ul::after, .nearSection .sectionBody > ul::after, .prefSideWrap::after, .prefListSection .sectionCol::after, .prefListSection .sectionCol .sectionBody::after, .wholeBnrSection > ul::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

/* ------------------------------------------------------ */
/* End */
/* ------------------------------------------------------ */

@media (min-width: 768px) {
  .cmnPrefBlock.is-hanbai .blockSet {
    padding-left: 186px;
  }

  .cmnPrefBlock.is-hanbai .blockSet .setTitle {
    width: auto;
    padding: 0 0 0 32px;
  }

  .cmnPrefBlock.is-hanbai .blockSet .setBody {
    width: auto;
  }

  .cmnPrefBlock.is-hanbai .blockSet .setBody ul > li {
    width: 100px;
  }
}

@media (min-width: 768px) {
  .wholeBnrSection.is-hanbai {
    width: 470px;
  }
}

.wholeBnrSection.is-hanbai > div > a {
  display: block;
  text-decoration: none;
  border: 1px solid #e5e5e5;
}

.wholeBnrSection.is-hanbai > div > a > div {
  position: relative;
  padding: 20px 30px 25px;
}

@media (max-width: 767px) {
  .wholeBnrSection.is-hanbai > div > a > div {
    padding: 10px;
  }
}

.wholeBnrSection.is-hanbai > div > a > div::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  visibility: hidden;
  width: 100%;
  height: 100%;
  content: '';
  opacity: .5;
  background: #fff;
}

.wholeBnrSection.is-hanbai > div > a.window > div::before {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  content: '';
  width: 11px;
  height: 9px;
  background-image: url("/whole/images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: -669px -103px;
  background-size: 774px 458px;
}

@media (min-width: 768px) {
  body.pc .wholeBnrSection.is-hanbai > div > a:hover > div::after,
  body.pc .wholeBnrSection.is-hanbai > div > a:active > div::after {
    visibility: visible;
  }
}
