@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:#222;
--primaryColor:#94BD4D;
--secondaryColor:#F28B8B;
--brightprimary:#EFF5E5;
--brightsecondary:#FAEDED;
--brownColor:#A07649;
--brightBrown:#FDF7F0;
--whiteColor:#fff;
--shadowColor:rgba(0, 0, 0, 0.3);
--bkColor:#000;
--gyColor:#777;
--redColor:#f30000;
--yellowColor:#FFFF00;
--greenColor:#2B8039;
--skyColor:#6699D0;
}

.font_s {font-size: 80%;}
.font_ss{font-size: 70%;}
.font_sss{font-size: 62%;}
.font_l {font-size: 122%;}
.font_ll{font-size: 144%;}
.line_center {text-align: center;}
.line_right{text-align: right;}
.line_left{text-align: left;}
.font_bold{font-weight: bold;}
.font_yellow{color: var(--yellowColor);}
.font_red{color: var(--redColor);}
.font_green{color: var(--greenColor);}

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 ===============*/

#springPC_2026 {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.8;color: var(--bkColor);max-width: 2040px;margin: auto;font-feature-settings: "palt";}

/*========= LoadingのためのCSS ===============*/
.loader-wrap {
	position: fixed;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100svh;
    background: var(--primaryColor);
    z-index: 999;
}
.loader {
  width: 70px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: 
    radial-gradient(farthest-side,#F28B8B 94%,#0000) top/8px 8px no-repeat,
    conic-gradient(#0000 30%,#F28B8B);
  -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
  animation: l13 1s infinite linear;
}
@keyframes l13{ 
  100%{transform: rotate(1turn)}
}
/*========= ▲Loadingのための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;}
#springPC_2026 ul.action {display: none;}
#springPC_2026 .includeSCT .item{height: auto !important;transition: all .35s;border-radius: 10px;margin-bottom: 20px;}/*カードの高さ調節*/
#springPC_2026 .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;
}
#springPC_2026 .includeSCT .kanbai .item:hover{
  transform: none;
}

#springPC_2026 .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(--secondaryColor);
}

/*========= ▲Salseforce用 ===============*/

#springPC_2026 section {position: relative;margin: 0 auto;padding: 0 0 5%;z-index: 2;}
.sec-inner {position: relative;max-width: 1290px; width: 88%; margin: 0 auto;z-index: 2;}


#springPC_2026 #sec01 {align-items: center;justify-content: flex-start;display: block;padding: 0 0 2%;}
#springPC_2026 #sec01 .sec-inner{margin: 0 auto;max-width: 100%;padding: 0;width: 100%;}
.newLifeContent{display: block;}
#springPC_2026 .logo{
    margin: 0 auto 0;
    position: relative;
    width: 13%;
}
#springPC_2026 .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;
}
#springPC_2026 .termDate{
    background: var(--shadowColor2);padding: 0.2em 1.2em 0.3em 1em;
    position: relative;
}
#springPC_2026 .termDate::before{
    content: "";
    border: solid 1px var(--whiteColor);
    width: 100%;
    height: 100%;
    left: -6px;
    top: -6px;
    position: absolute;
}

.lead {
    font-size: clamp(16px, 1.5vw, 24px);
    font-weight: 500;
    padding: 0 1.5em;
    color: var(--whiteColor);
    text-shadow: -3px -3px 2px var(--skyColor), -3px 0 2px var(--skyColor), -3px 3px 2px var(--skyColor), 0 -3px 2px var(--skyColor), 0 3px 2px var(--skyColor), 3px -3px 2px var(--skyColor), 3px 0 2px var(--skyColor), 3px 3px 2px var(--skyColor);
}
#springPC_2026 .pccp {margin: 3% auto;padding: 2em;width: 90%;max-width: 855px;background: var(--whiteColor);border: solid 1px var(--primaryColor);}
#springPC_2026 .pccpTitle{font-size: clamp(16px, 1.25vw, 22px);font-weight: 400;margin-bottom: 1.2em;}
#springPC_2026 .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;}
#springPC_2026 .pccpBtn a:hover{transform: translateY(-3px);}


#springPC_2026 section#sec02 {padding: 0 0 4%;}
#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: flex;
align-items: center;
justify-content: center;
}
.h2Box::before,
.h2Box::after{
    background-color: var(--whiteColor);
    content: "";
    height: 1px;
    flex-grow: 1;
}

.h2Box h2{
    font-size: clamp(22px, 2.65vw, 42px);
    display: inline-block;
    position: relative;
    color: var(--whiteColor);
    line-height: 1.4;
    background: var(--primaryColor);
    border: 1px solid var(--whiteColor);
    border-radius: 15px;
    box-shadow: 4px 4px 0 var(--whiteColor);
    padding: 0.5em 1em;
    font-weight: 600;
}
.h2Box h2.pink_h2{
    background: var(--secondaryColor);
}
.h2Box h2.green_h2{
    background: var(--primaryColor);
}
#springPC_2026 h3 {
    font-size: clamp(15px, 1.5vw, 24px);
    font-weight: 500;
    color: var(--whiteColor);
    text-align: center;
    text-shadow: -3px -3px 2px var(--skyColor), -3px 0 2px var(--skyColor), -3px 3px 2px var(--skyColor), 0 -3px 2px var(--skyColor), 0 3px 2px var(--skyColor), 3px -3px 2px var(--skyColor), 3px 0 2px var(--skyColor), 3px 3px 2px var(--skyColor);
    margin: 2em auto;
}

.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;}



.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{
    margin: 4% auto 8%;
}
.hikakuTitle{text-align: center;margin: 5% auto;}
.hikakuTitle span {
    font-size: clamp(17px, 1.75vw, 28px);
    font-weight: 600;
    padding: 5px;
    color: var(--whiteColor);
    border-bottom: solid 1px var(--yellowColor);
    text-shadow: -3px -3px 5px var(--skyColor), -3px 0 5px var(--skyColor), -3px 3px 5px var(--skyColor), 0 -3px 5px var(--skyColor), 0 3px 5px var(--skyColor), 3px -3px 5px var(--skyColor), 3px 0 5px var(--skyColor), 3px 3px 5px var(--skyColor);
}

.hikakuFlex1, .hikakuFlex2 {
    display: flex;
    flex-wrap: wrap;
    gap:40px 30px;
}
.hikakuFlex1_container{
    flex-basis: calc((100% - 60px) / 3);
    padding: 0;
    background: var(--brightsecondary);
    box-shadow: 8px 8px 0 var(--primaryColor);
    border-radius: 10px;
}
.hikakuContainer_title{
    font-size: clamp(18px, 1.4vw, 22px);
    font-weight: 600;
    padding: 0.4em;
    text-align: center;
    background: var(--primaryColor);
    color: var(--whiteColor);
    border-radius: 10px 10px 0 0;
}
.hikakuContainer_wrapper{
    padding: 2em;
}
.hikakuContainer_img{
    margin: auto 1em;
    display: flex;
    align-items: center;
}

.hikakuContainer_summary{
    font-size: clamp(14px, 1.15vw, 18px);
    margin: 2em auto 0;
    font-weight: 500;
}

.hikakuFlex2_container{
    flex-basis: calc((100% - 30px) / 2);
    padding: 0;
    background: var(--brightBrown);
    box-shadow: 8px 8px 0 var(--brownColor);
    border-radius: 10px;
}
.hikakuFlex2 .hikakuContainer_title{
    font-size: clamp(17px, 1.4vw, 22px);
    font-weight: 600;
    padding: 0.4em;
    text-align: center;
    background: var(--brownColor);
    color: var(--whiteColor);
    border-radius: 10px 10px 0 0;
}
.hikakuFlex2 .hikakuContainer_wrapper{
    padding: 2em;
}
.hikakuFlex2 .hikakuContainer_img{
    margin: auto 1em;
    display: flex;
    align-items: center;
}

.comiBox{
    background-color: var(--brightprimary);
    box-shadow: 8px 8px 0 var(--secondaryColor);
    border-radius: 10px;
    padding: 4em;
    text-align: center;
    margin-bottom: 3%;
}

.comiContainer{
    background-image: url(feature_springPC_2026/illustComicomi.png?$staticlink$);
    background-repeat: no-repeat;
    background-position: 100% 98%;
    background-size: 40%;
}
/*****************▼アコーディオン******************/
    .accbox {
        margin: 2em 0 0;padding: 0; }

    /*ラベル*/
    .accbox label {display: block; margin: 1.5px 0; padding : 0.5em;color: #1d1d1f;font-weight: bold;background: var(--brightsecondary);cursor :pointer; transition: all 0.5s;font-size: 26px; border: 1px solid #dedede;text-align: center; }
    /*アイコンを表示*/
    .accbox label:after { content: '\f107'; font-family: 'Font Awesome 5 Free'; padding-left: 1em;font-size: 26px;}
    /*ラベルホバー時*/

    /*チェックは隠す*/
    .accbox input { display: none; }
    /*中身を非表示にしておく*/
    .accbox .accshow {height: 0; padding: 0;overflow: hidden;opacity: 0;transition: 0.8s; padding: 1em 2em;}
    /*クリックで中身表示*/
    .cssacc:checked + label + .accshow {height: auto;background: #fff;opacity: 1;border: 1px solid #dedede; }
    .accbox .accshow p {margin: 15px 10px;text-align: left;}
    /*アイコンを入れ替える*/
    .cssacc:checked + label:after { content: '\f106'; }    
    
    .komikomi-sum {margin:3em 4em 2em;position: relative;border: 1px solid #303032; padding: 0.8em 1em 2em;border-radius: 10px;text-align: center;}
/*****************▲アコーディオン******************/


#springPC_2026 .comicomiBox{container-type: inline-size;position: relative;width: 55%;text-align: left;margin-bottom: 5%;}
#springPC_2026 .comicomiSum{font-size: clamp(16px, 1.4vw, 22px);line-height: 2;}
#springPC_2026 .comiContentBox{position: relative;text-align: center;}
#springPC_2026 .comiContentTitle{font-size: clamp(18px, 1.9vw, 30px);font-weight: bold;border: 2px solid #707070;background: #fff;text-align: center;border-radius: 10px;display: inline-block;padding: 0.2em 1em;position: relative;top: 1.1em;}
#springPC_2026 .comiContent{font-size: clampclamp(15px, 1.25vw, 20px);border: 1px solid #707070;background: #fff;border-radius: 10px;padding: 3em 1.5em 1.5em;text-align: left;}
#springPC_2026 .hh3{font-size: clamp(28px, 2.75vw, 44px);line-height: 1.3;font-weight: bold;text-align: left;}


#springPC_2026 h4 {
    font-size: clamp(19px, 2.8vw, 46px);
    border-bottom: 3px solid var(--yellowColor);
    display: inline-block;
    line-height: 1.3;
    margin-bottom: 6%;
}

#springPC_2026 .ul-flow {display: flex;list-style: none;justify-content: center;margin: 4em 0;padding: 0;align-items: center;}
#springPC_2026 .ul-flow li:nth-of-type(1),.ul-flow li:nth-child(3),.ul-flow li:nth-child(5),.ul-flow li:nth-child(7) {background-color: #1d1d1f;color: #efff2d; font-size: clamp(19px, 1.6vw, 28px); padding: 0.5em 0.5em 0.3em; text-align: center;line-height: 1.5;flex-basis: 22%;}
#springPC_2026 .ul-flow li:nth-child(2), .ul-flow li:nth-child(4), .ul-flow li:nth-child(6) {font-size: 30px;flex-basis: 4%;}

#springPC_2026 .flowS{display: block;border-top: 1px solid #fff;font-size: 70%;color: #FFF;}
#springPC_2026 .flowNotice{font-size: clamp(1rem, 0.939rem + 0.26vw, 1.25rem);background: #fff;border: 1px solid #c90000;display: inline-block;padding: 0.5em 1.5em;line-height: 2;margin-bottom: 3%;}
#springPC_2026 .div-flex {display: flex;justify-content: space-around;text-align: left;font-size: 16px;}
#springPC_2026 .div-flex > div {flex-basis: 46%;}
#springPC_2026 h5 {font-size: clamp(16px, 1.4vw, 22px); color: #000; background: #fff;display: inline-block;position: relative;margin: 0;top: -1.5em;font-weight: 500;margin: 0 0.8em;}

.ulBox{margin: 2% auto 0;}

.btnArea,
.btnArea2{
    margin: 5% auto 0;
    text-align: center;
}

.btnArea a {
    font-size: clamp(16px, 1.5vw, 24px);
    font-weight: 500;
    color: var(--whiteColor);
    display: block;
    padding: 0.7em 1em;
    background: var(--secondaryColor);
    box-shadow: 8px 8px 0 var(--brownColor);
    position: relative;
    border-radius: 10px;
    max-width: 630px;
    margin: auto;
    transition: all .35s;
}
.btnArea2 a {
    font-size: clamp(16px, 1.5vw, 24px);
    font-weight: 500;
    color: var(--whiteColor);
    display: block;
    padding: 0.7em 1em;
    background: var(--primaryColor);
    box-shadow: 8px 8px 0 var(--brownColor);
    position: relative;
    border-radius: 10px;
    max-width: 630px;
    margin: auto;
    transition: all.35s;
}

.usedBox{
    background-color: var(--brightsecondary);
    box-shadow: 8px 8px 0 var(--primaryColor);
    border-radius: 10px;
    padding: 4em 3em;
    text-align: center;
    margin-bottom: 3%;
}

.usedUlArea{
    margin-top: 5%;
    margin-bottom: 6%;
}
.usedUpper{
    position: relative;
    width: 90%;
    max-width: 880px;
    margin: auto;
}
.usedTxt{
    background: var(--primaryColor);
    border-radius: 10px;
    text-align: center;
    font-size: clamp(20px, 1.9vw, 30px);
    font-weight: 500;
    color: var(--whiteColor);
    margin-top: 5%;
    padding: 10px;
}
.usedUl{
    display: flex;
    flex-wrap: wrap;
    gap:40px 30px;
}
.usedUl > li {
    background: var(--brightBrown);
    border-radius: 10px;
    box-shadow: 8px 8px 0 var(--brownColor);
    flex-basis: calc((100% - 30px) / 2);
    padding: 1.5em;
}
.usedTitle{
    display: flex;
    align-items: center;
}
.usedNo{
    text-align: center;
}
.usedNoTxt{
    font-size: clamp(14px, 1.1vw, 17px);
    line-height: 1;
}
.usedNoNo{
    font-size: clamp(30px, 3.7vw, 60px);
    font-weight: 600;
    color: var(--secondaryColor);
    line-height: 1;
}
.usedTitleTxt{
     font-size: clamp(22px, 2vw, 32px);
    font-weight: 500;
    margin-left: 15px;
    text-align: left;
    line-height: 1.3;
}
.usedDl{
    text-align: left;
    margin-top: 1.8em;
}
.usedDl dt{
    text-indent: -1em;
    padding-left: 1em;
    font-size: clamp(18px, 1.4vw, 22px);
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 0.5em;
}
.usedDl .dd1{
    font-size: clamp(14px, 1.15vw, 18px);
    font-weight: 500;
    line-height: 1.5;
    padding-left: 1em;
    margin: 1em auto;
}
.usedDl .dd2{
     font-size: clamp(13px, 1vw, 16px);
    line-height: 1.4;
    padding-left: 1em;
    margin: 1em auto;
}
.usedDl .dd3{
    font-size: clamp(11px, 0.9vw, 14px);
    line-height: 1.3;
    padding-left: 1em;
}
.usedUl > li:first-child > figure{
    width: 80%;
    margin: 1.5em auto 0;
}
.usedUl > li > figure{
    width: 100%;
    margin: 1.5em auto 0;
}
.wakuContainer{
    margin: 1em;
    position: relative;
}
.wakuTitle{
    font-size: clamp(13px, 1vw, 16px);
    font-weight: bold;
    background: var(--whiteColor);
    padding: 0.5em 1em 0.1em;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    z-index: 3;
    margin-top: 1px;
}
.wakuTxt{
    font-size: clamp(12px, 0.95vw, 15px);
    background: var(--whiteColor);
    padding: 1em;
    display: inline-block;
    border-radius: 10px;
    margin-top: -1em;
}
.wakuBoxB{
    position: absolute;
    top: 0;
    left: 0;
}
.wakuTitleB{
    font-size: clamp(13px, 1vw, 16px);
    font-weight: bold;
    background: var(--whiteColor);
    padding: 0.5em 1em 0.1em;
    display: inline-block;
    border-radius: 10px;
    border: 1px solid var(--brownColor);
}
.wakuTxtB{
    font-size: clamp(12px, 0.95vw, 15px);
    background: var(--whiteColor);
    padding: 1em;
    display: inline-block;
    border-radius: 10px;
    margin-top: -1em;
    border: 1px solid var(--brownColor);
}






#featureArea{
    position: relative;
    text-align: center;
}
.bnrArea{
    margin-top: 5%;
}

.bnrAreaUl{
    display: flex;
    align-items: center;
    gap:30px;
}
.bnrAreaUl > li{
    flex-basis: calc((100% -30px) / 2);
}
.bnrAreaUl > li a {
    display: block;
    box-shadow: 8px 8px 0 var(--secondaryColor);
    transition: all .35s;
}






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

@media (any-hover: hover) {
/*:hover はここに書く*/
    .accbox label:hover { background :#ffe9a9;}
    .bnrAreaUl > li:hover a {
        transform: translateY(-3px);
    box-shadow: 8px 11px 0 var(--secondaryColor);
    }
    .btnArea a:hover,
    .btnArea2 a:hover{
        transform: translateY(-3px);
        box-shadow: 8px 11px var(--brownColor);
    }
    
}

    .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) {
    .proFlex > li{
        flex-basis: calc(100% / 2);
    }
    #springPC_2026 .comicomiBox{
        width: 100%;
    }
    #springPC_2026 .comiContentBox{
        width: 55%;
    }
    #springPC_2026 .flowS{
        font-size: 63%;
    }
    
    .accbox label{font-size: 18px;}
    .accbox .accshow p {font-size: 14px;margin: 10px 0;}
    .usedNo{
        flex-basis: 18%;
    }

.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) {
    .proFlex > li{
        flex-basis: calc(100% / 2);
    }
    .lead{
        text-align: left;
        font-size: 15px;
    }
    .h2Box h2{
        font-size: 18px;
    }
    .hikakuFlex1, .hikakuFlex2{
        gap:20px;
        flex-direction: column;
        width: 85%;
        margin: auto;
    }
    .comiBox, .usedBox{
        padding: 1.5em;
    }
    #springPC_2026 .comicomiSum{
        font-size: 14.5px;
        line-height: 1.5;
    }
    #springPC_2026 .comiContentBox{
        width: 100%;
        margin-top: 90%;
    }
    #springPC_2026 .ul-flow{
        margin: 2em;
        flex-direction: column;
    }
    #springPC_2026 .ul-flow li:nth-child(2), .ul-flow li:nth-child(4), .ul-flow li:nth-child(6){
        transform: rotate(90deg);
        line-height: 1;
    }
    #springPC_2026 .ul-flow li:nth-of-type(1), .ul-flow li:nth-child(3), .ul-flow li:nth-child(5), .ul-flow li:nth-child(7){
        width: 100%;
    }
    #springPC_2026 .flowNotice{
        line-height: 1.4;
    }
    .accbox label:after{
        padding-left: 0;
    }
    .accbox label{
        font-size: 16px;
        line-height: 1.3;
    }
    .usedUpper{
        width: 100%;
    }
    .usedTxt{
        font-size: 18px;
        padding: 15px;
        line-height: 1.3;
    }
    .usedUl{
        flex-direction: column;
    }
    .usedUl > li{
        padding: 1.2em 1em;
    }
    .usedNoTxt{
        font-size: 11px;
    }
    .usedNo{
        flex-basis: 25%;
    }
    .usedUlArea{
        margin-bottom: 3em;
    }
    .bnrAreaUl{
        flex-direction: column;
    }
    .bnrArea{
        margin-top: 8%;
    }
    #springPC_2026 section#featureArea{
        margin-bottom: 15%;
    }
    .komikomi-sum{
        margin: 2em 0 0.5em;
    }
    .wakuTxtB{
        font-size: 11px;
    }
    #springPC_2026 .div-flex{
        flex-direction: column;
    }
    .comiContainer{
        background-position: 0 40%;
        background-size: 100%;
    }
  
.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;}

}