body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  list-style: none;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  text-decoration: none;
  transition: 0.5s;
  color: #00723f;
}

a:hover {
  opacity: 0.7;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

input {
  box-sizing: border-box;
}

input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
}

input[type="radio"] {
  display: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  box-sizing: border-box;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  img[src$="_pc.jpg"], img[src$="_pc.png"] {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  img[src$="_sp.jpg"], img[src$="_sp.png"] {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}
html {
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 0.9vw;
    /* 0.625vw */
  }
}
@media screen and (min-width: 1100px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.563vw;
    overflow-x: hidden;
  }
}
body {
  background: #000;
  margin: 0;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #f2e827;
}

a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  .totop {
    width: 7.5rem;
    position: fixed;
    bottom: 6.25%;
    right: 3.5%;
    cursor: pointer;
    z-index: 4;
  }
}
@media screen and (max-width: 767px) {
  .totop {
    width: 4.8rem;
    position: fixed;
    bottom: 4.5rem;
    right: 2.813%;
  }
}
figure img {
  width: 100%;
  height: auto;
}

.forPC {
  display: block;
}

.forSP {
  display: none;
}

@media screen and (max-width: 767px) {
  .forPC {
    display: none;
  }

  .forSP {
    display: block;
  }
}
.fv {
  width: 100rem;
  margin: auto auto 13.3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv {
    width: 100%;
    height: 229.7vw;
    margin: auto auto 0;
  }
}
.fv figure.kv {
  width: 100%;
  animation: honda 2s;
}
.fv figure.copy_s {
  width: 30.38rem;
  position: absolute;
  top: 39.3rem;
  left: 68.5rem;
  animation: copy_s 2.2s;
  /* 2.2s */
}
.fv figure.copy_l {
  width: 72.4rem;
  height: 23.9rem;
  position: absolute;
  top: 113.7rem;
  left: 13.6rem;
  overflow: visible;
  transform: translateX(10rem);
  /* translateX(80rem) */
  opacity: 0;
  transition: all 0.8s ease;
  /* 0.5s */
}
@media screen and (max-width: 767px) {
  .fv figure.copy_l {
    width: 85.8vw;
    top: 179.3vw;
    /* 215vw */
    transform: translateX(7vw);
    left: 6.6vw;
  }
}
.fv figure.copy_l img {
  width: 72.4rem;
  height: auto;
}
.fv figure.copy_l.active {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .fv figure.copy_l.active {
    width: 85.8vw;
    top: 179.3vw;
    /* 179.3vw */
    transform: translateX(0);
    left: 6.6vw;
  }
}
.fv p {
  position: absolute;
  top: 76.9rem;
  left: 13.6rem;
  font-size: 2rem;
  font-weight: 600;
  font-style: italic;
  line-height: 4.5rem;
}
@media screen and (max-width: 767px) {
  .fv p {
    font-size: 4vw;
    line-height: 8.2vw;
    top: 115.3vw;
    left: 6.6vw;
    animation: fv_p_sp 4s;
  }
}

@keyframes fv_p_sp {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateY(10rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes honda {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes copy_s {
  0% {
    left: 78.5rem;
    /* 100rem */
    opacity: 0;
  }
  70% {
    /* 90% */
    left: 78.5rem;
    /* 100rem */
    opacity: 0;
  }
  100% {
    left: 68.5rem;
    opacity: 1;
  }
}
.contentArea {
  width: 127.2rem;
  margin: auto auto 9rem;
  padding-top: 11.3rem;
  padding-left: 12rem;
  box-sizing: border-box;
  background: url("../images/bg_content.webp") no-repeat right top;
  background-size: 74rem;
}
@media screen and (max-width: 767px) {
  .contentArea {
    width: 100%;
    background: url("../images/bg_content_sp.webp") no-repeat left 2.4vw top;
    background-size: 96.8vw;
    position: relative;
    padding-top: 77.6vw;
    padding-left: 0;
  }
}
.contentArea p {
  font-size: 1.6rem;
  line-height: 2;
  width: 45rem;
  margin-left: 1.4rem;
}
@media screen and (max-width: 767px) {
  .contentArea p {
    width: 82.6vw;
    margin: 4.8vw 0 0 8vw;
    font-size: 3.4vw;
    text-align: justify;
  }
}
.contentArea p.attention {
  font-size: 1.2rem;
  line-height: 2rem;
  color: #fff;
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .contentArea p.attention {
    font-size: 2.6vw;
    line-height: 1.8;
  }
}
.contentArea p span {
  font-size: 1.2rem;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .contentArea p span {
    font-size: 2.6vw;
  }
}
.contentArea h2.h2_01 {
  width: 48rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .contentArea h2.h2_01 {
    width: 58.8vw;
    margin-left: 41.2vw;
  }
}
.contentArea h2.h2_02 {
  width: 53.9rem;
  margin-top: 11rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .contentArea h2.h2_02 {
    width: 71.4vw;
    height: 40vw;
    margin-left: 28.4vw;
    margin-top: 21.3vw;
  }
}
.contentArea h2.h2_02 img {
  width: 100%;
  height: auto;
}
.contentArea h3.h3_01 {
  width: 29.4rem;
  margin-bottom: 2.4rem;
  margin-left: 1.4rem;
}
@media screen and (max-width: 767px) {
  .contentArea h3.h3_01 {
    width: 63.8vw;
    margin-left: 8vw;
  }
}
.contentArea h3.h3_02 {
  width: 37.9rem;
  margin-bottom: 2.4rem;
  margin-left: 1.4rem;
}
@media screen and (max-width: 767px) {
  .contentArea h3.h3_02 {
    width: 82.4vw;
    margin-left: 8vw;
  }
}
.contentArea h3.h3_03 {
  width: 27.4rem;
  margin-bottom: 2.4rem;
  margin-left: 1.4rem;
}
@media screen and (max-width: 767px) {
  .contentArea h3.h3_03 {
    width: 59.4vw;
    margin-left: 8vw;
  }
}

.reason {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5.4rem;
}
@media screen and (max-width: 767px) {
  .reason {
    flex-wrap: wrap;
  }
}

.reason01 {
  width: 73.7rem;
}
@media screen and (max-width: 767px) {
  .reason01 {
    width: 100%;
  }
}
.reason01 .reasonTxt {
  width: 45.2rem;
}
@media screen and (max-width: 767px) {
  .reason01 .reasonTxt {
    width: 100%;
  }
}
.reason01 figure {
  width: 22rem;
}
@media screen and (max-width: 767px) {
  .reason01 figure {
    width: 53.3vw;
    margin: 5.3vw auto 5vw;
  }
}

.reason02 {
  width: 87rem;
}
@media screen and (max-width: 767px) {
  .reason02 {
    width: 100%;
  }
}
.reason02 .reasonTxt {
  width: 45.2rem;
}
@media screen and (max-width: 767px) {
  .reason02 .reasonTxt {
    width: 100%;
  }
}
.reason02 figure {
  width: 35.1rem;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .reason02 figure {
    width: 78.6vw;
    margin: 5.3vw auto 5vw;
  }
}

.reason03 {
  width: 72.6rem;
}
@media screen and (max-width: 767px) {
  .reason03 {
    width: 100%;
  }
}
.reason03 .reasonTxt {
  width: 45.2rem;
}
@media screen and (max-width: 767px) {
  .reason03 .reasonTxt {
    width: 100%;
  }
}
.reason03 figure {
  width: 20rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .reason03 figure {
    width: 43.9vw;
    margin: 6.9vw auto auto;
  }
}

.message {
  width: 114rem;
  margin: auto;
  background: url("../images/bg_message.webp") no-repeat top left;
  background-size: 63rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .message {
    width: 100%;
    background: url("../images/bg_message.webp") no-repeat top center;
    background-size: 87.7vw;
    padding-top: 67.8vw;
  }
}
.message .inner {
  padding: 13.6rem 0 0 61.5rem;
}
@media screen and (max-width: 767px) {
  .message .inner {
    padding: 13.6rem 0 0 0;
  }
}
.message h2.h2_03 {
  width: 35rem;
  margin: 0 0 3rem 12rem;
}
@media screen and (max-width: 767px) {
  .message h2.h2_03 {
    width: 72vw;
    margin-left: 28vw;
  }
}
.message p {
  width: 45rem;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .message p {
    width: 82.6vw;
    margin: 4.8vw 0 0 8vw;
    font-size: 3.4vw;
    text-align: justify;
  }
}
.message p.sighn {
  font-size: 2rem;
  text-align: right;
  margin-top: 3.4rem;
  margin-bottom: 21rem;
}
@media screen and (max-width: 767px) {
  .message p.sighn {
    font-size: 4.8vw;
    margin-bottom: 29.3vw;
  }
}
.message ul.sns {
  width: 14rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .message ul.sns {
    width: 37.3vw;
  }
}
.message ul.sns li {
  width: 3rem;
}
@media screen and (max-width: 767px) {
  .message ul.sns li {
    width: 8vw;
  }
}
.message ul.sns li#copy-url {
  cursor: pointer;
}
.message ul.sns li#copy-url:hover {
  opacity: 0.6;
}
.message ul.sns li img {
  width: 100%;
  height: auto;
}

footer {
  width: 100%;
  padding-bottom: 5.7rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  footer {
    margin-top: 13vw;
    padding-bottom: 10vw;
  }
}
footer h2 {
  margin: auto auto 5.6rem;
  width: 37.7rem;
}
@media screen and (max-width: 767px) {
  footer h2 {
    width: 75vw;
    margin: auto auto 14.6vw;
  }
}
footer h2 img {
  width: 100%;
  margin: auto;
}
footer p {
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer p {
    font-size: 2.6vw;
  }
}

.success-msg {
  display: none;
  position: fixed;
  width: 30rem;
  height: 4rem;
  line-height: 4rem;
  background-color: #f2e827;
  color: #000;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  border-radius: 5px;
  font-size: 1rem;
}

.fadeIn {
  opacity: 0;
}
