@import url(https://fonts.googleapis.com/css2?family=Jost:wght@700&family=Noto+Sans+JP:wght@400;500;700&display=swap);
@charset "UTF-8";
/*!* include-media *!*/
/*!* reset/normalize *!*/
/* reset */
/* set border-box for all */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}
/* cross-browser styles for root */
:root {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}
/* bind height from :root */
:root,
body {
  height: 100%;
}
/* Remove default margin */
body {
  margin: 0;
}
/* Correct `block` display not defined in IE 8/9 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
audio,
canvas,
video {
  display: block;
}
/* reset address */
address {
  font-style: normal;
}
/* reset mark background */
mark {
  background-color: transparent;
}
/* reset lists margin */
ul,
dl,
dd,
dt {
  margin: 0;
}
/* reset lists padding */
ul,
ol {
  padding: 0;
}
/* reset list-style */
li {
  list-style: none;
}
/* reset text-decoration */
a {
  text-decoration: none;
}
/* Improve readability when focused and also mouse hovered in all browsers */
a:active,
a:hover {
  outline: 0;
}
/* reset color */
a {
  color: inherit;
}
/* set cursor pointer for accessibility */
input[type="button"],
input[type="reset"],
input[type="submit"],
a[href],
button {
  cursor: pointer;
}
/* set disabled condition */
input[type="button"]:disabled,
input[type="button"].disabled,
input[type="reset"]:disabled,
input[type="reset"].disabled,
input[type="submit"]:disabled,
input[type="submit"].disabled,
a[href]:disabled,
a[href].disabled,
button:disabled,
button.disabled {
  pointer-events: none;
}
/* reset default styles button */
button {
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
/* reset margin */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
/* reset word-break */
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
strong,
small button,
a {
  word-break: break-word;
}
/* Prevent modern browsers from displaying `audio` without controls.
   Remove excess height in iOS 5 devices. */
audio:not([controls]) {
  display: none;
  height: 0;
}
/* Address `[hidden]` styling not present in IE 8/9.
   Hide the `template` element in IE, Safari, and Firefox < 22 */
[hidden],
template {
  display: none;
}
/* Address styling not present in IE 8/9, Safari 5, and Chrome */
abbr[title] {
  border-bottom: 1px dotted;
}
/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome */
b,
strong {
  font-weight: bold;
}
/* Address styling not present in Safari 5 and Chrome */
dfn {
  font-style: italic;
}
/* Address differences between Firefox and other browsers */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/* Correct font family set oddly in Safari 5 and Chrome  */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre-wrap;
}
/* Set consistent quote types */
q {
  quotes: "“" "”" "‘" "’";
}
/* Address inconsistent and variable font size in all browsers */
small {
  font-size: 80%;
}
/* Prevent `sub` and `sup` affecting `line-height` in all browsers */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/* Remove border when inside `a` element in IE 8/9 */
img {
  max-width: 100%;
  border: 0;
}
/* Correct overflow displayed oddly in IE 9 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Reset consistent border, margin, and padding.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/* 1. Address box sizing set to `content-box` in IE 8/9/10.
   2. Remove excess padding in IE 8/9/10.
   3. Add cursor pointer */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/* Address `box-sizing` set to `border-box` in Safari 5 and Chrome
   (include `-moz` to future-proof) */
input[type="search"] {
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/* Remove inner padding and search cancel button in Safari 5 and Chrome
   on OS X. */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
/* Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* 1. Remove default vertical scrollbar in IE 8/9.
   2. Improve readability and alignment in all browsers */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* Remove most spacing between table cells */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*!* utils *!*/
/* vars */
/* mixins */
/* set default body styles */
body {
  min-height: 100%;
  position: relative;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック",
    Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans",
    YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック",
    sans-serif;
  font-size: 100%;
  line-height: normal;
  font-weight: 500;
  color: #292929;
}
/* default class */
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  max-width: 100%;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}
/* app */
.app {
  max-width: 100%;
  display: block;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 1px;
}
/* container */
.container {
  max-width: 900px;
  display: block;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
.container--fluid {
  max-width: 100%;
}
.subtitle {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
}
.subtitle span {
  display: inline-block;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}
.subtitle span:before,
.subtitle span:after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background-color: #292929;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.subtitle span:before {
  left: 0;
  -webkit-transform: rotate(-32deg);
  transform: rotate(-32deg);
}
.subtitle span:after {
  right: 0;
  -webkit-transform: rotate(32deg);
  transform: rotate(32deg);
}
@media (max-width: 768px) {
  .subtitle--small {
    font-size: 14px;
    line-height: 21px;
  }
  .subtitle--small span:before,
  .subtitle--small span:after {
    height: 34px;
  }
}
/*!* components *!*/
/*  header */
.header {
  position: relative;
  height: 64px;
}
@media (min-width: 769px) {
  .header {
    height: 82px;
  }
}
.header__logo-wrap {
  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;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 227px;
  height: 92px;
  background-color: #fff;
  border-radius: 50%;
  padding-top: 25px;
  padding-left: 25px;
}
@media (min-width: 769px) {
  .header__logo-wrap {
    width: 315px;
    height: 128px;
  }
}
.header__logo {
  position: relative;
  max-width: 184px;
  display: block;
  width: 100%;
}
@media (min-width: 769px) {
  .header__logo {
    max-width: 255px;
  }
}
.header__logo picture {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: calc(71 / 255 * 100%);
  position: relative;
  overflow: hidden;
}
.header__logo picture img,
.header__logo picture iframe,
.header__logo picture video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.header__logo picture img,
.header__logo picture video {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.header .pr {
  width: 40px;
  height: 20px;
  top: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background: #c2c2c2;
  text-align: center;
  color: #FFF;
  line-height: 21px;
  font-size: 12px;
  letter-spacing: 2px;
}
/* footer */
.footer {
  position: relative;
  margin-top: auto;
  background-color: #f4f4f4;
  padding-top: 36px;
  padding-bottom: 36px;
}
.footer .container {
  width: calc(100% - 20px);
}
.footer__logo {
  position: relative;
  max-width: 255px;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}
.footer__logo picture {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: calc(71 / 255 * 100%);
  position: relative;
  overflow: hidden;
}
.footer__logo picture img,
.footer__logo picture iframe,
.footer__logo picture video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.footer__logo picture img,
.footer__logo picture video {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.footer__text {
  margin-top: 26px;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.08em;
  font-weight: 400;
  text-align: center;
  color: #535353;
}
@media (min-width: 769px) {
  .footer__text {
    margin-top: 32px;
  }
}
.footer__btn-container {
  position: relative;
  min-height: 62px;
}
.footer__btn-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 94px;
  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;
  padding-right: 10px;
  padding-left: 10px;
}
.footer__btn-fixed.absolute {
  position: absolute;
  padding: 0;
  height: auto;
}
.btn {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
  color: #fff;
  border-radius: 22px;
  background-color: #ff7f00;
  padding: 8px 20px 12px;
  overflow: hidden;
  -webkit-animation: elm 1.7s infinite;
  animation: elm 1.7s infinite;
  -webkit-box-shadow: 0 2px 0 #db5a0a;
  box-shadow: 0 2px 0 #db5a0a;
}
@media (min-width: 769px) {
  .btn {
    font-size: 12px;
    padding: 10px 20px;
  }
}
.btn:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: reflect 2s ease-in-out infinite;
  animation: reflect 2s ease-in-out infinite;
}
.btn:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 7px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 18px;
  right: 10px;
  z-index: 1;
}
.btn--big {
  font-size: 16px;
  line-height: 22px;
  max-width: 720px;
  border-radius: 36px;
  padding: 8px 30px 12px;
}
@media (min-width: 769px) {
  .btn--big {
    -webkit-animation: elm-big 1.7s infinite;
    animation: elm-big 1.7s infinite;
    -webkit-box-shadow: 0 4px 0 #db5a0a;
    box-shadow: 0 4px 0 #db5a0a;
    font-size: 24px;
    line-height: 34px;
    padding: 19px 20px;
  }
}
.btn--big:after {
  top: 18px;
  right: 18px;
  border-width: 3.5px 0 3.5px 7px;
}
@media (min-width: 769px) {
  .btn--big:after {
    top: 32px;
    right: 26px;
    border-width: 5.5px 0 5.5px 11px;
  }
}
.btn--medium {
  font-size: 16px;
  line-height: 22px;
  max-width: 440px;
  border-radius: 31px;
  padding: 20px 34px;
}
@media (min-width: 769px) {
  .btn--medium {
    font-size: 20px;
    line-height: 34px;
    padding: 14px 20px;
  }
}
.btn--medium:after {
  top: 28px;
  right: 24px;
}
@media (min-width: 769px) {
  .btn--medium:after {
    right: 20px;
  }
}
.btn--medium-wf {
  font-size: 16px;
  line-height: 22px;
  max-width: 480px;
  border-radius: 31px;
  padding: 10px 34px;
}
@media (min-width: 769px) {
  .btn--medium-wf {
    font-size: 20px;
    line-height: 34px;
    padding: 14px 20px;
  }
}
.btn--medium-wf:after {
  top: 28px;
  right: 24px;
}
@media (min-width: 769px) {
  .btn--medium-wf:after {
    right: 20px;
  }
}
.btn--top:after {
  border-width: 0 3.5px 7px 3.5px;
  border-color: transparent transparent #fff transparent;
}
.btn-to-top {
  position: absolute;
  bottom: 14px;
  right: 24px;
  z-index: 1;
  display: none;
  font-size: 12px;
  line-height: 21px;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  text-align: center;
}
@media (min-width: 769px) {
  .btn-to-top {
    display: inline-block;
  }
}
.btn-to-top:before {
  content: "";
  display: block;
  width: 55px;
  height: 8px;
  background-image: url(../../assets/images/icons/to-top.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@-webkit-keyframes reflect {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes reflect {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes elm {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-box-shadow: 0 2px 0 #db5a0a;
    box-shadow: 0 2px 0 #db5a0a;
  }
  70% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-box-shadow: 0 2px 0 #db5a0a;
    box-shadow: 0 2px 0 #db5a0a;
  }
  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  90% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-box-shadow: 0 2px 0 #db5a0a;
    box-shadow: 0 2px 0 #db5a0a;
  }
  100% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@keyframes elm {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-box-shadow: 0 2px 0 #db5a0a;
    box-shadow: 0 2px 0 #db5a0a;
  }
  70% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-box-shadow: 0 2px 0 #db5a0a;
    box-shadow: 0 2px 0 #db5a0a;
  }
  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  90% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-box-shadow: 0 2px 0 #db5a0a;
    box-shadow: 0 2px 0 #db5a0a;
  }
  100% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@-webkit-keyframes elm-big {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-box-shadow: 0 4px 0 #db5a0a;
    box-shadow: 0 4px 0 #db5a0a;
  }
  70% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-box-shadow: 0 4px 0 #db5a0a;
    box-shadow: 0 4px 0 #db5a0a;
  }
  80% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  90% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-box-shadow: 0 4px 0 #db5a0a;
    box-shadow: 0 4px 0 #db5a0a;
  }
  100% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@keyframes elm-big {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-box-shadow: 0 4px 0 #db5a0a;
    box-shadow: 0 4px 0 #db5a0a;
  }
  70% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-box-shadow: 0 4px 0 #db5a0a;
    box-shadow: 0 4px 0 #db5a0a;
  }
  80% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  90% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-box-shadow: 0 4px 0 #db5a0a;
    box-shadow: 0 4px 0 #db5a0a;
  }
  100% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
/*!* layout parts *!*/
.intro {
  position: relative;
  background-image: url(../../assets/images/intro-bg-sp.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 340px;
  padding-top: 45px;
}
.intro_wh {
  position: relative;
  background-image: url(../../assets/images/intro-bg-sp_new.webp);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 340px;
  padding-top: 45px;
}
.intro--02 {
  height: 400px;
  background-image: url(../../assets/images/intro-bg-02-sp.jpg);
}
.intro--03 {
  background-image: url(../../assets/images/intro-bg-03-sp.jpg);
}
.intro--04 {
  height: 410px;
  background-image: url(../../assets/images/intro-bg-04-sp.jpg);
}
.intro--05 {
  height: 410px;
  background-image: url(../../assets/images/intro-bg-05-sp.jpg);
}
.intro--06 {
  height: 410px;
  background-image: url(../../assets/images/intro-bg-06-sp.jpg);
  padding-top: 70px;
}
.intro--07 {
  height: 410px;
  background-image: url(../../assets/images/intro-bg-07-sp.jpg);
}
.intro--08 {
  height: 410px;
  background-image: url(../../assets/images/intro-bg-08-sp.jpg);
}
.intro--09 {
  height: 410px;
  background-image: url(../../assets/images/intro-bg-09-sp.jpg);
}
.intro--10 {
  height: 410px;
  background-image: url(../../assets/images/intro-bg-10-sp.jpg);
}
.intro--11 {
  height: 410px;
  background-image: url(../../assets/images/intro-bg-11-sp.jpg);
}
.intro--12 {
  height: 410px;
  background-image: url(../../assets/images/intro-bg-12-sp.jpg);
}
.intro--13 {
  height: 410px;
  background-image: url(../../assets/images/intro-bg-13.jpg);
}

.intro--02 .intro__version {
  bottom: -100px;
}
.intro--04 .intro__version {
  bottom: -96px;
}
.intro--05 .intro__version {
  bottom: -100px;
}
.intro--06 .intro__version {
  bottom: -96px;
}
.intro--07 .intro__version {
  bottom: -102px;
}
.intro--08 .intro__version {
  bottom: -102px;
}
.intro--09 .intro__version {
  bottom: -102px;
}
.intro--10 .intro__version {
  bottom: -135px;
}
.intro--11 .intro__version {
  bottom: -102px;
}
.intro--12 .intro__version {
  bottom: -102px;
}
@media (min-width: 769px) {
  .intro {
    background-image: url(../../assets/images/intro-bg.jpg);
    padding-top: 108px;
    height: 540px;
  }

  .intro_wh {
    background-image: url(../../assets/images/intro-bg_new.webp);
    padding-top: 108px;
    height: 540px;
  }

  .intro--02 {
    padding-top: 74px;
    background-image: url(../../assets/images/intro-bg-02.jpg);
  }

  .intro--03 {
    padding-top: 74px;
    background-image: url(../../assets/images/intro-bg-03.jpg);
  }

  .intro--04 {
    padding-top: 74px;
    background-image: url(../../assets/images/intro-bg-04.jpg);
  }

  .intro--05 {
    padding-top: 74px;
    background-image: url(../../assets/images/intro-bg-05.jpg);
  }

  .intro--06 {
    padding-top: 74px;
    background-image: url(../../assets/images/intro-bg-06.jpg);
  }

  .intro--07 {
    padding-top: 74px;
    background-image: url(../../assets/images/intro-bg-07.jpg);
  }

  .intro--08 {
    padding-top: 74px;
    background-image: url(../../assets/images/intro-bg-08.jpg);
  }

  .intro--09 {
    padding-top: 74px;
    background-image: url(../../assets/images/intro-bg-09.jpg);
  }

  .intro--10 {
    padding-top: 74px;
    background-image: url(../../assets/images/intro-bg-10.jpg);
  }

  .intro--11 {
    padding-top: 74px;
    background-image: url(../../assets/images/intro-bg-11.jpg);
  }

  .intro--12 {
    padding-top: 74px;
    background-image: url(../../assets/images/intro-bg-12.jpg);
  }

  .intro--13 {
    padding-top: 74px;
    background-image: url(../../assets/images/intro-bg-13.jpg);
  }

  .intro--02 .intro__version {
    top: 22px;
    bottom: initial;
  }

  .intro--03 .intro__version {
    top: 24px;
    right: -20px;
  }

  .intro--04 .intro__version {
    top: 22px;
    right: -72px;
  }

  .intro--05 .intro__version {
    top: 24px;
    right: -108px;
  }

  .intro--06 .intro__version {
    top: 24px;
    right: -68px;
  }

  .intro--07 .intro__version {
    top: 24px;
    right: -88px;
  }

  .intro--08 .intro__version {
    top: 24px;
    right: -68px;
  }

  .intro--09 .intro__version {
    top: 24px;
    right: -68px;
  }

  .intro--10 .intro__version {
    top: -48px;
    right: -20px;
  }

  .intro--11 .intro__version {
    top: 24px;
    right: -68px;
  }

  .intro--12 .intro__version {
    top: 24px;
    right: -90px;
  }
  .intro--13 .intro__version {
    top: 24px;
    right: -68px;
  }
}
@media (min-width: 1441px) {
  .intro {
    background-position: 50% 0%;
  }
}
.intro .container {
  max-width: 1206px;
  width: calc(100% - 16px);
}
.intro__title {
  position: relative;
  z-index: 1;
  max-width: 375px;
  display: block;
  width: 100%;
}
.intro--02 .intro__title {
  max-width: 359px;
}
.intro--03 .intro__title {
  max-width: 359px;
}
.intro--04 .intro__title {
  max-width: 359px;
}
.intro--05 .intro__title {
  max-width: 359px;
}
.intro--06 .intro__title {
  max-width: 355px;
}
@media (min-width: 769px) {
  .intro .container {
    width: calc(100% - 25px);
  }
  .intro__title {
    max-width: 499px;
  }
  .intro--02 .intro__title {
    max-width: 499px;
  }
  .intro--03 .intro__title {
    max-width: 599px;
  }
  .intro--04 .intro__title {
    max-width: 499px;
  }
  .intro--05 .intro__title {
    max-width: 506px;
  }
  .intro--06 .intro__title {
    max-width: 599px;
  }
  .intro--07 .intro__title {
    max-width: 499px;
  }
  .intro--08 .intro__title {
    max-width: 499px;
  }
  .intro--09 .intro__title {
    max-width: 499px;
  }
  .intro--10 .intro__title {
    max-width: 568px;
  }
  .intro--11 .intro__title {
    max-width: 499px;
  }
  .intro--12 .intro__title {
    max-width: 499px;
  }
  .intro--13 .intro__title {
    max-width: 499px;
  }
}
.intro__title picture {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: calc(314 / 499 * 100%);
  position: relative;
  overflow: hidden;
}
.intro--02 .intro__title picture {
  padding-bottom: calc(377 / 499 * 100%);
}
.intro--04 .intro__title picture {
  padding-bottom: calc(377 / 499 * 100%);
}
.intro--05 .intro__title picture {
  padding-bottom: calc(377 / 506 * 100%);
}
.intro--06 .intro__title picture {
  padding-bottom: calc(253 / 325 * 100%);
}
.intro--07 .intro__title picture {
  padding-bottom: calc(261 / 359 * 100%);
}
.intro--08 .intro__title picture {
  padding-bottom: calc(261 / 359 * 100%);
}
.intro--09 .intro__title picture {
  padding-bottom: calc(261 / 359 * 100%);
}
.intro--10 .intro__title picture {
  padding-bottom: calc(377 / 568 * 100%);
}
.intro--11 .intro__title picture {
  padding-bottom: calc(377 / 499 * 100%);
}
.intro--12 .intro__title picture {
  padding-bottom: calc(377 / 499 * 100%);
}
.intro--13 .intro__title picture {
  padding-bottom: calc(377 / 499 * 100%);
}
@media (min-width: 769px) {
  .intro--06 .intro__title picture {
    padding-bottom: calc(314 / 499 * 100%);
  }
  .intro--07 .intro__title picture {
    padding-bottom: calc(377 / 499 * 100%);
  }
  .intro--08 .intro__title picture {
    padding-bottom: calc(377 / 499 * 100%);
  }
  .intro--09 .intro__title picture {
    padding-bottom: calc(377 / 499 * 100%);
  }
}
.intro__title picture img,
.intro__title picture iframe,
.intro__title picture video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.intro__title picture img,
.intro__title picture video {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.intro__version {
  position: absolute;
  bottom: -90px;
  left: 5px;
  z-index: -1;
  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;
  width: 120px;
  height: 120px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #042478;
}
@media (min-width: 769px) {
  .intro__version {
    bottom: initial;
    left: initial;
    top: -40px;
    right: -72px;
    font-size: 20px;
    line-height: 23px;
    width: 140px;
    height: 140px;
  }
}
.intro__version:after {
  content: "";
  display: block;
  width: 170px;
  height: 120px;
  background-image: url(../../assets/images/icons/intro-version-icon-sp.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -1px;
  left: 1px;
  z-index: 1;
}
@media (min-width: 769px) {
  .intro__version:after {
    width: 200px;
    height: 165px;
    background-image: url(../../assets/images/icons/intro-version-icon.svg);
    top: -12px;
    left: -12px;
  }
}
.intro__scroll {
  position: absolute;
  bottom: 56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  font-family: "Jost", sans-serif;
  -webkit-animation: bounce 0.8s linear infinite alternate;
  animation: bounce 0.8s linear infinite alternate;
}
@media (min-width: 769px) {
  .intro__scroll {
    display: block;
  }
}
.intro__scroll:after {
  content: "";
  display: block;
  height: 45px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -55px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.gallery {
  position: relative;
}
.gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 28px;
}
.gallery__list-item {
  display: block;
  min-width: 260px;
}
.gallery__list-inner {
  display: block;
  width: 100%;
}
.gallery__list-img {
  position: relative;
  max-width: 260px;
  display: block;
  width: 100%;
}
.gallery__list-img picture {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: calc(60 / 260 * 100%);
  position: relative;
  overflow: hidden;
}
.gallery__list-img picture img,
.gallery__list-img picture iframe,
.gallery__list-img picture video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.gallery__list-img picture img,
.gallery__list-img picture video {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.recommendations {
  padding-top: 48px;
  padding-bottom: 0px;
  background-image: url(../../assets/images/recommendations-bg.jpg);
  background-position: 50% 50%;
}
@media (min-width: 769px) {
  .recommendations {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.recommendations .container {
  max-width: 1088px;
  width: calc(100% - 20px);
}
.recommendations__title {
  position: relative;
  max-width: 320px;
  display: block;
  width: 100%;
  margin-top: 18px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 769px) {
  .recommendations__title {
    margin-top: 8px;
    max-width: 676px;
  }
  .recommendations__title--canada {
    margin-top: 14px;
    max-width: 556px;
  }
  .recommendations__title--canada-06 {
    max-width: 640px;
  }
  .recommendations__title--canada-07 {
    max-width: 555px;
  }
  .recommendations__title--canada-08 {
    max-width: 555px;
  }
  .recommendations__title--canada-09 {
    max-width: 555px;
  }
  .recommendations__title--canada-10 {
    max-width: 597px;
  }
  .recommendations__title--canada-11 {
    max-width: 555px;
  }
  .recommendations__title--canada-12 {
    max-width: 555px;
  }
}
.recommendations__title picture {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: calc(91 / 320 * 100%);
  position: relative;
  overflow: hidden;
}
.recommendations__title picture img,
.recommendations__title picture iframe,
.recommendations__title picture video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.recommendations__title picture img,
.recommendations__title picture video {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
@media (min-width: 769px) {
  .recommendations__title picture {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: calc(105 / 676 * 100%);
    position: relative;
    overflow: hidden;
  }
  .recommendations__title picture img,
  .recommendations__title picture iframe,
  .recommendations__title picture video {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .recommendations__title picture img,
  .recommendations__title picture video {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
}
.recommendations__list {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 3px;
}
.recommendations__list > li {
  width: calc((100% / 1) - (3px / 1 * 0));
}
@media (min-width: 769px) {
  .recommendations__list {
    margin-top: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px 3px;
  }
  .recommendations__list > li {
    width: calc((100% / 5) - (3px / 5 * 4));
  }
}
.recommendations__item {
  min-width: 215px;
}
.recommendations__item .btn {
  margin-top: auto;
}
.recommendations__item:first-child .recommendations__item-inner,
.rating__table-td.gold .recommendations__item-inner {
  background-color: #f2f0d1;
}
.recommendations__item:first-child .recommendations__item-count,
.rating__table-td.gold .recommendations__item-count {
  color: #b9ad00;
}
.recommendations__item:first-child .recommendations__item-count:after,
.rating__table-td.gold .recommendations__item-count:after {
  background-image: url(../../assets/images/icons/ranking-gold.svg);
}
.recommendations__item:nth-child(2) .recommendations__item-inner,
.rating__table-td.silver .recommendations__item-inner {
  background-color: #ededed;
}
.recommendations__item:nth-child(2) .recommendations__item-count,
.rating__table-td.silver .recommendations__item-count {
  color: #9b9b9b;
}
.recommendations__item:nth-child(2) .recommendations__item-count:after,
.rating__table-td.silver .recommendations__item-count:after {
  background-image: url(../../assets/images/icons/ranking-silver.svg);
}
.recommendations__item:nth-child(3) .recommendations__item-inner,
.rating__table-td.bronze .recommendations__item-inner {
  background-color: #ede6df;
}
.recommendations__item:nth-child(3) .recommendations__item-count,
.rating__table-td.bronze .recommendations__item-count {
  color: #ac8c6c;
}
.recommendations__item:nth-child(3) .recommendations__item-count:after,
.rating__table-td.bronze .recommendations__item-count:after {
  background-image: url(../../assets/images/icons/ranking-bronze.svg);
}
.recommendations__item-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  background-color: #fff;
  border: 1px solid #daddc6;
  border-radius: 10px;
  padding: 20px;
  min-height: 166px;
}

@media (min-width: 769px) {
  .recommendations__item-inner {
    padding: 70px 22px 22px;
    min-height: 332px;
  }
}
.recommendations__item-inner .btn {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 180px;
}
.recommendations__item-count {
  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;
  width: 49px;
  height: 46px;
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  text-align: center;
  color: #bcb19b;
}
@media (min-width: 769px) {
  .recommendations__item-count {
    font-size: 37px;
    line-height: 41px;
    width: 85px;
    height: 79px;
    top: -10px;
  }
}
.recommendations__item-count:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/images/icons/ranking-default.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -6px;
  left: 0;
  z-index: 1;
}
@media (min-width: 769px) {
  .recommendations__item-count:after {
    top: -10px;
  }
}
.recommendations__item-img {
  position: relative;
  max-width: 115px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
}
@media (min-width: 769px) {
  .recommendations__item-img {
    border-radius: 5px;
    max-width: 171px;
  }
}
.recommendations__item-img picture {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: calc(60 / 100 * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.recommendations__item-img picture img,
.recommendations__item-img picture iframe,
.recommendations__item-img picture video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.recommendations__item-img picture img,
.recommendations__item-img picture video {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
@media (min-width: 769px) {
  .recommendations__item-img picture {
    border-radius: 5px;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: calc(89 / 171 * 100%);
    position: relative;
    overflow: hidden;
  }
  .recommendations__item-img picture img,
  .recommendations__item-img picture iframe,
  .recommendations__item-img picture video {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .recommendations__item-img picture img,
  .recommendations__item-img picture video {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
}
.recommendations__item-content {
  padding-left: 10px;
}
@media (min-width: 769px) {
  .recommendations__item-content {
    padding-left: 0;
  }
}
.recommendations__item-title {
  font-size: 14px;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: 0.08em;

}
@media (min-width: 769px) {
  .recommendations__item-title {
    margin-top: 6px;
    font-size: 16px;
    text-align: center;
  }
}
.recommendations__item-text {
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.08em;
  color: #535353;
}
@media (min-width: 769px) {
  .recommendations__item-text {
    font-size: 12px;
    line-height: 18px;
  }
}
.agency {
  padding-top: 70px;
  padding-bottom: 64px;
}
@media (min-width: 769px) {
  .agency {
    padding-top: 98px;
    padding-bottom: 100px;
    background-image: url(../../assets/images/agency-bg.svg);
    background-position: 60% 20%;
    background-repeat: no-repeat;
    background-size: 1216px 663px;
  }
}
.agency__title {
  position: relative;
  max-width: 267px;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 769px) {
  .agency__title {
    max-width: 512px;
  }
}
.agency__title picture {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: calc(59 / 267 * 100%);
  position: relative;
  overflow: hidden;
}
.agency__title picture img,
.agency__title picture iframe,
.agency__title picture video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.agency__title picture img,
.agency__title picture video {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
@media (min-width: 769px) {
  .agency__title picture {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: calc(39 / 512 * 100%);
    position: relative;
    overflow: hidden;
  }
  .agency__title picture img,
  .agency__title picture iframe,
  .agency__title picture video {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .agency__title picture img,
  .agency__title picture video {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
}
.agency__subtitle {
  position: relative;
  margin-top: 2px;
  font-size: 18px;
  line-height: 39px;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
  color: #fc4ca4;
  padding-bottom: 14px;
}
.agency__subtitle:after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background-color: #d0d0d0;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.agency__text {
  margin-top: 32px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (min-width: 769px) {
  .agency__text {
    font-size: 16px;
    line-height: 24px;
  }
}
.agency__img {
  position: relative;
  max-width: 516px;
  display: block;
  width: 100%;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 769px) {
  .agency__img {
    margin-top: 48px;
  }
}
.agency__img picture {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: calc(406 / 516 * 100%);
  position: relative;
  overflow: hidden;
}
.agency__img picture img,
.agency__img picture iframe,
.agency__img picture video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.agency__img picture img,
.agency__img picture video {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.costs {
  background-image: url(../../assets/images/costs-bg.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 64px;
  padding-bottom: 100px;
}
@media (min-width: 769px) {
  .costs {
    padding-top: 100px;
  }
}
.costs__item {
  border-radius: 20px;
  background-color: #fff;
  border: 1px dashed #fc4ca4;
  padding: 32px 16px;
  margin-top: 20px;
}
.costs__item:first-child {
  margin-top: 0;
}
@media (min-width: 769px) {
  .costs__item {
    margin-top: 32px;
    padding: 50px 36px;
  }
}
.costs__title {
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 769px) {
  .costs__title {
    font-size: 24px;
    line-height: 49px;
  }
}
.costs__title--big {
  font-size: 26px;
  color: #fc4ca4;
}
@media (min-width: 769px) {
  .costs__title--big {
    font-size: 30px;
  }
}
.costs__title--underline {
  display: inline;
  background-image: -o-linear-gradient(top, #ffff9d 15px, transparent 100%);
  background-image: linear-gradient(180deg, #ffff9d 15px, transparent 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s ease 0s;
  -o-transition: background-size 0.3s ease 0s;
  transition: background-size 0.3s ease 0s;
  border-radius: 8px;
  background-size: 100% 15px;
  padding: 0 5px;
  margin-right: -5px;
}
.costs__title--dot {
  position: relative;
  display: inline-block;
}
.costs__title--dot:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fc4ca4;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.costs__tab {
  gap: 3px 2px;
  margin-top: 22px;
}
@media (min-width: 769px) {
  .costs__tab {
    margin-top: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.costs__tab-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100px;
  margin-top: 2px;
}
.costs__tab-item:first-child {
  margin-top: 0;
}
@media (min-width: 769px) {
  .costs__tab-item {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .costs__tab-item div {
    margin-right: 2px;
  }
  .costs__tab-item div:last-child {
    margin-right: 0;
  }
}
@media (min-width: 769px) {
  .costs__tab-item--default {
    width: 185px;
  }
}
@media (max-width: 768px) {
  .costs__tab-item--default div {
    margin-right: 0;
  }
}
.costs__tab-item--default .costs__tab-heading {
  background-color: #5d5d5d;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media (min-width: 769px) {
  .costs__tab-item--default .costs__tab-heading {
    background-color: #fff;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
  }
}
.costs__tab-item--default .costs__tab-heading-title {
  color: #fff;
}
@media (min-width: 769px) {
  .costs__tab-item--default .costs__tab-heading-title {
    color: #535353;
  }
}
.costs__tab-item--default .costs__tab-content {
  background-color: #727272;
  min-height: 0;
  min-height: initial;
  padding: 5px 3px;
}
@media (min-width: 769px) {
  .costs__tab-item--default .costs__tab-content {
    padding: 15px 12px;
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
  }
}
.costs__tab-item--default .costs__tab-content-text {
  font-size: 12px;
  color: #fff;
}
@media (min-width: 769px) {
  .costs__tab-item--default .costs__tab-content-text {
    font-size: 13px;
    color: #535353;
    font-weight: 500;
  }
}
.costs__tab-heading {
  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;
  background-color: #fc4ca4;
  padding: 12px 9px;
  width: 140px;
  min-width: 102px;
}
@media (min-width: 769px) {
  .costs__tab-heading {
    width: auto;
    width: initial;
    min-width: 0;
    min-width: initial;
    padding: 7px 15px;
  }
}
.costs__tab-heading-title {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media (min-width: 769px) {
  .costs__tab-heading-title {
    font-size: 13px;
    line-height: 20px;
  }
}
.costs__tab-content {
  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;
  background-color: #ffe8f4;
  padding: 10px 2px 12px;
  width: calc(100% - 140px);
  min-height: 60px;
}
@media (min-width: 769px) {
  .costs__tab-content {
    padding: 15px 12px 16px;
    margin-bottom: 2px;
    width: auto;
    width: initial;
    min-height: 0;
    min-height: initial;
  }
}
.costs__tab-content:last-child {
  margin-bottom: 0;
}
.costs__tab-content-text {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  color: #fc4ca4;
  text-align: center;
}
.costs__text {
  margin-top: 24px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.08em;
  font-weight: 400;
}
@media (min-width: 769px) {
  .costs__text {
    margin-top: 32px;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
  }
}
.study {
  padding-top: 30px;
  padding-bottom: 65px;
  background-image: url(../../assets/images/recommendations-bg.jpg);
  background-position: 50% 50%;
}
@media (min-width: 769px) {
  .study {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.study .container {
  width: calc(100% - 20px);
}
.study__list {
  margin-top: 48px;
}
@media (min-width: 769px) {
  .study__list {
    margin-top: 44px;
  }
}
.study__item {
  margin-top: 50px;
}
.study__item:first-child {
  margin-top: 0;
}
.study__item:nth-child(1) .study__item-count {
  background-color: #b9ad00;
}
.study__item:nth-child(2) .study__item-count {
  background-color: #9b9b9b;
}
.study__item:nth-child(3) .study__item-count {
  background-color: #ac8c6c;
}
.study__item-inner {
  position: relative;
  display: flex;
  flex-direction: column; /* 子要素を縦に並べる */
  max-width: 100%; /* 最大幅を100%に変更 */
  margin: 0 auto;
  padding-bottom: 50px; /* tacボタンのための余白を確保 */
  border-radius: 20px;
  background-color: #fff;
}
.study__item-header {
  position: relative;
  border-radius: 10px 10px 0px 0px;
  background-color: #fc4ca4;
  padding: 15px 20px 14px;
}
@media (min-width: 769px) {
  .study__item-header {
    padding: 26px 20px 30px;
    border-radius: 20px 20px 0px 0px;
  }
}
.study__item-count {
  position: absolute;
  top: -20px;
  left: 8px;
  z-index: 1;
  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;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-family: "Jost", sans-serif;
  text-align: center;
  color: #fff;
  background-color: #bcb19b;
}
@media (min-width: 769px) {
  .study__item-count {
    top: -28px;
    left: 12px;
    width: 100px;
    height: 100px;
    font-size: 37px;
    line-height: 41px;
  }
}
.study__item-count:after {
  content: "";
  display: block;
  width: 55px;
  height: 52px;
  background-image: url(../../assets/images/icons/ranking-white.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 1;
}
@media (min-width: 769px) {
  .study__item-count:after {
    width: 85px;
    height: 79px;
    left: 8px;
  }
}
.study__item-header-title {
  font-size: 21px;
  line-height: 24px;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media (min-width: 769px) {
  .study__item-header-title {
    font-size: 24px;
  }
}
.study__item-body {
  padding-top: 24px;
  padding-right: 10px;
  padding-bottom: 32px;
  padding-left: 10px;
}
@media (min-width: 769px) {
  .study__item-body {
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 64px;
  }
}
.study__item-body-text {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #f00;
  text-align: center;
}
@media (min-width: 769px) {
  .study__item-body-text {
    font-size: 18px;
    line-height: 27px;
  }
}
.study__item-content {
  margin-top: 25px;
}
@media (min-width: 769px) {
  .study__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.study__item-img {
  position: relative;
  max-width: 335px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 100%;
}
@media (min-width: 769px) {
  .study__item-img {
    max-width: 312px;
  }
}
.study__item-img picture {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: calc(234 / 312 * 100%);
  position: relative;
  overflow: hidden;
}
.study__item-img picture img,
.study__item-img picture iframe,
.study__item-img picture video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.study__item-img picture img,
.study__item-img picture video {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.study__item-tables {
  display: block;
  width: 100%;
  padding-top: 10px;
}
@media (min-width: 769px) {
  .study__item-tables {
    padding-top: 0;
    padding-left: 18px;
  }
}
.study__item-table {
  margin-top: 14px;
  width: 100%;
}
.study__item-table:first-child {
  margin-top: 0;
}
.study__item-table-th {
  padding: 8px;
  width: 50%;
  background-color: #fc4ca4;
  border: 1px solid #fc4ca4;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.study__item-table-th:first-child {
  border-right: 1px solid #fff;
}
.study__item-table-td {
  padding: 10px 5px;
  width: 50%;
  background-color: #fff;
  border: 1px solid #fc4ca4;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 21px;
  text-align: center;
}
.study__item-table-td-small {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #535353;
}
.study__item-box {
  position: relative;
  border-radius: 10px;
  background-color: #fbfcf4;
  border: 1px solid #daddc6;
  padding: 65px 16px 15px;
  margin-top: 46px;
}
@media (min-width: 769px) {
  .study__item-box {
    margin-top: 34px;
    padding: 56px 40px 24px;
  }
}
.study__item-box:before {
  content: "";
  display: block;
  width: 284px;
  height: 84px;
  background-image: url(../../assets/images/study-icon.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -32px;
  left: 8px;
  z-index: 1;
}
@media (min-width: 769px) {
  .study__item-box:before {
    left: 20px;
  }
}
.study__item-box-title {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.08em;
  font-weight: 500;
  display: inline;
  background-image: -o-linear-gradient(top, #ffff9d 12px, transparent 100%);
  background-image: linear-gradient(180deg, #ffff9d 12px, transparent 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s ease 0s;
  -o-transition: background-size 0.3s ease 0s;
  transition: background-size 0.3s ease 0s;
  border-radius: 0;
  background-size: 100% 12px;
}
@media (min-width: 769px) {
  .study__item-box-title {
    font-size: 16px;
    line-height: 24px;
  }
}
.study__item-box-text {
  margin-top: 6px;
  padding-bottom: 16px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #535353;
}
.study__item-logo {
  position: relative;
  max-width: 256px;
  display: block;
  width: 100%;
  margin-top: 16px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
}
@media (min-width: 769px) {
  .study__item-logo {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.study__item-logo picture {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: calc(64 / 256 * 100%);
  position: relative;
  overflow: hidden;
}
.study__item-logo picture img,
.study__item-logo picture iframe,
.study__item-logo picture video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.study__item-logo picture img,
.study__item-logo picture video {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.question {
  padding-top: 64px;
}
@media (min-width: 769px) {
  .question {
    padding-top: 100px;
  }
}
.question__box {
  border-radius: 20px;
  border: 1px solid #fc4ca4;
  padding-top: 40px;
  padding-right: 15px;
  padding-bottom: 46px;
  padding-left: 15px;
}
@media (min-width: 769px) {
  .question__box {
    padding-top: 48px;
    padding-right: 40px;
    padding-bottom: 48px;
    padding-left: 40px;
  }
}
.question__title {
  font-size: 21px;
  line-height: 29px;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fc4ca4;
  text-align: center;
}
@media (min-width: 769px) {
  .question__title {
    font-size: 30px;
    line-height: 45px;
  }
}
.question__box-content {
  position: relative;
  border-radius: 10px;
  background-color: #fbfcf4;
  border: 1px solid #daddc6;
  padding-top: 28px;
  padding-right: 20px;
  padding-bottom: 14px;
  padding-left: 114px;
  margin-top: 40px;
}
@media (min-width: 769px) {
  .question__box-content {
    padding-top: 34px;
    padding-bottom: 28px;
    padding-left: 180px;
  }
}
.question__box-content:before {
  content: "";
  display: block;
  width: 110px;
  height: 117px;
  position: absolute;
  bottom: -6px;
  left: 5px;
  z-index: 1;
  background-image: url(../../assets/images/question-icon.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 769px) {
  .question__box-content:before {
    width: 172px;
    height: 185px;
    bottom: -10px;
    left: 8px;
  }
}
.question__box-banner {
  position: absolute;
  top: -16px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  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;
  width: 100%;
  max-width: 180px;
  border-radius: 16px;
  background-color: #b9ad00;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 2px 5px 3px;
}
.question__box-banner span {
  display: inline-block;
  position: relative;
  padding: 0 22px;
}
.question__box-banner span:before,
.question__box-banner span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 5.5px 0 5.5px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.question__box-banner span:before {
  left: 0;
}
.question__box-banner span:after {
  right: 0;
}
.question__box-title {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.08em;
  font-weight: 700;
  max-width: 470px;
}
@media (min-width: 769px) {
  .question__box-title {
    font-size: 18px;
    line-height: 27px;
    text-align: center;
  }
}
.question__text {
  margin-top: 28px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.08em;
  font-weight: 400;
}
@media (min-width: 769px) {
  .question__text {
    margin-top: 24px;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
  }
}
.company {
  padding-top: 72px;
  padding-bottom: 64px;
}
@media (min-width: 769px) {
  .company {
    padding-top: 110px;
    padding-bottom: 100px;
  }
}
.company .container {
  width: calc(100% - 20px);
}
.company__title {
  position: relative;
  max-width: 120px;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 769px) {
  .company__title {
    max-width: 168px;
    padding-bottom: 30px;
  }
}
.company__title:after {
  content: "";
  display: none;
  width: 80px;
  height: 1px;
  background-color: #d0d0d0;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 769px) {
  .company__title:after {
    display: block;
  }
}
.company__title picture {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: calc(39 / 168 * 100%);
  position: relative;
  overflow: hidden;
}
.company__title picture img,
.company__title picture iframe,
.company__title picture video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.company__title picture img,
.company__title picture video {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.company__list {
  margin-top: 26px;
  margin-bottom: 48px;
}
@media (min-width: 769px) {
  .company__list {
    margin-top: 30px;
  }
}
.company__list-item {
  padding-top: 15px;
  padding-right: 12px;
  padding-bottom: 15px;
  padding-left: 10px;
  border-top: 1px solid #d0d0d0;
}
@media (min-width: 769px) {
  .company__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 0;
    padding: 0;
  }
}
.company__list-item:last-child {
  border-bottom: 1px solid #d0d0d0;
}
@media (min-width: 769px) {
  .company__list-item:last-child .company__list-heading {
    border-bottom: 1px solid #fc4ca4;
  }
}
@media (min-width: 769px) {
  .company__list-item:last-child .company__list-content {
    border-bottom: 1px solid #d0d0d0;
  }
}
@media (min-width: 769px) {
  .company__list-heading,
  .company__list-content {
    padding: 13px 18px 13px 14px;
  }
}
.company__list-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 3px;
}
@media (min-width: 769px) {
  .company__list-heading {
    padding-bottom: 0;
    width: 200px;
    background-color: #ffe0ef;
    border-top: 1px solid #fc4ca4;
  }
}
.company__list-title {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fc4ca4;
}
.company__list-content {
  display: block;
}
@media (min-width: 769px) {
  .company__list-content {
    width: calc(100% - 200px);
    border-top: 1px solid #d0d0d0;
  }
}
.company__list-text {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.08em;
  font-weight: 400;
}
.company__sublist-item {
  position: relative;
  padding-left: 20px;
}
.company__sublist-item:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background-color: #292929;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 5px;
  z-index: 1;
}
.rating {
  padding-top: 64px;
  padding-bottom: 100px;
}
@media (min-width: 769px) {
  .rating {
    padding-top: 60px;
  }
}
.rating .container {
  max-width: 1090px;
}
@media (max-width: 768px) {
  .rating .container {
    width: calc(100% - 24px);
    margin-right: 0;
  }
}
.rating__title-wrapper {
  position: relative;
  display: block;
  width: 100%;
  max-width: 335px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 769px) {
  .rating__title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    max-width: 864px;
  }
}
.rating__title {
  position: relative;
  max-width: 240px;
  display: block;
  width: 100%;
  padding-bottom: 28px;
  padding-right: 24px;
  margin-right: auto;
  margin-left: auto;
}
.rating__title--canada {
  max-width: 235px;
}
.rating__title--canada-coop {
  max-width: 295px;
}
@media (min-width: 769px) {
  .rating__title {
    padding-bottom: 22px;
    max-width: 556px;
    margin: 0;
  }
  .rating__title--canada {
    margin-right: auto;
    margin-left: auto;
  }

  .rating__title--canada-wh {
    max-width: 644px;
    margin-right: auto;
    margin-left: auto;
  }

  .rating__title--canada-coop {
    max-width: 687px;
    margin-right: auto;
    margin-left: auto;
  }

  .rating__title--canada-06 {
    max-width: 724px;
    margin-right: auto;
    margin-left: auto;
  }

  .rating__title--canada-07 {
    max-width: 735px;
    margin-right: auto;
    margin-left: auto;
  }
  .rating__title--canada-08 {
    max-width: 735px;
    margin-right: auto;
    margin-left: auto;
  }
  .rating__title--canada-09 {
    max-width: 756px;
    margin-right: auto;
    margin-left: auto;
  }
  .rating__title--canada-10 {
    max-width: 740px;
    margin-right: auto;
    margin-left: auto;
  }
  .rating__title--canada-11 {
    max-width: 756px;
    margin-right: auto;
    margin-left: auto;
  }
  .rating__title--canada-12 {
    max-width: 756px;
    margin-right: auto;
    margin-left: auto;
  }
}
.rating__title:after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background-color: #d0d0d0;
  position: absolute;
  bottom: 0;
  left: 45%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.rating__title picture {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: calc(91 / 174 * 100%);
  position: relative;
  overflow: hidden;
}
.rating__title picture img,
.rating__title picture iframe,
.rating__title picture video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.rating__title picture img,
.rating__title picture video {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
@media (min-width: 769px) {
  .rating__title picture {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: calc(58 / 556 * 100%);
    position: relative;
    overflow: hidden;
  }
  .rating__title picture img,
  .rating__title picture iframe,
  .rating__title picture video {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .rating__title picture img,
  .rating__title picture video {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .rating__title--canada picture {
    padding-bottom: calc(79 / 556 * 100%);
  }

  .rating__title--canada-wh picture {
    padding-bottom: calc(86 / 671 * 100%);
  }

  .rating__title--canada-coop picture {
    padding-bottom: calc(83 / 687 * 100%);
  }
}
.rating__title-banner {
  position: absolute;
  top: -14px;
  left: -18px;
  z-index: 1;
  display: block;
  width: 78px;
  height: 78px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 2px solid #e95aa2;
  border-radius: 50%;
  font-size: 9px;
  line-height: 12px;
  font-weight: 700;
  color: #fc4ca4;
  text-align: center;
  padding: 4px;
}
@media (min-width: 375px) {
  .rating__title-banner {
    left: -5px;
  }
}
@media (min-width: 769px) {
  .rating__title-banner {
    position: static;
    width: 140px;
    height: 140px;
    font-size: 18px;
    line-height: 24px;
    padding: 5px;
  }
}
.rating__title-banner span {
  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;
  width: 100%;
  height: 100%;
  border: 1px solid #e95aa2;
  border-radius: 50%;
}
.rating__table-relative {
  position: relative;
}
.rating__table-wrapper {
  overflow-x: scroll;
  margin-left: 112px;
  padding-bottom: 12px;
}
@media (min-width: 769px) {
  .rating__table-wrapper {
    padding-bottom: 16px;
    margin-left: 178px;
  }
}
.rating__table-wrapper::-webkit-scrollbar {
  height: 12px;
}
.rating__table-wrapper::-webkit-scrollbar-track {
  background-color: #e3e3e3;
  border-radius: 6px;
}
.rating__table-wrapper::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #fc4ca4;
  border: 0;
}
.rating__table-wrapper * {
  scrollbar-width: thin;
  scrollbar-color: #fc4ca4 #e3e3e3;
}
.rating__table {
  width: 1476px;
  margin-top: 30px;
  border-collapse: separate;
}
@media (min-width: 769px) {
  .rating__table {
    width: 1090px;
    margin-top: 58px;
    border-spacing: 4px 0;
    margin-top: 86px;
  }
}
.rating__table .recommendations__item-img {
  max-width: 171px;
  margin-top: 2px;
}
@media (min-width: 1025px) {
  .rating__table .recommendations__item-img {
    margin-top: 0;
  }
}
.rating__table .recommendations__item-img picture {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: calc(89 / 171 * 100%);
  position: relative;
  overflow: hidden;
}
.rating__table .recommendations__item-img picture img,
.rating__table .recommendations__item-img picture iframe,
.rating__table .recommendations__item-img picture video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.rating__table .recommendations__item-img picture img,
.rating__table .recommendations__item-img picture video {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.rating__table .recommendations__item-title {
  font-size: 16px;
  margin-top: 6px;
}
.rating__table .recommendations__item-count {
  position: relative;
  top: 0;
  z-index: 1;
  font-size: 21px;
  line-height: 25px;
  width: 47px;
  height: 44px;
}
@media (min-width: 769px) {
  .rating__table .recommendations__item-count {
    position: absolute;
    font-size: 37px;
    line-height: 41px;
    top: -42px;
    width: 85px;
    height: 79px;
  }
}
.rating__table .btn {
  font-size: 12px;
}
@media (min-width: 769px) {
  .rating__table tbody tr:first-child .rating__table-td {
    border-radius: 10px 10px 0 0;
  }
}
@media (min-width: 769px) {
  .rating__table tbody tr:last-child .rating__table-td {
    border-radius: 0 0 10px 10px;
  }
}
.rating__table tbody tr:last-child .rating__table-heading {
  border-bottom: 1px solid #cecece;
}
.rating__table-heading {
  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;
}
@media (min-width: 769px) {
  .rating__table-heading {
    border-top: 1px solid #cecece;
  }
}
.rating__table-th {
  background-color: #f0f0f0;
  padding: 3px 2px;
  height: 32px;
  border-right: 1px solid #cecece;
}
.rating__table-th:last-child {
  border-right: 0;
}
@media (min-width: 769px) {
  .rating__table-th {
    border-right: 0;
    height: auto;
    padding: 0;
    background-color: #fff;
  }
}
.rating__table-th--w100 {
  width: 100px;
}
.rating__table-th--w124 {
  width: 124px;
}
.rating__table-th--w154 {
  width: 154px;
}
.rating__table-th--w170 {
  width: 170px;
}
.rating__table-th--w290 {
  width: 290px;
}
.rating__table-heading-title {
  display: block;
  width: 100%;
  position: relative;
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 769px) {
  .rating__table-heading-title {
    font-size: 16px;
    line-height: 21px;
    padding-right: 10px;
  }
}
.rating__table-heading-title:after {
  content: "";
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 7px;
  border-color: transparent transparent transparent #292929;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 769px) {
  .rating__table-heading-title:after {
    display: block;
  }
}
.rating__table-td {
  position: relative;
  border-top: 1px solid #cecece;
  border-right: 1px solid #cecece;
  padding-top: 2px;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-left: 10px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #535353;
  text-align: center;
  height: 168px;
  background-color: #fff;
}
.rating__table-td:last-child {
  border-right: 0;
}
@media (min-width: 769px) {
  .rating__table-td {
    border: 1px solid #daddc6;
    padding-top: 20px;
    padding-right: 18px;
    padding-bottom: 20px;
    padding-left: 18px;
    height: auto;
    min-width: 215px;
  }
}
@media (max-width: 768px) {
  .rating__table-td.text-left {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media (min-width: 769px) {
  .rating__table-td.text-left {
    vertical-align: top;
  }
}
.rating__table-td.p16 {
  padding-right: 16px;
  padding-left: 16px;
}
.rating__table-td.gold {
  background-color: #f2f0d1;
}
.rating__table-td.silver {
  background-color: #ededed;
}
.rating__table-td.bronze {
  background-color: #ede6df;
}
.rating__table-recommendation {
  padding-top: 18px;
}
@media (min-width: 769px) {
  .rating__table-recommendation {
    padding-top: 36px;
  }
}
.rating__table-td-title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #292929;
}
.rating__table-link {
  display: block;
  font-size: 14px;
  line-height: 34px;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-decoration: underline;
  text-align: center;
}
[data-table-heading] {
  position: absolute;
  left: 0;
  max-width: 120px;
  width: 100%;
  z-index: 2;
}
@media (min-width: 769px) {
  [data-table-heading] {
    max-width: 168px;
  }
}
.quotes {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fefafd;
}
@media (min-width: 769px) {
  .quotes {
    padding-top: 78px;
  }
}
.quotes__suptitle {
  font-size: 18px;
  line-height: 39px;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
  color: #fc4ca4;
}
.quotes__title {
  position: relative;
  max-width: 318px;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 28px;
}
@media (min-width: 769px) {
  .quotes__title {
    padding-bottom: 30px;
    margin-top: 6px;
    max-width: 457px;
  }
}
.quotes__title picture {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: calc(40 / 457 * 100%);
  position: relative;
  overflow: hidden;
}
.quotes__title picture img,
.quotes__title picture iframe,
.quotes__title picture video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.quotes__title picture img,
.quotes__title picture video {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.quotes__title:after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background-color: #d0d0d0;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.quotes__text {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.08em;
  font-weight: 400;
  text-align: center;
  margin-top: 32px;
}
@media (min-width: 769px) {
  .quotes__text {
    font-size: 16px;
    line-height: 24px;
  }
}
.quotes__img {
  position: relative;
  max-width: 275px;
  display: block;
  width: 100%;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 769px) {
  .quotes__img {
    margin-top: 36px;
    max-width: 405px;
  }
}
.quotes__img picture {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: calc(126 / 405 * 100%);
  position: relative;
  overflow: hidden;
}
.quotes__img picture img,
.quotes__img picture iframe,
.quotes__img picture video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.quotes__img picture img,
.quotes__img picture video {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
@media (min-width: 769px) {
  .hidden-pc {
    display: none;
  }
}
@media (max-width: 768px) {
  .hidden-md {
    display: none;
  }
}
.text-left {
  text-align: left;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .flex-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flex-align-center-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.m-center {
  margin-right: auto;
  margin-left: auto;
}
.mt-16 {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .mt-10-md {
    margin-top: 10px;
  }
}
.survey__wrapper {
  background-image: url(../../assets/images/recommendations-bg.jpg);
  background-position: 50% 50%;
}
.survey {
  padding-top: 136px;
  padding-bottom: 30px;
}
.survey .footer__text {
  margin-top: 62px;
}
@media (min-width: 769px) {
  .survey {
    padding-top: 82px;
    padding-bottom: 42px;
  }
  .survey .footer__text {
    margin-top: 80px;
  }
}
.survey__title {
  position: relative;
  max-width: 262px;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 40px;
}
@media (min-width: 769px) {
  .survey__title {
    max-width: 374px;
  }
}
.survey__title picture {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: calc(40 / 374 * 100%);
  position: relative;
  overflow: hidden;
}
.survey__title picture img,
.survey__title picture iframe,
.survey__title picture video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.survey__title picture img,
.survey__title picture video {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.survey__box {
  border-radius: 20px;
  background-color: #fff;
  padding: 40px;
  margin-bottom: 48px;
}
@media (min-width: 769px) {
  .survey__box {
    padding: 80px;
    margin-bottom: 32px;
  }
}
.survey__text {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
@media (min-width: 769px) {
  .survey__text {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 2px;
  }
}
.survey__caption {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #535353;
}
.survey__caption + .survey__text {
  margin-top: 32px;
}
@media (min-width: 769px) {
  .survey__caption + .survey__text {
    margin-top: 21px;
  }
}
.survey__link {
  text-align: center;
}
.survey__link-text {
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  text-decoration: underline;
  color: #ef2b8d;
}
@media (min-width: 769px) {
  .survey__link-text {
    font-size: 16px;
  }
}

.agent__link-wrapper {
  margin: 48px 0;
}
.agent__link-title {
  font-size: 16px;
}
.agent__link-text {
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  text-decoration: underline;
  color: #ef2b8d;
}

.results {
  padding-top: 80px;
  padding-bottom: 120px;
  background-color: rgb(252, 76, 164);
  background-image: url(../images/bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .results {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

.results__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(auto, 444px));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 24px 16px;
  gap: 24px 16px;
  margin-top: 44px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

@media (max-width: 943px){
  .results__list{
    display: grid;
  }
  }

@media (max-width: 767px) {
  .results__list {
    margin-top: 25px;
  }
}
.results__list-item {
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  counter-reset: points;
  width: 45%;
}

@media (max-width: 943px){
  .results__list-item{
    width: 100%;
  }
  }

.results__item-logo {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
}
.results__item-logo picture {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  height: 100%;
}
.results__item-logo picture img {
  display: block;
  width: auto;
  height: 100%;
}
.results__item-logo + .results__item-title {
  margin-top: 40px;
}
.results__item-title {
  padding-left: 10px;
  padding-right: 10px;
}
.results__item-title .title {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #292929;
}
@media (max-width: 374px) {
  .results__item-title .title {
    font-size: 18px;
    line-height: 22px;
  }
}
.results__item-title .title .small {
  font-size: 18px;
}
.results__item-title .title + .subtitle {
  margin-top: 9px;
}
.results__item-title .subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #292929;
}
.results__item-title + .results__item-price {
  margin-top: 12px;
}
.results__item-price {
  width: calc(100% - 2px);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}
.results__item-price + .results__item-btn {
  margin-top: 8px;
}
.results__item-price-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 90px;
  padding: 10px;
  color: #285E95;
  background-color: currentColor;
}
.results__item-price-inner:after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 11px 0 11px;
  border-color: currentColor transparent transparent transparent;
}
.results__item-price-inner .price {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}
.results__item-price-inner .info {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.results__item-price-inner .info--small {
  font-size: 12px;
  line-height: 16px;
}
.results__item-btn {
  padding-left: 10px;
  padding-right: 10px;
}
.results__item-btn + .results__point-list {
  margin-top: 20px;
}
.results__point-list {
  padding: 24px 15px 44px;
  background-color: #f5f5f5;
  height: 100%;
}
@media (max-width: 767px) {
  .results__point-list {
    padding-bottom: 24px;
  }
}
.results__point-item {
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.results__point-item:not(:first-child) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #d8d8d8;
}
.results__point-item-counter {
  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;
  width: 80px;
  height: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #fff;
  border: 1px solid #d5dce3;
  border-radius: 50%;
}
@media (max-width: 374px) {
  .results__point-item-counter {
    width: 70px;
    height: 70px;
  }
}
.results__point-item-counter p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #285E95;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 374px) {
  .results__point-item-counter p {
    font-size: 10px;
    line-height: 12px;
  }
}
.results__point-item-counter p:after {
  counter-increment: points;
  content: counter(points, decimal-leading-zero);
  display: block;
  font-size: 37px;
  line-height: 40px;
}
@media (max-width: 374px) {
  .results__point-item-counter p:after {
    font-size: 32px;
    line-height: 35px;
  }
}
.results__point-item-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #292929;
}
@media (max-width: 767px) {
  .results__point-item-text {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 374px) {
  .results__point-item-text {
    font-size: 11px;
    line-height: 18px;
  }
}

.btn--medium1{
  width: 70%;
    height: 40px;
    margin: 20px auto;
}

@media (max-width: 370px){
  .btn--medium1{
      width: 100%;
    }
    }

/*20240918ボタンイメージ*/
.header-ranking-button {
  display:flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto; /* tacボタンの中央揃え */
  margin-top: 20px; /* ボタンの上に間隔を設ける */
  position:absolute; /* 親要素の中で絶対配置 */
  bottom: 10px; /* 親要素の底に配置 */
  left: 10px;
  right: 10px;
  background: #fc612d;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0,0,0,0.15);
  overflow: hidden;
  width: 90%; /* 幅を適切に設定 */
  height: 100%; /* 高さを設定 */
  max-height: 40px;
  max-width: 300px; /* 最大幅をrecommendations__item-innerに合わせる */
}

.recommendations-button {
  display:flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 20px; /* ボタンの上に間隔を設ける */
  position:relative; /* 親要素の中で絶対配置 */
  bottom: 10px; /* 親要素の底に配置 */
  left: 10px;
  right: 10px;
  background: #fc612d;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0,0,0,0.15);
  overflow: hidden;
  width: 90%; /* 幅を適切に設定 */
  height: 100%; /* 高さを設定 */
  max-height: 40px;
  max-width: 300px; /* 最大幅をrecommendations__item-innerに合わせる */
}

.results-button {
  display:flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin:auto; /* tacボタンの中央揃え */
  margin-top: 20px; /* ボタンの上に間隔を設ける */
  position:relative; /* 親要素の中で絶対配置 */
  bottom: 10px; /* 親要素の底に配置 */
  background: #fc612d;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0,0,0,0.15);
  overflow: hidden;
  width: 90%; /* 幅を適切に設定 */
  height: 100%; /* 高さを設定 */
  max-height: 40px;
  max-width: 300px; /* 最大幅をrecommendations__item-innerに合わせる */
}

/* .muryoのスタイル調整 */
.muryo {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fd952d;
  color: #fff;
  font-size: 12px;
  padding: 0 5px; /* パディングを追加 */
  height: 80px; /* 高さをボタンに合わせる */
  border-radius: 10px 0 0 10px; /* 角丸を左側にのみ適用 */
  writing-mode: vertical-rl; /* 縦書き */
  letter-spacing: 1px; /* 文字間隔 */
  flex-shrink: 0; /* ボタンの横幅を固定 */
}
/* ボタンスタイルの調整 */
button.t_form_btn {
  cursor: pointer;
  margin: 0;
  padding: 0 10px; /* パディングを追加して内部のテキストとの間隔を作る */
  width: auto; /* 自動幅 */
  height: 45px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  background: #fc612d; /* 背景色を#fc612dに設定 */
  font-size: 14px;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  flex-grow: 1; /* フレックスアイテムとして拡張を許可 */
}

button.t_form_btn::before {
  position: absolute;
  background-color: #fff;
  content: "";
  width: 30px;
  height: 100%;
  left: 0;
  opacity: 0;
  top: -180px;
  transform: rotate(45deg);
  animation: shine 3s ease-in-out infinite;
}
@keyframes shine {
	  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; }
}


.footer-ranking-button {
  display:flex;
  align-items: center;
  justify-content: flex-start; /* 要素を左寄せにする */
  text-align: center;
  margin: 0 auto; /* tacボタンの中央揃え */
  margin-top: 20px; /* ボタンの上に間隔を設ける */
  position:relative; /* 親要素の中で絶対配置 */
  bottom: 10px; /* 親要素の底に配置 */
  background: #fc612d;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0,0,0,0.15);
  overflow: hidden;
  width: 100%; /* 幅を適切に設定 */
  height: 100%; /* 高さを設定 */
  max-height: 80px;
  max-width: 500px; /* 最大幅をrecommendations__item-innerに合わせる */
}
.footer-muryo {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fd952d;
  color: #fff;
  font-size: 20px;
  padding: 0 10px; /* パディングを追加 */
  height: 80px; /* 高さをボタンに合わせる */
  border-radius: 10px 0 0 10px; /* 角丸を左側にのみ適用 */
  writing-mode: vertical-rl; /* 縦書き */
  letter-spacing: 5px; /* 文字間隔 */
  flex-shrink: 0; /* ボタンの横幅を固定 */

}
/* ボタンスタイルの調整 */
button.footer-t_form_btn {
  cursor: pointer;
  margin: 0;
  padding: 0 10px; /* パディングを追加して内部のテキストとの間隔を作る */
  width: auto; /* 自動幅 */
  height: 45px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  background: #fc612d; /* 背景色を#fc612dに設定 */
  font-size: 20px;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  flex-grow: 1; /* フレックスアイテムとして拡張を許可 */
}
button.footer-t_form_btn::before {
  position: absolute;
  background-color: #fff;
  content: "";
  width: 30px;
  height: 100%;
  left: 0;
  opacity: 0;
  top: -180px;
  transform: rotate(45deg);
  animation: shine 3s ease-in-out infinite;
}
@keyframes shine {
	  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; }
}