@charset "UTF-8";
/*============================

PC

============================*/
img {
  max-width: 100%;
  width: auto;
  display: block;
}

/*----------------------------
		header
----------------------------*/
header {
  position: relative;
  padding: 50px 60px;
  display: flex;
  justify-content: space-between;
}
header h1 {
  transition: 0.3s;
  width: 215px;
}
header h1 a {
  display: block;
}
header div.tag {
  transition: 0.3s;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 39px;
}
header ul.linkList {
  display: flex;
  justify-content: space-between;
  justify-content: flex-end;
}
header ul.linkList li {
  margin-left: 30px;
  font-size: 13px;
}
header ul.linkList li a {
  text-decoration: none;
  position: relative;
  color: #fff;
}
header ul.linkList li a:after {
  transition: 0.5s;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -3px;
}
header ul.linkList li a:hover:after {
  width: 100%;
}
header ul.linkList li:first-child {
  letter-spacing: 1px;
}
header p.movie {
  position: fixed;
  right: 60px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: 122px;
  transition: 0.3s;
}
header p.movie img {
  width: auto;
  height: 100%;
}
header p.movie:hover {
  opacity: 0.7;
  cursor: pointer;
}

nav.sp {
  display: none;
}

.cmMovie {
  width: 860px;
  height: 500px !important;
}
.cmMovie iframe {
  height: 500px !important;
}

.iziModal {
  background: rgba(0, 0, 0, 0.8);
}

.iziModal-overlay {
  z-index: 998 !important;
}

.lotCloseBtn {
  position: absolute;
  right: 0;
  top: -40px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/close.png) no-repeat;
  background-size: cover;
}
.lotCloseBtn:hover {
  cursor: pointer;
  opacity: 0.7;
}

.aboutLotNumber {
  color: #fff;
}
.aboutLotNumber .aboutLotNumberInner {
  margin: 40px;
  overflow-y: scroll;
  font-size: 14px;
  line-height: 30px;
  padding: 60px;
  letter-spacing: 1px;
  display: flex;
  justify-content: space-between;
}
.aboutLotNumber .aboutLotNumberInner .imgBox {
  max-width: 254px;
  width: 41%;
}
.aboutLotNumber .aboutLotNumberInner .txtBox {
  max-width: 366px;
  width: 56%;
  text-align: justify;
}
.aboutLotNumber .aboutLotNumberInner .txtBox {
  max-width: 366px;
  width: 56%;
  text-align: justify;
}
.aboutLotNumber .aboutLotNumberInner .txtBox .title {
  color: #fed400;
  font-size:18px;
  margin-bottom:15px;
}
.aboutLotNumberInner::-webkit-scrollbar {
  width: 7px;
}

.aboutLotNumberInner::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
}

.aboutLotNumberInner::-webkit-scrollbar-thumb {
  background: #fed400;
}

.aboutSafety {
  color: #fff;
}
.aboutSafety .aboutSafetyInner {
  margin: 40px;
  overflow-y: scroll;
  font-size: 14px;
  line-height: 30px;
  padding: 60px;
  letter-spacing: 1px;
  display: flex;
  justify-content: space-between;
}
.aboutSafety .aboutSafetyInner .imgBox {
  max-width: 254px;
  width: 41%;
}
.aboutSafety .aboutSafetyInner .txtBox {
  max-width: 366px;
  width: 56%;
  text-align: justify;
}
.aboutSafety .aboutSafetyInner .txtBox .title {
  color: #fed400;
  font-size:18px;
  margin-bottom:15px;
}
.aboutSafetyInner::-webkit-scrollbar {
  width: 7px;
}

.aboutSafetyInner::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
}

.aboutSafetyInner::-webkit-scrollbar-thumb {
  background: #fed400;
}

/*----------------------------
		footer
----------------------------*/
/*縦がないとき*/
@media screen and (max-height: 820px) {
  header {
    padding-left: 4%;
    padding-right: 4%;
  }

  header h1 {
    width: 182px;
  }

  header div.tag {
    width: 3vh;
    min-width: 30px;
  }
}
