@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 default
==================================================================================*/
/* -------------------------------------------
 * initialize
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEI1MzY2NTA1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI1MzY2NTE1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjUzNjY0RTVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjUzNjY0RjVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj3ggHcAAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC");
}

body * {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section, main {
  display: block;
}

sup {
  font-size: 10px;
  vertical-align: super;
}

sub {
  font-size: 10px;
  vertical-align: sub;
}

div {
  line-height: 0;
}

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

input, select {
  vertical-align: middle;
}

.hide {
  display: none;
}

body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

img {
  -ms-interpolation-mode: bicubic;
}

a {
  text-decoration: none;
}
@media (min-width: 1025px) {
  a:hover {
    opacity: 0.7;
  }
}

.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.serif {
  font-family: YuMincho, Yu Mincho, "游明朝", serif;
}

.gothic {
  font-family: YuGothic, Yu Gothic, "游ゴシック", sans-serif;
}

.bold {
  font-weight: bold;
}

.wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 1200px;
}

@media (min-width: 768px) {
  a.tel {
    pointer-events: none;
  }
}

main img,
header img,
footer img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  sup,
  .sub {
    font-size: 8px;
  }

  .pc {
    display: none !important;
  }
}
/*==================================================================================
 common
==================================================================================*/
main {
  padding-top: 70px;
}
main li,
main .image {
  position: relative;
}
main .caption {
  display: inline-block;
  line-height: 1;
  font-size: 12px;
  color: #fff;
}
main img + .caption {
  position: absolute;
  bottom: 1.2%;
  right: .8%;
}
main img + .caption.outside {
  display: block;
  position: static;
}

.colorBlack {
  color: #333 !important;
}

.colorWhite {
  color: #fff !important;
}

@keyframes shine {
  0% {
    left: -30%;
  }
  30% {
    left: 140%;
  }
  100% {
    left: 140%;
  }
}
.shineAnime a {
  display: block;
  position: relative;
  overflow: hidden;
}

.shineAnime a:after {
  content: "";
  display: block;
  position: absolute;
  top: -40%;
  left: -30%;
  width: 0;
  height: 180%;
  transform: rotate(30deg);
  box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0.7);
  animation-name: shine;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
}

.commonWindowBtns {
  padding-top: 50px;
  text-align: center;
  font-size: 18px;
}
.commonWindowBtns li {
  display: inline-block;
  color: #fff;
  width: 280px;
  padding: 20px 0;
  background: #333;
}
.commonWindowBtns li:not(:last-child) {
  margin-right: 30px;
}
.commonWindowBtns li.printBtn, .commonWindowBtns li.closeBtn {
  cursor: pointer;
}
@media (min-width: 1025px) {
  .commonWindowBtns li.printBtn:hover, .commonWindowBtns li.closeBtn:hover {
    opacity: .7;
  }
}
.commonWindowBtns li.googleMapBtn {
  padding: 0;
  background: none;
}
.commonWindowBtns li.googleMapBtn a {
  display: block;
  padding: 20px 0;
  color: #fff;
  background: #333;
}

.sectionTitle01 {
  line-height: 1.4;
  padding-bottom: 50px;
  text-align: center;
  font-size: 36px;
  color: #004bb4;
  font-weight: normal;
}

.commonContactBtn01 {
  margin: 0 auto;
  padding-top: 150px;
  width: 80%;
  max-width: 300px;
  text-align: center;
  line-height: 1;
  font-size: 20px;
}
.commonContactBtn01 a {
  display: block;
  padding: 20px 0;
  color: #fff;
  background: linear-gradient(90deg, #01259f, #190c0b);
}

#slider02 {
  position: relative;
  margin: auto;
}
#slider02 img {
  width: 100%;
  height: auto;
}
#slider02 .slideFrame {
  position: relative;
  height: 100%;
}
#slider02 .slides {
  height: 100%;
}
#slider02 .slides li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#slider02 .slides li .caption {
  position: absolute;
  bottom: 5px;
  left: 10px;
  line-height: 1;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  font-size: 12px;
  color: #fff;
}
#slider02 .controller li {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 32px;
  height: 80px;
  background: rgba(83, 83, 83, 0.7);
  transition: background 0.3s;
}
#slider02 .controller li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#slider02 .controller .prev {
  left: 0;
}
#slider02 .controller .prev:after {
  margin-left: -3px;
  transform: rotate(135deg);
}
#slider02 .controller .next {
  right: 0;
}
#slider02 .controller .next:after {
  margin-left: -9px;
  transform: rotate(-45deg);
}

@media (max-width: 1024px) {
  .printBtn {
    display: none !important;
  }
}
/*==================================================================================
 siteHeader
==================================================================================*/
.siteHeader {
  position: fixed;
  top: 0;
  left: 0;
  padding: 14px 0 19px;
  width: 100%;
  background: #fff;
  z-index: 100;
}
.siteHeader .headerLogo {
  float: left;
  line-height: 0;
}
.siteHeader .headerLogo a:hover {
  opacity: 1;
}
.siteHeader .menuBtn {
  position: relative;
  float: right;
  width: 50px;
  height: 50px;
}
@media (min-width: 768px) {
  .siteHeader .menuBtn {
    display: none;
  }
}
.siteHeader .menuBtn span {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 36px;
  height: 4px;
  background: #333;
}
.siteHeader .menuBtn span:first-of-type {
  top: 10px;
}
.siteHeader .menuBtn span:nth-of-type(2) {
  top: 23px;
}
.siteHeader .menuBtn span:last-of-type {
  top: 36px;
}
.siteHeader .menuBtn.open span:first-of-type {
  top: 23px;
  transform: rotate(45deg);
}
.siteHeader .menuBtn.open span:nth-of-type(2) {
  display: none;
}
.siteHeader .menuBtn.open span:last-of-type {
  top: 23px;
  transform: rotate(-45deg);
}
.siteHeader .headerNavi {
  float: right;
}
@media (min-width: 768px) {
  .siteHeader .headerNavi {
    display: block !important;
  }
}
.siteHeader .headerNavi ul {
  padding-top: 14px;
}
.siteHeader .headerNavi ul li {
  float: left;
  font-size: 14px;
}
.siteHeader .headerNavi ul li:not(:last-child) {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #4d4d4d;
}
.siteHeader .headerNavi ul li.exhibition {
  padding-right: 0 !important;
  border: none;
}
.siteHeader .headerNavi ul li.contact {
  margin-top: -6px;
  width: 120px;
  text-align: center;
  font-size: 12px;
}
.siteHeader .headerNavi ul li.contact a {
  display: block;
  padding: 6px;
  color: #fff;
  background: linear-gradient(90deg, #01259f, #190c0b);
}
.siteHeader .headerNavi ul li a {
  color: #4d4d4d;
}
@media (max-width: 1200px) {
  .siteHeader .headerNavi ul {
    padding-top: 12px;
  }
  .siteHeader .headerNavi ul li:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1024px) {
  .siteHeader {
    padding: 16px 0 21px;
  }
  .siteHeader .headerLogo {
    max-width: 179px;
  }
  .siteHeader .headerNavi {
    float: right;
  }
  .siteHeader .headerNavi ul {
    padding-top: 6px;
  }
  .siteHeader .headerNavi ul li {
    font-size: 12px;
  }
  .siteHeader .headerNavi ul li.contact {
    margin-top: -5px;
    width: 100px;
    font-size: 12px;
  }
  .siteHeader .headerNavi ul li.contact a {
    padding: 5px;
  }
}

/*==================================================================================
 siteFooter
==================================================================================*/
.siteFooter {
  padding: 60px 0 40px;
  text-align: center;
  background: linear-gradient(90deg, #0066d0, #001798);
}
.siteFooter .footerNavi {
  padding-bottom: 40px;
}
.siteFooter .footerNavi ul {
  display: inline-block;
}
.siteFooter .footerNavi ul li {
  float: left;
  font-size: 18px;
}
.siteFooter .footerNavi ul li:not(:last-child) {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #fff;
}
.siteFooter .footerNavi ul li a {
  color: #fff;
}
.siteFooter .logo {
  padding-bottom: 30px;
}
.siteFooter .copyright {
  font-size: 16px;
  color: #fff;
}

/*==================================================================================
 print
==================================================================================*/
@media print {
  .siteHeader,
  .siteFooter,
  .commonWindowBtns {
    display: none !important;
  }
}
/*==================================================================================
 top
==================================================================================*/
#top .mainVisual {
  position: relative;
}
#top .mainVisual .catch {
  position: absolute;
  top: 50%;
  left: 25.96354%;
  width: 48.07292%;
  transform: translateY(-50%);
  z-index: 3;
}
#top .mainVisual .slides li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 0;
  z-index: 2;
}
#top .mainVisual .slides li:not(:first-child) {
  display: none;
}
#top .mainVisual .slides li img {
  width: 100%;
}
#top .mainVisual .spacer img {
  width: 100%;
}
#top section.information {
  margin: 0px 0 80px;
  padding: 80px 3% 60px;
  text-align: center;
  color: #fff;
  background: url("../img/top/info-bg.jpg") no-repeat center center;
  background-size: cover;
}
#top section.information h2 {
  padding-bottom: 40px;
}

#top section.information h3 img {
    width: auto;
	height: 46px;
	margin-bottom: 40px;
}

#top section.information .lead {
  padding-bottom: 40px;
  line-height: 2;
  font-size: 20px;
}
#top section.information .moreBtn {
  line-height: 1;
}
#top section.information .moreBtn a {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  padding: 15px 0 15px 10px;
  width: 170px;
  border: 1px solid #fff;
  color: #fff;
}
#top section.information .moreBtn a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  width: 22px;
  height: 10px;
  background: url("../img/common/icon-arrow01.png") no-repeat;
  transform: translateY(-50%);
}
#top .sections:not(:last-of-type) {
  margin-bottom: 80px;
}
#top .sections:nth-of-type(2n+1) .image {
  float: left;
}
#top .sections:nth-of-type(2n+1) .image:after {
  left: 100%;
}
#top .sections:nth-of-type(2n+1) .image.action:before {
  left: -110%;
}
#top .sections:nth-of-type(2n+1) .image.action:after {
  left: -100%;
}
#top .sections:nth-of-type(2n+1) .textArea {
  left: auto;
  right: 5%;
}

#top .topics{
	display: flex;
	justify-content:space-around;
}

#top .topics__boxes{
	width: 100%;
	max-width: 1260px;
	display: flex;
	flex-wrap:wrap;
}

#top .topics__box{
	position: relative;
	width: 250px;
	height: 296px;
	margin-right: 2px;
	margin-bottom: 2px;
	display: flex;
	flex-flow: column;
	justify-content:space-around;
}

#top .topics__image{
	width: 250px;
	height: 148px;
	background-color: #ffffff;
}

#top .topics__image img{
	width: 100%;
	height: 100%;
}

#top .topics__text{
	width: 250px;
	height: 148px;
	background-color: #ffffff;
	opacity: 0.9;
}

#top .topics__more{
	position: absolute;
	width: 64px;
	height: 20px;
	bottom: 8px;
	right: 8px;
	font-size: 12px;
	text-align: center;
	line-height:20px;
	border-radius:2px;
	background-color: #004bb4;
	color: #ffffff;
}

#top .topics__text p {
	margin: 12px;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
    text-align: left;
}

#top .topics__box a :hover{
	opacity: 0.7;
}

#top .sections h3 {
  padding-bottom: 50px;
  text-align: center;
}
#top .sections .contentArea {
  position: relative;
  box-shadow: 0 10px 10px 0px rgba(0, 75, 180, 0.3);
}
#top .sections .textArea {
  position: absolute;
  top: 50%;
  left: 5%;
  top: 50%;
  left: 5%;
  width: 37.5%;
  text-align: center;
  transform: translateY(-50%);
  z-index: 3;
}
#top .sections .textArea .icon {
  margin: -30px 0;
  padding-bottom: 30px;
  transform: scale(0.5);
}
#top .sections .textArea dl {
  padding-bottom: 30px;
}
#top .sections .textArea dt {
  padding-bottom: 10px;
  line-height: 1;
  font-size: 20px;
  color: #004bb4;
}
#top .sections .textArea dd {
  line-height: 1.7;
  font-size: 14px;
}
#top .sections .textArea dd.emphasis {
  font-size: 110%;
  font-weight: bold;
}
#top .sections .textArea dd + dd {
  padding-top: 10px;
}
#top .sections .textArea .moreBtn {
  line-height: 1;
  font-size: 16px;
}
#top .sections .textArea .moreBtn a {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  padding: 15px 0 15px 10px;
  width: 170px;
  color: #fff;
  background: #004bb4;
}
#top .sections .textArea .moreBtn a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  width: 22px;
  height: 10px;
  background: url("../img/common/icon-arrow01.png") no-repeat;
  transform: translateY(-50%);
}
#top .sections .image {
  position: relative;
  float: right;
  width: 62.96875%;
  overflow: hidden;
}
#top .sections .image:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: left .5s ease-in .5s;
}
#top .sections .image:after {
  content: '';
  display: block;
  position: absolute;
  top: 40%;
  left: -100%;
  width: 30%;
  height: 200%;
  transform: rotate(30deg) translateY(-50%);
  background: #000E55;
  transition: left .5s ease-in;
}
#top .sections .image.action:before {
  left: 110%;
}
#top .sections .image.action:after {
  left: 100%;
}
#top .sections .image img {
  width: 100%;
}
@media (max-width: 1300px) {
  #top .sections .textArea {
    width: 42%;
    transform: translateY(-50%) scale(0.75);
  }
}
@media (max-width: 1024px) {
  #top .sections h3 {
    padding-bottom: 30px;
  }
  #top .sections h3 img {
    width: auto;
    height: 22px;
  }
  #top .sections .contentArea {
    box-shadow: 0 10px 10px 0px rgba(0, 75, 180, 0.3);
  }
  #top .sections .textArea {
    position: static;
    padding: 0 3% 30px;
    width: auto;
    transform: none;
  }
  #top .sections .textArea .icon {
    margin: -30px 0 -20px;
    padding-bottom: 30px;
    transform: scale(0.6);
  }
  #top .sections .textArea dl {
    padding-bottom: 20px;
  }
  #top .sections .textArea dt {
    padding-bottom: 10px;
    font-size: 18px;
  }
  #top .sections .textArea dd {
    font-size: 14px;
  }
  #top .sections .image {
    float: none !important;
    clear: both;
    width: auto;
  }
  #top .sections .image img {
    width: 100%;
  }
}

/*==================================================================================
 lower common
==================================================================================*/
.lower main {
  padding: 70px 0 100px;
}
.lower .mainVisual {
  position: relative;
  margin-bottom: 80px;
  height: 360px;
  background: url("../img/product/mv.jpg") no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.lower .mainVisual2 {
  position: relative;
  margin-bottom: 80px;
  height: 360px;
  background: url("../img/product/mv.jpg") no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.lower .mainVisual:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 20%;
  margin-top: -340px;
  width: 300px;
  height: 1000px;
  transform: rotate(20deg);
  background: #fff;
}
.lower .mainVisual h1 {
  position: absolute;
  top: 50%;
  right: 20%;
  width: 320px;
  text-align: center;
  font-size: 32px;
  font-weight: normal;
  color: #004bb4;
  transform: translateY(-50%);
  z-index: 2;
}
.lower .mainVisual h1 span {
  display: block;
}
.lower .mainVisual h1 .icon {
  padding-bottom: 20px;
}
.lower .mainVisual h1 .ja {
  padding-top: 20px;
  font-size: 70%;
}
.lower section.intro {
  padding-bottom: 120px;
  text-align: center;
}
.lower section.intro > header {
  margin-bottom: 80px;
}
.lower section.intro > header .lead {
  line-height: 1.7;
  font-size: 18px;
}
.lower .sections:not(:last-of-type) {
  padding-bottom: 120px;
}

/*==================================================================================
 product.productIndex
==================================================================================*/
#product.productIndex main {
  padding-bottom: 0;
}
#product.productIndex section.intro {
  padding-bottom: 0;
}
#product.productIndex section.intro .productList li {
  position: relative;
  float: left;
  width: 50%;
  height: 500px;
  color: #fff;
  text-align: center;
  background: url("../img/product/intro-img01.jpg") no-repeat center center;
  background-size: cover;
}
#product.productIndex section.intro .productList li:nth-child(2) {
  position: relative;
  float: left;
  width: 50%;
  height: 500px;
  color: #fff;
  text-align: center;
  background:   url("../img/product/intro-img02.png")no-repeat center center;
  background-size: cover;
}
#product.productIndex section.intro .productList li:nth-child(3) {
  background-image: url("../img/product/intro-img03.jpg");
}
#product.productIndex section.intro .productList li .content {
  position: absolute;
  top: 50%;
  left: 3%;
  width: 94%;
  transform: translateY(-50%);
}
#product.productIndex section.intro .productList li dl {
  padding-bottom: 50px;
}
#product.productIndex section.intro .productList li dt {
  padding-bottom: 30px;
  line-height: 1;
  font-size: 24px;
}
#product.productIndex section.intro .productList li dd {
  line-height: 2;
  font-size: 18px;
}
#product.productIndex section.intro .productList li .detailBtn {
  margin: 0 auto;
  width: 80%;
  max-width: 240px;
  font-size: 14px;
  line-height: 1;
}
#product.productIndex section.intro .productList li .detailBtn a {
  display: block;
  padding: 15px 0;
  border: 1px solid #fff;
  color: #fff;
  transition: color .3s, background .3s;
}
#product.productIndex section.intro .productList li .detailBtn a:hover {
  opacity: 1;
}
@media (min-width: 1025px) {
  #product.productIndex section.intro .productList li .detailBtn a:hover {
    color: #004bb4;
    background: #fff;
  }
}
#product.productIndex section.intro .productList li.comingsoon {
  overflow: hidden;
}
#product.productIndex section.intro .productList li.comingsoon:before {
  content: 'Coming soon';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 500px 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2;
  transform: translateY(-50%);
}
#product.productIndex section.intro .productList li.comingsoon a {
  pointer-events: none;
}
#product.productIndex section.lineup h3 {
  padding: 40px 0;
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: normal;
  background: #8bb9d2;
}
#product.productIndex section.lineup .lineups li {
  box-sizing: border-box;
  float: left;
  width: 25%;
  border-right: 1px solid #8bb9d2;
}
#product.productIndex section.lineup .lineups li.comingsoon {
  overflow: hidden;
}
#product.productIndex section.lineup .lineups li.comingsoon:before {
  content: 'Coming soon';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 500px 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2;
  transform: translateY(-50%);
}
#product.productIndex section.lineup .lineups li.comingsoon a {
  pointer-events: none;
}
#product.productIndex section.lineup .lineups li a {
  display: block;
}
#product.productIndex section.lineup .lineups li a:hover {
  opacity: 1;
}
#product.productIndex section.lineup .lineups li img {
  width: 100%;
}
@media (max-width: 1024px) {
  #product.productIndex section.intro .productList li dd br {
    display: none !important;
  }
}

/*==================================================================================
 product.detail01
==================================================================================*/
#product.detail section.intro > header {
  position: relative;
  padding-bottom: 60px;
}
#product.detail section.intro > header h2 {
  position: absolute;
  top: 0;
  left: 0;
}
#product.detail section.intro > header dl {
  padding: 10px 0 0 240px;
}
#product.detail section.intro > header dt {
  padding-bottom: 20px;
  line-height: 1.4;
  font-size: 24px;
  color: #004bb4;
}
#product.detail section.intro > header dd {
  line-height: 2;
  font-size: 15px;
}
#product.detail section.intro .variableArea .image {
  float: left;
  width: 48.33333%;
  border: 1px solid #dae9f0;
}
#product.detail section.intro .variableArea .thumbnails {
  float: right;
  width: 48.33333%;
}
#product.detail section.intro .variableArea .thumbnails li {
  box-sizing: border-box;
  cursor: pointer;
  float: left;
  width: 31.03448%;
  border: 1px solid #dae9f0;
}
#product.detail section.intro .variableArea .thumbnails li:nth-child(3n+1) {
  clear: both;
}
#product.detail section.intro .variableArea .thumbnails li:not(:nth-child(3n)) {
  margin-right: 3.44828%;
}
#product.detail section.intro .variableArea .thumbnails li:not(:nth-child(-n+3)) {
  margin-top: 3%;
}
@media (min-width: 1025px) {
  #product.detail section.intro .variableArea .thumbnails li:hover {
    opacity: .7;
  }
}
#product.detail section.description .flows li {
  position: relative;
  float: left;
  width: 25%;
  height: 50vw;
  max-height: 800px;
  color: #fff;
  background: #003eb3;
}
#product.detail section.description .flows li .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: url("../img/product/detail01/description-img01.jpg") no-repeat center center;
  background-size: cover;
}
#product.detail section.description .flows li .texts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  text-align: center;
}
#product.detail section.description .flows li .texts:after {
  content: '';
  display: block;
  position: absolute;
  top: -31px;
  left: 50%;
  border-top: 16px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 16px solid #003eb3;
  border-left: 18px solid transparent;
  transform: translateX(-50%);
}
#product.detail section.description .flows li dl {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
#product.detail section.description .flows li dt {
  padding-bottom: 20px;
  line-height: 1;
  font-size: 24px;
  font-weight: normal;
}
#product.detail section.description .flows li dd {
  line-height: 2.2;
  font-size: 15px;
}
#product.detail section.description .flows li:nth-child(2n-1) .texts {
  top: auto;
  bottom: 0;
}
#product.detail section.description .flows li:nth-child(2n) .image {
  top: auto;
  bottom: 0;
}
#product.detail section.description .flows li:nth-child(2n) .texts:after {
  top: auto;
  bottom: -31px;
  border-top-color: #003eb3;
  border-bottom-color: transparent;
}
#product.detail section.description .flows li:nth-child(2) .image {
  background-image: url("../img/product/detail01/description-img02.jpg");
}
#product.detail section.description .flows li:nth-child(3) .image {
  background-image: url("../img/product/detail01/description-img03.jpg");
}
#product.detail section.description .flows li:nth-child(4) .image {
  background-image: url("../img/product/detail01/description-img04.jpg");
}
#product.detail section.function dl {
  position: relative;
  padding-left: 260px;
}
#product.detail section.function dl:not(:last-of-type) {
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #004bb4;
}
#product.detail section.function dl dt {
  position: absolute;
  top: 3px;
  left: 0;
  line-height: 1.4;
  font-size: 20px;
  color: #004bb4;
}
#product.detail section.function dl dd {
  line-height: 1.7;
  font-size: 16px;
}
#product.detail section.function dl dd .annotation {
  font-size: 80%;
}

/*==================================================================================
 product.detail02
==================================================================================*/
#product.detail02 section.intro > header {
  position: relative;
  padding-bottom: 60px;
}
#product.detail02 section.intro > header h2 {
  position: absolute;
  top: 0;
  left: 0;
}
#product.detail02 section.intro > header dl {
  padding: 10px 0 0 240px;
}
#product.detail02 section.intro > header dt {
  padding-bottom: 20px;
  line-height: 1.4;
  font-size: 24px;
  color: #004bb4;
}
#product.detail02 section.intro > header dd {
  line-height: 2;
  font-size: 15px;
}
#product.detail02 section.intro .variableArea .image {
  float: left;
  width: 48.33333%;
  border: 1px solid #dae9f0;
}
#product.detail02 section.intro .variableArea .thumbnails {
  float: right;
  width: 48.33333%;
}
#product.detail02 section.intro .variableArea .thumbnails li {
  box-sizing: border-box;
  cursor: pointer;
  float: left;
  width: 31.03448%;
  border: 1px solid #dae9f0;
}
#product.detail02 section.intro .variableArea .thumbnails li:nth-child(3n+1) {
  clear: both;
}
#product.detail02 section.intro .variableArea .thumbnails li:not(:nth-child(3n)) {
  margin-right: 3.44828%;
}
#product.detail02 section.intro .variableArea .thumbnails li:not(:nth-child(-n+3)) {
  margin-top: 3%;
}
@media (min-width: 1025px) {
  #product.detail02 section.intro .variableArea .thumbnails li:hover {
    opacity: .7;
  }
}
#product.detail02 section.description .flows li {
  position: relative;
  float: left;
  width: 25%;
  height: 50vw;
  max-height: 800px;
  color: #fff;
  background: #003eb3;
}
#product.detail02 section.description .flows li .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: url("../img/product/detail02/description-02.png") no-repeat center center;
  background-size: cover;
}
#product.detail02 section.description .flows li .texts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  text-align: center;
}
#product.detail02 section.description .flows li .texts:after {
  content: '';
  display: block;
  position: absolute;
  top: -31px;
  left: 50%;
  border-top: 16px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 16px solid #003eb3;
  border-left: 18px solid transparent;
  transform: translateX(-50%);
}
#product.detail02 section.description .flows li dl {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
#product.detail02 section.description .flows li dt {
  padding-bottom: 20px;
  line-height: 1;
  font-size: 24px;
  font-weight: normal;
}
#product.detail02 section.description .flows li dd {
  line-height: 2.2;
  font-size: 15px;
}
#product.detail02 section.description .flows li:nth-child(2n-1) .texts {
  top: auto;
  bottom: 0;
}
#product.detail02 section.description .flows li:nth-child(2n) .image {
  top: auto;
  bottom: 0;
}
#product.detail02 section.description .flows li:nth-child(2n) .texts:after {
  top: auto;
  bottom: -31px;
  border-top-color: #003eb3;
  border-bottom-color: transparent;
}
#product.detail02 section.description .flows li:nth-child(2) .image {
  background-image: url("../img/product/detail02/description-01.png");
}
#product.detail02 section.description .flows li:nth-child(3) .image {
  background-image: url("../img/product/detail02/description-04.png");
}
#product.detail02 section.description .flows li:nth-child(4) .image {
  background-image: url("../img/product/detail02/description-03.png");
}
#product.detail02 section.function dl {
  position: relative;
  padding-left: 280px;
}
#product.detail02 section.function dl:not(:last-of-type) {
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #004bb4;
}
#product.detail02 section.function dl dt {
  position: absolute;
  top: 3px;
  left: 0;
  line-height: 1.4;
  font-size: 20px;
  color: #004bb4;
}
#product.detail02 section.function dl dd {
  line-height: 1.7;
  font-size: 16px;
}
#product.detail02 section.function dl dd .annotation {
  font-size: 80%;
}

/*==================================================================================
 manual.detail01
==================================================================================*/
#manual.detail section.intro > header {
  position: relative;
  padding-bottom: 60px;
}
#manual.detail section.intro > header h2 {
  position: absolute;
  top: 0;
  left: 0;
}
#manual.detail section.intro > header dl {
  padding: 10px 0 0 240px;
}
#manual.detail section.intro > header dt {
  padding-bottom: 20px;
  line-height: 1.4;
  font-size: 24px;
  color: #004bb4;
}
#manual.detail section.intro > header dd {
  line-height: 2;
  font-size: 15px;
}
#manual.detail section.intro .variableArea .image {
  float: left;
  width: 48.33333%;
  border: 1px solid #dae9f0;
}
#manual.detail section.intro .variableArea .thumbnails {
  float: right;
  width: 48.33333%;
}
#manual.detail section.intro .variableArea .thumbnails li {
  box-sizing: border-box;
  cursor: pointer;
  float: left;
  width: 31.03448%;
  border: 1px solid #dae9f0;
}
#manual.detail section.intro .variableArea .thumbnails li:nth-child(3n+1) {
  clear: both;
}
#manual.detail section.intro .variableArea .thumbnails li:not(:nth-child(3n)) {
  margin-right: 3.44828%;
}
#manual.detail section.intro .variableArea .thumbnails li:not(:nth-child(-n+3)) {
  margin-top: 3%;
}
@media (min-width: 1025px) {
  #manual.detail section.intro .variableArea .thumbnails li:hover {
    opacity: .7;
  }
}
#manual.detail section.description .flows li {
  position: relative;
  float: left;
  width: 25%;
  height: 50vw;
  max-height: 800px;
  color: #fff;
  background: #003eb3;
}
#manual.detail section.description .flows li .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: url("../img/manual/description-img01.jpg") no-repeat center center;
  background-size: cover;
}
#manual.detail section.description .flows li .texts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  text-align: center;
}
#manual.detail section.description .flows li .texts:after {
  content: '';
  display: block;
  position: absolute;
  top: -31px;
  left: 50%;
  border-top: 16px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 16px solid #003eb3;
  border-left: 18px solid transparent;
  transform: translateX(-50%);
}
#manual.detail section.description .flows li dl {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
#manual.detail section.description .flows li dt {
  padding-bottom: 20px;
  line-height: 1;
  font-size: 24px;
  font-weight: normal;
}
#manual.detail section.description .flows li dd {
  line-height: 2.2;
  font-size: 15px;
}
#manual.detail section.description .flows li:nth-child(2n-1) .texts {
  top: auto;
  bottom: 0;
}
#manual.detail section.description .flows li:nth-child(2n) .image {
  top: auto;
  bottom: 0;
}
#manual.detail section.description .flows li:nth-child(2n) .texts:after {
  top: auto;
  bottom: -31px;
  border-top-color: #003eb3;
  border-bottom-color: transparent;
}
#manual.detail section.description .flows li:nth-child(2) .image {
  background-image: url("../img/manual/description-img02.jpg");
}
#manual.detail section.description .flows li:nth-child(3) .image {
  background-image: url("../img/manual/description-img03.jpg");
}
#manual.detail section.description .flows li:nth-child(4) .image {
  background-image: url("../img/manual/description-img04.jpg");
}
#manual.detail section.function dl {
  position: relative;
  padding-left: 260px;
}
#manual.detail section.function dl:not(:last-of-type) {
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #004bb4;
}
#manual.detail section.function dl dt {
  position: absolute;
  top: 3px;
  left: 0;
  line-height: 1.4;
  font-size: 20px;
  color: #004bb4;
}
#manual.detail section.function dl dd {
  line-height: 1.7;
  font-size: 16px;
}
#manual.detail section.function dl dd .annotation {
  font-size: 80%;
}

/*==================================================================================
 showroom
==================================================================================*/
#showroom main {
  padding-bottom: 0;
}
#showroom .mainVisual {
    background-image: url(../img/showroom/mv.jpg);
}
#showroom section.use h3 {
  padding-bottom: 50px;
  line-height: 1.4;
  text-align: center;
  font-size: 26px;
  font-weight: normal;
}
#showroom section.use .uses {
  counter-reset: useNum;
}
#showroom section.use .uses li {
  counter-increment: useNum;
  position: relative;
  height: 420px;
}
#showroom section.use .uses li .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: url("../img/showroom/use-img01.jpg") no-repeat center center;
  background-size: cover;
}
#showroom section.use .uses li .image:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  border-top: 24px solid transparent;
  border-right: 22px solid #fff;
  border-bottom: 24px solid transparent;
  border-left: 22px solid transparent;
  transform: translateY(-50%);
}
#showroom section.use .uses li dl {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 0;
  padding: 0 20px;
  width: 40%;
  text-align: center;
  transform: translateY(-50%);
}
#showroom section.use .uses li dt {
  position: relative;
  padding-bottom: 80px;
  font-size: 24px;
}
#showroom section.use .uses li dt:before {
  content: counter(useNum);
  display: inline-block;
  padding-right: 1em;
}
#showroom section.use .uses li dd {
  line-height: 1.7;
  font-size: 14px;
}

#showroom section.use .uses li:nth-child(2n) .image {
  right: 0;
  left: auto;
}
#showroom section.use .uses li:nth-child(2n) .image:after {
  right: auto;
  left: 0;
  border-right-color: transparent;
  border-left-color: #fff;
}
#showroom section.use .uses li:nth-child(2n) dl {
  right: auto;
  left: 0;
}
#showroom section.use .uses li:nth-child(2) .image {
  background-image: url("../img/showroom/use-img02.jpg");
}
#showroom section.use .uses li:nth-child(3) .image {
  background-image: url("../img/showroom/use-img03.jpg");
}

/*==================================================================================
 product.detail0301
==================================================================================*/
#product.detail03 section.intro > header {
  position: relative;
  padding-bottom: 60px;
}
#product.detail03 section.intro > header h2 {
  position: absolute;
  top: 0;
  left: 0;
}
#product.detail03 section.intro > header dl {
  padding: 10px 0 0 240px;
}
#product.detail03 section.intro > header dt {
  padding-bottom: 20px;
  line-height: 1.4;
  font-size: 24px;
  color: #004bb4;
}
#product.detail03 section.intro > header dd {
  line-height: 2;
  font-size: 15px;
}
#product.detail03 section.intro .variableArea .image {
  float: left;
  width: 48.33333%;
  border: 1px solid #dae9f0;
}
#product.detail03 section.intro .variableArea .thumbnails {
  float: right;
  width: 48.33333%;
}
#product.detail03 section.intro .variableArea .thumbnails li {
  box-sizing: border-box;
  cursor: pointer;
  float: left;
  width: 31.03448%;
  border: 1px solid #dae9f0;
}
#product.detail03 section.intro .variableArea .thumbnails li:nth-child(3n+1) {
  clear: both;
}
#product.detail03 section.intro .variableArea .thumbnails li:not(:nth-child(3n)) {
  margin-right: 3.44828%;
}
#product.detail03 section.intro .variableArea .thumbnails li:not(:nth-child(-n+3)) {
  margin-top: 3%;
}
@media (min-width: 1025px) {
  #product.detail03 section.intro .variableArea .thumbnails li:hover {
    opacity: .7;
  }
}
#product.detail03 section.description .flows li {
  position: relative;
  float: left;
  width: 25%;
  height: 50vw;
  max-height: 800px;
  color: #fff;
  background: #003eb3;
}
#product.detail03 section.description .flows li .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: url("../img/product/detail03/description-01.png") no-repeat center center;
  background-size: cover;
}
#product.detail03 section.description .flows li .texts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  text-align: center;
}
#product.detail03 section.description .flows li .texts:after {
  content: '';
  display: block;
  position: absolute;
  top: -31px;
  left: 50%;
  border-top: 16px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 16px solid #003eb3;
  border-left: 18px solid transparent;
  transform: translateX(-50%);
}
#product.detail03 section.description .flows li dl {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
#product.detail03 section.description .flows li dt {
  padding-bottom: 20px;
  line-height: 1;
  font-size: 24px;
  font-weight: normal;
}
#product.detail03 section.description .flows li dd {
  line-height: 2.2;
  font-size: 15px;
}
#product.detail03 section.description .flows li:nth-child(2n-1) .texts {
  top: auto;
  bottom: 0;
}
#product.detail03 section.description .flows li:nth-child(2n) .image {
  top: auto;
  bottom: 0;
}
#product.detail03 section.description .flows li:nth-child(2n) .texts:after {
  top: auto;
  bottom: -31px;
  border-top-color: #003eb3;
  border-bottom-color: transparent;
}
#product.detail03 section.description .flows li:nth-child(2) .image {
  background-image: url("../img/product/detail03/description-02.png");
}
#product.detail03 section.description .flows li:nth-child(3) .image {
  background-image: url("../img/product/detail03/description-03.png");
}
#product.detail03 section.description .flows li:nth-child(4) .image {
  background-image: url("../img/product/detail03/description-04.png");
}
#product.detail03 section.function dl {
  position: relative;
  padding-left: 300px;
}
#product.detail03 section.function dl:not(:last-of-type) {
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #004bb4;
}
#product.detail03 section.function dl dt {
  position: absolute;
  top: 3px;
  left: 0;
  line-height: 1.4;
  font-size: 20px;
  color: #004bb4;
}
#product.detail03 section.function dl dd {
  line-height: 1.7;
  font-size: 16px;
}
#product.detail03 section.function dl dd .annotation {
  font-size: 80%;
}

#product.detail03 .app{
	margin-top: 120px;
	display: flex;
	justify-content: center;
}

#product.detail03 .app__right{
	display: flex;
	flex-flow: column;
}

#product.detail03 .app__rightupper{
	width: 100%;
}

#product.detail03 .app__rightlower{
	padding-top:20px;
	width: 100%;
}

#product.detail03 .app__rightlower a{
	padding-left: 50px;
}

#product.detail03 .app__title{
	padding: 4px;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}

#product.detail03 .app__subtitle{
	padding: 4px;
	font-size: 16px;
	font-weight: bold;
	color: #808080;
}

#product.detail03 .app__description{
	padding: 4px;
	font-size: 16px;
	line-height: 20px;
	overflow-wrap: break-all;
	color: #000000;
}

/*==================================================================================
 logistics
==================================================================================*/
#logistics main {
  padding-bottom: 0;
}
#logistics .mainVisual {
    background-image: url(../img/logistics/mv.jpg);
}

#logistics p{
	font-size: 16px;
  	line-height: 1.6;
  	text-align: center;
	margin-bottom: 20px;
}
#logistics .logisticSubTitle{
	font-size: 24px;
	font-weight: bold;
}

#logistics section.use h3 {
  padding-bottom: 50px;
  line-height: 1.4;
  text-align: center;
  font-size: 26px;
  font-weight: normal;
}
/*
#logistics section.use .uses {
  counter-reset: useNum;
}
*/
#logistics section.use .uses li {
  /*counter-increment: useNum;*/
  position: relative;
  height: 420px;
}
#logistics section.use .uses li .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: url("../img/logistics/use-img01.jpg") no-repeat center center;
  background-size: cover;
}
#logistics section.use .uses li .image:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  border-top: 24px solid transparent;
  border-right: 22px solid #fff;
  border-bottom: 24px solid transparent;
  border-left: 22px solid transparent;
  transform: translateY(-50%);
}
#logistics section.use .uses li dl {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 0;
  padding: 0 20px;
  width: 40%;
  text-align: center;
  transform: translateY(-50%);
}
#logistics section.use .uses li dt {
  position: relative;
  padding-bottom: 40px;
  font-size: 24px;
}
/*
#logistics section.use .uses li dt:before {
  content: counter(useNum);
  display: inline-block;
  padding-right: 1em;
}
*/
#logistics section.use .uses li dd {
  line-height: 1.7;
  font-size: 14px;
}

#logistics section.use .uses .use__racrewr{
  font-size: 8px;
  font-weight: bold;
}

#logistics section.use .uses li:nth-child(2n) .image {
  right: 0;
  left: auto;
}
#logistics section.use .uses li:nth-child(2n) .image:after {
  right: auto;
  left: 0;
  border-right-color: transparent;
  border-left-color: #fff;
}
#logistics section.use .uses li:nth-child(2n) dl {
  right: auto;
  left: 0;
}
#logistics section.use .uses li:nth-child(2) .image {
  background-image: url("../img/logistics/use-img02.jpg");
}
#logistics section.use .uses li:nth-child(3) .image {
  background-image: url("../img/logistics/use-img03.jpg");
}
#logistics section.use .uses li:nth-child(4) .image {
  background-image: url("../img/logistics/use-img04.jpg");
}
#logistics section.use .uses li:nth-child(5) .image {
  background-image: url("../img/logistics/use-img05.jpg");
}
#logistics section.use .uses li:nth-child(6) .image {
  background-image: url("../img/logistics/use-img06.jpg");
}
#logistics section.use .uses li:nth-child(7) .image {
  background-image: url("../img/logistics/use-img07.jpg");
}
#logistics section.use .uses li:nth-child(8) .image {
  background-image: url("../img/logistics/use-img08.jpg");
}
/*==================================================================================
 exhibition
==================================================================================*/
#exhibition main {
  padding-bottom: 0;
}
#exhibition .mainVisual {
  background-image: url("../img/exhibition/mv.jpg");
}
#exhibition section.newest .items li {
  position: relative;
}
#exhibition section.newest .items li:not(:last-child) {
  margin-bottom: 80px;
}
#exhibition section.newest .items li .image {
  float: left;
  width: 48%;
}
#exhibition section.newest .items li .texts {
  float: right;
  padding-top: 10px;
  width: 48%;
}
#exhibition section.newest .items li .date {
  padding-bottom: 20px;
  line-height: 1;
  font-size: 18px;
}
#exhibition section.newest .items li .date .num {
  font-size: 150%;
}
#exhibition section.newest .items li .name {
  padding-bottom: 30px;
  line-height: 1.7;
  font-size: 24px;
}
#exhibition section.newest .items li .place {
  line-height: 1.4;
  font-size: 18px;
}
#exhibition section.newest .items li .detailBtn {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 1;
  font-size: 16px;
}
#exhibition section.newest .items li .detailBtn a {
  display: block;
  padding: 10px 30px;
  color: #fff;
  background: #0044b7;
}
#exhibition section.results {
  padding: 60px 0 80px;
  background: url("../img/exhibition/results-bg.jpg") no-repeat center center;
  background-size: cover;
}
#exhibition section.results section.years:not(:last-of-type) {
  padding-bottom: 60px;
}
#exhibition section.results section.years h3 {
  margin-bottom: 50px;
  border-bottom: 1px solid #003eb3;
  line-height: .75;
  font-size: 50px;
  font-weight: normal;
  color: #003eb3;
  opacity: .4;
}
#exhibition section.results section.years .content {
  position: relative;
}
#exhibition section.results section.years .images {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 5%;
  width: 50%;
  text-align: center;
  transform: translateY(-50%);
}
@media (min-width: 1025px) {
  #exhibition section.results section.years .images li:not(:last-child) {
    padding-bottom: 30px;
  }
}
#exhibition section.results section.years .texts {
  float: right;
  width: 48%;
}
#exhibition section.results section.years .texts li {
  line-height: 1.7;
  font-size: 18px;
}
#exhibition section.results section.years .texts li:not(:last-child) {
  padding-bottom: 50px;
}
#exhibition section.results section.years .texts li .small {
  display: block;
  line-height: 1.7;
  font-size: 80%;
}
#exhibition section.results section.years:nth-of-type(2n) h3 {
  text-align: right;
}
@media (max-width: 1024px) {
  #exhibition section.newest .items li:not(:last-child) {
    margin-bottom: 50px;
  }
  #exhibition section.newest .items li .image {
    float: none;
    clear: both;
    width: auto;
  }
  #exhibition section.newest .items li .image img {
    width: 100%;
  }
  #exhibition section.newest .items li .texts {
    float: none;
    clear: both;
    width: auto;
    padding-top: 15px;
  }
  #exhibition section.newest .items li .date {
    padding-bottom: 10px;
    font-size: 14px;
  }
  #exhibition section.newest .items li .name {
    padding-bottom: 10px;
    font-size: 18px;
  }
  #exhibition section.newest .items li .place {
    padding-bottom: 15px;
    font-size: 12px;
  }
  #exhibition section.newest .items li .detailBtn {
    position: static;
    margin: 0 auto;
    width: 80%;
    max-width: 300px;
    text-align: center;
    font-size: 14px;
  }
  #exhibition section.newest .items li .detailBtn a {
    padding: 10px 30px;
  }
  #exhibition section.results {
    padding: 40px 0 60px;
  }
  #exhibition section.results section.years:not(:last-of-type) {
    padding-bottom: 50px;
  }
  #exhibition section.results section.years h3 {
    margin-bottom: 20px;
    font-size: 32px;
  }
  #exhibition section.results section.years .images {
    position: static;
    padding: 0 0 20px;
    width: auto;
    transform: none;
  }
  #exhibition section.results section.years .images li {
    float: left;
    clear: both;
    width: 49%;
  }
  #exhibition section.results section.years .images li:nth-child(2n) {
    float: right;
    clear: none;
  }
  #exhibition section.results section.years .images li:nth-child(2n-1):last-child {
    float: none;
    clear: both;
    margin: 0 auto;
  }
  #exhibition section.results section.years .images li:not(:nth-child(-n+2)) {
    padding-top: 15px;
  }
  #exhibition section.results section.years .texts {
    float: none;
    clear: both;
    width: auto;
  }
  #exhibition section.results section.years .texts li {
    font-size: 14px;
  }
  #exhibition section.results section.years .texts li:not(:last-child) {
    padding-bottom: 30px;
  }
}

/*==================================================================================
 page
==================================================================================*/
#page .mainVisual {
  background-image: url("../img/product/mv.jpg");
}

/*==================================================================================
 contact
==================================================================================*/
#contact h1 {
  text-align: center;
  margin: 80px 0;
  font-size: 18px;
}
#contact h1 span {
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: 4px solid #00479d;
  line-height: 1;
}
#contact form {
  max-width: 800px;
  font-size: 16px;
}
#contact form dl {
  background: #0056c4;
}
#contact form dl:not(:last-of-type) dt {
  border-bottom: 1px solid #fff;
}
#contact form dl.required dt:after {
  content: '必須';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  padding: 3px 10px;
  font-size: 10px;
  font-weight: bold;
  color: #0056c4;
  background: #fff;
  transform: translateY(-50%);
}
#contact form dt,
#contact form dd {
  box-sizing: border-box;
  padding: 25px 20px;
}
#contact form dt {
  position: relative;
  float: left;
  width: 30%;
  color: #fff;
}
#contact form dd {
  position: relative;
  float: right;
  padding: 19px 20px;
  width: 70%;
  background: #fff;
}
#contact form .error {
  position: absolute;
  bottom: 2px;
  left: 20px;
  line-height: 1.3;
  font-size: 12px;
  color: #ff0000;
}
#contact select {
  box-sizing: border-box;
  display: block;
  height: 30px;
  min-width: 260px;
  border: none;
  text-indent: 5px;
  font-size: 14px;
  color: #000;
  background: #f0f0f0;
}
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact textarea {
  box-sizing: border-box;
  display: block;
  padding: 0 12px;
  width: 100%;
  height: 30px;
  border: 1px solid #959595;
  font-size: 14px;
  color: #000;
  background: #fff;
  -webkit-appearance: none;
}
#contact input[type="checkbox"] {
  border-radius: 0;
  width: 12px;
  height: 12px;
}
#contact .buttons {
  padding-top: 60px;
  clear: both;
  text-align: center;
}
#contact .buttons li {
  display: inline-block;
}
#contact .buttons li button,
#contact .buttons li a {
  display: block;
  cursor: pointer;
  margin: 0 auto;
  padding: 0;
  width: 180px;
  height: 46px;
  border: none;
  text-align: center;
  line-height: 42px;
  font-size: 14px;
  color: #fff;
  background: #001999;
}
@media (min-width: 768px) {
  #contact .buttons li button:hover,
  #contact .buttons li a:hover {
    opacity: 0.7;
  }
}
#contact .buttons li:not(:last-child) {
  padding-right: 20px;
}
#contact textarea {
  padding: 12px;
  height: 90px;
  resize: none;
}
#contact.confirm form dd {
  position: relative;
  padding: 24px 20px;
  font-size: 14px;
  min-height: 67px;
}
#contact.confirm form dd span {
  box-sizing: border-box;
  display: block;
  padding: 0;
  width: 100%;
  line-height: 1.4;
}
#contact.confirm form .remarks dd {
  min-height: 100px;
}
#contact.complete section.result {
  text-align: center;
}
#contact.complete section.result h2 {
  padding-bottom: 50px;
  line-height: 1.4;
  font-size: 24px;
  font-weight: normal;
}
#contact.complete section.result .lead {
  line-height: 2.4;
  font-size: 14px;
}
#contact.complete section.result .lead + .lead {
  padding-top: 30px;
}

/*# sourceMappingURL=style.css.map */
