@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
body {
  	/*
    overflow-x: hidden;
    @media screen and (max-width: 1280px) {
      overflow-x: auto;
      main{
        overflow: hidden;
      }
    }
  */
}
body > main#main {
  			/* HTML5 display-role reset for older browsers
  */
}
body > main#main html, body > main#main body, body > main#main div, body > main#main span, body > main#main applet, body > main#main object, body > main#main iframe, body > main#main h1, body > main#main h2, body > main#main h3, body > main#main h4, body > main#main h5, body > main#main h6, body > main#main p, body > main#main blockquote, body > main#main pre, body > main#main a, body > main#main abbr, body > main#main acronym, body > main#main address, body > main#main big, body > main#main cite, body > main#main code, body > main#main del, body > main#main dfn, body > main#main em, body > main#main img, body > main#main ins, body > main#main kbd, body > main#main q, body > main#main s, body > main#main samp, body > main#main small, body > main#main strike, body > main#main strong, body > main#main sub, body > main#main sup, body > main#main tt, body > main#main var, body > main#main b, body > main#main u, body > main#main i, body > main#main center, body > main#main dl, body > main#main dt, body > main#main dd, body > main#main ol, body > main#main ul, body > main#main li, body > main#main fieldset, body > main#main form, body > main#main label, body > main#main legend, body > main#main table, body > main#main caption, body > main#main tbody, body > main#main tfoot, body > main#main thead, body > main#main tr, body > main#main th, body > main#main td, body > main#main article, body > main#main aside, body > main#main canvas, body > main#main details, body > main#main embed, body > main#main figure, body > main#main figcaption, body > main#main footer, body > main#main header, body > main#main hgroup, body > main#main menu, body > main#main nav, body > main#main output, body > main#main ruby, body > main#main section, body > main#main summary, body > main#main time, body > main#main mark, body > main#main audio, body > main#main video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
body > main#main article, body > main#main aside, body > main#main details, body > main#main figcaption, body > main#main figure, body > main#main footer, body > main#main header, body > main#main hgroup, body > main#main menu, body > main#main nav, body > main#main section {
  display: block;
}
body > main#main body {
  line-height: 1;
}
body > main#main ol, body > main#main ul {
  list-style: none;
}
body > main#main blockquote, body > main#main q {
  quotes: none;
}
body > main#main blockquote:before, body > main#main blockquote:after {
  content: "";
  content: none;
}
body > main#main q:before, body > main#main q:after {
  content: "";
  content: none;
}
body > main#main table {
  border-collapse: collapse;
  border-spacing: 0;
}
body > div.container * {
  box-sizing: border-box;
}
body > div.container a:link, body > div.container a:visited, body > div.container a:hover, body > div.container a:active {
  color: inherit;
  text-decoration: none;
}
body > div.container img {
  height: auto;
}
body main section {
  position: relative;
}
body main section .content {
  z-index: 2;
}

.dummy {
  position: relative;
  margin-left: auto;
  margin-right: 0;
  height: 0;
  display: block;
}
.dummy:before {
  position: absolute;
  width: 100%;
  padding: 5px 15px;
  top: -50px;
  right: 10px;
  background: #f00;
  color: #fff;
  content: "ダミーです";
}

.grad {
  position: relative;
  display: inline-block;
  color: #fff;
  z-index: 1;
}
.grad:after {
  display: block;
  position: absolute;
  content: "";
  top: 60%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: -webkit-linear-gradient(90deg, navy 0%, #500080 50%, purple 100%);
  background-image: -webkit-linear-gradient(left, navy 0%, #500080 50%, purple 100%);
  background-image: linear-gradient(90deg, navy 0%, #500080 50%, purple 100%);
  z-index: -1;
}

.hukidashi {
  position: relative;
}
.hukidashi:after {
  position: absolute;
  content: "";
  border-top: 8px solid transparent;
  border-right: 13px solid #f1f1f1;
  border-bottom: 8px solid transparent;
}

.ttl-line {
  display: inline;
  z-index: 0;
  background: -webkit-linear-gradient(transparent 70%, #082EAE 0%);
  background: linear-gradient(transparent 70%, #082EAE 0%);
}

/*****************************************
ボタン類
*****************************************/
.arrow {
  position: relative;
}
.arrow:after {
  position: absolute;
  display: block;
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.maru {
  position: relative;
}
.maru:before {
  position: absolute;
  display: block;
  content: "";
  background-color: #000;
  border-radius: 50%;
}
.maru:after {
  position: absolute;
  display: block;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.inview-fade {
  opacity: 0;
  -webkit-transition: opacity 1s ease 0s;
  transition: opacity 1s ease 0s;
}

.inviewed {
  opacity: 1;
}

body #feature {
  overflow-x: unset;
}
body #main picture {
  position: relative;
  display: inline-block;
  text-align: center;
}
body #main picture img {
  vertical-align: inherit;
}
body main#main {
  font-family: "Noto Sans JP", sans-serif;
}
body main#main .side-index {
  position: fixed;
  left: 100%;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
body main#main .side-index.opened {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  height: -webkit-fill-available;
  overflow-y: auto;
}
body main#main .side-index .side-index-tab {
  font-size: 0;
  position: absolute;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
  background-color: #000;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
}
body main#main .side-index .side-index-tab picture.arrow, body main#main .side-index .side-index-tab picture.cross {
  position: absolute;
}
body main#main .side-index .side-index-tab picture.arrow {
  display: block;
}
body main#main .side-index .side-index-tab picture.cross {
  display: none;
}
body main#main .side-index .side-index-menu {
  position: relative;
  background-color: #000;
}
body main#main .side-index .side-index-menu .side-index-close {
  position: absolute;
}
body main#main .side-index .side-index-menu nav {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: wrap;
}
body main#main .side-index .side-index-menu nav a {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  background-color: #fff;
}
body main#main .side-index .side-index-menu nav figure {
  font-size: 0;
}
body main#main .side-index .side-index-menu .side-index-title {
  text-align: center;
}
body main#main .side-index .side-index-menu .side-index-title a {
  display: inline-block;
  position: relative;
}
body main#main .ttl-block {
  display: block;
  text-align: center;
}
body main#main .head-block {
  width: 100%;
}
body main#main .head-block .logo {
  position: relative;
  z-index: 300;
}
body main#main .head-block .opener-wrap {
  position: absolute;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  z-index: 1001;
}
body main#main .head-block .menu-opener {
  position: relative;
  display: block;
}
body main#main .head-block .menu-opener > span {
  display: block;
  position: absolute;
  left: 0;
  background-color: #000;
}
body main#main .head-block .menu-opener > span:nth-child(1) {
  -webkit-transition: top 0.1s 0.3s, opacity 0s 0.3s, -webkit-transform 0.1s 0.3s;
  transition: top 0.1s 0.3s, opacity 0s 0.3s, -webkit-transform 0.1s 0.3s;
  transition: top 0.1s 0.3s, transform 0.1s 0.3s, opacity 0s 0.3s;
  transition: top 0.1s 0.3s, transform 0.1s 0.3s, opacity 0s 0.3s, -webkit-transform 0.1s 0.3s;
  top: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
body main#main .head-block .menu-opener > span:nth-child(2), body main#main .head-block .menu-opener > span:nth-child(3) {
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
body main#main .head-block .menu-opener > span:nth-child(4) {
  -webkit-transition: top 0.1s 0.3s, opacity 0s 0.3s, -webkit-transform 0.1s 0.3s;
  transition: top 0.1s 0.3s, opacity 0s 0.3s, -webkit-transform 0.1s 0.3s;
  transition: top 0.1s 0.3s, transform 0.1s 0.3s, opacity 0s 0.3s;
  transition: top 0.1s 0.3s, transform 0.1s 0.3s, opacity 0s 0.3s, -webkit-transform 0.1s 0.3s;
  top: 100%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
body main#main .head-block.opened {
  top: 0;
  background-color: #fff;
}
body main#main .head-block.opened .normal {
  display: none;
}
body main#main .head-block.opened .small {
  display: block;
}
body main#main .head-block.opened .menu-opener > span {
  box-shadow: none;
}
body main#main .head-block.opened .menu-opener > span:nth-child(2) {
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
body main#main .head-block.opened .menu-opener > span:nth-child(3) {
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
body main#main .head-block.opened .menu-opener > span:nth-child(4), body main#main .head-block.opened .menu-opener > span:nth-child(1) {
  -webkit-transition: top 0.1s, opacity 0s 0.1s, -webkit-transform 0.1s;
  transition: top 0.1s, opacity 0s 0.1s, -webkit-transform 0.1s;
  transition: top 0.1s, transform 0.1s, opacity 0s 0.1s;
  transition: top 0.1s, transform 0.1s, opacity 0s 0.1s, -webkit-transform 0.1s;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
body main#main .menu-index {
  display: none;
  position: fixed;
  top: 0px;
  height: 100vh;
  width: 100%;
  background-color: #f1f1f1;
  z-index: 1000;
}
body main#main .menu-index.opened {
  display: block;
}
body main#main .menu-index .inner {
  padding: 0;
}
body main#main .menu-index h2 {
  text-align: center;
}
body main#main .menu-index nav {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: wrap;
}
body main#main .menu-index nav a {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  background-color: #fff;
}
body main#main .menu-index nav figure {
  font-size: 0;
}
body main#main .menu-index nav p {
  line-height: 1.5;
}
body main#main .menu-index .to-links {
  text-align: center;
}
body main#main .menu-index .to-links a {
  display: inline-block;
  line-height: 1.4;
}
body main#main .kv {
  position: relative;
  z-index: 10;
  overflow: hidden;
  margin: 0 auto;
}
body main#main .kv .kv-content {
  position: relative;
}
body main#main .kv .person-wrap {
  position: relative;
  display: inline-block;
  text-align: center;
}
body main#main .kv .person-wrap .taiken {
  display: inline-block;
  position: relative;
  font-weight: bold;
  color: #082EAE;
  text-align: center;
  letter-spacing: 0.15em;
}
body main#main .kv .person-wrap .taiken:before {
  position: relative;
  display: inline-block;
  content: "";
  background-color: #082EAE;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
body main#main .kv .person-wrap .taiken:after {
  position: relative;
  display: inline-block;
  content: "";
  background-color: #082EAE;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
body main#main .kv .person-wrap .person {
  position: relative;
}
body main#main .kv .person-wrap .person .box-border {
  position: absolute;
}
body main#main .kv .person-wrap .person .box-border:nth-child(1) {
  border-top: 2px solid #aaa;
  border-left: 2px solid #aaa;
}
body main#main .kv .person-wrap .person .box-border:nth-child(2) {
  border-top: 2px solid #aaa;
  border-right: 2px solid #aaa;
}
body main#main .kv .person-wrap .person .box-border:nth-child(3) {
  border-bottom: 2px solid #aaa;
  border-right: 2px solid #aaa;
}
body main#main .kv .person-wrap .person .box-border:nth-child(4) {
  border-bottom: 2px solid #aaa;
  border-left: 2px solid #aaa;
}
body main#main .kv .person-wrap .person .person-inner {
  text-align: center;
  border: 1px solid #aaa;
  background-color: #fff;
}
body main#main .kv .person-wrap .person .person-ttl {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.1;
  text-align: left;
  letter-spacing: -0.05em;
}
body main#main .kv .person-wrap .person .person-ttl span {
  position: absolute;
  line-height: 1;
}
body main#main .kv .person-wrap .person .img-name {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
body main#main .kv .person-wrap .person .img-name .txt-wrap {
  text-align: left;
}
body main#main .kv .person-wrap .person .img-name .name {
  font-weight: bold;
}
body main#main .kv .person-wrap .person .txt {
  line-height: 1.5;
}
body main#main .kv .person-wrap .person .w899 {
  display: none !important;
}
body main#main .kv .product-wrap figure .w899 {
  display: none;
}
body main#main .kv .product-wrap picture {
  display: inline;
}
body main#main .kv .product-wrap figure img {
  max-width: inherit;
}
body main#main .kv .productname {
  position: absolute;
  color: #000;
}
body main#main .kv .productname .product {
  position: relative;
}
body main#main .kv .ttl {
  margin: 0 auto;
}
body main#main .read {
  position: relative;
  z-index: 10;
}
body main#main .read h2 img {
  width: 798px;
}
body main#main .read .text-block p {
  line-height: 2.4;
}
body main#main .read .text-block p span {
  font-weight: bold;
  font-style: italic;
}
body main#main .read .share {
  margin: 0 auto;
  background-color: #F2F7FF;
}
body main#main .read .share .infomark {
  font-size: 0;
  margin-right: 15px;
}
body main#main .read .share .infomark img {
  width: 30px;
}
body main#main .read .share .text {
  font-weight: bold;
}
body main#main .index {
  position: relative;
  z-index: 11;
  background-color: #f1f1f1;
  overflow: hidden;
}
body main#main .index .inner {
  padding: 0;
}
body main#main .index h2 {
  position: relative;
  display: inline-block;
  text-align: center;
}
body main#main .index h2:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: -1;
}
body main#main .index h2 img {
  position: relative;
}
body main#main .index nav {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: wrap;
}
body main#main .index nav a {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  background-color: #fff;
}
body main#main .index nav figure {
  font-size: 0;
}
body main#main .point {
  position: relative;
  z-index: 10;
}
body main#main .point .point-one {
  height: 100%;
}
body main#main .point .right-block {
  position: relative;
  z-index: 20;
}
body main#main .point .left-block {
  position: sticky;
  z-index: 1;
  top: 0;
  background-color: #f1f1f1;
}
body main#main .point .left-block .white-bg {
  position: relative;
  height: 100%;
  background-color: #fff;
}
body main#main .point .left-block .point-ttl {
  opacity: 0;
  position: absolute;
  top: 8px;
  left: 0px;
  line-height: 1.4;
  font-weight: bold;
}
body main#main .point .left-block .point-ttl .gradient {
  background: linear-gradient(90deg, #528aff 0%, #528aff 60%, black 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3vw;
}
body main#main .point .left-block .point-ttl.show {
  opacity: 1;
}
body main#main .point .left-block .nums {
  position: absolute;
  top: 150px;
  left: 15px;
  z-index: 10;
}
body main#main .point .left-block .nums li {
  position: relative;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  background-color: #f1f1f1;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
body main#main .point .left-block .nums li > a {
  font-size: 0;
}
body main#main .point .left-block .nums li .num-txt {
  position: absolute;
  top: 0vw;
  left: 3.125vw;
  width: -webkit-max-content;
  width: max-content;
  padding: 0.234375vw 0.9375vw;
  font-size: 1.09375vw;
  background-color: #f1f1f1;
  border-radius: 0.3125vw;
  display: none;
  opacity: 0;
}
body main#main .point .left-block .nums li .num-txt:after {
  top: 0.859375vw;
  left: -0.46875vw;
  border-top: 0.3125vw solid transparent;
  border-right: 0.546875vw solid #f1f1f1;
  border-bottom: 0.3125vw solid transparent;
}
body main#main .point .left-block .nums li:hover .num-txt {
  display: block;
  opacity: 1;
  -webkit-animation: DNfadeIn 0.3s ease-in 0s forwards;
  animation: DNfadeIn 0.3s ease-in 0s forwards;
}
body main#main .point .left-block .nums li picture {
  line-height: 0;
}
body main#main .point .left-block .nums li picture.on {
  display: none;
}
body main#main .point .left-block .nums li.current {
  background-color: #000000;
}
body main#main .point .left-block .nums li.current picture.off {
  display: none;
}
body main#main .point .left-block .nums li.current picture.on {
  display: inline-block;
}
body main#main .point .left-block .nums li:not(:last-child):before {
  position: absolute;
  content: "";
  bottom: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f1f1f1;
}
body main#main .point .point-detail {
  background-color: #f1f1f1;
  position: relative;
  overflow: hidden;
}
body main#main .point .point-detail .detail-ttl {
  position: relative;
}
body main#main .point .point-detail h4 {
  font-weight: bold;
  line-height: 1.416;
  display: inline;
  z-index: 0;
}
body main#main .point .point-detail h4 span {
  font-weight: bold;
}
body main#main .point .point-detail .main-txt {
  position: relative;
  line-height: 2;
}
body main#main .point .point-detail .main-txt span.dash {
  display: inline-block;
  width: 2em;
  height: 1px;
  border-bottom: 1px solid #2f353d;
  margin-right: 0.2em;
  position: relative;
  bottom: 0.3em;
}
body main#main .point .point-detail .detail-img, body main#main .point .point-detail .detail-img-sub {
  margin: 0 auto;
}
body main#main .point .point-detail .comment-block {
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}
body main#main .point .point-detail .comment-block .comment-ttl {
  font-weight: bold;
  color: #082EAE;
}
body main#main .point .point-detail .comment-block dl {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
body main#main .point .point-detail .comment-block dl dd {
  text-align: right;
}
body main#main .point .point-detail .comment-block figure, body main#main .point .point-detail .comment-block picture {
  font-size: 0;
}
body main#main .point .point-detail .comment-block .name {
  text-align: center;
}
body main#main .point .point-detail .comment-block .name span {
  display: block;
}
body main#main .point .point-detail .comment-block .comment-txt {
  padding: 18px 22px 18px 24px;
  background-color: #f1f1f1;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.06em;
  border-radius: 10px;
}
body main#main .point .point-detail .comment-block .comment-txt.comment-txt2 {
  letter-spacing: -0.05em;
}
body main#main .point .point-detail .comment-block .comment-txt span {
  font-weight: bold;
}
body main#main .point .point-detail .comment-block .to-voices-righter {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
body main#main .point .point-detail .comment-block a.to-voices {
  background: linear-gradient(transparent 97%, #000 0%);
}
body main#main .point .point-detail .comment-block a.to-voices br.pc1090 {
  display: none;
}
body main#main .point .point-detail .comment-block a.to-voices:before {
  position: relative;
  display: inline-block;
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
body main#main .point .to-x-wrap {
  position: relative;
}
body main#main .point .to-x-wrap:after {
  position: absolute;
  content: "";
  display: block;
  background: #f1f1f1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  left: 50%;
}
body main#main .point .to-x-wrap .to-x-txt {
  text-align: center;
}
body main#main .point .to-x-wrap .to-x {
  position: relative;
  margin: 0 auto;
  background-color: #000;
  border-radius: 100px;
}
body main#main .point .to-x-wrap .to-x.pc-wide {
  border-radius: 100px;
}
body main#main .point .to-x-wrap .to-x a {
  position: relative;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  color: #fff;
  height: 100%;
  letter-spacing: 0.01em;
  font-weight: bold;
}
body main#main .point .to-x-wrap .to-x a:before {
  position: absolute;
  display: block;
  content: "";
  background-image: url("../images/x_logo.svg?vf8fa29294b49f3ce5432e1ede72658b9");
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}
body main#main .voices {
  position: relative;
  z-index: 10;
  background-image: url("../images/voices_bg.png?vead6b950931262965c8d6ca0c2db8716");
  background-position: center top;
  background-size: auto auto;
  background-color: transparent;
  background-repeat: repeat;
}
body main#main .voices .ttl {
  background: -webkit-linear-gradient(transparent 70%, #e2e2e2 0%);
  background: linear-gradient(transparent 70%, #e2e2e2 0%);
  text-align: center;
}
body main#main .voices .writer-block {
  margin: 0 auto;
}
body main#main .voices .writer-block .interviewer-ttl {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  background-color: #e2e2e2;
}
body main#main .voices .writer-block dl {
  background-color: #f1f1f1;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
body main#main .voices .writer-block dl dd {
  -webkit-box-flex: 1;
  flex: 1;
}
body main#main .voices .writer-block dl dd .profile a {
  color: #082EAE;
}
body main#main .voices .developer {
  margin: 0 auto;
}
body main#main .voices .developer .dev-ttl {
  font-weight: bold;
}
body main#main .voices .developer .scroller ul {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
}
body main#main .voices .developer .scroller ul li {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
body main#main .voices .developer .scroller ul li p {
  position: relative;
  line-height: 1.3;
}
body main#main .voices .developer .scroller ul li p span.blank {
  display: inline-block;
  width: 10px;
}
body main#main .voices .developer .line-one {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
body main#main .voices .developer .team-name {
  font-weight: bold;
  line-height: 1.5;
}
body main#main .voices .interview-ttl {
  position: relative;
  margin: 0 auto;
}
body main#main .voices .interview-ttl p {
  margin-bottom: 0;
}
body main#main .voices .interview-block.left-right {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
body main#main .voices .interview-block.narrow {
  margin: 0 auto;
}
body main#main .voices .q {
  font-weight: bold;
  line-height: 1.875;
}
body main#main .voices .q.with-dash:before {
  width: 2em;
  display: inline-block;
  margin-bottom: 0.3em;
  position: relative;
  content: "";
  height: 2px;
  background-color: #000;
}
body main#main .voices .notice {
  line-height: 1;
}
body main#main .voices .interview-one {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
body main#main .voices .interview-one dd {
  text-align: right;
  -webkit-box-flex: 1;
  flex: 1;
}
body main#main .voices .interview-one picture {
  font-size: 0;
}
body main#main .voices .interview-one .name {
  text-align: center;
  line-height: 1.4;
}
body main#main .voices .interview-one .name span {
  display: block;
}
body main#main .voices .interview-one .txt {
  padding: 14px 22px 18px 24px;
  background-color: #f1f1f1;
  line-height: 1.875;
  text-align: left;
  border-radius: 10px;
}
body main#main .voices .interview-one .txt span {
  font-weight: bold;
}
body main#main .voices .center-img {
  text-align: center;
}
body main#main .message {
  position: relative;
  z-index: 10;
  background-color: #f8f8f8;
}
body main#main .message > .inner {
  background-color: #fff;
}
body main#main .message .ttl-block .subttl {
  letter-spacing: -0.06em;
}
body main#main .message .ttl-block .ttl {
  position: relative;
  font-weight: bold;
  background: -webkit-linear-gradient(transparent 80%, #e2e2e2 0%);
  background: linear-gradient(transparent 80%, #e2e2e2 0%);
  letter-spacing: -0.02em;
}
body main#main .message .ttl-block.outer-ttl {
  text-align: center;
}
body main#main .message .ttl-block.outer-ttl .ttl {
  display: inline-block;
}
body main#main .message .message-img {
  text-align: center;
}
body main#main .message .message-block {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: wrap;
}
body main#main .message .message-block .message-one {
  line-height: 1.875;
}
body main#main .message .message-block .txt.txt3 {
  height: auto;
}
body main#main .message .message-block .name {
  text-align: right;
}
body main#main .message .message-block .name span {
  display: inline-block;
}
body main#main .information {
  position: relative;
  z-index: 10;
  background-color: #f8f8f8;
}
body main#main .information > .inner {
  background-color: #fff;
}
body main#main .information .ttl-block .subttl {
  letter-spacing: -0.06em;
}
body main#main .information .ttl-block .ttl {
  position: relative;
  font-weight: bold;
  background: -webkit-linear-gradient(transparent 80%, #e2e2e2 0%);
  background: linear-gradient(transparent 80%, #e2e2e2 0%);
  letter-spacing: -0.02em;
}
body main#main .information .ttl-block.outer-ttl {
  text-align: center;
}
body main#main .information .ttl-block.outer-ttl .ttl {
  display: inline-block;
}
body main#main .information .banners > li {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
body main#main .information .banners > li .info-txt {
  -webkit-box-flex: 1;
  flex: 1;
  line-height: 1.875;
}
body main#main .information .banners > li .info-txt p:nth-child(2n) {
  margin-bottom: 0;
}
body main#main .information .share .inner {
  background-color: #f0f0f0;
}
body main#main .information .share dl {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
body main#main .information .share dl dt {
  position: relative;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  background-color: #e2e2e2;
  font-weight: bold;
}
body main#main .information .share dl dd {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
body main#main .information .credit .inner {
  text-align: center;
}
body main#main .information .credit .inner a {
  color: #082EAE;
}

/*
body main#main .point .left-block .point-ttl > span {
	color: #fff;
	background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 128) 0%, rgb(80, 0, 128) 50%, rgb(128, 0, 128) 100%);
	background-image: -webkit-linear-gradient(left, rgb(0, 0, 128) 0%, rgb(80, 0, 128) 50%, rgb(128, 0, 128) 100%);
	background-image: linear-gradient(90deg, rgb(0, 0, 128) 0%, rgb(80, 0, 128) 50%, rgb(128, 0, 128) 100%);
	-webkit-box-decoration-break: clone;
}
*/
.text-share-tooltip {
  position: absolute;
  background-color: #000;
  color: #fff;
  padding-left: 13px;
  border-radius: 4px;
  font-size: 0;
  z-index: 999999;
  width: 130px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.text-share-tooltip .share-tip-title {
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
}
.text-share-tooltip .tw, .text-share-tooltip .fb, .text-share-tooltip .line {
  padding: 13px;
}
.text-share-tooltip .tw:hover, .text-share-tooltip .fb:hover, .text-share-tooltip .line:hover {
  background-color: #333;
  opacity: 1 !important;
}
.text-share-tooltip .tw img, .text-share-tooltip .fb img, .text-share-tooltip .line img {
  height: 14px;
}
.text-share-tooltip:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #000;
  left: 50%;
  top: 0px;
  -webkit-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  z-index: -1;
}

.text-anchor {
  width: 1px;
  height: 1px;
  display: inline-block;
  position: relative;
}

/*# sourceMappingURL=style.css.map */
@media screen and (max-width: 767px) and (min-width: 768px) {
  body main#main .head-block {
    top: 125px;
  }
}
@media screen and (min-width: 768px) {
  .HIDE-PC {
    display: none !important;
  }

  body main .inner {
    max-width: 1210px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }

  .dummy {
    width: 100px;
  }

  .hukidashi:after {
    top: 21px;
    left: -13px;
  }

  .arrow:after {
    width: 6px;
    height: 6px;
    top: 9px;
    left: 4px;
  }

  .maru:before {
    right: 10px;
    bottom: 10px;
    width: 20px;
    height: 20px;
  }
  .maru:after {
    width: 6px;
    height: 6px;
    right: 16px;
    bottom: 18px;
  }

  body main#main .side-index {
    top: 100px;
    z-index: 100;
    max-width: 1226px;
    width: calc(100% - 54px);
  }
  body main#main .side-index.opened .side-index-tab picture.arrow {
    display: none !important;
  }
  body main#main .side-index.opened .side-index-tab picture.cross {
    display: block !important;
  }
  body main#main .side-index .side-index-tab {
    top: 0px;
    left: 0px;
    width: 24px;
    height: 101px;
    padding-left: 6px;
    padding-top: 13px;
  }
  body main#main .side-index .side-index-tab.shown {
    left: -24px;
  }
  body main#main .side-index .side-index-tab picture.text {
    width: 12px;
  }
  body main#main .side-index .side-index-tab picture.text img {
    width: 12px;
  }
  body main#main .side-index .side-index-tab picture.arrow {
    bottom: 17px;
    left: 10.6px;
  }
  body main#main .side-index .side-index-tab picture.cross {
    bottom: 17.4px;
    left: 8.7px;
  }
  body main#main .side-index .side-index-menu {
    padding-left: 7px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  body main#main .side-index .side-index-menu .side-index-close {
    top: 10px;
    right: 10px;
  }
  body main#main .side-index .side-index-menu nav {
    margin-bottom: 50px;
    gap: 2px;
  }
  body main#main .side-index .side-index-menu nav a {
    width: 290px;
    height: 302px;
  }
  body main#main .side-index .side-index-menu nav picture {
    width: 290px;
  }
  body main#main .side-index .side-index-menu .side-index-title {
    margin-bottom: 15px;
  }
  body main#main .side-index .side-index-menu .side-index-titles {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
  body main#main .head-block {
    max-width: 1580px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100;
  }
  body main#main .head-block.header-fixed, body main#main .head-block.opened {
    z-index: 1001;
    position: fixed;
    top: 0;
    height: 70px;
    background-color: #fff;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
    max-width: 100%;
  }
  body main#main .head-block.header-fixed .logo .normal, body main#main .head-block.opened .logo .normal {
    display: none;
  }
  body main#main .head-block.header-fixed .logo .small, body main#main .head-block.opened .logo .small {
    display: block;
  }
  body main#main .head-block .logo {
    width: 198px;
    margin-left: 60px;
    margin-top: 14px;
  }
  body main#main .head-block .logo .normal {
    display: block;
  }
  body main#main .head-block .logo .small {
    display: none;
  }
  body main#main .head-block .opener-wrap {
    width: 40px;
    height: 30px;
    top: 14px;
    right: 20px;
  }
  body main#main .head-block .menu-opener {
    width: 40px;
    height: 30px;
  }
  body main#main .head-block .menu-opener > span {
    width: 40px;
    height: 2px;
  }
  body main#main .head-block.opened {
    height: 70px;
  }
  body main#main .head-block.opened .logo {
    margin-top: 10px;
    margin-left: 20px;
  }
  body main#main .head-block.opened .small {
    width: 312px;
  }
  body main#main .head-block.opened .opener-wrap {
    top: 20px;
  }
  body main#main .menu-index .inner {
    padding-top: 142px;
  }
  body main#main .menu-index h2 {
    margin-bottom: 33px;
  }
  body main#main .menu-index nav {
    margin-bottom: 50px;
  }
  body main#main .menu-index nav a {
    width: 370px;
    height: 110px;
    margin: 0 13px 13px;
  }
  body main#main .menu-index nav picture {
    width: 110px;
  }
  body main#main .menu-index nav p {
    margin-left: 17px;
    font-size: 16px;
  }
  body main#main .menu-index .to-links {
    font-size: 20px;
  }
  body main#main .menu-index .to-voices {
    margin-bottom: 50px;
  }
  body main#main .kv {
    max-width: 1580px;
    /* background-image: url("../images/kv_bg.png?vd62d716f5bec46dac83cfff1de4f9093"); */
    background-repeat: no-repeat;
    background-color: transparent;
    /* height: 545px; */
    background-position: center -0.46875vw;
    background-size: cover;
    padding-bottom: 20px;
  }
  body main#main .kv .kv-content {
    margin-top: 0;
  }
  body main#main .kv .person-wrap {
    margin-top: 22px;
    margin-left: 62px;
  }
  body main#main .kv .person-wrap .taiken {
    margin-bottom: 7px;
    padding-left: 10px;
    font-size: 21px;
  }
  body main#main .kv .person-wrap .taiken:before {
    width: 2px;
    height: 20px;
    top: 3px;
    left: -14px;
  }
  body main#main .kv .person-wrap .taiken:after {
    width: 2px;
    height: 20px;
    top: 3px;
    left: 14px;
  }
  body main#main .kv .person-wrap .person .box-border {
    width: 22px;
    height: 22px;
  }
  body main#main .kv .person-wrap .person .box-border:nth-child(1) {
    top: -1px;
    left: -1px;
    border-width: 3px;
  }
  body main#main .kv .person-wrap .person .box-border:nth-child(2) {
    top: -1px;
    right: -1px;
    border-width: 3px;
  }
  body main#main .kv .person-wrap .person .box-border:nth-child(3) {
    bottom: -1px;
    right: -1px;
    border-width: 3px;
  }
  body main#main .kv .person-wrap .person .box-border:nth-child(4) {
    bottom: -1px;
    left: -1px;
    border-width: 3px;
  }
  body main#main .kv .person-wrap .person .person-inner {
    width: 344px;
    padding-top: 27px;
    padding-right: 30px;
    padding-bottom: 19px;
    padding-left: 30px;
  }
  body main#main .kv .person-wrap .person .person-ttl {
    margin-bottom: 14px;
    margin-left: 10px;
    font-size: 24px;
  }
  body main#main .kv .person-wrap .person .person-ttl span {
    font-size: 48px;
  }
  body main#main .kv .person-wrap .person .person-ttl span.start {
    top: -22px;
    left: -26px;
  }
  body main#main .kv .person-wrap .person .person-ttl span.end {
    bottom: -32px;
    right: -14px;
  }
  body main#main .kv .person-wrap .person .img-name {
    gap: 21px;
    margin-bottom: 8px;
  }
  body main#main .kv .person-wrap .person .img-name figure {
    width: 98px;
    height: 98px;
  }
  body main#main .kv .person-wrap .person .img-name .name {
    font-size: 21px;
  }
  body main#main .kv .product-wrap {
    /* position: absolute; */
    right: 0;
    top: 0;
  }
  body main#main .kv .product-wrap figure img {
    width: 100%;
  }
  body main#main .kv .productname {
    bottom: -18px;
    right: 18px;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  body main#main .kv .productname .product p.product-text {
    font-size: 12px;
  }
  body main#main .kv .ttl {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 606px;
  }
  body main#main .read {
    padding-top: 50px;
    margin-bottom: 60px;
  }
  body main#main .read h2 {
    font-size: 0px;
  }
  body main#main .read .text-block {
    margin-bottom: 0px;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
  body main#main .read .text-block .left-side {
    margin-left: 40px;
  }
  body main#main .read .text-block p {
    max-width: 885px;
    margin-bottom: 32px;
  }
  body main#main .read .share {
    max-width: 900px;
    padding-top: 12.5px;
    padding-right: 42px;
    padding-bottom: 12.5px;
    padding-left: 42px;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  body main#main .read .share .text {
    font-size: 16px;
  }
  body main#main .index {
    padding-top: 62px;
    padding-bottom: 25px;
    margin-bottom: -16px;
  }
  body main#main .index .bg-circle {
    z-index: -1;
    position: absolute;
    right: 50%;
    border-radius: 50%;
    background-color: #eaeaea;
    -webkit-transform: translateX(199px);
    transform: translateX(199px);
  }
  body main#main .index h2 {
    height: 45px;
    margin-bottom: 28px;
  }
  body main#main .index h2:before {
    bottom: 10px;
    height: 8px;
  }
  body main#main .index nav {
    gap: 2px;
  }
  body main#main .index nav a {
    width: 290px;
    height: 302px;
  }
  body main#main .index nav picture {
    width: 290px;
  }
  body main#main .point .point-one {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
  body main#main .point .right-block {
    width: 50%;
    height: 100%;
    background-color: #f1f1f1;
    padding-top: 140px;
  }
  body main#main .point .left-block {
    width: 50%;
    height: 100vh;
  }
  body main#main .point .left-block .point-ttl {
    top: 1.171875vw;
    font-size: 1.71875vw;
    z-index: 2;
    word-break: keep-all;
    padding-bottom: 1px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 8px;
  }
  body main#main .point .left-block .point-ttl.point1-ttl {
    width: 49.453125vw;
  }
  body main#main .point .left-block .point-ttl.point1-ttl picture, body main#main .point .left-block .point-ttl.point1-ttl img {
    width: 100%;
    max-width: inherit;
  }
  body main#main .point .left-block .point-ttl.point2-ttl {
    width: 49.078125vw;
  }
  body main#main .point .left-block .point-ttl.point2-ttl picture, body main#main .point .left-block .point-ttl.point2-ttl img {
    width: 100%;
    max-width: inherit;
  }
  body main#main .point .left-block .point-ttl.point3-ttl {
    width: 49.046875vw;
  }
  body main#main .point .left-block .point-ttl.point3-ttl picture, body main#main .point .left-block .point-ttl.point3-ttl img {
    width: 100%;
    max-width: inherit;
  }
  body main#main .point .left-block .point-ttl.point4-ttl {
    width: 42.6875vw;
  }
  body main#main .point .left-block .point-ttl.point4-ttl picture, body main#main .point .left-block .point-ttl.point4-ttl img {
    width: 100%;
    max-width: inherit;
  }
  body main#main .point .left-block .point-ttl .point-ttl-mt {
    margin-top: 5px;
    display: inline-block;
  }
  body main#main .point .left-block .nums {
    top: 15.625vw;
    left: 1.171875vw;
  }
  body main#main .point .left-block .nums li {
    width: 2.1875vw;
    height: 2.1875vw;
    margin-bottom: 2.421875vw;
  }
  body main#main .point .left-block .nums li img {
    width: 1.015625vw;
    padding-bottom: 0.078125vw;
  }
  body main#main .point .left-block .nums li:not(:last-child):before {
    bottom: -2.5vw;
    width: 0.3125vw;
    height: 2.5vw;
  }
  body main#main .point .left-block .point-img-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: #F0F0F0;
  }
  body main#main .point .left-block picture.point-img {
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    top: 8.59375vw;
    right: 0;
    bottom: 0;
    left: 0;
    width: calc(100% - 3.359375vw);
    height: 100%;
    margin-left: 3.359375vw;
    padding-top: 4.890625vw;
    background-color: #fff;
  }
  body main#main .point .left-block picture.point-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top center;
  }
  body main#main .point .left-block picture.point-img.fill {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
    object-fit: cover;
  }
  body main#main .point .left-block picture.point-img.point-img1 {
    top: 10.375vw;
  }
  body main#main .point .left-block picture.point-img.point-img2 {
    top: 6.375vw;
  }
  body main#main .point .left-block picture.point-img.point-img3 {
    top: 6.375vw;
  }
  body main#main .point .left-block picture.point-img.point-img4 {
    top: 13.375vw;
  }
  body main#main .point .left-block picture.point-img.shown {
    opacity: 1;
  }
  body main#main .point .point-detail-wrap {
    background-color: #f8f8f8;
    padding-bottom: 58px;
  }
  body main#main .point .point-detail {
    padding-top: 96px;
    padding-bottom: 0px;
    padding-left: 80px;
    padding-right: 80px;
  }
  body main#main .point .point-detail.last {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  body main#main .point .point-detail .circle-bg {
    z-index: 0;
    position: absolute;
    right: 0;
    border-radius: 50%;
    background-color: #eaeaea;
    -webkit-transform: translateX(185px);
    transform: translateX(185px);
  }
  body main#main .point .point-detail .detail-ttl {
    margin-bottom: 30px;
  }
  body main#main .point .point-detail .ttl-en {
    margin-bottom: 4px;
  }
  body main#main .point .point-detail .ttl-en img {
    width: 90px;
  }
  body main#main .point .point-detail h4 {
    font-size: 24px;
  }
  body main#main .point .point-detail h4 span {
    font-size: 36px;
  }
  body main#main .point .point-detail .main-txt {
    margin-bottom: 30px;
  }
  body main#main .point .point-detail .notice {
    margin-bottom: 30px;
    font-size: 14px;
    position: relative;
  }
  body main#main .point .point-detail .detail-img {
    max-width: 385px;
    margin-bottom: 45px;
  }
  body main#main .point .point-detail .detail-img iframe {
    position: relative;
    display: inline-block;
    text-align: center;
    max-width: 385px;
    max-height: 202px;
    width: 100%;
    height: 100%;
    aspect-ratio: 116 / 61;
  }
  body main#main .point .point-detail .detail-img-sub {
    max-width: 385px;
    font-size: 14px;
    margin-top: -45px;
    margin-bottom: 52px;
  }
  body main#main .point .point-detail .comment-block {
    max-width: 480px;
    padding: 4px 0;
    margin-bottom: 20px;
  }
  body main#main .point .point-detail .comment-block:before {
    position: absolute;
    top: -14px;
    content: "";
    display: block;
    width: calc(100% - 30px);
    height: 0;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #fff;
  }
  body main#main .point .point-detail .comment-block:after {
    position: absolute;
    bottom: -14px;
    content: "";
    display: block;
    width: calc(100% - 30px);
    height: 0;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid #fff;
  }
  body main#main .point .point-detail .comment-block .comment-ttl {
    padding-left: 23px;
    padding-right: 19px;
    margin-bottom: 15px;
    font-size: 16px;
  }
  body main#main .point .point-detail .comment-block .comment-ttl span {
    font-size: 22px;
  }
  body main#main .point .point-detail .comment-block dl {
    padding-left: 19px;
    padding-right: 19px;
  }
  body main#main .point .point-detail .comment-block dl:not(.first) {
    margin-top: 20px;
  }
  body main#main .point .point-detail .comment-block dl dd {
    margin-left: 30px;
  }
  body main#main .point .point-detail .comment-block picture {
    width: 60px;
    margin-bottom: 7px;
  }
  body main#main .point .point-detail .comment-block .name {
    font-size: 10px;
  }
  body main#main .point .point-detail .comment-block .name span {
    margin-top: -4px;
    font-size: 14px;
  }
  body main#main .point .point-detail .comment-block .comment-txt {
    margin-bottom: 7px;
  }
  body main#main .point .point-detail .comment-block .to-voices-righter {
    padding-left: 19px;
    padding-right: 19px;
  }
  body main#main .point .point-detail .comment-block a.to-voices {
    margin-right: 13px;
    padding-left: 5px;
    padding-bottom: 2px;
    font-size: 14px;
    letter-spacing: 0.06em;
  }
  body main#main .point .point-detail .comment-block a.to-voices:before {
    width: 6px;
    height: 6px;
    top: -3px;
    left: 0px;
    margin-right: 5px;
  }
  body main#main .point .to-x-wrap {
    padding-top: 65px;
    padding-left: 15px;
    padding-right: 15px;
  }
  body main#main .point .to-x-wrap:after {
    top: 0px;
    width: 48px;
    height: 48px;
  }
  body main#main .point .to-x-wrap .to-x-txt {
    margin-bottom: 22px;
    font-size: 18px;
  }
  body main#main .point .to-x-wrap .to-x {
    max-width: 400px;
    height: 59px;
    text-align: center;
  }
  body main#main .point .to-x-wrap .to-x.pc-wide {
    height: 59px;
  }
  body main#main .point .to-x-wrap .to-x a {
    font-size: 24px;
  }
  body main#main .point .to-x-wrap .to-x a:before {
    width: 27px;
    height: 27px;
    top: 17px;
    left: 40px;
  }
  body main#main .voices {
    padding-top: 84px;
    padding-bottom: 25px;
  }
  body main#main .voices .ttl-block {
    margin-bottom: 25px;
  }
  body main#main .voices .ttl {
    padding-bottom: 2px;
  }
  body main#main .voices .top-txt {
    width: 699px;
    line-height: 2.37;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  body main#main .voices .writer-block {
    width: 699px;
    margin-bottom: 40px;
  }
  body main#main .voices .writer-block .interviewer-ttl {
    width: 91px;
    height: 24px;
  }
  body main#main .voices .writer-block dl {
    padding-top: 10px;
    padding-bottom: 13px;
    padding-left: 13px;
    padding-right: 13px;
  }
  body main#main .voices .writer-block dl dt {
    padding-top: 7px;
  }
  body main#main .voices .writer-block dl dt picture img {
    width: 60px;
  }
  body main#main .voices .writer-block dl dd {
    margin-left: 30px;
  }
  body main#main .voices .writer-block dl dd .writer {
    font-size: 10px;
  }
  body main#main .voices .writer-block dl dd .name {
    font-size: 16px;
  }
  body main#main .voices .writer-block dl dd .profile {
    font-size: 14px;
  }
  body main#main .voices .developer {
    max-width: 900px;
    padding-right: 7px;
    padding-left: 7px;
    margin-bottom: 55px;
  }
  body main#main .voices .developer .dev-ttl {
    margin-bottom: 25px;
    text-align: center;
  }
  body main#main .voices .developer .scroller {
    max-width: 1210px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }
  body main#main .voices .developer .scroller ul {
    width: 699px;
    margin: 0 auto;
    gap: 20px;
  }
  body main#main .voices .developer .scroller ul li {
    margin-bottom: 15px;
    width: 30%;
  }
  body main#main .voices .developer .scroller ul li picture {
    width: 60px;
  }
  body main#main .voices .developer .scroller ul li p {
    margin-left: 18px;
    font-size: 14px;
    top: -4px;
  }
  body main#main .voices .developer .scroller ul li p strong {
    font-size: 12px;
  }
  body main#main .voices .developer .line-one {
    gap: 15px;
    margin-bottom: 10px;
    margin-left: 10px;
  }
  body main#main .voices .developer .team-name {
    width: 154px;
    padding-top: 10px;
    font-size: 12px;
  }
  body main#main .voices .interview-ttl {
    width: 708px;
    margin-bottom: 22px;
  }
  body main#main .voices .interview-block .left-block {
    width: 440px;
    margin-top: 0px;
  }
  body main#main .voices .interview-block .left-block.img19 {
    width: 550px;
  }
  body main#main .voices .interview-block .right-block {
    width: 480px;
    padding-left: 50px;
  }
  body main#main .voices .interview-block.left-right {
    margin-bottom: 52px;
  }
  body main#main .voices .interview-block.left-right .interview-one {
    width: 440px;
  }
  body main#main .voices .interview-block.narrow {
    width: 705px;
    margin-bottom: 65px;
  }
  body main#main .voices .interview-block.narrow .interview-one {
    margin-bottom: 16px;
  }
  body main#main .voices .q {
    margin-bottom: 25px;
  }
  body main#main .voices .caption {
    font-size: 14px;
  }
  body main#main .voices p.notice {
    font-size: 14px;
    margin: 30px 0;
  }
  body main#main .voices .interview-one {
    margin-bottom: 10px;
  }
  body main#main .voices .interview-one dd {
    margin-left: 30px;
  }
  body main#main .voices .interview-one picture {
    width: 60px;
    margin-bottom: 8px;
  }
  body main#main .voices .interview-one .name {
    font-size: 10px;
  }
  body main#main .voices .interview-one .name span {
    margin-top: 1px;
    font-size: 14px;
  }
  body main#main .voices .interview-one .txt {
    margin-bottom: 7px;
  }
  body main#main .voices .center-img {
    margin-top: 70px;
    margin-bottom: 60px;
  }
  body main#main .voices .voices_image_2cell {
    margin-top: 35px;
  }
  body main#main .voices .voices_img1 {
    margin-bottom: 35px;
  }
  body main#main .voices .voices_img3, body main#main .voices .voices_img4 {
    padding-top: 0px;
  }
  body main#main .voices .voices_img6 {
    margin-bottom: 35px;
  }
  body main#main .voices .voices_img7, body main#main .voices .voices_img8, body main#main .voices .voices_img10, body main#main .voices .voices_img11, body main#main .voices .voices_img13, body main#main .voices .voices_img14, body main#main .voices .voices_img15, body main#main .voices .voices_img16, body main#main .voices .voices_img17, body main#main .voices .voices_img18, body main#main .voices .voices_img19 {
    padding-top: 0px;
  }
  body main#main .voices .voices_img20 {
    padding-top: 10px;
  }
  body main#main .message {
    padding-top: 80px;
    padding-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  body main#main .message > .inner {
    max-width: 1000px;
    padding-top: 65px;
    margin-bottom: 0px;
  }
  body main#main .message .ttl-block {
    margin-bottom: 40px;
  }
  body main#main .message .ttl-block .subttl {
    font-size: 24px;
  }
  body main#main .message .ttl-block .ttl {
    font-size: 36px;
    left: 5px;
  }
  body main#main .message .ttl-block.outer-ttl {
    margin-bottom: 30px;
  }
  body main#main .message .ttl-block.outer-ttl .ttl {
    left: 0px;
    height: 45px;
  }
  body main#main .message .message-img {
    margin-bottom: 25px;
  }
  body main#main .message .message-block .message-one {
    max-width: 740px;
    width: min(100% - 35px, 740px);
    margin-bottom: 50px;
  }
  body main#main .message .message-block .message-one:nth-child(2n) {
    margin-left: 70px;
  }
  body main#main .message .message-block .txt {
    height: 100%;
    margin-bottom: 13px;
  }
  body main#main .message .message-block .name {
    font-size: 14px;
  }
  body main#main .message .message-block .name span {
    margin-left: 20px;
    font-size: 16px;
  }
  body main#main .information {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }
  body main#main .information > .inner {
    max-width: 1000px;
    padding-top: 60px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 40px;
    margin-bottom: 75px;
  }
  body main#main .information .ttl-block {
    margin-bottom: 35px;
  }
  body main#main .information .ttl-block .subttl {
    font-size: 24px;
  }
  body main#main .information .ttl-block .ttl {
    font-size: 36px;
    left: 5px;
  }
  body main#main .information .ttl-block.outer-ttl {
    margin-bottom: 30px;
  }
  body main#main .information .ttl-block.outer-ttl .ttl {
    left: 0px;
    height: 52px;
  }
  body main#main .information .banners > li {
    margin-bottom: 35px;
    gap: 40px;
  }
  body main#main .information .banners > li figure {
    width: 480px;
  }
  body main#main .information .banners > li .info-txt p {
    margin-bottom: 30px;
  }
  body main#main .information .banners > li .info-txt p.info-notice {
    font-size: 14px;
  }
  body main#main .information .share {
    margin-bottom: 50px;
  }
  body main#main .information .share .inner {
    max-width: 1000px;
    padding-top: 60px;
    padding-bottom: 55px;
  }
  body main#main .information .share dl dt {
    width: 90px;
    height: 30px;
    font-size: 20px;
    top: -6px;
  }
  body main#main .information .share dl dd {
    margin-left: 61px;
  }
  body main#main .information .share dl a {
    width: 61px;
  }
  body main#main .information .share dl a:not(:first-child) {
    margin-left: 52px;
  }
  body main#main .information .credit .inner {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  body main#main .side-index .side-index-menu .side-index-titles > a:first-child {
    margin-right: 100px;
  }
  body main#main .head-block.header-fixed .logo .small, body main#main .head-block.opened .logo .small {
    width: 312px;
  }
  body main#main .head-block.header-fixed .opener-wrap, body main#main .head-block.opened .opener-wrap {
    top: 19px;
  }
  body main#main .kv .ttl {
    top: 30px;
  }
  body main#main .index .bg-circle {
    width: 1440px;
    height: 1440px;
    top: -1043px;
  }
  body main#main .point .left-block {
    padding-top: 71px;
  }
  body main#main .point .point-detail .circle-bg {
    width: 480px;
    height: 480px;
    top: 114px;
  }
  body main#main .message .message-block .message-one:nth-child(3) {
    max-width: 410px;
    width: 410px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  body main#main .head-block.header-fixed .opener-wrap, body main#main .head-block.opened .opener-wrap {
    top: 3.2vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1279px) {
  body main#main .index .bg-circle {
    width: 112.5vw;
    height: 112.5vw;
    top: -81.484375vw;
    -webkit-transform: translateX(15.54688vw);
    transform: translateX(15.54688vw);
  }
  body main#main .point .point-detail .circle-bg {
    width: 37.5vw;
    height: 37.5vw;
    top: 8.90625vw;
    -webkit-transform: translateX(14.45313vw);
    transform: translateX(14.45313vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  body main#main .point .point-detail {
    padding-left: 2.34375vw;
    padding-right: 2.34375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1090px) {
  body main#main .point .point-detail .comment-block a.to-voices br.pc1090 {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  body main#main .point .to-x-wrap .to-x a {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 899px) and (min-width: 768px) {
  body main#main .kv .kv-content {
    margin-top: 0;
  }
  body main#main .kv .productname {
    right: 15px;
  }
  body main#main .kv .productname .product p.product-text {
    font-size: 12px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1129px) {
  body main#main .head-block .logo {
    width: 17.5376439327vw;
  }
  body main#main .kv .kv-content {
    margin-top: 0;
  }
  body main#main .kv .person-wrap {
    margin-left: 1.3333333333vw;
  }
  body main#main .kv .product-wrap figure {
    width: 59.9645704163vw;
  }
  body main#main .kv .product-wrap figure img {
    width: 99.2028343667vw;
  }
  body main#main .kv .ttl {
    width: 53.6758193091vw;
    left: 66.6666666667vw;
  }
}
@media screen and (min-width: 900px) and (max-width: 1279px) {
  body main#main .kv .productname .product.product1 {
    margin-bottom: 0.1563721658vw;
  }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  body main#main .point .to-x-wrap .to-x.under1000-pc-wide {
    height: 59px;
  }
}
@media screen and (min-width: 1000px) {
  .HIDE-UPPER1000 {
    display: none !important;
  }
}
@media screen and (min-width: 1130px) and (max-width: 1240px) and (min-width: 768px) {
  body main#main .kv .person-wrap {
    margin-top: 45px;
  }
}
@media screen and (min-width: 1130px) and (max-width: 1580px) {
  body main#main .kv .product-wrap {
    width: 100%;
  }
}
@media screen and (min-width: 1130px) and (max-width: 1279px) {
  body main#main .kv .product-wrap figure {
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  body main#main .point .to-x-wrap .to-x.under1000-pc-wide {
    border-radius: 100px;
  }
}
@media screen and (max-width: 999px) and (max-width: 767px) {
  body main#main .point .to-x-wrap .to-x.under1000-pc-wide {
    height: 10.9333333333vw;
  }
}
@media screen and (max-width: 899px) {
  body main#main .kv {
    padding-top: 0;
    /* background-image: url("../images/kv_bg_sp.png?vb3cb97d30dd9d9c5f0661865caaf1baa"); */
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center top;
    background-size: cover;
    /* height: 1200px; */
  }
  body main#main .kv .kv-content {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
  body main#main .kv .person-wrap {
    margin: 0 auto;
  }
  body main#main .kv .person-wrap .person .person-inner {
    width: 100%;
    padding-top: 40px;
  }
  body main#main .kv .person-wrap .person .img-name .txt-wrap {
    -webkit-box-flex: 1;
    flex: 1;
  }
  body main#main .kv .person-wrap .person .w900 {
    display: none !important;
  }
  body main#main .kv .person-wrap .person .w899 {
    display: block !important;
  }
  body main#main .kv .product-wrap {
    position: relative;
    margin-left: auto;
    margin-bottom: 0;
  }
  body main#main .kv .product-wrap figure .HIDE-SP {
    display: none !important;
  }
  body main#main .kv .product-wrap figure .w899 {
    display: block;
  }
  body main#main .kv .product-wrap figure .w899 img {
    width: 100vw;
  }
  body main#main .kv .productname {
    left: auto;
  }
  body main#main .kv .ttl {
    top: 150px;
  }
}
@media screen and (max-width: 767px) {
  .HIDE-SP {
    display: none !important;
  }

  body main .inner {
    max-width: 92vw;
    margin-left: auto;
    margin-right: auto;
  }

  .dummy {
    width: 26.6666666667vw;
  }

  .hukidashi:after {
    top: 3.2vw;
    left: -1.6vw;
    border-top: 4px solid transparent;
    border-right: 7px solid #f1f1f1;
    border-bottom: 4px solid transparent;
  }

  .arrow:after {
    width: 1.6vw;
    height: 1.6vw;
    top: 1.8666666667vw;
    left: 0.2666666667vw;
  }

  .maru:before {
    right: 5.3333333333vw;
    bottom: 6.6666666667vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .maru:after {
    width: 1.6vw;
    height: 1.6vw;
    right: 6.9333333333vw;
    bottom: 8.8vw;
  }

  body main#main .side-index {
    top: 0vw;
    z-index: 1002;
    width: 100%;
  }
  body main#main .side-index.opened {
    background-color: #000;
  }
  body main#main .side-index .side-index-tab {
    top: 18.6666666667vw;
    left: 0vw;
    width: 8vw;
    height: 26.9333333333vw;
    padding-left: 1.8666666667vw;
    padding-top: 4.5333333333vw;
  }
  body main#main .side-index .side-index-tab.shown {
    left: -8vw;
  }
  body main#main .side-index .side-index-tab picture.text {
    width: 3.2vw;
  }
  body main#main .side-index .side-index-tab picture.text img {
    width: 3.2vw;
  }
  body main#main .side-index .side-index-tab picture.arrow {
    width: 1.3333333333vw;
    bottom: 3.4666666667vw;
    left: 2.9333333333vw;
  }
  body main#main .side-index .side-index-tab picture.arrow img {
    width: 1.0666666667vw;
  }
  body main#main .side-index .side-index-menu {
    padding-top: 13.3333333333vw;
  }
  body main#main .side-index .side-index-menu .side-index-close {
    top: 4vw;
    right: 4vw;
  }
  body main#main .side-index .side-index-menu nav {
    margin-bottom: 7.4666666667vw;
    gap: 0.8vw;
  }
  body main#main .side-index .side-index-menu nav a {
    width: 45.6vw;
    height: 41.6vw;
  }
  body main#main .side-index .side-index-menu nav picture {
    width: 45.6vw;
  }
  body main#main .side-index .side-index-menu .side-index-title {
    margin-bottom: 4vw;
  }
  body main#main .side-index .side-index-menu .side-index-titles {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  body main#main .head-block {
    position: sticky;
    background-color: #fff;
    height: 14.6666666667vw;
    padding-top: 2.1333333333vw;
  }
  body main#main .head-block.header-fixed {
    z-index: 1001;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  }
  body main#main .head-block.opened {
    z-index: 1001;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
    position: fixed;
  }
  body main#main .head-block .logo {
    width: 56vw;
    margin-left: 2.1333333333vw;
  }
  body main#main .head-block .logo .normal {
    display: none;
  }
  body main#main .head-block .logo .small {
    display: block;
  }
  body main#main .head-block .opener-wrap {
    width: 5.3333333333vw;
    height: 4vw;
    top: 6.1333333333vw;
    right: 4.2666666667vw;
  }
  body main#main .head-block .menu-opener {
    width: 5.3333333333vw;
    height: 4vw;
  }
  body main#main .head-block .menu-opener > span {
    width: 4.8vw;
    height: 0.2666666667vw;
  }
  body main#main .head-block.opened .logo {
    margin-top: 0vw;
    margin-left: 2.6666666667vw;
  }
  body main#main .head-block.opened .opener-wrap {
    top: 5.3333333333vw;
  }
  body main#main .menu-index .inner {
    padding-top: 25.3333333333vw;
  }
  body main#main .menu-index h2 {
    margin-bottom: 3.7333333333vw;
  }
  body main#main .menu-index h2 img {
    width: 44.5333333333vw;
  }
  body main#main .menu-index nav {
    margin-bottom: 5.3333333333vw;
  }
  body main#main .menu-index nav a {
    height: 18.6666666667vw;
    width: 92vw;
    margin: 0 auto 15px;
  }
  body main#main .menu-index nav picture {
    width: 18.6666666667vw;
  }
  body main#main .menu-index nav p {
    margin-left: 4.5333333333vw;
    margin-right: 18.6666666667vw;
    font-size: 3.2vw;
    letter-spacing: -0.05em;
  }
  body main#main .menu-index .to-links {
    margin-bottom: 4vw;
  }
  body main#main .menu-index .to-voices {
    margin-bottom: 8.5333333333vw;
  }
  body main#main .menu-index .to-voices img {
    width: 22.9333333333vw;
  }
  body main#main .menu-index .to-dev img {
    width: 28vw;
  }
  body main#main .kv {
    margin-top: 2px;
    /* height: 168.5333333333vw; */
    /* background-image: url("../images/kv_bg_sp.png?vb3cb97d30dd9d9c5f0661865caaf1baa"); */
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center top;
    background-size: cover;
    padding-top: 0vw;
  }
  body main#main .kv .kv-content {
    margin-top: 0vw;
    display: block;
    				/*
            	display: -webkit-box;
            	display: -ms-flexbox;
            	justify-content: flex-start;
            	-webkit-box-pack: flex-start;
            	-ms-flex-pack: flex-start;
            	align-items: flex-start;
            	-webkit-box-align: flex-start;
            	-ms-flex-align: flex-start;
            	-webkit-box-orient: vertical;
            	-webkit-box-direction: reverse;
            	flex-direction: column-reverse;
            */
  }
  body main#main .kv .person-wrap {
    margin: 0 auto;
  }
  body main#main .kv .person-wrap .taiken {
    margin-bottom: 0.8vw;
    font-size: 4vw;
  }
  body main#main .kv .person-wrap .taiken:before {
    width: 0.5333333333vw;
    height: 5.3333333333vw;
    top: 0.8vw;
    left: -2.6666666667vw;
  }
  body main#main .kv .person-wrap .taiken:after {
    width: 0.5333333333vw;
    height: 5.3333333333vw;
    top: 0.8vw;
    left: 2.6666666667vw;
  }
  body main#main .kv .person-wrap .person .box-border {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  body main#main .kv .person-wrap .person .box-border:nth-child(1) {
    top: -0.2666666667vw;
    left: -0.2666666667vw;
  }
  body main#main .kv .person-wrap .person .box-border:nth-child(2) {
    top: -0.2666666667vw;
    right: -0.2666666667vw;
  }
  body main#main .kv .person-wrap .person .box-border:nth-child(3) {
    bottom: -0.2666666667vw;
    right: -0.2666666667vw;
  }
  body main#main .kv .person-wrap .person .box-border:nth-child(4) {
    bottom: -0.2666666667vw;
    left: -0.2666666667vw;
  }
  body main#main .kv .person-wrap .person .person-inner {
    width: 82.6666666667vw;
    padding-top: 6.9333333333vw;
    padding-right: 4vw;
    padding-bottom: 2.6666666667vw;
    padding-left: 4vw;
  }
  body main#main .kv .person-wrap .person .person-ttl {
    margin-bottom: 2.6666666667vw;
    margin-left: 2.6666666667vw;
    font-size: 4.5333333333vw;
  }
  body main#main .kv .person-wrap .person .person-ttl span {
    font-size: 9.0666666667vw;
  }
  body main#main .kv .person-wrap .person .person-ttl span.start {
    top: -4.5333333333vw;
    left: -5.6vw;
  }
  body main#main .kv .person-wrap .person .person-ttl span.end {
    bottom: -7.4666666667vw;
    right: -2.6666666667vw;
  }
  body main#main .kv .person-wrap .person .img-name {
    gap: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
    padding-left: 4.8vw;
  }
  body main#main .kv .person-wrap .person .img-name figure {
    width: 18.1333333333vw;
    height: 18.1333333333vw;
  }
  body main#main .kv .person-wrap .person .img-name .txt-wrap {
    -webkit-box-flex: 1;
    flex: 1;
  }
  body main#main .kv .person-wrap .person .img-name .name {
    font-size: 4vw;
  }
  body main#main .kv .person-wrap .person .img-name .txt {
    font-size: 3.2vw;
  }
  body main#main .kv .product-wrap {
    position: relative;
    margin-left: auto;
    margin-bottom: 10.1333333333vw;
  }
  body main#main .kv .product-wrap figure .w899 {
    display: none;
  }
  body main#main .kv .product-wrap figure img {
    width: 100vw;
  }
  body main#main .kv .productname {
    left: auto;
  }
  body main#main .kv .productname .product {
    position: relative;
  }
  body main#main .kv .ttl {
    width: 95.7333333333vw;
    margin-bottom: 3.4666666667vw;
  }
  body main#main .read {
    margin-bottom: 13.3333333333vw;
  }
  body main#main .read h2 {
    font-size: 0vw;
  }
  body main#main .read h2 img {
    width: 83.7333333333vw;
  }
  body main#main .read .text-block {
    margin-bottom: 10.1333333333vw;
  }
  body main#main .read .text-block .left-side p:first-child {
    margin-bottom: 0;
  }
  body main#main .read .text-block p {
    margin-bottom: 6.4vw;
    font-size: 3.7333333333vw;
    line-height: 2.05;
  }
  body main#main .read .share {
    max-width: 92vw;
    padding-top: 5.0666666667vw;
    padding-right: 5.3333333333vw;
    padding-bottom: 5.0666666667vw;
    padding-left: 5.3333333333vw;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  body main#main .read .share .infomark img {
    width: 6.9333333333vw;
  }
  body main#main .read .share .text {
    font-size: 3.7333333333vw;
    -webkit-box-flex: 1;
    flex: 1;
    line-height: 1.714;
    letter-spacing: -0.04em;
  }
  body main#main .index {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
  body main#main .index h2 {
    height: 7.4666666667vw;
    margin-bottom: 5.8666666667vw;
  }
  body main#main .index h2:before {
    bottom: 0vw;
    height: 2.1333333333vw;
  }
  body main#main .index h2 img {
    width: 32.2666666667vw;
  }
  body main#main .index nav {
    gap: 0.8vw;
  }
  body main#main .index nav a {
    width: 45.6vw;
    height: 41.6vw;
  }
  body main#main .index nav picture {
    width: 45.6vw;
  }
  body main#main .point .left-block .point-ttl {
    font-size: 7.4666666667vw;
    padding-bottom: 0vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
  body main#main .point .left-block .nums {
    display: none;
  }
  body main#main .point .left-block .nums li {
    width: 7.2vw;
    height: 7.2vw;
  }
  body main#main .point .left-block picture.point-img {
    display: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  body main#main .point .left-block picture.point-img.sp-shown {
    display: block;
  }
  body main#main .point .point-detail-wrap {
    padding-bottom: 9.3333333333vw;
  }
  body main#main .point .point-detail-wrap .anchor {
    position: relative;
  }
  body main#main .point .point-detail-wrap .sp-point-img {
    position: sticky;
    font-size: 0;
  }
  body main#main .point .point-detail-wrap .point-ttl {
    line-height: 1.6;
    font-weight: bold;
  }
  body main#main .point .point-detail-wrap .point-ttl .gradient {
    background: linear-gradient(90deg, #528aff 0%, #528aff 60%, black 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 6.4vw;
  }
  body main#main .point .text-wrap {
    background-color: #fff;
    position: relative;
  }
  body main#main .point .point-detail {
    margin-left: 4vw;
    margin-right: 4vw;
    padding-top: 8.5333333333vw;
    padding-bottom: 0.5333333333vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  body main#main .point .point-detail.last {
    padding-bottom: 13.3333333333vw;
  }
  body main#main .point .point-detail .detail-ttl {
    margin-left: 1.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  body main#main .point .point-detail .ttl-en {
    margin-bottom: 0vw;
  }
  body main#main .point .point-detail .ttl-en img {
    width: 17.3333333333vw;
  }
  body main#main .point .point-detail h4 {
    font-size: 4.8vw;
    line-height: 1.333;
  }
  body main#main .point .point-detail h4 span {
    font-size: 5.6vw;
  }
  body main#main .point .point-detail .main-txt {
    margin-bottom: 4vw;
    margin-left: 1.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 2;
  }
  body main#main .point .point-detail .notice {
    font-size: 2.6666666667vw;
    margin-bottom: 4vw;
  }
  body main#main .point .point-detail .detail-img {
    max-width: 82.6666666667vw;
    margin-bottom: 4vw;
  }
  body main#main .point .point-detail .detail-img iframe {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 100%;
    aspect-ratio: 116 / 61;
  }
  body main#main .point .point-detail .detail-img-sub {
    font-size: 2.6666666667vw;
    margin-top: -2.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
  body main#main .point .point-detail .comment-block {
    max-width: 81.3333333333vw;
    padding: 5px 0 9px;
    margin-bottom: 7px;
  }
  body main#main .point .point-detail .comment-block:before {
    position: absolute;
    top: -6.5px;
    content: "";
    display: block;
    width: calc(100% - 14px);
    height: 0;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #fff;
  }
  body main#main .point .point-detail .comment-block:after {
    position: absolute;
    bottom: -6.5px;
    content: "";
    display: block;
    width: calc(100% - 14px);
    height: 0;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid #fff;
  }
  body main#main .point .point-detail .comment-block .comment-ttl {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    margin-bottom: 3.2vw;
    margin-left: 2.6666666667vw;
  }
  body main#main .point .point-detail .comment-block dl {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
  body main#main .point .point-detail .comment-block dl:not(.first) {
    margin-top: 10.1333333333vw;
  }
  body main#main .point .point-detail .comment-block dl dt {
    width: 16vw;
  }
  body main#main .point .point-detail .comment-block dl dd {
    margin-left: 2.1333333333vw;
    -webkit-box-flex: 1;
    flex: 1;
  }
  body main#main .point .point-detail .comment-block figure {
    text-align: center;
  }
  body main#main .point .point-detail .comment-block picture {
    width: 12vw;
    margin-bottom: 0.8vw;
  }
  body main#main .point .point-detail .comment-block .name {
    font-size: 2.4vw;
  }
  body main#main .point .point-detail .comment-block .name span {
    margin-top: -1.0666666667vw;
    font-size: 2.6666666667vw;
  }
  body main#main .point .point-detail .comment-block .comment-txt {
    padding: 7px 10px 7px 10px;
    margin-right: 1.3333333333vw;
    margin-bottom: 1.8666666667vw;
    font-size: 3.2vw;
    line-height: 1.583;
  }
  body main#main .point .point-detail .comment-block .to-voices-righter {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
  body main#main .point .point-detail .comment-block a.to-voices {
    margin-right: 5.0666666667vw;
    padding-left: 1.3333333333vw;
    padding-bottom: 0.5333333333vw;
    font-size: 3.2vw;
  }
  body main#main .point .point-detail .comment-block a.to-voices span {
    letter-spacing: 0.06em;
  }
  body main#main .point .point-detail .comment-block a.to-voices:before {
    width: 1.6vw;
    height: 1.6vw;
    top: -0.5333333333vw;
    left: 0vw;
    margin-right: 0.5333333333vw;
  }
  body main#main .point .to-x-wrap {
    padding-top: 14.6666666667vw;
    padding-left: 3vw;
    padding-right: 3vw;
  }
  body main#main .point .to-x-wrap:after {
    top: 0vw;
    width: 11.2vw;
    height: 11.2vw;
  }
  body main#main .point .to-x-wrap .to-x-txt {
    margin-bottom: 3.2vw;
    font-size: 3.7333333333vw;
  }
  body main#main .point .to-x-wrap .to-x {
    max-width: 72vw;
    height: 10.9333333333vw;
    border-radius: 40px;
  }
  body main#main .point .to-x-wrap .to-x.pc-wide {
    height: 10.9333333333vw;
  }
  body main#main .point .to-x-wrap .to-x a {
    font-size: 4.5333333333vw;
    line-height: 1.56;
    text-align: center;
  }
  body main#main .point .to-x-wrap .to-x a:before {
    width: 4.8vw;
    height: 4.8vw;
    top: 3.2vw;
    left: 6.6666666667vw;
  }
  body main#main .voices {
    padding-top: 17.3333333333vw;
    padding-bottom: 8.8vw;
    background-size: 72px auto;
  }
  body main#main .voices .ttl-block {
    margin-bottom: 10.6666666667vw;
  }
  body main#main .voices .ttl img {
    width: 26.1333333333vw;
  }
  body main#main .voices .top-txt {
    margin-bottom: 10.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.928;
  }
  body main#main .voices .writer-block {
    width: 92vw;
    margin-bottom: 11.2vw;
  }
  body main#main .voices .writer-block .interviewer-ttl {
    width: 16.5333333333vw;
    height: 5.3333333333vw;
  }
  body main#main .voices .writer-block .interviewer-ttl img {
    width: 14.4vw;
  }
  body main#main .voices .writer-block dl {
    padding-top: 2.9333333333vw;
    padding-bottom: 2.9333333333vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  body main#main .voices .writer-block dl dt {
    padding-top: 1.8666666667vw;
  }
  body main#main .voices .writer-block dl dt picture img {
    width: 16vw;
  }
  body main#main .voices .writer-block dl dd {
    padding-left: 5.0666666667vw;
  }
  body main#main .voices .writer-block dl dd .writer {
    font-size: 2.6666666667vw;
    margin-bottom: 0.8vw;
  }
  body main#main .voices .writer-block dl dd .name {
    margin-bottom: 0.5333333333vw;
    font-size: 3.7333333333vw;
  }
  body main#main .voices .writer-block dl dd .profile {
    font-size: 3.7333333333vw;
    line-height: 1.642;
  }
  body main#main .voices .developer {
    margin-bottom: 8vw;
  }
  body main#main .voices .developer .dev-ttl {
    margin-bottom: 4.5333333333vw;
    font-size: 3.7333333333vw;
  }
  body main#main .voices .developer .scroller {
    overflow: scroll;
  }
  body main#main .voices .developer .scroller ul {
    width: 100vw;
  }
  body main#main .voices .developer .scroller ul li {
    margin-bottom: 2.1333333333vw;
  }
  body main#main .voices .developer .scroller ul li picture {
    width: 16vw;
  }
  body main#main .voices .developer .scroller ul li p {
    margin-left: 2.6666666667vw;
    font-size: 3.2vw;
    top: -0.8vw;
  }
  body main#main .voices .developer .scroller ul li p strong {
    font-size: 2.4vw;
  }
  body main#main .voices .developer .line-one {
    gap: 2.1333333333vw;
    margin-bottom: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  body main#main .voices .developer .team-name {
    padding-left: 4vw;
    font-size: 3.2vw;
  }
  body main#main .voices .interview-block.left-right {
    margin-bottom: 3.4666666667vw;
  }
  body main#main .voices .q {
    margin-bottom: 9.8666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.928;
  }
  body main#main .voices .caption {
    width: 73.3333333333vw;
    line-height: 1.5;
    margin: 0 auto;
    margin-bottom: 5.3333333333vw;
    font-size: 2.9333333333vw;
  }
  body main#main .voices p.notice {
    font-size: 3.7333333333vw;
    margin: 4vw 0;
  }
  body main#main .voices .interview-one {
    margin-bottom: 8vw;
  }
  body main#main .voices .interview-one dd {
    margin-left: 4.5333333333vw;
  }
  body main#main .voices .interview-one picture {
    width: 12vw;
    margin-bottom: 0.8vw;
  }
  body main#main .voices .interview-one .name {
    font-size: 2.1333333333vw;
    line-height: 1;
  }
  body main#main .voices .interview-one .name span {
    margin-top: 1.4666666667vw;
    font-size: 2.6666666667vw;
  }
  body main#main .voices .interview-one .txt {
    font-size: 3.2vw;
    padding: 8px 11px;
    line-height: 1.583;
  }
  body main#main .voices .center-img {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
  body main#main .voices picture {
    display: block;
  }
  body main#main .voices picture img {
    width: 73.3333333333vw;
  }
  body main#main .voices .voices_image_2cell {
    margin-top: 6.6666666667vw;
  }
  body main#main .voices .voices_img1 {
    margin-bottom: 6.6666666667vw;
  }
  body main#main .voices .voices_img1-1 {
    padding-top: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
  body main#main .voices .voices_img5 {
    margin-bottom: 8vw;
  }
  body main#main .voices .voices_img6 {
    margin-bottom: 6.6666666667vw;
  }
  body main#main .voices .voices_img7 {
    padding-top: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
  body main#main .voices .voices_img8, body main#main .voices .voices_img9, body main#main .voices .voices_img10, body main#main .voices .voices_img11, body main#main .voices .voices_img12, body main#main .voices .voices_img13, body main#main .voices .voices_img14, body main#main .voices .voices_img15, body main#main .voices .voices_img16, body main#main .voices .voices_img17, body main#main .voices .voices_img18, body main#main .voices .voices_img19 {
    margin-bottom: 8vw;
  }
  body main#main .message {
    padding-top: 10.6666666667vw;
    padding-bottom: 4vw;
  }
  body main#main .message > .inner {
    padding-top: 9.8666666667vw;
    padding-bottom: 5.3333333333vw;
    margin-bottom: 0vw;
  }
  body main#main .message .ttl-block {
    margin-bottom: 9.3333333333vw;
  }
  body main#main .message .ttl-block .subttl {
    font-size: 4.8vw;
    margin-bottom: 1.6vw;
  }
  body main#main .message .ttl-block .ttl {
    font-size: 5.6vw;
    line-height: 1.7;
  }
  body main#main .message .ttl-block.outer-ttl .ttl {
    height: 8.8vw;
  }
  body main#main .message .ttl-block.outer-ttl .ttl img {
    width: 34.6666666667vw;
  }
  body main#main .message .message-img {
    margin-bottom: 6.6666666667vw;
  }
  body main#main .message .message-img img {
    width: 81.3333333333vw;
  }
  body main#main .message .message-block .message-one {
    margin-bottom: 9.3333333333vw;
    margin-right: 5.3333333333vw;
    margin-left: 5.3333333333vw;
    line-height: 1.923;
  }
  body main#main .message .message-block .txt {
    margin-bottom: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
  body main#main .message .message-block .name {
    font-size: 3.4666666667vw;
  }
  body main#main .message .message-block .name span {
    margin-left: 6.1333333333vw;
    font-size: 3.7333333333vw;
  }
  body main#main .information {
    padding-top: 10.6666666667vw;
    padding-bottom: 13.3333333333vw;
  }
  body main#main .information > .inner {
    padding-top: 11.2vw;
    padding-right: 6.6666666667vw;
    padding-left: 6.6666666667vw;
    padding-bottom: 0.2666666667vw;
    margin-bottom: 13.3333333333vw;
  }
  body main#main .information .ttl-block {
    margin-bottom: 8vw;
  }
  body main#main .information .ttl-block .subttl {
    font-size: 4.8vw;
    margin-bottom: 1.6vw;
  }
  body main#main .information .ttl-block .ttl {
    font-size: 6.4vw;
    line-height: 1.7;
  }
  body main#main .information .ttl-block.outer-ttl .ttl {
    height: 8.8vw;
  }
  body main#main .information .ttl-block.outer-ttl .ttl img {
    width: 49.6vw;
  }
  body main#main .information .banners > li {
    margin-bottom: 9.3333333333vw;
    gap: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
  body main#main .information .banners > li figure {
    width: 78.1333333333vw;
  }
  body main#main .information .banners > li .info-txt p {
    margin-bottom: 8vw;
    font-size: 3.7333333333vw;
  }
  body main#main .information .banners > li .info-txt p.info-notice {
    margin-top: -4vw;
    font-size: 2.6666666667vw;
  }
  body main#main .information .share {
    margin-bottom: 13.3333333333vw;
  }
  body main#main .information .share .inner {
    padding-top: 10.6666666667vw;
    padding-bottom: 8vw;
    margin-right: 9.3333333333vw;
    margin-left: 9.3333333333vw;
  }
  body main#main .information .share dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  body main#main .information .share dl dt {
    width: 24vw;
    height: 8vw;
    font-size: 5.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
  body main#main .information .share dl dd {
    -webkit-box-pack: center;
    justify-content: center;
  }
  body main#main .information .share dl a {
    width: 12vw;
  }
  body main#main .information .share dl a:not(:first-child) {
    margin-left: 8.5333333333vw;
  }
  body main#main .information .credit .inner {
    font-size: 2.4vw;
  }

  	/*
    body main#main .point .point-detail-wrap .point-ttl > span {
    	color: #fff;
    	background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 128) 0%, rgb(80, 0, 128) 50%, rgb(128, 0, 128) 100%);
    	background-image: -webkit-linear-gradient(left, rgb(0, 0, 128) 0%, rgb(80, 0, 128) 50%, rgb(128, 0, 128) 100%);
    	background-image: linear-gradient(90deg, rgb(0, 0, 128) 0%, rgb(80, 0, 128) 50%, rgb(128, 0, 128) 100%);
    	-webkit-box-decoration-break: clone;
    }
    */
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  body main#main .side-index .side-index-menu .side-index-title a img {
    width: 31.7333333333vw;
  }
  body main#main .side-index .side-index-menu .side-index-titles > a:first-child {
    margin-bottom: 6.6666666667vw;
  }
  body main#main .side-index .side-index-menu .side-index-titles > a:first-child img {
    width: 22.9333333333vw;
  }
  body main#main .side-index .side-index-menu .side-index-titles > a:nth-child(2) img {
    width: 28.2666666667vw;
  }
  body main#main .head-block {
    top: 0vw;
  }
  body main#main .head-block .logo .small, body main#main .head-block.opened .small {
    width: 65.3333333333vw;
  }
  body main#main .kv {
    margin-bottom: 5.3333333333vw;
  }
  body main#main .kv .productname {
    bottom: -3.7333333333vw;
    right: 4vw;
  }
  body main#main .kv .productname .product p.product-text {
    font-size: 2.4vw;
  }
  body main#main .point .left-block {
    height: 117.3333333333vw;
  }
  body main#main .point .left-block picture.point-img {
    padding-top: 14.6666666667vw;
  }
  body main#main .point .point-detail-wrap .anchor {
    top: 0vw;
  }
  body main#main .point .point-detail-wrap .sp-point-img {
    top: 14.6666666667vw;
  }
  body main#main .point .point-detail-wrap .point-ttl {
    font-size: 4.8vw;
    margin-left: 1.3333333333vw;
    margin-bottom: 8vw;
    line-height: 1.6;
    padding-top: 1.6vw;
    padding-bottom: 1.6vw;
    padding-right: 1.0666666667vw;
    padding-left: 1.0666666667vw;
  }
  body main#main .point .text-wrap {
    padding-top: 1.3333333333vw;
  }
  body main#main .voices .developer .scroller ul {
    padding-left: 4vw;
  }
  body main#main .voices .developer .scroller ul li {
    width: 47vw;
  }
}
@-webkit-keyframes DNfadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes DNfadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.voices-ttl h3 {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 25px;
}
.voices-ttl h3 span {
  background: linear-gradient(90deg, #528AFF 0%, black 70%, black 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 768px) {
  .voices-ttl h3 {
    font-size: 24px;
  }
  .voices-ttl h3 span {
    font-size: 32px;
    margin-bottom: 5px;
    display: inline-block;
    padding-left: 5px;
  }

  body main#main .interview-block .information > .inner {
    margin-bottom: 0;
  }
  body main#main .interview-block .information .ttl-block.outer-ttl .ttl {
    font-size: 28px;
  }
  body main#main .interview-block .information .banners > li {
    margin-bottom: 0;
  }
  body main#main .interview-block .information .banners > li figure {
    width: 34vw;
    max-width: 480px;
  }
}
@media screen and (max-width: 767px) {
  .voices-ttl h3 {
    font-size: 4.8vw;
    margin-bottom: 8vw;
  }
  .voices-ttl h3 span {
    font-size: 6.4vw;
  }

  body main#main .interview-block .information {
    background-color: inherit;
  }
}
@media screen and (min-width: 1280px) {
  body main#main .voices .interview-ttl {
    width: 1170px;
  }
  body main#main .voices .trial-listening .interview-ttl {
    width: 930px;
  }
  body main#main .voices .interview-block.narrow {
    width: 1170px;
  }
  body main#main .voices .interview-block .right-block {
    width: 680px;
  }
  body main#main .voices .trial-listening .interview-block .right-block {
    width: 490px;
  }
  body main#main .voices .interview-block.left-right .interview-one {
    width: 640px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  body main#main .voices .interview-ttl {
    width: 100%;
    max-width: 920px;
  }
  body main#main .voices .trial-listening .interview-ttl {
    width: 100%;
    max-width: 930px;
  }
  body main#main .voices .interview-block.narrow {
    width: 100%;
    max-width: 920px;
  }
  body main#main .voices .interview-block .right-block {
    width: 480px;
  }
  body main#main .voices .trial-listening .interview-block .right-block {
    width: 490px;
  }
  body main#main .voices .interview-block.left-right .interview-one {
    width: 440px;
  }
}
.modal {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity .25s,visibility .25s;
  visibility: hidden;
  width: 100%;
  z-index: 10000;
}
.modal.-isActive {
  opacity: 1;
  visibility: visible;
}

.modal__dialog {
  background-color: transparent;
  color: #262626;
  display: block;
  max-width: 1200px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 73%;
  z-index: 2;
}
.modal__dialog > div {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .modal__dialog {
    -ms-overflow-style: none;
    max-height: 95vh;
    overflow-y: scroll;
    scrollbar-width: none;
    width: 95vw;
  }
}
.modal__closeButton {
  display: block;
  padding: 0;
  position: absolute;
  top: 0;
}

.modal__overlayHandler {
  display: block;
  padding: 0;
  top: 0;
  position: fixed;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  width: 100%;
}

.js-modal-open, .js-modal-close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.modal__content {
  display: block;
  padding-top: 3em;
  position: relative;
  width: 100%;
}

.modal__content__closeButton {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  height: 3em;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 3em;
  z-index: 2;
}
.modal__content__closeButton span {
  display: block;
  height: 100%;
  position: relative;
  transition: .2s;
  width: 100%;
  color: transparent;
}
.modal__content__closeButton span:after {
  background: #fff;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.modal__content__closeButton span:before {
  background: #fff;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 50%;
  transform: translateX(-50%) rotate(-45deg);
}

.modal__content__youtube {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.modal__content__youtube iframe {
  height: 100% !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 100% !important;
}

.voices_video {
  width: 100%;
  height: 100%;
  max-width: 610px;
  max-height: 320px;
  aspect-ratio: 116 / 61;
  position: relative;
  display: inline-block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .voices_video {
    width: 73.3333333333vw;
  }

  .voices-ttl h3 span.font-size-s {
    font-size: 6.0vw;
  }
}
@font-face {
  font-family: 'Lusitana';
  font-weight: normal;
  src: url(../../../../s-cope/fonts/Lusitana-Regular.ttf) format("truetype");
}
@font-face {
  font-family: 'Lusitana';
  font-weight: bold;
  src: url(../../../../s-cope/fonts/Lusitana-Bold.ttf) format("truetype");
}
#index .lusitana {
  font-family: 'Lusitana', sans-serif;
  line-height: 1;
  font-size: 40px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #index .lusitana {
    font-size: 7.45vw;
  }
}
.side-index-title .lusitana {
  font-family: 'Lusitana', sans-serif;
  line-height: 1;
  font-size: 32px;
  color: #fff;
}
.side-index-title .lusitana:after {
  position: absolute;
  display: block;
  content: "";
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  top: 12px;
  right: -38px;
}

@media screen and (max-width: 767px) {
  .side-index-title .lusitana {
    font-size: 6.5vw;
  }
  .side-index-title .lusitana:after {
    width: 2vw;
    height: 2vw;
    top: 1.8vw;
    right: -7vw;
  }
}
.banner {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .banner {
    margin-top: 60px;
  }
}
.contents-block.scope-store-block {
  padding-top: 1rem;
}

.point .l-contents {
  z-index: 1;
  margin-bottom: 3rem;
}

.scope-store-block {
  background-color: #f0f0f0;
  margin-top: 3em;
}
.scope-store-block .c5-cols__product {
  margin-bottom: 0;
}
.scope-store-block .product-title {
  padding-top: 0;
}
.scope-store-block .s5-buttonV3 {
  width: 100%;
  text-align: center;
  padding: 8px 18px;
  font-size: 100%;
}
.scope-store-block .s5-inStoreItem1__storeButton {
  width: 100%;
  text-align: center;
  padding: 8px 18px;
  font-size: 100%;
}
.scope-store-block .scope-store-picture {
  padding: 20px 40px;
  background-color: white;
}

@media screen and (max-width: 767px) {
  .l-contents .scope-store-block {
    padding-top: 10vw;
    padding-bottom: 10vw;
    margin-top: 10vw;
  }
  .l-contents .scope-store-block .c5-cols__product .figure {
    margin-left: 5vw;
    margin-right: 5vw;
    background-color: white;
  }
  .l-contents .scope-store-block .c5-cols__product .txt {
    display: block;
    text-align: left;
    margin: 0 auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .l-contents .scope-store-block .scope-store-picture {
    padding: 4vw 16vw;
    background-color: white;
  }
}
@media screen and (min-width: 768px) {
  .scope-store-block .c5-cols__product.col2 > .txt, .scope-store-block .c5-cols__product.col2 > h4 {
    flex: 0 1 30%;
  }
  .scope-store-block .c5-cols__product.col2 > .figure {
    flex: 0 1 40%;
  }
  .scope-store-block .c5-cols__product.col2 > div {
    padding: 1rem 2rem 2rem;
  }
  .scope-store-block .figure {
    order: 2;
  }
  .scope-store-block .product-title {
    margin-bottom: 0;
    padding-left: 2rem;
  }
}

/*# sourceMappingURL=style.css.map */
