@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@300;400;500;700&display=swap);
@charset "UTF-8";
/*================================================
Foundation
================================================*/
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  -moz-tab-size: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0; /* Reset `padding` and `margin` of all elements */
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  color: inherit; /* Correct border color in Firefox. */
  height: 0; /* Add the correct box sizing in Firefox */
  overflow: visible; /* Show the overflow in Edge and IE */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/*=====
変数
=====*/
/*=====
Mixin
=====*/
body {
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.75;
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
}

ul, ol {
  padding-left: 0;
}

li {
  list-style: none;
}

img, svg {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
}

/*================================================
Layout
================================================*/
.l-main {
  min-height: 100vh;
}

.l-header {
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  height: 50px;
}

.l-footer {
  background-color: #1C98C6;
  color: #ffffff;
  padding-top: 3rem;
}

/*================================================
Object
================================================*/
.c-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.c-container--s {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.c-hamburger {
  height: 20px;
  position: relative;
  width: 28px;
  z-index: 999;
}
.c-hamburger__line {
  background-color: #000000;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transition: opacity 0.1s ease, top 0.3s ease, background-color 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.1s ease, top 0.3s ease, background-color 0.3s, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.1s ease, transform 0.3s ease, top 0.3s ease, background-color 0.3s;
  transition: opacity 0.1s ease, transform 0.3s ease, top 0.3s ease, background-color 0.3s;
  transition: opacity 0.1s ease, transform 0.3s ease, top 0.3s ease, background-color 0.3s, -webkit-transform 0.3s ease;
  width: 28px;
}
.c-hamburger__line1 {
  top: 0;
}
.c-hamburger__line2 {
  top: 9px;
}
.c-hamburger__line3 {
  top: 18px;
}
.c-hamburger__check {
  display: none;
}
.c-hamburger__check:checked ~ .c-hamburger__button {
  position: fixed;
}
.c-hamburger__check:checked ~ .c-hamburger__button .c-hamburger__line1 {
  background-color: #ffffff;
  top: 8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-hamburger__check:checked ~ .c-hamburger__button .c-hamburger__line2 {
  opacity: 0;
}
.c-hamburger__check:checked ~ .c-hamburger__button .c-hamburger__line3 {
  background-color: #ffffff;
  top: 8px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.c-hamburger__check:checked ~ .c-hamburger__nav {
  opacity: 1;
  visibility: visible;
}
.c-hamburger__button {
  position: relative;
  z-index: 100;
}
.c-hamburger__nav {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  left: 0;
  opacity: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 60px;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  width: 100vw;
  z-index: 99;
}
.c-hamburger__item {
  border-bottom: 1px dashed #ffffff;
}
.c-hamburger__link {
  color: #ffffff;
  display: block;
  padding: 12px;
}
.c-hamburger__link:hover {
  opacity: 0.8;
}

.c-split {
  display: inline-block;
}
.c-split--block {
  display: block;
}

.p-section__title {
  color: #FFE577;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 2rem;
  padding-top: 32px;
  position: relative;
  text-align: center;
}
.p-section__title::before {
  background-image: url(../svg/title.svg);
  background-position: center;
  background-size: contain;
  content: "";
  height: 32px;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
}
.p-section__title span.l {
  font-size: 48px;
}

.p-banner {
  position: relative;
}
.p-banner::before {
  content: "";
  display: block;
  padding-top: 120%;
}
.p-banner__text {
  bottom: 15%;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  left: 0;
  letter-spacing: 0.1em;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 3;
}
.p-banner__title {
  border-bottom: 2px solid #ffffff;
  display: inline-block;
  font-size: 28px;
  margin-bottom: 1rem;
}
.p-banner__caption {
  font-size: 22px;
}
.p-banner__image {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-concept {
  padding-top: 6em;
}
.p-concept__title {
  margin-bottom: 2rem;
  text-align: center;
}

.p-cost {
  margin-top: -6em;
}

.p-difference {
  background-image: url(../images/difference.png);
  background-position: top;
  background-size: cover;
  color: #ffffff;
  padding-bottom: 9em;
  padding-top: 3em;
}
.p-difference__inner {
  position: relative;
}
.p-difference__header {
  margin-bottom: 30vh;
  text-align: center;
}
.p-difference__header-media {
  margin-bottom: 1rem;
}
.p-difference__header-caption {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 700;
}
.p-difference__header-caption span.l {
  font-size: 32px;
}
.p-difference__footer-movie {
  margin-bottom: 1rem;
  position: relative;
}
.p-difference__footer-movie iframe {
  aspect-ratio: 16/9;
}

.p-favorite {
  background-color: #000000;
}
.p-favorite__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFE577;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 300;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
  position: relative;
  text-align: center;
}
.p-favorite__title::before, .p-favorite__title::after {
  background-color: #FFE577;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
}
.p-favorite__title::before {
  margin-right: 1.5rem;
}
.p-favorite__title::after {
  margin-left: 1.5rem;
}
.p-favorite__column {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-favorite__media {
  width: 25%;
}
.p-favorite__text {
  color: #ffffff;
  padding-left: 2rem;
  width: 75%;
}
.p-favorite__name {
  color: #FFE577;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 300;
}

.p-footer {
  border-top: 1px solid #ffffff;
  font-weight: 300;
  margin-top: 3rem;
  padding-top: 1.5rem;
}
.p-footer__contact, .p-footer__info {
  padding-bottom: 1.5rem;
}
.p-footer__info {
  font-size: 0.75rem;
}

.p-handling {
  background-image: url(../images/handling.png);
  background-position: center;
  background-size: cover;
  margin-top: -6em;
  padding-bottom: 3em;
  padding-top: 6em;
}
.p-handling__title {
  margin-bottom: 2rem;
  text-align: center;
}
.p-handling__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
  padding-left: 1rem;
  padding-right: 1rem;
}

.p-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 5vw;
  padding-right: 5vw;
}
.p-header__logo-link {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.p-header__logo-link:hover {
  color: #EB6D00;
}
.p-header__nav {
  display: none;
}
.p-header__menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-header__item {
  display: block;
  margin-left: 2rem;
}
.p-header__link {
  padding-bottom: 14px;
  position: relative;
}
.p-header__link::after {
  background-color: #EB6D00;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 100%;
}
.p-header__link:hover::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.p-item {
  padding-bottom: 6em;
  padding-top: 3rem;
}
.p-item.black {
  background-color: #000000;
  color: #ffffff;
}
.p-item.black .p-item__header-title {
  border-bottom: 2px solid #ffffff;
}
.p-item.black .p-item__link {
  border: 2px solid #FFE577;
  color: #FFE577;
}
.p-item.black .p-item__link::after {
  border-left: 10.39px solid #FFE577;
}
.p-item.black .p-item__link:hover {
  background-color: #FFE577;
  color: #000000;
}
.p-item.black .p-item__link:hover::after {
  border-left: 10.39px solid #000000;
}
.p-item__header {
  margin-bottom: 2rem;
  position: relative;
}
.p-item__header::before {
  background-size: contain;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 35%;
  z-index: 1;
}
.p-item__header.n1::before {
  background-image: url(../images/beer1.png);
}
.p-item__header.n2::before {
  background-image: url(../images/beer2.png);
}
.p-item__header.n3::before {
  background-image: url(../images/beer3.png);
}
.p-item__header.n4::before {
  background-image: url(../images/beer4.png);
}
.p-item__header.n5::before {
  background-image: url(../images/beer5.png);
}
.p-item__header.n6::before {
  background-image: url(../images/beer6.png);
}
.p-item__header-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-item__header-text {
  padding-bottom: 2rem;
  text-align: center;
  width: 65%;
}
.p-item__header-title {
  border-bottom: 2px solid #000000;
  display: inline-block;
  font-size: 28px;
  margin-bottom: 1rem;
}
.p-item__header-caption {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
}
.p-item__header-caution {
  color: #888;
}
.p-item__header-media {
  width: 40%;
}
.p-item__caption {
  position: relative;
  z-index: 3;
}
.p-item__title {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 2rem;
  text-align: center;
}
.p-item__grid {
  display: grid;
  gap: 1.5rem 1rem;
  grid-template-columns: 1fr 1fr;
}
.p-item__image {
  aspect-ratio: 1/1;
}
.p-item__name {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
.p-item__price {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.p-item__link {
  border: 2px solid #DE0000;
  border-radius: 24px;
  color: #DE0000;
  display: block;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  width: 100%;
}
.p-item__link::after {
  border-bottom: 6px solid transparent;
  border-left: 10.39px solid #DE0000;
  border-top: 6px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: 16px;
  top: 8px;
  -webkit-transition: border-left 0.3s, -webkit-transform 0.3s;
  transition: border-left 0.3s, -webkit-transform 0.3s;
  -o-transition: border-left 0.3s, transform 0.3s;
  transition: border-left 0.3s, transform 0.3s;
  transition: border-left 0.3s, transform 0.3s, -webkit-transform 0.3s;
  width: 0;
}
.p-item__link:hover {
  background-color: #DE0000;
  color: #ffffff;
}
.p-item__link:hover::after {
  border-left: 10.39px solid #ffffff;
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
}

.p-mainvisual {
  position: relative;
}
.p-mainvisual::before {
  content: "";
  display: block;
  padding-top: 175%;
}
.p-mainvisual__image {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-mainvisual__text {
  bottom: 1.5rem;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  left: 1.5rem;
  position: absolute;
  width: 70%;
  z-index: 3;
}
.p-mainvisual__title {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.p-mainvisual__title span {
  border-bottom: 1px solid #ffffff;
}
.p-mainvisual__caption {
  left: 1rem;
  position: absolute;
  top: 1rem;
  width: 50px;
  z-index: 3;
}
.p-mainvisual__center {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
  z-index: 3;
}

.p-site {
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
.p-site__title {
  margin-bottom: 1.5rem;
}
.p-site__grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr 1fr;
}
.p-site__button {
  border: 2px solid #ffffff;
  border-radius: 32px;
  display: block;
  font-size: 24px;
  margin: 3rem auto;
  padding: 4px 2rem;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  width: 80%;
}
.p-site__button:hover {
  background-color: #ffffff;
  color: #000000;
}
.p-site__link {
  display: block;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-site__link:hover {
  opacity: 0.7;
}

.p-speed {
  background-image: url(../images/speed.png);
  background-size: cover;
  padding: 3em 0 9em;
}
.p-speed__inner {
  overflow: hidden;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}
.p-speed__title {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 2rem;
  text-align: center;
}
.p-speed__title span {
  line-height: 1.25;
  margin-bottom: 0.5rem;
}
.p-speed__title span.r {
  border-bottom: 1px solid #DE0000;
  color: #DE0000;
  font-size: 36px;
  font-weight: 700;
}
.p-speed__case {
  text-align: center;
}
.p-speed__caption {
  font-weight: 700;
}
.p-speed__media {
  margin-bottom: 1rem;
  width: calc(100% + 2rem);
}
.p-speed__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 4px;
}
.p-speed__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  -webkit-box-shadow: 4px 4px 4px rgba(235, 109, 0, 0.1), -4px 4px 4px rgba(235, 109, 0, 0.1), 4px -4px 4px rgba(235, 109, 0, 0.1), -4px -4px 4px rgba(235, 109, 0, 0.1);
          box-shadow: 4px 4px 4px rgba(235, 109, 0, 0.1), -4px 4px 4px rgba(235, 109, 0, 0.1), 4px -4px 4px rgba(235, 109, 0, 0.1), -4px -4px 4px rgba(235, 109, 0, 0.1);
  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;
  text-align: center;
}
.p-speed__price, .p-speed__time {
  width: 100%;
}
.p-speed__area {
  border-bottom: 2px solid #000000;
  font-size: 18px;
  margin: 0 auto;
  width: 80%;
}
.p-speed__price {
  font-size: 22px;
  line-height: 1.5;
}
.p-speed__time {
  font-size: 16px;
  font-weight: 700;
}

.u-mbs {
  margin-bottom: 1rem;
}

.u-ptxxl {
  padding-top: 6em;
}

@media (min-width: 1200px) {
  body {
    font-size: 16px;
  }
  .l-header {
    height: 80px;
  }
  .p-header__hamburger {
    display: none;
  }
  .p-header__nav {
    display: block;
  }
}

@media (min-width: 520px) {
  h2 {
    font-size: 28px;
  }
  .p-banner__title {
    font-size: 32px;
  }
  .p-banner__caption {
    font-size: 28px;
  }
  .p-concept__title {
    font-size: 28px;
  }
  .p-difference__header-caption {
    font-size: 24px;
  }
  .p-difference__header-caption span.l {
    font-size: 48px;
  }
  .p-item__header-title {
    font-size: 36px;
  }
  .p-item__header-caption {
    font-size: 24px;
  }
  .p-item__name {
    font-size: 0.9rem;
    padding-left: 1.2rem;
  }
  .p-item__name::before {
    background-image: url(../svg/item-name.svg);
    background-size: contain;
    content: "";
    height: 0.9rem;
    left: 0;
    position: absolute;
    top: 4px;
    width: 0.9rem;
  }
  .p-item__price {
    font-size: 0.9rem;
    padding-left: 1.2rem;
  }
  .p-mainvisual::before {
    padding-top: 175%;
  }
  .p-mainvisual__title {
    font-size: 40px;
  }
  .p-mainvisual__caption {
    width: 70px;
  }
  .p-site__button {
    width: 60%;
  }
  .p-speed__title {
    font-size: 32px;
  }
  .p-speed__title span.r {
    font-size: 52px;
  }
  .p-speed__caption {
    font-size: 20px;
  }
  .p-speed__area {
    font-size: 28px;
  }
  .p-speed__price {
    font-size: 32px;
  }
  .p-speed__time {
    font-size: 24px;
  }
}

/*# sourceMappingURL=style.css.map*/