@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Zen+Antique&family=Noto+Serif&family=RocknRoll+One&family=Zen+Maru+Gothic:wght@500&display=swap");
/*変数(ブレイクポイント)設定(必要に応じて数値を変更)*/
/*------------------------------------------------------------------------------*/
/* 全体設定 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  list-style-type: none;
  -webkit-text-size-adjust: 100%;
  border: none; }

img, a img {
  border: none;
  vertical-align: text-bottom;
  -ms-interpolation-mode: bicubic;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  border: none; }

/*画像リンク関連*/
a:active, a:focus {
  outline: none;
  border: none; }

a img {
  border: none;
  outline: none; }

img {
  padding: 0px;
  margin: 0px;
  border: none;
  outline: none; }

/*=====================================================================================================================*/
/*ボディー全体設定*/
html {
  overflow: auto; }

html, body {
  width: 100%;
  scroll-behavior: smooth; }

body {
  background: #000 url("../img/back.png");
  outline: none;
  min-width: 100%;
  overflow-x: hidden; }

area {
  border: none;
  outline: none; }

a.modal {
  outline: none;
  border: none; }

a {
  text-decoration: none;
  outline: none;
  border: none; }

input[type="text"]:focus {
  outline: 0;
  border-color: orange; }

@media screen and (max-width: 1024px) {
  .pc {
    display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 1024px) {
    .sp {
      display: block; } }

/*フォント設定*/
.red {
  color: #FF0000; }

.redB {
  color: #FF0000;
  font-weight: bold; }

.blue {
  color: #0000FF; }

.blueB {
  color: #0000FF;
  font-weight: bold; }

.yellow {
  color: #FFB730; }

.yellowB {
  color: #FFB730;
  font-weight: bold; }

/*=====================================================================================================================*/
/*ヘッダー(一番上の奴)設定*/
header {
  width: 100%;
  position: relative;
  top: 0;
  z-index: 99;
  background: #131313;
  padding: 10px; }
  header img {
    text-align: left; }
  header img:hover {
    opacity: 0.7; }
  header p {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 0.3%; }
  @media screen and (max-width: 1024px) {
    header {
      background: rgba(19, 19, 19, 0);
      position: fixed;
      top: 0;
      height: auto;
      width: 100%; } }

.hd_img {
  width: 80px;
  display: block;
  margin-left: calc(20 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .hd_img {
      display: none; } }

/*=====================================================================================================================*/
/*折り畳みSPメニュー*/
#navToggle {
  display: none; }
  @media screen and (max-width: 1024px) {
    #navToggle {
      /*引数を省略*/
      display: block;
      position: fixed;
      right: 3%;
      top: 13px;
      width: 30px;
      height: 20px;
      cursor: pointer; }
      #navToggle div {
        position: relative; }
      #navToggle img:hover {
        opacity: 0.5; } }

/*=====================================================================================================================*/
/*折り畳みSPメニュー*/
header {
  display: none; }
  @media screen and (max-width: 1024px) {
    header {
      display: block; } }

#nav-toggle {
  display: none;
  position: fixed;
  right: 2vw;
  top: 1vh;
  height: calc(100vw / 1024 * 90);
  width: calc(90 / 1024 * 100vw);
  cursor: pointer;
  z-index: 999;
  background: none;
  background-size: cover; }
  @media screen and (max-width: 770px) {
    #nav-toggle {
      display: block; } }
  @media screen and (max-width: 640px) {
    #nav-toggle {
      height: calc(100vw / 1024 * 130);
      width: calc(130 / 1024 * 100vw); } }

#nav-toggle div {
  position: relative;
  height: calc(100vw / 1024 * 90);
  width: calc(90 / 1024 * 100vw);
  display: flex;
  text-align: center;
  filter: box-shadow(0 0 0.75rem #4b2700); }
  @media screen and (max-width: 640px) {
    #nav-toggle div {
      height: calc(100vw / 1024 * 130);
      width: calc(130 / 1024 * 100vw); } }

#nav-toggle span {
  display: block;
  position: absolute;
  margin: auto;
  width: calc(50 / 1024 * 100vw);
  height: calc(100vw / 1024 * 5);
  background: #b48c32;
  border-radius: 5px;
  left: 0%;
  right: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out; }
  @media screen and (max-width: 640px) {
    #nav-toggle span {
      width: calc(50 / 1024 * 100vw);
      height: calc(100vw / 1024 * 8); } }

#nav-toggle span:nth-child(1) {
  top: 30%; }

#nav-toggle span:nth-child(2) {
  top: 47.5%; }
  @media screen and (max-width: 420px) {
    #nav-toggle span:nth-child(2) {
      top: 46.5%; } }

#nav-toggle span:nth-child(3) {
  top: auto;
  bottom: 30%; }

.menu {
  position: absolute;
  /* 開いてないときは画面外に配置 */
  top: -900px;
  left: 0;
  right: auto;
  background: rgba(0, 0, 0, 0.95);
  width: 100%;
  text-align: center;
  padding: 0px 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out; }
  @media screen and (max-width: 770px) {
    .menu img {
      display: block;
      max-width: 60%;
      margin: 0 auto; } }

.menu ul {
  position: static;
  right: 0;
  top: 0; }

.menu ul li {
  float: none;
  position: static;
  font-size: 25px;
  border-bottom: 1px dotted #a3852a; }

.menu ul li:last-child {
  border-bottom: none; }

.menu ul li a {
  width: 100%;
  display: block;
  padding: 5px 0;
  font-family: "Zen Antique", serif; }
  .menu ul li a span {
    color: #a3852a; }

/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
  top: 48%;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg); }

.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%; }

.open #nav-toggle span:nth-child(3) {
  top: 48%;
  bottom: auto;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg); }

/* #global-nav スライドアニメーション */
.open .menu {
  /* #global-nav top + #mobile-head height */
  -moz-transform: translateY(900px);
  -webkit-transform: translateY(900px);
  transform: translateY(900px); }

.header {
  background: #260040;
  padding: 20px auto;
  overflow: hidden; }
  .header p {
    max-width: 1280px;
    margin: 10px auto; }
  .header img {
    transition: 0.5s; }
  .header img:hover {
    opacity: 0.5; }
  @media screen and (max-width: 770px) {
    .header {
      padding: 20px auto;
      text-align: left; }
      .header p {
        text-align: left;
        max-width: 100%; }
      .header img {
        display: block;
        width: 80px; } }

.sub_menu a {
  font-size: 18px;
  color: #766d51; }

/*SP折り畳みメニュー終了==================================================================================================*/
/*=====================================================================================================================*/
/*=====================================================================================================================*/
/*各項目固定背景用================================================================================*/
/*固定背景*/
.sakura-container {
  position: fixed;
  /* 画面に固定 */
  top: 0;
  left: 0;
  min-width: 100%;
  width: 100vw;
  min-height: 100%;
  height: 100vh;
  z-index: -1;
  pointer-events: none; }

.sakura {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  /* 最初は透明 */
  will-change: transform;
  /*最適化用読み込み*/ }

/*舞い散る桜パターン*/
.sakura-type-1 {
  background-image: url("../img/sakura_1.png"); }

.sakura-type-2 {
  background-image: url("../img/sakura_2.png"); }

.sakura-type-3 {
  background-image: url("../img/sakura_3.png"); }

/*=====================================================================================================================*/
/*TOPメイン画像関連（パーツ増やしたり減らしたり）================================================================================*/
.main_back {
  background: url("../img/back_main.jpg") no-repeat center top;
  background-size: cover;
  width: 100%;
  height: calc(100vw / 1920 * 1080);
  position: relative; }
  @media screen and (max-width: 770px) {
    .main_back {
      display: none; } }

.g_title {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: calc(100vw / 1920 * 160);
  width: calc(960 / 1920 * 100vw); }

.t_sale {
  position: absolute;
  margin: auto;
  right: calc(60 / 1920 * 100vw);
  bottom: calc(100vw / 1920 * 140);
  width: calc(271 / 1920 * 100vw);
  display: block; }

.t_pv {
  position: absolute;
  margin: auto;
  left: calc(200 / 1920 * 100vw);
  bottom: calc(100vw / 1920 * 160);
  width: calc(258 / 1920 * 100vw); }

.loop_cap {
  position: absolute;
  bottom: 3%;
  width: 100%;
  height: 196px;
  /* 画像の高さ */
  background-image: url("../img/top_ss.png?000");
  background-repeat: repeat-x;
  background-size: auto  196px;
  /* 画像の高さ */
  animation: loop 90s linear infinite;
  z-index: 10; }
  @media screen and (max-width: 1280px) {
    .loop_cap {
      bottom: -1%;
      height: calc(100vw / 1024 * 196); } }
  @media screen and (max-width: 1024px) {
    .loop_cap {
      bottom: 3%;
      height: calc(100vw / 1024 * 196);
      background-size: auto calc(100vw / 1024 * 196);
      animation: loop 240s linear infinite; } }

@keyframes loop {
  from {
    background-position: 0 0; }
  to {
    background-position: -3800px 0;
    /* 画像のマイナス幅 */ } }
/*=====================================================================================================================*/
/*PCメヌー--------------------------------------------------------------------------------------------------------------*/
.pc_menu {
  background: url("../img/menu_back.png") center top repeat-x;
  width: 100%;
  height: calc(100vw / 1920 * 80);
  margin: 0 auto; }
  .pc_menu ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 60%; }
    .pc_menu ul img {
      transition: .3s;
      transform: translateY(15%);
      height: calc(100vw / 1920 * 60); }
    .pc_menu ul img:hover {
      transform: translateY(0%); }
  @media screen and (max-width: 1024px) {
    .pc_menu {
      display: none; } }

.mn_btn {
  height: calc(100% / 1920 * 90); }

.mn_dlbtn {
  height: calc(100% / 1920 * 134); }

/*スマホ版PV設定========================================================================================*/
/*スマホ版トップ================================================================================*/
.spmain {
  display: none; }
  @media screen and (max-width: 800px) {
    .spmain {
      display: block;
      position: relative; } }

.hd_imgsp {
  position: absolute;
  z-index: 1;
  left: calc(30 / 1024 * 100vw);
  top: calc(100vw / 1920 * 20); }
  @media screen and (max-width: 800px) {
    .hd_imgsp {
      top: calc(100vw / 1024 * 50);
      width: calc(200 / 1024* 100vw); } }

.sp_topimg {
  width: 100%; }

.sp_sale img {
  width: 80%;
  display: block;
  margin: calc(100vw / 1024 * 80) auto 0; }

.pv {
  display: block;
  width: 80%;
  margin: 0 auto calc(100vw  / 1920 * 150); }
  .pv img {
    width: 100%; }

.sdlbtn_sp img {
  height: calc(100vw / 1024 * 180);
  position: fixed;
  margin: auto;
  bottom: 0%;
  right: 0;
  z-index: 900;
  transition: .2s;
  transform: translateY(15%); }
  .sdlbtn_sp img:hover {
    transform: translateY(0%); }

/*スクロールで出現するメニュー================================================================================*/
.hd_menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

/*=====================================================================================================================*/
/*ストーリー================================================================================*/
.slide-wrapper {
  width: 100%;
  height: calc(100vw / 1920 * 1080);
  position: relative; }
  @media screen and (max-width: 800px) {
    .slide-wrapper {
      height: calc(100vw / 1024 * 1599); } }

.st_t {
  position: absolute;
  left: calc(-50 / 1920 * 100vw);
  width: calc(600 / 1920 * 100vw);
  margin: auto;
  display: block;
  z-index: 20;
  top: calc(100vw / 1920 * 30); }
  @media screen and (max-width: 800px) {
    .st_t {
      width: calc(600 / 1024 * 100vw); } }

.slide-item {
  height: calc(100vw / 1920 * 1080);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  @media screen and (max-width: 800px) {
    .slide-item {
      height: calc(100vw / 1024 * 1599); } }

.st_txt1 {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: calc(100vw / 1920 * 200);
  width: calc(620 / 1920 * 100vw); }
  @media screen and (max-width: 800px) {
    .st_txt1 {
      top: calc(100vw / 1024 * 280);
      width: 80%; } }

.st_cap1 {
  position: absolute;
  margin: auto;
  left: calc(130 / 1920 * 100vw);
  width: calc(520 / 1920 * 100vw);
  top: calc(100vw / 1920 * 100);
  bottom: 0;
  display: block; }
  @media screen and (max-width: 800px) {
    .st_cap1 {
      display: none; } }

.st_spcap1 {
  display: none; }
  @media screen and (max-width: 800px) {
    .st_spcap1 {
      display: block;
      position: absolute;
      margin: auto;
      left: 0;
      right: 0;
      width: calc(640 / 1024 * 100vw);
      bottom: calc(100vw / 1024 * 60); } }

.st_cap2 {
  position: absolute;
  margin: auto;
  left: calc(150 / 1920 * 100vw);
  width: calc(413 / 1920 * 100vw);
  top: calc(100vw / 1920 * 100);
  bottom: 0;
  display: block; }
  @media screen and (max-width: 800px) {
    .st_cap2 {
      display: none; } }

.st_spcap2 {
  display: none; }
  @media screen and (max-width: 800px) {
    .st_spcap2 {
      display: block;
      position: absolute;
      margin: auto;
      left: 0;
      right: 0;
      width: calc(720 / 1024 * 100vw);
      bottom: calc(100vw / 1024 * 200); } }

.st_txt2 {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: calc(100vw / 1920 * 300);
  width: calc(687 / 1920 * 100vw); }
  @media screen and (max-width: 800px) {
    .st_txt2 {
      top: calc(100vw / 1024 * 500);
      width: 80%; } }

#item-1 {
  background: url("../img/st_1bk.webp") center/cover; }
  @media screen and (max-width: 800px) {
    #item-1 {
      background: url("../img/st_sp1bk.webp") top center/contain; } }

#item-2 {
  background: url("../img/st_2bk.webp") center/cover; }
  @media screen and (max-width: 800px) {
    #item-2 {
      background: url("../img/st_sp2bk.webp") center/cover; } }

.controls {
  position: absolute;
  bottom: 0;
  width: 100%; }

button {
  background: none;
  /* 背景を消す */
  border: none;
  /* 枠線を消す */
  padding: 0;
  /* 余白を消す */
  cursor: pointer;
  /* カーソルを指の形にする */
  outline: none;
  /* クリック時の青い線を消す（必要に応じて） */ }

#tugi img {
  position: absolute;
  margin: auto;
  right: calc(200 / 1920 * 100vw);
  bottom: calc(100vw / 1920 * 160);
  z-index: 20;
  width: calc(192 / 1920 * 100vw); }
  @media screen and (max-width: 800px) {
    #tugi img {
      width: calc(192 / 1024 * 100vw); } }

#modoru img {
  position: absolute;
  margin: auto;
  left: calc(200 / 1920 * 100vw);
  bottom: calc(100vw / 1920 * 160);
  width: calc(243 / 1920 * 100vw); }
  @media screen and (max-width: 800px) {
    #modoru img {
      width: calc(243 / 1024 * 100vw); } }

.inyan_1 {
  position: absolute;
  margin: auto;
  left: -13.0208333333vw;
  z-index: -2;
  animation: spin 10s linear infinite;
  opacity: .8;
  width: calc(1000/ 1920 * 100vw); }
  @media screen and (max-width: 800px) {
    .inyan_1 {
      width: calc(600/ 1024 * 100vw); } }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
/*キャラクター========================================================================================================*/
.t_01 {
  display: block;
  margin: calc(100vw / 1920 * 120) auto;
  width: calc(600 / 1920 * 100vw); }
  @media screen and (max-width: 800px) {
    .t_01 {
      margin: calc(100vw / 1024 * 180) auto;
      width: 80%; } }
  @media screen and (max-width: 770px) {
    .t_01 {
      margin: calc(100vw / 1024 * 180) auto calc(100vw / 1024 * 100);
      width: 60%; } }

.chara_bn1 {
  background: rgba(0, 0, 0, 0.89) url("../img/c_listback_0.webp") no-repeat top center;
  background-size: cover;
  width: 100%;
  height: calc(100vw / 1920 * 488);
  position: relative;
  overflow: hidden;
  transition: .3s; }

.chara_bn2 {
  background: rgba(0, 0, 0, 0.89) url("../img/c_listback_1.webp") no-repeat top center;
  background-size: cover;
  width: 100%;
  height: calc(100vw / 1920 * 488);
  position: relative;
  overflow: hidden;
  transition: .3s; }

.chara_bn3 {
  background: rgba(0, 0, 0, 0.89) url("../img/c_listback_2.webp") no-repeat top center;
  background-size: cover;
  width: 100%;
  height: calc(100vw / 1920 * 488);
  position: relative;
  overflow: hidden;
  transition: .3s; }

.charaimg1 {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  transition: .5s;
  width: calc(1350 / 1920 * 100vw); }

.chara_bn1:hover .charaimg1 {
  transform: scale(1.05); }

.charaimg2 {
  position: absolute;
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0;
  transition: .5s;
  width: calc(1322 / 1920 * 100vw); }

.chara_bn2:hover .charaimg2 {
  transform: scale(1.05); }

.charaimg3 {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  transition: .5s;
  width: calc(1375 / 1920 * 100vw); }

.chara_bn3:hover .charaimg3 {
  transform: scale(1.05); }

.more_btn1, .more_btn2, .more_btn3 {
  position: absolute;
  margin: auto;
  width: calc(380 / 1920 * 100vw); }

.more_btn1 {
  bottom: calc(100vw / 1920 * 50);
  right: calc(120 / 1920 * 100vw); }

.more_btn2 {
  bottom: calc(100vw / 1920 * 50);
  left: calc(120 / 1920 * 100vw); }

.more_btn3 {
  bottom: calc(100vw / 1920 * 50);
  right: calc(120 / 1920 * 100vw); }

/*2階層メニュー=====================================================================================================================*/
.c_hdmenu {
  background: url("../img/menu_back.png") repeat-x center top;
  height: calc(100vw / 1920 * 70);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 200; }
  @media screen and (max-width: 800px) {
    .c_hdmenu {
      display: none; } }

.sub_topmenu {
  margin-right: calc(50 / 1920 * 100vw);
  display: flex; }
  .sub_topmenu img {
    display: block;
    margin-left: calc(30 / 1920 * 100vw);
    height: calc(100vw / 1920 * 40);
    transition: 0.2s; }
    .sub_topmenu img:hover {
      opacity: 0.5; }

.c_menu {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  margin: calc(100vw / 1920 * 100) auto; }
  @media screen and (max-width: 800px) {
    .c_menu {
      margin: calc(100vw / 1024 * 100) auto; } }

.c_btn_00 {
  width: calc(282 / 1920 * 100vw);
  height: calc(100vw / 1920 * 110);
  position: relative;
  overflow: hidden; }
  .c_btn_00 img {
    width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0; }
  .c_btn_00 img:last-of-type {
    opacity: 0;
    transition: opacity .3s; }
  .c_btn_00:hover img {
    opacity: 1; }
  @media screen and (max-width: 800px) {
    .c_btn_00 {
      width: calc(282 / 1024 * 100vw);
      height: calc(100vw / 1024 * 110); } }

.c_btn_01 {
  width: calc(282 / 1920 * 100vw);
  height: calc(100vw / 1920 * 110);
  position: relative;
  overflow: hidden; }
  .c_btn_01 img {
    width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0; }
  .c_btn_01 img:last-of-type {
    opacity: 0;
    transition: opacity .3s; }
  .c_btn_01:hover img {
    opacity: 1; }
  @media screen and (max-width: 800px) {
    .c_btn_01 {
      width: calc(282 / 1024 * 100vw);
      height: calc(100vw / 1024 * 110); } }

/*=====================================================================================================================*/
/*2層キャラクター部分================================================================================*/
.c_txt0, .c_txt1, .c_txt2, .c_txt3, .c_txt4, .c_txt5, .c_txt6, .c_txt7, .c_txt8, .c_txt9, .c_txt10, .c_txt11, .c_txt12, .c_txt13 {
  position: absolute;
  margin: auto;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-shadow: 0px 0px 3px black, 0px 0px 3px black, 0px 0px 3px black, 0px 0px 3px black, 0px 0px 3px black, 0px 0px 3px black, 0px 0px 3px black, 0px 0px 3px black, 0px 0px 3px black, 0px 0px 3px black, 0px 0px 3px black, 0px 0px 3px black;
  font-size: calc(18 / 1920 * 100vw);
  z-index: 1; }
  @media screen and (max-width: 1280px) {
    .c_txt0, .c_txt1, .c_txt2, .c_txt3, .c_txt4, .c_txt5, .c_txt6, .c_txt7, .c_txt8, .c_txt9, .c_txt10, .c_txt11, .c_txt12, .c_txt13 {
      font-size: calc(16 / 1280 * 100vw); } }

.c_con0 {
  position: relative;
  width: calc(1232 / 1920 * 100vw);
  height: calc(100vw / 1920 * 747);
  margin: calc(200 / 1920 * 100vw) auto;
  background: url("../img/c_pcback0.webp") no-repeat center top;
  background-size: cover; }
  @media screen and (max-width: 800px) {
    .c_con0 {
      display: none; } }

.c_img0 {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: calc(200 / 1920 * 100vw);
  width: calc(435 / 1920 * 100vw); }

.c_dot0 {
  position: absolute;
  margin: auto;
  bottom: calc(100vw / 1920 * 60);
  right: calc(60 / 1920 * 100vw);
  width: calc(124 / 1920 * 100vw); }

.c_name0 {
  position: absolute;
  margin: auto;
  right: calc(50 / 1920 * 100vw);
  top: calc(100vw / 1920 * 60);
  width: calc(135 / 1920 * 100vw); }

.job0 {
  position: absolute;
  margin: auto;
  right: calc(200 / 1920 * 100vw);
  top: calc(100vw / 1920 * 220);
  width: calc(70 / 1920 * 100vw);
  z-index: 1; }

.skl0 {
  position: absolute;
  margin: auto;
  left: calc(60 / 1920 * 100vw);
  top: calc(100vw / 1920 * 60);
  width: calc(423 / 1920 * 100vw); }

.c_txt0 {
  width: calc(550 / 1920 * 100vw);
  left: calc(60 / 1920 * 100vw);
  top: calc(100vw / 1920 * 230); }

.c_cap0 {
  position: absolute;
  margin: auto;
  width: calc(499 / 1920 * 100vw);
  left: calc(60 / 1920 * 100vw);
  top: calc(100vw / 1920 * 330); }
  @media screen and (max-width: 1280px) {
    .c_cap0 {
      top: calc(100vw / 1024 * 210); } }
  @media screen and (max-width: 1024px) {
    .c_cap0 {
      top: calc(100vw / 1024 * 220); } }

.c_con1 {
  position: relative;
  width: calc(1232 / 1920 * 100vw);
  height: calc(100vw / 1920 * 747);
  margin: calc(200 / 1920 * 150vw) auto;
  background: url("../img/c_pcback1.webp") no-repeat center top;
  background-size: cover; }
  @media screen and (max-width: 800px) {
    .c_con1 {
      display: none; } }

.c_img1 {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: calc(230 / 1920 * 100vw);
  width: calc(590 / 1920 * 100vw); }

.c_dot1 {
  position: absolute;
  margin: auto;
  bottom: calc(100vw / 1920 * 60);
  left: calc(160 / 1920 * 100vw);
  width: calc(162 / 1920 * 100vw); }

.c_name1 {
  position: absolute;
  margin: auto;
  left: calc(150 / 1920 * 100vw);
  top: calc(100vw / 1920 * 60);
  width: calc(135 / 1920 * 100vw); }

.job1 {
  position: absolute;
  margin: auto;
  left: calc(60 / 1920 * 100vw);
  top: calc(100vw / 1920 * 220);
  width: calc(70 / 1920 * 100vw);
  z-index: 1; }

.skl1 {
  position: absolute;
  margin: auto;
  right: calc(210 / 1920 * 100vw);
  top: calc(100vw / 1920 * 60);
  width: calc(351 / 1920 * 100vw); }

.c_txt1 {
  width: calc(470 / 1920 * 100vw);
  right: calc(100 / 1920 * 100vw);
  top: calc(100vw / 1920 * 240); }

.c_cap1 {
  position: absolute;
  margin: auto;
  width: calc(499 / 1920 * 100vw);
  right: calc(60 / 1920 * 100vw);
  top: calc(100vw / 1920 * 330); }
  @media screen and (max-width: 1280px) {
    .c_cap1 {
      top: calc(100vw / 1024 * 210); } }

.c_con2 {
  position: relative;
  width: calc(1232 / 1920 * 100vw);
  height: calc(100vw / 1920 * 747);
  margin: calc(200 / 1920 * 150vw) auto;
  background: url("../img/c_pcback2.webp") no-repeat center top;
  background-size: cover; }
  @media screen and (max-width: 800px) {
    .c_con2 {
      display: none; } }

.c_img2 {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: calc(230 / 1920 * 100vw);
  width: calc(540 / 1920 * 100vw); }

.c_dot2 {
  position: absolute;
  margin: auto;
  bottom: calc(100vw / 1920 * -20);
  right: calc(40 / 1920 * 100vw);
  width: calc(148 / 1920 * 100vw);
  z-index: 2; }

.c_name2 {
  position: absolute;
  margin: auto;
  right: calc(40 / 1920 * 100vw);
  top: calc(100vw / 1920 * 30);
  width: calc(135 / 1920 * 100vw); }

.job2 {
  position: absolute;
  margin: auto;
  right: calc(200 / 1920 * 100vw);
  top: calc(100vw / 1920 * 220);
  width: calc(70 / 1920 * 100vw);
  z-index: 1; }

.skl2 {
  position: absolute;
  margin: auto;
  left: calc(60 / 1920 * 100vw);
  top: calc(100vw / 1920 * 60);
  width: calc(463 / 1920 * 100vw); }

.c_txt2 {
  width: calc(470 / 1920 * 100vw);
  left: calc(60 / 1920 * 100vw);
  top: calc(100vw / 1920 * 240); }
  @media screen and (max-width: 1280px) {
    .c_txt2 {
      width: calc(470 / 1024 * 100vw);
      top: calc(100vw / 1024 * 130); } }

.c_cap2 {
  position: absolute;
  margin: auto;
  width: calc(499 / 1920 * 100vw);
  left: calc(60 / 1920 * 100vw);
  top: calc(100vw / 1920 * 330); }
  @media screen and (max-width: 1280px) {
    .c_cap2 {
      top: calc(100vw / 1024 * 200); } }

.c_con3 {
  position: relative;
  width: calc(1232 / 1920 * 100vw);
  height: calc(100vw / 1920 * 747);
  margin: calc(200 / 1920 * 150vw) auto;
  background: url("../img/c_pcback3.webp") no-repeat center top;
  background-size: cover; }
  @media screen and (max-width: 800px) {
    .c_con3 {
      display: none; } }

.c_img3 {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: calc(130 / 1920 * 100vw);
  width: calc(747 / 1920 * 100vw); }

.c_dot3 {
  position: absolute;
  margin: auto;
  bottom: calc(100vw / 1920 * 10);
  left: calc(140 / 1920 * 100vw);
  width: calc(160 / 1920 * 100vw);
  z-index: 2; }

.c_name3 {
  position: absolute;
  margin: auto;
  left: calc(150 / 1920 * 100vw);
  top: calc(100vw / 1920 * 20);
  width: calc(135 / 1920 * 100vw);
  z-index: 1; }

.job3 {
  position: absolute;
  margin: auto;
  left: calc(60 / 1920 * 100vw);
  top: calc(100vw / 1920 * 220);
  width: calc(70 / 1920 * 100vw);
  z-index: 1;
  z-index: 1; }

.skl3 {
  position: absolute;
  margin: auto;
  right: calc(100 / 1920 * 100vw);
  top: calc(100vw / 1920 * 60);
  width: calc(486 / 1920 * 100vw); }

.c_cap3 {
  position: absolute;
  margin: auto;
  width: calc(499 / 1920 * 100vw);
  right: calc(70 / 1920 * 100vw);
  top: calc(100vw / 1920 * 330); }
  @media screen and (max-width: 1280px) {
    .c_cap3 {
      top: calc(100vw / 1024 * 230); } }

.c_con4 {
  position: relative;
  width: calc(1232 / 1920 * 100vw);
  height: calc(100vw / 1920 * 747);
  margin: calc(100vw / 1920 * 250) auto;
  background: url("../img/c_pcback4.webp") no-repeat center top;
  background-size: cover; }
  @media screen and (max-width: 800px) {
    .c_con4 {
      display: none; } }

.c_img4 {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: calc(160 / 1920 * 100vw);
  width: calc(555 / 1920 * 100vw); }

.c_dot4 {
  position: absolute;
  margin: auto;
  bottom: calc(100vw / 1920 * 40);
  right: calc(60 / 1920 * 100vw);
  width: calc(168 / 1920 * 100vw);
  z-index: 2; }

.c_name4 {
  position: absolute;
  margin: auto;
  right: calc(50 / 1920 * 100vw);
  top: calc(100vw / 1920 * 50);
  width: calc(106 / 1920 * 100vw);
  z-index: 1; }

.c_txt4 {
  width: calc(460 / 1920 * 100vw);
  left: calc(80 / 1920 * 100vw);
  top: calc(100vw / 1920 * 180); }
  @media screen and (max-width: 1280px) {
    .c_txt4 {
      top: calc(100vw / 1024 * 80); } }

.c_cap4 {
  position: absolute;
  margin: auto;
  width: calc(499 / 1920 * 100vw);
  left: calc(70 / 1920 * 100vw);
  top: calc(100vw / 1920 * 300); }
  @media screen and (max-width: 1280px) {
    .c_cap4 {
      top: calc(100vw / 1024 * 180); } }

.c_con5 {
  position: relative;
  width: calc(1232 / 1920 * 100vw);
  height: calc(100vw / 1920 * 747);
  margin: calc(100vw / 1920 * 250) auto;
  background: url("../img/c_pcback5.webp") no-repeat center top;
  background-size: cover; }
  @media screen and (max-width: 800px) {
    .c_con5 {
      display: none; } }

.c_img5 {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: calc(210 / 1920 * 100vw);
  width: calc(475 / 1920 * 100vw); }

.c_dot5 {
  position: absolute;
  margin: auto;
  bottom: calc(100vw / 1920 * 40);
  left: calc(160 / 1920 * 100vw);
  width: calc(140 / 1920 * 100vw);
  z-index: 2; }

.c_name5 {
  position: absolute;
  margin: auto;
  left: calc(50 / 1920 * 100vw);
  top: calc(100vw / 1920 * 50);
  width: calc(116 / 1920 * 100vw);
  z-index: 1; }

.c_txt5 {
  width: calc(460 / 1920 * 100vw);
  right: calc(80 / 1920 * 100vw);
  top: calc(100vw / 1920 * 180); }
  @media screen and (max-width: 1280px) {
    .c_txt5 {
      top: calc(100vw / 1024 * 120); } }

.c_cap5 {
  position: absolute;
  margin: auto;
  width: calc(499 / 1920 * 100vw);
  right: calc(70 / 1920 * 100vw);
  top: calc(100vw / 1920 * 330); }

.c_con6 {
  position: relative;
  width: calc(604 / 1920 * 100vw);
  height: calc(100vw / 1920 * 783);
  margin: calc(100vw / 1920 * 60) auto calc(100vw / 1920 * 260);
  background: url("../img/c_pcback6.webp") no-repeat center top;
  background-size: cover; }
  @media screen and (max-width: 800px) {
    .c_con6 {
      display: none; } }

.c_img6 {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: calc(80 / 1920 * 100vw);
  width: calc(475 / 1920 * 100vw); }

.c_dot6 {
  position: absolute;
  margin: auto;
  top: calc(100vw / 1920 * 280);
  right: calc(60 / 1920 * 100vw);
  width: calc(140 / 1920 * 100vw);
  z-index: 2; }

.c_name6 {
  position: absolute;
  margin: auto;
  left: calc(50 / 1920 * 100vw);
  top: calc(100vw / 1920 * 50);
  width: calc(110 / 1920 * 100vw);
  z-index: 1; }

.c_txt6 {
  width: 80%;
  right: 0;
  left: 0;
  text-align: center;
  bottom: calc(100vw / 1920 * 140); }

.c_con7 {
  position: relative;
  width: calc(604 / 1920 * 100vw);
  height: calc(100vw / 1920 * 783);
  margin: calc(100vw / 1920 * 60) auto calc(100vw / 1920 * 260);
  background: url("../img/c_pcback7.webp") no-repeat center top;
  background-size: cover; }
  @media screen and (max-width: 800px) {
    .c_con7 {
      display: none; } }

.c_img7 {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: calc(80 / 1920 * 100vw);
  width: calc(475 / 1920 * 100vw); }

.c_dot7 {
  position: absolute;
  margin: auto;
  top: calc(100vw / 1920 * 280);
  left: calc(60 / 1920 * 100vw);
  width: calc(140 / 1920 * 100vw);
  z-index: 2; }

.c_name7 {
  position: absolute;
  margin: auto;
  right: calc(50 / 1920 * 100vw);
  top: calc(100vw / 1920 * 50);
  width: calc(110 / 1920 * 100vw);
  z-index: 1; }

.c_con8 {
  position: relative;
  width: calc(1232 / 1920 * 100vw);
  height: calc(100vw / 1920 * 747);
  margin: calc(100vw / 1920 * 250) auto;
  background: url("../img/c_pcback8.webp") no-repeat center top;
  background-size: cover; }
  @media screen and (max-width: 800px) {
    .c_con8 {
      display: none; } }

.c_img8 {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: calc(160 / 1920 * 100vw);
  width: calc(558 / 1920 * 100vw); }

.c_dot8 {
  position: absolute;
  margin: auto;
  bottom: calc(100vw / 1920 * 40);
  right: calc(80 / 1920 * 100vw);
  width: calc(168 / 1920 * 100vw);
  z-index: 2; }

.c_name8 {
  position: absolute;
  margin: auto;
  right: calc(50 / 1920 * 100vw);
  top: calc(100vw / 1920 * 50);
  width: calc(132 / 1920 * 100vw);
  z-index: 1; }

.c_txt8 {
  width: calc(480 / 1920 * 100vw);
  left: calc(70 / 1920 * 100vw);
  top: calc(100vw / 1920 * 180); }
  @media screen and (max-width: 1280px) {
    .c_txt8 {
      top: calc(100vw / 1024 * 80); } }

.c_cap8 {
  position: absolute;
  margin: auto;
  width: calc(499 / 1920 * 100vw);
  left: calc(70 / 1920 * 100vw);
  top: calc(100vw / 1920 * 330); }
  @media screen and (max-width: 1280px) {
    .c_cap8 {
      top: calc(100vw / 1024 * 200); } }

.c_con9 {
  position: relative;
  width: calc(1232 / 1920 * 100vw);
  height: calc(100vw / 1920 * 747);
  margin: calc(100vw / 1920 * 250) auto;
  background: url("../img/c_pcback9.webp") no-repeat center top;
  background-size: cover; }
  @media screen and (max-width: 800px) {
    .c_con9 {
      display: none; } }

.c_img9 {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: calc(210 / 1920 * 100vw);
  width: calc(387 / 1920 * 100vw); }

.c_dot9 {
  position: absolute;
  margin: auto;
  bottom: calc(100vw / 1920 * 40);
  left: calc(160 / 1920 * 100vw);
  width: calc(160 / 1920 * 100vw);
  z-index: 2; }

.c_name9 {
  position: absolute;
  margin: auto;
  left: calc(50 / 1920 * 100vw);
  top: calc(100vw / 1920 * 50);
  width: calc(128 / 1920 * 100vw);
  z-index: 1; }

.c_txt9 {
  width: calc(460 / 1920 * 100vw);
  right: calc(105 / 1920 * 100vw);
  top: calc(100vw / 1920 * 200); }
  @media screen and (max-width: 1280px) {
    .c_txt9 {
      top: calc(100vw / 1024 * 70); } }

.c_cap9 {
  position: absolute;
  margin: auto;
  width: calc(499 / 1920 * 100vw);
  right: calc(70 / 1920 * 100vw);
  top: calc(100vw / 1920 * 330); }

.c_con10 {
  position: relative;
  width: calc(1232 / 1920 * 100vw);
  height: calc(100vw / 1920 * 747);
  margin: calc(100vw / 1920 * 250) auto;
  background: url("../img/c_pcback10.webp") no-repeat center top;
  background-size: cover; }
  @media screen and (max-width: 800px) {
    .c_con10 {
      display: none; } }

.c_img10 {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: calc(180 / 1920 * 100vw);
  width: calc(558 / 1920 * 100vw); }

.c_dot10 {
  position: absolute;
  margin: auto;
  bottom: calc(100vw / 1920 * 40);
  right: calc(180 / 1920 * 100vw);
  width: calc(130 / 1920 * 100vw);
  z-index: 2; }

.c_name10 {
  position: absolute;
  margin: auto;
  right: calc(50 / 1920 * 100vw);
  top: calc(100vw / 1920 * 50);
  width: calc(132 / 1920 * 100vw);
  z-index: 1; }

.c_txt10 {
  width: calc(480 / 1920 * 100vw);
  left: calc(70 / 1920 * 100vw);
  top: calc(100vw / 1920 * 200); }
  @media screen and (max-width: 1280px) {
    .c_txt10 {
      top: calc(100vw / 1024 * 70); } }

.c_cap10 {
  position: absolute;
  margin: auto;
  width: calc(499 / 1920 * 100vw);
  left: calc(70 / 1920 * 100vw);
  top: calc(100vw / 1920 * 330); }

.c_con11 {
  position: relative;
  width: calc(1232 / 1920 * 100vw);
  height: calc(100vw / 1920 * 747);
  margin: calc(100vw / 1920 * 250) auto;
  background: url("../img/c_pcback11.webp") no-repeat center top;
  background-size: cover; }
  @media screen and (max-width: 800px) {
    .c_con11 {
      display: none; } }

.c_img11 {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: calc(210 / 1920 * 100vw);
  width: calc(442 / 1920 * 100vw); }

.c_dot11 {
  position: absolute;
  margin: auto;
  bottom: calc(100vw / 1920 * 40);
  left: calc(160 / 1920 * 100vw);
  width: calc(160 / 1920 * 100vw);
  z-index: 2; }

.c_name11 {
  position: absolute;
  margin: auto;
  left: calc(50 / 1920 * 100vw);
  top: calc(100vw / 1920 * 50);
  width: calc(128 / 1920 * 100vw);
  z-index: 1; }

.c_txt11 {
  width: calc(480 / 1920 * 100vw);
  right: calc(90 / 1920 * 100vw);
  top: calc(100vw / 1920 * 200); }

.c_cap11 {
  position: absolute;
  margin: auto;
  width: calc(499 / 1920 * 100vw);
  right: calc(70 / 1920 * 100vw);
  top: calc(100vw / 1920 * 300); }

.c_con12 {
  position: relative;
  width: calc(1232 / 1920 * 100vw);
  height: calc(100vw / 1920 * 747);
  margin: calc(100vw / 1920 * 250) auto;
  background: url("../img/c_pcback12.webp") no-repeat center top;
  background-size: cover; }
  @media screen and (max-width: 800px) {
    .c_con12 {
      display: none; } }

.c_img12 {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: calc(160 / 1920 * 100vw);
  width: calc(539 / 1920 * 100vw); }

.c_dot12 {
  position: absolute;
  margin: auto;
  bottom: calc(100vw / 1920 * 40);
  right: calc(180 / 1920 * 100vw);
  width: calc(120 / 1920 * 100vw);
  z-index: 2; }

.c_name12 {
  position: absolute;
  margin: auto;
  right: calc(50 / 1920 * 100vw);
  top: calc(100vw / 1920 * -20);
  width: calc(117 / 1920 * 100vw);
  z-index: 1; }

.c_txt12 {
  width: calc(580 / 1920 * 100vw);
  left: calc(70 / 1920 * 100vw);
  top: calc(100vw / 1920 * 210); }
  @media screen and (max-width: 1280px) {
    .c_txt12 {
      top: calc(100vw / 1024 * 80);
      width: calc(260 / 1024 * 100vw); } }

.c_cap12 {
  position: absolute;
  margin: auto;
  width: calc(499 / 1920 * 100vw);
  left: calc(70 / 1920 * 100vw);
  top: calc(100vw / 1920 * 300); }

.c_con13 {
  position: relative;
  width: calc(1232 / 1920 * 100vw);
  height: calc(100vw / 1920 * 747);
  margin: calc(100vw / 1920 * 250) auto;
  background: url("../img/c_pcback13.webp") no-repeat center top;
  background-size: cover; }
  @media screen and (max-width: 800px) {
    .c_con13 {
      display: none; } }

.c_img13 {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: calc(80 / 1920 * 100vw);
  width: calc(644 / 1920 * 100vw); }

.c_dot13 {
  position: absolute;
  margin: auto;
  bottom: calc(100vw / 1920 * 40);
  left: calc(160 / 1920 * 100vw);
  width: calc(140 / 1920 * 100vw);
  z-index: 2; }

.c_name13 {
  position: absolute;
  margin: auto;
  left: calc(50 / 1920 * 100vw);
  top: calc(100vw / 1920 * 50);
  width: calc(128 / 1920 * 100vw);
  z-index: 1; }

.c_txt13 {
  width: calc(460 / 1920 * 100vw);
  right: calc(105 / 1920 * 100vw);
  top: calc(100vw / 1920 * 190); }

.c_cap13 {
  position: absolute;
  margin: auto;
  width: calc(499 / 1920 * 100vw);
  right: calc(70 / 1920 * 100vw);
  top: calc(100vw / 1920 * 280); }

.sub_ccon {
  display: flex;
  overflow: hidden;
  width: 80%;
  margin: 0 auto; }

.c_bg {
  position: relative;
  width: 100svw;
  min-width: 100%;
  overflow: hidden; }

.inyan_c1 {
  position: absolute;
  margin: auto;
  top: calc(100vw / 1920 * 200);
  right: calc(-450 / 1920 * 100vw);
  z-index: -2;
  animation: spin 10s linear infinite;
  opacity: .8;
  width: calc(1000/ 1920 * 100vw); }
  @media screen and (max-width: 800px) {
    .inyan_c1 {
      width: calc(600/ 1024 * 100vw); } }

.inyan_c2 {
  position: absolute;
  margin: auto;
  top: calc(100vw / 1920 * 1900);
  left: -13.0208333333vw;
  z-index: -5;
  animation: spin2 10s linear infinite;
  opacity: .8;
  width: calc(1000/ 1920 * 100vw); }
  @media screen and (max-width: 800px) {
    .inyan_c2 {
      width: 80%;
      top: 50%; } }

.inyan_c3 {
  position: absolute;
  margin: auto;
  bottom: calc(100vw / 1920 * 0);
  right: calc(-350 / 1920 * 100vw);
  z-index: -2;
  animation: spin 10s linear infinite;
  opacity: .8;
  width: calc(1000/ 1920 * 100vw); }
  @media screen and (max-width: 800px) {
    .inyan_c3 {
      width: calc(600/ 1024 * 100vw); } }

.inyan_c4 {
  position: absolute;
  margin: auto;
  bottom: calc(100vw / 1920 * 1050);
  left: calc(-350 / 1920 * 100vw);
  z-index: -2;
  animation: spin 10s linear infinite;
  opacity: .8;
  width: calc(1000/ 1920 * 100vw); }
  @media screen and (max-width: 800px) {
    .inyan_c4 {
      width: calc(600/ 1024 * 100vw); } }

.inyan_c5 {
  position: absolute;
  margin: auto;
  bottom: calc(100vw / 1920 * 2550);
  right: calc(-350 / 1920 * 100vw);
  z-index: -2;
  animation: spin2 10s linear infinite;
  opacity: .8;
  width: calc(1000/ 1920 * 100vw); }
  @media screen and (max-width: 800px) {
    .inyan_c5 {
      width: calc(600/ 1024 * 100vw); } }

.sp_cimg {
  display: none; }
  @media screen and (max-width: 800px) {
    .sp_cimg {
      display: block;
      margin: 0 auto calc(100vw / 1024 * 150);
      width: 80%; } }

/*システム=====================================================================================================================*/
.system {
  position: relative; }

.sys_lasttxt {
  display: block;
  margin: 0 auto;
  width: calc(900 / 1920 * 100vw); }
  @media screen and (max-width: 800px) {
    .sys_lasttxt {
      width: 90%; } }

.sys_con1 {
  width: calc(1600 / 1920 * 100vw);
  height: calc(100vw / 1920 * 860);
  position: relative;
  margin: 0 auto calc(100vw / 1920 * 120); }
  @media screen and (max-width: 800px) {
    .sys_con1 {
      width: 90%;
      height: calc(100vw / 1024 * 850);
      margin: 0 auto calc(100vw / 1024 * 120); } }

.sys_txt1 {
  position: absolute;
  margin: auto;
  display: block;
  width: calc(874 / 1920 * 100vw);
  top: calc(100vw / 1920 * 30);
  left: 0;
  z-index: 2; }
  @media screen and (max-width: 800px) {
    .sys_txt1 {
      width: 80%;
      top: calc(100vw / 1024 * 30);
      left: 0;
      right: 0;
      z-index: 0; } }

.sys_cap1 {
  width: calc(800 / 1920 * 100vw);
  position: absolute;
  display: block;
  margin: auto;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1; }
  @media screen and (max-width: 800px) {
    .sys_cap1 {
      width: 55%;
      top: calc(100vw / 1024 * 230);
      left: 0;
      right: auto; } }

.sys_cap2 {
  width: calc(800 / 1920 * 100vw);
  position: absolute;
  display: block;
  margin: auto;
  right: 0;
  top: 0; }
  @media screen and (max-width: 800px) {
    .sys_cap2 {
      width: 55%;
      top: auto;
      bottom: 0;
      left: auto;
      right: 0; } }

.sys_con2 {
  width: calc(1700 / 1920 * 100vw);
  height: calc(100vw / 1920 * 1000);
  position: relative;
  margin: 0 auto calc(100vw / 1920 * 120); }
  @media screen and (max-width: 800px) {
    .sys_con2 {
      width: 90%;
      height: calc(100vw / 1024 * 1200);
      margin: 0 auto calc(100vw / 1024 * 220); } }

.sys_txt2 {
  position: absolute;
  margin: auto;
  display: block;
  width: calc(874 / 1920 * 100vw);
  top: 0;
  left: 0;
  right: 0; }
  @media screen and (max-width: 800px) {
    .sys_txt2 {
      width: 100%; } }

.sys_cap3 {
  width: calc(800 / 1920 * 100vw);
  position: absolute;
  display: block;
  margin: auto;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2; }
  @media screen and (max-width: 800px) {
    .sys_cap3 {
      width: 65%; } }

.sys_cap4 {
  width: calc(800 / 1920 * 100vw);
  position: absolute;
  display: block;
  margin: auto;
  right: 0;
  top: calc(100vw / 1920 * 220);
  z-index: 1; }
  @media screen and (max-width: 800px) {
    .sys_cap4 {
      width: 65%;
      top: calc(100vw / 1024 * 550);
      z-index: 2; } }

.sys_cap5 {
  width: calc(800 / 1920 * 100vw);
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  top: calc(100vw / 1920 * 220);
  z-index: 1; }
  @media screen and (max-width: 800px) {
    .sys_cap5 {
      width: 65%;
      top: calc(100vw / 1024 * 360); } }

.inyan_2 {
  position: absolute;
  margin: auto;
  top: calc(100vw / 1920 * 160);
  right: -13.0208333333vw;
  z-index: -2;
  animation: spin2 10s linear infinite;
  opacity: .8;
  width: calc(1000/ 1920 * 100vw); }
  @media screen and (max-width: 800px) {
    .inyan_2 {
      width: calc(600/ 1024 * 100vw); } }

.inyan_3 {
  position: absolute;
  margin: auto;
  bottom: calc(100vw / 1920 * 160);
  left: -13.0208333333vw;
  z-index: -2;
  animation: spin 10s linear infinite;
  opacity: .8;
  width: calc(1000/ 1920 * 100vw); }
  @media screen and (max-width: 800px) {
    .inyan_3 {
      left: -24.4140625vw;
      width: calc(600/ 1024 * 100vw); } }

@keyframes spin2 {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(-360deg); } }
/*=====================================================================================================================*/
/*シリーズバナー===========================================================================================================*/
.link_bn {
  display: block;
  width: calc(980 / 1920 * 100vw);
  margin: 0 auto calc(100vw / 1920 * 100);
  transition: .3s; }
  .link_bn img {
    width: 100%; }
  .link_bn:hover {
    transform: scale(1.05); }
  @media screen and (max-width: 800px) {
    .link_bn {
      width: 80%; } }

/*=====================================================================================================================*/
/*SNS系統設定===========================================================================================================*/
.sns_btn {
  display: -webkit-flex;
  display: flex;
  max-width: 300px;
  margin: 20px auto;
  text-align: center; }
  .sns_btn li {
    flex-grow: 2;
    -webkit-flex-grow: 1;
    /* Safari */ }
    .sns_btn li img {
      width: 40px; }

/*footerカスタム=======================================================================================================*/
footer {
  background: #000;
  overflow: hidden;
  color: #FFF; }
  @media screen and (max-width: 800px) {
    footer {
      padding-bottom: calc(100vw / 1024 * 300); } }

.terminal {
  max-width: 800px;
  color: #FFF; }

.mcau {
  margin: 0 auto;
  width: 850px;
  max-width: 90%; }

.trademark, .copy {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000; }

.trademark a {
  font-family: 'Noto Sans JP', sans-serif;
  color: #7f4d0b; }

.mcau {
  margin: 1vh auto;
  width: 850px;
  max-width: 90%;
  font-family: 'Noto Sans JP', sans-serif; }

.pf-img img {
  opacity: 1;
  height: calc(100vw / 1920 * 80); }
@media screen and (max-width: 800px) {
  .pf-img img {
    height: calc(100vw / 1024 * 80); } }
@media screen and (max-width: 640px) {
  .pf-img img {
    height: calc(100vw / 1024 * 200); } }

.long_t {
  margin-bottom: 5px; }

.cp_logo {
  width: 40%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap; }
  @media screen and (max-width: 800px) {
    .cp_logo {
      justify-content: space-around;
      margin: 2vh auto;
      width: 90%;
      overflow: hidden; } }

.kmclogo {
  display: block;
  margin: 5px auto; }
  @media screen and (max-width: 800px) {
    .kmclogo {
      height: calc(100vw / 1024 * 70); } }

.cpicon {
  height: calc(100vw / 1920 * 60); }
  @media screen and (max-width: 800px) {
    .cpicon {
      height: calc(100vw / 1024 * 50); } }

hr {
  background: #FFF; }

.tlist_sp .pflist_l, .tlist_sps .pflist_l, .tlist-last_sp .pflist_l, .tlist_spss .pflist_l {
  background: #795c14;
  color: white; }

/*各種項目名背景色変更*/
.clogo-d {
  width: 940px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  overflow: hidden; }
  @media screen and (max-width: 640px) {
    .clogo-d {
      width: 380px;
      max-width: 100%;
      flex-wrap: wrap; } }

.logo_cc img, .kmc img {
  max-width: 100%; }

.logo_cc {
  width: 250px;
  margin-left: 20px; }
  @media screen and (max-width: 640px) {
    .logo_cc {
      max-width: 90%;
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 20px; } }

.kmc {
  width: 150px;
  margin-left: 60px;
  margin-right: 40px; }
  @media screen and (max-width: 640px) {
    .kmc {
      margin-top: 30px;
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 20px; } }

.copy {
  color: #FFF; }

.copy2 {
  margin-bottom: 5.5rem;
  color: #FFF;
  font-size: 10px;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .copy2 {
      margin-bottom: 12vh; } }

.dlbtn {
  display: block;
  margin: auto;
  position: fixed;
  bottom: calc(100vw / 1920 * 30);
  right: calc(30 / 1920 *100vw);
  z-index: 110; }
  .dlbtn img {
    width: calc(200 / 1920 * 100vw);
    max-width: 350px;
    min-width: 150px;
    transition: .3s;
    opacity: 0; }
  .dlbtn img:hover {
    opacity: 1; }
  @media screen and (max-width: 1024px) {
    .dlbtn img {
      display: block;
      width: calc(200 / 1024 * 100vw);
      max-width: 350px;
      min-width: 150px;
      transition: .3s; } }
  @media screen and (max-width: 800px) {
    .dlbtn {
      left: 0;
      right: 0; }
      .dlbtn img {
        width: 80%;
        max-width: 450px;
        display: block;
        margin: 0 auto; } }

.dlbtn.dlactive img {
  opacity: .6;
  transition: .3s; }
  .dlbtn.dlactive img:hover {
    opacity: 1; }
@media screen and (max-width: 800px) {
  .dlbtn.dlactive img {
    opacity: .8; } }

/*DLモーダルウィンドウ========================================================================================================*/
.open_dl {
  display: none; }
  @media screen and (max-width: 1024px) {
    .open_dl {
      display: block;
      margin: 25px auto;
      text-align: center; }
      .open_dl img {
        max-width: 90%; } }
  @media screen and (max-width: 800px) {
    .open_dl {
      margin: 10px auto 25px; } }

.modal_wrap input {
  display: none; }

.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
  overflow: hidden; }

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%; }

.modal_content {
  align-self: center;
  width: 760px;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  line-height: 1.4em;
  transform: scale(0.3);
  transition: 0.5s; }
  @media screen and (max-width: 640px) {
    .modal_content {
      width: 80%;
      margin: 0 auto; } }
  @media screen and (max-width: 420px) {
    .modal_content {
      padding: 10px 0;
      width: 80%; } }

.modal_content_two {
  align-self: center;
  width: 450px;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  line-height: 1.4em;
  transform: scale(0.3);
  transition: 0.5s; }
  @media screen and (max-width: 640px) {
    .modal_content_two {
      width: 80%;
      margin: 0 auto; } }
  @media screen and (max-width: 420px) {
    .modal_content_two {
      padding: 10px 0;
      width: 80%; } }

.modal_content_zombie {
  align-self: center;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  line-height: 1.4em;
  transition: 0.5s;
  transform: scale(0);
  opacity: 0; }
  @media screen and (max-width: 640px) {
    .modal_content_zombie {
      width: 80%;
      margin: 0 auto; } }
  @media screen and (max-width: 420px) {
    .modal_content_zombie {
      padding: 10px 0;
      width: 80%; } }

.close_button {
  position: absolute;
  top: 14px;
  right: 16px;
  cursor: pointer;
  color: #FFFFFF;
  opacity: 1;
  z-index: 90; }

@media screen and (max-width: 768px) {
  .close_button {
    top: 1%;
    right: 4%;
    color: #FFFFFF; } }
@media screen and (max-width: 420px) {
  .close_button {
    top: -20%;
    right: -10px;
    color: #FFFFFF; } }
.close_button img {
  width: 24px;
  height: 24px; }

.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s; }

.modal_wrap input:checked ~ .modal_overlay .modal_content {
  transform: scale(1); }

.modal_wrap input:checked ~ .modal_overlay .modal_content_two {
  transform: scale(1); }

.modal_wrap input:checked ~ .modal_overlay .modal_content_zombie {
  transform: scale(1);
  opacity: 1; }

.open_button {
  text-align: center;
  max-width: 96%;
  margin: 0 auto;
  font-family: 'Noto Sans JP'; }

.dl_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
.dl_list li {
  color: #91875d;
  border: 4px #91875d solid;
  border-radius: 5px;
  text-align: center;
  margin: 5px 5px;
  font-size: 12px;
  background: #4f0707;
  box-shadow: 6px 6px rgba(0, 0, 0, 0.8); }

.single {
  width: 150px;
  height: 90px; }
  .single img {
    height: 70px;
    margin-top: 12px; }
  @media screen and (max-width: 640px) {
    .single {
      width: 110px;
      height: 70px; }
      .single img {
        height: 50px;
        margin-top: 10px; } }

.one {
  width: 150px;
  height: 150px; }
  .one img {
    height: 70px;
    margin-top: 38px; }
  @media screen and (max-width: 640px) {
    .one {
      width: 110px;
      height: 70px; }
      .one img {
        height: 50px;
        margin-top: 10px; } }

.double {
  width: 150px;
  height: 150px; }
  .double img {
    height: 70px;
    margin-top: 13px; }
  @media screen and (max-width: 640px) {
    .double {
      width: 120px;
      height: 150px;
      font-size: 8px; } }

.dl_link2 a {
  display: block;
  width: 80%;
  margin: 0 auto 3px;
  padding: 2px 0;
  font-size: 12px;
  border-radius: 2px;
  background: #FFF;
  color: #f4c27b;
  font-weight: bold;
  overflow: hidden;
  border: 2px solid #f4c27b; }
.dl_link2 a:hover {
  border: 2px solid #FFF;
  background: #ffa822;
  color: #000; }
@media screen and (max-width: 640px) {
  .dl_link2 a {
    font-size: 10px;
    padding: 1px 0; } }

.dl_link a {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 5px 0;
  font-size: 12px;
  border-radius: 2px;
  background: #FFF;
  color: #092570;
  font-weight: bold;
  overflow: hidden; }
.dl_link a:hover {
  border: 2px solid #FFF;
  background: none;
  color: #FFF; }

svg {
  position: absolute;
  z-index: -10; }
