@charset "utf-8";
/*--------------------------
  COMMON
---------------------------*/

div.main_visual{
  width: 100%;
  text-align: center;
}
div.main_visual .imgbox {
    position: relative;
    min-width: 1120px;
    height: 40vw;
    max-height: 640px;
    overflow: hidden;
}
div.main_visual .imgbox img {
    position: absolute;
    bottom:0;
    left: 50%;
    width: 100%;
    margin-top: -25%;
    margin-left: -50%;
}

.btn_name_products{
  width: 410px;
  height: 63px;
  line-height: 63px;
  margin: 4rem auto 0;
  background: url(https://babygift.itembox.design/item/img/namekodawari/btn_mid_bg.png) 0 0 no-repeat;
  -webkit-background-size: 410px 63px;
  background-size: 410px 63px;
}
.btn_name_products:hover{
  background-image: url(/item/img/namekodawari/btn_mid_bg_o.png);
}
.btn_name_products a{
  display: block;
  background: url(https://babygift.itembox.design/item/img/namekodawari/icon_cat01_m.png) 20px center no-repeat;
  -webkit-background-size: 35px auto;
  background-size: 35px auto;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.36em;
  text-decoration: none;
  padding-left: 35px;
}
.btn_name_products:hover a{
  background-image: url(/item/img/namekodawari/icon_cat_01_m_o.png);
  color: #453e3c;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  div.main_visual .imgbox {
    min-width: 100%;
    height: inherit;
    max-height: inherit;
    overflow: visible;
  }
  div.main_visual .imgbox img {
    position: static;
    margin-top: 0;
    margin-left: 0;
  }

  .btn_name_products{
    width: 300px;
    height: 46px;
    line-height: 46px;
    margin: 2rem auto 0;
    background: url(https://babygift.itembox.design/item/img/namekodawari/btn_mid_bg.png) 0 0 no-repeat;
    -webkit-background-size: 300px 46px;
    background-size: 300px 46px;
  }
  .btn_name_products:hover{
    background-image: url(/item/img/namekodawari/btn_mid_bg.png);
  }
  .btn_name_products a{
    background: url(https://babygift.itembox.design/item/img/namekodawari/icon_cat01_m.png) 15px center no-repeat;
    -webkit-background-size: 26px auto;
    background-size: 26px auto;
    font-size: 1em;
    padding-left: 25px;
  }
  .btn_name_products:hover a{
    background-image: url(/item/img/namekodawari/icon_cat01_m.png);
    color: #fff;
  }
}
/*--------------------------
  名入れのこだわり
---------------------------*/
#namekodawari h2+p{
  font-size: 1.71em;
  margin-bottom: 3rem;
  text-align: center;
}
div.partnerbox{
  padding: 5rem 0 4rem;
  background: #f6f2ed;
}

div.partnerbox h3{
  font-size: 1.71em;
  text-align: center;
  margin-bottom: 3.5rem;
}

div.partner_phbox{
  display: flex;
  align-items: center;
}
div.partner_phbox.reverse{
  flex-direction: row-reverse;
}
div.partner_phbox~div.partner_phbox{
  margin-top: 2rem;
}

div.partner_phbox div.phbox{
  width: 600px;
}
div.partner_phbox div.txtbox{
  width: 564px;
  padding: 70px 40px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -44px;
}
div.partner_phbox.reverse div.txtbox{
  margin-left: auto;
  margin-right: -44px;
}
div.partner_phbox div.txtbox p~p{
  margin-top: 1rem;
}


div.kodawaribox{
  padding: 5.5rem 0 8rem;
}
div.kodawaribox~div.kodawaribox{
  padding-top: 0;
}
div.kodawaribox div.contents{
  width: 900px;
}
div.kodawaribox h3{
  font-size: 1.71rem;
  text-align: center;
  margin-bottom: 3.5rem;
}

div.kodawari_phbox{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div.kodawari_phbox.reverse{
  flex-direction: row-reverse;
}
div.kodawari_phbox~div.kodawari_phbox{
  margin-top: 2rem;
}

div.kodawari_phbox div.phbox{
  width: 350px;
}
div.kodawari_phbox div.txtbox{
  width: 513px;
  padding: 1.5rem 0;
}
div.kodawari_phbox div.txtbox p{
line-height: 2.28;
}
div.kodawari_phbox div.txtbox p~p{
  margin-top: 1rem;
}

div.kodawari_curve{
  margin-top: 2.5rem;
}
div.kodawari_curve div.phbox{
  margin-bottom: 3rem;
}
div.kodawari_curve div.txtbox p{
  line-height: 2.28;
  padding-left: 2rem;
}


@media screen and (max-width: 768px) {
  #namekodawari h2+p{
    font-size: 1.07em;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  #namekodawari div.main_visual .imgbox{
    height: inherit;
    max-height: inherit;
  }
  div.partnerbox{
    padding: 3rem 0 2rem;
  }

  div.partnerbox h3{
    font-size: 1.07em;
    margin-bottom: 2rem;
  }

  div.partner_phbox{
    flex-direction: column;
  }
  div.partner_phbox.reverse{
    flex-direction: column;
  }
  div.partner_phbox img{
    width: 100%;
  }
  div.partner_phbox~div.partner_phbox{
    margin-top: 1rem;
  }

  div.partner_phbox div.phbox{
    width: 100%;
  }
  div.partner_phbox div.txtbox{
    width: 100%;
    padding: 35px 20px;
    margin-left: 0;
  }
  div.partner_phbox.reverse div.txtbox{
    margin-right: 0;
  }
  div.partner_phbox div.txtbox p~p{
    margin-top: 1rem;
  }


  div.kodawaribox{
    padding: 3rem 0;
  }
  div.kodawaribox~div.kodawaribox{
    padding-top: 0;
  }
  div.kodawaribox div.contents{
    width: 100%;
  }
  div.kodawaribox h3{
    font-size: 1.07rem;
    text-align: center;
    margin-bottom: 2rem;
  }

  div.kodawari_phbox{
    display: flex;
    flex-direction: column;
  }
  div.kodawari_phbox img{
    width: 100%;
  }
  div.kodawari_phbox.reverse{
    flex-direction: row-reverse;
    flex-direction: column;
  }
  div.kodawari_phbox~div.kodawari_phbox{
    margin-top: 1rem;
  }

  div.kodawari_phbox div.phbox{
    width: 100%;
  }
  div.kodawari_phbox div.txtbox{
    width: 100%;
    padding: 1rem 0;
  }
  div.kodawari_phbox div.txtbox p{
  line-height: 1.8;
  }
  div.kodawari_phbox div.txtbox p~p{
    margin-top: 1rem;
  }

  div.kodawari_curve{
    margin-top: 1rem;
  }
  div.kodawari_curve div.phbox{
    margin-bottom: 2rem;
  }
  div.kodawari_curve div.txtbox p{
    line-height: 1.8;
    padding-left: 0;
  }

}



/*--------------------------
  名入れベビーリュック誕生Story
---------------------------*/
#ruckstory{
  counter-reset:number;
}
#ruckstory h2 p{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 140px;
}
#ruckstory h2 p::before{
  content: "";
  display: block;
  background: url(https://babygift.itembox.design/item/img/top/icon_badge.png) 0 center no-repeat;
  width: 140px;
  height: 140px;
  margin-right: 20px;
}
#ruckstory h2.btmLine{
  margin-bottom: 1rem;
}

#ruckstory div.main_visual div.noteBox{
  background: #f6f2ed;
  padding: 3rem 0;
  margin-bottom: 5rem;
  font-size: 1.71em;
}
#ruckstory div.main_visual div.noteBox h3{
  background: url(https://babygift.itembox.design/item/img/ruckstory/word_story.png) 0 center no-repeat;
  width: 588px;
  height: 230px;
  margin: 0 auto 2rem;
  letter-spacing: .09em;
  padding-top: 32px;
}

div.ruckstorybox{
  padding: 0 0 5rem  ;
}
div.ruckstorybox .contents{
  width: 900px;
}

div.ruckstorybox h3{
  font-size: 1.71em;
    text-align: left;
  margin-bottom: 3rem;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

div.ruckstorybox h3::before{
  counter-increment: number 1;
  content:counter(number) ;
  display:block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  background: #dbbe78;
  color: #fff;
  font-weight: bold;
  font-size: 2em;
  margin-right: 20px;
}

div.ruckstorybox h3+p{
  font-size: 1.28em;
  text-align: center;
  margin:-2rem 0 3rem;
}

div.ruckstory_phbox{
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}
div.ruckstory_phbox.reverse{
  flex-direction: row-reverse;
}
div.ruckstory_phbox~div.ruckstory_phbox{
  margin-top: 2rem;
}

div.ruckstory_phbox div.phbox{
  width: 350px;
  text-align: center;
}
div.ruckstory_phbox div.phbox .caption{
  font-size: .86em;
  margin-top: 1rem;
}
div.ruckstory_phbox div.txtbox{
  width: 513px;
  padding: 1rem 0;
}
div.ruckstory_phbox div.txtbox p{
line-height: 2.28;
}
div.ruckstory_phbox div.txtbox p~p{
  margin-top: 1.5rem;
}

div.ruckstory_phbox_vert{
  width: 660px;
  margin: 3rem auto 0;
}
div.ruckstory_phbox_vert p{
line-height: 2.28;
}
div.ruckstory_phbox_vert p~p{
  margin-top: 1.5rem;
}
div.ruckstory_phbox_vert h4{
line-height: 2.28;
  font-size: 1.14em;
  margin-bottom: 1.5rem;
}
div.ruckstory_phbox_vert .flr{
  float: right;
}

div.ruckstory_phbox_pal{
  padding: 5rem 0 3rem;
}
div.ruckstory_phbox_pal ul{
  margin: 2rem auto 3rem;
  display: flex;
  justify-content: space-between;
}
div.ruckstory_phbox_pal ul li{
  width: 210px;
}

div.ruckstory_phbox_pal div.txtbox p{
line-height: 2.28;
}
div.ruckstory_phbox_pal div.txtbox p~p{
  margin-top: 1rem;
}


@media screen and (max-width: 768px) {

  #ruckstory h2 p{
    height: 70px;
  }
  #ruckstory h2 p::before{
    background: url(https://babygift.itembox.design/item/img/top/icon_badge.png) 0 center no-repeat;
    -webkit-background-size: 70px auto;
    background-size: 70px auto;
    width: 70px;
    height: 70px;
    margin-right: 10px;
  }
  #ruckstory h2.btmLine{
    margin-bottom: 1rem;
  }
  #ruckstory div.main_visual .imgbox{
    height: inherit;
    max-height: inherit;
  }

  #ruckstory div.main_visual div.noteBox{
    background: #f6f2ed;
    padding: 2rem 0;
    margin-bottom: 3rem;
    font-size: 1.07em;
  }
  #ruckstory div.main_visual div.noteBox h3{
    background: url(https://babygift.itembox.design/item/img/ruckstory/word_story.png) 0 center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 300px;
    height: 117px;
    margin: 0 auto 1rem;
    padding-top: 16px;
  }

  div.ruckstorybox{
    padding: 0 0 3rem  ;
  }
  div.ruckstorybox .contents{
    width: 100%;
  }

  div.ruckstorybox h3{
    font-size: 1.07em;
    margin-bottom: 2rem;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  div.ruckstorybox h3::before{
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.25em;
    margin-right: 10px;
  }

  div.ruckstorybox h3+p{
    font-size: 0.923em;
    margin:-1rem 0 1rem;
  }

  div.ruckstory_phbox{
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
  }
  div.ruckstory_phbox img{
    width: 100%;
  }
  div.ruckstory_phbox.reverse{
    flex-direction: column;
  }
  div.ruckstory_phbox~div.ruckstory_phbox{
    margin-top: 1rem;
  }

  div.ruckstory_phbox div.phbox{
    width: 100%;
  }
  div.ruckstory_phbox div.phbox .caption{
    font-size: .86em;
    margin-top: 0.5rem;
  }
  div.ruckstory_phbox div.txtbox{
    width: auto;
    padding: 1rem 0;
    text-align: left;
    display: inline-block;
  }
  div.ruckstory_phbox div.txtbox p{
    line-height: 1.8;
    display: inline-block;
  }
  div.ruckstory_phbox div.txtbox p~p{
    margin-top: 1.5rem;
  }

  div.ruckstory_phbox_vert{
    width:calc(100% - 40px);
    margin: 2rem auto 0;
  }
  div.ruckstory_phbox_vert p{
    line-height: 1.8;
  }
  div.ruckstory_phbox_vert p~p{
    margin-top: 1.5rem;
  }
  div.ruckstory_phbox_vert h4{
    line-height: 1.8;
    font-size: 1.06em;
    margin-bottom: 1rem;
  }
  div.ruckstory_phbox_vert .flr{
    float: none;
    display: block;
    margin-bottom: 1rem;
    width: 100%;
  }

  div.ruckstory_phbox_pal{
    padding: 2rem 0 1rem;
  }
  div.ruckstory_phbox_pal img{
    width: 100%;
  }
  div.ruckstory_phbox_pal ul{
    margin: 1rem auto 1.5rem;
    display: flex;
    flex-wrap: wrap;
  }
  div.ruckstory_phbox_pal ul li{
    width:calc(50% - 5px);
  }
  div.ruckstory_phbox_pal ul li:nth-child(n+3){
    margin-top: 10px;
  }

  div.ruckstory_phbox_pal div.txtbox p{
    line-height: 1.8;
  }
  div.ruckstory_phbox_pal div.txtbox p~p{
    margin-top: 1rem;
  }

}



/*--------------------------
  ギフトラッピング
---------------------------*/
#wrapping div.main_visual div.txtbox{
  text-align: center;
  padding: 5.5rem 0 5rem;
}
#wrapping div.main_visual div.txtbox h3{
  font-size: 1.71em;
  margin-bottom: 3rem;
}
#wrapping div.txtbox p~p{
  margin-top: 1.5rem;
}

div.wrappingCont{
  margin-bottom: 2rem !important;
}
div.wrapping_phbox{
  width: 960px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  padding: 3rem 0 4rem;
}
div.wrapping_phbox .phbox{
  margin-bottom: 3.5rem;
}
div.wrapping_phbox h4{
  font-size: 1.71em;
  margin-bottom: 2rem;
}
div.wrapping_phbox~div.wrapping_phbox{
  margin-top: 3rem;
}

div.wrapping_opt_list{
  width: 800px;
  margin: 0 auto 5rem;
  display: flex;
  justify-content: space-between;
}
div.wrapping_opt_list div.wrapping_phbox{
  width: 380px;
  padding: 0;
  margin: 0;
  text-align: left;
}
div.wrapping_opt_list div.wrapping_phbox div.phbox{
  margin-bottom: 0;
}
div.wrapping_opt_list div.wrapping_phbox div.txtbox h4{
  text-align: center;
  margin: 2rem 0;
}


@media screen and (max-width: 768px) {
   #wrapping div.main_visual div.txtbox{
    text-align: center;
    padding: 3rem 10px 2rem;
  }
  #wrapping div.main_visual div.txtbox h3{
    font-size: 1.07em;
    margin-bottom: 2rem;
  }
  #wrapping div.txtbox p~p{
    margin-top: 1rem;
  }

  div.wrappingCont{
    margin-bottom: 1rem !important;
  }
  div.wrapping_phbox{
    width: 100%;
    padding: 1.5rem 10px 2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  div.wrapping_phbox .phbox{
    margin-bottom: 2rem;
  }
  div.wrapping_phbox h4{
    font-size: 1.07em;
    margin-bottom: 1rem;
  }
  div.wrapping_phbox~div.wrapping_phbox{
    margin-top: 2rem;
  }

  div.wrapping_opt_list{
    display: block;
    width: 100%;
    margin: 0 auto 3rem;
  }
  div.wrapping_opt_list div.wrapping_phbox{
    width: 100%;
  }
  div.wrapping_opt_list div.wrapping_phbox div.txtbox h4{
    text-align: center;
    margin: 1rem 0;
  }
}



/*--------------------------
  はじめての方へ
---------------------------*/
div.first_lead_box{
  text-align: center;
  padding-bottom: 5rem;
}


div.first_lead_box h3{
  margin:5rem 0 3.5rem;
  font-size: 1.71em;
}

div.first_lead_box .eycatchbox{
  width: 900px;
  margin: -3.5rem auto 0;
  padding-top: 107px;
  background: url(https://babygift.itembox.design/item/img/first/first_fig01.png) right 0 no-repeat;
}

#first div.txtbox p{
  line-height: 2.28;
}

#first div.txtbox p~p{
  margin-top: 1.5rem;
}
div.first_lead_box div.phList{
  display: flex;
  width: 900px;
  margin: 5rem auto 0;
  justify-content: space-between;
}

div.first_lead_box div.phList p{
  width: 430px;
}

div.first_txtbox{
  width: 900px;
  margin: 0 auto;
}


div.aboutshop_box{
  width: 1000px;
  margin: 0 auto;
  background: url(https://babygift.itembox.design/item/img/first/first_fig02.png) right 110px no-repeat;
}


.first_kodawari {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.first_kodawari_box {
  width: 540px;
  margin-bottom: 3.5rem;
}
.first_kodawari__ttl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
.first_kodawari_box .cynical {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80px;
  height: 80px;
  padding-top: 5px;
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  background: #dbbe78;
  font-size: 1em; /* 16px */
  line-height: 1;
}
.first_kodawari_box .cynical span {
  display: block;
  font-weight: 600;
  padding-top: 5px;
}
.first_kodawari_box .cynical .num {
  font-size: 1.85em; /* 26px */
}
.first_kodawari_box h4 {
  margin-left: 15px;
  font-size: 1.5em; /* 21px */
}
.first_kodawari_box p.first_kodawari_txt {
  padding: 0 20px;
}
.first_kodawari_box .first_kodawari_img {
  width: 540px;
  height: 324px;
  overflow: hidden;
  margin-bottom: 1.2rem;
}
.first_kodawari_box .first_kodawari_img img {
  width: 100%;
}

div.contactbox{
  width: 816px;
  background: url(https://babygift.itembox.design/item/img/common/bg_flame_top.gif) center 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin: 0 auto 5rem;
  padding: 3.5rem 0;
  position: relative;
}

div.contactbox::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 3px;
  background: url(https://babygift.itembox.design/item/img/common/bg_flame_btm.gif) center bottom no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 10;
}

div.contactbox h3{
  text-align: center;
  margin-bottom: 2.5rem;
}
div.contactbox ul{
  display: flex;
  justify-content: space-between;
  width: 600px;
  margin: 0 auto;
}

div.contactbox ul li{
  width: 260px;
  font-size: 0.86em;
}

div.contactbox ul li .hl{
  font-size: 2.14em;
  font-weight: bold;
  background: url(https://babygift.itembox.design/item/img/first/icon_freedial.png) 0 center no-repeat;
  padding-left: 55px;
}
div.contactbox ul li:last-child .hl{
  background-image: url(/item/img/first/icon_mail.png);
}
div.contactbox ul li a{
  text-decoration: none;
  color: #453e3c;
}
div.contactbox ul li a:hover{
  text-decoration: underline;
}


@media screen and (max-width: 768px) {

  div.first_lead_box{
    text-align: center;
    padding:0 10px 3rem;
  }

  div.first_lead_box h3{
    margin:2rem 0 2rem;
    font-size: 1.07em;
  }

  div.first_lead_box .eycatchbox{
    width: 100%;
    margin: -2rem auto 0;
    padding-top: 53px;
    background: url(https://babygift.itembox.design/item/img/first/first_fig01.png) right 0 no-repeat;
    -webkit-background-size: 134px auto;
    background-size: 134px auto;
  }

  #first div.txtbox p{
    line-height: 1.8;
    text-align: left;
    padding: 0 10px;
  }

  #first div.txtbox p~p{
    margin-top: 1rem;
  }
  div.first_lead_box div.phList{
    width: 100%;
    flex-direction: column;
    margin: 2rem auto 0;
    justify-content: space-between;
  }
  div.first_lead_box div.phList p{
    width: 100%;
  }
  div.first_lead_box div.phList p~p{
    margin-top: 10px;
  }

div.first_txtbox{
  width: 100%;
  margin: 0 auto;
}


  div.aboutshop_box{
    width: 100%;
    padding: 0 10px 160px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(https://babygift.itembox.design/item/img/first/first_fig02.png) right bottom no-repeat;
    -webkit-background-size: 192px auto;
    background-size: 192px auto;
  }


  .first_kodawari {
    flex-direction: column;
  }
  .first_kodawari_box {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .first_kodawari__ttl {
    margin-bottom: .5rem;
  }
  .first_kodawari_box .cynical {
    width: 60px;
    height: 60px;
    font-size: .846em; /* 11px */
  }
  .first_kodawari_box .cynical .num {
    font-size: 1.23em; /* 16px */
  }
  .first_kodawari_box h4 {
    font-size: 1.23em; /* 16px */
  }
  .first_kodawari_box p.first_kodawari_txt {
    font-size: .923em; /* 12px */
  }
  .first_kodawari_box .first_kodawari_img {
    width: 100%;
    height: inherit;
    overflow: visible;
    margin-bottom: .8rem;
  }

  div.contactbox{
    width: 100%;
    height: auto;
    background: url(https://babygift.itembox.design/item/img/common/bg_flame_sp_top.gif) center 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0 auto 2rem;
    padding: 2rem 0;

    position: relative;
  }
  div.contactbox::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 3px;
    background: url(https://babygift.itembox.design/item/img/common/bg_flame_sp_btm.gif) center bottom no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 10;
  }

  div.contactbox h3{
    text-align: center;
    margin-bottom: 2.5rem;
  }
  div.contactbox ul{
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }

  div.contactbox ul li{
    width:240px;
    margin: 0 auto;
    font-size: 0.86em;
  }

  div.contactbox ul li .hl{
    font-size: 1.8em;
    background: url(https://babygift.itembox.design/item/img/first/icon_freedial.png) 0 center no-repeat;
    -webkit-background-size: 22px auto;
    background-size: 22px auto;
    padding-left: 35px;
    line-height: 1.5;
  }
  div.contactbox ul li:last-child{
    margin-top: 1rem;
  }
  div.contactbox ul li:last-child .hl{
    background-image: url(/item/img/first/icon_mail.png);
    -webkit-background-size: 22px auto;
    background-size: 22px auto;
  }
  div.contactbox ul li a{
    text-decoration: none;
    color: #453e3c;
  }
  div.contactbox ul li a:hover{
    text-decoration: underline;
  }

}


/*--------------------------
  1歳誕生日
---------------------------*/
#first_birthday div.main_visual .imgbox img {
  bottom: -18%;
}
#first_birthday div.main_visual div.txtbox{
  text-align: center;
  padding: 5.5rem 0 0;
  width: 1000px;
  margin: 0 auto 5rem  ;
  background: url(https://babygift.itembox.design/item/img/1st_birthday/1st_fig01.png) right bottom no-repeat;
}
#first_birthday div.main_visual h3{
  font-size: 1.71em;
  margin-bottom: 3rem;
}
#first_birthday div.txtbox p~p{
  margin-top: 1.5rem;
}

div.researchbox div.research_phbox{
  width: 900px;
  margin: 0 auto 2.5rem;
}
div.research_phbox div.txtbox{
  padding: 3rem 3rem 4rem;
  display: flex;
  background:#fff url(/item/img/1st_birthday/1st_fig02.png) right bottom no-repeat;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
div.research_phbox div.txtbox ul{
  line-height: 2.28;
  font-weight: bold;
}

div.research_phbox div.txtbox li::before{
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #dbbe78;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}

div.research_phbox div.txtbox ul span{
  color: #dbbe78;
}

div.research_phbox div.txtbox>p{
  padding-top: 2.5rem;
  margin-left: -2.5rem;
}
div.researchbox div.research_phbox+p{
  text-align: center;
}


div.first_birthbox{
  width: 900px;
  margin: 0 auto;
}
div.first_birthbox h3{
  font-size: 1.71em;
  margin-bottom: 4rem;
  text-align: center;
}
div.first_birthbox ul.phList{
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
div.first_birthbox ul.phList li{
  width: 320px;
}
div.first_birthbox ul.phList li:last-child{
  width: 555px;
}

div.reason_list{
  background: url(https://babygift.itembox.design/item/img/common/bg_flame_top.gif) center 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;

  text-align: center;
  padding: 8rem 0 3.5rem;
  counter-reset:number;
}

div.reason_list::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 3px;
  background: url(https://babygift.itembox.design/item/img/common/bg_flame_btm.gif) center bottom no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 10;
}
div.reason_list::before{
  content: "";
  position: absolute;
  top: -27px;
  left: 50%;
  margin-left: -58px;
  width: 116px;
  height: 130px;
  display: block;
  background: url(https://babygift.itembox.design/item/img/1st_birthday/1st_fig03.png) 0 0 no-repeat;
  z-index: 20;
}

div.reason_list h4{
  font-size: 1.5em;
  margin-bottom: 2.5rem;
}
div.reason_list ul{
  display: inline-block;
}
div.reason_list ul li{
  text-align: left;
  display: flex;
  position: relative;
  align-items: center;
}
div.reason_list ul li~li{
  margin-top: 0.8rem;
}

div.reason_list ul li::before{
  counter-increment: number 1;
  content:counter(number) ;
  display: block;
  width: 32px;
  height: 32px;
  background: #dbbe78;
  border-radius: 50%;
  font-size: 1.29em;
  color: #fff;
  text-align: center;
  line-height: 32px;
  margin-right: 15px;
}

div.reason_list+p{
  text-align: center;
  font-size: 1.28em;
  font-weight: bold;
  margin: 2rem 0 5rem;
}


div.first_reasonbox{
  width: 900px;
  margin: 0 auto 6.5rem;
  counter-reset:number;
}
div.first_reasonbox h3{
  font-size: 1.71em;
  margin-bottom: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
div.first_reasonbox h3::before{
  counter-increment: number 1;
  content:counter(number) ;
  display: block;
  width: 100px;
  height: 100px;
  background: #dbbe78;
  border-radius: 50%;
  font-size: 2em;
  color: #fff;
  text-align: center;
  line-height: 100px;
  margin-right: 20px;
}
div.first_reasonbox ul.phList,
div.first_reasonbox ul.phList4{
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}

div.first_reason_phbox~div.first_reason_phbox{
  margin-top: 6rem;
}
div.first_reason_phbox div.phtxtbox{
  position: relative;
  padding-bottom: 2rem;
}
div.first_reason_phbox div.phtxtbox::after{
  content: "";
  display: block;
  position: absolute;
  width: 260px;
  height: 126px;
  background: url(https://babygift.itembox.design/item/img/1st_birthday/1st_fig04.png) right bottom no-repeat;
  z-index: 10;
  top: -10px;
  right: 70px;
}
div.first_reason_phbox div.phbox{
  margin-bottom: 3.5rem;
}
div.first_reason_phbox div.txtbox{
  width: 600px;
  margin: 0 auto;
}
div.first_reason_phbox div.txtbox.wide{
  width: 620px;
}

div.first_reason_phbox div.phtxtbox p,
div.first_reason_phbox div.txtbox p{
  line-height: 2.28;
}
div.first_reason_phbox h4{
  text-align: center;
  margin-bottom: 2rem;
}

div.first_reason_phbox div.first_itembox{
  width: 600px;
  height: 150px;
  margin: 2.5rem auto 0;
  padding: 1.5rem 0;
  background: url(https://babygift.itembox.design/item/img/1st_birthday/flame.png) 0 0 no-repeat;
  padding-right: 115px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
div.first_reason_phbox div.first_itembox::before{
  content: "";
  position: absolute;
  top: -11px;
  right: 30px;
  width: 116px;
  height: 168px;
  display: block;
  background: url(https://babygift.itembox.design/item/img/1st_birthday/1st_fig05.png) 0 0 no-repeat;
  z-index: 20;
}

div.first_reason_phbox div.first_itembox h4{
  font-size: 1.71em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}
div.first_reason_phbox div.first_itembox h4 span{
  font-size: 0.94rem;
  color: #dbbe78;
}
#first_birthday .btn_to_item a{
  display: block;
  margin: 0 auto;
  background: url(https://babygift.itembox.design/item/img/1st_birthday/btn_detail_bg.png) 0 0 no-repeat;
  -webkit-background-size: 178px auto;
  background-size: 178px auto;
  width: 178px;
  line-height: 30px;
  color: #fff;
  font-size: .93em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: 0.3s opacity;
}
#first_birthday .btn_to_item a:hover{
  opacity: 0.7;
}

div.howtobox h3{
  font-size: 1.71em;
  text-align: center;
  margin-bottom: 3rem;
}

div.howtobox h3 span{
  font-size: .75em;
}
div.howtobox ul{
  display: flex;
  justify-content: space-between;
  width: 850px;
  margin: 0 auto;
}
div.howtobox ul li{
  width: 400px;
  box-shadow:1px 2px 8px -2px rgba(0,0,0,0.3);
}
div.howtobox ul li>div{
  background: #fff;
  padding: 1rem 0 1.5rem;
  text-align: center;
}

div.howtobox ul h4{
  font-size: 1.07em;
  margin-bottom: .5rem;
}

div.howtobox ul h4 span{
  font-size: .86em;
  color: #dbbe78;
}



@media screen and (max-width: 768px) {
  #first_birthday div.main_visual div.txtbox{
    padding: 3rem 10px 50px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 1rem ;
    background: url(https://babygift.itembox.design/item/img/1st_birthday/1st_fig01.png) right bottom no-repeat;
    -webkit-background-size: 80px auto;
    background-size: 80px auto;
  }
  #first_birthday div.main_visual h3{
    font-size: 1.07em;
    margin-bottom: 2rem;
  }
  #first_birthday div.txtbox p~p{
    margin-top: 1rem;
  }

  div.researchbox div.research_phbox{
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 1.5rem;
  }
  div.research_phbox div.txtbox{
    padding: 1rem 1rem 3rem;
    background:#fff url(/item/img/1st_birthday/1st_fig02.png) right bottom no-repeat;
    -webkit-background-size: 115px auto;
    background-size: 115px auto;
    display: block;
    text-align: center;
  }
  div.research_phbox div.txtbox ul{
    display: inline-block;
    line-height: 1.8;
    text-align: left;
    margin-top: 0.5rem;
  }
  div.research_phbox div.txtbox li{
    text-indent: -11px;
    margin-left: 11px;
    line-height: 1.3;
  }
  div.research_phbox div.txtbox li~li{
    margin-top: .5rem;
  }
  div.research_phbox div.txtbox li::before{
    width: 6px;
    height: 6px;
    margin-right: 5px;
  }
  div.research_phbox div.txtbox>p{
    padding:0 0 1rem;
    margin-left: 0;
  }


  div.first_birthbox{
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  div.first_birthbox h3{
    font-size: 1.07em;
    margin-bottom: 2rem;
    text-align: center;
  }
  div.first_birthbox ul.phList{
    margin-bottom: 1.5rem;
  }
  div.first_birthbox ul.phList li{
    padding-right: 5px;
  }
  div.first_birthbox ul.phList li:last-child{
    padding-left: 5px;
  }

  div.reason_list{
    background: url(https://babygift.itembox.design/item/img/common/bg_flame_sp_top.gif) center 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 4rem 0 2rem;
  }

  div.reason_list::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 3px;
    background: url(https://babygift.itembox.design/item/img/common/bg_flame_sp_btm.gif) center bottom no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 10;
  }
  div.reason_list::before{
    top: -13px;
    left: 50%;
    margin-left: -29px;
    width: 58px;
    height: 65px;
    background: url(https://babygift.itembox.design/item/img/1st_birthday/1st_fig03.png) 0 0 no-repeat;
    -webkit-background-size: 58px auto;
    background-size: 58px auto;
  }

  div.reason_list h4{
    font-size: 1em;
    margin-bottom: 1.5rem;
  }
  div.reason_list ul{
    padding: 0 20px;
  }
  div.reason_list ul li{
    text-align: left;
    display: flex;
    position: relative;
    align-items: center;
  }
  div.reason_list ul li~li{
    margin-top: 0.8rem;
  }
  div.reason_list ul li span{
    line-height: 1.2;
    width: calc(100% - 35px);
  }
  div.reason_list ul li::before{
    width: 24px;
    height: 24px;
    font-size: 0.9em;
    line-height: 24px;
    margin-right: 10px;
  }

  div.reason_list+p{
    font-size: 1em;
    margin: 1rem 0 2.5rem;
  }


  div.first_reasonbox{
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 3rem;
  }
  div.first_reasonbox h3{
    font-size: 1.07em;
    margin-bottom: 2rem;
  }
  div.first_reasonbox h3 span{
    display: block;
    width: calc(100% - 60px);
  }
  div.first_reasonbox h3::before{
    width: 50px;
    height: 50px;
    font-size: 1.5em;
    line-height: 50px;
    margin-right: 10px;
  }
  div.first_reasonbox ul.phList,
  div.first_reasonbox ul.phList4{
    margin-bottom: 1.5rem;
  }
  div.first_reasonbox ul.phList li:first-child{  padding-right: 5px;  }
  div.first_reasonbox ul.phList li:last-child{   padding-left: 5px;  }

  div.first_reasonbox ul.phList4 li{width: calc(25% - 5px);}

  div.first_reason_phbox~div.first_reason_phbox{
    margin-top: 3rem;
  }
  div.first_reason_phbox div.phtxtbox{
    padding-bottom: 4rem;
  }
  div.first_reason_phbox div.phtxtbox::after{
    width: 130px;
    height: 63px;
    background: url(https://babygift.itembox.design/item/img/1st_birthday/1st_fig04.png) right bottom no-repeat;
    -webkit-background-size: 130px auto;
    background-size: 130px auto;
    top: auto;
    bottom:-10px;
    right: 10px;
  }
  div.first_reason_phbox div.phbox{
    margin-bottom: 1.5rem;
  }
  div.first_reason_phbox div.txtbox{
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  div.first_reason_phbox div.txtbox.wide{
    width: 100%;
  }

  div.first_reason_phbox div.phtxtbox p,
  div.first_reason_phbox div.txtbox p{
    line-height: 1.8;
  }
  div.first_reason_phbox h4{
    text-align: center;
    margin-bottom: 2rem;
  }

  div.first_reason_phbox div.first_itembox{
    width: 100%;
    height: auto;
    margin: 1.5rem auto 0;
    padding: 1rem 0;
    background: url(https://babygift.itembox.design/item/img/1st_birthday/flame_sp.png) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-right: 55px;
  }

  div.first_reason_phbox div.first_itembox::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 3px;
    background: url(https://babygift.itembox.design/item/img/1st_birthday/flame_sp_btm.png) 0 bottom no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 10;
  }

  div.first_reason_phbox div.first_itembox::before{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -42px;
    right: 15px;
    width: 58px;
    height: 84px;
    background: url(https://babygift.itembox.design/item/img/1st_birthday/1st_fig05.png) 0 0 no-repeat;
    -webkit-background-size: 58px auto;
    background-size: 58px auto;
  }

  div.first_reason_phbox div.first_itembox h4{
    font-size: 1.07em;
    margin-bottom: 0.5rem;
    line-height: 1.5;
  }
  div.first_reason_phbox div.first_itembox h4 span{
    font-size: 0.8rem;
  }
  #first_birthday .btn_to_item a:hover{
    opacity: 1;
  }

  div.howtobox h3{
    font-size: 1.07em;
    margin-bottom: 1.5rem;
  }

  div.howtobox h3 span{
    font-size: .8em;
  }
  div.howtobox ul{
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  div.howtobox ul li{
    width: 100%;
  }
  div.howtobox ul li~li{
    margin-top: 1rem;
  }
  div.howtobox ul li>div{
    padding: 1rem 0 1.5rem;
    text-align: center;
  }

  div.howtobox ul h4{
    font-size: 1.07em;
  }

  div.howtobox ul h4 span{
    font-size: .86em;
  }
  div.howtobox img{
    width: 100%;
  }

}

/*--------------------------
  名入れベビーリュック
---------------------------*/
.allruck__list.eyecatch {
  margin-bottom: 0;
}
.allruck__list.eyecatch h1 {
  position: relative;
  padding-left: 165px;
  margin-bottom: 4rem;
}
.allruck__list.eyecatch h1 span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -165px;
  width: 138px;
  height: 138px;
  margin-top: -69px;
  display: inline-block;
  padding: 10px;
  background: url(/item/img/top/icon_badge.png) no-repeat 0 50%;
}
#allruck .outline.ruck_item__txt {
  padding-bottom: 2rem;
}
#allruck.renew .allruck_title{
  font-size: 2.8em;
  font-weight: bold;
  color: #7f6000;
  margin-bottom: 20px;
}
#allruck.renew .allruck_catch{
  font-size: 2.1em;
  font-weight: bold;
  padding-left: 200px;
  line-height: 1.6;
  margin-bottom: .5em;
}
#allruck.renew h1.btmLine {
  padding-left: 220px;
  margin-bottom: 3rem;
}
#allruck.renew .allruck__list.eyecatch h1 span::before {
    top: 0;
    left: -220px;
    width: 208px;
    height: 208px;
    margin-top: -120px;
    display: inline-block;
    padding: 0;
    background: url(/item/img/top/icon_badge.png) no-repeat 0 0;
    -webkit-background-size: 200px 200px;
    background-size: 200px 200px;

}

#allruck.renew div.quality_box{
  background: url(https://babygift.itembox.design/item/img/common/bg_flame_top.gif) center 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;

  text-align: center;
  padding: 8rem 0 3.5rem;
  counter-reset:number;
}

#allruck.renew div.quality_box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 3px;
  background: url(https://babygift.itembox.design/item/img/common/bg_flame_btm.gif) center bottom no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 10;
}
#allruck.renew div.quality_box::before{
  content: "";
  position: absolute;
  top: -55px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 130px;
  display: block;
  background: url(/item/img/allruck/allruck_fig01.png) 0 0 no-repeat;
  -webkit-background-size: 120px auto;
  background-size: 120px auto;
  z-index: 20;
}


#allruck.renew div.allruckPhList ul{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 7.5rem -0px;
}
#allruck.renew div.allruckPhList li,
#allruck.renew div.allruckPhList img{
  width: 100%;
}
#allruck.renew h3.orderH3{
  font-size: 1.71em;
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#allruck.renew{
  counter-reset: number;
}
#allruck.renew h3.orderH3::before {
  counter-increment: number 1;
  content: counter(number);
  display: block;
  width: 100px;
  height: 100px;
  background: #dbbe78;
  border-radius: 50%;
  font-size: 2em;
  color: #fff;
  text-align: center;
  line-height: 100px;
  margin-right: 20px;
}

div.allruckItemBox~div.allruckItemBox{
  margin-top: 6rem;
}
div.allruckItemBox h4{
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.5rem;
}
div.allruckItemBox ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
div.allruckItemBox ul li{
  width: 160px;
  margin: 0 30px 20px;
  text-align: center;
}
div.allruckItemBox ul.narrow li{
  margin: 0 20px 20px;
}

div.allruckItemBox ul li .img{
  margin-bottom: .5rem;
}

.allruckDetailBtn a{
  display: block;
  font-size: 1.2em;
  text-align: center;
  width: 300px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  background: url(/item/img/allruck/btn_detail.png) 0 0 no-repeat;
  -webkit-background-size: 300px 59px;
  background-size: 300px 59px;
  text-decoration: none;
  transition: 0.3s opacity;
}
.allruckDetailBtn a:hover{
  opacity: 0.7;
}
div.allruckItemBox .phBox{
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .allruck__list.eyecatch {
    margin-bottom: 2rem;
  }
  .allruck__list.eyecatch h1 {
    position: relative;
    padding-left: 90px;
    margin-bottom: .6rem;
    margin-left: 15px;
    text-align: left;
    line-height: 1.4;
  }
  .allruck__list.eyecatch h1 span::before {
    content: "";
    position: absolute;
    top: 0;
    left: -90px;
    width: 60px;
    height: 60px;
    margin-top: 0;
    display: inline-block;
    padding: 10px;
    background: url(/item/img/top/icon_badge.png) no-repeat 0 50%;
    background-size: contain;
  }
  #allruck.renew .allruck_title{
    font-size: 1.7em;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  #allruck.renew .allruck_catch{
    font-size: 1.4em;
    font-weight: bold;
    padding-left: 90px;
    margin-bottom: .5em;
  }
  #allruck.renew .allruck__list.eyecatch h1{
    text-align: center;
  }
  #allruck.renew h1.btmLine {
    padding-left: 90px;
    margin-bottom: 2rem;
  }
  #allruck.renew h1.btmLine .sp{
    display: inline !important;
  }
  #allruck.renew .allruck__list.eyecatch h1 span::before {
      left: -110px;
      width: 110px;
      height: 110px;
      margin-top: -60px;
      background: url(/item/img/top/icon_badge.png) no-repeat 0 0;
      -webkit-background-size: 110px 110px;
      background-size: 110px 110px;

  }

  #allruck.renew div.quality_box{
    background: url(https://babygift.itembox.design/item/img/common/bg_flame_sp_top.gif) center 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 4rem 0 2rem;
  }

  #allruck.renew div.quality_box::after {
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 3px;
    background: url(https://babygift.itembox.design/item/img/common/bg_flame_sp_btm.gif) center bottom no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 10;
  }
  #allruck.renew div.quality_box::before{
    top: -30px;
    left: 50%;
    margin-left: -29px;
    width: 60px;
    height: 65px;
    background: url(/item/img/allruck/allruck_fig01.png) 0 0 no-repeat;
    -webkit-background-size: 60px auto;
    background-size: 60px auto;
  }


  #allruck.renew div.allruckPhList ul{
    margin: 3rem -0px;
  }

  #allruck.renew h3.orderH3{
    font-size: 1.07em;
    margin-bottom: 2rem;
  }
  #allruck.renew h3.orderH3::before {
    width: 50px;
    height: 50px;
    font-size: 1.5em;
    line-height: 50px;
    margin-right: 10px;
  }

  div.allruckItemBox~div.allruckItemBox{
    margin-top: 3rem;
  }
  div.allruckItemBox h4{
    font-size: 1.1em;
    margin-bottom: 1.5rem;
  }
  div.allruckItemBox ul li{
    width:calc(50% - 20px);
    margin: 0 10px 10px;
  }
  div.allruckItemBox ul.narrow li{
    width:calc(50% - 20px);
    margin: 0 10px 10px;
  }
  div.allruckItemBox ul.narrow li .itemName{
    margin-bottom: 0.5rem;
  }
  .allruckDetailBtn a{
    font-size: 1em;
    width: 200px;
    height: 40px;
    line-height: 40px;
    background: url(/item/img/allruck/btn_detail.png) 0 0 no-repeat;
    -webkit-background-size: 200px auto;
    background-size: 200px auto;
  }
  .allruckDetailBtn a:hover{
    opacity: 1;
  }
  div.allruckItemBox .phBox{
    margin-bottom: 2rem;
  }

}


/*--------------------------
  一升餅とリュック
---------------------------*/
#firstMochi {
  width: 640px;
  margin: 0 auto 50px;
}
#firstMochi .linkNote{
  text-align: center;
  margin-top: 10px;
}
#firstMochi .youtube{
  margin: 0 auto 50px;
  position:relative;
  width:100%;
  padding-top:56.25%;
}
#firstMochi .youtube iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

@media screen and (max-width: 768px) {
  #firstMochi img {
    width: 100%;
  }

  #firstMochi {
    width: 100%;
    margin: 0 auto 50px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}


/*--------------------------
  思い出ストーリー
---------------------------*/

#story_interview01 .container {
  width: 950px;
  position: relative;
  margin: 0 auto;

  font-size: 16px;
}

#story_interview01 section {
  margin-bottom: 60px;
}

#story_interview01 #interviewTitle {
  background: #faf4e8;
  padding: 50px 0;
  margin: -3rem 0 2rem;
  text-align: center;
}

#story_interview01 #interviewTitle h1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  background-image: url(https://babygift.itembox.design/item/img/interview/title.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  display: block;
  height: 230px;
  width: 550px;
  margin: 0 auto 30px;
}

#story_interview01 #interviewTitle p {
  color: #603813;
  line-height: 2.2;
}

@media only screen and (max-width:768px) {
  #story_interview01 .container {
    width: 100%;
    font-size: 14px;
  }

  #story_interview01 section {
    margin-bottom: 60px;
  }

  #story_interview01 #interviewTitle {
    padding: 30px 0;
    margin: -2rem 0 1rem;
  }

  #story_interview01 #interviewTitle h1 {
    height: 180px;
    width: 400px;
    margin: 0 auto 30px;
  }

  #story_interview01 #interviewTitle p {
    text-align: left;
    margin: 0 8%;
  }
}

@media only screen and (max-width:480px) {
  #story_interview01 #interviewTitle h1 {
    height: 130px;
    width: 280px;
    margin: 0 auto 20px;
  }
}


#story_interview01 #copy h2 {
  background: url(https://babygift.itembox.design/item/img/interview/copy_back.png) no-repeat center bottom;
  padding: 0 0 100px;
  font-size: 26px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HGS明朝E", serif;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 2;

  text-align: center;
}

#story_interview01 #copy h3 {
  font-size: 24px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HGS明朝E", serif;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin: 0 0 40px;

  text-align: center;
}

@media only screen and (max-width:768px) {
  #story_interview01 #copy h2 {
    background-size: 80%;
    padding: 0 0 80px;
    font-size: 24px;
    letter-spacing: 0.15em;
  }

  #story_interview01 #copy h3 {
    font-size: 18px;
    letter-spacing: 0.08em;
  }
}

@media only screen and (max-width:480px) {
  #story_interview01 #copy h2 {
    background-size: 100%;
    padding: 0 0 70px;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 2;
  }

  #story_interview01 #copy h3 {
    font-size: 18px;
    letter-spacing: 0.08em;
    margin: 0 0 40px;
  }
}

#story_interview01 .interiew p {
  max-width: 640px;
  text-align: left;
  line-height: 2.2;
  margin: 0 auto 60px;
}

#story_interview01 .interiew .image {
  margin: 0 auto 60px;
}

#story_interview01 .interiew .kakko {
  position: relative;
  max-width: 640px;
  text-align: left;
  color: #736357;
  line-height: 2.2;
  margin: 0 auto 60px;
  padding: 20px 40px;
  background: url(https://babygift.itembox.design/item/img/interview/kakko1.png) no-repeat left top;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
}

#story_interview01 .interiew .kakko::before {
  position: absolute;
  width: 20px;
  height: 45px;
  right: 0;
  bottom: 0;
  background: url(https://babygift.itembox.design/item/img/interview/kakko2.png) no-repeat left top;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
  content: "";
}

#story_interview01 .interiew .shuzai {
  text-align: right;
}

@media only screen and (max-width:768px) {
  #story_interview01 .interiew p {
    max-width: 84%;
    width: 84%;
    margin: 0 auto 50px;
  }

  #story_interview01 .interiew .image {
    margin: 0 auto 50px;
  }

  #story_interview01 .interiew .kakko {
    max-width: 90%;
    width: 90%;
    margin: 0 auto 50px;
    padding: 10px 20px;
    background-size: 15px auto;
  }

  #story_interview01 .interiew .kakko::before {
    width: 15px;
    height: 34px;
    background-size: 15px auto;
  }

  #story_interview01 .interiew .shuzai {
    text-align: right;
    width: 90%;
    margin: 0 auto;
  }

}


/***atogaki***/
#story_interview01 #atogaki {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 0;
  background: url(https://babygift.itembox.design/item/img/interview/sen.png) no-repeat left top;
  position: relative;
}

#atogaki ::before {
  position: absolute;
  width: 100%;
  height: 18px;
  left: 0;
  bottom: 0;
  background: url(https://babygift.itembox.design/item/img/interview/sen.png) no-repeat left top;
  content: "";
}

#story_interview01 #atogaki h2 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HGS明朝E", serif;
  font-weight: normal;
  font-size: 160%;
  margin: 0 0 50px;
  text-align: center;
}

#story_interview01 #atogaki p {
  line-height: 2.2;
}

#story_interview01 #atogaki .link {
  margin: 30px 0 0;
}

#story_interview01 #atogaki .link a {
  border: 1px solid #754c24;
  text-decoration: none;
  padding: 15px 30px;
  color: #754c24;
  font-size: 90%;
  display: inline-block;
  border-radius: 2em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  transition: .8s;
}

#story_interview01 #atogaki .link a:hover {
  opacity: .7;
}

@media only screen and (max-width:768px) {
  #story_interview01 #atogaki {
    max-width: 84%;
    width: 84%;
    padding: 60px 0;
  }

  #story_interview01 #atogaki h2 {
    font-size: 160%;
    margin: 0 0 40px;
  }

  #story_interview01 #atogaki .link {
    text-align: center;
    margin: 30px 0 0;
  }
}

/***kyoryoku***/
#story_interview01 #kyoryoku {
  background: #f7f1e5;
  text-align: left;
  overflow: hidden;
}

#story_interview01 #kyoryoku .image {
  float: left;
  width: 385px;
}

#story_interview01 #kyoryoku .text {
  float: right;
  width: 480px;
  margin: 50px 30px 0 0;
}

#story_interview01 #kyoryoku h2 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HGS明朝E", serif;
  font-weight: normal;
  font-size: 150%;
  margin: 0 0 20px;
}

#story_interview01 #kyoryoku h3 {
  font-size: 120%;
  font-weight: normal;
  margin: 0 0 20px;
}

#story_interview01 #kyoryoku .address {
  margin: 0 0 30px;
}

#story_interview01 #kyoryoku p {
  font-size: 90%;
  line-height: 2;
}

@media only screen and (max-width:768px) {

  #story_interview01 #kyoryoku .image {
    float: none;
    width: 100%;
    text-align: center;
  }

  #story_interview01 #kyoryoku .text {
    float: none;
    width: 84%;
    margin: 0 auto;
    padding: 30px 0;
  }

}

/****boshu***/
#story_interview01 #boshu {
  text-align: center;
}

#story_interview01 #boshu h2 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HGS明朝E", serif;
  font-weight: normal;
  font-size: 160%;
  letter-spacing: 0.2em;
  margin: 0 0 30px;
}

#story_interview01 #boshu p {
  line-height: 2.2;
  margin: 0 0 30px;
}

#story_interview01 #boshu .bt a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  background-image: url(https://babygift.itembox.design/item/img/interview/bt_oubo.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  display: block;
  height: 60px;
  width: 300px;
  margin: 0 auto;
  transition: 0.8s;
}

#story_interview01 #boshu .bt a:hover {
  opacity: .7;
}

@media only screen and (max-width:768px) {
  #story_interview01 #boshu h2 {
    font-size: 140%;
    letter-spacing: 0.1em;
    margin: 0 0 30px;
  }

  #story_interview01 #boshu p {
    text-align: left;
    line-height: 2.2;
    margin: 0 8% 30px;
  }

  #story_interview01 #boshu .bt a {
    height: 50px;
    width: 260px;
  }
}



/*--------------------------
  名入れ職人
---------------------------*/
#babyCraftsman {
  width: 640px;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
}

#babyCraftsman .txt {
  margin-bottom: 30px;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  line-height: 200%;
  font-size: 14px;
  letter-spacing: -.01em;
  color: #000;
}

#babyCraftsman h2,
#babyCraftsman h3,
#babyCraftsman h4,
#babyCraftsman h5,
#babyCraftsman .headsttl01,
#babyCraftsman .subTxt {
  font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  letter-spacing: 0.1em;
  line-height: 170%;
  font-weight: bold;
}

#babyCraftsman h2.ttlType01 {
  color: #280000;
  font-size: 36px;
  margin: 50px auto;
}

#babyCraftsman h3.ttlType01 {
  color: #280000;
  font-size: 20px;
  font-weight: bold;
}

#babyCraftsman h3.ttlType02 {
  margin-bottom: -7px;
}

#babyCraftsman h3.ttlTypeBrackets {
  display: table;
  width: 100%;
  min-height: 105px;
  margin-bottom: 50px;
  color: #280000;
  font-size: 22px;
  font-weight: normal;
  line-height: 130% !important;
  background: url(https://babygift.itembox.design/item/img/shokunin/common/craftsman_bg_sttl.gif) no-repeat center 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#babyCraftsman h3.ttlTypeBrackets {
  font-weight: normal;
}

#babyCraftsman .profileBox {
  position: relative;
  width: 100%;
  text-align: left;
  background: url(https://babygift.itembox.design/item/img/shokunin/common/craftsman_line01.png) no-repeat 0 0;
}

#babyCraftsman .profileBox .inBox {
  background: url(https://babygift.itembox.design/item/img/shokunin/common/craftsman_line02.png) no-repeat 0 100%;
}

#babyCraftsman .profileBox .txtBox {
  width: 350px;
  padding: 40px 10px;
}
#babyCraftsman.prof02 .profileBox .txtBox {
  width: 350px;
  padding: 40px 10px 67px;
}

#babyCraftsman .profileBox .post,
#babyCraftsman .profileBox .name,
#babyCraftsman .profileBox .experience {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  line-height: 180%;
  letter-spacing: .2em;
  color: #000;
}

#babyCraftsman .profileBox .post {
  font-size: 14px;
  font-weight: bold;
}

#babyCraftsman .profileBox .name {
  font-size: 24px;
}

#babyCraftsman .profileBox .name small {
  font-size: 20px;
}

#babyCraftsman .profileBox .experience {
  font-size: 12px;
  margin-bottom: 30px;
}

#babyCraftsman .profileBox .txt {
  font-size: 13px;
}

#babyCraftsman .profileBox .phBox01 {
  position: absolute;
  right: 8px;
  top: -36px;
}

#babyCraftsman .messageBox {
  position: relative;
  width: 100%;
  background: url(https://babygift.itembox.design/item/img/shokunin/common/craftsman_line01.png) no-repeat 0 0;
}

#babyCraftsman .messageBox .inBox {
  padding: 30px 0;
  background: url(https://babygift.itembox.design/item/img/shokunin/common/craftsman_line02.png) no-repeat 0 100%;
}

#babyCraftsman .bgBox01 {
  padding: 50px 40px;
  background: #faf6e7;
}

#babyCraftsman .bgBox01 .txt {
  font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0;
}

#babyCraftsman .phBox02 .leftBox {
  width: 320px;
  text-align: left;
}

#babyCraftsman .phBox03 .leftBox {
  width: 330px;
  text-align: left;
}

#babyCraftsman .oneShotBox {
  position: relative;
  margin-bottom: 80px;
  padding: 60px 0 50px;
  background: url(https://babygift.itembox.design/item/img/shokunin/common/craftsman_photo_bg.jpg) repeat-y 0 0;
}

#babyCraftsman .oneShotBox .iconCamera {
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -35px;
}

#babyCraftsman .oneShotBox .inBox {
  width: 402px;
  margin: 0 auto;
  text-align: left;
}
#babyCraftsman.prof02 .oneShotBox .inBox{
  width: 542px;
}

#babyCraftsman .backnumber {
  position: relative;
  width: 100%;
  background: url(https://babygift.itembox.design/item/img/shokunin/common/craftsman_line01.png) no-repeat 0 0;
}

#babyCraftsman .backnumber .inBox {
  padding: 30px 0;
  background: url(https://babygift.itembox.design/item/img/shokunin/common/craftsman_line02.png) no-repeat 0 100%;
}

#babyCraftsman .backnumber .volBox {
  display: block;
  width: 320px;
  text-align: left;
}

#babyCraftsman .backnumber .volBox:hover {
  opacity: 0.8;
}

#babyCraftsman .volBox .leftBox {
  width: 104px;
  padding: 6px;
  text-align: center;
  box-sizing: border-box;
  background: url(https://babygift.itembox.design/item/img/shokunin/common/craftsman_backnumber_bg.jpg) no-repeat 0 50%;
  background-size: cover;
}

#babyCraftsman .volBox .rightBox .txt {
  width: 200px;
  padding-top: 34px;
  font-size: 14px;
  line-height: 140%;
}

#babyCraftsman .volBox .rightBox span {
  padding-left: 4px;
  color: #c6b198;
  font-size: 12px;
  letter-spacing: 0.1em;
}

#babyCraftsman .leftBox {
  float: left;
}

#babyCraftsman .rightBox {
  float: right;
}


#babyCraftsman .indentTxt {
  text-indent: -6px;
}

#babyCraftsman .mb100 {
  margin-bottom: 100px !important;
}
#babyCraftsman .fw_b {
  font-weight: bold;
}

@media screen and (max-width: 768px) {

  #babyCraftsman {
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #babyCraftsman .txt {
    margin-bottom: 20px;
    line-height: 150%;
    font-size: 12px;
  }

  #babyCraftsman h2.ttlType01 {
    font-size: 24px;
    margin: 30px auto 0;
  }

  #babyCraftsman h3.ttlType01 {
    font-size: 14px;
  }

  #babyCraftsman h3.ttlType02 {
    margin-bottom: -7px;
  }

  #babyCraftsman h3.ttlTypeBrackets {
    margin: 0 auto;
    min-height: 0;
    height: 60px;
    margin-bottom: 30px;
    font-size: 14px;
    background: none;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }

  #babyCraftsman h3.ttlTypeBrackets::before,
  #babyCraftsman h3.ttlTypeBrackets::after {
    content: "";
    display: block;
    width: 20px;
    height: 60px;
    background: url(https://babygift.itembox.design/item/img/shokunin/common/craftsman_bg_sttl.gif) no-repeat 0 center;
    -webkit-background-size: cover;
    background-size: cover;
  }

  #babyCraftsman h3.ttlTypeBrackets::after {
    background-position: right center;
  }
  #babyCraftsman .profileBox .txtBox,
  #babyCraftsman.prof02 .profileBox .txtBox {
    width: 100%;
    padding: 20px 10px;
  }

  #babyCraftsman .profileBox .post {
    font-size: 12px;
  }

  #babyCraftsman .profileBox .name {
    font-size: 20px;
  }

  #babyCraftsman .profileBox .name small {
    font-size: 16px;
  }

  #babyCraftsman .profileBox .experience {
    font-size: 12px;
    margin-bottom: 20px;
  }

  #babyCraftsman .profileBox .txt {
    font-size: 12px;
    width: calc(100% - 160px);
  }

  #babyCraftsman .profileBox .phBox01 {
    width: 140px;
    right: 8px;
    top: auto;
    bottom: 10px;
  }

  #babyCraftsman .phBox02 .rightBox {
    float: none;
    margin-bottom: 10px;
  }

  #babyCraftsman .messageBox {
    position: relative;
    width: 100%;
    background: url(https://babygift.itembox.design/item/img/shokunin/common/craftsman_line01.png) no-repeat 0 0;
  }

  #babyCraftsman .messageBox .inBox {
    padding: 30px 0;
    background: url(https://babygift.itembox.design/item/img/shokunin/common/craftsman_line02.png) no-repeat 0 100%;
  }

  #babyCraftsman .bgBox01 {
    padding: 30px 20px;
    background: #faf6e7;
  }


  #babyCraftsman .phBox02 .leftBox {
    width: 320px;
    text-align: left;
  }

  #babyCraftsman .phBox03 .leftBox {
    width: 330px;
    text-align: left;
  }

  #babyCraftsman .oneShotBox {
    position: relative;
    margin-bottom: 40px;
    padding: 40px 10px 20px;
    background: url(https://babygift.itembox.design/item/img/shokunin/common/craftsman_photo_bg.jpg) repeat-y 0 0;
  }


  #babyCraftsman .oneShotBox .inBox,
  #babyCraftsman.prof02 .oneShotBox .inBox {
    width: 100%;
    text-align: center;
  }

  #babyCraftsman .phBox03 .rightBox {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }


  #babyCraftsman .backnumber .volBox {
    width: 100%;
  }

  #babyCraftsman .backnumber .inBox {
    padding: 20px 0 10px;

  }

  #babyCraftsman .volBox .leftBox {
    margin-bottom: 10px;
  }

  #babyCraftsman .volBox .rightBox {
    width: calc(100% - 120px);
  }

  #babyCraftsman .volBox .rightBox .txt {
    width: 100%;
    padding-top: 34px;
    font-size: 14px;
    line-height: 140%;
  }

  #babyCraftsman .volBox .rightBox span {
    padding-left: 4px;
    color: #c6b198;
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  #babyCraftsman .mb40 {
    margin-bottom: 30px !important;
  }

  #babyCraftsman .mb60 {
    margin-bottom: 40px !important;
  }

  #babyCraftsman .mb80 {
    margin-bottom: 60px !important;
  }

  #babyCraftsman .mb100 {
    margin-bottom: 70px !important;
  }

}


/*--------------------------
  スマホで撮る5つのポイント
---------------------------*/
#photo_5point {
  width: 640px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 768px) {
  #photo_5point img {
    width: 100%;
  }

  #photo_5point {
    width: 100%;
    margin: 0 auto 50px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}


/*--------------------------
  トップページ改善／商品カテゴリと特集のマージン設定（200403北）
---------------------------*/

#fs_Top .contents.category {
margin-bottom: 40px;
}
