@charset "utf-8";
/* ==================================================
common / module上書き
================================================== */
:root {
  --contentWidth: 1180px;
  --h2Color: var(--defaultColor);
}
a {
  text-decoration: none;
}
.content_main {
  overflow: hidden;
}
.cntSec {
  --secGap: 120px;
}
.prod_tab {
  --fontSize: 16px;
}
.uniqBox_consult {
  --gapX: 168px;
  padding: 0 66px;
}

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


/* ==================================================
MV
================================================== */
.mv {
  position: relative;
}
.mv_inner {
  position: relative;
  width: calc(var(--contentWidth) + var(--contentPaddingXDouble));
  margin: auto;
  padding: 32px var(--contentPaddingX);
}
/* ----- 背景部分 ----- */
.mv_bg {
  aspect-ratio: 16 / 9;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.mv_bg_video {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
}
.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.svg) no-repeat center / cover;
}
.mv_bg_item-04 {
  aspect-ratio: 32 / 5;
  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 {
  display: grid;
  grid-template-columns: 750px 1fr;
  gap: 40px;
  align-items: start;
  margin-top: 32px;
}
/* ----- スライダー ----- */
.mv_slider {
  --swiper-navigation-size: 64px;
  width: 100%;
  max-width: 750px;
}
.mv_slide {
}
.mv_slider_bnr img {
  border: 2px solid #333;
  border-radius: 16px;
}
/* ----- 右エリア ----- */
.mv_side .emphBtn {
  --btnMarginTop: 16px;
}
.mv_side .emphBtn_icon {
  width: 35px;
}
.mv_side {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.mv_side_btn {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  margin-top: 16px;
}
.mv_side_btn_item {
  border: 1px solid var(--colorGray);
  border-radius: 8px;
}
.mv_side_btn_link {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 8px;
  flex-direction: column;
  color: var(--defaultColor);
  padding: 8px 4px;
  transition: var(--transOpac);
}
.mv_side_btn_link:hover {
  opacity: var(--hoverOpac);
}
.mv_side_btn_icon {
  width: auto;
  height: 45px;
  display: grid;
  place-content: center;
}
.mv_side_btn_txt {
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: -.05em;
}
/* ----- サブ部分 ----- */
.mv_sub {
  margin-top: 48px;
}
.mv_largeBtn {
  text-align: center;
}
.mv_largeBtn_link {
  min-height: 64px;
  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;
}
.mv_largeBtn_link:hover {
  text-decoration: none;
}
.mv_largeBtn_txt {
  font-size: 18px;
  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 {
  height: 64px;
  display: flex;
  gap: 20px;
  padding: 20px 124px 20px 20px;
}
.importantNews_head {
  flex-shrink: 0;
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  padding-right: 20px;
}
.importantNews_head::before {
  content: '';
  width: 23px;
  height: 20px;
  flex-shrink: 0;
  display: block;
  background: url(/common_v3/images/icon/icon_caution_red.svg) no-repeat center / contain;
}
.importantNews_head::after {
  content: '';
  width: 1px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--colorRed);
  margin: auto;
}
.importantNews_body {
  flex: 1 1 auto;
  min-width: 0;
  height: 100%;
  position: relative;
  padding-right: 16px;
}
.importantNews_body_inner {
  width: 100%;
  height: 100%;
}
.importantNews_list {
}
.importantNews_list_item {
}
.importantNews_link {
  min-width: 0;
  color: var(--colorRed);
  padding-right: 40px;
}
.importantNews_link:hover {
  text-decoration: underline;
}
.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: 20px;
  height: 12px;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 16px 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: auto;
  transform: scale(1, -1);
}
.importantNews_arrow.swiper-button-next {
  bottom: auto;
}
.importantNews_arrow:hover {
  opacity: .3;
}
.importantNews_modalBtn {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  color: var(--defaultColor);
  font-size: 14px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 12px;
  margin: 12px;
  transition: var(--transOpac);
}
.importantNews_modalBtn:hover {
  opacity: var(--hoverOpac);
}


/* ==================================================
ピックアップ
================================================== */
.pickupSec {
  --secGap: 80px;
}

/* ==================================================
商品・サービス
================================================== */
.prodSec {
  --secGap: 80px;
  position: relative;
}


/* ==================================================
キャンペーン・おすすめ情報
================================================== */
.campSec {
  --secGap: 56px;
  --h2Color: #fff;
  position: relative;
}
.campSec .cntSec_inner {
  padding-bottom: 0 !important;
}
/* ----- 背景部分 ----- */
.camp_bg {
  width: 100%;
  height: 440px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--mainColor);
}
.camp_bg_item {
  position: absolute;
  opacity: .4;
}
.camp_bg_item-01 { left: 286px; top: 15px; }
.camp_bg_item-02 { left: 52px; bottom: 92px; }
.camp_bg_item-03 { left: 14px; top: 42px; }
.camp_bg_item-04 { right: 99px; top: 34px; }
.camp_bg_item-05 { right: 8px; bottom: 98px; }
/* ----- スライダー部分 ----- */
.camp_slider {
  --slideWidth: 372px;
  --slideGap: 32px;
  --swiper-navigation-size: 64px;
  margin-top: 48px;
}
.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: 300px;
  --sliderPos: 40px;
}
.proc_main {
  position: relative;
}
/* ----- スライダー横 ----- */
.proc_side {
}
.proc_side_head {
  display: flex;
  align-items: flex-end;
  padding-left: 32px;
  padding-right: calc(var(--sliderW) + var(--sliderPos) + 20px);
}
.proc_side_human {
  width: 155px;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.proc_side_ttl {
  flex: 1 1 auto;
  display: flex;
  gap: 24px;
  flex-direction: column;
  text-align: center;
  padding-bottom: 40px;
}
.proc_side_ttl_main {
  position: relative;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 1.525;
  margin: 0 auto;
  padding-right: 34px;
}
.proc_side_ttl_main_txt {
  background: linear-gradient(to bottom, transparent 65%, #EDDD21 65%);
}
.proc_side_ttl_main_txt > img {
  width: 34px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -12px;
  margin: auto;
}
.proc_side_foot {
  background-color: #fff;
  border-radius: 16px;
  padding: 24px calc(var(--sliderW) + var(--sliderPos) + 20px) 24px 40px;
}
.proc_side_foot_txt {
  font-size: 22px;
  line-height: 1.7;
  letter-spacing: .03em;
}
/* ----- スライダー部分 ----- */
.proc_slider {
  width: var(--sliderW);
  position: absolute;
  top: -28px;
  right: var(--sliderPos);
  text-align: center;
  margin: 0;
}


/* ==================================================
お役立ちコラム
================================================== */
.tipsSec {
  --secGap: 150px;
  position: relative;
}
/* ----- 背景 ----- */
.tips_bg {
  width: 100%;
  height: 540px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--mainColor);
}
.tips_bg_item {
  position: absolute;
  opacity: .4;
}
.tips_bg_item-01 { left: 40px; top: 70px; }
.tips_bg_item-02 { left: 40px; bottom: 90px; }
.tips_bg_item-03 { left: 460px; top: 12px; }
.tips_bg_item-04 { right: 430px; top: 50px; }
.tips_bg_item-05 { right: 110px; top: 90px; }
.tips_bg_item-06 { right: 60px; bottom: 60px; }
/* ----- 見出しとテキスト ----- */
.tips_box {
  width: 710px;
  position: absolute;
  right: var(--contentPaddingX);
}
.tips_heading {
  display: flex;
  gap: 4px;
  flex-direction: column;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.tips_heading_sub {
  font-size: 24px;
  letter-spacing: .03em;
}
.tips_heading_main {
  font-size: 46px;
  letter-spacing: .03em;
}
.tips_read {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: .03em;
  margin-top: 20px;
}
/* ----- スライダー ----- */
.tips_slider {
  --slideGap: 24px;
  --swiper-navigation-size: 64px;
  margin-top: 0;
}
.tips_card_ttl {
  flex: 1 1 auto;
  display: grid;
  place-content: center;
  color: var(--mainColor);
  font-weight: bold;
  font-size: 22px;
  letter-spacing: .03em;
  line-height: 1.5;
  text-align: center;
  margin-top: 12px;
  transition: font-size var(--defaultTrans);
}
.tips_card_txt {
  display: none;
  font-size: 18px;
  letter-spacing: .03em;
  margin-top: 24px;
}
/* コンポネ上書き */
.tips_slider .uniSlider_list {
  height: var(--tipsCardMaxH);
  min-height: 440;
}
.tips_slider .uniSlider_card_thumb {
  aspect-ratio: 25 / 12;
}
.tips_slider .uniSlider_inner {
  margin-left: 0;
  margin-right: 0;
}
.tips_slider .uniSlider_card {
  transition:
    padding var(--defaultTrans),
    var(--transBg);
  will-change: padding;
}
.tips_slider .uniSlider_slide {
  width: 412px; /* 可変スライダーなので明示的に指定 */
  height: 260px;
  margin-top: auto;
  transition:
    width var(--defaultTrans),
    height var(--defaultTrans);
  will-change: width, height;
}
.tips_slider .uniSlider_slide.swiper-slide-next {
  padding-left: calc(var(--slideGap) * 2.5);
}
.tips_slider .uniSlider_slide:not(.swiper-slide-next) {
  padding-right: calc(var(--slideGap) * 2.5);
}
/* アクティブ */
.tips_slider .uniSlider_slide.swiper-slide-active {
  height: var(--tipsCardMaxH);
  padding-left: 0;
  padding-right: 0;
}
.tips_slider .swiper-slide-active .uniSlider_card {
  padding: 20px 20px 30px;
}
.tips_slider .swiper-slide-active .tips_card_ttl {
  flex-grow: 0;
  font-size: 26px;
  margin-top: 24px;
}
.tips_slider .swiper-slide-active .tips_card_txt {
  display: block;
}


/* ==================================================
店頭でもお気軽にご相談ください
================================================== */
.consultSec {
}


/* ==================================================
新着情報
================================================== */
.newsSec {
}


/* ==================================================
お客様サポート / よくあるご質問
================================================== */
.contactSec {
  --secGap: 100px;
}
.contact_grid {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
.contact_grid_item {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
/* ----- 見出し部分 ----- */
.contact_head {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-align: center;
}
/* ----- コンテンツ部分 ----- */
.contact_body {
  height: 100%;
  display: flex;
  gap: 40px;
  flex-direction: column;
  background-color: #fff;
  border-radius: 24px;
  padding: 40px 24px;
}
.contact_ttl {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 1.5;
  text-align: center;
}
.contact_telBox {
  display: grid;
  gap: 8px;
  place-content: center;
  margin-top: 24px;
}
.contact_telBox_head {
  color: #fff;
  font-size: 18px;
  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);
  font-size: 40px;
}
.contact_telBox2 {
  text-align: center;
  margin-top: 24px;
}
.contact_telBox2_head {
  font-size: 18px;
  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: 32px;
  font-weight: initial;
  line-height: 1;
}
/* ----- コンテンツ（サブ） ----- */
.contact_body_sub {
  position: relative;
  border-top: 1px solid var(--defaultColor);
  margin: auto 16px 0;
  padding: 40px 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: 24px;
  font-weight: bold;
  line-height: 1;
}
.contact_faqList_link {
  color: var(--defaultColor);
  text-decoration: underline;
}


/* ==================================================
バナースライダー、SNSアカウントリンク
================================================== */
.asideSec {
  --secGap: 80px;
}
/* ----- バナースライダー ----- */
.bnrList_slider {
  --slideWidth: 172px;
  --slideGap: 30px;
}
.bnrList_slider a {
  transition: var(--transOpac);
}
.bnrList_slider a:hover { opacity: var(--hoverOpac); }

