@charset "UTF-8";
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
}

.clearfix, footer #footerInfo .sitemap ul {
  *zoom: 1;
}
.clearfix:after, footer #footerInfo .sitemap ul:after, .clearfix:before, footer #footerInfo .sitemap ul:before {
  content: " ";
  display: table;
}
.clearfix:after, footer #footerInfo .sitemap ul:after {
  clear: both;
}

.flex-container { /* Safari */
  display: flex; /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: nowrap; /* Safari */
  justify-content: center; /* Safari */
  align-items: center;
}

.flex-item { /* Safari */
  flex-grow: 1;
}

body {
  font-family: -apple-system, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "メイリオ", meiryo, sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 14px;
  }
}

a:link {
  color: #0071BC;
}

a:visited {
  color: #0071BC;
}

a:active {
  color: #0071BC;
}

a:hover {
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70); /* IE lt 8 */
  -ms-filter: "alpha(opacity=70)"; /* IE 8 */
}

a {
  transition: opacity 0.25s ease-out;
}

#fullpage {
  padding-left: 200px;
}
@media screen and (max-width: 1200px) {
  #fullpage {
    padding-left: 120px;
  }
}
@media screen and (max-width: 767px) {
  #fullpage {
    padding-left: 0;
  }
}
#fullpage .section {
  text-align: center;
  overflow: hidden;
}
#fullpage .section #myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: black; /* in case the video doesn't fit the whole page*/
  background-position: center center;
  background-size: contain;
  -o-object-fit: cover;
     object-fit: cover; /*cover video background */
  z-index: 3;
}
#fullpage .section .iframevideo {
  max-width: 100%;
  max-height: 100vh;
  margin-left: auto;
  position: relative;
  margin-right: auto;
  height: 100%;
  width: 100%;
  background: #000;
  overflow: hidden;
  padding-top: 56.25%;
}
#fullpage .section .iframevideo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#fullpage .section .iframevideo iframe {
  position: absolute;
  margin-left: 0;
  margin-right: 0;
  top: 50%;
  left: 50%;
  width: 269vh;
  height: 100%;
  background-color: black;
  background-position: center center;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: auto 0;
}
#fullpage .section .layer {
  position: absolute;
  z-index: 4;
  box-sizing: border-box;
  width: 100%;
  right: 0;
  top: 0;
  text-align: right;
  transform: translate3d(0, 0, 0);
  color: #FFF;
}
@media screen and (max-width: 1200px) {
  #fullpage .section .layer {
    text-align: center;
    left: 0;
    top: 20%;
  }
}
#fullpage .section .layer p.copy_en {
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 600;
  font-size: 750%;
  line-height: 1;
  margin: 40px 40px 0;
}
@media screen and (max-width: 1200px) {
  #fullpage .section .layer p.copy_en {
    font-size: 600%;
  }
}
@media screen and (max-width: 767px) {
  #fullpage .section .layer p.copy_en {
    font-size: 400%;
    margin: 0 16px 0;
  }
}
#fullpage .section .layer p.copy_jp {
  font-size: 200%;
  line-height: 1.6;
  margin: 40px 40px 0;
}
@media screen and (max-width: 767px) {
  #fullpage .section .layer p.copy_jp {
    font-size: 120%;
    margin: 40px 16px 0;
  }
}
#fullpage .section .layer h2.copy_sub {
  font-weight: bold;
  margin: 32px 40px 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #fullpage .section .layer h2.copy_sub {
    font-size: 86%;
    margin: 32px 16px 0;
  }
}
#fullpage .section .title {
  position: absolute;
  z-index: 4;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  transform: translate3d(0, 0, 0);
  color: #FFF;
  line-height: 1.6; /* Safari */
  display: flex; /* Safari */
  flex-direction: column; /* Safari */
  flex-wrap: nowrap; /* Safari */
  justify-content: center; /* Safari */
  align-items: center;
}
#fullpage .section .title p.tit_en {
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 600;
  font-size: 562.5%;
  margin: 16px 16px 0;
  line-height: 1.2;
}
#fullpage .section .title h1 {
  font-size: 200%;
  margin: 16px 16px 0;
}
#fullpage .section .title p.description {
  font-weight: bold;
  margin: 24px 16px 16px;
}
@media screen and (max-width: 767px) {
  #fullpage .section .title p.description {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  #fullpage .section .title p.description br {
    display: none;
  }
}
#fullpage .section .onBgColor {
  background-color: rgba(0, 0, 0, 0.5);
}
#fullpage .section .scroll {
  position: absolute;
  z-index: 5;
  box-sizing: border-box;
  width: 100%;
  bottom: 10px;
  color: #FFF;
  opacity: 0.5;
}
#fullpage .section .scroll span {
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 300;
}
#fullpage .section .scroll i {
  display: block;
}

#wrap {
  padding-left: 200px;
}
@media screen and (max-width: 1200px) {
  #wrap {
    padding-left: 120px;
  }
}
@media screen and (max-width: 767px) {
  #wrap {
    padding-left: 0;
  }
}

#nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 200px;
  height: 100%;
  min-height: 800px;
  box-sizing: border-box;
  background: #E6E6E6;
  overflow: auto;
  z-index: 1000;
}
@media screen and (max-width: 1200px) {
  #nav {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  #nav {
    background: #000;
    width: 100%;
    height: 60px;
    min-height: 60px;
  }
}
#nav #toggle {
  display: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  #nav #toggle {
    display: block;
    float: left;
  }
}
#nav #toggle label {
  display: block;
  cursor: pointer;
}
#nav #toggle i {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #nav #logo {
    font-size: 16px;
    line-height: 60px;
    height: 60px;
    float: left;
    padding-left: 12px;
  }
}
#nav #logo a {
  display: block;
  text-decoration: none;
  color: #FFF;
}
#nav #logo a img {
  display: block;
}
@media screen and (max-width: 767px) {
  #nav #logo a img {
    display: none;
  }
}
#nav #logo span {
  display: none;
}
@media screen and (max-width: 767px) {
  #nav #logo span {
    display: block;
  }
}
#nav input#toggleCheck {
  display: none;
}
@media screen and (max-width: 767px) {
  #nav input#toggleCheck:checked + nav {
    height: 220px;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  #nav nav {
    height: 0;
    overflow: hidden;
    opacity: 0;
    position: fixed;
    width: 100%;
    top: 60px;
    background: #000;
    transition: all 0.2s;
  }
}
#nav nav ul li.on a {
  background: #0071BC;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  #nav nav ul li.on a {
    background: #000;
  }
}
#nav nav ul li {
  border-bottom: 1px solid #DDD;
}
@media screen and (max-width: 767px) {
  #nav nav ul li {
    border-bottom: none;
    border-top: 1px solid #222;
  }
}
#nav nav ul li a {
  display: block;
  text-decoration: none;
  padding: 10px 16px 12px; /* Safari */
  display: flex; /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: nowrap; /* Safari */
  justify-content: space-between; /* Safari */
  align-items: center;
}
@media screen and (max-width: 1200px) {
  #nav nav ul li a {
    padding: 16px 14px 16px 10px;
  }
}
@media screen and (max-width: 767px) {
  #nav nav ul li a {
    color: #FFF;
    padding: 12px 20px 14px;
    opacity: 0.8;
  }
}
#nav nav ul li a .txt .en {
  display: block;
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 600;
  margin: 6px 0;
}
@media screen and (max-width: 1200px) {
  #nav nav ul li a .txt .en {
    display: none;
  }
}
#nav nav ul li a .txt .jp {
  display: block;
  font-size: 69%;
  opacity: 0.7;
  margin: 6px 0;
}
@media screen and (max-width: 1200px) {
  #nav nav ul li a .txt .jp {
    font-size: 86%;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  #nav nav ul li a .txt .jp {
    font-size: 100%;
  }
}
#nav nav ul li a .ico {
  font-size: 87.5%;
}
#nav .ypLogo {
  position: absolute;
  bottom: 0;
  width: 200px;
}
@media screen and (max-width: 1200px) {
  #nav .ypLogo {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  #nav .ypLogo {
    width: 60px;
    height: 60px;
    position: static;
    float: right;
  }
}
#nav .ypLogo a {
  display: block;
}
#nav .ypLogo a img {
  display: block;
}

#pageTitle {
  text-align: center;
  background: #222;
  padding: 120px 32px 144px;
  color: #FFF;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #pageTitle {
    padding: 104px 16px 44px;
  }
}
#pageTitle p.tit_en {
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 600;
  font-size: 562.5%;
  line-height: 1.2;
}
#pageTitle h1 {
  font-size: 200%;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  #pageTitle h1 {
    font-size: 200%;
  }
}

#content {
  line-height: 1.6;
  background: #F2F2F2;
}
#content .indexContent { /* Safari */
  display: flex; /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: nowrap; /* Safari */
  justify-content: center; /* Safari */
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  #content .indexContent { /* Safari */
    display: flex; /* Safari */
    flex-direction: column; /* Safari */
    flex-wrap: nowrap; /* Safari */
    justify-content: center; /* Safari */
    align-items: center;
  }
}
#content .indexContent .pickup {
  box-sizing: border-box;
  width: 100%;
  padding: 32px 4%;
  text-align: center;
  background: #0071BC;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  #content .indexContent .pickup {
    width: 100%;
    padding: 32px 8%;
  }
}
#content .indexContent .pickup h2 {
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 400;
  font-size: 225%;
}
#content .indexContent .pickup ul#slider {
  margin-top: 32px;
}
#content .indexContent .pickup ul#slider li {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}
#content .indexContent .pickup ul#slider li .visual {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.3%;
}
#content .indexContent .pickup ul#slider li .visual iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#content .indexContent .pickup ul#slider li .txt p.sub {
  font-size: 112.5%;
  font-weight: bold;
  margin-top: 16px;
}
#content .indexContent .pickup ul#slider li .txt p.productName {
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 600;
  font-size: 337.5%;
  line-height: 1.2;
}
#content .indexContent .pickup ul#slider li .txt p.description {
  margin-top: 16px;
}
#content .indexContent .pickup ul#slider li .links {
  margin-top: 12px;
}
#content .indexContent .pickup ul#slider li .links a {
  display: inline-block;
  padding: 12px 16px;
  color: #FFF;
  margin: 16px 8px 0;
  text-decoration: none;
  border: 1px solid #FFF;
  font-weight: bold;
}
#content .indexContent .pickup ul#slider li .links a i {
  margin-left: 8px;
}
#content .indexContent .pickup ul#slider li .links a.toDetail {
  background: #FFF;
  color: #0071BC;
}
#content .indexContent .pickup ul#slider li .links a.toContact {
  background: #0071BC;
}
#content .indexContent .topics {
  box-sizing: border-box;
  width: 36%;
  padding: 32px 4% 48px;
  background: #1B1464;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  #content .indexContent .topics {
    width: 100%;
    padding: 32px 8% 48px;
  }
}
#content .indexContent .topics h2 {
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 400;
  font-size: 225%;
  text-align: center;
}
#content .indexContent .topics ul.news li {
  margin-top: 32px;
}
#content .indexContent .topics ul.news li span.date {
  display: block;
  opacity: 0.5;
  margin-bottom: 8px;
}
#content .indexContent .topics ul.news li a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}
#content .indexContent .topics p.more {
  text-align: right;
  margin-top: 48px;
}
#content .indexContent .topics p.more a {
  display: inline-block;
  color: #FFF;
  text-decoration: none;
}
#content .indexContent .topics p.more a i {
  margin-left: 8px;
}
#content .indexContent .topics input#toggletest {
  display: none;
}
#content .indexContent .topics .toggleCnt {
  height: 0;
  overflow: hidden;
  transition: height 1s;
}
#content .indexContent .topics input#toggletest:checked + .toggleCnt {
  height: 35px;
}
#content .pageContent {
  box-sizing: border-box;
  width: 100%;
  padding: 48px 3% 48px;
}
#content .pageContent .divisions {
  width: 100%; /* Safari */
  display: flex; /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap; /* Safari */
  justify-content: flex-start; /* Safari */
  align-items: stretch;
}
@media screen and (max-width: 1000px) {
  #content .pageContent .divisions { /* Safari */
    display: flex; /* Safari */
    flex-direction: column; /* Safari */
    flex-wrap: wrap; /* Safari */
    justify-content: center; /* Safari */
    align-items: center;
  }
}
#content .pageContent .divisions .block {
  box-sizing: border-box;
  width: 50%;
  padding: 32px 3%;
}
@media screen and (max-width: 1000px) {
  #content .pageContent .divisions .block {
    width: 100%;
  }
}
#content .pageContent .divisions .block .tit {
  position: relative;
}
#content .pageContent .divisions .block .tit > a {
  display: block;
}
#content .pageContent .divisions .block .tit img {
  display: block;
}
#content .pageContent .divisions .block .tit .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center; /* Safari */
  display: flex; /* Safari */
  flex-direction: column; /* Safari */
  flex-wrap: nowrap; /* Safari */
  justify-content: center; /* Safari */
  align-items: center;
}
#content .pageContent .divisions .block .tit .txt h2 {
  box-sizing: border-box;
  width: 80%;
  margin: 0 10%;
  padding: 20px 12px;
  border: 1px solid #FFF;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
}
@media screen and (max-width: 800px) {
  #content .pageContent .divisions .block .tit .txt h2 {
    width: 90%;
    margin: 0 5%;
  }
}
#content .pageContent .divisions .block .tit .txt h2 span {
  display: block;
}
#content .pageContent .divisions .block .tit .txt h2 span.mainTit {
  font-size: 125%;
  font-weight: bold;
  margin-top: 4px;
}
#content .pageContent .divisions .block .explain {
  margin-bottom: 12px;
}
#content .pageContent .divisions .block .explain p {
  margin-top: 12px;
}
#content .pageContent .divisions .block .links {
  margin-top: 20px;
}
#content .pageContent .divisions .block .links h3 {
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid #000;
  opacity: 0.5;
  font-size: 87.5%;
}
#content .pageContent .divisions .block .links ul li {
  display: inline-block;
  font-size: 87.5%;
  margin: 12px 20px 0 0;
}
#content .pageContent .divisions .block .links ul li a i {
  margin-right: 4px;
}
#content .pageContent .pageTit {
  margin: 0 2% 16px;
  padding: 0;
}
#content .pageContent .pageTit h1 {
  font-size: 150%;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  #content .pageContent .pageTit h1 {
    font-size: 110%;
  }
}
#content .pageContent .pageTit p {
  margin-top: 1em;
}
#content .pageContent .catTit {
  margin: 48px 2% 16px;
  padding: 36px 0;
  border-top: 1px solid #E0E0E0; /* Safari */
  display: flex; /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: nowrap; /* Safari */
  justify-content: space-between; /* Safari */
  align-items: center;
}
#content .pageContent .catTit:first-child {
  margin: 16px 2%;
  padding: 0;
  border: none;
}
#content .pageContent .catTit h2 {
  font-size: 200%;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  #content .pageContent .catTit h2 {
    font-size: 125%;
  }
}
@media screen and (max-width: 1000px) {
  #content .pageContent .catTit p.toList {
    font-size: 87.5%;
  }
}
#content .pageContent .catTit p.toList a {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #0071BC;
  text-decoration: none;
  background: #FFF;
}
#content .pageContent .catTit p.toList a i {
  margin-left: 8px;
}
#content .pageContent .toContact {
  padding: 24px 0;
  text-align: center;
}
#content .pageContent .toContact a {
  display: inline-block;
  color: #FFF;
  background-color: #0071BC;
  padding: 15px 20px;
  font-size: 125%;
  font-weight: bold;
  border: 1px solid #FFF;
  text-decoration: none;
  margin: 10px 5px;
  width: 45%;
  box-sizing: border-box;
}
#content .pageContent .toContact a i {
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  #content .pageContent .toContact a {
    width: 100%;
    margin: 10px 0;
  }
}
#content .pageContent .toContact .red {
  background: #d61518 !important;
}
#content .pageContent .heading {
  margin: 36px 2%;
  text-align: center;
}
#content .pageContent .heading h2 {
  font-weight: bold;
  font-size: 120%;
}
#content .pageContent .data_2col {
  margin: 36px 2% 48px;
}
#content .pageContent .data_2col dl { /* Safari */
  display: flex; /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap; /* Safari */
  justify-content: flex-start; /* Safari */
  align-items: stretch;
}
#content .pageContent .data_2col dl dt {
  display: block;
  width: 30%;
  padding: 24px 0;
  border-bottom: 1px solid #CCC;
  text-align: center;
}
#content .pageContent .data_2col dl dt:nth-child(1) {
  border-top: 1px solid #CCC;
}
#content .pageContent .data_2col dl dd {
  display: block;
  width: 70%;
  padding: 24px;
  border-bottom: 1px solid #DDD;
}
#content .pageContent .data_2col dl dd:nth-child(2) {
  border-top: 1px solid #DDD;
}
#content .pageContent .data_2col dl dd ul li {
  margin-bottom: 4px;
  margin-left: 20px;
  list-style: disc;
}
#content .pageContent .contact {
  margin: 48px 24px;
  padding: 36px;
  border: 3px solid #0071BC;
  text-align: center;
  background: #FFF;
}
#content .pageContent .contact h2 {
  font-weight: bold;
  font-size: 112.5%;
}
#content .pageContent .contact p {
  margin-top: 16px;
}
#content .pageContent .contact h3 {
  margin-top: 24px;
}
#content .pageContent .contact ul { /* Safari */
  display: flex; /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap; /* Safari */
  justify-content: center; /* Safari */
  align-items: stretch;
  margin-top: 6px;
}
#content .pageContent .contact ul li {
  font-size: 200%;
  font-weight: bold;
  padding: 6px 24px;
}
#content .pageContent .contact ul li i {
  margin-right: 0.25em;
}
#content .pageContent .productsPickup {
  margin: 0 2% 48px;
  padding: 0;
}
#content .pageContent .productsPickup h2 {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width: 1000px) {
  #content .pageContent .productsPickup h2 {
    font-size: 125%;
  }
}
#content .pageContent .productsPickup .iframeWrapper {
  position: relative;
  padding-top: 56.25%;
}
#content .pageContent .productsPickup .iframeWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#content .pageContent .products {
  width: 100%; /* Safari */
  display: flex; /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap; /* Safari */
  justify-content: flex-start; /* Safari */
  align-items: stretch;
}
#content .pageContent .products .item {
  box-sizing: border-box;
  width: 25%;
  padding: 36px 2%; /* Safari */
  display: flex; /* Safari */
  flex-direction: column; /* Safari */
  flex-wrap: wrap; /* Safari */
  justify-content: space-between; /* Safari */
  align-items: stretch;
}
@media screen and (max-width: 1400px) {
  #content .pageContent .products .item {
    width: 33%;
  }
}
@media screen and (max-width: 1000px) {
  #content .pageContent .products .item {
    width: 50%;
  }
}
@media screen and (max-width: 413px) {
  #content .pageContent .products .item {
    width: 100%;
  }
}
#content .pageContent .products .item .img {
  width: 100%;
}
#content .pageContent .products .item .img img {
  display: block;
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
}
#content .pageContent .products .item .txt h3 {
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 600;
  font-size: 150%;
  text-align: center;
  margin: 12px 0;
}
#content .pageContent .products .item .txt p {
  font-size: 87.5%;
}
#content .pageContent .products .item .link {
  width: 100%;
  text-align: center;
}
#content .pageContent .products .item .link a {
  display: block;
  border: 1px solid #0071BC;
  padding: 8px;
  background: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  margin-top: 12px;
}
#content .pageContent .products .item .link a i {
  margin-left: 8px;
}
#content .pageContent .shopList {
  padding: 0 2%;
}
#content .pageContent .shopList .block h3 {
  margin: 24px 0 0;
}
#content .pageContent .shopList .block h3 span {
  display: inline-block;
  font-weight: bold;
  color: #FFF;
  background: #000;
  padding: 6px 12px;
}
#content .pageContent .shopList .block ul {
  border-top: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0; /* Safari */
  display: flex; /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap; /* Safari */
  justify-content: flex-start; /* Safari */
  align-items: stretch;
}
#content .pageContent .shopList .block ul li {
  box-sizing: border-box;
  width: 33.33333333%;
  padding: 12px 12px;
  border-bottom: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  #content .pageContent .shopList .block ul li {
    width: 50%;
  }
}
#content .pageContent .shopList_B {
  padding: 0 2%;
}
#content .pageContent .shopList_B .block h3 {
  margin: 24px 0 0;
}
#content .pageContent .shopList_B .block h3 span {
  display: inline-block;
  font-weight: bold;
  color: #FFF;
  background: #000;
  padding: 6px 12px;
}
#content .pageContent .shopList_B .block ul { /* Safari */
  display: flex; /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: wrap; /* Safari */
  justify-content: flex-start; /* Safari */
  align-items: stretch;
}
#content .pageContent .shopList_B .block ul li {
  color: #666;
  box-sizing: border-box;
  width: 33.3333%;
  padding: 16px 20px;
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  border-right: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1600px) {
  #content .pageContent .shopList_B .block ul li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #content .pageContent .shopList_B .block ul li {
    width: 100%;
  }
}
#content .pageContent .shopList_B .block ul li .name {
  margin-bottom: 8px;
}

footer {
  background: #FFF;
  background-image: url(../img/logo_yp_k.png);
  background-size: 128px auto;
  background-repeat: no-repeat;
  background-position: right 40px top 32px;
}
@media screen and (max-width: 767px) {
  footer {
    background-image: none;
  }
}
footer #footerInfo {
  padding: 32px 40px 0;
  background-color: rgba(255, 255, 255, 0.9);
  line-height: 1.6; /* Safari */
  display: flex; /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: nowrap; /* Safari */
  justify-content: flex-start; /* Safari */
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  footer #footerInfo { /* Safari */
    display: flex; /* Safari */
    flex-direction: column; /* Safari */
    flex-wrap: nowrap; /* Safari */
    justify-content: flex-start; /* Safari */
    align-items: flex-start;
    padding: 16px 16px 0;
  }
}
footer #footerInfo #address {
  padding-right: 48px;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  footer #footerInfo #address {
    padding-right: 0;
  }
}
footer #footerInfo #address p.tit {
  font-weight: bold;
}
footer #footerInfo #address .offices { /* Safari */
  display: flex; /* Safari */
  flex-direction: row; /* Safari */
  flex-wrap: nowrap; /* Safari */
  justify-content: flex-start; /* Safari */
  align-items: flex-start;
}
footer #footerInfo #address .offices .office {
  padding-right: 32px;
  padding-top: 16px;
  font-size: 75%;
}
@media screen and (max-width: 767px) {
  footer #footerInfo #address .offices .office {
    padding: 16px 8px 32px;
  }
}
footer #footerInfo #address .offices .office p.officeName {
  margin-bottom: 8px;
}
footer #footerInfo .sitemap {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  footer #footerInfo .sitemap {
    width: 100%;
    border-bottom: 1px solid #EFEFEF;
  }
}
footer #footerInfo .sitemap p.tit {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  footer #footerInfo .sitemap p.tit {
    padding-bottom: 8px;
  }
}
footer #footerInfo .sitemap ul {
  padding-top: 4px;
}
footer #footerInfo .sitemap ul li {
  font-size: 87.5%;
  padding-top: 12px;
  padding-right: 40px;
  float: left;
}
@media screen and (max-width: 1200px) {
  footer #footerInfo .sitemap ul li {
    float: none;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  footer #footerInfo .sitemap ul li {
    font-size: 93%;
    border-top: 1px solid #EFEFEF;
    padding: 0;
  }
}
footer #footerInfo .sitemap ul li#link_02, footer #footerInfo .sitemap ul li#link_05 {
  clear: left;
}
footer #footerInfo .sitemap ul li a {
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 767px) {
  footer #footerInfo .sitemap ul li a {
    display: block;
    padding: 14px 8px;
  }
}
footer #footerInfo .sitemap ul li a i {
  margin-right: 4px;
}
footer p.copy {
  text-align: right;
  padding: 24px 40px;
  font-size: 75%;
  background-color: rgba(255, 255, 255, 0.9);
  /* opacity: 0.5; */
  color: #DDD;
}
@media screen and (max-width: 767px) {
  footer p.copy {
    text-align: center;
    padding: 24px 16px;
  }
}/*# sourceMappingURL=style.css.map */