@charset "UTF-8";
footer  .con-cv-product .box-txt, .con-contact .box-contact, .con-partner .box-partner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  footer  .con-cv-product .box-txt, .con-contact .box-contact, .con-partner .box-partner {
    width: 96%;
  }
}
@media print {
  footer  .con-cv-product .box-txt, .con-contact .box-contact, .con-partner .box-partner {
    width: 96%;
  }
}
.ie8 footer  footer .ie8  .ie8 .con-cv-product .box-txt, .con-cv-product .ie8 .box-txt, .ie8 .con-contact .box-contact, .con-contact .ie8 .box-contact, .ie8 .con-partner .box-partner, .con-partner .ie8 .box-partner {
  width: 96%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  footer  .con-cv-product .box-txt, .con-contact .box-contact, .con-partner .box-partner {
    width: 92%;
  }
}
@media only screen and (max-width: 767px) {
  footer  .con-cv-product .box-txt, .con-contact .box-contact, .con-partner .box-partner {
    width: 89.4%;
  }
}
/*Animate */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: 62.5%;
  line-height: 1.75;
}
body {
  color: #333;
  background-color: #F5F6F8;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }
}
body a {
  color: #333;
  line-height: 1;
}
body a:link, body a:visited, body a:active, body a:hover, body a.touchstart {
  text-decoration: none;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
  image-rendering: -webkit-optimize-contrast;
}
body, pre, input, textarea, select {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
input, select, textarea {
  font-size: 100%;
}
@media only screen and (min-width: 1025px) {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
@media print {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
.ie8 body .view_tab-sp, .ie8 body .view_tab {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
}
@media print {
  body .view_sp {
    display: none !important;
  }
}
.ie8 body .view_sp {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab, body .view_tab {
    display: none !important;
  }
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
  position: relative;
  overflow: hidden;
}
/* -----------------------------------------------------------
	header
----------------------------------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow-y: auto;
  z-index: 10;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  header {
    height: 26.6vw;
  }
}
header .con-header {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  header .con-header {
    padding-left: 4vw;
    z-index: 10;
  }
}
header .con-header:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  header .con-header:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    border-top: 26.6vw solid #1E1E1E;
    border-right: 26.6vw solid transparent;
    z-index: -1;
  }
}
header .con-header .logo {
  padding: 21px 34px;
}
@media only screen and (max-width: 1024px) {
  header .con-header .logo {
    width: 44%;
    padding: 21px 0;
  }
}
header .con-header .logo a {
  display: inline-block;
  max-width: 270px;
}
@media only screen and (min-width: 1025px) {
  header .con-header .logo a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  header .con-header .logo a:hover {
    opacity: 0.6;
  }
}
@media print {
  header .con-header .logo a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  header .con-header .logo a:hover {
    opacity: 0.6;
  }
}
.ie8 header .con-header .logo a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.ie8 header .con-header .logo a:hover {
  opacity: 0.6;
}
header .con-header .box-header {
  width: calc(100% - 320px);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  gap: 0 40px;
  margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
  header .con-header .box-header {
    width: 50%;
    margin-right: 6vw;
  }
}
header .con-header .box-header nav .list-snav, header .con-header .box-header nav .list-gnav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  gap: 0 40px;
}
header .con-header .box-header nav .list-snav {
  margin-top: 15px;
}
header .con-header .box-header nav .list-snav li {
  font-size: 1.2rem;
  line-height: 1;
}
header .con-header .box-header nav .list-snav li a {
  color: #fff;
  opacity: 0.7;
}
@media only screen and (min-width: 1025px) {
  header .con-header .box-header nav .list-snav li a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  header .con-header .box-header nav .list-snav li a:hover {
    opacity: 0.4;
  }
}
@media print {
  header .con-header .box-header nav .list-snav li a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  header .con-header .box-header nav .list-snav li a:hover {
    opacity: 0.4;
  }
}
.ie8 header .con-header .box-header nav .list-snav li a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.ie8 header .con-header .box-header nav .list-snav li a:hover {
  opacity: 0.4;
}
header .con-header .box-header nav .list-gnav {
  margin-top: 20px;
}
header .con-header .box-header nav .list-gnav li {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
header .con-header .box-header nav .list-gnav li a {
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  header .con-header .box-header nav .list-gnav li a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  header .con-header .box-header nav .list-gnav li a:hover {
    opacity: 0.6;
  }
}
@media print {
  header .con-header .box-header nav .list-gnav li a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  header .con-header .box-header nav .list-gnav li a:hover {
    opacity: 0.6;
  }
}
.ie8 header .con-header .box-header nav .list-gnav li a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.ie8 header .con-header .box-header nav .list-gnav li a:hover {
  opacity: 0.6;
}
header .con-header .box-header .nav-buttons {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  gap: 6vw;
}
header .con-header .box-header .nav-buttons .button-ec {
  width: 190px;
  height: 80px;
}
@media only screen and (max-width: 1024px) {
  header .con-header .box-header .nav-buttons .button-ec {
    width: 76px;
    height: 75px;
  }
}
header .con-header .box-header .nav-buttons .button-ec a {
  background-color: #9B2587;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 8px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  border: 1px solid #fff;
  border-top: none;
  height: 100%;
}
@media only screen and (min-width: 1025px) {
  header .con-header .box-header .nav-buttons .button-ec a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  header .con-header .box-header .nav-buttons .button-ec a:hover {
    opacity: 0.6;
  }
}
@media print {
  header .con-header .box-header .nav-buttons .button-ec a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  header .con-header .box-header .nav-buttons .button-ec a:hover {
    opacity: 0.6;
  }
}
.ie8 header .con-header .box-header .nav-buttons .button-ec a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.ie8 header .con-header .box-header .nav-buttons .button-ec a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 1024px) {
  header .con-header .box-header .nav-buttons .button-ec a {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
header .con-header .box-header .nav-buttons .button-ec a .icon {
  width: 20px;
}
@media only screen and (max-width: 1024px) {
  header .con-header .box-header .nav-buttons .button-ec a .icon {
    width: 28px;
  }
  header .con-header .box-header .nav-buttons .button-ec a .icon img {
    width: 100%;
  }
}
header .con-header .box-header .nav-buttons .button-ec a .txt {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
}
@media only screen and (max-width: 1024px) {
  header .con-header .box-header .nav-buttons .button-ec a .txt {
    font-size: 1rem;
  }
}
header .con-header .box-header .nav-buttons .button-menu {
  width: 30px;
  height: 40px;
  margin-top: 23px;
  position: relative;
}
header .con-header .box-header .nav-buttons .button-menu span {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
header .con-header .box-header .nav-buttons .button-menu span.bar {
  background-color: #fff;
  width: 30px;
  height: 2px;
}
header .con-header .box-header .nav-buttons .button-menu span.bar:first-child {
  top: -2px;
}
header .con-header .box-header .nav-buttons .button-menu span.bar:nth-child(2) {
  top: 8px;
}
header .con-header .box-header .nav-buttons .button-menu span.bar:nth-child(3) {
  top: 18px;
}
header .con-header .box-header .nav-buttons .button-menu span.txt {
  bottom: 0;
  text-align: center;
}
header .con-header .box-header .nav-buttons .button-menu span.txt:before {
  content: "MENU";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
header.menu-open {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
@media only screen and (max-width: 767px) {
  header.menu-open {
    height: 100%;
  }
}
header.menu-open .con-header .nav-buttons .button-menu span.bar:first-child {
  top: 8px;
  transform: rotate(45deg);
}
header.menu-open .con-header .nav-buttons .button-menu span.bar:nth-child(2) {
  opacity: 0;
}
header.menu-open .con-header .nav-buttons .button-menu span.bar:nth-child(3) {
  top: 8px;
  transform: rotate(-45deg);
}
header.menu-open .con-header .nav-buttons .button-menu span.txt:before {
  content: "CLOSE";
}
.con-modalmenu {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  transform: translateY(-100%);
  height: 0;
}
.con-modalmenu .gnav-sp {
  width: 84%;
  margin: 25px auto 0;
}
.con-modalmenu .gnav-sp ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.con-modalmenu .gnav-sp ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.con-modalmenu .gnav-sp ul li a {
  display: block;
  padding: 30px 10px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
.con-modalmenu .box-pickup {
  width: 89.4%;
  margin: 40px auto 0;
  position: relative;
}
.con-modalmenu .box-pickup:before {
  content: "";
  background-color: #9B2587;
  width: 120vw;
  height: 20rem;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0) rotate(-15deg);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con-modalmenu .box-pickup:before {
    transform: translate(-50%, 0) rotate(-10deg);
  }
}
.con-modalmenu .box-pickup ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 37px 0;
}
.con-modalmenu .box-pickup ul li {
  width: 33.33333%;
}
.con-modalmenu .box-pickup ul li a {
  background-color: #fff;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  position: relative;
  text-align: center;
  height: 100px;
  gap: 8px;
}
.con-modalmenu .box-pickup ul li a:before {
  content: "";
  width: 1px;
  height: 60px;
  position: absolute;
  top: 20px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.con-modalmenu .box-pickup ul li a .thumb {
  position: relative;
  width: 87.5%;
  margin: 0 auto;
}
.con-modalmenu .box-pickup ul li a .thumb img {
  max-height: 110px;
}
.con-modalmenu .box-pickup ul li a .txt {
  font-weight: 700;
  line-height: 1;
  padding-bottom: 17px;
}
.con-modalmenu .box-pickup ul li:first-child a:before {
  display: none;
}
.con-modalmenu .box-pickup ul li:nth-child(4) a:before {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con-modalmenu .box-pickup ul li:nth-child(4) a .thumb img {
    max-height: 60px;
  }
}
.con-modalmenu .list-nav-sub {
  width: 100%;
  margin: 40px auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 38px;
}
.con-modalmenu .list-nav-sub li a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
}
.con-modalmenu {
  background-color: #333;
  padding: 50px 0;
}
.con-modalmenu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0 10px;
  width: 89.4%;
  margin: 0 auto;
  padding: 28px 0;
  background-color: #fff;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  -ms-border-radius: 9999px;
  border-radius: 9999px;
  position: relative;
}
.con-modalmenu .icon {
  width: 20px;
}
.con-modalmenu .txt {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1;
  color: #000;
}
.con-modalmenu .arrow {
  background-color: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 10px);
  right: 30px;
  width: 20px;
  height: 20px;
}
.con-modalmenu .arrow:after {
  content: "";
  background: url(../images/common/icon-arrow-wh.svg) center center no-repeat;
  background-size: auto 9px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.con-modalmenu .button-close {
  width: 53.2%;
  margin: 30px auto 120px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px;
  text-align: center;
  cursor: pointer;
}
.con-modalmenu .button-close .txt {
  position: relative;
  padding-left: 21px;
  color: #fff;
}
.con-modalmenu .button-close .txt:before, .con-modalmenu .button-close .txt:after {
  content: "";
  width: 14px;
  height: 2px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}
.con-modalmenu .button-close .txt:before {
  transform: rotate(45deg);
}
.con-modalmenu .button-close .txt:after {
  transform: rotate(-45deg);
}
.con-modalmenu.open {
  opacity: 1;
  visibility: inherit;
  pointer-events: all;
  transform: translateY(0);
  height: auto;
}

.button-cv-ec{
    display:inline-block;
    background:#fff;
    padding:10px 100px 10px 100px;
    text-align:center;
    color:#000;
    margin:5px;
    border:1px solid;
    cursor:pointer;
    position: relative;
    text-decoration: none;
    border-radius: 50px;
}
.button-cv-ec::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 40px;
    width: 30px;
    height: 5px;
    border: none;
    border-right: 2px solid #333333;
    border-bottom: 1px solid #333333;
    transform: skew(45deg);
    transition: .3s;
}
.button-cv-ec:hover::after{
    right: 20px;
    width: 30px;
}


/* -----------------------------------------------------------
	footer
----------------------------------------------------------- */
footer {
  background-color: #000;
  text-align: center;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 100px 0;
  }
}
.con-footer{
	background-color: #333333;
	padding-top: 100px;
}
footer .con-footer .logo {
  max-width: 260px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  /*footer .con-footer .logo {
    width: 54.8%;
  }*/
}
footer .con-footer .f-gnav {
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  footer .con-footer .f-gnav {
    padding: 70px 0 100px;
  }
}
footer .con-footer .f-gnav .list-gnav, footer .con-footer .f-gnav .list-snav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}
footer .con-footer .f-gnav .list-gnav li a, footer .con-footer .f-gnav .list-snav li a {
  color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  footer .con-footer .f-gnav .list-gnav {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 100%;
    gap: 0;
  }
}
@media only screen and (max-width: 767px) {
  footer .con-footer .f-gnav .list-gnav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
footer .con-footer .f-gnav .list-gnav li a {
  font-weight: 700;
  font-size: 1.6rem;
}
@media only screen and (min-width: 1025px) {
  footer .con-footer .f-gnav .list-gnav li a:hover {
    opacity: 0.6;
  }
}
@media print {
  footer .con-footer .f-gnav .list-gnav li a:hover {
    opacity: 0.6;
  }
}
.ie8 footer .con-footer .f-gnav .list-gnav li a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  footer .con-footer .f-gnav .list-gnav li a {
    display: block;
    padding: 30px 10px;
    text-align: left;
  }
}
footer .con-footer .f-gnav .list-snav {
  margin-top: 50px;
}
footer .con-footer .f-gnav .list-snav li a {
  opacity: 0.7;
  font-size: 1.2rem;
}
@media only screen and (min-width: 1025px) {
  footer .con-footer .f-gnav .list-snav li a:hover {
    opacity: 0.4;
  }
}
@media print {
  footer .con-footer .f-gnav .list-snav li a:hover {
    opacity: 0.4;
  }
}
.ie8 footer .con-footer .f-gnav .list-snav li a:hover {
  opacity: 0.4;
}
footer .con-f-cv {
  padding: 50px 0;
}
footer .con-f-cv .button-cv-ec {
  max-width: 400px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  footer .con-f-cv .button-cv-ec {
    width: 84%;
  }
}
footer .con-f-cv .button-cv-ec {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0 10px;
  width: 100%;
  margin: 0 auto;
  padding: 28px 0;
  background-color: #fff;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  -ms-border-radius: 9999px;
  border-radius: 9999px;
  position: relative;
}
footer .con-f-cv .icon {
  width: 20px;
}
footer .con-f-cv .txt {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1;
  color: #000;
}
footer .con-f-cv .arrow {
  background-color: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 10px);
  right: 30px;
  width: 20px;
  height: 20px;
}
footer .con-f-cv .arrow:after {
  content: "";
  background: url(../images/common/icon-arrow-wh.svg) center center no-repeat;
  background-size: auto 9px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
footer .copyright {
  opacity: 1;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  footer .copyright {
    font-size: 1.1rem;
  }
}
/* -----------------------------------------------------------
	パーツ
----------------------------------------------------------- */
.item-title-basic {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.item-title-basic:after {
  content: "";
  background-color: #9B2587;
  width: 1px;
  height: 0;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.item-title-basic .deco {
  text-align: center;
  width: 38px;
  margin: 0 auto;
}
.item-title-basic .title-basic span {
  display: block;
  text-align: center;
}
.item-title-basic .title-basic span.en {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .item-title-basic .title-basic span.en {
    font-size: 2.4rem;
  }
}
.item-title-basic .title-basic span.jp {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  opacity: 0.5;
}
.item-title-basic .title-basic.white span {
  color: #fff;
}
.item-title-basic .bgextend {
  display: inline-block;
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  opacity: 0;
}
.item-title-basic .bgCextend:before {
  animation-name: bgRLextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #9B2587;
  top: 0;
  right: 50%;
}
.item-title-basic .bgCextend:after {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #9B2587;
  top: 0;
  left: 50%;
}
.item-title-basic .bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.item-title-basic .bgappearTrigger, .item-title-basic .bgCextendTrigger {
  opacity: 0;
}
.item-title-basic.js-inview-in:after {
  height: 30px;
}
@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bgRLextendAnime {
  0% {
    transform-origin: right;
    transform: scaleX(0);
  }
  50% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}
@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.button-basic a {
  display: block;
  background-color: #000;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 24px;
  padding: 18px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  -ms-border-radius: 9999px;
  border-radius: 9999px;
}
@media only screen and (min-width: 1025px) {
  .button-basic a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .button-basic a:hover {
    opacity: 0.6;
  }
}
@media print {
  .button-basic a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .button-basic a:hover {
    opacity: 0.6;
  }
}
.ie8 .button-basic a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.ie8 .button-basic a:hover {
  opacity: 0.6;
}
.button-basic a .arrow {
  background-color: #9B2587;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  width: 20px;
  height: 20px;
}
.button-basic a .arrow:after {
  content: "";
  background: url(../images/common/icon-arrow.svg) center center no-repeat;
  background-size: 9px auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  transform: rotate(-90deg);
}
.button-basic.large a {
  padding: 28px;
  background-color: #333;
}
.button-basic.large a .arrow {
  right: 30px;
}
/* ----------------------------------------------------------- .con-cv-product
----------------------------------------------------------- */
.con-cv-product {
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.con-cv-product:before, .con-cv-product:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.con-cv-product:before {
  top: 0;
  left: 0;
  border-top: 21vw solid #1E1E1E;
  border-right: 21vw solid transparent;
}
@media only screen and (max-width: 767px) {
  .con-cv-product:before {
    display: none;
  }
}
.con-cv-product:after {
  bottom: 0;
  right: 0;
  border-bottom: 47.4vw solid #1E1E1E;
  border-left: 47.4vw solid transparent;
}
@media only screen and (max-width: 767px) {
  .con-cv-product:after {
    border-bottom: 77.1vw solid #1E1E1E;
    border-left: 77.1vw solid transparent;
  }
}
.con-cv-product .wrap:before {
  content: "";
  background: url(../images/top/deco-logomark.svg) 0 0 no-repeat;
  background-size: cover;
  width: 25.2vw;
  aspect-ratio: 1/1.012;
  bottom: 50px;
  left: 0;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .con-cv-product .wrap:before {
    display: none;
  }
}
.con-cv-product .box-imgs {
  width: 50.5%;
  margin-left: auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  z-index: 1;
}

@media only screen and (min-width: 1680px) {
  .con-cv-product .box-imgs {
    top: 0;
    transform: translate(0, 0);
  }
}
@media print {
  .con-cv-product .box-imgs {
    top: 0;
    transform: translate(0, 0);
  }
}
.ie8 .con-cv-product .box-imgs {
  top: 0;
  transform: translate(0, 0);
}
@media only screen and (max-width: 767px) {
  .con-cv-product .box-imgs {
    position: static;
    width: 100%;
    transform: translate(0, 0);
  }
}
.con-cv-product .box-imgs .img {
  position: relative;
}
.con-cv-product .box-imgs .img:before, .con-cv-product .box-imgs .img:after {
  content: "";
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .con-cv-product .box-imgs .img:before, .con-cv-product .box-imgs .img:after {
    width: 0;
    height: 0;
  }
}
@media print {
  .con-cv-product .box-imgs .img:before, .con-cv-product .box-imgs .img:after {
    width: 0;
    height: 0;
  }
}
.ie8 .con-cv-product .box-imgs .img:before, .ie8 .con-cv-product .box-imgs .img:after {
  width: 0;
  height: 0;
}
@media only screen and (max-width: 767px) {
  .con-cv-product .box-imgs .img:before, .con-cv-product .box-imgs .img:after {
    width: 100%;
    height: 38%;
    background: #000000;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.con-cv-product .box-imgs .img:before {
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .con-cv-product .box-imgs .img:before {
    top: -1px;
    border-top: 16.5vw solid #000;
    border-right: 16.5vw solid transparent;
  }
}
@media print {
  .con-cv-product .box-imgs .img:before {
    top: -1px;
    border-top: 16.5vw solid #000;
    border-right: 16.5vw solid transparent;
  }
}
.ie8 .con-cv-product .box-imgs .img:before {
  top: -1px;
  border-top: 16.5vw solid #000;
  border-right: 16.5vw solid transparent;
}
.con-cv-product .box-imgs .img:after {
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .con-cv-product .box-imgs .img:after {
    border-bottom: 16.5vw solid #000;
    border-left: 16.5vw solid transparent;
  }
}
@media print {
  .con-cv-product .box-imgs .img:after {
    border-bottom: 16.5vw solid #000;
    border-left: 16.5vw solid transparent;
  }
}
.ie8 .con-cv-product .box-imgs .img:after {
  border-bottom: 16.5vw solid #000;
  border-left: 16.5vw solid transparent;
}
@media only screen and (max-width: 767px) {
  .con-cv-product .box-imgs .img:after {
    transform: scale(1, -1);
  }
}
.con-cv-product .box-imgs .img img {
  width: 100%;
}
.con-cv-product .box-imgs .list-img-sub {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-top: -90px;
  width: 68.6%;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .con-cv-product .box-imgs .list-img-sub {
    margin-top: -40px;
    width: 100%;
  }
}
.con-cv-product .box-imgs .list-img-sub li {
  height: 206px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con-cv-product .box-imgs .list-img-sub li {
    height: auto;
  }
}
.con-cv-product .box-imgs .list-img-sub li:first-child {
  width: 366px;
}
@media only screen and (max-width: 767px) {
  .con-cv-product .box-imgs .list-img-sub li:first-child {
    width: 54.8%;
  }
}
.con-cv-product .box-imgs .list-img-sub li:last-child {
  width: 301px;
}
@media only screen and (max-width: 767px) {
  .con-cv-product .box-imgs .list-img-sub li:last-child {
    width: 45.2%;
  }
}
.con-cv-product .box-txt {
  padding-top: 180px;
  padding-bottom: 200px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con-cv-product .box-txt {
    padding: 80px 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con-cv-product .box-txt {
    width: 100%;
    padding: 50px 0 92px;
  }
}
.con-cv-product .box-txt .wrap-txt {
  width: 50%;
  padding-left: 50px;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con-cv-product .box-txt .wrap-txt {
    width: 45%;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con-cv-product .box-txt .wrap-txt {
    width: 100%;
    padding-left: 0;
  }
}
.con-cv-product .box-txt h1 {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .con-cv-product .box-txt h1 {
    font-size: 1.4rem;
  }
}
.con-cv-product .box-txt .txt-catchcopy-en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  font-size: 1.6vw;
  font-weight: 500;
}
.con-cv-product .box-txt .txt-catchcopy-en.js-inview-in {
  animation-delay: .3s;
}
@media only screen and (max-width: 767px) {
  .con-cv-product .box-txt .txt-catchcopy-en {
    font-size: 2.4rem;
  }
}
.con-cv-product .box-txt .txt-catchcopy-en em {
  font-size: 3.15vw;
}
@media only screen and (max-width: 767px) {
  .con-cv-product .box-txt .txt-catchcopy-en em {
    font-size: 3.6rem;
  }
}
.con-cv-product .box-txt .txt-catchcopy-jp {
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-top: 14px;
}
.con-cv-product .box-txt .txt-catchcopy-jp.js-inview-in {
  animation-delay: .3s;
}
@media only screen and (max-width: 767px) {
  .con-cv-product .box-txt .txt-catchcopy-jp {
    margin-top: 11px;
  }
}
.con-cv-product .box-txt .logo {
  max-width: 260px;
  margin: 50px auto 30px;
}
.con-cv-product .box-txt .logo.js-inview-in {
  animation-delay: .6s;
}
@media only screen and (max-width: 767px) {
  .con-cv-product .box-txt .logo {
    max-width: 190px;
    width: 51.1%;
    margin: 26px auto 30px;
  }
}
.con-cv-product .box-txt .button-basic {
  max-width: 300px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .con-cv-product .box-txt .button-basic {
    width: 84%;
  }
}
.con-cv-product .box-txt .button-basic a {
  background-color: #333;
}
/* ----------------------------------------------------------- .con-cv-product
----------------------------------------------------------- */
.con-contact {
  padding: 200px 0;
}
@media only screen and (max-width: 767px) {
  .con-contact {
    padding: 100px 0;
  }
}
.con-contact .box-contact {
  text-align: center;
}
.con-contact .box-contact .txt {
  letter-spacing: 0.1em;
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .con-contact .box-contact .txt {
    font-size: 1.4rem;
  }
}
.con-contact .box-contact .button-line {
  max-width: 432px;
  margin: 0 auto;
  height: 100px;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .con-contact .box-contact .button-line {
    width: 89.3%;
  }
}
.con-contact .box-contact .button-line a {
  display: block;
  color: #fff;
  height: 100%;
  line-height: 100px;
  background-color: #19C755;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  -ms-border-radius: 9999px;
  border-radius: 9999px;
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .con-contact .box-contact .button-line a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .con-contact .box-contact .button-line a:hover {
    opacity: 0.6;
  }
}
@media print {
  .con-contact .box-contact .button-line a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .con-contact .box-contact .button-line a:hover {
    opacity: 0.6;
  }
}
.ie8 .con-contact .box-contact .button-line a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.ie8 .con-contact .box-contact .button-line a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  .con-contact .box-contact .button-line a {
    padding-left: 50px;
  }
}
.con-contact .box-contact .button-line a span {
  position: relative;
  z-index: 1;
}
.con-contact .box-contact .button-line a:before {
  content: "";
  background: url(../images/top/icon-link-button.png) 0 0 no-repeat;
  background-size: contain;
  width: 63px;
  height: 63px;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 767px) {
  .con-contact .box-contact .button-line a:before {
    width: 50px;
    height: 50px;
    right: 20px;
    left: 20px;
  }
}
/* ----------------------------------------------------------- .con-partner
----------------------------------------------------------- */
.con-partner {
  background: url(../images/top/bg-partner.jpg) center center no-repeat;
  background-size: cover;
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .con-partner {
    background-image: url(../images/top/bg-partner-sp.jpg);
    padding-top: 50px;
  }
}
.con-partner .box-partner {
  text-align: center;
  position: relative;
}
.con-partner .box-partner .deco-text {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  opacity: 0.3;
  font-size: 15rem;
  letter-spacing: 0.15em;
  position: absolute;
  top: -40px;
  left: 50px;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con-partner .box-partner .deco-text {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con-partner .box-partner .deco-text {
    font-size: 8rem;
    top: 0;
    left: -4.3%;
  }
}
.con-partner .box-partner .deco-text span {
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-align: left;
  display: inline-block;
}
.con-partner .box-partner h3 {
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.15em;
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .con-partner .box-partner h3 {
    padding-top: 103px;
  }
}
.con-partner .box-partner .txt {
  color: #fff;
  opacity: 0.8;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con-partner .box-partner .txt {
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
}
.con-partner .box-partner .button-basic {
  max-width: 300px;
  margin: 0 auto;
  width: 89.3%;
}
.con-partner .box-partner .button-basic a {
  background-color: rgba(3, 64, 153, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.con-partner .box-partner .button-basic a .arrow {
  background-color: #fff;
}
.con-partner .box-partner .button-basic a .arrow:after {
  content: "";
  background: url(../images/top/icon-arrow-bl.svg) center center no-repeat;
  background-size: 9px auto;
}
/* -----------------------------------------------------------
	inview
----------------------------------------------------------- */
.anime-fade-in {
  opacity: 0;
}
.anime-fade-in.js-inview-in {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in-stairs > * {
  opacity: 0;
}
.fade-in-stairs.js-inview-in > * {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.fade-in-stairs.js-inview-in > *:nth-child(2) {
  animation-delay: .2s;
}
.fade-in-stairs.js-inview-in > *:nth-child(3) {
  animation-delay: .4s;
}
.fade-in-stairs.js-inview-in > *:nth-child(4) {
  animation-delay: .6s;
}
.fade-in-stairs.js-inview-in > *:nth-child(5) {
  animation-delay: .8s;
}
.fade-in-stairs.js-inview-in > *:nth-child(6) {
  animation-delay: 1s;
}
.fade-in-stairs.js-inview-in > *:nth-child(7) {
  animation-delay: 1.2s;
}
.fade-in-stairs.js-inview-in > *:nth-child(8) {
  animation-delay: 1.4s;
}
.fade-in-stairs.js-inview-in > *:nth-child(9) {
  animation-delay: 1.6s;
}
.fade-in-stairs.js-inview-in > *:nth-child(10) {
  animation-delay: 1.8s;
}
.fade-in-stairs.js-inview-in > *:nth-child(11) {
  animation-delay: 2s;
}
.fade-in-stairs.js-inview-in > *:nth-child(12) {
  animation-delay: 2.2s;
}
.fade-in-stairs.js-inview-in > *:nth-child(13) {
  animation-delay: 2.4s;
}
.fade-in-stairs.js-inview-in > *:nth-child(14) {
  animation-delay: 2.6s;
}
.fade-in-stairs.js-inview-in > *:nth-child(15) {
  animation-delay: 2.8s;
}
.fade-in-stairs.js-inview-in > *:nth-child(16) {
  animation-delay: 3s;
}
.fade-in-stairs.js-inview-in > *:nth-child(17) {
  animation-delay: 3.2s;
}
.fade-in-stairs.js-inview-in > *:nth-child(18) {
  animation-delay: 3.4s;
}
.fade-in-stairs.js-inview-in > *:nth-child(19) {
  animation-delay: 3.6s;
}
.fade-in-stairs.js-inview-in > *:nth-child(20) {
  animation-delay: 3.8s;
}
.fade-in-stairs.js-inview-in > *:nth-child(21) {
  animation-delay: 4s;
}
.fade-in-stairs.js-inview-in > *:nth-child(22) {
  animation-delay: 4.2s;
}
.fade-in-stairs.js-inview-in > *:nth-child(23) {
  animation-delay: 4.4s;
}
.fade-in-stairs.js-inview-in > *:nth-child(24) {
  animation-delay: 4.6s;
}
.fade-in-stairs.js-inview-in > *:nth-child(25) {
  animation-delay: 4.8s;
}
.fade-in-stairs.js-inview-in > *:nth-child(26) {
  animation-delay: 5s;
}
.fade-in-stairs.js-inview-in > *:nth-child(27) {
  animation-delay: 5.2s;
}
.fade-in-stairs.js-inview-in > *:nth-child(28) {
  animation-delay: 5.4s;
}
.fade-in-stairs.js-inview-in > *:nth-child(29) {
  animation-delay: 5.6s;
}
.fade-in-stairs.js-inview-in > *:nth-child(30) {
  animation-delay: 5.8s;
}