@charset "utf-8";
/* CSS Document */
.kp-product {
  position: relative;
}
.kp-product .txt {
  position: absolute;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  font-family: "Noto Sans JP", serif;
  background-color: rgba(255, 255, 255, 0.7);
  line-height: 1;
  padding: 10px 30px;
  white-space: nowrap;
}
.kp-product .txt.p000 {
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.kp-product .txt.p001 {
  top: 50px;
  left: 0px;
}
.kp-product .txt.p002 {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.kp-product .txt.p003, .kp-product .txt.p004 {
  top: 50px;
  right: 0px;
  text-align: right;
}
.kp-product .txt.p005 {
  top: 50%;
  left: 0px;
  transform: translatey(-50%);
}
@media (max-width:767px) {
  .kp-product .txt {
    font-size: 16px;
    font-size: 1.6rem;
    white-space: normal
  }
  .kp-product .txt.p001, .kp-product .txt.p002, .kp-product .txt.p003, .kp-product .txt.p004, .kp-product .txt.p005 {
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}
/* ==============================
  コンテンツ
============================== */
body {
  font-family: "Noto Sans JP", serif;
  color: #131313;
}
#wrapper {
  box-sizing: border-box;
}
.mw1150 {
  max-width: 1150px;
  padding: 0 10px;
  margin: 0 auto;
}
h2.kp-title {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100px;
  font-size: 10.0rem;
  margin: 100px 0 100px;
  line-height: 1.3;
  color: #878eb4;
  text-align: center;
}
h3.kp-h3 {
  font-family: "Noto Sans JP", serif;
  font-weight: normal;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 30px;
}
h3.kp-lu-h3 {
  font-family: "Noto Sans JP", serif;
  font-weight: normal;
  font-size: 60px;
  font-size: 6.0rem;
  text-align: center;
  margin-bottom: 0px;
  color: #4d4e51;
}
@media (max-width:767px) {
  h2.kp-title {
    font-size: 32px;
    font-size: 3.2rem;
    margin: 50px 0 50px;
  }
  h3.kp-h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.fb {
  display: flex;
  flex-wrap: wrap;
}
.fdc {
  flex-direction: column;
}
.jc-c {
  justify-content: center;
}
.jc-sb {
  justify-content: space-between;
}
.jc-sa {
  justify-content: space-around;
}
.jc-fe {
  justify-content: flex-end;
}
.ac {
  align-items: center;
}
.w48 {
  width: 48%;
}
.w30 {
  width: 30%;
}
.w32 {
  width: 32%;
}
.w35 {
  width: 35%;
}
.w25 {
  width: 25%;
}
.w10 {
  width: 10%;
}
.topcopy {
  padding: 150px 0 30px 0;
}
.stxt {
  font-size: 14px;
  font-size: 1.4rem;
}
a.btn {
  font-family: "Noto Sans JP", serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 5px;
  background-color: #878a55;
  box-sizing: border-box;
}
a.btn:hover {
  color: #fff;
  background: #59632d;
}
a.btn span {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
}
a.btn img {
  margin-left: 20px;
  margin-top: 8px;
}
a.btn-app {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
@media (max-width:767px) {
  a.btn {
    width: 100%;
  }
  a.btn-app {
    left: 10px;
    bottom: 10px;
  }
  a.btn-app img {
    width: 70%;
  }
}
.scene-box {
  text-align: center;
}
.scene-box h3 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1;
  padding-right: 10px;
  margin-top: 30px;
}
.scene-box p {
  padding: 20px 20px 30px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2;
  color: #000;
}
.scene-box.bgg {
  background: #d8d9db;
}
.scene-box.bgg h3 {
  color: #292a2d;
}
.scene-box.bgo {
  background: #f3cdb4;
}
.scene-box.bgo h3 {
  color: #75360d;
}
.scene-box.bgk {
  background: #c1c5b2;
}
.scene-box.bgk h3 {
  color: #41462f;
}
@media (max-width:767px) {
  .scene-box h3 {
    margin-top: 0;
    padding: 20px;
    font-size: 32px;
    font-size: 3.2rem;
    color: #FFFFFF;
    text-align: left;
  }
  .scene-box {
    margin-bottom: 30px;
  }
}
p {
  font-size: 18px;
  font-size: 1.8rem;
}
.pc_none {
  display: none;
}
#wrapper article {
  padding-top: 50px; /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -50px;
}
@media (max-width:767px) {
  .spfd-c {
    flex-direction: column;
  }
  .spfd-cr {
    flex-direction: column-reverse;
  }
  #wrapper article {
    padding: 40px 20px 0;
    margin: -40px auto 50px;
  }
  .sptxtAC {
    text-align: center;
  }
  .spmb30 {
    margin-bottom: 30px;
  }
  .spw100 {
    width: 100%;
  }
  .txtAR {
    text-align: left;
  }
  .copy01 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
}
.youtube-movie {
  width: 80%;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}
.youtube-movie iframe {
  width: 100%;
  height: 100%;
}
.arrow_u {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.arrow_u:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #8c969c;
  border-right: solid 2px #8c969c;
  transform: rotate(45deg);
  position: absolute;
  top: 4px;
  left: 0;
  margin: auto;
}
.arrow_r {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.arrow_r:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #5393e0;
  border-right: solid 2px #5393e0;
  transform: rotate(315deg);
  position: absolute;
  top: 8px;
  right: 0;
  margin: auto;
}
sup {
  font-size: 12px;
  font-size: 1.2rem;
}
/* コンテンツ内共通 SNSボタン */
.sns_wrap {
  margin: 0 0 40px;
  height: 22px;
}
.sns_wrap {
  margin: 0 0 20px;
  height: 22px;
}
.sns {
  /*float: right;*/
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}
.sns li {
  float: left;
  margin: 0 0 0 10px;
}
.sns li:first-child {
  margin: 0;
}
/*アコーディオン*/
/* 必須 */
.accordion-content {
  display: none;
}
/* 装飾用 */
.accordion-header {
  background-color: #FFF;
  padding: 12px 45px 10px 20px;
  margin: 10px 0 0;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
}
.accordion-header::before, .accordion-header::after {
  position: absolute;
  content: '';
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 12px;
  height: 2px;
  margin: auto;
  background: #151E2F;
}
.accordion-header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.accordion-header.active::after {
  transform: rotate(0deg);
}
.accordion-content {
  background-color: #FFF;
  padding: 12px 20px 10px;
  margin-bottom: 30px;
}
.accordion-header span, .accordion-content span {
  padding-left: 25px;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
}
.accordion-header span::before {
  position: absolute;
  content: "Q";
  top: -2px;
  left: 0;
  color: #35428c;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
}
.accordion-content span::before {
  position: absolute;
  content: "A";
  top: -2px;
  left: 0;
  color: #ff7a64;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
}
/* hover */
.accordion-header:hover {
  background-color: #F2F2F2;
}
/**/
.btn-buy a {
  position: relative;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  padding: 15px 0;
  border: 1px solid #66698c;
  border-radius: 50px;
  font-size: 20px;
  font-size: 2.0rem;
  color: #66698c;
  overflow: hidden;
  transition: ease 0.2s;
  text-align: center;
  z-index: 1;
}
.btn-buy a:hover {
  text-decoration: none;
  border: 1px solid #565977;
}
.btn-buy a span {
  position: relative;
  z-index: 99999; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  display: flex;
  justify-content: center;
  color: #FFFFFF;
}
.btn-buy a:hover span {
  color: #fff;
}
.btn-buy a:hover {
  color: #fff;
}
.btn-buy a::before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
  /*色や形状*/
  background: #66698c; /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.btn-buy a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.btn-buy img {
  margin-top: 6px;
  margin-left: 15px;
}
@media screen and (max-width: 700px) {
  .btn-buy a {
    padding: 10px 0;
    border-radius: 24px;
    font-size: 1.5rem;
  }
}
.genri-btn a {
  color: #FFFFFF;
  background: #878a55;
}
/*font*/
.ibm-plex-mono-regular {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
  font-style: normal;
}
.ibm-plex-mono-medium {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  font-style: normal;
}
.ibm-plex-mono-semibold {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 600;
  font-style: normal;
}
.ibm-plex-mono-bold {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 700;
  font-style: normal;
}
.comingsoon {}
/*ナビ*/
.kaitenavi {
  background-color: white;
  box-sizing: border-box;
  width: 100%;
  position: -webkit-sticky; /* safari対応 */
  position: sticky;
  top: 44px;
  left: 0;
  display: inline-flex;
  /*! align-item: center; */
  justify-content: center;
  flex-direction: column;
  text-align: center;
  z-index: 10;
  padding: 5px 0;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #e8e7e3;
}
.kaitenavi * {
  font-family: "Anton", sans-serif;
  font-size: 20px;
}
.kaitenavi ul {
  display: flex;
	align-items: center;
  margin: 0 auto;
}
.kaitenavi ul li {
  list-style: none;
  display: flex;
  width: 100%;
}
.kaitenavi ul li a {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 20px;
  padding-left: 20px;
  width: auto;
  color: Black;
}
.kaitenavi ul li a:hover {
  color: white;
  background-color: black;
  text-decoration: none;
}
.kaitenavi ul li::after {
  content: "/";
  color: #5A5A5A;
}
.kaitenavi ul li:last-child::after, .kaitenavi ul li.pc_none::after {
  content: none;
}
@media (max-width:767px) {
  .kaitenavi {
    top: 0px;
  }
  .kaitenavi ul {
    display: inline-flex;
    margin: 0 auto;
    max-width: 767px;
    flex-wrap: wrap;
    width: 97%;
  }
  .kaitenavi ul li:nth-child(3)::after, .kaitenavi ul li:nth-child(6)::after, .kaitenavi ul li:nth-child(7)::after, .kaitenavi ul li:nth-child(8)::after {
    content: none;
  }
  .kaitenavi ul li:nth-child(3)::after, .kaitenavi ul li:nth-child(6)::after, .kaitenavi ul li:last-child::after {
    margin-right: 0;
    padding-right: 0;
  }
  .kaitenavi ul li {
    width: 32%;
	  padding: 2px 0;
  }
  .kaitenavi ul li a {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0;
    padding-left: 0;
    width: 88%;
  }
  .kaitenavi ul li.sp_none {
    display: none;
  }
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb150 {
  margin-bottom: 150px;
}
.mb200 {
  margin-bottom: 100px;
}
.pt100 {
  padding-top: 100px;
}
.mt50 {
  margin-top: 50px;
}
.txtAC {
  text-align: center;
}
.txtAR {
  text-align: right;
}
.w820 {
  width: 820px;
  margin: 0 auto;
}
.w343 {
  width: 343px;
}
.w446 {
  width: 446px;
}
@media (max-width:767px) {
  .w820 {
    width: 100%;
    flex-direction: column;
    text-align: center;
  }
  .w343 {
    width: 100%;
  }
  .w446 {
    margin-top: 20px;
    width: 100%;
  }
}
.icon-box {
  width: 800px;
  margin: 0 auto;
}
.icon-box .w70 {
  width: 70%;
}
.icon-box .w20 {
  width: 20%;
}
.icon-box .w22 {
  width: 22.4%;
}
.w78 {
  width: 78%;
}
.w33 {
  width: 33.333%;
}
.w50 {
  width: 50%;
}
.w25 {
  width: 25%;
}
.w24 {
  width: 24%;
}
.txtAC {
  text-align: center;
}
.icon-title {
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 10px;
}
.mr20 {
  margin-right: 20px;
}
@media (max-width:767px) {
  .icon-box {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .icon-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .w50 {
    width: 100%;
  }
  .w30 {
    width: 80%;
    margin: 10px auto;
  }
}
.appbtn {
  margin-top: -10px;
}
.ds img {
  border-radius: 5px;
  box-shadow: 0px 5px 10px 1px rgba(88, 97, 100, 0.5);
}
.btn-ds {
  box-shadow: 0px 5px 10px 1px rgba(88, 97, 100, 0.5);
}
@media (max-width:767px) {
  .ds img {
    width: 100%;
  }
}
/* 共通ここまで */
/*12月3日フォントサイズ変更
#wrapper p{
  font-size: calc(0.75vw + 1.05rem);
}*/
#wrapper .img {
  width: 100%;
}
.w40 {
  width: 40%;
}
.kaitenavi {
  background-color: rgb(255 255 255 /0.9);
  box-shadow: none;
}
.kaitenavi ul li a {
  color: #484e6b;
}
.kaitenavi ul li a:hover {
  color: white;
  background-color: #727689;
  text-decoration: none;
	border-radius: 5px;
}
.kaitenavi ul li::after {
  content: "|";
  font-family: "Noto Sans JP", serif;
  font-weight: 10;
  color: #d3d3d3;
}

.kaitenavi ul li a.m-btn {

	color: #f8865d;

}
.mainVisual span {
  position: absolute;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  top: 6rem;
  left: 11rem;
}
.bg-gray {
  background-color: #f2f3f4;
  padding: 50px 0;
}
.icon-box.bg-gray, .mw1150.bg-gray {
  max-width: none;
}
.icon-box.bg-gray {
  width: 100%;
}
.topcopy .copy {
  background-color: #878eb4;
  background-repeat: no-repeat;
  background-image: url(../images/about.jpg);
  background-position: top right;
  background-size: 100%;
  padding-top: 100px;
  padding-bottom: 50px;
  color: #fff;
}
.topcopy .icon-box {
  text-align: center;
}
.topcopy .icon-box > div {
  margin: 0 auto;
}
.topcopy .icon-box p span {
  font-size: calc(0.25vw + 0.75rem);
  line-height: 1.7;
  display: inline-block;
}
#LineUp div img {
  width: 100%;
}

#Included_Accessories .icon-box > div {}
#Included_Accessories .icon-box > div:first-child {
  border-right: #dfdfdf 3px dotted;
  padding-right: 40px;
}
#Product .icon-box {
  width: 80vw;
  margin-bottom: 30px;
}
#Product .funcbox_r, #Product .funcbox_l {
  background-repeat: no-repeat;
  background-size: 50%;
  padding-top: 50px;
  padding-bottom: 50px;
}
#Product > div {
  position: relative;
}
#Product .write01, #Product .erase02, #Product .save03 {
  width: 100%;
}
#Product h3 {
  font-size: 7vw;
  position: absolute;
  color: #6b708c;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  display: inline;
  text-align: center;
  line-height: 1.2;
}
#Product #write01 h3, #Product #erase02 h3 {
  top: 49%;
}
#Product #save03 h3 {
  top: 50%;
  left: 75%;
}
#Product h4 {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 200;
  border-bottom: #dedcd6 1px solid;
  display: inline-block;
  padding-bottom: 1rem;
  margin-bottom: 2.4rem;
}
#Product #write01, #Product #save03 {
  background-color: #f9f9f9;
}
#Product .funcbox_r, #Product .funcbox_l {
  background-size: 50%;
  padding: 8.3vh 5vw;
}
#Product #erase02 .funcbox_r {
  padding: 10.4vh 5vw;
}
#Product #save03 .funcbox_r {
  padding: 6.6vh 5vw;
}
#Product .funcbox_r p, #Product .funcbox_l p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.8;
}
#Product .funcbox_r {
  background-position: center right;
  text-align: left;
}
#Product .funcbox_l {
  background-position: center left;
  text-align: right;
}
#Product #write01 .funcbox_r {
  background-image: url(../images/product_write_01.jpg);
}
#Product #write01 .funcbox_l {
  background-image: url(../images/product_write_02.jpg);
}
#Product #erase02 .funcbox_r {
  background-image: url(../images/product_erase_01.jpg);
}
#Product #erase02 .funcbox_l {
  background-image: url(../images/product_erase_02.jpg);
}
#Product #save03 .funcbox_r {
  background-image: url(../images/product_save_01.jpg);
}
.save03 .funcbox_r img {
  width: 26.5vw;
}
@media (max-width:767px) {
  #Product h3 {
    font-size: 32px;
    font-size: 3.2rem;
    position: static;
    color: #6b708c;
  }
  #write01, #erase02, #save03 {
    text-align: center;
    padding-top: 20px;
  }
  #Product h4 {
    font-size: 20px;
    font-size: 2.0rem;
    display: block;
    text-align: center;
    font-weight: 400;
  }
  .funcbox_l {
    text-align: left;
  }
  #Product .funcbox_r, #Product .funcbox_l, #Product #erase02 .funcbox_r, #Product #save03 .funcbox_r {
    padding: 20px;
  }
  #Product .funcbox_l {
    text-align: left;
  }
  #Product #write01 .funcbox_r, #Product #write01 .funcbox_l, #Product #erase02 .funcbox_r, #Product #erase02 .funcbox_l, #Product #save03 .funcbox_r {
    background-image: none;
  }
  .pimg {
    margin: 20px 0 10px;
  }
}
@media (max-width: 1019px) {
  .topcopy .copy {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .w24 {
    width: 100%;
    margin-bottom: 30px;
  }
  .icon-box .w24 {
    width: 24%;
  }
}
.mb200 {
  margin-bottom: 200px;
}
.about-box {
  width: 100%;
  background: url("../images/about.jpg");
  background-position: center;
  background-size: cover;
}
.mw1200 {
  max-width: 1200px;
  margin: 0 auto;
}
.about-box .txt-area {
  width: 55%;
  background: #878eb4;
  box-sizing: border-box;
  padding: 80px 20px;
  color: #FFFFFF;
}
.about-box .txt-area .copy01 {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 40px;
  font-size: 4.0rem;
  border-bottom: 1px solid #c3c7da;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: inline-block;
}
.about-box .txt-area .copy02 {
  font-family: "Noto Sans JP", serif;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 200;
}
.about-box .txt-area .copy02 span {
  font-family: "Noto Sans JP", serif;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 400;
}
.w45 {
  width: 45%;
}
@media (max-width:767px) {
  .about-box .txt-area {
    width: 100%;
    padding: 15px;
    text-align: center;
  }
  .about-box .txt-area .copy01 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .about-box .txt-area .copy02 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .about-box .txt-area .copy02 span {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .w45 {
    width: 100%;
  }
  .icon-box .w70 {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
.app-dl {
  margin-right: 20px;
}
.app-dl img {
  border-radius: 10px;
  box-shadow: 1px 4px 10px 1px rgba(0, 0, 0, 0.12);
}
.dl-txt {
  margin-right: 10px;
}
.dl-txt a {
  font-family: "Noto Sans JP", serif;
  font-size: 20px;
  font-size: 2.0rem;
  text-decoration: none;
  color: #4d5167;
}
.dotline {
  border-left: 1px dotted #dfdfdf;
}
@media (max-width: 767px) {
  #wrapper article {
    padding: 0;
    margin: 50px 0;
  }
  #wrapper article#QA, #wrapper article#BUY {
    padding: 20px;
    margin: 0px;
  }
  .topcopy .copy {
    background-size: 100%;
  }
  .topcopy .copy .copy01 {
    text-shadow:
      2px 2px 3px #000;
  }
  .topcopy .copy .copy03 {
    text-shadow:
      2px 2px 4px #000;
  }
  .topcopy .copy .copy02, .topcopy .copy .copy04 {
    text-shadow:
      2px 2px 2px #000;
  }
  .w33 {
    width: 100%;
  }
  .w24 {
    width: 100%;
    margin-bottom: 30px;
  }
  #Product .icon-box {
    width: 100%;
  }
  .icon-box .w33 {
    width: 33.333%;
  }
  .icon-box .w24 {
    width: 20%;
  }
  .scene-box h3 {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    padding-bottom: 0;
  }
  .scene-box p {
    padding: 20px 20px 30px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
  }

}
.full-main {
  width: 100%;
  min-height: calc(100vh - 150px);
  background: url("../images/mainVisual.jpg")center / cover;
  margin-bottom: 150px;
}
.full-main .mb-vox {
  position: relative;
  /*max-width: 1200px;*/
  margin: 0 auto;
  min-height: calc(100vh - 180px);
}
.full-main .copy {
  position: absolute;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  top: 5rem;
  left: 5rem;
}
.full-main .kaitelogo {
  position: absolute;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  bottom: 1rem;
  right: 5rem;
}

.full-main .name {
  position: absolute;
	text-align: center;
  font-size: 80px;
  font-size: 8.0rem;
  font-weight: 700;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
}

.full-main .name2 {
  position: absolute;
	text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
}



.voc-scroll {
width: 100%;
  overflow: hidden;
	background: #e8e9ee;
	padding: 40px;
	box-sizing: border-box;
}
.voc {
  display: flex;
  gap: calc(3%);
  animation: scrollLoop 90s linear infinite;
}
.voc .voice-box {
  box-sizing: border-box;
  flex-direction: column;
  min-width: calc(30%);
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 6px 7px 6px -6px rgba(0, 0, 0, 0.2);
  padding: 50px 40px;
  box-sizing: border-box;
}
.voc .voice-box .cap {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 20px;
}
.voc .voice-box .text {
  font-size: 16px;
  font-size: 1.6rem;
}

@keyframes scrollLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    /* 複製されたコンテンツの幅分、左に移動 */
    /* ここでの -50% は、track内のコンテンツを複製した際に合計が200%になることを想定 */
    /* 各アイテムの合計幅に基づいて正確なpx値やvw値を使用するのがより安全 */
    transform: translateX(-429%); 
  }
}

/* ホバーでアニメーション一時停止（オプション） */
.voc-scroll:hover .voc{
  animation-play-state: paused;
}

@media (max-width: 767px) {
	.voc-scroll {
width: 100%;
		overflow: inherit;
	padding: 20px;
}
  .voc {
    flex-direction: column;
    gap: 0;
	  animation: none;
  }
  .voc .voice-box {
    min-width: calc(80%);
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 6px 7px 6px -6px rgba(0, 0, 0, 0.2);
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  .voc .voice-box .cap {
    font-size: 20px;
    font-size: 2.0rem;
  }
}