@charset "UTF-8";
:root{
	--hgf-light: 'HondaGlobalFontJP-Light', sans-serif;;
	--hgf-bold:'HondaGlobalFontJP-Bold', sans-serif;
}
/* main visual slide desolve
-----------------------*/
/*
dissolve:動画右上原点、拡大→等倍→拡大→等倍
dissolve2:動画中央原点、等倍→拡大1.5→拡大1.2→拡大1.5
dissolve3:動画中央原点、等倍→拡大2
*/
/* font
-------------------------------------------------*/
.base_text {
  font-size: 120%;
  line-height: 1.45;
  letter-spacing: 1.5px;
}

/* element
-------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-size: 80%;
  line-height: 1.3;
  font-family: 'HondaGlobalFontJP-Regular', sans-serif;
	font-weight: normal;
  -webkit-text-size-adjust: 100%;
}

.generator {
  position: relative;
  padding-bottom: 60px;
  overflow: hidden;
}

#contents_area a {
  color: unset;
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.scroll_y {
  overflow-y: auto;
}

.scroll_y::-webkit-scrollbar {
  height: 10px;
}

.scroll_y::-webkit-scrollbar-button {
  display: none;
}

.scroll_y::-webkit-scrollbar-thumb {
  height: 10px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.1);
}

.img img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

/* aspect
-------------------------------------------------*/
.aspect {
  position: relative;
  display: block;
  padding-top: calc(9 / 16 * 100%);
}

.aspect_item {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/* display
-------------------------------------------------*/
._transparent {
  opacity: 0 !important;
}

._hidden {
  display: none !important;
}

._opacity {
  opacity: 0 !important;
}

#contents_area br.pcsp {
  display: unset !important;
}

#contents_area br.sp_420 {
  display: unset !important;
}

#contents_area br.sp_340 {
  display: unset !important;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 421px) {
  #contents_area br.sp_420 {
    display: none !important;
  }
}

@media screen and (min-width: 341px) {
  #contents_area br.sp_340 {
    display: none !important;
  }
}

@media screen and (max-width: 768.9px) {
  .pc {
    display: none !important;
  }
}

._height0 {
  max-height: 0;
  -webkit-transition: max-height 1s linear;
  transition: max-height 1s linear;
}

/* disabled
-------------------------------------------------*/
._disabled {
  pointer-events: none !important;
}

/* btn
-------------------------------------------------*/
.btn {
  position: relative;
  text-align: center;
  cursor: pointer;
}

._btn1:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../image/img_btnhv1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0;
}

._btn1:hover:after {
  opacity: 1;
}

._btn2:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../image/img_btnhv2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0;
}

._btn2:hover:after {
  opacity: 1;
}

a._btn3 {
  opacity: 1;
}

a._btn3:hover {
  opacity: 1 !important;
}

a._btnShare {
  opacity: 1;
}

/* loading
-------------------------------------------------*/
#loading {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #0f0f0f;
  z-index: 100000;
  margin: 0;
  padding: 0;
}

#loading-main {
  position: absolute;
  display: block;
  width: 100%;
  font-size: 16px;
  text-align: center;
  letter-spacing: 5px;
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.7;
  -webkit-animation: load 2s infinite cubic-bezier(0.77, 0, 0.175, 1);
          animation: load 2s infinite cubic-bezier(0.77, 0, 0.175, 1);
}

#loading-main::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  border-bottom: 3px solid #b8151c;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0.7;
  -webkit-animation: load-line 2s infinite cubic-bezier(0.77, 0, 0.175, 1);
          animation: load-line 2s infinite cubic-bezier(0.77, 0, 0.175, 1);
}

@-webkit-keyframes load {
  0% {
    color: #fff;
  }
  10% {
    color: #fff;
  }
  50% {
    color: #b8151c;
  }
  90% {
    color: #fff;
  }
  100% {
    color: #fff;
  }
}

@keyframes load {
  0% {
    color: #fff;
  }
  10% {
    color: #fff;
  }
  50% {
    color: #b8151c;
  }
  90% {
    color: #fff;
  }
  100% {
    color: #fff;
  }
}

@-webkit-keyframes load-line {
  0% {
    left: -100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  50% {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    left: 100%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes load-line {
  0% {
    left: -100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  50% {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    left: 100%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

._loaded {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* #contents_area
-------------------------------------------------*/
#contents_area {
  min-width: 980px;
}

/* .content_wrapper
-------------------------------------------------*/
.content_wrapper {
  background-color: #0f0f0f;
}

.content_wrapper_item {
  display: block;
  max-width: 1240px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.content_wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content_item_wrapper {
  display: block;
  max-width: 1240px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* main_visual
-------------------------------------------------*/
.mv {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  width: 100vw;
  padding-bottom: 97px;
}

.mv_loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mv_loop_wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 161px;
  min-width: 980px;
  width: 100vw;
  overflow: hidden;
}

.mv_loop_item {
  position: relative;
  display: block;
  width: 524px;
  height: 294px;
  margin-right: 60px;
  margin-top: 0;
  margin-bottom: 80px;
  overflow: hidden;
}

.mv_loop_item_video {
  display: block;
  max-width: 524px;
  max-height: 294px;
  width: 100%;
  height: 100%;
}

.mv_loop_item._red::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: red;
  opacity: 0.3;
}

.mv_loop_item._blue::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: blue;
  opacity: 0.3;
}

.mv_loop._first .mv_loop_item:nth-child(even) {
  margin-top: 100px;
  margin-bottom: 0;
}

.mv_loop._second .mv_loop_item:nth-child(odd) {
  margin-top: 100px;
  margin-bottom: 0;
}

.mv_catch {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  position: relative;
  display: -ms-grid;
  display: grid;
  max-width: 1240px;
  min-width: 980px;
  width: 100%;
  z-index: 1;
}

.mv_catch1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
  margin-top: 128px;
  margin-left: 20px;
}

.mv_catch2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
  -ms-flex-item-align: end;
      align-self: flex-end;
  justify-self: flex-end;
  margin-bottom: -152px;
  margin-right: 40px;
}

.main_visual {
  position: relative;
  z-index: 4;
}

/* special_movie slide loop
-----------------------*/
.mv_loop_wrapper .mv_loop:first-child {
  -webkit-animation: loop 100s -50s linear infinite;
          animation: loop 100s -50s linear infinite;
}

.mv_loop_wrapper .mv_loop:last-child {
  -webkit-animation: loop2 100s linear infinite;
          animation: loop2 100s linear infinite;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

/* special_movie
-------------------------------------------------*/
.sm_lead {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-top: 100px;
}

.sm_lead::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -94px;
  left: 0;
  background-color: #b8151c;
  -webkit-transform: skewY(6deg) translateY(80px);
          transform: skewY(6deg) translateY(80px);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  opacity: 0.2;
}

.sm_lead::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -94px;
  left: 0;
  background-color: #b8151c;
  -webkit-transform: skewY(-6deg);
          transform: skewY(-6deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.sm_lead_content {
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}

.sm_lead_content::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  background-color: #fff;
  z-index: -1;
}

.sm_lead_title {
  position: relative;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: block;
  margin-bottom: 22px;
  text-align: center;
  color: #fff;
}

.sm_lead_title img {
  text-align: top;
  max-width: 100%;
  height: auto;
}

.sm_lead_text {
  position: relative;
  display: inline-block;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: block;
  padding-bottom: 20px;
  background-color: #b8151c;
  text-align: center;
  color: #fff;
}

.sm_content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 30px 50px 50px;
  background-color: rgba(15, 15, 15, 0.8);
  border: 1px solid #b8151c;
  border-right: 1px solid #b8151c;
  border-bottom: 1px solid #b8151c;
  border-left: 1px solid #b8151c;
  z-index: 1;
}

.sm_content_video {
  position: relative;
  display: block;
  max-width: 880px;
  width: 78%;
}

.sm_content_video_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: rgba(15, 15, 15, 0.5);
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}

.sm_content_video_btn:hover {
  background-color: rgba(96, 96, 96, 0.5);
}

.sm_content_video_btn::before {
  content: "";
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
  position: relative;
  display: block;
  margin-left: 4px;
  border-top: 15px solid transparent;
  border-right: none;
  border-bottom: 15px solid transparent;
  border-left: 27px solid #fff;
  z-index: 1;
}

.sm_content_btn {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  max-width: 214px;
  width: calc(22% - 30px);
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.sm_content_btn_img {
  max-width: 100%;
  height: auto;
}

.sm_content_btn._disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.sm_capture_error {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  max-width: 80vw;
  padding: 30px;
  background-color: #0f0f0f;
  color: #fff;
  font-size: 120%;
  line-height: 1.45;
  letter-spacing: 1.5px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

.sm_capture_error._error {
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

.special_movie {
  position: relative;
}

@-webkit-keyframes lineToNext {
  0% {
    height: 0;
    bottom: 0;
    opacity: 0;
    background-color: #b8151c;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    height: 467px;
    bottom: -467px;
    background-color: #b8151c;
  }
  100% {
    opacity: 1;
    height: 467px;
    bottom: 0;
    background-color: transparent;
  }
}

@keyframes lineToNext {
  0% {
    height: 0;
    bottom: 0;
    opacity: 0;
    background-color: #b8151c;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    height: 467px;
    bottom: -467px;
    background-color: #b8151c;
  }
  100% {
    opacity: 1;
    height: 467px;
    bottom: 0;
    background-color: transparent;
  }
}

/* step
-------------------------------------------------*/
.step_lead {
  position: relative;
  display: block;
  max-width: 1240px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 10;
}

.step_lead._next::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: calc(50% - 0.5px);
  bottom: 0;
  width: 1px;
  background-color: #b8151c;
  -webkit-animation-name: lineToNext;
          animation-name: lineToNext;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@keyframes lineToNext {
  0% {
    bottom: 100%;
  }
  100% {
    bottom: 0;
  }
}

.step_lead_title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}

.step_lead_img {
  position: relative;
}

.step_lead_txt {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 180%;
  line-height: 1.45;
  letter-spacing: 1.5px;
}

.step {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.step_btns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 18px;
}

.step_btns .btn {
  vertical-align: top;
}

.step_btns .btn + .btn {
  margin-left: 20px;
}

/* step01
-------------------------------------------------*/
.step01_lead {
  padding-top: 203px;
  padding-bottom: 40px;
  margin-bottom: -19px;
}

.step01_lead .step_lead_title {
  padding-top: 21px;
  background-color: #1f1f1f;
}

.step01_lead .step_lead_img {
  padding-bottom: 30px;
}

.step01 {
  position: relative;
}

.step01 .step {
  padding-bottom: 20px;
}

.step01 .step::before {
  content: "";
  display: block;
  position: absolute;
  top: -325px;
  right: 0;
  bottom: -85px;
  left: 0;
  background-color: #1f1f1f;
  -webkit-transform: skewY(6deg);
          transform: skewY(6deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.step01_content {
  position: relative;
  display: block;
  max-width: 908px;
  width: 100%;
  padding: 19px;
  margin: 0 auto;
}

.step01_content_img {
  width: 100%;
  max-width: 880px;
}

.step01_btn_go._disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

/* step01 corner
-----------------------*/
.corner [class^="corner"] {
  position: absolute;
  display: block;
  width: 43px;
  height: 43px;
}

.corner [class^="corner"]::before {
  content: "";
  position: absolute;
  display: block;
  width: 38px;
  height: 38px;
}

.corner [class^="corner_top"] {
  top: 0;
  border-top: 1px solid #b8151c;
}

.corner [class^="corner_top"]::before {
  top: 3px;
  border-top: 1px solid #b8151c;
}

.corner [class^="corner_bottom"] {
  bottom: 0;
  border-bottom: 1px solid #b8151c;
}

.corner [class^="corner_bottom"]::before {
  bottom: 3px;
  border-bottom: 1px solid #b8151c;
}

.corner [class$="left"] {
  left: 0;
  border-left: 1px solid #b8151c;
}

.corner [class$="left"]::before {
  left: 3px;
  border-left: 1px solid #b8151c;
}

.corner [class$="right"] {
  right: 0;
  border-right: 1px solid #b8151c;
}

.corner [class$="right"]::before {
  right: 3px;
  border-right: 1px solid #b8151c;
}

/* step02
-------------------------------------------------*/
.step02_lead {
  padding-top: 181px;
  padding-bottom: 40px;
}

.step02_lead .step_lead_title {
  padding-top: 21px;
  padding-bottom: 23px;
  background-color: #0f0f0f;
}

.step02_lead .step_lead_img {
  padding-bottom: 26px;
}

.step02 {
  position: relative;
}

.step02_content {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.step02_content_title {
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  left: -70px;
}

.step02_content_item {
  position: relative;
  display: block;
  width: 880px;
  overflow: hidden;
}

.step02_content .step_btns {
  margin-top: 20px;
}

.step02_title {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
}

.step02_title_wrapper {
  position: absolute;
  display: block;
  top: 30px;
  right: 0;
  bottom: 30px;
  left: 0;
  overflow: hidden;
}

.step02_title_img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.step02_title_text {
  display: none;
}

.step02_template {
  position: relative;
  display: block;
  width: 100%;
  background-color: #1f1f1f;
}

.step02_template_scroll {
  width: 100%;
  position: relative;
  left: 0;
  scroll-behavior: smooth;
  background-color: #1f1f1f;
}

.step02_template_wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 18px 26px 20px;
  margin-right: auto;
  margin-left: auto;
  background-color: #1f1f1f;
}

.step02_template_item {
  display: block;
  width: 148px;
  padding: 2px;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  cursor: pointer;
  margin: 0 14px;
}

.step02_template_item:hover {
  -webkit-filter: brightness(130%);
          filter: brightness(130%);
  opacity: 1 !important;
}

.step02_template_item._select {
  background-color: #b8151c;
  -webkit-transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s !important;
  transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s !important;
}

.step02_template_item_title {
  margin-top: 3px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.step02_main_template {
  margin-bottom: 20px;
  padding-left: 80px;
  padding-left: 80px;
}

.step02_title._out_up {
  -webkit-animation-name: _up;
          animation-name: _up;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
          animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.step02_title._out_down {
  -webkit-animation-name: _down;
          animation-name: _down;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
          animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.step02_title._out_right {
  -webkit-animation-name: _rigth;
          animation-name: _rigth;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
          animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.step02_title._in_up {
  -webkit-animation-name: _down;
          animation-name: _down;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  animation-direction: reverse;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.step02_title._in_down {
  -webkit-animation-name: _up;
          animation-name: _up;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  animation-direction: reverse;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.step02_title._in_right {
  -webkit-animation-name: _left;
          animation-name: _left;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  animation-direction: reverse;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes _up {
  0% {
    top: 0;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  50% {
    opacity: 1;
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
  100% {
    top: -100%;
    opacity: 0;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@keyframes _up {
  0% {
    top: 0;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  50% {
    opacity: 1;
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
  100% {
    top: -100%;
    opacity: 0;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@-webkit-keyframes _down {
  0% {
    top: 0;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  50% {
    opacity: 1;
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
  100% {
    top: 100%;
    opacity: 0;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@keyframes _down {
  0% {
    top: 0;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  50% {
    opacity: 1;
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
  100% {
    top: 100%;
    opacity: 0;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@-webkit-keyframes _rigth {
  0% {
    left: 0;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  50% {
    opacity: 1;
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
  100% {
    left: 100%;
    opacity: 0;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@keyframes _rigth {
  0% {
    left: 0;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  50% {
    opacity: 1;
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
  100% {
    left: 100%;
    opacity: 0;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@-webkit-keyframes _left {
  0% {
    left: 0;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  50% {
    opacity: 1;
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
  100% {
    left: -100%;
    opacity: 0;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@keyframes _left {
  0% {
    left: 0;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  50% {
    opacity: 1;
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
  100% {
    left: -100%;
    opacity: 0;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

.main_canvases {
  position: absolute;
  -webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
}

.main_canvases._next {
  opacity: 0;
}

.main_canvases._out_up {
  -webkit-animation-name: _up;
          animation-name: _up;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
          animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.main_canvases._out_down {
  -webkit-animation-name: _down;
          animation-name: _down;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
          animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.main_canvases._in_up {
  -webkit-animation-name: _down;
          animation-name: _down;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  animation-direction: reverse;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.main_canvases._in_down {
  -webkit-animation-name: _up;
          animation-name: _up;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  animation-direction: reverse;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@keyframes _up {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    top: -100%;
    opacity: 0;
  }
}

@keyframes _down {
  0% {
    top: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}

.template_canvases {
  width: 144px;
}

/* step02 angle_brackets
-----------------------*/
.angle_brackets {
  display: block;
  left: 45px;
  width: 25px;
  height: 25px;
  -webkit-filter: drop-shadow(0 0 13px rgba(184, 21, 28, 0.7)) drop-shadow(0 0 13px rgba(184, 21, 28, 0.7));
          filter: drop-shadow(0 0 13px rgba(184, 21, 28, 0.7)) drop-shadow(0 0 13px rgba(184, 21, 28, 0.7));
  z-index: 1;
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}

.angle_brackets:hover {
  -webkit-filter: drop-shadow(0 0 13px rgba(184, 21, 28, 0.7)) drop-shadow(0 0 13px rgba(184, 21, 28, 0.7)) brightness(130%);
          filter: drop-shadow(0 0 13px rgba(184, 21, 28, 0.7)) drop-shadow(0 0 13px rgba(184, 21, 28, 0.7)) brightness(130%);
}

.angle_brackets._off {
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

.angle_brackets::before {
  content: "";
  position: absolute;
  display: block;
  width: 23px;
  height: 23px;
  -webkit-filter: drop-shadow(0 0 13px rgba(184, 21, 28, 0.7)) drop-shadow(0 0 13px rgba(184, 21, 28, 0.7));
          filter: drop-shadow(0 0 13px rgba(184, 21, 28, 0.7)) drop-shadow(0 0 13px rgba(184, 21, 28, 0.7));
}

.angle_brackets._before {
  position: absolute;
  top: 0;
  margin-bottom: 10px;
  border-top: 2px solid #b8151c;
  border-right: 2px solid #b8151c;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: translateX(-135%) rotate(-45deg);
          transform: translateX(-135%) rotate(-45deg);
}

.angle_brackets._before::before {
  top: 2px;
  right: 2px;
  border-top: 2px solid #b8151c;
  border-right: 2px solid #b8151c;
}

.angle_brackets._after {
  position: absolute;
  bottom: 0;
  margin-top: 10px;
  border-bottom: 2px solid #b8151c;
  border-right: 2px solid #b8151c;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: translateX(-135%) rotate(45deg);
          transform: translateX(-135%) rotate(45deg);
}

.angle_brackets._after::before {
  bottom: 2px;
  right: 2px;
  border-bottom: 2px solid #b8151c;
  border-right: 2px solid #b8151c;
}

.angle_brackets._left {
  position: -webkit-sticky;
  position: sticky;
  top: 50%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 28px;
  height: 28px;
  left: 40px;
  margin-bottom: 10px;
  border-top: 3px solid #b8151c;
  border-left: 3px solid #b8151c;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  -webkit-transition: opacity z-index 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity z-index 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.angle_brackets._left::before {
  top: 6px;
  left: 6px;
  border-top: 3px solid #b8151c;
  border-left: 3px solid #b8151c;
}

.angle_brackets._right {
  position: -webkit-sticky;
  position: sticky;
  top: 50%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 28px;
  height: 28px;
  left: unset;
  right: 40px;
  margin-bottom: 10px;
  border-top: 3px solid #b8151c;
  border-right: 3px solid #b8151c;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transition: opacity z-index 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity z-index 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.angle_brackets._right::before {
  top: 6px;
  right: 6px;
  border-top: 3px solid #b8151c;
  border-right: 3px solid #b8151c;
}

/* to complete
-------------------------------------------------*/
.to_complete {
  position: relative;
  display: block;
  margin: 0 auto;
  z-index: 10;
  text-align: center;
  overflow: hidden;
  height: 444px;
  max-height: 111px;
}

.to_complete::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #b8151c;
}

.to_complete._next {
  -webkit-animation-name: lineToNext2;
          animation-name: lineToNext2;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes lineToNext2 {
  0% {
    max-height: 0;
  }
  50% {
    max-height: 444px;
  }
  100% {
    max-height: 111px;
  }
}

@keyframes lineToNext2 {
  0% {
    max-height: 0;
  }
  50% {
    max-height: 444px;
  }
  100% {
    max-height: 111px;
  }
}

/* complete
-------------------------------------------------*/
.complete_lead {
  position: relative;
  display: block;
}

.complete_lead_item {
  position: relative;
  display: block;
  padding-top: 86px;
  padding-bottom: 45px;
}

.complete_lead_item::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 86px;
  max-height: 86px;
  background-color: #fff;
  z-index: 1;
  -webkit-animation-name: lineBg;
          animation-name: lineBg;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.complete_lead_item::after {
  content: "";
  position: absolute;
  display: block;
  left: calc(50% - 0.5px);
  bottom: 0;
  width: 1px;
  height: 45px;
  max-height: 45px;
  background-color: #fff;
  -webkit-animation-name: lineBg2;
          animation-name: lineBg2;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes lineBg2 {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 45px;
  }
}

@keyframes lineBg2 {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 45px;
  }
}

.complete_lead_title {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 23px;
  padding-bottom: 23px;
}

.complete_lead_img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
  position: relative;
}

.complete_lead_txt {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 200%;
  line-height: 1;
  vertical-align: middle;
  letter-spacing: 1.5px;
}

.complete_lead::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 594px;
  background-color: #b8151c;
  -webkit-transform: skewY(6deg) translateY(58px);
          transform: skewY(6deg) translateY(58px);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  opacity: 0.2;
}

.complete_bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 594px;
  -webkit-transform: skewY(-6deg);
          transform: skewY(-6deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  overflow: hidden;
}

.complete_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../image/bg_comp_pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top -70px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.complete_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../image/bg_comp_pc_noise.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.5;
}

.complete {
  position: relative;
}

.complete .step_complete {
  position: relative;
}

.complete_content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 79px 79px 66px;
  background-color: rgba(15, 15, 15, 0.8);
  border: 1px solid #fff;
}

.complete_content_item {
  display: block;
  text-align: center;
}

.complete_content_item + .complete_content_item {
  margin-left: 60px;
}

.complete_content_item_btn {
  display: block;
  margin-top: 30px;
}

.complete_content_item_btn img {
  max-width: 100%;
  height: auto;
}

.complete_canvas {
  max-width: 430px;
  width: 100%;
}

.complete_btn {
  margin-top: 66px;
}

/* .banner
-------------------------------------------------*/
.banner_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1240px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.banner_contents {
  display: block;
  width: 420px;
  padding: 0 20px;
}

.banner_contents_item {
  display: block;
}

.banner_contents_item:hover {
  opacity: 0.7 !important;
}

.banner_contents_item_img {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.banner_contents_item_img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
/*# sourceMappingURL=index_pc.css.map */

@media screen and (min-width: 769px) {
  .explanation_wrap{
		font-size: 16px;
		text-align: center;
		width: 980px;
		margin: 60px auto;
		padding: 0 2em;
		background: #fff;
		box-sizing: border-box;
	}
	
	.explanation_wrap .explanation_tl{
		font-size: 18px;
		font-family: var(--hgf-bold);
    font-weight: normal;
	}
	
	.explanation_wrap p{
		line-height: 1.25em;
		margin-bottom: 1em;
		color: #444;
	}
	
	.explanation_wrap p:last-child{
		margin-bottom: 0;
	}
	
	.explanation_wrap ul{
		text-align: left;
		max-width: 455px;
		margin: 0 auto 1em;
		padding: 0 0.5em;
	}
	
	.explanation_wrap ul li{
		text-indent: -1em;
		line-height: 1.25em;
		color: #444;
		padding-left: 1em;
	}
}

/*20251224*/
.story_caution{
    padding: 20px;
    background-color: #0f0f0f;
}

.story_caution ul{
    max-width: 840px;
    margin: 0 auto;
}

.story_caution ul li{
    text-align: right;
    color: #fff;
}