@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:#F06670;
--secondaryColor:#62ADA8;
--darkprimary:#D64650;
--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 ===============*/

#newLife2026 {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";}
#newLife2026 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: 100vh;
	background: var(--primaryColor);
	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: var(--secondaryColor);/*伸びる背景色の設定*/
	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);
	}
}

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

/*bodyにappearクラスがついたら出現*/
body.appear #newLife2026_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用 ===============*/
#CONTENTS, body:not(.noGlobal) #CONTENTS {margin-left: 0;padding: 0;}
#FOOTER{margin-left: 0;}
#PAGEBODY{padding-bottom: 0;}
.includeSCT .proFlex .item{box-shadow: 0 3px 6px var(--shadowColor);}
.includeSCT .proFlex .item:hover{transform:translateY(-5px);box-shadow: 0 5px 10px var(--shadowColor);}
.includeSCT .name{text-align:left;line-height: 1.5;}
.includeSCT .tag{align-content: flex-start;}
#newLife2026 ul.action {display: none;}
#newLife2026 .includeSCT .item{height: auto !important;transition: all .35s;border-radius: 10px;}/*カードの高さ調節*/
#newLife2026 .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;
}
#newLife2026 .includeSCT .kanbai .item:hover{
  transform: none;
}

#newLife2026 .includeSCT .tag .stockLabel .outStock{
    background: red;
    color: #fff;
}
.includeSCT{
    margin-bottom: 0;
    padding-bottom: 0;
}
.includeSCT .cont{
    padding-bottom: 0;
}
.includeSCT .splide .splide__slide{
    padding-bottom: 0;
    padding-top: 0;
}
.includeSCT .cta a{
    background-color: var(--primaryColor);
}

/*========= ▲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;
}
#newLife2026 section {position: relative;margin: 0 auto;padding: 4% 0;z-index: 2;}
.sec-inner {position: relative;max-width: 1290px; width: 88%; margin: 0 auto;z-index: 2;}
#newLife2026 section:not(#sec01):not(#sec02):not(#sec11):not(#featureArea){
    margin-bottom: 17vw;
}

#newLife2026 h1 {text-align: center;margin: 1.5% auto;width: 57%;margin-bottom: 5%;}
#newLife2026 section#sec01 {display: flex;align-items: center;justify-content: flex-start;background: var(--shadowColor);padding: 0.5% 0;}
#newLife2026 section#sec01 .sec-inner{margin: 0 auto;max-width: 98%;padding: 0;}
.newLifeContent{display: block;}

#newLife2026 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;}
#newLife2026 .fa-angle-right, #newLife2026 .fa-arrow-up-right-from-square {margin-left: 5px;}
#newLife2026 .pccp {margin: 3% auto;padding: 2em;width: 90%;max-width: 855px;background: var(--whiteColor);border: solid 1px var(--primaryColor);}
#newLife2026 .pccpTitle{font-size: clamp(16px, 1.25vw, 22px);font-weight: 400;margin-bottom: 1.2em;}
#newLife2026 .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;}
#newLife2026 .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("feature_kaden_2026/bg01.jpg?$staticlink$");}
.bgBeige{background: url("feature_kaden_2026/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;margin-bottom: 3%;}
.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("feature_kaden_2026/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("feature_kaden_2026/minicleaner.png?$staticlink$") no-repeat top left;transform: translateX(-107%);width: 33%;height: 100%;background-size: contain;}

#sec08 .h2Box::before {content: "";position: absolute;top: 0;left: 0;background: url("feature_kaden_2026/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("feature_kaden_2026/range.png?$staticlink$") no-repeat top left;transform: translateX(-107%);width: 42%;height: 100%;background-size: contain;}

#sec11 .h2Box::before {content: "";position: absolute;top: 0;left: 0;background: url("feature_kaden_2026/life.png?$staticlink$") no-repeat top left;transform: translateX(-88%);width: 35%;height: 100%;background-size: contain;}

#featureArea{
    position: relative;
    text-align: center;
    background: var(--shadowColor);
}
#newLife2026 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: 700px;
    margin: auto;
    box-shadow: 5px 5px 0px var(--shadowColor);
    transition: all .5s;
}

#headbar {position: fixed;top: 200px;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);
    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: -10%;
    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:30px;justify-content: center;flex-wrap: wrap;}
.cateFlex li {flex-basis: calc(33.333% - 60px); 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(15px, 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, .osusumeTitle2{
    position: relative;
    text-align: center;
    margin: 3% 8%;
    font-size: clamp(17px, 2vw, 32px);
    font-weight: 600;
}
.osusumeTitle::before,
.osusumeTitle::after{
    position: absolute;
    z-index: 0;
    bottom: -1em;
    display: block;
    content: "";
    border: 1.5em solid var(--darkprimary);
}
.osusumeTitle2::before,
.osusumeTitle2::after{
    position: absolute;
    z-index: 0;
    bottom: -0.5em;
    display: block;
    content: "";
    border: 1em solid var(--darkprimary);
}

.osusumeTitle::before{
    left: -1.5em;
    border-left-width: 1em;
    border-left-color: transparent;
}
.osusumeTitle2::before{
    left: -1em;
    border-left-width: 0.5em;
    border-left-color: transparent;
}

.osusumeTitle::after{
    right: -1.5em;
    border-right-width: 1em;
    border-right-color: transparent;
}
.osusumeTitle2::after{
    right: -1em;
    border-right-width: 0.5em;
    border-right-color: transparent;
}

.osusume {
    position: relative;
    z-index: 1;
    display: block;
    padding: 0 2em;
    color: var(--whiteColor);
    background: var(--primaryColor);
}
.osusume2 {
    position: relative;
    z-index: 1;
    display: block;
    padding: 0.3em 2em;
    color: var(--whiteColor);
    background: var(--primaryColor);
}

.osusume::before,
.osusume::after{
    position: absolute;
    bottom: -1em;
    display: block;
    width: 1em;
    height: 1em;
    content: "";
    border-style: solid;
    border-color: var(--darkprimary) transparent transparent transparent;
}

.osusume::before{
    left: 0;
    border-width: 1em 0 0 1em;
}

.osusume::after{
    right: 0;
    border-width: 1em 1em 0 0;
}

.osusumeUlArea{
    margin: 9% auto 4%;
}
.osusumeUl{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap:52px;
}

.osusumeLi.item3{
    flex-basis: calc((100% - 104px) / 3);
    background: var(--whiteColor);
    border: solid 1px var(--primaryColor);
    border-radius: 10px;
    padding: 1.5em;
    position: relative;
}

.osusumeLi{
    flex-basis: 37%;
    background: var(--whiteColor);
    border: solid 1px var(--primaryColor);
    border-radius: 10px;
    padding: 1.5em;
    position: relative;
}

.medal{
    position: absolute;
    top: -3%;
    left: -5%;
    width: 22%;
}
.no2{
    width: 25%;
    top: -4%;
}
.no1{
    width: 27%;
    top: -5%;
}
.no3{
    width: 23%;
}
.osusumeLi dl{
    text-align: center;
}
.osusumeLi dt{
    font-size: clamp(16px, 1.4vw, 22px);
    font-weight: 600;
    margin: 1em auto;
    display: inline-block;
    border-bottom: solid 1px var(--secondaryColor);
}
.osusumeLi dd{
    font-size: clamp(14px, 1.15vw, 18px);
    font-weight: 500;
    text-align: left;
    line-height: 1.5;
}
.osusumeLi dd > span{
    display: block;
    font-size: clamp(11px, 0.9vw, 14px);
    font-weight: 400;
    margin-top: 5px;
}

.ul2{
    justify-content: center;
}
.area2{
    margin: 5% auto 3%;
}





.proFlex{display: flex;flex-wrap: wrap;justify-content: flex-start;}
.proFlex > li {flex-basis: calc(100% / 4);position: relative;margin-bottom: 2%;}
.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;line-height: 1.5;}
.hikakuContainer_summary{font-size: clamp(14px, 1.1vw, 17px); margin: 1em auto;font-weight: 300;line-height: 1.5;}
.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;
}

@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);
    }

}

    .regulation{
        padding-top: 124px;
        margin-top: -124px;
    }
    #newLife2026 section#featureArea{
        padding-bottom: 8%;
    }



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


@media (min-width: 768px) and (max-width: 1040px) {
#CONTAINER {
min-width: auto !important;
}
}

/************************************************************/@media screen and (max-width: 820px) {
  .cateFlex{gap:20px 15px;}
  .cateFlex li{flex-basis: calc(33.333% - 15px);}
  .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{
      margin: auto;
    }
    
    .hikakuFlex1_container{
        flex-basis: 50%;
    }
    .hikakuFlex1_container:first-child{
        border-right: 1px solid var(--gyColor);
    }
    .hikakuFlex1_container:nth-child(2){
        border-right: none;
    }
    .hikakuFlex1_container:last-child{
        margin-top: 7%;
    }
    .pro_pointFlex > li{
        flex-basis: calc((100% - 60px) / 2);
        margin: 0 15px;
    }
    .proFlex > li{
        flex-basis: calc(100% / 3);
    }
    .osusumeUl{
        gap:30px;
    }
    .osusumeLi,
    .osusumeLi.item3{
        flex-basis: calc((100% - 30px) / 2);
    }
        .order1{
        order: 1;
    }
    .order2{
        order: 2;
    }
    .order3{
        order: 3;
    }
    #newLife2026 section#sec01{
        padding-bottom: 7%;
    }

.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: 133px;
        margin-top: -133px;
    }
    .toggle_title.selected:after{
        line-height: 1.4;
    }
    #newLife2026 .logo{
        width: 30%;
    }
  #newLife2026 section#sec01{
      align-items: flex-start;
      padding: 0 0 17%;;
    }
    #newLife2026 .term{
        bottom: -11%;
    }

  #newLife2026 section#sec01 h1 {
      width: 100%;
      margin: 3% 0 0 4%;
    }
    .lead{
        text-align: left;
    }
  .title-box{width: 80%;margin: -3% auto auto;}
  .ilustBox{right: 2%;width: 88%;bottom: -2%;}
  .scrolldown2{bottom: 0;}
  #sec02{padding: 5% 0;}
    #newLife2026 section:not(#sec01):not(#sec02):not(#sec11):not(#featureArea){
        margin-bottom: 25vw;
    }
    
    
  #headbar{
      width: 100%;
      top: auto;
      border-radius: 0;
      bottom: 0;
      box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.2);
      height: 60px;
    }
  .toggle_title{
      display: none;
    }
    #headbar ul.toggle_txt{
        display: flex;
        padding: 0 5px;
    }
    #headbar ul li{
        margin: 3px auto;
    }
    #headbar ul li:first-child > a img {
        width: 74%;
    }
    #headbar ul li:nth-child(2) > a img {
        width: 82%;
    }
    
    #headbar ul li:nth-child(3) > a img {
        width: 85%;
    }
    #headbar ul li:nth-child(4) > a img {
        width: 90%;
    }

    #headbar ul li:last-child > a img {
        width: 57%;
    }
    .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%;
        flex-direction: column;
    }
    
    #sec04 .sec-inner{
        width: 96%;
    }
    #sec07 .h2Box::before{
        width: 24%;
    }
    #sec08 .h2Box::before{
        width: 38%;
    }
    #sec09 .h2Box::before{
        width: 35%;
    }
    #sec10 .h2Box::before {
        width: 90%;
    }
    .osusumeUlArea{
        margin: 16% auto 4%;
    }
        #featureArea a{
        margin-top: 5%;
    }
    .medal{
        width: 24%;
    }
.includeSCT .name {

    line-height: 1.4;
    font-size: 13px;
}
    
    
  .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);padding: 1em 0.7em;}
  .hikakuFlex1_container, .hikakuFlex2_container, .hikakuFlex3_container:first-child, .hikakuFlex3_container:last-child{padding: 1.5em;width: 90%;margin: auto;}
    .hikakuFlex1_container:last-child {
        margin-top: 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: 35%;transform: translateX(-100%);}
    .pro_pointFlex{
        flex-direction: column;
    }
    .pro_pointFlex > li{
        width: 88%;
        margin: auto;
    }

    .osusumeUl{
        flex-direction: column;
        margin: 5%;
    }
    #featureArea a{
        margin-top: 7%;
    }
    .osusume{
        padding: 0 0.5em;
    }
    #PAGEBOTTOM .targetTop{
        bottom: 66px;
    }
    
  
.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;}

}