@charset "UTF-8";
:root {
  --pc-width: 950px;
  --bc01: #ffc300;
  --bc02: #fdf501;
  --bc03: #d90000;
  --bc04: #defff1;
  --bc05: #ffdee4;
  --bc06: #f7f7f7;
}
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
}
*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}
* {
  padding: 0;
  margin: 0;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
summary {
  display: list-item;
}
small {
  font-size: 80%;
}
[hidden],
template {
  display: none;
}
abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
input {
  border-radius: 0;
}
[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
[type="number"] {
  width: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: bold;
}
button {
  overflow: visible;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
button,
select {
  text-transform: none;
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
img {
  border-style: none;
}
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
@media screen {
  [hidden ~="screen"] {
    display: inherit;
  }
  [hidden ~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 4vw;
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 769px) {
  body {
    font-size: min(1.0625rem, 1.328125vw);
    line-height: 1.8823;
  }
}
img {
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  img {
    height: auto;
    max-width: 100%;
  }
}
ul {
  list-style: none;
}
a {
  color: #000;
  text-decoration: none;
}
.js-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.3s ease-in-out;
}
.js-fade.start {
  opacity: 1;
  transform: translateY(0);
}
.l-header {
  background: #fff;
  border-bottom: 1px solid #b7b7b7;
  display: flex;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  .l-header {
    align-items: center;
    height: 13.3333333333vw;
    padding-left: 4.8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header {
    height: min(117px, 9.140625vw);
    justify-content: space-between;
    padding-left: min(36px, 2.8125vw);
  }
}
.l-header-logo {
  font-size: 0;
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .l-header-logo {
    padding-top: min(44px, 3.4375vw);
  }
}
.l-header-logo img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .l-header-logo img {
    width: 26.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-logo img {
    width: min(139px, 10.859375vw);
  }
}
@media only screen and (max-width: 768px) {
  .l-header-nav {
    background: #fff;
    display: none;
    left: 0;
    position: absolute;
    top: 13.3333333333vw;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .l-header-nav-inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 10.6666666667vw;
    padding: 6.6666666667vw 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-top {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    gap: min(17px, 1.328125vw);
    margin-bottom: min(6px, 0.46875vw);
  }
}
.l-header-nav-sns {
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .l-header-nav-sns {
    justify-content: center;
    gap: 5.3333333333vw;
    margin-bottom: 9.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-sns {
    gap: min(17px, 1.328125vw);
  }
}
.l-header-nav-sns li {
  line-height: 1;
}
.l-header-nav-sns li img {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-sns li:first-child img {
    width: min(25px, 1.953125vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-sns li:nth-child(2) img {
    width: min(20px, 1.5625vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-sns li:nth-child(3) img {
    width: min(23px, 1.796875vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-sns li:nth-child(4) img {
    width: min(23px, 1.796875vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-sns li:nth-child(5) img {
    width: min(26px, 2.03125vw);
  }
}
.l-header-nav-sns a {
  transition: opacity 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .l-header-nav-sns a:hover {
    opacity: 0.7;
  }
}
.l-header-nav-button-buy a {
  background: var(--bc01);
  display: -ms-grid;
  display: grid;
  font-weight: bold;
  place-content: center left;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .l-header-nav-button-buy a {
    font-size: 4vw;
    height: 10.6666666667vw;
    margin-inline: auto;
    padding-left: 5.3333333333vw;
    width: 53.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-button-buy a {
    font-size: min(1.25rem, 1.5625vw);
    height: min(51px, 3.984375vw);
    padding-left: min(40px, 3.125vw);
    width: min(232px, 18.125vw);
  }
}
.l-header-nav-button-buy a span {
  position: relative;
  z-index: 2;
}
.l-header-nav-button-buy a:before {
  background: url("../../img/icon-arrow01.svg") no-repeat left top/cover;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .l-header-nav-button-buy a:before {
    height: 4vw;
    right: 4vw;
    width: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-button-buy a:before {
    height: min(22px, 1.71875vw);
    right: min(20px, 1.5625vw);
    width: min(22px, 1.71875vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-button-buy a:after {
    background: var(--bc02);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    scale: 0 1;
    top: 0;
    transition: scale 0.3s ease-in-out;
    transform-origin: right;
    width: 100%;
  }
}
@media (any-hover: hover) {
  .l-header-nav-button-buy a:hover:after {
    scale: 1 1;
    transform-origin: left;
  }
}
@media only screen and (max-width: 768px) {
  .l-header-nav-bottom {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 43% 57%;
    grid-template-columns: 43% 57%;
    row-gap: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-bottom {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    gap: min(7px, 0.546875vw);
    padding-right: min(20px, 1.5625vw);
  }
}
.l-header-nav-item {
  position: relative;
}
@media (any-hover: hover) {
  .l-header-nav-item:hover {
    background: #fff;
  }
}
@media (any-hover: hover) {
  .l-header-nav-item:hover .l-header-nav-trigger {
    border-color: #b7b7b7;
  }
}
@media (any-hover: hover) {
  .l-header-nav-item:hover .l-header-nav-sub {
    display: block;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-item:first-child .l-header-nav-sub {
    width: min(227px, 17.734375vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-item:nth-child(2) .l-header-nav-sub {
    width: min(374px, 29.21875vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-item:nth-child(3) .l-header-nav-sub {
    width: min(270px, 21.09375vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-item:nth-child(4) .l-header-nav-sub {
    width: min(170px, 13.28125vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-item:nth-child(5) .l-header-nav-sub {
    width: min(227px, 17.734375vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-item:nth-child(6) .l-header-nav-sub {
    width: min(150px, 11.71875vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-contact {
    margin-left: min(33px, 2.578125vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-contact a {
    font-size: min(1.125rem, 1.40625vw);
  }
}
.l-header-nav-trigger {
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  background: url("../../img/icon-arrow-menu.svg") no-repeat right min(15px, 1.171875vw) center/min(9px, 0.703125vw) auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  .l-header-nav-trigger {
    font-size: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-trigger {
    font-size: min(1.125rem, 1.40625vw);
    border-radius: min(10px, 0.78125vw) min(10px, 0.78125vw) 0 0;
    line-height: 1.5;
    padding: min(14px, 1.09375vw) min(30px, 2.34375vw) min(18px, 1.40625vw) min(12px, 0.9375vw);
  }
}
.l-header-nav-sub {
  letter-spacing: 0;
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-sub {
    background: #fff;
    border-bottom: 1px solid #b7b7b7;
    border-left: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
    border-radius: 0 0 min(10px, 0.78125vw) min(10px, 0.78125vw);
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    padding: min(20px, 1.5625vw) min(25px, 1.953125vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-sub li + li {
    margin-top: min(20px, 1.5625vw);
  }
}
.l-header-nav-sub a {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .l-header-nav-sub a {
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-sub a {
    font-size: min(1.25rem, 1.5625vw);
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-sub a:after {
    background: #000;
    bottom: max(-6px, -0.46875vw);
    content: "";
    display: block;
    height: min(2px, 0.15625vw);
    left: 0;
    position: absolute;
    scale: 0 1;
    transition: scale 0.3s ease-in-out;
    transform-origin: right;
    width: 100%;
  }
}
@media (any-hover: hover) {
  .l-header-nav-sub a:hover:after {
    scale: 1 1;
    transform-origin: left;
  }
}
@media only screen and (max-width: 768px) {
  .l-header-menu-button {
    height: 4.8vw;
    position: absolute;
    right: 5.3333333333vw;
    top: 50%;
    transform: translateY(-50%);
    width: 6.9333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-menu-button {
    display: none;
  }
}
.l-header-menu-button span {
  background: #000;
  display: block;
  height: 0.5333333333vw;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease-in-out;
  width: 100%;
}
.l-header-menu-button:after,
.l-header-menu-button:before {
  background: #000;
  content: "";
  display: block;
  height: 0.5333333333vw;
  left: 0;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.l-header-menu-button:before {
  top: 0;
}
.l-header-menu-button:after {
  bottom: 0;
}
.l-header-menu-button.is-active span {
  opacity: 0;
  translate: 10px 0;
}
.l-header-menu-button.is-active:before {
  transform: translateY(2.1333333333vw) rotate(45deg);
}
.l-header-menu-button.is-active:after {
  transform: translateY(-2.1333333333vw) rotate(-45deg);
}
.l-main {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .l-main {
    padding-bottom: 24vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-main {
    padding-bottom: min(113px, 8.828125vw);
  }
}
@media only screen and (max-width: 768px) {
  .l-breadcrumbs {
    margin-bottom: 2.6666666667vw;
    padding: 2.6666666667vw 5.3333333333vw 0;
  }
}
@media print, screen and (min-width: 769px) {
  .l-breadcrumbs {
    margin-bottom: min(10px, 0.78125vw);
    padding: min(13px, 1.015625vw) min(37px, 2.890625vw) 0;
  }
}
.l-breadcrumbs-list {
  display: flex;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .l-breadcrumbs-list li {
    font-size: 3.4666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-breadcrumbs-list li {
    font-size: min(0.875rem, 1.09375vw);
  }
}
.l-breadcrumbs-list li + li:before {
  content: ">";
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .l-breadcrumbs-list li + li:before {
    margin-inline: 1.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-breadcrumbs-list li + li:before {
    margin-inline: min(7px, 0.546875vw);
  }
}
@media only screen and (max-width: 768px) {
  .l-breadcrumbs-list li a {
    font-size: 3.4666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-breadcrumbs-list li a {
    font-size: min(0.875rem, 1.09375vw);
  }
}
.l-to-top {
  display: none;
  position: fixed;
}
@media only screen and (max-width: 768px) {
  .l-to-top {
    bottom: 5.3333333333vw;
    right: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-to-top {
    bottom: min(45px, 3.515625vw);
    right: min(20px, 1.5625vw);
  }
}
.l-to-top.is-stop {
  position: absolute;
}
.l-to-top a {
  transition: opacity 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .l-to-top a:hover {
    opacity: 0.7;
  }
}
.l-to-top img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .l-to-top img {
    width: 9.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-to-top img {
    width: min(61px, 4.765625vw);
  }
}

@media print, screen and (min-width: 769px) {
  .c-box01 {
    margin-inline: auto;
    width: min(650px);
  }
}
.c-btn {
  --arrow: url("../../img/icon-arrow01.svg");
  --line-color: var(--bc01);
  --pad: 0;
  --pad-sp: 0;
  --hover-arrow: url("../../img/icon-arrow01.svg");
  --hover-color: var(--bc02);
  --hover-text-color: #000;
  display: -ms-grid;
  display: grid;
  font-weight: bold;
  outline: 1px solid var(--line-color);
  overflow: hidden;
  padding-right: var(--pad);
  place-content: center;
  position: relative;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .c-btn {
    border-radius: 5.3333333333vw;
    box-shadow: 0 0 0.8vw rgba(0, 0, 0, 0.3);
    font-size: 4.8vw;
    height: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-btn {
    font-size: min(1.25rem, 1.5625vw);
    border-radius: min(25px, 1.953125vw);
    box-shadow: 0 0 min(6px, 0.46875vw) rgba(0, 0, 0, 0.3);
    height: min(50px, 3.90625vw);
    letter-spacing: 0.13em;
  }
}
.c-btn span {
  position: relative;
  transition: color 0.3s ease-in-out;
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  .c-btn:before {
    background: var(--hover-color);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    scale: 0 1;
    top: 0;
    transition: scale 0.3s ease-in-out;
    transform-origin: right;
    width: 100%;
  }
}
.c-btn:after {
  background-image: var(--arrow);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background-image 0.3s ease-in-out 0.2s;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .c-btn:after {
    height: 5.3333333333vw;
    right: 2vw;
    width: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-btn:after {
    height: min(22px, 1.71875vw);
    right: min(16px, 1.25vw);
    width: min(22px, 1.71875vw);
  }
}
@media (any-hover: hover) {
  .c-btn:hover:before {
    scale: 1 1;
    transform-origin: left;
  }
}
.c-btn:hover:after {
  background-image: var(--hover-arrow);
}
@media (any-hover: hover) {
  .c-btn:hover span {
    color: var(--hover-text-color);
  }
}
.c-btn01 {
  background: var(--bc01);
}
.c-btn02 {
  --arrow: url("../../img/icon-arrow02.svg");
  --line-color: #b7b7b7;
  --hover-arrow: url("../../img/icon-arrow03.svg");
  --hover-color: #000;
  --hover-text-color: #fff;
  background: #fff;
}
@media print, screen and (min-width: 769px) {
  .c-btn02 {
    --pad: min(13px, 1.015625vw);
  }
}
.c-btn03 {
  --arrow: url("../../img/icon-arrow01.svg");
  --line-color: #fbe2b3;
  --hover-arrow: url("../../img/icon-arrow01.svg");
  --hover-color: #fccc73;
  background: #fbe2b3;
}
@media print, screen and (min-width: 769px) {
  .c-btn03 {
    font-size: min(1.25rem, 1.5625vw);
    --pad: min(13px, 1.015625vw);
    height: min(40px, 3.125vw);
  }
}
.c-btn03:after {
  rotate: 90deg;
  transform-origin: center top;
}
.c-link01 {
  background: url("../../img/icon-arrow04.svg") no-repeat left center/min(8px, 0.625vw) auto;
  color: #0089ff;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .c-link01 {
    background-size: 1.6vw auto;
    padding-left: 2.9333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-link01 {
    padding-left: min(18px, 1.40625vw);
  }
}
@media (any-hover: hover) {
  .c-link01:hover {
    text-decoration: underline;
  }
}
.c-ttl-main {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-ttl-main {
    padding-bottom: 8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-ttl-main {
    padding-bottom: min(46px, 3.59375vw);
  }
}
.c-ttl-main:before {
  background: var(--bc06);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .c-ttl-main:before {
    height: 14.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-ttl-main:before {
    height: min(78px, 6.09375vw);
  }
}
.c-ttl-main .c-box01 {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .c-ttl-main .c-box01 {
    padding-inline: 6.6666666667vw;
  }
}
.c-ttl-main-ja {
  letter-spacing: 0.2em;
  line-height: 1.45;
}
@media only screen and (max-width: 768px) {
  .c-ttl-main-ja {
    font-size: 6.6666666667vw;
    margin-bottom: 1.8666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-ttl-main-ja {
    font-size: min(2.5rem, 3.125vw);
    margin-bottom: min(11px, 0.859375vw);
  }
}
.c-ttl-main-en {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.352;
}
.c-ttl01 {
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  position: relative;
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  .c-ttl01 {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    margin: 0 auto 10.6666666667vw;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .c-ttl01 {
    font-size: min(1.875rem, 2.34375vw);
    line-height: 1.4666;
    margin: 0 auto min(48px, 3.75vw);
  }
}
.c-ttl01:after,
.c-ttl01:before {
  background-color: #000;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .c-ttl01:after,
  .c-ttl01:before {
    height: 0.8vw;
    width: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-ttl01:after,
  .c-ttl01:before {
    height: min(5px, 0.390625vw);
    width: min(53px, 4.140625vw);
  }
}
@media only screen and (max-width: 768px) {
  .c-ttl01:before {
    left: -13.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-ttl01:before {
    left: max(-70px, -5.46875vw);
  }
}
@media only screen and (max-width: 768px) {
  .c-ttl01:after {
    right: -13.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-ttl01:after {
    right: max(-70px, -5.46875vw);
  }
}
.c-recommend-main {
  background: #fff;
  box-shadow: 0 0 min(50px, 3.90625vw) rgba(0, 0, 0, 0.1);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-recommend-main {
    border-radius: 4vw;
    margin-inline: auto;
    padding: 6.6666666667vw;
    width: calc(100vw - 13.3333333333vw);
  }
}
@media print, screen and (min-width: 769px) {
  .c-recommend-main {
    align-items: center;
    border-radius: min(30px, 2.34375vw);
    display: flex;
    height: min(411px, 32.109375vw);
    gap: min(62px, 4.84375vw);
    padding-inline: min(531px, 41.484375vw) min(90px, 7.03125vw);
  }
}
.c-recommend-title {
  background: var(--bc02);
  display: -ms-grid;
  display: grid;
  letter-spacing: 0.1em;
  place-content: center;
  position: absolute;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .c-recommend-title {
    clip-path: polygon(0 0, 100% 0, 44vw 50%, 100% 100%, 0 100%);
    font-size: 4vw;
    height: 10.6666666667vw;
    left: -5.3333333333vw;
    top: -5.3333333333vw;
    width: 46.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-recommend-title {
    font-size: min(1.6875rem, 2.109375vw);
    clip-path: polygon(0 0, 100% 0, min(254px, 19.84375vw) 50%, 100% 100%, 0 100%);
    height: min(76px, 5.9375vw);
    left: max(-37px, -2.890625vw);
    top: min(14px, 1.09375vw);
    width: min(274px, 21.40625vw);
  }
}
@media only screen and (max-width: 768px) {
  .c-recommend-image {
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .c-recommend-image {
    left: min(90px, 7.03125vw);
    position: absolute;
    top: min(20px, 1.5625vw);
  }
}
.c-recommend-image img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .c-recommend-image img {
    width: 66.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-recommend-image img {
    width: min(379px, 29.609375vw);
  }
}
.c-recommend-catch {
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .c-recommend-catch {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    margin-bottom: 4vw;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .c-recommend-catch {
    font-size: min(1.125rem, 1.40625vw);
    line-height: 1.444;
    margin-bottom: min(13px, 1.015625vw);
  }
}
@media only screen and (max-width: 768px) {
  .c-recommend-logo {
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .c-recommend-logo {
    margin-bottom: min(33px, 2.578125vw);
  }
}
.c-recommend-logo img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .c-recommend-logo img {
    width: 62.9333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-recommend-logo img {
    width: min(236px, 18.4375vw);
  }
}
.c-recommend-buttons {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .c-recommend-buttons {
    gap: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-recommend-buttons {
    gap: min(19px, 1.484375vw);
    width: min(329px, 25.703125vw);
  }
}
@media only screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-sp {
    display: none !important;
  }
}

/*mordal*/
#lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}

#app {
  width: 520px;
  padding-bottom: 2px;
  display: none;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.7);
}

#app p {
  font-size: 1em;
  line-height: 1.5em;
  padding-top: 5px;
}

#app p.comt {
  padding-right: 15px;
  padding-left: 15px;
}

#app p.comt span {
  font-size: 1.4em;
  line-height: 1.3em;
}

#app-ct {
  margin: 0;
}

#app-header {
  padding: 0px 18px 14px 18px;
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
}

#app-header h2.alert {
  background: #ebebeb;
  text-align: right;
}
/*---------------------------------------
flow
----------------------------------------*/
#flow,
.flow {
  overflow: hidden;
}
#flow h3,
.flow h3 {
  font-size: 14px;
  padding: 5px;
  margin: 15px 0px 5px;
}
#flow h3 span,
.flow h3 span {
  background: #999;
  color: #fff;
  font-weight: bold;
  display: block;
  float: left;
  padding: 2px 5px;
  text-align: center;
  margin-right: 5px;
}
#flow h4,
.flow h4 {
  margin: 15px 0px 5px 35px;
  padding: 2px 5px;
  border-left: solid #ef0000 10px;
}
#flow .txt,
.flow .txt {
  /*width: 400px;*/
  float: left;
  padding-left: 40px;
}
#flow .flowimg,
.flow .flowimg {
  float: right;
  margin-top: 15px;
}
#flow .flowimgTAC,
.flow .flowimgTAC {
  float: right;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  width: 330px;
}
#flow .clear {
  padding: 0px;
  margin: 0px;
  clear: both;
  padding-bottom: 15px;
}
/*flow-・ｽA・ｽR・ｽ[・ｽf・ｽB・ｽI・ｽ・ｽ*/
#flow-ac,
#flow-ac2 {
  margin: 15px auto;
  padding: 0px;
  border: 1px #27cd3a solid;
}

#flow-ac p,
#flow-ac2 p {
  margin: 10px 5px;
}

#flow-ac h2,
#flow-ac2 h2 {
  background: #f3fce8;
  padding: 6px 2px;
  margin: 1px;
  color: #666;
  font-size: 14px;
}

#flow-ac h2 span,
#flow-ac2 h2 span {
  display: block;
  cursor: pointer;
  background: url(/option/security/sagiwall/img/common/faq.png) 670px -78px no-repeat;
  margin-left: 0px;
}
#flow-ac2 div,
#flow-ac div {
  display: none;
}

#flow-ac h2.active span,
#flow-ac2 h2.active span {
  background: url(/option/security/sagiwall/img/common/faq.png) 670px 0px no-repeat;
}
