@charset "UTF-8";
.oswald-regular, .feature-item .text h3 .num, .swiper-control .swiper-paging {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

.oswald-regular, .feature-item .text h3 .num, .swiper-control .swiper-paging {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

:root {
  --color-bg-yellow: #FDF9E8;
}

/* -----------------------
  COMMON
 ------------------------- */
html {
  background-color: #fff;
  /*
  font-size: 16px;
  */
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  position: relative;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body, button, input, select, textarea {
  color: #231200;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
}

body {
  line-height: 1.6;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

article, aside, audio, blockquote, body, canvas, caption, dd, details, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, iframe, legend, li, nav, ol, p, section, ul, video {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
  padding-left: 0;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
  vertical-align: bottom;
}

:focus {
  outline: none;
}

.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

*, article {
  box-sizing: border-box;
}

.scroll_fadein {
  opacity: 0;
  transform: translate(-60px, 0);
  transition: all 1s;
}
.scroll_fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeIn {
  opacity: 0;
  transition: all 0.8s;
}
.fadeIn.scrollin {
  opacity: 1;
}

/* -----------------------
  LAYOUT
 ------------------------- */
.section-inner {
  max-width: 1072px;
  width: 100%;
  position: relative;
  margin: auto;
  padding: 80px 24px;
}
@media screen and (max-width: 1023px) {
  .section-inner {
    padding: 46px 24px;
  }
}
@media screen and (max-width: 767px) {
  .section-inner {
    padding: 60px 24px;
  }
}

/* -----------------------
　　PARTS
-------------------------- */
a {
  color: #231200;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1024px) {
  a:hover {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a:not([class]) {
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  a:not([class]):hover {
    text-decoration: none;
  }
}

.alignright {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .alignright {
    float: right;
    margin-left: 2rem;
    margin-bottom: 2rem;
  }
}

.alignleft {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .alignleft {
    float: left;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
}

.aligncenter {
  text-align: center;
}
.aligncenter > * {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

.textcenter {
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .only-sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px), print {
  .only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .only-sp {
    display: block !important;
  }
}

@media screen and (min-width: 768px), print {
  .only-tab {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .only-tab {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .only-tab {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .only-pc {
    display: block !important;
  }
}
@media screen and (min-width: 768px), print {
  .only-pc {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px), print {
  .only-wide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .only-wide {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .only-wide {
    display: block !important;
  }
}

@media screen and (min-width: 768px), print {
  .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
.flex .col1 > * {
  width: 90%;
}
.flex .col2 > * {
  width: 45%;
}
.flex .col3 > * {
  width: 30%;
}
.flex .col4 > * {
  width: 22.5%;
}
.flex .col5 > * {
  width: 18%;
}
.flex .col6 > * {
  width: 15%;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.center {
  justify-content: center;
}
.flex.left {
  justify-content: flex-start;
}
.flex.right {
  justify-content: flex-end;
}
.flex.around {
  justify-content: space-around;
}
.flex.between {
  justify-content: space-between;
}
.flex.middle {
  align-items: center;
}
.flex.column {
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .flex.sp-valid {
    display: flex;
  }
}

.emoji {
  font-family: "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", "Noto Color Emoji", "Noto Emoji";
}

.mb0 {
  margin-bottom: 0px;
}

.mt0 {
  margin-top: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mt25 {
  margin-top: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mt35 {
  margin-top: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mt45 {
  margin-top: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mt50 {
  margin-top: 50px;
}

.w0 {
  width: 0%;
}

.w5 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

.w105 {
  width: 105%;
}

.w110 {
  width: 110%;
}

.w115 {
  width: 115%;
}

.w120 {
  width: 120%;
}

.w125 {
  width: 125%;
}

.w130 {
  width: 130%;
}

.w135 {
  width: 135%;
}

.w140 {
  width: 140%;
}

.w145 {
  width: 145%;
}

.w150 {
  width: 150%;
}

.w155 {
  width: 155%;
}

.w160 {
  width: 160%;
}

.w165 {
  width: 165%;
}

.w170 {
  width: 170%;
}

.w175 {
  width: 175%;
}

.w180 {
  width: 180%;
}

.w185 {
  width: 185%;
}

.w190 {
  width: 190%;
}

.w195 {
  width: 195%;
}

.w200 {
  width: 200%;
}

.w205 {
  width: 205%;
}

.w210 {
  width: 210%;
}

.w215 {
  width: 215%;
}

.w220 {
  width: 220%;
}

.w225 {
  width: 225%;
}

.w230 {
  width: 230%;
}

.w235 {
  width: 235%;
}

.w240 {
  width: 240%;
}

.w245 {
  width: 245%;
}

.w250 {
  width: 250%;
}

.breadcrumb {
  background-color: #eef5ff;
}
.breadcrumb ul {
  padding: 5px 20px;
}
.breadcrumb ul li {
  display: inline-block;
  font-size: 0.875rem;
}
.breadcrumb ul li:after {
  content: ">";
  display: inline-block;
  margin-right: 7px;
  color: #666666;
}
.breadcrumb ul li:last-child:after {
  display: none;
}
.breadcrumb ul li a {
  display: inline-block;
  margin-right: 7px;
}

.marker {
  padding-bottom: 7px;
  background: linear-gradient(transparent 60%, #FFF500 60%);
}

.oswald-regular, .feature-item .text h3 .num, .swiper-control .swiper-paging {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.modal {
  display: none;
  opacity: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.modal.open {
  display: block;
  opacity: 1;
}
.modal__bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  position: relative;
  z-index: 2;
}
.modal__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 100vw;
}
@media screen and (min-width: 768px), print {
  .modal__wrap {
    width: calc(100vw - 40px);
  }
}
@media screen and (min-width: 1024px) {
  .modal__wrap {
    width: 1024px;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.modal__close {
  position: absolute;
  right: -10px;
  width: 64px;
  height: 64px;
  top: 0;
  transform: translateY(calc(-100% - 8px));
}
@media screen and (max-width: 767px) {
  .modal__close {
    width: 50px;
    height: 50px;
    right: 10px;
  }
}
.modal__close a {
  display: block;
  position: relative;
}
.modal__close a:before {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 8px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .modal__close a:before {
    width: 50px;
    height: 50px;
  }
}
.modal__close a .inner {
  display: block;
  width: 64px;
  height: 64px;
  position: relative;
  z-index: 2;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .modal__close a .inner {
    width: 50px;
    height: 50px;
  }
}
.modal__close a .inner:before {
  content: "";
  display: block;
  width: 30px;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  top: 26px;
  left: 25%;
  transform: rotate(45deg);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .modal__close a .inner:before {
    width: 24px;
    height: 5px;
    top: 20px;
    left: 24%;
  }
}
.modal__close a .inner:after {
  content: "";
  display: block;
  width: 30px;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  top: 26px;
  left: 25%;
  transform: rotate(-45deg);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .modal__close a .inner:after {
    width: 24px;
    height: 5px;
    top: 20px;
    left: 24%;
  }
}
.modal__content {
  position: relative;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .modal__content {
    max-height: calc(100vh - 80px);
  }
}
.modal .video {
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  position: relative;
  border-radius: 10px;
}
.modal .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.oswald-regular, .feature-item .text h3 .num, .swiper-control .swiper-paging {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@keyframes scrollIn {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 0;
  }
}
#site-header {
  width: 100vw;
  height: 80px;
  background-color: #fff;
  position: fixed;
  bottom: -80px;
  left: 0;
  box-shadow: 0px -4px 15px -3px rgba(119, 119, 119, 0.5);
}
@media screen and (min-width: 768px), print {
  #site-header {
    bottom: -100px;
    height: 100px;
  }
}
#site-header > .row {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  #site-header > .row {
    padding: 0 20px;
  }
}
#site-header .site-logo {
  height: 40px;
  margin-bottom: 0;
}
#site-header .site-logo img {
  display: block;
  width: auto;
  height: 100%;
}
#site-header .header-navigation {
  display: none;
}
#site-header .header-choose-tab {
  display: none;
  width: 100vw;
  position: absolute;
  top: 85px;
  left: 0;
}
@media screen and (max-width: 991px) {
  #site-header .header-choose-tab {
    width: calc(100vw - 48px);
    left: 24px;
    top: 70px;
  }
}
#site-header .header-choose-tab .tab {
  width: 1024px;
  max-width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-around;
}
#site-header .header-choose-tab .tab li {
  width: 32%;
  max-width: 320px;
  position: relative;
}
#site-header .header-choose-tab .tab li:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #FFBF00 transparent transparent transparent;
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #site-header .header-choose-tab .tab li:after {
    border-width: 10px 10px 0 10px;
    bottom: -10px;
  }
}
#site-header .header-choose-tab .tab li a {
  display: block;
  height: 0;
  padding-top: 80px;
  overflow: hidden;
  background-color: #fff;
  border: 2px solid #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 80%;
  border-radius: 6px;
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1024px) {
  #site-header .header-choose-tab .tab li a:hover {
    opacity: 1;
    border: 2px solid #FFBF00;
  }
}
#site-header .header-choose-tab .tab li.active:after {
  opacity: 1;
}
#site-header .header-choose-tab .tab li.active a {
  border: 2px solid #FFBF00;
}
#site-header .header-choose-tab .tab li.pca a {
  background-image: url(../images/tab_kintone_pca.png);
}
@media screen and (max-width: 767px) {
  #site-header .header-choose-tab .tab li.pca a {
    background-size: 10vw auto;
    background-image: url(../images/tab_kintone_pca_sp.png);
  }
}
#site-header .header-choose-tab .tab li.freee a {
  background-image: url(../images/tab_kintone_freee.png);
}
@media screen and (max-width: 767px) {
  #site-header .header-choose-tab .tab li.freee a {
    background-size: 12.4vw auto;
    background-image: url(../images/tab_kintone_freee_sp.png);
  }
}
#site-header .header-choose-tab .tab li.moneyforward a {
  background-image: url(../images/tab_kintone_moneyforward.png);
}
@media screen and (max-width: 767px) {
  #site-header .header-choose-tab .tab li.moneyforward a {
    background-size: 12vw auto;
    background-image: url(../images/tab_kintone_moneyforward_sp.png);
  }
}
#site-header .primary-menu ul {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  #site-header .primary-menu ul {
    width: 100%;
    justify-content: space-between;
    gap: 5px;
  }
}
@media screen and (max-width: 767px) {
  #site-header .primary-menu ul li {
    width: 50%;
  }
}
#site-header .primary-menu ul li .btn {
  font-size: 1.3rem;
  padding: 0.8em 1em;
  line-height: 1.5;
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px), print {
  #site-header .primary-menu ul li .btn {
    font-size: 1.8rem;
    line-height: 60px;
    border-radius: 50px;
    padding: 0 1.5em;
  }
}
@media screen and (min-width: 1024px) {
  #site-header .primary-menu ul li .btn {
    padding: 0 3em;
  }
}
#site-header.scrolling {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  animation: scrollIn 0.8s 1;
}
@media screen and (max-width: 767px) {
  #site-header.scrolling .site-logo {
    display: none;
  }
}
#site-header.scrolling .header-navigation {
  display: block;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  #site-header.scrolling .header-navigation {
    width: 100%;
  }
}

#cover {
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 99;
  background-color: rgba(84, 148, 216, 0.6);
  top: 0;
  left: 0;
  display: none;
}
@media screen and (min-width: 1024px) {
  #cover {
    display: none;
  }
}

.oswald-regular, .feature-item .text h3 .num, .swiper-control .swiper-paging {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

#site-header + #main + #site-footer {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px), print {
  #site-header + #main + #site-footer {
    padding-bottom: 100px;
  }
}

#site-footer {
  background-color: #fff;
}
#site-footer .page_footer-inner {
  width: 100%;
  height: auto;
  padding: 40px 0;
  background-color: #ffe000;
}
@media screen and (max-width: 767px) {
  #site-footer .page_footer-inner {
    padding: 8.5333333333vw 0;
  }
}
#site-footer .page_footer-nav ul {
  display: flex;
  justify-content: center;
}
#site-footer .page_footer-nav ul li {
  font-size: 1.4rem;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  #site-footer .page_footer-nav ul li {
    font-size: 3.5vw;
  }
}
#site-footer .page_footer-nav ul li:not(:first-of-type) {
  margin-left: 2em;
}
#site-footer .page_footer-nav ul li a {
  position: relative;
  display: inline-block;
  color: #000;
  padding: 0 0 0 1.25em;
}
#site-footer .page_footer-nav ul li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 3px solid #000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#site-footer .page_footer-nav ul li a:after {
  content: "";
  position: absolute;
  bottom: -0.5em;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media screen and (min-width: 1024px) {
  #site-footer .page_footer-nav ul li a:hover {
    opacity: 1;
  }
  #site-footer .page_footer-nav ul li a:hover:after {
    width: 100%;
  }
}
#site-footer .copyright {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1em;
  font-style: normal;
  padding: 2em 0;
  color: #fff;
  background-color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.oswald-regular, .feature-item .text h3 .num, .swiper-control .swiper-paging {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* --------------- PARTS --------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  line-height: 52px;
  border-radius: 28px;
  background-color: #fff;
  border: 2px solid #231200;
  color: #000;
  box-shadow: 0px 4px 10px rgba(208, 164, 24, 0.6);
  font-size: 1.6rem;
  font-weight: 600;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .btn {
    display: flex;
    padding: 0;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .btn {
    padding: 0 30px;
  }
  .btn:hover {
    opacity: 1;
    border: 2px solid #fff;
    box-shadow: 0px 4px 10px rgba(208, 164, 24, 0.6);
  }
}
.btn:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/ico_pagenav_yellow.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 8px;
}
.btn.small {
  line-height: 40px;
  font-size: 1.2rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 0 1.6rem;
  border: 1px solid #231200;
}
.btn.small:after {
  width: 12px;
  height: 12px;
}
.btn.small:hover {
  border: 1px solid #fff;
  box-shadow: 0px 3px 6px rgba(208, 164, 24, 0.6);
}
.btn.yellow {
  background-color: #FFBF00;
  box-shadow: 0 3px 6px rgba(246, 192, 66, 0.6);
  border: 2px solid #231200;
}
.btn.yellow:after {
  background-image: url(../images/ico_pagenav_white.svg);
}
@media screen and (min-width: 1024px) {
  .btn.yellow:hover {
    background-color: #FFDF31;
    border: 2px solid rgba(255, 191, 0, 0.6);
    box-shadow: 0 4px 10px rgba(208, 164, 24, 0.6);
  }
}
.btn.dark {
  background-color: #231200;
  border: 2px solid #231200;
  box-shadow: 0px 3px 6px rgba(166, 145, 78, 0.6);
  color: #fff;
}
.btn.dark:after {
  background-image: url(../images/ico_pagenav_white.svg);
}
@media screen and (min-width: 1024px) {
  .btn.dark:hover {
    border: 2px solid #231200;
    box-shadow: 0px 5px 6px rgba(246, 192, 66, 0.6);
    color: #FFBF00;
  }
  .btn.dark:hover:after {
    background-image: url(../images/ico_pagenav_yellow.svg);
  }
}
.btn.--download:after {
  background-image: url(../images/ico_download.svg);
}

.ballon-privacy {
  display: inline-block;
  background-color: #00AA7A;
  padding: 0 16px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 26px;
  position: relative;
}
.ballon-privacy:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 8px 0 8px;
  border-color: #00AA7A transparent transparent transparent;
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.ballon-privacy.bottom {
  margin-top: 15px;
}
.ballon-privacy.bottom:after {
  display: none;
}
.ballon-privacy.bottom:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 6px 8px;
  border-color: transparent transparent #00AA7A transparent;
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.name {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.section-inner h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 56px;
  color: #000;
}
@media screen and (min-width: 768px), print {
  .section-inner h2 {
    gap: 10px;
    margin-bottom: 56px;
  }
}
.section-inner h2 small {
  line-height: 1;
  font-size: 2rem;
}
.section-inner h2 .tit {
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 900;
  position: relative;
}
.section-inner h2 .tit span {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
.section-inner h2 .tit:before {
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  border-radius: 8px;
  background-color: #FFDF31;
  position: absolute;
  left: 0;
  bottom: 3px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .section-inner h2 .tit.only-sp + .tit.only-sp {
    transform: translateY(-15px);
  }
}
.section-inner .catch {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 0.5em;
  padding-bottom: 0.3em;
  position: relative;
  text-align: center;
  white-space: nowrap;
}
.section-inner .catch:before {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-100%, calc(100% - 2px)) rotate(-55deg);
  transform-origin: top right;
}
@media screen and (min-width: 768px), print {
  .section-inner .catch:before {
    width: 20px;
  }
}
.section-inner .catch:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-inner .catch.--small {
  font-size: 1.6rem;
}
.section-inner .catch.--small:before {
  width: 15px;
}
.section-inner .catch.--reverse:before {
  left: auto;
  right: 0;
  transform: translate(100%, calc(100% - 2px)) rotate(55deg);
  transform-origin: top left;
}
.section-inner p {
  margin-bottom: 1em;
  font-size: 1.6rem;
}

.cta {
  background-color: #FFBF00;
}
.cta .section-inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
.cta-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cta-flex {
    flex-direction: column;
  }
}
.cta-flex .img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .cta-flex .img {
    padding-bottom: 30px;
    margin-right: -20px;
    margin-left: -10px;
  }
}
@media screen and (min-width: 768px), print {
  .cta-flex .img {
    width: 43%;
    max-width: 440px;
  }
}
.cta-flex .img img {
  position: relative;
  z-index: 10;
}
.cta-flex .text {
  text-align: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .cta-flex .text {
    width: 100%;
  }
}
@media screen and (min-width: 768px), print {
  .cta-flex .text {
    width: 40%;
    max-width: 410px;
  }
}
.cta-flex .text .cta-catch {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3333;
}
.cta-flex .text h3 {
  margin: 10px 0 0.5em;
  font-size: 3.6rem;
  line-height: 1.3;
}
.cta-flex .text .btn {
  width: 100%;
}
.cta-flex .circle {
  position: absolute;
  z-index: 1;
}
.cta-flex .circle-obj {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #EDAD00;
}
.cta-flex .circle01 {
  width: 280px;
  height: 280px;
  bottom: 0;
  left: 0;
  transform: translate(-15%, 8%);
}
@media screen and (min-width: 768px), print {
  .cta-flex .circle01 {
    bottom: 0;
    left: auto;
    right: 0;
    transform: translate(10%, 5%);
  }
}
.cta-flex .circle02 {
  width: 112px;
  height: 112px;
  top: 0;
  right: 0;
  transform: translate(-30%, 0);
}
@media screen and (min-width: 768px), print {
  .cta-flex .circle02 {
    transform: translate(35%, 0);
  }
}
.cta-flex .circle03 {
  width: 33px;
  height: 33px;
  top: 0;
  right: 0;
  transform: translate(110%, -50%);
}
@media screen and (min-width: 768px), print {
  .cta-flex .circle03 {
    top: 0;
    right: 0;
    transform: translate(300%, -50%);
  }
}

.swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-pagination {
  width: 63vw !important;
  position: relative;
  margin: 0 auto;
  padding: 10px 0 0;
  z-index: 100;
  text-align: left;
  bottom: auto;
}
@media screen and (min-width: 768px), print {
  .swiper-pagination {
    width: auto !important;
    padding: 15px 0 0;
  }
}
.swiper-pagination-bullet {
  width: 15px;
  height: 2px;
  border-radius: 0;
  margin: 0 3px;
  background-color: #ccc;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  background-color: #000000;
}
@media screen and (min-width: 768px), print {
  .swiper-pagination-bullet-active {
    border-radius: 4px;
  }
}
@media screen and (min-width: 768px), print {
  .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    margin: 0 8px 0 0 !important;
    border-radius: 4px;
  }
}
.swiper-control {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
}
@media screen and (min-width: 768px), print {
  .swiper-control {
    justify-content: center;
    gap: 35px;
  }
}
.swiper-control .swiper-button-next, .swiper-control .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
}
.swiper-control .swiper-button-next:after, .swiper-control .swiper-button-prev:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .swiper-control .swiper-button-next, .swiper-control .swiper-button-prev {
    display: none;
  }
}
.swiper-control .swiper-paging {
  letter-spacing: 0.08em;
  font-size: 1.8rem;
  color: #AA9142;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  font-weight: 400;
}
@media screen and (min-width: 768px), print {
  .swiper-control .swiper-paging {
    font-size: 2.4rem;
    align-items: flex-end;
  }
}
.swiper-control .swiper-paging span {
  color: #231200;
}
.swiper-control .swiper-paging span.current {
  font-weight: 700;
}
.swiper-control .swiper-paging span.max {
  font-size: 0.66666666em;
  transform: translateY(-0.3em);
}
@media screen and (min-width: 768px), print {
  .swiper-control .swiper-paging span.max {
    transform: translateY(-0.2em);
  }
}
.swiper-control .swiper-button-prev {
  background-image: url(../images/ico_pagenav_yellow_left.svg);
}
.swiper-control .swiper-button-next {
  background-image: url(../images/ico_pagenav_yellow.svg);
}

.num {
  font-family: "Oswald", sans-serif;
}

#main {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .modal-video-close-btn {
    right: 0;
  }
}

.video {
  width: 100%;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px), print {
  .video {
    width: 78%;
  }
}
@media screen and (min-width: 1024px) {
  .video {
    width: 100%;
  }
}
.video .inner {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.video .inner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.video .inner img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  z-index: 5;
}
.video .inner.js-modal-video {
  cursor: pointer;
}
.video .inner.js-modal-video:after {
  content: url(../images/icon_youtube.svg);
  display: block;
  width: 64px;
  height: 42.7px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -30%);
  z-index: 10;
}

.tvcm h3 {
  margin-bottom: 1em;
  line-height: 1.2;
  font-size: 1.6rem;
  text-align: center;
}
.tvcm .deco {
  color: #AA9142;
}
@media screen and (min-width: 768px), print {
  .tvcm .video {
    width: 100%;
  }
}

.screen-item span {
  display: block;
  line-height: 2;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .screen-item {
    overflow-x: scroll;
  }
  .screen-item-inner {
    width: 200vw;
  }
}

.toyokawa .msg {
  margin-bottom: 0;
  text-align: center;
}
.toyokawa .msg-text {
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
}
.toyokawa .msg-text span:not([class]) {
  display: inline-block;
  text-align: left;
  color: #AA9142;
  font-weight: 900;
  font-size: 1.4rem;
  line-height: 1;
}
.toyokawa .msg-text strong {
  font-size: 2rem;
  letter-spacing: -0.08em;
}
.toyokawa .img img {
  vertical-align: bottom;
}
.toyokawa .letter {
  display: inline-block;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  animation: textSway 0.6s infinite ease-in-out;
}
.toyokawa .letter:nth-child(12n+1) {
  animation-delay: 0.05s;
}
.toyokawa .letter:nth-child(12n+2) {
  animation-delay: 0.1s;
}
.toyokawa .letter:nth-child(12n+3) {
  animation-delay: 0.15s;
}
.toyokawa .letter:nth-child(12n+4) {
  animation-delay: 0.2s;
}
.toyokawa .letter:nth-child(12n+5) {
  animation-delay: 0.25s;
}
.toyokawa .letter:nth-child(12n+6) {
  animation-delay: 0.3s;
}
.toyokawa .letter:nth-child(12n+7) {
  animation-delay: 0.35s;
}
.toyokawa .letter:nth-child(12n+8) {
  animation-delay: 0.4s;
}
.toyokawa .letter:nth-child(12n+9) {
  animation-delay: 0.45s;
}
.toyokawa .letter:nth-child(12n+10) {
  animation-delay: 0.5s;
}
.toyokawa .letter:nth-child(12n+11) {
  animation-delay: 0.55s;
}
.toyokawa .letter:nth-child(12n+12) {
  animation-delay: 0.6s;
}
.toyokawa .letter:nth-child(12n+13) {
  animation-delay: 0.65s;
}

p.notes {
  margin-bottom: 0;
  font-size: 1.1rem;
  color: #765A00;
}

.attention_area {
  margin-top: 2em;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px), print {
  .attention_area {
    font-size: 1.4rem;
    text-align: center;
    transform: translateY(-200%);
  }
}
.attention_area p {
  font-size: 1em;
}

@keyframes scrollInAi {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
#page-navigation {
  background-color: #FFF5BE;
  padding: 1rem;
  transition: all 0.3s;
}
@media screen and (min-width: 768px), print {
  #page-navigation {
    height: 53px;
    padding: 1.6rem;
  }
}
#page-navigation ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  #page-navigation ul {
    column-gap: 10px;
    row-gap: 5px;
  }
}
#page-navigation ul li a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  line-height: 1.8rem;
  color: #231200;
  font-size: 1.4rem;
  text-decoration: none;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #page-navigation ul li a {
    font-size: 1.2rem;
  }
}
#page-navigation ul li a:before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../images/ico_pagenav_down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.6rem 1.6rem;
}
@media screen and (max-width: 767px) {
  #page-navigation ul li a:before {
    width: 1.4rem;
    height: 1.4rem;
    background-size: 1.4rem 1.4rem;
  }
}
#page-navigation.scrolling {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  animation: scrollInAi 0.5s 1;
}

/* --------------- ANIMATION --------------- */
@keyframes gauge {
  0% {
    width: 50%;
  }
  35% {
    width: 93%;
  }
  100% {
    width: 93%;
  }
}
@keyframes textSway {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }
  25% {
    transform: translate3d(0px, -3px, 0px);
  }
  75% {
    transform: translate3d(0px, 1px, 0px);
  }
  99.99% {
    transform: translate3d(0px, 1px, 0px);
  }
}
.bounce-in {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  transition: all 0.5s;
}
.bounce-in.bounce-in-action {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* --------------- CONTENTS --------------- */
@keyframes badge-animation01 {
  10% {
    /* 上から落ちてくる */
    transform: translateY(0);
  }
  15% {
    /* 落ちてきた衝撃で縦に少しつぶれる */
    transform: scale(1.1, 0.98);
  }
  20% {
    /* 落ちてきた衝撃で縦にさらに少しつぶれる */
    transform: scale(1.1, 0.92);
  }
  30% {
    /* 縦につぶれながらもつぶれた反動で少し横に伸びる */
    transform: scale(1.15, 0.9);
  }
  45% {
    /* 縦につぶれた反動で横に伸びる */
    transform: scale(1.2, 0.88);
  }
  50% {
    /* つぶれた反動で一気に縦に伸びる */
    transform: scale(0.85, 1.05);
  }
  60% {
    /* 伸びた反動で縦につぶれる */
    transform: scale(1.1, 0.98);
  }
  70% {
    /* つぶれた反動で縦に少し伸びる */
    transform: scale(0.95, 1.03);
  }
  90% {
    /* 伸びた反動でほんの少し縦につぶれる */
    transform: scale(0.98, 1.01);
  }
  100% {
    /* 通常のサイズになる */
    transform: scale(1, 1);
  }
}
@keyframes badge-animation02 {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
.fv {
  background-color: #FBEA4F;
  position: relative;
}
.fv:before {
  content: "";
  display: block;
  width: 51vw;
  height: 100%;
  clip-path: polygon(0 0, 100% 0%, 61% 100%, 0% 100%);
  background-color: #E4E4E4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv:before {
    width: 85vw;
    height: 100vw;
    clip-path: polygon(0 0, 100% 0%, 20% 100%, 0% 100%);
  }
}
.fv .section-inner {
  padding-top: 0;
  padding-bottom: 0;
  z-index: 10;
}
@media screen and (min-width: 980px) {
  .fv .section-inner {
    height: 60vw;
  }
}
@media screen and (min-width: 1080px) {
  .fv .section-inner {
    height: 46.875vw;
  }
}
.fv-image {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 980px) {
  .fv-image {
    width: 50vw;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.fv-image img {
  width: 100%;
}
.fv-logo {
  position: absolute;
  top: 0;
  left: 24px;
  padding: 16px 0;
  z-index: 5;
}
@media screen and (min-width: 768px), print {
  .fv-logo {
    top: 0;
    left: 0;
    padding: 24px 24px 14px 24px;
  }
}
.fv-logo img {
  max-width: 160px;
}
@media screen and (min-width: 768px), print {
  .fv-logo img {
    max-width: initial;
  }
}
.fv-mainarea {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 980px) {
  .fv-mainarea {
    width: 450px;
    height: 100%;
  }
}
@media screen and (max-width: 979px) {
  .fv-mainarea h1 {
    text-align: center;
  }
}
.fv-ttl-box {
  position: relative;
}
@media screen and (max-width: 979px) {
  .fv-ttl-box {
    width: 100%;
    margin-top: 20px;
  }
}
.fv-ttl-box h1 img {
  width: 100%;
}
.fv-ttl-box + p {
  margin-top: 2em;
  font-size: 3.2vw;
  font-weight: 900;
  line-height: 1.75;
  text-align: left;
}
@media screen and (min-width: 980px) {
  .fv-ttl-box + p {
    font-size: 1.6rem;
  }
}
.fv-cta {
  width: 100%;
  position: relative;
  padding: 16.96vw 3.2rem 50px 0;
  text-align: left;
}
@media screen and (min-width: 768px), print {
  .fv-cta {
    padding-top: 12vw;
  }
}
@media screen and (min-width: 980px) {
  .fv-cta {
    padding-top: 75px;
    padding-left: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .fv-cta {
    padding: 75px 0 0 0;
  }
}
.fv-cta .btn {
  width: 80%;
}
@media screen and (min-width: 980px) {
  .fv-cta .btn {
    width: 100%;
    max-width: 360px;
  }
}
@media screen and (min-width: 768px), print {
  .fv-cta .btn span {
    font-size: 1.8rem;
  }
}
.fv-cta .capture {
  width: 80%;
  position: absolute;
  top: 0;
  right: -10px;
  transform: translate(0, 15%);
}
@media screen and (min-width: 768px), print {
  .fv-cta .capture {
    width: 60%;
    transform: translate(0, -18%);
  }
}
@media screen and (min-width: 980px) {
  .fv-cta .capture {
    max-width: 314px;
    transform: translate(0, -8px);
  }
}
@media screen and (min-width: 1024px) {
  .fv-cta .capture {
    right: -10px;
  }
}
.fv-mv {
  position: relative;
}
.fv-mv-bg {
  margin-left: 20px;
  margin-right: 20px;
  transform: translateY(6%);
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .fv-mv-bg {
    margin-left: -40px;
    margin-right: -40px;
  }
}
.fv-mv-video {
  width: 66%;
  padding-top: 43%;
  position: absolute;
  top: 6vw;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .fv-mv-video {
    width: 70%;
    padding-top: 45%;
  }
}
@media screen and (min-width: 1024px) {
  .fv-mv-video {
    width: 450px;
    padding-top: 56.25%;
    top: 40px;
  }
}
.fv-mv-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.intro .section-inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px), print {
  .intro .section-inner {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .intro .section-inner {
    max-width: 840px;
  }
}
@media screen and (max-width: 767px) {
  .intro .section-inner h2 .tit {
    font-size: 7vw;
  }
}
.intro-movie {
  background-color: #FFF5BE;
  border-radius: 24px;
  text-align: center;
  padding: 24px 15px 40px;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .intro-movie {
    padding: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .intro-movie {
    margin-bottom: 20px;
  }
}
.intro-movie h3 {
  margin-bottom: 1em;
  font-size: 5.3vw;
  line-height: 1.4;
}
@media screen and (min-width: 768px), print {
  .intro-movie h3 {
    margin-bottom: 1em;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px), print {
  .intro-figure {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-15px, 0);
    z-index: 10;
  }
}
@media screen and (min-width: 1024px) {
  .intro-figure {
    transform: translate(-53%, 20px);
  }
}
.intro-figure .img {
  width: 30vw;
}
@media screen and (min-width: 768px), print {
  .intro-figure .img {
    width: 14vw;
  }
}
@media screen and (min-width: 1024px) {
  .intro-figure .img {
    width: 100%;
    max-width: 169px;
  }
}
@media screen and (max-width: 767px) {
  .intro-figure .img.kishibe {
    width: 33vw;
  }
}
@media screen and (max-width: 767px) {
  .intro-figure .msg {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .intro-figure .figure-inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 16px;
    margin-top: -15vw;
    position: relative;
    z-index: 10;
    height: 45vw;
    overflow: hidden;
  }
}
.intro-figure.toyokawa .img img {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .intro-figure.toyokawa .img img {
    max-width: 153px;
  }
}
@media screen and (min-width: 768px), print {
  .intro-figure.kishibe {
    left: auto;
    right: 0;
    transform: translate(15px, 0);
  }
}
@media screen and (min-width: 1024px) {
  .intro-figure.kishibe {
    transform: translate(58%, 20px);
  }
}
.intro02 {
  background-color: #FDF9E8;
}
.intro#intro-bottom {
  background-color: rgb(255, 245, 190);
}
.intro#intro-bottom .intro-movie {
  background-color: #fff;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .intro#intro-bottom .intro-figure.toyokawa {
    transform: translate(-53%, 64px);
  }
  .intro#intro-bottom .intro-figure.kishibe {
    transform: translate(58%, 64px);
  }
}

.feature {
  background-color: var(--color-bg-yellow);
}
.feature-item .flex {
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .feature-item .flex {
    flex-direction: column;
    gap: 16px;
  }
}
.feature-item .text {
  flex-basis: 100%;
}
@media screen and (min-width: 768px), print {
  .feature-item .text {
    flex-basis: 50%;
  }
}
.feature-item .text h3 {
  display: flex;
  gap: 8px;
  margin-bottom: 0.6em;
  font-size: 2.8rem;
  font-weight: 600;
  position: relative;
  padding-top: 35px;
}
@media screen and (min-width: 768px), print {
  .feature-item .text h3 {
    line-height: 50px;
  }
}
.feature-item .text h3 .num {
  width: 32px;
  text-align: center;
  font-size: 1.428571em;
  font-weight: 400;
  color: #AA9142;
}
@media screen and (max-width: 767px) {
  .feature-item .text h3 .num {
    line-height: 1;
  }
}
.feature-item .text h3 .txt.multiline {
  padding-top: 0.5em;
  line-height: 1.4;
}
.feature-item .text h3:before {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background-color: #FFBF00;
  margin-bottom: 16px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
}
.feature-item .text h3 small {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.4rem;
  color: #AA9142;
  line-height: 42px;
}
.feature-item .text p {
  margin-bottom: 0;
  line-height: 1.8;
}
.feature-item .text p + p {
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .feature-item .tvcm {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px), print {
  .feature-item .tvcm {
    flex-basis: 50%;
  }
}
.feature-item .img {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .feature-item .img {
    width: 100%;
  }
}
@media screen and (min-width: 768px), print {
  .feature-item .img {
    flex-basis: 50%;
  }
}
.feature-item .img img {
  width: 63%;
}
.feature-item + .feature-item {
  margin-top: 56px;
}
@media screen and (min-width: 1024px) {
  .feature-item + .feature-item {
    margin-top: 72px;
  }
}
@media screen and (max-width: 767px) {
  .feature-item-03 .screen-item {
    margin-right: -24px;
  }
}
.feature-item-04 .text h3 {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .feature-item-04 .text + .flex {
    display: flex;
    flex-direction: column-reverse;
  }
  .feature-item-04 .text + .flex .tvcm {
    width: 100%;
  }
}
.feature-swiper {
  margin-top: 3rem;
  margin-right: -24px;
}
@media screen and (min-width: 1024px) {
  .feature-swiper {
    margin-left: auto;
    margin-right: auto;
  }
}
.feature-swiper h3 {
  position: relative;
  padding: 1em 0;
  font-size: 1.6rem;
}
.feature-swiper h3:before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #AA9142;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}
.feature-swiper .swiper-slide img {
  border: 1px solid #000;
}
.feature-apps {
  margin-top: 32px;
  margin-bottom: 64px;
}
.feature-apps h4 {
  margin-bottom: 0.8em;
  font-size: 1.8rem;
}
.feature-apps .inner {
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
  display: flex;
  gap: 15px;
}
@media screen and (min-width: 768px), print {
  .feature-apps .inner {
    padding: 30px 20px;
    align-items: center;
    gap: 20px;
  }
}
.feature-apps .inner > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  width: 70px;
  height: 70px;
  border: 4px solid #FFDF31;
  font-size: 1.1rem;
  line-height: 1.4;
  border-radius: 50%;
}
@media screen and (min-width: 768px), print {
  .feature-apps .inner > span {
    width: 80px;
    height: 80px;
    border: 4px solid #FFDF31;
    font-size: 1.2rem;
  }
}
.feature-apps .inner .icons {
  flex-basis: calc(100% - 90px);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (min-width: 768px), print {
  .feature-apps .inner .icons {
    flex-basis: calc(100% - 100px);
    gap: 20px;
  }
}
.feature-apps .inner .icons div {
  flex: 0 0 45px;
}
@media screen and (min-width: 768px), print {
  .feature-apps .inner .icons div {
    flex: 0 0 64px;
  }
}
.feature-security {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
  flex-basis: 44.4444%;
}
@media screen and (min-width: 768px), print {
  .feature-security {
    padding-bottom: 10px;
  }
}
.feature-security .inner {
  max-width: 778px;
  margin: 0 auto;
}
.feature-security .img {
  flex-basis: 31.87%;
  text-align: center;
  padding-top: 0;
  margin-top: 0;
}
.feature-security .img img {
  width: 45%;
}
.feature-security .text {
  flex-basis: 64%;
}
@media screen and (max-width: 767px) {
  .feature-security .text {
    margin-top: 24px;
  }
}
.feature-security .text p, .feature-security .text dl {
  margin-bottom: 0;
  font-size: 1.2rem;
}
.feature-security .text dl dt {
  flex-basis: 85px;
  white-space: nowrap;
}
.feature-security .text dl dd {
  flex-basis: calc(100% - 85px);
}
.feature-security .text dl + p {
  margin-top: 1.5em;
}
.feature-about {
  background-color: #fff;
  padding: 48px 24px 32px;
  background-color: #fff;
  border-radius: 24px;
}
@media screen and (min-width: 1024px) {
  .feature-about {
    padding: 64px 60px 32px 80px;
  }
}
.feature-about .flex {
  gap: 0;
}
.feature-about .text {
  flex-basis: 37%;
}
.feature-about .about-mv {
  flex-basis: 63%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .feature-about .about-mv {
    margin-top: 24px;
  }
}
.feature-about .about-mv-video {
  width: 66%;
  padding-top: 43%;
  position: absolute;
  top: 6vw;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .feature-about .about-mv-video {
    width: 70%;
    padding-top: 45%;
  }
}
@media screen and (min-width: 1024px) {
  .feature-about .about-mv-video {
    width: 415px;
    padding-top: 48%;
    top: 15px;
  }
}
.feature-about .about-mv-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .feature .capture-item {
    margin-top: 32px;
  }
}
.feature .capture-item h3 {
  position: relative;
  padding: 1em 0;
  font-size: 1.6rem;
}
.feature .capture-item h3:before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #AA9142;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}
.feature .relations.flex {
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .feature .relations.flex {
    margin-top: 20px;
    justify-content: center;
  }
}
.feature .relation-item {
  padding: 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .feature .relation-item {
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .feature .relation-item {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.feature .relation-item.yellow {
  background-color: #FFF8B6;
}
.feature .relation-item.purple {
  background-color: #E2E2FF;
}
.feature .relation-item .text {
  flex-basis: 100%;
}
.feature .relation-item .icon {
  flex-shrink: 0;
}
.feature .relation-item p {
  font-size: 1.3rem;
  line-height: 1.6;
}
.feature .relation-plus {
  flex-shrink: 0;
}

@media screen and (min-width: 768px), print {
  .tvcm-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 38px;
  }
}
@media screen and (min-width: 768px), print {
  .tvcm-item {
    flex-basis: 31%;
  }
}
.tvcm-item h3 {
  margin-top: 0.8em;
  font-size: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .tvcm .swiper-control {
    display: none;
  }
}

.price-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .price-list {
    row-gap: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .price-list {
    margin-left: 110px;
    width: 590px;
    gap: 24px;
  }
}
.price-list li {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price-list li {
    flex-basis: 48%;
  }
  .price-list li img {
    width: 100%;
  }
}
.price-list li small {
  display: inline-block;
  margin-top: 1em;
  font-size: 1.1rem;
}
.price-figure {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .price-figure {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(-13%, -50px);
  }
}
.price-figure .figure-inner {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .price-figure .figure-inner {
    margin: 40px -46px 0;
  }
}
@media screen and (min-width: 1024px) {
  .price-figure .figure-inner {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px), print {
  .price-figure .img {
    width: 60vw;
    max-width: 594px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .price-figure .img {
    margin: 0;
  }
}
.price-figure .msg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-110%, 15%);
}
@media screen and (min-width: 1024px) {
  .price-figure .msg {
    top: 0;
    right: 0;
    left: auto;
    transform: translate(-10%, 60%);
  }
}

.more {
  background-color: #fff;
}
.more h2 {
  margin-bottom: 32px;
  gap: 10px;
}
.more h2 .flex {
  gap: 36px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px), print {
  .more h2 .flex {
    margin-bottom: 30px;
  }
}
.more h2 .flex .catch {
  font-size: 2rem;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .more h2 .flex .catch:nth-of-type(1) {
    transform: translateX(10%);
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .more h2 .flex .catch:nth-of-type(1):before {
    right: auto;
    left: 62.5%;
    transform: translate(0, calc(100% - 2px)) rotate(55deg);
  }
}
@media screen and (max-width: 767px) {
  .more h2 .flex .catch:nth-of-type(1):after {
    width: 62.5%;
  }
}
.more h2 .flex .catch:nth-of-type(2) {
  transform: translateY(50%);
}
@media screen and (max-width: 767px) {
  .more h2 .flex .catch:nth-of-type(2) {
    white-space: nowrap;
  }
}
.more .button {
  text-align: center;
}
.more .btn {
  width: 100%;
  max-width: 496px;
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem;
  line-height: 64px;
  border-radius: 35px;
}
.more .btn:after {
  width: 20px;
  height: 20px;
}

.ai-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ai-item span {
  font-size: 1.6rem;
}
.ai-item img {
  border: 1px solid #000;
}
@media screen and (min-width: 1024px) {
  .ai .swiper-slide {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .ai-swiper {
    margin-right: -24px;
  }
}
.ai .ai-slider {
  margin-right: -24px;
}
@media screen and (min-width: 1024px) {
  .ai .ai-slider {
    margin-right: calc((100vw - 1024px) / 2 * -1);
  }
}
.ai .ai-slider + .ai-slider {
  margin-top: 35px;
}
@media screen and (min-width: 768px), print {
  .ai .ai-slider + .ai-slider {
    margin-top: 50px;
  }
}
.ai .ai-slider h3 {
  position: relative;
  padding: 1em 0;
  font-size: 1.6rem;
}
.ai .ai-slider h3:before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #AA9142;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}
.ai .swiper-control {
  max-width: 1024px;
}

.newspicks h3 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 1.8em;
  font-size: 2.4rem;
}
.newspicks h3 > small {
  font-size: 0.7em;
}
.newspicks h3 .label {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  font-size: 1.4rem;
  color: #AA9141;
}
.newspicks h3 .label:before {
  content: "";
  display: inline-block;
  width: 37px;
  height: 3px;
  background-color: #FFBF00;
}
.newspicks .flex > div {
  flex-basis: 48%;
}
@media screen and (max-width: 767px) {
  .newspicks .flex .img {
    margin: 20px 0 15px;
  }
}
.newspicks .flex .btn {
  width: 80%;
  margin: 20px auto;
}
.newspicks .flex p:not([class]) {
  margin-bottom: 0;
  line-height: 1.9;
}
.newspicks .flex p:not([class]) small {
  font-weight: bold;
  display: inline-block;
  line-height: 1.6;
}
.newspicks .flex .notice {
  font-weight: bold;
  line-height: 1.4;
}
.newspicks #newspicks-swiper,
.newspicks #newspicks-swiper-02 {
  margin-left: -3px;
  margin-right: -24px;
}
@media screen and (min-width: 1024px) {
  .newspicks #newspicks-swiper,
  .newspicks #newspicks-swiper-02 {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .newspicks #newspicks-swiper.item-lowest ~ .swiper-control,
  .newspicks #newspicks-swiper-02.item-lowest ~ .swiper-control {
    display: none;
  }
}
.newspicks-item {
  margin: 0 5px 5px 3px;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(119, 119, 119, 0.3);
}
.newspicks-item .text {
  padding: 10px 15px;
}
.newspicks-item .text .btn.yellow {
  line-height: 40px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .newspicks-item .text p {
    font-size: 1.4rem;
  }
}
.newspicks-item .text span.btn {
  transition: all 0.2s;
}
.newspicks-item a {
  text-decoration: none;
  /*
  &:hover {
  	span.btn {
  		@include media(pc) {
  			background-color: #FFDF31;
  			border: 2px solid rgba(255, 191, 0, 0.6);
  			box-shadow: 0 4px 10px rgba(208, 164, 24, .6);
  		}
  	}
  }
  */
}

.kintone-emblems {
  padding: 32px 0;
}
@media screen and (min-width: 400px) {
  .kintone-emblems {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 768px), print {
  .kintone-emblems {
    padding-bottom: 0;
  }
}
.kintone-emblems .flex {
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .kintone-emblems .flex {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
}
.kintone-emblems .emblem-item {
  width: 248px;
}
@media screen and (max-width: 767px) {
  .kintone-emblems .emblem-item {
    width: 40.5333333vw;
  }
}
.kintone-emblems .emblem-info {
  margin-top: 1rem;
  margin-bottom: 0;
  text-align: center;
}
.kintone-emblems .emblem-info img {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .kintone-emblems .emblem-info img {
    width: 26.6666666vw;
  }
}

.cmspecial {
  background-color: #FFEE00;
}
@media screen and (max-width: 767px) {
  .cmspecial {
    padding: 48px 24px 0;
  }
}
.cmspecial .flex {
  max-width: 800px;
  margin: 0 auto;
}
.cmspecial .text {
  flex-basis: 50%;
}
@media screen and (min-width: 768px), print {
  .cmspecial .text {
    transform: translateX(48px);
  }
}
.cmspecial .text .label {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.cmspecial .text .label:before {
  content: "";
  display: block;
  width: 1;
  height: 28px;
  border-left: 3px solid #000;
  transform: rotate(-20deg);
  margin-right: 6px;
}
.cmspecial .text .label:after {
  content: "";
  display: block;
  width: 1;
  height: 28px;
  border-left: 3px solid #000;
  transform: rotate(20deg);
}
.cmspecial .text .btn {
  border: 1px solid #FFBF00;
  box-shadow: none;
}
@media screen and (min-width: 1024px) {
  .cmspecial .text .btn:hover {
    opacity: 1;
    border: 1px solid #fff;
    box-shadow: 0px 4px 10px rgba(208, 164, 24, 0.6);
  }
}
.cmspecial .img {
  flex-basis: 50%;
  max-width: 379px;
}
@media screen and (max-width: 767px) {
  .cmspecial .img {
    padding-top: 20px;
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media screen and (min-width: 1024px) {
  .cmspecial .img {
    flex-basis: 59.6%;
  }
}
.cmspecial .img img {
  vertical-align: bottom;
}

.content__container {
  position: absolute;
  top: 70px;
  left: 5px;
  width: 286px;
  height: 62px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .content__container {
    width: 54.5vw;
    height: 11vw;
    top: 14vw;
    left: 5px;
  }
}
@media screen and (min-width: 400px) and (max-width: 499px) {
  .content__container {
    top: 13.5vw;
    width: 55vw;
    height: 12vw;
  }
}
@media screen and (min-width: 500px) and (max-width: 599px) {
  .content__container {
    top: 13.5vw;
    width: 57vw;
    height: 12.5vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .content__container {
    top: 14vw;
    width: 57.5vw;
    height: 12.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .content__container {
    top: 15vw;
    width: 60vw;
    height: 12.5vw;
  }
}
.content__container__list__item {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 11vw;
  font-size: 7vw;
}
@media screen and (min-width: 400px) {
  .content__container__list__item {
    line-height: 12vw;
  }
}
@media screen and (min-width: 1024px) {
  .content__container__list__item {
    font-size: 3.6rem;
    line-height: 62px;
  }
}
.content__container__list.loaded {
  animation: change 36s infinite linear;
}

@keyframes change {
  /* ========= forward (1 → 13) ========= */
  0%, 3% {
    transform: translate3d(0, 0%, 0);
  }
  4%, 7% {
    transform: translate3d(0, -7.692%, 0);
  }
  8%, 11% {
    transform: translate3d(0, -15.384%, 0);
  }
  12%, 15% {
    transform: translate3d(0, -23.076%, 0);
  }
  16%, 19% {
    transform: translate3d(0, -30.768%, 0);
  }
  20%, 23% {
    transform: translate3d(0, -38.46%, 0);
  }
  24%, 27% {
    transform: translate3d(0, -46.152%, 0);
  }
  28%, 31% {
    transform: translate3d(0, -53.844%, 0);
  }
  32%, 35% {
    transform: translate3d(0, -61.536%, 0);
  }
  36%, 39% {
    transform: translate3d(0, -69.228%, 0);
  }
  40%, 43% {
    transform: translate3d(0, -76.92%, 0);
  }
  44%, 47% {
    transform: translate3d(0, -84.612%, 0);
  }
  48%, 50% {
    transform: translate3d(0, -92.308%, 0);
  }
  /* ========= backward (13 → 1) ========= */
  52%, 55% {
    transform: translate3d(0, -92.308%, 0);
  }
  56%, 59% {
    transform: translate3d(0, -84.612%, 0);
  }
  60%, 63% {
    transform: translate3d(0, -76.92%, 0);
  }
  64%, 67% {
    transform: translate3d(0, -69.228%, 0);
  }
  68%, 71% {
    transform: translate3d(0, -61.536%, 0);
  }
  72%, 75% {
    transform: translate3d(0, -53.844%, 0);
  }
  76%, 79% {
    transform: translate3d(0, -46.152%, 0);
  }
  80%, 83% {
    transform: translate3d(0, -38.46%, 0);
  }
  84%, 87% {
    transform: translate3d(0, -30.768%, 0);
  }
  88%, 91% {
    transform: translate3d(0, -23.076%, 0);
  }
  92%, 95% {
    transform: translate3d(0, -15.384%, 0);
  }
  96%, 99% {
    transform: translate3d(0, -7.692%, 0);
  }
  100% {
    transform: translate3d(0, 0%, 0);
  }
}
.oswald-regular, .swiper-control .swiper-paging, .feature-item .text h3 .num {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.fv-special {
  background-color: #FFEE00;
  position: relative;
}
.fv-special .section-inner {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .fv-special .fv-logo {
    padding: 40px 0 35px;
    text-align: center;
    width: calc(100% - 48px);
  }
}
@media screen and (min-width: 768px), print {
  .fv-special .fv-logo {
    position: absolute;
    top: 0;
    left: 0;
    padding: 24px 24px 14px 24px;
  }
}
.fv-special .fv-logo img {
  max-width: 195px;
}
@media screen and (min-width: 768px), print {
  .fv-special .fv-logo img {
    max-width: initial;
  }
}
@media screen and (max-width: 767px) {
  .fv-special .link-back {
    background-color: #fff;
    text-align: right;
  }
}
@media screen and (min-width: 768px), print {
  .fv-special .link-back {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
  }
}
.fv-special .link-back a {
  display: block;
  font-size: 14px;
  padding: 16px 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .fv-special .link-back a {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .fv-special .link-back a {
    padding: 30px 32px;
  }
}
@media screen and (max-width: 767px) {
  .fv-special .flex {
    padding-top: 110px;
  }
}
@media screen and (min-width: 768px), print {
  .fv-special .flex {
    height: 440px;
  }
}
@media screen and (min-width: 1024px) {
  .fv-special .flex {
    height: 440px;
  }
}
.fv-special .flex .text {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.fv-special .flex .img {
  flex-basis: 50%;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px), print {
  .fv-special .flex .img {
    align-self: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .fv-special .flex .img .inner {
    margin-left: -24px;
    margin-right: -24px;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .fv-special .flex .img .inner {
    margin-right: 35px;
  }
}
.fv-special .flex .img .inner img {
  vertical-align: bottom;
  max-width: 445px;
  width: 100%;
}

.newcm {
  background-color: var(--color-bg-yellow);
}
.newcm .tvcm {
  flex-basis: 48.4275%;
}
.newcm .tvcm h3 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .newcm .tvcm + .tvcm {
    margin-top: 32px;
  }
}
.newcm .message {
  max-width: 672px;
  margin: 5.6rem auto 0;
}

.diagram h2 {
  margin-bottom: 48px;
}
.diagram p.textcenter {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .diagram p.textcenter {
    text-align: left;
  }
}
.diagram .flex.characters {
  margin-top: 44px;
  row-gap: 32px;
  justify-content: flex-start;
  column-gap: 3.5%;
}
@media screen and (max-width: 767px) {
  .diagram .flex.characters {
    gap: 24px;
  }
}
.diagram .chara-item {
  flex-basis: 31%;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .diagram .chara-item {
    flex-basis: calc((100% - 24px) / 2);
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.diagram .chara-item .img {
  flex: 0 0 120px;
}
@media screen and (max-width: 767px) {
  .diagram .chara-item .img {
    flex: 0 0 80px;
  }
  .diagram .chara-item .img img {
    width: 80px;
  }
}
.diagram .chara-item .text h3 {
  font-size: 1.6rem;
  line-height: 1.4;
}
.diagram .chara-item .text p {
  margin-top: 0.5em;
  margin-bottom: 0;
  font-size: 1.4rem;
}
.diagram .chara-item.w100 {
  flex-basis: 100%;
}
@media screen and (max-width: 767px) {
  .diagram .chara-item.w100 {
    flex-direction: row;
  }
}
.diagram .chara-item.w100 .img {
  flex: 0 0 50%;
}
@media screen and (min-width: 768px), print {
  .diagram .chara-item.w100 .img {
    flex: 0 0 208px;
  }
}
@media screen and (max-width: 767px) {
  .diagram .chara-item.w100 .img img {
    width: calc(100% - 10px);
  }
}

.story {
  background-color: var(--color-bg-yellow);
}
.story p {
  max-width: 672px;
  margin-left: auto;
  margin-right: auto;
}
.story .brand-movie {
  margin: 56px 0;
}
.story .brand-movie .video {
  max-width: 848px;
}

.present {
  background-color: var(--color-bg-yellow);
}
.present h2 + .text {
  max-width: 672px;
  margin: 0 auto 56px;
}
.present h2 + .text ul li {
  display: flex;
  font-size: 14px;
  color: #585551;
}
.present h2 + .text ul li:before {
  content: "※";
  display: inline-block;
}
@media screen and (min-width: 768px), print {
  .present .presents {
    display: grid;
    gap: 32px;
    grid-template-columns: 44% 54%;
    grid-template-areas: "a b" "c c";
  }
}
.present .presents .item01 {
  grid-area: a;
}
.present .presents .item02 {
  grid-area: b;
}
.present .presents .item03 {
  grid-area: c;
}
.present .present-item {
  background-color: #fff;
  padding: 0 24px 96px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .present .present-item + .present-item {
    margin-top: 32px;
  }
}
.present .present-item h3 {
  margin-bottom: 20px;
  padding-top: 20px;
  font-size: 5.3vw;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .present .present-item h3 {
    font-size: 2.4rem;
  }
}
.present .present-item h3:before {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background-color: #FFBF00;
  position: absolute;
  top: 0;
  left: 0;
}
.present .present-item .item-list a {
  display: block;
  position: relative;
}
.present .present-item .item-list a img {
  vertical-align: bottom;
}
.present .present-item .item-list a:after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url(../images/ico_dl.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .present .present-item .item-list a:after {
    width: 24px;
    height: 24px;
    background-size: 10px;
  }
}
.present .present-item .item-list img {
  border: 1px solid #efefef;
}
.present .present-item.item01 .flex {
  margin: 0 auto;
  row-gap: 12px;
  justify-content: flex-start;
  column-gap: calc((100% - 360px) / 3);
}
@media screen and (max-width: 767px) {
  .present .present-item.item01 .flex {
    row-gap: 8px;
    column-gap: 5px;
  }
}
.present .present-item.item02 .flex {
  row-gap: 12px;
}
@media screen and (max-width: 767px) {
  .present .present-item.item02 .flex {
    row-gap: 8px;
  }
}
.present .present-item.item03 .flex {
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .present .present-item.item03 .flex {
    gap: 8px;
  }
}
.present .present-item .button {
  width: calc(100% - 48px);
  text-align: center;
  margin-top: 10px !important;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -20px);
}
@media screen and (min-width: 1024px) {
  .present .present-item .button .btn {
    min-width: 320px;
  }
}
.present .present-item .button .btn:after {
  background-image: url(../images/ico_dl.svg);
}
.present .icon-item {
  flex-basis: 22%;
}
@media screen and (max-width: 767px) {
  .present .icon-item {
    flex-basis: 23%;
  }
}
@media screen and (max-width: 767px) {
  .present .cover-item img {
    width: 100%;
    height: 35px;
    object-fit: cover;
    object-position: center;
  }
}
.present .bg-item {
  flex-basis: 48.5%;
}