@charset "UTF-8";

/* CSS Document */
.ind-main {
  background-image: url("./images/top_bk.svg");
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}

.ind-top {
  width: 100%;
  margin: 0;
  padding: 60px 0;
  position: relative;
  overflow: visible;
}

.ind-top .top-car {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

section.news-sec {
  margin: -100px 0 0;
}

h2.ind-hd-en {
  width: 100%;
  max-width: 500px;
  margin: 0 0 10px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

h2.ind-hd-en::after {
  content: "";
  width: 400px;
  height: 30px;
  display: block;
  margin: 10px 0 0;
  background-image: url("./images/hd_dots.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

h3.ind-hd-ja {
  width: 100%;
  margin: 0 0 60px;
  padding: 0;
  position: relative;
  overflow: hidden;
  font-size: 180%;
  font-weight: bold;
}

.ind-news-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.ind-news-flex .ind-news,
.ind-news-flex .ind-sns {
  width: 48%;
}

ul.about-list {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

ul.about-list li {
  width: 30%;
  max-width: 300px;
  transition: all 0.3s;
}

ul.about-list li:hover {
  opacity: 0.5;
}

/**ENGLISH:ABOUT**/
.about-bk {
  min-height: 600px;
  background-image: url("./images/about_en-bk.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.about-txt {
  width: 60%;
  float: right;
  font-size: 120%;
  font-weight: bold;
  line-height: 240%;
}

.content-box {
  width: 98%;
  margin: 0 auto 60px;
  padding: 0;
  position: relative;
  overflow: hidden;
  border: solid 10px #FF4B1E;
  border-radius: 20px;
}

.content-box:last-child {
  margin: 0 auto;
}

.content-box .cb-wrap {
  width: 95%;
  margin: 0 auto;
  padding: 20px 2.5%;
  position: relative;
  overflow: hidden;
}

.content-box h4 {
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 10px;
  position: relative;
  overflow: hidden;
  font-size: 160%;
  font-weight: bold;
  border-bottom: solid 3px #FF6541;
}

.content-box h4 span.eng {
  color: #FF4B1F;
  font-size: 60%;
  padding: 0 0 0 20px;
}

.content-box .cb-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.content-box .cb-flex .cb-img {
  width: 30%;
}

.content-box ul.cb-link {
  width: 68%;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content-box ul.cb-link li {
  width: 48%;
  border-bottom: solid 1px #707070;
  font-weight: bold;
}

.content-box ul.cb-link li a {
  width: 95%;
  margin: 0 auto;
  padding: 5px 2.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
  background-color: transparent;
}

.content-box ul.cb-link li a:hover {
  background-color: #fff1ed;
}

.content-box ul.cb-link li a::after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-image: url("./images/contents_arr-r.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.gallery {
  width: 100%;
  margin: 0;
  padding: 0 0 100px;
  position: relative;
  overflow: hidden;
}

ul.gallery-list {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

ul.gallery-list li {
  width: 20%;
  line-height: 70%;
}

ul.gallery-list li img {
  line-height: 70%;
}

h4.movie-hd {
  width: 60%;
  max-width: 300px;
  margin: 0 auto 30px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.other-sec {
  background-image: url("./images/other_bk.svg");
  background-repeat: repeat;
  background-position: center;
  background-size: 10%;
}

.other-flex {
  width: 90%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.other-flex .of-item {
  width: 45%;
  background-color: #FFF;
  border: solid 10px #FF4B1E;
  border-radius: 10px;
}

.other-flex h4.of-mds {
  width: 95%;
  margin: 0 auto;
  padding: 10px 2.5%;
  position: relative;
  overflow: hidden;
  background-color: #FF4B1F;
  color: #FFF;
  font-size: 140%;
  font-weight: bold;
}

.other-flex ul.other-list {
  width: 95%;
  margin: 10px auto 20px;
  padding: 0;
  position: relative;
  overflow: hidden;
  list-style: none;
}

.other-flex ul.other-list li {
  border-bottom: solid 1px #707070;
  font-weight: bold;
}

.other-flex ul.other-list li a {
  width: 95%;
  margin: 0 auto;
  padding: 10px 2.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
  background-color: transparent;
}

.other-flex ul.other-list li a:hover {
  background-color: #fff1ed;
}

.other-flex ul.other-list li a::after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-image: url("./images/contents_arr-r.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

h4.link-mds {
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 140%;
  font-weight: bold;
}

ul.rel-links {
  width: 90%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

ul.rel-links li {
  width: 20%;
  margin: 0 0 20px;
}

ul.rel-links li a {
  width: 100%;
  display: block;
  line-height: 70%;
  margin: 0;
  transition: all 0.3s;
}

ul.rel-links li a:hover {
  opacity: 0.5;
}