@charset "UTF-8";
@import url("global.css");
@import url("lineup_global.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap");
#bodyarea {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
}

#toparea {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
}
#toparea #toptitle-lineup .title .logo img {
  width: 500px;
}
#toparea #toptitle-lineup #topimg-lineup {
  background-image: url("../amcj/img/main.jpg");
  background-position: top center;
}

#intro .textarea {
  width: 45%;
}
#intro .textarea .lead {
  color: #002E58;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.6;
}

#features .list li {
  border: none;
  background-color: #6a8cae;
  color: #fff;
}
#features .list li p span {
  background: linear-gradient(transparent 60%, rgba(0, 46, 88, 0.3) 60%);
}

#section1 {
  background: url("../amcj/img/bg1.jpg");
  position: relative;
  padding: 100px 0 85px;
}
#section1 .wrapper {
  max-width: 1400px;
}
#section1::after {
  background: url("../amcj/img/bg-repeat.png") repeat-x top left;
  content: "";
  width: 100%;
  height: 140px;
  position: absolute;
  bottom: -50px;
  left: 0;
}
#section1 .inner {
  display: flex;
}
#section1 .inner .maintitle {
  font-size: 52px;
  color: #002E58;
  font-weight: 900;
  line-height: 1.5;
  flex-basis: 0;
  white-space: nowrap;
}
#section1 .inner .textarea {
  flex: 1;
  margin-left: 3%;
}
#section1 .inner .textarea p + p {
  margin-top: 15px;
}

#section2 {
  margin-top: 140px;
}
#section2 .maintitle {
  font-size: 52px;
  color: #002E58;
  font-weight: 900;
  line-height: 1.5;
  flex-basis: 0;
  text-align: center;
  margin-bottom: 35px;
}
#section2 .introtxt {
  text-align: center;
}
#section2 #carousel {
  background-color: #fff;
  margin-top: 60px;
  box-sizing: border-box;
  width: 100%;
  height: 320px;
  overflow: hidden;
}
#section2 #carousel .carousel_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 200%;
  height: 100%;
}
#section2 #carousel .carousel_inner ul {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
#section2 #carousel .carousel_inner ul:first-child {
  -webkit-animation: Carousel1 120s -60s linear infinite;
  animation: Carousel1 120s -60s linear infinite;
}
#section2 #carousel .carousel_inner ul:last-child {
  -webkit-animation: Carousel2 120s linear infinite;
  animation: Carousel2 120s linear infinite;
}
#section2 #carousel .carousel_inner ul li {
  position: relative;
  height: 100%;
  margin: 0 3px;
  width: 460px;
}
#section2 #carousel .carousel_inner ul li img {
  position: absolute;
  left: 0;
  top: 0;
}
@keyframes Carousel1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes Carousel2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
#section3 .box {
  display: flex;
  align-items: flex-end;
  margin: 90px 0;
}
#section3 .box .textinner {
  width: 50%;
  box-sizing: border-box;
  padding: 0 5% 0 0;
}
#section3 .box .textinner .title {
  color: #002E58;
  font-size: 42px;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 900;
}
#section3 .box figure {
  flex: 1;
  margin: 0 -60px 0 0;
}
#section3 .box:nth-child(even) .textinner {
  padding: 0 0 0 5%;
}
#section3 .box:nth-child(even) figure {
  order: -1;
  margin: 0 0 0 -80px;
}

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

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

 Responsive-Breakpoint-1 (1400px)
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1400px) {
  #intro .textarea {
    width: 55%;
  }
  #intro .textarea .lead {
    font-size: 3.2vw;
  }

  #section1 .inner {
    display: block;
  }
  #section1 .inner .textarea {
    margin-left: 30vw;
    margin-top: 4vw;
  }
  #section1 .inner .textarea .title {
    font-size: 36px;
  }

  #section3 .box figure {
    margin: 0 -5vw 0 0;
  }
  #section3 .box:nth-child(even) figure {
    margin: 0 0 0 -5vw;
  }

  .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 img {
    width: 380px;
  }

  #intro .textarea {
    width: 90%;
  }
  #intro .textarea .lead {
    font-size: 30px;
  }

  #features .list {
    flex-wrap: wrap;
  }
  #features .list li {
    font-size: 18px;
    width: 240px;
    height: 240px;
  }

  .fullimg {
    position: relative;
    height: 0;
    padding-top: 36%;
  }
  .fullimg img {
    position: absolute;
    left: 0;
    top: 0;
  }

  #section1 {
    padding: 50px 0;
  }
  #section1::after {
    background-size: auto 100%;
    height: 80px;
    bottom: -30px;
  }
  #section1 .inner .maintitle {
    font-size: 38px;
    text-align: center;
  }
  #section1 .inner .textarea {
    margin: 30px 0 0;
  }
  #section1 .inner .textarea p br {
    display: none;
  }

  #section2 {
    margin-top: 80px;
  }
  #section2 .maintitle {
    font-size: 38px;
    margin-bottom: 25px;
  }
  #section2 #carousel {
    height: 250px;
    margin-top: 40px;
  }
  #section2 #carousel .carousel_inner {
    width: 300%;
  }

  #section3 .box {
    margin: 50px 0;
    display: block;
  }
  #section3 .box .textinner {
    width: auto;
    padding: 0;
  }
  #section3 .box .textinner .title {
    text-align: center;
    font-size: 34px;
  }
  #section3 .box figure {
    margin: 40px 0 0 0;
  }
  #section3 .box:nth-child(even) .textinner {
    padding: 0;
  }
  #section3 .box:nth-child(even) figure {
    margin: 40px 0 0 0;
  }

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

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .tabnone {
    display: block;
  }

  #toparea #toptitle-lineup .title .logo img {
    width: 240px;
  }

  #intro .textarea {
    width: auto;
  }
  #intro .textarea .lead {
    font-size: 21px;
  }

  .fullimg {
    padding-top: 48%;
  }

  #section1 {
    padding: 40px 0;
  }
  #section1::after {
    display: none;
  }
  #section1 .inner .maintitle {
    font-size: 25px;
  }
  #section1 .inner .textarea {
    margin-top: 25px;
  }

  #section2 {
    margin-top: 40px;
  }
  #section2 .maintitle {
    font-size: 25px;
    margin-bottom: 20px;
  }
  #section2 .introtxt {
    text-align: left;
  }
  #section2 #carousel {
    height: 180px;
    margin-top: 30px;
  }
  #section2 #carousel .carousel_inner {
    width: 400%;
  }
  #section2 #carousel .carousel_inner ul li {
    margin: 0 1px;
  }

  #section3 {
    background-color: #002E58;
    margin: 0 -5vw;
    padding: 15px 5vw;
    color: #fff;
  }
  #section3 .box {
    margin: 0;
    padding: 20px 0;
  }
  #section3 .box .textinner .title {
    text-align: left;
    font-size: 22px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 700;
  }
  #section3 .box figure {
    margin: 30px 0 0 -5vw;
  }
  #section3 .box:nth-child(even) figure {
    margin: 30px 0 0 -5vw;
  }

  #gallery {
    margin-top: 0;
  }
}
