<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ==================================================
common / module上書き
================================================== */
:root {
  --h2Color: var(--defaultColor);
}
a {
  text-decoration: none;
}
.content_main {
  overflow: hidden;
}


/* ==================================================
共通
================================================== */
.topHeadingLv2 {
  color: var(--h2Color);
  font-size: 32px;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 1.5;
  text-align: center;
}
.topHeadingLv2-small {
  font-size: 24px;
}

/* ==================================================
MV
================================================== */
.mv {
  position: relative;
}
.mv_inner {
  position: relative;
  padding: 12px var(--contentPaddingX) 32px;
}
/* ----- 背景部分 ----- */
.mv_bg {
  aspect-ratio: 375 / 442;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  margin: auto;
}
.mv_bg_video {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.8;
}
.mv_bg_items {
}
.mv_bg_item {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.mv_bg_item-01 {
  z-index: 1;
  background: rgba(255, 255, 255, 0.5);
}
.mv_bg_item-02 {
  z-index: 2;
  background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0.5) 32.02%, rgba(255, 255, 255, 0.75) 76.35%, #fff 100%);
}
.mv_bg_item-03 {
  z-index: 3;
  background: url(/top/images/mv_bg_item_sp.svg) no-repeat center / cover;
}
.mv_bg_item-04 {
  aspect-ratio: 375 / 64;
  height: auto;
  top: auto;
  bottom: -1px;
  z-index: 4;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 27.59%, #fff 100%);
}
/* ----- メイン部分 ----- */
.mv_main {
  margin-top: 16px;
}
/* ----- スライダー ----- */
.mv_slider {
  margin: 0;
}
.mv_slide {
}
.mv_slider_bnr img {
  border: 2px solid #333;
  border-radius: 16px;
}
.mv_slider_navigation {
  margin-top: 16px;
}
/* ----- 右エリア ----- */
.mv_side .emphBtn {
  --btnMarginTop: 16px;
  --btnPaddingL: 8px;
  --btnPaddingR: 8px;
}
.mv_side .emphBtn_item_inner {
  flex-wrap: wrap;
  padding-left: 8px;
  padding-right: 8px;
}
.mv_side .emphBtn_icon {
  width: 35px;
}
.mv_side .emphBtn_bgIcon {
  width: 30px;
  height: 30px;
  opacity: 1;
  position: static;
}
.mv_side .emphBtn_text {
  width: 100%;
}
.mv_side {
  margin: 24px calc(var(--contentPaddingX) * -1) 0;
}
.mv_side_main {
  background-color: #EAEAEA;
  padding: 16px 20px;
}
.mv_side_sub {
  background-color: #fff;
  padding: 8px 20px;
}
.mv_side_btn {
  display: grid;
  gap: 8px 4px;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}
.mv_side_btn_item {
  border-bottom: 1px solid var(--colorGray);
}
.mv_side_btn_link {
  display: flex;
  gap: 4px;
  flex-direction: column;
  color: var(--defaultColor);
  padding: 8px 4px;
}
.mv_side_btn_icon {
  width: auto;
  height: 30px;
  display: grid;
  place-content: center;
}
.mv_side_btn_txt {
  font-size: 12px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0;
}
/* ----- サブ部分 ----- */
.mv_sub {
  margin-top: 24px;
}
.mv_sub .nmlBtn {
  --nmlBtnIconPos: 16px;
  font-size: 12px;
  margin-top: 0;
}
.mv_largeBtn {
  margin-top: 24px;
}
.mv_largeBtn_link {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--defaultColor);
  text-decoration: underline;
  background-color: #fff;
  border: 1px solid var(--colorGray);
  border-radius: 12px;
  padding: 12px 4px;
}
.mv_largeBtn_txt {
  font-size: 10px;
  letter-spacing: .03em;
  line-height: 1.2;
}


/* ==================================================
重要なお知らせ（ティッカー）
================================================== */
.importantNews {
  position: relative;
  color: var(--colorRed);
  font-weight: bold;
  line-height: 1.375;
  background-color: #FFE8E8;
  border-radius: 12px;
}
.importantNews_inner {
  padding: 12px 10px;
}
.importantNews_head {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
}
.importantNews_head::before {
  content: '';
  width: 21px;
  height: 18px;
  flex-shrink: 0;
  display: block;
  background: url(/common_v3/images/icon/icon_caution_red.svg) no-repeat center / contain;
}
.importantNews_body {
  min-width: 0;
  height: 24px;
  font-size: 12px;
  margin-top: 12px;
  padding-right: 16px;
}
.importantNews_body_inner {
  width: 100%;
  height: 100%;
}
.importantNews_list {
}
.importantNews_list_item {
}
.importantNews_link {
  min-width: 0;
  color: var(--colorRed);
}
.importantNews_txt {
  min-width: 0;
}
.importantNews_txt span {
  position: relative;
  left: 0;
  white-space: nowrap;
  transition: left 0s linear 1s;
}
.importantNews_navigation {
}
.importantNews_arrow {
  --icon: url(/common_v3/images/icon/icon_down.svg);
  width: 12px;
  height: 8px;
  left: auto;
  right: 10px;
  top: auto;
  bottom: auto;
  margin: 0;
  transition: var(--transOpac);
}
.importantNews_arrow::after {
  content: '';
  width: 14px;
  height: 8px;
  display: block;

  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-image: var(--icon);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-image: var(--icon);
  background-color: var(--colorRed);
}
.importantNews_arrow.swiper-button-prev {
  top: 40px;
  transform: scale(1, -1);
}
.importantNews_arrow.swiper-button-next {
  bottom: 12px;
}


/* ==================================================
商品・サービス
================================================== */
.cntSec.prodSec {
  --secGap: 32px;
  margin-top: 0px;
}
.prodSec .cntSec_inner {
  padding-bottom: 80px;
}



/* ==================================================
キャンペーン・おすすめ情報
================================================== */
.campSec {
  --secGap: 56px;
  --h2Color: #fff;
  position: relative;
}
.campSec .cntSec_inner {
  padding-bottom: 0 !important;
}
/* ----- 背景部分 ----- */
.camp_bg {
  width: 100%;
  height: 400px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--mainColor);
}
.camp_bg_item {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  opacity: .25;
}
.camp_bg_item-01 { left: 0px; top: 12px; }
.camp_bg_item-02 { left: 52px; bottom: 92px; }
.camp_bg_item-03 { left: 12px; top: 128px; }
.camp_bg_item-04 { right: 10px; top: 10px; }
.camp_bg_item-05 { right: 12px; top: 140px; }
/* ----- スライダー部分 ----- */
.camp_slider {
  --slideWidth: 277px;
  margin-top: 32px;
}
.camp_slider_inner {

}
.camp_slider_list {

}
.camp_label {
  --labelColor: var(--subColor);
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 1.7;
  text-align: center;
}
.camp_label_item {
  min-width: 106px;
  background-color: var(--labelColor);
  border-radius: 6px;
  padding: 2px 8px;
}
.camp_label_item-color02 { background-color: var(--mainColor); }
.camp_label_item-color03 { background-color: var(--colorBlue); }


/* ==================================================
ネットでできるお手続き
================================================== */
.procSec {
  --sliderW: 277px;
  padding-bottom: 48px;
}
.proc_main {
  position: relative;
}
/* ----- スライダー横 ----- */
.proc_side {
}
.proc_side_head {
  display: flex;
  align-items: flex-end;
  padding: 0 15px;
}
.proc_side_human {
  width: 85px;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.proc_side_ttl {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}
.proc_side_ttl_main {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 1.525;
  margin: 0 auto;
}
.proc_side_ttl_main_txt {
  background: linear-gradient(to bottom, transparent 65%, #EDDD21 65%);
}
.proc_side_ttl_main_txt &gt; img {
  width: 20px;
  position: absolute;
  transform: translate(4px, 0);
}
.proc_side_foot {
  background-color: #fff;
  border-radius: 16px;
  padding: 16px;
}
.proc_side_foot_txt {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .03em;
}
/* ----- スライダー部分 ----- */
.proc_slider {
  text-align: center;
  margin-top: 32px;
}


/* ==================================================
お役立ちコラム
================================================== */
.tipsSec {
  --secGap: 40px;
  position: relative;
}
/* ----- 背景 ----- */
.tips_bg {
  width: 100%;
  height: 452px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--mainColor);
}
.tips_bg_item {
  width: 68px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  opacity: .25;
}
.tips_bg_item-01 { right: 90px; top: 4px; }
.tips_bg_item-02 { display: none; }
.tips_bg_item-03 { right: 80px; top: 200px; }
.tips_bg_item-04 { right: 10px; top: 264px; }
.tips_bg_item-05 { right: 20px; top: 68px; }
.tips_bg_item-06 { display: none; }
/* ----- 見出しとテキスト ----- */
.tips_box {
}
.tips_heading {
  display: flex;
  gap: 4px;
  flex-direction: column;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.tips_heading_sub {
  font-size: 20px;
  letter-spacing: .03em;
}
.tips_heading_main {
  font-size: 32px;
  letter-spacing: .03em;
  margin-top: 8px;
}
.tips_read {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .03em;
  margin-top: 16px;
}
/* ----- スライダー ----- */
.tips_slider {
  --slideWidth: 240px;
  --slideGap: 16px;
  margin-top: 24px;
  margin-left: 0;
}
.tips_card_ttl {
  color: var(--mainColor);
  font-weight: bold;
  font-size: 18px;
  letter-spacing: .03em;
  line-height: 1.5;
  text-align: center;
  margin-top: 8px;
  transition: font-size var(--defaultTrans);
}
.tips_card_txt {
  display: none;
  font-size: 12px;
  letter-spacing: .03em;
  margin-top: 8px;
  padding: 0 4px;
}
/* コンポネ上書き */
.tips_slider .uniSlider_list {
  height: var(--tipsCardMaxH);
}
.tips_slider .uniSlider_card_thumb {
  aspect-ratio: 222 / 107;
}
.tips_slider .uniSlider_inner {
  margin-left: 0;
  margin-right: 0;
}
.tips_slider .uniSlider_card {
  transition:
    padding var(--defaultTrans),
    var(--transOpac);
  will-change: padding;
}
.tips_slider .uniSlider_slide {
  height: 198px;
  margin-top: auto;
  transition:
    width var(--defaultTrans),
    height var(--defaultTrans);
  will-change: width, height;
}
.tips_slider .uniSlider_slide.swiper-slide-next {
  padding-left: var(--slideGap);
}
.tips_slider .uniSlider_slide:not(.swiper-slide-next) {
  padding-right: var(--slideGap);
}
/* アクティブ */
.tips_slider .uniSlider_slide.swiper-slide-active {
  height: var(--tipsCardMaxH);
  padding-left: 0;
  padding-right: 0;
}
.tips_slider .swiper-slide-active .tips_card_txt {
  display: block;
}


/* ==================================================
新着情報
================================================== */
.news {

}
/* ----- ナビ部分 ----- */
.news_nav {
  display: grid;
  gap: 8px 12px;
  grid-template-columns: 1fr 1fr;
  border-radius: 40px;
  margin-top: 40px;
}
.news_nav_item {
  flex: 1 1 50%;
}
.news_nav_btn {
  width: 100%;
  min-height: 58px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: .03em;
  text-align: center;
  background-color: #EAEAEA;
  border-radius: 40px;
  padding: 4px 8px;
  transition:
    var(--transColor),
    var(--transBg);
}
.news_nav_item.is-active .news_nav_btn {
  color: #fff;
  background-color: var(--mainColor);
}
/* ----- タブ部分 ----- */
.news_tab {
  position: relative;
  padding: 0 var(--contentPaddingX);
}
.news_tab_item {
  width: 100%;
  padding: 16px 0 0;
  position: absolute;
  left: 0;
  top: 0;
}
.news_tab_item.is-active { position: static; }
/* ----- メイン ----- */
.news_main {
  --tagColor: var(--mainColor);
  font-size: var(--defaultFontSize);
  letter-spacing: 0.03em;
  line-height: 1.5;
  backface-visibility: hidden;
}
.news_main_item {
  border-bottom: 1px solid var(--colorGray);
}
.news_main_item_inner {
  display: block;
  color: var(--defaultColor);
  text-decoration: none;
  padding: 16px 0;
  transition: var(--transOpac);
}
.news_head {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1;
}
/* - ニュース日付 - */
.news_date {
}
/* - ニュースタグ - */
.news_tag {
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--tagColor);
  font-size: 14px;
  font-family: var(--fontBold);
  letter-spacing: 0.03em;
  border: 1px solid var(--tagColor);
  border-radius: 4px;
  padding: 2px 10px;
}
/* 色パターン */
.news_tag-green { --tagColor: var(--mainColor); }
.news_tag-orange { --tagColor: var(--subColor); }
.news_tag-blue { --tagColor: #0A7AA3; }
/* - 本文部分 - */
.news_body {
  margin-top: 16px;
}
/* new */
.news_new {
  display: inline-block;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1;
  background-color: var(--colorRed);
  border-radius: 4px;
  margin-left: 8px;
  padding: 4px 10px;
}


/* ==================================================
お客様サポート / よくあるご質問
================================================== */
.contactSec {
}
.contact_grid {
}
.contact_grid_item {
  display: flex;
  gap: 16px;
  flex-direction: column;
  margin-top: 24px;
}
.contact_grid_item:first-child { margin-top: 0; }
/* ----- 見出し部分 ----- */
.contact_head {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-align: center;
}
/* ----- コンテンツ部分 ----- */
.contact_body {
  height: 100%;
  background-color: #fff;
  border-radius: 24px;
  padding: 20px 20px 24px;
}
.contact_ttl {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 1.5;
  text-align: center;
}
.contact_telBox {
  display: grid;
  gap: 8px;
  place-content: center;
  margin-top: 20px;
}
.contact_telBox_head {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  background-color: var(--colorDarkGray);
  padding: 4px;
}
.contact_telBox .telNumber {
  color: var(--defaultColor);
}
.contact_telBox2 {
  text-align: center;
  margin-top: 24px;
}
.contact_telBox2_head {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.55;
}
.contact_telBox2_body {
  margin-top: 8px;
}
.contact_telBox2 .telNumber {
  color: var(--defaultColor);
  font-family: var(--latoFont);
  font-size: 28px;
  font-weight: initial;
  line-height: 1;
}
/* ----- コンテンツ（サブ） ----- */
.contact_body_sub {
  position: relative;
  border-top: 1px solid var(--defaultColor);
  margin: 20px 0 0;
  padding: 20px 0 0;
}
.contact_body_sub .emphBtn {
  --btnMarginTop: 24px;
}
/* ----- よくあるご質問 ----- */
.contact_faq .contact_body {
  padding-top: 24px;
}
.contact_faq .contact_body_sub {
  border: none;
  padding-top: 0;
}
.contact_faqList {
}
.contact_faqList_item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 20px;
}
.contact_faqList_item:first-child { margin-top: 0; }
.contact_faqList_item::before {
  content: 'Q.';
  flex-shrink: 0;
  color: var(--mainColor);
  font-family: var(--latoFont);
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}
.contact_faqList_link {
  color: var(--defaultColor);
  text-decoration: underline;
}


/* ==================================================
バナースライダー
================================================== */
.asideSec {
}
/* ----- バナースライダー ----- */
.bnrList_slider {
  --slideWidth: 172px;
  --slideGap: 16px;
}
</pre></body></html>