/*================================================================================

media query mixin

================================================================================*/
/*    google font on web
--------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");
/*    google font on server
--------------------------------------------------------------------------------*/
/*    icomoon
--------------------------------------------------------------------------------*/
/*    custom
--------------------------------------------------------------------------------*/
.top .mainArea {
  position: relative;
  width: 1260px;
  margin: 0 auto 90px; }
  @media screen and (max-width: 768px) {
    .top .mainArea {
      width: 100%; } }
  .top .mainArea .main-text {
    width: 700px;
    position: absolute;
    top: 80px;
    left: 100px; }
    @media screen and (max-width: 768px) {
      .top .mainArea .main-text {
        width: 90%;
        top: 40px;
        left: 0; } }
    .top .mainArea .main-text span {
      color: #fff;
      background: #000;
      font-size: 24px;
      font-weight: 300;
      display: inline-block;
      margin: 0 0 15px;
      padding: 5px 15px;
      letter-spacing: 1px; }
      @media screen and (max-width: 768px) {
        .top .mainArea .main-text span {
          font-size: 12px;
          margin: 0 0 10px;
          padding: 5px 10px; } }
.top .topSlider .topSlider_item {
  position: relative;
  width: 930px;
  height: 700px; }
  @media screen and (max-width: 768px) {
    .top .topSlider .topSlider_item {
      width: auto;
      height: 500px; } }
  .top .topSlider .topSlider_item .back {
    position: absolute;
    top: 0;
    right: 0;
    width: 930px;
    height: 700px; }
    @media screen and (max-width: 768px) {
      .top .topSlider .topSlider_item .back {
        width: 90%;
        height: 500px; } }
    .top .topSlider .topSlider_item .back.img01 {
      background: url(../img/top_main_img01.jpg) no-repeat top center;
      background-size: cover; }
    .top .topSlider .topSlider_item .back.img02 {
      background: url(../img/top_main_img02.jpg) no-repeat top center;
      background-size: cover; }
    .top .topSlider .topSlider_item .back.img03 {
      background: url(../img/top_main_img03.jpg) no-repeat top center;
      background-size: cover; }
    .top .topSlider .topSlider_item .back.img04 {
      background: url(../img/top_main_img04.jpg) no-repeat top center;
      background-size: cover; }
    .top .topSlider .topSlider_item .back.img05 {
      background: url(../img/top_main_img05.jpg) no-repeat top center;
      background-size: cover; }
.top .topSlider .topSlider-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media screen and (max-width: 768px) {
    .top .topSlider .topSlider-dots {
      bottom: 15px; } }
  .top .topSlider .topSlider-dots li {
    float: left;
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    border-radius: 10px;
    margin-right: 15px; }
    @media screen and (max-width: 768px) {
      .top .topSlider .topSlider-dots li {
        width: 8px;
        height: 8px;
        margin-right: 10px; } }
    .top .topSlider .topSlider-dots li:last-child {
      margin-right: 0; }
    .top .topSlider .topSlider-dots li.slick-active {
      background: #000; }
    .top .topSlider .topSlider-dots li button {
      font-size: 0; }
.top .c-title {
  font-size: 40px;
  margin: 0 0 40px;
  text-align: left; }
  @media screen and (max-width: 768px) {
    .top .c-title {
      font-size: 30px;
      text-align: center;
      padding: 0; } }
.top .top-read .readBox {
  overflow: hidden; }
  .top .top-read .readBox .textBox {
    float: left;
    width: 620px; }
    @media screen and (max-width: 768px) {
      .top .top-read .readBox .textBox {
        float: none;
        width: auto; } }
  .top .top-read .readBox .read-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 2;
    margin: 0 0 40px; }
    @media screen and (max-width: 768px) {
      .top .top-read .readBox .read-title {
        font-size: 24px;
        text-align: center; } }
  .top .top-read .readBox .read-text {
    padding-right: 140px;
    line-height: 3;
    margin: 0 0 60px; }
    @media screen and (max-width: 768px) {
      .top .top-read .readBox .read-text {
        padding-right: 0;
        margin: 0 0 40px; } }
  .top .top-read .readBox .imgBox {
    width: 420px;
    float: right;
    position: relative;
    padding-bottom: 220px; }
    @media screen and (max-width: 768px) {
      .top .top-read .readBox .imgBox {
        width: auto;
        float: none;
        padding-bottom: 420px;
        margin-top: 40px; } }
    .top .top-read .readBox .imgBox .img01 {
      width: 360px;
      float: right; }
      @media screen and (max-width: 768px) {
        .top .top-read .readBox .imgBox .img01 {
          width: 220px; } }
    .top .top-read .readBox .imgBox .img02 {
      position: absolute;
      width: 360px;
      bottom: 0;
      left: -100px; }
      @media screen and (max-width: 768px) {
        .top .top-read .readBox .imgBox .img02 {
          width: 220px;
          left: 0; } }
@media screen and (max-width: 768px) {
  .top .top-read .c-btn a {
    margin: 0 auto; } }

/*# sourceMappingURL=top.css.map */