@font-face {
  font-family: YakuHanJP;
  src: url(../fonts/YakuHanJP-Regular.eot);
  src: url(../fonts/YakuHanJP-Regular.woff2) format("woff2)", "url(../fonts/YakuHanJP-Regular.woff") format("woff");
}

@font-face {
  font-family: YakuHanJP;
  font-weight: 700;
  src: url(../fonts/YakuHanJP-Bold.eot);
  src: url(../fonts/YakuHanJP-Bold.woff2) format("woff2)", "url(../fonts/YakuHanJP-Bold.woff") format("woff");
}

.tabWrap {
  width: 100%;
  margin: 0 auto;
  background: #000;
}

.tabButtonList {
  display: flex;
  list-style: none;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  padding: 0;
}

.tabButtonList li {
  width: 50%;
  margin: 0 auto;
  padding: 0;
  color: #fff;
}

.tabButtonList li:first-child {
  border-right: solid 2px #fff;
}

.tabButtonList li button {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 2% 5%;
  background: #bebebe;
  color: #fff;
  border: none;
  text-decoration: none;
  font-size: 1.3rem;
  outline: none;
}

.tabButtonList li button span {
  display: inline-block;
  padding: 0 0 .5%;
  border-bottom: solid 2px #bebebe;
}

.tabButtonList li.active {
  display: block;
  background: #000;
}

.tabButtonList li.active button {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 2% 5%;
  background: #000;
  color: #fff;
  border: none;
  font-size: 1.3rem;
  outline: none;
}

.tabButtonList li.active button span {
  display: inline-block;
  padding: 0 0 .5%;
  border-bottom: solid 2px #fff;
}

@media screen and (max-width: 1200px) {
  .tabButtonList {
    display: flex;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000;
  }
  .tabButtonList li {
    max-width: 1000px;
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .tabButtonList {
    display: block;
    list-style: none;
    width: 100%;
    margin: 5% 0 0;
    padding: 0;
  }
  .tabButtonList li {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    color: #fff;
  }
  .tabButtonList li:first-child {
    border-right: none;
  }
  .tabButtonList li button {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0 5%;
    background: #bebebe;
    color: #fff;
    border: none;
    text-decoration: none;
    font-size: 1.3rem;
    outline: none;
  }
  .tabButtonList li button span {
    display: inline-block;
    padding: 0 0 .5%;
    border-bottom: none;
  }
  .tabButtonList li.active {
    display: block;
    background: #000;
  }
  .tabButtonList li.active button {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0 5%;
    background: #000;
    color: #fff;
    border: none;
    font-size: 1.3rem;
    outline: none;
  }
  .tabButtonList li.active button span {
    display: inline-block;
    padding: 0 0 .5%;
    border-bottom: none;
  }
}

.js-container {
  display: none;
}

.js-container.active {
  display: block;
}

.container {
  font-family: YakuHanJP,Hiragino Kaku Gothic Pro,Meiryo,sans-serif;
  font-feature-settings: "palt";
}

.catch {
  width: auto;
  background: -webkit-linear-gradient(top, #f8f4e2 3%, #f8f4e2 55%, #e8e2c5 55%);
  background: linear-gradient(to bottom, #f8f4e2 3%, #f8f4e2 55%, #e8e2c5 55%);
}

.catch__image {
  max-width: 1280px;
  width: auto;
  margin: 0 auto 2.2%;
}

.catch__image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

.catch__text {
  max-width: 830px;
  margin: 0 auto 3.2%;
  color: #2f353d;
  font-size: 1.1rem;
  line-height: 2;
  text-align: center;
}

.catch__uservoice {
  background: #f8f4e2;
}

@media screen and (max-width: 1000px) {
  .catch__text {
    margin: 0 5%;
    padding: 3% 0 5%;
    text-align: left;
    line-height: 1.8;
  }
}

@media screen and (max-width: 767px) {
  .catch__image {
    max-width: 1280px;
    width: auto;
    margin: 0 auto 5%;
  }
  .catch__image img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
  }
}

.menuWrap {
  margin: 0 0 6%;
  padding: 5%;
  background: #f9f5e0;
}

.menuList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  max-width: 1000px;
  width: auto;
  margin: 0 auto;
  padding: 0;
}

.menuList .menu {
  box-sizing: border-box;
  width: 31.4%;
  margin: 0 0 30px;
  background: #fff;
  font-size: calc(1.5625rem + ((1vw - 8.1px) * 0.2703));
  text-align: center;
  box-shadow: 0px 3px 9px -3px #2f353d;
}

.menuList .menu:nth-child(4) {
  margin-left: 17%;
  margin-bottom: 0;
}

.menuList .menu:nth-child(5) {
  margin-right: 17%;
  margin-bottom: 0;
}

.menuList .menu a {
  display: block;
  color: #2f353d;
  padding: 7.2% 0;
  transition: background 0.2s;
  text-decoration: none;
}

.menuList .menu a:hover {
  background: #c6b668;
  color: #fff;
}

.menuLink {
  position: relative;
}

.menuLink .ico {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -.5em;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .menuList {
    display: block;
    list-style: none;
    width: auto;
    margin: 0 auto;
    padding: 0;
  }
  .menuList .menu {
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto 3%;
    background: #fff;
    font-size: calc(1.3125rem + ((1vw - 3.2px) * 1.1186));
    text-align: center;
    box-shadow: 0px 3px 9px -3px #2f353d;
  }
  .menuList .menu:nth-child(4) {
    margin: 0 auto 3%;
  }
  .menuList .menu:nth-child(5) {
    margin: 0 auto 3%;
  }
  .menuList .menu a {
    display: block;
    color: #2f353d;
    padding: 2% 0;
    transition: background 0.2s;
    text-decoration: none;
  }
  .menuList .menu a:hover {
    background: #c6b668;
    color: #fff;
  }
  .menuLink {
    position: relative;
  }
  .menuLink .ico.sp {
    display: inline-block;
    position: static;
    margin-left: -.5em;
    font-size: 1.7rem;
    vertical-align: sub;
    line-height: 0;
  }
}

.interview {
  margin: 0 auto;
}

.interview__title {
  display: flex;
  max-width: 1000px;
  margin: 0 auto 4%;
  padding: 0.5%;
  background: #e8e2c5;
  box-sizing: border-box;
}

.interview__maintitle {
  width: 62.2%;
  padding: 15px 0;
  font-size: calc(1.8125rem + ((1vw - 7.68px) * 0.6076));
  background: #fff;
  text-align: center;
  font-weight: bold;
}

.interview__maintitle--ui {
  width: 65%;
}

.interview__maintitle--message {
  width: 70.5%;
}

.interview__subtitle {
  width: 38.3%;
  margin-left: .8%;
  padding: 15px 0;
  background: #f9f5e0;
  font-size: calc(1.8125rem + ((1vw - 7.68px) * 0.6076));
  color: #2f353d;
  text-align: center;
}

.interview__subtitle--ui {
  width: 34.5%;
  margin-left: .8%;
}

.interview__subtitle--sound {
  margin-left: .9%;
}

.interview__subtitle--message {
  width: 29.2%;
  margin-left: .85%;
}

.interview__image1col {
  width: auto;
  margin: 0 auto 5%;
}

.interview__image1col img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

.interview__qaWrap {
  max-width: 1000px;
  margin: 0 auto 5%;
}

.interview__qaWrap--1col {
  max-width: 1000px;
  margin: 0 auto 5%;
}

.interview__qaInner {
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto 5%;
}

.interview__qaInner--flex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 5%;
}

.interview__qaInner--1col {
  width: auto;
}

.interview__q {
  margin: 0 0 3.8%;
  font-size: 1.6rem;
  font-weight: bold;
}

.interview__a {
  margin: 0;
  color: #2f353d;
  font-size: 1.1rem;
  line-height: 2.4;
}

.interview__a span {
  color: #000;
  font-weight: bold;
}

.interview__a--noFloat2col {
  width: 56.9%;
}

.interview__image2col {
  float: right;
  width: 34.2%;
  margin-left: 8%;
}

.interview__image2col--left {
  float: left;
  margin-left: 0;
  margin-right: 8%;
}

.interview__image2col--noFloat {
  float: none;
  margin-left: 0;
  margin-right: 8%;
}

.interview__image2col--noFloatRight {
  float: none;
  margin-left: 8%;
  margin-right: 0;
}

.interview__image2col img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0;
}

.interview--w1000 {
  margin: 0 5%;
}

@supports (-ms-accelerator: true) {
  .interview__maintitle {
    width: 62.2%;
    padding: 1.5% 0;
    font-size: calc(1.75rem + ((1vw - 7.68px) * 0.6076));
  }
}

@media screen and (max-width: 1450px) {
  .interview__subtitle--ui {
    margin-left: .6%;
  }
}

@media screen and (max-width: 1200px) {
  .interview__subtitle {
    margin-left: .5%;
  }
  .interview__subtitle--ui {
    margin-left: .5%;
  }
  .interview__subtitle--message {
    margin-left: .5%;
  }
}

@media screen and (max-width: 900px) {
  .interview__maintitle {
    font-size: calc(1.4375rem + ((1vw - 8.1px) * 0.1802));
  }
  .interview__subtitle {
    margin-left: .5%;
    font-size: calc(1.4375rem + ((1vw - 8.1px) * 0.1802));
  }
  .interview__subtitle--message {
    margin-left: .5%;
  }
}

@media screen and (max-width: 767px) {
  .interview {
    margin: 0 auto;
  }
  .interview__title {
    display: block;
    max-width: 1000px;
    margin: 0 auto 5%;
    padding: 1.5%;
    background: #e8e2c5;
    box-sizing: border-box;
  }
  .interview__maintitle {
    width: auto;
    padding: 3% 0;
    font-weight: bold;
    font-size: calc(1rem + ((1vw - 3.2px) * 4.0268));
    background: #fff;
    text-align: center;
  }
  .interview__maintitle--ui {
    width: auto;
  }
  .interview__maintitle--message {
    width: auto;
  }
  .interview__subtitle {
    width: auto;
    margin: 1.5% 0 0;
    padding: 0;
    background: #f9f5e0;
    font-size: calc(1rem + ((1vw - 3.2px) * 4.0268));
    color: #2f353d;
    text-align: center;
  }
  .interview__subtitle--ui {
    width: auto;
  }
  .interview__subtitle--message {
    width: auto;
  }
  .interview__qaInner {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto 5%;
  }
  .interview__qaInner--1col {
    width: auto;
  }
  .interview__q {
    margin: 0 0 3.8%;
    font-size: calc(1rem + ((1vw - 3.2px) * 2.6846));
  }
  .interview__a {
    order: 1;
    margin: 0 0 5%;
    color: #2f353d;
    font-size: calc(0.875rem + ((1vw - 3.2px) * 1.566));
    line-height: 1.8;
  }
  .interview__a span {
    color: #000;
  }
  .interview__a--noFloat2col {
    width: auto;
  }
  .interview__image2col {
    order: 2;
    float: none;
    width: auto;
    margin-left: 0;
  }
  .interview__image2col--left {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .interview__image2col--noFloat {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .interview__image2col--noFloatRight {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .interview__image2col--noFloatRight figure {
    width: 48%;
  }
  .interview__image2col img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
  }
  .interview--w1000 {
    margin: 0 5%;
  }
}

.lead {
  margin: 0 auto;
}

.lead--w1000 {
  margin: 0 5%;
}

.lead__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.lead__title {
  font-weight: bold;
  font-size: 1.6rem;
  border-bottom: solid 1px #000;
}

.lead__wrap {
  display: flex;
  max-width: 530px;
  width: 53%;
  margin: 3% auto 5%;
  box-sizing: border-box;
}

.lead__image {
  width: 50%;
}

.lead__image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

.lead__product {
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.lead__name {
  margin: 0 0 2.3%;
  font-size: 2.05rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

.s5-button {
  display: block;
  width: 155px;
  font-size: 1.2rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.s5-button:last-child {
  margin-right: auto;
  margin-left: auto;
}

.ftr-btn-fade {
  display: block;
  transition: all 0.3s;
}

.ftr-btn-fade:hover {
  display: block;
  transition: all 0.3s;
  opacity: .6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}

@media screen and (max-width: 767px) {
  .lead {
    margin: 0 auto;
  }
  .lead--w1000 {
    margin: 0 5%;
  }
  .lead__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .lead__title {
    font-weight: bold;
    font-size: 1.2rem;
    border-bottom: solid 1px #000;
  }
  .lead__wrap {
    display: flex;
    max-width: 768px;
    width: 100%;
    margin: 0 auto 8%;
    box-sizing: border-box;
  }
  .lead__image {
    width: 50%;
  }
  .lead__image img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
  }
  .lead__product {
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  .lead__name {
    margin: 0 0 5%;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
  }
}

.uservoiceWrap {
  max-width: 1010px;
  width: auto;
  margin: 0 auto;
  padding: 0 5%;
}

.uservoice {
  margin: 0 0 3%;
  border: solid 8px #e8e2c5;
}

.uservoice__box {
  padding: 36px 30px 22px;
}

.uservoice__age {
  position: relative;
  padding-left: 43px;
  margin-bottom: .5%;
  border-bottom: solid 1px #e8e2c5;
  font-size: 1.1rem;
  font-weight: bold;
  color: #888;
}

.uservoice__age span {
  padding: 0 2% 0 0;
}

.uservoice__age--man:before {
  content: url(../images/icon_man.png);
  width: 31px;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.uservoice__age--woman:before {
  content: url(../images/icon_woman.png);
  position: absolute;
  width: 31px;
  height: 40px;
  left: 0;
  bottom: 0;
}

.uservoice__voice {
  font-size: 1.4rem;
  line-height: 1.5;
}

.uservoice__voice span {
  color: #8e4000;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .uservoice {
    margin: 0 0 5%;
    border: solid 8px #e8e2c5;
  }
  .uservoice__age {
    position: relative;
    padding-left: 43px;
    margin-bottom: 3.5%;
    border-bottom: solid 1px #e8e2c5;
    font-size: 1.1rem;
    font-weight: bold;
    color: #888;
  }
  .uservoice__age span {
    padding: 0 2% 0 0;
  }
  .uservoice__age--man:before {
    bottom: 0;
  }
  .uservoice__age--woman:before {
    bottom: 0;
  }
  .uservoice__voice {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .uservoice__voice span {
    color: #8e4000;
    font-size: 1.4rem;
    font-weight: bold;
  }
}

.mb40 {
  margin-bottom: 40px;
}

.mb__s {
  margin-bottom: 40px;
}

.mb__m {
  margin-bottom: 60px;
}

.mb__l {
  margin-bottom: 100px;
}

.caption__1line {
  margin: 19px 0 0;
  padding: 6.45% 0;
  font-size: 1.1rem;
  color: #2f353d;
  background: #f9f5e0;
  text-align: center;
}

.caption__2line {
  margin: 19px 0 0;
  padding: 3% 0;
  font-size: 1.1rem;
  color: #2f353d;
  background: #f9f5e0;
  text-align: center;
}

.caption__name {
  padding: 2% 0;
  font-size: .85rem;
  color: #2f353d;
  text-align: center;
}

.caption__name span {
  padding-left: 2%;
  font-size: 1.1rem;
}

@media screen and (max-width: 900px) {
  .caption__1line {
    font-size: .9rem;
  }
  .caption__2line {
    font-size: .9rem;
  }
}

@media screen and (max-width: 767px) {
  .caption__1line {
    max-width: 360px;
    width: auto;
    margin: 19px auto 0;
    padding: 2% 0;
    font-size: .9rem;
    color: #2f353d;
    background: #f9f5e0;
    text-align: center;
  }
  .caption__2line {
    max-width: 360px;
    width: auto;
    margin: 19px auto 0;
    padding: 3% 0;
    font-size: .9rem;
    color: #2f353d;
    background: #f9f5e0;
    text-align: center;
  }
  .mb__l {
    margin-bottom: 50px;
  }
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.br {
  display: block;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .br {
    display: none;
  }
}
