/*reset css*/
body, h1, h2, h3, h4, p, ul, li, a, dl, dt, dd, table, tr, th, td, span {
  margin: 0;
  padding: 0;
  color: #000;
  text-decoration: none;
  list-style: none;
  line-height: 1;
  outline: none;
  box-sizing: border-box;
}

button, input, select, textarea {
  background-color: unset;
  border: none;
  outline: none;
  -webkit-appearance: none;
}

div, section, article, figure, picture {
  box-sizing: border-box;
  margin: 0;
  display: block;
  padding: 0;
}

/*common*/
html, body {
  font-size: 62.5%;
  letter-spacing: 0;
  color: #000000;
  font-family: noto-sans-cjk-jp, sans-serif;
}

a {
  transition: all 0.2s;
}

a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
}

svg {
  width: 100%;
  height: auto;
}

.ly_inner {
  margin: 0 auto;
  width: 144rem;
  padding: 0 2rem;
}

@media (max-width: 767px) {
  .ly_inner {
    width: auto;
    padding: 0 2rem;
  }
}
main {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .is_sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 2.6666666667vw;
  }
  .is_pc {
    display: none;
  }
  .is_sp {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  html, body {
    font-size: 0.6944444444vw;
  }
}
/* common text size */
/* p{
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
span{
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
h2{
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}
.lead{
  font-size: 2.4rem;
  letter-spacing: 0.02em;
}
.txt{
  font-size: 1.8rem;
  letter-spacing: 0.02em;
} */
/* common animation ///////////////////////////////////////////////*/
.js-focus {
  opacity: 0;
}

.focus-in {
  animation: focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@keyframes focus-in {
  0% {
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js_u_fade {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1), transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.js_r_fade {
  transform: translateX(60px);
  opacity: 0;
  transition: opacity 0.1s cubic-bezier(0.5, 1, 0.89, 1), transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.js_l_fade {
  transform: translateX(-60px);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1), transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.is_active {
  opacity: 1;
  transform: translate(0);
}

.js-spin {
  transform: rotateY(-450deg);
  transition-duration: 0.8s;
  will-change: transform;
  opacity: 0;
}

.js-spin.spin {
  transform: rotateY(0deg);
  opacity: 1;
}

@keyframes anm_coin {
  0% {
    transform: rotateY(-450deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(0deg);
    opacity: 1;
  }
}
/* txt overflow animation */
/* js-m-txt wrapping to maskElem */
.js_mask_ttl {
  line-height: 1;
  overflow: hidden;
}
.js_mask_ttl span {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  display: inline-block;
  overflow: hidden;
}

.js_mask_txt {
  line-height: 1;
  overflow: hidden;
}
.js_mask_txt span {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  display: inline-block;
  overflow: hidden;
}

.js-m-txt {
  overflow: auto;
}

.js-m-txt .maskElem-y {
  transform: translateY(120%);
  display: block;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

.js-m-txt .maskElem-x {
  transform: translateX(-120%);
  display: block;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

@keyframes mask {
  100% {
    transform: translate(0);
  }
}
.mask.animated .maskElement-y,
.mask.animated .maskElement-x {
  animation: mask cubic-bezier(0.86, 0, 0.07, 1) forwards;
  animation-duration: 1.5s;
  overflow: hidden;
}

/* images overflow animation */
.js-mask-img {
  -webkit-clip-path: inset(0 100% 0 100%);
          clip-path: inset(0 100% 0 100%);
  /* display: inline-block; */
  transition: 2s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}

.js-mask-img.center {
  -webkit-clip-path: inset(0 100% 100% 0);
          clip-path: inset(0 100% 100% 0);
}

.js-mask-img.animated {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.js-mask-img.is_active {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.mainSec_obj path {
  fill: #000;
  stroke: #000;
  stroke-width: 0;
  stroke-dasharray: 2000px;
  fill: transparent;
}

.hero_main .js_strk_obj {
  stroke: #000;
  stroke-width: 0;
  stroke-dasharray: 2000px;
  fill: transparent;
}

.hero_main svg .js_strk_wrap {
  transition-duration: 1s;
  transition-delay: 0.6s;
}

.js_strk_wrap__01 {
  transform: translateY(-50px);
}

.js_strk_wrap__02 {
  transform: translateY(50px);
}

.js_strk_wrap__03 {
  transform: translateX(50px);
}

.js_strk_wrap__04 {
  transform: translateY(-50px);
}

.js_strk_wrap__05 {
  transform: translateY(50px);
}

.js_strk_wrap__06 {
  transform: translateY(-50px);
}

.js_strk_wrap__07 {
  transform: translateX(-50px);
}

.js_strk_wrap__08 {
  transform: translateY(50px);
}

.js_strk_wrap__09 {
  transform: translateY(50px);
}

.js_strk_wrap__10 {
  transform: translateX(-50px);
}

.js_strk_wrap__11 {
  transform: translateY(50px);
}

.js_strk_wrap__12 {
  transform: translateX(-50px);
}

.js_strk_wrap__13 {
  transform: translateY(-50px);
}

.js_strk_wrap__14 {
  transform: translateX(50px);
}

.js_strk_wrap__15 {
  transform: translateX(-50px);
}

.js_strk_wrap__16 {
  transform: translateY(50px);
}

.js_strk_wrap__17 {
  transform: translateX(-50px);
}

.js_strk_wrap__18 {
  transform: translateY(50px);
}

.js_strk_wrap__19 {
  transform: translateY(-50px);
}

.js_strk_wrap__20 {
  transform: translateX(50px);
}

.js_strk_wrap__21 {
  transform: translateY(-50px);
}

.js_strk_wrap__22 {
  transform: translateY(50px);
}

.js_strk_wrap__23 {
  transform: translateY(-50px);
}

.js_strk_wrap__24 {
  transform: translateX(-50px);
}

.js_strk_wrap__25 {
  transform: translateY(50px);
}

.js_strk_wrap__26 {
  transform: translateX(50px);
}

.hero_main rect {
  stroke: #000;
  stroke-width: 0;
  stroke-dasharray: 2000px;
  fill: transparent;
}

.mainSec_obj.is_active path {
  animation: svg 4s 0s ease-in forwards;
}

.hero_main.is_active .js_strk_wrap {
  transform: translate(0);
}

.hero_main.is_active .js_strk_obj {
  animation: svgHero 3s 0s ease-in forwards;
}

@keyframes svg {
  0% {
    stroke-dashoffset: 2000px;
    stroke-width: 1px;
  }
  50% {
    fill: #000;
  }
  100% {
    stroke-dashoffset: 0px;
    fill: #000;
  }
}
@keyframes svgHero {
  0% {
    stroke-dashoffset: 2000px;
    stroke-width: 1px;
  }
  50% {
    stroke-dashoffset: 1000px;
    fill: transparent;
  }
  80% {
    fill: #000;
  }
  100% {
    stroke-dashoffset: 0px;
    fill: #000;
  }
}
@keyframes svgRect {
  0% {
    stroke-dashoffset: 2000px;
    stroke-width: 1px;
  }
  50% {
    fill: #000;
  }
  100% {
    stroke-dashoffset: 0px;
    fill: #000;
  }
}
/* /////////////////////////////////////////////// */
.loading {
  background: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 0.6s ease;
}
.loading_logo {
  width: calc(440 * (100vw / 1920));
  animation: fade-in 0.4s 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
@media (max-width: 767px) {
  .loading_logo {
    width: 22rem;
  }
}
.loading.is_hidden {
  opacity: 0;
  pointer-events: none;
}

.cm_rteObj {
  position: relative;
}
.cm_rteObj_inner {
  width: 73.84%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.cm_rteObj_outer {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  animation: rotate1 40s linear infinite;
}

@keyframes rotate1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
header {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 1.6rem 0 0 2.4rem;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.3s;
}
@media (max-width: 767px) {
  header {
    height: 7.2rem;
    padding: 1.2rem 1.8rem;
  }
}
header.is_show {
  opacity: 1;
  visibility: visible;
}

.header_logo {
  width: 20rem;
}
@media (max-width: 767px) {
  .header_logo {
    width: 12rem;
  }
  .header_logo img {
    width: 100%;
    height: auto;
  }
}

#global_nav ul {
  display: flex;
  align-items: center;
  gap: 1.6666666667vw;
}
@media (max-width: 1024px) {
  #global_nav ul {
    gap: 0.625vw;
  }
}

#global_nav ul li a {
  font-size: 0.8333333333vw;
  letter-spacing: 0.12em;
  font-weight: bold;
}

#global_nav ul .header_linkBtn {
  margin-left: 2.0833333333vw;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.1458333333vw 2.1875vw;
  border-radius: 1.4583333333vw;
  background: #EC6941;
  color: #fff;
}
@media (max-width: 1024px) {
  #global_nav ul .header_linkBtn {
    margin-left: 0vw;
  }
}
@media (max-width: 767px) {
  #global_nav ul .header_linkBtn {
    margin: 0;
    padding: 0;
    background: #EC6941;
    color: #fff;
    width: 33.5rem;
    height: 8rem;
    margin: 0 auto;
    border-radius: 4rem;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}
#global_nav ul .header_linkBtn::after {
  content: "";
  width: 0.46875vw;
  height: 0.78125vw;
  display: inline-block;
  background: url(../images/btn_arrow_w.svg) no-repeat center center/contain;
  position: absolute;
  position: absolute;
  top: 50%;
  right: 0.78125vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (max-width: 767px) {
  #global_nav ul .header_linkBtn::after {
    width: 0.8rem;
    height: 1.4rem;
    right: 1.7rem;
  }
}
#global_nav ul .header_linkBtn .pc {
  color: inherit;
  letter-spacing: inherit;
  font-size: inherit;
  line-height: inherit;
}

@media screen and (max-width: 767px) {
  .gnavi nav {
    position: fixed;
    top: 0;
    right: -100vw;
    height: 100%;
    background: #76CC48;
    box-sizing: border-box;
    z-index: 10;
    width: 100vw;
    transition-duration: 0.8s;
  }
  .gnavi.open nav {
    right: 0;
  }
  .gnavi {
    position: relative;
    width: 4.8rem;
    height: 4.8rem;
    background: #EC6941;
    z-index: 3;
    box-sizing: border-box;
    cursor: pointer;
    transition-duration: 0.4s;
    border-radius: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  .header_gnavi_humbWrapper {
    width: 2.55rem;
    height: 1.35rem;
    position: relative;
  }
  .gnavi .header_gnavi_humb {
    position: absolute;
    width: 100%;
    height: 0.15rem;
    background: #fff;
    border-radius: 10px;
    transition: all 400ms;
    z-index: 300;
  }
  .gnavi .header_gnavi_humb:nth-of-type(1) {
    top: 2%;
  }
  .gnavi .header_gnavi_humb:nth-of-type(2) {
    top: 40%;
  }
  .gnavi .header_gnavi_humb:nth-of-type(3) {
    top: 80%;
  }
  .gnavi.open .header_gnavi_humb {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: 20%;
    background-color: #fff !important;
  }
  .gnavi.open .header_gnavi_humb:nth-of-type(2) {
    display: none;
  }
  .gnavi.open .header_gnavi_humb:nth-of-type(3) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  #global_nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    text-align: center;
    gap: 4rem 0;
  }
  #global_nav ul li {
    width: auto;
    display: block;
  }
  #global_nav ul li a {
    font-size: 1.8rem;
    color: #fff;
    letter-spacing: 0.08em;
  }
}
.mv .mv_anm {
  width: 100%;
  height: calc(1080 * (100vw / 1920));
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .mv .mv_anm {
    height: 66.7rem;
  }
}
.mv .mv_slides {
  position: relative;
  transition: transform 0.5s ease-in-out;
}
.mv .mv_slides .mv_slides_img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.mv .mv_slides .mv_slides_img.active {
  opacity: 1;
}

.hero {
  padding: calc(878 * (100vw / 1920)) 0 calc(773 * (100vw / 1920));
}
@media (max-width: 767px) {
  .hero {
    padding: 28rem 0 22rem;
  }
}
.hero_main {
  width: calc(1225 * (100vw / 1920));
  margin: 0 auto calc(90 * (100vw / 1920));
  position: relative;
}
@media (max-width: 767px) {
  .hero_main {
    width: 28rem;
  }
}
.hero_main span {
  content: "";
  width: 1px;
  background: #000;
  position: absolute;
  left: 50%;
  display: inline-block;
  height: 0;
  transition-duration: 1.2s;
  transition-timing-function: cubic-bezier(0.34, 0.58, 0.04, 0.99);
}
.hero_main span:nth-of-type(1) {
  top: calc(-545 * (100vw / 1920));
}
@media (max-width: 767px) {
  .hero_main span:nth-of-type(1) {
    top: -15rem;
  }
}
.hero_main span:nth-of-type(2) {
  top: calc(1111 * (100vw / 1920));
}
@media (max-width: 767px) {
  .hero_main span:nth-of-type(2) {
    top: 26rem;
  }
}
.hero_main span.is_active {
  height: calc(480 * (100vw / 1920));
}
@media (max-width: 767px) {
  .hero_main span.is_active {
    height: 12rem;
  }
}
.hero_logo {
  display: block;
  width: calc(153 * (100vw / 1920));
  margin: calc(107 * (100vw / 1920)) auto 0;
}
.bgnng_topLine {
  width: 0;
  height: 45.4rem;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .bgnng_topLine {
    height: 12rem;
  }
}
.bgnng_topLine img {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.bgnng_leadLine {
  margin: 23.4rem auto 0;
  width: 0;
  transition-duration: 1.2s;
  transition-timing-function: cubic-bezier(0.34, 0.58, 0.04, 0.99);
  height: 1px;
  background: #000000;
}
@media (max-width: 767px) {
  .bgnng_leadLine {
    margin: 10rem auto 0;
  }
}
.bgnng_leadLine.is_active {
  width: 19.1rem;
}
.bgnng_lead {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.35;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .bgnng_lead {
    font-size: 1.3rem;
    line-height: 2.0769230769;
    padding: 0 2rem;
    margin-top: 5.6rem;
  }
}
.bgnng_logo {
  width: 26rem;
  margin: 16rem auto 0;
}
@media (max-width: 767px) {
  .bgnng_logo {
    width: 12.7rem;
    margin: 8.4rem auto 0;
  }
}
.bgnng_btm {
  margin-top: 17rem;
  height: calc(1020 * (100vw / 1920));
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .bgnng_btm {
    margin-top: 8rem;
    height: 22rem;
  }
}
.bgnng_btm_img {
  position: absolute;
  top: 0;
  left: 0;
}

.mainSec {
  padding: calc(260 * (100vw / 1920)) 0 0;
}
@media (max-width: 767px) {
  .mainSec {
    padding: 12rem 0 10rem;
  }
}
.mainSec_objUnit {
  display: flex;
  justify-content: space-between;
  width: calc(1098 * (100vw / 1920));
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}
@media (max-width: 767px) {
  .mainSec_objUnit {
    width: 32rem;
  }
}
.mainSec_leadUnit + .mainSec_objUnit {
  margin-top: calc(122 * (100vw / 1920));
}
@media (max-width: 767px) {
  .mainSec_leadUnit + .mainSec_objUnit {
    margin-top: 6.8rem;
  }
}
.mainSec_obj {
  width: calc(378 * (100vw / 1920));
}
@media (max-width: 767px) {
  .mainSec_obj {
    width: 11rem;
  }
}
.mainSec_line {
  width: 1px;
  height: 0;
  background: #000;
  width: 1px;
  background: #000;
  position: absolute;
  left: 50%;
  display: inline-block;
  height: 0;
  transition-duration: 1.2s;
  transition-timing-function: cubic-bezier(0.34, 0.58, 0.04, 0.99);
}
@media (max-width: 767px) {
  .mainSec_line {
    height: 0;
  }
}
.mainSec_line.is_active {
  height: calc(384 * (100vw / 1920));
}
@media (max-width: 767px) {
  .mainSec_line.is_active {
    height: 10rem;
  }
}
.mainSec_objUnit + .mainSec_leadUnit {
  margin-top: calc(120 * (100vw / 1920));
}
@media (max-width: 767px) {
  .mainSec_objUnit + .mainSec_leadUnit {
    margin-top: 6.8rem;
  }
}
.mainSec_sliderArea + .mainSec_leadUnit {
  margin-top: calc(305 * (100vw / 1920));
}
@media (max-width: 767px) {
  .mainSec_sliderArea + .mainSec_leadUnit {
    margin-top: 8rem;
  }
}
.mainSec_leadUnit {
  text-align: center;
}
.mainSec_leadJp {
  font-size: calc(62 * (100vw / 1920));
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .mainSec_leadJp {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.mainSec_leadEn {
  font-size: calc(152 * (100vw / 1920));
  margin-top: calc(82 * (100vw / 1920));
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  letter-spacing: 0.022em;
}
@media (max-width: 767px) {
  .mainSec_leadEn {
    margin-top: 1.4rem;
    font-size: 5.6rem;
    line-height: 0;
  }
}
.mainSec_lead {
  font-size: 2rem;
  line-height: 2.5;
  margin-top: calc(122 * (100vw / 1920));
  font-weight: 600;
}
@media (max-width: 767px) {
  .mainSec_lead {
    margin-top: 3.2rem;
    font-size: 1.3rem;
    line-height: 2.0769230769;
    padding: 0 2rem;
  }
}
.mainSec_sliderArea {
  margin-top: calc(305 * (100vw / 1920));
}
@media (max-width: 767px) {
  .mainSec_sliderArea {
    margin-top: 10rem;
  }
}
.mainSec_txtSliderTop {
  margin-bottom: 1.8rem;
}
@media (max-width: 767px) {
  .mainSec_txtSliderTop {
    margin-bottom: 1.2rem;
  }
}
.mainSec_txtSliderBottom {
  margin-top: 1.8rem;
}
@media (max-width: 767px) {
  .mainSec_txtSliderBottom {
    margin-top: 1.2rem;
  }
}
.mainSec_txtSliderUnit {
  display: flex;
  width: calc(2730 * (100vw / 1920));
}
@media (max-width: 767px) {
  .mainSec_txtSliderUnit {
    width: 120rem;
  }
}
.mainSec_txtSliderUnit .mainSec_txtSlider.mainSec_txtSlider__right:nth-of-type(1) {
  animation: loopRight1 70s -35s linear infinite;
}
.mainSec_txtSliderUnit .mainSec_txtSlider.mainSec_txtSlider__right:nth-of-type(2) {
  animation: loopRight2 70s linear infinite;
}
.mainSec_txtSliderUnit .mainSec_txtSlider.mainSec_txtSlider__left:nth-of-type(1) {
  animation: loopLeft1 70s -35s linear infinite;
}
.mainSec_txtSliderUnit .mainSec_txtSlider.mainSec_txtSlider__left:nth-of-type(2) {
  animation: loopLeft2 70s linear infinite;
}
.mainSec_txtSlider {
  display: flex;
  align-items: center;
  width: 100%;
}
.mainSec_txtSlider_txt {
  width: calc(1166 * (100vw / 1920));
  margin-left: calc(32 * (100vw / 1920));
}
@media (max-width: 767px) {
  .mainSec_txtSlider_txt {
    width: 56rem;
    margin-left: 2.2rem;
  }
}
.mainSec_txtSlider_rteObj {
  width: calc(127 * (100vw / 1920));
  margin-left: calc(32 * (100vw / 1920));
}
@media (max-width: 767px) {
  .mainSec_txtSlider_rteObj {
    width: 6.4rem;
    margin-left: 2.2rem;
  }
}
.mainSec_panelSliderUnit {
  display: flex;
  width: 200vw;
}
@media (max-width: 767px) {
  .mainSec_panelSliderUnit {
    width: 300vw;
  }
}
.mainSec_panelSliderUnit .mainSec_panelSlider.mainSec_panelSlider__right:nth-of-type(1) {
  animation: loopRight1 70s -35s linear infinite;
}
.mainSec_panelSliderUnit .mainSec_panelSlider.mainSec_panelSlider__right:nth-of-type(2) {
  animation: loopRight2 70s linear infinite;
}
.mainSec_panelSliderUnit .mainSec_panelSlider.mainSec_panelSlider__left:nth-of-type(1) {
  animation: loopLeft1 70s -35s linear infinite;
}
.mainSec_panelSliderUnit .mainSec_panelSlider.mainSec_panelSlider__left:nth-of-type(2) {
  animation: loopLeft2 70s linear infinite;
}
.mainSec_panelSlider {
  display: flex;
  width: 50%;
}
.mainSec_panelSlider img {
  width: 33.3333333333%;
}
@keyframes loopRight1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loopRight2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loopLeft1 {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes loopLeft2 {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}
.mainSec_fbrcUnit {
  display: flex;
  justify-content: space-between;
  padding: 0 calc(90 * (100vw / 1920));
  margin-top: calc(280 * (100vw / 1920));
}
@media (max-width: 767px) {
  .mainSec_fbrcUnit {
    display: block;
    margin: 8rem 0 0;
    padding: 0;
  }
}
.mainSec_fbrc_item {
  width: calc(823 * (100vw / 1920));
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .mainSec_fbrc_item {
    width: 100%;
    padding: 0 2rem;
  }
  .mainSec_fbrc_item + .mainSec_fbrc_item {
    margin-top: 2.6rem;
  }
}
.mainSec_fbrc_icon {
  width: calc(104 * (100vw / 1920));
  margin: 0 auto;
}
@media (max-width: 767px) {
  .mainSec_fbrc_icon {
    width: 5rem;
  }
}
.mainSec_fbrc_ttl {
  font-size: 4.5rem;
  text-align: center;
  margin-top: 3.4rem;
  font-family: Helvetica, sans-serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .mainSec_fbrc_ttl {
    margin-top: 2.2rem;
    font-size: 2.4rem;
  }
}
.mainSec_fbrc_imgWrapper {
  margin-top: 7.7rem;
  height: calc(1030 * (100vw / 1920));
  position: relative;
}
@media (max-width: 767px) {
  .mainSec_fbrc_imgWrapper {
    margin-top: 2.2rem;
    height: auto;
  }
}
@media (min-width: 768px) {
  .mainSec_fbrc_imgWrapper:hover .mainSec_fbrc_hoverArea {
    opacity: 1;
    visibility: visible;
  }
}
.mainSec_fbrc_img {
  height: 100%;
  overflow: hidden;
  position: relative;
  height: calc(1030 * (100vw / 1920));
}
@media (max-width: 767px) {
  .mainSec_fbrc_img {
    height: 41.67rem;
  }
}
.mainSec_fbrc_spBtn {
  display: none;
}
@media (max-width: 767px) {
  .mainSec_fbrc_spBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.222;
    font-weight: bold;
    width: 8rem;
    height: 8rem;
    position: absolute;
    bottom: 1.6rem;
    right: 1.6rem;
    z-index: 3;
    background: rgba(255, 255, 255, 0.6);
    font-family: Helvetica, sans-serif;
    border-radius: 60%;
  }
}
.mainSec_fbrc_spBtn::before, .mainSec_fbrc_spBtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  pointer-events: none;
  animation: pulsate 2s linear infinite;
}
.mainSec_fbrc_spBtn::after {
  animation-delay: 1s;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.mainSec_fbrc_hoverArea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: calc(212 * (100vw / 1920)) 0 0;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.4s;
}
@media (max-width: 767px) {
  .mainSec_fbrc_hoverArea {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    padding: 6.9rem 2rem 4.2rem;
  }
  .mainSec_fbrc_hoverArea.is_active {
    opacity: 1;
    visibility: visible;
    z-index: 5;
  }
}
.mainSec_fbrc_hoverArea.mainSec_fbrc_hoverArea__01 {
  background: linear-gradient(360deg, #0053a3 0%, #0056a3 31.28%, #005fa3 55.12%, #0070a3 76.5%, #0086a3 96.33%, #008ca3 100%);
}
@media (max-width: 767px) {
  .mainSec_fbrc_hoverArea.mainSec_fbrc_hoverArea__01 {
    background: url(../img/hoverArea__01_bg_sp.svg) no-repeat center center/cover;
  }
}
.mainSec_fbrc_hoverArea.mainSec_fbrc_hoverArea__02 {
  background: linear-gradient(360deg, #00881e 0%, #008b1e 31.96%, #00941e 56.32%, #00a51e 78.15%, #00bb1e 98.41%, #00be1e 100%);
}
@media (max-width: 767px) {
  .mainSec_fbrc_hoverArea.mainSec_fbrc_hoverArea__02 {
    background: url(../img/hoverArea__02_bg_sp.svg) no-repeat center center/cover;
  }
}
.mainSec_fbrc_hoverArea_icon {
  width: calc(65 * (100vw / 1920));
  margin: 0 auto;
}
@media (max-width: 767px) {
  .mainSec_fbrc_hoverArea_icon {
    width: 4.2rem;
  }
}
.mainSec_fbrc_hoverArea_ttl {
  font-size: 3rem;
  margin-top: 2.65rem;
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 767px) {
  .mainSec_fbrc_hoverArea_ttl {
    font-size: 2rem;
    margin-top: 2.4rem;
  }
}
.mainSec_fbrc_hoverArea_txt {
  font-size: 1.8rem;
  color: #fff;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .mainSec_fbrc_hoverArea_txt {
    font-size: 1.2rem;
    line-height: 2.0833333333;
  }
}
.mainSec_fbrc_hoverArea_txt:first-of-type {
  margin-top: calc(141 * (100vw / 1920));
}
@media (max-width: 767px) {
  .mainSec_fbrc_hoverArea_txt:first-of-type {
    margin-top: 5.4rem;
  }
}
.mainSec_fbrc_hoverArea_txt + .mainSec_fbrc_hoverArea_txt {
  margin-top: 0.4rem;
}
.mainSec_fbrc_hoverArea_close {
  display: none;
}
@media (max-width: 767px) {
  .mainSec_fbrc_hoverArea_close {
    display: block;
    width: 2rem;
    position: absolute;
    bottom: 3.3rem;
    right: 3.3rem;
    box-sizing: content-box;
    padding: 1rem;
    border: 2px solid #fff;
    border-radius: 60%;
  }
  .mainSec_fbrc_hoverArea_close svg {
    height: auto;
    width: 100%;
  }
}

.footer {
  padding: calc(240 * (100vw / 1920)) 0 calc(66 * (100vw / 1920));
}
@media (max-width: 767px) {
  .footer {
    padding: 0 0 2.4rem;
  }
}
.footer_copy {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  text-align: center;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .footer_copy {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=style.css.map */