@charset "UTF-8";
/* ==================================================
    Top トップページ
   ================================================== */
.TopHeader {
  margin-bottom: 90px;
}

.TopNotice,
.TopSec__heading,
.TopSec__contInner,
.TopInstagram {
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.TopKvSlider__items {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  line-height: 1;
  z-index: 1;
}
.TopKvSlider__item {
  display: block !important;
}

.TopSec {
  margin: 60px 0;
}
.TopSec__cont {
  margin-top: 40px;
}
.TopSec__lead {
  line-height: 2;
}
.TopSec.-backgroundBeige {
  padding: 60px 0;
  background: #F8F2ED;
}

.TopNotice {
  border: 2px solid #D84532;
  padding: 20px 10px;
  color: #D84532;
  font-weight: 600;
  margin-top: 20px;
}
.TopNotice__ttl {
  display: flex;
  align-items: center;
}
.TopNotice__ttl .Ico {
  margin-right: 10px;
}
.TopNotice__link {
  text-decoration: underline;
}

.TopAbout {
  overflow: hidden;
}
.TopAbout__bg {
  padding-bottom: 208px;
  background: url(/image/partner/top//img_about_border.jpg) repeat-x center bottom;
  background-size: auto 148px;
}
.TopAbout__cont {
  margin-top: 50px;
}
.TopAbout__illust {
  width: 100%;
  max-width: 657px;
  margin: 0 auto 30px;
}
.TopAbout__illust img {
  width: 100%;
  height: auto;
}
.TopAbout__catch {
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  text-align: center;
}
.TopAbout__lead {
  width: 100%;
  margin-top: 20px;
  line-height: 2;
}
.TopAbout__link {
  margin: 30px auto 0;
}
.TopAbout__link.Btn.-lg {
  max-width: 400px;
}
.TopAbout__movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.TopAbout__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #EEE4DA;
}
.TopAbout__movieIllust {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.TopAbout__movieIllust.-cat {
  top: -52px;
  right: 10%;
  width: 60px;
  height: 52px;
}
.TopAbout__movieIllust.-pad {
  bottom: -27px;
  right: -35px;
  width: 58px;
  height: 51px;
}

.TopSearch__inner {
  max-width: 1040px;
  margin: 0 auto;
}
.TopSearch__link {
  display: block;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 2px 8px rgba(1, 71, 147, 0.2);
  transition: 300ms easein;
  transition-property: background, box-shadow;
}
.TopSearch__linkVisual {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.TopSearch__linkLabel {
  display: block;
  padding: 14px 30px 14px;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #D96D00;
}
.TopSearch__link.-cats .TopSearch__linkLabel {
  color: #479A00;
}

.TopInstagram__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.TopInstagram__ttlIco {
  margin-right: 30px;
}
.TopInstagram__ttlTxt {
  font-size: 3.2rem;
  font-family: "Montserrat", arial, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #002E5D;
}
.TopInstagram__lead {
  margin-top: 10px;
}
.TopInstagram__slider {
  position: relative;
  display: flex;
  margin: 20px auto;
  max-width: 1160px;
  overflow: hidden;
}
.TopInstagram__slider::before, .TopInstagram__slider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  height: 100%;
  width: 60px;
  background: linear-gradient(to right, #FFFFFF, rgba(255, 255, 255, 0));
  z-index: 1;
}
.TopInstagram__slider::before {
  left: 0;
}
.TopInstagram__slider::after {
  right: 0;
  transform: rotate(180deg);
}
.TopInstagram__item {
  width: 160px;
  flex-shrink: 0;
  margin: 0 8px;
}
.TopInstagram__img {
  background: #F3F6F9 center;
  background-size: cover;
  padding-top: 100%;
}
.TopInstagram__link {
  margin: 30px auto 0;
}
.TopInstagram__link.Btn.-md {
  width: 100%;
  max-width: 280px;
}

.TopVoice {
  margin-top: 80px;
}
.TopVoice__cont {
  background: #F9F4F0;
  padding: 60px;
}
.TopVoice__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  order: 0;
}
.TopVoice__headingEn {
  display: flex;
  align-items: flex-start;
}
.TopVoice__headingEn img {
  display: block;
  width: 120px;
  height: 23px;
  margin: 0 18px;
}
.TopVoice__headingEn::before, .TopVoice__headingEn::after {
  content: "";
  display: block;
  width: 36px;
  height: 33px;
  margin-top: 6px;
  background: no-repeat center/cover;
}
.TopVoice__headingEn::before {
  background-image: url(/image/partner/top/illust_particle_voice-left.svg);
}
.TopVoice__headingEn::after {
  background-image: url(/image/partner/top/illust_particle_voice-right.svg);
}
.TopVoice__headingJa {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  font-family: "Noto Sans JP", arial, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  color: #002E5D;
  margin-top: -6px;
}
.TopVoice__headingJa::before, .TopVoice__headingJa::after {
  content: "";
  display: block;
  width: 32px;
  height: 36px;
  background: no-repeat center/cover;
}
.TopVoice__headingJa::before {
  background-image: url(/image/partner/top/illust_slash_voice-left.svg);
  margin-right: 30px;
}
.TopVoice__headingJa::after {
  background-image: url(/image/partner/top/illust_slash_voice-right.svg);
  margin-left: 30px;
}
.TopVoice__img {
  border-radius: 10px;
  overflow: hidden;
  order: 2;
}
.TopVoice__lead {
  margin-top: 40px;
  line-height: 2;
  order: 1;
}
.TopVoice__linkWrap {
  order: 3;
}
.TopVoice__link {
  margin: 30px auto 0;
}
.TopVoice__link.Btn.-md {
  width: 100%;
  max-width: 280px;
}
.TopSpecials__cardVisual {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.TopSpecials__cardVisual::before {
  content: "";
  display: block;
  padding-top: 40%;
}
.TopSpecials__cardVisual img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.TopSpecials__cardTtl {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #002E5D;
}
.TopSpecials__cardLead {
  margin-top: 5px;
}
@media screen and (min-width: 769px) {
  .TopHeader {
    padding-top: 20px;
  }
  .TopHeader__kv,
.TopVoice {
    max-width: 1320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .TopKvSlider__items {
    border-radius: 10px;
  }
  .TopKvSlider__item {
    position: relative;
  }
  .TopKvSlider__item::before {
    content: "";
    display: block;
    padding-top: calc(480 / 1280 * 100%);
  }
  .TopKvSlider__item img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate3d(0, -50%, 0);
  }
  .TopSec__lead {
    text-align: center;
  }
  .TopNotice__link:hover, .TopNotice__link:focus {
    text-decoration: none;
  }
  .TopNotice {
    display: flex;
  }
  .TopNotice__ttl {
    width: 210px;
    justify-content: center;
    font-size: 1.6rem;
  }
  .TopNotice__ttl .Ico {
    margin-right: 10px;
  }
  .TopNotice__txt {
    display: flex;
    align-items: center;
    width: calc(100% - 210px);
  }
  .TopAbout__col {
    display: flex;
    align-items: center;
  }
  .TopAbout__colItem {
    width: 100%;
    padding: 0 40px;
  }
  .TopSearch__col {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .TopSearch__colItem {
    width: calc((100% - 40px) / 2);
  }
  .TopSearch__link:hover, .TopSearch__link:focus {
    background-color: #F3F6F9;
    box-shadow: none;
  }
  .TopVoice__cont {
    border-radius: 10px;
  }
  .TopVoice__cont::after {
    content: "";
    display: block;
    clear: both;
  }
  .TopVoice__heading, .TopVoice__lead, .TopVoice__linkWrap {
    float: left;
    width: 58.6206896552%;
  }
  .TopVoice__img {
    float: right;
    width: 37.9310344828%;
  }
  .TopSpecials__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -20px;
  }
  .TopSpecials__card {
    width: 33.33%;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .TopHeader {
    margin-bottom: 40px;
  }
  .TopSec__cont {
    margin-top: 20px;
  }
  .TopSec__lead {
    line-height: 1.5;
  }
  .TopSec.-backgroundBeige {
    padding: 40px 0;
  }
  .TopSec {
    margin: 30px 0;
  }
  .TopNotice {
    padding: 18px;
  }
  .TopNotice__ttl {
    margin-bottom: 7px;
  }
  .TopNotice__txt {
    font-size: 1.2rem;
  }
  .TopAbout__bg {
    padding-bottom: 130px;
    background-size: auto 80px;
    margin-top: 40px;
  }
  .TopAbout__cont {
    margin-top: 40px;
  }
  .TopAbout__illust {
    margin-bottom: 20px;
  }
  .TopAbout__catch {
    font-size: 1.6rem;
  }
  .TopAbout__lead {
    line-height: 1.5;
  }
  .TopAbout__colItem + .TopAbout__colItem {
    margin-top: 80px;
  }
  .TopAbout__movieIllust.-cat {
    top: -41px;
    width: 48px;
    height: auto;
  }
  .TopAbout__movieIllust.-pad {
    bottom: -19px;
    right: -25px;
    width: 39px;
    height: 35px;
  }
  .TopSearch__colItem + .TopSearch__colItem {
    margin-top: 20px;
  }
  .TopSearch__linkLabel {
    padding: 12px 20px 12px;
  }
  .TopInstagram__ttlIco {
    margin-right: 15px;
  }
  .TopInstagram__ttlTxt {
    font-size: 2.4rem;
  }
  .TopInstagram__lead {
    margin-top: 20px;
  }
  .TopInstagram__slider {
    margin: 30px auto;
  }
  .TopInstagram__item {
    width: 100px;
    margin: 0 2.5px;
  }
  .TopInstagram__link.Btn.-md {
    max-width: 100%;
  }
  .TopVoice {
    margin-top: 40px;
  }
  .TopVoice__cont {
    display: flex;
    flex-direction: column;
    padding: 40px 20px;
  }
  .TopVoice__headingEn img {
    width: 83px;
    height: 16px;
    margin: 0 13px;
  }
  .TopVoice__headingEn::before, .TopVoice__headingEn::after {
    width: 25px;
    height: 23px;
  }
  .TopVoice__headingJa {
    margin-top: -8px;
    font-size: 2rem;
  }
  .TopVoice__headingJa::before, .TopVoice__headingJa::after {
    width: 22px;
    height: 25px;
  }
  .TopVoice__img {
    margin-top: 25px;
  }
  .TopVoice__lead {
    margin-top: 20px;
    line-height: 1.5;
  }
  .TopVoice__link.Btn.-md {
    margin-top: 20px;
    max-width: 100%;
  }
  .TopSpecials__list {
    border-bottom: 1px solid #DCE6F2;
  }
  .TopSpecials__card {
    padding: 20px 0;
    border-top: 1px solid #DCE6F2;
  }
  .TopSpecials__cardTtl {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .TopSpecials__cardLead {
    margin-top: 3px;
    font-size: 1.2rem;
  }
}