@charset "UTF-8";

/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model */

/* ============================================ */

/* 余計な幅を足さないように全要素をborder-boxに */

/* 実際の表示幅 = width + padding + border */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
  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 {
  -webkit-box-sizing: content-box;
  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;
}

/* ======================================================================
 base
====================================================================== */

html {
  font-size: 62.5%;
  scrollbar-gutter: stable;
}

body {
  color: #2E2E2E;
  font-family: "BIZ UDPGothic", sans-serif;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  position: relative;
  background-color: #ffffff;
}

body.u_body_fixed {
  position: fixed;
  top: 0;
  left: 0;
}

html,
body {
  width: 100%;
  height: 100%;
}

* {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* h1 - h6 */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
}

/* a */

a {
  text-decoration: none;
}

a:link {
  cursor: pointer;
}

a[href^=tel] {
  color: #000000;
  pointer-events: none;
}

/* Text Highlight */

/* button */

button {
  display: block;
}

textarea {
  resize: vertical;
}

picture {
  display: block;
  width: 100%;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #2E2E2E;
}

/* placeholder */

input:-moz-placeholder-shown,
textarea:-moz-placeholder-shown {
  color: rgba(46, 46, 46, 0.6);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(46, 46, 46, 0.6);
}

input:placeholder-shown,
textarea:placeholder-shown {
  color: rgba(46, 46, 46, 0.6);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(46, 46, 46, 0.6);
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: rgba(46, 46, 46, 0.6);
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(46, 46, 46, 0.6);
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(46, 46, 46, 0.6);
}

input:focus:-moz-placeholder-shown,
textarea:focus:-moz-placeholder-shown {
  color: rgba(46, 46, 46, 0.6);
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: rgba(46, 46, 46, 0.6);
}

input:focus:placeholder-shown,
textarea:focus:placeholder-shown {
  color: rgba(46, 46, 46, 0.6);
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: rgba(46, 46, 46, 0.6);
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: rgba(46, 46, 46, 0.6);
  opacity: 1;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: rgba(46, 46, 46, 0.6);
  opacity: 1;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: rgba(46, 46, 46, 0.6);
}

img {
  max-width: 100%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* =========================================
  デバッグ用アウトライン
========================================= */

/* =========================================
  reCAPTCHAバッジ非表示
========================================= */

.grecaptcha-badge {
  visibility: hidden;
}

/*
========================================
  simplebar カスタム
=========================================
*/

.c-reason .simplebar-scrollable-x {
  padding-bottom: calc(100vw * 28 / 393);
  padding-left: calc(100vw * 8 / 393);
  padding-top: calc(100vw * 8 / 393);
}

.c-reason .simplebar-track.simplebar-horizontal {
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  height: calc(100vw * 16 / 393);
}

.c-reason .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
  top: calc(100vw * 4 / 393);
  bottom: calc(100vw * 4 / 393);
  border-radius: calc(100vw * 4 / 393);
  background-color: #AA1F24;
  opacity: 1;
}

.c-reason--diesel .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
  background-color: #253F89;
}

/*
========================================
  Swiper カスタム 矢印を画像に変更
=========================================
*/

.swiper-button-prev,
.swiper-button-next {
  padding: 0;
  border: none;
  cursor: pointer;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev {
  background-image: url("../img/btn-round-left-red.svg") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.swiper-button-next {
  background-image: url("../img/btn-round-right-red.svg") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/*
========================================
  Swiper カスタム ページネーション
=========================================
*/

.swiper-navigation-icon {
  display: none;
}

.swiper-pagination {
  position: initial !important;
  margin: calc(100vw * 24 / 393) auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: calc(100vw * 8 / 393);
}

.swiper-pagination .swiper-pagination-bullet {
  width: calc(100vw * 8 / 393);
  height: calc(100vw * 8 / 393);
  background-color: transparent;
  border: calc(100vw * 1 / 393) solid #AA1F24;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #AA1F24;
}

/*
========================================
  c-shop Swiper カスタム
=========================================
*/

.c-shop .swiper-button-prev,
.c-shop .swiper-button-next {
  position: absolute;
  top: calc(100vw * 115 / 393);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(100vw * 28 / 393);
  height: calc(100vw * 28 / 393);
  margin-top: 0;
  z-index: 10;
}

.c-shop .swiper-button-prev {
  left: 0;
  right: auto;
}

.c-shop .swiper-button-next {
  right: 0;
  left: auto;
}

/*
========================================
  c-flow-swiper Swiper カスタム
=========================================
*/

.c-flow-swiper__swiper-wrap {
  position: relative;
  margin: calc(100vw * 32 / 393) 0 0;
  padding-left: calc(100vw * 16 / 393);
}

.c-flow-swiper__swiper-wrap .swiper-slide {
  position: relative;
  padding: calc(100vw * 8 / 393);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}

.c-flow-swiper__swiper-wrap .swiper-slide:nth-child(1) {
  z-index: 9;
}

.c-flow-swiper__swiper-wrap .swiper-slide:nth-child(2) {
  z-index: 8;
}

.c-flow-swiper__swiper-wrap .swiper-slide:nth-child(3) {
  z-index: 7;
}

.c-flow-swiper__swiper-wrap .swiper-slide:nth-child(4) {
  z-index: 6;
}

.c-flow-swiper__swiper-wrap .swiper-slide:nth-child(5) {
  z-index: 5;
}

.c-flow-swiper__swiper-wrap .swiper-slide:nth-child(6) {
  z-index: 4;
}

.c-flow-swiper__swiper-wrap .swiper-slide:nth-child(7) {
  z-index: 3;
}

.c-flow-swiper__swiper-wrap .swiper-slide:nth-child(8) {
  z-index: 2;
}

.c-flow-swiper__swiper-wrap .swiper-slide:nth-child(9) {
  z-index: 1;
}

.c-flow-swiper__swiper-wrap .swiper-slide:nth-child(10) {
  z-index: 0;
}

.c-flow-swiper__swiper-wrap .swiper-slide:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../img/icon-triangle-right-gray.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  z-index: 5;
  width: calc(100vw * 50 / 393);
  height: calc(100vw * 40 / 393);
  right: calc(100vw * -35 / 393);
}

.p-diesel-delivery-flow .swiper-pagination-bullet,
.c-staff-swiper--diesel .swiper-pagination-bullet {
  border: calc(100vw * 1 / 393) solid #253F89;
}

.p-diesel-delivery-flow .swiper-pagination-bullet-active,
.c-staff-swiper--diesel .swiper-pagination-bullet-active {
  background-color: #253F89;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 calc(100vw * 4 / 393) calc(100vw * 4 / 393) rgba(0, 0, 0, 0.25);
  box-shadow: 0 calc(100vw * 4 / 393) calc(100vw * 4 / 393) rgba(0, 0, 0, 0.25);
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: calc(100vw * 60 / 393);
  padding: 0 calc(100vw * 20 / 393) 0 0;
}

.l-header__home-link {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 0;
}

.l-header__logo {
  width: calc(100vw * 154 / 393);
  height: auto;
}

.l-header__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.l-header__menu-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100vw * 35 / 393);
  height: calc(100vw * 25 / 393);
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.l-header__menu-btn-line {
  display: block;
  width: 100%;
  height: calc(100vw * 3 / 393);
  background-color: #AA1F24;
  border-radius: calc(100vw * 2 / 393);
  -webkit-transition: opacity 0.2s ease, width 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.2s ease, width 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s ease, width 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s ease, width 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform-origin: center;
  transform-origin: center;
  pointer-events: none;
}

.l-header__menu-btn-line:nth-child(3) {
  width: 65%;
}

.l-header__menu-btn.is-active .l-header__menu-btn-line:nth-child(1) {
  -webkit-transform: translateY(calc(100vw * 11 / 393)) rotate(45deg);
  transform: translateY(calc(100vw * 11 / 393)) rotate(45deg);
}

.l-header__menu-btn.is-active .l-header__menu-btn-line:nth-child(2) {
  opacity: 0;
}

.l-header__menu-btn.is-active .l-header__menu-btn-line:nth-child(3) {
  width: 100%;
  -webkit-transform: translateY(calc(100vw * -11 / 393)) rotate(-45deg);
  transform: translateY(calc(100vw * -11 / 393)) rotate(-45deg);
}

.l-header__nav-sp {
  position: fixed;
  top: calc(100vw * 60 / 393);
  left: 0;
  width: 100%;
  height: calc(100dvh - (100vw * 60 / 393));
  background-color: #ffffff;
  overflow-y: auto;
  padding: calc(100vw * 50 / 393) calc(100vw * 16 / 393) calc(100vw * 64 / 393);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  visibility: hidden;
  -webkit-transition: visibility 0.35s, -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: visibility 0.35s, -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.35s;
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.35s, -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-header__nav-sp.is-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

.l-header__sp-item {
  border-bottom: 1px solid #F1F1F1;
}

.l-header__sp-item:first-child {
  border-top: 1px solid #F1F1F1;
}

.l-header__sp-link {
  display: block;
  padding: calc(100vw * 16 / 393) 0;
  font-size: calc(100vw * 16 / 393);
  font-weight: 400;
  color: #2E2E2E;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-decoration: none;
}

.l-header__sp-link.is-current {
  color: #AA1F24;
  font-weight: 700;
}

.l-header__sp-cta-wrap {
  margin-top: calc(100vw * 52 / 393);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(100vw * 20 / 393);
}

.l-header__sp-cta-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: calc(100vw * 4 / 393);
  width: calc(100vw * 288 / 393);
  height: calc(100vw * 100 / 393);
  padding: calc(100vw * 15 / 393) calc(100vw * 16 / 393);
  background-color: #ffffff;
  border: 1px solid #AA1F24;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  text-decoration: none !important;
}

.l-header__sp-cta-phone__label {
  width: 100%;
  text-align: center;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 14 / 393);
  font-weight: 700;
  color: #AA1F24;
  letter-spacing: 0.14em;
  line-height: 1.4;
}

.l-header__sp-cta-phone__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-header__sp-cta-phone__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100vw * 34 / 393);
}

.l-header__sp-cta-phone__icon img {
  width: 100%;
  height: auto;
  display: block;
}

.l-header__sp-cta-phone__tel {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 20 / 393);
  font-weight: 400;
  color: #AA1F24;
  letter-spacing: 0.14em;
  line-height: 1;
  white-space: nowrap;
}

.l-header__sp-cta-phone__hours {
  width: 100%;
  text-align: center;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 12 / 393);
  font-weight: 400;
  color: #AA1F24;
  letter-spacing: 0.14em;
  line-height: 1.4;
}

.l-header__sp-cta-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(100vw * 20 / 393);
  width: calc(100vw * 288 / 393);
  height: calc(100vw * 100 / 393);
  padding: 0 calc(100vw * 24 / 393);
  background-color: #23384b;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.l-header__sp-cta-contact__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100vw * 32 / 393);
}

.l-header__sp-cta-contact__icon img {
  width: 100%;
  height: auto;
  display: block;
}

.l-header__sp-cta-contact__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(100vw * 14 / 393);
}

.l-header__sp-cta-contact__title {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 18 / 393);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.14em;
  line-height: 1;
  white-space: nowrap;
}

.l-header__sp-cta-contact__desc {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 12 / 393);
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.14em;
  line-height: 1;
  text-align: center;
}

.l-header__sp-sub {
  margin-top: calc(100vw * 48 / 393);
  padding-top: calc(100vw * 32 / 393);
  text-align: center;
}

.l-header__sp-company-logo {
  width: calc(100vw * 200 / 393);
  margin: 0 auto;
}

.l-header__sp-company-logo picture,
.l-header__sp-company-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.l-header__sp-company-name {
  margin-top: calc(100vw * 40 / 393);
  font-size: calc(100vw * 20 / 393);
  font-weight: 700;
  color: #2E2E2E;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: left;
}

.l-header__sp-company-address {
  margin-top: calc(100vw * 16 / 393);
  font-size: calc(100vw * 14 / 393);
  font-weight: 400;
  color: #2E2E2E;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-style: normal;
  text-align: left;
}

.l-header__nav-pc {
  display: none;
}

.l-footer__main {
  background-color: #ffffff;
  padding-top: calc(100vw * 80 / 393);
}

.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 calc(100vw * 20 / 393);
}

.l-footer__home-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 0;
}

.l-footer__logo {
  width: calc(100vw * 200 / 393);
  height: auto;
}

.l-footer__logo picture,
.l-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.l-footer__nav {
  margin-top: calc(100vw * 32 / 393);
  width: 100%;
}

.l-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: calc(100vw * 16 / 393);
}

.l-footer__nav-link {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 16 / 393);
  font-weight: 400;
  color: #2E2E2E;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.l-footer__illust {
  margin-top: calc(100vw * 40 / 393);
  width: 100%;
  line-height: 0;
}

.l-footer__illust-img {
  display: block;
  width: 100%;
  height: auto;
}

.l-footer__sub {
  background-color: #ffffff;
  padding: calc(100vw * 14 / 393) 0;
}

.l-footer__copyright {
  text-align: center;
  font-size: calc(100vw * 12 / 393);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #2E2E2E;
}

/*
========================================
  inner（テーマガイドライン）
=========================================
*/

.l-inner {
  width: calc(100% - (100vw * 20 / 393));
  margin: 0 auto;
  max-width: calc(100vw * 768 / 393);
}

.l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-flex--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.l-flex--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-flex--space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-flex--align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-flex--justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-flex--block-sp {
  display: block;
}

.l-flex--column-sp {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.l-grid {
  display: grid;
}

.c-faq {
  padding: calc(100vw * 64 / 393) 0;
}

.c-faq__head {
  padding: 0 calc(100vw * 10 / 393);
}

.c-faq__list-wrap {
  margin-top: calc(100vw * 40 / 393);
  padding: 0 calc(100vw * 10 / 393);
}

.c-faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: calc(100vw * 16 / 393);
  margin: 0;
  padding: 0;
}

.c-faq__item {
  background-color: #ffffff;
  border: 1px solid #AA1F24;
  border-radius: calc(100vw * 6 / 393);
  overflow: hidden;
}

.c-faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(100vw * 8 / 393);
  padding: calc(100vw * 20 / 393) calc(100vw * 16 / 393);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.c-faq__q-label {
  font-size: calc(100vw * 14 / 393);
  font-weight: 700;
  color: #AA1F24;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1.6;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.c-faq__q-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: calc(100vw * 16 / 393);
  font-weight: 500;
  color: #2E2E2E;
  line-height: 1.6;
  letter-spacing: 0.14em;
}

.c-faq__toggle {
  width: calc(100vw * 20 / 393);
  height: calc(100vw * 20 / 393);
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c-faq__toggle::before,
.c-faq__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #AA1F24;
  border-radius: 1px;
}

.c-faq__toggle::before {
  width: calc(100vw * 14 / 393);
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-faq__toggle::after {
  width: 2px;
  height: calc(100vw * 14 / 393);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.c-faq__item.is-open .c-faq__toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.c-faq__answer {
  display: none;
  margin: 0;
}

.c-faq__a-text {
  padding: 0 calc(100vw * 16 / 393) calc(100vw * 20 / 393);
  font-size: calc(100vw * 14 / 393);
  color: #2E2E2E;
  line-height: 1.4;
  letter-spacing: 0.14em;
}

.c-faq__btn-wrap {
  margin-top: calc(100vw * 40 / 393);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-faq--diesel .c-faq__item {
  border-color: #253F89;
}

.c-faq--diesel .c-faq__q-label {
  color: #253F89;
}

.c-faq--diesel .c-faq__toggle::before,
.c-faq--diesel .c-faq__toggle::after {
  background-color: #253F89;
}

.c-cta {
  padding: calc(100vw * 80 / 393) 0;
}

.c-cta__content {
  background-color: #f2f2f2;
  padding: calc(100vw * 80 / 393) calc(100vw * 10 / 393) calc(100vw * 48 / 393);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-cta__heading {
  text-align: center;
}

.c-cta__heading-en {
  font-family: "Anonymous Pro", monospace;
  font-size: calc(100vw * 32 / 393);
  font-weight: 700;
  color: #AA1F24;
  letter-spacing: 0.14em;
  line-height: 1;
  margin: 0;
}

.c-cta__heading-ja {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 18 / 393);
  font-weight: 700;
  color: #AA1F24;
  letter-spacing: 0.14em;
  line-height: 1;
  margin: calc(100vw * 16 / 393) 0 0;
}

.c-cta__body {
  margin-top: calc(100vw * 24 / 393);
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 14 / 393);
  font-weight: 400;
  color: #2E2E2E;
  letter-spacing: 0.14em;
  line-height: 2;
  text-align: center;
}

.c-cta__btns {
  margin-top: calc(100vw * 48 / 393);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(100vw * 28 / 393);
}

.c-cta__btn-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: calc(100vw * 4 / 393);
  width: calc(100vw * 288 / 393);
  height: calc(100vw * 100 / 393);
  background-color: #ffffff;
  border: 1px solid #AA1F24;
  text-decoration: none !important;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.c-cta__btn-phone-label {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 14 / 393);
  font-weight: 700;
  color: #AA1F24;
  letter-spacing: 0.14em;
  line-height: 1;
  text-align: center;
}

.c-cta__btn-phone-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-cta__btn-phone-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100vw * 34 / 393);
}

.c-cta__btn-phone-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.c-cta__btn-phone-tel {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 20 / 393);
  font-weight: 400;
  color: #AA1F24;
  letter-spacing: 0.14em;
  line-height: 1;
  white-space: nowrap;
}

.c-cta__btn-phone-hours {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 12 / 393);
  font-weight: 400;
  color: #AA1F24;
  letter-spacing: 0.14em;
  line-height: 1;
  text-align: center;
}

.c-cta__btn-web {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(100vw * 20 / 393);
  width: calc(100vw * 288 / 393);
  height: calc(100vw * 100 / 393);
  padding: 0 calc(100vw * 24 / 393);
  background-color: #23384b;
  border: 1px solid transparent;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.c-cta__btn-web-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100vw * 32 / 393);
}

.c-cta__btn-web-icon img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}

.c-cta__btn-web-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: calc(100vw * 14 / 393);
}

.c-cta__btn-web-title {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 18 / 393);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.14em;
  line-height: 1;
  white-space: nowrap;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.c-cta__btn-web-sub {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 12 / 393);
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.14em;
  line-height: 1;
  text-align: center;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.c-cta__photo {
  line-height: 0;
}

.c-cta__photo picture {
  display: block;
  height: 100%;
}

.c-cta__photo-img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-shop {
  padding: calc(100vw * 64 / 393) 0;
}

.c-shop__title {
  font-size: calc(100vw * 18 / 393);
  font-weight: 700;
  color: #AA1F24;
  letter-spacing: 0.1em;
  line-height: 1;
}

.c-shop__layout {
  margin-top: calc(100vw * 24 / 393);
}

.c-shop__dl {
  margin: 0;
  padding: 0;
}

.c-shop__dl-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: calc(100vw * 16 / 393);
  padding: calc(100vw * 14 / 393) 0;
  border-bottom: 1px dashed #d9d9d9;
}

.c-shop__dt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: calc(100vw * 88 / 393);
  font-size: calc(100vw * 14 / 393);
  font-weight: 400;
  color: #AA1F24;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.c-shop__dd {
  font-size: calc(100vw * 14 / 393);
  font-weight: 400;
  color: #2E2E2E;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.c-shop__dd a {
  color: #2E2E2E;
  text-decoration: none;
}

.c-shop__slider {
  position: relative;
  margin-top: calc(100vw * 32 / 393);
}

.c-shop__slide-figure {
  margin: 0;
  overflow: hidden;
  border-radius: calc(100vw * 14 / 393);
}

.c-shop__slide-figure.c-dummy {
  height: calc(100vw * 230 / 393);
  background-color: #F1F1F1;
}

.c-shop__slide-figure img {
  display: block;
  width: 100%;
  height: calc(100vw * 230 / 393);
  -o-object-fit: cover;
  object-fit: cover;
}

.c-shop__map {
  margin-top: calc(100vw * 40 / 393);
  background-color: #F6F6F6;
  padding: calc(100vw * 28 / 393) calc(100vw * 16 / 393);
}

.c-shop__map iframe {
  display: block;
  width: 100%;
  height: calc(100vw * 230 / 393);
  border: 0;
}

.c-shop--sub .c-shop__layout {
  margin-top: calc(100vw * 40 / 393);
}

.c-reason {
  padding: calc(100vw * 80 / 393) 0;
}

.c-reason__head {
  padding: 0 calc(100vw * 10 / 393);
  text-align: center;
  margin-bottom: calc(100vw * 32 / 393);
}

.c-reason__heading {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 20 / 393);
  font-weight: 700;
  color: #AA1F24;
  letter-spacing: 0.14em;
  line-height: 1;
  margin: 0;
}

.c-reason__heading::after {
  content: "";
  display: block;
  width: calc(100vw * 40 / 393);
  height: calc(100vw * 3 / 393);
  border-radius: calc(100vw * 3 / 393);
  background-color: #2E2E2E;
  margin: calc(100vw * 12 / 393) auto 0;
}

.c-reason__body {
  margin: 0 calc(100vw * 10 / 393);
}

.c-reason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  border-radius: calc(100vw * 12 / 393);
  -webkit-box-shadow: 0 0 calc(100vw * 8 / 393) rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 calc(100vw * 8 / 393) rgba(0, 0, 0, 0.25);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-reason__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: calc(100vw - calc(100vw * 20 / 393));
  padding: calc(100vw * 40 / 393) calc(100vw * 20 / 393) calc(100vw * 28 / 393);
  position: relative;
}

.c-reason__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3px;
  height: calc(100vw * 200 / 393);
  background-color: #AA1F24;
}

.c-reason--diesel .c-reason__heading {
  color: #253F89;
}

.c-reason--diesel .c-reason__item:not(:last-child)::after {
  background-color: #253F89;
}

.c-reason-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.c-reason-card__icon {
  line-height: 0;
}

.c-reason-card__icon img {
  height: calc(100vw * 80 / 393);
  width: auto;
  display: block;
}

.c-reason-card__title {
  margin-top: calc(100vw * 10 / 393);
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 18 / 393);
  font-weight: 700;
  color: #2E2E2E;
  letter-spacing: 0.14em;
  line-height: 1.4;
  min-height: 2.8em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-reason-card__body {
  margin-top: calc(100vw * 10 / 393);
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 14 / 393);
  font-weight: 400;
  color: #2E2E2E;
  letter-spacing: 0.01em;
  line-height: 1.714;
  text-align: center;
}

.c-staff-swiper {
  padding: calc(100vw * 64 / 393) 0 calc(100vw * 64 / 393);
  background-color: #F6F6F6;
  overflow: hidden;
}

.c-staff-swiper__head {
  padding: 0 calc(100vw * 10 / 393);
}

.c-staff-swiper__swiper-wrap {
  margin-top: calc(100vw * 40 / 393);
}

.swiper--staff {
  padding: 0 calc(100vw * 22 / 393);
}

.c-staff-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: calc(100vw * 10 / 393);
  overflow: hidden;
  padding: calc(100vw * 24 / 393) 0 calc(100vw * 32 / 393);
  height: calc(100vw * 508 / 393);
}

.c-staff-card__img {
  width: calc(100vw * 160 / 393);
  height: calc(100vw * 160 / 393);
  border-radius: calc(100vw * 8 / 393);
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
}

.c-staff-card__img.c-dummy {
  background-color: #F1F1F1;
}

.c-staff-card__img picture,
.c-staff-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-staff-card__position {
  display: block;
  margin-top: calc(100vw * 16 / 393);
  padding: calc(100vw * 4 / 393) calc(100vw * 28 / 393);
  background-color: #AA1F24;
  color: #ffffff;
  font-size: calc(100vw * 16 / 393);
  letter-spacing: 0.1em;
  line-height: 1.6;
  border-radius: calc(100vw * 4 / 393);
  text-align: center;
}

.c-staff-card__name {
  margin-top: calc(100vw * 8 / 393);
  font-size: calc(100vw * 16 / 393);
  color: #333333;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.c-staff-card__divider {
  width: calc(100vw * 269 / 393);
  margin: calc(100vw * 16 / 393) 0;
  border: none;
  border-top: 1px solid #d9d9d9;
}

.c-staff-card__comment {
  padding: 0 calc(100vw * 40 / 393);
  font-size: calc(100vw * 16 / 393);
  color: #000000;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

.c-staff-swiper--kerosene .c-heading__en {
  color: #AA1F24 !important;
}

.c-staff-swiper--diesel .c-staff-card__position {
  background-color: #253F89;
}

@-webkit-keyframes shimmer {
  0%, 40% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }

  80% {
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
  }

  100% {
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
  }
}

@keyframes shimmer {
  0%, 40% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }

  80% {
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
  }

  100% {
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
  }
}

.c-btn__primary {
  --btn-color: #AA1F24;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: calc(100vw * 220 / 393);
  min-height: calc(100vw * 54 / 393);
  padding: 0 calc(100vw * 24 / 393);
  background-color: #ffffff;
  border: 1px solid var(--btn-color);
  border-radius: calc(100vw * 40 / 393);
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 18 / 393);
  font-weight: 700;
  color: var(--btn-color);
  letter-spacing: 0.1em;
  line-height: 1;
  text-decoration: none;
  -webkit-box-shadow: 0 calc(100vw * 4 / 393) calc(100vw * 4 / 393) rgba(0, 0, 0, 0.25);
  box-shadow: 0 calc(100vw * 4 / 393) calc(100vw * 4 / 393) rgba(0, 0, 0, 0.25);
  -webkit-transition: background-color 0.18s ease, color 0.18s ease, -webkit-transform 0.18s cubic-bezier(0.2, 0, 0, 1), -webkit-box-shadow 0.18s cubic-bezier(0.2, 0, 0, 1);
  transition: background-color 0.18s ease, color 0.18s ease, -webkit-transform 0.18s cubic-bezier(0.2, 0, 0, 1), -webkit-box-shadow 0.18s cubic-bezier(0.2, 0, 0, 1);
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s cubic-bezier(0.2, 0, 0, 1), box-shadow 0.18s cubic-bezier(0.2, 0, 0, 1);
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s cubic-bezier(0.2, 0, 0, 1), box-shadow 0.18s cubic-bezier(0.2, 0, 0, 1), -webkit-transform 0.18s cubic-bezier(0.2, 0, 0, 1), -webkit-box-shadow 0.18s cubic-bezier(0.2, 0, 0, 1);
  will-change: transform;
  cursor: pointer;
}

.c-btn__primary--blue {
  --btn-color: #253F89;
}

.c-btn__primary--filled {
  background-color: var(--btn-color);
  color: #ffffff;
  border-color: #ffffff;
  -webkit-transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.c-btn__primary .c-btn__arrow {
  position: absolute;
  top: 50%;
  right: calc(100vw * 20 / 393);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: calc(100vw * 5 / 393);
  height: calc(100vw * 9 / 393);
  background-color: currentColor;
  -webkit-mask: url("../img/common/icon-greater-than-white.svg") no-repeat center/contain;
  mask: url("../img/common/icon-greater-than-white.svg") no-repeat center/contain;
}

.c-btn__secondary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(100vw * 8 / 393);
  color: #AA1F24;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 14 / 393);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.c-btn__secondary--blue {
  color: #253F89;
}

.c-btn__secondary::after {
  content: "";
  display: block;
  width: calc(100vw * 5 / 393);
  height: calc(100vw * 9 / 393);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask: url("../img/common/icon-greater-than-white.svg") no-repeat center/contain;
  mask: url("../img/common/icon-greater-than-white.svg") no-repeat center/contain;
}

.c-btn__cta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: calc(100vw * 12 / 393);
  overflow: hidden;
  -webkit-box-shadow: calc(100vw * 2 / 393) calc(100vw * 4 / 393) calc(100vw * 4 / 393) rgba(0, 0, 0, 0.25);
  box-shadow: calc(100vw * 2 / 393) calc(100vw * 4 / 393) calc(100vw * 4 / 393) rgba(0, 0, 0, 0.25);
  padding: calc(100vw * 30 / 393) 0 calc(100vw * 16 / 393);
  text-decoration: none;
  width: calc(100vw * 288 / 393);
  -webkit-transition: -webkit-transform 0.18s cubic-bezier(0.2, 0, 0, 1), -webkit-box-shadow 0.18s cubic-bezier(0.2, 0, 0, 1);
  transition: -webkit-transform 0.18s cubic-bezier(0.2, 0, 0, 1), -webkit-box-shadow 0.18s cubic-bezier(0.2, 0, 0, 1);
  transition: transform 0.18s cubic-bezier(0.2, 0, 0, 1), box-shadow 0.18s cubic-bezier(0.2, 0, 0, 1);
  transition: transform 0.18s cubic-bezier(0.2, 0, 0, 1), box-shadow 0.18s cubic-bezier(0.2, 0, 0, 1), -webkit-transform 0.18s cubic-bezier(0.2, 0, 0, 1), -webkit-box-shadow 0.18s cubic-bezier(0.2, 0, 0, 1);
  will-change: transform;
}

.c-btn__cta--kerosene {
  background-color: #C82A30;
}

.c-btn__cta--diesel {
  background-color: #253F89;
}

.c-btn__cta--kerosene .c-btn__cta-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(100vw * 16 / 393);
  padding-left: calc(100vw * 16 / 393);
  padding-right: calc(100vw * 64 / 393);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-btn__cta--kerosene .c-btn__cta-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(100vw * 64 / 393);
}

.c-btn__cta--kerosene .c-btn__cta-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: calc(100vw * 12 / 393);
}

.c-btn__cta--diesel .c-btn__cta-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(100vw * 20 / 393);
  padding-left: calc(100vw * 45 / 393);
  padding-right: calc(100vw * 80 / 393);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-btn__cta--diesel .c-btn__cta-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(100vw * 34 / 393);
}

.c-btn__cta--diesel .c-btn__cta-text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: calc(100vw * 12 / 393);
}

.c-btn__cta-sub {
  color: #ffffff;
  font-size: calc(100vw * 14 / 393);
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
}

.c-btn__cta-title {
  color: #ffffff;
  font-size: calc(100vw * 24 / 393);
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
}

.c-btn__cta-arrow {
  position: absolute;
  top: 50%;
  right: calc(100vw * 16 / 393);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: calc(100vw * 10 / 393);
  height: calc(100vw * 17 / 393);
  background-color: #ffffff;
  -webkit-mask: url("../img/common/icon-greater-than-white.svg") no-repeat center/contain;
  mask: url("../img/common/icon-greater-than-white.svg") no-repeat center/contain;
}

.c-btn__cta-desc {
  color: #ffffff;
  font-size: calc(100vw * 14 / 393);
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  margin-top: calc(100vw * 20 / 393);
  text-align: center;
}

.c-btn__ajax {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #AA1F24;
  background-color: #ffffff;
  color: #AA1F24;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: calc(100vw * 14 / 393) calc(100vw * 24 / 393);
  border-radius: calc(100vw * 8 / 393);
  -webkit-box-shadow: 0 calc(100vw * 3 / 393) calc(100vw * 6 / 393) rgba(0, 0, 0, 0.16);
  box-shadow: 0 calc(100vw * 3 / 393) calc(100vw * 6 / 393) rgba(0, 0, 0, 0.16);
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.c-btn__ajax:focus-visible {
  outline: 3px solid rgba(170, 31, 36, 0.35);
  outline-offset: 3px;
}

.c-btn__ajax:active {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-box-shadow: 0 calc(100vw * 3 / 393) 0 rgba(170, 31, 36, 0.18);
  box-shadow: 0 calc(100vw * 3 / 393) 0 rgba(170, 31, 36, 0.18);
}

.c-btn__ajax:disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.c-btn__ajax-label {
  font-size: calc(100vw * 16 / 393);
}

.c-btn__ajax-cross {
  width: calc(100vw * 28 / 393);
  height: calc(100vw * 28 / 393);
  border-radius: 999px;
  background-color: #AA1F24;
  position: absolute;
  right: calc(100vw * -14 / 393);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0 calc(100vw * 3 / 393) calc(100vw * 8 / 393) rgba(0, 0, 0, 0.14);
  box-shadow: 0 calc(100vw * 3 / 393) calc(100vw * 8 / 393) rgba(0, 0, 0, 0.14);
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.c-btn__ajax-cross::before,
.c-btn__ajax-cross::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100vw * 12 / 393);
  height: 2px;
  background-color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 999px;
}

.c-btn__ajax-cross::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.arrow_button {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  color: #AA1F24;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: -16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.arrow_button--white {
  background-color: #AA1F24;
  color: #fff;
}

.arrow_button::before,
.arrow_button::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  background-color: currentColor;
  -webkit-mask: url("../img/arrow-right-green.svg") no-repeat center/contain;
  mask: url("../img/arrow-right-green.svg") no-repeat center/contain;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
}

.arrow_button::after {
  -webkit-transform: translate(-150%, -50%);
  transform: translate(-150%, -50%);
  opacity: 0;
}

.c-btn__return {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: calc(100vw * 14 / 393) calc(100vw * 32 / 393);
  background-color: transparent;
  border: 2px solid #2E2E2E;
  border-radius: calc(100vw * 100 / 393);
  font-size: calc(100vw * 14 / 393);
  font-weight: 700;
  color: #2E2E2E;
  letter-spacing: 0.14em;
  text-decoration: none;
  margin: calc(100vw * 40 / 393) auto 0;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease;
  position: relative;
}

.c-btn__return::before {
  content: "";
  position: absolute;
  width: calc(100vw * 7 / 393);
  height: calc(100vw * 13.6 / 393);
  background-color: currentColor;
  -webkit-mask: url("../img/common/arrow-less-than-black.svg") no-repeat center/contain;
  mask: url("../img/common/arrow-less-than-black.svg") no-repeat center/contain;
  top: 50%;
  left: calc(100vw * 10 / 393);
  margin-top: calc(100vw * 2 / 393);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-dummy {
  position: relative;
  background-color: black;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23aaaaaa' fill-opacity='0.35'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.c-dummy::after {
  content: "DUMMY";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 1.09375vw;
  font-weight: bold;
}

.c-heading__en {
  font-family: "Anonymous Pro", monospace;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.14em;
  margin: 0;
}

.c-heading__ja {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.14em;
  margin: 0;
}

.c-heading__primary .c-heading__en {
  font-size: calc(100vw * 32 / 393);
  color: #d9d9d9;
}

.c-heading__primary .c-heading__ja {
  font-size: calc(100vw * 18 / 393);
  color: #AA1F24;
  margin-top: calc(100vw * 16 / 393);
}

.c-heading__primary--blue .c-heading__ja {
  color: #253F89;
}

.c-heading__secondary .c-heading__en {
  font-size: calc(100vw * 32 / 393);
  color: #AA1F24;
}

.c-heading__secondary .c-heading__ja {
  font-size: calc(100vw * 18 / 393);
  color: #AA1F24;
  margin-top: calc(100vw * 4 / 393);
}

.c-heading__secondary--blue .c-heading__en,
.c-heading__secondary--blue .c-heading__ja {
  color: #253F89;
}

.u-ff-oswald {
  font-family: "oswald", sans-serif;
}

.u-ff-Zen-Kaku-Gothic-New {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.u-ff-Zen-Old-Mincho {
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.u-ff-Montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.u-ff-Segoe-UI {
  font-family: "segoe-ui", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.u-ff-Josefin-Sans {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
}

.u-ff-Merriweather {
  font-family: "merriweather", serif;
  font-weight: 700;
  font-style: normal;
}

.u-ff-ten-mincho {
  font-family: "ten-mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.u-ff-Adobe-Devanagari {
  font-family: adobe-devanagari, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.u-ff-biz-udpgothic-regular {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.u-pc {
  display: block;
}

.u-sp {
  display: none;
}

.u-pc-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-sp-flex {
  display: none !important;
}

.u-text-red {
  color: #AA1F24;
}

.u-text-green {
  color: #3EB134;
}

.u-text-blue {
  color: #253F89;
}

.u-text-yellow {
  color: #F5C400;
}

.u-text-brown {
  color: #A57123;
}

.u-highlight-orange {
  display: inline;
  /* 行内要素にする */
  padding: 0 0.15em;
  /* 端まで色を伸ばしたいなら少し余白 */
  -webkit-box-decoration-break: clone;
  /* Safari対応 */
  box-decoration-break: clone;
  /* 行ごとに背景を“複製”して描画 */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0, rgba(251, 100, 45, 0.5)));
  background: -webkit-linear-gradient(transparent calc(80% - 0.1em), rgba(251, 100, 45, 0.5) 0);
  background: linear-gradient(transparent calc(80% - 0.1em), rgba(251, 100, 45, 0.5) 0);
  /* 下だけ塗る：太さをemで固定 */
}

.u-highlight-yellow {
  display: inline;
  padding: 0 0.15em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0, #F5C400));
  background: -webkit-linear-gradient(transparent calc(80% - 0.1em), #F5C400 0);
  background: linear-gradient(transparent calc(80% - 0.1em), #F5C400 0);
}

.u-underline-light-blue {
  text-decoration: underline;
  text-decoration-color: #94C7F2;
  text-decoration-thickness: 0.4em;
  text-underline-offset: -0.1em;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-style: solid;
  position: relative;
}

.u-underline-yellow {
  text-decoration: underline;
  text-decoration-color: rgba(178, 135, 39, 0.5);
  text-decoration-thickness: 0.2em;
  text-underline-offset: -0.1em;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-style: solid;
  position: relative;
}

.u-underline-yellow-round {
  position: relative;
}

.u-underline-yellow-round::after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 5px;
  z-index: -1;
  width: 105%;
  height: 5px;
  background-color: rgba(245, 196, 0, 0.6);
  border-radius: 5px;
}

.u-underline-yellow-round--mv {
  position: relative;
}

.u-underline-yellow-round--mv::after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 1px;
  z-index: -1;
  width: 100%;
  height: 5px;
  background-color: #F5C400;
  border-radius: 5px;
}

.u-highlight-orange-round {
  position: relative;
  display: inline;
}

.u-highlight-orange-round::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.15em;
  left: 0;
  z-index: 2;
  display: inline-block;
  width: calc(100% - 0.5em);
  height: 0.2em;
  background-color: rgba(251, 100, 45, 0.5);
  border-radius: 5px;
}

.u-bold {
  font-weight: bold;
}

.u-medium {
  font-weight: 500;
}

.u-nowrap {
  white-space: nowrap;
}

.u-underline {
  text-decoration: underline;
}

.u-mask {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.u-mask::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.u-clamp-2 {
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /* 2行分の高さを確保して、1行でも2行でも揃える */
  min-height: 2.6em;
}

.u-z--bg {
  z-index: -1;
}

.u-z--base {
  z-index: 0;
}

.u-z--content {
  z-index: 1;
}

.u-z--float {
  z-index: 700;
}

.u-z--menu {
  z-index: 800;
}

.u-z--header {
  z-index: 900;
}

.u-z--overlay {
  z-index: 1000;
}

/* 初期状態（非表示） */

.js-animate {
  opacity: 0;
  -webkit-transform: translateY(24px);
  transform: translateY(24px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
  will-change: opacity, transform;
}

/* フェードアップ（デフォルト） */

.js-animate.is-inview[data-animate=fade-up],
.js-animate.is-inview:not([data-animate]) {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* 左から */

.js-animate[data-animate=fade-left] {
  -webkit-transform: translateX(-24px);
  transform: translateX(-24px);
}

.js-animate.is-inview[data-animate=fade-left] {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* 右から */

.js-animate[data-animate=fade-right] {
  -webkit-transform: translateX(24px);
  transform: translateX(24px);
}

.js-animate.is-inview[data-animate=fade-right] {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* 上から */

.js-animate[data-animate=fade-down] {
  -webkit-transform: translateY(-24px);
  transform: translateY(-24px);
}

.js-animate.is-inview[data-animate=fade-down] {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* ほんの少しディレイを付ける場合 */

.js-animate[data-delay="100"] {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.js-animate[data-delay="200"] {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.js-animate[data-delay="300"] {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.js-animate[data-delay="400"] {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.js-animate[data-delay="500"] {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.js-animate[data-delay="600"] {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.js-animate[data-delay="700"] {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.js-animate[data-delay="800"] {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.js-animate[data-delay="900"] {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.js-animate[data-delay="1000"] {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.js-animate[data-delay="1100"] {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.js-animate[data-delay="1200"] {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

html.is-top-loading,
body.is-loading {
  overflow: hidden;
}

.p-top-loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  background: -webkit-linear-gradient(290deg, #ffffff 0%, #f0f8ff 100%);
  background: linear-gradient(160deg, #ffffff 0%, #f0f8ff 100%);
}

html.is-top-loading .p-top-loading {
  display: grid;
  place-items: center;
}

.p-top-loading.is-end {
  -webkit-animation: p-top-loading-hide 0.9s ease forwards;
  animation: p-top-loading-hide 0.9s ease forwards;
}

.p-top-loading__inner {
  display: grid;
  justify-items: center;
  gap: calc(100vw * 20 / 393);
  width: calc(100vw * 250 / 393);
}

.p-top-loading__logo {
  width: calc(100vw * 180 / 393);
  aspect-ratio: 180/80;
  opacity: 0;
  -webkit-transform: translateY(calc(100vw * 16 / 393)) scale(0.96);
  transform: translateY(calc(100vw * 16 / 393)) scale(0.96);
}

.p-top-loading__logo picture {
  height: 100%;
}

.p-top-loading__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.p-top-loading__text {
  font-size: calc(100vw * 14 / 393);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.0857142857em;
  color: #253F89;
  opacity: 0;
}

.p-top-loading__line {
  display: block;
  width: 100%;
  height: calc(100vw * 4 / 393);
  border-radius: calc(100vw * 999 / 393);
  overflow: hidden;
  background-color: rgba(37, 63, 137, 0.16);
}

.p-top-loading__line-bar {
  display: block;
  width: 45%;
  height: 100%;
  background-color: #253F89;
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
}

.p-top-loading.is-start .p-top-loading__logo {
  -webkit-animation: p-top-loading-logo-in 0.9s cubic-bezier(0.2, 0.65, 0.3, 1) forwards;
  animation: p-top-loading-logo-in 0.9s cubic-bezier(0.2, 0.65, 0.3, 1) forwards;
}

.p-top-loading.is-start .p-top-loading__text {
  -webkit-animation: p-top-loading-fade-in 0.5s ease 0.35s forwards;
  animation: p-top-loading-fade-in 0.5s ease 0.35s forwards;
}

.p-top-loading.is-start .p-top-loading__line-bar {
  -webkit-animation: p-top-loading-line 1.2s ease-in-out 0.2s infinite;
  animation: p-top-loading-line 1.2s ease-in-out 0.2s infinite;
}

@-webkit-keyframes p-top-loading-logo-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(calc(100vw * 16 / 393)) scale(0.96);
    transform: translateY(calc(100vw * 16 / 393)) scale(0.96);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}

@keyframes p-top-loading-logo-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(calc(100vw * 16 / 393)) scale(0.96);
    transform: translateY(calc(100vw * 16 / 393)) scale(0.96);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}

@-webkit-keyframes p-top-loading-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes p-top-loading-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes p-top-loading-line {
  0% {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
  }

  100% {
    -webkit-transform: translateX(260%);
    transform: translateX(260%);
  }
}

@keyframes p-top-loading-line {
  0% {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
  }

  100% {
    -webkit-transform: translateX(260%);
    transform: translateX(260%);
  }
}

@-webkit-keyframes p-top-loading-hide {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes p-top-loading-hide {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.p-about-mv {
  position: relative;
  overflow: hidden;
  min-height: calc(100vw * 695 / 393);
}

.p-about-mv__bg {
  position: absolute;
  top: calc(100vw * 157 / 393);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.p-about-mv__bg picture {
  height: 100%;
}

.p-about-mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  display: block;
}

.p-about-mv__body {
  position: relative;
  z-index: 2;
  background-color: #AA1F24;
  padding: calc(100vw * 40 / 393) calc(100vw * 30 / 393) calc(100vw * 40 / 393);
  width: calc(100% - (100vw * 30 / 393));
  margin-top: calc(100vw * 100 / 393);
}

.p-about-mv__title {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 16%;
  margin: 0;
}

.p-about-mv__title-line {
  display: block;
  font-size: calc(100vw * 24 / 393);
  line-height: 1.25;
}

.p-about-mv__accent {
  font-style: normal;
  font-size: calc(100vw * 40 / 393);
  text-decoration: underline;
  text-underline-offset: 0.1em;
}

.p-about-mv__lead {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-size: calc(100vw * 16 / 393);
  color: #ffffff;
  letter-spacing: 0.14em;
  line-height: 1.75;
  margin: calc(100vw * 16 / 393) 0 0;
}

.p-about-reason {
  margin-top: calc(100vw * 80 / 393);
}

.p-about-greeting {
  padding: calc(100vw * 60 / 393) 0;
}

.p-about-greeting__card {
  background-color: #ffffff;
  border-radius: calc(100vw * 12 / 393);
  -webkit-box-shadow: 0 0 calc(100vw * 8 / 393) rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 calc(100vw * 8 / 393) rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.p-about-greeting__head {
  text-align: center;
  padding: calc(100vw * 40 / 393) 0 0;
}

.p-about-greeting__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.p-about-greeting__photo-wrap {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: calc(100vw * 8 / 393);
  overflow: hidden;
}

.p-about-greeting__photo {
  height: calc(100vw * 300 / 393);
}

.p-about-greeting__photo picture {
  height: 100%;
}

.p-about-greeting__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  display: block;
}

.p-about-greeting__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: calc(100vw * 64 / 393);
  background-color: #AA1F24;
  text-align: center;
  border-radius: 0 0 calc(100vw * 8 / 393) calc(100vw * 8 / 393);
}

.p-about-greeting__caption p {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-size: calc(100vw * 14 / 393);
  color: #ffffff;
  letter-spacing: 0.14em;
  line-height: 1.6;
  margin: 0;
}

.p-about-greeting__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: calc(100vw * 40 / 393) calc(100vw * 10 / 393);
}

.p-about-greeting__title {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-size: calc(100vw * 20 / 393);
  color: #2E2E2E;
  letter-spacing: 0.14em;
  line-height: 1.8;
  margin: 0;
}

.p-about-greeting__body {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-size: calc(100vw * 14 / 393);
  color: #2E2E2E;
  letter-spacing: 0.14em;
  line-height: 1.8;
  margin: calc(100vw * 16 / 393) 0 0;
}

/*
========================================
  Ameliaログイン（管理）画面用：ヘッダー/フッター無し
=========================================
*/

.p-booking-admin-login {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 24px;
  overflow: hidden;
}

.p-booking-admin-login__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
  pointer-events: none;
}

.p-booking-admin-login__bg picture,
.p-booking-admin-login__bg img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-booking-admin-login__bg img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.p-booking-admin-login .c-dummy {
  background-color: #F6F6F6;
}

.p-booking-admin-login__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1440px;
}

/* パスワード変更リンクを非表示*/

.p-booking-admin-login .am-asi__footer {
  display: none !important;
}

/*
========================================
  Ameliaカレンダーの空き枠表示（インライン10px）をテーマ側で上書き
=========================================
*/

.p-booking-form .am-fs-dt__calendar .fc-daygrid-day-top .fc-daygrid-day-number {
  font-size: 12px !important;
}

.p-booking-form .am-fs-dt__calendar .am-advsc__slots-item__inner {
  font-size: 14px !important;
}

/*
========================================
  Amelia入力フォームのスタイルをテーマ側で上書き
=========================================
*/

/* 電話番号 */

.p-booking-form .am-fs__wrapper {
  /* 注文区分 */
  /* プライバシーポリシーへのリンクの装飾 */
  /* プライバシーポリシー同意のコンテンツ */
}

.p-booking-form .am-fs__wrapper .m-phone-number-input__input {
  border-radius: 6px !important;
}

.p-booking-form .am-fs__wrapper .m-phone-number-input .m-phone-number-input__country-flag {
  display: none !important;
}

.p-booking-form .am-fs__wrapper .m-phone-number-input .m-select-input {
  display: none !important;
}

.p-booking-form .am-fs__wrapper .m-phone-number-input .m-phone-number-input__select {
  display: none !important;
}

.p-booking-form .am-fs__wrapper .m-phone-number-input .m-input-label {
  font-size: 14px !important;
}

.p-booking-form .am-fs__wrapper #am-cf-2 .el-form-item__label {
  margin-bottom: 4px !important;
  font-weight: 500;
}

.p-booking-form .am-fs__wrapper #am-cf-2 .el-radio__inner::after {
  width: 8px !important;
  height: 8px !important;
}

/*
========================================
  Amelia予約サイドバーパネル上書き
=========================================
*/

/*
  注入「予約完了」：折りたたみ時はラベルだけ幅0で畳む（display:none は flex 崩れの原因）
  アイコン・チェッカーは縮まないよう注入行のみ指定
*/

#amelia-container .am-fs-sb.am-collapsed [data-amelia-injected-reservation-complete="1"] .am-fs-sb__step-icon,
#amelia-container .am-fs-sb.am-collapsed [data-amelia-injected-reservation-complete="1"] .am-fs-sb__step-checker,
#amelia-container:has(.am-fs-sb__menu.am-collapsed) [data-amelia-injected-reservation-complete="1"] .am-fs-sb__step-icon,
#amelia-container:has(.am-fs-sb__menu.am-collapsed) [data-amelia-injected-reservation-complete="1"] .am-fs-sb__step-checker {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

/* 折りたたみ前後で同じ要素上に transition を載せる（消える／戻るとき） */

#amelia-container [data-amelia-injected-reservation-label="1"] {
  -webkit-transition: opacity 1.5s ease, max-width 1.5s ease, min-width 1.5s ease, padding 1.5s ease, margin 1.5s ease, -webkit-box-flex 1.5s ease;
  transition: opacity 1.5s ease, max-width 1.5s ease, min-width 1.5s ease, padding 1.5s ease, margin 1.5s ease, -webkit-box-flex 1.5s ease;
  transition: opacity 1.5s ease, max-width 1.5s ease, flex 1.5s ease, min-width 1.5s ease, padding 1.5s ease, margin 1.5s ease;
  transition: opacity 1.5s ease, max-width 1.5s ease, flex 1.5s ease, min-width 1.5s ease, padding 1.5s ease, margin 1.5s ease, -webkit-box-flex 1.5s ease, -ms-flex 1.5s ease;
}

#amelia-container .am-fs-sb.am-collapsed [data-amelia-injected-reservation-label="1"],
#amelia-container:has(.am-fs-sb__menu.am-collapsed) [data-amelia-injected-reservation-label="1"] {
  opacity: 0 !important;
  max-width: 0 !important;
  overflow: hidden !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 0px !important;
  flex: 0 0 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  white-space: nowrap !important;
}

/*
========================================
  Amelia 管理パネル上書き
=========================================
*/

.p-booking-admin-login .am-caph .am-select-wrapper {
  display: none !important;
}

.p-booking-admin-login #pane-details .am-caepif__block {
  pointer-events: none !important;
}

.p-booking-admin-login #pane-details .am-caepif__block .am-input-wrapper .el-input__wrapper {
  background-color: rgba(26, 44, 55, 0.06) !important;
}

.p-booking-admin-login #pane-details .am-caepif__block .am-input-phone-wrapper .m-input-wrapper-input {
  background-color: rgba(26, 44, 55, 0.06) !important;
}

.p-booking-admin-login #pane-details .am-caepif__block:nth-child(2) {
  display: none !important;
}

/* ステータスのドロップダウンリストのスタイル*/

.am-cc__status.am-cc__status--dropdown {
  pointer-events: none;
}

.am-cc__status.am-cc__status--dropdown .el-select__suffix {
  display: none !important;
}

/* 編集・新規予約＞ステータスのドロップダウンリストの厳選*/

/* 
3番目（お客様によるキャンセル）,
4番目（却下されました）,
5番目（無断キャンセル）ステータスを非表示にする
*/

.am-capai-cuf__popper .el-select-dropdown__list li:nth-child(n+3):nth-child(-n+5) {
  display: none !important;
}

/* 編集・新規予約＞お支払い金額パネルの非表示*/

#tab-payment {
  display: none !important;
  pointer-events: none !important;
}

/*
========================================
  Amelia　管理パネル上書き　未使用
=========================================
*/

/* プロフィール そのものを消すときはショートコードのパラメータを変更*/

/* 予約編集ボタン　予約時間変更に対応する為解放中*/

.p-booking-mv {
  padding: calc(100vw * 140 / 393) 0 calc(100vw * 60 / 393);
}

.p-booking-flow {
  padding: calc(100vw * 80 / 393) 0;
}

.p-booking-flow__card {
  background-color: #ffffff;
  border-radius: calc(100vw * 12 / 393);
  -webkit-box-shadow: 0 0 calc(100vw * 8 / 393) rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 calc(100vw * 8 / 393) rgba(0, 0, 0, 0.25);
  padding: calc(100vw * 20 / 393) calc(100vw * 20 / 393) calc(100vw * 24 / 393);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: calc(100vw * 280 / 393);
  height: 100%;
}

.p-booking-flow__card-icon {
  width: calc(100vw * 90 / 393);
  height: calc(100vw * 90 / 393);
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  background-color: #f6f6f6;
}

.p-booking-flow__card-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.p-booking-flow__card-title {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-size: calc(100vw * 18 / 393);
  color: #AA1F24;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-align: center;
  margin: calc(100vw * 12 / 393) 0 0;
}

.p-booking-flow__card-body {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-size: calc(100vw * 14 / 393);
  color: #2E2E2E;
  letter-spacing: 0.14em;
  line-height: 1.7142857143;
  text-align: center;
  margin: calc(100vw * 8 / 393) 0 0;
}

.p-booking-check {
  padding: calc(100vw * 48 / 393) 0;
}

.p-booking-check__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(100vw * 12 / 393);
  margin-bottom: calc(100vw * 32 / 393);
}

.p-booking-check__heading-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100vw * 40 / 393);
  height: calc(100vw * 40 / 393);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #AA1F24;
  border-radius: calc(100vw * 6 / 393);
  color: #ffffff;
  font-size: calc(100vw * 22 / 393);
  font-weight: 900;
  line-height: 1;
}

.p-booking-check__heading-text {
  font-size: calc(100vw * 16 / 393);
  font-weight: 700;
  color: #2E2E2E;
  letter-spacing: 0.07em;
  line-height: 1.4;
}

.p-booking-check__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: calc(100vw * 24 / 393);
}

.p-booking-check__term {
  font-size: calc(100vw * 14 / 393);
  font-weight: 400;
  color: #AA1F24;
  letter-spacing: 0.14em;
  line-height: 1.8;
  margin-bottom: calc(100vw * 4 / 393);
}

.p-booking-check__desc {
  font-size: calc(100vw * 14 / 393);
  color: #2E2E2E;
  line-height: 1.8;
  letter-spacing: 0.07em;
}

.p-booking-form {
  padding: calc(100vw * 60 / 393) 0;
}

.p-booking-form__inner {
  background-color: #f6f6f6;
  padding: calc(100vw * 40 / 393) calc(100vw * 16 / 393);
}

.p-result-mv {
  padding: calc(100vw * 140 / 393) 0 calc(100vw * 40 / 393);
}

.p-booking-result {
  padding: calc(100vw * 48 / 393) 0 calc(100vw * 80 / 393);
}

.p-booking-result__icon {
  width: calc(100vw * 80 / 393);
  margin: 0 auto;
}

.p-booking-result__icon img {
  width: 100%;
  display: block;
}

.p-booking-result__title {
  margin-top: calc(100vw * 24 / 393);
  font-size: calc(100vw * 20 / 393);
  font-weight: 700;
  color: #2E2E2E;
  letter-spacing: 0.07em;
  line-height: 1.6;
  text-align: center;
}

.p-booking-result__title.u-text-red {
  color: #AA1F24;
}

.p-booking-result__title.u-text-green {
  color: #166534;
}

.p-booking-result__subtitle {
  margin-top: calc(100vw * 16 / 393);
  font-size: calc(100vw * 14 / 393);
  color: #2E2E2E;
  line-height: 1.8;
  text-align: center;
}

.p-booking-result__box {
  margin-top: calc(100vw * 32 / 393);
  padding: calc(100vw * 24 / 393) calc(100vw * 20 / 393);
  background-color: #f3f4f6;
  border-radius: calc(100vw * 8 / 393);
}

.p-booking-result__text {
  font-size: calc(100vw * 14 / 393);
  color: #2E2E2E;
  line-height: 1.8;
  text-align: center;
}

.p-booking-result__text span {
  font-weight: 700;
  color: #AA1F24;
}

.p-booking-result__list {
  margin-top: calc(100vw * 16 / 393);
  padding-left: calc(100vw * 20 / 393);
  list-style: disc;
}

.p-booking-result__list li {
  font-size: calc(100vw * 13 / 393);
  color: #2E2E2E;
  line-height: 1.8;
  margin-top: calc(100vw * 8 / 393);
}

.p-booking-result__list li span {
  font-weight: 700;
  color: #AA1F24;
}

.p-booking-result__btn-wrap {
  margin-top: calc(100vw * 48 / 393);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-booking-approval-confirm {
  padding: calc(100vw * 48 / 393) 0 calc(100vw * 80 / 393);
}

.p-booking-approval-confirm__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-booking-approval-confirm__lead {
  margin: 0;
  font-family: "BIZ UDPGothic", sans-serif;
  color: #2E2E2E;
  font-size: calc(100vw * 18 / 393);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.07em;
  text-align: center;
}

.p-booking-approval-confirm__button {
  margin-top: calc(100vw * 40 / 393);
}

.p-booking-approval-confirm__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: calc(100vw * 250 / 393);
  min-height: calc(100vw * 54 / 393);
  padding: 0 calc(100vw * 24 / 393);
  border-radius: calc(100vw * 40 / 393);
  background-color: #AA1F24;
  color: #ffffff;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 18 / 393);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.07em;
  text-decoration: none;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.p-booking-approval-confirm__btn--cancel {
  background-color: #2E2E2E;
}

.p-booking-approval-confirm__button--gray .p-booking-approval-confirm__btn {
  background-color: #A7A7A7;
  pointer-events: none;
  cursor: default;
}

.p-booking-approval-confirm__note {
  width: 100%;
  margin-top: calc(100vw * 32 / 393);
  padding: calc(100vw * 24 / 393) calc(100vw * 20 / 393);
  background-color: #f3f4f6;
  border-radius: calc(100vw * 8 / 393);
}

.p-booking-approval-confirm__button + .p-booking-approval-confirm__note {
  margin-top: calc(100vw * 48 / 393);
}

.p-booking-approval-confirm__list {
  margin: 0;
  padding-left: calc(100vw * 20 / 393);
  color: #2E2E2E;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 13 / 393);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.07em;
  list-style: disc;
}

.p-booking-approval-confirm__list li + li {
  margin-top: calc(100vw * 8 / 393);
}

.p-booking-detail {
  width: 100%;
  margin-top: calc(100vw * 32 / 393);
  padding: calc(100vw * 24 / 393) calc(100vw * 20 / 393);
  background-color: #f3f4f6;
  border-radius: calc(100vw * 8 / 393);
  color: #2E2E2E;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 14 / 393);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.07em;
}

.p-booking-detail__group + .p-booking-detail__group {
  margin-top: calc(100vw * 24 / 393);
  padding-top: calc(100vw * 24 / 393);
  border-top: 1px solid #E5E3E2;
}

.p-booking-detail__heading {
  margin: 0;
  font-size: calc(100vw * 15 / 393);
  font-weight: 700;
  color: #AA1F24;
}

.p-booking-detail__item {
  margin: calc(100vw * 8 / 393) 0 0;
}

.p-contact-mv,
.p-contact-thank-you-mv {
  padding: calc(100vw * 140 / 393) 0 calc(100vw * 60 / 393);
}

.p-contact-mv__lead,
.p-contact-thank-you-mv__lead {
  margin-top: calc(100vw * 32 / 393);
  font-size: calc(100vw * 14 / 393);
  color: #2E2E2E;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.p-contact-mv__btn-wrap,
.p-contact-thank-you-mv__btn-wrap {
  margin-top: calc(100vw * 48 / 393);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-contact-form {
  background-color: #f6f6f6;
  padding: calc(100vw * 80 / 393) 0 calc(100vw * 80 / 393);
}

.p-contact-form__inner {
  width: 100%;
  padding: 0 calc(100vw * 10 / 393);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-contact-form__heading {
  font-size: calc(100vw * 20 / 393);
  font-weight: 700;
  color: #AA1F24;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: calc(100vw * 40 / 393);
}

.p-contact-form__privacy {
  margin-top: calc(100vw * 32 / 393);
  font-size: calc(100vw * 14 / 393);
  color: #2E2E2E;
  line-height: 1.8;
  letter-spacing: 0.14em;
  text-align: center;
}

.p-contact-form__privacy a {
  color: #2E2E2E;
}

.p-contact-form .wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: calc(100vw * 32 / 393);
}

.p-contact-form .wpcf7-form p {
  margin: 0;
}

.p-contact-form .wpcf7-form .p-contact-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: calc(100vw * 8 / 393);
}

.p-contact-form .wpcf7-form .p-contact-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(100vw * 8 / 393);
  font-size: calc(100vw * 14 / 393);
  font-weight: 400;
  color: #2E2E2E;
  letter-spacing: 0.14em;
}

.p-contact-form .wpcf7-form .p-contact-required {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: calc(100vw * 4 / 393) calc(100vw * 12 / 393);
  background-color: #AA1F24;
  border-radius: calc(100vw * 4 / 393);
  font-size: calc(100vw * 12 / 393);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.14em;
  line-height: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: calc(100vw * 16 / 393);
}

.p-contact-form .wpcf7-form input[type=text],
.p-contact-form .wpcf7-form input[type=email],
.p-contact-form .wpcf7-form input[type=tel] {
  width: 100%;
  height: calc(100vw * 50 / 393);
  padding: 0 calc(100vw * 20 / 393);
  background-color: #ffffff;
  border: none;
  border-radius: calc(100vw * 10 / 393);
  font-size: calc(100vw * 14 / 393);
  color: #2E2E2E;
  letter-spacing: 0.14em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-contact-form .wpcf7-form input[type=text]::-webkit-input-placeholder,
.p-contact-form .wpcf7-form input[type=email]::-webkit-input-placeholder,
.p-contact-form .wpcf7-form input[type=tel]::-webkit-input-placeholder {
  color: #9ca3af;
}

.p-contact-form .wpcf7-form input[type=text]::-moz-placeholder,
.p-contact-form .wpcf7-form input[type=email]::-moz-placeholder,
.p-contact-form .wpcf7-form input[type=tel]::-moz-placeholder {
  color: #9ca3af;
}

.p-contact-form .wpcf7-form input[type=text]:-ms-input-placeholder,
.p-contact-form .wpcf7-form input[type=email]:-ms-input-placeholder,
.p-contact-form .wpcf7-form input[type=tel]:-ms-input-placeholder {
  color: #9ca3af;
}

.p-contact-form .wpcf7-form input[type=text]::-ms-input-placeholder,
.p-contact-form .wpcf7-form input[type=email]::-ms-input-placeholder,
.p-contact-form .wpcf7-form input[type=tel]::-ms-input-placeholder {
  color: #9ca3af;
}

.p-contact-form .wpcf7-form input[type=text]::placeholder,
.p-contact-form .wpcf7-form input[type=email]::placeholder,
.p-contact-form .wpcf7-form input[type=tel]::placeholder {
  color: #9ca3af;
}

.p-contact-form .wpcf7-form input[type=text]:focus,
.p-contact-form .wpcf7-form input[type=email]:focus,
.p-contact-form .wpcf7-form input[type=tel]:focus {
  outline: 2px solid #AA1F24;
  outline-offset: 0;
}

.p-contact-form .wpcf7-form textarea {
  width: 100%;
  height: calc(100vw * 200 / 393);
  padding: calc(100vw * 16 / 393) calc(100vw * 20 / 393);
  background-color: #ffffff;
  border: none;
  border-radius: calc(100vw * 10 / 393);
  font-size: calc(100vw * 14 / 393);
  color: #2E2E2E;
  letter-spacing: 0.14em;
  resize: vertical;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-contact-form .wpcf7-form textarea::-webkit-input-placeholder {
  color: #9ca3af;
}

.p-contact-form .wpcf7-form textarea::-moz-placeholder {
  color: #9ca3af;
}

.p-contact-form .wpcf7-form textarea:-ms-input-placeholder {
  color: #9ca3af;
}

.p-contact-form .wpcf7-form textarea::-ms-input-placeholder {
  color: #9ca3af;
}

.p-contact-form .wpcf7-form textarea::placeholder {
  color: #9ca3af;
}

.p-contact-form .wpcf7-form textarea:focus {
  outline: 2px solid #AA1F24;
  outline-offset: 0;
}

.p-contact-form .wpcf7-form .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: calc(100vw * 20 / 393);
  padding-left: calc(100vw * 6 / 393);
}

.p-contact-form .wpcf7-form .wpcf7-radio .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.p-contact-form .wpcf7-form .wpcf7-radio .wpcf7-list-item.first {
  margin-left: 0;
}

.p-contact-form .wpcf7-form .wpcf7-radio .wpcf7-list-item input[type=radio] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-contact-form .wpcf7-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(100vw * 16 / 393);
  position: relative;
  width: 100%;
  font-size: calc(100vw * 14 / 393);
  line-height: 1.8;
  color: #2E2E2E;
  letter-spacing: 0.14em;
  pointer-events: none;
}

.p-contact-form .wpcf7-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(100vw * 24 / 393);
  height: calc(100vw * 24 / 393);
  border: 1.5px solid #d1d5db;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.p-contact-form .wpcf7-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100vw * 6 / 393);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(100vw * 12 / 393);
  height: calc(100vw * 12 / 393);
  border-radius: 50%;
  background-color: #AA1F24;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.p-contact-form .wpcf7-form .wpcf7-radio .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.p-contact-form .wpcf7-form p:has(.wpcf7-submit) {
  margin-top: calc(100vw * 16 / 393);
  text-align: center;
}

.p-contact-form .wpcf7-form input[type=submit],
.p-contact-form .wpcf7-form .wpcf7-submit {
  display: inline-block;
  width: calc(100vw * 150 / 393);
  min-width: calc(100vw * 150 / 393);
  height: calc(100vw * 40 / 393);
  margin: 0 auto;
  padding: 0;
  background-color: #AA1F24;
  border: none;
  border-radius: calc(100vw * 4 / 393);
  font-size: calc(100vw * 16 / 393);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.14em;
  line-height: calc(100vw * 40 / 393);
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-contact-form .wpcf7-form p:has(.wpcf7-submit) .wpcf7-spinner {
  margin-top: calc(100vw * -32 / 393);
}

.p-contact-form .wpcf7-form .wpcf7-not-valid-tip {
  display: block;
  margin-top: calc(100vw * 4 / 393);
  font-size: calc(100vw * 12 / 393);
  color: #AA1F24;
  letter-spacing: 0.07em;
}

.p-contact-form .wpcf7-form .wpcf7-response-output {
  margin: calc(100vw * 16 / 393) 0 0;
  padding: calc(100vw * 12 / 393) calc(100vw * 16 / 393);
  border-radius: calc(100vw * 6 / 393);
  font-size: calc(100vw * 14 / 393);
  letter-spacing: 0.07em;
  border: none;
}

.p-contact-form .wpcf7-form.sent .wpcf7-response-output {
  background-color: #F6F6F6;
  color: #166534;
}

.p-contact-form .wpcf7-form.failed .wpcf7-response-output,
.p-contact-form .wpcf7-form.invalid .wpcf7-response-output,
.p-contact-form .wpcf7-form.spam .wpcf7-response-output {
  background-color: #fef2f2;
  color: #991b1b;
}

.p-diesel-delivery-mv {
  position: relative;
  overflow: hidden;
}

.p-diesel-delivery-mv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.p-diesel-delivery-mv__bg picture {
  height: 100%;
}

.p-diesel-delivery-mv__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center bottom;
  object-position: center bottom;
}

.p-diesel-delivery-mv__body {
  position: relative;
  z-index: 2;
  padding: calc(100vw * 100 / 393) calc(100vw * 20 / 393) calc(100vw * 390 / 393);
}

.p-diesel-delivery-mv__title {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-size: calc(100vw * 40 / 393);
  color: #2E2E2E;
  letter-spacing: 0.14em;
  line-height: calc(100vw * 50 / 393);
  margin: 0;
}

.p-diesel-delivery-mv__title-em {
  font-style: normal;
  color: #253F89;
  display: block;
}

.p-diesel-delivery-mv__lead {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-size: calc(100vw * 18 / 393);
  color: #2E2E2E;
  letter-spacing: 0.14em;
  line-height: 2;
  margin: calc(100vw * 16 / 393) 0 0;
}

.p-diesel-delivery-mv__points {
  list-style: none;
  padding: 0;
  margin: calc(100vw * 20 / 393) auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: calc(100vw * 8 / 393);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-diesel-delivery-mv__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(100vw * 8 / 393);
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 16 / 393);
  font-weight: 400;
  color: #2E2E2E;
  letter-spacing: 0.14em;
  line-height: 2;
}

.p-diesel-delivery-mv__point::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(100vw * 20 / 393);
  height: calc(100vw * 20 / 393);
  background-image: url("../img/icon-check-box-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.p-diesel-delivery-mv__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(100vw * 28 / 393);
  margin-top: calc(100vw * 28 / 393);
}

.p-diesel-delivery-mv__btn-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: calc(100vw * 4 / 393);
  width: calc(100vw * 288 / 393);
  height: calc(100vw * 100 / 393);
  background-color: #ffffff;
  border: 1px solid #AA1F24;
  text-decoration: none !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.p-diesel-delivery-mv__btn-phone-label {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 14 / 393);
  font-weight: 700;
  color: #AA1F24;
  letter-spacing: 0.14em;
  line-height: 1;
  white-space: nowrap;
}

.p-diesel-delivery-mv__btn-phone-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: calc(100vw * 6 / 393);
}

.p-diesel-delivery-mv__btn-phone-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(100vw * 34 / 393);
  height: calc(100vw * 34 / 393);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-diesel-delivery-mv__btn-phone-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.p-diesel-delivery-mv__btn-phone-number {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 20 / 393);
  font-weight: 400;
  color: #AA1F24;
  letter-spacing: 0.14em;
  line-height: 1;
  white-space: nowrap;
}

.p-diesel-delivery-mv__btn-phone-hours {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 12 / 393);
  font-weight: 400;
  color: #AA1F24;
  letter-spacing: 0.14em;
  line-height: 1;
}

.p-diesel-delivery-mv__btn-web {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(100vw * 20 / 393);
  width: calc(100vw * 288 / 393);
  height: calc(100vw * 100 / 393);
  padding: 0 calc(100vw * 24 / 393);
  background-color: #23384b;
  border: 1px solid transparent;
  text-decoration: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.p-diesel-delivery-mv__btn-web-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(100vw * 26 / 393);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-diesel-delivery-mv__btn-web-icon img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}

.p-diesel-delivery-mv__btn-web-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: calc(100vw * 14 / 393);
}

.p-diesel-delivery-mv__btn-web-title {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 18 / 393);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.14em;
  line-height: 1;
  white-space: nowrap;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.p-diesel-delivery-mv__btn-web-sub {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 12 / 393);
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.14em;
  line-height: 1;
  text-align: center;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.p-diesel-delivery-mv__truck {
  position: absolute;
  top: calc(100vw * 150 / 393);
  right: calc(100vw * 16 / 393);
  width: calc(100vw * 100 / 393);
  z-index: 3;
}

.p-diesel-delivery-mv__truck img {
  width: 100%;
  height: auto;
  display: block;
}

.p-diesel-delivery-reason {
  margin-top: calc(100vw * 80 / 393);
}

.p-diesel-delivery-about {
  padding: calc(100vw * 60 / 393) 0;
}

.p-diesel-delivery-about__card {
  background-color: #ffffff;
  border-radius: calc(100vw * 12 / 393);
  -webkit-box-shadow: 0 0 calc(100vw * 8 / 393) rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 calc(100vw * 8 / 393) rgba(0, 0, 0, 0.25);
  overflow: hidden;
  margin-top: calc(100vw * 24 / 393);
}

.p-diesel-delivery-about__card-header {
  background-color: #253F89;
  min-height: calc(100vw * 70 / 393);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: calc(100vw * 12 / 393) calc(100vw * 16 / 393);
}

.p-diesel-delivery-about__card-header p {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-size: calc(100vw * 16 / 393);
  color: #ffffff;
  letter-spacing: 0.14em;
  line-height: 1.5;
  margin: 0;
}

.p-diesel-delivery-about__card-header-sub {
  font-size: 0.75em;
  font-weight: 400;
}

.p-diesel-delivery-about__card-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-diesel-delivery-about__card-photo {
  width: 100%;
  aspect-ratio: 500/249;
}

.p-diesel-delivery-about__card-photo picture {
  height: 100%;
}

.p-diesel-delivery-about__card-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.p-diesel-delivery-about__points {
  list-style: none;
  padding: calc(100vw * 20 / 393);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: calc(100vw * 12 / 393);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.p-diesel-delivery-about__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(100vw * 8 / 393);
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 16 / 393);
  font-weight: 400;
  color: #2E2E2E;
  letter-spacing: 0.14em;
  line-height: 1.75;
}

.p-diesel-delivery-about__point::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(100vw * 20 / 393);
  height: calc(100vw * 20 / 393);
  background-image: url("../img/icon-check-box-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.p-diesel-delivery-about__card-body {
  padding: calc(100vw * 24 / 393) calc(100vw * 20 / 393);
  text-align: center;
}

.p-diesel-delivery-about__card-body p {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-size: calc(100vw * 14 / 393);
  color: #2E2E2E;
  letter-spacing: 0.14em;
  line-height: 2;
  margin: 0;
}

.p-diesel-delivery-about__card-info {
  padding: calc(100vw * 24 / 393) calc(100vw * 20 / 393);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: calc(100vw * 32 / 393);
}

.p-diesel-delivery-about__card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: calc(100vw * 50 / 393);
}

.p-diesel-delivery-about__card-section-title {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-size: calc(100vw * 20 / 393);
  color: #253F89;
  letter-spacing: 0.14em;
  line-height: 1;
  margin: 0 0 calc(100vw * 16 / 393);
}

.p-diesel-delivery-about__card-section-body {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-size: calc(100vw * 14 / 393);
  color: #2E2E2E;
  letter-spacing: 0.14em;
  line-height: 2;
  margin: 0;
}

.p-diesel-delivery-about__card-section-body .item-1 {
  font-size: calc(100vw * 16 / 393);
}

.p-diesel-delivery-about__card-section-body .item-2 {
  font-size: calc(100vw * 16 / 393);
}

.p-diesel-delivery-about__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: calc(100vw * 2 / 393);
  line-height: 1;
  font-size: calc(100vw * 16 / 393);
}

.p-diesel-delivery-about__price-num {
  font-size: calc(100vw * 32 / 393);
  font-weight: 700;
  color: #253F89;
  text-decoration: underline;
  text-underline-offset: 0.1em;
}

.p-diesel-delivery-customers {
  padding: calc(100vw * 80 / 393) 0;
}

.p-diesel-delivery-customers__header {
  background-color: #253F89;
  border-radius: calc(100vw * 4 / 393);
  min-height: calc(100vw * 82 / 393);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: calc(100vw * 16 / 393) calc(100vw * 20 / 393);
  text-align: center;
}

.p-diesel-delivery-customers__header-text {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-size: calc(100vw * 20 / 393);
  color: #ffffff;
  letter-spacing: 0.14em;
  line-height: 2;
  margin: 0;
}

.p-diesel-delivery-customers__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: calc(100vw * 40 / 393);
}

.p-diesel-delivery-customers__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-diesel-delivery-customers__icon {
  width: calc(100vw * 160 / 393);
  height: calc(100vw * 160 / 393);
  overflow: hidden;
}

.p-diesel-delivery-customers__icon picture {
  height: 100%;
}

.p-diesel-delivery-customers__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.p-diesel-delivery-customers__label {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-size: calc(100vw * 16 / 393);
  color: #2E2E2E;
  letter-spacing: 0.14em;
  line-height: 1;
  text-align: center;
  margin: 0;
}

.p-diesel-delivery-customers__body {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-size: calc(100vw * 14 / 393);
  color: #2E2E2E;
  letter-spacing: 0.14em;
  line-height: 2;
  text-align: center;
  margin: calc(100vw * 40 / 393) calc(100vw * 12 / 393) 0;
}

.p-diesel-delivery-area {
  padding: calc(100vw * 60 / 393) 0;
}

.p-diesel-delivery-area__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: calc(100vw * 32 / 393);
  margin-top: calc(100vw * 24 / 393);
}

.p-diesel-delivery-area__lead {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-size: calc(100vw * 16 / 393);
  color: #2E2E2E;
  letter-spacing: 0.14em;
  line-height: 2;
  margin: 0;
}

.p-diesel-delivery-area__lead-strong {
  font-size: calc(100vw * 32 / 393);
  font-weight: 700;
  color: #253F89;
  line-height: 1.5;
}

.p-diesel-delivery-area__box {
  margin: calc(100vw * 40 / 393) auto 0;
  background-color: #f6f6f6;
  padding: calc(100vw * 20 / 393);
  width: calc(100vw * 300 / 393);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-diesel-delivery-area__box-header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc(100vw * 32 / 393);
  padding: 0 calc(100vw * 12 / 393);
  background-color: #253F89;
  border-radius: calc(100vw * 4 / 393);
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-size: calc(100vw * 14 / 393);
  color: #ffffff;
  letter-spacing: 0.14em;
  line-height: 1;
}

.p-diesel-delivery-area__box-list {
  list-style: none;
  padding: 0;
  margin: calc(100vw * 12 / 393) 0 0;
  text-align: center;
}

.p-diesel-delivery-area__box-list li {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-size: calc(100vw * 14 / 393);
  color: #2E2E2E;
  letter-spacing: 0.14em;
  line-height: 2;
}

.p-diesel-delivery-area__note {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-size: calc(100vw * 12 / 393);
  color: #2E2E2E;
  letter-spacing: 0.14em;
  line-height: 1.75;
  margin: calc(100vw * 20 / 393) 0 0;
  text-align: center;
}

.p-diesel-delivery-area__map {
  width: 100%;
  aspect-ratio: 669/502;
  overflow: hidden;
  border-radius: calc(100vw * 8 / 393);
}

.p-diesel-delivery-area__map picture {
  height: 100%;
}

.p-diesel-delivery-area__map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.p-diesel-delivery-banner {
  padding: calc(100vw * 80 / 393) 0;
}

.p-diesel-delivery-banner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.p-diesel-delivery-banner__content {
  background-color: #253F89;
  padding: calc(100vw * 40 / 393) calc(100vw * 24 / 393);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-diesel-delivery-banner__title {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-size: calc(100vw * 24 / 393);
  color: #ffffff;
  letter-spacing: 0.14em;
  line-height: 1.6;
  margin: 0;
  text-align: center;
}

.p-diesel-delivery-banner__body {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-size: calc(100vw * 16 / 393);
  color: #ffffff;
  letter-spacing: 0.14em;
  line-height: 1.8;
  margin: calc(100vw * 20 / 393) 0 0;
}

.p-diesel-delivery-banner__photo {
  width: 100%;
  overflow: hidden;
}

.p-diesel-delivery-banner__photo picture {
  height: 100%;
}

.p-diesel-delivery-banner__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.p-diesel-delivery-flow {
  background-color: #f6f6f6;
  padding: calc(100vw * 80 / 393) 0;
}

.p-diesel-delivery-flow .c-heading__en {
  color: #253F89 !important;
}

.p-diesel-delivery-flow__lead {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-size: calc(100vw * 14 / 393);
  color: #2E2E2E;
  letter-spacing: 0.14em;
  line-height: 2;
  margin: calc(100vw * 16 / 393) 0 0;
}

.p-diesel-delivery-flow__card {
  background-color: #ffffff;
  border-radius: calc(100vw * 12 / 393);
  -webkit-box-shadow: 0 0 calc(100vw * 8 / 393) rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 calc(100vw * 8 / 393) rgba(0, 0, 0, 0.25);
  padding: calc(100vw * 20 / 393) calc(100vw * 20 / 393) calc(100vw * 24 / 393);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: calc(100vw * 280 / 393);
  height: 100%;
}

.p-diesel-delivery-flow__card-icon {
  width: calc(100vw * 90 / 393);
  height: calc(100vw * 90 / 393);
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}

.p-diesel-delivery-flow__card-icon picture {
  height: 100%;
}

.p-diesel-delivery-flow__card-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.p-diesel-delivery-flow__card-title {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-size: calc(100vw * 18 / 393);
  color: #253F89;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-align: center;
  margin: calc(100vw * 12 / 393) 0 0;
}

.p-diesel-delivery-flow__card-body {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-size: calc(100vw * 14 / 393);
  color: #2E2E2E;
  letter-spacing: 0.14em;
  line-height: 1.7142857143;
  text-align: center;
  margin: calc(100vw * 8 / 393) 0 0;
}

.c-staff-swiper--diesel .c-heading__en {
  color: #253F89 !important;
}

.p-faq-mv {
  padding: calc(100vw * 140 / 393) 0 calc(100vw * 80 / 393);
}

.p-faq-mv__lead {
  margin-top: calc(100vw * 32 / 393);
  font-size: calc(100vw * 14 / 393);
  color: #2E2E2E;
  line-height: 1.8;
  letter-spacing: 0.14em;
}

.p-faq-category {
  padding: calc(100vw * 80 / 393) 0;
}

.p-faq-category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: calc(100vw * 24 / 393);
}

.p-faq-category__btn {
  width: 100%;
  min-height: calc(100vw * 100 / 393);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0;
  padding: calc(100vw * 20 / 393) calc(100vw * 16 / 393) calc(100vw * 20 / 393) calc(100vw * 30 / 393);
  border: none;
  border-radius: calc(100vw * 8 / 393);
  -webkit-box-shadow: 0 0 calc(100vw * 8 / 393) rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 calc(100vw * 8 / 393) rgba(0, 0, 0, 0.25);
  cursor: pointer;
  text-align: left;
  position: relative;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.p-faq-category__btn--kerosene {
  background-color: #AA1F24;
}

.p-faq-category__btn--diesel {
  background-color: #253F89;
}

.p-faq-category__btn-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.p-faq-category__btn-icon picture {
  display: block;
  height: 100%;
}

.p-faq-category__btn-icon img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.p-faq-category__btn-icon--kerosene {
  width: calc(100vw * 48 / 393);
  height: calc(100vw * 40 / 393);
  margin-right: calc(100vw * 24 / 393);
}

.p-faq-category__btn-icon--diesel {
  width: calc(100vw * 25 / 393);
  height: calc(100vw * 40 / 393);
  margin-left: calc(100vw * 18 / 393);
  margin-right: calc(100vw * 29 / 393);
}

.p-faq-category__btn-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: calc(100vw * 8 / 393);
  min-width: 0;
}

.p-faq-category__btn-sub {
  font-size: calc(100vw * 14 / 393);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.14em;
  line-height: 1;
}

.p-faq-category__btn-title {
  font-size: calc(100vw * 18 / 393);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.14em;
  line-height: 1.3;
}

.p-faq-category__btn-arrow {
  width: calc(100vw * 12 / 393);
  height: calc(100vw * 12 / 393);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-right: calc(100vw * 3 / 393) solid #ffffff;
  border-bottom: calc(100vw * 3 / 393) solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-top: calc(100vw * 14 / 393);
}

.p-faq-category__btn.is-open .p-faq-category__btn-arrow {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: calc(100vw * 24 / 393);
}

.p-faq-list {
  padding: calc(100vw * 80 / 393) 0 calc(100vw * 80 / 393);
}

.p-faq-list__panel-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: calc(100vw * 16 / 393);
  margin-bottom: calc(100vw * 32 / 393);
}

.p-faq-list__panel-header-icon {
  width: calc(100vw * 40 / 393);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
}

.p-faq-list__panel-header-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.p-faq-list__panel-header-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: calc(100vw * 4 / 393);
}

.p-faq-list__panel-header-sub {
  font-size: calc(100vw * 12 / 393);
  font-weight: 700;
  color: #AA1F24;
  letter-spacing: 0.14em;
  line-height: 1;
}

.p-faq-list__panel-header-title {
  font-size: calc(100vw * 16 / 393);
  font-weight: 700;
  color: #AA1F24;
  letter-spacing: 0.14em;
  line-height: 1.3;
}

.p-faq-list--diesel .p-faq-list__panel-header-sub,
.p-faq-list--diesel .p-faq-list__panel-header-title {
  color: #253F89;
}

.p-faq-list__group-title {
  font-size: calc(100vw * 16 / 393);
  font-weight: 700;
  color: #AA1F24;
  letter-spacing: 0.14em;
  text-align: center;
  margin-top: calc(100vw * 48 / 393);
  margin-bottom: calc(100vw * 16 / 393);
}

.p-faq-list__group-title:first-of-type {
  margin-top: 0;
}

.p-faq-list--diesel .p-faq-list__group-title {
  color: #253F89;
}

.p-faq-list__empty {
  text-align: center;
  font-size: calc(100vw * 14 / 393);
  color: #2E2E2E;
  padding: calc(100vw * 40 / 393) 0;
}

.p-kerosene-delivery-mv {
  position: relative;
  overflow: hidden;
}

.p-kerosene-delivery-mv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.p-kerosene-delivery-mv__bg picture {
  height: 100%;
}

.p-kerosene-delivery-mv__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center bottom;
  object-position: center bottom;
}

.p-kerosene-delivery-mv__body {
  position: relative;
  z-index: 2;
  padding: calc(100vw * 100 / 393) calc(100vw * 20 / 393) calc(100vw * 390 / 393);
}

.p-kerosene-delivery-mv__title {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-size: calc(100vw * 40 / 393);
  color: #2E2E2E;
  letter-spacing: 0.14em;
  line-height: calc(100vw * 50 / 393);
  margin: 0;
}

.p-kerosene-delivery-mv__title-em {
  font-style: normal;
  color: #AA1F24;
  display: block;
}

.p-kerosene-delivery-mv__lead {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-size: calc(100vw * 18 / 393);
  color: #2E2E2E;
  letter-spacing: 0.14em;
  line-height: 2;
  margin: calc(100vw * 16 / 393) 0 0;
}

.p-kerosene-delivery-mv__points {
  list-style: none;
  padding: 0;
  margin: calc(100vw * 20 / 393) auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: calc(100vw * 8 / 393);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-kerosene-delivery-mv__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(100vw * 8 / 393);
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 16 / 393);
  font-weight: 400;
  color: #2E2E2E;
  letter-spacing: 0.14em;
  line-height: 2;
}

.p-kerosene-delivery-mv__point::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(100vw * 20 / 393);
  height: calc(100vw * 20 / 393);
  background-image: url("../img/icon-check-box-red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.p-kerosene-delivery-mv__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(100vw * 28 / 393);
  margin-top: calc(100vw * 28 / 393);
}

.p-kerosene-delivery-mv__btn-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: calc(100vw * 4 / 393);
  width: calc(100vw * 288 / 393);
  height: calc(100vw * 100 / 393);
  background-color: #ffffff;
  border: 1px solid #AA1F24;
  text-decoration: none !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.p-kerosene-delivery-mv__btn-phone-label {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 14 / 393);
  font-weight: 700;
  color: #AA1F24;
  letter-spacing: 0.14em;
  line-height: 1;
  white-space: nowrap;
}

.p-kerosene-delivery-mv__btn-phone-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: calc(100vw * 6 / 393);
}

.p-kerosene-delivery-mv__btn-phone-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(100vw * 34 / 393);
  height: calc(100vw * 34 / 393);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-kerosene-delivery-mv__btn-phone-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.p-kerosene-delivery-mv__btn-phone-number {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 20 / 393);
  font-weight: 400;
  color: #AA1F24;
  letter-spacing: 0.14em;
  line-height: 1;
  white-space: nowrap;
}

.p-kerosene-delivery-mv__btn-phone-hours {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 12 / 393);
  font-weight: 400;
  color: #AA1F24;
  letter-spacing: 0.14em;
  line-height: 1;
}

.p-kerosene-delivery-mv__btn-web {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(100vw * 20 / 393);
  width: calc(100vw * 288 / 393);
  height: calc(100vw * 100 / 393);
  padding: 0 calc(100vw * 24 / 393);
  background-color: #23384b;
  border: 1px solid transparent;
  text-decoration: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.p-kerosene-delivery-mv__btn-web-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(100vw * 26 / 393);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-kerosene-delivery-mv__btn-web-icon img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}

.p-kerosene-delivery-mv__btn-web-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: calc(100vw * 14 / 393);
}

.p-kerosene-delivery-mv__btn-web-title {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 18 / 393);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.14em;
  line-height: 1;
  white-space: nowrap;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.p-kerosene-delivery-mv__btn-web-sub {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 12 / 393);
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.14em;
  line-height: 1;
  text-align: center;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.p-kerosene-delivery-mv__truck {
  position: absolute;
  top: calc(100vw * 150 / 393);
  right: calc(100vw * 16 / 393);
  width: calc(100vw * 100 / 393);
  z-index: 3;
}

.p-kerosene-delivery-mv__truck img {
  width: 100%;
  height: auto;
  display: block;
}

.p-kerosene-delivery-reason {
  margin-top: calc(100vw * 80 / 393);
}

.p-kerosene-delivery-about {
  padding: calc(100vw * 80 / 393) 0;
}

.p-kerosene-delivery-about__card {
  background-color: #ffffff;
  border-radius: calc(100vw * 12 / 393);
  -webkit-box-shadow: 0 0 calc(100vw * 8 / 393) rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 calc(100vw * 8 / 393) rgba(0, 0, 0, 0.25);
  overflow: hidden;
  margin-top: calc(100vw * 24 / 393);
}

.p-kerosene-delivery-about__card-header {
  background-color: #AA1F24;
  min-height: calc(100vw * 70 / 393);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: calc(100vw * 12 / 393) calc(100vw * 16 / 393);
}

.p-kerosene-delivery-about__card-header p {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-size: calc(100vw * 16 / 393);
  color: #ffffff;
  letter-spacing: 0.14em;
  line-height: 1.5;
  margin: 0;
}

.p-kerosene-delivery-about__card-header-sub {
  font-size: 0.75em;
  font-weight: 400;
}

.p-kerosene-delivery-about__card-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-kerosene-delivery-about__card-photo {
  width: 100%;
  aspect-ratio: 500/249;
}

.p-kerosene-delivery-about__card-photo picture {
  height: 100%;
}

.p-kerosene-delivery-about__card-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.p-kerosene-delivery-about__points {
  list-style: none;
  padding: calc(100vw * 20 / 393) calc(100vw * 20 / 393);
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: calc(100vw * 12 / 393);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.p-kerosene-delivery-about__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(100vw * 8 / 393);
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 16 / 393);
  font-weight: 400;
  color: #2E2E2E;
  letter-spacing: 0.14em;
  line-height: 1.75;
}

.p-kerosene-delivery-about__point::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(100vw * 20 / 393);
  height: calc(100vw * 20 / 393);
  background-image: url("../img/icon-check-box-red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.p-kerosene-delivery-about__card-body {
  padding: calc(100vw * 24 / 393) calc(100vw * 20 / 393);
  text-align: center;
}

.p-kerosene-delivery-about__card-body p {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-size: calc(100vw * 14 / 393);
  color: #2E2E2E;
  letter-spacing: 0.14em;
  line-height: 2;
  margin: 0;
}

.p-kerosene-delivery-about__card-info {
  padding: calc(100vw * 24 / 393) calc(100vw * 20 / 393);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: calc(100vw * 32 / 393);
}

.p-kerosene-delivery-about__card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: calc(100vw * 50 / 393);
}

.p-kerosene-delivery-about__card-section-title {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-size: calc(100vw * 20 / 393);
  color: #AA1F24;
  letter-spacing: 0.14em;
  line-height: 1;
  margin: 0 0 calc(100vw * 16 / 393);
}

.p-kerosene-delivery-about__card-section-title--navy {
  color: #23384b;
}

.p-kerosene-delivery-about__card-section-body {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-size: calc(100vw * 14 / 393);
  color: #2E2E2E;
  letter-spacing: 0.14em;
  line-height: 2;
  margin: 0;
}

.p-kerosene-delivery-about__card-section-body .item-1 {
  font-size: calc(100vw * 16 / 393);
}

.p-kerosene-delivery-about__card-section-body .item-2 {
  font-size: calc(100vw * 16 / 393);
}

.p-kerosene-delivery-about__link {
  color: #23384b;
  text-decoration: underline;
  text-underline-offset: 0.1em;
}

.p-kerosene-delivery-about__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: calc(100vw * 2 / 393);
  line-height: 1;
  font-size: calc(100vw * 18 / 393);
}

.p-kerosene-delivery-about__price-num {
  font-size: calc(100vw * 32 / 393);
  font-weight: 700;
  color: #AA1F24;
  text-decoration: underline;
  text-underline-offset: 0.1em;
}

.p-kerosene-delivery-area {
  padding: calc(100vw * 60 / 393) 0;
}

.p-kerosene-delivery-area__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: calc(100vw * 32 / 393);
  margin-top: calc(100vw * 24 / 393);
}

.p-kerosene-delivery-area__lead {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-size: calc(100vw * 16 / 393);
  color: #2E2E2E;
  letter-spacing: 0.14em;
  margin: 0;
}

.p-kerosene-delivery-area__lead-strong {
  font-size: calc(100vw * 32 / 393);
  font-weight: 700;
  color: #AA1F24;
  line-height: 1.5;
}

.p-kerosene-delivery-area__box {
  margin: calc(100vw * 40 / 393) auto 0;
  background-color: #f6f6f6;
  padding: calc(100vw * 20 / 393);
  width: calc(100vw * 300 / 393);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-kerosene-delivery-area__box-header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc(100vw * 32 / 393);
  padding: 0 calc(100vw * 12 / 393);
  background-color: #AA1F24;
  border-radius: calc(100vw * 4 / 393);
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-size: calc(100vw * 14 / 393);
  color: #ffffff;
  letter-spacing: 0.14em;
  line-height: 1;
}

.p-kerosene-delivery-area__box-list {
  list-style: none;
  padding: 0;
  margin: calc(100vw * 12 / 393) 0 0;
  text-align: center;
}

.p-kerosene-delivery-area__box-list li {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-size: calc(100vw * 14 / 393);
  color: #2E2E2E;
  letter-spacing: 0.14em;
  line-height: 2;
}

.p-kerosene-delivery-area__note {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-size: calc(100vw * 12 / 393);
  color: #2E2E2E;
  letter-spacing: 0.14em;
  line-height: 1.75;
  margin: calc(100vw * 20 / 393) 0 0;
  text-align: center;
}

.p-kerosene-delivery-area__map {
  width: 100%;
  aspect-ratio: 669/502;
  overflow: hidden;
  border-radius: calc(100vw * 8 / 393);
}

.p-kerosene-delivery-area__map picture {
  height: 100%;
}

.p-kerosene-delivery-area__map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.p-kerosene-delivery-banner {
  padding: calc(100vw * 80 / 393) 0;
}

.p-kerosene-delivery-banner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.p-kerosene-delivery-banner__content {
  background-color: #AA1F24;
  padding: calc(100vw * 40 / 393) calc(100vw * 24 / 393);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-kerosene-delivery-banner__title {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-size: calc(100vw * 24 / 393);
  color: #ffffff;
  letter-spacing: 0.14em;
  line-height: 1.6;
  margin: 0;
  text-align: center;
}

.p-kerosene-delivery-banner__body {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-size: calc(100vw * 16 / 393);
  color: #ffffff;
  letter-spacing: 0.14em;
  line-height: 1.8;
  margin: calc(100vw * 20 / 393) 0 0;
}

.p-kerosene-delivery-banner__photo {
  width: 100%;
  overflow: hidden;
}

.p-kerosene-delivery-banner__photo picture {
  height: 100%;
}

.p-kerosene-delivery-banner__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.p-kerosene-delivery-flow {
  background-color: #f6f6f6;
  padding: calc(100vw * 80 / 393) 0;
}

.p-kerosene-delivery-flow .c-heading__en {
  color: #AA1F24 !important;
}

.p-kerosene-delivery-flow__lead {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-size: calc(100vw * 14 / 393);
  color: #2E2E2E;
  letter-spacing: 0.14em;
  line-height: 2;
  margin: calc(100vw * 16 / 393) 0 0;
}

.p-kerosene-delivery-flow__card {
  background-color: #ffffff;
  border-radius: calc(100vw * 12 / 393);
  -webkit-box-shadow: 0 0 calc(100vw * 8 / 393) rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 calc(100vw * 8 / 393) rgba(0, 0, 0, 0.25);
  padding: calc(100vw * 20 / 393) calc(100vw * 20 / 393) calc(100vw * 24 / 393);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: calc(100vw * 280 / 393);
  height: 100%;
}

.p-kerosene-delivery-flow__card-icon {
  width: calc(100vw * 90 / 393);
  height: calc(100vw * 90 / 393);
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}

.p-kerosene-delivery-flow__card-icon picture {
  height: 100%;
}

.p-kerosene-delivery-flow__card-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.p-kerosene-delivery-flow__card-title {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-size: calc(100vw * 18 / 393);
  color: #AA1F24;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-align: center;
  margin: calc(100vw * 12 / 393) 0 0;
}

.p-kerosene-delivery-flow__card-body {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-size: calc(100vw * 14 / 393);
  color: #2E2E2E;
  letter-spacing: 0.14em;
  line-height: 1.7142857143;
  text-align: center;
  margin: calc(100vw * 8 / 393) 0 0;
}

/*
========================================
 404ページ
=========================================
*/

.p-404__index {
  padding: calc(100vw * 48 / 393) 0 calc(100vw * 80 / 393);
  text-align: center;
}

.p-404__description {
  font-size: calc(100vw * 14 / 393);
  color: #2E2E2E;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-bottom: calc(100vw * 40 / 393);
}

.p-404__btn {
  margin: 0 auto;
}

.p-404-mv {
  padding: calc(100vw * 140 / 393) 0 calc(100vw * 40 / 393);
}

.p-privacy-policy-mv {
  padding: calc(100vw * 140 / 393) 0 calc(100vw * 80 / 393);
}

.p-privacy-policy-index {
  background-color: #f6f6f6;
  padding: calc(100vw * 60 / 393) 0 calc(100vw * 80 / 393);
}

.p-privacy-policy-index__heading {
  font-size: calc(100vw * 20 / 393);
  font-weight: 700;
  color: #AA1F24;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: calc(100vw * 40 / 393);
}

.p-privacy-policy-index__body {
  background-color: #ffffff;
  border-radius: calc(100vw * 8 / 393);
  padding: calc(100vw * 32 / 393) calc(100vw * 20 / 393);
}

.p-privacy-policy-index__body p {
  font-size: calc(100vw * 14 / 393);
  color: #2E2E2E;
  line-height: 1.9;
  letter-spacing: 0.14em;
  margin-bottom: calc(100vw * 16 / 393);
}

.p-privacy-policy-index__body p:last-child {
  margin-bottom: 0;
}

.p-privacy-policy-index__body h3 {
  font-size: calc(100vw * 14 / 393);
  font-weight: 700;
  color: #2E2E2E;
  letter-spacing: 0.14em;
  line-height: 1.6;
  margin-top: calc(100vw * 32 / 393);
  margin-bottom: calc(100vw * 8 / 393);
}

.p-privacy-policy-index__body h3:first-of-type {
  margin-top: calc(100vw * 24 / 393);
}

.p-privacy-policy-index__body ul {
  padding-left: calc(100vw * 20 / 393);
  margin-bottom: calc(100vw * 16 / 393);
  list-style: disc;
}

.p-privacy-policy-index__body ul li {
  font-size: calc(100vw * 14 / 393);
  color: #2E2E2E;
  line-height: 1.9;
  letter-spacing: 0.14em;
}

.p-top-mv {
  position: relative;
  overflow: hidden;
  min-height: calc((100vw * 60 / 393) + (100vw * 420 / 393));
}

.p-top-mv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.p-top-mv__bg picture {
  height: 100%;
}

.p-top-mv__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center bottom;
  object-position: center bottom;
}

.p-top-mv__body {
  position: relative;
  z-index: 2;
  padding: calc(100vw * 110 / 393) calc(100vw * 20 / 393) calc(100vw * 560 / 393);
}

.p-top-mv__subtitle {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-size: calc(100vw * 16 / 393);
  color: #2E2E2E;
  letter-spacing: 14%;
  line-height: 1;
  margin: 0;
}

@-webkit-keyframes p-top-mv-accent-in {
  0% {
    color: #2E2E2E;
    -webkit-transform: translateY(0.12em) scale(0.88);
    transform: translateY(0.12em) scale(0.88);
  }

  55% {
    color: #AA1F24;
    -webkit-transform: translateY(-0.04em) scale(1.05);
    transform: translateY(-0.04em) scale(1.05);
  }

  75% {
    -webkit-transform: translateY(0.01em) scale(0.98);
    transform: translateY(0.01em) scale(0.98);
  }

  100% {
    color: #AA1F24;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}

@keyframes p-top-mv-accent-in {
  0% {
    color: #2E2E2E;
    -webkit-transform: translateY(0.12em) scale(0.88);
    transform: translateY(0.12em) scale(0.88);
  }

  55% {
    color: #AA1F24;
    -webkit-transform: translateY(-0.04em) scale(1.05);
    transform: translateY(-0.04em) scale(1.05);
  }

  75% {
    -webkit-transform: translateY(0.01em) scale(0.98);
    transform: translateY(0.01em) scale(0.98);
  }

  100% {
    color: #AA1F24;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}

.p-top-mv__accent {
  display: inline-block;
  font-style: normal;
  color: #2E2E2E;
  font-size: calc(100vw * 32 / 393);
  -webkit-transform-origin: 50% 88%;
  transform-origin: 50% 88%;
  -webkit-animation: p-top-mv-accent-in 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation: p-top-mv-accent-in 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.p-top-mv__title {
  margin: calc(100vw * 16 / 393) 0 0;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  color: #2E2E2E;
  letter-spacing: 14%;
  line-height: 1.5454545455;
}

.p-top-mv__title-line {
  display: block;
  font-size: calc(100vw * 36 / 393);
}

.p-top-mv__title-line--2 {
  font-size: calc(100vw * 22 / 393);
}

.p-top-mv__title-em {
  display: inline-block;
  font-style: normal;
  color: #AA1F24;
  -webkit-transform-origin: 50% 88%;
  transform-origin: 50% 88%;
}

.p-top-mv__line {
  display: block;
  width: calc(100vw * 90 / 393);
  height: calc(100vw * 6 / 393);
  background-color: #AA1F24;
  margin-top: calc(100vw * 8 / 393);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-animation: p-top-mv-line-draw 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation: p-top-mv-line-draw 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  border-radius: calc(100vw * 6 / 393);
}

@-webkit-keyframes p-top-mv-line-draw {
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes p-top-mv-line-draw {
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.p-top-mv__lead {
  margin: calc(100vw * 20 / 393) 0 0;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 16 / 393);
  font-weight: 700;
  color: #2E2E2E;
  letter-spacing: 0.14em;
  line-height: 2;
}

.p-top-mv__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: calc(100vw * 40 / 393);
  margin-top: calc(100vw * 50 / 393);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-top-mv__btns .c-btn__cta {
  position: relative;
  overflow: hidden;
}

.p-top-mv__btns .c-btn__cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.35)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
  -webkit-animation: shimmer 3s ease-in-out infinite;
  animation: shimmer 3s ease-in-out infinite;
  pointer-events: none;
}

.p-top-mv__btns .c-btn__cta:nth-child(2)::before {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.p-top-mv__nav {
  display: none;
}

.p-top-mv__nav-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: calc(100vw * 4 / 1440);
  width: 100%;
  height: calc(100vw * 100 / 1440);
  padding: calc(100vw * 14 / 1440) calc(100vw * 24 / 1440);
  background-color: #ffffff;
  border: 1px solid #AA1F24;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.p-top-mv__nav-phone-label {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 14 / 1440);
  font-weight: 700;
  color: #AA1F24;
  letter-spacing: 0.14em;
  line-height: 1;
  white-space: nowrap;
}

.p-top-mv__nav-phone-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: calc(100vw * 8 / 1440);
}

.p-top-mv__nav-phone-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(100vw * 34 / 1440);
  height: auto;
  display: block;
}

.p-top-mv__nav-phone-number {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 20 / 1440);
  font-weight: 400;
  color: #AA1F24;
  letter-spacing: 0.14em;
  line-height: 1;
  white-space: nowrap;
}

.p-top-mv__nav-phone-hours {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 12 / 1440);
  font-weight: 400;
  color: #AA1F24;
  letter-spacing: 0.14em;
  line-height: 1;
}

.p-top-mv__nav-web {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(100vw * 20 / 1440);
  width: 100%;
  height: calc(100vw * 100 / 1440);
  padding: 0 calc(100vw * 24 / 1440);
  background-color: #23384b;
  border: 1px solid transparent;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.p-top-mv__nav-web-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(100vw * 32 / 1440);
  height: auto;
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}

.p-top-mv__nav-web-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: calc(100vw * 14 / 1440);
}

.p-top-mv__nav-web-title {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 18 / 1440);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.14em;
  line-height: 1;
  white-space: nowrap;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.p-top-mv__nav-web-sub {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 12 / 1440);
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.14em;
  line-height: 1;
  text-align: center;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.p-top-reason {
  margin-top: calc(100vw * 80 / 393);
}

.p-top-about {
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(#AA1F24), to(rgba(170, 31, 36, 0.5)));
  background: -webkit-linear-gradient(left, #AA1F24 0%, rgba(170, 31, 36, 0.5) 100%);
  background: linear-gradient(90deg, #AA1F24 0%, rgba(170, 31, 36, 0.5) 100%);
}

.p-top-about__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-top-about__content {
  position: relative;
  z-index: 2;
  padding: calc(100vw * 60 / 393) calc(100vw * 20 / 393) calc(100vw * 40 / 393);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-top-about__subtitle {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 18 / 393);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.14em;
  line-height: 1;
  margin: 0;
}

.p-top-about__title {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 22 / 393);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.14em;
  line-height: 1.6;
  margin: calc(100vw * 16 / 393) 0 0;
}

.p-top-about__lead {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 14 / 393);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.14em;
  line-height: 1.75;
  margin: calc(100vw * 24 / 393) 0 0;
}

.p-top-about__btn {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: calc(100vw * 32 / 393);
}

.p-top-about__photo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-top-about__photo-sp {
  width: 100%;
  aspect-ratio: 16/9;
}

.p-top-about__photo-sp picture {
  height: 100%;
}

.p-top-about__photo-sp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.p-top-about__photo-pc {
  display: none;
}

.p-top-service {
  overflow: hidden;
  padding: calc(100vw * 60 / 393) calc(100vw * 10 / 393) calc(100vw * 60 / 393);
  background-color: #ffffff;
}

.p-top-service__lead {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 14 / 393);
  font-weight: 400;
  color: #2E2E2E;
  letter-spacing: 0.14em;
  line-height: 1.75;
  margin: calc(100vw * 24 / 393) 0 0;
}

.p-top-service__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: calc(100vw * 32 / 393);
  margin-top: calc(100vw * 40 / 393);
}

.p-top-service__card {
  background-color: #ffffff;
  border-radius: calc(100vw * 12 / 393);
  -webkit-box-shadow: 0 0 calc(100vw * 8 / 393) rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 calc(100vw * 8 / 393) rgba(0, 0, 0, 0.25);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-top-service__card-title {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 20 / 393);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  padding: calc(100vw * 24 / 393) calc(100vw * 20 / 393) calc(100vw * 16 / 393);
  margin: 0;
}

.p-top-service__card--kerosene .p-top-service__card-title {
  color: #AA1F24;
}

.p-top-service__card--diesel .p-top-service__card-title {
  color: #253F89;
}

.p-top-service__card-image-wrap {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-top-service__card-image {
  aspect-ratio: 450/224;
}

.p-top-service__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.p-top-service__card-label {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc(100vw * 44 / 393);
  padding: 0 calc(100vw * 16 / 393);
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 16 / 393);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.14em;
  line-height: 1;
  border-radius: 0 calc(100vw * 8 / 393) 0 calc(100vw * 8 / 393);
}

.p-top-service__card-label--kerosene {
  background-color: #AA1F24;
}

.p-top-service__card-label--diesel {
  background-color: #253F89;
}

.p-top-service__card-body {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 14 / 393);
  font-weight: 400;
  color: #2E2E2E;
  letter-spacing: 0.14em;
  line-height: 1.75;
  padding: calc(100vw * 20 / 393) calc(100vw * 20 / 393) 0;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.p-top-service__card-points {
  list-style: none;
  padding: calc(100vw * 20 / 393) calc(100vw * 20 / 393) 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: calc(100vw * 8 / 393);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-top-service__card-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(100vw * 8 / 393);
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: calc(100vw * 14 / 393);
  font-weight: 400;
  color: #2E2E2E;
  letter-spacing: 0.14em;
  line-height: 1.75;
}

.p-top-service__card-point::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(100vw * 20 / 393);
  height: calc(100vw * 20 / 393);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.p-top-service__card--kerosene .p-top-service__card-point::before {
  background-image: url("../img/icon-check-box-red.svg");
}

.p-top-service__card--diesel .p-top-service__card-point::before {
  background-image: url("../img/icon-check-box-blue.svg");
}

.p-top-service__card-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  margin: calc(100vw * 32 / 393) auto calc(100vw * 32 / 393);
}

@media screen and (min-width: 768px) {
  .c-reason .simplebar-scrollable-x {
    padding: 0;
  }

  .c-reason .simplebar-track {
    display: none !important;
  }

  .c-reason .simplebar-wrapper,
  .c-reason .simplebar-mask,
  .c-reason .simplebar-offset,
  .c-reason .simplebar-content-wrapper {
    overflow: visible !important;
    position: static !important;
    width: 100% !important;
    height: auto !important;
  }

  .c-reason .simplebar-height-auto-observer-wrapper,
  .c-reason .simplebar-placeholder {
    display: none !important;
  }

  .swiper-pagination {
    margin: calc(100vw * 24 / 1440) auto 0;
    gap: calc(100vw * 8 / 1440);
  }

  .swiper-pagination .swiper-pagination-bullet {
    width: calc(100vw * 10 / 1440);
    height: calc(100vw * 10 / 1440);
    border: calc(100vw * 1 / 1440) solid #AA1F24;
  }

  .c-shop .swiper-button-prev,
  .c-shop .swiper-button-next {
    top: calc(100vw * 123 / 1440);
    width: calc(100vw * 30 / 1440);
    height: calc(100vw * 30 / 1440);
  }

  .c-flow-swiper__swiper-wrap {
    margin: calc(100vw * 40 / 1440) 0 0;
    padding-left: 0;
  }

  .c-flow-swiper__swiper-wrap .swiper-slide {
    padding: calc(100vw * 8 / 1440);
  }

  .c-flow-swiper__swiper-wrap .swiper-slide:not(:last-child)::after {
    width: calc(100vw * 50 / 1440);
    height: calc(100vw * 40 / 1440);
    right: calc(100vw * -35 / 1440);
  }

  .c-flow-swiper__swiper-wrap .swiper-pagination {
    display: none;
  }

  .p-diesel-delivery-flow .swiper-pagination-bullet,
  .c-staff-swiper--diesel .swiper-pagination-bullet {
    border: calc(100vw * 1 / 1440) solid #253F89;
  }

  .p-diesel-delivery-flow .swiper-pagination-bullet-active,
  .c-staff-swiper--diesel .swiper-pagination-bullet-active {
    background-color: #253F89;
  }

  .l-header {
    -webkit-box-shadow: 0 calc(100vw * 4 / 1440) calc(100vw * 4 / 1440) rgba(0, 0, 0, 0.25);
    box-shadow: 0 calc(100vw * 4 / 1440) calc(100vw * 4 / 1440) rgba(0, 0, 0, 0.25);
  }

  .l-header__inner {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: calc(100vw * 98 / 1440);
    padding: 0 calc(100vw * 40 / 1440) 0 0;
  }

  .l-header__home-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-header__logo {
    width: calc(100vw * 252 / 1440);
  }

  .l-header__menu-btn {
    display: none;
  }

  .l-header__nav-sp {
    display: none !important;
  }

  .l-header__nav-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: calc(100vw * 20 / 1440) 0;
  }

  .l-header__pc-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-header__pc-info-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: calc(100vw * 6 / 1440);
  }

  .l-header__pc-info-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(100vw * 16 / 1440);
  }

  .l-header__pc-info-icon img {
    width: 100%;
    height: auto;
  }

  .l-header__pc-info-text {
    font-size: calc(100vw * 14 / 1440);
    font-weight: 400;
    color: #2E2E2E;
    letter-spacing: 0.1em;
    line-height: 1;
    white-space: nowrap;
  }

  .l-header__pc-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-header__pc-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: calc(100vw * 28 / 1440);
  }

  .l-header__pc-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: max(1rem, 1em);
    overflow: hidden;
    -webkit-perspective: 15px;
    perspective: 15px;
    font-family: "BIZ UDPGothic", sans-serif;
    font-size: calc(100vw * 16 / 1440);
    font-weight: 700;
    color: #2E2E2E;
    letter-spacing: 0.14em;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    -webkit-transition: color 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: color 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .l-header__pc-link.is-current {
    color: #AA1F24;
  }

  .l-header__pc-link-text {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    line-height: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .l-footer__main {
    padding-top: calc(100vw * 80 / 1440);
  }

  .l-footer__inner {
    padding: 0 calc(100vw * 40 / 1440);
  }

  .l-footer__logo {
    width: calc(100vw * 251 / 1440);
  }

  .l-footer__nav {
    margin-top: calc(100vw * 40 / 1440);
  }

  .l-footer__nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: calc(100vw * 40 / 1440);
  }

  .l-footer__nav-link {
    font-size: calc(100vw * 16 / 1440);
    font-weight: 700;
    white-space: nowrap;
  }

  .l-footer__illust {
    margin-top: calc(100vw * 44 / 1440);
  }

  .l-footer__sub {
    padding: calc(100vw * 14 / 1440) 0;
  }

  .l-footer__copyright {
    font-size: calc(100vw * 14 / 1440);
  }

  .l-inner--sm {
    width: 100%;
    max-width: calc(100vw * 1000 / 1440);
    margin: 0 auto;
  }

  .l-inner--md {
    width: 100%;
    max-width: calc(100vw * 1200 / 1440);
    margin: 0 auto;
  }

  .l-inner--lg {
    width: 100%;
    max-width: calc(100vw * 1280 / 1440);
    margin: 0 auto;
  }

  .l-inner--xl {
    width: 100%;
    max-width: calc(100vw * 1440 / 1440);
    margin: 0 auto;
  }

  .l-inner--pc-init {
    width: 100%;
    max-width: initial;
    margin: initial;
  }

  .l-flex--block-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .l-flex--column-sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .c-faq {
    padding: calc(100vw * 80 / 1440) 0;
  }

  .c-faq__head {
    padding: 0 calc(100vw * 163 / 1440);
  }

  .c-faq__list-wrap {
    margin-top: calc(100vw * 48 / 1440);
    padding: 0 calc(100vw * 208 / 1440);
  }

  .c-faq__list {
    gap: calc(100vw * 16 / 1440);
  }

  .c-faq__item {
    border: none;
    border-radius: calc(100vw * 6 / 1440);
    -webkit-box-shadow: 0 calc(100vw * 2 / 1440) calc(100vw * 8 / 1440) rgba(0, 0, 0, 0.08);
    box-shadow: 0 calc(100vw * 2 / 1440) calc(100vw * 8 / 1440) rgba(0, 0, 0, 0.08);
  }

  .c-faq__question {
    gap: calc(100vw * 8 / 1440);
    padding: calc(100vw * 20 / 1440) calc(100vw * 31 / 1440);
  }

  .c-faq__q-label {
    font-size: calc(100vw * 18 / 1440);
  }

  .c-faq__q-text {
    font-size: calc(100vw * 18 / 1440);
  }

  .c-faq__toggle {
    width: calc(100vw * 20 / 1440);
    height: calc(100vw * 20 / 1440);
  }

  .c-faq__toggle::before {
    width: calc(100vw * 14 / 1440);
  }

  .c-faq__toggle::after {
    height: calc(100vw * 14 / 1440);
  }

  .c-faq__a-text {
    padding: 0 calc(100vw * 31 / 1440) calc(100vw * 20 / 1440);
    font-size: calc(100vw * 16 / 1440);
  }

  .c-faq__btn-wrap {
    margin-top: calc(100vw * 48 / 1440);
  }

  .c-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: calc(100vw * 80 / 1440) calc(100vw * 50 / 1440);
  }

  .c-cta__content {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: calc(100vw * 80 / 1440) calc(100vw * 40 / 1440) calc(100vw * 80 / 1440) 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-cta__heading {
    text-align: center;
  }

  .c-cta__heading-en {
    font-size: calc(100vw * 40 / 1440);
  }

  .c-cta__heading-ja {
    font-size: calc(100vw * 24 / 1440);
    margin-top: calc(100vw * 16 / 1440);
  }

  .c-cta__body {
    margin-top: calc(100vw * 32 / 1440);
    font-size: calc(100vw * 16 / 1440);
    text-align: center;
  }

  .c-cta__btns {
    margin-top: calc(100vw * 48 / 1440);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: calc(100vw * 20 / 1440);
  }

  .c-cta__btn-phone {
    width: calc(100vw * 288 / 1440);
    height: calc(100vw * 100 / 1440);
    gap: calc(100vw * 4 / 1440);
  }

  .c-cta__btn-phone-label {
    font-size: calc(100vw * 14 / 1440);
  }

  .c-cta__btn-phone-icon {
    width: calc(100vw * 34 / 1440);
  }

  .c-cta__btn-phone-tel {
    font-size: calc(100vw * 20 / 1440);
  }

  .c-cta__btn-phone-hours {
    font-size: calc(100vw * 12 / 1440);
  }

  .c-cta__btn-web {
    width: calc(100vw * 288 / 1440);
    height: calc(100vw * 100 / 1440);
    gap: calc(100vw * 20 / 1440);
    padding: 0 calc(100vw * 24 / 1440);
  }

  .c-cta__btn-web-icon {
    width: calc(100vw * 32 / 1440);
  }

  .c-cta__btn-web-body {
    gap: calc(100vw * 14 / 1440);
  }

  .c-cta__btn-web-title {
    font-size: calc(100vw * 18 / 1440);
  }

  .c-cta__btn-web-sub {
    font-size: calc(100vw * 12 / 1440);
  }

  .c-cta__photo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .c-cta__photo-img {
    width: 100%;
    height: 100%;
    aspect-ratio: unset;
  }

  .c-shop {
    padding: calc(100vw * 80 / 1440) 0;
  }

  .c-shop__title {
    font-size: calc(100vw * 20 / 1440);
  }

  .c-shop__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: calc(100vw * 60 / 1440);
    margin-top: calc(100vw * 32 / 1440);
  }

  .c-shop__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .c-shop__dl-row {
    gap: calc(100vw * 16 / 1440);
    padding: calc(100vw * 16 / 1440) 0;
  }

  .c-shop__dt {
    min-width: calc(100vw * 96 / 1440);
    font-size: calc(100vw * 16 / 1440);
  }

  .c-shop__dd {
    font-size: calc(100vw * 16 / 1440);
  }

  .c-shop__slider {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(100vw * 400 / 1440);
    margin-top: 0;
    padding-bottom: calc(100vw * 56 / 1440);
  }

  .c-shop__slide-figure {
    border-radius: calc(100vw * 14 / 1440);
  }

  .c-shop__slide-figure.c-dummy {
    height: calc(100vw * 246 / 1440);
  }

  .c-shop__slide-figure img {
    height: calc(100vw * 246 / 1440);
  }

  .c-shop__map {
    padding: calc(100vw * 28 / 1440) calc(100vw * 160 / 1440);
    margin-top: calc(100vw * 80 / 1440);
  }

  .c-shop__map iframe {
    height: calc(100vw * 370 / 1440);
  }

  .c-shop--sub .c-shop__layout {
    margin-top: calc(100vw * 48 / 1440);
    padding-right: calc(100vw * 85 / 1440);
  }

  .c-reason {
    padding: calc(100vw * 80 / 1440) calc(100vw * 50 / 1440);
  }

  .c-reason__head {
    padding: 0;
    margin-bottom: calc(100vw * 48 / 1440);
  }

  .c-reason__heading {
    font-size: calc(100vw * 24 / 1440);
  }

  .c-reason__heading::after {
    width: calc(100vw * 50 / 1440);
    margin-top: calc(100vw * 16 / 1440);
    height: calc(100vw * 3 / 1440);
    border-radius: calc(100vw * 3 / 1440);
  }

  .c-reason__body {
    margin: 0;
  }

  .c-reason__list {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    border-radius: calc(100vw * 12 / 1440);
    -webkit-box-shadow: 0 0 calc(100vw * 8 / 1440) rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 calc(100vw * 8 / 1440) rgba(0, 0, 0, 0.25);
  }

  .c-reason__item {
    min-width: unset;
    padding: calc(100vw * 50 / 1440) calc(100vw * 40 / 1440);
  }

  .c-reason__item:not(:last-child)::after {
    height: calc(100vw * 250 / 1440);
  }

  .c-reason-card__icon img {
    height: calc(100vw * 100 / 1440);
  }

  .c-reason-card__title {
    margin-top: calc(100vw * 10 / 1440);
    font-size: calc(100vw * 20 / 1440);
  }

  .c-reason-card__body {
    margin-top: calc(100vw * 10 / 1440);
    font-size: calc(100vw * 16 / 1440);
    line-height: 1.75;
  }

  .c-staff-swiper {
    padding: calc(100vw * 80 / 1440) 0 calc(100vw * 80 / 1440);
    overflow: visible;
  }

  .c-staff-swiper__head {
    padding: 0 calc(100vw * 163 / 1440);
  }

  .c-staff-swiper__swiper-wrap {
    margin-top: calc(100vw * 48 / 1440);
    padding: 0 calc(100vw * 163 / 1440);
  }

  .swiper--staff {
    padding: 0;
    overflow: visible;
  }

  .swiper--staff .swiper-pagination {
    display: none;
  }

  .c-staff-card {
    border-radius: calc(100vw * 10 / 1440);
    padding: calc(100vw * 24 / 1440) 0 calc(100vw * 32 / 1440);
    height: calc(100vw * 508 / 1440);
  }

  .c-staff-card__img {
    width: calc(100vw * 160 / 1440);
    height: calc(100vw * 160 / 1440);
    border-radius: calc(100vw * 8 / 1440);
  }

  .c-staff-card__position {
    margin-top: calc(100vw * 16 / 1440);
    padding: calc(100vw * 4 / 1440) calc(100vw * 28 / 1440);
    font-size: calc(100vw * 16 / 1440);
    border-radius: calc(100vw * 4 / 1440);
  }

  .c-staff-card__name {
    margin-top: calc(100vw * 8 / 1440);
    font-size: calc(100vw * 16 / 1440);
  }

  .c-staff-card__divider {
    width: calc(100vw * 269 / 1440);
    margin: calc(100vw * 16 / 1440) 0;
  }

  .c-staff-card__comment {
    padding: 0 calc(100vw * 40 / 1440);
    font-size: calc(100vw * 16 / 1440);
  }

  .c-btn__primary {
    min-width: calc(100vw * 240 / 1440);
    min-height: calc(100vw * 54 / 1440);
    padding: 0 calc(100vw * 30 / 1440);
    border-radius: calc(100vw * 40 / 1440);
    font-size: calc(100vw * 18 / 1440);
    -webkit-box-shadow: 0 calc(100vw * 4 / 1440) calc(100vw * 4 / 1440) rgba(0, 0, 0, 0.25);
    box-shadow: 0 calc(100vw * 4 / 1440) calc(100vw * 4 / 1440) rgba(0, 0, 0, 0.25);
  }

  .c-btn__primary .c-btn__arrow {
    right: calc(100vw * 24 / 1440);
    width: calc(100vw * 6 / 1440);
    height: calc(100vw * 10 / 1440);
  }

  .c-btn__secondary {
    gap: calc(100vw * 8 / 1440);
    font-size: calc(100vw * 16 / 1440);
  }

  .c-btn__secondary::after {
    width: calc(100vw * 6 / 1440);
    height: calc(100vw * 10 / 1440);
  }

  .c-btn__cta {
    border-radius: calc(100vw * 12 / 1440);
    -webkit-box-shadow: calc(100vw * 2 / 1440) calc(100vw * 4 / 1440) calc(100vw * 4 / 1440) rgba(0, 0, 0, 0.25);
    box-shadow: calc(100vw * 2 / 1440) calc(100vw * 4 / 1440) calc(100vw * 4 / 1440) rgba(0, 0, 0, 0.25);
    padding: calc(100vw * 30 / 1440) 0 calc(100vw * 16 / 1440);
    width: calc(100vw * 288 / 1440);
  }

  .c-btn__cta--kerosene .c-btn__cta-main {
    gap: calc(100vw * 16 / 1440);
    padding-left: calc(100vw * 16 / 1440);
    padding-right: calc(100vw * 64 / 1440);
  }

  .c-btn__cta--kerosene .c-btn__cta-img {
    width: calc(100vw * 64 / 1440);
  }

  .c-btn__cta--kerosene .c-btn__cta-text {
    gap: calc(100vw * 12 / 1440);
  }

  .c-btn__cta--diesel .c-btn__cta-main {
    gap: calc(100vw * 20 / 1440);
    padding-left: calc(100vw * 45 / 1440);
    padding-right: calc(100vw * 80 / 1440);
  }

  .c-btn__cta--diesel .c-btn__cta-img {
    width: calc(100vw * 34 / 1440);
  }

  .c-btn__cta--diesel .c-btn__cta-text {
    gap: calc(100vw * 12 / 1440);
  }

  .c-btn__cta-sub {
    font-size: calc(100vw * 14 / 1440);
  }

  .c-btn__cta-title {
    font-size: calc(100vw * 24 / 1440);
  }

  .c-btn__cta-arrow {
    right: calc(100vw * 16 / 1440);
    width: calc(100vw * 10 / 1440);
    height: calc(100vw * 17 / 1440);
  }

  .c-btn__cta-desc {
    font-size: calc(100vw * 14 / 1440);
    margin-top: calc(100vw * 20 / 1440);
  }

  .c-btn__ajax-label {
    font-size: calc(100vw * 20 / 1440);
  }

  .c-btn__ajax-cross {
    width: calc(100vw * 32 / 1440);
    height: calc(100vw * 32 / 1440);
    right: calc(100vw * -16 / 1440);
  }

  .c-btn__ajax-cross::before,
  .c-btn__ajax-cross::after {
    width: calc(100vw * 14 / 1440);
  }

  .c-btn__ajax {
    padding: calc(100vw * 20 / 1440) calc(100vw * 32 / 1440);
    border-radius: calc(100vw * 8 / 1440);
    -webkit-box-shadow: 0 calc(100vw * 4 / 1440) calc(100vw * 8 / 1440) rgba(0, 0, 0, 0.16);
    box-shadow: 0 calc(100vw * 4 / 1440) calc(100vw * 8 / 1440) rgba(0, 0, 0, 0.16);
  }

  .c-btn__ajax:active {
    -webkit-box-shadow: 0 calc(100vw * 4 / 1440) 0 rgba(170, 31, 36, 0.18);
    box-shadow: 0 calc(100vw * 4 / 1440) 0 rgba(170, 31, 36, 0.18);
  }

  .arrow_button {
    width: 40px;
    height: 40px;
    right: -20px;
  }

  .arrow_button::before,
  .arrow_button::after {
    width: 12px;
    height: 12px;
  }

  .c-btn__return {
    padding: calc(100vw * 14 / 1440) calc(100vw * 40 / 1440);
    border-radius: calc(100vw * 100 / 1440);
    font-size: calc(100vw * 16 / 1440);
    margin-top: calc(100vw * 48 / 1440);
  }

  .c-btn__return::before {
    width: calc(100vw * 7 / 1440);
    height: calc(100vw * 13.6 / 1440);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc(100vw * 10 / 1440);
    margin-top: calc(100vw * 2 / 1440);
  }

  .c-heading__primary .c-heading__en {
    font-size: calc(100vw * 40 / 1440);
  }

  .c-heading__primary .c-heading__ja {
    font-size: calc(100vw * 24 / 1440);
    margin-top: calc(100vw * 16 / 1440);
  }

  .c-heading__secondary .c-heading__en {
    font-size: calc(100vw * 40 / 1440);
  }

  .c-heading__secondary .c-heading__ja {
    font-size: calc(100vw * 24 / 1440);
    margin-top: calc(100vw * 4 / 1440);
  }

  .p-top-loading__inner {
    gap: calc(100vw * 20 / 1440);
    width: calc(100vw * 280 / 1440);
  }

  .p-top-loading__logo {
    width: calc(100vw * 240 / 1440);
    aspect-ratio: 240/96;
    -webkit-transform: translateY(calc(100vw * 16 / 1440)) scale(0.96);
    transform: translateY(calc(100vw * 16 / 1440)) scale(0.96);
  }

  .p-top-loading__text {
    font-size: calc(100vw * 14 / 1440);
  }

  .p-top-loading__line {
    height: calc(100vw * 4 / 1440);
    border-radius: calc(100vw * 999 / 1440);
  }

@-webkit-keyframes p-top-loading-logo-in {
    0% {
      opacity: 0;
      -webkit-transform: translateY(calc(100vw * 16 / 1440)) scale(0.96);
      transform: translateY(calc(100vw * 16 / 1440)) scale(0.96);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateY(0) scale(1);
      transform: translateY(0) scale(1);
    }
}

@keyframes p-top-loading-logo-in {
    0% {
      opacity: 0;
      -webkit-transform: translateY(calc(100vw * 16 / 1440)) scale(0.96);
      transform: translateY(calc(100vw * 16 / 1440)) scale(0.96);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateY(0) scale(1);
      transform: translateY(0) scale(1);
    }
}

  .p-about-mv {
    min-height: 0;
    margin-top: calc(100vw * 98 / 1440);
    height: calc(100vh - (100vw * 98 / 1440));
  }

  .p-about-mv__bg img {
    -o-object-position: center bottom;
    object-position: center bottom;
  }

  .p-about-mv__bg {
    top: 0;
    left: calc(100vw * 118 / 1440);
    right: 0;
    bottom: calc(100vw * 50 / 1440);
  }

  .p-about-mv__body {
    position: absolute;
    bottom: 0;
    left: calc(100vw * 50 / 1440);
    width: calc(100vw * 629 / 1440);
    height: calc(100vw * 320 / 1440);
    padding: 0 calc(100vw * 71 / 1440);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: calc(100vw * 24 / 1440);
  }

  .p-about-mv__title-line {
    font-size: calc(100vw * 32 / 1440);
    line-height: 1.25;
  }

  .p-about-mv__accent {
    font-size: calc(100vw * 64 / 1440);
  }

  .p-about-mv__lead {
    font-size: calc(100vw * 20 / 1440);
    line-height: 1.8;
    margin: 0;
  }

  .p-about-reason {
    margin-top: calc(100vw * 100 / 1440);
  }

  .p-about-greeting {
    padding: calc(100vw * 80 / 1440) 0;
  }

  .p-about-greeting__card {
    border-radius: calc(100vw * 12 / 1440);
    -webkit-box-shadow: 0 0 calc(100vw * 8 / 1440) rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 calc(100vw * 8 / 1440) rgba(0, 0, 0, 0.25);
    min-height: calc(100vw * 666 / 1440);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-about-greeting__head {
    padding: calc(100vw * 60 / 1440) 0 calc(100vw * 38 / 1440);
  }

  .p-about-greeting__inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: calc(100vw * 50 / 1440);
    padding: 0 calc(100vw * 60 / 1440) calc(100vw * 40 / 1440) calc(100vw * 43 / 1440);
  }

  .p-about-greeting__photo-wrap {
    width: calc(100vw * 300 / 1440);
    border-radius: calc(100vw * 8 / 1440);
  }

  .p-about-greeting__photo {
    height: calc(100vw * 429 / 1440);
  }

  .p-about-greeting__caption {
    height: calc(100vw * 64 / 1440);
    border-radius: 0 0 calc(100vw * 8 / 1440) calc(100vw * 8 / 1440);
  }

  .p-about-greeting__caption p {
    font-size: calc(100vw * 14 / 1440);
  }

  .p-about-greeting__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    padding: 0;
  }

  .p-about-greeting__title {
    font-size: calc(100vw * 24 / 1440);
    line-height: 1.8;
  }

  .p-about-greeting__body {
    font-size: calc(100vw * 16 / 1440);
    margin-top: calc(100vw * 16 / 1440);
  }

  .p-booking-admin-login {
    padding: 40px;
  }

  .p-booking-form .am-fs-dt__calendar .fc-daygrid-day-top .fc-daygrid-day-number {
    font-size: 14px !important;
  }

  .p-booking-form .am-fs-dt__calendar .am-advsc__slots-item__inner {
    font-size: 16px !important;
  }

  .p-booking-mv {
    padding: calc(100vw * 220 / 1440) 0 calc(100vw * 160 / 1440);
  }

  .p-booking-flow {
    padding: calc(100vw * 80 / 1440) calc(100vw * 50 / 1440) 0;
  }

  .p-booking-flow__card {
    border-radius: calc(100vw * 12 / 1440);
    -webkit-box-shadow: 0 0 calc(100vw * 8 / 1440) rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 calc(100vw * 8 / 1440) rgba(0, 0, 0, 0.25);
    padding: calc(100vw * 20 / 1440) calc(100vw * 20 / 1440) calc(100vw * 32 / 1440);
    min-height: calc(100vw * 280 / 1440);
    height: calc(100vw * 280 / 1440);
  }

  .p-booking-flow__card-icon {
    width: calc(100vw * 90 / 1440);
    height: calc(100vw * 90 / 1440);
  }

  .p-booking-flow__card-title {
    font-size: calc(100vw * 18 / 1440);
    margin-top: calc(100vw * 12 / 1440);
  }

  .p-booking-flow__card-body {
    font-size: calc(100vw * 14 / 1440);
    line-height: 1.7142857143;
    margin-top: calc(100vw * 8 / 1440);
  }

  .p-booking-check {
    padding: calc(100vw * 64 / 1440) 0;
  }

  .p-booking-check__heading {
    gap: calc(100vw * 16 / 1440);
    margin-bottom: calc(100vw * 40 / 1440);
  }

  .p-booking-check__heading-icon {
    width: calc(100vw * 50 / 1440);
    height: calc(100vw * 50 / 1440);
    border-radius: calc(100vw * 6 / 1440);
    font-size: calc(100vw * 28 / 1440);
  }

  .p-booking-check__heading-text {
    font-size: calc(100vw * 20 / 1440);
  }

  .p-booking-check__list {
    gap: calc(100vw * 24 / 1440);
  }

  .p-booking-check__term {
    font-size: calc(100vw * 16 / 1440);
    margin-bottom: calc(100vw * 4 / 1440);
  }

  .p-booking-check__desc {
    font-size: calc(100vw * 16 / 1440);
  }

  .p-booking-form {
    padding: calc(100vw * 80 / 1440) 0;
  }

  .p-booking-form__inner {
    padding: calc(100vw * 40 / 1440);
    max-width: calc(100vw * 1200 / 1440);
    margin: 0 auto;
  }

  .p-result-mv {
    padding: calc(100vw * 220 / 1440) 0 calc(100vw * 60 / 1440);
  }

  .p-booking-result {
    padding: calc(100vw * 64 / 1440) 0 calc(100vw * 100 / 1440);
  }

  .p-booking-result__icon {
    width: calc(100vw * 100 / 1440);
  }

  .p-booking-result__title {
    margin-top: calc(100vw * 24 / 1440);
    font-size: calc(100vw * 24 / 1440);
  }

  .p-booking-result__subtitle {
    margin-top: calc(100vw * 16 / 1440);
    font-size: calc(100vw * 16 / 1440);
  }

  .p-booking-result__box {
    margin-top: calc(100vw * 40 / 1440);
    padding: calc(100vw * 32 / 1440) calc(100vw * 40 / 1440);
    border-radius: calc(100vw * 8 / 1440);
  }

  .p-booking-result__text {
    font-size: calc(100vw * 15 / 1440);
  }

  .p-booking-result__list {
    margin-top: calc(100vw * 16 / 1440);
    padding-left: calc(100vw * 24 / 1440);
  }

  .p-booking-result__list li {
    font-size: calc(100vw * 14 / 1440);
    margin-top: calc(100vw * 8 / 1440);
  }

  .p-booking-result__btn-wrap {
    margin-top: calc(100vw * 56 / 1440);
  }

  .p-booking-approval-confirm {
    padding: calc(100vw * 64 / 1440) 0 calc(100vw * 100 / 1440);
  }

  .p-booking-approval-confirm__lead {
    font-size: calc(100vw * 22 / 1440);
  }

  .p-booking-approval-confirm__button {
    margin-top: calc(100vw * 48 / 1440);
  }

  .p-booking-approval-confirm__btn {
    min-width: calc(100vw * 280 / 1440);
    min-height: calc(100vw * 54 / 1440);
    padding: 0 calc(100vw * 32 / 1440);
    border-radius: calc(100vw * 40 / 1440);
    font-size: calc(100vw * 18 / 1440);
  }

  .p-booking-approval-confirm__note {
    margin-top: calc(100vw * 40 / 1440);
    padding: calc(100vw * 32 / 1440) calc(100vw * 40 / 1440);
    border-radius: calc(100vw * 8 / 1440);
  }

  .p-booking-approval-confirm__button + .p-booking-approval-confirm__note {
    margin-top: calc(100vw * 56 / 1440);
  }

  .p-booking-approval-confirm__list {
    padding-left: calc(100vw * 24 / 1440);
    font-size: calc(100vw * 14 / 1440);
  }

  .p-booking-approval-confirm__list li + li {
    margin-top: calc(100vw * 8 / 1440);
  }

  .p-booking-detail {
    margin-top: calc(100vw * 40 / 1440);
    padding: calc(100vw * 32 / 1440) calc(100vw * 150 / 1440);
    border-radius: calc(100vw * 8 / 1440);
    font-size: calc(100vw * 15 / 1440);
  }

  .p-booking-detail__group + .p-booking-detail__group {
    margin-top: calc(100vw * 24 / 1440);
    padding-top: calc(100vw * 24 / 1440);
  }

  .p-booking-detail__heading {
    font-size: calc(100vw * 16 / 1440);
  }

  .p-booking-detail__item {
    margin-top: calc(100vw * 8 / 1440);
  }

  .p-contact-mv,
  .p-contact-thank-you-mv {
    padding: calc(100vw * 220 / 1440) 0 calc(100vw * 160 / 1440);
  }

  .p-contact-mv__lead,
  .p-contact-thank-you-mv__lead {
    margin-top: calc(100vw * 40 / 1440);
    font-size: calc(100vw * 18 / 1440);
    letter-spacing: 0.14em;
  }

  .p-contact-mv__btn-wrap,
  .p-contact-thank-you-mv__btn-wrap {
    margin-top: calc(100vw * 56 / 1440);
  }

  .p-contact-form {
    padding: calc(100vw * 80 / 1440) 0 calc(100vw * 100 / 1440);
  }

  .p-contact-form__inner {
    padding: 0;
    max-width: calc(100vw * 600 / 1440);
  }

  .p-contact-form__heading {
    font-size: calc(100vw * 24 / 1440);
    margin-bottom: calc(100vw * 48 / 1440);
  }

  .p-contact-form__privacy {
    margin-top: calc(100vw * 40 / 1440);
    font-size: calc(100vw * 14 / 1440);
  }

  .p-contact-form .wpcf7-form {
    gap: calc(100vw * 32 / 1440);
  }

  .p-contact-form .wpcf7-form .p-contact-field {
    gap: calc(100vw * 10 / 1440);
  }

  .p-contact-form .wpcf7-form .p-contact-label {
    gap: calc(100vw * 8 / 1440);
    font-size: calc(100vw * 16 / 1440);
  }

  .p-contact-form .wpcf7-form .p-contact-required {
    padding: calc(100vw * 3 / 1440) calc(100vw * 8 / 1440);
    border-radius: calc(100vw * 4 / 1440);
    font-size: calc(100vw * 14 / 1440);
    margin-left: calc(100vw * 16 / 1440);
  }

  .p-contact-form .wpcf7-form input[type=text],
  .p-contact-form .wpcf7-form input[type=email],
  .p-contact-form .wpcf7-form input[type=tel] {
    height: calc(100vw * 50 / 1440);
    padding: 0 calc(100vw * 20 / 1440);
    border-radius: calc(100vw * 10 / 1440);
    font-size: calc(100vw * 16 / 1440);
  }

  .p-contact-form .wpcf7-form textarea {
    height: calc(100vw * 200 / 1440);
    padding: calc(100vw * 16 / 1440) calc(100vw * 20 / 1440);
    border-radius: calc(100vw * 10 / 1440);
    font-size: calc(100vw * 16 / 1440);
  }

  .p-contact-form .wpcf7-form .wpcf7-radio {
    gap: calc(100vw * 16 / 1440);
    padding-left: 0;
  }

  .p-contact-form .wpcf7-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    gap: calc(100vw * 16 / 1440);
    font-size: calc(100vw * 16 / 1440);
  }

  .p-contact-form .wpcf7-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before {
    width: calc(100vw * 32 / 1440);
    height: calc(100vw * 32 / 1440);
  }

  .p-contact-form .wpcf7-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::after {
    left: calc(100vw * 8 / 1440);
    width: calc(100vw * 16 / 1440);
    height: calc(100vw * 16 / 1440);
  }

  .p-contact-form .wpcf7-form p:has(.wpcf7-submit) {
    margin-top: calc(100vw * 24 / 1440);
  }

  .p-contact-form .wpcf7-form input[type=submit],
  .p-contact-form .wpcf7-form .wpcf7-submit {
    width: calc(100vw * 150 / 1440);
    min-width: calc(100vw * 150 / 1440);
    height: calc(100vw * 32 / 1440);
    line-height: calc(100vw * 32 / 1440);
    border-radius: calc(100vw * 4 / 1440);
    font-size: calc(100vw * 16 / 1440);
  }

  .p-contact-form .wpcf7-form .wpcf7-not-valid-tip {
    margin-top: calc(100vw * 4 / 1440);
    font-size: calc(100vw * 13 / 1440);
  }

  .p-contact-form .wpcf7-form .wpcf7-response-output {
    margin-top: calc(100vw * 16 / 1440);
    padding: calc(100vw * 12 / 1440) calc(100vw * 16 / 1440);
    border-radius: calc(100vw * 6 / 1440);
    font-size: calc(100vw * 14 / 1440);
  }

  .p-diesel-delivery-mv {
    min-height: auto;
    height: calc(100vh - (100vw * 98 / 1440));
    margin-top: calc(100vw * 98 / 1440);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .p-diesel-delivery-mv__bg {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }

  .p-diesel-delivery-mv__body {
    padding: calc(100vw * 60 / 1440) 0 calc(100vw * 60 / 1440) calc(100vw * 80 / 1440);
    max-width: calc(100vw * 620 / 1440);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
  }

  .p-diesel-delivery-mv__title {
    font-size: calc(100vw * 48 / 1440);
    line-height: 1;
  }

  .p-diesel-delivery-mv__title-em {
    display: inline;
  }

  .p-diesel-delivery-mv__lead {
    font-size: calc(100vw * 18 / 1440);
    margin-top: calc(100vw * 16 / 1440);
  }

  .p-diesel-delivery-mv__points {
    width: auto;
    margin: calc(100vw * 20 / 1440) 0 0;
    gap: calc(100vw * 8 / 1440);
    padding-left: calc(100vw * 40 / 1440);
  }

  .p-diesel-delivery-mv__point {
    gap: calc(100vw * 8 / 1440);
    font-size: calc(100vw * 18 / 1440);
  }

  .p-diesel-delivery-mv__point::before {
    width: calc(100vw * 20 / 1440);
    height: calc(100vw * 20 / 1440);
  }

  .p-diesel-delivery-mv__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: calc(100vw * 16 / 1440);
    margin-top: calc(100vw * 40 / 1440);
  }

  .p-diesel-delivery-mv__btn-phone {
    width: calc(100vw * 288 / 1440);
    height: calc(100vw * 100 / 1440);
    background-color: #AA1F24;
    border-color: #AA1F24;
    gap: calc(100vw * 4 / 1440);
  }

  .p-diesel-delivery-mv__btn-phone-label {
    font-size: calc(100vw * 14 / 1440);
    color: #ffffff;
  }

  .p-diesel-delivery-mv__btn-phone-main {
    gap: calc(100vw * 8 / 1440);
  }

  .p-diesel-delivery-mv__btn-phone-icon {
    width: calc(100vw * 34 / 1440);
    height: calc(100vw * 34 / 1440);
    background-color: #ffffff;
    mask-image: url("../img/cta-calling.svg");
    -webkit-mask-image: url("../img/cta-calling.svg");
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-position: center;
    -webkit-mask-position: center;
  }

  .p-diesel-delivery-mv__btn-phone-icon img {
    display: none;
  }

  .p-diesel-delivery-mv__btn-phone-number {
    font-size: calc(100vw * 20 / 1440);
    color: #ffffff;
  }

  .p-diesel-delivery-mv__btn-phone-hours {
    font-size: calc(100vw * 12 / 1440);
    color: #ffffff;
  }

  .p-diesel-delivery-mv__btn-web {
    width: calc(100vw * 288 / 1440);
    height: calc(100vw * 100 / 1440);
    padding: 0 calc(100vw * 24 / 1440);
    gap: calc(100vw * 20 / 1440);
  }

  .p-diesel-delivery-mv__btn-web-icon {
    width: calc(100vw * 32 / 1440);
  }

  .p-diesel-delivery-mv__btn-web-body {
    gap: calc(100vw * 14 / 1440);
  }

  .p-diesel-delivery-mv__btn-web-title {
    font-size: calc(100vw * 18 / 1440);
  }

  .p-diesel-delivery-mv__btn-web-sub {
    font-size: calc(100vw * 12 / 1440);
  }

  .p-diesel-delivery-mv__truck {
    top: auto;
    right: auto;
    bottom: 0;
    left: calc(100vw * 80 / 1440);
    width: calc(100vw * 200 / 1440);
  }

  .p-diesel-delivery-reason {
    margin-top: calc(100vw * 80 / 1440);
  }

  .p-diesel-delivery-about {
    padding: calc(100vw * 80 / 1440) 0;
  }

  .p-diesel-delivery-about__card {
    border-radius: calc(100vw * 12 / 1440);
    -webkit-box-shadow: 0 0 calc(100vw * 8 / 1440) rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 calc(100vw * 8 / 1440) rgba(0, 0, 0, 0.25);
    margin-top: calc(100vw * 40 / 1440);
  }

  .p-diesel-delivery-about__card-header {
    padding: 0;
    min-height: calc(100vw * 80 / 1440);
  }

  .p-diesel-delivery-about__card-header p {
    font-size: calc(100vw * 20 / 1440);
    line-height: 1;
  }

  .p-diesel-delivery-about__card-upper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .p-diesel-delivery-about__card-photo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(100vw * 500 / 1440);
  }

  .p-diesel-delivery-about__points {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: calc(100vw * 60 / 1440) calc(100vw * 40 / 1440);
    gap: calc(100vw * 16 / 1440);
  }

  .p-diesel-delivery-about__point {
    gap: calc(100vw * 8 / 1440);
    font-size: calc(100vw * 18 / 1440);
  }

  .p-diesel-delivery-about__point::before {
    width: calc(100vw * 20 / 1440);
    height: calc(100vw * 20 / 1440);
  }

  .p-diesel-delivery-about__card-body {
    padding: calc(100vw * 32 / 1440) calc(100vw * 110 / 1440);
  }

  .p-diesel-delivery-about__card-body p {
    font-size: calc(100vw * 18 / 1440);
  }

  .p-diesel-delivery-about__card-info {
    padding: calc(100vw * 32 / 1440) calc(100vw * 40 / 1440) calc(100vw * 64 / 1440);
    gap: calc(100vw * 50 / 1440);
  }

  .p-diesel-delivery-about__card-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: calc(100vw * 80 / 1440);
  }

  .p-diesel-delivery-about__card-section-title {
    font-size: calc(100vw * 24 / 1440);
    margin-bottom: calc(100vw * 24 / 1440);
  }

  .p-diesel-delivery-about__card-section-body {
    font-size: calc(100vw * 18 / 1440);
    padding-left: calc(100vw * 30 / 1440);
  }

  .p-diesel-delivery-about__card-section-body--payment {
    line-height: 1;
  }

  .p-diesel-delivery-about__card-section-body .item-1 {
    font-size: calc(100vw * 18 / 1440);
  }

  .p-diesel-delivery-about__card-section-body .item-2 {
    font-size: calc(100vw * 18 / 1440);
    margin-left: calc(100vw * 12 / 1440);
  }

  .p-diesel-delivery-about__price {
    gap: calc(100vw * 2 / 1440);
    font-size: calc(100vw * 18 / 1440);
  }

  .p-diesel-delivery-about__price-num {
    font-size: calc(100vw * 32 / 1440);
  }

  .p-diesel-delivery-customers {
    padding: calc(100vw * 80 / 1440) 0;
  }

  .p-diesel-delivery-customers__header {
    min-height: calc(100vw * 64 / 1440);
    border-radius: calc(100vw * 4 / 1440);
    width: calc(100vw * 567 / 1440);
    margin: 0 auto;
    padding: 0 calc(100vw * 20 / 1440);
  }

  .p-diesel-delivery-customers__header-text {
    font-size: calc(100vw * 24 / 1440);
    line-height: 1;
  }

  .p-diesel-delivery-customers__grid {
    grid-template-columns: repeat(4, 1fr);
    margin-top: calc(100vw * 48 / 1440);
  }

  .p-diesel-delivery-customers__icon {
    width: calc(100vw * 160 / 1440);
    height: calc(100vw * 160 / 1440);
  }

  .p-diesel-delivery-customers__label {
    font-size: calc(100vw * 18 / 1440);
  }

  .p-diesel-delivery-customers__body {
    font-size: calc(100vw * 18 / 1440);
    margin-top: calc(100vw * 48 / 1440);
  }

  .p-diesel-delivery-area {
    padding: calc(100vw * 80 / 1440) 0;
  }

  .p-diesel-delivery-area__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: calc(100vw * 60 / 1440);
    margin-top: calc(100vw * 40 / 1440);
  }

  .p-diesel-delivery-area__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .p-diesel-delivery-area__lead {
    font-size: calc(100vw * 18 / 1440);
  }

  .p-diesel-delivery-area__lead-strong {
    font-size: calc(100vw * 36 / 1440);
  }

  .p-diesel-delivery-area__box {
    margin: calc(100vw * 32 / 1440) auto 0;
    padding: calc(100vw * 16 / 1440) calc(100vw * 20 / 1440);
    width: calc(100vw * 300 / 1440);
  }

  .p-diesel-delivery-area__box-header {
    height: calc(100vw * 34 / 1440);
    padding: 0 calc(100vw * 12 / 1440);
    border-radius: calc(100vw * 4 / 1440);
    font-size: calc(100vw * 16 / 1440);
  }

  .p-diesel-delivery-area__box-list {
    text-align: left;
    margin-top: calc(100vw * 12 / 1440);
  }

  .p-diesel-delivery-area__box-list li {
    font-size: calc(100vw * 16 / 1440);
  }

  .p-diesel-delivery-area__note {
    font-size: calc(100vw * 16 / 1440);
    text-align: left;
    margin-top: calc(100vw * 24 / 1440);
  }

  .p-diesel-delivery-area__map {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(100vw * 669 / 1440);
    border-radius: calc(100vw * 8 / 1440);
  }

  .p-diesel-delivery-banner {
    padding: calc(100vw * 80 / 1440) 0;
  }

  .p-diesel-delivery-banner__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0 calc(100vw * 80 / 1440) calc(100vw * 50 / 1440);
    min-height: calc(100vw * 400 / 1440);
  }

  .p-diesel-delivery-banner__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100vw * 670 / 1440);
    flex: 0 0 calc(100vw * 670 / 1440);
    padding: calc(100vw * 60 / 1440) calc(100vw * 50 / 1440) calc(100vw * 60 / 1440) calc(100vw * 44 / 1440);
  }

  .p-diesel-delivery-banner__title {
    font-size: calc(100vw * 32 / 1440);
    line-height: calc(100vw * 50 / 1440);
  }

  .p-diesel-delivery-banner__body {
    font-size: calc(100vw * 20 / 1440);
    line-height: calc(100vw * 36 / 1440);
    margin-top: calc(100vw * 24 / 1440);
    padding: 0 calc(100vw * 24 / 1440);
  }

  .p-diesel-delivery-banner__photo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    aspect-ratio: auto;
  }

  .p-diesel-delivery-flow {
    padding: calc(100vw * 80 / 1440) calc(100vw * 50 / 1440);
  }

  .p-diesel-delivery-flow__lead {
    font-size: calc(100vw * 18 / 1440);
    margin-top: calc(100vw * 24 / 1440);
  }

  .p-diesel-delivery-flow__card {
    border-radius: calc(100vw * 12 / 1440);
    -webkit-box-shadow: 0 0 calc(100vw * 8 / 1440) rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 calc(100vw * 8 / 1440) rgba(0, 0, 0, 0.25);
    padding: calc(100vw * 20 / 1440) calc(100vw * 20 / 1440) calc(100vw * 32 / 1440);
    min-height: calc(100vw * 280 / 1440);
    height: calc(100vw * 280 / 1440);
  }

  .p-diesel-delivery-flow__card-icon {
    width: calc(100vw * 90 / 1440);
    height: calc(100vw * 90 / 1440);
  }

  .p-diesel-delivery-flow__card-title {
    font-size: calc(100vw * 18 / 1440);
    margin-top: calc(100vw * 12 / 1440);
  }

  .p-diesel-delivery-flow__card-body {
    font-size: calc(100vw * 14 / 1440);
    line-height: 1.7142857143;
    margin-top: calc(100vw * 8 / 1440);
    letter-spacing: 0.1em;
  }

  .p-faq-mv {
    padding: calc(100vw * 220 / 1440) 0 calc(100vw * 80 / 1440);
  }

  .p-faq-mv__lead {
    margin-top: calc(100vw * 40 / 1440);
    font-size: calc(100vw * 18 / 1440);
  }

  .p-faq-category {
    padding: calc(100vw * 80 / 1440) 0;
  }

  .p-faq-category__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: calc(100vw * 60 / 1440);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-faq-category__btn {
    width: calc(100vw * 400 / 1440);
    min-height: calc(100vw * 100 / 1440);
    padding: calc(100vw * 24 / 1440) calc(100vw * 24 / 1440) calc(100vw * 24 / 1440) calc(100vw * 23 / 1440);
    border-radius: calc(100vw * 8 / 1440);
    -webkit-box-shadow: 0 0 calc(100vw * 8 / 1440) rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 calc(100vw * 8 / 1440) rgba(0, 0, 0, 0.25);
  }

  .p-faq-category__btn-icon--kerosene {
    width: calc(100vw * 63 / 1440);
    height: calc(100vw * 52 / 1440);
    margin-right: calc(100vw * 16 / 1440);
  }

  .p-faq-category__btn-icon--diesel {
    width: calc(100vw * 33 / 1440);
    height: calc(100vw * 52 / 1440);
    margin-left: calc(100vw * 30 / 1440);
    margin-right: calc(100vw * 16 / 1440);
  }

  .p-faq-category__btn-body {
    gap: calc(100vw * 8 / 1440);
  }

  .p-faq-category__btn-sub {
    font-size: calc(100vw * 14 / 1440);
  }

  .p-faq-category__btn-title {
    font-size: calc(100vw * 20 / 1440);
  }

  .p-faq-category__btn-arrow {
    width: calc(100vw * 12 / 1440);
    height: calc(100vw * 12 / 1440);
    margin-top: calc(100vw * 14 / 1440);
    border-right: calc(100vw * 3 / 1440) solid #ffffff;
    border-bottom: calc(100vw * 3 / 1440) solid #ffffff;
  }

  .p-faq-category__btn.is-open .p-faq-category__btn-arrow {
    margin-top: calc(100vw * 24 / 1440);
  }

  .p-faq-list {
    padding: calc(100vw * 80 / 1440) 0 calc(100vw * 80 / 1440);
  }

  .p-faq-list__panel-header {
    gap: calc(100vw * 16 / 1440);
    margin-bottom: calc(100vw * 40 / 1440);
  }

  .p-faq-list__panel-header-icon {
    width: calc(100vw * 48 / 1440);
  }

  .p-faq-list__panel-header-body {
    gap: calc(100vw * 4 / 1440);
  }

  .p-faq-list__panel-header-sub {
    font-size: calc(100vw * 14 / 1440);
  }

  .p-faq-list__panel-header-title {
    font-size: calc(100vw * 18 / 1440);
  }

  .p-faq-list__group-title {
    font-size: calc(100vw * 20 / 1440);
    margin-top: calc(100vw * 56 / 1440);
    margin-bottom: calc(100vw * 20 / 1440);
  }

  .p-faq-list__empty {
    font-size: calc(100vw * 16 / 1440);
    padding: calc(100vw * 48 / 1440) 0;
  }

  .p-kerosene-delivery-mv {
    min-height: auto;
    height: calc(100vh - (100vw * 98 / 1440));
    margin-top: calc(100vw * 98 / 1440);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .p-kerosene-delivery-mv__bg {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }

  .p-kerosene-delivery-mv__body {
    padding: calc(100vw * 60 / 1440) 0 calc(100vw * 60 / 1440) calc(100vw * 80 / 1440);
    max-width: calc(100vw * 620 / 1440);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
  }

  .p-kerosene-delivery-mv__title {
    font-size: calc(100vw * 48 / 1440);
    line-height: 1;
  }

  .p-kerosene-delivery-mv__title-em {
    display: inline;
  }

  .p-kerosene-delivery-mv__lead {
    font-size: calc(100vw * 18 / 1440);
    margin-top: calc(100vw * 16 / 1440);
  }

  .p-kerosene-delivery-mv__points {
    width: auto;
    margin: calc(100vw * 20 / 1440) 0 0;
    gap: calc(100vw * 8 / 1440);
    padding-left: calc(100vw * 40 / 1440);
  }

  .p-kerosene-delivery-mv__point {
    gap: calc(100vw * 8 / 1440);
    font-size: calc(100vw * 18 / 1440);
  }

  .p-kerosene-delivery-mv__point::before {
    width: calc(100vw * 20 / 1440);
    height: calc(100vw * 20 / 1440);
  }

  .p-kerosene-delivery-mv__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: calc(100vw * 16 / 1440);
    margin-top: calc(100vw * 40 / 1440);
  }

  .p-kerosene-delivery-mv__btn-phone {
    width: calc(100vw * 288 / 1440);
    height: calc(100vw * 100 / 1440);
    background-color: #AA1F24;
    border-color: #AA1F24;
    gap: calc(100vw * 4 / 1440);
  }

  .p-kerosene-delivery-mv__btn-phone-label {
    font-size: calc(100vw * 14 / 1440);
    color: #ffffff;
  }

  .p-kerosene-delivery-mv__btn-phone-main {
    gap: calc(100vw * 8 / 1440);
  }

  .p-kerosene-delivery-mv__btn-phone-icon {
    width: calc(100vw * 34 / 1440);
    height: calc(100vw * 34 / 1440);
    background-color: #ffffff;
    mask-image: url("../img/cta-calling.svg");
    -webkit-mask-image: url("../img/cta-calling.svg");
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-position: center;
    -webkit-mask-position: center;
  }

  .p-kerosene-delivery-mv__btn-phone-icon img {
    display: none;
  }

  .p-kerosene-delivery-mv__btn-phone-number {
    font-size: calc(100vw * 20 / 1440);
    color: #ffffff;
  }

  .p-kerosene-delivery-mv__btn-phone-hours {
    font-size: calc(100vw * 12 / 1440);
    color: #ffffff;
  }

  .p-kerosene-delivery-mv__btn-web {
    width: calc(100vw * 288 / 1440);
    height: calc(100vw * 100 / 1440);
    padding: 0 calc(100vw * 24 / 1440);
    gap: calc(100vw * 20 / 1440);
  }

  .p-kerosene-delivery-mv__btn-web-icon {
    width: calc(100vw * 32 / 1440);
  }

  .p-kerosene-delivery-mv__btn-web-body {
    gap: calc(100vw * 14 / 1440);
  }

  .p-kerosene-delivery-mv__btn-web-title {
    font-size: calc(100vw * 18 / 1440);
  }

  .p-kerosene-delivery-mv__btn-web-sub {
    font-size: calc(100vw * 12 / 1440);
  }

  .p-kerosene-delivery-mv__truck {
    top: auto;
    right: auto;
    bottom: 0;
    left: calc(100vw * 80 / 1440);
    width: calc(100vw * 200 / 1440);
  }

  .p-kerosene-delivery-reason {
    margin-top: calc(100vw * 100 / 1440);
  }

  .p-kerosene-delivery-about {
    padding: calc(100vw * 80 / 1440) 0;
  }

  .p-kerosene-delivery-about__card {
    border-radius: calc(100vw * 12 / 1440);
    -webkit-box-shadow: 0 0 calc(100vw * 8 / 1440) rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 calc(100vw * 8 / 1440) rgba(0, 0, 0, 0.25);
    margin-top: calc(100vw * 40 / 1440);
  }

  .p-kerosene-delivery-about__card-header {
    padding: 0;
    min-height: calc(100vw * 80 / 1440);
  }

  .p-kerosene-delivery-about__card-header p {
    font-size: calc(100vw * 20 / 1440);
    line-height: 1;
  }

  .p-kerosene-delivery-about__card-upper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .p-kerosene-delivery-about__card-photo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(100vw * 500 / 1440);
  }

  .p-kerosene-delivery-about__points {
    padding: calc(100vw * 60 / 1440) calc(100vw * 40 / 1440);
    gap: calc(100vw * 16 / 1440);
  }

  .p-kerosene-delivery-about__point {
    gap: calc(100vw * 8 / 1440);
    font-size: calc(100vw * 18 / 1440);
  }

  .p-kerosene-delivery-about__point::before {
    width: calc(100vw * 20 / 1440);
    height: calc(100vw * 20 / 1440);
  }

  .p-kerosene-delivery-about__card-body {
    padding: calc(100vw * 32 / 1440) calc(100vw * 110 / 1440);
  }

  .p-kerosene-delivery-about__card-body p {
    font-size: calc(100vw * 18 / 1440);
  }

  .p-kerosene-delivery-about__card-info {
    padding: calc(100vw * 32 / 1440) calc(100vw * 40 / 1440) calc(100vw * 64 / 1440);
    gap: calc(100vw * 50 / 1440);
  }

  .p-kerosene-delivery-about__card-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: calc(100vw * 80 / 1440);
  }

  .p-kerosene-delivery-about__card-section-title {
    font-size: calc(100vw * 24 / 1440);
    margin-bottom: calc(100vw * 24 / 1440);
  }

  .p-kerosene-delivery-about__card-section-body {
    font-size: calc(100vw * 18 / 1440);
    padding-left: calc(100vw * 30 / 1440);
  }

  .p-kerosene-delivery-about__card-section-body .item-1 {
    font-size: calc(100vw * 18 / 1440);
  }

  .p-kerosene-delivery-about__card-section-body .item-2 {
    font-size: calc(100vw * 18 / 1440);
    margin-left: calc(100vw * 12 / 1440);
  }

  .p-kerosene-delivery-about__price {
    gap: calc(100vw * 2 / 1440);
    font-size: calc(100vw * 16 / 1440);
  }

  .p-kerosene-delivery-about__price-num {
    font-size: calc(100vw * 32 / 1440);
  }

  .p-kerosene-delivery-area {
    padding: calc(100vw * 80 / 1440) 0;
  }

  .p-kerosene-delivery-area__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: calc(100vw * 60 / 1440);
    margin-top: calc(100vw * 40 / 1440);
  }

  .p-kerosene-delivery-area__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .p-kerosene-delivery-area__lead {
    font-size: calc(100vw * 18 / 1440);
  }

  .p-kerosene-delivery-area__lead-strong {
    font-size: calc(100vw * 36 / 1440);
  }

  .p-kerosene-delivery-area__box {
    margin: calc(100vw * 32 / 1440) auto 0;
    padding: calc(100vw * 16 / 1440) calc(100vw * 20 / 1440);
    width: calc(100vw * 300 / 1440);
  }

  .p-kerosene-delivery-area__box-header {
    height: calc(100vw * 34 / 1440);
    padding: 0 calc(100vw * 12 / 1440);
    border-radius: calc(100vw * 4 / 1440);
    font-size: calc(100vw * 16 / 1440);
  }

  .p-kerosene-delivery-area__box-list {
    text-align: left;
    margin-top: calc(100vw * 12 / 1440);
  }

  .p-kerosene-delivery-area__box-list li {
    font-size: calc(100vw * 16 / 1440);
  }

  .p-kerosene-delivery-area__note {
    font-size: calc(100vw * 16 / 1440);
    text-align: left;
    margin-top: calc(100vw * 24 / 1440);
  }

  .p-kerosene-delivery-area__map {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(100vw * 669 / 1440);
    border-radius: calc(100vw * 8 / 1440);
  }

  .p-kerosene-delivery-banner {
    padding: calc(100vw * 80 / 1440) 0;
  }

  .p-kerosene-delivery-banner__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 0;
    padding: 0 calc(100vw * 80 / 1440) calc(100vw * 50 / 1440);
    min-height: calc(100vw * 400 / 1440);
  }

  .p-kerosene-delivery-banner__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100vw * 670 / 1440);
    flex: 0 0 calc(100vw * 670 / 1440);
    padding: calc(100vw * 60 / 1440) calc(100vw * 50 / 1440) calc(100vw * 60 / 1440) calc(100vw * 44 / 1440);
  }

  .p-kerosene-delivery-banner__title {
    font-size: calc(100vw * 32 / 1440);
    line-height: calc(100vw * 50 / 1440);
  }

  .p-kerosene-delivery-banner__body {
    font-size: calc(100vw * 20 / 1440);
    line-height: calc(100vw * 36 / 1440);
    margin-top: calc(100vw * 24 / 1440);
    padding: 0 calc(100vw * 24 / 1440);
  }

  .p-kerosene-delivery-banner__photo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    aspect-ratio: auto;
  }

  .p-kerosene-delivery-flow {
    padding: calc(100vw * 80 / 1440) calc(100vw * 50 / 1440);
  }

  .p-kerosene-delivery-flow__lead {
    font-size: calc(100vw * 18 / 1440);
    margin-top: calc(100vw * 24 / 1440);
  }

  .p-kerosene-delivery-flow__card {
    border-radius: calc(100vw * 12 / 1440);
    -webkit-box-shadow: 0 0 calc(100vw * 8 / 1440) rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 calc(100vw * 8 / 1440) rgba(0, 0, 0, 0.25);
    padding: calc(100vw * 20 / 1440) calc(100vw * 20 / 1440) calc(100vw * 32 / 1440);
    min-height: calc(100vw * 280 / 1440);
    height: calc(100vw * 280 / 1440);
  }

  .p-kerosene-delivery-flow__card-icon {
    width: calc(100vw * 90 / 1440);
    height: calc(100vw * 90 / 1440);
  }

  .p-kerosene-delivery-flow__card-title {
    font-size: calc(100vw * 18 / 1440);
    margin-top: calc(100vw * 12 / 1440);
  }

  .p-kerosene-delivery-flow__card-body {
    font-size: calc(100vw * 14 / 1440);
    line-height: 1.7142857143;
    margin-top: calc(100vw * 8 / 1440);
  }

  .p-404__index {
    padding: calc(100vw * 64 / 1440) 0 calc(100vw * 120 / 1440);
  }

  .p-404__description {
    font-size: calc(100vw * 16 / 1440);
    margin-bottom: calc(100vw * 48 / 1440);
  }

  .p-404-mv {
    padding: calc(100vw * 220 / 1440) 0 calc(100vw * 60 / 1440);
  }

  .p-privacy-policy-mv {
    padding: calc(100vw * 220 / 1440) 0 calc(100vw * 160 / 1440);
  }

  .p-privacy-policy-index {
    padding: calc(100vw * 80 / 1440) 0 calc(100vw * 100 / 1440);
  }

  .p-privacy-policy-index__heading {
    font-size: calc(100vw * 24 / 1440);
    margin-bottom: calc(100vw * 56 / 1440);
  }

  .p-privacy-policy-index__body {
    border-radius: calc(100vw * 8 / 1440);
    padding: calc(100vw * 56 / 1440) calc(100vw * 80 / 1440);
  }

  .p-privacy-policy-index__body p {
    font-size: calc(100vw * 16 / 1440);
    margin-bottom: calc(100vw * 16 / 1440);
  }

  .p-privacy-policy-index__body h3 {
    font-size: calc(100vw * 16 / 1440);
    margin-top: calc(100vw * 40 / 1440);
    margin-bottom: calc(100vw * 8 / 1440);
  }

  .p-privacy-policy-index__body h3:first-of-type {
    margin-top: calc(100vw * 32 / 1440);
  }

  .p-privacy-policy-index__body ul {
    padding-left: calc(100vw * 24 / 1440);
    margin-bottom: calc(100vw * 16 / 1440);
  }

  .p-privacy-policy-index__body ul li {
    font-size: calc(100vw * 16 / 1440);
  }

  .p-top-mv {
    min-height: auto;
    height: calc(100vh - (100vw * 98 / 1440));
    margin-top: calc(100vw * 98 / 1440);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .p-top-mv__body {
    padding: calc(100vw * 60 / 1440) 0 calc(100vw * 60 / 1440) calc(100vw * 120 / 1440);
    max-width: calc(100vw * 760 / 1440);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
  }

  .p-top-mv__subtitle {
    font-size: calc(100vw * 18 / 1440);
  }

  .p-top-mv__accent {
    font-size: calc(100vw * 32 / 1440);
  }

  .p-top-mv__title {
    margin-top: calc(100vw * 16 / 1440);
    letter-spacing: 10%;
  }

  .p-top-mv__title-line {
    font-size: calc(100vw * 48 / 1440);
  }

  .p-top-mv__title-line--2 {
    font-size: calc(100vw * 48 / 1440);
  }

  .p-top-mv__line {
    width: calc(100vw * 200 / 1440);
    height: calc(100vw * 6 / 1440);
    margin-top: calc(100vw * 8 / 1440);
  }

  .p-top-mv__lead {
    margin-top: calc(100vw * 20 / 1440);
    font-size: calc(100vw * 18 / 1440);
  }

  .p-top-mv__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: calc(100vw * 16 / 1440);
    margin-top: calc(100vw * 40 / 1440);
    max-width: calc(100vw * 620 / 1440);
  }

  .p-top-mv__btns .c-btn__cta {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .p-top-mv__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    right: 0;
    bottom: calc(100vw * 70 / 1440);
    z-index: 100;
    width: calc(100vw * 288 / 1440);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    gap: calc(100vw * 16 / 1440);
  }

  .p-top-mv__nav.is-visible {
    opacity: 1;
    pointer-events: auto;
  }

  .p-top-reason {
    margin-top: calc(100vw * 100 / 1440);
  }

  .p-top-about {
    background: none;
  }

  .p-top-about__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: calc(100vw * 474 / 1440);
  }

  .p-top-about__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: calc(100vw * 60 / 1440) calc(100vw * 20 / 1440) calc(100vw * 60 / 1440) calc(100vw * 120 / 1440);
    max-width: calc(100vw * 740 / 1440);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-top-about__subtitle {
    font-size: calc(100vw * 24 / 1440);
  }

  .p-top-about__title {
    font-size: calc(100vw * 28 / 1440);
    line-height: 1.6;
    margin-top: calc(100vw * 16 / 1440);
  }

  .p-top-about__lead {
    font-size: calc(100vw * 16 / 1440);
    margin-top: calc(100vw * 24 / 1440);
  }

  .p-top-about__btn {
    margin-top: calc(100vw * 40 / 1440);
  }

  .p-top-about__photo {
    display: none;
  }

  .p-top-about__photo-pc {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 0;
  }

  .p-top-about__photo-pc picture {
    height: 100%;
  }

  .p-top-about__photo-pc img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }

  .p-top-service {
    padding: calc(100vw * 80 / 1440) calc(100vw * 120 / 1440) calc(100vw * 80 / 1440);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f6f6));
    background: -webkit-linear-gradient(top, #ffffff calc(100% - (100vw * 410 / 1440)), #f6f6f6 calc(100% - (100vw * 410 / 1440)));
    background: linear-gradient(to bottom, #ffffff calc(100% - (100vw * 410 / 1440)), #f6f6f6 calc(100% - (100vw * 410 / 1440)));
  }

  .p-top-service__lead {
    font-size: calc(100vw * 18 / 1440);
    line-height: 1.75;
    margin-top: calc(100vw * 24 / 1440);
    max-width: calc(100vw * 1200 / 1440);
    padding-right: calc(100vw * 60 / 1440);
  }

  .p-top-service__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: calc(100vw * 80 / 1440);
    margin-top: calc(100vw * 60 / 1440);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .p-top-service__card {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: calc(100vw * 12 / 1440);
    -webkit-box-shadow: 0 0 calc(100vw * 8 / 1440) rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 calc(100vw * 8 / 1440) rgba(0, 0, 0, 0.25);
  }

  .p-top-service__card-title {
    font-size: calc(100vw * 24 / 1440);
    padding: calc(100vw * 24 / 1440) calc(100vw * 40 / 1440) calc(100vw * 16 / 1440);
  }

  .p-top-service__card-image-wrap {
    padding-right: calc(100vw * 40 / 1440);
    padding-left: calc(100vw * 40 / 1440);
  }

  .p-top-service__card-label {
    height: calc(100vw * 44 / 1440);
    padding: 0 calc(100vw * 16 / 1440);
    font-size: calc(100vw * 16 / 1440);
    border-radius: 0 calc(100vw * 8 / 1440) 0 calc(100vw * 8 / 1440);
    left: calc(100vw * 40 / 1440);
  }

  .p-top-service__card-body {
    font-size: calc(100vw * 18 / 1440);
    padding: calc(100vw * 20 / 1440) calc(100vw * 40 / 1440) 0;
    text-align: left;
  }

  .p-top-service__card-points {
    margin: 0;
    padding: calc(100vw * 20 / 1440) calc(100vw * 40 / 1440) 0;
    gap: calc(100vw * 8 / 1440);
  }

  .p-top-service__card-point {
    gap: calc(100vw * 8 / 1440);
    font-size: calc(100vw * 18 / 1440);
  }

  .p-top-service__card-point::before {
    width: calc(100vw * 20 / 1440);
    height: calc(100vw * 20 / 1440);
  }

  .p-top-service__card-btn {
    margin: calc(100vw * 32 / 1440) auto calc(100vw * 32 / 1440);
  }
}

@media screen and (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .l-header__pc-link-text {
    -webkit-transition: none;
    transition: none;
  }
}

@media screen and (min-width: 768px) and (hover: hover) {
  .l-header .l-header__pc-link:hover {
    color: #AA1F24;
  }

  .l-header .l-header__pc-link:hover .l-header__pc-link-text:nth-child(1) {
    -webkit-transform: translate3d(0, -100%, calc(100vw * -1 / 1440));
    transform: translate3d(0, -100%, calc(100vw * -1 / 1440));
  }

  .l-header .l-header__pc-link:hover .l-header__pc-link-text:nth-child(2) {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  .c-btn__primary:hover {
    -webkit-transform: translateY(calc(100vw * -2 / 1440));
    transform: translateY(calc(100vw * -2 / 1440));
    -webkit-box-shadow: 0 calc(100vw * 8 / 1440) calc(100vw * 12 / 1440) rgba(0, 0, 0, 0.2);
    box-shadow: 0 calc(100vw * 8 / 1440) calc(100vw * 12 / 1440) rgba(0, 0, 0, 0.2);
  }

  .c-btn__primary:active {
    -webkit-transform: translateY(calc(100vw * 1 / 1440));
    transform: translateY(calc(100vw * 1 / 1440));
    -webkit-box-shadow: 0 calc(100vw * 2 / 1440) calc(100vw * 2 / 1440) rgba(0, 0, 0, 0.25);
    box-shadow: 0 calc(100vw * 2 / 1440) calc(100vw * 2 / 1440) rgba(0, 0, 0, 0.25);
  }

  .c-btn__primary--filled:hover,
  .c-btn__primary--filled:active {
    -webkit-box-shadow: 0 calc(100vw * 4 / 1440) calc(100vw * 4 / 1440) rgba(0, 0, 0, 0.25);
    box-shadow: 0 calc(100vw * 4 / 1440) calc(100vw * 4 / 1440) rgba(0, 0, 0, 0.25);
  }

  .c-btn__cta:hover {
    -webkit-transform: translateY(calc(100vw * -2 / 1440));
    transform: translateY(calc(100vw * -2 / 1440));
    -webkit-box-shadow: calc(100vw * 4 / 1440) calc(100vw * 10 / 1440) calc(100vw * 18 / 1440) rgba(0, 0, 0, 0.18);
    box-shadow: calc(100vw * 4 / 1440) calc(100vw * 10 / 1440) calc(100vw * 18 / 1440) rgba(0, 0, 0, 0.18);
  }

  .c-btn__cta:active {
    -webkit-transform: translateY(calc(100vw * 1 / 1440));
    transform: translateY(calc(100vw * 1 / 1440));
    -webkit-box-shadow: calc(100vw * 2 / 1440) calc(100vw * 2 / 1440) calc(100vw * 2 / 1440) rgba(0, 0, 0, 0.25);
    box-shadow: calc(100vw * 2 / 1440) calc(100vw * 2 / 1440) calc(100vw * 2 / 1440) rgba(0, 0, 0, 0.25);
  }

  .c-btn__ajax:hover {
    -webkit-box-shadow: 0 calc(100vw * 8 / 1440) 0 rgba(170, 31, 36, 0.22);
    box-shadow: 0 calc(100vw * 8 / 1440) 0 rgba(170, 31, 36, 0.22);
  }

  .p-diesel-delivery-mv__btn-web:hover {
    background-color: #ffffff;
    border-color: #23384b;
  }

  .p-diesel-delivery-mv__btn-web:hover .p-diesel-delivery-mv__btn-web-icon img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
  }

  .p-diesel-delivery-mv__btn-web:hover .p-diesel-delivery-mv__btn-web-title,
  .p-diesel-delivery-mv__btn-web:hover .p-diesel-delivery-mv__btn-web-sub {
    color: #23384b;
  }
}

@media screen and (min-width: 768px) and (hover: hover) and (prefers-reduced-motion: reduce) {
  .l-header .l-header__pc-link:hover .l-header__pc-link-text:nth-child(1),
  .l-header .l-header__pc-link:hover .l-header__pc-link-text:nth-child(2) {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media screen and (max-width: 768px) {
  img {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  a[href^=tel] {
    text-decoration: underline;
    pointer-events: auto;
  }

  .l-grid--block-sp {
    display: block;
  }

  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }

  .u-pc-flex {
    display: none !important;
  }

  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (hover: hover) {
  .l-header__sp-cta-phone:hover {
    opacity: 0.85;
  }

  .l-header__sp-cta-contact:hover {
    opacity: 0.85;
  }

  .l-footer__nav-link:hover {
    color: #AA1F24;
  }

  .c-cta__btn-phone:hover {
    opacity: 0.85;
  }

  .c-cta__btn-web:hover {
    background-color: #ffffff;
    border-color: #23384b;
  }

  .c-cta__btn-web:hover .c-cta__btn-web-icon img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
  }

  .c-cta__btn-web:hover .c-cta__btn-web-title,
  .c-cta__btn-web:hover .c-cta__btn-web-sub {
    color: #23384b;
  }

  .c-btn__primary:hover {
    background-color: var(--btn-color);
    color: #ffffff;
    -webkit-transform: translateY(calc(100vw * -2 / 393));
    transform: translateY(calc(100vw * -2 / 393));
    -webkit-box-shadow: 0 calc(100vw * 8 / 393) calc(100vw * 12 / 393) rgba(0, 0, 0, 0.2);
    box-shadow: 0 calc(100vw * 8 / 393) calc(100vw * 12 / 393) rgba(0, 0, 0, 0.2);
  }

  .c-btn__primary:active {
    -webkit-transform: translateY(calc(100vw * 1 / 393));
    transform: translateY(calc(100vw * 1 / 393));
    -webkit-box-shadow: 0 calc(100vw * 2 / 393) calc(100vw * 2 / 393) rgba(0, 0, 0, 0.25);
    box-shadow: 0 calc(100vw * 2 / 393) calc(100vw * 2 / 393) rgba(0, 0, 0, 0.25);
  }

  .c-btn__primary--filled:hover {
    background-color: #ffffff;
    color: var(--btn-color);
    border-color: var(--btn-color);
    -webkit-transform: none;
    transform: none;
    -webkit-box-shadow: 0 calc(100vw * 4 / 393) calc(100vw * 4 / 393) rgba(0, 0, 0, 0.25);
    box-shadow: 0 calc(100vw * 4 / 393) calc(100vw * 4 / 393) rgba(0, 0, 0, 0.25);
  }

  .c-btn__primary--filled:active {
    -webkit-transform: none;
    transform: none;
    -webkit-box-shadow: 0 calc(100vw * 4 / 393) calc(100vw * 4 / 393) rgba(0, 0, 0, 0.25);
    box-shadow: 0 calc(100vw * 4 / 393) calc(100vw * 4 / 393) rgba(0, 0, 0, 0.25);
  }

  .c-btn__secondary:hover {
    opacity: 0.7;
  }

  .c-btn__cta:hover {
    -webkit-transform: translateY(calc(100vw * -2 / 393));
    transform: translateY(calc(100vw * -2 / 393));
    -webkit-box-shadow: calc(100vw * 4 / 393) calc(100vw * 10 / 393) calc(100vw * 18 / 393) rgba(0, 0, 0, 0.18);
    box-shadow: calc(100vw * 4 / 393) calc(100vw * 10 / 393) calc(100vw * 18 / 393) rgba(0, 0, 0, 0.18);
  }

  .c-btn__cta:active {
    -webkit-transform: translateY(calc(100vw * 1 / 393));
    transform: translateY(calc(100vw * 1 / 393));
    -webkit-box-shadow: calc(100vw * 2 / 393) calc(100vw * 2 / 393) calc(100vw * 2 / 393) rgba(0, 0, 0, 0.25);
    box-shadow: calc(100vw * 2 / 393) calc(100vw * 2 / 393) calc(100vw * 2 / 393) rgba(0, 0, 0, 0.25);
  }

  .c-btn__ajax:hover {
    background-color: #AA1F24;
    color: #ffffff;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 calc(100vw * 6 / 1440) 0 rgba(170, 31, 36, 0.22);
    box-shadow: 0 calc(100vw * 6 / 1440) 0 rgba(170, 31, 36, 0.22);
  }

  .c-btn__ajax:hover .c-btn__ajax-cross {
    background-color: #ffffff;
  }

  .c-btn__ajax:hover .c-btn__ajax-cross::before,
  .c-btn__ajax:hover .c-btn__ajax-cross::after {
    background-color: #AA1F24;
  }

  a:hover .arrow_button:before {
    opacity: 0;
    -webkit-transform: translate(120%, -50%);
    transform: translate(120%, -50%);
  }

  a:hover .arrow_button:after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .c-btn__return:hover {
    background-color: #2E2E2E;
    color: #ffffff;
  }

  .p-booking-approval-confirm__btn:hover {
    opacity: 0.85;
  }

  .p-contact-form .wpcf7-form input[type=submit]:hover,
  .p-contact-form .wpcf7-form .wpcf7-submit:hover {
    opacity: 0.8;
  }

  .p-diesel-delivery-mv__btn-phone:hover {
    opacity: 0.85;
  }

  .p-faq-category__btn:hover {
    opacity: 0.85;
  }

  .p-kerosene-delivery-mv__btn-phone:hover {
    opacity: 0.85;
  }

  .p-kerosene-delivery-mv__btn-web:hover {
    background-color: #ffffff;
    border-color: #23384b;
  }

  .p-kerosene-delivery-mv__btn-web:hover .p-kerosene-delivery-mv__btn-web-icon img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
  }

  .p-kerosene-delivery-mv__btn-web:hover .p-kerosene-delivery-mv__btn-web-title,
  .p-kerosene-delivery-mv__btn-web:hover .p-kerosene-delivery-mv__btn-web-sub {
    color: #23384b;
  }

  .p-top-mv__nav-phone:hover {
    opacity: 0.85;
  }

  .p-top-mv__nav-web:hover {
    background-color: #ffffff;
    border-color: #23384b;
  }

  .p-top-mv__nav-web:hover .p-top-mv__nav-web-icon {
    -webkit-filter: brightness(0);
    filter: brightness(0);
  }

  .p-top-mv__nav-web:hover .p-top-mv__nav-web-title,
  .p-top-mv__nav-web:hover .p-top-mv__nav-web-sub {
    color: #23384b;
  }
}

@media (prefers-reduced-motion: reduce) {
  .p-top-mv__accent {
    -webkit-animation: none;
    animation: none;
    color: #AA1F24;
  }

  .p-top-mv__title-em {
    -webkit-animation: none;
    animation: none;
    color: #AA1F24;
  }
}
/*# sourceMappingURL=style.css.map */
