body { color: #2f3131; background-color: #fff; }
img { max-width: 100%;}
.l-main p {font-size: 38px;}
.sp { display: block;}
.pc { display: none;}
.textC { text-align: center;}
.fw_bold { font-weight: 600;}
.d-flex {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/*common追記*/
.m-box_main { background-color: #fff;}
.m-box_main_carousel { padding-top: 0;}
.m-box_gnav { background-color: #0059a9; }
.m-box_gnav_lists {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 165px;
  padding: 20px 0 20px 20px;
}
.m-box_gnav_lists>li {
  font-size: 38px;
  font-family :"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0;
  font-weight: 600;
  padding-right: 1em;
}
.m-box_gnav_lists>li:after { color: #fff; right: 0;}
.m-box_gnav_lists>li:first-child { font-size: 38px;}
.m-box_gnav_lists>li:nth-child(3) { padding-right: 0;}
.m-box_gnav_lists>li:nth-child(3):after { content: '';}
.m-box_gnav_lists>li>div { color: #fff;}
.no-touchevents .m-box_gnav-fixed .m-box_gnav_lists {
  display: inline-block;
  height: 60px;
  padding: 5px 0;
}
.l-footer { border-top: 2px solid #cb777b;}
.l-contents-virunax {
  position: relative;
  width: 940px;
  margin: 0 auto;
}
h1 {
  position: relative;
  font-size: 70px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -8px;
  margin-bottom: 140px;
}
h2 {
  position: relative;
  font-size: 63px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -6px;
}
h1:after,
h2:after {
  content: '';
  display: inline-block;
  background-color: #f38274;
  width: 100px;
  height: 8px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
h1:after {
  top: 142px;
}
#place h2:after {
  top: 110px;
}
#voice h2:after {
  top: 125px;
}
#lineup h2:after {
  top: 138px;
}
/*items*/
.items__wrap {
  padding: 166px 0 40px;
}
.items__point {
  margin-bottom: 30px;
}
.items__point:last-of-type {
  padding-top: 120px;
}
.items__point__text {
  position: relative;
}
.items__point__text p {
  font-size: 46px;
  margin-top: 30px;
  line-height: 1.6;
}
p.annotation {
  font-size: 36px;
}
/*1*/
.items__image__spray {
  position: relative;
  min-height: 325px;
}
.items__image__spray p.annotation {
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
.items__image__spray .spray {
  -ms-flex-preferred-size: 52%;
  flex-basis: 52%;
  position: absolute;
  top: -40px;
  right: 0;
}
/*2*/
.items__image__safety {
  margin-top: 30px;
}
.items__image__safety p {
  font-size: 40px;
}
/*3*/
.items__image__pet {
  position: absolute;
  bottom: -150px;
  right: 0;
}
/*4*/
.items__image__month {
  min-height: 267px;
  position: absolute;
  top: 380px;
  right: 0;
}
.items__image__month p.annotation {
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
}
.items__image__month .month__image {
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
}
.items__point:last-of-type .items__point__text {
  padding-bottom: 267px;
}
.items__use__title {
  color: #0059a9;
  font-size: 50px;
  border: 2px solid;
  padding: 4px 15px;
}
.items__use__title p {
  font-size: 50px;
}
.items__use {
  color: #0059a9;
  font-size: 46px;
  line-height: 1.6;
  margin: 35px auto;
  text-align: center;
}
/*place*/
#place {
  background-color: #eef1f5;
}
.place__wrap {
  padding: 90px 0 100px;
}
.place__list {
  margin-top: 100px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.place__list li {
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  margin-bottom: 7px;
}
.place__list li:nth-of-type(n+7) {
  margin-bottom: 0;
}
.place__target__wrap {
  margin-top: 54px;
  border: 2px solid #0059a9;
  border-radius: 10px;
  padding: 40px 30px;
}
.place__target__title {
  font-size: 46px;
  margin-bottom: 25px;
}
.place__target {
  font-size: 40px;
  line-height: 1.4;
}
/*voice*/
#voice h2 {
  margin-top: 23px;
}
.voice__wrap {
  padding: 64px 0 70px;
}
.voice__list__wrap__sp {
  margin: 93px auto 0;
}
.voice__list__wrap {
  margin: 0 auto 60px;
}
.voice__list {
  background-color: #fdf9d2;
  padding: 20px 44px 60px;
  border-radius: 50px;
  margin-bottom: 50px;
}
.voice__user__wrap {
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}
.voice__user .user {
  content: '';
  display: inline-block;
  background: url(../images/voice_icon_female.png) no-repeat center/contain;
  width: 105px;
  height: 120px;
}
.voice__user .user.male {
  background: url(../images/voice_icon_male.png) no-repeat center/contain;
}
.voice__user .age {
  font-size: 40px;
  margin-left: 35px;
}
.voice__use__icon {
  content: '';
  display: inline-block;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  right: -21px;
}
.voice__use__icon.daily {
  background: url(../images/voice_icon_daily.png) no-repeat center/contain;
}
.voice__use__icon.parenting {
  background: url(../images/voice_icon_parenting.png) no-repeat center/contain;
}
.voice__use__icon.pet {
  background: url(../images/voice_icon_pet.png) no-repeat center/contain;
}
.voice__use__icon.facility {
  background: url(../images/voice_icon_facility.png) no-repeat center/contain;
}
.voice__use__icon.home {
  background: url(../images/voice_icon_home.png) no-repeat center/contain;
}
.voice__use__place p {
  font-size: 40px;
}
.voice__use__place p:first-of-type {
  margin-bottom: 50px;
}
.voice__list__source {
  font-size: 30px;
  text-align: left;
}
.hidden__voice__list {
  display: none;
}
.more_btn {
  position: relative;
  color: #0059a9;
  font-size: 42px;
  text-align: center;
}
.more_btn::after {
  content: "もっと読む";
  display: inline-block;
  border-bottom: 2px solid;
  z-index: 20;
  padding-bottom: 5px;
  position: absolute;
  top: -240px;
  left: 50%;
  transform: translateX(-50%);
}
.more_btn::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 350px;
  position: absolute;
  top: -390px;
  left: 0;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0.3) 5%, rgba(255,255,255,0.5) 9%, rgba(255,255,255,0.75) 15%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.3) 5%,rgba(255,255,255,0.5) 9%,rgba(255,255,255,0.75) 15%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.3) 5%,rgba(255,255,255,0.5) 9%,rgba(255,255,255,0.75) 15%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.more_btn.open::after {
  content: "閉じる";
  top: 0;
}
.more_btn.open::before {
  content: '';
  width: 100%;
  height: auto;
  position: static;
  top: 0;
  left: 0;
   background: transparent;
}
/*lineup*/
#lineup {
  background: url(../images/bg_lineup_sp.png) no-repeat top/contain;
}
.lineup__wrap {
  padding: 103px 0 166px;
}
.lineup__items__wrap {
  padding-top: 178px;
  text-align: center;
}
.lineup__items {
  margin-bottom: 115px;
}
.lineup__items:nth-of-type(3) img {
  padding-left: 150px;
  margin: 0 auto;
  width: 50%;
}
.lineup__items__ttl {
  font-size: 50px;
  font-weight: 600;
}
.lineup__items__text {
  font-size: 40px;
  margin: 30px auto 45px;
  line-height: 1.4;
}
.lineup__items__detail a {
  font-size: 47px;
  color: #0059a9;
}
.lineup__items__detail a span {
  border-bottom: 2px solid;
}
.lineup__items__detail a:hover span {
  border-bottom: none;
}
.lineup__btn__wrap {
  margin: 5px auto 0;
}
.lineup__btn__wrap .official {
  margin-bottom: 37px;
}

/*fadeInDown*/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-delay: .5s;
}
.animated {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media screen and (min-width: 1041px) {
  .sp { display: none;}
  .pc { display: block;}
  .l-main p { font-size: 20px; }
  /*common追記*/
  .m-box_gnav_lists {
    height: 80px;
    padding: 20px 0;
    flex-wrap: nowrap;
  }
  .m-box_gnav_lists>li {
    font-size: 24px;
    padding-right: 1em;
  }
  .m-box_gnav_lists>li:after { color: #fff; right: 0;}
  .m-box_gnav_lists>li:first-child { font-size: 24px; padding-top: 2px;}
  .m-box_gnav_lists>li:nth-child(3) { padding-right: 1em;}
  .m-box_gnav_lists>li:nth-child(3):after { content: '｜';}
  .no-touchevents .m-box_gnav-fixed .m-box_gnav_lists {
    display: flex;
    justify-content: center;
    height: 60px;
    padding: 15px 0;
  }
  .l-footer { border-top: none;}
  .l-contents-virunax {
    width: 880px;
    margin: 0 auto;
  }
  h1 {
    font-size: 40px;
    letter-spacing: -3px;
    margin-bottom: 90px;
  }
  h2 {
    font-size: 40px;
    letter-spacing: -1px;
  }
  h1:after,
  h2:after {
    width: 76px;
    height: 3px;
  }
  h1:after {
    top: 85px;
  }
  #place h2:after {
    top: 95px;
  }
  #voice h2:after {
    top: 88px;
  }
  #lineup h2:after {
    top: 90px;
  }
  /*items*/
  .items__wrap {
    padding: 120px 0 80px;
  }
  .items__point {
    margin-bottom: 50px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .items__point:last-of-type {
    padding-top: 0;
  }
  .items__point__text p {
    font-size: 20px;
    margin-top: 5px;
  }
  p.annotation {
    font-size: 14px;
  }
  /*1*/
  .items__image__spray {
    position: relative;
    min-height: auto;
    -ms-flex-preferred-size: 360px;
    flex-basis: 360px;
  }
  .items__point.spray .items__point__text {
    -ms-flex-preferred-size: 440px;
    flex-basis: 440px;
  }
  .items__point.spray .items__point__text img {
    width: 355px;
    margin-bottom: 18px;
  }
  /*2*/
  .items__image__safety {
    margin-top: 0;
  }
  .items__image__safety img {
    width: 140px;
    margin-right: 10px;
  }
  .items__image__safety p span {
    font-size: 20px;
  }
  .items__image__safety p {
    font-size: 18px;
  }
  .items__point.safety .items__point__text {
    -ms-flex-preferred-size: 440px;
    flex-basis: 440px;
  }
  .items__point.safety .items__point__text img {
    width: 377px;
    margin-bottom: 18px;
  }
  /*3*/
  .items__image__pet {
    position: static;
  }
  .items__image__pet img {
    width: 380px;
    margin-top: 15px;
  }
  .items__point.pet .items__point__text {
    -ms-flex-preferred-size: 440px;
    flex-basis: 440px;
  }
  .items__point.pet .items__point__text img {
    width: 216px;
    margin-bottom: 18px;
  }
  /*4*/
  .items__point.month {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .items__point.month .items__point__text {
    -ms-flex-preferred-size: 440px;
    flex-basis: 440px;
  }
  .items__point.month .items__point__text img {
    width: 405px;
    margin-bottom: 18px;
  }
  .items__image__month {
    min-height: auto;
    position: static;
  }
  .items__point:last-of-type .items__point__text {
    padding-bottom: 0;
  }
  .items__use__wrap {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }
  .items__use__title {
    position: relative;
    padding: 0;
    margin-right: 20px;
    min-width: 80px;
  }
  .items__use__title p {
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
  }
  .items__use {
    font-size: 24px;
    line-height: 1;
    margin: 0 0 5px;
    text-align: left;
  }
  /*place*/
  .place__wrap {
    padding: 105px 0;
  }
  .place__list {
    margin-top: 90px;
  }
  .place__list li {
    -ms-flex-preferred-size: 415px;
    flex-basis: 415px;
    margin-bottom: 10px;
  }
  .place__target__wrap {
    margin-top: 46px;
    padding: 24px 17px;
    display: table;
  }
  .place__target__title {
    font-size: 19px;
    margin-bottom: 0;
    display: table-cell;
    width: 102px;
  }
  .place__target {
    font-size: 18px;
    display: table-cell;
  }
  /*voice*/
  #voice h2 {
    margin-top: 6px;
  }
  .voice__wrap {
    padding: 64px 0 35px;
  }
  .voice__title img {
    width: 253px;
  }
  .voice__list__wrap__sp {
    display: none;
  }
  .voice__list__wrap {
    margin: 90px auto 0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .voice__list {
    width: 274px;
    padding: 20px 21px 22px;
    border-radius: 25px;
    margin-bottom: 30px;
    margin-right: 28px;
  }
  .voice__list:nth-child(3n) {
    margin-right: 0;
  }
  .voice__list:nth-of-type(n+7) {
    margin-bottom: 35px;
  }
  .voice__user__wrap {
    margin-bottom: 12px;
  }
  .voice__user .user {
    width: 35px;
    height: 40px;
  }
  .voice__user .age {
    font-size: 16px;
    margin-left: 10px;
  }
  .voice__use__icon {
    width: 48px;
    height: 48px;
    right: -11px;
  }
  .voice__use__place p {
    font-size: 16px;
  }
  .voice__use__place p:first-of-type {
    margin-bottom: 30px;
  }
  .voice__list__source {
    font-size: 14px;
  }
  .hidden__voice__list {
    display: block;
  }
  .more_btn {
    display: none;
  }
  /*lineup*/
  #lineup {
    background: url(../images/bg_lineup.png) no-repeat top/contain;
  }
  .lineup__wrap {
    padding: 77px 0 65px;
  }
  .lineup__items__wrap {
    padding-top: 115px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .lineup__items {
    margin-bottom: 80px;
    -ms-flex-preferred-size: 288px;
    flex-basis: 288px;
  }
  .lineup__items:nth-of-type(3) img {
    padding-left: 68px;
    width: auto;
  }
  .lineup__items__ttl {
    font-size: 20px;
  }
  .lineup__items__text {
    font-size: 16px;
    margin: 25px auto;
    max-width: 242px;
    min-height: 70px;
    text-align: left;
  }
  .lineup__items__detail a {
    font-size: 16px;
  }
  .lineup__items__detail a span {
    border-bottom: 1px solid;
  }
  .lineup__items__detail a:hover span {
    border-bottom: none;
  }
  .lineup__btn__wrap {
    margin: 0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .lineup__btn__wrap .official {
    margin-bottom: 0;
  }
  .lineup__btn__wrap .official,
  .lineup__btn__wrap .amazon {
    width: 410px;
    display: inline-block;
  }

}
