@charset "utf-8";
/* CSS Document */
.km-product {
  position: relative;
}
.km-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;
}
.km-product .txt.p000 {
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.km-product .txt.p001 {
  top: 50px;
  left: 0px;
}
.km-product .txt.p002 {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.km-product .txt.p003, .km-product .txt.p004 {
  top: 50px;
  right: 0px;
  text-align: right;
}
.km-product .txt.p005 {
  top: 50%;
  left: 0px;
  transform: translatey(-50%);
}
@media (max-width:767px) {
  .km-product .txt {
    font-size: 16px;
    font-size: 1.6rem;
    white-space: normal
  }
  .km-product .txt.p001, .km-product .txt.p002, .km-product .txt.p003, .km-product .txt.p004, .km-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.km-title {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  font-style: normal;
  font-size: 48px;
  font-size: 4.8rem;
  margin: 0 0 35px;
  line-height: 1.3;
}
h2.km-title span {
  font-family: "Noto Sans JP", serif;
  font-size: 24px;
  font-size: 2.4rem;
  color: #6e6d6a;
  margin-left: 15px;
}
h3.km-h3 {
  font-family: "Noto Sans JP", serif;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width:767px) {
  h2.km-title {
    font-size: 32px;
    font-size: 3.2rem;
  }
  h2.km-title span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  h3.km-h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.fb {
  display: flex;
}
.fdc {
  flex-direction: column;
}
.jc-c {
  justify-content: center;
}
.jc-sb {
  justify-content: space-between;
}
.jc-fe {
  justify-content: flex-end;
}
.ac {
  align-items: center;
}
.w48 {
  width: 48%;
}
.w30 {
  width: 30%;
}
.w32 {
  width: 32%;
}
.topcopy {
  padding: 150px 0 30px 0;
}
.copy01 {
  font-family: "Noto Sans JP", serif;
  text-align: center;
  font-weight: 400;
  font-size: 32px;
  font-size: 3.2rem;
  margin: 10px 0;
}
.copy01 span {
  font-family: "IBM Plex Mono", monospace;
  font-size: 34px;
  font-size: 3.4rem;
}
.copy02 {
  font-family: "Noto Sans JP", serif;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  margin: 0 0 5px;
}
@media (max-width:767px) {
  .copy01 span {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .copy02 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.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 h3 {
  font-size: 60px;
  font-size: 6.0rem;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1;
  text-align: right;
  padding-right: 10px;
  margin-top: -15px;
}
.scene-box p {
  padding: 30px 30px 50px 30px;
  font-size: 20px;
  font-size: 2.0rem;
}
.scene-box.bgg {
  background: #6e6d6a;
}
.scene-box.bgg p {
  color: #d5d5d5;
}
.scene-box.bgo {
  background: #ff9e6f;
}
.scene-box.bgo p {
  color: #fff3ea;
}
.scene-box.bgk {
  background: #959d7c;
}
.scene-box.bgk p {
  color: #dde0d2;
}
@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: 18px;
  font-size: 1.8rem;
}
.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: 20px;
  font-size: 2.0rem;
}
.accordion-header span::before {
  position: absolute;
  content: "Q";
  top: -8px;
  left: 0;
  color: #35428c;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
}
.accordion-content span::before {
  position: absolute;
  content: "A";
  top: -8px;
  left: 0;
  color: #ff7a64;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
}
.kassei-bar {
  background-color: #878a55;
  color: #fff;
  margin: 0 auto;
  width: 80%;
  box-sizing: border-box;
}
/* hover */
.accordion-header.kassei-bar:hover {
  background-color: #5c602b;
}
.accordion-header.kassei-bar span, .accordion-content.kassei-cont span {
  padding-left: 0;
}
.accordion-content.kassei-cont {
  margin: 0 auto;
  background-color: #eaeae6;
  padding: 40px;
  width: 80%;
  box-sizing: border-box;
  line-height: 1.5;
}
.accordion-header.kassei-bar span::before {
  position: absolute;
  content: none;
  top: 0;
  left: 0;
  color: #151E2F;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
}
.accordion-content.kassei-cont span::before {
  position: absolute;
  content: none;
  top: 0;
  left: 0;
  color: #151E2F;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
}
.accordion-header.kassei-bar::before, .accordion-header.kassei-bar::after {
  background: #c4c79b;
}
@media screen and (max-width: 700px) {
  .kassei-bar {
    width: 100%;
  }
  .accordion-content.kassei-cont {
    width: 100%;
  }
}
/* 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: "IBM Plex Mono", monospace;
  font-size: 20px;
  font-weight: 400:
}
.kaitenavi ul {
  display: flex;
  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: 100%;
  }
  .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: 33%;
  }
  .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: 32%;
}
.w25 {
  width: 25%;
}
.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;
  }
}
.kassei-box div {
  box-sizing: border-box;
}
.kassei-title {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
}
.kassei-list ul li {
  font-size: 20px;
  font-size: 2.0rem;
}
.kassei-stxt {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 10px;
}
.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%;
  }
}