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

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
.g-footer {
  padding-top: 188px;
}
@media only screen and (max-width: 767px) {
  .g-footer {
    padding-top: 50px;
  }
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   #sec-list
---------------------------------------------------------------------------*/
.sec-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .sec-list {
    display: block;
  }
}
.sec-list .item {
  width: 47%;
  margin-bottom: 84px;
}
@media only screen and (max-width: 767px) {
  .sec-list .item {
    width: auto;
    margin-bottom: 36px;
  }
}
.sec-list .item a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sec-list .item a {
    text-align: center;
  }
}
.mode-pc .sec-list .item a:hover {
  opacity: 0.7;
}
.mode-pc .sec-list .item a:hover .item__img img {
  -webkit-transform: translateX(-50%) scale(1.1, 1.1);
          transform: translateX(-50%) scale(1.1, 1.1);
}
.sec-list .item__img {
  position: relative;
  max-width: 470px;
  height: 320px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sec-list .item__img {
    max-width: none;
    height: auto;
  }
}
.sec-list .item__img img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sec-list .item__img img {
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    height: auto;
  }
}
.sec-list .item__hdg {
  margin: 24px 0 0 9px;
  font-size: 16px;
  line-height: 1.86;
  letter-spacing: 1.8px;
}
@media only screen and (max-width: 767px) {
  .sec-list .item__hdg {
    margin: 10px 0 0 7px;
    font-size: 13px;
    line-height: 1.78;
  }
}
.sec-list .item__more {
  margin: 24px 0 0 9px;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .sec-list .item__more {
    margin: 11px 0 0 7px;
    font-size: 11px;
  }
}

/*--------------------------------------------------------------------------
   #sec-article
---------------------------------------------------------------------------*/
.sec-article {
  max-width: 840px;
  margin: 0 auto;
}
.sec-article__img {
  overflow: hidden;
}
.sec-article__img img {
  width: 100%;
  height: auto;
}
.sec-article__hdg {
  margin-top: 71px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 2.6px;
}
@media only screen and (max-width: 767px) {
  .sec-article__hdg {
    margin: 50px 14px 0;
    font-size: 14px;
    line-height: 1.7;
  }
}
.sec-article__name {
  margin-top: 5px;
  font-size: 16px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-article__name {
    margin-top: 14px;
    font-size: 13px;
  }
}
.sec-article__body {
  max-width: 650px;
  margin: 62px auto 0;
}
@media only screen and (max-width: 767px) {
  .sec-article__body {
    margin: 35px 14px 0;
  }
}
.sec-article__body p,
.sec-article__body figure.wp-block-image {
  line-height: 2.6;
}
@media only screen and (max-width: 767px) {
  .sec-article__body p,
  .sec-article__body figure.wp-block-image {
    font-size: 14px;
    line-height: 2.4;
  }
}
.sec-article__body p:not(:first-child),
.sec-article__body figure.wp-block-image:not(:first-child) {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .sec-article__body p:not(:first-child),
  .sec-article__body figure.wp-block-image:not(:first-child) {
    margin-top: 33px;
  }
}
.sec-article__body figure.wp-block-image {
  text-align: center;
}
.sec-article__body figure.wp-block-image img {
  width: 100%;
  height: auto;
}
.sec-article__link {
  margin-top: 62px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-article__link {
    margin-top: 35px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-article__store {
    margin-top: 32px;
    font-size: 13px;
    text-align: center;
  }
  .sec-article__store a {
    letter-spacing: 2px;
  }
}
.sec-article .swiper-container {
  position: relative;
  margin-top: 120px;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .sec-article .swiper-container {
    margin-top: 15px;
  }
}
.sec-article .swiper-slide__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f5f5f5;
  height: 530px;
}
@media only screen and (max-width: 767px) {
  .sec-article .swiper-slide__img {
    height: 208px;
  }
}
.sec-article .swiper-slide__img img {
  width: atuo;
  height: 100%;
}
.sec-article .swiper-move-btn {
  position: absolute;
  top: 44%;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sec-article .swiper-move-btn {
    top: 40%;
  }
}
.sec-article .swiper-move-btn a {
  display: block;
  line-height: 1;
}
.sec-article .swiper-move-btn img {
  width: 14px;
  height: 24px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .sec-article .swiper-move-btn img {
    width: 7px;
    height: 12px;
  }
}
.sec-article .swiper-move-btn--back {
  left: 34px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media only screen and (max-width: 767px) {
  .sec-article .swiper-move-btn--back {
    left: 16px;
  }
}
.sec-article .swiper-move-btn--back a:hover img {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.sec-article .swiper-move-btn--next {
  right: 34px;
}
@media only screen and (max-width: 767px) {
  .sec-article .swiper-move-btn--next {
    right: 16px;
  }
}
.sec-article .swiper-move-btn--next a:hover img {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.sec-article .swiper-pagination {
  position: relative;
  margin-top: 27px;
}
@media only screen and (max-width: 767px) {
  .sec-article .swiper-pagination {
    margin-top: 15px;
  }
}
.sec-article .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 7px !important;
  border-radius: 50%;
  background-color: #c7c5c2;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sec-article .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
  }
}
.sec-article .swiper-pagination-bullet:hover {
  background-color: #4d4d4d;
}
.sec-article .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #4d4d4d;
}

/*--------------------------------------------------------------------------
   #sec-more
---------------------------------------------------------------------------*/
.sec-more {
  margin-top: 176px;
}
@media only screen and (max-width: 767px) {
  .sec-more {
    margin-top: 87px;
  }
}
.sec-more__hdg {
  font-size: 22px;
  text-align: center;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .sec-more__hdg {
    font-size: 15px;
  }
}
.sec-more__slide {
  position: relative;
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .sec-more__slide {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .sec-more__slide {
    width: 77.5%;
    margin: 0 auto;
  }
}
.sec-more .swiper-container {
  position: relative;
  margin-top: 54px;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .sec-more .swiper-container {
    margin-top: 22px;
  }
}
.sec-more .swiper-move-btn {
  position: absolute;
  top: 32%;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sec-more .swiper-move-btn {
    top: calc(56% - 55px);
  }
}
.sec-more .swiper-move-btn a {
  display: block;
  line-height: 1;
}
.sec-more .swiper-move-btn img {
  width: 14px;
  height: 24px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .sec-more .swiper-move-btn img {
    width: 7px;
    height: 12px;
  }
}
.sec-more .swiper-move-btn--back {
  left: -60px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .sec-more .swiper-move-btn--back {
    left: -5%;
  }
}
@media only screen and (max-width: 767px) {
  .sec-more .swiper-move-btn--back {
    left: -34px;
  }
}
.sec-more .swiper-move-btn--back a:hover img {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.sec-more .swiper-move-btn--next {
  right: -60px;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .sec-more .swiper-move-btn--next {
    right: -5%;
  }
}
@media only screen and (max-width: 767px) {
  .sec-more .swiper-move-btn--next {
    right: -34px;
  }
}
.sec-more .swiper-move-btn--next a:hover img {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.sec-more .item {
  width: 100%;
  margin: 0;
}
.sec-more .item a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sec-more .item a {
    text-align: center;
  }
}
.sec-more .item a:hover {
  opacity: 0.7;
}
.sec-more .item a:hover .item__img img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.sec-more .item__img {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sec-more .item__img {
    max-width: none;
    height: auto;
  }
}
.sec-more .item__img img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sec-more .item__img img {
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    height: auto;
  }
}
.sec-more .item__hdg {
  margin-top: 20px;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .sec-more .item__hdg {
    margin: 8px 0 0 4px;
    font-size: 11px;
    line-height: 1.7;
  }
}
.sec-more .item__more {
  margin-top: 20px;
  font-size: 10px;
}
@media only screen and (max-width: 767px) {
  .sec-more .item__more {
    margin: 10px 0 0 4px;
    font-size: 10px;
  }
}
/*# sourceMappingURL=../maps/story/style.css.map */
