@charset "UTF-8";
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  list-style: none;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  text-decoration: none;
  transition: 0.5s;
  color: #360e07;
}

a:hover {
  opacity: 0.75;
}

a.noLink {
  pointer-events: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  	/*
    border-collapse: collapse;
  	*/
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

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

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

input {
  box-sizing: border-box;
}

input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
}

input[type="radio"] {
  display: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  box-sizing: border-box;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

img {
  max-width: 100%;
}

@media (min-width: 821px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}
@media screen and (max-width: 768px) {
  img[src$="_pc.jpg"], img[src$="_pc.png"] {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  img[src$="_sp.jpg"], img[src$="_sp.png"] {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}
html {
  overflow-x: hidden;
}

html {
  font-size: 0.714285714vw;
  /* 1400pxで10px */
  overflow-x: hidden;
  overflow-y: auto;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 1400px) {
  html {
    font-size: 10px;
  }
}
body {
  margin: 0;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  background: #0068c7;
  /* url("../images/bg.png") no-repeat top center  */
  background-size: 140rem;
  overflow: hidden;
}
body.entryPage {
  background: #0068c7;
}

header {
  width: 100%;
  height: 9.95rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  header {
    height: 11rem;
  }
}
header .headCont {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  header .headCont {
    width: 100%;
    padding: 2.4rem 3.8rem 0 0;
  }
}
header .headCont h1.logo {
  width: 24.75rem;
  height: 6.76rem;
  position: absolute;
  top: 3.7rem;
  left: 5rem;
}
@media screen and (max-width: 768px) {
  header .headCont h1.logo {
    width: 33rem;
    height: 9.575rem;
    top: 3.4rem;
    left: 3.4rem;
  }
}
header .headCont h1.logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/logo.webp") no-repeat;
  background-size: 100%;
  transition: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
header .headCont .menu-open {
  position: absolute;
  top: 0;
  right: 0;
  width: 8.474rem;
  height: 6rem;
  background: #fda12d;
  cursor: pointer;
  border-radius: 2.6rem;
}
@media screen and (max-width: 768px) {
  header .headCont .menu-open {
    width: 8.474rem;
    height: 6rem;
    position: relative;
  }
}
header .headCont .entry {
  position: absolute;
  top: 0;
  right: 10rem;
}
@media screen and (max-width: 768px) {
  header .headCont .entry {
    right: 11rem;
  }
}
header .headCont .entry a {
  width: 16rem;
  height: 10rem;
  background: #552e30;
  font-size: 2.9rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header .headCont .entry a {
    width: 17.6rem;
    height: 11rem;
  }
}

.headCont.fixed {
  width: 100%;
  height: 11rem;
  background: #0b70d3;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .headCont.fixed {
    height: 10.5rem;
  }
}
.headCont.fixed h1.logo {
  width: 32.61rem;
  height: 4.5rem;
}
@media screen and (max-width: 768px) {
  .headCont.fixed h1.logo {
    width: 40.48rem;
    height: 6rem;
    top: 2.8rem;
    left: 3.4rem;
  }
}
.headCont.fixed h1.logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/logo_fixed.webp") no-repeat;
  background-size: 100%;
}

.fadeIn {
  opacity: 0;
}

.float-object01 {
  padding: 20px;
  transition: transform 2s ease-out;
  will-change: transform;
  animation: fluffy01 3s ease-in-out infinite;
}

.float-object02 {
  padding: 20px;
  transition: transform 3s ease-out;
  will-change: transform;
  animation: fluffy01 2.5s ease-in-out infinite;
}

.float-object03 {
  padding: 20px;
  transition: transform 1.5s ease-out;
  will-change: transform;
  animation: fluffy01 3.5s ease-in-out infinite;
}

.float-object04 {
  padding: 20px;
  transition: transform 3s ease-out;
  will-change: transform;
  animation: fluffy01 4s ease-in-out infinite;
}

.float-object05 {
  padding: 20px;
  transition: transform 2s ease-out;
  will-change: transform;
  animation: fluffy01 2.8s ease-in-out infinite;
}

.float-object06 {
  padding: 20px;
  transition: transform 2s ease-out;
  will-change: transform;
  animation: fluffy01 3.2s ease-in-out infinite;
}

.float-object07 {
  padding: 20px;
  transition: transform 2s ease-out;
  will-change: transform;
  animation: fluffy01 2s ease-in-out infinite;
}

@keyframes burstScale {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fluffy01 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes fadefrombelow {
  0% {
    opacity: 0;
    transform: translateY(1rem);
    filter: blur(1.5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
@media screen and (max-width: 768px) {
  .figureArea {
    width: 100%;
    overflow: hidden;
  }
}

figure.kv01 {
  width: 109.65rem;
  position: absolute;
  top: -4.5rem;
  left: calc(50% - 79.5rem);
  animation: fadefrombelow 1s ease 0.5s forwards;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  figure.kv01 {
    width: 99rem;
    top: -2.5rem;
    left: -10.5rem;
  }
}

figure.kv02 {
  width: 32.9rem;
  position: absolute;
  top: 13.5rem;
  left: calc(50% + 2.7rem);
  animation: fadefrombelow 1s ease 1s forwards;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  figure.kv02 {
    width: 16.967rem;
    top: 76rem;
    left: 1.5rem;
  }
}

figure.kv03 {
  width: 27.2rem;
  position: absolute;
  top: 11rem;
  left: calc(50% + 37rem);
  animation: fadefrombelow 1s ease 1.5s forwards;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  figure.kv03 {
    width: 16.967rem;
    top: 74.4rem;
    left: 20rem;
  }
}

figure.kv04 {
  width: 27.2rem;
  position: absolute;
  top: 48.6rem;
  left: calc(50% + 8.3rem);
  animation: fadefrombelow 1s ease 2s forwards;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  figure.kv04 {
    width: 16.967rem;
    top: 76rem;
    left: 38.2rem;
  }
}

figure.kv05 {
  width: 27.2rem;
  position: absolute;
  top: 46.9rem;
  left: calc(50% + 37rem);
  animation: fadefrombelow 1s ease 2.5s forwards;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  figure.kv05 {
    width: 16.967rem;
    top: 74.7rem;
    left: 56rem;
  }
}

figure.kv06 {
  width: 0.1rem;
  position: absolute;
  top: 46rem;
  left: calc(50% + 66.8rem);
}
@media screen and (max-width: 768px) {
  figure.kv06 {
    width: 0.2rem;
    top: 63rem;
    left: 72rem;
  }
}

.mv {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.mv .inner {
  width: 140rem;
  height: 77.5rem;
  overflow: hidden;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv .inner {
    height: 97rem;
    width: 100%;
  }
}
.mv figure.catch {
  width: 50.544rem;
  position: absolute;
  top: 27.6rem;
  left: 17.8rem;
  animation: fadefrombelow 1s ease 3s forwards;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .mv figure.catch {
    width: 51.3rem;
    top: 25rem;
    left: 13rem;
  }
}
.mv p.sign {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.6rem;
  position: absolute;
  bottom: 16.6rem;
  left: 4.6rem;
}
@media screen and (max-width: 768px) {
  .mv p.sign {
    width: 51.3rem;
    bottom: auto;
    top: 59rem;
    left: 2.3rem;
    font-size: 1.5rem;
    line-height: 2.1rem;
  }
}
.mv ul.shops {
  width: auto;
  height: 12rem;
  display: flex;
  align-items: center;
  padding: 0 5.8rem 0 4.8rem;
  border-radius: 0 6rem 6rem 0;
  background: #fff;
  gap: 2.8rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .mv ul.shops {
    width: 73rem;
    height: 10rem;
  }
}
.mv ul.shops li {
  height: 6.32rem;
  display: flex;
  align-items: center;
}
.mv ul.shops li.shop01 {
  width: 9.07rem;
}
@media screen and (max-width: 768px) {
  .mv ul.shops li.shop01 {
    width: 8.08rem;
  }
}
.mv ul.shops li.shop02 {
  width: 12.72rem;
}
@media screen and (max-width: 768px) {
  .mv ul.shops li.shop02 {
    width: 11.33rem;
  }
}
.mv ul.shops li.shop03 {
  width: 9.81rem;
}
@media screen and (max-width: 768px) {
  .mv ul.shops li.shop03 {
    width: 8.743rem;
  }
}
.mv ul.shops li.shop04 {
  width: 8.54rem;
}
@media screen and (max-width: 768px) {
  .mv ul.shops li.shop04 {
    width: 7.605rem;
  }
}
.mv ul.shops li.shop05 {
  width: 7.84rem;
}
@media screen and (max-width: 768px) {
  .mv ul.shops li.shop05 {
    width: 6.989rem;
  }
}
.mv ul.shops li.shop06 {
  width: 10.41rem;
}
@media screen and (max-width: 768px) {
  .mv ul.shops li.shop06 {
    width: 9.271rem;
  }
}

#backtopBox {
  width: 4.2rem;
  height: 6.7rem;
  position: fixed;
  bottom: 8rem;
  right: 1.9rem;
  z-index: 4;
  transition: all 0.4s ease;
  opacity: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #backtopBox {
    bottom: 10rem;
    right: 3rem;
    transform: translateY(0);
    width: 7rem;
    height: 11.6rem;
  }
}

#backtopBox a {
  display: block;
  height: 100%;
  width: 100%;
  transition: all 0.2s ease;
  pointer-events: all;
}
@media screen and (max-width: 768px) {
  #backtopBox a {
    height: 11.6rem;
    width: 7rem;
  }
}

#menu-open {
  top: 0;
  right: 0;
  width: 8.474rem;
  height: 6rem;
  position: absolute;
  color: #fff;
  text-align: center;
  padding-top: 0;
  box-sizing: border-box;
  font-size: 1.74rem;
  z-index: 21;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #menu-open {
    width: 8.474rem;
    height: 6rem;
    border-radius: 2.6rem;
    display: block;
    position: relative;
    float: right;
  }
}

a#menu-open span {
  display: block;
  width: 3.6rem;
  height: 0.27rem;
  background: #552e30;
}
@media screen and (max-width: 768px) {
  a#menu-open span {
    width: 3.4rem;
    height: 0.2rem;
    background: #fff;
  }
}

a#menu-open span:first-child {
  position: absolute;
  top: 3.3rem;
  right: 3.2rem;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  a#menu-open span:first-child {
    top: 2rem;
    right: 2.5rem;
  }
}

a#menu-open span:nth-child(2) {
  position: absolute;
  top: 4.7rem;
  right: 3.2rem;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  a#menu-open span:nth-child(2) {
    top: 3rem;
    right: 2.5rem;
  }
}

a#menu-open span:nth-child(3) {
  position: absolute;
  top: 3.5rem;
  right: 3.2rem;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  a#menu-open span:nth-child(3) {
    top: 4rem;
    right: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  #menu-open.open {
    z-index: 1;
  }
}

#menu-panel {
  position: absolute;
  top: 1.8rem;
  right: 1.8rem;
  z-index: 20;
  padding: 0 2.55rem 0 3.75rem;
  width: auto;
  height: 8rem;
  background: #0b70d3;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  #menu-panel {
    opacity: 0;
    visibility: hidden;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    padding: 0 0 0;
    background: #fda12d;
    display: block;
    border-radius: 0;
  }
}

#menu-panel.open {
  opacity: 1;
  visibility: visible;
  z-index: 20;
}

#menu-panel > ul {
  margin: auto;
  display: flex;
  align-items: center;
}

#menu-panel > ul > li {
  border-bottom: 2rem solid #fff;
  margin-bottom: 0;
}
#menu-panel > ul > li:last-of-type {
  border: none;
}
@media screen and (max-width: 768px) {
  #menu-panel > ul > li:last-of-type {
    border-bottom: 2rem solid #fff;
  }
}

#menu-panel > ul > li > a {
  font-size: 2.56rem;
  padding: 5.4rem 0.9rem;
  display: block;
  color: #fff;
}

#menu-panel > ul li ul.secondDeg {
  margin-top: 0;
  padding-bottom: 1rem;
}

#menu-panel > ul li ul.secondDeg li {
  border-bottom: none;
  margin-bottom: 2.1rem;
}

#menu-panel > ul li ul.secondDeg li a {
  font-size: 2.4rem;
  padding: 1rem 0;
  display: block;
  color: #fff;
}

#menu-panel > ul:nth-of-type(3) {
  width: 67rem;
  display: grid;
  /* width: fit-content; */
  column-gap: 2em;
  grid-template-columns: repeat(2, auto);
  margin-top: 3rem;
}

#menu-panel > ul:nth-of-type(3) li {
  border-bottom: none;
}

p.navRights {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  margin-top: 26.2rem;
}

.btn-menu {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 0;
  border: none;
  height: 10rem;
  width: 10rem;
  opacity: 0 !important;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .btn-menu {
    height: 11rem;
    width: 11rem;
  }
}

.btn-menu.active {
  opacity: 1 !important;
  z-index: 30;
}

@media screen and (max-width: 768px) {
  .spMenuHead {
    width: 100%;
    padding: 2.4rem 3.8rem 0 0;
  }
}

@media screen and (max-width: 768px) {
  #menu-close {
    width: 8.474rem;
    height: 6rem;
    border-radius: 2.6rem;
    display: block;
    position: relative;
    float: right;
    background: #0051a4;
  }
}

@media screen and (max-width: 768px) {
  #menu-close span {
    height: 0.2rem;
    width: 4.3rem;
    background: #fff;
  }
}

@media screen and (max-width: 768px) {
  #menu-close span:first-child {
    position: absolute;
    top: 2.88rem;
    left: 2.1rem;
    transform: rotate(30deg);
  }
}

#menu-close span:nth-child(2) {
  display: none;
}

@media screen and (max-width: 768px) {
  #menu-close span:nth-child(3) {
    position: absolute;
    bottom: 2.88rem;
    left: 2.1rem;
    transform: rotate(-30deg);
  }
}

nav ul {
  height: 3.2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  nav ul {
    width: 61rem;
    height: auto;
    margin: 13rem auto 10rem;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 7rem;
  }
}

nav ul li {
  height: 100%;
  display: flex;
  align-items: center;
}
nav ul li.jinzai {
  padding-right: 2rem;
  border-right: 0.13rem solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 768px) {
  nav ul li.jinzai {
    border-right: none;
  }
}
nav ul li.entrymypage {
  margin-left: -1rem;
}
nav ul li.entrymypage a {
  background: #fda12d;
  border-radius: 1.5rem;
  height: 100%;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
}

nav ul li a {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02rem;
}
@media screen and (max-width: 768px) {
  nav ul li a {
    font-size: 2.6rem;
    padding: 0 0;
  }
}

.modal {
  display: none;
  /* 初期状態は非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 190, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 501;
}
@media screen and (max-width: 768px) {
  .modal {
    padding-top: 0;
  }
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.modal-content {
  background-color: #fff;
  padding: 5.4vw 9vw;
  box-sizing: border-box;
  width: auto;
  height: 90vh;
  position: relative;
  border-radius: 4.8rem;
  opacity: 0;
  transform: translateY(20px);
  /* 下から20pxずらして表示 */
  animation: fadeInUp 0.4s ease-out forwards;
}
@media screen and (max-width: 768px) {
  .modal-content {
    width: 65rem;
    padding: 8rem 3rem 8rem 3.8rem;
  }
}
.modal-content figure {
  width: auto;
  height: 100%;
}
.modal-content figure img {
  width: auto;
  height: auto;
}
.modal-content .close-modal {
  position: absolute;
  top: 4vw;
  right: 4vw;
  cursor: pointer;
  width: 1.67vw;
  height: 1.67vw;
  background: url("../images/close.webp") no-repeat;
  background-size: 1.67vw;
}
@media screen and (max-width: 768px) {
  .modal-content .close-modal {
    background: url("../images/close.webp") no-repeat top 1.2rem left 1.5rem;
    background-size: 3.6rem;
    top: 4.7vw;
    right: 5.9vw;
    width: 5.4rem;
    height: 7rem;
  }
}
.modal-content h3 {
  font-size: 1.45vw;
  font-weight: 700;
  color: #f9aa00;
  margin-bottom: 1.7vw;
}
@media screen and (max-width: 768px) {
  .modal-content h3 {
    font-size: 3rem;
    margin-bottom: 4.8rem;
  }
}
.modal-content .message {
  height: 90%;
  overflow-y: auto;
}
.modal-content .message p {
  font-size: 1.04vw;
  font-weight: 700;
  line-height: 2.2;
  margin-bottom: 1.4vw;
}
@media screen and (max-width: 768px) {
  .modal-content .message p {
    font-size: 2.4rem;
    line-height: 4.6rem;
    margin-bottom: 3rem;
    letter-spacing: -0.2rem;
  }
}
.modal-content .message p.president {
  font-size: 1.87vw;
  font-weight: 700;
  margin-top: 3vw;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .modal-content .message p.president {
    font-size: 3.8rem;
    margin-top: 7rem;
  }
}
.modal-content .message p.president span {
  margin-bottom: 0.6vw;
  font-size: 50%;
  display: block;
}
@media screen and (max-width: 768px) {
  .modal-content .message p.president span {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
}

/* スクロールバー全体 */
.message::-webkit-scrollbar {
  width: 0.46vw;
  /* 横幅 */
}

/* スクロールバーのトラック部分（背景） */
.message::-webkit-scrollbar-track {
  background: rgba(249, 190, 0, 0.4);
}

/* スクロールバーのつまみ部分（ドラッグできる部分） */
.message::-webkit-scrollbar-thumb {
  background: #552e30;
  border-radius: 0.46vw;
}

/* ホバー時のつまみ色 */
.message::-webkit-scrollbar-thumb:hover {
  background: #552e30;
}

.message::-webkit-scrollbar-button {
  display: none;
}

/* Firefox用にスクロールバーの色を指定 */
.message {
  scrollbar-color: #552e30 rgba(249, 190, 0, 0.4);
  /* thumb color, track color */
  scrollbar-width: thin;
  /* auto, thin, none */
}

section.message {
  width: 100%;
}
section.message .inner {
  width: 60rem;
  margin: auto;
  padding-top: 13rem;
}
@media screen and (max-width: 768px) {
  section.message .inner {
    width: 67.2rem;
    padding-top: 10rem;
  }
}
section.message p.lead {
  width: 45rem;
  margin: auto;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 4.4rem;
  margin-bottom: 4.5rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  section.message p.lead {
    width: 59.4rem;
    font-size: 2.4rem;
    line-height: 5.8rem;
    margin-bottom: 5.2rem;
  }
}
section.message p.lead.large {
  font-size: 3.9rem;
  line-height: 5.4rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  section.message p.lead.large {
    font-size: 5.2rem;
    line-height: 7.2rem;
    margin-bottom: 16rem;
  }
}
section.message p.lead.bottom {
  width: 60rem;
  font-size: 2.2rem;
  line-height: 3.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.message p.lead.bottom {
    font-size: 2.4rem;
    line-height: 4.2rem;
    width: 100%;
  }
}
section.message figure.rinen {
  width: 60rem;
  margin: auto auto 2.4rem;
}
@media screen and (max-width: 768px) {
  section.message figure.rinen {
    width: 67.2rem;
  }
}

.scrollArea {
  display: flex;
}

section.story {
  width: 100%;
  background: url("../images/bg_story.png") no-repeat top center;
  background-size: 205.8rem;
  padding-top: 20rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 768px) {
  section.story {
    background: url("../images/bg_story_sp.png") no-repeat top center;
    background-size: 100%;
    padding-bottom: 45rem;
  }
}
section.story .inner {
  width: 110rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  section.story .inner {
    width: 100%;
  }
}
section.story .inner h2 {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 5.3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  section.story .inner h2 {
    font-size: 6.2rem;
    line-height: 7.8rem;
    width: 63rem;
    margin: auto auto 3rem;
  }
}
section.story .inner h2 span {
  font-size: 2.1rem;
  line-height: 2.6rem;
  display: block;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  section.story .inner h2 span {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 2rem;
  }
}
section.story .inner p.lead {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.8rem;
}
@media screen and (max-width: 768px) {
  section.story .inner p.lead {
    font-size: 2.4rem;
    line-height: 4.2rem;
    width: 63rem;
    margin: auto;
    text-align: justify;
  }
}
section.story .inner ul.process {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
  margin-bottom: 15rem;
}
@media screen and (max-width: 768px) {
  section.story .inner ul.process {
    gap: 4rem;
    margin-left: 6rem;
    padding-bottom: 1rem;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 200rem;
    padding-right: 6rem;
    margin-bottom: 5.5rem;
  }
}
section.story .inner ul.process li {
  width: 20rem;
  height: 40rem;
  padding: 4rem 2.5rem 0;
  background: #fff;
  border-radius: 1rem;
  text-align: center;
  color: #0051a4;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.story .inner ul.process li {
    width: 35.5rem;
    height: 71rem;
    flex-shrink: 0;
    padding: 8rem 4.4rem 0;
  }
}
section.story .inner ul.process li::after {
  content: '';
  width: 2.2rem;
  height: 3.242rem;
  background: url("../images/arrow_process.webp") no-repeat;
  background-size: cover;
  position: absolute;
  top: 15rem;
  left: -1.2rem;
}
@media screen and (max-width: 768px) {
  section.story .inner ul.process li::after {
    width: 3.9rem;
    height: 5.76rem;
    top: 27rem;
    left: -2.4rem;
  }
}
section.story .inner ul.process li:first-of-type::after {
  display: none;
}
section.story .inner ul.process li h3 {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2.515rem;
  font-weight: 900;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  section.story .inner ul.process li h3 {
    font-size: 4.46rem;
    margin-bottom: 4rem;
  }
}
section.story .inner ul.process li img {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  section.story .inner ul.process li img {
    margin-bottom: 4rem;
  }
}
section.story .inner ul.process li span {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.2rem;
  font-feature-settings: "palt";
  display: block;
}
@media screen and (max-width: 768px) {
  section.story .inner ul.process li span {
    font-size: 2.4rem;
    line-height: 3.9rem;
  }
}
section.story .inner ul.process li span.large {
  font-size: 1.6rem;
  font-weight: 900;
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 768px) {
  section.story .inner ul.process li span.large {
    font-size: 2.8rem;
    line-height: 3.9rem;
  }
}
section.story .inner .restaurant {
  width: 47.7rem;
  margin: 0 0 0 62.3rem;
  padding-bottom: 10rem;
  padding-top: 20rem;
  margin-top: -20rem;
}
@media screen and (max-width: 768px) {
  section.story .inner .restaurant {
    width: 63.2rem;
    margin: auto;
    padding-top: 18rem;
  }
}
section.story .inner .restaurant h2 {
  margin-bottom: 1.5rem;
}
section.story .inner .restaurant p.catch {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 4.2rem;
  line-height: 5.3rem;
  font-weight: 900;
  margin-top: 2.6rem;
}
@media screen and (max-width: 768px) {
  section.story .inner .restaurant p.catch {
    font-size: 6.2rem;
    line-height: 7.8rem;
    margin-top: 4rem;
    letter-spacing: -0.1rem;
  }
}

section.company {
  width: 100%;
  padding-bottom: 18rem;
  padding-top: 15rem;
  margin-top: -15rem;
}
section.company .inner {
  width: 110rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  section.company .inner {
    width: 63.2rem;
  }
}
section.company .inner h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 14.5rem;
  font-weight: 700;
  line-height: 1;
  color: #4d96d8;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  section.company .inner h2 {
    font-size: 11.8rem;
  }
}
section.company .inner h2 span {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  display: block;
  margin-top: -1rem;
}
@media screen and (max-width: 768px) {
  section.company .inner h2 span {
    font-size: 3rem;
    margin-top: 0;
  }
}
section.company .inner h3 {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 4.2rem;
  line-height: 5.3rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  section.company .inner h3 {
    font-size: 6.2rem;
    line-height: 7.8rem;
    margin-bottom: 4rem;
  }
}

ul.stats {
  width: 100%;
  background: #dae3e5;
  border-radius: 0.84rem;
  padding: 4rem 4rem 5rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  ul.stats {
    border-radius: 1.7rem;
    flex-direction: column;
    padding: 5.2rem 8rem 6.8rem;
    row-gap: 4rem;
  }
}
ul.stats + ul.stats {
  margin-top: 0.6rem;
}
@media screen and (max-width: 768px) {
  ul.stats + ul.stats {
    margin-top: 0.8rem;
  }
}
ul.stats li {
  letter-spacing: -0.02rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
ul.stats li h4 {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2.6rem;
  font-weight: 900;
  color: #0051a4;
}
@media screen and (max-width: 768px) {
  ul.stats li h4 {
    font-size: 4.5rem;
    margin-bottom: 2rem;
  }
}
ul.stats li h4 span {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  ul.stats li h4 span {
    font-size: 2rem;
    display: block;
    margin: 1rem 0 0 -0.5rem;
  }
}
ul.stats li h5 {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.9rem;
  font-weight: 900;
  color: #0051a4;
}
@media screen and (max-width: 768px) {
  ul.stats li h5 {
    font-size: 2.59rem;
    line-height: 3.13rem;
  }
}
ul.stats li p span.yaku {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2.645rem;
  font-weight: 900;
  color: #0051a4;
  margin-right: -1rem;
}
@media screen and (max-width: 768px) {
  ul.stats li p span.yaku {
    font-size: 2.85rem;
  }
}
ul.stats li p span.yen {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 4.058rem;
  font-weight: 900;
  color: #0051a4;
}
@media screen and (max-width: 768px) {
  ul.stats li p span.yen {
    font-size: 4.379rem;
  }
}
ul.stats li p span.digit {
  font-family: "Oswald", sans-serif;
  font-size: 12rem;
  font-weight: 700;
  color: #e86a13;
  letter-spacing: -0.2rem;
}
@media screen and (max-width: 768px) {
  ul.stats li p span.digit {
    font-size: 12.8rem;
  }
}
ul.stats li:first-of-type {
  width: 26.4rem;
  margin-right: 2.5rem;
}
@media screen and (max-width: 768px) {
  ul.stats li:first-of-type {
    width: 100%;
    margin-right: 0;
  }
}
ul.stats li:nth-of-type(2) {
  width: 47rem;
}
@media screen and (max-width: 768px) {
  ul.stats li:nth-of-type(2) {
    width: 100%;
    margin-right: 0;
  }
}
ul.stats li:nth-of-type(2) p span.digit {
  width: 28.7rem;
  letter-spacing: -0.4rem;
}
ul.stats li:nth-of-type(3) {
  width: 32rem;
}
@media screen and (max-width: 768px) {
  ul.stats li:nth-of-type(3) {
    width: 100%;
    margin-right: 0;
  }
}
ul.stats li:nth-of-type(3) h5 {
  margin-bottom: 0.5rem;
}
ul.stats li:nth-of-type(3) p span.yaku {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  color: #0051a4;
}
@media screen and (max-width: 768px) {
  ul.stats li:nth-of-type(3) p span.yaku {
    font-size: 1.943rem;
  }
}
ul.stats li:nth-of-type(3) p span.yen {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2.645rem;
  font-weight: 900;
  color: #0051a4;
}
@media screen and (max-width: 768px) {
  ul.stats li:nth-of-type(3) p span.yen {
    font-size: 2.854rem;
  }
}
ul.stats li:nth-of-type(3) p span.digit {
  font-family: "Oswald", sans-serif;
  font-size: 9.4rem;
  font-weight: 700;
  color: #e86a13;
}
@media screen and (max-width: 768px) {
  ul.stats li:nth-of-type(3) p span.digit {
    font-size: 9.7rem;
  }
}

div#people {
  margin-top: -11rem;
  padding-top: 11rem;
}

section.people {
  width: 100%;
  background: #fda12d;
}
@media screen and (max-width: 768px) {
  section.people {
    background: url("../images/bg_people_sp.webp") no-repeat bottom center #fda12d;
    background-size: 75rem;
  }
}
section.people .inner {
  width: 140rem;
  margin: auto;
  color: #fff;
  padding-left: 15rem;
  padding-top: 7.8rem;
  padding-bottom: 14.6rem;
  background: url("../images/bg_people.webp") no-repeat top right;
  background-size: 90rem;
}
@media screen and (max-width: 768px) {
  section.people .inner {
    width: 63.2rem;
    background: none;
    padding: 13.8rem 0 64.2rem;
  }
}
section.people .inner h2 {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 4.2rem;
  font-weight: 900;
  margin-bottom: 4.65rem;
}
@media screen and (max-width: 768px) {
  section.people .inner h2 {
    font-size: 6.2rem;
  }
}
section.people .inner .catchBox {
  background: url(../images/bg_catchBox.webp) no-repeat top 0.4rem left;
  background-size: 2.2rem;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 3.2rem;
  padding-left: 3.3rem;
  padding-bottom: 4rem;
  min-height: 23.12rem;
}
@media screen and (max-width: 768px) {
  section.people .inner .catchBox {
    background: url(../images/bg_catchBox_sp.webp) no-repeat top 0.4rem left;
    background-size: 3.3rem;
    padding-bottom: 8rem;
  }
}
section.people .inner .catchBox p {
  margin-bottom: 2.7rem;
}
@media screen and (max-width: 768px) {
  section.people .inner .catchBox p {
    font-size: 4.5rem;
    line-height: 5.2rem;
    margin-bottom: 3.6rem;
    margin-left: 4rem;
    letter-spacing: -0.2rem;
  }
}
section.people .inner .catchBox p:last-of-type {
  margin-bottom: 0;
}
section.people .inner p.lead {
  width: 46.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.8rem;
}
@media screen and (max-width: 768px) {
  section.people .inner p.lead {
    width: 100%;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 4.2rem;
  }
}

section.brands {
  width: 100%;
  padding-bottom: 15rem;
}
@media screen and (max-width: 768px) {
  section.brands {
    padding-bottom: 16.4rem;
  }
}
section.brands .inner {
  width: 110rem;
  margin: auto;
  padding-top: 14.2rem;
}
@media screen and (max-width: 768px) {
  section.brands .inner {
    padding-top: 16.6rem;
    width: 100%;
  }
}
section.brands .inner h2 {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 5.2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  section.brands .inner h2 {
    font-size: 5.1rem;
    line-height: 6.825rem;
    width: 64rem;
    margin: auto auto 4.6rem;
    letter-spacing: -0.3rem;
  }
}
section.brands .inner ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 0.5rem;
}
section.brands .inner ul li {
  width: 36.4rem;
  height: 54.3rem;
  border-radius: 1rem;
  color: #0051A4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.brands .inner ul li {
    margin: 0 1.3rem !important;
    height: 92.4rem;
  }
}
section.brands .inner ul li img {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  section.brands .inner ul li img {
    margin-bottom: 5rem;
  }
}
section.brands .inner ul li h3 {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 3.0rem;
  height: 8.47rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  section.brands .inner ul li h3 {
    font-size: 4.51rem;
    line-height: 5.285rem;
    height: 14.7rem;
    margin-bottom: 2rem;
  }
}
section.brands .inner ul li p.lead {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  section.brands .inner ul li p.lead {
    font-size: 2.43rem;
    line-height: 3.8rem;
    margin-bottom: 4rem;
  }
}
section.brands .inner ul li p.btn00 {
  width: 17.8rem;
  height: 5rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  section.brands .inner ul li p.btn00 {
    width: 30.4rem;
    height: 8.5rem;
  }
}
section.brands .inner ul li p.btn00 a {
  width: 100%;
  height: 100%;
  border-radius: 2.5rem;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  section.brands .inner ul li p.btn00 a {
    border-radius: 4.25rem;
    font-size: 2.723rem;
  }
}
section.brands .inner ul li p.btn00 a.brands02 {
  background: #552E31;
}
section.brands .inner ul li p.btn00 a.brands02.comingsoon {
  background: none;
  color: #552E31;
  font-size: 2.0em;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  section.brands .inner ul li p.btn00 a.brands02.comingsoon {
    font-size: 2.723rem;
  }
}
section.brands .inner ul li p.btn00 a.brands01 {
  background: #C9151D;
}
section.brands .inner ul li p.btn00 a.brands01.comingsoon {
  background: none;
  color: #C9151D;
  font-size: 2.0em;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  section.brands .inner ul li p.btn00 a.brands01.comingsoon {
    font-size: 2.723rem;
  }
}
section.brands .inner ul li p.btn00 a.brands03 {
  background: #E50013;
}
section.brands .inner ul li p.btn00 a.brands03.comingsoon {
  background: none;
  color: #E50013;
  font-size: 2.0em;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  section.brands .inner ul li p.btn00 a.brands03.comingsoon {
    font-size: 2.723rem;
  }
}
section.brands .inner ul li p.btn00 a.brands04 {
  background: #E86A13;
}
section.brands .inner ul li p.btn00 a.brands04.comingsoon {
  background: none;
  color: #E86A13;
  font-size: 2.0em;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  section.brands .inner ul li p.btn00 a.brands04.comingsoon {
    font-size: 2.723rem;
  }
}
section.brands .inner ul li p.btn00 a.brands05 {
  background: #009A53;
}
section.brands .inner ul li p.btn00 a.brands05.comingsoon {
  background: none;
  color: #009A53;
  font-size: 2.0em;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  section.brands .inner ul li p.btn00 a.brands05.comingsoon {
    font-size: 2.723rem;
  }
}
section.brands .inner ul li p.btn00 a.brands06 {
  background: #7F0822;
}
section.brands .inner ul li p.btn00 a.brands06.comingsoon {
  background: none;
  color: #7F0822;
  font-size: 2.0em;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  section.brands .inner ul li p.btn00 a.brands06.comingsoon {
    font-size: 2.723rem;
  }
}
section.brands .inner ul li.brands01 {
  background: #fff;
}
section.brands .inner ul li.brands02 {
  background: #fff;
}
section.brands .inner ul li.brands03 {
  background: #fff;
}
section.brands .inner ul li.brands04 {
  background: #fff;
}
section.brands .inner ul li.brands05 {
  background: #fff;
}
section.brands .inner ul li.brands06 {
  background: #fff;
}

@keyframes infinity-scroll-right {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
section.reserve {
  width: 100%;
  font-family: "M PLUS 1p", sans-serif;
  padding-bottom: 27rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.reserve {
    padding-bottom: 20rem;
  }
}
section.reserve h2 {
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1.26;
  text-align: center;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  section.reserve h2 {
    font-size: 5.7rem;
    line-height: 7.4rem;
    letter-spacing: -0.2rem;
  }
}
section.reserve h2 span {
  font-size: 2.1rem;
  display: block;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  section.reserve h2 span {
    font-size: 3rem;
  }
}
section.reserve p.btn01 {
  width: 48.6rem;
  height: 11.2rem;
  margin: auto auto 2rem;
}
@media screen and (max-width: 768px) {
  section.reserve p.btn01 {
    width: 63.2rem;
    height: 14.7rem;
    margin: auto auto 2.2rem;
  }
}
section.reserve p.btn01 a {
  width: 100%;
  height: 100%;
  border-radius: 5.6rem;
  background: #fda12d;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 900;
  color: #fff;
  box-shadow: 0 1.4rem 0.2rem rgba(0, 59, 117, 0.3);
}
@media screen and (max-width: 768px) {
  section.reserve p.btn01 a {
    border-radius: 7.35rem;
    font-size: 3.25rem;
  }
}
section.reserve p.btn-aco {
  margin: auto;
  width: 48.6rem;
  height: 11.2rem;
  border-radius: 5.6rem;
  background: url("../images/ico_plus.webp") no-repeat center right 4.5rem #1a77cd;
  background-size: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 900;
  color: #fff;
  box-shadow: 0 1.4rem 0.2rem rgba(0, 59, 117, 0.3);
  cursor: pointer;
  padding-right: 2.5rem;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  section.reserve p.btn-aco {
    width: 63.2rem;
    height: 14.7rem;
    border-radius: 7.35rem;
    font-size: 3.25rem;
    background: url("../images/ico_plus.webp") no-repeat center right 5.8rem #1a77cd;
    background-size: 3.9rem;
    margin-bottom: 4rem;
  }
}
section.reserve p.btn-aco:hover {
  opacity: 0.75;
}
section.reserve p.btn-aco.open {
  background: url("../images/ico_minus.webp") no-repeat center right 4.5rem #1a77cd;
  background-size: 3rem;
}
@media screen and (max-width: 768px) {
  section.reserve p.btn-aco.open {
    background: url("../images/ico_minus.webp") no-repeat center right 5.8rem #1a77cd;
    background-size: 3.9rem;
  }
}

.flowing {
  width: 100%;
  height: 16.2rem;
  position: absolute;
  top: 45rem;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .flowing {
    top: 77rem;
  }
}
.flowing ul li.slick-slide {
  width: 220.4rem !important;
}
@media screen and (max-width: 768px) {
  .flowing ul li.slick-slide {
    width: 190rem !important;
  }
}

section.setsumeikai .flowing {
  top: auto;
  bottom: 1rem;
}
@media screen and (max-width: 768px) {
  section.setsumeikai .flowing {
    bottom: 8rem;
  }
}

.acoCont {
  margin: -10rem auto auto;
  padding-top: 12rem;
  width: 58rem;
}
@media screen and (max-width: 768px) {
  .acoCont {
    margin: auto;
    margin-top: -30rem;
    padding-top: 30rem;
  }
}
.acoCont .card {
  width: 100%;
  background: #dae3e5;
  border: 1px solid #dae3e5;
  box-sizing: border-box;
  border-radius: 1rem;
  overflow: hidden;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .acoCont .card {
    border-radius: 1.5rem;
  }
}
.acoCont .card + .card {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .acoCont .card + .card {
    margin-top: 3.6rem;
  }
}
.acoCont .card h3 {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  color: #fff;
  background: #fda12d;
  padding: 3.6rem 8.6rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .acoCont .card h3 {
    padding: 4.8rem 6rem;
    font-size: 3.6rem;
  }
}
.acoCont .card dl {
  width: 39rem;
  margin: 2rem auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .acoCont .card dl {
    width: 100%;
    padding: 0 6rem;
    line-height: 1.4;
  }
}
.acoCont .card dl dt {
  width: 12.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 768px) {
  .acoCont .card dl dt {
    font-size: 2.4rem;
    width: 15.4rem;
  }
}
.acoCont .card dl dd {
  width: calc(100% - 12.4rem);
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 768px) {
  .acoCont .card dl dd {
    font-size: 2.4rem;
    width: calc(100% - 15.4rem);
  }
}
.acoCont .card dl dd a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0068c7;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .acoCont .card dl dd a {
    font-size: 2.4rem;
  }
}

footer {
  width: 100%;
}
footer .inner {
  width: 110rem;
  height: 20rem;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer .inner {
    width: 60rem;
    height: 88rem;
  }
}
footer .inner h3 {
  width: 35.75rem;
  height: 9rem;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../images/logo_foot.webp") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  footer .inner h3 {
    width: 52.25rem;
    height: 14.6rem;
  }
}
footer .inner ul.navFoot {
  position: absolute;
  top: 9.2rem;
  right: 0;
  display: flex;
  justify-content: space-between;
  width: 69.6rem;
}
@media screen and (max-width: 768px) {
  footer .inner ul.navFoot {
    top: 23rem;
    right: auto;
    left: 0;
    width: 60rem;
    flex-wrap: wrap;
    row-gap: 8rem;
  }
}
@media screen and (max-width: 768px) {
  footer .inner ul.navFoot li {
    width: 50%;
  }
}
footer .inner ul.navFoot li a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer .inner ul.navFoot li a {
    font-size: 2.4rem;
  }
}
footer .inner ul.navFoot2 {
  position: absolute;
  top: 13.2rem;
  right: 0;
  display: flex;
  justify-content: space-between;
  width: 32.8rem;
}
@media screen and (max-width: 768px) {
  footer .inner ul.navFoot2 {
    top: 67.4rem;
    right: auto;
    left: 0;
    gap: 4.8rem;
    width: 100%;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  footer .inner ul.navFoot2 li {
    width: 17.5rem;
  }
}
footer .inner ul.navFoot2 li a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  padding-right: 2.8rem;
  background: url("../images/ico_ext.webp") no-repeat center right;
  background-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  footer .inner ul.navFoot2 li a {
    font-size: 2.4rem;
    line-height: 3.2rem;
    background: url("../images/ico_ext.webp") no-repeat top 0.5rem right;
    background-size: 2.33rem;
    padding-right: 0;
    width: 100%;
    display: block;
  }
}
footer .inner p.rights {
  position: absolute;
  top: 13.2rem;
  left: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  footer .inner p.rights {
    top: 77.2rem;
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
}

dl.fixedbnr {
  position: fixed;
  bottom: 1rem;
  left: 1.5rem;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  z-index: 2;
  width: 72rem;
  height: 11rem;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 2rem;
  padding: 0 3.4rem 0 4.6rem;
}
dl.fixedbnr dt {
  width: 17.8rem;
  height: 5rem;
  font-size: 2.867rem;
  font-weight: 700;
  color: #000;
  border-right: 0.2rem solid rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
}
dl.fixedbnr dd {
  width: 44.3rem;
  height: 6.6rem;
  padding-left: 4rem;
}
dl.fixedbnr dd a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 3.3rem;
  background: #fda12d;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
}

dl.fixedbnr.appear {
  opacity: 1;
  transform: translateY(0);
}

.simplebar-track {
  background: rgba(0, 81, 164, 0.5);
  border-radius: 1rem;
  height: 3rem;
  width: 64rem;
  margin-left: 5.5rem;
}

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

.simplebar-track .simplebar-scrollbar::before {
  background: #fff;
  height: 0.8rem;
  margin-top: 0.4rem;
}

.simplebar-content {
  padding-right: 6rem !important;
}

section.brands .inner ul.thumbnail {
  width: 63.2rem !important;
  margin: auto auto 1.5rem;
}
@media screen and (max-width: 768px) {
  section.brands .inner ul.thumbnail {
    display: block !important;
  }
}
section.brands .inner ul.thumbnail li {
  width: 9.14rem !important;
  height: 12rem !important;
  position: relative;
  margin: 0 1.3rem 0 0 !important;
}
section.brands .inner ul.thumbnail li:last-of-type {
  margin: 0 0 0 0 !important;
}
section.brands .inner ul.thumbnail li.is-active::after {
  content: '';
  width: 9.148rem;
  height: 10.5rem;
  background: url("../images/is-active.webp") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section.brands .inner ul.thumbnail li.thumb01.is-active::after {
  content: '';
  width: 9.148rem;
  height: 10.5rem;
  background: url("../images/is-active01.webp") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section.brands .inner ul.thumbnail li.thumb03.is-active::after {
  content: '';
  width: 9.148rem;
  height: 10.5rem;
  background: url("../images/is-active03.webp") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section.brands .inner ul.thumbnail li.thumb04.is-active::after {
  content: '';
  width: 9.148rem;
  height: 10.5rem;
  background: url("../images/is-active04.webp") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section.brands .inner ul.thumbnail li.thumb05.is-active::after {
  content: '';
  width: 9.148rem;
  height: 10.5rem;
  background: url("../images/is-active05.webp") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section.brands .inner ul.thumbnail li.thumb06.is-active::after {
  content: '';
  width: 9.148rem;
  height: 10.5rem;
  background: url("../images/is-active06.webp") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section.brands .inner ul.thumbnail li img {
  box-shadow: 1rem 1rem 0.6rem rgba(0, 0, 0, 0.3);
  width: 9.14rem !important;
  border-radius: 50%;
}

p.btnsp01, p.btnsp02 {
  width: 50.56rem;
  height: 11.76rem;
  margin: auto auto 1.8rem;
}
p.btnsp01 a, p.btnsp02 a {
  border-radius: 5.88rem;
  font-size: 2.6rem;
  font-weight: 900;
  color: #fff;
  border: 0.2rem solid #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#menu-panel > ul.otherLink {
  width: 61rem;
  margin: 11rem auto auto;
  display: flex;
  gap: 4.8rem;
  justify-content: flex-start;
}
#menu-panel > ul.otherLink li {
  width: 17.5rem;
  border-bottom: none;
}
#menu-panel > ul.otherLink li a {
  font-size: 2.4rem;
  line-height: 3.2rem;
  background: url(../images/ico_ext.webp) no-repeat top 0.5rem right;
  background-size: 2.33rem;
  padding: 0 0 0 0;
  padding-right: 0;
  width: 100%;
  display: block;
}

.fadeIn {
  opacity: 0;
}

section.forEntry {
  width: 100%;
  margin-top: 11rem;
}
@media screen and (max-width: 768px) {
  section.forEntry {
    margin-top: 15rem;
  }
}
section.forEntry .inner {
  width: 110rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  section.forEntry .inner {
    width: 63.2rem;
  }
}
section.forEntry .inner h2 {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 5.3rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  section.forEntry .inner h2 {
    font-size: 5.25rem;
    line-height: 6.8rem;
    width: 63rem;
    margin: auto auto 1.3rem;
  }
}
section.forEntry .inner h2 span {
  font-size: 2.1rem;
  line-height: 2.6rem;
  display: block;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  section.forEntry .inner h2 span {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 2rem;
  }
}
section.forEntry .inner p.attention {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  section.forEntry .inner p.attention {
    font-size: 2.4rem;
    line-height: 3.7rem;
    margin-bottom: 5rem;
  }
}
section.forEntry .inner ul.toEntry {
  width: 90rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  section.forEntry .inner ul.toEntry {
    width: 50rem;
    flex-direction: column;
    row-gap: 2rem;
  }
}
section.forEntry .inner ul.toEntry li {
  width: 21.24rem;
}
@media screen and (max-width: 768px) {
  section.forEntry .inner ul.toEntry li {
    width: 100%;
  }
}
section.forEntry .inner ul.toEntry li p {
  width: 100%;
  text-align: center;
  color: #000;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  section.forEntry .inner ul.toEntry li p {
    width: 100%;
    font-size: 2rem;
    margin-top: 0.8rem;
  }
}

.entryPanel {
  width: 100%;
  border-radius: 0.84rem;
  background: #fff;
  padding: 9rem 9.8rem 9.6rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .entryPanel {
    padding: 7.6rem 5rem 10rem;
    border-radius: 1.7rem;
  }
}
.entryPanel .brandLogo {
  margin: auto auto 4.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5.25rem;
}
@media screen and (max-width: 768px) {
  .entryPanel .brandLogo {
    margin: auto auto 3.4rem;
  }
}
.entryPanel p.lead {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .entryPanel p.lead {
    font-size: 2.4rem;
    line-height: 4.2rem;
    margin-bottom: 3rem;
  }
}
.entryPanel p.year {
  font-size: 3.3rem;
  font-weight: 900;
  text-align: center;
  color: #0068c7;
  margin-bottom: 2.3rem;
}
@media screen and (max-width: 768px) {
  .entryPanel p.year {
    font-size: 4.4rem;
    margin-bottom: 5.2rem;
  }
}
.entryPanel p.year span {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .entryPanel p.year span {
    font-size: 2.1rem;
  }
}

img.logo01 {
  width: 13.1965rem;
}

img.logo02 {
  width: 16.4058rem;
}

img.logo03 {
  width: 13.124rem;
}

img.logo04 {
  width: 12.924rem;
}

img.logo05 {
  width: 14.146rem;
}

img.logo06 {
  width: 22.323rem;
}

section.setsumeikai {
  width: 100%;
  padding-bottom: 10rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.setsumeikai {
    padding-bottom: 21rem;
  }
}
section.setsumeikai .inner {
  width: 110rem;
  margin: auto;
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  section.setsumeikai .inner {
    width: 63.2rem;
  }
}
section.setsumeikai .inner h2 {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 5.3rem;
  margin-bottom: 9rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.setsumeikai .inner h2 {
    font-size: 4.56rem;
    line-height: 5.92rem;
    width: 63rem;
    margin: auto auto 12rem;
  }
}

.reservePanel {
  width: 100%;
  border-radius: 0.84rem;
  background: #fff;
  padding: 9rem 0 13.5rem;
}
@media screen and (max-width: 768px) {
  .reservePanel {
    border-radius: 1.7rem;
    padding: 13rem 0 12rem;
  }
}
.reservePanel + .entryPanel {
  margin-top: 1.2rem;
}
.reservePanel .brandLogo {
  margin: auto auto 4.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5.25rem;
}
.reservePanel p.lead {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2.6rem;
  font-weight: 900;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  .reservePanel p.lead {
    font-size: 4rem;
    margin-bottom: 5rem;
  }
}
.reservePanel p.btn-aco {
  margin: auto;
  width: 48.6rem;
  height: 11.2rem;
  border-radius: 5.6rem;
  background: url(../images/ico_plus.webp) no-repeat center right 4.5rem #fda12d;
  background-size: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 900;
  color: #fff;
  box-shadow: 0 1.4rem 0.2rem rgba(0, 59, 117, 0.3);
  cursor: pointer;
  padding-right: 2.5rem;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .reservePanel p.btn-aco {
    width: 50rem;
    height: 14.7rem;
    border-radius: 7.35rem;
    font-size: 3.25rem;
    line-height: 4.3rem;
    background: url(../images/ico_plus.webp) no-repeat center right 9.2rem #fda12d;
    background-size: 3.93rem;
    margin-bottom: 4rem;
  }
}
.reservePanel p.btn-aco.open {
  background: url(../images/ico_minus.webp) no-repeat center right 4.5rem #fda12d;
  background-size: 3rem;
}
@media screen and (max-width: 768px) {
  .reservePanel p.btn-aco.open {
    background: url(../images/ico_minus.webp) no-repeat center right 9.2rem #fda12d;
    background-size: 3.93rem;
  }
}
