@charset "utf-8";

html{overflow:auto;}

/* contents[common]
--------------------------------------------*/
/* bg */
[bg] {
  position: relative;
}

/*
 index
=======================================*/
.index{
  position: relative;
  margin-top: -40px;
  z-index: 1;
}
.index .index_list{
  display: flex;
  width: 960px;
  margin: 0 auto 2px;
  background-color: #8b7362;
  border-radius: 20px;
  box-shadow: 0 3px 12px rgba(0,0,0,.2);
  overflow: hidden;
}
.index .index_list li{
  position: relative;
  width: 25%;
}
.index .index_list li + li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 64px;
  background-color: #bea797;
  display: block;
  z-index: 1;
}
.index .index_list li a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-bottom: 15px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  line-height: 1.3;
}
.index .index_list li a:hover{
  background-color: #9a8576;
  text-decoration: none;
}
.index .index_list li a::before{
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 15px;
  margin: auto;
  width: 7px;
  height: 7px;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.kanban{
  background: #FAF8EB;
}

/*
 rn-floatingNavi
=======================================*/

.ecm-floating-navi-container.-schoolbag .ecm-floating-navi{
  height: 60px;
  background: #fff;
  border-bottom: none;
  width: 960px;
  margin: 0 auto;
  border-left: 1px solid #8b7362;
  border-right: 1px solid #8b7362;
  box-sizing: border-box;
}
.ecm-floating-navi-container.-schoolbag .ecm-floating-navi-item{
  position: relative;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  width: 12.5%;
    color: #8b7362;
  font-size: 16px;
}
.ecm-floating-navi-container.-schoolbag .ecm-floating-navi-item + .ecm-floating-navi-item::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 60px;
  background-color: #8b7362;
  display: block;
}
.ecm-floating-navi-container.-schoolbag .ecm-floating-navi-item[data-in-viewport=true]{
  margin: 0;
  border-bottom: none;
  background-color: #8b7362;
  color: #ffffff;

}


/*
 section
=======================================*/
.main_section{
  padding-bottom: 110px;
}
.main_section:first-of-type{
  padding-bottom: 90px;
}
.main_ttl{
  position: relative;
  margin-bottom: 44px;
  padding-top: 182px;
  font-size: 36px;
  font-weight: bold;
  color: #8b7362;
  line-height: 1.35;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}
.main_ttl::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 168px;
  transform: translateX(-50%);
  margin-left: 50%;
  background-image: url("https://r.r10s.jp/evt/event/baby/schoolbag/_pc/img/20230711/h2_img01.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
.coupon_ttl{
  margin-bottom: 32px;
  padding-top: 64px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  color: #8b7362;
  text-align: center;
  box-sizing: border-box;
}
.contents_subttl{
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #8b7362;
  line-height: 1.1;
}
.contents_subttl::after{
  content: "";
  display: block;
  width: 114px;
  height: 6px;
  margin: 30px auto 0;
  background-image: url("https://r.r10s.jp/evt/event/baby/schoolbag/_pc/img/20230711/contents_subttl_img.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/*
coupon
===================================*/
.coupon1{
  width: 650px;
  margin: 0 auto;
}
.coupon1 .rc-noTransitionCoupon__container{
  height: 125px;
}
/*クーポン１*/
.coupon1 .ecm-coupon .ecm-coupon-body::before {
  background-image: radial-gradient(circle at center left, transparent 0, transparent 10px, #80afbe 11px),
    radial-gradient(circle at center right, transparent 0, transparent 10px, #80afbe 11px);
}

.coupon1 .ecm-coupon .ecm-coupon-body .ecm-coupon-link::before {
  background-image: radial-gradient(circle at -1px, transparent 0, transparent 12px, #ffffff 13px),
  radial-gradient(circle at calc(100% + 1px), transparent 0, transparent 12px, #ffffff 13px);
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  padding: 8px 0 0;
}
.coupon1 .ecm-coupon-text{
  height: 40px;
  font-size: 14px;
  color: #fff;
  border-color: #80afbe;
  background-color: #80afbe;
}
.coupon1 .ecm-coupon-text i {
  font-size: 18px;
  color: #fff;
}
.coupon1 .ecm-coupon-discount{
  font-size: 20px;
  margin-bottom: 6px;
  color: #80afbe;
}
.coupon1 .ecm-coupon-discount em{
  font-size: 40px;
}
.coupon1 .ecm-coupon-title{
  font-size: 12px;
  margin-bottom: 4px;
  /* font-weight: bold; */
}
.coupon1 .ecm-coupon-note{
  font-size: 14px;
  line-height: 1.1;
  margin-top: 10px;
}
/* periodWrap01 */
.periodWrap01{
  width: 780px;
  margin: 0 auto;
  padding: 24px 0;
  background-color: #f0f0f0;
  text-align: center;
}
.period{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
}
.cautionTxtWrap{
  margin-top: 22px;
}
.cautionTxt{
  font-size: 12px;
  text-align: center;
  color: #666;
  line-height: 1.35;
}
.periodWrap01 .campaignLinkList{
  width: 400px;
  margin: 20px auto 0;
}
.periodWrap01 .campaignLink{
  margin-right: 0!important;
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
  box-sizing: border-box;
}
.periodWrap01 .campaignLink a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #333;
  box-sizing: border-box;
  text-decoration: none;
}
.periodWrap01 .campaignLink a:hover{
  text-decoration: underline;
}
.periodWrap01 .campaignLink + .campaignLink{
  border-left: solid 1px #a5a19e;
}
.periodWrap01 .campaignLinkList{
  justify-content: center;
  flex-wrap: nowrap;
  padding: 0;
}
/*
 brand
===================================*/
.brand_wrap{
  position: relative;
}
.brand_wrap[data-layout="section_line"]:first-of-type{
  position: relative;
  margin-top: 40px !important;
  padding-bottom: 72px;
}
.brand_wrap[data-layout="section_line"]::after{
  content:"";
  display:block;
  width:100%;
  height:1px;
  background-color:#e4e4e4;
  position:absolute;
  bottom:0;
  left:10px;
}
/* .brand_wrap + .brand_wrap{
  margin-top: 120px;
} */
.brand_col_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 780px;
  margin: 0 auto 55px;
}
.brand_logo{
  width: 368px;
}
.brand_logo a{
  display: block;
  position: relative;
  width: 100%;
  border-radius: 20px;
  border: 3px solid #fff;
  overflow: hidden;
  box-shadow: 1px 1px 16px rgba(0,0,0,.2);
  box-sizing: border-box;
  z-index: 1;
}
.brand_logo a:hover{
  opacity: .8;
}
.brand_logo a::before{
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 56px 56px;
  border-color: transparent transparent #80afbe transparent;
}
.brand_logo a::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 14px;
  right: 13px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.brand_logo img{
  width: 100%;
  height: auto;
}
.brand_introduction{
  width: 380px;
  font-size: 16px;
  line-height: 1.5;
}

.brand_btn{
  margin-top: 24px;
}

.brand_btn a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 358px;
  height: 72px;
  margin: 8px auto 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #80afbe;
  border-radius: 36px;
}
.brand_btn a:hover{
  opacity: .8;
  text-decoration: none;
}
.brand_btn a::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 32px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*
 20240527イオン（ピンク）
===================================*/
.brand_logo2{
  width: 368px;
}
.brand_logo2 a{
  display: block;
  position: relative;
  width: 100%;
  border-radius: 20px;
  border: 3px solid #fff;
  overflow: hidden;
  box-shadow: 1px 1px 16px rgba(0,0,0,.2);
  box-sizing: border-box;
  z-index: 1;
}
.brand_logo2 a:hover{
  opacity: .8;
  text-decoration: none;
}
.brand_logo2 a::before{
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 56px 56px;
  border-color: transparent transparent #eb8d9c transparent;
}
.brand_logo2 a::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 14px;
  right: 13px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.brand_logo2 img{
  width: 100%;
  height: auto;
}
.brand_btn2 a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 358px;
  height: 72px;
  margin: 8px auto 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #eb8d9c;
  border-radius: 36px;
}
.brand_btn2 a:hover{
  opacity: .8;
  text-decoration: none;
}
.brand_btn2 a::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 32px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*
 search_wrap
===================================*/
/* selectSearch01 */
.selectSearch01 .con-searchForm__selectContainer,
.selectSearch01 .inputWrap._color_area,
.selectSearch01 .con-searchForm__priceFilterContainer{
  margin-bottom: 32px;
}
.selectSearch01 .con-searchForm__select,
.selectSearch01 .con-searchForm__textInput{
  width: 100%;
  height: 56px;
  background-color: #fff;
  text-align: left;
  text-align: -webkit-left;
  cursor: pointer;
  border: 1px solid #4f4f4f;
  border-radius: 10px;
  font-size: 18px;
  text-indent: 0;
  color:#333333;
  padding: 0 16px;
  box-sizing: border-box;
}
.selectSearch01 .con-searchForm__textInput{
  cursor: text;
}
.sggstInputWrap input{
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  line-height: 1.5
}

.selectSearch01 .con-searchForm__select {
    -webkit-appearance: none;
    appearance: none;
}

.selectSearch01 .con-searchForm__selectContainer{
  position: relative;
}

.selectSearch01 .con-searchForm__selectContainer::before{
  content: "";
  position: absolute;
  display: inline-block;
  margin: auto;
  padding: 0;
  top: 0;
  bottom: 0;
  right: 18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #80afbe transparent transparent transparent;
  pointer-events: none;
}
.con-searchForm__priceFilterContainer{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.con-searchForm__priceFilterContainer > .maxPriceInput,
.con-searchForm__priceFilterContainer > .minPriceInput{
  width: calc(50% - 35px);
  margin-bottom: 0!important;
}
.con-searchForm__priceFilterContainer > span{
  display: inline-block;
  font-size: 18px;
}
.selectSearch01 .sggstInputWrap input::placeholder{
  color: #a8a8a8;
}
.selectSearch01 .searchInner{
  width: 660px;
  margin: 0 auto;
  padding: 36px 85px 52px;
  border-radius: 8px;
  background-color: #f5f5f5;
  box-sizing: border-box;
}
.selectSearch01 .searchInner__ttl{
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
  color: #8b7362;
  text-align: center;
}
.selectSearch01 .formWrap input[type="checkbox"] {
  display: none;
}
.selectSearch01 .inputWrap{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.selectSearch01 .formWrap .inputWrap > li.checked_disNone {
  display: none;
}
.selectSearch01 .formWrap .inputWrap._color_area input[type="checkbox"] + label {
  box-sizing: border-box;
  margin: 0 0 4px;
}
.selectSearch01 .formWrap input:checked + label {
  position: relative;
}
.selectSearch01 .formWrap input:checked + label::after{
  content: "";
  top: calc(50% - 8px);
  right: 0;
  left: 0;
  position: absolute;
  width: 15px;
  height: 8px;
  margin: 0 auto;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(135deg);
}
.selectSearch01 .formWrap ._white input:checked + label::after{
  border-right: 2px solid #999;
  border-top: 2px solid #999;
}
.submitBtn_wrap{
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.searchSubmit01{
  position: relative;
  width: 56%;
  height: 56px;
  border-radius: 28px;
  padding: 0;
  display: block;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  background-color: #80afbe;
  border: none;
  cursor: pointer;
}
.resetButton01{
  position: relative;
  width: calc(44% - 12px);
  height: 56px;
  border: 1px solid #80afbe;
  border-radius: 28px;
  padding: 0;
  display: block;
  font-size: 20px;
  text-align: center;
  color: #80afbe;
  font-weight: bold;
  background-color: #fff;
  cursor: pointer;
}
.searchSubmit01:hover,
.resetButton01:hover{
  opacity: .8;
}
/* color_box */
/*.inputWrap._color_area{
  margin: 0 55px;
}
.color_box{
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 20%;
  margin-top: 12px;
  font-size: 14px;
  text-align: center;
}
.color_box:nth-of-type(-n+5){
  margin-top: 0;
}
.color_box label{
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
}
.color_box label:hover{
  opacity: .8;
}
.color_box._00 label{
  background-color: #ffffff;
  border: 1px solid #999999;
}
.color_box._01 label{
  background-color: #d74b4b;
}
.color_box._02 label{
  background-color: #f599a9;
}
.color_box._03 label{
  background-color: #cc9fe5;
}
.color_box._04 label{
  background-color: #506fd4;
}
.color_box._05 label{
  background-color: #42467b;
}
.color_box._06 label{
  background-color: #333333;
}
.color_box._07 label{
  background-color: #6f4b40;
}
.color_box._08 label{
  background-color: #d9c7a2;
}
.color_box._09 label{
  background-color: #4e934e;
}
.color_box._10 label{
  background-color: #899359;
}*/
/* keyword03 */
/* .keyword03{
  padding-top: 60px;
} */
.keyword03 .d-grid {
  width: 630px;
  margin: 0 auto 16px;
}
.keyword03._color .d-grid {
  min-width: 812px;
  margin: 0 auto 12px;
}

.keyword03 .d-grid._column3 > li:nth-child(3n) {
  margin-right: 0;
}
.keyword03._color .d-grid._column4 > li:nth-child(4n) {
  margin-right: 0;
}
.keyword03 .d-grid > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0;
  font-size: 15px;
  line-height: 1.2;
  border-radius: 25px;
  background-color: #80afbe;
  color: #fff;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}
.keyword03._color .d-grid > li a {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0;
  font-size: 15px;
  line-height: 1.2;
  border-radius: 25px;
  background-color: #fff;
  color: #444;
  font-weight: normal;
  text-align: left;
  box-sizing: border-box;
  border: 1px solid #caac97;
}

.keyword03._color .d-grid > li span{
  border-radius: 50%;
  width: 19px;
  height: 19px;
  margin-left: 16px;
  margin-right: 6px;
}

.keyword03._color .d-grid > li:nth-of-type(2) span{
  background: #e44545;
  /* red */
}
.keyword03._color .d-grid > li:nth-of-type(3) span{
  background: #ffb1bf;
  /* pink */
}
.keyword03._color .d-grid > li:nth-of-type(6) span{
  background: #925cb1;
  /* パープル */
}
.keyword03._color .d-grid > li:nth-of-type(4) span{
  background: #5dc2e7;
  /* 水色 */
}
.keyword03._color .d-grid > li:nth-of-type(8) span{
  background: #3d4284;
  /* ネイビー */
}
.keyword03._color .d-grid > li:nth-of-type(1) span{
  background: #444444;
  /* ブラック */
}
.keyword03._color .d-grid > li:nth-of-type(5) span{
  background: #946847;
  /* ブラウン・ベージュ */
}
.keyword03._color .d-grid > li:nth-of-type(7) span{
  background: #389738;
  /* ミント・グリーン */
}

.keyword03 .d-grid > li a:hover {
  opacity: .8;
  text-decoration: none;
}

.gray_note{
  margin: 0;
  padding: 20px 44px;
  font-size: 14px;
  color: #666;
  line-height: 1.3;
  background-color: #f0f0f0;
}
.gray_note li{
  text-indent: -1em;
  padding-left: 1em;
}
.search_alcor_wrap{
  margin: 0 123px -32px;
}
.search_alcor_wrap .ri-searchAlcor__keywordIcon::before,
.search_alcor_wrap .ri-searchAlcor.-framed .ri-searchAlcor__keywordIcon::before{
  vertical-align: middle;
}

.rc-couponShopList__container{
  padding: 0 32px;
  border: none;
}

.rc-couponShopList__shopList{
  margin-bottom: 0;
}

.rule{
  position: relative;
  padding: 60px 0;

  background-color: #f0f0f0;
}
.highlight_wrap{
  padding: 110px 0 20px;
}
.highlight_wrap .related_wrap + .related_wrap{
  padding-top: 20px;
}
.highlight_ttl{
  margin-bottom: 26px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  color: #8b7362;
  text-align: center;
  box-sizing: border-box;
}
.related_wrap02 ul.rl-column4{
  justify-content: center;
}
.related_wrap02 ul.rl-column4 li:last-of-type{
  margin-right: 0!important;
}
.related_wrap ul li a{
  display: block;
}
.highlight_wrap ul li a:hover,
.related_wrap ul li a:hover{
  opacity: .8;
  text-decoration: none;
}

.column_margin_top_60{
  margin-top: 60px;
}

.column_padding_top_60{
  margin-top: 60px;
}

/*
 pickup_shop
===================================*/
.pickup_shop .con-contentsGuide {
    position: relative;
    border: 1px solid #ebebeb;
    color: #4e4e4e;
    background-color: #fff;
    border-radius: 4px;
}
.pickup_shop .con-contentsGuide a {
    display: block;
    padding: 15px 10px;
    color: #4e4e4e;
}

.pickup_shop .con-contentsGuide a:hover{
  opacity: .8;
  text-decoration: none;
}

.pickup_shop .con-contentsGuide__title {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    font-weight:bold;
}
.pickup_shop .con-contentsGuide__text {
    margin-top: 10px;
    padding-bottom: 5px;
    font-size: 15px;
    text-align: left;
    line-height: 1.5;
}

.pickup_shop .con-contentsGuide__imageBox img {
    width: 100%;
}

.rl-column3[data-layout="pickup_shop_column"]>* {
    width: calc(-0.1px + (100% - 48px)/3)!important;
    margin-right: 20px!important;
}
.rl-column3[data-layout="pickup_shop_column"]>:nth-of-type(3n){
    margin-right: 0!important;
}
