/*! Writen  by SCSS */
.breadlist {
  display: none; }

.sec01 {
  /*padding: 80px 73px 60px;
  @include mq(1154){
  	padding: calc(80% / 13) 20px 60px;
  }
  @include mq($br_tb){
  	padding: 60px 20px 40px;
  }
  @include mq($br_sp){
  	padding: 30px 20px 25px;
  }*/ }
  .sec01 .p_ttl {
    margin-bottom: 0; }

.sec02 {
  padding-top: 0; }
  .sec02 .s_main {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    position: relative; }
    @media screen and (max-width: 768px) {
      .sec02 .s_main {
        width: auto;
        margin: 0 -20px 0; } }
    .sec02 .s_main li {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: opacity 1s ease-in-out 0s; }
      .sec02 .s_main li:first-child {
        position: relative; }
      .sec02 .s_main li.active {
        opacity: 1;
        z-index: 2; }
    .sec02 .s_main .arrow {
      position: absolute;
      z-index: 3;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      line-height: 0; }
      .sec02 .s_main .arrow img {
        width: 30px;
        opacity: 0.7;
        transition: all 0.2s ease-in-out; }
      @media screen and (max-width: 768px) {
        .sec02 .s_main .arrow {
          width: 28px;
          padding: 10px 7px; } }
      @media screen and (max-width: 480px) {
        .sec02 .s_main .arrow {
          display: none; } }
      .sec02 .s_main .arrow.next {
        right: 10px; }
        .sec02 .s_main .arrow.next img {
          transform: scaleX(-1); }
      .sec02 .s_main .arrow.prev {
        left: 10px; }
      .sec02 .s_main .arrow:hover img {
        opacity: 1; }
  @media screen and (max-width: 768px) {
    .sec02 .ttl img {
      max-width: 70%; } }
  .sec02 .s_thum {
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      .sec02 .s_thum {
        width: 100%; } }
    .sec02 .s_thum li {
      width: 23.1707317073%;
      max-width: 190px;
      margin-bottom: 15px;
      position: relative;
      cursor: pointer; }
      @media screen and (max-width: 768px) {
        .sec02 .s_thum li {
          margin-bottom: 10px; } }
      .sec02 .s_thum li .txt {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.7);
        color: #fff;
        text-align: center;
        transition: all 0.3s ease-in-out;
        opacity: 1;
        z-index: 3;
        pointer-events: none; }
        @media screen and (max-width: 480px) {
          .sec02 .s_thum li .txt {
            overflow: hidden; }
            .sec02 .s_thum li .txt img {
              transform: scale(1.2); } }
      body:not(.mobile) .sec02 .s_thum li:hover .txt {
        opacity: 0; }
      .sec02 .s_thum li.active .txt {
        opacity: 0; }

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