.h1.block-event-page--header{
  display: none;
}

.-sec_raku01{
  width: 100%;
  max-width: 740px;
  position: relative;
  color: #111;
  letter-spacing: .09em;
}
.-sec_raku01 img{
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.-sec_raku01_btn01{
  width: 100%;
  text-align: center;
  margin-bottom: 5em;
}
.-sec_raku01_btn01>a{
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  padding: 1em 2em;
  color: #fff;
  background-color: #111;
  transition: .5s ease;
  text-decoration: none;
  font-weight: bold;
}
.-sec_raku01_btn01>a:hover{
  opacity: .75;
  transition: .2s ease;
  text-decoration: none;
}


@media screen and (max-width:767px){
  .-sec_raku01_btn01{
    padding: 4vw 0 12vw;
  }
  .-sec_raku01_btn01>a{
    font-size: 16px;
  }
}

/*-- ヘッド部分 --*/
.-sec_raku01_hd01{
  width: 100%;
  max-width: 740px;
  position: relative;
}
.-sec_raku01_hd01_tit01{
  text-align: center;
  padding: 15px 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 50px;
  line-height: 1.4;
  color: #111;
  font-weight: bold;
  position: relative;
}
.-sec_raku01_hd01_tit01>.-stit01{
  display: block;
  width: 100%;
  font-size: 0.5em;
}

.-sec_raku01_hd01_tit01::before{
  content: '';
  display: block;
  width: 120px;
  height: 120px;
  background: url(./hd_img01.png) no-repeat center center / contain;
  position: absolute;
  top: 0;
  left: 45px;
}
.-sec_raku01_hd01_tit01::after{
  content: '';
  display: block;
  width: 97px;
  height: 97px;
  background: url(./hd_img02.png) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}

@media screen and (max-width:767px){
  .-sec_raku01_hd01_tit01{
    font-size: 30px;
  }
  .-sec_raku01_hd01_tit01::before{
    width: 60px;
    height: 60px;
    top: 50%;
    left: 4vw;
    transform: translateY(-50%);
  }
  .-sec_raku01_hd01_tit01::after{
    width: 55px;
    height: 55px;
    right: 4vw;
  }
}

.-sec_raku01_hd01_txt01{
  font-size: 16px;
  line-height: 1.7;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: 2em;
}
.-sec_raku01_hd01_txt01 span{
  display: inline-block;
  text-align: center;
}



.-sec_raku01_hd01_ul01{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.-sec_raku01_hd01_ul01>li{
  width: 240px;
  height: 50px;
  display: block;
}
.-sec_raku01_hd01_ul01>li>a{
  width: 240px;
  height: 50px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  box-sizing: border-box;
  border: 1px solid #111;
  text-decoration: none;
  font-weight: bold;
  transition: .5s;
}
.-sec_raku01_hd01_ul01>li>a:hover{
  text-decoration: none;
  opacity: .66;
  transition: .3s;
}
.-sec_raku01_hd01_ul01>li:nth-of-type(1)>a{
  color: #2f5b41;
  background-color: #eff7f0;
  border-color: #c5e5d9;
}
.-sec_raku01_hd01_ul01>li:nth-of-type(2)>a{
  color: #004d85;
  background-color: #f9f9fc;
  border-color: #b6d9f1;
}
.-sec_raku01_hd01_ul01>li:nth-of-type(3)>a{
  color: #684f31;
  background-color: #fff8e1;
  border-color: #ffd490;
}


@media screen and (max-width:767px){
  .-sec_raku01_hd01_tit01{
    font-size: 30px;
  }
  .-sec_raku01_hd01_tit01::before{
    width: 60px;
    height: 60px;
    top: 50%;
    left: 4vw;
    transform: translateY(-50%);
  }
  .-sec_raku01_hd01_tit01::after{
    width: 55px;
    height: 55px;
    right: 4vw;
  }
  .-sec_raku01_hd01_txt01{
    font-size: 13px;
    padding: 0 4vw;
  }
  
  .-sec_raku01_hd01_ul01{
    flex-flow: row wrap;
    justify-content: center;
    padding: 0 4vw;
    margin: 0 0 8vw;  
  }
  .-sec_raku01_hd01_ul01>li{
    width: 100%;
    height: 44px;
    margin: 0 0 2vw;
  }
  .-sec_raku01_hd01_ul01>li>a{
    width: 100%;
    height: 100%;
    font-size: 16px;
  }

}
/*-- //ヘッド部分 --*/

/*--楽々梱包キットとは？--*/
.-sec_raku01_what01{
  width: 740px;
  background-color: #eff7f0;
  border: 1px solid #c5e5d9;
  padding: 40px 50px;
  margin: 50px 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.-sec_raku01_what01_tit01{
  font-size: 36px;
  line-height: 1.7;
  color: #2f5b41;
  padding: 0;
  margin: 0 0 1em;
  border-bottom: 2px solid #2f5b41;
}

.-sec_raku01_what01_txt01{
  font-size: 16px;
  line-height: 2;
  display: block;
  text-align: center;
  margin: 0 0 3em;
}
.-sec_raku01_what01_txt01 span{
  display: inline-block;
}

.-sec_raku01_what01_ul01{
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 10px;
  margin: 0 0 40px;
}
.-sec_raku01_what01_ul01>li{
  display: flex;
  flex-flow: column nowrap;
  width: 195px;
  height: 195px;
  background-color: #fff;
  border-radius: 110px;
}
.-sec_raku01_what01_ul01>li>h3{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: flex-end;
  font-size: 30px;
  line-height: 1.4;
  background-color: transparent;
  padding: 0;
  margin: 0 0 5px;
  width: 100%;
  height: 105px;
  color: #2f5b41;
}
.-sec_raku01_what01_ul01>li>h3>span{
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.7em;
}
.-sec_raku01_what01_ul01>li>p{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  font-size: 13px;
  line-height: 1.7;
  width: 100%;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.-sec_raku01_what01_ul01>li>p>span{
  display: block;
  width: 100%;
  text-align: center;
}

.-sec_raku01_what01_inner01{
  width: 100%;
  background-color: #fff;
  padding: 30px;
}
.-sec_raku01_what01_inner01_tit01{
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  margin: 0 0 1em;
  padding: 0;
  display: block;
  background-color: transparent;
  min-height: auto;
}

.-sec_raku01_what01_inner01_ul01{
  width: 100%;
  display: flex;
  flex-flow: row nowrap;  
}
.-sec_raku01_what01_inner01_ul01>li{
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
}
.-sec_raku01_what01_inner01_ul01>li:nth-of-type(1){
  border-right: 2px solid #eee;
  width: 53%;
}
.-sec_raku01_what01_inner01_ul01>li:nth-of-type(2){
  width: 47%;
}
.-sec_raku01_what01_inner01_ul01>li>.-img01{
  width: 100%;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 1;
  margin: 0 0 10px;
}
.-sec_raku01_what01_inner01_ul01>li>.-txt01{
  width: 100%;
  font-size: 18px;
  line-height: 1.7;
  font-weight: bold;
  text-align: center;
  order: 10;
}
.-sec_raku01_what01_inner01_ul01>li>.-txt01>span{
  font-size: 13px;
  font-weight: normal;
  display: block;
  width: 100%;
  text-align: center;
}

@media screen and (max-width:767px){
  .-sec_raku01_what01{
    width: 100%;
    padding: 8vw 4vw;
    margin: 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
  .-sec_raku01_what01_tit01{
    font-size: 24px;
  }
  .-sec_raku01_what01_txt01{
    font-size: 13px;
    text-align: left;
  }
  .-sec_raku01_what01_txt01 span{
    display: inline;
  }

  .-sec_raku01_what01_ul01{
    padding: 0;
    margin: 0 0 1vw;
  }
  .-sec_raku01_what01_ul01>li{
    width: 32.5%;
    height: auto;
    border-radius: 3px;
    padding: 4vw 3vw;
  }
  .-sec_raku01_what01_ul01>li>h3{
    font-size: 18px;
    height: auto;
    min-height: auto;
  }
  .-sec_raku01_what01_ul01>li>p{
    display: block;
    text-align:justify;
  }
  .-sec_raku01_what01_ul01>li>p>span{
    display: inline;
  }

  .-sec_raku01_what01_inner01{
    padding: 4vw 3vw;
  }
  .-sec_raku01_what01_inner01_tit01{
    font-size: 18px;
  }
  .-sec_raku01_what01_inner01_ul01>li{
    padding: 0 3vw;
  } 
   .-sec_raku01_what01_inner01_ul01>li:nth-of-type(1){
    border-right: 1px solid #eee;
  }
  .-sec_raku01_what01_inner01_ul01>li>.-img01{
    height: 100px;
  }
  .-sec_raku01_what01_inner01_ul01>li>.-txt01{
    font-size: 16px;
  }
}

/*-- //楽々梱包キットとは？--*/

/*--楽々梱包キットの種類--*/
.-sec_raku01_type01{
  width: 740px;
  background-color: #f5f7fa;
  border: 1px solid #b6d9f1;
  padding: 40px 50px;
  margin: 50px 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.-sec_raku01_type01_tit01{
  font-size: 36px;
  line-height: 1.7;
  color: #004d85;
  padding: 0;
  margin: 0 0 1em;
  border-bottom: 2px solid #004d85;
}

.-sec_raku01_type01_txt01{
  font-size: 16px;
  line-height: 2;
  display: block;
  text-align: center;
  margin: 0 0 3em;
}
.-sec_raku01_type01_txt01>span{
  display: inline-block;
}



.-sec_raku01_type01_ul01{
  width: 100%;
}
.-sec_raku01_type01_ul01_li01{
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 30px 50px 30px 30px;
  background-color: #fff;
  margin: 0 0 30px;
}
.-sec_raku01_type01_ul01_li01>.-boxConts01{
  width: 160px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.-sec_raku01_type01_ul01_li01 .-boxConts01_tit01{
  width: 100%;
  color: #004d85;
  font-size: 30px;
  text-align: center;
  border-bottom: 1px solid #004d85;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding: 0;
  display: block;
  background-color: transparent;
  min-height: auto;
}
.-sec_raku01_type01_ul01_li01 .-boxConts01_stit01{
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-bottom: .75em;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  border: none;
}
.-sec_raku01_type01_ul01_li01 .-boxConts01_stit01>span.-txtS{
  width: 100%;
  font-size: 13px;
  display: block;
}
.-sec_raku01_type01_ul01_li01 .-boxConts01_stit01>span.-txtM{
  width: 100%;
  font-size: 16px;
  display: block;
}
.-sec_raku01_type01_ul01_li01 .-boxConts01_tbl01{
  width: 100%;
  padding: 0 15px;
  position: relative;
  display: flex;
}
.-sec_raku01_type01_ul01_li01 .-boxConts01_tbl01>caption{
  width: 20px;
  font-size: 13px;
  writing-mode: vertical-rl;
  letter-spacing: .66em;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  padding: .75em 0 0;
  margin: 0;
  color: #fff;
  background-color: #004d85;
}
.-sec_raku01_type01_ul01_li01 .-boxConts01_tbl01>tbody{
  padding: 0 0 0 10px;
  flex-grow: 1;
}
.-sec_raku01_type01_ul01_li01 .-boxConts01_tbl01>tbody>tr{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.-sec_raku01_type01_ul01_li01>.-boxImg01{
  width: 360px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.-sec_raku01_type01_ul01_li01>.-boxImg01 .-boxImg01_txt01{
  color: #c11;
  padding: 0 0 0 3em;
}
.-sec_raku01_type01_ul01_li01>.-boxImg01>.-about01{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  color: #004d85;
  font-size: 13px;
  line-height: 1;
  background-color: #eaf3fb;
  border: 1px solid #cfe3f6;
  border-radius: 52px;
  position: absolute;
  top: -26px;
  right: -26px;
}

@media screen and (max-width:767px){
  .-sec_raku01_type01{
    width: 100%;
    padding: 8vw 4vw;
    margin: 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
  .-sec_raku01_type01_tit01{
    font-size: 24px;
  }

  .-sec_raku01_type01_txt01{
    font-size: 13px;
    text-align: left;
  }
  .-sec_raku01_type01_txt01>span{
    display: inline;
  }
  .-sec_raku01_type01_ul01_li01{
    flex-flow: row wrap;
    padding: 6vw 4vw;
    margin: 0 0 4vw;
  }
  .-sec_raku01_type01_ul01_li01>.-boxConts01{
    width: 100%;
    margin: 0 0 6vw;
    justify-content: center;
  }
  .-sec_raku01_type01_ul01_li01 .-boxConts01_tit01{
    padding: 0 0 .5em;
    font-size: 24px;
  }
  .-sec_raku01_type01_ul01_li01 .-boxConts01_stit01{
    width: 50%;
  }
  .-sec_raku01_type01_ul01_li01 .-boxConts01_tbl01{    
    width: 50%;
  }
  .-sec_raku01_type01_ul01_li01 .-boxConts01_tbl01>caption{
    width: 24px;
    padding: .75em 3px 0 0;
  }

  .-sec_raku01_type01_ul01_li01>.-boxImg01{
    width: 100%;
    justify-content: space-around;
  }
  .-sec_raku01_type01_ul01_li01>.-boxImg01 img{
    width: 45%;
  }
  .-sec_raku01_type01_ul01_li01>.-boxImg01 .-boxImg01_img03{
    width: 89px;
    height: auto;
    margin: 0 0 0 12vw;
  }
  .-sec_raku01_type01_ul01_li01>.-boxImg01 .-boxImg01_txt01{
    padding: 0 8vw;
  }
  .-sec_raku01_type01_ul01_li01>.-boxImg01>.-about01{
    top: -20px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);

  }
}

/*--楽々梱包キットの種類--*/



/*--梱包方法ガイド--*/
.-sec_raku01_guide01{
  width: 740px;
  background-color: #fff8e1;
  border: 1px solid #ffd490;
  padding: 40px 50px;
  margin: 50px 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.-sec_raku01_guide01_tit01{
  font-size: 36px;
  line-height: 1.7;
  color: #684f31;
  padding: 0;
  margin: 0 0 1em;
  border-bottom: 2px solid #684f31;
}

.-sec_raku01_guide01_txt01{
  font-size: 16px;
  line-height: 2;
  display: block;
  text-align: center;
  margin: 0 0 3em;
}
.-sec_raku01_guide01_txt01>span{
  display: inline-block;
}

.-sec_raku01_guide01_mv01{
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: #fff;
}
.-sec_raku01_guide01_mv01 iframe{
  width: 100%;
  height: 100%;
}

.-sec_raku01_guide01_ol01{
  background-color: #fff;
  padding: 40px 60px;
  width: 100%;
  position: relative;
}
.-sec_raku01_guide01_ol01::before{
  content: '';
  width: 3px;
  height: calc(100% - (100% / 6));
  background-color: #684f31;
  display: block;
  position: absolute;
  top: 96px;
  left: 96px;
}
.-sec_raku01_guide01_ol01>li{
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  counter-increment: step;
  position: relative;

}
.-sec_raku01_guide01_ol01>li::before {
  content: "step " counter(step); /* 「Step 」+「現在の数字」を表示 */
  background-color: #684f31; /* ラベルの背景色（お好みで） */
  color: #fff;               /* 文字色 */
  width: 75px;
  height: 75px;
  font-weight: bold;
  border-radius: 70px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 10px solid #fff;
  margin-left: -10px;
  box-sizing: content-box;
}
.-sec_raku01_guide01_ol01>li .-txt01{
  width: 175px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
}
.-sec_raku01_guide01_ol01>li .-img01{
  width: 215px;
}

@media screen and (max-width:767px){
  .-sec_raku01_guide01{
    width: 100%;
    padding: 8vw 4vw;
    margin: 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }

  .-sec_raku01_guide01_tit01{
    font-size: 24px;
  }

  .-sec_raku01_guide01_txt01{
    font-size: 13px;
    text-align: left;
  }
  .-sec_raku01_guide01_txt01>span{
    display: inline;
  }

  .-sec_raku01_guide01_ol01{
    padding: 8vw 6vw;
  }
  .-sec_raku01_guide01_ol01::before{
    display: none;
  }
  .-sec_raku01_guide01_ol01>li{
    margin: 0 0 8vw;
    align-items: flex-start;
  }
  .-sec_raku01_guide01_ol01>li::before {
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    padding: .66em 1.5em;
    font-size: 13px;
    border: none;
    margin: 0;
    line-height: 1;
    justify-content: space-between;
    border-radius: 1px;
  }
  .-sec_raku01_guide01_ol01>li .-txt01{
    margin-top: 2.25em;
    width: 40%;
    font-size: 16px;
    line-height: 1.4;
  }
  .-sec_raku01_guide01_ol01>li .-img01{
    width: 60%;
    padding: 0 0 0 5px;
  }
}

/*--梱包方法ガイド--*/