@charset "UTF-8";
/*WEBフォントの読み込み*/
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");
/*==============================================
/* 1. リセットCSS
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
/* ============================================= */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0; }

main {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

/*==============================================
/* 2. 要素スタイルの定義
/* ============================================= */
/*----------------------------*/
/*全要素
/*----------------------------*/
* {
  box-sizing: border-box; }

/*----------------------------*/
/*構造
/*----------------------------*/
/*html{
	scroll-behavior: smooth;
}*/
body {
  font-family: "Shippori Mincho B1", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.125rem;
  position: relative;
  line-height: 1.8;
  margin: 0;
  color: #111111;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

body.is-noScroll {
  overflow: hidden; }

@media screen and (max-width: 812px) {
  body {
    font-size: 0.875rem; } }
/*構造化タグのdisplay属性のブロック可*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/* マーク・強調：figure*/
figure {
  margin: 1em 0; }

/*----------------------------*/
/*見出し
/*----------------------------*/
/* -- H2 --*/
h2 {
  font-size: 2.125rem;
  font-family: "M PLUS Rounded 1c", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: bold; }

@media screen and (max-width: 812px) {
  h2 {
    font-size: 1.75rem; } }
/* -- H3 --*/
h3 {
  font-size: 1.75rem;
  font-family: "M PLUS Rounded 1c", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: bold; }

@media screen and (max-width: 812px) {
  h3 {
    font-size: 1.375rem; } }
/* -- H4 --*/
h4 {
  font-size: 1.5rem;
  font-family: "M PLUS Rounded 1c", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: bold; }

@media screen and (max-width: 812px) {
  h4 {
    font-size: 1.25rem; } }
/* -- H5 --*/
h5 {
  font-size: 1.375rem;
  font-family: "M PLUS Rounded 1c", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: bold; }

@media screen and (max-width: 812px) {
  h5 {
    font-size: 1.125rem; } }
/* -- H6 --*/
h6 {
  font-size: 1.125rem;
  font-family: "M PLUS Rounded 1c", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: bold; }

@media screen and (max-width: 812px) {
  h6 {
    font-size: 1rem; } }
/*----------------------------*/
/*リスト関連（UL/OL/DL）
/*----------------------------*/
/* -- UL：箇条書き --*/
ul {
  margin: 0;
  padding: 0;
  list-style: none; }

ul li {
  margin-left: 1.5em;
  list-style: disc;
  text-indent: 0px; }

/* -- OL：番号付きリスト -- */
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

ol li {
  margin-left: 1.25em;
  list-style: decimal;
  text-indent: 0px; }

/* -- DL：説明リスト --*/
dl {
  margin: 0; }

dt {
  font-weight: bold; }

dd {
  box-sizing: border-box;
  padding-left: 0.8em;
  margin: 0; }

/*----------------------------*/
/*テーブル・表組（TABEL）
/*----------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100% !important; }

table th, table td {
  border: 1px solid #333333;
  vertical-align: middle;
  padding: 8px; }

table th {
  font-weight: bold;
  background-color: #efefef; }

table td {
  text-align: left; }

/*----------------------------*/
/*テキスト・リンク関連
/*----------------------------*/
/* -- a：リンク --*/
a {
  cursor: pointer;
  text-decoration: underline;
  color: #07365b; }

a:not([href]) {
  cursor: text; }

a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  margin-right: 0.25em;
  background-image: url(image/icon_gaibu__blue.svg);
  position: relative;
  top: 0.25em; }

a[target="_blank"][href$=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.5em;
  margin-left: 0.5em;
  background-image: url(image/icon_pdf__blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 0.25em; }

a[data-tellink] {
  color: inherit; }

a[data-tellink][href="javascript:void(0);"] {
  text-decoration: none;
  cursor: default; }

/* -- p：段落 --*/
p {
  line-height: 1.8;
  margin: 0.5em 0px; }

/* -- blockquote：引用 --*/
blockquote {
  position: relative;
  background-color: #EFEFEF;
  padding: 2.5em 1.5em;
  margin: 1em 0;
  border-radius: 6px;
  font-style: italic; }

blockquote:before {
  content: "“";
  display: inline-block;
  position: absolute;
  left: 0.5em;
  top: 0.5em;
  font-size: 200%; }

blockquote:after {
  content: "”";
  display: inline-block;
  position: absolute;
  right: 1.0em;
  bottom: 0.5em;
  font-size: 200%;
  line-height: 1; }

/* -- strong：強調 --*/
strong {
  font-weight: bold; }

/* -- em：斜体 --*/
em {
  font-style: italic; }

/* -- 下線 --*/
ins {
  text-decoration: underline; }

/* -- 削除：del --*/
del {
  text-decoration: line-through double; }

/* -- 取り消し：s --*/
s {
  text-decoration: line-through; }

/* -- 水平線：hr --*/
hr {
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  height: 0px; }

/* マーク・強調：mark*/
mark {
  background-color: #ff9;
  color: #000; }

/*----------------------------*/
/*外部ソース読込関連（iframe）
/*----------------------------*/
iframe {
  max-width: 100%;
  border: none; }

@media screen and (max-width: 814px) {
  iframe {
    width: 100%; } }
/*----------------------------*/
/*画像スタイル関連
/*----------------------------*/
img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  text-align: center;
  vertical-align: top; }

/*----------------------------*/
/*動画スタイル関連
/*----------------------------*/
video {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain; }

/*----------------------------*/
/*フォーム関連（入力：input・select・textarea）
/*----------------------------*/
/* -- 一律設定 --*/
input {
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none; }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="date"],
input[type="datetime-local"],
input[type="week"],
input[type="time"],
input[type="month"],
input[type="url"],
input[type="password"],
textarea {
  font-family: var(--font-default);
  line-height: 2.2em;
  padding: 8px 3px;
  border: solid #CDCDCD 2px;
  background-color: #FFF;
  color: inherit;
  border-radius: 3px;
  font-size: 1.125rem;
  -webkit-appearance: none;
  appearance: none; }

input[type="week"] {
  letter-spacing: 0.05em; }

input[type="text"]:before {
  content: "aaa"; }

/*readonly 設定*/
input[type="text"]:read-only,
input[type="tel"]:read-only,
input[type="email"]:read-only,
input[type="number"]:read-only,
input[type="search"]:read-only,
input[type="date"]:read-only,
input[type="datetime-local"]:read-only,
input[type="week"]:read-only,
input[type="time"]:read-only,
input[type="month"]:read-only,
input[type="url"]:read-only,
input[type="password"]:read-only,
textarea:read-only,
select:read-only {
  background-color: #F9F9F9; }

/*disabled 設定*/
input[type="text"]:disabled,
input[type="tel"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="date"]:disabled,
input[type="datetime-local"]:disabled,
input[type="week"]:disabled,
input[type="time"]:disabled,
input[type="month"]:disabled,
input[type="url"]:disabled,
input[type="password"]:disabled,
textarea:disabled,
select:disabled {
  background-color: #F9F9F9; }

/* -- input::placeholder：プレースホルダー --*/
input::placeholder {
  color: #ADADAD; }

/* -- textarea：テキストエリア --*/
textarea {
  line-height: 2.0rem;
  padding: 2px 5px;
  width: 100%; }

/* -- select：セレクトボックス --*/
select {
  -webkit-appearance: none;
  appearance: none;
  height: 2.1em;
  line-height: 2.1em;
  padding: 8px 3px;
  padding-right: 1.2em;
  border: solid #CDCDCD 2px;
  background-color: #FFF;
  background-image: url(image/ui/icon_ui_selectArrow__black.svg);
  background-size: 0.50em;
  background-repeat: no-repeat;
  background-position: right 6px center;
  color: inherit;
  border-radius: 3px;
  font-size: 1.125rem;
  max-width: calc( 100% - ( 8px + 1em ) );
  box-sizing: content-box; }

/* -- input[type="checkbox"]：チェックボックス--*/
input[type="checkbox"] {
  /* 表示無効化*/
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute; }

input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  min-height: 2.2em;
  line-height: 2.2em;
  vertical-align: middle;
  padding: 8px 8px;
  padding-left: 40px;
  cursor: pointer;
  border: solid 2px transparent; }

input[type="checkbox"] + label:before {
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #686868;
  border-radius: 5px;
  background-color: #FFF; }

/*チェックされているとき*/
input[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -3px;
  transform: rotate(45deg) translate(-3px, calc((50% + 12px) * -1));
  width: 10px;
  height: 20px;
  border: solid 2px transparent;
  border-bottom: 4px solid #686868;
  border-right: 4px solid #686868;
  border-radius: 2px;
  background: transparent;
  box-shadow: none; }

/*無効化されているとき*/
input[type="checkbox"]:disabled + label:before {
  border: 1px solid #DFDFDF;
  background-color: #DFDFDF; }

input[type="checkbox"]:disabled:checked + label:before {
  border: 1px solid #DFDFDF;
  background-color: #FFFFFF; }

input[type="checkbox"]:disabled:checked + label:after {
  opacity: 0.6; }

/*フォーカスされているとき*/
input[type="checkbox"]:focus + label {
  border: solid 2px #DFDFDF; }

@media screen and (max-width: 814px) {
  input[type="checkbox"] + label {
    display: block; } }
/* -- input[type="radio"]：ラジオボタン --*/
input[type="radio"] {
  /* 表示無効化*/
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  font-size: 1.125rem; }

input[type="radio"] + label {
  display: inline-block;
  position: relative;
  min-height: 2.2em;
  line-height: 2.2em;
  vertical-align: middle;
  padding: 9px 8px;
  padding-left: 40px;
  cursor: pointer;
  border: solid 2px transparent; }

input[type="radio"] + label:before {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  content: "";
  width: 25px;
  height: 25px;
  border: 1px solid #686868;
  border-radius: 1em;
  background-color: #FFFFFF; }

/*チェックされているとき*/
input[type="radio"]:checked + label:after {
  position: absolute;
  top: calc(50% + 4px);
  left: calc(4px + 5px);
  transform: translateY(calc((50% + 4px) * -1));
  content: "";
  width: 19px;
  height: 19px;
  border: none;
  background-color: #686868;
  border-radius: 1em; }

/*無効化されているとき*/
input[type="radio"]:disabled + label {
  color: #DFDFDF;
  cursor: default; }

input[type="radio"]:disabled + label:before {
  border: 1px solid #DFDFDF;
  background-color: #DFDFDF; }

input[type="radio"]:disabled:checked + label:before {
  border: 1px solid #DFDFDF;
  background-color: #FFFFFF; }

input[type="radio"]:disabled:checked + label:after {
  opacity: 0.6; }

/*フォーカスされているとき*/
input[type="radio"]:focus + label {
  border: solid 2px #DFDFDF; }

@media screen and (max-width: 814px) {
  input[type="radio"] + label {
    display: block; } }
/* -- input[type="number"]：数値入力--*/
input[type="number"] {
  text-align: right;
  padding-right: 0; }

/* -- input[type="date"]：年月日（カレンダー）- --*/
input[type="date"] {
  text-align: right; }

/* -- input[type="month"]：年月（カレンダー）- --*/
input[type="month"] {
  text-align: right; }

/* -- input[type="text"]：テキスト --*/
/*設定なし*/
/* -- input[type="tel"]：電話番号 --*/
/*設定なし*/
/* -- input[type="email"]：E-mail --*/
/*設定なし*/
/* -- input[type="search"]：検索 --*/
/*設定なし*/
/* -- input[type="checkbox"]：レンジスライダー--*/
/*設定なし*/
/*----------------------------*/
/*フォーム関連（ボタン：submit・button）
/*----------------------------*/
/*共通設定*/
input[type="submit"],
input[type="button"],
input[type="reset"],
button {
  /* iOSでのデフォルトスタイルをリセット */
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  border: solid 1px #252525;
  /* 装飾 */
  padding: 10px 20px;
  font-weight: normal;
  min-height: 30px;
  cursor: pointer;
  font-size: 1rem;
  cursor: pointer;
  transition: opacity 0.3s;
  opacity: 1; }

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none; }

input[type="submit"]:focus,
input[type="button"]:focus,
button:focus {
  outline-offset: -2px; }

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
  opacity: 0.6; }

input.is-error[type],
textarea.is-error,
select.is-error {
  background-color: #ffebed; }

/*----------------------------*/
/*フォーム関連（レイアウト関連：fieldset・legend）
/*----------------------------*/
fieldset {
  border: none;
  padding: 0;
  margin: 0; }

fieldset + fieldset {
  margin-top: 10px; }

.c-midashi-underbar {
  	/*
  	&:before {
  		position: absolute;
  		bottom: 0;
  		left: 0;
  		display: block;
  		content: "";
  		font-size: inherit;
  		height: 3px;
  		width: 100%;
  		background-color: $COLOR_ORANGE;
  	}
  
  	&:after {
  		position: absolute;
  		bottom: 0;
  		left: 0;
  		display: block;
  		content: "";
  		font-size: inherit;
  		height: 3px;
  		width: 20%;
  		background-color: $COLOR_GREEN;
  	}
  		*/ }
  .c-midashi-underbar {
    display: block;
    position: relative;
    margin-bottom: 42px;
    margin-top: 16px;
    padding-bottom: 8px;
    line-height: 1.4em; }
  .c-midashi-underbar:before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    font-size: inherit;
    height: 3px;
    width: 100%;
    background-color: #333333; }

.c-midashi-ver {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  gap: 0px 16px;
  grid-template-areas: "deco sub" "deco main";
  align-items: stretch;
  border-bottom: #333333 solid 1px; }
.c-midashi-ver:before {
  grid-area: deco;
  content: "";
  display: block;
  width: 8px;
  background-color: #FF8440;
  border-bottom: 15px solid #399969; }
.c-midashi-ver .this-main {
  grid-area: main;
  line-height: 1em;
  padding-bottom: 3px; }
.c-midashi-ver .this-sub {
  grid-area: sub;
  font-size: 0.6em;
  line-height: 1em;
  color: #FF8440;
  padding-top: 3px; }

.c-linkBtn {
  position: relative;
  display: inline-block;
  padding: 0.5rem 3.5rem 0.5rem 1.5rem;
  margin: 0.25rem 0;
  background-color: #111111;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  opacity: 1; }
.c-linkBtn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s ease; }
.c-linkBtn:hover::before {
  animation: basic-btn-line 700ms;
  transition: all 0.3s; }
.c-linkBtn[target="_blank"]::after {
  background-image: url(image/icon_gaibu__white.svg); }
.c-linkBtn[target="_blank"][href$=".pdf"]::after {
  background-image: url(image/icon_pdf__white.svg); }
.c-linkBtn.this-noLink {
  pointer-events: none;
  padding-right: 8px; }
  .c-linkBtn.this-noLink:after {
    display: none; }

@keyframes basic-btn-line {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0; }
  50% {
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0; }
  50.1% {
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; } }
.c-marker {
  display: inline;
  padding: 0 5px;
  background: linear-gradient(0deg, #ecff00 0%, #ecff00 50%, rgba(236, 255, 0, 0) 50%, rgba(236, 255, 0, 0) 100%); }

.c-svg-pin {
  fill: #333333;
  stroke: #fff;
  stroke-miterlimit: 10; }
.c-svg-pin.this-full {
  fill: #E53C3C; }
.c-svg-pin.this-conf {
  fill: #F2A949; }
.c-svg-pin.this-empty {
  fill: #4094D3; }
.c-svg-pin.this-close {
  fill: #878787; }

/*―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/*  (o-）グローバルレイアウト：全ページで利用されるレイアウト
/*―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/*-- 注意・警告 .o-attention --*/
.o-attention {
  background-color: #fedee1;
  padding: 20px;
  margin: auto;
  border-radius: 6px; }
.o-attention__midashi, .o-attention h2, .o-attention h3, .o-attention h4, .o-attention h5, .o-attention h6 {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
  background-color: transparent;
  text-align: left;
  border: 0;
  color: #E50012;
  border-bottom: solid 1px #E50012; }

/*-- パン屑 .o-breadline --*/
.o-breadline {
  border-top: 1px solid #cec3b2;
  border-bottom: 1px solid #cec3b2;
  font-size: 1rem; }
.o-breadline__inner {
  padding: 10px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; }
.o-breadline a {
  text-decoration: none;
  color: #111111; }
.o-breadline__item {
  margin-right: 1rem; }
.o-breadline__item::after {
  content: ">";
  margin-left: 1rem; }
.o-breadline__item:last-child {
  color: #07365b; }
.o-breadline__item:last-child::after {
  display: none; }

/*-- 強調 .o-focus --*/
.o-focus {
  width: 100%;
  padding: 1rem;
  background-color: #f3f0ec; }

.o-parkingData__header {
  position: relative;
  display: flex;
  background-color: #F4F4F4;
  padding: 16px 8px;
  border-radius: 3px;
  margin-bottom: 18px; }
  @media all and (max-width: 812px) {
    .o-parkingData__header {
      display: block; } }
.o-parkingData__header .c-midashi-ver {
  border-bottom: none; }
.o-parkingData__header__inner {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 8px;
  margin-top: 16px; }
.o-parkingData__link {
  		/*
  		&{
  			width: 220px;
  			background: linear-gradient(0deg, rgba(150,150,150,0.6) 10.8%, rgba(255, 255, 255, 0.8) 94.3%),#FFFFFF;
  			transition: background 0.3s;
  		}
  		&:hover{
  			background: linear-gradient(0deg, rgba(150, 150, 150, 0.6) 10.8%, rgba(255, 255, 255, 0.8) 94.3%),#EDEDED;
  			opacity: 1;
  		}
  		&:active{
  			background: linear-gradient(180deg, rgba(150, 150, 150, 0.6) 10.8%, rgba(255, 255, 255, 0.8) 94.3%),#EDEDED;
  			opacity: 1;
  		}
  
  		&:after{
  			width: 1.7em;
  			height: 1.7em;
  		}
  		*/ }
  .o-parkingData__link {
    width: 240px;
    background: #FF8440;
    transition: background 0.3s;
    color: #FFFFFF;
    border: solid #b8531c 1px;
    transition: opacity 0.3s;
    opacity: 1; }
  .o-parkingData__link:after {
    width: 1.8em;
    height: 1.8em;
    background-image: url(image/ui/icon_ui_link__orange.svg); }
  .o-parkingData__link:hover {
    opacity: 0.8; }
  @media all and (min-width: 812.25px) {
    .o-parkingData__link {
      position: absolute;
      right: 8px;
      top: 50%;
      transform: translateY(-50%); } }
.o-parkingData__main {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 30% 35% 35%;
  grid-template-rows: 1fr auto;
  gap: 0px 0px;
  grid-template-areas: "status img1 img2" "comment img1 img2"; }
  @media all and (max-width: 812px) {
    .o-parkingData__main {
      display: none;
      grid-template-columns: 1fr;
      grid-template-rows: 1fr auto auto;
      gap: 24px 16px;
      grid-template-areas: "comment" "img1" "img2"; } }
.o-parkingData__main--status {
  grid-area: status; }
  @media all and (max-width: 812px) {
    .o-parkingData__main--status {
      display: none; } }
.o-parkingData__main--comment {
  grid-area: comment;
  font-size: 90%;
  font-weight: 500; }
.o-parkingData__main--img {
  margin: 0;
  font-size: 0.875rem; }
  @media all and (min-width: 812.25px) {
    .o-parkingData__main--img {
      padding-left: 16px; } }
.o-parkingData__main--img p:nth-of-type(1) {
  padding-top: 8px; }
.o-parkingData__main--img.is-error span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #878787;
  color: #FDFDFD;
  font-size: clamp(0px, 2vw, 24px);
  font-weight: 700;
  letter-spacing: 0.25em;
  width: clamp(0px, 33.5833333333vw, 403px);
  height: clamp(0px, 18.9166666667vw, 227px); }
.o-parkingData__status {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%; }
.o-parkingData__status.this-full {
  background-color: #E53C3C; }
.o-parkingData__status.this-conf {
  background-color: #F2A949; }
.o-parkingData__status.this-empty {
  background-color: #4094D3; }
.o-parkingData__status.this-close {
  background-color: #878787; }
.o-parkingData__icon {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: bold;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
  border: solid 3px #FFFFFF;
  border-radius: clamp(5px, 0.8333333333vw, 10px);
  padding: clamp(10px, 2vw, 24px); }
  .o-parkingData__icon.this-full {
    background-color: #E53C3C; }
  .o-parkingData__icon.this-conf {
    background-color: #F2A949; }
  .o-parkingData__icon.this-empty {
    background-color: #4094D3; }
  .o-parkingData__icon.this-close {
    background-color: #878787; }
  .o-parkingData__header .o-parkingData__icon {
    font-size: 1.125rem;
    padding: 10px;
    border: none;
    border-radius: 3px; }
    @media all and (min-width: 812.25px) {
      .o-parkingData__header .o-parkingData__icon {
        display: none; } }
.o-parkingData__img {
  display: block;
  padding: 24px; }
.o-parkingData__img img {
  width: 100%;
  max-width: 600px; }

.l-wrapper {
  width: 100%;
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto; }

.l-wrapper__tablet {
  width: 100%;
  max-width: 960px;
  padding: 0 10px;
  margin: 0 auto; }

.l-itemWidthCol {
  display: grid;
  grid-template-rows: repeat(auto-fit, minmax(0px, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-row-gap: 8px;
  grid-column-gap: 8px;
  justify-items: stretch;
  justify-content: center; }
  @media screen and (max-width: 608px) {
    .l-itemWidthCol {
      grid-template-columns: 1fr; } }

.l-deviceWidthCol--col2 {
  display: grid;
  grid-template-rows: repeat(auto-fit, minmax(0px, 1fr));
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  justify-items: stretch;
  justify-content: center; }
  @media all and (max-width: 812px) {
    .l-deviceWidthCol--col2 {
      grid-template-columns: 1fr; } }

.l-deviceWidthCol--col3 {
  display: grid;
  grid-template-rows: repeat(auto-fit, minmax(0px, 1fr));
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  justify-items: stretch;
  justify-content: center; }
  @media all and (max-width: 812px) {
    .l-deviceWidthCol--col3 {
      grid-template-columns: 1fr 1fr; } }

.l-deviceWidthCol--col4 {
  display: grid;
  grid-template-rows: repeat(auto-fit, minmax(0px, 1fr));
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  justify-items: stretch;
  justify-content: center; }
  @media all and (max-width: 812px) {
    .l-deviceWidthCol--col4 {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media all and (max-width: 414px) {
    .l-deviceWidthCol--col4 {
      grid-template-columns: 1fr 1fr; } }

.l-mainContent {
  position: relative;
  padding: 8rem 0;
  z-index: 0; }
  @media all and (max-width: 812px) {
    .l-mainContent {
      padding: 4rem 0; } }
.l-mainContent::before {
  position: absolute;
  content: "";
  background-image: url(./image/decolation_pickup_01.svg);
  width: 275px;
  height: 235px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  z-index: -2; }
  @media all and (max-width: 812px) {
    .l-mainContent::before {
      width: 150px;
      height: 128px; } }
.l-mainContent::after {
  position: absolute;
  content: "";
  background-image: url(./image/decolation_pickup_02.svg);
  width: 275px;
  height: 235px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  right: 0;
  z-index: -2; }
  @media all and (max-width: 812px) {
    .l-mainContent::after {
      width: 150px;
      height: 128px; } }

.l-midashi__h3 {
  font-family: "Shippori Mincho B1", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border-bottom: 1px solid #666666;
  position: relative;
  padding: 0.75rem;
  margin-bottom: 3rem;
  text-align: center; }
  .l-midashi__h3::before {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 1px;
    background-color: #cec3b2; }

.l-header {
  /*&.is-scroll{
  	box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.1);
  }*/ }
  .l-header {
    width: 100%;
    height: 90px;
    background-color: #fff;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 1200px) {
      .l-header {
        height: 80px; } }
  .l-header li {
    list-style: none; }
  .l-header a {
    text-decoration: none; }
  .l-header a[target="_blank"]::after {
    display: none;
    margin-left: 0; }
  .l-header__inner {
    display: flex;
    width: 100%; }
    @media screen and (max-width: 1200px) {
      .l-header__inner {
        display: block; } }
  .l-header__logo {
    /*&::before{
    	position: absolute;
    	content: "";
    	top: 0;
    	right: -5px;
    	width: 5px;
    	height: 90px;
    	background-color: #fff;
    	
    	@media screen and (max-width: $MAX_CONTENTS_WIDTH) {
    		&::before{
    			display: none;
    		}
    	}
    }*/ }
    .l-header__logo {
      width: 300px;
      height: 90px;
      background-color: #fff; }
      @media screen and (max-width: 1200px) {
        .l-header__logo {
          height: 80px;
          width: 100%;
          max-width: 180px;
          background-color: transparent; } }
    .l-header__logo a {
      display: block;
      display: flex;
      height: 100%;
      align-items: center;
      justify-content: center;
      padding: 1.5rem 1.25rem 1.25rem; }
      @media screen and (max-width: 1200px) {
        .l-header__logo a {
          padding: 0.7rem 0; } }
    .l-header__logo img {
      width: 100%;
      max-width: 220px; }
      @media screen and (max-width: 1200px) {
        .l-header__logo img {
          padding: 0.5rem 0; } }
  .l-header__gmenuList {
    display: flex;
    align-items: center; }
  @media screen and (max-width: 1200px) {
    .l-header__gmenuList {
      max-width: 300px;
      margin: 0 auto;
      height: auto;
      align-items: flex-start;
      justify-content: center; } }
  .l-header__gmenuListItem {
    display: flex;
    text-align: center;
    position: relative;
    height: 90px;
    margin-left: 0; }
  @media screen and (max-width: 1200px) {
    .l-header__gmenuListItem {
      height: auto;
      writing-mode: vertical-rl;
      text-align: left; } }
  .l-header__gmenuListItem:hover .l-header__gmenuListMain {
    color: #07365b; }
  .l-header__gmenuListItem:hover .l-header__gmenuListMain::after {
    transform: scale(1, 1); }
  .l-header__gmenuListMain {
    display: inline-block;
    width: 100%;
    height: 90px;
    padding: 0 1rem;
    padding-top: 25px;
    font-weight: bold;
    color: #111111;
    transition: .3s; }
    @media screen and (max-width: 1200px) {
      .l-header__gmenuListMain {
        height: auto;
        writing-mode: vertical-rl; } }
    @media screen and (max-width: 812px) {
      .l-header__gmenuListMain {
        padding-top: 10px; } }
  .l-header__gmenuListMain::after {
    content: '';
    display: block;
    height: 30px;
    width: 1px;
    background: #07365b;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: scale(1, 0);
    transition: .3s; }
    @media screen and (max-width: 1200px) {
      .l-header__gmenuListMain::after {
        display: none; } }
  .l-header__gmenuListDrop {
    display: none;
    width: 240px;
    position: absolute;
    top: 90px;
    left: 0;
    padding: 0 5px;
    text-align: left;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 100; }
  .l-header__gmenuListDrop a {
    display: inline-block;
    color: #111111; }
  .l-header__gmenuListItem:hover .l-header__gmenuListDrop {
    display: block;
    transition: .3s; }
    @media screen and (max-width: 1200px) {
      .l-header__gmenuListItem:hover .l-header__gmenuListDrop {
        display: none; } }
  .l-header__gmenuListDropItem {
    position: relative;
    height: 60px;
    margin-left: 0;
    border-bottom: 1px solid #cec3b2;
    z-index: 100; }
    .l-header__gmenuListDropItem:last-child {
      border-bottom: none; }
    .l-header__gmenuListDropItem a {
      display: inline-block;
      width: 100%;
      height: 60px;
      padding: 0.5rem 2rem;
      line-height: 2; }
    .l-header__gmenuListDropItem a:hover {
      color: #07365b; }
    .l-header__gmenuListDropItem a::before {
      content: "";
      display: inline-block;
      width: 20px;
      height: 14px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      margin-right: 1rem; }
    .l-header__gmenuListDropItem a.this-fresh::before {
      background-image: url(./image/icon_bridge__red.svg); }
    .l-header__gmenuListDropItem a.this-dorayaki::before {
      background-image: url(./image/icon_bridge__yellow.svg); }
    .l-header__gmenuListDropItem a.this-mochi::before {
      background-image: url(./image/icon_bridge__green.svg); }
    .l-header__gmenuListDropItem a.this-special::before {
      background-image: url(./image/icon_bridge__purple.svg); }
  .l-header__info {
    margin: 0 0 0 auto;
    background-color: #fff;
    height: 90px;
    display: flex; }
  @media screen and (max-width: 1200px) {
    .l-header__info {
      display: none; } }
  .l-header__sns {
    display: inline-block;
    width: 90px;
    height: 90px;
    display: block;
    background-color: #efefef;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    justify-content: center; }
    .l-header__sns img {
      width: 40px !important;
      height: auto; }
    .l-header__sns.this-hr {
      border-right: 1px solid #FFFFFF; }
  .l-header__tel {
    background-color: #07365b;
    display: block;
    color: #FFFFFF;
    padding: 0.5rem 1.5rem 0;
    text-align: center; }
    .l-header__tel span {
      display: block; }
  .l-header__telNum {
    font-weight: 800;
    font-size: 24px;
    position: relative;
    display: inline-block;
    padding-left: 33px; }
    .l-header__telNum::before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto 0;
      width: 24px;
      height: 24px;
      background-image: url(./image/icon_tel.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      margin-right: 0.5rem; }
  .l-header__telTime {
    font-size: 16px; }
  .l-header__hamburger {
    display: none;
    background-color: transparent;
    border-color: transparent;
    z-index: 9999; }
    @media screen and (max-width: 1200px) {
      .l-header__hamburger {
        position: absolute;
        display: block;
        width: 80px;
        height: 100%;
        right: 0;
        top: 0; } }
  .l-header__hamburger span {
    width: 100%;
    height: 2px;
    background-color: #07365b;
    position: relative;
    transition: ease .4s;
    /*ハンバーガーメニュークリック時の線の動きを遅延*/
    display: block; }
    .l-header__hamburger span:nth-child(1) {
      top: 5px; }
    .l-header__hamburger span:nth-child(2) {
      bottom: 5px; }
  .l-header__hamburger.is-active span:nth-child(1) {
    transform: translateY(-4px) rotate(-45deg); }
  .l-header__hamburger.is-active span:nth-child(2) {
    transform: translateY(4px) rotate(45deg); }
  @media screen and (max-width: 1200px) {
    .l-header__nav {
      position: fixed;
      top: 80px;
      left: 100%;
      width: 100% !important;
      height: 100vh;
      padding: 2rem 10px;
      background-color: #fff;
      transition: ease .4s;
      /*ハンバーガーメニュークリック時のナビゲーションメニュー出現を遅延*/
      overflow-y: scroll;
      box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.1); } }
  @media screen and (max-width: 1200px) {
    .l-header__nav.is-active {
      transition: .4s;
      left: 0; } }
  .l-header__navCategory {
    display: none; }
    @media screen and (max-width: 1200px) {
      .l-header__navCategory {
        width: 300px;
        padding: 2rem;
        font-weight: 800;
        display: block;
        width: 100%;
        max-width: 300px;
        margin: 0 auto 100px; } }
  .l-header__navCategory__title {
    margin: 50px auto;
    text-align: center;
    padding: 1.5rem 0;
    color: #07365b;
    border-top: 1px solid #cec3b2;
    border-bottom: 1px solid #cec3b2; }
    @media screen and (max-width: 812px) {
      .l-header__navCategory__title {
        padding: 1rem;
        margin: 1.5rem auto 1rem; } }
  .l-header__navCategory__list {
    display: flex;
    margin: 0 auto;
    justify-content: center; }
  .l-header__navCategory__list li {
    margin-left: 0;
    list-style: none;
    writing-mode: vertical-rl;
    padding: 0.75rem; }
  .l-header__navCategory__list a {
    text-decoration: none;
    color: #111111; }
  .l-header__navCategory__list a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 14.5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1rem; }
  .l-header__navCategory a.this-fresh::before {
    background-image: url(./image/icon_bridge__red.svg); }
  .l-header__navCategory a.this-dorayaki::before {
    background-image: url(./image/icon_bridge__yellow.svg); }
  .l-header__navCategory a.this-mochi::before {
    background-image: url(./image/icon_bridge__green.svg); }
  .l-header__navCategory a.this-special::before {
    background-image: url(./image/icon_bridge__purple.svg); }

.l-spBottomMenu {
  display: none; }
  @media screen and (max-width: 1200px) {
    .l-spBottomMenu {
      display: block;
      width: 100%;
      height: 70px;
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 100;
      border-top: 1px solid #fff; } }
.l-spBottomMenu a {
  text-decoration: none; }
.l-spBottomMenu a[target="_blank"]::after {
  display: none;
  margin-left: 0; }
@media screen and (max-width: 1200px) {
  .l-spBottomMenu__inner {
    width: 100%;
    display: flex; } }
@media screen and (max-width: 1200px) {
  .l-spBottomMenu__sns {
    display: inline-block;
    width: 20%;
    height: 70px;
    display: block;
    background-color: #efefef;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    justify-content: center; }
    .l-spBottomMenu__sns img {
      width: 40px !important;
      height: auto; }
    .l-spBottomMenu__sns.this-hr {
      border-right: 1px solid #FFFFFF; } }
@media screen and (max-width: 1200px) {
  .l-spBottomMenu__tel {
    background-color: #07365b;
    display: block;
    color: #FFFFFF;
    padding: 0.75rem 1.5rem 0;
    text-align: center;
    width: 60%;
    line-height: 1.5; }
    .l-spBottomMenu__tel span {
      display: block; } }
@media screen and (max-width: 1200px) {
  .l-spBottomMenu__telNum {
    width: fit-content;
    display: inline-block;
    font-weight: 800;
    font-size: min(5vw, 18px);
    padding-left: 25px;
    position: relative;
    margin: 0 auto; }
    .l-spBottomMenu__telNum::before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto 0;
      width: 20px;
      height: 20px;
      background-image: url(./image/icon_tel.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      margin-right: 0.5rem; } }
@media screen and (max-width: 1200px) {
  .l-spBottomMenu__telTime {
    font-size: 12px; } }

.l-mainMidashi {
  width: 100%;
  height: 380px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 90px; }
  @media screen and (max-width: 1200px) {
    .l-mainMidashi {
      margin-top: 80px; } }
  @media screen and (max-width: 812px) {
    .l-mainMidashi {
      height: 200px; } }
  .l-mainMidashi.this-lineup {
    background-image: url(./image/bg_lineup_midashi.jpg); }
  .l-mainMidashi.this-about {
    background-image: url(./image/bg_about_midashi.jpg); }
  .l-mainMidashi.this-news {
    background-image: url(./image/bg_news_midashi.jpg); }
.l-mainMidashi__text {
  writing-mode: vertical-rl;
  font-family: "Shippori Mincho B1", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 3.5rem 3rem 2rem 3rem;
  width: 200px;
  height: 382px;
  background-color: #fff;
  line-height: 1.75; }
  @media screen and (max-width: 812px) {
    .l-mainMidashi__text {
      width: auto;
      height: 200px;
      padding: 1.5rem 1rem 1rem 2rem; } }
.l-mainMidashi__text span {
  display: block; }
.l-mainMidashi__sub {
  color: #07365b;
  font-size: 13px;
  position: relative;
  margin-top: 40px; }
  @media screen and (max-width: 812px) {
    .l-mainMidashi__sub {
      font-size: 10px;
      margin-top: 1.5rem; } }
.l-mainMidashi__sub::before {
  position: absolute;
  content: "";
  top: -40px;
  left: 50%;
  width: 1px;
  height: 35px;
  background-color: #07365b; }
  @media screen and (max-width: 812px) {
    .l-mainMidashi__sub::before {
      height: 15px;
      top: -20px; } }
.l-mainMidashi__main {
  font-size: 40px; }
  @media screen and (max-width: 812px) {
    .l-mainMidashi__main {
      font-size: 24px; } }

.l-newsList {
  margin-bottom: 3rem;
  background-color: #fff; }
.l-newsList li {
  list-style: none;
  margin-left: 0;
  padding: 1rem;
  border-bottom: 1px solid #cec3b2; }
  .l-newsList li:last-child {
    border-bottom: none; }
.l-newsList a {
  text-decoration: none;
  color: #111111;
  display: block; }
.l-newsList a:hover {
  opacity: 0.6; }
.l-newsList span {
  display: inline-block; }
.l-newsList__title {
  display: flex; }
  .l-newsList__title.this-new .l-newsList__text::after {
    content: "NEW";
    display: inline-block;
    color: #842828;
    letter-spacing: 0.02em;
    margin-left: 0.5rem; }
.l-newsList__date {
  margin-right: 1rem; }

.l-footer {
  width: 100%;
  background-color: #07365b !important; }
  @media screen and (max-width: 1200px) {
    .l-footer {
      margin-bottom: 70px; } }
.l-footer__shopInfo {
  padding: 2rem 0;
  color: #fff; }
  @media screen and (max-width: 1200px) {
    .l-footer__shopInfo {
      padding: 2rem 1rem 1rem 1rem; } }
.l-footer__shopInfo img {
  max-width: 320px; }
.l-footer__tel {
  color: #fff; }
.l-footer__map {
  width: 100%;
  height: 100%;
  display: block;
  border-bottom: 1px solid #cec3b2; }
  @media screen and (max-width: 1200px) {
    .l-footer__map {
      padding: 1rem 1rem 2rem 1rem;
      height: auto;
      aspect-ratio: 4 / 2.5; } }
.l-footer__nav {
  background-color: #fff;
  border-top: 1px solid #cec3b2;
  border-bottom: 1px solid #cec3b2;
  padding: 0.5rem; }
.l-footer__navList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media all and (max-width: 816px) {
    .l-footer__navList {
      justify-content: space-evenly; } }
.l-footer__navList li {
  list-style: none;
  margin-left: 0;
  padding: 0.25rem 2rem; }
  @media all and (max-width: 816px) {
    .l-footer__navList li {
      width: 50%;
      text-align: center;
      padding: 0.25rem; } }
.l-footer__navList a {
  text-decoration: none;
  color: #111111;
  font-weight: bold; }
.l-footer__navList a:hover {
  color: #07365b; }
.l-footer__categoryNav {
  border-top: none; }
.l-footer__categoryNav a:before {
  content: "";
  display: inline-block;
  background-image: url("https://placehold.jp/80x80.png");
  width: 20px;
  height: 14px;
  margin-right: 0.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.l-footer__categoryNav a.this-fresh::before {
  background-image: url(./image/icon_bridge__red.svg); }
.l-footer__categoryNav a.this-dorayaki::before {
  background-image: url(./image/icon_bridge__yellow.svg); }
.l-footer__categoryNav a.this-mochi::before {
  background-image: url(./image/icon_bridge__green.svg); }
.l-footer__categoryNav a.this-special::before {
  background-image: url(./image/icon_bridge__purple.svg); }
.l-footer__sns {
  background-color: #efefef;
  padding: 1.5rem 0 2.5rem; }
.l-footer__sns__link {
  background-color: #fff;
  border-top: 1px solid #cec3b2;
  padding: 1rem 0 2rem; }
.l-footer__sns__linkBtn {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 320px;
  background-color: #07365b;
  text-decoration: none;
  padding: 1.5rem 3rem 1.5rem 2rem;
  text-align: center; }
  @media screen and (max-width: 812px) {
    .l-footer__sns__linkBtn {
      padding: 1rem 3rem 1rem 2rem; } }
.l-footer__sns__linkBtn[target="_blank"]::after {
  display: none; }
.l-footer__sns__linkBtn:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 30px !important;
  height: 1px !important;
  background-color: #fff;
  transition: all 0.3s ease;
  background-image: none; }
.l-footer__sns__linkBtn:hover::before {
  animation: basic-btn-line 700ms;
  transition: all 0.3s; }
.l-footer__sns__linkBtn span {
  color: #fff;
  display: inline-block;
  margin-left: 50px;
  position: relative;
  font-size: 20px;
  font-weight: bold; }
  @media screen and (max-width: 812px) {
    .l-footer__sns__linkBtn span {
      font-size: 18px;
      margin-left: 40px; } }
.l-footer__sns__linkBtn span::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: -50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 812px) {
    .l-footer__sns__linkBtn span::before {
      width: 30px;
      height: 30px;
      left: -40px; } }
.l-footer__sns__linkBtn span.this-insta::before {
  background-image: url(./image/icon_instagram__white.svg); }
.l-footer__sns__linkBtn span.this-line::before {
  background-image: url(./image/icon_line.svg); }
.l-footer__copyright {
  text-align: center;
  color: #fff;
  background-color: #07365b;
  font-size: 12px;
  padding: 0.5rem 10px;
  margin: 0; }

.p-top .l-header {
  box-shadow: none; }
.p-top .l-header.is-scroll {
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1); }

.p-top_h2 {
  font-family: "Shippori Mincho B1", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  z-index: 1; }
.p-top_h2 span {
  display: block; }
.p-top_h2__main {
  font-size: 32px; }
  @media screen and (max-width: 812px) {
    .p-top_h2__main {
      font-size: 24px; } }
.p-top_h2__sub {
  color: #07365b;
  font-size: 13px;
  position: relative;
  margin-left: 30px; }
  @media screen and (max-width: 812px) {
    .p-top_h2__sub {
      font-size: 10px; } }
.p-top_h2__sub::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -30px;
  width: 25px;
  height: 1px;
  background-color: #07365b; }

.p-top_imgMidashi {
  width: 100%;
  height: 380px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 80px; }
  @media screen and (max-width: 812px) {
    .p-top_imgMidashi {
      height: 200px;
      margin-bottom: 40px; } }
.p-top_imgMidashi.this-lineup {
  background-image: url(./image/bg_lineup_midashi.jpg); }
.p-top_imgMidashi.this-about {
  background-image: url(./image/bg_about_midashi.jpg); }
.p-top_imgMidashi__text {
  writing-mode: vertical-rl;
  font-family: "Shippori Mincho B1", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 3.5rem 3rem 2rem 3rem;
  width: 200px;
  height: 382px;
  background-color: #fff;
  line-height: 1.75; }
  @media screen and (max-width: 812px) {
    .p-top_imgMidashi__text {
      width: auto;
      height: 200px;
      padding: 1.5rem 1rem 1rem 2rem; } }
.p-top_imgMidashi__text span {
  display: block; }
.p-top_imgMidashi__sub {
  color: #07365b;
  font-size: 13px;
  position: relative;
  margin-top: 40px; }
  @media screen and (max-width: 812px) {
    .p-top_imgMidashi__sub {
      font-size: 10px;
      margin-top: 1.5rem; } }
.p-top_imgMidashi__sub::before {
  position: absolute;
  content: "";
  top: -40px;
  left: 50%;
  width: 1px;
  height: 35px;
  background-color: #07365b; }
  @media screen and (max-width: 812px) {
    .p-top_imgMidashi__sub::before {
      height: 15px;
      top: -20px; } }
.p-top_imgMidashi__main {
  font-size: 40px; }
  @media screen and (max-width: 812px) {
    .p-top_imgMidashi__main {
      font-size: 24px; } }

.p-top_mainvisual {
  width: 100%;
  display: flex;
  padding-top: 90px; }
  @media screen and (max-width: 1200px) {
    .p-top_mainvisual {
      padding-top: 80px; } }

.p-top_mainvisual__side {
  position: relative;
  width: 300px !important;
  background-color: #fff;
  padding: 2rem;
  font-weight: 800; }
  @media screen and (max-width: 1200px) {
    .p-top_mainvisual__side {
      display: none; } }
.p-top_mainvisual__side__title {
  margin: 0 auto 50px;
  text-align: center;
  padding: 1.5rem 0;
  color: #07365b;
  border-top: 1px solid #cec3b2;
  border-bottom: 1px solid #cec3b2; }
.p-top_mainvisual__side__list {
  display: flex;
  margin: 0 auto;
  justify-content: center; }
.p-top_mainvisual__side__list li {
  margin-left: 0;
  list-style: none;
  writing-mode: vertical-rl;
  padding: 0.75rem; }
.p-top_mainvisual__side__list a {
  text-decoration: none;
  color: #111111; }
.p-top_mainvisual__side__list a:hover {
  color: #07365b; }
.p-top_mainvisual__side__list a::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 1rem; }
.p-top_mainvisual__side__list a.this-fresh::before {
  background-image: url(./image/icon_bridge__red.svg); }
.p-top_mainvisual__side__list a.this-dorayaki::before {
  background-image: url(./image/icon_bridge__yellow.svg); }
.p-top_mainvisual__side__list a.this-mochi::before {
  background-image: url(./image/icon_bridge__green.svg); }
.p-top_mainvisual__side__list a.this-special::before {
  background-image: url(./image/icon_bridge__purple.svg); }

.p-top_mainvisual__slide {
  width: calc( 100% - 300px ); }
  @media screen and (max-width: 1200px) {
    .p-top_mainvisual__slide {
      width: 100%;
      padding: 0 10px;
      margin-bottom: 2rem; } }

.p-top_mainvisual__splide {
  width: 100%;
  max-height: 1000px;
  aspect-ratio: 2 / 1;
  position: relative; }
  .p-top_mainvisual__splide .splide__list {
    width: 100%;
    max-height: 1000px;
    aspect-ratio: 2 / 1; }
  .p-top_mainvisual__splide .splide__slide {
    width: 100%;
    max-height: 1000px;
    aspect-ratio: 2 / 1; }
    .p-top_mainvisual__splide .splide__slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .p-top_mainvisual__splide .splide__pagination {
    left: auto;
    right: 0; }
  .p-top_mainvisual__splide .splide__pagination__page {
    min-height: auto;
    border-radius: 0;
    margin: 8px;
    width: 10px;
    height: 10px; }
    @media screen and (max-width: 812px) {
      .p-top_mainvisual__splide .splide__pagination__page {
        width: 7px;
        height: 7px; } }
  .p-top_mainvisual__splide .splide__pagination__page.is-active {
    background-color: #07365b;
    opacity: 1; }

/*.p-top_mainvisual__copy{
	&{
		display: block;
		margin: 1rem auto 3rem 2rem;
		
		@media screen and (max-width: $MAX_CONTENTS_WIDTH){
			margin: 1rem;
		}
	}
	
	& span{
		display: block;
	}
	
	&__main{
		color: $COLOR_BLUE;
		font-size: 48px;
		font-weight: bold;
		
		@media screen and (max-width: $MAX_SP_WIDTH){
			font-size: 32px;
		}
	}
	
	&__sub{
		position: relative;
		margin-left: 65px;
		
		@media screen and (max-width: $MAX_SP_WIDTH){
			margin-left: 45px;
		}
	}
	
	&__sub::before{
		position: absolute;
		content: "";
		top: 50%;
		left: -65px;
		width: 55px;
		height: 1px;
		background-color: $COLOR_BLACK;
		
		@media screen and (max-width: $MAX_SP_WIDTH){
			left: -45px;
			width: 35px;
		}
	}
}*/
.p-top_latestNews {
  padding: 2rem 0;
  border-top: 1px solid #cec3b2;
  border-bottom: 1px solid #cec3b2; }
.p-top_latestNews__list {
  display: flex; }
.p-top_latestNews__list a {
  text-decoration: none; }
.p-top_latestNews__title {
  width: 80%;
  color: #111111;
  padding: 1rem;
  border: 1px solid #d8d8d8;
  display: flex; }
  @media screen and (max-width: 812px) {
    .p-top_latestNews__title {
      flex-direction: column; } }
.p-top_latestNews__title__date {
  margin-right: 1rem; }
.p-top_latestNews__title.this-new .p-top_latestNews__title__text::after {
  content: "NEW";
  display: inline-block;
  color: #842828;
  letter-spacing: 0.02em;
  margin-left: 0.5rem; }
.p-top_latestNews__title:hover span {
  opacity: 0.6; }
.p-top_latestNews__link {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  width: 20%;
  min-width: 200px;
  height: auto;
  background-color: #111111;
  padding: 0 1rem;
  color: #fff; }
  @media screen and (max-width: 812px) {
    .p-top_latestNews__link {
      min-width: 120px; } }
  @media screen and (max-width: 414px) {
    .p-top_latestNews__link {
      min-width: 90px; } }
.p-top_latestNews__link span {
  display: block; }
.p-top_latestNews__link:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s ease; }
  @media screen and (max-width: 414px) {
    .p-top_latestNews__link:after {
      display: none; } }
.p-top_latestNews__link:hover::after {
  animation: basic-btn-line 700ms;
  transition: all 0.3s; }

.p-top_pickup {
  padding: 7rem 10px;
  position: relative; }
  @media screen and (max-width: 812px) {
    .p-top_pickup {
      padding: 4rem 10px; } }
.p-top_pickup p {
  position: relative;
  z-index: 1; }
.p-top_pickup::before {
  position: absolute;
  content: "";
  background-image: url(./image/decolation_pickup_01.svg);
  width: 275px;
  height: 235px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0; }
  @media all and (max-width: 812px) {
    .p-top_pickup::before {
      width: 150px;
      height: 128px; } }
.p-top_pickup::after {
  position: absolute;
  content: "";
  background-image: url(./image/decolation_pickup_02.svg);
  width: 275px;
  height: 235px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  right: 0; }
  @media all and (max-width: 812px) {
    .p-top_pickup::after {
      width: 150px;
      height: 128px; } }
.p-top_pickup__inner {
  box-shadow: 0 0 8px #d8d8d8;
  background-color: #fff;
  padding: 2rem 1rem;
  margin-top: 2rem;
  position: relative;
  z-index: 1; }
.p-top_pickup__midashi {
  font-size: 1.5rem;
  color: #07365b;
  font-family: "Shippori Mincho B1", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border-bottom: 1px solid #07365b;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem; }
  @media screen and (max-width: 812px) {
    .p-top_pickup__midashi {
      font-size: 18px; } }
.p-top_pickup__post {
  margin-bottom: 1rem !important; }

.p-top_sns {
  border-top: 1px solid #cec3b2;
  border-bottom: 1px solid #cec3b2; }
  .p-top_sns__main {
    display: flex;
    padding: 2rem 0 2rem 10px;
    background-image: url(./image/bg_top_texture.jpg);
    background-size: cover;
    background-position: center; }
    @media screen and (max-width: 812px) {
      .p-top_sns__main {
        flex-direction: column;
        padding: 2.5rem 0; } }
  .p-top_sns__text {
    width: 45%;
    padding-right: 2rem;
    padding-left: calc(45% - 500px); }
    @media screen and (max-width: 812px) {
      .p-top_sns__text {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        margin-bottom: 1rem; } }
  .p-top_sns__slide {
    width: 55%;
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 812px) {
      .p-top_sns__slide {
        width: 100%; } }
  .p-top_sns__slide__scroll__wrap {
    width: 100%;
    display: flex;
    overflow: hidden; }
  .p-top_sns__slide__scroll__list {
    display: flex;
    padding: 0; }
  .p-top_sns__slide__scroll__list li {
    list-style: none;
    margin-left: 1rem; }
  .p-top_sns__slide__scroll__list--left {
    animation: infinity-scroll-left 80s infinite linear 0.5s both; }
  .p-top_sns__slide__scroll__item {
    width: 200px; }
    @media screen and (max-width: 812px) {
      .p-top_sns__slide__scroll__item {
        width: 160px; } }
  .p-top_sns__slide__scroll__item > img {
    width: 100%; }
  .p-top_sns__link {
    background-color: #fff;
    border-top: 1px solid #cec3b2;
    padding: 1.5rem 0 2.5rem; }
  .p-top_sns__linkItem {
    margin: 0 auto;
    text-align: center; }
  .p-top_sns__linkBtn {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 320px;
    background-color: #07365b;
    text-decoration: none;
    padding: 1.5rem 3rem 1.5rem 2rem;
    text-align: center; }
    @media screen and (max-width: 812px) {
      .p-top_sns__linkBtn {
        padding: 1rem 3rem 1rem 2rem; } }
  .p-top_sns__linkBtn[target="_blank"]::after {
    display: none; }
  .p-top_sns__linkBtn:before {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 30px !important;
    height: 1px !important;
    background-color: #fff;
    transition: all 0.3s rase;
    background-image: none; }
  .p-top_sns__linkBtn:hover::before {
    animation: basic-btn-line 700ms;
    transition: all 0.3s; }
  .p-top_sns__linkBtn span {
    color: #fff;
    display: inline-block;
    margin-left: 50px;
    position: relative;
    font-size: 20px;
    font-weight: bold; }
    @media screen and (max-width: 812px) {
      .p-top_sns__linkBtn span {
        font-size: 18px;
        margin-left: 40px; } }
  .p-top_sns__linkBtn span::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: -50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 812px) {
      .p-top_sns__linkBtn span::before {
        width: 30px;
        height: 30px;
        left: -40px; } }
  .p-top_sns__linkBtn span.this-insta::before {
    background-image: url(./image/icon_instagram__white.svg); }
  .p-top_sns__linkBtn span.this-line::before {
    background-image: url(./image/icon_line.svg); }

/*.p-top-sns{
	
	&__slide{
		&{
			width: 55%;
			position: relative;
			z-index: 10;
			
			@media screen and (max-width: $MAX_SP_WIDTH){
				width: 100%;
			}
		}
		
		
		&__scroll__wrap{
			width: 100%;
			display: flex;
			overflow: hidden;
		}

		&__scroll__list{
			display: flex;
			padding: 0
		}

		&__scroll__list li{
			list-style: none;
			margin-left: 1rem;
		}

		&__scroll__list--left{
			animation: infinity-scroll-left 80s infinite linear 0.5s both;
		}

		&__scroll__item{
			width: 200px;
			
			@media screen and (max-width: $MAX_SP_WIDTH){
				width: 160px;
			}
		}

		&__scroll__item > img{
			width: 100%;
		}
	}
}*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
.p-top_lineup {
  margin-bottom: 200px; }
  @media screen and (max-width: 812px) {
    .p-top_lineup {
      gap: 100px;
      margin-bottom: 8rem; } }
.p-top_lineup__list {
  gap: 100px; }
  @media screen and (max-width: 812px) {
    .p-top_lineup__list {
      gap: 50px; } }
@media screen and (max-width: 812px) {
  .p-top_lineup__listItem {
    max-width: 500px;
    margin: 0 auto; } }
.p-top_lineup__listItem:hover .p-top_lineup__listImg img {
  transform: scale(1.1, 1.1); }
.p-top_lineup__listItem:hover .p-top_lineup__more::after {
  animation: basic-btn-line 700ms;
  transition: all 0.3s; }
.p-top_lineup__listImg {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  /*& img:hover{
  	transform:scale(1.1,1.1);
  }*/ }
  .p-top_lineup__listImg a {
    width: 100%;
    aspect-ratio: 1 / 1; }
  .p-top_lineup__listImg img {
    width: 100%;
    aspect-ratio: 1 / 1;
    transition: 1s all;
    object-fit: cover; }
.p-top_lineup__midashi {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  writing-mode: vertical-rl;
  font-family: "Shippori Mincho B1", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 1.5rem 0.5rem 2rem;
  background-color: #fff;
  color: #111111;
  font-size: 24px; }
  @media screen and (max-width: 812px) {
    .p-top_lineup__midashi {
      font-size: 18px; } }
.p-top_lineup__midashi span {
  position: relative; }
.p-top_lineup__midashi span:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 18px;
  margin: auto 0;
  left: -50px;
  margin-bottom: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 812px) {
    .p-top_lineup__midashi span:before {
      width: 20px;
      height: 14px; } }
.p-top_lineup__midashi span.this-fresh::before {
  background-image: url(./image/icon_bridge__red.svg); }
.p-top_lineup__midashi span.this-dorayaki::before {
  background-image: url(./image/icon_bridge__yellow.svg); }
.p-top_lineup__midashi span.this-mochi::before {
  background-image: url(./image/icon_bridge__green.svg); }
.p-top_lineup__midashi span.this-special::before {
  background-image: url(./image/icon_bridge__purple.svg); }
.p-top_lineup__more {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #111111;
  padding: 0.5rem 3rem 0.5rem 1rem;
  background-color: #fff;
  font-weight: bold;
  /*&:hover::after{
  	animation: basic-btn-line 700ms;
  	transition: all 0.3s;
  }*/ }
  .p-top_lineup__more:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 30px;
    height: 1px;
    transition: all 0.3s esae; }
  .p-top_lineup__more.this-fresh::after {
    background-color: #842828; }
  .p-top_lineup__more.this-dorayaki::after {
    background-color: #ddb136; }
  .p-top_lineup__more.this-mochi::after {
    background-color: #7b9663; }
  .p-top_lineup__more.this-special::after {
    background-color: #664082; }

.p-top_about {
  margin-bottom: 80px; }
@media screen and (max-width: 960px) {
  .p-top_about__2col {
    grid-template-columns: 1fr;
    max-width: 812px;
    margin: 0 auto; } }
@media screen and (max-width: 960px) {
  .p-top_about__2colImg img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto; } }
.p-top_about__2colText {
  width: 100%;
  padding: 0 0 0 1.5rem; }
  @media screen and (max-width: 960px) {
    .p-top_about__2colText {
      padding: 1rem 0; } }
.p-top_about__2colText p {
  margin: 0; }
.p-top_about .l-deviceWidthCol--col3 {
  gap: 30px; }

.p-top_shop {
  border-top: 1px solid #cec3b2;
  border-bottom: 1px solid #cec3b2;
  background-image: url(./image/bg_top_texture.jpg);
  background-size: cover;
  background-position: center;
  margin-bottom: 90px; }
  .p-top_shop__inner {
    background-color: #fff; }
  .p-top_shop__info {
    padding: 4rem 2rem; }
    @media screen and (max-width: 812px) {
      .p-top_shop__info {
        padding: 2rem 1rem 1rem; } }
    .p-top_shop__info img {
      width: 100%;
      max-width: 320px; }
  .p-top_shop__img {
    width: 100%; }
    @media screen and (max-width: 812px) {
      .p-top_shop__img {
        max-width: auto;
        max-width: 600px;
        margin: 0 auto;
        padding: 0 1rem; } }
  .p-top_shop__map {
    width: 100%;
    aspect-ratio: 4 / 2.5;
    display: block;
    margin-bottom: 0.5px; }

.p-top_news {
  margin-bottom: 10rem; }

@keyframes marquee {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
.p-news__pager {
  text-align: center; }
.p-news__pager__item {
  display: flex;
  justify-content: center; }
.p-news__pager__item li {
  list-style: none;
  color: #5b5041;
  width: 2.5rem;
  background-color: #fff;
  border: 1px solid #cec3b2;
  margin-left: 0;
  margin: 0.25rem; }
.p-news__pager__item a {
  text-decoration: none;
  color: #5b5041;
  display: block;
  padding: 0.5rem 0; }
.p-news__pager__item span {
  display: block;
  padding: 0.5rem 0; }
.p-news__pager__item .is-current {
  color: #fff;
  background-color: #5b5041;
  border: 1px solid #5b5041; }
.p-news__pager__item .this-more {
  border: none; }

.p-news__midashi {
  text-align: left;
  margin-bottom: 1rem; }
.p-news__midashi::before {
  left: 0;
  transform: translateX(0); }

.p-newsContent__date {
  display: block;
  text-align: right;
  margin-bottom: 2rem;
  color: #6F6F6F;
  margin-right: 0.75rem; }

.p-news__post {
  font-family: "Shippori Mincho B1", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  margin-bottom: 4rem;
  font-size: 1rem; }
.p-news__post table {
  max-width: 100%; }

::-webkit-full-page-media, :future, :root .p-news__post table {
  max-width: 100% !important; }
  @media screen and (max-width: 812px) {
    ::-webkit-full-page-media, :future, :root .p-news__post table {
      width: 100% !important; } }

.p-news__imgTable {
  width: 100% !important; }
.p-news__imgTable th, .p-news__imgTable td {
  border: none; }
.p-news__imgTable .this-img {
  width: 40%; }
.p-news__imgTable .this-text {
  width: 60%;
  vertical-align: baseline; }
.p-news__imgTable img {
  width: 100% !important;
  height: auto !important; }
@media screen and (max-width: 812px) {
  .p-news__imgTable th, .p-news__imgTable td {
    width: 100%;
    display: block; }
  .p-news__imgTable .this-img {
    width: 100%;
    margin: 0 auto; }
  .p-news__imgTable img {
    max-width: 400px !important; }
  .p-news__imgTable .this-text {
    width: 100%;
    margin-bottom: 1rem; } }

::-webkit-full-page-media, :future, :root .p-news__imgTable img {
  width: 100% !important;
  height: auto !important; }
  @media screen and (max-width: 812px) {
    ::-webkit-full-page-media, :future, :root .p-news__imgTable img {
      max-width: 400px !important; } }

.p-lineup__anchorLink {
  margin-bottom: 5rem; }
.p-lineup__anchorLink ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  align-items: center;
  gap: 16px; }
  @media screen and (max-width: 812px) {
    .p-lineup__anchorLink ul {
      max-width: 600px; } }
  @media screen and (max-width: 500px) {
    .p-lineup__anchorLink ul {
      max-width: 420px; } }
.p-lineup__anchorLink li {
  list-style: none;
  width: calc((100% - 16px) / 2);
  margin-left: 0;
  position: relative;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  background-color: #fff;
  border: 1px solid #cec3b2; }
  @media screen and (max-width: 812px) {
    .p-lineup__anchorLink li {
      padding: 0.25rem 2.5rem 0.25rem 1rem; } }
  @media screen and (max-width: 500px) {
    .p-lineup__anchorLink li {
      width: 100%; } }
  .p-lineup__anchorLink li:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5rem;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: 2px solid #cec3b2;
    border-right: 2px solid #cec3b2;
    transform: translateY(-2px) rotate(135deg);
    transition: all 0.3s ease;
    box-sizing: border-box; }
  .p-lineup__anchorLink li:hover::after {
    transform: translateY(3px) rotate(135deg); }
.p-lineup__anchorLink a {
  display: block;
  width: 100%;
  padding: 0.5rem;
  text-decoration: none;
  color: #5b5041;
  font-weight: 700; }
.p-lineup__anchorLink span {
  position: relative;
  margin-left: 30px; }
.p-lineup__anchorLink span::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 14px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: -30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 812px) {
    .p-lineup__anchorLink span::before {
      width: 20px;
      height: 14px; } }
.p-lineup__anchorLink span.this-fresh::before {
  background-image: url(./image/icon_bridge__red.svg); }
.p-lineup__anchorLink span.this-dorayaki::before {
  background-image: url(./image/icon_bridge__yellow.svg); }
.p-lineup__anchorLink span.this-mochi::before {
  background-image: url(./image/icon_bridge__green.svg); }
.p-lineup__anchorLink span.this-special::before {
  background-image: url(./image/icon_bridge__purple.svg); }

.p-lineup__category {
  margin-bottom: 4rem; }
.p-lineup__category__midashi {
  width: 100%;
  height: 240px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  margin-bottom: 2rem; }
  @media screen and (max-width: 812px) {
    .p-lineup__category__midashi {
      height: 160px;
      margin-bottom: 1rem; } }
.p-lineup__category__midashi.this-fresh {
  background-image: url(./image/lineup/lineup_fresh__midashi.png); }
.p-lineup__category__midashi.this-dorayaki {
  background-image: url(./image/lineup/lineup_dorayaki__midashi.png); }
.p-lineup__category__midashi.this-mochi {
  background-image: url(./image/lineup/lineup_mochi__midashi.png); }
.p-lineup__category__midashi.this-special {
  background-image: url(./image/lineup/lineup_special__midashi.png); }
.p-lineup__category__midashi h3 {
  font-family: "Shippori Mincho B1", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  padding: 1rem 2rem 1rem 0;
  display: inline-block; }
  @media screen and (max-width: 812px) {
    .p-lineup__category__midashi h3 {
      writing-mode: vertical-rl;
      font-size: 18px;
      height: 160px;
      padding: 1rem; } }
  @media screen and (max-width: 414px) {
    .p-lineup__category__midashi h3 {
      background-color: #fff; } }
.p-lineup__category__midashi h3 span {
  display: inline-block;
  position: relative;
  margin-left: 40px; }
  @media screen and (max-width: 812px) {
    .p-lineup__category__midashi h3 span {
      margin-left: 0;
      margin-top: 2rem; } }
.p-lineup__category__midashi h3 span::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 18px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: -35px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 812px) {
    .p-lineup__category__midashi h3 span::before {
      top: -1.75rem;
      margin: 0 auto;
      left: 0;
      right: 0;
      width: 20px;
      height: 14px; } }
.p-lineup__category__midashi h3 span.this-fresh::before {
  background-image: url(./image/icon_bridge__red.svg); }
.p-lineup__category__midashi h3 span.this-dorayaki::before {
  background-image: url(./image/icon_bridge__yellow.svg); }
.p-lineup__category__midashi h3 span.this-mochi::before {
  background-image: url(./image/icon_bridge__green.svg); }
.p-lineup__category__midashi h3 span.this-special::before {
  background-image: url(./image/icon_bridge__purple.svg); }
.p-lineup__category__midashiInner {
  width: 50%;
  margin: 0 auto 0 0;
  padding: 2rem; }
  @media screen and (max-width: 812px) {
    .p-lineup__category__midashiInner {
      width: 100%;
      max-width: 600px;
      margin: 0 auto;
      padding: 0; } }

.p-lineup__categoryList {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 24px; }
  @media screen and (max-width: 812px) {
    .p-lineup__categoryList {
      max-width: 600px; } }
.p-lineup__categoryList li {
  list-style: none;
  margin-left: 0;
  display: block;
  width: calc((100% - 72px) / 4);
  overflow: hidden;
  height: auto; }
  @media screen and (max-width: 812px) {
    .p-lineup__categoryList li {
      width: calc((100% - 24px) / 2); } }
.p-lineup__categoryList li a {
  text-decoration: none;
  color: #111111; }
  .p-lineup__categoryList li a:hover {
    color: #07365b; }
  .p-lineup__categoryList li a:hover img {
    transform: scale(1.1, 1.1); }
.p-lineup__categoryList li span {
  display: block; }
.p-lineup__categoryList li img {
  width: 100%;
  aspect-ratio: 1 / 1;
  transition: 1s all;
  object-fit: cover; }
.p-lineup__categoryList__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 0.5rem; }

.p-lineupContents__post {
  margin-bottom: 5rem; }

::-webkit-full-page-media, :future, :root .p-lineupContents__post table {
  max-width: 100% !important; }
  @media screen and (max-width: 812px) {
    ::-webkit-full-page-media, :future, :root .p-lineupContents__post table {
      width: 100% !important; } }

.p-lineupContents__sub {
  margin-bottom: 5rem; }

.p-lineupContents__detail {
  display: flex;
  gap: 48px;
  margin-bottom: 3rem; }
  @media screen and (max-width: 812px) {
    .p-lineupContents__detail {
      flex-direction: column;
      gap: 32px; } }
.p-lineupContents__detail__img {
  width: calc(40% - 24px);
  margin: 0 auto;
  text-align: center; }
  @media screen and (max-width: 812px) {
    .p-lineupContents__detail__img {
      width: 100%;
      max-width: 400px; } }
.p-lineupContents__detail__text {
  width: calc(60% - 24px); }
  @media screen and (max-width: 812px) {
    .p-lineupContents__detail__text {
      width: 100%; } }
.p-lineupContents__detail__name dt {
  color: #fff;
  width: 100%;
  background-color: #842828;
  padding: 0.25rem 1rem;
  margin-bottom: 0.25rem; }
.p-lineupContents__detail__name dd {
  font-size: 24px;
  font-weight: bold;
  padding-left: 0;
  padding: 0.5rem 0 1rem 0;
  border-bottom: 1px solid #cec3b2; }
.p-lineupContents__detail__item {
  display: flex;
  padding: 0.75rem 0;
  border-bottom: 1px solid #cec3b2; }
.p-lineupContents__detail__item dt {
  color: #842828;
  width: 30%; }
.p-lineupContents__detail__item dd {
  width: 70%; }

.p-lineupContents__back {
  margin-bottom: 3rem; }

.p-lineupContents__other {
  border-top: 1px solid #cec3b2;
  border-bottom: 1px solid #cec3b2;
  padding: 1.5rem; }
  @media screen and (max-width: 812px) {
    .p-lineupContents__other {
      padding: 1rem; } }
.p-lineupContents__other__midashi {
  font-family: "Shippori Mincho B1", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  margin-bottom: 1rem; }
  @media screen and (max-width: 812px) {
    .p-lineupContents__other__midashi {
      font-size: 20px; } }
.p-lineupContents__other__midashi span {
  position: relative;
  margin-left: 30px; }
.p-lineupContents__other__midashi span::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 14px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: -30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.p-lineupContents__other__midashi span.this-fresh::before {
  background-image: url(./image/icon_bridge__red.svg); }
.p-lineupContents__other__midashi span.this-dorayaki::before {
  background-image: url(./image/icon_bridge__yellow.svg); }
.p-lineupContents__other__midashi span.this-mochi::before {
  background-image: url(./image/icon_bridge__green.svg); }
.p-lineupContents__other__midashi span.this-special::before {
  background-image: url(./image/icon_bridge__purple.svg); }

.p-lineupContents__otherList {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 24px; }
  @media screen and (max-width: 812px) {
    .p-lineupContents__otherList {
      max-width: 600px; } }
.p-lineupContents__otherList li {
  list-style: none;
  margin-left: 0;
  display: block;
  width: calc((100% - 72px) / 4);
  overflow: hidden;
  height: auto; }
  @media screen and (max-width: 812px) {
    .p-lineupContents__otherList li {
      width: calc((100% - 24px) / 2); } }
.p-lineupContents__otherList li a {
  text-decoration: none;
  color: #111111; }
  .p-lineupContents__otherList li a:hover {
    color: #07365b; }
  .p-lineupContents__otherList li a:hover img {
    transform: scale(1.1, 1.1); }
.p-lineupContents__otherList li span {
  display: block;
  position: relative; }
.p-lineupContents__otherList li img {
  width: 100%;
  aspect-ratio: 1 / 1;
  transition: 1s all;
  object-fit: cover; }
.p-lineupContents__otherList__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 0.5rem; }

.p-lineupContents__category {
  border-bottom: 1px solid #cec3b2;
  padding: 1.5rem; }
  @media screen and (max-width: 812px) {
    .p-lineupContents__category {
      padding: 1rem; } }
.p-lineupContents__category__midashi {
  font-family: "Shippori Mincho B1", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  margin-bottom: 1rem; }
  @media screen and (max-width: 812px) {
    .p-lineupContents__category__midashi {
      font-size: 20px; } }

.p-lineupContents__categoryList {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 24px; }
  @media screen and (max-width: 812px) {
    .p-lineupContents__categoryList {
      max-width: 600px; } }
.p-lineupContents__categoryList li {
  list-style: none;
  margin-left: 0;
  display: block;
  width: calc((100% - 72px) / 4);
  overflow: hidden;
  height: auto; }
  @media screen and (max-width: 812px) {
    .p-lineupContents__categoryList li {
      width: calc((100% - 24px) / 2); } }
.p-lineupContents__categoryList li a {
  text-decoration: none;
  color: #111111; }
  .p-lineupContents__categoryList li a:hover {
    color: #07365b; }
  .p-lineupContents__categoryList li a:hover img {
    transform: scale(1.1, 1.1); }
.p-lineupContents__categoryList li span {
  display: block;
  position: relative;
  margin-left: 30px; }
.p-lineupContents__categoryList li span::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 14px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: -30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.p-lineupContents__categoryList li span.this-fresh::before {
  background-image: url(./image/icon_bridge__red.svg); }
.p-lineupContents__categoryList li span.this-dorayaki::before {
  background-image: url(./image/icon_bridge__yellow.svg); }
.p-lineupContents__categoryList li span.this-mochi::before {
  background-image: url(./image/icon_bridge__green.svg); }
.p-lineupContents__categoryList li span.this-special::before {
  background-image: url(./image/icon_bridge__purple.svg); }
.p-lineupContents__categoryList li img {
  width: 100%;
  aspect-ratio: 1 / 1;
  transition: 1s all;
  object-fit: cover; }
.p-lineupContents__categoryList__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 0.5rem; }

.p-news__pickupTable th, .p-news__pickupTable td {
  border: none; }
.p-news__pickupTable .this-img {
  width: 40%; }
.p-news__pickupTable .this-text {
  width: 60%;
  vertical-align: baseline; }
.p-news__pickupTable img {
  width: 100%; }
@media screen and (max-width: 812px) {
  .p-news__pickupTable th, .p-news__pickupTable td {
    width: 100%;
    display: block; }
  .p-news__pickupTable .this-img {
    width: 100%;
    margin: 0 auto; }
  .p-news__pickupTable img {
    max-width: 400px; }
  .p-news__pickupTable .this-text {
    width: 100%; } }

.u-text--center {
  text-align: center !important; }

.u-text--left {
  text-align: left !important; }

.u-text--right {
  text-align: right !important; }

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

.u-font--normal {
  font-weight: normal !important; }

.u-font--w100 {
  font-weight: 100 !important; }

.u-font--w200 {
  font-weight: 200 !important; }

.u-font--w300 {
  font-weight: 300 !important; }

.u-font--w400 {
  font-weight: 400 !important; }

.u-font--w500 {
  font-weight: 500 !important; }

.u-font--w600 {
  font-weight: 600 !important; }

.u-font--w700 {
  font-weight: 700 !important; }

.u-font--w800 {
  font-weight: 800 !important; }

.u-font--w900 {
  font-weight: 900 !important; }

.u-text--blue {
  color: #07365b; }

.u-font--large {
  font-size: 120% !important; }

.u-font--nomal {
  font-size: 100% !important; }

.u-font--small {
  font-size: 80% !important; }

.u-font--s150 {
  font-size: 150% !important; }
.u-font--s145 {
  font-size: 145% !important; }
.u-font--s140 {
  font-size: 140% !important; }
.u-font--s135 {
  font-size: 135% !important; }
.u-font--s130 {
  font-size: 130% !important; }
.u-font--s125 {
  font-size: 125% !important; }
.u-font--s120 {
  font-size: 120% !important; }
.u-font--s115 {
  font-size: 115% !important; }
.u-font--s110 {
  font-size: 110% !important; }
.u-font--s105 {
  font-size: 105% !important; }
.u-font--s100 {
  font-size: 100% !important; }
.u-font--s95 {
  font-size: 95% !important; }
.u-font--s90 {
  font-size: 90% !important; }
.u-font--s85 {
  font-size: 85% !important; }
.u-font--s80 {
  font-size: 80% !important; }
.u-font--s75 {
  font-size: 75% !important; }
.u-font--s70 {
  font-size: 70% !important; }
.u-font--s65 {
  font-size: 65% !important; }
.u-font--s60 {
  font-size: 60% !important; }

.u-marginTop--160 {
  margin-top: 160px !important; }
.u-marginTop--152 {
  margin-top: 152px !important; }
.u-marginTop--144 {
  margin-top: 144px !important; }
.u-marginTop--136 {
  margin-top: 136px !important; }
.u-marginTop--128 {
  margin-top: 128px !important; }
.u-marginTop--120 {
  margin-top: 120px !important; }
.u-marginTop--112 {
  margin-top: 112px !important; }
.u-marginTop--104 {
  margin-top: 104px !important; }
.u-marginTop--96 {
  margin-top: 96px !important; }
.u-marginTop--88 {
  margin-top: 88px !important; }
.u-marginTop--80 {
  margin-top: 80px !important; }
.u-marginTop--72 {
  margin-top: 72px !important; }
.u-marginTop--64 {
  margin-top: 64px !important; }
.u-marginTop--56 {
  margin-top: 56px !important; }
.u-marginTop--48 {
  margin-top: 48px !important; }
.u-marginTop--40 {
  margin-top: 40px !important; }
.u-marginTop--32 {
  margin-top: 32px !important; }
.u-marginTop--24 {
  margin-top: 24px !important; }
.u-marginTop--16 {
  margin-top: 16px !important; }
.u-marginTop--8 {
  margin-top: 8px !important; }

.u-marginBottom--160 {
  margin-bottom: 160px !important; }
.u-marginBottom--152 {
  margin-bottom: 152px !important; }
.u-marginBottom--144 {
  margin-bottom: 144px !important; }
.u-marginBottom--136 {
  margin-bottom: 136px !important; }
.u-marginBottom--128 {
  margin-bottom: 128px !important; }
.u-marginBottom--120 {
  margin-bottom: 120px !important; }
.u-marginBottom--112 {
  margin-bottom: 112px !important; }
.u-marginBottom--104 {
  margin-bottom: 104px !important; }
.u-marginBottom--96 {
  margin-bottom: 96px !important; }
.u-marginBottom--88 {
  margin-bottom: 88px !important; }
.u-marginBottom--80 {
  margin-bottom: 80px !important; }
.u-marginBottom--72 {
  margin-bottom: 72px !important; }
.u-marginBottom--64 {
  margin-bottom: 64px !important; }
.u-marginBottom--56 {
  margin-bottom: 56px !important; }
.u-marginBottom--48 {
  margin-bottom: 48px !important; }
.u-marginBottom--40 {
  margin-bottom: 40px !important; }
.u-marginBottom--32 {
  margin-bottom: 32px !important; }
.u-marginBottom--24 {
  margin-bottom: 24px !important; }
.u-marginBottom--16 {
  margin-bottom: 16px !important; }
.u-marginBottom--8 {
  margin-bottom: 8px !important; }

.u-paddingTop--160 {
  padding-top: 160px !important; }
.u-paddingTop--152 {
  padding-top: 152px !important; }
.u-paddingTop--144 {
  padding-top: 144px !important; }
.u-paddingTop--136 {
  padding-top: 136px !important; }
.u-paddingTop--128 {
  padding-top: 128px !important; }
.u-paddingTop--120 {
  padding-top: 120px !important; }
.u-paddingTop--112 {
  padding-top: 112px !important; }
.u-paddingTop--104 {
  padding-top: 104px !important; }
.u-paddingTop--96 {
  padding-top: 96px !important; }
.u-paddingTop--88 {
  padding-top: 88px !important; }
.u-paddingTop--80 {
  padding-top: 80px !important; }
.u-paddingTop--72 {
  padding-top: 72px !important; }
.u-paddingTop--64 {
  padding-top: 64px !important; }
.u-paddingTop--56 {
  padding-top: 56px !important; }
.u-paddingTop--48 {
  padding-top: 48px !important; }
.u-paddingTop--40 {
  padding-top: 40px !important; }
.u-paddingTop--32 {
  padding-top: 32px !important; }
.u-paddingTop--24 {
  padding-top: 24px !important; }
.u-paddingTop--16 {
  padding-top: 16px !important; }
.u-paddingTop--8 {
  padding-top: 8px !important; }

.u-paddingBottom--160 {
  padding-bottom: 160px !important; }
.u-paddingBottom--152 {
  padding-bottom: 152px !important; }
.u-paddingBottom--144 {
  padding-bottom: 144px !important; }
.u-paddingBottom--136 {
  padding-bottom: 136px !important; }
.u-paddingBottom--128 {
  padding-bottom: 128px !important; }
.u-paddingBottom--120 {
  padding-bottom: 120px !important; }
.u-paddingBottom--112 {
  padding-bottom: 112px !important; }
.u-paddingBottom--104 {
  padding-bottom: 104px !important; }
.u-paddingBottom--96 {
  padding-bottom: 96px !important; }
.u-paddingBottom--88 {
  padding-bottom: 88px !important; }
.u-paddingBottom--80 {
  padding-bottom: 80px !important; }
.u-paddingBottom--72 {
  padding-bottom: 72px !important; }
.u-paddingBottom--64 {
  padding-bottom: 64px !important; }
.u-paddingBottom--56 {
  padding-bottom: 56px !important; }
.u-paddingBottom--48 {
  padding-bottom: 48px !important; }
.u-paddingBottom--40 {
  padding-bottom: 40px !important; }
.u-paddingBottom--32 {
  padding-bottom: 32px !important; }
.u-paddingBottom--24 {
  padding-bottom: 24px !important; }
.u-paddingBottom--16 {
  padding-bottom: 16px !important; }
.u-paddingBottom--8 {
  padding-bottom: 8px !important; }

@media screen and (max-width: 812px) {
  .u-only--pc {
    display: none !important; } }
@media screen and (min-width: 812.25px) {
  .u-only--sp {
    display: none !important; } }
@media screen and (min-width: 414.25px) {
  .u-only--spMin {
    display: none !important; } }
.u-width--100 {
  width: 100% !important; }
.u-width--90 {
  width: 90% !important; }
.u-width--80 {
  width: 80% !important; }
.u-width--70 {
  width: 70% !important; }
.u-width--60 {
  width: 60% !important; }
.u-width--50 {
  width: 50% !important; }
.u-width--40 {
  width: 40% !important; }
.u-width--30 {
  width: 30% !important; }
.u-width--20 {
  width: 20% !important; }
.u-width--10 {
  width: 10% !important; }
