@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@100;300;400;500;600;700;800;900&display=swap");
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled="true"] {
  cursor: default;
}

/*********************************
 *
 * COMMON
 *
 *********************************/
html * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #303030;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
    font-size: 12px;
    -webkit-text-size-adjust: 100%;
  }
  body .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  body a {
    transition: 0.3s;
  }
  body a:hover {
    opacity: 0.8;
  }
  body .sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  body {
    font-size: 11px;
  }
}

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

@media screen and (max-width: 767px) {
  .js-scrollable img {
    width: 180%;
  }
}
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  text-decoration: none;
}

.large {
  font-size: 140%;
}

.large2 {
  font-size: 120%;
}

/* fadeUp */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

.fuwafuwaS {
  animation: fuwafuwaS 3s infinite ease-in-out 0.8s alternate;
  transition: 1.5s ease-in-out;
}

@keyframes fuwafuwaS {
  0% {
    transform: translate(0, 0) rotate(-1deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(1deg);
  }
}
.fuwafuwaM {
  animation: fuwafuwaM 3s infinite ease-in-out 0.8s alternate;
  transition: 1.5s ease-in-out;
}

@keyframes fuwafuwaM {
  0% {
    transform: translate(0, 0) rotate(-0.5deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(0.5deg);
  }
}
.fuwafuwaL {
  animation: fuwafuwaL 3s infinite ease-in-out 0.7s alternate;
  transition: 1.5s ease-in-out;
}

@keyframes fuwafuwaL {
  0% {
    transform: translate(0, 0) rotate(0.5deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(-0.5deg);
  }
}
.fuwafuwa {
  animation: fuwafuwa 3s infinite ease-in-out 0.8s alternate;
  transition: 1.5s ease-in-out;
  animation-delay: 1s;
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(1deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(-1deg);
  }
}
.fade {
  animation: fade 1s ease-in-out 0.8s;
  transition: 1.5s ease-in-out;
}

.fade2 {
  animation: fade 1s ease-in-out 0.8s;
  transition: 1.5s ease-in-out;
  animation-delay: 1s;
}

@keyframes fade {
  0% {
    opacity: 0;
    transform: translate(0, 10px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/*********************************
 *
 * HEADER
 *
 *********************************/
header {
  background: #fff;
}
header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  header {
    padding: 30px 0 22px 0;
    font-size: 15px;
  }
  header .contentnav {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
  }
  header .contentnav .logo {
    width: 37%;
    max-width: 340px;
  }
  header .contentnav ul.nav {
    display: flex;
    justify-content: space-between;
    margin-top: 28px;
    border-left: 2px solid #000;
    font-weight: 700;
    line-height: 1;
    text-align: center;
  }
  header .contentnav ul.nav li {
    width: 21%;
    padding: 2px 0;
    border-right: 2px solid #000;
  }
  header .contentnav ul.nav li:nth-child(2),
  header .contentnav ul.nav li:nth-child(5) {
    width: 18.5%;
  }
}
@media screen and (max-width: 767px) {
  header {
    padding: 0;
  }
  header .contentnav {
    width: 100%;
    max-width: 767px;
  }
  header .contentnav .sp_nav {
    display: block;
    position: relative;
  }
  header .contentnav .sp_nav ul.col2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    background: #fff;
  }
  header .contentnav .sp_nav ul.col2 li {
    text-align: left;
  }
  header .contentnav .sp_nav ul.col2 li img {
    width: auto;
    height: 20px;
  }
  header .contentnav .sp_nav ul.col2 li.accToggle {
    text-align: right;
  }
  header .contentnav .sp_nav ul.col2 li.accToggle img {
    height: 34px;
  }
  header .contentnav .sp_nav ul.accBody {
    position: absolute;
    display: none;
    width: 50%;
    padding: 10px 0 30px 0;
    top: 100%;
    right: 0;
    background: #fff;
    z-index: 100;
  }
  header .contentnav .sp_nav ul.accBody a {
    display: block;
    margin-left: 10px;
    padding: 15px;
  }
}

/*********************************
 *
 * MAIN
 *
 *********************************/
main h2 {
  margin-top: 0.3em;
  font-size: 220%;
  font-weight: 800;
  text-align: center;
}
main .red {
  color: #c40030;
}
main .blue {
  color: #1d4293;
}
main .bold {
  font-weight: 800 !important;
}
main .btn_gas {
  position: relative;
  width: 53%;
  max-width: 480px;
  margin: 2em auto 0 auto;
  background: url(../images/btn_bg10_on.png) left center no-repeat;
  background-size: contain;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main .btn_gas {
    width: 90%;
    margin: 3em auto 0 auto;
  }
}
main .btn_gas img {
  transition: 0.3s;
}
main .btn_gas:hover img {
  opacity: 0;
}
main .btn_gas:active img {
  opacity: 0;
}
main .btn_gas a {
  position: absolute;
  display: block;
  height: 100%;
  padding: 4% 0 0 26%;
  left: 0;
  top: 0;
  font-size: 140%;
  font-weight: 800;
  line-height: 1.4;
  z-index: +1;
}

.bg_green {
  /*max-width: 1280px;
  margin: 0 auto;*/
  padding: 1.5em 0 0 0;
  background: #38b4bc url(../images/sec1_bg.png) bottom left no-repeat;
  background-size: 100% auto;
}

/* mv */
#mv {
  position: relative;
  width: 98%;
  max-width: 940px;
  margin: 0 auto;
  padding: 2em 0 0 0;
}
@media screen and (max-width: 767px) {
  #mv {
    width: 100%;
    overflow-x: hidden;
  }
}
#mv .fukidashi1 {
  position: absolute;
  z-index: +5;
}
@media screen and (min-width: 768px) {
  #mv .fukidashi1 {
    width: 78%;
    max-width: 740px;
    top: -1.5%;
    left: 13%;
  }
}
@media screen and (max-width: 767px) {
  #mv .fukidashi1 {
    width: 95%;
    top: 8%;
    left: 10%;
  }
}
#mv .fukidashi1 .box {
  position: relative;
}
#mv .fukidashi1 .box p {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 130%;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #mv .fukidashi1 .box p {
    font-size: 100%;
  }
}
#mv .fukidashi1 .box p .small {
  font-size: 80%;
}
#mv .fukidashi2 {
  position: absolute;
  width: 56%;
  max-width: 530px;
  top: 42.5%;
  left: 2.2%;
}
@media screen and (max-width: 767px) {
  #mv .fukidashi2 {
    width: 90%;
    left: 5%;
  }
}
#mv .fukidashi2 .box {
  position: relative;
  width: 100%;
}
#mv .fukidashi2 .box p {
  position: absolute;
  font-size: 140%;
  font-weight: 800;
  line-height: 1.1;
}
#mv .fukidashi2 .box p:nth-child(1) {
  width: 50%;
  top: 18%;
  right: 15%;
  font-size: 180%;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #mv .fukidashi2 .box p:nth-child(1) {
    font-size: 170%;
  }
}
#mv .fukidashi2 .box p:nth-child(2) {
  width: 90%;
  top: 40%;
  left: 5%;
  font-size: 200%;
  font-weight: 800;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  #mv .fukidashi2 .box p:nth-child(2) {
    font-size: 190%;
  }
}
#mv .fukidashi2 .box p .small {
  font-size: 80%;
}
#mv .man {
  position: absolute;
  width: 24%;
  max-width: 226px;
  bottom: 2px;
  left: 42%;
  z-index: +3;
}
#mv .btn {
  position: absolute;
}
@media screen and (min-width: 768px) {
  #mv .btn {
    width: 28%;
    max-width: 268px;
    right: 4%;
    top: 45%;
  }
}
@media screen and (max-width: 767px) {
  #mv .btn {
    width: 86%;
    left: 7%;
    bottom: 2%;
  }
}
#mv .btn .btn1 {
  overflow: hidden;
  position: relative;
  background: #67ba00;
  border-radius: 0.5em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #mv .btn .btn1 {
    width: 50%;
  }
}
#mv .btn .btn1 img {
  transition: 0.3s;
}
#mv .btn .btn1:hover img {
  opacity: 0;
}
#mv .btn .btn1 a {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 140%;
  font-weight: 800;
  text-align: center;
  line-height: 1.2;
  z-index: +1;
}
#mv .btn .btn2 {
  overflow: hidden;
  position: relative;
  margin-top: 1em;
  background: #e8a500;
  border-radius: 0.5em;
  line-height: 1;
}
#mv .btn .btn2 img {
  transition: 0.3s;
}
#mv .btn .btn2:hover img {
  opacity: 0;
}
#mv .btn .btn2 a {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 120%;
  font-weight: 800;
  text-align: center;
  line-height: 1.2;
  z-index: +1;
}

/* mv_movie */
#mv_movie {
  position: relative;
  width: 94%;
  max-width: 912px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #mv_movie {
    width: 94%;
  }
}
#mv_movie .box {
  position: absolute;
  width: 85%;
  height: 100%;
  top: 0;
  left: 13%;
  padding: 1em 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #mv_movie .box {
    width: 100%;
    left: 0;
    text-align: center;
    top: 35%;
  }
}
#mv_movie .box p {
  font-size: 130%;
  font-weight: 700;
}
#mv_movie .box ul {
  display: flex;
  margin-top: 0.2em;
  font-size: 90%;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #mv_movie .box ul {
    flex-wrap: wrap;
    text-align: left;
    width: 80%;
    margin: 0.2em auto 0 auto;
  }
}
#mv_movie .box ul li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #mv_movie .box ul li {
    width: 100%;
    padding: 0.2em 0;
  }
}
#mv_movie .box a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

/* mv_banner */
#mv_banner {
  position: relative;
  width: 94%;
  max-width: 912px;
  margin: 2em auto 4em auto;
}
@media screen and (max-width: 767px) {
  #mv_banner {
    width: 94%;
  }
}

/* mv_check */
#mv_check {
  width: 94%;
  max-width: 912px;
  margin: 2em auto 0 auto;
}
@media screen and (max-width: 767px) {
  #mv_check {
    width: 90%;
  }
}
#mv_check .img {
  position: relative;
  width: 56%;
  margin: 0 auto;
  padding-bottom: 6em;
}
@media screen and (max-width: 767px) {
  #mv_check .img {
    width: 100%;
  }
}
#mv_check .img .man {
  position: absolute;
  width: 46%;
  bottom: 0;
  right: 10%;
}
#mv_check .img .fukidashi {
  position: relative;
}
#mv_check .img .fukidashi img {
  width: 70%;
}
#mv_check .img .fukidashi p {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65%;
  height: 100%;
  top: 0;
  left: 5%;
  font-size: 190%;
  font-weight: 800;
}
#mv_check .note {
  margin-top: 1.5em;
  color: #fff;
  font-size: 110%;
  text-align: center;
}
#mv_check .btn {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  #mv_check .btn {
    flex-wrap: wrap;
    width: 90%;
    margin: 1.5em auto 0 auto;
  }
}
#mv_check .btn .box {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #mv_check .btn .box {
    width: 100%;
  }
}
#mv_check .btn .box ul li {
  position: relative;
  background: url(../images/btn_bg04_on.png) left top no-repeat;
  background-size: contain;
  margin-bottom: 0.4em;
  line-height: 1;
}
#mv_check .btn .box ul li:hover .bg {
  opacity: 0;
}
#mv_check .btn .box ul li:active .bg {
  opacity: 0;
}
#mv_check .btn .box ul li .icon {
  position: absolute;
  width: 15%;
  top: 9%;
  left: 5%;
  z-index: +1;
}
#mv_check .btn .box ul li .bg {
  transition: 0.3s;
}
#mv_check .btn .box ul li a {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 25%;
  font-size: 120%;
  font-weight: 800;
  line-height: 1.2;
  z-index: +2;
}
@media screen and (max-width: 767px) {
  #mv_check .btn .box ul li a {
    font-size: 130%;
    line-height: 1.4;
  }
}
#mv_check .btn .btn1 {
  overflow: hidden;
  position: relative;
  background: url(../images/btn_bg03_on.png) left top no-repeat;
  background-size: contain;
  border-radius: 0.5em;
  margin-bottom: 0.4em;
  line-height: 1;
}
#mv_check .btn .btn1 .bg {
  transition: 0.3s;
}
#mv_check .btn .btn1:hover .bg {
  opacity: 0;
}
#mv_check .btn .btn1:active .bg {
  opacity: 0;
}
#mv_check .btn .btn1 .icon {
  position: absolute;
  width: 24%;
  top: 16%;
  left: 38%;
  z-index: +2;
}
@media screen and (max-width: 767px) {
  #mv_check .btn .btn1 .icon {
    width: 30%;
  }
}
#mv_check .btn .btn1 a {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 4em;
  text-align: center;
  line-height: 1.4;
  z-index: +1;
}
@media screen and (max-width: 767px) {
  #mv_check .btn .btn1 a {
    padding-bottom: 2em;
    font-size: 120%;
  }
}

/* mv_more */
#mv_more {
  width: 94%;
  max-width: 912px;
  margin: 3em auto 0 auto;
}
#mv_more .fukidashi {
  position: relative;
  width: 60%;
  max-width: 568px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #mv_more .fukidashi {
    width: 96%;
  }
}
#mv_more .fukidashi p {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 190%;
  font-weight: 800;
  text-align: center;
}
#mv_more .btn ul {
  display: flex;
  justify-content: space-between;
  line-height: 1;
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  #mv_more .btn ul {
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    margin: 1.5em auto 0 auto;
  }
}
#mv_more .btn ul li {
  overflow: hidden;
  position: relative;
  width: 18%;
  border-radius: 0.7em;
}
@media screen and (max-width: 767px) {
  #mv_more .btn ul li {
    width: 42%;
    margin: 1em 4% 0 4%;
  }
}
#mv_more .btn ul li:hover .bg {
  opacity: 0;
}
#mv_more .btn ul li:active .bg {
  opacity: 0;
}
#mv_more .btn ul li:nth-child(1) {
  background: #2a878d;
}
#mv_more .btn ul li:nth-child(2) {
  background: #6e2597;
}
#mv_more .btn ul li:nth-child(3) {
  background: #974925;
}
#mv_more .btn ul li:nth-child(4) {
  background: #919725;
}
#mv_more .btn ul li:nth-child(5) {
  background: #353bb1;
}
#mv_more .btn ul li .num {
  position: absolute;
  width: 20%;
  top: 0;
  left: 40%;
  z-index: +1;
}
@media screen and (max-width: 767px) {
  #mv_more .btn ul li .num {
    width: 24%;
    left: 38%;
  }
}
#mv_more .btn ul li .bg {
  transition: 0.3s;
  background: #fff;
}
#mv_more .btn ul li a {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 10%;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 110%;
  text-align: center;
  line-height: 1.4;
  z-index: +2;
}
@media screen and (max-width: 767px) {
  #mv_more .btn ul li a {
    padding-top: 18%;
    font-size: 130%;
  }
}
#mv_more .btn ul li a:hover {
  opacity: 1;
}
#mv_more .btn ul li a:active {
  opacity: 1;
}

/* anc01 */
#anc01 {
  width: 94%;
  max-width: 912px;
  margin: 5em auto 0 auto;
}
#anc01 .fukidashi {
  position: relative;
  width: 70%;
  margin: 2em auto 0 auto;
}
@media screen and (max-width: 767px) {
  #anc01 .fukidashi {
    width: 90%;
  }
}
#anc01 .fukidashi h3 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 75%;
  top: 0;
  left: 0;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  z-index: +1;
}
#anc01 .fukidashi h3 span span {
  font-size: 190%;
}
#anc01 .lead {
  margin-top: 0.5em;
  font-size: 190%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #anc01 .lead {
    margin-top: 1em;
    font-size: 140%;
  }
}
#anc01 .inner {
  margin: 3em auto 0 auto;
  padding-bottom: 4em;
}
@media screen and (max-width: 767px) {
  #anc01 .inner {
    width: 90%;
  }
}
#anc01 .inner .ttl {
  width: 94%;
  margin: 0 auto;
  color: #b3a986;
  font-size: 150%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #anc01 .inner .ttl {
    font-size: 120%;
  }
}
#anc01 .inner .flex_box {
  display: flex;
  justify-content: space-between;
  width: 94%;
  margin: 0.5em auto 0 auto;
}
@media screen and (max-width: 767px) {
  #anc01 .inner .flex_box {
    font-size: 80%;
  }
}
#anc01 .inner .img {
  margin-top: 1.5em;
}
#anc01 .inner .cap {
  margin-top: 0.8em;
  font-size: 80%;
}
#anc01 .voice {
  position: relative;
  height: 28em;
  margin: 2em auto 0 auto;
}
@media screen and (max-width: 767px) {
  #anc01 .voice {
    width: 90%;
    height: auto;
    margin: 2em auto 0 auto;
  }
}
#anc01 .voice p {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60%;
  top: 0;
  left: 0;
  font-size: 120%;
  text-align: center;
}
#anc01 .voice .voice1 {
  position: absolute;
  width: 40%;
  top: 0;
  left: 12%;
}
@media screen and (max-width: 767px) {
  #anc01 .voice .voice1 {
    position: relative;
    width: 70%;
    top: 0;
    left: 0;
  }
}
#anc01 .voice .voice1 p {
  height: 75%;
}
#anc01 .voice .voice2 {
  position: absolute;
  width: 50%;
  top: 25%;
  right: 0;
}
@media screen and (max-width: 767px) {
  #anc01 .voice .voice2 {
    position: relative;
    width: 90%;
    top: -1em;
    left: 10%;
  }
}
#anc01 .voice .voice3 {
  position: absolute;
  width: 50%;
  top: 35%;
  left: 0;
}
@media screen and (max-width: 767px) {
  #anc01 .voice .voice3 {
    position: relative;
    width: 80%;
    top: -4em;
    left: 0;
  }
}
#anc01 .voice .voice4 {
  position: absolute;
  width: 40%;
  top: 56%;
  right: 10%;
}
@media screen and (max-width: 767px) {
  #anc01 .voice .voice4 {
    position: relative;
    width: 80%;
    top: -3em;
    left: 20%;
  }
}
#anc01 .voice .voice4 p {
  height: 75%;
}
#anc01 .voice .voice5 {
  position: absolute;
  width: 40%;
  bottom: 0;
  left: 8%;
}
@media screen and (max-width: 767px) {
  #anc01 .voice .voice5 {
    position: relative;
    width: 75%;
    top: -5em;
    left: 10%;
  }
}
#anc01 .voice .voice5 p {
  height: 75%;
}
#anc01 .cap {
  font-size: 80%;
  text-align: right;
}
#anc01 .kentou {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #anc01 .kentou {
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: stretch;
  }
}
#anc01 .kentou .img {
  position: relative;
  width: 47%;
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #anc01 .kentou .img {
    width: 100%;
  }
}
#anc01 .kentou .img .man {
  position: absolute;
  width: 42%;
  max-width: 192px;
  bottom: 0;
  left: 0;
  z-index: +1;
}
#anc01 .kentou .img .fukidashi {
  position: relative;
  width: 80%;
  margin-left: 20%;
}
#anc01 .kentou .img .fukidashi p {
  position: absolute;
  width: 100%;
  top: 20%;
  left: 0;
  font-size: 200%;
  font-weight: 800;
  text-align: center;
}
#anc01 .kentou .box {
  width: 49%;
}
@media screen and (max-width: 767px) {
  #anc01 .kentou .box {
    width: 100%;
    margin-top: 1em;
  }
}
#anc01 .kentou .box p {
  font-size: 120%;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #anc01 .kentou .box p {
    font-size: 130%;
  }
}
#anc01 .kentou .box .btn {
  overflow: hidden;
  position: relative;
  margin-top: 1em;
  background: #ffe101;
  border-radius: 0.7em;
  line-height: 1;
}
#anc01 .kentou .box .btn .bg {
  transition: 0.3s;
}
#anc01 .kentou .box .btn:hover .bg {
  opacity: 0;
}
#anc01 .kentou .box .btn .icon {
  position: absolute;
  width: 24%;
  top: 10%;
  left: 38%;
  z-index: +1;
}
#anc01 .kentou .box .btn a {
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 120%;
  text-align: center;
  line-height: 1.4;
  padding-bottom: 1em;
  z-index: +1;
}
#anc01 .kentou .box .btn a span span {
  font-size: 120%;
  font-weight: 800;
}

/* anc02 */
#anc02 {
  max-width: 1280px;
  margin: 5em auto 0 auto;
}
#anc02 .inner {
  width: 94%;
  max-width: 912px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #anc02 .inner {
    width: 90%;
  }
}
#anc02 .lead {
  margin-top: 1.5em;
  font-size: 110%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #anc02 .lead {
    font-size: 120%;
    line-height: 1.9;
  }
}
#anc02 .img_bg {
  position: relative;
  max-width: 960px;
  margin: 2em auto 0 auto;
}
#anc02 .img_bg .btn a {
  background: #fff;
  padding: 0.2em 1em;
  font-weight: 800;
}
#anc02 .img_bg .btn1 {
  position: absolute;
  top: 84%;
  left: 43%;
}
@media screen and (max-width: 767px) {
  #anc02 .img_bg .btn1 {
    top: 85%;
    left: 36%;
  }
}
#anc02 .img_bg .btn2 {
  position: absolute;
  top: 84%;
  left: 71.5%;
}
@media screen and (max-width: 767px) {
  #anc02 .img_bg .btn2 {
    top: 85%;
    left: 66%;
  }
}
#anc02 .point h3 {
  margin-top: 2em;
  font-size: 140%;
  font-weight: 700;
  text-align: center;
}
#anc02 .point dl {
  display: flex;
  justify-content: space-between;
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  #anc02 .point dl {
    width: 90%;
    margin: 4em auto 0 auto;
    flex-wrap: wrap;
  }
}
#anc02 .point dl dt {
  width: 8em;
}
@media screen and (max-width: 767px) {
  #anc02 .point dl dt {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 4em;
  }
  #anc02 .point dl dt .box {
    position: absolute;
    left: 30%;
    width: 70%;
    z-index: -1;
  }
  #anc02 .point dl dt .box .fukidashi {
    position: relative;
    width: 100%;
    z-index: -1;
  }
  #anc02 .point dl dt .box .fukidashi p {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70%;
    padding-left: 1em;
    top: 0;
    left: 0;
    font-size: 130%;
    z-index: +1;
    text-indent: -1em;
  }
}
#anc02 .point dl dt .maru {
  display: block;
  height: 8em;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #anc02 .point dl dt .maru {
    width: 8em;
  }
}
#anc02 .point dl dt .maru.bg_blue {
  background: #004098;
}
#anc02 .point dl dt .maru.bg_green {
  background: #519445;
  padding: 0;
}
#anc02 .point dl dt .maru.bg_yellow {
  background: #c08b23;
}
#anc02 .point dl dt .maru p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100% !important;
  color: #fff;
  font-size: 110%;
  font-weight: 900;
  text-align: center;
}
#anc02 .point dl dd {
  width: calc(100% - 10em);
}
@media screen and (max-width: 767px) {
  #anc02 .point dl dd {
    width: 100%;
  }
}
#anc02 .point dl dd .fukidashi {
  position: relative;
  width: 85%;
}
#anc02 .point dl dd .fukidashi p {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70%;
  top: 0;
  left: 0;
  font-size: 150%;
  text-align: center;
  z-index: +1;
}
#anc02 .point dl dd .note {
  margin-top: 1em;
  width: 90%;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #anc02 .point dl dd .note {
    width: 100%;
    font-size: 120%;
    line-height: 1.9;
  }
}
#anc02 .point dl dd .note span {
  font-weight: 700;
}
#anc02 .point dl dd .box {
  display: flex;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  #anc02 .point dl dd .box {
    flex-wrap: wrap;
  }
}
#anc02 .point dl dd .box .img {
  width: 60%;
}
@media screen and (max-width: 767px) {
  #anc02 .point dl dd .box .img {
    width: 100%;
  }
}
#anc02 .point dl dd .box p {
  width: 40%;
  font-size: 120%;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  #anc02 .point dl dd .box p {
    width: 100%;
  }
}
#anc02 .ill_box {
  position: relative;
  width: 60%;
  margin: 3em auto 0 auto;
  padding-bottom: 11em;
}
@media screen and (max-width: 767px) {
  #anc02 .ill_box {
    width: 100%;
  }
}
#anc02 .ill_box .man {
  position: absolute;
  width: 55%;
  max-width: 334px;
  bottom: 0;
  left: 25%;
  z-index: +1;
}
#anc02 .ill_box .fukidashi {
  position: relative;
  width: 100%;
  max-width: 556px;
}
#anc02 .ill_box .fukidashi p {
  position: absolute;
  width: 100%;
  top: 30%;
  left: 0;
  font-size: 220%;
  font-weight: 800;
  text-align: center;
}

/* anc03 */
.anc03_bg {
  /*max-width: 1280px;*/
  margin: -6em auto 0 auto;
  padding: 12em 0 22em 0;
  background-image: url(../images/sec3_bg01.png), url(../images/sec3_bg02.png);
  background-color: #efe9e6;
  background-position: top left, bottom left;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#anc03 .inner {
  width: 94%;
  max-width: 912px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #anc03 .inner {
    width: 90%;
  }
}
#anc03 .lead {
  margin-top: 1.5em;
  font-size: 110%;
  text-align: center;
}
#anc03 .movie {
  width: 70%;
  margin: 2.5em auto 0 auto;
  padding: 0.6em 1em;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #anc03 .movie {
    width: 85%;
    padding: 1em;
  }
}
#anc03 .movie p {
  padding-bottom: 0.5em;
  font-size: 120%;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  #anc03 .movie p {
    font-size: 110%;
  }
}
#anc03 h3 {
  margin-top: 2.5em;
  font-size: 130%;
  font-weight: 800;
  text-align: center;
}
#anc03 .timing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #anc03 .timing {
    width: 85%;
    margin: 0 auto;
  }
}
#anc03 .timing .box {
  position: relative;
  width: 49%;
  margin-top: 2em;
  padding-top: 8em;
}
@media screen and (max-width: 767px) {
  #anc03 .timing .box {
    width: 100%;
    margin-top: 1.5em;
  }
}
#anc03 .timing .box .img {
  width: 90%;
  max-width: 390px;
  margin: 0 auto;
}
#anc03 .timing .box .fukidashi {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#anc03 .timing .box .fukidashi p {
  position: absolute;
  display: flex;
  width: 100%;
  height: 70%;
  top: 0;
  left: 0;
  font-size: 125%;
  align-items: center;
  justify-content: center;
}
#anc03 .timing .box:nth-child(1) .fukidashi {
  top: 2%;
}
#anc03 .timing .box:nth-child(2) .fukidashi {
  top: -2%;
  left: 10%;
}
#anc03 .timing .box:nth-child(2) .fukidashi p {
  height: 62%;
}
#anc03 .timing .box:nth-child(4) .fukidashi {
  width: 90%;
  top: -2%;
  left: 8%;
}
#anc03 .timing .box:nth-child(4) .fukidashi p {
  height: 60%;
}

/* anc04 */
#anc04 {
  width: 94%;
  max-width: 912px;
  margin: -10em auto 0 auto;
}
@media screen and (max-width: 767px) {
  #anc04 {
    width: 90%;
  }
}
#anc04 .ill_box {
  position: relative;
  width: 50%;
  margin: 3em auto 0 auto;
  padding-bottom: 5em;
}
@media screen and (max-width: 767px) {
  #anc04 .ill_box {
    width: 90%;
  }
}
#anc04 .ill_box .man {
  position: absolute;
  width: 39%;
  max-width: 176px;
  bottom: 0;
  left: 0;
  z-index: +1;
}
#anc04 .ill_box .fukidashi {
  position: relative;
  width: 97.5%;
  max-width: 444px;
}
#anc04 .ill_box .fukidashi p {
  position: absolute;
  width: 100%;
  top: 20%;
  left: 0;
  font-size: 210%;
  font-weight: 800;
  text-align: center;
}
#anc04 .lead {
  margin-top: 1.5em;
  font-size: 160%;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #anc04 .lead {
    margin-top: 2em;
  }
}
#anc04 ul.step {
  display: flex;
  margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
  #anc04 ul.step {
    flex-wrap: wrap;
    width: 90%;
    margin: 2em auto 0 auto;
  }
}
#anc04 ul.step li {
  position: relative;
  width: 30%;
  padding: 1em 0.5em 1.5em 0.5em;
  background: #e9d872;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #anc04 ul.step li {
    width: 100%;
  }
}
#anc04 ul.step li.arw {
  width: 5%;
  padding: 0;
  background: #fff url(../images/sec4_img02.png) left center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  #anc04 ul.step li.arw {
    width: 100%;
    height: 2em;
    margin-bottom: 1.2em;
    background: #fff url(../images/sec4_img02-sp.png) center top no-repeat;
    background-size: auto 100%;
  }
}
#anc04 ul.step li .stepnum {
  position: absolute;
  width: 80%;
  padding: 0.5em 0;
  top: -1em;
  left: 10%;
  background: #909725;
  border-radius: 2em;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #anc04 ul.step li .stepnum {
    width: 50%;
    left: 25%;
  }
}
#anc04 ul.step li .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3em;
  margin-top: 0.7em;
  font-size: 120%;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  #anc04 ul.step li .ttl {
    height: auto;
  }
}
#anc04 ul.step li .note {
  margin-top: 0.7em;
  font-size: 90%;
}
#anc04 .img {
  width: 11%;
  max-width: 112px;
  margin: 1.2em auto 0.8em auto;
}
@media screen and (max-width: 767px) {
  #anc04 .img {
    width: 20%;
  }
}
#anc04 .qes {
  padding: 1.2em 1em 1.5em 1em;
  background: #efe9e6;
}
@media screen and (max-width: 767px) {
  #anc04 .qes {
    width: 90%;
    margin: 0 auto;
  }
}
#anc04 .qes .ttl {
  font-size: 120%;
  font-weight: 800;
  text-align: center;
}
#anc04 .qes ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
  margin: 1em auto 0 auto;
  font-size: 90%;
}
#anc04 .qes ul li {
  width: 50%;
  padding: 0.2em 0;
}
@media screen and (max-width: 767px) {
  #anc04 .qes ul li {
    width: 100%;
    margin: 0 auto;
  }
}

/* anc05 */
#anc05 {
  width: 94%;
  max-width: 912px;
  margin: 5.5em auto 0 auto;
}
@media screen and (max-width: 767px) {
  #anc05 {
    width: 90%;
  }
}
#anc05 .qnum {
  margin-top: 1em;
  padding-left: 1em;
}
#anc05 .qnum span {
  padding: 0 1em 0.2em 1em;
  background: #b3a986;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
#anc05 dl dt {
  padding: 1.2em;
  border: 1px solid #ccc;
  font-weight: 700;
  box-shadow: 0 0 0.3em rgba(0, 0, 0, 0.1);
}
#anc05 dl dd {
  margin-top: 5px;
  padding: 1.2em;
  border-radius: 0.5em;
  background: #eee4de;
  font-size: 90%;
}

/* contact */
#contact {
  padding-top: 3em;
}
#contact h2 {
  font-size: 200%;
  font-weight: 500;
}
#contact .lead {
  margin-top: 1.7em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contact .lead {
    line-height: 1.9;
  }
}
#contact .lead a {
  color: #1d4293;
  border-bottom: 1px solid #1d4293;
}
@media screen and (min-width: 768px) {
  #contact .lead a {
    transition: 0.3s;
  }
  #contact .lead a:hover {
    border-bottom: 1px solid #fff;
  }
}
#contact .note {
  margin-top: 2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contact .note {
    line-height: 1.9;
  }
}

/* footer */
footer {
  margin-top: 7em;
  padding-bottom: 30px;
  line-height: 1;
  font-size: 70%;
}
@media screen and (max-width: 767px) {
  footer {
    margin-top: 4em;
    font-size: 80%;
  }
}
footer .inner {
  display: flex;
  justify-content: space-between;
  width: 94%;
  max-width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  footer .inner {
    display: block;
    width: 86%;
  }
}
footer .inner ul {
  display: flex;
  border-left: 2px solid #000;
}
@media screen and (max-width: 767px) {
  footer .inner ul {
    justify-content: center;
    border-left: 0;
  }
}
footer .inner ul li {
  padding: 0 0.8em;
  border-right: 2px solid #000;
}
@media screen and (max-width: 767px) {
  footer .inner ul li {
    width: 50%;
    padding: 0.2em 0.8em;
    text-align: center;
  }
  footer .inner ul li:nth-child(1) {
    border-left: 2px solid #000;
  }
}
@media screen and (max-width: 767px) {
  footer .inner p {
    margin-top: 1.5em;
    text-align: center;
  }
}
