@charset "UTF-8";

@font-face {
  font-family: 'SourceHanSans';
  font-style: normal;
  font-weight: 400;
  src: url(/fmv/special/uservoice/assets/font/SourceHanSans-Regular.ttf) format('truetype');
  src: url(/fmv/special/uservoice/assets/font/SourceHanSans-Regular.woff) format('woff');
}
@font-face {
  font-family: 'SourceHanSans';
  font-style: normal;
  font-weight: 700;
  src: url(/fmv/special/uservoice/assets/font/SourceHanSans-Medium.ttf) format('truetype');
  src: url(/fmv/special/uservoice/assets/font/SourceHanSans-Medium.woff) format('woff');
}

/*==================================================
  Universal Reset
  Default Style
  hasLayout
==================================================*/

/*--------------------------------------------------
  Universal Reset
--------------------------------------------------*/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
del,
ins,
em,
img,
hr,
q,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ヒラギノ角ゴシチE', 'MS PGothic', sans-serif;
  margin: 0;
  padding: 0;
}
h1,
h2 {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ヒラギノ角ゴシチE', 'MS PGothic', sans-serif;
  font-weight: lighter !important;
  letter-spacing: 1px;
}
.SourceHanSans {
  font-family: 'SourceHanSans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
table,
th,
td {
  border: 0 none;
}
th {
  font-weight: normal;
  text-align: left;
}
caption {
  text-align: left;
}
strong,
em {
  font-style: normal;
}
img {
  border: 0;
  vertical-align: top;
}
dt {
  font-weight: normal;
}
fieldset {
  border: 0 none;
}
legend {
  display: none;
}
textarea {
  font-size: 1em;
}
.borderBtmNone {
  border-bottom: none!important;
}
.borderBtm01 {
  border-bottom: 1px solid #bfb4b4!important;
}
.mb00 {
  margin-bottom: 0!important;
}
.mb30 {
  margin-bottom: 30px!important;
}
.mb60 {
  margin-bottom: 60px!important;
}
.pt40 {
  padding-top: 40px!important;
}
.pl00 {
  padding-left: 0!important;
}
.pb00 {
  padding-bottom: 0!important;
}
.pb10 {
  padding-bottom: 10px!important;
}
.pt30 {
  padding-top: 30px!important;
}

/*--------------------------------------------------
  Default Style
--------------------------------------------------*/
body {
  background: #fff;
  color: #000;
  font-size: 14px;
  margin-bottom: 0;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: 100%;
}
em {
  font-style: italic;
}
strong {
  color: #444;
  font-weight: bold !important;
}
a,
a:link,
a:visited {
  color: #444;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #000;
  text-decoration: none;
}
sup {
  vertical-align: top;
}
sub {
  vertical-align: baseline;
}
img {
  height: auto;
  max-width: 100%;
}
p {
  line-height: 1.68;
}
.fade {
  opacity: 0;
}
.inner a:hover img,
.footer-banner a:hover img {
  opacity: 0.7;
}
.inner .box:hover p,
.inner .box:hover h3 {
  opacity: 0.7;
}
iframe[name="google_conversion_frame"]{
  display: none;
}
.pc_none {
  display: none;
}
.sp_none {
  display: block;
}
@media screen and (max-width:768px) {
  body {
    word-break: break-all;
    min-width: 320px;
  }
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
}

/*--------------------------------------------------
  hasLayout
--------------------------------------------------*/
div,
ul,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  zoom: 1;
}
.inner {
  margin: 0px auto;
  max-width: 1040px;
}
.fixed {
  height: 100%;
  position: fixed;
  width: 100%;
}

/*--------------------------------------------------
  header
--------------------------------------------------*/
#header {
  /*  background-image: url(/fmv/special/uservoice/assets/images/logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 230px auto;
*/
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,.1);
  height: 55px;
  position: relative;
  width: 100%;
}
#header .headerInner {
  overflow: hidden;
  zoom: 1;
}
#header:after {
  clear: both;
  content: '.';
  display: block;
  font-size: .1em;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.header-left {
  float: left;
}
.header-left .brand-logo {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}
.header a {
  color: #000;
  display: block;
}
#header .header-center {
  bottom: 0;
  left: 0;
  margin: auto;
  margin-top: 12px;
  position: absolute;
  right: 0;
  top: 0;
  width: 230px;
  z-index: 100;
}
.header-right {
  display: block;
  float: right;
  height: 35px;
  padding: 20px 20px 0px 0px;
  width: auto;
}
.header-right .sub-nav {
  display: block;
  float: left;
  height: 100%;
  vertical-align: middle;
}
.header-right .sub-nav > li {
  display: block;
  font-weight: 700;
  height: 100%;
  margin-left: 9px;
}
.header-right .sub-nav > li > span {
  display: block;
  height: 100%;
  padding-left: 169px;
}
.header-right .sub-nav > li span span {
  background-image: url(/fmv/special/uservoice/assets/images/arrow_menu_down.png);
  background-position: left 8px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  display: block;
  height: 100%;
  padding: 0 10px 0 20px;
}
.header-right .sub-nav > li span span:hover {
  border-bottom: 3px solid #e60012;
  cursor: pointer;
}
.header-right .sub-nav > li span span.active {
  background-image: url(/fmv/special/uservoice/assets/images/arrow_menu_up.png);
  border-bottom: 3px solid #e60012;
}
.header-right .sns-header {
  border-left: solid 1px #000;
  display: inline-block;
  float: left;
  margin-left: 10px;
  padding-left: 10px;
  vertical-align: middle;
}
.header-right .sns-header div {
  display: inline-block;
  /*vertical-align: top;*/
}
#menuContents {
  background: #fff;
  border-top: 1px solid #d5d5d5;
  box-sizing: border-box;
  display: none;
  left: 0;
  padding: 0 20px;
  position: absolute;
  top: 55px;
  width: 100%;
  z-index: 10000;
}
#menuContents .inner {
  max-width: 950px;
  width: 100%;
}
#menuContents .menuContentsTop {
  border-bottom: 1px solid #bfb4b4;
  padding: 20px 0 6px 0;
}
#menuContents .menuContentsTop ul li a {
  background: transparent url(/fmv/special/uservoice/assets/images/icon_arrow_02.png) left center / 19px auto no-repeat;
  display: inline-block;
  font-size: 114.2%;
  font-weight: normal;
  margin-bottom: 14px;
  padding-left: 30px;
}
#menuContents .menuContentsTop ul li a:hover {
  opacity: .5;
}
#menuContents .menuContentsBtm {
  display: table;
  padding: 40px 0 20px;
  width: 100%;
}
#menuContents .menuContentsBtm .txt {
  display: table-cell;
  font-size: 114.2%;
  vertical-align: middle;
  width: 31%;
}
#menuContents .menuContentsBtm .btnBox {
  display: table-cell;
}
#menuContents .menuContentsBtm .btnBox ul {
  overflow: hidden;
  zoom: 0;
}
#menuContents .menuContentsBtm .btnBox ul li {
  float: left;
  padding-bottom: 20px;
  position: relative;
  width: 50%;
}
#menuContents .menuContentsBtm .btnBox ul li:hover {
  opacity: .7;
}
#menuContents .menuContentsBtm .btnBox ul li a {
  display: block;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 10;
}
#menuContents .menuContentsBtm .btnBox ul li .table {
  display: table;
  width: 100%;
}
#menuContents .menuContentsBtm .btnBox ul li .table .img {
  display: table-cell;
  width: 18%;
}
#menuContents .menuContentsBtm .btnBox ul li .table .img img {
  height: auto;
  max-width: 119px;
  width: 100%;
}
#menuContents .menuContentsBtm .btnBox ul li .table .txt {
  display: table-cell;
  font-size: 100%;
  padding-left: 10px;
}
#menuContents .menuContentsBtm .btnBox ul li .table .txt p {
  background: transparent url(/fmv/special/uservoice/assets/images/icon_arrow_02.png) left 2px / 19px auto no-repeat;
  font-weight: normal;
  padding-left: 30px;
}
@media screen and (max-width:768px) {
  #headerSp {
    border-bottom: 1px solid #fff;
    /*
  overflow: hidden;
  zoom: 1;
  background-image: url(/fmv/special/uservoice/assets/images/logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 154px auto;
*/
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,.1);
    box-sizing: border-box;
    height: 45px;
    position: relative;
    width: 100%;
  }
  #headerSp .header-center img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 154px;
    /*margin-top: 10px;*/
  }
  #headerSp .header-left img {
    height: auto;
    width: 73px;
  }
  #headerSp .header-right {
    padding: 0;
    width: auto;
  }
  #menuContentsSp {
    background: #fff;
    display: none;
    left: 0;
    overflow-y: scroll;
    position: absolute;
    top: 45px;
    width: 100%;
    z-index: 10000;
  }
  #menuContentsSp .topList {
    width: 100%;
  }
  #menuContentsSp .topList ul li {
    background: transparent url(/fmv/special/uservoice/assets/images/icon_arrow_01.png) 94% center / 15px auto no-repeat;
    border-top: 1px solid #bfb4b4;
    box-sizing: border-box;
  }
  #menuContentsSp .topList ul li:first-child {
    border-top: none;
  }
  #menuContentsSp .topList ul li a {
    display: block;
    font-size: 92.8%;
    padding: 20px 10px;
  }
  #menuContentsSp .ttl {
    background: #faf8f4;
    border: 1px solid #bfb4b4;
    border-left: none;
    border-right: none;
    font-size: 71.4%;
    padding: 10px;
  }
  #menuContentsSp .btmList {
    width: 100%;
  }
  #menuContentsSp .btmList ul li {
    background: transparent url(/fmv/special/uservoice/assets/images/icon_arrow_01.png) 94% center / 15px auto no-repeat;
    border-bottom: 1px solid #bfb4b4;
    box-sizing: border-box;
    display: table;
    padding: 10px;
    position: relative;
    width: 100%;
  }
  #menuContentsSp .btmList ul li a {
    display: block;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 10;
  }
  #menuContentsSp .btmList ul li .img {
    display: table-cell;
    width: 21.9%;
  }
  #menuContentsSp .btmList ul li .img img {
    width: 100%;
  }
  #menuContentsSp .btmList ul li .txt {
    display: table-cell;
    font-size: 78.5%;
    padding-left: 12px;
    vertical-align: middle;
  }
  #menuContentsSp .sns-header {
    display: block;
    float: none;
    margin: 0;
    padding: 33px 0;
    text-align: center;
  }
  #menuContentsSp .sns-header .twitter-btn,
  #menuContentsSp .sns-header .facebook-btn {
    display: inline-block;
  }
  .menuBtn {
    text-align: center;
  }
  .menuBtn p {
    display: none;
    font-size: 71.4%;
  }
  .menuBtn .nameMenu.on {
    display: block;
    padding: 24px 10px 0 0;
  }
  .menuBtn .nameClose.on {
    display: block;
    padding: 24px 12px 0 0;
  }
  .menu_icon {
    cursor: pointer;
    display: block;
    float: left;
    height: 14px;
    margin: 0 auto;
    position: absolute;
    right: 16px;
    text-align: center;
    top: 7px;
    transition: all .2s ease-in;
    width: 25px;
  }
  .menu_icon span {
    background: #333;
    display: block;
    height: 2px;
    margin-bottom: 4px;
    transition: all .4s ease-out;
    width: 25px;
  }
  .menu_icon.active {
    transform: rotate(-45deg);
  }
  .menu_icon.active .bar1 {
    transform: rotate(0deg) translateY(6px);
  }
  .menu_icon.active .bar2 {
    opacity: 0;
  }
  .menu_icon.active .bar3 {
    transform: rotate(-90deg) translateX(6px);
  }
}

/*--------------------------------------------------
  .mainVisual
--------------------------------------------------*/
.mainVisual {
  position: relative;
}
.mainVisual .slider {
  overflow: hidden;
  position: relative;
}
.mainVisualSecondPage {
  position: relative;
}
.mainVisualSecondPage .bg {
  height: auto;
  width: 100%;
}
.mainVisualSecondPage .container {
  height: 100%;
  left: 50%;
  margin: auto;
  max-height: 470px;
  /*max-width: 600px;*/
  max-width: 43.9%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
.mainVisualSecondPage .intro {
  left: 50%;
  /*text-align: center;*/
  /*top: 0;*/
  margin: auto;
  max-height: 40px;
  /*width: 100%;*/
  /*max-width: 16.105%;*/
  max-width: 30.6%;
  opacity: 0;
  position: absolute;
  top: 40%;
  transform: translate(-50%,0%);
  /*max-width: none;*/
}
.mainVisualSecondPage .intro img {
  max-width: 100%;
  width: auto;
  /*max-width: none;*/
}
.mainVisualSecondPage .head {
  /*opacity:0;*/
  display: none;
  left: 50%;
  margin: auto;
  max-width: 425px;
  position: absolute;
  top: 12.978%;
  transform: translate(-50%,0%);
  /*width: 31.112%;*/
  width: 70.8%;
  /*max-width: none;*/
}
.mainVisualSecondPage .head img {
  max-width: 425px;
  width: 100%;
  /*max-width: none;*/
}
.mainVisual .mainVisualBottomPage .left{
  float: left;
  width: 45%;
  background: #f8f6f3;
  text-align: right;
  height: 193px;
  box-sizing: border-box;
  padding: 60px 90px 0 10px;
  position: relative;
}
.mainVisual .mainVisualBottomPage .right{
  float: right;
  width: 55%;
  background: #f95b67;
  text-align: left;
  height: 193px;
  box-sizing: border-box;
  padding: 60px 0 0 0;
  position: relative;
}
.mainVisual.uh75 .mainVisualBottomPage .right{
  padding: 60px 0 0 6%;
}
.mainVisual .mainVisualBottomPage .left:before{
  position: absolute;
  content: "";
  background: url(/fmv/special/uservoice/assets/images/ah77/bg_triangle_01_pc.png) no-repeat;
  width: 90px;
  height: 192px;
  bottom: 0;
  right: 0;
}
.mainVisual .mainVisual__pcList{
  text-align: center;
}
.mainVisual .mainVisual__pcList .wide_list{
  width: 20%;
}
.mainVisual .mainVisual__pcList li a{
  display: block;
}
@media screen and (min-width:769px) {
  .mainVisual .mainVisualTop {
    padding-bottom: 50px;
  }
  .mainVisual .mainVisualTop h1 a {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(355px);
  }
  .mainVisual .mainVisual__pcList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 630px;
    margin: 0 auto;
  }
  .mainVisual .mainVisual__pcList li {
    margin-bottom: 35px;
  }
  .mainVisual .mainVisual__pcList li img {
    width: auto;
  }
  .mainVisual .mainVisualTop h1 a:hover,
  .mainVisual .mainVisual__pcList li[data-type] :hover{
    cursor: pointer;
    opacity: 0.7;
  }
  .mainVisual .mainVisualTop h1 {
    background: transparent url(/fmv/special/uservoice/assets/images/bg_mainvisual_pc.jpg) 0% 0% / cover no-repeat;
    margin: 0 0 40px;
    padding: 25px 0 15px;
  }
  .mainVisual.fh9001 .mainVisualBottomPage .left {
    width: 39%;
    padding: 60px 80px 0 0;
  }
  .mainVisual.fh9001 .mainVisualBottomPage .right {
    width: 61%;
    padding-top: 35px;
    padding-left: 20px;
  }
}
.mainVisual .mainVisualTop h1 {
  position: relative;
  text-align: center;
}
.mainVisual .mainVisualTop h1 img {
  vertical-align: bottom;
}
.mainVisual .mainVisualTop .PcListAllBtn{
  text-align: center;
  margin: 10px 0 0;
}
@media screen and (min-width:769px) {
  .mainVisual .mainVisualTop .PcListAllBtn span:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.mainVisual .mainVisualBottomPage .mainVisualTextImg{
  width: 58%;
  max-width: 378px;
}
.mainVisual .mainVisualBottomPage .mainVisualPcImg{
  width: 40%;
  max-width: 305px;
  position: relative;
  margin: -20px 0 0 -30px;
}
.mainVisual.uh75 .mainVisualBottomPage .mainVisualTextImg{
  width: 47%;
  max-width: 304px;
}
.mainVisual.uh75 .mainVisualBottomPage .mainVisualPcImg{
  width: 40%;
  max-width: 277px;
  position: relative;
  margin: -20px 0 0 -30px;
}
.mainVisual.fh9001 .mainVisualBottomPage .mainVisualTextImg{
  width: 50%;
  max-width: 416px;
}
.mainVisual.fh9001 .mainVisualBottomPage .mainVisualPcImg{
  width: 35%;
  max-width: 246px;
  margin: 0 0 0 5px;
}
@media screen and (max-width:768px) {
  .mainVisual .mainVisualFooter {
    background: #fff;
    padding: 20px;
    position: relative;
  }
  .mainVisual .mainVisual__pcList .sp_none{
    display: none;
  }
  .mainVisual .mainVisualFooter .inner p {
    font-size: 71.4%;
    padding-right: 0;
  }
  .mainVisual .mainVisualFooter .inner .thumb {
    width: 36%;
  }
  .mainVisual .mainVisualFooter .inner .thumb img {
    width: 100%;
  }
  /* .mainVisualSecondPageSp */
  .mainVisualSecondPageSp {
    position: relative;
  }
  .mainVisualSecondPageSp img {
    width: 100%;
  }
  .mainVisualSecondPageSp .img {
    position: relative;
  }
  .mainVisualSecondPageSp .accordion {
    position: relative;
  }
  .mainVisualSecondPageSp .accordion .txtImg {
    position: absolute;
    width: 100%;
  }
  .mainVisualSecondPageSp .accordion .txtImg img {
    width: 100%;
  }
  .mainVisualSecondPageSp .accordion .txtImg.open {
    position: relative;
  }
  .mainVisualSecondPageSp .accordion .btn {
    display: block;
    padding: 160px 0 0;
    position: relative;
  }
  .mainVisualSecondPageSp .accordion .btn .inner {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    padding: 20px 0;
  }
  .mainVisualSecondPageSp .accordion .btn p {
    background: transparent url(/fmv/special/uservoice/assets/images/fmv-promo-concept/btn_accordion_open.png) 0% 0% / 100% auto no-repeat;
    display: block;
    height: 26px;
    margin: 0 auto;
    margin-top: 160px;
    overflow: hidden;
    text-indent: 800px;
    white-space: nowrap;
    width: 128px;
  }
  .mainVisualSecondPageSp .accordion .btn.active {
    padding: 0;
  }
  .mainVisualSecondPageSp .accordion .btn.active p {
    background-image: url(/fmv/special/uservoice/assets/images/fmv-promo-concept/btn_accordion_close.png);
  }
  .mainVisual .mainVisual__pcList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 25px auto;
    width: 93.75%;
    align-items: flex-end;
  }
  .mainVisual .mainVisual__pcList li {
    width: 30%;
  }
  .mainVisual .mainVisualBottomPage .left{
    width: 50%;
    height: 142px;
    padding: 45px 35px 0 10px;
  }
  .mainVisual .mainVisualBottomPage .left h1 img{
    min-width: 124px;
    max-width: 210px;
    width: 100%;
  }
  .mainVisual .mainVisualBottomPage .right{
    width: 50%;
    height: 142px;
    padding: 10px 0 0;
  }
  .mainVisual .mainVisualBottomPage .left:before{
    position: absolute;
    content: "";
    background: transparent url(/fmv/special/uservoice/assets/images/ah77/bg_triangle_01_sp.png) 0% 0% / 100% no-repeat;
    width: 66px;
    height: 142px;
    bottom: 0;
    right: 0;
  }
  .mainVisual.fh9001 .mainVisualBottomPage .left {
    width: 55%;
    padding: 45px 45px 0 10px;
  }
  .mainVisual.fh9001 .mainVisualBottomPage .right {
    width: 45%;
  }
  .mainVisual .mainVisualBottomPage .mainVisualTextImg{
    width: 100%;
    max-width: 137px;
    margin: 0 0 10px;
    display: block;
  }
  .mainVisual .mainVisualBottomPage .mainVisualPcImg{
    width: 100%;
    max-width: 122px;
    display: block;
    margin: 0;
  }
  .mainVisual.uh75 .mainVisualBottomPage .mainVisualTextImg{
    width: 100%;
    max-width: 105px;
    margin: 0 0 10px;
    display: block;
  }
  .mainVisual.uh75 .mainVisualBottomPage .mainVisualPcImg{
    width: 100%;
    max-width: 114px;
    display: block;
    margin: 0;
  }
  .mainVisual.uh75 .mainVisualBottomPage .right{
    padding: 10px 0 0;
  }
  .mainVisual.fh9001 .mainVisualBottomPage .mainVisualTextImg{
    width: 100%;
    max-width: 114px;
    margin: 0 0 5px 10px;
    display: block;
  }
  .mainVisual.fh9001 .mainVisualBottomPage .mainVisualPcImg{
    width: 100%;
    max-width: 110px;
    display: block;
    margin: 0 0 0 20px;
  }
  .mainVisual .mainVisualTop {
    padding-bottom: 11%;
  }
  .mainVisual .mainVisualTop h1 {
    background: transparent url(/fmv/special/uservoice/assets/images/bg_mainvisual_sp.jpg) 0% 0% / cover no-repeat;
    margin-bottom: 20px;
    padding: 3.75% 0 2%;
  }
  .mainVisual .mainVisualTop h1 > img {
    width: 93.75%;
    margin: 20px auto 0;
  }
  .mainVisual .mainVisualTop h1 a {
    display: block;
    left: 53.75%;
    position: absolute;
    top: 56%;
    width: 43.75%;
  }
  .mainVisual .mainVisualTop .PcListAllBtn{
    margin: 0;
  }
  .mainVisual .mainVisualTop .PcListAllBtn img{
    width: 60%;
  }
}

/*--------------------------------------------------
  .section01
--------------------------------------------------*/
.section01 {
  padding: 100px 0 20px;
  background: #fff;
}
.section01 .section01__text{
  text-align: center;
  margin: 0 0 50px;
}
@media screen and (max-width:768px) {
  .section01 {
    padding: 60px 50px 10px;
    background: #fff;
  }
  .section01.fh9001 {
    padding-top: 80px;
  }
  .section01 .section01__text{
    margin: 0 0 30px;
  }
}

/*--------------------------------------------------
  .section02
--------------------------------------------------*/
.section02{
  padding: 0 0 60px;
  background: #f4f3ef;
  position: relative;
}
.section02 .section02__img{
  margin: 0 0 20px;
}
.section02 .inner{
  position: relative;
  background: #fff;
  padding: 60px 0;
  box-sizing: border-box;
}
.section02 .inner.bottomIconSet:before{
  position: absolute;
  content: "";
  background: url(/fmv/special/uservoice/assets/images/ah77/bg_triangle_02.png) no-repeat;
  width: 199px;
  height: 419px;
  right: 0;
  bottom: 0;
}
.section02 .section02__title--01{
  text-align: center;
  margin: 0 0 30px;
}
.section02 .section02__pcImg{
  position: absolute;
  top: -60px;
  right: 35px;
  width: 26%;
}
.section02 .section02__title--02{
  width: 71%;
  max-width: 815px;
  margin: auto;
  position: relative;
  top: -50px;
  padding: 42px 0;
  z-index: 5;
  height: 181px;
  box-sizing: border-box;
}
.section02 .section02__title--01 .sp_none{
  margin: 0 auto;
}
.section02 .section02__mov{
  background: transparent url(/fmv/special/uservoice/assets/images/ah77/bg_uservoice_01.png) 0% 0% / cover no-repeat;
  padding: 50px 0;
  position: relative;
  z-index: 10;
}
.section02 .section02__mov.uh7501{
  background: transparent url(/fmv/special/uservoice/assets/images/uh75/bg_uservoice_01.png) 0% 0% / cover no-repeat;
}
.section02 .section02__mov.uh7502{
  background: transparent url(/fmv/special/uservoice/assets/images/uh7502/bg_uservoice_01.png) 0% 0% / cover no-repeat;
}
.section02 .section02__mov.uh7503{
  background: transparent url(/fmv/special/uservoice/assets/images/uh7503/bg_uservoice_01.png) 0% 0% / cover no-repeat;
}
.section02 .section02__mov.fh9001{
  background: transparent url(/fmv/special/uservoice/assets/images/fh9001/bg_uservoice_01.png) 0% 0% / cover no-repeat;
}
.section02 .section02__mov iframe{
  width: 100%;
  height: 563px;
  margin: 0 auto;
  display: block;
  max-width: 1000px;
}
.section02 .section02__mov .inner{
  background: none;
  padding: 0;
}
.section02 .section02__block{
  margin: 0 0 10px;
}
.section02 .section02__block.fh9001{
  margin: 0 0 50px;
}
.section02 .section02__toptext{
  font-size: 26px;
  line-height: 1.6;
  padding: 60px 0;
  text-align: center;
}
.section02 .section02__block__left{
  float: left;
  width: 48%;
}
.section02 .section02__block__right{
  float: right;
  width: 48%;
}
.section02 .section02__block__left.setSidePad{
  padding: 0 10px 0 60px;
  box-sizing: border-box;
}
.section02 .section02__block__right.setSidePad{
  padding: 0 60px 0 10px;
  box-sizing: border-box;
}
.section02 .section02__headLine--01 {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 10px;
  margin: 0 0 20px;
}
.section02 .section02__headLine--01:before{
  position: absolute;
  content: "";
  border: 1px solid #4b4748;
  width: 146px;
  left: 0;
  bottom: 0;
}
.section02 .section02__text{
  font-size: 16px;
  margin: 0 0 30px;
  line-height: 2;
}
.section02 .section02__profile{
  border-top: 1px solid #4b4748;
  box-sizing: border-box;
  padding: 60px 0 10px;
  margin: 0 60px;
}
.section02 .section02__profile_left {
  float: left;
  width: 21%;
}
.section02 .section02__profile_right {
  float: left;
  width: 63%;
  padding: 0 0 0 30px;
}
.section02 .section02__profile__text {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width:768px) {
  .section02{
    padding: 0 0 40px;
  }
  .section02 .inner{
    padding: 15px 15px 30px;
    text-align: center;
    width: 94%;
    margin: 0 3%;
  }
  .section02 .inner:before{
    display: none;
  }
  .section02 .section02__toptext{
    font-size: 15px;
    padding: 30px;
  }
  .section02 .section02__headLine--01{
    font-size: 17px;
    text-align: left;
    margin: 0 0 10px;
  }
  .section02 .section02__mov{
    padding: 20px 0;
    background: transparent url(/fmv/special/uservoice/assets/images/bg_uservoice_01.png) 0% 0% / cover no-repeat;
  }
  .section02 .section02__mov .inner{
    background: none;
    padding: 0;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
  }
  .section02 .section02__img{
    margin: 0 0 20px;
  }
  .section02 .section02__mov iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .section02 .section02__block.fh9001 {
    margin-bottom: 30px;
  }
  .section02 .section02__block__left{
    float: none;
    width: 100%;
  }
  .section02 .section02__block__right{
    float: none;
    width: 100%;
  }
  .section02 .section02__text {
    font-size: 12px;
    text-align: left;
    margin: 0 0 20px;
    line-height: 1.6;
  }
  .section02 .section02__profile{
    padding: 30px 0 0;
    margin: 0;
  }
  .section02 .section02__profile__img{
    margin: 0 0 20px;
  }
  .section02 .section02__profile__text{
    text-align: left;
    font-size: 10px;
    line-height: 2;
  }
  .section02 .section02__profile_left{
    float: left;
    width: 48%;
  }
  .section02 .section02__profile_right {
    float: right;
    width: 48%;
    padding: 0;
  }
  .section02 .section02__title--01 .pc_none{
    margin: 0 auto;
  }
  .section02 .section02__title--01 .model{
    padding: 10px;
    display: inline-block;
    width: 90px;
    height: 36px;
    box-sizing: border-box;
  }
  .section02  .section02__block__left.setSidePad{
    padding: 0;
    box-sizing: border-box;
  }
  .section02  .section02__block__right.setSidePad{
    padding: 0;
    box-sizing: border-box;
  }
}

/*--------------------------------------------------
  .section03
--------------------------------------------------*/
.section03{
  padding: 50px 0;
  background: #343434;
}
.section03 .section03__block {
  margin: 0 auto 50px;
  width: 76%;
}
.section03 .section03__block__left {
  float: left;
  width: 20%;
}
.section03 .section03__block__right {
  float: right;
  width: 77%;
}
.section03 .section03__img {
  margin: 0 0 10px;
}
.section03 .section03__img__title {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}
.section03 .section03__img__title span {
  font-size: 12px;
  display: block;
}
.section03 .section03__block__title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #fff;
}
.section03 .section03__block__text {
  color: #fff;
}
.section03 .section03__block__text span {
  font-size: 10px;
  vertical-align: top;
}
.section03 .section03__block__subText {
  color: #fff;
  margin: 40px 0 0;
  font-size: 12px;
}
.section03 .section03__btnList{
  text-align: center;
}
.section03 .section03__btnList li {
  display: inline-block;
  width: 38%;
  margin: 0 0 0 30px;
  max-width: 398px;
}
.section03 .section03__btnList li:first-child {
  margin: 0;
}
.section03 .section03__btnList li a{
  display: block;
  text-align: center;
}
.section03 .section03__btnList li a span{
  display: inline-block;
  position: relative;
}
.section03 .section03__btnList li a span:before{
  position: absolute;
  content: '';
  background: url(/fmv/special/uservoice/assets/images/arrow_left_01.png) 0% 0% / 100% no-repeat;
  width: 8px;
  height: 16px;
  left: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.section03 .section03__btnList a:hover{
  opacity: 0.7;
}
@media screen and (max-width:768px) {
  .section03{
    padding: 40px 0;
  }
  .section03 .section03__img {
    text-align: center;
    margin: 0 0 20px;
  }
  .section03 .section03__img__title {
    font-size: 14px;
  }
  .section03 .section03__img__title span {
    font-size: 10px;
  }
  .section03 .section03__img img {
    width: 150px;
  }
  .section03 .section03__block{
    margin: 0 0 30px;
    width: 100%;
  }
  .section03 .section03__block__title{
    font-size: 13px;
  }
  .section03 .section03__block__text {
    font-size: 12px;
  }
  .section03 .section03__block__left {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
  .section03 .section03__block__right {
    float: none;
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
  }
  .section03 .section03__btnList {
    box-sizing: border-box;
    padding: 0 10px;
  }
  .section03 .section03__btnList li {
    width: 100%;
    margin: 10px 0 0;
    max-width:100%;
  }
  .section03 .section03__btnList li a {
    font-size: 16px;
  }
  .section03 .section03__block__subText{
    margin: 20px 0 0;
  }
}

/*--------------------------------------------------
  .section04
--------------------------------------------------*/
.section04 {
  padding: 60px 0 50px;
}
.section04 h2 {
  font-size: 250%;
  padding-bottom: 30px;
  text-align: center;
}
.section04 ul {
  margin: 0 auto;
  max-width: 880px;
  overflow: hidden;
  width: 100%;
  zoom: 1;
}
.section04 ul li {
  margin-bottom: 20px;
  position: relative;
  width: 48.8%;
}
.section04 ul li:hover {
  opacity: .7!important;
}
.section04 ul li:nth-child(odd) {
  float: left;
}
.section04 ul li:nth-child(even) {
  float: right;
}
.section04 ul li .img img {
  width: 100%;
}
.section04 ul li a {
  display: block;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width:768px) {
  .section04 {
    padding: 35px 10px 25px;
  }
  .section04 h2 {
    font-size: 135.7%;
    padding-bottom: 15px;
  }
  .section04 ul li {
    float: none;
    margin-bottom: 10px;
    width: 100%;
  }
}
.modale-overlay {
  background: rgba(0,0,0,.8);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}
.modale-overlay .modale-wrapper {
  display: table;
  margin: auto;
  max-width: 980px;
  position: absolute;
  top: 0;
  width: 100%;
}
.modale-overlay .modale-wrapper .modale-inner {
  display: table-cell;
}
.modale-close-btn {
  position: absolute;
  right: 0;
  top: -65px;
}
.youtube-holder {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.youtube-holder iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*--------------------------------------------------
  .section05
--------------------------------------------------*/
.section05 {
  padding: 40px 0px;
  text-align: center;
}
.section05 .snsBlock {
  padding-top: 40px;
}
.section05 .snsBlock div {
  display: inline-block;
}
.section05 .intel {
  padding-top: 40px;
}
.section05 .intel .ttl {
  font-size: 142.8%;
}
.section05 .intel .img {
  padding-top: 20px;
}
.section05 .intel .img img {
  max-width: 894px;
}
.section05 .intel .txt {
  font-size: 92.8%;
  padding-top: 10px;
}
@media screen and (max-width:768px) {
  .section05 {
    padding: 10px 10px 60px;
  }
  .section05 .snsBlock {
    padding-top: 20px;
  }
  .section05 .snsBlock span {
    vertical-align: bottom !important;
  }
  .section05 .intel {
    padding-top: 20px;
  }
  .section05 .intel .ttl {
    font-size: 92.8%;
  }
  .section05 .intel .img {
    padding-top: 15px;
  }
  .section05 .intel .img img {
    width: 86%;
  }
  .section05 .intel .txt {
    font-size: 71.5%;
    padding-top: 10px;
  }
}

/*--------------------------------------------------
  .section06
--------------------------------------------------*/
.section06{
  background: #f4f3ef;
  padding: 10px 0 80px;
}
.section06 a{
  display: block;
  text-align: center;
}
@media screen and (max-width:768px) {
  .section06{
    padding: 0 0 40px;
  }
}

/*--------------------------------------------------
  .section07
--------------------------------------------------*/
.section07{
  padding: 60px 0;
  background: #f4f3ef;
}
.section07 .section07_title{
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 30px;
}
.section07 .section07_list{
  text-align: center;
}
.section07 .section07_list li{
  display: inline-block;
  width: 216px;
  margin: 0 10px;
  text-align: left;
  vertical-align: top;
}
.section07 .section07_list li .img{
  margin: 0 0 10px;
  display: block;
}
.section07 .section07_list li .subText{
  font-size: 12px;
  font-weight: bold;
  display: block;
}
.section07 .section07_list li .text{
  font-size: 18px;
  font-weight: bold;
  display: block;
}
@media screen and (max-width:768px) {
  .section07{
    padding: 30px 0 0;
    background: #ffffff;
  }
  .section07 .section07_title{
    font-size: 18px;
    margin: 0 0 10px;
  }
  .section07 .section07_list{
    box-sizing: border-box;
    padding: 0 20px;
    text-align: left;
  }
  .section07 .section07_list li{
    display: inline-block;
    width: 48%;
    margin: 0;
    text-align: left;
    margin: 0 0 20px;
    float: left;
  }
  .section07 .section07_list li:nth-child(even){
    margin: 0 0 20px 4%;
  }
  .section07 .section07_list li .subText{
    font-size: 10px;
  }
  .section07 .section07_list li .text{
    font-size: 12px;
  }
  .section07 .section07_list li .img img{
    width: 100%;
  }
}

/*--------------------------------------------------
  .section08
--------------------------------------------------*/
.section08{
  background: #f4f3ef;
}
.section08 .section08_list.type01{
  border-top: 35px solid #f4f3ef;
  border-bottom: 35px solid #f4f3ef;
  position: relative;
}
.section08 .section08_list.type01:before{
  position: absolute;
  content: "";
  background: transparent url(/fmv/special/uservoice/assets/images/bg_line_02_pc.png) 0% 0% / 100% no-repeat;
  width: 44.6%;
  height: 10px;
  left: 0;
  top: -2%;
  max-width: 631px;
}
.section08 .section08_list.type01:after{
  position: absolute;
  content: "";
  background: transparent url(/fmv/special/uservoice/assets/images/bg_headLineRight_07.png) 0% 0% / 100% no-repeat;
  width: 70px;
  height: 192px;
  right: 0;
  bottom: -35px;
}
.section08 .section08_list li{
  border-top: 5px solid #f4f3ef;
}
.section08 .section08_list li:first-child{
  border-top: none;
}
.section08 .section08_list .new .link{
  position: relative;
}
.section08 .section08_list .new .link:before{
  position: absolute;
  content: "";
  background: transparent url(/fmv/special/uservoice/assets/images/icon_new_pc.png) 0% 0% / 100% no-repeat;
  width: 7.2%;
  height: 100%;
  left: 0;
  top: 0;
  max-width: 60px;
}
.section08 .section08_list li a{
  display: block;
  background: #fff;
  position: relative;
}
.section08 .voiceListArea .voiceListTitle{
  text-align: center;
  padding: 60px 0 40px;
  background: #fff;
  border-top: 10px solid #f4f3ef;
  border-bottom: 1px solid #f95b67;
  position: relative;
}
.section08 .voiceListArea .voiceListTitle:before{
  position: absolute;
  content: "";
  background: url(/fmv/special/uservoice/assets/images/bg_line_pc.png) no-repeat;
  width: 380px;
  height: 10px;
  top: -10px;
  right: 0;
}
.section08 .voiceListArea .sp_img img{
  width: 100%;
}
@media screen and (min-width:769px) {
  .section08 .section08_list li a:hover{
    opacity: 0.7;
  }
}
.section08 .section08_list li .img,
.section08 .section08_list li .link{
  float: left;
}
.section08 .section08_list li .img{
  width: 40%;
  max-width: 566px;
  display: block;
}
.section08 .section08_list li .link{
  width: 60%;
  position: relative;
  display: block;
  padding-left: 5%;
  box-sizing: border-box;
}
.section08 .section08_list li .link .text{
  display: inline-block;
  padding: 3% 0;
  box-sizing: border-box;
}
.section08 .section08_list li .link .name{
  display: block;
  font-size: 16px;
  font-size: 1.3vw;
  font-weight: bold;
  margin: 0 0 4%;
}
.section08 .section08_list.type01 li .link .text{
  padding: 9% 0 0;
}
.section08 .section08_list.type01 li .link .name{
  font-size: 24px;
  font-size: 1.7vw;
  margin: 0 0 12%;
}
.section08 .section08_list li .link .comment{
  font-size: 24px;
  font-size: 1.7vw;
}
.section08 .section08_list li .link .voiceListArea_btn{
  display: block;
  margin-top: 30px;
}
@media screen and (min-width:1366px) {
  .section08 .section08_list li .link .pcimg{
    padding: 64px 0 0;
    margin-right: 34px;
  }
  .section08 .section08_list li .link .text{
    padding: 40px 0 0;
  }
  .section08 .section08_list.type01 li .link .text{
    padding: 75px 0 0;
  }
  .section08 .section08_list li .link .comment{
    font-size: 24px;
  }
  .section08 .section08_list li .link .name{
    font-size: 16px;
    margin: 0 0 19px;
  }
}
@media screen and (max-width:768px) {
  .section08 .section08_list .sp_none{
    display: none !important;
  }
  .section08 .section08_list li a:before{
    left: auto;
    right: 10px;
  }
  .section08 .section08_list li .link{
    margin: 0;
    box-sizing: border-box;
    padding: 17% 30px 0 20px;
    width: 65%;
  }
  .section08 .section08_list .new .link:before{
    background: transparent url(/fmv/special/uservoice/assets/images/icon_new_sp.png) 0% 0% / 100% no-repeat;
    width: 34px;
    height: 73px;
    left: 0;
    top: 0;
  }
  .section08 .section08_list.type01{
    border-top: 12px solid #f4f3ef;
    border-bottom: 0;
  }
  .section08 .section08_list.type01:before{
    background: transparent url(/fmv/special/uservoice/assets/images/bg_line_02_sp.png) 0% 0% / 100% no-repeat;
    width: 145px;
    height: 12px;
    top: -12px;
  }
  .section08 .section08_list.type01:after{
    width: 50px;
    height: 105px;
    bottom: 0;
  }
  .section08 .section08_list.type01 li .link{
    padding: 20px;
    width: 100%;
    text-align: center;
    position: relative;
  }
  .section08 .section08_list.type01 li .link .text{
    display: inline-block;
    text-align: left;
    width: auto;
    padding: 30px;
  }
  .section08 .section08_list.type01 li .link .name{
    margin: 0 0 4%;
    font-size: 3vw;
  }
  .section08 .section08_list li .link .voiceListArea_btn{
    margin-top: 15px;
    width: 113px;
  }
  .section08 .tanahashi .section08_list li .link .voiceListArea_btn{
    margin-top: 20px;
  }
  .section08 .section08_list li .link .pcimg{
    width: 95%;
    max-width: initial;
  }
  .section08 .section08_list li .link .text{
    width: 100%;
  }
  .section08 .section08_list li .img{
    width: 35%;
    max-width: initial;
  }
  .section08 .section08_list li .img img{
    width: 100%;
  }
  .section08 .section08_list li .link .name{
    font-size: 10px;
  }
  .section08 .section08_list li .link .comment{
    font-size: 12px;
  }
  .section08 .voiceListArea .voiceListTitle{
    border-top: 5px solid #f4f3ef;
    padding: 40px 0 20px;
  }
  .section08 .voiceListArea .voiceListTitle img{
    width: 67%;
  }
  .section08 .voiceListArea .voiceListTitle:before{
    position: absolute;
    content: "";
    background: url(/fmv/special/uservoice/assets/images/bg_line_pc.png) no-repeat;
    width: 104px;
    height: 5px;
    top: -5px;
    right: 0;
  }
}

/*--------------------------------------------------
  .section10
--------------------------------------------------*/
.section10 {
  background: #f6f6f6;
  padding: 100px 0 70px;
}
.section10 h2 {
  text-align: center;
  font-size: 250%;
  padding-bottom: 30px;
}
.section10 .pc {
  display: block;
}
.section10 .sp {
  display: none;
}
.section10 .sp_none {
  display: inline-block;
}
.section10 .recommendBlock {
  text-align: center;
  width: 100%;
  max-width: 720px;
  margin: 0 auto 70px;
}
.section10 .recommendBlock li {
  display: inline-block;
  width: 34%;
  margin-right: 2.8%;
  position: relative;
  vertical-align: top;
}
.section10 .recommendBlock.type02 {
  max-width: 780px;
}
.section10 .recommendBlock.type03 {
  max-width: 960px;
}
.section10 .recommendBlock.type03 li {
  width: 23%;
  margin-right: 2%;
}
.section10 .recommendBlock li:hover {
  opacity: 0.7!important;
}
.section10 .recommendBlock li:last-child {
  margin-right: 0;
}
.section10 .recommendBlock li h3 {
  padding-top: 14px;
}
.section10 .recommendBlock li h3 span {
  display: inline-block;
  padding-left: 30px;
  font-weight: bold;
}
.section10 .recommendBlock li .txt {
  padding-top: 4px;
}
.section10 .recommendBlock li .btn {
  padding-top: 10px;
}
.section10 .recommendBlock li a {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media screen and (min-width:769px) {
  .section10 .recommendBlock li h3 {
    position: relative;
    left: 50%;
    margin-left: -243px;
  }
  .section10 .recommendBlock.type03 li h3 {
    margin-left: -223px;
  }
}
@media screen and (max-width:768px) {
  .section10 {
    padding: 35px 0 25px;
  }
  .section10 .sp_none {
    display: none;
  }
  .section10 h2 {
      font-size: 142.8%;
      padding-bottom: 35px;
  }
  .section10 .pc {
    display: none;
  }
  .section10 .sp {
    display: block;
  }
  .section10 .recommendBlock {
    text-align: left;
    width: 100%;
    max-width: auto;
    overflow: hidden;
    zoom: 1;
  }
  .section10 .recommendBlock li {
    display:inline-block;
    width: 36%;
    margin: 0 7%;
    position: relative;
    float: left;
    margin-bottom: 30px;
  }
  .section10 .recommendBlock li:nth-child(odd) {
    clear: both;
  }
  .section10 .recommendBlock li h3 {
    text-align: center;
  }
  .section10 .recommendBlock li h3 span {
    font-size: 85.7%;
    padding-left: 22px;
    background-size: 15px auto;
  }
  .section10 .recommendBlock li p {
    font-size: 85.7%;
    text-align: center;
    letter-spacing: -1px;
  }
  .section10 .recommendBlock li .btn {
    text-align: center;
  }
}

/*--------------------------------------------------
  .section11
--------------------------------------------------*/
.section11{
  padding: 0 0 40px;
}
.banner02Block {
  padding: 60px 0;
  background-color: #011f43;
  margin-bottom: 40px;
}
.banner02{
  width: 66.6%;
  max-width: 910px;
  margin: 0 auto;
}
.banner02:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.banner02 li {
  width: 48%;
}
.banner02 li:hover {
  opacity: 0.7!important;
}
.banner02 li img {
  width: 100%;
  height: auto;
}
.banner02 li:nth-child(odd){
  float: left;
}
.banner02 li:nth-child(even){
  float: right;
}
@media screen and (max-width:768px) {
  .section11{
    padding: 0;
  }
  .section11 .inner{
    padding: 0px !important;
  }
  .section11 .inner img{
    width: 100%;
  }
  .banner02Block {
    padding: 35px 0;
    margin-bottom: 0;
  }
  .banner02{
    margin-bottom: 0px;
    padding: 0px 3%;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }
  .banner02 li:nth-child(odd){
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .banner02 li:nth-child(even){
    float: none;
    width: 100%;
  }
  .banner03{
    background: #fff;
    padding: 20px 10px;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .banner04{
    margin-bottom: 20px;
    padding: 0 9%;
    box-sizing: border-box;
    width: 100%;
  }
  .banner04 li{
    float: none;
    margin-right: 0%;
    margin-bottom: 10px!important;
    width: 100%;
  }
  .banner04 li img{
    width: 100%;
    height: auto;
  }
}

/*--------------------------------------------------
  .section12
--------------------------------------------------*/
@media screen and (min-width:769px) {
  .section12 {
    padding: 55px 0 60px;
  }
  .section12 .inner {
    position: relative;
    padding-left: 90px;
    box-sizing: border-box;
    background: transparent url(/fmv/special/uservoice/assets/images/bg_performer_pc.jpg) center right no-repeat;
  }
  .section12_icon {
    position: absolute;
    top: -45px;
    left: 400px;
  }
  .section12 h2 {
    margin-bottom: 30px;
  }
  .section12 p:first-of-type {
    font-size: 18px;
    line-height: 1.9;
  }
  .section12 p + p {
    margin-top: 35px;
  }
  .section12 p br:last-of-type {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .section12 {
    padding-bottom: 30px;
  }
  .section12 .inner {
    margin: 0 auto;
    width: 93.75%;
    position: relative;
  }
  .section12::before {
    background-color: #eae8e1;
    content: '';
    display: block;
    margin-bottom: 7.5%;
    padding-top: 1.875%;
    width: 100%;
  }
  .section12 h2 {
    background: transparent url(/fmv/special/uservoice/assets/images/bg_performer_sp.jpg) center bottom / 73.5% no-repeat;
    margin-bottom: 5%;
    padding: 0 0 40% 5%;
  }
  .section12 h2 img {
    width: 53.5%;
  }
  .section12_icon {
    top: 0%;
    right: 3.125%;
    position: absolute;
    padding-top: 1.5%;
    width: 40.5%;
  }
  .section12 p {
    margin-top: 5%;
    text-align: center;
  }
}

/*--------------------------------------------------
  .section13
--------------------------------------------------*/
.section13 a {
  display: inline-block;
}
.section13 img {
  vertical-align: bottom;
}
@media screen and (min-width:769px) {
  .section13 {
    margin: 40px 0;
  }
}
@media screen and (max-width:768px) {
  .section13 {
    margin: 20px 0;
  }
}

/*--------------------------------------------------
  .section09
--------------------------------------------------*/
.section09 {
  text-align: center;
  padding: 40px 0px;
}
.section09 .snsBlock {
  padding-top: 40px;
}
.section09 .snsBlock div {
  display: inline-block;
}
.section09 .intel {
  padding-top: 40px;
}
.section09 .intel .ttl {
  font-size: 142.8%;
}
.section09 .intel .img {
  padding-top: 20px;
}
.section09 .intel .img img {
  max-width: 894px;
}
.section09 .intel .txt {
  padding-top: 10px;
  font-size: 92.8%;
}
@media screen and (max-width:768px) {
  .section09 {
    padding: 10px 10px 60px;
  }
  .section09 .snsBlock {
    padding-top: 20px;
  }
  .section09 .snsBlock span {
    vertical-align: bottom !important;
  }
  .section09 .intel {
    padding-top: 20px;
  }
  .section09 .intel .ttl {
    font-size: 92.8%;
  }
  .section09 .intel .img {
    padding-top: 15px;
  }
  .section09 .intel .img img {
    width: 86%;
  }
  .section09 .intel .txt {
    padding-top: 10px;
    font-size: 71.5%;
  }
}

/*--------------------------------------------------
  footer
--------------------------------------------------*/
.copy {
  background: #606060;
  height: 60px;
  width: 100%;
}
.copy p {
  color: #fff;
  padding-top: 10px;
  text-align: right;
}
.page-top {
  bottom: 90px;
  opacity: 0;
  position: fixed;
  right: 20px;
  z-index: 100;
}
.page-top:hover img {
  opacity: .7;
}
@media screen and (max-width:768px) {
  .copy {
    background: #606060;
    box-sizing: border-box;
    height: 20px;
    padding: 0 10px;
    width: 100%;
  }
  .copy p {
    font-size: 50%;
    line-height: 20px;
    padding-top: 0px;
  }
  .page-top {
    bottom: 30px;
    display: block;
    opacity: 0;
    position: fixed;
    right: 10px;
    width: 25px;
  }
}

/*--------------------------------------------------
  .mainVisualSecond
--------------------------------------------------*/
.breadcrumbs ul {
  overflow: hidden;
  padding: 10px 20px;
  zoom: 1;
}
.breadcrumbs ul li {
  color: #a1a1a1;
  float: left;
}
.breadcrumbs ul li:after {
  content: '>';
  display: inline-block;
  margin: 0 10px;
}
.breadcrumbs ul li:last-child:after {
  content: '';
}
.breadcrumbs ul li a {
  color: #c3c3c3;
  text-decoration: underline;
}
.breadcrumbs ul li a:hover {
  text-decoration: none;
}
@media screen and (max-width:768px) {
  .breadcrumbs {
    overflow: scroll;
  }
  .breadcrumbs ul {
    display: table;
    height: 30px;
    padding: 0;
    width: 100%;
  }
  .breadcrumbs ul li {
    box-sizing: border-box;
    display: table-cell;
    float: none;
    font-size: 71.4%;
    height: 30px;
    line-height: 30px;
    position: relative;
    white-space: nowrap;
  }
  .breadcrumbs ul li:first-child {
    background-image: transparent url(/fmv/special/uservoice/assets/images/bg_breadcrumbs_01_sp.gif) 0% 0% / contain repeat-x;
    padding: 0 27px 0 15px;
    text-align: center;
    width: 22%;
  }
  .breadcrumbs ul li:first-child:after {
    background-image: transparent url(/fmv/special/uservoice/assets/images/img_breadcrumbs_01_sp.gif) 0% 0% / auto 30px no-repeat;
    content: '';
    height: 30px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 12px;
  }
  .breadcrumbs ul li a {
    display: block;
  }
  .breadcrumbs ul li:last-child {
    background-image: transparent url(/fmv/special/uservoice/assets/images/bg_breadcrumbs_02_sp.gif) 0% 0% / contain repeat-x;
    padding: 0 27px 0 15px;
    width: 78%;
  }
  .breadcrumbs ul li:last-child:after {
    background-image: transparent url(/fmv/special/uservoice/assets/images/img_breadcrumbs_02_sp.gif) 0% 0% / auto 30px no-repeat;
    content: '';
    height: 30px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 12px;
  }
}

/*--------------------------------------------------
  .mainVisualSecondPage
--------------------------------------------------*/
.mainVisualSecondPage img {
  width: 100%;
}

/*--------------------------------------------------
  clearfix
--------------------------------------------------*/
.section02 .section02__block:after,
.section02 .section02__profile:after,
.section03 .section03__block:after,
.mainVisual .mainVisual__pcList:after,
.mainVisual .mainVisualBottomPage:after,
.section08 .section08_list li a:after,
.section07 .section07_list:after{
  clear: both;
  content: '';
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
