@charset "utf-8";
/* CSS Document */
/*========= ▼reset ===============*/
/* ブラウザのUAスタイルシートのすべてのスタイルを削除します、displayは除く */
*:where(:not(iframe, canvas, img, svg, video, a):not(svg *)) {all: unset;display: revert;}
/* box-sizingの優先値 */
*, *::before, *::after {box-sizing: border-box;}
/* リストのスタイル（箇条書き・番号）を削除します */
ol,ul {list-style: none;}
/* 画像がコンテナを超えないようにするため */
img {max-width: 100%;}
/* テーブルのセル間のスペースを削除します */
table {border-collapse: collapse;}
/*========= ▲reset ===============*/
*{box-sizing: border-box;}
a {
transition: all .5s;
-webkit-transition: all .5s;
-moz-transition: all .5s;
text-decoration: none;
    color: #333;
}


@media screen and (min-width: 701px) {
    a[href^="tel:"] {
    pointer-events: none;
    }
    }
/*========= ▼特選特集用 ===============*/
:root {
--fontColor:#3B3636;
--primaryColor:#FF8900;
--secondaryColor:#82AF46;
--brightprimary:#FFA700;
--bgDarkBeige:#F4E6CB;
--bgBeige:#f4f1e8;
--whiteColor:#fff;
--shadowColor:rgba(0, 0, 0, 0.35);
--shadowColor2:rgba(0, 0, 0, 0.45);
--bkColor:#000;
--gyColor:#AAA;
}
.font_small {font-size: 80%;}
.font_ss{font-size: 70%;}
.font_sss{font-size: 62%;}
.font_large {font-size: 130%;}
.font_ll{font-size: 155%;}
.line_center {text-align: center;}
.line_right{text-align: right;}
.line_left{text-align: left;}
.font_bold{font-weight: bold;}
img {width: auto;max-width: 100%;vertical-align: bottom;}
.pagesUi{z-index: 999;}
/*========= ▼背景動画のためのCSS ===============*/
#video-area{position: fixed;z-index: -1;top: 0;right: 0;left: 0;bottom: 0;overflow: hidden;}
#video{position: absolute;z-index: -1;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 177.77777778vh;height: 56.25vw;min-height: 100%;min-width: 100%;}
/*========= ▲背景動画のためのCSS ===============*/
/*========= 桜のためのCSS ===============*/
canvas {
  display: block;
  vertical-align: bottom;
} /* ---- particles.js container ---- */
#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
} 
/*========= ▲桜のためのCSS ===============*/

#newLife2025 {position: relative;overflow: hidden;font-family:  "Noto Sans JP", sans-serif;font-optical-sizing: auto; font-weight: 400;font-style: normal;line-break: strict;overflow-wrap: break-word;word-wrap: break-word;word-break: break-all !important;line-height: 1.7;color: var(--bkColor);max-width: 2040px;margin: auto;font-feature-settings: "palt";}
#newLife2025 h2 {font-family: "Noto Sans JP", sans-serif; word-break: break-word;letter-spacing:inherit;overflow-wrap: break-word;word-wrap: break-word;word-break: normal !important;lcolor: var(--bkColor);}

/*========= ローディング画面のためのCSS ===============*/
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #333;
	z-index: 9999999;
	text-align:center;
	color:#fff;
}

#splash-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*========= 画面遷移のためのCSS ===============*/

/*画面遷移アニメーション*/
.splashbg{
    display: none;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg{
    display: block;
    content: "";
    position:fixed;
	z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
	left: 0;
    transform: scaleX(0);
    background-color: #333;/*伸びる背景色の設定*/
	animation-name:PageAnime;
	animation-duration:1.2s;
	animation-timing-function:ease-in-out;
	animation-fill-mode:forwards;
}

@keyframes PageAnime{
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}

/*画面遷移の後現れるコンテンツ設定*/
#newLife2025_container{
	opacity: 0;/*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #newLife2025_container{
	animation-name:PageAnimeAppear;
	animation-duration:1s;
	animation-delay: 0.8s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes PageAnimeAppear{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}
/*========= ▲ローディング画面のためのCSS ===============*/

/*========= ▼Salseforce用 ===============*/
#HEADER .global{display: none;}
#CONTENTS, body:not(.noGlobal) #CONTENTS {margin-left: 0;padding: 0;}
#FOOTER{margin-left: 0;}
#PAGEBODY{padding-bottom: 0;}
.includeSCT .item{box-shadow: 2px 5px 10px var(--shadowColor);}
.includeSCT .item:hover{transform:translateY(-5px);box-shadow: 2px 10px 20px var(--shadowColor);}
.includeSCT .name{text-align:left;line-height: 1.5;}
.includeSCT .tag{align-content: flex-start;}
#newLife2025 ul.action {display: none;}
#newLife2025 .includeSCT .item{height: auto !important;}/*カードの高さ調節*/
#newLife2025 .includeSCT .kanbai .item::after{
    background: rgba(0, 0, 0, .5);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "完　売";
    top: 0;
    left: 0;
    font-size: 36px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}
#newLife2025 .includeSCT .kanbai .item:hover{
  transform: none;
}

#newLife2025 .includeSCT .tag .stockLabel .outStock{
    background: red;
    color: #fff;
}
/*========= ▲Salseforce用 ===============*/
/*スクロールダウン全体の場所*/
.scrolldown2{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:10px;
	left:50%;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
	position: absolute;
	left:10px;
	bottom:10px;
    /*テキストの形状*/
	color: #eee;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    word-break: normal !important;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#eee;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	left:0;
    /*線の形状*/
	width:2px;
	height: 50px;
	background:#eee;
}
#newLife2025 section {position: relative;margin: 0 auto;padding: 4% 0;z-index: 2;}
.sec-inner {position: relative;max-width: 1290px; width: 92%; margin: 0 auto;z-index: 2;}
#newLife2025 section:not(#sec01):not(#sec02):not(#featureArea){
    margin-top: 140px;
}

#newLife2025 h1 {text-align: center;margin: 1.5% auto;width: 80%;}
#sec01 {height: 90vh;display: flex;align-items: center;justify-content: flex-start;background: var(--shadowColor);display: block;padding: 2.5% 0;}
#sec01 .sec-inner{margin: 0 auto;max-width: 98%;padding: 0;}
.newLifeContent{display: block;}
#newLife2025 .logo{
    margin: 0 auto 0;
    position: relative;
    width: 13%;
}
#newLife2025 .term{
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%);
    color: var(--whiteColor);
    font-size: clamp(15px, 1.9vw, 30px);
    font-weight: 500;
    font-style: italic;
}
#newLife2025 .termDate{
    background: var(--shadowColor2);padding: 0.2em 1.2em 0.3em 1em;
    position: relative;
}
#newLife2025 .termDate::before{
    content: "";
    border: solid 1px var(--whiteColor);
    width: 100%;
    height: 100%;
    left: -6px;
    top: -6px;
    position: absolute;
}

#newLife2025 h3 {font-size: clamp(19px, 1.6vw, 26px);font-weight: 500;margin-bottom: 1em;color: var(--primaryColor);}
.lead {font-size: clamp(16px, 1.25vw, 22px);font-weight: 400;padding: 0 1.5em;line-height: 1.6;}
#newLife2025 .fa-angle-right, #newLife2025 .fa-arrow-up-right-from-square {margin-left: 5px;}
#newLife2025 .pccp {margin: 3% auto;padding: 2em;width: 90%;max-width: 855px;background: var(--whiteColor);border: solid 1px var(--primaryColor);}
#newLife2025 .pccpTitle{font-size: clamp(16px, 1.25vw, 22px);font-weight: 400;margin-bottom: 1.2em;}
#newLife2025 .pccpBtn a {font-size: clamp(18px, 1.4vw, 22px);color: var(--whiteColor);display: inline-block;background: var(--primaryColor);box-shadow: 3px 6px 10px var(--shadowColor);padding: .5em 1em;border-radius: 10px;transition: all .5s;}
#newLife2025 .pccpBtn a:hover{transform: translateY(-3px);}

.gFont{font-family: "Roboto", serif;
  font-optical-sizing: auto;font-style: normal;
  font-variation-settings:
    "wdth" 100;}
#sec02 {padding: 3% 0; }
.bgWhite{background:url("newLife_2025/bg01.jpg?$staticlink$");}
.bgBeige{background: url("newLife_2025/bg02.jpg?$staticlink$");}
#sec02 > .sec-inner {margin: 0 auto 2%;}
ul.slider li {position: relative;}
ul.slider li img {margin: auto;width: 100%;position: relative;}
.cat-title{position: absolute; top: 50%; left: 50%;transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%);font-size: 2.5vw;color: #fff;width: 80%;text-align: center;font-weight: 500;}


.h2Area{text-align: center;}
.h2Box{text-align: center;position: relative;display: inline-block;}
.h2Box .hh2{font-size: clamp(24px, 2.75vw, 44px); display: inline-block;position: relative;border-bottom: 3px solid var(--primaryColor);line-height: 1.3;color: var(--secondaryColor);}
.h2Box .hh2::before{position: absolute;bottom: -3px;left: 0;width: 27%;height: 3px;content: "";background: var(--secondaryColor);}
.h2Box .hh3{font-size: clamp(17px, 1.25vw, 20px); margin-top: 1%;color: var(--primaryColor);font-weight: 500;}
.ulBox{margin: 1% auto 0;}
#sec05 .h2Box::before {content: "";position: absolute;top: 0;left: 0;background: url("newLife_2025/rice_cooker.png?$staticlink$") no-repeat top left;transform: translateX(-107%);width: 45%;height: 100%;background-size: contain;}
#sec06 .h2Box::before {content: "";position: absolute;top: 0;left: 0;background: url("newLife_2025/minicleaner.png?$staticlink$") no-repeat top left;transform: translateX(-107%);width: 33%;height: 100%;background-size: contain;}
#sec07 .h2Box::before {content: "";position: absolute;top: 0;left: 0;background: url("newLife_2025/kitchen.png?$staticlink$") no-repeat top left;transform: translateX(-107%);width: 27%;height: 100%;background-size: contain;}
#sec08 .h2Box::before {content: "";position: absolute;top: 0;left: 0;background: url("newLife_2025/daily.png?$staticlink$") no-repeat top left;transform: translateX(-107%);width: 44%;height: 100%;background-size: contain;}
#sec09 .h2Box::before {content: "";position: absolute;top: 0;left: 0;background: url("newLife_2025/range.png?$staticlink$") no-repeat top left;transform: translateX(-107%);width: 42%;height: 100%;background-size: contain;}
#sec10 .h2Box::before {content: "";position: absolute;top: 0;left: 0;background: url("newLife_2025/toaster.png?$staticlink$") no-repeat top left;transform: translateX(-107%);width: 92%;height: 100%;background-size: contain;}
#sec11 .h2Box::before {content: "";position: absolute;top: 0;left: 0;background: url("newLife_2025/life.png?$staticlink$") no-repeat top left;transform: translateX(-88%);width: 85%;height: 100%;background-size: contain;}
#sec12 .h2Box::before {content: "";position: absolute;top: 0;left: 0;background: url("newLife_2024/life.png?$staticlink$") no-repeat top left;transform: translateX(-107%);width: 60%;height: 100%;background-size: contain;}

#featureArea{
    position: relative;
    text-align: center;
    background: var(--shadowColor);
}
#newLife2025 h4 {
    font-size: clamp(22px, 2vw, 32px);
    font-weight: 600;
    color: var(--whiteColor);
    text-shadow: 3px 3px 3px var(--shadowColor);
    margin: 0 auto 4%;
    text-align: center;
}
#featureArea a {
    display: block;
    width: 90%;
    max-width: 500px;
    margin: auto;
    box-shadow: 3px 6px 10px var(--shadowColor);
    transition: all .5s;
}

#headbar {position: fixed;top: 150px;right: 0px;width: 82px;background-color: var(--bgDarkBeige);box-shadow: 0 5px 10px rgba(0,0,0,0.35);z-index: 9;border-radius: 10px 0 0 10px;}
#headbar ul {list-style: none;padding: 5px;}
#headbar ul li {margin: 5px auto;text-align: center;}
#headbar ul li a {display: block;transition: all .5s;}

.toggle_title {
    font-size: clamp(10px, 0.8vw, 12px);
    font-weight: 500;
    color: var(--primaryColor);
    background: var(--whiteColor);
    box-shadow: 0 0 6px var(--shadowColor);
    position: relative;
    border-radius: 10px 0 0 10px;
    display: inline-block;
    padding: 0.5em 0.5em 0.5em 1em;
    width: 100px;
    text-align: center;
    position: absolute;
    top: -7%;
    left: -10%;
}
.toggle_title span {display: inline-block;color: var(--secondaryColor);}
.toggle_title span i {color: var(--redColor);}

.toggle_title:after {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: var(--primaryColor);
    border-radius: 50vh;
    box-shadow: 0 0 6px var(--shadowColor);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f068";
    color: var(--whiteColor);
    position: absolute;
    font-size: clamp(17px, 2vw, 30px);
    transition: 0.3s;
    line-height: 1.5;
    top: 6%;
    left: -24%;
}
.toggle_title.selected:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067";
    color: var(--whiteColor);
    position: absolute;
    font-size: clamp(20px, 2vw, 30px);
    transition: 0.3s;
    line-height: 1.5;
    top: 6%;
    left: -24%;
}
.toggle_txt {display: none;}


.cateFlex{display: flex;gap:60px 30px;justify-content: center;flex-wrap: wrap;}
.cateFlex li {flex-basis: calc(25% - 30px); background: var(--bkColor);position: relative;border-radius: 3px;overflow: hidden;box-shadow: 3px 6px 10px var(--shadowColor);transition: all .5s;}
.cateFlex li a img {width: 100%;display: block;opacity: 0.7;transition: all .5s;}
.cateFlex li a .cateTitle {color: var(--whiteColor);font-size: clamp(18px, 1.5vw, 24px);font-weight: 500;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);text-align: center;width: 100%;line-height: 1.5;}
.cateFlex li a .cateTitle span {font-size: clamp(12px, 0.95vw, 15px); display: block;font-weight: 400;}

.osusumeTitle{
    text-align: center;
    margin-top: 5%;
}
.osusume {
    font-size: clamp(18px, 1.5vw, 24px); 
    display: inline-block;
    padding: 0.5em 1em 0.7em;
    color: var(--whiteColor);
    background: var(--brightprimary);
    position: relative;
}
.osusume::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -5px;
    left: -5px;
    border: solid 1px var(--bkColor);
}

.fukidashi {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  padding: 5px 0;
  border-bottom: 2px solid #000000;
  background-color: #fdf6e3;
  text-align: left;
  font-size: clamp(15px, 1.3vw, 20px);
  font-weight: 600;
  line-height: 1.5;
  color: #000000;
}

.fukidashi::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  border-style: solid;
  border-width: 20px 12.5px 0 12.5px;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
}

.fukidashi::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  border-style: solid;
  border-width: 16.2px 10.1px 0 10.1px;
  border-color: #fdf6e3 transparent transparent;
  translate: -50% 100%;
}

.includeSCT .splide .splide__slide .pointBox{
    padding: 1.2em;
    position: relative;
    background: var(--whiteColor);
    margin-top: 2.5em;
}
.includeSCT .splide .splide__slide .pointBox::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid var(--bkColor);
    top: -5px;
    left: -5px;
}

.includeSCT .splide .splide__slide .pointBox dl{
    text-align: left;
    margin: 1em auto;
}
.includeSCT .splide .splide__slide .pointBox .pointTitle{
    font-size: clamp(15px, 1.15vw, 18px); 
    font-weight: 600;
    text-align: center;
}
.includeSCT .splide .splide__slide .pointBox dt{
    font-size: clamp(13px, 1vw, 16px);
    font-weight: 600;
    border-bottom: 1px solid var(--fontColor);
    display: inline-block;
}
.includeSCT .splide .splide__slide .pointBox dt span{
    font-size: clamp(18px, 1.4vw, 22px);
    font-weight: 700;
    color: var(--primaryColor);
}
.includeSCT .splide .splide__slide .pointBox dd{
    font-size: clamp(13px, 1vw, 16px);
    font-weight: 400;
    margin: 1em auto;
}


.proFlex{display: flex;flex-wrap: wrap;justify-content: flex-start;}
.proFlex > li {flex-basis: calc(100% / 4);position: relative;}
.pro_pointFlex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pro_pointFlex > li {
    flex-basis: calc((100% - 60px)/3);
    position: relative;
    margin: 0 30px;
}
.pro_pointFlex > li .abIcon {
    position: absolute;
    top: 7%;
    left: -10%;
    width: 23%;
    z-index: 1;
}


.hikaku {border: 1px solid var(--gyColor);padding: 2em 0;margin-top: 2em;}
.hikakuTitle{text-align: center;margin-top: 1em;}
.hikakuTitle span {font-size: clamp(15px, 1.15vw, 18px); font-weight: 400;padding: 0.5em;}
.hikakuFlex1, .hikakuFlex2 {display: flex;flex-wrap: wrap;}
.hikakuFlex1_container{flex-basis: 33.333%;padding: 0 2em;}
.hikakuFlex1_container:not(:last-child), .hikakuFlex2_container:not(:last-child){border-right: 1px solid var(--gyColor);}
.hikakuContainer_title{font-size: clamp(18px, 1.4vw, 22px);font-weight: 500;margin-bottom: 0.5em;text-align: center;}
.hikakuContainer_semititle{font-size: clamp(17px, 1.25vw, 20px);color: var(--primaryColor);font-weight: 500;text-align: center;}
.hikakuContainer_summary{font-size: clamp(14px, 1.1vw, 17px); margin: 1em auto;font-weight: 300;}
.hikakuContainer_figure {display: flex;align-items: center;justify-content: center;}
.hikakuFlex2_container {flex-basis: 50%;padding: 0 3em;}
.hikakuFlex3_container:first-child {flex-basis: 66.666%;padding: 0 2em;border-right: 1px solid var(--gyColor);}
.hikakuFlex3_container:last-child{flex-basis: 33.333%;padding: 0 2em;}
.hikakuSub_container {display: flex;flex-wrap: wrap;margin-top: 1em;}
.hikakuSub{flex-basis: 50%;}
.hikakuSub:first-child{border-right: 1px solid var(--gyColor);padding-right: 2em;}
.hikakuSub_subtitle{font-size: clamp(17px, 1.25vw, 20px);font-weight: 500;color: var(--secondaryColor);text-align: center;}
.hikakuSub:last-child{padding-left: 2em;}
.hikakuPati_Con{display: flex;margin-top: 4%;}
.btnArea{margin: 3% auto;text-align: center;}
    #headbar ul li:last-child > a img {
        width: 78%;
    }

.btnArea a {font-size: clamp(19px, 1.6vw, 26px);font-weight: 500;color: var(--whiteColor);display: inline-block;padding: 0.7em 1.5em 0.9em;background: var(--primaryColor);box-shadow: 3px 6px 10px var(--shadowColor);transition: all .5s;
    position: relative;
}
.btnArea a .fa-angle-right {margin-left: 5px;transition: all .5s;}
.btnArea a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -5px;
    left: -5px;
    border: 1px solid var(--bkColor);
}

#PAGEBOTTOM{
    position: relative;
    z-index: 2;
}
#featureArea .sec-inner a img{
    border: 1px solid var(--whiteColor);
}

@media (any-hover: hover) {
/*:hover はここに書く*/
  .pro-link a:hover::before{transform: scale(0, 1);}
  .imgBox:hover img{transform: scale(1.08);opacity: 1;}
  .cateFlex li:hover a img {opacity: 1;}
  .cateFlex li:hover {transform: translateY(-5px);}
  .btnArea a:hover {transform:translateY(-5px);}
.btnArea a:hover .fa-angle-right{transform: translateX(5px);}
  #headbar ul li a:hover {opacity: .6;}
  .toggle_title:hover::after{color: var(--secondaryColor);}
#featureArea a:hover {
    transform: translateY(-5px);
    }

}

.sp-cam {display: none !important;}
.pad-cam {display: none !important;}
.pad-sp {display: none !important;}
.pc-cam {display: block;}

/************************************************************/@media screen and (max-width: 1279px) {
  #HEADER .global{display: block;}
}
/************************************************************/@media screen and (max-width: 1115px)  {
  .re1115 {display: none;}
    #newLife2025 .term{
        bottom: -5%;
        width: 60%;
    }
}


/************************************************************/@media screen and (max-width: 820px) {
  #sec01{height: 43vh;}
  .cateFlex{gap:20px 15px;}
  .cateFlex li{flex-basis: calc(33.333% - 15px);}
  .hikakuFlex1_container, .hikakuFlex3_container{padding: 0 1em;}
  .hikakuSub:first-child{padding-right: 1em;}
  .hikakuSub:last-child{padding-left: 1em;}
  .toggle_title:after, .toggle_title.selected:after{line-height: 2.3;}
  .hikakuFlex1, .hikakuFlex2{
      flex-direction: column;
      width: 70%;
      margin: auto;
    }
    
    .hikakuFlex1_container:not(:last-child){
        border-right: none;
    }
    .pro_pointFlex > li{
        flex-basis: calc((100% - 60px) / 2);
        margin: 0 15px;
    }
    .proFlex > li{
        flex-basis: calc(100% / 3);
    }

.pad-cam {display: block !important;}
.pad-sp {display: block !important;}
.pc-cam {display: none !important;}
.sp-cam {display: none !important;}

}


/************************************************************/@media screen and (max-width: 700px) {
    .regulation{
        padding-top: 100px;
        margin-top: -100px;
    }
    .toggle_title.selected:after{
        line-height: 1.4;
    }
    #newLife2025 .logo{
        width: 30%;
    }
  #sec01{height: 75vh;align-items: flex-start;padding: 0;}
    #newLife2025 .term{
        bottom: -11%;
    }

  #sec01 h1 {width: 100%;margin: 4% auto 0;}
  .title-box{width: 80%;margin: -3% auto auto;}
  .ilustBox{right: 2%;width: 88%;bottom: -2%;}
  .scrolldown2{bottom: 0;}
    #newLife2025 section:not(#sec01):not(#sec02):not(#featureArea) {
    margin-top: 80px;
}
  #sec02{padding: 5% 0;}
  #headbar{
      width: 100%;
      top: 100px;
      border-radius: 0;
    }
  .toggle_title{
      display: none;
    }
    .toggle_txt{
        display: flex;
        padding: 0 5px;
    }
    #headbar ul li{
        margin: 3px auto;
    }
    #headbar ul li:first-child > a img {
        width: 96%;
    }
    #headbar ul li:nth-child(3) > a img {
        width: 96%;
    }
    #headbar ul li:last-child > a img {
        width: 74%;
    }
    .pro_pointFlex > li .abIcon{
        top: 6%;
        left: -7%;
        width: 17%;
    }
    .pro_pointFlex > li:first-child{
        margin-bottom: 7%;
    }
    
  .proFlex > li{
      flex-basis: calc(100% / 2);
    }
  .cateFlex{gap:10px;}
  .cateFlex li{flex-basis: calc(50% - 10px);}
    .hikakuFlex1{
        width: 95%;
    }
    #sec07 .h2Box::before{
        width: 24%;
    }
    #sec08 .h2Box::before{
        width: 38%;
    }
    #sec09 .h2Box::before{
        width: 35%;
    }
    #sec10 .h2Box::before {
        width: 90%;
    }
    
    
    
  .hikaku{padding: 2em 0 0;}
  .hikakuTitle{margin-bottom: 1em;}
  .hikakuFlex1_container:not(:last-child), .hikakuFlex2_container:not(:last-child){border-right: none;border-bottom: 1px solid var(--gyColor);}
  .hikakuFlex1_container, .hikakuFlex2_container, .hikakuFlex3_container:first-child, .hikakuFlex3_container:last-child{padding: 1.5em;width: 90%;margin: auto;}
  .hikakuFlex3_container:first-child{border-right: none;border-bottom: 1px solid var(--gyColor);}
  .hikakuSub:first-child, .hikakuSub:last-child {flex-basis: 100%;padding: 1.5em 0;}
  .hikakuSub:first-child {border-right: none;border-bottom: 1px solid var(--gyColor);}
  #sec11 .h2Box::before{width: 59%;transform: translateX(-100%);}
    .pro_pointFlex{
        flex-direction: column;
    }
    .pro_pointFlex > li{
        width: 88%;
        margin: auto;
    }
    .fukidashi::after{
        bottom: 0.5px;
    }
  
.sp-cam {display: block !important;}
.pad-sp {display: block !important;}
.pc-cam {display: none !important;}
.pad-cam {display: none !important;}
.pc-pad {display: none !important;}

}