/***  media ***/
@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  a {
    transition: 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.7;
  }
}
body {
  margin: 0;
}
main {
  background: url(../img/content-bg.jpg) repeat-y;
  background-size: cover;
}
.takeshi-slidershow {
  background: url(../img/takeshi/takeshi-6.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 1255px;
}
@media (max-width: 1490px) {
  .takeshi-slidershow {
    height: 900px;
  }
}
@media (max-width: 990px) {
  .takeshi-slidershow {
    height: 600px;
  }
}
@media (max-width: 690px) {
  .takeshi-slidershow {
    height: auto;
  }
}
.takeshi-slidershow1 {
  display: block;
}
@media (max-width: 690px) {
  .takeshi-slidershow1 {
    display: none;
  }
}
.takeshi-slidershow2 {
  display: none;
}
@media (max-width: 690px) {
  .takeshi-slidershow2 {
    display: block;
    background: url(../img/takeshi/takeshi-4mb.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.takeshi-slider-img img {
  width: 100%;
}
.takeshi-slider-text {
  padding: 12% 0 5% 48%;
  color: #eaeaea;
}
.takeshi-slider-text h1 {
  margin: 10% 0 4% 115px;
  font-size: 2em;
  FONT-WEIGHT: 600;
  position: relative;
}
@media (max-width: 1490px) {
  .takeshi-slider-text h1 {
    margin: 15% 0 8% 115px;
    font-size: 1.5em;
  }
}
@media (max-width: 990px) {
  .takeshi-slider-text h1 {
    margin: 10% 0 8% 85px;
    font-size: 1.3em;
  }
}
@media (max-width: 690px) {
  .takeshi-slider-text h1 {
    margin: 10% 0 5% 65px;
    font-size: 1em;
  }
}
.takeshi-slider-text h2 {
  padding: 0;
  font-size: 1.5em;
  font-weight: 400;
  margin-block: 0;
}
@media (max-width: 1490px) {
  .takeshi-slider-text h2 {
    font-size: 1.4em;
    font-weight: 400;
  }
}
@media (max-width: 990px) {
  .takeshi-slider-text h2 {
    font-size: 1.1em;
    font-weight: 400;
  }
}
.takeshi-slider-text p {
  padding: 0 0 5% 0;
  font-size: 1.5em;
  width: 63%;
  line-height: 1.9em;
  font-weight: 300;
}
@media (max-width: 1490px) {
  .takeshi-slider-text p {
    font-size: 1.4em;
    width: 92%;
  }
}
@media (max-width: 990px) {
  .takeshi-slider-text p {
    font-size: 1.1em;
    width: 92%;
    line-height: 1.5em;
  }
}
@media (max-width: 690px) {
  .takeshi-slider-text p {
    padding: 0;
    font-size: 0.9em;
    line-height: 1.6em;
  }
}
@media (max-width: 1490px) {
  .takeshi-slider-text {
    padding: 8% 0 2% 48%;
  }
}
@media (max-width: 990px) {
  .takeshi-slider-text {
    padding: 5% 0 2% 48%;
  }
}
@media (max-width: 690px) {
  .takeshi-slider-text {
    padding: 5%;
  }
}
.takeshi-slider-text h1:before {
  content: "";
  height: 3px;
  width: 100px;
  background: linear-gradient(to right, #2b2b2b, #fff);
  position: absolute;
  left: -115px;
  bottom: 0.5em;
}
@media (max-width: 990px) {
  .takeshi-slider-text h1:before {
    width: 70px;
    left: -85px;
  }
}
@media (max-width: 690px) {
  .takeshi-slider-text h1:before {
    left: -65px;
    width: 50px;
  }
}
.takeshi-slider-title {
  padding: 8% 0;
}
.takeshi-slider-title img {
  width: 68%;
}
@media screen and (max-width: 768px) {
  .takeshi-slider-title img {
    width: 75%;
  }
}
@media (max-width: 690px) {
  .takeshi-slider-title {
    padding: 8% 0 0 0;
    text-align: center;
  }
  .takeshi-slider-title img {
    width: 65%;
  }
}
@media (max-width: 1490px) {
  .takeshi-slider-title {
    padding: 15% 0 0 0;
  }
}
@media (max-width: 990px) {
  .takeshi-slider-title {
    padding: 8% 0 0 0;
  }
}
.takeshi-slider-logo {
  width: auto;
  margin: 5% 0 10% 20%;
}
@media (max-width: 990px) {
  .takeshi-slider-logo {
    margin: 10% 0 5% 20%;
  }
  .takeshi-slider-logo img {
    width: 40%;
  }
}
@media (max-width: 690px) {
  .takeshi-slider-logo {
    margin: 10% auto 0 auto;
  }
  .takeshi-slider-logo img {
    margin-left: 25%;
  }
}
.takeshicontent {
  width: 100%;
  height: 100%;
}
.takeshicontent .takeshicontent-top {
  display: flex;
  justify-content: center;
  padding-top: 5%;
  text-align: center;
}
@media (max-width: 990px) {
  .takeshicontent .takeshicontent-top {
    padding-top: 6%;
    flex-direction: column;
    align-items: center;
  }
  .takeshicontent .takeshicontent-top img {
    width: 60%;
  }
}
.takeshicontent .takeshicontent-top .takeshicontent-top-left-19 {
  padding: 3% 0;
  width: 52%;
  text-align: right;
}
@media (max-width: 990px) {
  .takeshicontent .takeshicontent-top .takeshicontent-top-left-19 {
    display: none;
  }
}
.takeshicontent .takeshicontent-top .takeshicontent-top-left-14 {
  display: none;
}
@media (max-width: 990px) {
  .takeshicontent .takeshicontent-top .takeshicontent-top-left-14 {
    display: block;
    margin-bottom: 3%;
  }
}
.takeshicontent .takeshicontent-top .takeshicontent-top-right {
  color: #fff;
  background: linear-gradient(to right, #000000, #000000, #00000000);
  margin: 0 6%;
  padding: 3% 6% 3% 3%;
  font-size: 1.5em;
  line-height: 1.65em;
  letter-spacing: 0.1em;
  text-align: left;
}
.takeshicontent .takeshicontent-top .takeshicontent-top-right h3 {
  margin-top: 12%;
  font-weight: normal;
  font-size: 1em;
  line-height: 2em;
}
@media (max-width: 1490px) {
  .takeshicontent .takeshicontent-top .takeshicontent-top-right {
    margin: 0 3%;
    padding: 2% 3%;
    font-size: 1.2em;
    text-align: left;
  }
}
@media (max-width: 990px) {
  .takeshicontent .takeshicontent-top .takeshicontent-top-right {
    font-size: 1em;
  }
}
.takeshicontent .takeshicontent-center {
  display: flex;
  justify-content: center;
  padding-top: 5%;
}
@media (max-width: 990px) {
  .takeshicontent .takeshicontent-center {
    flex-direction: column;
  }
}
.takeshicontent .takeshicontent-center .takeshicontent-center-left {
  text-align: right;
  margin-left: 26%;
  padding-top: 1%;
}
@media (max-width: 1690px) {
  .takeshicontent .takeshicontent-center .takeshicontent-center-left {
    margin-left: 19%;
  }
}
@media (max-width: 1490px) {
  .takeshicontent .takeshicontent-center .takeshicontent-center-left {
    margin: 0 6%;
  }
  .takeshicontent .takeshicontent-center .takeshicontent-center-left img {
    width: 100%;
  }
}
.takeshicontent .takeshicontent-center .takeshicontent-center-right {
  color: #dbab49;
  background: linear-gradient(to right, #00000000, #000000, #00000000);
  margin: 0 8% 0 2%;
  padding: 1% 3%;
  font-size: 1.5em;
  line-height: 2em;
  width: 100%;
}
@media (max-width: 1490px) {
  .takeshicontent .takeshicontent-center .takeshicontent-center-right {
    font-size: 1em;
    line-height: 2em;
    width: 70%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 990px) {
  .takeshicontent .takeshicontent-center .takeshicontent-center-right {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 2% 0;
    margin-top: 3%;
    font-size: 1.2em;
    line-height: 2em;
  }
}
.takeshicontent .takeshicontent-bottom {
  padding-top: 5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10%;
}
.takeshicontent .takeshicontent-bottom .takeshicontent-bottom-title {
  font-size: 2.5em;
  color: #ffffff;
  margin-bottom: 2%;
  display: inline-block;
  position: relative;
  font-weight: bold;
}
@media (max-width: 990px) {
  .takeshicontent .takeshicontent-bottom .takeshicontent-bottom-title {
    margin-bottom: 5%;
    font-size: 1.5em;
  }
}
.takeshicontent .takeshicontent-bottom .takeshicontent-bottom-title:before {
  content: "";
  height: 3px;
  width: 100px;
  background: linear-gradient(to right, #2b2b2b, #fff);
  position: absolute;
  bottom: 0.5em;
  left: -115px;
}
@media (max-width: 490px) {
  .takeshicontent .takeshicontent-bottom .takeshicontent-bottom-title:before {
    width: 50px;
    left: -65px;
  }
}
.takeshicontent .takeshicontent-bottom .takeshicontent-bottom-title:after {
  content: "";
  height: 3px;
  width: 100px;
  background: linear-gradient(to right, #fff, #2b2b2b);
  position: absolute;
  bottom: 0.5em;
  right: -115px;
}
@media (max-width: 490px) {
  .takeshicontent .takeshicontent-bottom .takeshicontent-bottom-title:after {
    width: 50px;
    right: -65px;
  }
}
.takeshicontent .takeshicontent-bottom .takeshicontent-bottom-list {
  margin: 1% 21% 0 21%;
}
@media (max-width: 1490px) {
  .takeshicontent .takeshicontent-bottom .takeshicontent-bottom-list {
    margin: 1% 10% 0 10%;
  }
}
@media (max-width: 990px) {
  .takeshicontent .takeshicontent-bottom .takeshicontent-bottom-list {
    flex-direction: column;
    margin: 0 6%;
  }
}
.takeshicontent .takeshicontent-bottom .takeshicontent-bottom-list .takeshicontent-bottom-titletop {
  position: relative;
  margin-bottom: 9%;
}
.takeshicontent .takeshicontent-bottom .takeshicontent-bottom-list .takeshicontent-bottom-titletop img {
  width: 100%;
}
.takeshicontent .takeshicontent-bottom .takeshicontent-bottom-list .takeshicontent-bottom-titletext {
  color: #fff;
  font-size: 1.35em;
  line-height: 1.8em;
  padding: 2%;
  letter-spacing: 0.05em;
  background: linear-gradient(to right, #00000073, #0000007a, #00000000);
  position: absolute;
  z-index: 1;
  width: 96%;
  bottom: 5%;
}
@media (max-width: 1490px) {
  .takeshicontent .takeshicontent-bottom .takeshicontent-bottom-list .takeshicontent-bottom-titletext {
    font-size: 1em;
    line-height: 2em;
  }
}
@media (max-width: 990px) {
  .takeshicontent .takeshicontent-bottom .takeshicontent-bottom-list .takeshicontent-bottom-titletext {
    font-size: 0.8em;
  }
}
