@charset "UTF-8";
html {
  font-size: 1.3333333333vw;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background-color: #f5ebcd;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴシック", sans-serif;
  font-size: 16px;
  color: #333333;
  overflow-x: hidden;
}

*.sp-only {
  display: block;
}
@media screen and (min-width: 891px) {
  *.sp-only {
    display: none;
  }
}

*.pc-only {
  display: none;
}
@media screen and (min-width: 891px) {
  *.pc-only {
    display: block;
  }
}

.d-coupon {
  display: none;
}

.menu_hover {
  color: #0050B4;
}

.head__logo {
  position: absolute;
  top: 27px;
  left: 47px;
  z-index: 3;
  width: 170px;
  /* max-width: 172px; */
}
@media screen and (max-width: 890px) {
  .head__logo {
    width: 29vw;
    top: 3vw;
    left: 4vw;
  }
}

.head__menu {
  display: flex;
  font-size: 14px;
  position: absolute;
  top: 29px;
  right: 51px;
  z-index: 1;
}

.head__menuItem {
  margin-left: 26px;
}

.head__snsMenu {
  display: flex;
  position: absolute;
  top: 66px;
  right: 51px;
  align-items: center;
}

.head__snsMenuItem {
  margin-left: 20px;
}

.sns-x {
  width: 28px;
  height: auto;
}

.headerNav {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100vh;
  padding-top: 40px;
  background-color: #0050B4;
  transition: all 0.6s;
  z-index: 20;
  overflow-y: auto;
  opacity: 0.95;
}

.navList {
  margin-top: 18vw;
  padding: 0;
  text-align: center;
  display: block;
}

.navItem {
  margin-bottom: 12vw;
  padding: 1rem 1rem 0;
  font-size: 3rem;
  color: white;
}

.navItem a {
  display: block;
  padding: 1rem 0 0 0;
  width: 100%;
  margin: 0 auto;
}

.hamburger_btn {
  position: absolute;
  right: 26px;
  top: 5vw;
  width: 7vw;
  height: 55px;
  cursor: pointer;
  z-index: 30;
}

.hamburger_line {
  position: absolute;
  left: 8px;
  width: 7vw;
  height: 2px;
  background-color: #0050B4;
  transition: all 0.6s;
}

.hamburger_line_1 {
  display: block;
  width: 7vw;
  height: 3px;
  top: 0;
}

.hamburger_line_2 {
  display: block;
  width: 7vw;
  height: 3px;
  top: 2vw;
}

.hamburger_line_3 {
  display: block;
  width: 7vw;
  height: 3px;
  top: 4vw;
}

.nav-open .headerNav {
  right: 0;
}

.nav-open .hamburger_line_1 {
  transform: rotate(45deg);
  top: 2vw;
  background-color: white;
}

.nav-open .hamburger_line_2 {
  width: 0;
  left: 50%;
  background-color: white;
}

.nav-open .hamburger_line_3 {
  transform: rotate(-45deg);
  top: 2vw;
  background-color: white;
}

.nav_sns {
  margin: 20vw auto 0 auto;
  width: 25vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav_twitter {
  width: 7vw;
}

.nav_youtube {
  width: 7vw;
}

@keyframes bg2_wave {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -1555px;
  }
}

.campaign {
  color: white;
  background-image: url(/assets/img/common/bg2.png);
  background-repeat: repeat-x;
  background-position-x: center;
  background-position-y: top;
  animation: bg2_wave 60s infinite linear;
}
@media screen and (max-width: 890px) {
  .campaign {
    background-image: url(/assets/img/common/bg_sp3.png);
    background-position-y: top;
    background-position-x: center;
    background-size: cover;
  }
}

.campaign__bg {
  padding: 150px 0 150px 0;
  background-image: url(/assets/img/common/bg_fish.png);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: center;
}
@media screen and (max-width: 890px) {
  .campaign__bg {
    padding: calc(110 / 750 * 100vw) 0 calc(205 / 750 * 100vw) 0;
    background-image: url(/assets/img/common/bg_fish_sp.png);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: center;
    background-size: 160vw;
  }
}

.campaign__ad {
  margin: 0 auto;
  width: 640px;
  display: flex;
  column-gap: 15px;
}
@media screen and (max-width: 890px) {
  .campaign__ad {
    width: 51rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
  }
}

.campaign__ad .ad-wid {
  height: auto;
}

.campaign__ad .ad-wid01 {
  width: 100px;
}
@media screen and (max-width: 890px) {
  .campaign__ad .ad-wid01 {
    width: 14rem;
    order: 2;
  }
}

.campaign__ad .ad-wid02 {
  width: 250px;
}
@media screen and (max-width: 890px) {
  .campaign__ad .ad-wid02 {
    width: 35rem;
    order: 1;
  }
}

.campaign__ad .ad-wid03 {
  width: 250px;
}
@media screen and (max-width: 890px) {
  .campaign__ad .ad-wid03 {
    width: 35rem;
    order: 3;
  }
}

.campaign__adSpInner1 {
  width: calc(140 / 750 * 100%);
}

.campaign__adSpInner2 {
  width: calc(350 / 750 * 100%);
}

.campaign__adImg1 {
  margin-top: calc(20 / 750 * 100vw);
}

.campaign__ad3 {
  margin-bottom: calc(20 / 750 * 100vw);
}

.campaign__adImg2 {
  width: 28vw;
  margin-bottom: 19px;
}

.campaign_adImg3 {
  margin-right: 22px;
  width: 34vw;
}

.campaign_adImg4 {
  width: 41vw;
}

.campaign__cta {
  margin: 65px auto 0;
}
@media screen and (max-width: 890px) {
  .campaign__cta {
    margin: 5rem auto 0;
  }
}

.campaign__illust5 {
  display: block;
  position: absolute;
  bottom: -540px;
  left: -520px;
  z-index: 1;
}

.campaign__illust6 {
  display: block;
  position: absolute;
  bottom: -496px;
  right: -580px;
  z-index: 1;
}

.campaign__ctaTtl {
  margin-bottom: 1vw;
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 890px) {
  .campaign__ctaTtl {
    margin-bottom: 2vw;
    font-size: 1.7rem;
  }
}

.campaign__secretariat {
  margin-bottom: 43px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 2px;
}
@media screen and (max-width: 890px) {
  .campaign__secretariat {
    margin-bottom: 10vw;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 890px) {
  .campaign__ctaDtl {
    margin-left: 20vw;
  }
}

.campaign__tellInquiry {
  margin-bottom: 53px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 890px) {
  .campaign__tellInquiry {
    margin: 0 auto;
    margin-bottom: 11vw;
    display: block;
  }
}

.campaign__tellTtl {
  margin-right: 56px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
@media screen and (max-width: 890px) {
  .campaign__tellTtl {
    margin-bottom: 3vw;
    font-size: 1.8rem;
  }
}

.campaign__mailTtl {
  margin-right: 56px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
@media screen and (max-width: 890px) {
  .campaign__mailTtl {
    font-size: 1.8rem;
  }
}

.campaign__tellCta {
  position: relative;
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 890px) {
  .campaign__tellCta {
    max-width: 100%;
  }
}

.campaign__tellCta::before {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  border-left: 1px solid white;
  position: absolute;
  top: 0px;
  left: -30px;
}
@media screen and (max-width: 890px) {
  .campaign__tellCta::before {
    width: 100%;
    height: 20vw;
    top: -7.5vw;
    left: -5vw;
  }
}

.campaign__tell {
  font-size: 38px;
  letter-spacing: 3px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 890px) {
  .campaign__tell {
    font-size: 5rem;
  }
}

.campaign__tell span {
  margin-right: 21px;
  font-size: 14px;
  letter-spacing: 0;
}
@media screen and (max-width: 890px) {
  .campaign__tell span {
    margin-right: 3vw;
    font-size: 1.8rem;
  }
}

.campaign__tellDtl {
  font-size: 14px;
}
@media screen and (max-width: 890px) {
  .campaign__tellDtl {
    font-size: 1.8rem;
  }
}

.campaign__mailInquiry {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 890px) {
  .campaign__mailInquiry {
    display: block;
  }
}

.campaign__mailCta {
  position: relative;
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 890px) {
  .campaign__mailCta {
    max-width: 100%;
  }
}

.campaign__mailCta::before {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  border-left: 1px solid white;
  position: absolute;
  top: -14px;
  left: -30px;
}
@media screen and (max-width: 890px) {
  .campaign__mailCta::before {
    height: 20vw;
    top: -10vw;
    left: -5vw;
  }
}

.campaign__mail {
  font-size: 23px;
  letter-spacing: 2px;
}
@media screen and (max-width: 890px) {
  .campaign__mail {
    margin-top: 2vw;
    font-size: 3rem;
  }
}

.campaign__mail span {
  margin-right: 16px;
  font-size: 14px;
}
@media screen and (max-width: 890px) {
  .campaign__mail span {
    font-size: 1.8rem;
  }
}

.foot {
  padding-bottom: 20px;
  background-color: #FFF000;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 890px) {
  .foot {
    padding-bottom: 2rem;
  }
}

.foot__top {
  padding-top: 15px;
  text-align: center;
  position: relative;
}

.foot__top a {
  display: inline-block;
}

.foot__top img {
  margin: 0 auto;
}

.foot__top p {
  margin-top: 13px;
  color: #0055A2;
}
@media screen and (max-width: 890px) {
  .foot__top p {
    font-size: 2rem;
  }
}

.foot__horseImg {
  width: 100px;
  height: 100px;
  /* background-image: url("../img/common/horse_off.png"); */
  background-image: url("../img/common/horse_on.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -155%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 890px) {
  .foot__horseImg {
    top: -17vw;
    width: 20vw;
  }
}

/* a:hover .foot__horseImg {
  background-image: url("../img/common/horse_on.png");
} */

.foot__topRe {
  font-size: 14px;
}

.foot__navSns {
  margin-top: 5vw;
}

.foot__navSnsLi {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 890px) {
  .foot__navSnsLi li:nth-child(1) {
    margin-right: 6vw;
  }
}

@media screen and (max-width: 890px) {
  .foot__navSnsLi .sns-x {
    width: 4.4rem;
  }
}

.foot__navSnsImg {
  width: 6vw;
}

.foot__nav {
  margin: 51px auto 33px auto;
  width: 560px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #0055A2;
}
@media screen and (max-width: 890px) {
  .foot__nav {
    gap: calc(24 / 750 * 100vw) calc(5 / 750 * 100vw);
    width: calc(687 / 750 * 100vw);
    margin: 12vw auto 5vw;
    font-size: 2rem;
    /* justify-content: center; re_250201 コメントアウト外す*/ 
  }
}

.foot__nav .sns-x {
  width: 23px;
  height: auto;
}

.foot__nav li {
  margin-left: 15px;
}
@media screen and (max-width: 890px) {
  .foot__nav li {
    margin-left: 0;
  }
}

.foot__nav li:nth-child(1) {
  margin-left: 0;
}

.foot__copy {
  margin-bottom: 20px;
  margin: 0 auto;
  text-align: center;
  color: #0055A2;
  position: relative;
  font-size: 14px;
}
@media screen and (max-width: 890px) {
  .foot__copy {
    font-size: 1.2rem;
  }
}

.foot__copy::before {
  content: "";
  display: block;
  width: 710px;
  height: 0;
  border-top: 1px solid #0055A2;
  position: absolute;
  top: -125%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
@media screen and (max-width: 890px) {
  .foot__copy::before {
    width: 93vw;
    top: -137%;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* TOP,NEWSのリスト */
.home-news-wrap {
  position: relative;
  width: 100vw;
  /* margin: 80px calc(50% - 50vw) 0; */
  margin: 0 calc(50% - 50vw);
  background-color: #fff;
}
/* @media screen and (max-width: 890px) {
  .home-news-wrap {
    margin-top: 11rem;
  }
} */

.home-news-wrap::before {
  content: "";
  position: absolute;
  top: -2vw;
  left: 0;
  width: 100%;
  aspect-ratio: 2400 / 66;
  background-image: url(/assets/img/common/white-line.png);
  background-repeat: repeat-x;
  background-size: cover;
}

.home-news-wrap::after {
  content: "";
  position: absolute;
  bottom: -2vw;
  left: 0;
  width: 100%;
  aspect-ratio: 2400 / 66;
  background-image: url(/assets/img/common/white-line.png);
  background-repeat: repeat-x;
  background-size: cover;
  transform: rotate(180deg);
}

.home-news-container {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  padding: 35px 0 50px;
  position: relative;
}
@media screen and (max-width: 890px) {
  .home-news-container {
    padding: 5rem 0;
  }
}

.news-list {
  margin-top: 4.5rem;
  margin-bottom: 6rem;
}

.home-news-container .news-list {
  margin: 25px 0 0 0;
}
@media screen and (max-width: 890px) {
  .home-news-container .news-list {
    padding: 0 4rem;
  }
}

.news-item {
  display: none;
  border-top: 1px solid #e6e6e6;
}

.home-news-container .news-item {
  display: block;
}

.news-item:last-of-type {
  border-bottom: 1px solid #e6e6e6;
}

.news-item.is-active {
  display: block;
}

.news-item[data-trigger="event"] .news-item__tag {
  background-color: #ffff64;
}

.news-item[data-trigger="store"] .news-item__tag {
  background-color: #80d9ff;
}

.news-item[data-trigger="important"] .news-item__tag {
  background-color: #ffa08c;
}

.news-item[data-trigger="else"] .news-item__tag {
  background-color: #e6e6e6;
}

.news-item.link .news-item__icon {
  background-image: url(/assets/img/common/link.png);
}

.news-item.pdf .news-item__icon {
  background-image: url(/assets/img/common/pdf.png);
}

.news-item.arrow .news-item__icon {
  background-image: url(/assets/img/common/right-arrow.png);
}

.news-item__left {
  display: flex;
  align-self: baseline;
}

.news-item__date {
  align-self: center;
}

.news-item__link {
  display: flex;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  padding: 2.5rem 1.8rem 2.4rem 1rem;
}
@media screen and (max-width: 890px) {
  .news-item__link {
      padding: 3.5rem 3rem 3.8rem 2rem;
      font-size: 1.8rem;
  }
}

.home-news-container .news-item__link {
  font-size: 14px;
  padding: 25px 18px 24px 10px;
}
@media screen and (max-width: 890px) {
  .home-news-container .news-item__link {
      padding: 3.5rem 3rem 3.8rem 2rem;
      font-size: 2rem;
  }
}

.news-item__tag {
  flex-shrink: 0;
  align-self: baseline;
  width: 12rem;
  margin-left: 1.3rem;
  margin-right: 2rem;
  padding: 0.7rem 0;
  border-radius: 5px;
  text-align: center;
}
@media screen and (max-width: 890px) {
  .news-item__tag {
      width: 15.2rem;
      margin-left: 3.7rem;
      margin-right: 0;
  }
}

.home-news-container .news-item__tag {
  width: 120px;
  margin-left: 13px;
  margin-right: 20px;
  padding: 7px 0;
}
@media screen and (max-width: 890px) {
  .home-news-container .news-item__tag {
      width: 15.2rem;
      margin-left: 3.7rem;
      margin-right: 0;
      padding: 0.7rem 0;
  }
}

.news-item__texts {
  display: flex;
}
@media screen and (max-width: 890px) {
  .news-item__texts {
      display: block;
  }
}

.news-item__text {
  margin-right: 3.8rem;
  line-height: calc(26 / 14);
}
@media screen and (max-width: 890px) {
  .news-item__text {
      margin-top: 2rem;
      letter-spacing: 0.05em;
      line-height: calc(32 / 18);
  }
}

.home-news-container .news-item__text {
  margin-right: 38px;
}
@media screen and (max-width: 890px) {
  .home-news-container .news-item__text {
    margin-right: 3.8rem;
  }
}

.news-item__icon {
  flex-shrink: 0;
  align-self: center;
  width: 2rem;
  height: 2.5rem;
  margin-left: auto;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 890px) {
  .news-item__icon {
      width: 3.2rem;
      height: 4rem;
  }
}

.home-news-container .news-item__icon {
  width: 20px;
  height: 25px;
}
@media screen and (max-width: 890px) {
  .home-news-container .news-item__icon {
    width: 3.2rem;
    height: 4rem;
  }
}

.link-btn {
  display: block;
  max-width: 262px;
  width: 100%;
  aspect-ratio: 262 / 53;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 890px) {
  .link-btn {
    max-width: calc(364 / 750 * 100vw);
    aspect-ratio: 364 / 73;
  }
}

.link-btn.link-btn--news {
  background-image: url(/assets/img/top/more_btn.png);
}

.link-btn.link-btn--news:hover {
  background-image: url(/assets/img/top/more_btn_h.png);
}

.link-btn.link-btn--reco {
  background-image: url(/assets/img/top/campaign_btn.png);
  margin: 10px auto 35px;
}
@media screen and (max-width: 890px) {
  .link-btn.link-btn--reco {
    margin-top: 4.6rem;
  }
}

.link-btn.link-btn--reco:hover {
  background-image: url(/assets/img/top/campaign_btn_hoverd.png);
}