@charset "UTF-8";

.is-thin {
  font-weight: 100;
}

.is-thin {
  font-weight: 300;
}

.is-regular {
  font-weight: 400;
}

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

.is-semibold {
  font-weight: 600;
}

.is-bold {
  font-weight: 700;
}

.is-black {
  font-weight: 900;
}

.text-color-primary {
  color: #b8272d;
}

.text-color-info {
  color: #000000;
}

.text-color-success {
  color: #c19f46;
}

.text-color-warning {
  color: #e85a24;
}

.text-color-danger {
  color: #662d88;
}

.is-center {
  text-align: center;
}

.is-right {
  text-align: right;
}

.is-left {
  text-align: left;
}

*,
::before,
::after {
  margin: 0;
  background-repeat: no-repeat;
  box-sizing: border-box;
  font-size: 1em;
  font-family: inherit;
  font-weight: inherit;
}

::before,
::after {
  vertical-align: inherit;
  text-decoration: inherit;
}

html {
  font-family: sans-serif;
  word-break: break-word;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header,
footer,
main,
section,
article,
aside,
nav,
details,
menu,
figure,
figcaption {
  display: block;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

canvas,
audio,
video {
  display: inline-block;
}

img,
svg,
iframe,
canvas,
audio,
video {
  vertical-align: middle;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

input {
  border-radius: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

[type=checkbox],
[type=radio] {
  padding: 0;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

address {
  font-style: normal;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

progress {
  display: inline-block;
  vertical-align: baseline;
}

summary {
  display: list-item;
}

table {
  border-collapse: collapse;
}

hr {
  height: 0;
  overflow: visible;
}

template {
  display: none;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  touch-action: manipulation;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

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

img[src$=".svg"] {
  width: 100%;
}

iframe {
  max-width: 100%;
}

body {
  color: #233a59;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  font-size: 16px;
}

html.hidden {
  overflow: hidden;
}

#wrapper {
  position: relative;
  width: 100%;
}

.section>.inner {
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 576px) {
  .section>.inner {
    width: 540px;
  }
}

@media screen and (min-width: 768px) {
  .section>.inner {
    width: 720px;
  }
}

@media screen and (min-width: 1080px) {
  .section>.inner {
    width: 960px;
  }
}

@media screen and (min-width: 1280px) {
  .section>.inner {
    width: 1080px;
  }
}

.grid {
  display: flex;
  flex-wrap: wrap;
}

.grid.is-baseline {
  align-items: baseline;
}

.grid.is-middle {
  align-items: center;
}

.grid.is-bottom {
  align-items: flex-end;
}

.grid.is-center {
  justify-content: center;
}

.grid.is-right {
  justify-content: flex-end;
}

.grid.is-between {
  justify-content: space-between;
}

.grid.is-around {
  justify-content: space-around;
}

.grid.is-reverse {
  flex-direction: row-reverse;
}

.grid.is-stretch>.column {
  display: flex;
}

.grid.is-gap-xxl {
  margin-left: -28px;
  margin-bottom: -28px;
}

.grid.is-gap-xxl>.column {
  padding-left: 28px;
  padding-bottom: 28px;
}

.grid.is-gap-xl {
  margin-left: -24px;
  margin-bottom: -24px;
}

.grid.is-gap-xl>.column {
  padding-left: 24px;
  padding-bottom: 24px;
}

.grid.is-gap-lg {
  margin-left: -20px;
  margin-bottom: -20px;
}

.grid.is-gap-lg>.column {
  padding-left: 20px;
  padding-bottom: 20px;
}

.grid.is-gap,
.grid.is-gap-md {
  margin-left: -16px;
  margin-bottom: -16px;
}

.grid.is-gap>.column,
.grid.is-gap-md>.column {
  padding-left: 16px;
  padding-bottom: 16px;
}

.grid.is-gap-sm {
  margin-left: -12px;
  margin-bottom: -12px;
}

.grid.is-gap-sm>.column {
  padding-left: 12px;
  padding-bottom: 12px;
}

.grid.is-gap-xs {
  margin-left: -8px;
  margin-bottom: -8px;
}

.grid.is-gap-xs>.column {
  padding-left: 8px;
  padding-bottom: 8px;
}

.grid.is-gap-xxs {
  margin-left: -4px;
  margin-bottom: -4px;
}

.grid.is-gap-xxs>.column {
  padding-left: 4px;
  padding-bottom: 4px;
}

.grid.is-gap-vertical-xxl {
  margin-bottom: -28px;
}

.grid.is-gap-vertical-xxl>.column {
  padding-bottom: 28px;
}

.grid.is-gap-vertical-xl {
  margin-bottom: -24px;
}

.grid.is-gap-vertical-xl>.column {
  padding-bottom: 24px;
}

.grid.is-gap-vertical-lg {
  margin-bottom: -20px;
}

.grid.is-gap-vertical-lg>.column {
  padding-bottom: 20px;
}

.grid.is-gap-vertical,
.grid.is-gap-vertical-md {
  margin-bottom: -16px;
}

.grid.is-gap-vertical>.column,
.grid.is-gap-vertical-md>.column {
  padding-bottom: 16px;
}

.grid.is-gap-vertical-sm {
  margin-bottom: -12px;
}

.grid.is-gap-vertical-sm>.column {
  padding-bottom: 12px;
}

.grid.is-gap-vertical-xs {
  margin-bottom: -8px;
}

.grid.is-gap-vertical-xs>.column {
  padding-bottom: 8px;
}

.grid.is-gap-vertical-xxs {
  margin-bottom: -4px;
}

.grid.is-gap-vertical-xxs>.column {
  padding-bottom: 4px;
}

.grid.is-gap-horizontal-xxl {
  margin-left: -28px;
}

.grid.is-gap-horizontal-xxl>.column {
  padding-left: 28px;
}

.grid.is-gap-horizontal-xl {
  margin-left: -24px;
}

.grid.is-gap-horizontal-xl>.column {
  padding-left: 24px;
}

.grid.is-gap-horizontal-lg {
  margin-left: -20px;
}

.grid.is-gap-horizontal-lg>.column {
  padding-left: 20px;
}

.grid.is-gap-horizontal,
.grid.is-gap-horizontal-md {
  margin-left: -16px;
}

.grid.is-gap-horizontal>.column,
.grid.is-gap-horizontal-md>.column {
  padding-left: 16px;
}

.grid.is-gap-horizontal-sm {
  margin-left: -12px;
}

.grid.is-gap-horizontal-sm>.column {
  padding-left: 12px;
}

.grid.is-gap-horizontal-xs {
  margin-left: -8px;
}

.grid.is-gap-horizontal-xs>.column {
  padding-left: 8px;
}

.grid.is-gap-horizontal-xxs {
  margin-left: -4px;
}

.grid.is-gap-horizontal-xxs>.column {
  padding-left: 4px;
}

.box {
  position: relative;
  display: block;
}

.box.is-bg,
.box.is-bg-light {
  background-color: #fff;
}

.box.is-disabled,
.box[disabled] {
  cursor: not-allowed;
  pointer-events: none;
}

.box.is-flex {
  display: flex;
}

.box.is-inline-flex {
  display: inline-flex;
}

.box.is-flex:not(.is-nowrap),
.box.is-inline-flex:not(.is-nowrap) {
  flex-wrap: wrap;
}

.box.is-flex.is-baseline,
.box.is-inline-flex.is-baseline {
  align-items: baseline;
}

.box.is-flex.is-middle,
.box.is-inline-flex.is-middle {
  align-items: center;
}

.box.is-flex.is-bottom,
.box.is-inline-flex.is-bottom {
  align-items: flex-end;
}

.box.is-flex.is-center,
.box.is-inline-flex.is-center {
  justify-content: center;
}

.box.is-flex.is-right,
.box.is-inline-flex.is-right {
  justify-content: flex-end;
}

.box.is-flex.is-between,
.box.is-inline-flex.is-between {
  justify-content: space-between;
}

.box.is-flex.is-around,
.box.is-inline-flex.is-around {
  justify-content: space-around;
}

.box.is-flex.is-reverse,
.box.is-inline-flex.is-reverse {
  flex-direction: row-reverse;
}

.box.is-outline {
  border: 1px solid #000;
}

.box.is-outline-top {
  border-top: 1px solid #000;
}

.box.is-outline-right {
  border-right: 1px solid #000;
}

.box.is-outline-bottom {
  border-bottom: 1px solid #000;
}

.box.is-outline-left {
  border-left: 1px solid #000;
}

.box.is-separate>*:not(:last-child) {
  border-bottom: 1px solid #000;
}

.box.is-separate-parent>*:not(:last-child) .is-separate-child {
  border-bottom: 1px solid #000;
}

.box.is-link {
  cursor: pointer;
  transition: ease-out 0.12s;
}

.box.is-link:not(.is-disabled):not([disabled]):hover {
  background-color: #000;
}

.box.is-angle-right:after,
.box.is-angle-left:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  z-index: 2;
}

.box.is-angle-right:after {
  right: 0.75em;
  transform: translateY(-50%) rotate(45deg);
}

.box.is-angle-left:after {
  left: 0.75em;
  transform: translateY(-50%) rotate(-135deg);
}

.box.is-angle-right.is-angle-up:after,
.box.is-angle-left.is-angle-up:after {
  transform: translateY(-30%) rotate(-45deg);
}

.box.is-angle-right.is-angle-down:after,
.box.is-angle-left.is-angle-down:after {
  transform: translateY(-70%) rotate(135deg);
}

.button {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  padding: 0.5em 1em;
  border-radius: 3px;
  line-height: 1.5;
  text-align: center;
}

.button.is-plain {
  color: #fff;
}

.button.is-plain.is-primary {
  background-color: #b8272d;
}

.button.is-plain.is-info {
  background-color: #000000;
}

.button.is-plain.is-success {
  background-color: #c19f46;
}

.button.is-plain.is-warning {
  background-color: #e85a24;
}

.button.is-plain.is-danger {
  background-color: #662d88;
}

.button.is-plain:hover {
  opacity: 0.7;
}

.button.is-outline.is-primary {
  color: #b8272d;
  border: #b8272d solid 1px;
}

.button.is-outline.is-info {
  color: #000000;
  border: #000000 solid 1px;
}

.button.is-outline.is-success {
  color: #c19f46;
  border: #c19f46 solid 1px;
}

.button.is-outline.is-warning {
  color: #e85a24;
  border: #e85a24 solid 1px;
}

.button.is-outline.is-danger {
  color: #662d88;
  border: #662d88 solid 1px;
}

.button.is-outline:hover {
  opacity: 0.7;
}

.list.is-disc,
.list.is-circle,
.list.is-square,
.list.is-kome,
.list.is-decimal {
  margin-left: 1.5em;
}

.list.is-disc>.item:not(:first-child),
.list.is-circle>.item:not(:first-child),
.list.is-square>.item:not(:first-child),
.list.is-kome>.item:not(:first-child),
.list.is-decimal>.item:not(:first-child) {
  margin-top: 0.25em;
}

.list.is-disc>.item>.list,
.list.is-circle>.item>.list,
.list.is-square>.item>.list,
.list.is-kome>.item>.list,
.list.is-decimal>.item>.list {
  margin-top: 0.5em;
}

.list.is-disc>.item {
  display: list-item;
  list-style: disc outside;
}

.list.is-circle>.item {
  display: list-item;
  list-style: circle outside;
}

.list.is-square>.item {
  display: list-item;
  list-style: square outside;
}

.list.is-kome>.item {
  position: relative;
  display: block;
}

.list.is-kome>.item:before {
  content: "\203B";
  position: absolute;
  top: 0;
  left: -1em;
}

.list.is-decimal>.item {
  display: list-item;
  list-style: decimal outside;
}

.list.is-note>.item {
  display: flex;
}

.list.is-note>.item>*:not(:first-child) {
  margin-left: 0.25em;
}

.is-block,
.is-mobile-block {
  display: block;
}

.is-inline,
.is-mobile-inline {
  display: inline;
}

.is-inline-block,
.is-mobile-inline-block {
  display: inline-block;
}

.is-none,
.is-mobile-none {
  display: none;
}

@media screen and (min-width: 576px) {
  .is-fablet-block {
    display: block;
  }

  .is-fablet-inline {
    display: inline;
  }

  .is-fablet-inline-block {
    display: inline-block;
  }

  .is-fablet-none {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-tablet-block {
    display: block;
  }

  .is-tablet-inline {
    display: inline;
  }

  .is-tablet-inline-block {
    display: inline-block;
  }

  .is-tablet-none {
    display: none;
  }
}

@media screen and (min-width: 1080px) {
  .is-desktop-block {
    display: block;
  }

  .is-desktop-inline {
    display: inline;
  }

  .is-desktop-inline-block {
    display: inline-block;
  }

  .is-desktop-none {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .is-wide-block {
    display: block;
  }

  .is-wide-inline {
    display: inline;
  }

  .is-wide-inline-block {
    display: inline-block;
  }

  .is-wide-none {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  .is-iphone5-only-block {
    display: block;
  }

  .is-iphone5-only-inline {
    display: inline;
  }

  .is-iphone5-only-inline-block {
    display: inline-block;
  }

  .is-iphone5-only-none {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .is-mobile-only-block {
    display: block;
  }

  .is-mobile-only-inline {
    display: inline;
  }

  .is-mobile-only-inline-block {
    display: inline-block;
  }

  .is-mobile-only-none {
    display: none;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .is-fablet-only-block {
    display: block;
  }

  .is-fablet-only-inline {
    display: inline;
  }

  .is-fablet-only-inline-block {
    display: inline-block;
  }

  .is-fablet-only-none {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
  .is-tablet-only-block {
    display: block;
  }

  .is-tablet-only-inline {
    display: inline;
  }

  .is-tablet-only-inline-block {
    display: inline-block;
  }

  .is-tablet-only-none {
    display: none;
  }
}

@media screen and (min-width: 1080px) and (max-width: 1279px) {
  .is-desktop-only-block {
    display: block;
  }

  .is-desktop-only-inline {
    display: inline;
  }

  .is-desktop-only-inline-block {
    display: inline-block;
  }

  .is-desktop-only-none {
    display: none;
  }
}

.is-0,
.is-mobile-0 {
  flex: 1 0 0%;
}

.is-1,
.is-mobile-1 {
  flex: 0 0 8.3333333333%;
  width: 8.3333333333%;
  max-width: 8.3333333333%;
}

.is-2,
.is-mobile-2 {
  flex: 0 0 16.6666666667%;
  width: 16.6666666667%;
  max-width: 16.6666666667%;
}

.is-3,
.is-mobile-3 {
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
}

.is-4,
.is-mobile-4 {
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
}

.is-5,
.is-mobile-5 {
  flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
  max-width: 41.6666666667%;
}

.is-6,
.is-mobile-6 {
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}

.is-7,
.is-mobile-7 {
  flex: 0 0 58.3333333333%;
  width: 58.3333333333%;
  max-width: 58.3333333333%;
}

.is-8,
.is-mobile-8 {
  flex: 0 0 66.6666666667%;
  width: 66.6666666667%;
  max-width: 66.6666666667%;
}

.is-9,
.is-mobile-9 {
  flex: 0 0 75%;
  width: 75%;
  max-width: 75%;
}

.is-10,
.is-mobile-10 {
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%;
}

.is-11,
.is-mobile-11 {
  flex: 0 0 91.6666666667%;
  width: 91.6666666667%;
  max-width: 91.6666666667%;
}

.is-12,
.is-mobile-12 {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

.is-full,
.is-mobile-full {
  flex: 0 1 100%;
  width: 100%;
}

.is-auto,
.is-mobile-auto {
  flex: 0 1 auto;
  width: auto;
}

@media screen and (min-width: 576px) {
  .is-fablet-0 {
    flex: 1 0 0%;
  }

  .is-fablet-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .is-fablet-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .is-fablet-3 {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }

  .is-fablet-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .is-fablet-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .is-fablet-6 {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }

  .is-fablet-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .is-fablet-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .is-fablet-9 {
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }

  .is-fablet-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .is-fablet-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .is-fablet-12 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .is-fablet-full {
    flex: 0 1 100%;
    width: 100%;
  }

  .is-fablet-auto {
    flex: 0 1 auto;
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .is-tablet-0 {
    flex: 1 0 0%;
  }

  .is-tablet-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .is-tablet-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .is-tablet-3 {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }

  .is-tablet-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .is-tablet-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .is-tablet-6 {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }

  .is-tablet-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .is-tablet-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .is-tablet-9 {
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }

  .is-tablet-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .is-tablet-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .is-tablet-12 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .is-tablet-full {
    flex: 0 1 100%;
    width: 100%;
  }

  .is-tablet-auto {
    flex: 0 1 auto;
    width: auto;
  }
}

@media screen and (min-width: 1080px) {
  .is-desktop-0 {
    flex: 1 0 0%;
  }

  .is-desktop-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .is-desktop-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .is-desktop-3 {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }

  .is-desktop-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .is-desktop-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .is-desktop-6 {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }

  .is-desktop-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .is-desktop-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .is-desktop-9 {
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }

  .is-desktop-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .is-desktop-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .is-desktop-12 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .is-desktop-full {
    flex: 0 1 100%;
    width: 100%;
  }

  .is-desktop-auto {
    flex: 0 1 auto;
    width: auto;
  }
}

@media screen and (min-width: 1280px) {
  .is-wide-0 {
    flex: 1 0 0%;
  }

  .is-wide-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .is-wide-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .is-wide-3 {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }

  .is-wide-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .is-wide-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .is-wide-6 {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }

  .is-wide-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .is-wide-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .is-wide-9 {
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }

  .is-wide-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .is-wide-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .is-wide-12 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .is-wide-full {
    flex: 0 1 100%;
    width: 100%;
  }

  .is-wide-auto {
    flex: 0 1 auto;
    width: auto;
  }
}

.is-margin-xxl {
  margin: 28px;
}

.is-margin-xl {
  margin: 24px;
}

.is-margin-lg {
  margin: 20px;
}

.is-margin,
.is-margin-md {
  margin: 16px;
}

.is-margin-sm {
  margin: 12px;
}

.is-margin-xs {
  margin: 8px;
}

.is-margin-xxs {
  margin: 4px;
}

.is-margin-top-xxl {
  margin-top: 28px;
}

.is-margin-top-xl {
  margin-top: 24px;
}

.is-margin-top-lg {
  margin-top: 20px;
}

.is-margin-top,
.is-margin-top-md {
  margin-top: 16px;
}

.is-margin-top-sm {
  margin-top: 12px;
}

.is-margin-top-xs {
  margin-top: 8px;
}

.is-margin-top-xxs {
  margin-top: 4px;
}

.is-margin-right-xxl {
  margin-right: 28px;
}

.is-margin-right-xl {
  margin-right: 24px;
}

.is-margin-right-lg {
  margin-right: 20px;
}

.is-margin-right,
.is-margin-right-md {
  margin-right: 16px;
}

.is-margin-right-sm {
  margin-right: 12px;
}

.is-margin-right-xs {
  margin-right: 8px;
}

.is-margin-right-xxs {
  margin-right: 4px;
}

.is-margin-bottom-xxl {
  margin-bottom: 28px;
}

.is-margin-bottom-xl {
  margin-bottom: 24px;
}

.is-margin-bottom-lg {
  margin-bottom: 20px;
}

.is-margin-bottom,
.is-margin-bottom-md {
  margin-bottom: 16px;
}

.is-margin-bottom-sm {
  margin-bottom: 12px;
}

.is-margin-bottom-xs {
  margin-bottom: 8px;
}

.is-margin-bottom-xxs {
  margin-bottom: 4px;
}

.is-margin-left-xxl {
  margin-left: 28px;
}

.is-margin-left-xl {
  margin-left: 24px;
}

.is-margin-left-lg {
  margin-left: 20px;
}

.is-margin-left,
.is-margin-left-md {
  margin-left: 16px;
}

.is-margin-left-sm {
  margin-left: 12px;
}

.is-margin-left-xs {
  margin-left: 8px;
}

.is-margin-left-xxs {
  margin-left: 4px;
}

.is-margin-vertical-xxl {
  margin-top: 28px;
  margin-bottom: 28px;
}

.is-margin-vertical-xl {
  margin-top: 24px;
  margin-bottom: 24px;
}

.is-margin-vertical-lg {
  margin-top: 20px;
  margin-bottom: 20px;
}

.is-margin-vertical,
.is-margin-vertical-md {
  margin-top: 16px;
  margin-bottom: 16px;
}

.is-margin-vertical-sm {
  margin-top: 12px;
  margin-bottom: 12px;
}

.is-margin-vertical-xs {
  margin-top: 8px;
  margin-bottom: 8px;
}

.is-margin-vertical-xxs {
  margin-top: 4px;
  margin-bottom: 4px;
}

.is-margin-horizontal-xxl {
  margin-right: 28px;
  margin-left: 28px;
}

.is-margin-horizontal-xl {
  margin-right: 24px;
  margin-left: 24px;
}

.is-margin-horizontal-lg {
  margin-right: 20px;
  margin-left: 20px;
}

.is-margin-horizontal,
.is-margin-horizontal-md {
  margin-right: 16px;
  margin-left: 16px;
}

.is-margin-horizontal-sm {
  margin-right: 12px;
  margin-left: 12px;
}

.is-margin-horizontal-xs {
  margin-right: 8px;
  margin-left: 8px;
}

.is-margin-horizontal-xxs {
  margin-right: 4px;
  margin-left: 4px;
}

.is-margin-minus-xxl {
  margin: -28px;
}

.is-margin-minus-xl {
  margin: -24px;
}

.is-margin-minus-lg {
  margin: -20px;
}

.is-margin-minus,
.is-margin-minus-md {
  margin: -16px;
}

.is-margin-minus-sm {
  margin: -12px;
}

.is-margin-minus-xs {
  margin: -8px;
}

.is-margin-minus-xxs {
  margin: -4px;
}

.is-margin-top-minus-xxl {
  margin-top: -28px;
}

.is-margin-top-minus-xl {
  margin-top: -24px;
}

.is-margin-top-minus-lg {
  margin-top: -20px;
}

.is-margin-top-minus,
.is-margin-top-minus-md {
  margin-top: -16px;
}

.is-margin-top-minus-sm {
  margin-top: -12px;
}

.is-margin-top-minus-xs {
  margin-top: -8px;
}

.is-margin-top-minus-xxs {
  margin-top: -4px;
}

.is-margin-right-minus-xxl {
  margin-right: -28px;
}

.is-margin-right-minus-xl {
  margin-right: -24px;
}

.is-margin-right-minus-lg {
  margin-right: -20px;
}

.is-margin-right-minus,
.is-margin-right-minus-md {
  margin-right: -16px;
}

.is-margin-right-minus-sm {
  margin-right: -12px;
}

.is-margin-right-minus-xs {
  margin-right: -8px;
}

.is-margin-right-minus-xxs {
  margin-right: -4px;
}

.is-margin-bottom-minus-xxl {
  margin-bottom: -28px;
}

.is-margin-bottom-minus-xl {
  margin-bottom: -24px;
}

.is-margin-bottom-minus-lg {
  margin-bottom: -20px;
}

.is-margin-bottom-minus,
.is-margin-bottom-minus-md {
  margin-bottom: -16px;
}

.is-margin-bottom-minus-sm {
  margin-bottom: -12px;
}

.is-margin-bottom-minus-xs {
  margin-bottom: -8px;
}

.is-margin-bottom-minus-xxs {
  margin-bottom: -4px;
}

.is-margin-left-minus-xxl {
  margin-left: -28px;
}

.is-margin-left-minus-xl {
  margin-left: -24px;
}

.is-margin-left-minus-lg {
  margin-left: -20px;
}

.is-margin-left-minus,
.is-margin-left-minus-md {
  margin-left: -16px;
}

.is-margin-left-minus-sm {
  margin-left: -12px;
}

.is-margin-left-minus-xs {
  margin-left: -8px;
}

.is-margin-left-minus-xxs {
  margin-left: -4px;
}

.is-margin-vertical-minus-xxl {
  margin-top: -28px;
  margin-bottom: -28px;
}

.is-margin-vertical-minus-xl {
  margin-top: -24px;
  margin-bottom: -24px;
}

.is-margin-vertical-minus-lg {
  margin-top: -20px;
  margin-bottom: -20px;
}

.is-margin-vertical-minus,
.is-margin-vertical-minus-md {
  margin-top: -16px;
  margin-bottom: -16px;
}

.is-margin-vertical-minus-sm {
  margin-top: -12px;
  margin-bottom: -12px;
}

.is-margin-vertical-minus-xs {
  margin-top: -8px;
  margin-bottom: -8px;
}

.is-margin-vertical-minus-xxs {
  margin-top: -4px;
  margin-bottom: -4px;
}

.is-margin-horizontal-minus-xxl {
  margin-right: -28px;
  margin-left: -28px;
}

.is-margin-horizontal-minus-xl {
  margin-right: -24px;
  margin-left: -24px;
}

.is-margin-horizontal-minus-lg {
  margin-right: -20px;
  margin-left: -20px;
}

.is-margin-horizontal-minus,
.is-margin-horizontal-minus-md {
  margin-right: -16px;
  margin-left: -16px;
}

.is-margin-horizontal-minus-sm {
  margin-right: -12px;
  margin-left: -12px;
}

.is-margin-horizontal-minus-xs {
  margin-right: -8px;
  margin-left: -8px;
}

.is-margin-horizontal-minus-xxs {
  margin-right: -4px;
  margin-left: -4px;
}

.is-margin-right-auto {
  margin-right: auto;
}

.is-margin-left-auto {
  margin-left: auto;
}

.is-margin-horizontal-auto {
  margin-right: auto;
  margin-left: auto;
}

.is-padding-xxl {
  padding: 28px;
}

.is-padding-xl {
  padding: 24px;
}

.is-padding-lg {
  padding: 20px;
}

.is-padding,
.is-padding-md {
  padding: 16px;
}

.is-padding-sm {
  padding: 12px;
}

.is-padding-xs {
  padding: 8px;
}

.is-padding-xxs {
  padding: 4px;
}

.is-padding-top-xxl {
  padding-top: 28px;
}

.is-padding-top-xl {
  padding-top: 24px;
}

.is-padding-top-lg {
  padding-top: 20px;
}

.is-padding-top,
.is-padding-top-md {
  padding-top: 16px;
}

.is-padding-top-sm {
  padding-top: 12px;
}

.is-padding-top-xs {
  padding-top: 8px;
}

.is-padding-top-xxs {
  padding-top: 4px;
}

.is-padding-right-xxl {
  padding-right: 28px;
}

.is-padding-right-xl {
  padding-right: 24px;
}

.is-padding-right-lg {
  padding-right: 20px;
}

.is-padding-right,
.is-padding-right-md {
  padding-right: 16px;
}

.is-padding-right-sm {
  padding-right: 12px;
}

.is-padding-right-xs {
  padding-right: 8px;
}

.is-padding-right-xxs {
  padding-right: 4px;
}

.is-padding-bottom-xxl {
  padding-bottom: 28px;
}

.is-padding-bottom-xl {
  padding-bottom: 24px;
}

.is-padding-bottom-lg {
  padding-bottom: 20px;
}

.is-padding-bottom,
.is-padding-bottom-md {
  padding-bottom: 16px;
}

.is-padding-bottom-sm {
  padding-bottom: 12px;
}

.is-padding-bottom-xs {
  padding-bottom: 8px;
}

.is-padding-bottom-xxs {
  padding-bottom: 4px;
}

.is-padding-left-xxl {
  padding-left: 28px;
}

.is-padding-left-xl {
  padding-left: 24px;
}

.is-padding-left-lg {
  padding-left: 20px;
}

.is-padding-left,
.is-padding-left-md {
  padding-left: 16px;
}

.is-padding-left-sm {
  padding-left: 12px;
}

.is-padding-left-xs {
  padding-left: 8px;
}

.is-padding-left-xxs {
  padding-left: 4px;
}

.is-padding-vertical-xxl {
  padding-top: 28px;
  padding-bottom: 28px;
}

.is-padding-vertical-xl {
  padding-top: 24px;
  padding-bottom: 24px;
}

.is-padding-vertical-lg {
  padding-top: 20px;
  padding-bottom: 20px;
}

.is-padding-vertical,
.is-padding-vertical-md {
  padding-top: 16px;
  padding-bottom: 16px;
}

.is-padding-vertical-sm {
  padding-top: 12px;
  padding-bottom: 12px;
}

.is-padding-vertical-xs {
  padding-top: 8px;
  padding-bottom: 8px;
}

.is-padding-vertical-xxs {
  padding-top: 4px;
  padding-bottom: 4px;
}

.is-padding-horizontal-xxl {
  padding-right: 28px;
  padding-left: 28px;
}

.is-padding-horizontal-xl {
  padding-right: 24px;
  padding-left: 24px;
}

.is-padding-horizontal-lg {
  padding-right: 20px;
  padding-left: 20px;
}

.is-padding-horizontal,
.is-padding-horizontal-md {
  padding-right: 16px;
  padding-left: 16px;
}

.is-padding-horizontal-sm {
  padding-right: 12px;
  padding-left: 12px;
}

.is-padding-horizontal-xs {
  padding-right: 8px;
  padding-left: 8px;
}

.is-padding-horizontal-xxs {
  padding-right: 4px;
  padding-left: 4px;
}

.is-overflow-hidden {
  overflow: hidden;
}

.is-overflow-scroll-x {
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.is-overflow-scroll-y {
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.is-overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.is-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*menu*/
.menu {
  display: none;
}

@media screen and (max-width: 767px) {
  .menu {
    display: block;
    position: absolute;
    top: 45%;
    right: 10px;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    border-radius: 5px;
    z-index: 99;
    cursor: pointer;
  }
}

.menu__line {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 1px;
  background: #000;
  transition: transform 0.3s;
}

.menu__line.menu__line--top {
  top: 12px;
}

.menu__line.menu__line--top.active {
  top: 19.5px;
  transform: rotate(45deg);
}

.menu__line.menu__line--center {
  top: 19.5px;
}

.menu__line.menu__line--center.active {
  display: none;
}

.menu__line.menu__line--bottom {
  bottom: 12px;
}

.menu__line.menu__line--bottom.active {
  bottom: 19.5px;
  transform: rotate(135deg);
}

.header {
  position: relative;
  width: 100%;
  z-index: 98;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .header.is-fixed {
    position: fixed;
  }
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  padding: 0 4.05% 16px 0;
  border-bottom: 4px solid #fdc829;
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
  .header-inner {
    padding: 10px 3% 20px;
  }
}

@media screen and (max-width: 767px) {
  .header-inner {
    height: 60px;
    padding: 10px 5.33%;
  }
}

.header-logo {
  max-width: 180px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

@media screen and (max-width: 767px) {
  .header-logo {
    max-width: 87px;
    width: 100%;
  }
}

.header-logo img {
  display: block;
  width: 100%;
}

.gnav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .gnav {
    flex: none;
    display: block;
    text-align: center;
    min-height: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    padding: 100px 10% 60px;
    background: #fdc829;
    transition-duration: 0.3s;
    overflow-y: scroll;
    opacity: 0;
    pointer-events: none;
    z-index: -98;
  }
}

.gnav.open {
  opacity: 1;
  pointer-events: all;
  z-index: 98;
  transition-duration: 0;
}

.nav-list {
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .nav-list {
    display: block;
    padding-top: 30px;
    padding-right: 0;
  }
}

.nav-list li {
  position: relative;
}

@media screen and (max-width: 767px) {
  .nav-list li {
    margin-bottom: 43px;
  }
}

.nav-list li.active {
  color: #fdc829;
}

@media screen and (max-width: 767px) {
  .nav-list li.active {
    color: #fff;
  }
}

.nav-list li:last-of-type::after {
  content: "";
  width: 1px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 990;
  background-color: #233a59;
}

@media screen and (max-width: 767px) {
  .nav-list li:last-of-type::after {
    display: none;
  }
}

.nav-list a {
  display: block;
  padding: 0 23px;
}

@media screen and (max-width: 767px) {
  .nav-list a {
    font-size: 18px;
  }
}

.nav-list a:hover {
  color: #fdc829;
}

.nav-list a::before {
  content: "";
  width: 1px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 99;
  background-color: #233a59;
}

@media screen and (max-width: 767px) {
  .nav-list a::before {
    display: none;
  }
}

.footer {
  text-align: center;
  padding-top: 62px;
}

.footer .nav-list {
  justify-content: center;
  padding: 62px 0 100px;
}

@media screen and (max-width: 767px) {
  .footer .nav-list {
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
  }
}

.footer .nav-list li {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .footer .nav-list li a::before {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .footer .nav-list li:last-of-type::after {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .footer .nav-list li.active {
    color: #fdc829;
  }
}

.footer-logo {
  width: 160px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 575px) {
  .footer-logo {
    width: 140px;
  }
}

.footer-info-item {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .footer-info-item {
    align-items: flex-end;
  }
}

.footer-info-item .address {
  padding: 0 84px 0 70px;
  font-size: 14px;
  font-weight: 500;
  color: #7f7f7f;
}

@media screen and (max-width: 767px) {
  .footer-info-item .address {
    padding: 0 3%;
  }
}

.footer-info-item .truck {
  width: 100px;
}

@media screen and (max-width: 767px) {
  .footer-info-item .truck {
    width: 70px;
    height: 100%;
  }
}

.footer-info-item .flag {
  width: 36px;
}

@media screen and (max-width: 767px) {
  .footer-info-item .flag {
    width: 28px;
    height: 100%;
  }
}

.copyright {
  background-color: #233a59;
  text-align: center;
  color: #fff;
  font-size: 10px;
  padding: 15px 0 15px 20px;
}

.svg-defs {
  display: none;
}

svg {
  transition-duration: 0.1s;
}

a {
  text-decoration: none;
  transition-duration: 0.3s;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

.indent-list>li {
  padding-left: 1em;
  text-indent: -1em;
}

.indent-text {
  padding-left: 1em;
  text-indent: -1em;
}

.disc-list>li {
  position: relative;
  padding-left: 1em;
}

.disc-list>li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.notes-list>li {
  position: relative;
  padding-left: 1em;
}

.notes-list>li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.notes-text {
  position: relative;
  padding-left: 1em;
}

.notes-text::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

._reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  ._reverse {
    flex-direction: row;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

@media screen and (max-width: 767px) {
  .section>.inner {
    padding-left: 5.33%;
    padding-right: 5.33%;
  }
}

/* 見出し */
.top-mv {
  position: relative;
}

.top-mv .top-mv-txt {
  position: absolute;
  bottom: 7.5%;
  right: 6.5%;
  z-index: 10;
  text-align: left;
  color: #fff;
  width: fit-content;
  max-width: 690px;
}

.top-mv .top-mv-txt img {
  width: 55%;
  max-width: 300px;
  position: absolute;
  bottom: 91%;
  right: 7%;
}

@media screen and (max-width: 767px) {
  .top-mv .top-mv-txt img {
    max-width: 150px;
    width: 43%;
    bottom: 95%;
    right: 0;
  }
}

@media screen and (max-width: 575px) {
  .top-mv .top-mv-txt img {
    bottom: 59.5%;
    max-width: 120px;
  }
}

.top-mv .top-mv-txt h2 {
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.7);
  font-size: 5.15vw;
}

@media screen and (max-width: 575px) {
  .top-mv .top-mv-txt h2 {
    font-size: 22px;
  }
}

.top-mv .top-mv-txt p {
  font-size: 3.12vw;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.7);
  line-height: 1.5;
  margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
  .top-mv .top-mv-txt p {
    margin-bottom: 5px;
    font-size: 16px;
  }
}

.top-mv .top-mv-txt span {
  display: inline-block;
  font-size: 1.56vw;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.7);
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .top-mv .top-mv-txt span {
    line-height: 1.4;
    font-size: 12px;
  }
}

.txt-wrap {
  display: inline;
}

@media screen and (max-width: 575px) {
  .txt-wrap {
    display: block;
  }
}

.top-mv-slider {
  position: relative;
  z-index: 1;
}

.title {
  line-height: 1.5;
  margin: 0 auto;
  margin-left: 41px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .title {
    margin-left: 0;
  }
}

.title .ja {
  padding-bottom: 35px;
  text-align: left;
}

.title .en {
  display: block;
  font-family: "Allison", cursive;
  font-weight: 400;
  font-size: 70px;
}

@media screen and (max-width: 575px) {
  .title .en {
    font-size: 66px;
  }
}

.title img {
  width: 100px;
}

.more-btn {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  position: relative;
  font-weight: 500;
  margin: 0 auto;
  display: block;
  text-align: left;
  border: 1px solid #233a59;
  border-radius: 26px;
  padding: 12px 30px 12px 20px;
  transition: all 0.3s;
}

.more-btn:hover {
  background-color: #233a59;
  color: #fff;
}

.more-btn:hover::before {
  background-color: #fff;
}

.more-btn:hover::after {
  border: 1px solid #fff;
  border-left: 0;
  border-bottom: 0;
}

.more-btn::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #233a59;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
}

.more-btn::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #233a59;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: 24px;
  box-sizing: border-box;
}

.top-news-inner {
  display: flex;
}

@media screen and (max-width: 767px) {
  .top-news-inner {
    flex-direction: column;
    position: relative;
  }
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
  .top-news-inner .title {
    flex: 1;
  }
}

@media screen and (max-width: 767px) {
  .top-news-inner .title {
    display: flex;
    align-items: center;
    margin: 0;
  }
}

.top-news-inner .title .ja {
  padding-right: 9%;
}

@media screen and (max-width: 575px) {
  .top-news-inner .title img {
    width: 80px;
  }
}

.top-news-inner .title .news-btn {
  margin-top: 25px;
  width: 120px;
}

@media screen and (max-width: 767px) {
  .top-news-inner .title .news-btn {
    width: 220px;
    padding: 14px 20px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.news-box {
  margin-top: 56px;
  max-height: 264px;
  overflow-y: auto;
  width: 77%;
  max-width: 776px;
  margin-left: 6%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

@media screen and (max-width: 767px) {
  .news-box {
    min-height: 160px;
    min-width: 100%;
    margin: 0 0 65px 0;
  }
}

@media screen and (max-width: 575px) {
  .news-box {
    min-height: 200px;
  }
}

.news-box:-webkit-scrollbar {
  display: none;
}

.news-box :-webkit-scrollbar {
  display: none;
}

.simplebar-track {
  width: 6px !important;
}

.simplebar-track .simplebar-scrollbar {
  top: 0 !important;
  width: 6px;
}

.simplebar-track .simplebar-scrollbar::before {
  left: 0;
  right: 0;
  width: 100%;
  background: #cbcbcb;
  border-radius: 3px;
  opacity: 1;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.news-title {
  color: #233a59;
}

@media screen and (min-width: 768px) {
  .news-title {
    width: 66px;
    margin-right: 5.62%;
  }
}

@media screen and (max-width: 767px) {
  .news-title {
    margin-bottom: 30px;
    line-height: 1.5;
  }
}

.news-list {
  border-top: solid 1px #CBCBCB;
  margin-right: 24px;
  max-width: 740px;
}

.news-list>li {
  border-bottom: solid 1px #CBCBCB;
  position: relative;
}

.news-list>li::before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
}

.news-list>li:hover::before {
  background-color: #233a59;
}

.news-list>li::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #ccc;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: 6px;
  box-sizing: border-box;
}

.news-list>li:hover::after {
  border-color: #233a59;
  border-left: none;
  border-bottom: none;
}

.news-list a {
  display: block;
  padding: 24px 24px 24px 16px;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .news-list a {
    padding: 20px 24px 20px 16px;
  }
}

.news-list a:hover dd {
  color: #fdc829;
}

.news-detail {
  display: flex;
}

@media screen and (max-width: 575px) {
  .news-detail {
    flex-direction: column;
  }
}

.news-detail .date {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
}

.news-detail>dd {
  padding-left: 5.2%;
}

@media screen and (max-width: 575px) {
  .news-detail>dd {
    padding-left: 0;
  }
}

.top-news-section,
.top-menu-section,
.schedule-section,
.insta {
  position: relative;
  padding: 95px 0;
}

@media screen and (max-width: 767px) {

  .top-news-section,
  .top-menu-section,
  .schedule-section,
  .insta {
    padding: 65px 0;
  }
}

.top-news-section::before,
.top-menu-section::before,
.schedule-section::before,
.insta::before {
  content: "";
  height: 5px;
  width: 23.5%;
  min-width: 160px;
  background-color: #fdc829;
  position: absolute;
  top: 0;
  left: 8.2%;
}

@media screen and (max-width: 767px) {

  .top-news-section::before,
  .top-menu-section::before,
  .schedule-section::before,
  .insta::before {
    left: 10%;
  }
}

@media screen and (max-width: 575px) {

  .top-news-section::before,
  .top-menu-section::before,
  .schedule-section::before,
  .insta::before {
    left: 5.33%;
  }
}

.top-news-section,
.top-about-section,
.top-slider-section,
.insta {
  border-bottom: 1px solid #eee;
}

.top-about-section {
  padding: 95px 0;
}

@media screen and (max-width: 767px) {
  .top-about-section {
    padding: 65px 0;
  }
}

.top-about-inner {
  display: flex;
  align-items: flex-end;
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
  .top-about-inner {
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .top-about-inner {
    flex-direction: column;
  }
}

.top-about-inner .top-about-txt {
  padding-right: 7.23%;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .top-about-inner .top-about-txt {
    width: 100%;
    padding-right: 0;
  }
}

.top-about-inner .top-about-txt h2 {
  font-size: 24px;
  margin-bottom: 44px;
}

@media screen and (max-width: 767px) {
  .top-about-inner .top-about-txt h2 {
    margin-bottom: 30px;
    font-size: 23px;
  }
}

@media screen and (max-width: 575px) {
  .top-about-inner .top-about-txt p {
    font-size: 15px;
  }
}

.top-about-inner .top-about-img {
  width: 50%;
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
  .top-about-inner .top-about-img {
    width: 44%;
  }
}

@media screen and (max-width: 767px) {
  .top-about-inner .top-about-img {
    width: 100%;
    margin-top: 40px;
  }
}

.about-btn {
  width: 220px;
  margin: 45px 0 auto auto;
}

@media screen and (max-width: 767px) {
  .about-btn {
    margin: 45px auto 0;
  }
}

.menu-btn {
  width: 220px;
  margin: 0 auto;
  margin-top: 52px;
}

@media screen and (max-width: 767px) {
  .menu-btn {
    margin-top: 10px;
  }
}

.top-menu-section .image-box {
  max-width: 320px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top-menu-section .image-box {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.top-menu-section .image-box .menu-name {
  position: absolute;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  font-size: 50px;
  font-family: "Allison", cursive;
  transform: rotate(-16.64deg);
  right: 5.5%;
  bottom: 12.8%;
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
  .top-menu-section .image-box .menu-name {
    bottom: 15%;
  }
}

@media screen and (max-width: 767px) {
  .top-menu-section .image-box .menu-name {
    font-size: 65px;
  }
}

.top-menu-section .image-box p {
  font-size: 18px;
  margin-top: 10px;
}

.top-slider-section {
  padding: 100px 30px;
  background-color: #eee;
  width: 100vw;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .top-slider-section {
    padding: 60px 0;
  }
}

.swiper-button-prev {
  position: relative;
  display: block;
  cursor: pointer;
  outline: none;
  height: 50px;
  width: 50px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
}

.swiper-button-prev::before {
  content: "";
  width: 17px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
}

.swiper-button-prev::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 1px solid #000;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-135deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  left: 9px;
  box-sizing: border-box;
}

.swiper-button-prev:hover {
  background-color: #000;
}

.swiper-button-prev:hover::after {
  border: 1px solid #fff;
  border-left: 0;
  border-bottom: 0;
}

.swiper-button-prev:hover::before {
  background-color: #fff;
}

.swiper-button-prev {
  position: absolute;
  transition: all 0.3s;
  left: 3%;
  top: 50%;
  z-index: 2;
}

.swiper-button-next {
  position: relative;
  display: block;
  cursor: pointer;
  outline: none;
  height: 50px;
  width: 50px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
}

.swiper-button-next::before {
  content: "";
  width: 17px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
}

.swiper-button-next::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 1px solid #000;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: 15px;
  box-sizing: border-box;
}

.swiper-button-next:hover {
  background-color: #000;
}

.swiper-button-next:hover::after {
  border: 1px solid #fff;
  border-left: 0;
  border-bottom: 0;
}

.swiper-button-next:hover::before {
  background-color: #fff;
}

.swiper-button-next {
  position: absolute;
  transition: all 0.3s;
  right: 3%;
  top: 50%;
  z-index: 2;
}

.insta {
  padding: 95px 0 80px;
}

@media screen and (max-width: 767px) {
  .insta {
    padding: 65px 0 50px;
  }
}

.insta .insta-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.insta .insta-inner .title {
  margin-right: 0;
}

.insta .insta-inner h2 {
  padding-bottom: 0;
}

.insta .insta-inner .insta-img {
  display: block;
  width: 50px;
  margin-left: 55px;
}

.insta .insta-inner .insta-img:hover {
  opacity: 0.6;
  transition: all 0.3s;
}

.insta .ja,
.schedule-section .ja {
  font-size: 14px;
}

.schedule-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.schedule-title .illust-img {
  margin-left: 8.18%;
  margin-bottom: 20px;
}

@media screen and (max-width: 575px) {
  .schedule-title .illust-img {
    margin-bottom: 14px;
  }
}

.schedule-title .truck {
  width: 80px;
}

.schedule-title .flag {
  width: 36px;
  margin-left: 28px;
}

@media screen and (max-width: 575px) {
  .schedule-title .flag {
    width: 28px;
    margin-left: 16px;
  }
}

.schedule-content {
  width: 84%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .schedule-content {
    width: 100%;
  }
}

.schedule-content dl {
  font-weight: 700;
  position: relative;
  display: flex;
  padding: 20px;
  border-top: 1px solid #ccc;
}

.schedule-content dl:last-child {
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 575px) {
  .schedule-content dl {
    flex-direction: column;
  }
}

.schedule-content dl span {
  color: #7e7e7e;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2%;
}

.schedule-content dl dt {
  margin-left: 13%;
  min-width: 135px;
}

@media screen and (max-width: 767px) {
  .schedule-content dl dt {
    margin-left: 90px;
  }
}

@media screen and (max-width: 575px) {
  .schedule-content dl dt {
    margin-left: 95px;
  }
}

.schedule-content dl dd {
  padding-left: 4%;
  font-weight: 500;
}

@media screen and (max-width: 575px) {
  .schedule-content dl dd {
    padding-left: 95px;
  }
}

.top-contact {
  background-color: #fdc829;
  padding: 61px 0 78px;
  text-align: center;
}

.top-contact .board {
  width: 27px;
  margin-bottom: 15px;
}

.top-contact p {
  font-size: 20px;
  padding-bottom: 24px;
}

@media screen and (max-width: 575px) {
  .top-contact p {
    font-size: 19px;
  }
}

.top-contact a {
  width: 220px;
}

.news-page {
  background-image: url(/images/news/mv_news.jpg);
  background-size: cover;
  background-position: 18%;
}

.page-title {
  font-family: "Allison", cursive;
  font-size: 120px;
  padding: 30px 0;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 575px) {
  .page-title {
    padding: 0;
    font-size: 90px;
  }
}

.headline {
  text-align: center;
}

.headline h2 {
  font-family: "Allison", cursive;
  font-size: 60px;
  position: relative;
}

.headline h2::after {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #fdc829;
  position: absolute;
  bottom: 21px;
  left: 50%;
  transform: translateX(-50%);
}

.headline p {
  font-weight: 700;
  line-height: 1;
}

.news-section {
  padding: 60px 0 150px;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 767px) {
  .news-section {
    padding: 40px 0 70px;
  }
}

.news-wrap {
  margin-top: 74px;
  padding: 0 13.88%;
}

@media screen and (max-width: 1079px) {
  .news-wrap {
    padding: 0;
    margin-top: 55px;
  }
}

.news-item {
  border-top: 1px solid #ccc;
  padding: 40px 20px 70px;
}

@media screen and (max-width: 767px) {
  .news-item {
    padding-bottom: 55px;
  }
}

.news-item:last-child {
  border-bottom: 1px solid #ccc;
}

.news-item .date {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  color: #fdc829;
  font-size: 12px;
}

.news-item h3 {
  font-weight: 700;
  padding-top: 10px;
}

.news-item .news-content {
  padding-top: 20px;
  color: #222;
}

.news-item .news-content p {
  padding-bottom: 10px;
}

.news-item .image-box {
  margin-top: 10px;
}

.news-item .image-box img {
  border-radius: 8px;
  width: 100%;
  max-width: 600px;
}

.news-item ul,
.news-item ol,
.news-item dl {
  padding: 20px 0;
}

.news-item ul li,
.news-item ol li {
  text-indent: -1em;
  padding-left: 1em;
}

.news-item a {
  display: block;
  text-decoration: underline;
  color: #233a59;
  margin-top: 10px;
}

.news-item .link-btn {
  margin-top: 14px;
}

.news-item .link-btn a {
  display: inline-block;
  background-color: #233a59;
  border-radius: 29px;
  padding: 9px 40px;
  color: #FAF6E1;
  text-decoration: none;
}

.store-page {
  background-image: url(/images/store/mv_store.jpg);
  background-size: cover;
  background-position: right;
}

.about-section {
  background-image: url(/images/store/about_bg.jpg);
  background-size: cover;
  padding-bottom: 97px;
}

@media screen and (max-width: 767px) {
  .about-section {
    background-position: 47% bottom;
  }
}

.store-info-wrap {
  padding: 0 13.9%;
}

@media screen and (max-width: 767px) {
  .store-info-wrap {
    padding: 0;
  }
}

.store-info-box {
  background-color: #fff;
  padding: 35px;
  margin-top: 75px;
}

.store-info-box dl {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 15px;
}

.store-info-box dl:last-child {
  margin-bottom: 0;
}

.store-info-box dl dt {
  padding-left: 31%;
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
  .store-info-box dl dt {
    padding-left: 26%;
  }
}

@media screen and (max-width: 767px) {
  .store-info-box dl dt {
    padding-left: 16%;
  }
}

.store-info-box dl dd {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 57.5%;
}

.feature-section {
  padding: 72px 0;
  border-bottom: 1px solid #eee;
}

.feature-wrap {
  position: relative;
  padding: 0 13.88%;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .feature-wrap {
    padding: 0;
  }
}

.feature-wrap h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .feature-wrap h3 {
    padding-left: 22%;
  }
}

@media screen and (max-width: 575px) {
  .feature-wrap h3 {
    padding-left: 20%;
    margin-bottom: 35px;
  }
}

.feature-wrap .head-img {
  position: absolute;
  top: 0;
  left: 5%;
  width: 60px;
}

@media screen and (max-width: 767px) {
  .feature-wrap .head-img {
    width: 52px;
    left: 1%;
  }
}

.official {
  text-align: center;
}

.official .official-img {
  display: flex;
  justify-content: space-between;
  max-width: 206px;
  margin: 70px auto 0;
}

@media screen and (max-width: 767px) {
  .official .official-img {
    margin-top: 50px;
  }
}

.official .official-img img {
  width: 50px;
}

.official .official-img a {
  width: 50px;
  display: block;
  margin: 0 auto;
}

.official .official-img a:hover {
  opacity: 0.6;
}

.menu-page {
  background-image: url(/images/menu/mv_menu.jpg);
  background-size: cover;
  background-position: center;
}

.curry-section,
.side-section,
.drink-section,
.official {
  padding: 65px 0 96px;
}

@media screen and (max-width: 767px) {

  .curry-section,
  .side-section,
  .drink-section,
  .official {
    padding: 40px 0 60px;
  }
}

.side-section,
.drink-section {
  border-top: 1px solid #eee;
}

.curry-section .headline,
.side-section .headline {
  margin-bottom: 75px;
}

@media screen and (max-width: 767px) {

  .curry-section .headline,
  .side-section .headline {
    margin-bottom: 50px;
  }
}

.drink-section .headline {
  margin-bottom: 55px;
}

.menu-img-box {
  max-width: 320px;
  font-weight: 500;
  font-size: 18px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .menu-img-box {
    max-width: 100%;
    margin-bottom: 35px;
  }
}

.menu-img-box span {
  display: block;
  margin-top: 18px;
  font-size: 14px;
}

.menu-img-box h3 {
  line-height: 1.7;
}

.menu01 {
  margin-left: 0;
}

.menu03 {
  margin-right: 0;
}

.menu-txt-box {
  background-color: #eee;
  padding: 27px 30px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .menu-txt-box {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .menu-txt-box p {
    padding-bottom: 10px;
    line-height: 1.7;
  }
}

.menu-txt-box p:last-child {
  padding-bottom: 0;
}

.menu-txt-box .txt-wrap {
  padding-left: 1em;
}

.price {
  display: block;
  color: #fff;
  background-color: #233a59;
  width: 160px;
  margin: 20px auto 0;
  padding: 4px 0;
  border-radius: 20px;
  font-weight: 700;
}

.side-dish-list,
.drink-list {
  font-weight: 500;
  display: flex;
  justify-content: center;
  font-size: 14px;
}

.side-dish-list {
  margin-top: 34px;
}

.drink-list {
  font-weight: 700;
}

.rice-sale {
  background-image: url(/images/menu/rice-bg.jpg);
  background-size: cover;
  background-position: 27%;
  text-align: center;
  padding: 97px 0;
}

@media screen and (max-width: 767px) {
  .rice-sale {
    padding: 65px 0;
  }
}

.rice-sale-inner h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 54px;
}

@media screen and (max-width: 767px) {
  .rice-sale-inner h2 {
    line-height: 1.7;
  }
}

.rice-sale-inner p {
  font-weight: 500;
  font-size: 14px;
}

.rice-price-wrap {
  margin-bottom: 28px;
  padding: 0 13.88%;
}

@media screen and (max-width: 767px) {
  .rice-price-wrap {
    padding: 0;
  }
}

.price-box {
  background-color: #fff;
  padding: 30px;
}

.price-box dl {
  position: relative;
  text-align: left;
  line-height: 2.5;
}

.price-box dl>dt {
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30.5%;
}

@media screen and (max-width: 767px) {
  .price-box dl>dt {
    left: 17.5%;
  }
}

.price-box dl>dd {
  font-weight: 500;
  padding-left: 56.5%;
}

.contact-page {
  background-image: url(/images/contact/mv_contact.jpg);
  background-size: cover;
  background-position: center;
}

.contact-section {
  text-align: center;
  padding: 59px 0 0;
}

.contact-section .headline {
  padding-bottom: 64px;
}

.outline {
  padding-bottom: 54px;
}

@media screen and (max-width: 767px) {
  .outline {
    text-align: left;
  }
}

.contact-form {
  background-color: #eee;
  padding: 30px 0;
  text-align: center;
}

.contact-form iframe {
  height: 700px;
}

.phone-section {
  padding: 80px 0 92px;
  border-bottom: 1px solid #eee;
}

.phone-number {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}

.phone-number img {
  width: 24px;
  margin-top: 5px;
}

@media screen and (max-width: 575px) {
  .phone-number img {
    width: 20px;
  }
}

.phone-number a {
  display: block;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 3.5px;
  padding-left: 15px;
  line-height: 1;
  pointer-events: auto;
}

.phone-number a:hover {
  cursor: pointer;
}

@media screen and (max-width: 575px) {
  .phone-number a {
    font-size: 30px;
  }
}

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

/* 240827追加分 */

.news-item video {
  width: 100%;
  height: 100%;
}

/* 240926 追加分 */
@media screen and (min-width: 768px) {
  .grid .column {
    flex-basis: 33%;
  }

  .column .menu-img-box {
    margin: 0;
  }
}