body { color: #2f3131; }
img { max-width: 100%;}
.sp { display: block;}
.pc { display: none;}
.textC { text-align: center;}
.f_bold { font-weight: 600;}
.f_medium { font-weight: 500;}
.l-medium { text-align: left; font-weight: 500;}
.bg_gray { background-color: #eeeeee;}
.bg_white { background-color: #fff;}
.bg_gold {
  background: rgb(247,238,183);
  background: -moz-linear-gradient(45deg,  rgb(247,238,183) 1%, rgb(216,194,113) 27%, rgb(216,194,113) 49%, rgb(228,213,157) 75%, rgb(228,213,157) 100%);
  background: -webkit-linear-gradient(45deg,  rgb(247,238,183) 1%,rgb(216,194,113) 27%,rgb(216,194,113) 49%,rgb(228,213,157) 75%,rgb(228,213,157) 100%);
  background: linear-gradient(45deg,  rgb(247,238,183) 1%,rgb(216,194,113) 27%,rgb(216,194,113) 49%,rgb(228,213,157) 75%,rgb(228,213,157) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7eeb7', endColorstr='#e4d59d',GradientType=1 );
}
/*common追記*/
.m-box_main { background: #fff;}
.m-box_main_carousel { padding-top: 0;}
.m-box_gnav {
  background: rgb(70,70,71);
  background: -moz-linear-gradient(top,  rgb(70,70,71) 0%, rgb(59,59,60) 45%, rgb(50,50,50) 100%);
  background: -webkit-linear-gradient(top,  rgb(70,70,71) 0%,rgb(59,59,60) 45%,rgb(50,50,50) 100%);
  background: linear-gradient(to bottom,  rgb(70,70,71) 0%,rgb(59,59,60) 45%,rgb(50,50,50) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#464647', endColorstr='#323232',GradientType=0 );
}
.m-box_gnav_lists {
  height: 165px;
  padding: 20px 0;
}
.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),
.m-box_gnav_lists>li:nth-child(5) { 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: none;}
.m-box_main_carousel_aniversary { display: none; }

h1,h2,h3 { font-weight: 600;}
h2 { font-size: 58px;}
h3 {
  background-color: #fff;
  display: inline-block;
  min-width: 680px;
  font-size: 48px;
  padding: 16px 0;
  margin-bottom: 44px;
}
sup {
  vertical-align: super;
  top: 2px;
  left: 1px;
  font-size: 45%;
}
.effect_wrap,
.easyuse_wrap,
.voice_wrap,
.promotion_wrap { text-align: center; }

.ttl {
  text-align: center;
  color: #fff;
  background-color: #033f91;
  font-size: 48px;
  padding: 26px 0;
  margin-bottom: 65px;
}
.line_red { border-top: 8px solid #ce162a; border-bottom: 8px solid #ce162a;}
.line_blue { border-top: 8px solid #3a9bdd; border-bottom: 8px solid #3a9bdd;}
.line_gray { border-top: 8px solid #2f3131; border-bottom: 8px solid #2f3131;}

#new_item p,
#effect p,
#easyuse p,
#voice p,
#promotion p {
  font-size: 38px;
  line-height: 1.5em;
}
#effect p.f-small,
#easyuse p.f-small { font-size: 33px;}

#new_item .new_item_wrap {
  position: relative;
  padding: 60px 0 230px;
  background: url(../images/bg_gold.png) bottom/cover no-repeat;
}
#new_item .new_item_wrap:after {
  content: '';
  background: url(../images/btn_scroll.png) center/contain no-repeat;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 138px;
  height: 139px;
}
#new_item p.copy {
  color: #ce162a;
  font-weight: 600;
  line-height: 1.2em;
  font-size: 48px;
}
#new_item p.copy small { font-size: 27px;}
#new_item .new_item_img { padding: 30px 0;}
#new_item p.txt { font-weight: 500; margin: 80px 0 45px;}

#new_item .btn ul {
  display: flex;
  justify-content: space-between;
}
#new_item .btn ul li {
  position: relative;
  background-color: #033f91;
  min-width: 425px;
}
#new_item .btn ul li a { display: block;}
#new_item .btn ul li.effect a { padding: 38px 5px 38px 115px;}
#new_item .btn ul li.easyuse a { padding: 38px 5px 38px 30px;}
#new_item .btn ul li a::after {
  content: '';
  background: url(../images/btn_anker.png) no-repeat;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background-size: contain;
}
#new_item .btn span {
  text-align: left;
  font-weight: 600;
  font-size: 29px;
}
#effect .effect_wrap { padding-top: 100px;}
.l-contents.baloon:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -40px;
  border: 40px solid transparent;
  border-top: 36px solid #fff;
}
#effect .effect_wrap p.intro { font-weight: 500; padding: 45px 0;}

#effect .effect_wrap p.annotation,
#easyuse .easyuse_wrap p.annotation {
  text-align: right;
  font-weight: normal;
  font-size: 26px;
}
#effect .effect_content { padding-bottom: 12px;}
#effect .effect_content .point { padding: 76px 0 40px;}
#effect .effect_content .point.animated { opacity: 0;}
#effect .effect_point_img01 { padding: 35px 0;}
#effect .effect_point_img02 { margin-bottom: 40px;}
#effect .effect_point_img03 { padding: 75px 0 20px;}
#effect .effect_point_img04 { padding: 40px 0;}

#effect .effect_content .graph_box { padding-top: 70px; opacity: 0;}
#effect .effect_content .theme {
  color: #fafafa;
  font-feature-settings: "palt";
  font-weight: 600;
  padding: 20px 0;
}
#effect .effect_content .graph_box._01 .graph_wrap { padding: 54px 34px 45px;}
#effect .effect_content .graph_box._01 p { font-size: 27px;}
#effect .effect_content .theme._red { font-size: 38px; background-color: #ce162a;}
#effect .effect_content .theme._red span { font-size: 32px;}
#effect .effect_content .point p.patent {
  font-size: 29px;
  line-height: 2;
  margin-top: 20px;
}
#effect .effect_content .point p.patent span {
  background-color: #f8f2f2;
  border: 2px solid;
  font-size: 29px;
  padding: 5px;
}
#effect .effect_content .graph_box._02 .graph_wrap { padding: 36px 30px;}
#effect .effect_content .graph_box._02 p { font-size: 29px;}
#effect .effect_content .theme._blue { font-size: 36px; background-color: #3a9bdd;}
#effect .effect_content .theme._blue span { font-size: 29px;}
#effect .effect_content .example ._ttl {
  font-size: 38px;
  font-weight: 600;
  display: inline-block;
  color: #fff;
  padding: 10px 25px;
  margin-bottom: 34px;
}
#effect .effect_content .example .use_pest ._ttl,
#effect .effect_content .example .use_pest ul li .name { background-color: #e60012;}
#effect .effect_content .example .use_disease ._ttl,
#effect .effect_content .example .use_disease ul li .name { background-color: #397aa6;}
#effect .effect_content .example ul {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
#effect .effect_content .example ul li {
  box-sizing: border-box;
  width: 32%;
  height: auto;
  margin-right: 2%;
  margin-bottom: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#effect .effect_content .example ul li:nth-child(3n) {
  margin-right: 0;
}
#effect .effect_content .example ul li .name {
  color: #fff;
  text-align: center;
  font-size: 33px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#effect .effect_content .example ul li .name.f-small {
  font-size: 25px;
}
#easyuse .easyuse_wrap { padding-top: 100px;}
#easyuse .easyuse_wrap .l-contents { padding-bottom: 98px;}
#easyuse .easyuse_wrap p.intro { font-weight: 500; padding: 45px 0 0;}
#easyuse .easyuse_content .point:first-child { padding: 98px 0 70px;}
#easyuse .easyuse_content .point.animated,
#easyuse .easyuse_content .point .animated{ opacity: 0;}
#easyuse .easyuse_content .easyuse_point_box._01 {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 70px;
  opacity: 0;
}
#easyuse .easyuse_content .easyuse_point_box._02 {
  padding-top: 30px;
  opacity: 0;
}
#easyuse .easyuse_content .easyuse_point_box p {
  font-size: 33px;
  font-weight: 600;
}
#easyuse .easyuse_content .easyuse_point_box._01 p {
  text-align: left;
  line-height: 1.8;
  margin: 20px 0 0;
}
#easyuse .easyuse_content .easyuse_point_box._01 span {
  border: 3px solid;
  background-color: #f8f2f2;
  padding: 5px 10px;
}
#easyuse .easyuse_content .easyuse_point_box._02 p {
  text-align: center;
  margin: 25px 0 0;
}
#easyuse .easyuse_content .t_ttl {
  color: #fff;
  background-color: #ce162a;
  font-size: 49px;
  font-weight: 600;
  padding: 45px 0;
}
#easyuse .easyuse_content table,
#easyuse .easyuse_content th,
#easyuse .easyuse_content td {
  border-collapse: collapse;
  border: 2px solid #dbf0de;
  vertical-align: middle;
}
#easyuse .easyuse_content table {
  width: 100%;
  background-color: #fff;
}
#easyuse .easyuse_content th,
#easyuse .easyuse_content td {
  text-align: center;
  font-size: 38px;
  padding: 15px;
}
#easyuse .easyuse_content td.f-small {
  font-size: 31px;
}
#easyuse .easyuse_content td.f-small span {
  font-size: 21px;
}
#easyuse .easyuse_content th {
  color: #0c9720;
  background-color: #f2fcf4;
  font-weight: 600;
}
/*toggle*/
#easyuse .easyuse_content .table_box .t_ttl.switch {
  position: relative;
}
#easyuse .easyuse_content .table_box .t_ttl.switch:after {
  content: '';
  background: url(../images/btn_switch.png) center no-repeat;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  width: 29px;
  height: 19px;
  transition: transform .4s;
  background-size: contain;
}
#easyuse .easyuse_content .table_box .t_ttl.switch.open:after {
  transform: translateY(-50%) rotate(180deg);
}
#easyuse .easyuse_content .table_box table { display: none;}
#easyuse .easyuse_content th.product { width: 35%;}
#easyuse .easyuse_content th.bug { width: 65%;}
#easyuse .easyuse_content td { font-weight: 500;}
#easyuse .easyuse_content td:nth-child(2),
#easyuse .easyuse_content td.textL {
  text-align: left;
}
#easyuse .easyuse_content .benica_howto {
  background-color: #fff;
  border: 4px solid #1a509a;
  border-radius: 5px;
  margin-top: 77px;
}
#easyuse .easyuse_content .benica_howto_btn {
  position: relative;
  padding: 23px 0;
}
#easyuse .easyuse_content .benica_howto_btn a {
  display: block;
}
#easyuse .easyuse_content .benica_howto_btn::after {
  content: '';
  background: url(../images/btn_howto.png) center no-repeat;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 40px;
  height: 32px;
  background-size: contain;
}
#voice .voice_wrap { padding: 100px 0 0;}
#voice .voice_wrap .user_voice_img { margin-bottom: 30px;}
#voice .voice_content { margin-top: 60px;}
#voice .voice_content ul li {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Sawarabi Mincho", serif;
  position: relative;
  color: #033f91;
  font-weight: 500;
  font-size: 38px;
  padding-left: 70px;
  line-height: 2.2;
  opacity: 0;
}
#voice .voice_content ul li:last-child {
  display: none;
}
#voice .voice_content ul li:before {
  content: '';
  background: url(../images/voice_icon.png) no-repeat;
  position: absolute;
  top: 20px;
  left: 5px;
  width: 47px;
  height: 44px;
  background-size: contain;
}
#voice .voice_content ul li:nth-child(even):before {
  background-image: none;
}
#voice .voice_content .bg_dashed {
  background-image: url(../images/comment_bg.png);
  background-size: 43px auto;
  background-position-y: 0;
  line-height: 22px;
  padding: 0 0 0 2.5em;
}
#voice .voice_content p {
  text-align: right;
  font-size: 27px;
  padding-top: 40px;
}
#voice .voice_wrap .comingSoon { margin-top: 130px; opacity: 0;}

/*20200925add*/
#voice .voice_wrap .voice_user_wrap {
  margin-top: 72px;
  background-color: #f1f5f6;
}
#voice .voice_wrap .voice_user_wrap .d-flex {
  display: flex;
}
#voice .voice_wrap .voice_user_wrap .justify-contents-space-between {
  justify-content: space-between;
}
#voice .voice_wrap .voice_user_wrap__ttl {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  background-color: #033f91;
  padding: 30px;
}
#voice .voice_wrap .voice_user_wrap__opinion {
  padding: 70px 0 60px;
}
#voice .voice_wrap .voice_user_wrap__opinion ul {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
#voice .voice_wrap .voice_user_wrap__opinion li {
  padding: 0 25px;
  max-width: 100%;
}
.slick-arrows.slick-prev {
  display: inline-block;
  width: 54px;
  height: 161px;
  position: absolute;
  top: 50%;
  left: 11%;
  transform: translateY(-50%);
  z-index: 10;
}
.slick-arrows.slick-prev::before {
  content: url(../images/voice_opinion_arrow_sp.png);
}
.slick-arrows.slick-next {
  display: inline-block;
  width: 54px;
  height: 161px;
  position: absolute;
  top: 50%;
  right: 11%;
  transform:translateY(-50%) rotateZ(180deg);
  z-index: 10;
}
.slick-arrows.slick-next::before {
  content: url(../images/voice_opinion_arrow_sp.png);
}
#voice .voice_wrap .opinion__header {
  position: relative;
  color: #fff;
  background-color: #ce172b;
  padding: 17px 17px 17px 21px;
  border-radius: 14px 14px 0 0;
  max-width: 100%;
}
#voice .voice_wrap .opinion__header::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 10%;
  transform: translateX(-10%);
  border: 18px solid transparent;
  border-top: 18px solid #ce172b;
}
#voice .voice_wrap .opinion__header__member {
  align-items: center;
}
#voice .voice_wrap dt.icon {
  content: '';
  display: inline-block;
  width: 116px;
  height: 116px;
}
#voice .voice_wrap dt.icon.male {
  background: url(../images/voice_opinion_m.png) no-repeat 100%/contain;
}
#voice .voice_wrap dt.icon.female {
  background: url(../images/voice_opinion_f.png) no-repeat 100%/contain;
}
#voice .voice_wrap dd.profile {
  font-size: 36px;
  margin-left: 20px;
}
#voice .voice_wrap .opinion__header__count {
  font-size: 28px;
}
#voice .voice_wrap .opinion__body {
  background-color: #fff;
  border: 2px solid;
  border-color: transparent #bab9b9 #bab9b9 #bab9b9;
  border-radius: 0 0 14px 14px;
  min-height: 800px;
  padding: 47px;
}
#voice .voice_wrap .opinion__body p{
  font-size: 34px;
  margin-bottom: 15px;
}
#voice .voice_wrap .opinion__body p:last-child {
  margin-bottom: 0;
}
#voice .voice_wrap .opinion_source {
  font-size: 32px;
  padding-bottom: 70px;
}
#promotion .promotion_wrap { padding: 50px 0 90px;}
#promotion .promotion_wrap .benica_items_ttl { margin-bottom: 60px; }
#promotion .promotion_wrap .benica_items_ttl p { margin-top: 30px;}
#promotion .promotion_wrap .benica_items_img { padding: 60px 0 80px;}

.benicax_items_list {
  margin-bottom: 185px;
}
#promotion .promotion_wrap .benicax_items_list_item {
  text-align: center;
}
#promotion .promotion_wrap .benicax_items_list_item + .benicax_items_list_item {
  margin-top: 165px;
}
.items_list_item__img {
  max-width: 78%;
  margin: auto;
}
.items_list_item__img img {
  width: 80%;
}
.items_list_item:nth-of-type(3) .items_list_item__img img {
  width: 95%;
}
#promotion .promotion_wrap .benicax_items_list_item_link {
  position: relative;
  color: #fff;
  background-color: #ce172b;
  font-size: 42px;
  font-weight: 600;
  display: block;
  padding: 40.2px 40px;
  width: 78%;
  margin: 55px auto 0;
}
#promotion .promotion_wrap .benicax_items_list_item_link::after {
  content: "";
  display: inline-block;
  border-top: 3px solid;
  border-right: 3px solid;
  width: 25px;
  height: 25px;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 12px);
  right: 45px;
}
#promotion .promotion_wrap .items_list_item_link--roses {
  background-color: #00449b;
}
#movie .movie_main + .movie_main {
  margin-top: 55px;
  padding-top: 15px;
}

/*animation*/
@-webkit-keyframes fadeInVoice {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInVoice {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
.fadeInVoice {
  -webkit-animation-name: fadeInVoice;
  animation-name: fadeInVoice;
  animation-duration: .5s;
  animation-timing-function: ease-out;
}
.voice_content ul li { opacity: 0;}
.voice_content ul li:nth-child(1),
.voice_content ul li:nth-child(2) {
  animation-delay: .5s;
}
.voice_content ul li:nth-child(3),
.voice_content ul li:nth-child(4) {
  animation-delay: 1s;
}
.voice_content ul li:nth-child(5),
.voice_content ul li:nth-child(6) {
  animation-delay: 1.5s;
}
.voice_content ul li:nth-child(7),
.voice_content ul li:nth-child(8) {
  animation-delay: 2s;
}
/*fadeIn*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}
/*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;
}
/*fadeInUp*/
@-webkit-keyframes fadeInUp {
  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 fadeInUp {
  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);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}
.animated {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media screen and (min-width: 1041px) {
  .sp { display: none;}
  .pc { display: block;}
  /*common追記*/
  .m-box_gnav_lists {
    height: 80px;
    padding: 20px 0;
  }
  .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(5) { padding-right: 0;}
  .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;
  }

  h2 { font-size: 31px;}
  h3 {
    min-width: 358px;
    font-size: 25px;
    padding: 8px 0;
    margin-bottom: 23px;
  }
  sup {
    top: 2px;
    left: 1px;
    font-size: 45%;
  }
  .ttl {
    font-size: 25px;
    padding: 13px 0;
    width: 80%;
    margin: 0 auto 34px;
  }
  .line_red { border-top: 4px solid #ce162a; border-bottom: 4px solid #ce162a;}
  .line_blue { border-top: 4px solid #3a9bdd; border-bottom: 4px solid #3a9bdd;}
  .line_gray { border-top: 4px solid #2f3131; border-bottom: 4px solid #2f3131;}
  #new_item p,
  #effect p,
  #easyuse p,
  #voice p,
  #promotion p {
    font-size: 20px;
  }
  #effect p.f-small,
  #easyuse p.f-small { font-size: 17px;}
  #new_item .new_item_wrap {
    padding: 31px 0 110px;
  }
  #new_item .new_item_wrap:after {
    bottom: 16px;
    width: 65px;
    height: 65px;
  }
  #new_item p.copy {
    font-size: 28px;
  }
  #new_item p.copy small { font-size: 14px;}
  #new_item .new_item_img img { width: 28%;}
  #new_item p.txt { margin: 42px 0 23px;}
  #new_item .btn ul {
    display: flex;
    justify-content: space-around;
    width: 550px;
    margin: 0 auto;
  }
  #new_item .btn ul li {
    min-width: 250px;
  }
  #new_item .btn ul li.effect a { padding: 20px 5px 20px 60px;}
  #new_item .btn ul li.easyuse a { padding: 20px 5px 20px 16px;}
  #new_item .btn ul li a::after {
    width: 25px;
    height: 25px;
  }
  #new_item .btn span {
    font-size: 16px;
  }

  #effect .effect_wrap { padding-top: 0; margin-top: 68px;}
  .l-contents.baloon:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -21px;
    border: 21px solid transparent;
    border-top: 19px solid #fff;
  }
  #effect .effect_wrap p.intro { padding: 23px 0;}
  #effect .effect_wrap p.annotation,
  #easyuse .easyuse_wrap p.annotation {
    font-size: 14px;
    margin-right: 150px;
  }
  #effect .effect_content { padding-bottom: 0;}
  #effect .effect_content .point { padding: 76px 0 40px;}
  #effect .effect_content .point p.w80 { width: 80%; margin: 0 auto;}
  #effect .effect_point_img01 { padding: 18px 0;}
  #effect .effect_point_img02 img,
  #effect .effect_point_img04 img { width: 80%;}
  #effect .effect_point_img01 img { width: 60%;}
  #effect .effect_point_img03 img { width: 50%;}
  #effect .effect_point_img02 { margin-bottom: 21px;}
  #effect .effect_point_img03 { padding: 39px 0 11px;}
  #effect .effect_point_img04 { padding: 21px 0;}
  #effect .effect_content .graph_box { padding-top: 37px;}
  #effect .effect_content .theme {
    padding: 11px 0;
  }
  #effect .effect_content .graph_box { width: 80%; margin: 0 auto;}
  #effect .effect_content .graph_box._01 .graph_wrap { padding: 28px 18px 23px;}
  #effect .effect_content .graph_box._01 p { font-size: 14px;}
  #effect .effect_content .theme._red { font-size: 22px;}
  #effect .effect_content .theme._red span { font-size: 18px;}

  #effect .effect_content .point p.patent {
    font-size: 16px;
    margin-top: 11px;
  }
  #effect .effect_content .point p.patent span {
    font-size: 16px;
    padding: 3px;
  }
  #effect .effect_content .graph_box._02 .graph_wrap { padding: 19px 16px;}
  #effect .effect_content .graph_box._02 p { font-size: 16px;}
  #effect .effect_content .theme._blue { font-size: 22px;}
  #effect .effect_content .theme._blue span { font-size: 18px;}
  #effect .effect_content .example { width: 80%; margin: 0 auto;}
  #effect .effect_content .example ._ttl {
    font-size: 20px;
    padding: 5px 13px;
    margin-bottom: 18px;
  }
  #effect .effect_content .example ul {
    margin-bottom: 21px;
  }
  #effect .effect_content .example ul li .name {
    font-size: 17px;
    padding: 3px 0;
  }
  #effect .effect_content .example ul li .name.f-small {
    font-size: 17px;
  }
  #easyuse .easyuse_wrap { padding-top: 0; margin-top: 66px;}
  #easyuse .easyuse_wrap .l-contents { padding-bottom: 51px;}
  #easyuse .easyuse_wrap p.intro { padding: 23px 0 0;}
  #easyuse .easyuse_content .point:first-child { padding: 51px 0 50px;}
  #easyuse .easyuse_content .point p.w80 { width: 80%; margin: 0 auto;}
  #easyuse .easyuse_content .easyuse_point { max-width: 330px;}
  #easyuse .easyuse_content .easyuse_point_box { width: 80%; margin: 0 auto;}
  #easyuse .easyuse_content .easyuse_point_box._01 {
    padding-top: 37px;
  }
  #easyuse .easyuse_content .easyuse_point_box._01 img {
    width: 330px;
  }
  #easyuse .easyuse_content .easyuse_point_box._02 {
    padding-top: 16px;
  }
  #easyuse .easyuse_content .easyuse_point_box._02 img {
    width: 33%;
  }
  #easyuse .easyuse_content .easyuse_point_box p {
    font-size: 17px;
  }
  #easyuse .easyuse_content .easyuse_point_box._01 p {
    margin: 11px 0 0;
  }
  #easyuse .easyuse_content .easyuse_point_box._01 span {
    border: 2px solid;
    padding: 3px 5px;
  }
  #easyuse .easyuse_content .easyuse_point_box._02 p {
    margin: 13px 0 0;
  }
  #easyuse .easyuse_content .t_ttl {
    font-size: 26px;
    padding: 23px 0;
  }
  #easyuse .easyuse_content th,
  #easyuse .easyuse_content td {
    font-size: 20px;
  }
  #easyuse .easyuse_content td.f-small {
    font-size: 20px;
  }
  #easyuse .easyuse_content td.f-small span {
    font-size: 16px;
  }
  #easyuse .easyuse_content th,
  #easyuse .easyuse_content td {
    padding: 8px;
  }
  /*toggle*/
  #easyuse .easyuse_content .table_box { width: 80%; margin: 10px auto 0;}
  #easyuse .easyuse_content .table_box .t_ttl.switch:after {
    width: 16px;
    height: 11px;
  }
  #easyuse .easyuse_content .benica_howto {
    border: 3px solid #1a509a;
    margin-top: 40px;
    width: 80%;
    margin: 40px auto 53px;
  }
  #easyuse .easyuse_content .benica_howto img { width: 60%;}
  #easyuse .easyuse_content .benica_howto_btn {
    padding: 12px 0;
  }
  #easyuse .easyuse_content .benica_howto_btn::after {
    right: 20px;
    width: 22px;
    height: 20px;
  }
  #voice .voice_wrap { padding: 0; margin-top: 66px;}
  #voice .voice_wrap .user_voice_img { margin-bottom: 16px;}
  #voice .voice_wrap .user_voice_img img { width: 12%;}
  #voice .voice_content {
    margin-top: 31px;
    width: 80%;
    margin: 31px auto 0;
  }
  #voice .voice_content ul li {
    font-size: 20px;
    padding-left: 37px;
  }
  #voice .voice_content ul li:last-child {
    display: block;
  }
  #voice .voice_content ul li:before {
    top: 10px;
    left: 3px;
    width: 24px;
    height: 23px;
  }
  #voice .voice_content .bg_dashed {
    background-size: 23px auto;
    line-height: 12px;
  }
  #voice .voice_content p {
    font-size: 15px;
    padding-top: 5px;
  }
  #voice .voice_wrap .comingSoon { margin-top: 68px;}
  #voice .voice_wrap .comingSoon img { width: 50%;}

  /*20200925add*/
  #voice .voice_wrap .voice_user_wrap {
    margin-top: 123px;
  }
  #voice .voice_wrap .voice_user_wrap__ttl {
    font-size: 31px;
    padding: 25px;
  }
  #voice .voice_wrap .voice_user_wrap__opinion {
    padding: 50px 35px 0;
  }
  #voice .voice_wrap .voice_user_wrap__opinion ul {
    max-width: 880px;
    margin: 0 auto;
  }
  #voice .voice_wrap .voice_user_wrap__opinion li {
    padding: 0 5px;
    max-width: 274px;
  }
  .slick-arrows.slick-prev {
    width: 58px;
    height: 57px;
    top: 50%;
    left: -65px;
    transform: translateY(-50%);
    z-index: 10;
  }
  .slick-arrows.slick-prev::before {
    content: url(../images/voice_opinion_arrow.png);
  }
  .slick-arrows.slick-next {
    width: 58px;
    height: 57px;
    top: 50%;
    right: -65px;
    transform: translateY(-50%) rotateZ(180deg);
    z-index: 10;
  }
  .slick-arrows.slick-next::before {
    content: url(../images/voice_opinion_arrow.png);
  }
  #voice .voice_wrap .opinion__header {
    position: relative;
    color: #fff;
    background-color: #ce172b;
    padding: 9px 9px 10px 12px;
    border-radius: 8px 8px 0 0;
    max-width: 100%;
  }
  #voice .voice_wrap .opinion__header::after {
    position: absolute;
    content: "";
    position: absolute;
    top: 100%;
    left: 11%;
    transform: translateX(-11%);
    border: 7px solid transparent;
    border-top: 7px solid #ce172b;
  }
  #voice .voice_wrap dt.icon {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
  }
  #voice .voice_wrap dt.icon.male {
    background: url(../images/voice_opinion_m.png) no-repeat 100%/contain;
  }
  #voice .voice_wrap dt.icon.female {
    background: url(../images/voice_opinion_f.png) no-repeat 100%/contain;
  }
  #voice .voice_wrap dd.profile {
    font-size: 18px;
    margin-left: 10px;
  }
  #voice .voice_wrap .opinion__header__count {
    font-size: 14px;
  }
  #voice .voice_wrap .opinion__body {
    background-color: #fff;
    border: 1px solid;
    border-color: transparent #bab9b9 #bab9b9 #bab9b9;
    border-radius: 0 0 8px 8px;
    min-height: 395px;
    padding: 18px 18px 40px;
  }
  #voice .voice_wrap .opinion__body p{
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  #voice .voice_wrap .opinion__body p:last-child {
    margin-bottom: 0;
  }
  #voice .voice_wrap .opinion_source {
    font-size: 14px;
    text-align: right;
    width: 840px;
    margin: 30px auto 0;
    padding-bottom: 35px;
  }

  #promotion .promotion_wrap .benicax_items_list {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 30px;
    margin: 0 auto 90px;
  }
  .items_list_item {
    width: 257px;
  }
  #promotion .promotion_wrap .benicax_items_list_item + .benicax_items_list_item {
    margin-top: 0;
  }
  .items_list_item:nth-of-type(1) {
    width: 257px;
  }
  .items_list_item:nth-of-type(2) {
    width: 250px;
  }
  .items_list_item:nth-of-type(3) {
    width: 315px;
  }
  .items_list_item:nth-of-type(1) .items_list_item__img {
    width: 257px;
  }
  .items_list_item:nth-of-type(2) .items_list_item__img {
    width: 250px;
  }
  .items_list_item:nth-of-type(3) .items_list_item__img {
    width: 315px;
  }
  .items_list_item .items_list_item__img {
    margin:  auto;
  }

  .items_list_item__img {
    max-width: 100%;
    margin: auto;
  }
  .items_list_item__img img {
    width: 100%;
  }
  .items_list_item:nth-of-type(3) .items_list_item__img img {
    width: 100%;
  }
  #promotion .promotion_wrap .benicax_items_list_item_link {
    font-size: 18px;
    padding: 18px;
    width: 250px;
    margin: 30px auto 0;
  }
  #promotion .promotion_wrap .benicax_items_list_item_link::after {
    border-top: 2px solid;
    border-right: 2px solid;
    width: 11px;
    height: 11px;
    top: calc(50% - 7px);
    right: 15px;
  }
  #movie .movie_main + .movie_main {
    margin-top: auto;
    padding-top: 35px;
  }
  #promotion .promotion_wrap { padding: 30px 0 120px;}
  #promotion .promotion_wrap .benica_items { width: 80%; margin: 0 auto;}
  #promotion .promotion_wrap .benica_items_ttl { margin-bottom: 35px;}
  #promotion .promotion_wrap .benica_items_ttl p { margin-top: 16px;}
  #promotion .promotion_wrap .benica_items_ttl img { width: 60%;}
  #promotion .promotion_wrap .benica_items_img { padding: 31px 0 42px;}
  #promotion .promotion_wrap .benica_items_img img { width: 75%;}
  #promotion .promotion_wrap #movie .movie_main { width: 80%; margin: 0 auto;}
}
