@charset "utf-8";
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
共通
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.flex {
  display: flex;
}
.inner {
  width: 90%;
  margin: 0 auto;
}
img {
  width: 100%;
}
figure {
  line-height: 0;
}
.slick-slide {
    margin: 0;
}
a,
button {
  display: block;
  transition: .3s;
}
a:hover,
button:hover {
  opacity: .6;
}
.fade_Box {
  transition: 1s;
  opacity: 0;
}
.fade_Box.animated {
  opacity: 1;
}
.sp {
  display: none;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
ヘッダー
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.head_rad {
    width: 100%;
    background: #a31f24;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.head_rad h2 {
    width: 341px;
    max-width: 80%;
    margin-left: 1%;
    padding: 10px 0;
}
.head_rad ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 1%;
}
.head_rad ul li {
    border-left: 1px solid #fff;
    padding-left: 20px;
    margin-left: 20px;
    color: #fff;
}
.head_rad ul li a {
    color: #fff;
    padding: 20px 0;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.head_rad ul li img {
    width: 25px;
    margin-right: 10px;
}
.sp_Menu {
  display: none !important;
}
.sp_Gnav {
  display: none;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
MAIN
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
#all_Wrap {
  position: relative;
  width: 100%;
  margin: 90px auto 0;
  z-index: 0;
}
main {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}
.btn_pop {
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 150px;
    z-index: 99;
}
.btn_pop button {
    outline: none;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
/*共通*/
main .boxinner {
    position: relative;
    z-index: 1;
}
main .ttlstar {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
main .ttlstar img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
}
main .ttlstar::before {
    content: "";
    height: 100%;
    flex-grow: 1;
    margin-right: 2em;
    background: url(/img/kids/schoolbag/2027/lp/ttl_bg.png) repeat-x;
    background-size: 100px;
    background-position: center right;
}
main .ttlstar::after {
    content: "";
    height: 100%;
    flex-grow: 1;
    margin-left: 2em;
    background: url(/img/kids/schoolbag/2027/lp/ttl_bg.png) repeat-x;
    background-size: 100px;
    background-position: center left;
}
/*メインビジュアル*/
#mvArea {
    width: 100%;
    height: 100%;
    background: url(/img/kids/schoolbag/2027/lp/mv_slide01_02_pc.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
#mvArea .navBox {
    width: 1000px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -80px;
    z-index: 5;
}
#mvArea .navBox a {
    display: block;
    width: 22%;
}
.mv_slider_wrap {
  position: relative;
  overflow: hidden;
}
#mvArea .slider {
  width: 100%;
}
#mvArea .slider img {
  display: block;
  width: 100%;
  height: auto;
}
#mvArea .slider-first {
  position: relative;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.8s ease;
}
#mvArea .slider-first.is-hidden {
  opacity: 0;
  pointer-events: none;
}
#mvArea .slider-loop-box {
  position: absolute;
  inset: 0;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease;
}
#mvArea .slider-loop-box.is-visible {
  opacity: 1;
  pointer-events: auto;
}
#mvArea .slider-loop {
  position: relative;
  z-index: 1;
}
#mvArea .fix_logo {
  position: absolute;
    width: 50%;
    left: 31%;
    top: 6%;
  z-index: 10;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
モーダル
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.modal_Wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.modal_Wrap img {
  width: 100%;
}
.modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: url(/img/kids/schoolbag/2027/lp/pop_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  z-index: 999;
}
.modal_Block {
  position: absolute;
  width: 100%;
  height: 100dvh;
}
.modal_BoxAll {
  position: absolute;
  top: 55%;
  left: 50%;
  max-width: 1200px;
  width: 90%;
  height: 85dvh;
  transform: translate(-50%, -50%);
  z-index: 1000;
}
.modal_Close {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 1000;
    border: none;
    background: transparent;
}
.modal_Box {
  width: 100%;
  height: calc(85dvh - 50px);
  margin-top: 50px;
  box-sizing: border-box;
  overflow-y: scroll;
  position: relative;
}
.modal_Box .search_Area {
  padding-top: 20px;
}
.modal_Box .search_Area::before,
.modal_Box .search_Area::after {
  content: none;
}
.modal_Box .search_Area .search_List {
    background: url(/img/kids/schoolbag/2027/lp/pop_c_bg.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 5% 40px;
    gap:2%;
}
.modal_Box .search_Area .search_List > div {
    width: 100%;
    margin: 0 auto;
}
.modal_Box .search_Area .search_List > div h3 {
    font-weight: bold;
    color: #b60078;
    margin-bottom: 20px;
    margin-top: 0px;
    font-size: 20px;
}
.modal_Box .search_Area .search_List > div .flex {
    gap:2%;
}
.modal_Box .search_Area .search_List > div .brand_Block {
    width: 100%;
    margin-bottom: 40px;
}
.modal_Box .search_Area .search_List > div .flex {
    flex-wrap: wrap;
}
.modal_Box .search_Area .search_List > div .brand_Block li {
    width: 23%;
}
.modal_Box .search_Area .search_List > div .other_Block li {
    width: 18%;
    margin-bottom: 20px;
}
.modal_Box .search_Area .search_List > div .color_Block {
    margin-bottom: 30px;
}
.modal_Box .search_Area .search_List > div .color_Block li {
    width: 23%;
    margin-bottom: 5px;
}
.modal_Box .search_Area .search_List > div .price_Block li {
    width: 48%;
    margin-bottom: 5px;
}
.modal_Box .search_Area .search_List .w100 {
    width: 95%;
}
.modal_Box .search_Area .search_List .w60 {
    width: 68%;
    margin: 0;
}
.modal_Box .search_Area .search_List .w40 {
    width: 25%;
    margin: 0;
}
.modal_Box .search_Area h2 {
  margin-bottom: 20px;
  transform: translateY(0);
    width: 550px;
    max-width: 90%;
    margin: 0 auto 30px;
}
.modal_Box .search_Area .rank_Img {
  position: absolute;
  bottom: 20px;
  left: 10px;
  max-width: 540px;
  width: 45vw;
}
#benefits_Wrap_modal {
  margin: 40px auto 0;
  padding-bottom: 40px;
}
#benefits_Wrap_modal .benefits_Ttl {
  margin-top: 0;
}
#benefits_Wrap_modal .benefits_Ttl h3 {
  max-width: 521px;
  width: 35vw;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
イオンのこだわり
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.kodawariArea {
    position: relative;
    width: 100%;
    padding: 1px 0;
}
.kodawariArea:before {
    content: "";
    width: 500px;
    max-width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/img/kids/schoolbag/2027/lp/bg_left.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: center left;
}
.kodawariArea:after {
    content: "";
    width: 500px;
    max-width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/img/kids/schoolbag/2027/lp/bg_right.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: center right;
}
.kodawariArea .boxinner {
    margin-top: 130px;
}
.kodawariArea .kodBox {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto 80px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap:3%;
}
.kodawariArea .kodBox .imgBox {
    width: 52%;
}
.kodawariArea .kodBox .swipetabBox {
    width: 45%;
}
.kodawariArea .kodBox .swipetabBox h4 {
    width: 390px;
    max-width: 80%;
    margin: 0 auto;
}
.kodawariArea .kodBox .swipetabBox .more {
    width: 393px;
    max-width: 80%;
    margin: 20px auto 0;
    display: block;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
タブスライダー
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.tab_slide {
}
.tab_slide img {
  display: block;
  width: 100%;
  height: auto;
}
.tab_slide .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  width: 20px;
  height: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
}
.tab_slide .slick-prev {
  left: 0;
}
.tab_slide .slick-next {
  right: 0;
}
.tabs {
  margin: 20px auto 0;
  width: 100%;
    position: relative;
}
.tabs_block {
    width: 70%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    transform: translateX(-1.5%);
}
.tabs_block .tab_item {
  width: calc(100% / 5);
    height: 100%;
    padding-top: 23%;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  font-weight: bold;
  transition: all 0.2s ease;
  cursor: pointer;
    /*margin: 0 auto;*/
}
.tabs_block.item3 .tab_item {
  width: calc(100% / 3);
}
.tab_item:hover {
  opacity: 0.75;
}
.tabs input[type="radio"] {
  display: none;
}
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}
.tab_content.is-active {
  display: block;
}
.tabs input[type="radio"]:checked + .tab_item {
}
.tabs .tab_content:nth-of-type(1) {
}
.tabs .tab_content:nth-of-type(2) {
}
.tabs .tab_content:nth-of-type(3) {
}
.tab_slide .slick-next ,
.tab_slide .slick-prev {
    background: none;
    width: 35px;
    height: 35px;
}
.tab_slide .slick-next {
    right: -35px;
}
.tab_slide .slick-prev {
    left: -35px;
}
.tab_slide .slick-next::before {
    width: 35px;
    height: 35px;
    background: url(/img/kids/schoolbag/2027/lp/slide_right.png) no-repeat;
    background-size: contain;
    border: none;
}
.tab_slide .slick-prev::before {
    width: 35px;
    height: 35px;
    background: url(/img/kids/schoolbag/2027/lp/slide_left.png) no-repeat;
    background-size: contain;
    border: none;
}
.tabs .tab_content .tab_slide {
    width: 75%;
    margin: 0 auto;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
CM動画
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.cm_video {
    width: 100%;
    margin-top: -50px;
    background: url(/img/kids/schoolbag/2027/lp/cm_bg.png) repeat-x;
    background-size: auto 100%;
    background-position: center;
    position: relative;
    z-index: 3;
    padding: 80px 0 60px;
}
.cm_video .cmbox {
    width: 750px;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
}
.cm_video .cmbox .cmblock_img_on {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    mix-blend-mode: color-dodge;
}
.cm_video .cmbox .videoitem {
    position: absolute;
    bottom: 16%;
    left: 2%;
    right: 0;
    margin: 0 auto;
    width: 75%;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
色から探す
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.colorArea {
    width: 100%;
    background: url(/img/kids/schoolbag/2027/lp/bg_stripe.jpg) repeat;
    background-size: 100px;
    background-position: center bottom;
    padding-top: 150px;
    margin-top: -50px;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
}
.c_searchList {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap:2%;
    flex-wrap: wrap;
}
.c_searchList li {
    width: calc((100% / 6) - 2% );
    margin-bottom: 2%;
}
.makerank {
    width: 1200px;
    max-width: 90%;
    margin: 30px auto 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.makerank li:first-child {
    width: 57%;
}
.makerank li:last-child {
    width: 42.2%;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
デザインから探す
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.designArea {
    width: 100%;
    background: url(/img/kids/schoolbag/2027/lp/bg_stripe.jpg) repeat;
    background-size: 100px;
    background-position: center bottom;
    padding-top: 100px;
    margin-top: -50px;
    padding-bottom: 130px;
}
.d_searchList {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap:2%;
    flex-wrap: wrap;
}
.d_searchList li {
    width: calc((100% / 3) - 2% );
    margin-bottom: 2%;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
機能から探す
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.functionArea {
    width: 100%;
    background: url(/img/kids/schoolbag/2027/lp/bg_kira2.png) repeat;
    background-size: auto 100%;
    background-position: center bottom;
    padding-top: 100px;
    margin-top: -50px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}
.functionBox {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:3%;
}
.functionBox > figure {
    position: relative;
    margin-bottom: 30px;
}
.functionBox .keiryo {
    width: 100%;
}
.functionBox .bigpack {
    width: 63%;
}
.functionBox .benripack {
    width: 31.5%;
}
.functionBox .keiryo .btn01 {
    position: absolute;
    left: 13%;
    top: 39%;
    width: 25%;
    max-width: 313px;
}
.functionBox .keiryo .btn02 {
    position: absolute;
    right: 13%;
    top: 39%;
    width: 25%;
    max-width: 313px;
}
.functionBox .keiryo .btn03 {
    position: absolute;
    left: 4%;
    bottom: 3%;
    width: 25%;
    max-width: 313px;
}
.functionBox .keiryo .btn04 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3%;
    width: 25%;
    max-width: 313px;
    margin: 0 auto;
}
.functionBox .keiryo .btn05 {
    position: absolute;
    right: 4%;
    bottom: 3%;
    width: 25%;
    max-width: 313px;
}
.functionBox .bigpack .btn06 {
    position: absolute;
    left: 4%;
    bottom: 4%;
    width: 40%;
    max-width: 313px;
}
.functionBox .bigpack .btn07 {
    position: absolute;
    right: 4%;
    bottom: 4%;
    width: 40%;
    max-width: 313px;
}
.functionBox .benripack .btn08 {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 4%;
    width: 80%;
    max-width: 313px;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
価格から探す
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.priceArea {
    width: 100%;
    position: relative;
    padding: 150px 0 100px;
    margin-top: -50px;
    position: relative;
    z-index: 0;
}
.priceArea:before {
    content: "";
    width: 500px;
    max-width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/img/kids/schoolbag/2027/lp/bg_left.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: center left;
}
.priceArea:after {
    content: "";
    width: 500px;
    max-width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/img/kids/schoolbag/2027/lp/bg_right.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: center right;
}
.priceInner {
    width: 100%;
    position: relative;
    z-index: 1;
}
.priceBtn {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:2%;
}
.priceBtn li {
    width: 15%;
}
.pricerank {
    width: 800px;
    max-width: 90%;
    margin: 50px auto;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
ランドセル・新入学特集
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.tokushuArea {
    width: 100%;
    background: url(/img/kids/schoolbag/2027/lp/bg_feature.png) no-repeat;
    background-size: auto 120% ;
    background-position: center top;
    padding: 50px 0 50px;
    margin-top: -50px;
    position: relative;
    z-index: 1;
}
.tokushu_ttl {
    position: relative;
    width: 709px;
    max-width: 90%;
    margin: 0 auto;
}
.tokushu_ttl .tokushu_on {
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: screen;
}
.tokushuList {
    width: 1100px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tokushuList li {
    width: 32%;
}
.tokushuList li.w100 {
    width: 100%;
    margin-bottom: 20px;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
イオン九州のご購入特典
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.tokutenArea {
    width: 100%;
    background: #a31f24;
    position: relative;
    padding: 50px 0;
}
.tokutenArea:before {
    content: "";
    width: 100%;
    height: 15px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/img/kids/schoolbag/2027/lp/bg_neon.jpg) repeat-x;
    background-size: 45px;
    background-position: center;
}
.tokutenArea:after {
    content: "";
    width: 100%;
    height: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(/img/kids/schoolbag/2027/lp/bg_neon.jpg) repeat-x;
    background-size: 45px;
    background-position: center;
}
.tokutenArea .tokutenttl {
    width: 524px;
    max-width: 90%;
    margin: 0 auto 40px;
    position: relative;
}
.tokutenArea .tokutenttl .kira {
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: screen;
}
.tokutenArea .tokutenimg {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
    #all_Wrap {
        margin: 110px auto 0;
    }
	main {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		box-shadow: none;
	}
    /*ヘッダー*/
    .head_rad h2 {
        max-width: 60%;
        margin-left: 2%;
    }
    .head_rad ul {
        display: none;
    }
  /* SPメニュー */
  .sp_Menu {
    display: block !important;
    /*position: fixed;*/
    position: fixed;
    top: 160px;
    right: 0px;
    width: 50px;
    height: 50px;
      float: right;
    margin-right: 10px;
    background: url(/img/kids/schoolbag/2027/lp/menu_open.png) no-repeat center center;
    background-size: cover;
    border-radius: 50px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, .2);
    z-index: 102;
      margin-top: -40px;
  }
  .sp_Menu.active {
    background: url(/img/kids/schoolbag/2027/lp/menu_close.png) no-repeat center center;
    background-size: cover;
  }
    .sp_Menu:hover {
        opacity: 1;
    }
  .sp_Gnav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    /*height: 100dvh;*/
    height:calc(100dvh - 110px);
    background-color: rgba(255, 255, 255, .8);
    box-sizing: border-box;
    z-index: 101;
  }
    .sp_Gnav a {
        color: #000;
        font-weight: bold;
        text-decoration: none;
    }
    .sp_Gnav button {
        border: none;
        background: transparent;
        margin: 0;
        padding: 0;
    }
  .sp_Gnav>div {
    position: relative;
    width: 90%;
    max-height: 90vh;
    margin: 0 0 0 auto;
      background: url(/img/kids/schoolbag/2027/lp/sp_bg.jpg) no-repeat;
      background-size: cover;
      background-position: center;
  }
  .sp_Gnav>div>div {
    margin: auto;
    padding: 120px 0 5vh;
  }
  .school_Gnav_sp {
    width: 80%;
    margin: 0 auto;
  }
  .school_Gnav_sp:first-child {
    margin-bottom: 4vh;
    padding-bottom: 2vh;
    border-bottom: 1px solid #000;
  }
  .school_Gnav_sp .txt_nav {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
  }
  .school_Gnav_sp .txt_nav a {
    display: block;
    padding: 2vh 0;
  }
  .school_Gnav_sp .btn_nav {
    max-width: 90%;
    width: 40vh;
    margin: 1em auto;
  }
    /*fixボタン*/
    .btn_pop {
        right: -10px;
        bottom: 20px;
        width: 130px;
    }
    /*メインビジュアル*/
    #mvArea {
        background: url(/img/kids/schoolbag/2027/lp/mv_slide01_02_sp.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }
    #mvArea .fix_logo {
        left: 0;
        right: 0;
        top:-1%;
        width: 100%;
        margin: 0 auto;
    }
    #mvArea .navBox {
        bottom: -2%;
    }
    #mvArea .navBox {
        flex-wrap: wrap;
    }
    #mvArea .navBox a {
        width: 90%;
        margin: 10px auto 0;
    }
    #mvArea .mv_tokuten {
        position: relative;
    }
    #mvArea .mv_tokuten .mv_on {
        position: absolute;
        left: 0;
        top: 0;
        mix-blend-mode: color-dodge;
    }
    /*共通*/
    main .ttlstar {
        height: 30px;
    }
    main .ttlstar::before {
        margin-right: 1em;
        background: url(/img/kids/schoolbag/2027/lp/ttl_bg_sp.png)  repeat-x;
        background-position: center right;
        background-size: 60px;
    }
    main .ttlstar::after {
        margin-left: 1em;
        background: url(/img/kids/schoolbag/2027/lp/ttl_bg_sp.png)  repeat-x;
        background-position: center left;
        background-size: 60px;
    }
    /*イオンのこだわり*/
    .kodawariArea {
        padding: 1px 0 50px;
    }
    .kodawariArea .boxinner {
        margin-top: 80px;
    }
    .kodawariArea:before {
        background-repeat: repeat-y;
        background-size: 100%;
        background-position:top left;
    }
    .kodawariArea:after {
        background-repeat: repeat-y;
        background-size: 100%;
        background-position:top right;
    }
    .kodawariArea .kodBox .swipetabBox {
        order: 1;
        width: 100%;
    }
    .kodawariArea .kodBox .imgBox {
        order: 2;
        width: 100%;
        margin-top: 20px;
    }
    .kodawariArea .kodBox .swipetabBox .more {
        display: none;
    }
    .kodawariArea .kodBox .imgBox .more {
        max-width: 80%;
        margin: 20px auto 0;
    }
    .kodawariArea .kodBox .imgBox.end {
        margin-top: 0;
    }
    .tabs {
        margin-top: 10px;
    }
    .swipetabBox .pc {
        display: none;
    }
    /*CM動画*/
    .cm_video {
        padding: 50px 0 50px;
        background: url(/img/kids/schoolbag/2027/lp/cm_bg_sp.png) no-repeat;
        background-size: 100% 100%;
    }
    .cm_video .cmbox {
        max-width: 95%;
    }
    .cm_video .cmbox .videoitem {
        bottom: 16%;
        width: 75%;
        height: auto;
        aspect-ratio: 16 / 9;
    }
    .cm_video .cmbox .videoitem iframe {
        width: 100%;
        height: 100%;
    }
    /*色から探す*/
    .colorArea {
        padding-top: 100px;
    }
    .c_searchList li {
        width: calc((100% / 3) - 2% );
    }
    .makerank {
        margin-bottom: 0;
    }
    .makerank li:first-child ,
    .makerank li:last-child {
        width: 100%;
        margin-bottom: 10px;
    }
    /*デザインから探す*/
    .designArea {
        padding-bottom: 100px;
    }
    .d_searchList li {
        width: 100%;
    }
    /*機能から探す*/
    .functionArea {
        padding-top: 70px;
        background: url(/img/kids/schoolbag/2027/lp/bg_kira2_sp.png) repeat;
        background-position: center bottom;
        background-size: 100% auto;
    }
    .functionArea .keiryo {
        display: none;
    }
    .functionArea .keiryo_sp {
        display: block;
        margin-bottom: 30px;
    }
    .functionArea .keiryo_sp figure {
        position: relative;
    }
    .functionArea .keiryo_sp figure a {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 5%;
        width: 70%;
        max-width: 200px;
        margin: 0 auto;
    }
    .functionBox .bigpack {
        width: 100%;
    }
    .functionBox .benripack {
        width: 100%;
    }
    .functionBox .bigpack .btn06 {
        width: 70%;
        max-width: 200px;
        left: 0;
        right: 0;
        bottom: 48%;
        margin: 0 auto;
    }
    .functionBox .bigpack .btn07 {
        width: 70%;
        max-width: 200px;
        left: 0;
        right: 0;
        bottom: 3%;
        margin: 0 auto;
    }
    .functionBox .benripack .btn08 {
        width: 70%;
        max-width: 200px;
    }
    /*価格から探す*/
    .priceArea {
        padding: 100px 0 50px;
    }
    .priceBtn {
        max-width: 80%;
    }
    .priceBtn li {
        width: 48%;
        margin-bottom: 10px;
    }
    .pricerank {
        max-width: 70%;
    }
    /*ランドセル・新入学特集*/
    .tokushuArea {
        background: url(/img/kids/schoolbag/2027/lp/bg_feature_sp.png) no-repeat;
        background-size: 100% 100%;
    }
    .tokushuList li {
        width: 100%;
        margin-bottom: 20px;
    }
    /*モーダル*/
    .modal_Wrap {
        /*height: calc(100svh - 110px);*/
        height: 100%;
        bottom: 0;
        top: inherit;
    }
    .modal_Block {
        height: 100%;
    }
  .modal_bg {
    background: #F8E19E;
      background: linear-gradient(170deg, rgba(248, 225, 158, 1) 0%, rgba(179, 117, 46, 1) 100%);
  }
    .modal_Box .search_Area h2 {
        max-width: 73%;
        margin-left: 3%;
        margin-right: auto;
    }
    .modal_Box .search_Area {
        margin-top: 120px;
    }
    .modal_Box .search_Area .search_List {
        width: 90%;
        margin: 0px auto 0;
        padding: 20px 3% 20px;
        background: url(/img/kids/schoolbag/2027/lp/pop_c_bg_sp.png) no-repeat;
        background-size: 100% 100%;
    }
    .modal_Box .search_Area .search_List > div h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .modal_Box .search_Area .search_List > div .flex {
        gap:4%;
    }
    .modal_Box .search_Area .search_List > div .brand_Block {
        border-bottom: 1px dashed #a31f24;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    .modal_Box .search_Area .search_List > div .brand_Block li {
        width: 48%;
        margin-bottom: 10px;
    }
    .modal_Box .search_Area .search_List .w60 {
        width: 90%;
        margin: 0 auto 15px;
        border-bottom: 1px dashed #a31f24;
    }
    .modal_Box .search_Area .search_List .w40 {
        width: 90%;
        margin: 0 auto;
    }
    .modal_Box .search_Area .search_List > div .other_Block {
        padding-bottom: 10px;
    }
    .modal_Box .search_Area .search_List > div .other_Block li {
        width: 22%;
    }
    .modal_Box .search_Area .search_List > div .color_Block {
        border-bottom: 1px dashed #a31f24;
        padding-bottom: 15px;
        margin-top: 10px;
    }
    .modal_Box .search_Area .search_List > div .color_Block li {
        width: 22%;
    }
    .modal_Box .search_Area .search_List > div .price_Block li {
        width: 30%;
    }
  .modal_BoxAll {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: unset;
  }
  .modal_Close {
    width: 80px;
      height: 65px;
      top: 110px;
      border-radius: 20px 0 0 20px;
      overflow: hidden;
  }
  .modal_Box {
    width: 100%;
    height: 100%;
    margin-top: 0;
      padding-bottom: 30px;
  }
  #benefits_Wrap_modal .benefits_Ttl h3 {
    max-width: 100%;
    width: 100%;
  }
.modal_open {
  overflow: hidden;
}
}
