@charset "UTF-8";
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* VARIABLES */
/* MIXINS */
/* FUNCTIONS */
/* ADJUSTMENT */
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

@media screen and (max-width: 768px) {
  .mt0 {
    margin-top: 0vw !important;
  }
  .mb0 {
    margin-bottom: 0vw !important;
  }
  .mt5 {
    margin-top: 1.3333333333vw !important;
  }
  .mb5 {
    margin-bottom: 1.3333333333vw !important;
  }
  .mt10 {
    margin-top: 2.6666666667vw !important;
  }
  .mb10 {
    margin-bottom: 2.6666666667vw !important;
  }
  .mt15 {
    margin-top: 4vw !important;
  }
  .mb15 {
    margin-bottom: 4vw !important;
  }
  .mt20 {
    margin-top: 5.3333333333vw !important;
  }
  .mb20 {
    margin-bottom: 5.3333333333vw !important;
  }
  .mt25 {
    margin-top: 6.6666666667vw !important;
  }
  .mb25 {
    margin-bottom: 6.6666666667vw !important;
  }
  .mt30 {
    margin-top: 8vw !important;
  }
  .mb30 {
    margin-bottom: 8vw !important;
  }
  .mt35 {
    margin-top: 9.3333333333vw !important;
  }
  .mb35 {
    margin-bottom: 9.3333333333vw !important;
  }
  .mt40 {
    margin-top: 10.6666666667vw !important;
  }
  .mb40 {
    margin-bottom: 10.6666666667vw !important;
  }
  .mt45 {
    margin-top: 12vw !important;
  }
  .mb45 {
    margin-bottom: 12vw !important;
  }
  .mt50 {
    margin-top: 13.3333333333vw !important;
  }
  .mb50 {
    margin-bottom: 13.3333333333vw !important;
  }
}
/* MIXINS */
/* COMMON */
body {
  max-width: 1920px;
  margin: auto;
  background: #fff;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  font-family: "futura-pt", Helvetica, hiragino-kaku-gothic-pron, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", " 游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  -webkit-appearance: none;
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  body {
    padding-bottom: 13.3333333333vw;
    font-size: 0.875rem;
  }
}
body:has(.header) {
  padding-top: 100px;
}
@media screen and (max-width: 1920px) {
  body:has(.header) {
    padding-top: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  body:has(.header) {
    padding-top: 14.6666666667vw;
  }
}

.contents {
  min-height: 50vh;
}
.contents__inner {
  width: 98%;
  max-width: 1000px;
  margin: auto;
  padding: 30px 0 50px;
}
@media screen and (max-width: 768px) {
  .contents__inner {
    width: 96%;
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .contents__inner {
    padding: 5.3333333333vw 0 8vw;
  }
}
.contents__inner > *:last-child {
  margin-bottom: 0;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

sub {
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bg--gray {
  background: #f6f6f6 !important;
}
.bg--white {
  background: #fff;
}

.bordered {
  border: 1px solid #bec3c6;
}

/* STICKY AREA */
.sticky-area {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 99;
  opacity: 0;
  transition: all 0.5s;
  -webkit-animation: fadeIn 0.5s 0.1s forwards;
          animation: fadeIn 0.5s 0.1s forwards;
}
@media screen and (max-width: 768px) {
  .sticky-area {
    display: none;
  }
}
.sticky-area__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 120px;
  width: 120px;
  background: #cc0033;
  border-radius: 50%;
  box-shadow: 0 5px 0 #700000;
  font-size: 18px;
  color: #fff;
  transition: all 0.3s;
}
.sticky-area__link:hover {
  box-shadow: none;
  transform: translateY(5px);
}
.sticky-area__link .icon {
  height: 55px;
  width: 55px;
  max-width: unset;
}

/* COOKIE */
.cookie-area {
  background: #717171;
}
.cookie-area__inner {
  width: 98%;
  max-width: 1000px;
  margin: auto;
  padding: 20px 15px;
}
@media screen and (max-width: 768px) {
  .cookie-area__inner {
    width: 96%;
    max-width: 600px;
  }
}
.cookie-area .txt {
  font-size: 0.875rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cookie-area .txt {
    font-size: 0.75rem;
  }
}
.cookie-area .link {
  color: #fff;
}

/* BOX */
.box {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 40px 50px;
  position: relative;
  background: #fff;
}
.box:first-child {
  margin-top: 0;
}
.box > *:first-child {
  margin-top: 0;
}
.box .label:first-child + * {
  margin-top: 0;
}
.box > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .box {
    margin-top: 4vw;
    margin-bottom: 4vw;
    padding: 4vw 2.6666666667vw;
  }
}
.box--bordered {
  border: 1px solid #bec3c6;
}
@media screen and (max-width: 768px) {
  .box:has(> .label--slanted) {
    padding: 10.6666666667vw;
  }
}

.col, .col--3, .col--2 {
  display: flex;
  justify-content: space-between;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  .col, .col--3, .col--2 {
    flex-wrap: wrap;
    margin: 5.3333333333vw auto;
  }
}
.col > *:last-child, .col--3 > *:last-child, .col--2 > *:last-child {
  margin-bottom: 0;
}
.col__item {
  margin-bottom: 0;
}
.col__item > *:first-child {
  margin-top: 0;
}
.col__item > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .col__item {
    width: 100% !important;
  }
}
.col__item + .col__item {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .col__item + .col__item {
    margin-top: 5.3333333333vw;
  }
}
.col--2 .col__item {
  width: 48%;
}
.col--2--small {
  justify-content: space-around;
  width: 80%;
}
.col--2--small .col__item {
  width: 40%;
}
.col--3 .col__item {
  width: 30%;
}

/* TEXT */
.txt--left {
  text-align: left;
}
.txt--right {
  text-align: right;
}
.txt--center {
  text-align: center;
}
.txt--large, .media__title, .card__title {
  font-size: 1.125em;
}
.txt--ex-large {
  font-size: 1.5em;
}
.txt--small, .breadcrum {
  font-size: 0.875rem;
}
@media screen and (max-width: 1000px) {
  .txt--small, .breadcrum {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  .txt--small, .breadcrum {
    font-size: 0.6875rem;
  }
}
.txt--ex-small {
  font-size: 0.75em;
}
.txt--indent {
  display: flex;
}
.txt--indent__head {
  margin-right: 0.5em;
}
.txt--indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}
.txt--indent-2 {
  padding-left: 2em;
  text-indent: -2em;
}
.txt--bold, .media__title, .card__title {
  font-weight: bold;
}
.txt--red {
  color: #cc0033;
}
.txt--gray {
  color: #717171;
}
.txt--green {
  color: #11913b;
}
.txt .icon {
  max-width: 1.25em;
}

em {
  font-style: normal;
  font-weight: bold;
}

.nowrap {
  display: inline-block;
}

/* LINK */
.link {
  display: inline-block;
  line-height: 1.3;
  color: #000;
  text-decoration: underline;
  transition: all 0.3s;
}
.link:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: all 0.3s;
}
.link .icon {
  display: inline-block;
  max-width: 1em;
}
.link .icon img {
  vertical-align: bottom;
}

.horizontal-link {
  display: flex;
}
.horizontal-link__item + .horizontal-link__item {
  margin-left: 2.0833333333vw;
}

/* IMAGE */
.img {
  display: block;
  margin: 30px auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .img {
    margin: 4vw auto;
  }
}
.img--medium {
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .img--medium {
    width: 100%;
  }
}
.img--small {
  max-width: 340px;
}
@media screen and (max-width: 768px) {
  .img--small {
    max-width: 61.3333333333vw;
  }
}
.img .label {
  position: absolute;
  top: 0;
  left: 0;
}

.icon {
  display: inline-block;
  max-width: 1.5em;
  margin: 0 0.3em;
  line-height: 1;
}
.icon img {
  vertical-align: middle;
}

figure,
picture {
  text-align: center;
}

/* BUTTON */
.btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 10px;
  text-align: center;
  transition: all 0.3s;
}
@-webkit-keyframes clickBtn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes clickBtn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.2);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (max-width: 768px) {
  .btn {
    margin-bottom: 2.6666666667vw;
  }
}
.btn--right-arrow {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 10px;
  text-align: center;
  transition: all 0.3s;
  padding: 20px 25px;
  background: #cc0033;
  border: 1px solid rgba(255, 255, 255, 0);
  color: #fff;
  padding-right: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn--right-arrow {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .btn--right-arrow {
    width: 100%;
    padding: 15px;
  }
}
.btn--right-arrow:hover {
  background: #fff;
  border-color: #cc0033;
  color: #cc0033;
}
.btn--right-arrow::before {
  content: "";
  border-width: 7px 10.5px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
}
@media screen and (max-width: 768px) {
  .btn--right-arrow::before {
    border-width: 5.6px 7px;
  }
}
.btn--right-arrow::before, .btn--right-arrow::after {
  content: "";
  position: absolute;
}
.btn--right-arrow::before {
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
}
.btn--right-arrow::after {
  display: block;
  height: 45px;
  width: 45px;
  margin: auto;
  top: 0;
  right: 20px;
  bottom: 0;
  border: 1px solid #fff;
  border-radius: 50%;
}
.btn--right-arrow:hover::before {
  border-left-color: #cc0033;
}
.btn--right-arrow:hover::after {
  border-color: #cc0033;
  -webkit-animation: clickBtn 0.3s;
          animation: clickBtn 0.3s;
}
@media screen and (max-width: 768px) {
  .btn--right-arrow {
    padding-right: 65px;
  }
  .btn--right-arrow::after {
    height: 35px;
    width: 35px;
  }
}
.btn--right-arrow--black {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 10px;
  text-align: center;
  transition: all 0.3s;
  padding: 20px 25px;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0);
  color: #fff;
  padding-right: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn--right-arrow--black {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .btn--right-arrow--black {
    width: 100%;
    padding: 15px;
  }
}
.btn--right-arrow--black:hover {
  background: #fff;
  border-color: #000;
  color: #000;
}
.btn--right-arrow--black::before {
  content: "";
  border-width: 7px 10.5px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
}
@media screen and (max-width: 768px) {
  .btn--right-arrow--black::before {
    border-width: 5.6px 7px;
  }
}
.btn--right-arrow--black::before, .btn--right-arrow--black::after {
  content: "";
  position: absolute;
}
.btn--right-arrow--black::before {
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
}
.btn--right-arrow--black::after {
  display: block;
  height: 45px;
  width: 45px;
  margin: auto;
  top: 0;
  right: 20px;
  bottom: 0;
  border: 1px solid #fff;
  border-radius: 50%;
}
.btn--right-arrow--black:hover::before {
  border-left-color: #000;
}
.btn--right-arrow--black:hover::after {
  border-color: #000;
  -webkit-animation: clickBtn 0.3s;
          animation: clickBtn 0.3s;
}
@media screen and (max-width: 768px) {
  .btn--right-arrow--black {
    padding-right: 65px;
  }
  .btn--right-arrow--black::after {
    height: 35px;
    width: 35px;
  }
}
.btn--right-arrow--gray {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 10px;
  text-align: center;
  transition: all 0.3s;
  padding: 20px 25px;
  background: #717171;
  border: 1px solid rgba(255, 255, 255, 0);
  color: #fff;
  padding-right: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn--right-arrow--gray {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .btn--right-arrow--gray {
    width: 100%;
    padding: 15px;
  }
}
.btn--right-arrow--gray:hover {
  background: #fff;
  border-color: #717171;
  color: #717171;
}
.btn--right-arrow--gray::before {
  content: "";
  border-width: 7px 10.5px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
}
@media screen and (max-width: 768px) {
  .btn--right-arrow--gray::before {
    border-width: 5.6px 7px;
  }
}
.btn--right-arrow--gray::before, .btn--right-arrow--gray::after {
  content: "";
  position: absolute;
}
.btn--right-arrow--gray::before {
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
}
.btn--right-arrow--gray::after {
  display: block;
  height: 45px;
  width: 45px;
  margin: auto;
  top: 0;
  right: 20px;
  bottom: 0;
  border: 1px solid #fff;
  border-radius: 50%;
}
.btn--right-arrow--gray:hover::before {
  border-left-color: #717171;
}
.btn--right-arrow--gray:hover::after {
  border-color: #717171;
  -webkit-animation: clickBtn 0.3s;
          animation: clickBtn 0.3s;
}
@media screen and (max-width: 768px) {
  .btn--right-arrow--gray {
    padding-right: 65px;
  }
  .btn--right-arrow--gray::after {
    height: 35px;
    width: 35px;
  }
}
.btn--icon {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 10px;
  text-align: center;
  transition: all 0.3s;
  padding: 20px 25px;
  background: #cc0033;
  border: 1px solid rgba(255, 255, 255, 0);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn--icon {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .btn--icon {
    width: 100%;
    padding: 15px;
  }
}
.btn--icon:hover {
  background: #fff;
  border-color: #cc0033;
  color: #cc0033;
}
@media screen and (max-width: 768px) {
  .btn--icon {
    padding: 0;
  }
}
.btn--icon:hover .icon {
  box-shadow: 1px 0 0 #cc0033;
}
.btn--icon:hover .icon img {
  opacity: 0.7;
}
.btn--icon .icon {
  flex: 0 0 70px;
  align-self: stretch;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: unset;
  margin: 0;
  padding: 15px;
  background: #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .btn--icon .icon {
    flex-basis: 60px;
    width: 55px;
    padding: 10px;
  }
}
.btn--icon .txt {
  flex: 1 1 auto;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .btn--icon .txt {
    padding: 15px;
  }
}
.btn--icon--black {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 10px;
  text-align: center;
  transition: all 0.3s;
  padding: 20px 25px;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn--icon--black {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .btn--icon--black {
    width: 100%;
    padding: 15px;
  }
}
.btn--icon--black:hover {
  background: #fff;
  border-color: #000;
  color: #000;
}
@media screen and (max-width: 768px) {
  .btn--icon--black {
    padding: 0;
  }
}
.btn--icon--black:hover .icon {
  box-shadow: 1px 0 0 #000;
}
.btn--icon--black:hover .icon img {
  opacity: 0.7;
}
.btn--icon--black .icon {
  flex: 0 0 70px;
  align-self: stretch;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: unset;
  margin: 0;
  padding: 15px;
  background: #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .btn--icon--black .icon {
    flex-basis: 60px;
    width: 55px;
    padding: 10px;
  }
}
.btn--icon--black .txt {
  flex: 1 1 auto;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .btn--icon--black .txt {
    padding: 15px;
  }
}
.btn--icon--gray {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 10px;
  text-align: center;
  transition: all 0.3s;
  padding: 20px 25px;
  background: #717171;
  border: 1px solid rgba(255, 255, 255, 0);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn--icon--gray {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .btn--icon--gray {
    width: 100%;
    padding: 15px;
  }
}
.btn--icon--gray:hover {
  background: #fff;
  border-color: #717171;
  color: #717171;
}
@media screen and (max-width: 768px) {
  .btn--icon--gray {
    padding: 0;
  }
}
.btn--icon--gray:hover .icon {
  box-shadow: 1px 0 0 #717171;
}
.btn--icon--gray:hover .icon img {
  opacity: 0.7;
}
.btn--icon--gray .icon {
  flex: 0 0 70px;
  align-self: stretch;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: unset;
  margin: 0;
  padding: 15px;
  background: #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .btn--icon--gray .icon {
    flex-basis: 60px;
    width: 55px;
    padding: 10px;
  }
}
.btn--icon--gray .txt {
  flex: 1 1 auto;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .btn--icon--gray .txt {
    padding: 15px;
  }
}

.btn-list {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  .btn-list {
    flex-direction: column;
  }
}
.btn-list a {
  width: 100%;
  min-width: unset;
}
.btn-list__item .btn {
  height: 100%;
  display: grid;
  place-content: center;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .btn-list__item + .btn-list__item {
    margin-top: 4vw;
  }
}
.btn-list--2col {
  justify-content: space-evenly;
}
.btn-list--2col .btn-list__item {
  width: 47%;
}
.btn-list--2col .btn-list__item > * {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .btn-list--2col .btn-list__item {
    width: 100%;
    max-width: unset;
  }
}
.btn-list--2col--small {
  justify-content: space-between;
  width: 80%;
  margin: auto;
}
.btn-list--2col--small .btn-list__item {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .btn-list--2col--small .btn-list__item {
    width: 100%;
  }
}
.btn-list--3col {
  justify-content: space-between;
}
.btn-list--3col .btn-list__item {
  width: 32%;
  max-width: 32%;
}
@media screen and (max-width: 768px) {
  .btn-list--3col .btn-list__item {
    width: 100%;
    max-width: unset;
  }
}

/* HEADER */
.header {
  width: 100vw;
  display: grid;
  place-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  background: #fff;
  box-shadow: 0 0 10px rgba(113, 113, 113, 0.5);
  transition: top 0.8s;
  padding: 0 10px;
}
.header.hidden {
  top: -100%;
}
@media screen and (max-width: 768px) {
  .header {
    height: 14.6666666667vw;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  margin: auto;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .header__inner {
    justify-content: space-between;
    width: 100vw;
    padding: 4vw;
  }
}
.header__img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 300px;
  padding: 17px 27px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .header__img {
    width: 26.6666666667vw;
    padding: 0;
  }
}
.header__img:hover {
  opacity: 0.7;
}
.header__btn-list {
  width: 400px;
  height: 100%;
  font-size: 14px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .header__btn-list {
    height: 13.3333333333vw;
    width: 100%;
    padding: 0;
    position: fixed;
    top: unset;
    right: unset;
    bottom: 0;
    left: 0;
    font-size: 3.4666666667vw;
  }
  .header__btn-list .header__btn-list__item:first-child {
    display: none;
  }
}
.header__btn-list__item {
  display: flex;
  gap: 10px;
  height: 50%;
}
.header__btn-list__item.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__btn-list__item.sp {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .header__btn-list__item {
    height: 13.3333333333vw;
    gap: 0;
  }
  .header__btn-list__item.pc {
    display: none;
  }
}
.header__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .header__btn {
    font-size: 3.4666666667vw;
    height: 100%;
    border-radius: 0;
    box-shadow: none !important;
    transition: opacity 0.3s;
  }
  .header__btn:hover {
    opacity: 0.7;
    transform: none !important;
  }
}
.header__btn--gray {
  background: #ececec;
  color: #000;
  box-shadow: 0 5px 0 #868686;
}
.header__btn--gray:hover {
  box-shadow: none;
  transform: translateY(5px);
}
.header__btn--red {
  background: #cc0033;
  color: #fff;
  box-shadow: 0 5px 0 #700000;
}
.header__btn--red:hover {
  box-shadow: none;
  transform: translateY(5px);
}
.header__btn--black {
  background: #333;
  color: #fff;
  box-shadow: 0 5px 0 #868686;
}
.header__btn--black:hover {
  box-shadow: none;
  transform: translateY(5px);
}
.header__btn--small {
  width: 90%;
  margin-inline: auto;
  font-size: 14px;
  background: #ececec;
  border-radius: 4px;
}
.header__btn--small:hover {
  background: #717171;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .header__btn--small {
    display: none;
  }
}
.header__btn--small .icon {
  width: 10px;
  padding-bottom: 3px;
}
.header--static {
  position: static;
}
.header--static figure.header__img {
  pointer-events: none;
}

.nav {
  height: 100%;
  padding: 0 40px;
}
.nav a {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .nav {
    height: 100vh;
    width: 100vw;
    padding: 14.6666666667vw 8vw 18.6666666667vw;
    position: fixed;
    top: 0;
    left: 0;
    background: #333;
    transform: translateX(100vw);
    opacity: 0;
    transition-property: transform, opacity;
    transition-duration: 0.5s;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 768px) {
  .nav.open {
    transform: translateX(0);
    opacity: 1;
  }
}
.nav__list {
  height: 100%;
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .nav__list {
    height: auto;
    flex-direction: column;
    gap: 10px;
  }
}
.nav__item {
  text-align: center;
  transition: all 0.3s;
}
.nav__item:hover > .nav__dropdown-list {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .nav__item {
    margin-bottom: 2.1333333333vw;
  }
}
.nav__link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  color: #000;
}
@media screen and (min-width: 769px) {
  .nav__link span {
    display: grid;
    place-content: center;
    height: 100%;
    width: 100%;
    position: relative;
    text-align: left;
    padding: 10px;
    padding-right: 20px;
  }
  .nav__link span::after {
    content: "";
    width: 10px;
    height: 10px;
    border-width: 2px;
    border-bottom-width: 0;
    border-left-width: 0;
    border-color: #000;
    border-style: solid;
    rotate: 45deg;
    right: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .nav__link {
    justify-content: flex-start;
    margin-bottom: 1.3333333333vw;
    font-size: 3.4666666667vw;
    color: #fff;
  }
}
.nav__link:has(img) {
  display: flex;
  flex-direction: column;
}
.nav__link:has(img) img {
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .nav__dropdown-list {
    opacity: 0;
    visibility: hidden;
    width: 1200px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.6);
  }
}
@media screen and (max-width: 768px) {
  .nav__dropdown-list {
    padding-left: 4vw;
  }
  .nav__dropdown-list .nav__link {
    font-size: 3.2vw;
  }
  .nav__dropdown-list .nav__link img {
    display: none;
  }
  .nav__dropdown-list .nav__dropdown-list__item {
    background: none;
  }
}
@media screen and (min-width: 769px) {
  .nav__dropdown-list__inner {
    grid-template-columns: repeat(4, 1fr);
    padding: 20px;
    display: grid;
    gap: 20px;
  }
}
.nav__dropdown-list__item {
  background: #fff;
}
.nav__dropdown-list .nav__link.link {
  justify-content: flex-start;
  text-align: left;
  align-items: flex-start;
}
.nav__btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .nav__btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    height: 5.3333333333vw;
    z-index: 99;
  }
}
.nav__btn.open {
  justify-content: center;
  align-items: center;
}
.nav__btn.open .nav__btn__line {
  background: #fff;
}
.nav__btn.open .nav__btn__line:first-child {
  width: 8vw;
  transform: translateY(2px) rotate(-135deg);
}
.nav__btn.open .nav__btn__line:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.nav__btn.open .nav__btn__line:last-child {
  transform: translateY(-2px) rotate(135deg);
}
.nav__btn__line {
  height: 2px;
  background: #000;
  transition: all 0.5s;
}
.nav__btn__line:first-child {
  width: 4.8vw;
}
.nav__btn__line:nth-child(2) {
  width: 6.4vw;
}
.nav__btn__line:last-child {
  width: 8vw;
}

/* HEADING */
.heading--lv4, .heading--lv3, .heading--lv2, .heading--lv1 {
  font-weight: bold;
}

.heading--lv1 {
  z-index: 1;
  line-height: 1.3;
  font-size: 3.125rem;
  color: #fff;
}
@media screen and (max-width: 1920px) {
  .heading--lv1 {
    font-size: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .heading--lv1 {
    font-size: 4vw;
  }
}
.heading--lv1.small,
.heading--lv1 .small {
  font-size: 2.8125rem;
}
@media screen and (max-width: 1920px) {
  .heading--lv1.small,
.heading--lv1 .small {
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 768px) {
  .heading--lv1.small,
.heading--lv1 .small {
    font-size: 4vw;
  }
}
.heading--lv2 {
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
  font-size: 1.875rem;
  color: #cc0033;
}
@media screen and (max-width: 768px) {
  .heading--lv2 {
    margin-bottom: 5.3333333333vw;
    padding-bottom: 2.6666666667vw;
    font-size: 1.25rem;
  }
}
.heading--lv2::before, .heading--lv2::after {
  content: "";
  height: 4px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .heading--lv2::before, .heading--lv2::after {
    height: 1.0666666667vw;
  }
}
.heading--lv2::before {
  width: 100%;
  background: #bec3c6;
}
.heading--lv2::after {
  width: 8%;
  background: #cc0033;
}
@media screen and (max-width: 768px) {
  .heading--lv2::after {
    width: 15%;
  }
}
.heading--lv3 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 1.25rem;
}
.heading--lv3:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .heading--lv3 {
    margin-top: 2.6666666667vw;
    font-size: 1.0625rem;
  }
}
.heading--lv3--icon {
  display: flex;
  align-items: center;
}
.heading--lv3--icon .icon {
  margin-right: 0.5em;
}
.heading--lv4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.125rem;
}
.heading--lv4:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .heading--lv4 {
    font-size: 0.9375rem;
  }
}

/* MASTHEAD */
.masthead {
  display: flex;
  align-items: center;
  height: 300px;
  padding-right: 600px;
  padding-left: calc((1920px - 1000px) / 2 - 10px);
  position: relative;
  background-position: right center;
  background-size: auto 400px;
  background-repeat: no-repeat;
  background-color: #ececec;
  overflow: hidden;
}
@media screen and (max-width: 1920px) {
  .masthead {
    height: 15.625vw;
    padding-right: 33.8541666667vw;
    padding-left: calc((100vw - 1000px) / 2 - 10px);
    background-size: auto 20.8333333333vw;
  }
}
@media screen and (max-width: 1000px) {
  .masthead {
    padding-left: 1%;
  }
}
@media screen and (max-width: 768px) {
  .masthead {
    height: 26.6666666667vw;
    padding-right: 42.6666666667vw;
    padding-left: 2%;
    background-position-x: 115%;
    background-size: 65%;
  }
}
.masthead::before, .masthead::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.masthead::before {
  left: 0;
  background: rgba(255, 255, 255, 0.2);
}
.masthead::after {
  right: 600px;
  background: #717171;
  transform: skewX(-33deg);
}
@media screen and (max-width: 1920px) {
  .masthead::after {
    right: 31.25vw;
  }
}
@media screen and (max-width: 768px) {
  .masthead::after {
    right: 40vw;
  }
}

/* BREADCRUM */
.breadcrum {
  width: 98%;
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .breadcrum {
    width: 96%;
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrum {
    padding-top: 5.3333333333vw;
  }
}
.breadcrum__item + .breadcrum__item {
  margin-left: 0.5rem;
}
.breadcrum__item + .breadcrum__item::before {
  content: ">";
  margin-right: 0.5rem;
}

/* SECITON */
.section {
  margin: 50px auto 70px;
}
.section[id] {
  margin-top: -6.25vw;
  padding-top: 7.8125vw;
}
.section:first-child {
  margin-top: 0;
}
.section > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .section {
    margin: 8vw auto 10.6666666667vw;
  }
}

/* ANCHOR LINK */
.anchor-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -0.5%;
}
.anchor-link__item {
  flex: 1 1 auto;
  margin: 0.5%;
  text-align: center;
}
.anchor-link__link {
  display: block;
  padding: 10px;
  padding-bottom: 30px;
  position: relative;
  background: #f6f6f6;
  font-size: 0.875em;
  transition: all 0.3s;
}
.anchor-link__link:hover {
  opacity: 0.7;
}
.anchor-link__link:hover::after {
  bottom: 0;
}
.anchor-link__link::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px 7px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #cc0033;
  transition: all 0.3s;
}

/* ACCORDION */
.accordion {
  margin: 20px auto 30px;
  background: #fff;
}
.accordion--bordered {
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .accordion {
    margin: 2.6666666667vw auto 5.3333333333vw;
  }
}
.accordion__title {
  font-weight: bold;
  color: #000;
}
.accordion__title.open .accordion__btn::after {
  top: 5px;
  bottom: 0;
  transform: rotate(-45deg);
}
.accordion__title .icon {
  flex-shrink: 0;
  max-width: 25px;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .accordion__title .icon {
    max-width: 5.3333333333vw;
  }
}
.accordion__btn {
  display: block;
  width: 100%;
  padding: 20px;
  padding-right: 60px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .accordion__btn {
    padding: 4vw;
    padding-right: 12vw;
  }
}
.accordion__btn--icon {
  display: flex;
  align-items: center;
}
.accordion__btn::before, .accordion__btn::after {
  content: "";
}
.accordion__btn::before {
  right: 15px;
}
.accordion__btn::after {
  height: 12px;
  width: 12px;
  border: 3px solid #000;
  border-bottom-width: 0;
  border-left-width: 0;
  position: absolute;
  top: 0;
  bottom: 5px;
  margin: auto;
  right: 22px;
  transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .accordion__btn::after {
    right: calc(4vw + 2px);
  }
}
.accordion__btn .label {
  margin-right: 10px;
}
.accordion__body {
  height: 0px;
  padding-right: 20px;
  padding-left: 20px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .accordion__body {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
.accordion__body > *:first-child {
  margin-top: 0;
}
.accordion__body > *:last-child {
  margin-bottom: 0;
}
.accordion__body.open {
  height: auto;
  padding-bottom: 20px;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .accordion__body.open {
    padding-bottom: 4vw;
  }
}

/* MEDIA */
.media {
  display: flex;
  justify-content: space-between;
  margin: 20px auto 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .media {
    flex-direction: column;
  }
}
.media.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .media.reverse {
    flex-direction: column;
  }
}
.media--box, .media--bordered {
  padding: 30px 50px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .media--box, .media--bordered {
    padding: 4vw;
  }
}
.media--bordered {
  border: 1px solid #bec3c6;
}
.media:has(.label:first-child) {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .media:has(.label:first-child) {
    padding-top: 8vw;
  }
}
.media__img {
  width: 45%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .media__img {
    width: 100%;
    margin-bottom: 2.6666666667vw;
  }
}
.media__img + .media__body {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .media__img + .media__body {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .media__body {
    width: 100%;
  }
}
.media__body > *:last-child {
  margin-bottom: 0 !important;
}
.media__title, .card__title {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .media__title, .card__title {
    margin-bottom: 1.3333333333vw;
  }
}
.media .label {
  position: absolute;
  top: 0;
  left: 0;
}

.related-infomation .media {
  flex-wrap: wrap;
}
.related-infomation .media .btn {
  margin-top: 15px;
  margin-bottom: 0;
}
.related-infomation .media .label {
  position: static;
}

.bg--gray .related-infomation .media,
.bg--light-green .related-infomation .media {
  border: none;
}

.media-list, .card-list {
  margin: 10px auto 20px;
  padding: 15px;
  position: relative;
}
.media-list::before, .card-list::before, .media-list::after, .card-list::after {
  top: 0;
  bottom: unset;
}
.media-list::before, .card-list::before {
  left: 0;
}
.media-list::after, .card-list::after {
  right: 0;
}
@media screen and (max-width: 768px) {
  .media-list, .card-list {
    padding: 10px;
  }
}
.media-list__item {
  position: relative;
}
.media-list__item::before, .media-list__item::after {
  content: "";
  display: block;
  height: 30px;
  width: calc(100% + 30px);
  position: absolute;
  left: -15px;
  z-index: 1;
  background-image: url(/common/images/intersection_pc.png), url(/common/images/intersection_pc.png);
  background-position: left top, right top;
  background-repeat: no-repeat;
}
.media-list__item::before {
  top: -15px;
}
.media-list__item::after {
  bottom: -15px;
}
@media screen and (max-width: 768px) {
  .media-list__item::before, .media-list__item::after {
    height: 20px;
    width: calc(100% + 20px);
    left: -10px;
    background-image: url(/common/images/intersection_sp.png), url(/common/images/intersection_sp.png);
  }
  .media-list__item::before {
    top: -10px;
  }
  .media-list__item::after {
    bottom: -10px;
  }
}
.media-list__item .media--bordered {
  border-bottom-width: 0;
}
.media-list__item:last-of-type .media--bordered {
  box-shadow: 0 1px 0 #bec3c6;
}
.media-list .media, .card-list .media {
  margin: 0 auto;
}

/* CARD */
.card {
  width: 48%;
  padding: 30px;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .card {
    width: 100%;
    padding: 4vw;
  }
}
.card--bordered {
  border: 1px solid #bec3c6;
}
.card__img {
  display: grid;
  place-content: center;
  min-height: 240px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .card__img {
    margin-bottom: 2.6666666667vw;
  }
}
.card + .card {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .card + .card {
    margin-top: 4vw;
  }
}
.card:has(.label:first-child) {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .card:has(.label:first-child) {
    padding-top: 8vw;
  }
}
.card > .label:first-child {
  position: absolute;
  top: 0;
  left: 0;
}
.card .txt {
  margin-top: 10px;
}
.card .btn {
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .card .btn {
    margin-top: 2.6666666667vw;
  }
}

.card-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .card-list {
    flex-direction: column;
  }
}
.card-list__item {
  width: 50%;
  position: relative;
}
.card-list__item:first-child .card--bordered, .card-list__item:nth-child(2) .card--bordered {
  box-shadow: 0 -1px 0 #bec3c6;
}
.card-list__item:nth-child(odd)::before, .card-list__item:nth-child(odd)::after {
  content: "";
  display: block;
  height: 30px;
  width: calc(100% + 30px);
  position: absolute;
  left: -15px;
  z-index: 1;
  background-image: url(/common/images/intersection_pc.png), url(/common/images/intersection_pc.png);
  background-position: left top -1px, right top -1px;
  background-repeat: no-repeat;
}
.card-list__item:nth-child(odd)::before {
  top: -15px;
}
.card-list__item:nth-child(odd)::after {
  bottom: -15px;
}
@media screen and (max-width: 768px) {
  .card-list__item:nth-child(odd)::before, .card-list__item:nth-child(odd)::after {
    height: 20px;
    width: calc(100% + 20px);
    left: -10px;
    background-image: url(/common/images/intersection_sp.png), url(/common/images/intersection_sp.png);
  }
  .card-list__item:nth-child(odd)::before {
    top: -10px;
  }
  .card-list__item:nth-child(odd)::after {
    bottom: -10px;
  }
}
.card-list__item:nth-child(even)::before, .card-list__item:nth-child(even)::after {
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  right: -15px;
  z-index: 1;
  background-image: url(/common/images/intersection_pc.png);
  background-position: right top -1px;
  background-repeat: no-repeat;
}
.card-list__item:nth-child(even)::before {
  top: -15px;
}
.card-list__item:nth-child(even)::after {
  bottom: -15px;
}
@media screen and (max-width: 768px) {
  .card-list__item:nth-child(even)::before, .card-list__item:nth-child(even)::after {
    height: 20px;
    width: calc(100% + 20px);
    left: -10px;
    background-image: url(/common/images/intersection_sp.png), url(/common/images/intersection_sp.png);
    background-position: left top -1px, right top -1px;
  }
  .card-list__item:nth-child(even)::before {
    top: -10px;
  }
  .card-list__item:nth-child(even)::after {
    bottom: -10px;
  }
}
@media screen and (max-width: 768px) {
  .card-list__item {
    width: 100%;
  }
}
.card-list__item .card {
  height: 100%;
  width: 100%;
}
.card-list__item .card--bordered {
  border-top-width: 0;
}
@media screen and (min-width: 769px) {
  .card-list__item .card--bordered {
    padding: 30px 50px;
  }
}
@media screen and (min-width: 769px) {
  .card-list__item .card:has(.btn:last-child) {
    padding-bottom: 130px;
  }
}
@media screen and (min-width: 769px) {
  .card-list__item .card .btn {
    width: calc(100% - 100px);
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
  }
}
.card-list + .card-list {
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  .card-list + .card-list {
    margin-top: -40px;
  }
}
.card-list + .card-list::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .card-list + .card-list::after {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .card-list + .card-list .card-list__item::before {
    display: none;
  }
}
.card-list + .card-list .card-list__item .card--bordered {
  border-top-width: 0;
}

/* LABEL */
.label {
  display: inline-block;
  margin-right: 0.2em;
  padding: 0.4em 0.6em;
  background: #cc0033;
  line-height: 1;
  font-size: 13px;
  font-weight: normal;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .label {
    font-size: 11px;
  }
}
.label--black {
  background: #000;
}
.label--white {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}
.label--gray {
  background: #717171;
}
.label--slanted {
  width: 80px;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
}
@media screen and (max-width: 768px) {
  .label--slanted {
    width: 64px;
  }
}
.label--slanted::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-width: 80px;
  border-left-width: 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #cc0033;
}
@media screen and (max-width: 768px) {
  .label--slanted::before {
    border-width: 64px;
    border-left-width: 0;
  }
}
.label--slanted--black::before {
  border-top-color: #000;
}
.label--slanted--gray::before {
  border-top-color: #717171;
}
.label--slanted__txt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 100px;
  position: absolute;
  top: 6px;
  left: -24px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .label--slanted__txt {
    top: 2px;
    left: -29px;
  }
}
.label:has(+ .label) {
  margin-right: 0.2em;
}

/* BALOON */
.baloon {
  display: inline-block;
  margin-bottom: 18px;
  padding: 3.6px 18px;
  position: relative;
  background: #cc0033;
  font-size: 15.6px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .baloon {
    padding: 2.1333333333vw 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.baloon::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 12px 9.6px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #cc0033;
}
@media screen and (max-width: 768px) {
  .baloon::before {
    border-width: 9.6px;
    bottom: -17.28px;
  }
}
.baloon--black {
  display: inline-block;
  margin-bottom: 18px;
  padding: 3.6px 18px;
  position: relative;
  background: #000;
  font-size: 15.6px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .baloon--black {
    padding: 2.1333333333vw 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.baloon--black::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 12px 9.6px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #000;
}
@media screen and (max-width: 768px) {
  .baloon--black::before {
    border-width: 9.6px;
    bottom: -17.28px;
  }
}
.baloon--gray {
  display: inline-block;
  margin-bottom: 18px;
  padding: 3.6px 18px;
  position: relative;
  background: #717171;
  font-size: 15.6px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .baloon--gray {
    padding: 2.1333333333vw 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.baloon--gray::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 12px 9.6px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #717171;
}
@media screen and (max-width: 768px) {
  .baloon--gray::before {
    border-width: 9.6px;
    bottom: -17.28px;
  }
}
.baloon--side {
  margin-right: 20px;
}
.baloon--side::before {
  left: unset;
  right: -18px;
  rotate: -90deg;
  bottom: unset;
  top: -3px;
}

/* FOOTER */
.footer {
  position: relative;
  background: #fff;
  border-top: 1px solid #bec3c6;
  line-height: 1.3;
  font-size: 1rem;
}
@media screen and (max-width: 1920px) {
  .footer {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    font-size: 3.4666666667vw;
  }
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 70px 80px 0;
}
@media screen and (max-width: 1920px) {
  .footer__top {
    padding: 3.6458333333vw 4.1666666667vw 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__top {
    flex-direction: column;
    padding: 18.6666666667vw 5.3333333333vw 0;
  }
}
.footer__left {
  width: 69.2708333333vw;
  max-width: 1330px;
}
@media screen and (max-width: 768px) {
  .footer__left {
    width: 100%;
  }
}
.footer__link-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .footer__link-list {
    justify-content: space-between;
    margin-bottom: 9.3333333333vw;
  }
}
.footer__link-list + .footer__link-list {
  margin-top: 2.6041666667vw;
}
.footer__link-list__item {
  margin-right: 120px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .footer__link-list__item {
    width: 48%;
    margin-right: 0;
    margin-bottom: 5.3333333333vw;
  }
}
.footer__link-list__item > *:first-child {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  .footer__link-list__item > *:first-child {
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__link-list__item > *:first-child {
    margin-bottom: 4vw;
  }
}
.footer__link-list__item > *:first-child::before {
  content: "";
  flex-shrink: 0;
  height: 0.3125vw;
  max-height: 6px;
  width: 0.3125vw;
  max-width: 6px;
  margin-right: 8px;
  background: #cc0033;
  border-radius: 50%;
}
@media screen and (max-width: 1920px) {
  .footer__link-list__item > *:first-child::before {
    margin-right: 0.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__link-list__item > *:first-child::before {
    height: 1.3333333333vw;
    width: 1.3333333333vw;
    margin-right: 1.3333333333vw;
  }
}
.footer__link-list .link {
  text-decoration: none;
}
.footer__sub-list {
  padding-left: 14px;
}
@media screen and (max-width: 1920px) {
  .footer__sub-list {
    padding-left: 0.7291666667vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__sub-list {
    padding-left: 2.6666666667vw;
  }
}
.footer__sub-list .link {
  margin-bottom: 5px;
  line-height: 1.5;
  font-size: 0.875rem;
}
@media screen and (max-width: 1920px) {
  .footer__sub-list .link {
    margin-bottom: 0.2604166667vw;
    font-size: 0.7291666667vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__sub-list .link {
    font-size: 2.9333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.footer__company-info {
  width: 17.7083333333vw;
  max-width: 340px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .footer__company-info {
    width: 100%;
    text-align: left;
  }
}
.footer__company-info__img {
  width: 13.0208333333vw;
  max-width: 250px;
  margin-bottom: 20px;
  margin-left: auto;
}
@media screen and (max-width: 1920px) {
  .footer__company-info__img {
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__company-info__img {
    width: 40vw;
    margin-right: auto;
    margin-bottom: 5.3333333333vw;
    margin-left: 0;
  }
}
.footer__company-info__address {
  font-size: 0.875rem;
}
@media screen and (max-width: 1920px) {
  .footer__company-info__address {
    font-size: 0.7291666667vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__company-info__address {
    font-size: 2.9333333333vw;
  }
}
.footer__company-info .icon {
  margin-right: 0;
}
.footer__company-info .link {
  font-size: 1.125rem;
}
@media screen and (max-width: 1920px) {
  .footer__company-info .link {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__company-info .link {
    font-size: 4.8vw;
  }
}
.footer__bottom {
  padding: 20px 80px;
  background: #5a5a5a;
}
@media screen and (max-width: 1920px) {
  .footer__bottom {
    padding: 1.0416666667vw 4.1666666667vw;
  }
}
.footer .horizontal-link {
  width: 100%;
  margin-top: 50px;
  padding: 20px 0;
  border-top: 1px solid #bec3c6;
}
@media screen and (max-width: 1920px) {
  .footer .horizontal-link {
    margin-top: 2.6041666667vw;
    padding: 1.0416666667vw 0;
  }
}
@media screen and (max-width: 768px) {
  .footer .horizontal-link {
    display: flex;
    flex-direction: column;
    margin-top: 6.6666666667vw;
    padding: 8vw 0;
  }
}
@media screen and (max-width: 768px) {
  .footer .horizontal-link__item {
    margin-left: 0;
  }
  .footer .horizontal-link__item + .horizontal-link__item {
    margin-top: 4vw;
  }
}
.footer .horizontal-link .link {
  text-decoration: none;
  font-size: 0.8125rem;
}
@media screen and (max-width: 1920px) {
  .footer .horizontal-link .link {
    font-size: 0.6770833333vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .horizontal-link .link {
    font-size: 2.9333333333vw;
  }
}
.footer .back-to-top {
  display: block;
  height: 2.6041666667vw;
  max-height: 50px;
  width: 2.6041666667vw;
  max-width: 50px;
  position: absolute;
  top: 70px;
  right: 80px;
  background: #717171;
  transition: all 0.5s;
}
@media screen and (max-width: 1920px) {
  .footer .back-to-top {
    top: 3.6458333333vw;
    right: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .back-to-top {
    height: 9.3333333333vw;
    width: 9.3333333333vw;
  }
}
.footer .back-to-top::after {
  content: "";
  display: block;
  height: 0.78125vw;
  max-height: 15px;
  width: 0.78125vw;
  max-width: 15px;
  position: absolute;
  top: 40%;
  left: 50%;
  border-width: 2px;
  border-right-width: 0;
  border-bottom-width: 0;
  border-style: solid;
  border-color: #fff;
  transform: translateX(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .footer .back-to-top::after {
    height: 3.2vw;
    width: 3.2vw;
  }
}
.footer .back-to-top:hover {
  transform: translateY(-25%);
  background: #a4a4a4;
}

.bg--gray + .footer {
  border-top-width: 0;
}

.copyright {
  font-size: 0.875rem;
  color: #d6d6d6;
}
@media screen and (max-width: 1920px) {
  .copyright {
    font-size: 0.7291666667vw;
  }
}
@media screen and (max-width: 768px) {
  .copyright {
    font-size: 3.2vw;
  }
}

.idemitsu-denki {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .idemitsu-denki {
    margin-top: 2.6666666667vw;
  }
}
.idemitsu-denki__item {
  width: calc(50% - 15px);
  padding: 20px;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .idemitsu-denki__item {
    padding: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .idemitsu-denki__item {
    width: 100%;
    padding: 2.6666666667vw;
  }
}
.idemitsu-denki__item > *:last-child {
  margin-bottom: 0;
}
.idemitsu-denki__item:nth-child(n+3) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .idemitsu-denki__item:nth-child(n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .idemitsu-denki__item + .idemitsu-denki__item {
    margin-top: 4vw;
  }
}
.idemitsu-denki__plan-name {
  width: 70%;
  margin: auto;
  font-size: 1.5em;
  font-weight: bold;
}
.idemitsu-denki__value .txt--ex-large {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .idemitsu-denki__value {
    line-height: 1.3;
  }
}
.idemitsu-denki__formula {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .idemitsu-denki__formula {
    flex-direction: column;
    align-items: center;
  }
}
.idemitsu-denki__formula__item:first-child, .idemitsu-denki__formula__item:nth-child(3), .idemitsu-denki__formula__item:only-child {
  width: 45%;
  padding: 10px 5px;
  border: 1px solid #bec3c6;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .idemitsu-denki__formula__item:first-child, .idemitsu-denki__formula__item:nth-child(3), .idemitsu-denki__formula__item:only-child {
    padding: 1vw 0.5vw;
  }
}
@media screen and (max-width: 768px) {
  .idemitsu-denki__formula__item:first-child, .idemitsu-denki__formula__item:nth-child(3), .idemitsu-denki__formula__item:only-child {
    width: 60%;
    padding: 2.6666666667vw 1.3333333333vw;
  }
}
.idemitsu-denki__formula__item:first-child, .idemitsu-denki__formula__item:nth-child(3) {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
}
@media screen and (max-width: 1000px) {
  .idemitsu-denki__formula__item:first-child, .idemitsu-denki__formula__item:nth-child(3) {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  .idemitsu-denki__formula__item:first-child, .idemitsu-denki__formula__item:nth-child(3) {
    font-size: 0.875rem;
  }
}
.idemitsu-denki__formula__item:nth-child(2) {
  align-self: center;
  width: calc(10% - 20px);
}
.idemitsu-denki__formula__item:nth-child(2):nth-child(2) {
  width: 5%;
}
.idemitsu-denki__formula .plus {
  margin: 0;
}
.idemitsu-denki__formula .plus img {
  vertical-align: middle;
}

.bullet-list,
.ordered-list {
  padding-left: 1.5em;
}
.bullet-list__item + .bullet-list__item,
.bullet-list__item + .ordered-list__item,
.ordered-list__item + .bullet-list__item,
.ordered-list__item + .ordered-list__item {
  margin-top: 10px;
}

.bullet-list {
  list-style-type: disc;
}

.ordered-list {
  list-style-type: decimal;
}

.table {
  table-layout: fixed;
  border-collapse: collapse;
}
.table th,
.table td {
  padding: 5px 10px;
  border: 1px solid #bec3c6;
}
@media screen and (max-width: 768px) {
  .table th,
.table td {
    padding: 5px;
    font-size: 12px;
  }
}
.table thead {
  background: #f6f6f6;
  font-weight: bold;
}

.ribbon {
  display: grid;
  place-content: center;
  width: 55px;
  padding: 20px 0 15px;
  position: absolute;
  top: -6px;
  right: 15px;
  background: #cc0033;
  line-height: 1.1;
}
.ribbon__txt {
  display: inline-block;
  z-index: 2;
  text-align: center;
  color: white;
  font-size: 12px;
  font-family: "futura-pt";
}
.ribbon__txt::before, .ribbon__txt::after {
  position: absolute;
  content: "";
}
.ribbon__txt::before {
  top: 0;
  right: -6px;
  border: none;
  border-bottom: solid 6px #990026;
  border-right: solid 6px transparent;
}
.ribbon__txt::after {
  left: 0;
  top: 100%;
  height: 0;
  width: 100%;
  border-left: 27.5px solid #cc0033;
  border-right: 27.5px solid #cc0033;
  border-bottom: 15px solid transparent;
}

.tag-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 5px;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .tag-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
    font-size: 12px;
    line-height: 1.9;
  }
}
.tag-list__item {
  padding: 10px;
  background: #fff;
}
.tag-list__item.selected {
  background: #cc0033;
  color: #fff;
}

.banner {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  transition: opacity 0.3s;
}
.banner:hover {
  opacity: 0.7;
}
/*# sourceMappingURL=style.css.map */