@import url("global.css");
@import url("lineup_global.css");
#toparea #toptitle-lineup .title .logo {
  display: inline-block;
  background-color: rgba(218, 84, 32, 0.65);
  padding: 25px 40px 25px;
}
#toparea #toptitle-lineup .title .logo img {
  width: 660px;
}
#toparea #toptitle-lineup #topimg-lineup {
  background-image: url("../idh/img/main.jpg");
  background-position: top center;
}

#features .list li p span {
  background: linear-gradient(transparent 60%, rgba(218, 84, 32, 0.3) 60%);
}

#intro {
  overflow: visible;
}
#intro .textarea {
  padding: 0 60px 60px 0;
}
#intro .textarea .concept-title {
  position: relative;
  left: -30px;
  margin: 0;
  width: 210px;
}
#intro .textarea .sub {
  font-weight: bold;
  font-size: 20px;
}
#intro .textarea .subimg {
  position: absolute;
  width: 420px;
  bottom: -164px;
  right: -220px;
}
#intro .image {
  width: 50%;
}

.fullimg {
  position: relative;
  height: 0;
  padding-top: 27%;
}
.fullimg img {
  max-width: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#section1 {
  padding: 80px 0;
  background: url("../idh/img/bg.jpg");
}
#section1 .box .inner {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
#section1 .box .inner:nth-child(even) .image {
  order: 0;
}
#section1 .box .inner .image {
  order: 2;
  width: 50%;
}
#section1 .box .inner .textarea {
  box-sizing: border-box;
  width: 50%;
  padding: 100px;
  order: 1;
}
#section1 .box .inner .textarea .title {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #333;
  white-space: nowrap;
}
#section1 .box .inner .textarea .title span {
  background-color: #DA5420;
  color: #fff;
  padding: 0 10px;
  line-height: 1.3;
}

#gallery {
  margin-top: 0;
  background-color: transparent;
}

.linkbanner {
  background: url("../idh/img/bannerbg.jpg") no-repeat center center;
  background-size: cover;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1400px)
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1400px) {
  #intro .textarea .subimg {
    width: 32vw;
    bottom: -155px;
    right: -280px;
  }

  #section1 .box .inner {
    align-items: stretch;
  }
  #section1 .box .inner .textarea {
    padding: 100px 30px;
  }
  #section1 .box .inner .textarea .title {
    font-size: min(3vw, 32px);
  }

  .officialbanner-flex p {
    margin: 0 10px;
  }
  .officialbanner-flex p a {
    padding: 20px;
    font-size: 15px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  #toparea #toptitle-lineup .title .logo .en {
    font-size: 78px;
  }
  #toparea #toptitle-lineup .title .logo img {
    width: 460px;
  }

  #intro .textarea {
    padding: 0 5vw 150px;
    text-align: center;
  }
  #intro .textarea .concept-title {
    left: auto;
    margin: 0 auto;
    right: -20px;
  }
  #intro .textarea .sub {
    text-align: center;
  }
  #intro .textarea .subimg {
    width: 40vw;
    bottom: -95px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  #intro .image {
    width: auto;
  }

  #section1 {
    padding: 15px 0 55px;
  }
  #section1 .maintitle {
    font-size: 30px;
  }
  #section1 .maintitle::before {
    font-size: 115px;
  }
  #section1 .introtxt {
    margin: 50px auto 60px;
  }
  #section1 .box .inner {
    display: block;
  }
  #section1 .box .inner .image {
    width: auto;
  }
  #section1 .box .inner .textarea {
    width: auto;
    padding: 40px 0;
  }
  #section1 .box .inner .textarea .title {
    font-size: 28px;
    text-align: center;
  }

  .officialbanner-flex p {
    padding: 0 0 20px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #toparea #toptitle-lineup .title .logo {
    padding: 15px 20px;
  }
  #toparea #toptitle-lineup .title .logo .en {
    font-size: 44px;
  }
  #toparea #toptitle-lineup .title .logo img {
    width: 300px;
  }

  #intro .textarea {
    padding: 0 0 22vw;
  }
  #intro .textarea .concept-title {
    width: 160px;
  }
  #intro .textarea .sub {
    font-size: 16px;
    margin-top: 30px;
  }
  #intro .textarea .subimg {
    width: 50vw;
  }

  #section1 {
    padding: 40px 0;
  }
  #section1 .box .inner {
    display: block;
  }
  #section1 .box .inner:last-child .image {
    margin-bottom: 0;
  }
  #section1 .box .inner .textarea {
    padding: 0;
    width: auto;
  }
  #section1 .box .inner .textarea .title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 15px;
  }
  #section1 .box .inner .textarea .title span {
    padding: 0 4px;
  }
  #section1 .box .inner .image {
    width: auto;
    margin: 30px 0 40px;
  }
}
