/*=========
contents
=========*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* br */
@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

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

/* mincho */
.mincho {
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
}

/* mv */
.mv {
  position: relative;
  height: 700px;
  overflow: hidden;
}
.mv .wrapper {
  position: absolute;
  width: 100%;
  top: 94px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.mv-logo {
  margin: 0 0 0 30px;
}
.mv-txt {
  margin-left: 50px;
}
.mv-bg {
  position: relative;
  z-index: 1;
  height: 700px;
  background: #000;
}
.mv-bg::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 138px;
  background: url(../img/mv_video_overlay_pc.png) bottom center;
}
.mv-video {
  position: relative;
  z-index: 1;
  height: 700px;
}
.mv-video video {
  min-width: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .mv {
    height: 125.8666666667vw;
    background: #000;
  }
  .mv .wrapper {
    top: 13.0666666667vw;
  }
  .mv-logo {
    margin-left: 9.3333333333vw;
  }
  .mv-logo img {
    width: 39.8666666667vw;
  }
  .mv-txt {
    margin: 0;
    text-align: center;
  }
  .mv-txt img {
    width: 82.5333333333vw;
  }
  .mv-bg {
    height: auto;
  }
  .mv-bg::after {
    height: 26.9333333333vw;
    background-image: url(../img/mv_video_overlay_sp.png);
    background-size: 100%;
  }
  .mv-video {
    display: none;
  }
}

.mv-slide__item {
  height: 680px;
}
@media screen and (max-width: 768px) {
  .mv-slide__item {
    height: 125.8666666667vw;
  }
}
.mv-slide__item img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  min-width: 1680px;
  width: 100%;
}
@media screen and (max-width: 1680px) {
  .mv-slide__item img {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .mv-slide__item img {
    min-width: initial;
  }
}

/* slider */
.bxslider .kodawari-mv-slide__item {
  display: none;
}

.bx-viewport .bxslider .kodawari-mv-slide__item {
  display: block;
}

.bx-wrapper {
  display: none;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .bx-wrapper {
    display: block;
  }
}

.bx-controls-direction {
  display: none;
}

.bx-controls.bx-has-controls-direction.bx-has-pager {
  position: absolute;
  top: 0;
  z-index: 60;
  width: 100%;
}

.bx-wrapper .bx-pager {
  position: relative;
  max-width: 1164px;
  top: 513px;
  left: 50px;
  z-index: 10;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .bx-wrapper .bx-pager {
    display: none;
  }
}

.bx-wrapper .bx-pager.bx-default-pager a {
  font-size: 0;
  width: 50px;
  height: 2px;
  padding: 15px 0;
  display: inline-block;
  background: none;
}

.bx-wrapper .bx-pager.bx-default-pager a::before {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: none;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover::before,
.bx-wrapper .bx-pager.bx-default-pager a.active::before {
  background-color: #dfb624;
}

.scroll {
  display: inline-block;
  position: absolute;
  bottom: 40px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  text-decoration: none;
  padding-top: 70px;
}
.scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  border-left: 1px solid #deb826;
  border-bottom: 1px solid #deb826;
  transform: rotate(-45deg);
  animation: scroll 1.5s infinite;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .scroll {
    bottom: 25px;
    padding-top: 40px;
  }
  .scroll span {
    width: 16px;
    height: 16px;
    border-width: 2px;
    margin-left: -8px;
  }
  .scroll img {
    width: 12.2666666667vw;
  }
}

@keyframes scroll {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-11px, 11px);
    opacity: 0;
  }
}
/* concept */
.concept {
  color: #fff;
  padding: 79px 0 87px;
  background: url(../img/concept_bg_overlay.png) top center repeat-x #000;
}
.concept-ttl {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 40px;
}
.concept-txt {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  line-height: 2.333;
  margin-bottom: 72px;
}
.concept-movie-ttl {
  max-width: 960px;
  position: relative;
  font-size: 2.8rem;
  text-align: center;
  margin: 0 auto 39px;
}
.concept-movie-ttl::before, .concept-movie-ttl::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 397px;
  height: 1px;
  background: url(../img/concept_shape.png) no-repeat;
}
.concept-movie-ttl::before {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
.concept-movie-ttl::after {
  right: 0;
}
.concept-movie-txt {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 28px;
}
.concept-movie-area {
  width: 600px;
  margin: 0 auto;
}
.concept-movie-area a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .concept {
    padding: 9.7333333333vw 0 10vw;
  }
  .concept .wrapper {
    padding: 0 4vw;
  }
  .concept-ttl {
    font-size: 1.9rem;
    line-height: 1.625;
    margin-bottom: 5.3333333333vw;
  }
  .concept-txt {
    font-size: 1.2rem;
    margin-bottom: 8.6666666667vw;
  }
  .concept-movie {
    width: 74.6666666667vw;
    margin: 0 auto;
  }
  .concept-movie-ttl {
    font-size: 1.7rem;
    margin-bottom: 5.0666666667vw;
  }
  .concept-movie-ttl::before, .concept-movie-ttl::after {
    width: 26.2666666667vw;
    height: 1px;
    background-size: 100%;
  }
  .concept-movie-ttl:before {
    left: -1.3333333333vw;
  }
  .concept-movie-ttl::after {
    right: -1.3333333333vw;
  }
  .concept-movie-txt {
    font-size: 1.2rem;
    margin-bottom: 3.7333333333vw;
  }
  .concept-movie-area {
    width: 69.3333333333vw;
    margin: 0 auto;
  }
}

/* modal */
.movie-modal {
  display: none;
}
.movie-modal-frame .iframe {
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .movie-modal-frame .iframe {
    width: 86.6666666667vw;
    height: 48.8vw;
    background: #000;
  }
}

.modaal-content-container {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .modaal-inner-wrapper {
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}

.modaal-close {
  position: absolute;
  top: -50px;
  right: -50px;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .modaal-close {
    top: -50px;
    right: -4.5333333333vw;
  }
}

.modaal-close:focus, .modaal-close:hover {
  background: none;
}

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #e7c95e;
}

/* particular */
.particular {
  overflow: hidden;
}
.particular-inner {
  position: relative;
}
.particular-inner:before {
  position: absolute;
  content: "";
  display: block;
}
.particular-right {
  width: 50%;
  margin: 0 0 0 auto;
}
.particular-ttl {
  font-size: 4.8rem;
  text-align: center;
}
.particular-txt {
  font-size: 1.6rem;
  line-height: 2.25;
}
@media screen and (max-width: 768px) {
  .particular .wrapper {
    padding: 10.6666666667vw 4vw 10.6666666667vw;
  }
  .particular-right {
    width: 100%;
  }
  .particular-ttl {
    font-size: 2.8rem;
    line-height: 1.2857;
  }
  .particular-txt {
    font-size: 1.4rem;
    line-height: 1.9286;
  }
}
.particular--01 {
  background: url(../img/part_bg_01_pc.jpg) center center no-repeat;
  background-size: cover;
}
.particular--01 .particular-inner {
  padding: 100px 0;
}
.particular--01 .particular-inner:before {
  top: 0;
  left: -42px;
  width: 382px;
  height: 26px;
  background: url(../img/part_img_01.png);
}
.particular--01 .particular-ttl {
  color: #192F72;
  margin-bottom: 66px;
}
.particular--01 .particular-txt {
  margin-bottom: 20px;
}
.particular--01 .particular-txt:last-of-type {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .particular--01 {
    padding: 64vw 0 0;
    background: url(../img/part_bg_01_sp.jpg) top center no-repeat;
    background-size: 100vw;
  }
  .particular--01 .wrapper {
    padding-bottom: 16.2666666667vw;
  }
  .particular--01 .particular-inner {
    padding: 0;
  }
  .particular--01 .particular-inner:before {
    top: -74.6666666667vw;
    left: -2.6666666667vw;
    width: 50.9333333333vw;
    height: 3.4666666667vw;
    background-size: cover;
  }
  .particular--01 .particular-inner:after {
    display: none;
  }
  .particular--01 .particular-ttl {
    margin-bottom: 7.6vw;
  }
  .particular--01 .particular-txt {
    text-align: left;
    margin-bottom: 6.6666666667vw;
  }
  .particular--01 .particular-txt:last-of-type {
    margin-bottom: 8.9333333333vw;
  }
}
.particular--02 {
  background: url(../img/part_bg_02_pc.jpg) center center no-repeat;
  background-size: cover;
}
.particular--02 .particular-inner {
  padding: 106px 0 187px;
}
.particular--02 .particular-inner:before {
  bottom: 0;
  right: -108px;
  width: 406px;
  height: 31px;
  background: url(../img/part_img_02.png);
}
.particular--02 .particular-inner:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 521px;
  height: 553px;
  background: url(../img/part_map.png) no-repeat;
}
.particular--02 .particular-ttl {
  color: #fff;
  margin-bottom: 128px;
}
.particular--02 .particular-txt {
  color: #fff;
}
.particular--02 .particular-txt:first-of-type {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .particular--02 {
    padding: 93.3333333333vw 0 0;
    background: url(../img/part_bg_02_sp.jpg) top center no-repeat #262626;
    background-size: 100vw;
  }
  .particular--02 .particular-inner {
    padding: 0;
  }
  .particular--02 .particular-inner:before {
    bottom: -10.6666666667vw;
    right: -2.6666666667vw;
    width: 54.1333333333vw;
    height: 4.1333333333vw;
    background-size: cover;
  }
  .particular--02 .particular-inner:after {
    display: none;
  }
  .particular--02 .particular-ttl {
    margin-bottom: 7.6vw;
  }
  .particular--02 .particular-txt {
    text-align: left;
  }
  .particular--02 .particular-txt:first-of-type {
    margin-bottom: 8.8vw;
  }
}

.product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: min(490px, 100%);
}
.product-list__item {
  width: 240px;
  margin-bottom: 10px;
  /* &:last-of-type{
    margin-right: 0;
  } */
}
@media screen and (max-width: 768px) {
  .product-list__item {
    width: 44.8vw;
    margin-bottom: 2vw;
  }
}
.product-item a:hover {
  opacity: 0.8;
}
.product-item-img {
  margin-bottom: 2px;
}
.product-list__item a:hover .product-item-img {
  opacity: 0.8;
}
.product-item-txt {
  position: relative;
  color: #fff;
  font-size: 1.4rem;
  padding: 12px 0 14px;
  text-align: center;
  background: #192F72;
}
.product-item-txt:after {
  content: "";
  position: absolute;
  bottom: 3px;
  right: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 9px 9px;
  border-color: transparent transparent #f4d565 transparent;
}
.product-list__item a:hover .product-item-txt {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .product-item-img {
    margin-bottom: 0.4vw;
  }
  .product-item-txt {
    font-size: 2.4vw;
    font-weight: bold;
    padding: 3.0666666667vw 0 3.3333333333vw;
  }
  .product-item-txt:after {
    bottom: 0.5333333333vw;
    right: 0.5333333333vw;
    border-width: 0 0 1.6vw 1.6vw;
  }
}

/* factory */
.factory {
  padding: 100px 0 80px;
}
@media screen and (max-width: 768px) {
  .factory .wrapper {
    padding: 0 4vw;
  }
}
.factory-ttl {
  font-size: 4.8rem;
  text-align: center;
  margin-bottom: 55px;
}
.factory-txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.125;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .factory {
    padding: 11.4666666667vw 0 10.6666666667vw;
    border-bottom: 1px solid #333;
  }
  .factory-ttl {
    font-size: 2.8rem;
    line-height: 1.2857;
    margin-bottom: 7.3333333333vw;
  }
  .factory-txt {
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 7.2vw;
  }
}
.factory-list {
  display: flex;
  max-width: 1124px;
  margin: 0 auto;
}
.factory-list__item {
  width: 32.028%;
  margin-right: 1.958%;
}
.factory-list__item:last-of-type {
  margin-right: 0;
}
.factory-list__item a {
  display: block;
}
.factory-list__item a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .factory-list {
    align-items: stretch;
    flex-wrap: wrap;
    width: 92vw;
  }
  .factory-list__item {
    width: 100%;
    margin: 0 0 4vw;
  }
  .factory-list__item:last-of-type {
    margin-bottom: 0;
  }
  .factory-list__item a {
    display: flex;
    flex-wrap: wrap;
  }
}
.factory-item-img {
  margin-bottom: 3px;
}
.factory-item-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  height: 86px;
  background-color: #192F72;
}
.factory-item-box:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #f4d565 transparent;
}
.factory-item-ttl {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5714;
  text-align: center;
}
.factory-item-ttl .small {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .factory-item-img {
    width: 42.6666666667vw;
    margin-bottom: 0;
  }
  .factory-item-box {
    box-sizing: border-box;
    width: 49.3333333333vw;
    height: auto;
    padding: 4vw;
  }
  .factory-item-box:after {
    bottom: 1.3333333333vw;
    right: 1.3333333333vw;
    border-width: 0 0 3.2vw 3.2vw;
  }
  .factory-item-ttl {
    line-height: 1.4286;
    text-align: left;
    text-indent: -0.5em;
  }
  .factory-item-ttl .small {
    display: inline-block;
    line-height: 1.5;
    margin-top: 1.3333333333vw;
  }
}
@media screen and (max-width: 360px) {
  .factory-item-ttl {
    font-size: 3.8888888889vw;
  }
}
.factory-note {
  font-size: 1.2rem;
  line-height: 1.3333;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .factory {
    margin-top: 3.7333333333vw;
  }
}
