@charset "UTF-8";
#mainvisual {
  position: relative;
  margin: 0 auto;
}

#mainvisual .content {
  position: absolute;
  top: 0;
  z-index: 9999;
  width: 100%;
  padding-top: 40px;
}

#mainvisual .content .fav_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 30px;
}

#mainvisual .content .fav_sec li:last-child {
  margin-left: 20px;
}

#mainvisual .content .fav_content {
  margin-left: 110px;
  margin-top: 70px;
}

/* ▽ SP layout ========== */

@media only screen and (max-width: 639px) {
  #mainvisual {
    height: auto;
    /* margin-top: 18%; */
  }
  #mainvisual .slider {
    height: auto;
    padding-bottom: 70%;
  }
  #mainvisual .content .container .fav_sec {
    display: none;
  }
  #mainvisual .content .container .fav_content {
    padding: 5% 3%;
    margin: 5%;
  }
  #mainvisual .content .container .fav_content h1 img {
    width: 60%;
  }
}

/* ========== end △ */

.tt1_sec {
  padding: 40px;
  background: #edf1f7;
}

.tt1_sec .container h2 {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.tt1_sec .container h2 a {
  position: absolute;
  right: 0;
  top: 0;
}

.tt1_sec .container .content .wrap_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tt1_sec .container .content .wrap_box .box {
  width: 220px;
  position: relative;
}

.tt1_sec .container .content .wrap_box .box figure {
  margin-bottom: 10px;
  position: relative;
  width: 220px;
  height: 160px;
  text-align: center;
}

.tt1_sec .container .content .wrap_box .box figure img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 160px;
}

.tt1_sec .container .content .wrap_box .box a {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
}

.tt1_sec .container .content .wrap_box .box:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.tt1_sec .container .btn1 {
  display: none;
}

/* ▽ SP layout ========== */

@media only screen and (max-width: 639px) {
  .tt1_sec {
    padding: 8% 3%;
  }
  .tt1_sec .container h2 {
    text-align: center;
    margin-bottom: 5%;
  }
  .tt1_sec .container h2 img {
    width: 26%;
  }
  .tt1_sec .container h2 a {
    display: none;
  }
  .tt1_sec .container .content {
    width: 100%;
    overflow-x: hidden;
    margin-bottom: 7%;
  }
  .tt1_sec .container .content .wrap_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .tt1_sec .container .content .wrap_box .box {
    width: 32%;
    margin-bottom: 4%;
  }
  .tt1_sec .container .content .wrap_box .box:nth-child(4n), .tt1_sec .container .content .wrap_box .box:nth-child(5n) {
    display: none;
  }
  .tt1_sec .container .content .wrap_box .box figure {
    width: auto;
  }
  .tt1_sec .container .btn1 {
    display: block;
    text-align: center;
  }
  .tt1_sec .container .btn1 img {
    width: 50%;
  }
}

/* ========== end △ */

.tt2_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tt2_sec li {
  width: 25%;
  padding: 50px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.tt2_sec li a {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  text-align: center;
}

.tt2_sec li a span, .tt2_sec li a img {
  pointer-events: auto;
}

.tt2_sec .js-cover {
  position: relative;
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 55px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}

.tt2_sec li:nth-of-type(1) .js-cover {
  background-image: url(../img/tt2_sm1_off.png);
}

.tt2_sec li:nth-of-type(2) .js-cover {
  background-image: url(../img/tt2_sm2_off.png);
}

.tt2_sec li:nth-of-type(3) .js-cover {
  background-image: url(../img/tt2_sm3_off.png);
}

.tt2_sec li:nth-of-type(4) .js-cover {
  background-image: url(../img/tt2_sm4_off.png);
}

.tt2_sec li:nth-of-type(1) .js-cover::after {
  background-image: url(../img/tt2_sm1_on.png);
}

.tt2_sec li:nth-of-type(2) .js-cover::after {
  background-image: url(../img/tt2_sm2_on.png);
}

.tt2_sec li:nth-of-type(3) .js-cover::after {
  background-image: url(../img/tt2_sm3_on.png);
}

.tt2_sec li:nth-of-type(4) .js-cover::after {
  background-image: url(../img/tt2_sm4_on.png);
}

@media only screen and (min-width: 640px) {
  .tt2_sec .js-cover {
    width: 80px;
    height: 80px;
  }
  .tt2_sec .js-cover::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    opacity: 0;
  }
  .tt2_sec a:hover .js-cover::after {
    opacity: 1;
  }
}

/* ▽ SP layout ========== */

@media only screen and (max-width: 639px) {
  .tt2_sec {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tt2_sec li {
    width: 50%;
    margin-bottom: 10%;
  }
  .tt2_sec li:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .tt2_sec li:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .tt2_sec li:nth-of-type(3) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .tt2_sec li:nth-of-type(4) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .tt2_sec li {
    padding: 8% 0;
    width: 50%;
  }
  .tt2_sec .js-cover {
    width: 30%;
    height: 100%;
    margin-bottom: 15%;
  }
  .tt2_sec li img {
    width: 40%;
  }
}

/* ========== end △ */

.tt3_sec {
  padding: 60px 0;
}

.tt3_sec .container h2 {
  text-align: center;
  margin-bottom: 40px;
}

.tt3_sec .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tt3_sec .container ul li {
  margin-bottom: 20px;
}

.tt3_sec .container ul li a {
  display: inline-block;
  position: relative;
}

.tt3_sec .container ul li a span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* ▽ SP layout ========== */

@media only screen and (max-width: 639px) {
  .tt3_sec {
    padding: 9% 3%;
  }
  .tt3_sec .container h2 {
    margin-bottom: 5%;
  }
  .tt3_sec .container h2 img {
    width: 22%;
  }
  .tt3_sec .container ul li {
    width: 25%;
    margin-bottom: 0;
  }
  .tt3_sec .container ul li a span {
    width: 100%;
  }
}

/* ========== end △ */