@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* 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;
  font-weight: inherit;
  margin: 0;
}

[tabindex="-1"]:focus-visible {
  outline: none !important;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

/**
 * 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;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: middle;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  white-space: normal;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* common */
/* ============================================ */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: #000;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  min-height: 100dvh;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
@media all and (max-width: 896px) {
  body {
    font-size: 1.4rem;
  }
}
body.is-fixed {
  height: 100%;
  overflow: hidden;
}
body.zh-TW {
  font-family: "Noto Sans TC", sans-serif;
}

a {
  color: currentColor;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.reading {
  overflow: hidden;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}

@media all and (max-width: 896px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 896px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

@media all and (max-width: 480px) {
  .portraitnone {
    display: none;
  }
}

.tabonly {
  display: none;
}
@media all and (max-width: 1025px) {
  .tabonly {
    display: block;
  }
}

@media all and (max-width: 1025px) {
  .tabnone {
    display: none;
  }
}

.mdonly {
  display: none;
}
@media all and (max-width: 600px) {
  .mdonly {
    display: block;
  }
}

@media all and (max-width: 600px) {
  .mdnone {
    display: none;
  }
}

.span_br {
  display: inline-block;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}
@media all and (max-width: 896px) {
  .mt10 {
    margin-top: 8px !important;
  }
}

.mt16 {
  margin-top: 16px !important;
}
@media all and (max-width: 896px) {
  .mt16 {
    margin-top: 12px !important;
  }
}

.mt24 {
  margin-top: 24px !important;
}
@media all and (max-width: 896px) {
  .mt24 {
    margin-top: 16px !important;
  }
}

.mt32 {
  margin-top: 32px !important;
}
@media all and (max-width: 896px) {
  .mt32 {
    margin-top: 20px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media all and (max-width: 896px) {
  .mt40 {
    margin-top: 24px !important;
  }
}

.mt48 {
  margin-top: 48px !important;
}
@media all and (max-width: 896px) {
  .mt48 {
    margin-top: 32px !important;
  }
}

.width {
  max-width: 1280px;
  width: calc(100% - 30px);
  margin: 0 auto;
  container-type: inline-size;
}

.outer {
  overflow: hidden;
}

.txt__center {
  text-align: center;
}

.common-btn {
  text-align: center;
  max-width: 320px;
  margin-top: 48px;
  margin-inline: auto;
}
@media all and (max-width: 896px) {
  .common-btn {
    max-width: 260px;
    margin-top: 32px;
  }
}
.common-btn > a {
  box-sizing: border-box;
  padding: 0.8em 0.5em;
  display: block;
  border: 2px solid #c20d23;
  font-size: 2rem;
  font-weight: 500;
  color: #c20d23;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .common-btn > a {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .common-btn > a:hover {
    opacity: 1;
    color: #fff;
  }
  .common-btn > a:hover::after {
    width: 100%;
  }
}
.common-btn > a::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #c20d23;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  transition: all 0.3s ease-out;
}

/* move */
/* ============================================ */
.moveTop {
  opacity: 0;
  transition: 0.5s;
  transform: translate(0, 80px);
}
.moveTop.current {
  opacity: 1;
  transform: translate(0, 0);
}

.moveNone {
  opacity: 0;
  transition: 0.5s;
}
.moveNone.current {
  opacity: 1;
  transform: translate(0, 0);
}

.moveRight {
  opacity: 0;
  transition: 0.5s;
  transform: translate(-80px, 0);
}
.moveRight.current {
  opacity: 1;
  transform: translate(0, 0);
}

.moveLeft {
  opacity: 0;
  transition: 0.5s;
  transform: translate(80px, 0);
}
.moveLeft.current {
  opacity: 1;
  transform: translate(0, 0);
}

/* blockskip */
/* ============================================ */
#blockskip {
  overflow: hidden;
  height: 0;
  background: #ddd;
  text-align: center;
}

/* header */
/* ============================================ */
.header {
  width: 100%;
  height: 60px;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 800;
  transition: all 0.3s ease-out;
}
.header-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 50px;
  padding: 10px 80px 10px 20px;
}
@media all and (max-width: 896px) {
  .header-contents {
    display: none;
  }
}
.header-menu {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 20px;
}
.header-menu > li.current {
  color: #c20d23;
}
.header-hamburger {
  display: grid;
  place-content: center;
  width: 60px;
  height: 60px;
  background: #c20d23;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 600;
}
.header-hamburger.active .header-hamburger__box > span:nth-of-type(1) {
  rotate: -45deg;
  translate: 0 9px;
}
.header-hamburger.active .header-hamburger__box > span:nth-of-type(2) {
  opacity: 0;
}
.header-hamburger.active .header-hamburger__box > span:nth-of-type(3) {
  rotate: 45deg;
  translate: 0 -9px;
}
.header-hamburger__box {
  width: 30px;
  height: 20px;
  position: relative;
}
.header-hamburger__box > span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s;
}
.header-hamburger__box > span:nth-of-type(1) {
  top: 0;
}
.header-hamburger__box > span:nth-of-type(2) {
  top: 9px;
}
.header-hamburger__box > span:nth-of-type(3) {
  bottom: 0;
}
.header-nav {
  width: 100%;
  max-width: 400px;
  height: 100dvh;
  padding: 100px 30px 80px;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 400;
  translate: 100% 0;
  transition: all 0.5s;
  overflow: auto;
}
.header-nav.open {
  translate: 0 0;
}
.header-nav__list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.header-nav__list > li {
  border-bottom: 1px solid #ccc;
  margin-top: 10px;
}
.header-nav__list > li:first-of-type {
  margin-top: 0;
}
.header-nav__icon {
  flex-shrink: 0;
  display: block;
  height: 16px;
  margin-right: 8px;
  transition: all 0.3s ease-out;
  position: relative;
}
@media all and (max-width: 896px) {
  .header-nav__icon {
    height: 14px;
    margin-right: 7px;
  }
}
.header-nav__icon::before, .header-nav__icon::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 10px;
  background: #000;
  position: absolute;
}
@media all and (max-width: 896px) {
  .header-nav__icon::before, .header-nav__icon::after {
    height: 9px;
  }
}
.header-nav__icon::before {
  top: 0;
  rotate: -45deg;
}
.header-nav__icon::after {
  bottom: 0;
  rotate: 45deg;
}
.header-acc__trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.header-acc__trigger.active .header-acc__icon {
  rotate: 180deg;
}
.header-acc__ttl {
  flex-grow: 1;
}
.header-acc__icon {
  flex-shrink: 0;
  display: block;
  width: 16px;
  margin-bottom: 8px;
  transition: all 0.3s ease-out;
  position: relative;
}
@media all and (max-width: 896px) {
  .header-acc__icon {
    width: 14px;
    margin-bottom: 7px;
  }
}
.header-acc__icon::before, .header-acc__icon::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 2px;
  background: #000;
  position: absolute;
}
@media all and (max-width: 896px) {
  .header-acc__icon::before, .header-acc__icon::after {
    width: 9px;
  }
}
.header-acc__icon::before {
  left: 0;
  rotate: 45deg;
}
.header-acc__icon::after {
  right: 0;
  rotate: -45deg;
}
.header-acc__list {
  padding: 4px 0 10px;
}
.header-acc__contents {
  overflow: hidden;
  height: 0;
}
.header-acc__contents.open {
  overflow: visible;
  height: auto;
  animation: navOpen 0.3s ease-out;
}
@keyframes navOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header .overlay {
  display: block;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  opacity: 0;
  transition: opacity 0.3s;
}
.header .overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

body.zh-TW .area__header--logo img {
  max-height: 70px;
}
@media all and (max-width: 896px) {
  body.zh-TW .area__header--logo img {
    max-height: 58px;
  }
}

/* footer */
/* ============================================ */
.footer {
  background-color: #fff4f9;
  text-align: center;
  padding: 5em 0 17vw 0;
  background-image: url(../images/common/footer.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer-bnr__ttl {
  margin-bottom: 1em;
  font-size: 1.1em;
  color: #c20d23;
}
.footer-bnr__list {
  width: 700px;
  max-width: 100%;
  font-size: 90%;
  margin: auto;
  display: flex;
  gap: 2em;
}
@media all and (max-width: 896px) {
  .footer-bnr__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5em;
  }
}
.footer-bnr__item {
  width: 50%;
}
@media all and (max-width: 896px) {
  .footer-bnr__item {
    width: 70%;
  }
}
.footer-bnr__item img {
  margin-bottom: 0.5em;
  border: 1px solid #ddd;
}
.footer-txt {
  margin-top: 4em;
}
.footer-txt__main {
  line-height: 2;
  font-size: 1.2em;
}
.footer-txt__main span {
  line-height: 1.5;
  display: block;
  font-size: 1.2rem;
}
.footer-txt__anniversary {
  margin-top: 1em;
}
.footer-txt__anniversary span {
  display: inline-block;
  margin-top: 0.5em;
  padding: 0.1em 1.5em;
  letter-spacing: 0.2em;
  background-color: #fcbfdc;
}
.footer-txt__anniversary img {
  max-width: 400px;
  width: 100%;
  height: auto;
}

#wrapper {
  position: relative;
}

/* pagetop
*****************************************************************/
.pagetop_arrow {
  position: fixed;
  right: 70px;
  bottom: -100px;
  z-index: 1500;
  transition: all 300ms 0s ease;
  opacity: 0;
}
.pagetop_arrow a {
  overflow: hidden;
  outline: none;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 5px;
}
.pagetop_arrow a img {
  width: 60px;
  height: auto;
}
@media (max-width: 1025px) {
  .pagetop_arrow {
    right: 10px;
  }
}
@media (max-width: 896px) {
  .pagetop_arrow a img {
    width: 30px;
  }
}

.fade_in .pagetop_arrow {
  opacity: 1;
  transition: all 300ms 0s ease;
  bottom: 100px;
}

/* drawer
*****************************************************************/
.area_drawer {
  z-index: 99999;
  position: relative;
}

.drawer-menu {
  box-sizing: border-box;
  position: fixed;
  overflow: scroll;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 80px 12vw;
  background: rgba(40, 20, 20, 0.9);
  transform: translate(100vw, 0);
  transition: width 475ms ease-out, transform 450ms ease, border-radius 0.8s 0.1s ease;
  border-bottom-left-radius: 100vw;
  opacity: 0;
  text-align: center;
}
@media (width < 896px) {
  .drawer-menu {
    padding: 40px 20px;
  }
}

.box_nav {
  display: inline-block;
}

.column_logo {
  text-align: center;
  padding: 0 0 20px;
  max-width: 320px;
  width: 70%;
  margin: auto;
}
.column_logo a {
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6em;
}
.column_logo a p {
  padding: 5px 0 0;
}

.side_navigation {
  border-top: #FFF dotted 1px;
}

.menu_main {
  padding: 20px 0;
  border-bottom: #FFF dotted 1px;
}

.item_main {
  box-sizing: border-box;
  width: 100%;
  padding: 4px 0;
  transform: translateX(100vw);
}
.item_main a {
  text-align: center;
  display: block;
  padding: 10px 16px;
  line-height: 1em;
  font-size: 1.8rem;
  font-weight: 500;
  color: #FFF;
}
.item_main a .txt_jp {
  font-size: 1.6rem;
}
@media (width < 1281px) {
  .item_main a .txt_jp {
    font-size: 1.5rem;
  }
}
.item_main a .txt_en {
  color: var(--omura_red);
  font-family: "Bebas Neue";
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 1.3px;
  padding: 10px 0 0;
}

.menu_sub {
  padding: 20px 0;
  border-bottom: #FFF dotted 1px;
}

.item_sub a {
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1em;
}

.menu-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 15px 13px;
  box-sizing: border-box;
  transition: 0.3s ease;
}
@media (width < 896px) {
  .menu-btn {
    top: 10px;
    right: 10px;
  }
}

.hamburger {
  position: relative;
  width: 100%;
  height: 100%;
}
.hamburger::before, .hamburger::after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  transition: 0.3s ease;
}
.hamburger::before {
  top: 0;
}
.hamburger::after {
  bottom: 0;
}

.button-bar {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.fix_nav .menu-btn, .fix_nav .btn__contact {
  top: 0px;
}

.open .drawer-menu {
  transform: translateY(0);
  border-bottom-left-radius: 0;
  opacity: 1;
  z-index: 2;
}
.open .button-bar {
  height: 0;
}
.open .button-bar::before {
  opacity: 1;
  top: 50%;
  transform: rotate(45deg) translateY(-50%) translateX(-1px);
  transition: 0.3s ease;
}
.open .button-bar::after {
  opacity: 1;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%) translateX(1px);
  transition: 0.3s ease;
}
.open .hamburger::before {
  top: 50%;
  transform: rotate(45deg) translateY(-50%) translateX(-1px);
  transition: 0.3s ease;
}
.open .hamburger::after {
  top: 50%;
  transform: rotate(-45deg) translateY(-50%) translateX(1px);
  transition: 0.3s ease;
}
.open .item_main {
  transform: translateX(0);
}

.sub_menu {
  position: absolute;
  top: 33px;
  right: 90px;
  z-index: 999999;
}
@media (width < 896px) {
  .sub_menu {
    top: 70px;
    right: 9px;
  }
}
.sub_menu ul {
  display: flex;
  overflow: hidden;
  background-color: #fff590;
  border: #FFF solid 2px;
  box-sizing: border-box;
  border-radius: 50px;
}
.sub_menu ul li {
  font-size: 1.4rem;
  line-height: 1em;
  color: #000;
  font-weight: 700;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
}
@media (width < 896px) {
  .sub_menu ul li {
    font-size: 1.1rem;
  }
}
.sub_menu ul li a {
  display: block;
  padding: 5px 7px;
  color: #000;
  cursor: default;
}
@media (width < 896px) {
  .sub_menu ul li a {
    padding: 3px 5px;
  }
}
.sub_menu ul li a.active_link {
  background-color: #FFF;
  color: #CCC;
  cursor: pointer;
}
.sub_menu ul li a.active_link:hover {
  color: #FFF;
  background-color: #c20d23;
  opacity: 1;
}

/* elemments
*****************************************************************/
.lower {
  background-image: url(../images/common/bg_header_pc.webp);
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (width < 480px) {
  .lower {
    background-image: url(../images/common/bg_header.webp);
    background-size: 170% auto;
    background-position: center top;
  }
}

.area__header {
  height: 90px;
}
@media (width < 896px) {
  .area__header {
    height: 70px;
  }
}

.area__header--logo {
  width: 230px;
  padding: 16px 0 0 20px;
}
@media (width < 896px) {
  .area__header--logo {
    padding: 8px 0 0 10px;
    width: 200px;
  }
}

.line_ttl {
  border-top: #c20d23 solid 1px;
  width: 100vw;
  padding: 1.5625vw 20px 0;
}

.hd_lower {
  font-weight: 900;
  font-size: clamp(3rem, 3.125vw, 6rem);
  color: #FFF;
  text-align: center;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.newline {
  display: inline-block;
}