/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*

 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

em {
  font-style: normal;
}

.small {
  font-size: 14px;
}

small {
  font-size: 80%;
  vertical-align: sub;
}

sup {
  font-size: 80%;
  vertical-align: baseline;
}

/* ============================================ */
/* color============================================ */
/*============================================ */
body {
  font-family: "Noto Sans JP", sans-serif;
  background: #000;
  color: #fff;
}

/* header============================================ */
.header {
  padding: 0 5% 10px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 10;
  box-sizing: border-box;
}
.header > div {
  position: relative;
  width: 321px;
  text-align: right;
}
.header > div .lang {
  position: absolute;
  right: 315px;
  left: 0;
  bottom: -8px;
  width: 110px;
}
.header > div .lang .acc-label {
  cursor: pointer;
  background: #fff;
  color: #7E7E7E;
  display: block;
  text-align: center;
  font-size: 14px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 16px 0 0;
  margin: 0;
  width: auto;
}
.header > div .lang .acc-label span {
  margin: 0 0 0 5px;
}
.header > div .lang .acc-label img {
  width: 25px;
}
.header > div .lang .acc-label::before, .header > div .lang .acc-label::after {
  position: absolute;
  top: 8px;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.header > div .lang .acc-label::after {
  right: 4px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 6px solid #7E7E7E;
  transform: rotate(90deg);
}
.header > div .lang .acc-content {
  text-align: center;
  padding: 5px 0 0 0;
  transition: 0.5s;
  background: #fff;
  height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
}
.header > div .lang .acc-content li a {
  padding: 10px 5px;
  transition: all 0.3s;
  color: #7E7E7E;
  width: 100%;
  box-sizing: border-box;
  display: block;
  background: #fff;
}
.header > div .lang .acc-content li a:hover {
  background: #ececec;
}
.header > div .lang:hover .acc-content {
  overflow: visible;
  opacity: 1;
  z-index: 1;
}
.header .logo02 {
  text-decoration: none;
  margin-top: 10px;
  width: 543px;
}
.header .logo {
  list-style: none;
  width: 186px;
  display: inline-block;
  margin: 0;
}
.header img {
  width: 100%;
}

/* mvarea============================================ */
.mvarea {
  max-width: 1366px;
  min-width: 1000px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.mvarea > * {
  position: relative;
}
.mvarea h1 {
  padding-top: 80px;
  z-index: 2;
}
.mvarea h1 .txt01 {
  font-size: 45px;
  font-weight: bold;
}
.mvarea h1 .txt02 {
  font-size: 71px;
}
.mvarea h1 .txt02 .t01 {
  font-size: 113px;
  font-weight: bold;
  margin: 0 0 0 15px;
}
.mvarea .mvitem {
  display: flex;
  align-items: flex-end;
  margin-top: -122px;
}
.mvarea .mvitem_img {
  width: 40%;
  height: auto;
  transform: rotate(-10deg);
  display: block;
  position: absolute;
  left: 0;
  right: 50%;
  top: 300px;
  bottom: auto;
  margin: auto;
}
.mvarea .mvitem_img img {
  width: 100%;
}
.mvarea .mvitem_txt {
  display: block;
  position: absolute;
  left: 10%;
  right: auto;
  top: 250px;
  bottom: auto;
  margin: auto;
  font-feature-settings: "palt";
  letter-spacing: 0;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  transform: rotate(-10deg);
}
.mvarea .mvitem_txt_line1 {
  font-size: 48px;
  display: block;
  color: #FF0000;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.2em;
}
.mvarea .mvitem_txt_line2 {
  display: block;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.2em;
}
.mvarea .mvitem_txt_line2 span {
  font-size: 79px;
}
.mvarea .mvitem img.mvitem01 {
  width: 739px;
}
@media (max-width: 1366px) {
  .mvarea .mvitem img.mvitem01 {
    width: 60%;
  }
}
.mvarea .mvitem img.mvitem02 {
  width: 569.5px;
  margin: 0 0 0 -55px;
}
@media (max-width: 1366px) {
  .mvarea .mvitem img.mvitem02 {
    width: 40%;
  }
}
.mvarea .mvicon {
  position: fixed;
  top: 65px;
  right: 10%;
  width: 76px;
  z-index: 2;
  transition: all 0.3s;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background: #38A82D;
  height: 76px;
  width: 76px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.mvarea .mvicon:hover {
  opacity: 0.8;
}
.mvarea .mvicon span {
  display: block;
  position: relative;
}
.mvarea .mvicon span:first-child {
  padding: 0 0 4px;
  margin: 0 0 4px;
}
.mvarea .mvicon span:first-child:after {
  content: "";
  background: #fff;
  height: 1px;
  width: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* section============================================ */
section {
  max-width: 1366px;
  min-width: 1000px;
  margin: 80px auto 0;
  overflow: hidden;
}
section h2 {
  position: relative;
  text-align: center;
  max-width: 1200px;
  min-width: 1000px;
  margin: 0 auto;
  font-size: 80px;
  font-weight: bold;
  padding: 80px 0px;
}
section h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: solid 1px #fff;
}
section h2.is-show:before {
  -webkit-animation: border_anim 1s linear forwards;
  animation: border_anim 1s linear forwards;
}

/* sec01============================================ */
.sec01 .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
}
.sec01 .inner .img {
  max-width: 544px;
  position: relative;
  overflow: hidden;
}
.sec01 .inner .img img {
  width: 100%;
}
.sec01 .inner .text {
  width: 822px;
}
.sec01 .inner .text .ttl {
  padding: 30px 60px;
  font-size: 40px;
  font-weight: bold;
  transition: 1s;
  line-height: 1.2em;
}
.sec01 .inner .text .ttl em {
  color: #DC000C;
}
.sec01 .inner .text .ttl span {
  font-size: 23px;
  vertical-align: super;
}
.sec01 .inner02 {
  flex-direction: row-reverse;
}
.sec01 .note {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec01 .note p {
  width: 960px;
  font-size: 13px;
  line-height: 2em;
}
.sec01 .note:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: solid 1px #fff;
}
.sec01 .note.is-show:before {
  -webkit-animation: border_anim 0.5s linear forwards;
  animation: border_anim 0.5s linear forwards;
}

.graph {
  padding: 40px 0 0 80px;
  display: flex;
}
.graph > div {
  width: 260px;
  margin-right: 50px;
}
.graph > div > p {
  text-align: right;
  padding: 5px 26px 0 0;
}
.graph > p {
  width: 290px;
  font-size: 18px;
  line-height: 1.6em;
}
.graph h3 {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}
.graph ul {
  margin: 0 0 0 0;
  height: 177px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #575757;
  box-sizing: border-box;
}
.graph ul .fare-month {
  display: inline-block;
  text-align: center;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.graph ul .fare-month p {
  background: url("../../common/img/arrow.png") no-repeat;
  width: 132px;
  height: 71px;
  font-size: 15px;
  font-weight: bold;
  z-index: 3;
}
.graph ul .fare-month p em {
  font-size: 23px;
}
.graph ul .fare-month span {
  display: block;
}
.graph ul .fare-month span.fare-price {
  min-height: 10px;
  background: #A3A3A3;
  transform-origin: 100% 100%;
  width: 90px;
}
.graph ul.is-show .fare-month span.fare-price {
  -webkit-animation: priceAnimation 0.5s ease-in-out;
  -moz-animation: priceAnimation 0.5s ease-in-out;
  -o-animation: priceAnimation 0.5s ease-in-out;
}

.inner01 .graph ul .fare-month:last-child span.fare-price {
  background: #00DCCB;
}
.inner01 .graph ul.is-show .fare-month span.fare-price {
  height: 105px;
}

.inner02 .graph ul .fare-month:last-child span.fare-price {
  background: #FFB000;
}
.inner02 .graph ul.is-show .fare-month span.fare-price {
  height: 88px;
}

.inner03 .graph ul .fare-month:last-child span.fare-price {
  background: #78F000;
}
.inner03 .graph ul.is-show .fare-month span.fare-price {
  height: 100px;
}

.graph ul.is-show .fare-month:first-child span.fare-price {
  height: 114px;
}

/* sec02=========================================== */
.sec02 ul {
  max-width: 850px;
  margin: 0 auto;
}
.sec02 ul li {
  margin-bottom: 100px;
}
.sec02 ul li h3 {
  font-size: 40px;
  font-weight: bold;
}
.sec02 ul li h3 em {
  color: #DC000C;
}
.sec02 ul li div {
  margin: 40px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sec02 ul li div img {
  margin-right: 100px;
}
.sec02 ul li div p {
  width: 512px;
  font-size: 18px;
  line-height: 1.8em;
}

/* sec03=========================================== */
.sec03 {
  text-align: center;
}
.sec03 img {
  width: 894px;
}

/* sec04============================================ */
.sec04 .info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 80%;
  margin: 0 auto;
}
.sec04 .info .tabLabel {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin: 0 10px;
  padding: 12px 12px;
  flex: 1;
  order: -1;
  border-radius: 20px 20px 0 0;
  color: #000;
  background: #E2E2E2;
  transition: 0.5s;
  cursor: pointer;
}
.sec04 .info input {
  display: none;
}
.sec04 .info input:checked + .tabLabel {
  color: #000;
  background: #fff;
  padding: 22px 12px;
}
.sec04 .info input:checked + .tabLabel + .content {
  height: auto;
  overflow: auto;
  transition: 0.5s opacity;
  opacity: 1;
}
.sec04 .info .content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  border-radius: 10px;
  background: #fff;
}
.sec04 .info .content .iframeArea iframe {
  height: 900px;
}

.jp_lp .sec04 .info .iframeArea iframe {
  height: 900px;
}

/* footer============================================ */
.footer {
  color: #fff;
  padding: 20px 80px 40px 20px;
  margin-top: 80px;
  min-width: 1000px;
  text-align: right;
}
#pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
}
#pagetop a {
  cursor: pointer;
  padding: 10px;
  display: block;
  background-color: #000;
}

/* cookie_alert============================================ */
#cookie_alert {
  position: fixed;
  bottom: 0;
  width: 100%;
  color: #000;
  background: #ccc;
  z-index: 1000;
  display: none;
  padding: 30px 20px;
  background-color: rgba(204, 204, 204, 0.9);
  box-sizing: border-box;
}

#cookie_alert > div {
  display: flex;
  align-items: center;
}

#cookie_alert > div > .tx {
  width: calc(100% - 300px);
}

#cookie_alert > div > .tx .title {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  line-height: 1.2rem;
}

#cookie_alert > div > .tx * + p {
  margin-top: 15px;
  line-height: 1.4;
  font-size: 16px;
  line-height: 24px;
}

#cookie_alert > div > .tx a {
  text-decoration: underline;
}

#cookie_alert > div > .tx a:hover {
  text-decoration: none;
}

#cookie_alert > div > .btn {
  width: 300px;
}

#cookie_alert .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 10px;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
}

#cookie_alert .close:hover {
  opacity: 0.7;
}

#cookie_alert .close::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #000;
  transform: rotate(45deg);
}

#cookie_alert .close::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #000;
  transform: rotate(-45deg);
}

#cookie_alert {
  /*
  .button a:hover::after, .button button:hover::after {
    opacity: 1;
    background: url("../../common/img/arrow_button.svg") no-repeat right 10px center;
  }*/
}
#cookie_alert .button {
  margin-top: 20px;
  letter-spacing: -1rem;
}
#cookie_alert .button.center {
  text-align: center;
}
#cookie_alert .button.column a {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cookie_alert .button a, #cookie_alert .button button {
  position: relative;
  display: inline-block;
  padding: 15px 35px 15px 35px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.1rem;
  outline: none;
  background-color: #F0F3F5;
  color: #000 !important;
  overflow: hidden;
  border: 1px solid #CDD6DD;
  border-radius: 25px;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: normal;
  transition: 0.4s;
}
#cookie_alert .button a::after, #cookie_alert .button button::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: 0.4s;
  background: url("../../common/img/arrow_button.svg") no-repeat right 30px center;
  opacity: 0;
}
#cookie_alert .button a:hover, #cookie_alert .button button:hover {
  background: #D22730;
  color: #fff !important;
  opacity: 1 !important;
}
#cookie_alert .button a + a, #cookie_alert .button a + button, #cookie_alert .button button + a, #cookie_alert .button button + button {
  margin-left: 20px;
}
#cookie_alert .button > span {
  display: inline-block;
  min-width: 190px;
  padding: 12px 40px 12px 20px;
  text-align: left;
  text-decoration: none;
  font-size: 20px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.1rem;
  outline: none;
  position: relative;
  z-index: 2;
  background-color: #98A6B5;
  color: #fff !important;
  overflow: hidden;
  border-radius: 5px;
  font-weight: 700;
}

/* anime============================================ */
.slide-down {
  position: relative;
  top: -20px;
  opacity: 0;
  transition: top 1s, opacity 2s;
}
.slide-down.is-show {
  top: 3px;
  opacity: 1;
}

.slide-left {
  position: relative;
  color: #fff;
}
.slide-left::before, .slide-left::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  box-sizing: border-box;
  transition: all 0.3s;
}
.slide-left::after {
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
}
.slide-left.is-show::after {
  right: 0;
  background: #fff;
}
.slide-left.is-show {
  color: #000;
}

.slide-right {
  position: relative;
  color: #fff;
}
.slide-right::before, .slide-right::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  box-sizing: border-box;
  transition: all 0.3s;
}
.slide-right::after {
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}
.slide-right.is-show::after {
  left: 0;
  background: #fff;
}
.slide-right.is-show {
  color: #000;
}

@-webkit-keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes priceAnimation {
  from {
    -webkit-transform: scaleY(0.1);
  }
  to {
    -webkit-transform: scaleY(1);
  }
}
.reflection {
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
}

.inner.is-show .reflection {
  transform: rotate(45deg);
  animation: reflection 2s ease-in-out;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 2s ease-in-out;
  -moz-transform: rotate(45deg);
  -moz-animation: reflection 2s ease-in-out;
  -ms-transform: rotate(45deg);
  -ms-animation: reflection 2s ease-in-out;
  -o-transform: rotate(45deg);
  -o-animation: reflection 2s ease-in-out;
}

@keyframes reflection {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/* shine */
.txt02 {
  background-image: linear-gradient(70deg, #fff 45%, #dc000c 50%, #fff 55%);
  background-size: 500% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-animation: shine 10s infinite;
  animation: shine 10s infinite;
}

.sec02 ul li h3 em {
  background-image: linear-gradient(70deg, #DC000C 45%, #fff 50%, #DC000C 55%);
  background-size: 500% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-animation: shine 10s infinite;
  animation: shine 10s infinite;
}

.mvarea .mvicon {
  background: linear-gradient(70deg, #38A82D 45%, #fff 50%, #38A82D 55%);
  background-size: 500% 100%;
  -webkit-animation: shine 10s infinite;
  animation: shine 10s infinite;
}

@-webkit-keyframes shine {
  0% {
    background-position: 100% 50%;
  }
  10% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  75% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes shine {
  0% {
    background-position: 100% 50%;
  }
  10% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  75% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* shine */
.pc {
  display: inline;
}

.sp {
  display: none;
}
/*# sourceMappingURL=pc.css.map */