@charset "UTF-8";
/* インスタグラム
  ---------------------------------------------------------------------------------- */
.Instagram {
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 80px;
}
.Instagram__inner {
  padding-top: 35px;
  padding-bottom: 42px;
  background: #F9F7F7;
}
.Instagram__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Instagram__ttlIco {
  margin-right: 30px;
}
.Instagram__ttlTxt {
  font-size: 3.2rem;
  font-family: "Montserrat", arial, "Hiragino Sans", "メイリオ", Meiryo, "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #002E5D;
}
.Instagram__lead {
  margin-top: 10px;
  line-height: 1.7;
}
.Instagram__slider {
  position: relative;
  display: flex;
  margin: 20px auto;
  max-width: 1160px;
  overflow: hidden;
}
.Instagram__slider::before, .Instagram__slider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  height: 100%;
  width: 60px;
  background: linear-gradient(to right, #F9F7F7, rgba(249, 247, 247, 0));
  z-index: 1;
}
.Instagram__slider::before {
  left: 0;
}
.Instagram__slider::after {
  right: 0;
  transform: rotate(180deg);
}
.Instagram__item {
  width: 160px;
  flex-shrink: 0;
  margin: 0 8px;
}
.Instagram__img {
  background: #F3F6F9 center;
  background-size: cover;
  padding-top: 100%;
}
.Instagram__link {
  margin: 30px auto 0;
}
.Instagram__link.Btn.-md {
  width: 100%;
  max-width: 280px;
}

/* ==================================================
    SpecialsTop 特集トップ
   ================================================== */
/* 特集
  ---------------------- */

.Catch {
  margin-bottom: -27px;
  padding: 56px 0 0;
}
.Catch__ttl {
  margin-bottom: 7px;
}

.Menu__ttl {
  margin-bottom: 33px;
}

.MenuCard__header {
  padding-top: 40%;
  height: 0;
}
.MenuCard__body {
  padding: 24px 30px 36px;
}
.MenuCard__ttl {
  margin-bottom: 9px;
  letter-spacing: 0.05em;
  color: #002E5D;
  font-size: 2rem;
}

.Specials__secCateLink {
  margin-top: 35px;
  text-align: right;
}
.Specials__secCateLink a {
  text-decoration: none !important;
}

.Specials__newsCard {
  height: 100%;
}
.Specials__newsCard .Card__header {
  padding-top: calc(100% / 305 * 160);
}
.Specials__newsCard .Card__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: 600;
}
.Specials__newsCardDate {
  font-family: "Roboto", arial, "Hiragino Sans", "メイリオ", Meiryo, "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
.Specials__newsCardCate {
  padding-bottom: 5px;
  border-bottom: 1px solid #014793;
  font-size: 1.2rem;
  line-height: 1;
}
.Specials__newsCardCate.-event {
  border-color: #EF6363;
}
.Specials__newsCardCate.-shop {
  border-color: #2E8BF0;
}
.Specials__newsCardCate.-media {
  border-color: #17BEAC;
}
.Specials__newsCardTtl {
  width: 100%;
  margin-top: 15px;
}

.Specials__ig {
  position: relative;
  padding: 64px 0 0;
}
.Specials__igTtl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.Specials__igTtlIco {
  position: relative;
  top: -1px;
  margin-right: 19px;
}
.Specials__igTtlTxt {
  font-family: "Montserrat", arial, "Hiragino Sans", "メイリオ", Meiryo, "Noto Sans JP", sans-serif;
  color: #002E5D;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.Specials__igCaption {
  margin-bottom: 43px;
}
.Specials__igSlider {
  margin-top: 60px;
  pointer-events: none;
}
.Specials__igSliderImg {
  display: block !important;
  margin: 0 7px;
  width: 220px;
}
.Specials__igSliderImgInner {
  background: #F3F6F9 center;
  background-size: cover;
  padding-top: 100%;
}
.Specials__igSlider::before, .Specials__igSlider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  height: 100%;
  width: 60px;
  background: linear-gradient(to right, #F9F7F7, rgba(249, 247, 247, 0));
  z-index: 1;
}
.Specials__igSlider::before {
  left: 0;
}
.Specials__igSlider::after {
  right: 0;
  transform: rotate(180deg);
}

.SpecialsNews__shop.ly_FullBg {
  padding-top: 60px;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .Instagram {
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }
  .Instagram__ttlIco {
    margin-right: 15px;
  }
  .Instagram__ttlTxt {
    font-size: 2.4rem;
  }
  .Instagram__lead {
    margin-top: 20px;
    line-height: 1.5;
  }
  .Instagram__slider {
    margin: 30px auto;
  }
  .Instagram__item {
    width: 100px;
    margin: 0 2.5px;
  }
  .Instagram__link.Btn.-md {
    max-width: 100%;
  }
  .SpecialsTop .ly_FullBg.-heading {
    margin-bottom: 30px;
  }
  .Catch {
    margin-bottom: -24px;
    padding: 40px 0 0;
  }
  .Catch__ttl {
    margin-bottom: 17px;
  }
  .Menu.ly_FullBg.-cont {
    padding-top: 37px;
  }
  .Menu .ly_Col .ly_Col__item.Menu__listItem + .ly_Col__item.Menu__listItem {
    margin-top: 20px;
  }
  .Menu__ttl {
    margin-bottom: 24px;
  }
  .MenuCard__body {
    padding: 24px 20px 20px;
  }
  .MenuCard__ttl {
    margin-bottom: 9px;
    font-size: 1.8rem;
  }
  .MenuCard__txt {
    font-size: 1.5rem;
  }
  .Specials__secCateLink {
    margin-top: 20px;
  }
  .Specials__newsCard .Card__inner {
    flex-direction: row;
  }
  .Specials__newsCard .Card__header {
    width: 30%;
    min-width: 100px;
    padding: 0;
  }
  .Specials__newsCard .Card__header::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .Specials__newsCard .Card__body {
    width: 70%;
    min-width: calc(100% - 100px);
    padding: 15px 15px 0 15px;
    align-content: flex-start;
  }
  .Specials__newsCardTtl {
    margin-top: 10px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .Specials__newsCardList > .Specials__newsCardListItem + .Specials__newsCardListItem {
    margin-top: 10px;
  }
  .Specials__ig {
    padding: 40px 20px 30px;
  }
  .Specials__ig::before {
    bottom: 158px;
    transform: translateX(-101px);
    width: 65px;
    height: 82px;
    background-size: 100% auto;
  }
  .Specials__ig::after {
    bottom: 153px;
    transform: translateX(-20px);
    width: 121px;
    height: 78px;
    background-size: contain;
  }
  .Specials__igTtlIco {
    margin-right: 15px;
  }
  .Specials__igTtlTxt {
    font-size: 2.4rem;
  }
  .Specials__igCaption {
    margin-bottom: 27px;
    font-size: 1.6rem;
  }
  .Specials__igCaption::before, .Specials__igCaption::after {
    content: "";
    position: absolute;
    top: 50px;
    display: block;
    width: 28px;
    height: 29px;
    background: url(/image/top/illust_particle_baby.svg) no-repeat center;
    background-size: contain;
  }
  .Specials__igCaption::before {
    left: 4%;
  }
  .Specials__igCaption::after {
    right: 4%;
    transform: rotate(90deg);
  }
  .Specials__igSlider {
    margin: 112px -20px 0;
  }
  .Specials__igSliderImg {
    margin: 0 3px;
    width: 128px;
  }
  .Specials__igLink {
    max-width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .Instagram__inner {
    border-radius: 10px;
  }
  .Instagram__lead {
    text-align: center;
  }
  .Menu .ly_Col .ly_Col__item.Menu__listItem {
    display: flex;
  }
  .MenuCard__ttl {
    line-height: 1.7;
  }
  .Specials__igCaption {
    position: relative;
    text-align: center;
    line-height: 2;
  }
  .Specials__igCaption::before, .Specials__igCaption::after {
    content: "";
    position: absolute;
    top: -34px;
    left: 50%;
    display: block;
    width: 37px;
    height: 39px;
    background: url(/image/top/illust_particle_baby.svg) no-repeat center;
  }
  .Specials__igCaption::before {
    transform: translateX(-362px);
  }
  .Specials__igCaption::after {
    transform: translateX(318px) rotate(90deg);
  }
  .Specials__igLink {
    margin: 0 auto;
  }
  .Specials__igLink.Btn {
    max-width: 280px;
  }
}