@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

body {
  /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", sans-serif; "Noto Sans JP", */
  font-family: "Shippori Mincho", sans-serif;
}

body {
  color: #333;
  font-size: 14px;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
	 # General elements
	 # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
	 # Forms
	 # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
	 # Specify media element style
	 # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: bottom;
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # base
   # ================================================================= */
a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=submit] {
  border: none;
}

.l-header {
  position: fixed;
  top: 0;
  width: 240px;
  height: 1000vh;
  padding: 0;
  z-index: 3;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .l-header {
    width: 100%;
    height: 80px;
    box-shadow: 0px 0px 5px -2px #333;
  }
}
.top .l-header {
  background: none;
}
@media screen and (max-width: 768px) {
  .top .l-header {
    z-index: 3;
    background-color: #10181f;
  }
}
.l-header__inner {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    position: relative;
    height: 80px;
    z-index: 999;
  }
}

.l-footer {
  background: #10181f;
  color: #fff;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-bottom: 80px;
    z-index: 2;
  }
}
.l-footer__inner {
  max-width: 1980px;
  margin: 0 80px 0 240px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    margin: 0 auto;
    width: 95%;
  }
}
.l-footer a {
  color: #fff;
}

.l-container {
  max-width: 1980px;
  margin: 0 80px 0 240px;
  padding: 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-container {
    margin: 0 auto 0;
    min-height: auto;
  }
}
.l-container__inner {
  margin: auto;
}
.l-container__inner + .l-container__inner {
  margin: 60px auto auto auto;
}
@media screen and (max-width: 768px) {
  .l-container__inner + .l-container__inner {
    margin: 40px auto auto auto;
  }
}
.top .l-container {
  margin: 0;
  position: relative;
}
.top .l-container:after {
  background-image: url(../img/main.jpg);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center top;
  position: fixed;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 15vh;
  transform: scale(1.3);
  z-index: -1;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .top .l-container:after {
    transform: scale(1);
    background-image: url(../img/main-sp.jpg);
    background-size: cover;
    height: 100vh;
    top: 0;
    background-position: center center;
  }
}

.l-BreadcrumbList {
  margin: 0 auto 32px;
}
@media screen and (max-width: 768px) {
  .l-BreadcrumbList {
    min-height: auto;
    font-size: 12px;
  }
}
.l-BreadcrumbList ol {
  list-style: none;
}
.l-BreadcrumbList ol li {
  display: inline;
  padding: 0 2em 0 0;
  position: relative;
}
.l-BreadcrumbList ol li::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  bottom: 0;
  right: 1em;
  width: 6px;
  height: 6px;
  border-top: 1px solid #8B8B8B;
  border-right: 1px solid #8B8B8B;
  transform: rotate(45deg);
  transition: 0.2s;
}
.l-BreadcrumbList ol li:last-child::after {
  display: none;
}
.l-BreadcrumbList ol li a {
  color: #BD2333;
  transition: 0.2s;
}
.l-BreadcrumbList ol li a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .l-BreadcrumbList ol li a:hover {
    opacity: 1;
  }
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 500ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

a[href^="tel:"] {
  color: #10181f;
  pointer-events: none;
}

.header__logo, .top .header__logo--red, .header__logo--red {
  width: 72%;
  margin: 40px auto;
  font-size: 150%;
}
@media screen and (max-width: 768px) {
  .header__logo, .top .header__logo--red, .header__logo--red {
    width: 25%;
    margin: 0;
    padding: 10px;
  }
}
.header__logo a, .top .header__logo--red a, .header__logo--red a {
  display: block;
  background: url(../img/logo_b.svg) no-repeat;
  width: 172px;
  height: 172px;
  color: #464646;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .header__logo a, .top .header__logo--red a, .header__logo--red a {
    width: 64px;
    height: 64px;
  }
}
.header__logo a:hover, .header__logo--red a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .header__logo a:hover, .header__logo--red a:hover {
    opacity: 1;
  }
}
.header__logo--premier {
  margin: 50px auto;
}
.header__logo--premier-mix {
  margin: 30px auto 50px;
}
@media screen and (max-width: 768px) {
  .header__logo--premier-mix {
    width: 25%;
    margin: 0;
    padding: 10px;
  }
}
.header__logo--premier-mix a {
  background: none;
  background-image: url(../img/logo_b.svg), url(../img/MUFG_logo.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom, top;
  height: 242px;
  background-size: 100%, 100%;
}
@media screen and (max-width: 768px) {
  .header__logo--premier-mix a {
    width: 160px;
    background-image: url(../img/logo_b.svg), url(../img/MUFG_logo.jpg);
    height: 64px;
    background-position: right, left;
    background-size: 64px, 80px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo--premier {
    width: 25%;
    margin: 0;
    padding: 10px;
  }
}
.header__logo--premier a {
  background-image: url(../img/MUFG_logo.jpg);
  background-repeat: no-repeat;
  height: 90px;
  background-size: 100%, 100%;
}
@media screen and (max-width: 768px) {
  .header__logo--premier a {
    width: 85px;
    height: 64px;
    background-image: url(../img/MUFG_logo.jpg);
    background-position: right, left;
    background-size: 80px;
  }
}
.header__logo--red a {
  background-image: url(../img/logo_b.svg), url(../red/img/red_logo_2.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom, top;
  background-size: 100%, 100%;
  height: 242px;
}
@media screen and (max-width: 768px) {
  .header__logo--red a {
    width: 160px;
    background-image: url(../img/logo_b.svg), url(../red/img/red_logo.jpg);
    height: 64px;
    background-position: right, left;
    background-size: 64px, 80px;
  }
}
.top .header__logo a, .top .header__logo--red a {
  background: url(../img/logo.svg) no-repeat;
}
.header__catch {
  writing-mode: vertical-rl;
  font-size: 20px;
  height: 300px;
  margin: auto;
  display: inline-block;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .header__catch {
    display: none;
  }
}
.top .header__catch {
  color: #fff;
}
.header__menu {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  width: 80px;
  height: 80px;
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  background: #fff;
  cursor: pointer;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .header__menu {
    height: 72px;
  }
}
.header__menu.active {
  background: #10181f;
}
.top .header__menu {
  background: none;
}
.header__menu span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 28px;
  width: 25px;
  height: 2px;
  background-color: #10181f;
  transition: all 0.3s;
}
.top .header__menu span {
  background-color: #fff;
}
.header__menu span:nth-of-type(1) {
  top: 18px;
}
.header__menu span:nth-of-type(2) {
  top: 28px;
}
.header__menu span:nth-of-type(3) {
  top: 38px;
}
.header__menu.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
  background-color: #fff;
}
.header__menu.active span:nth-of-type(2) {
  opacity: 0;
  background-color: #fff;
}
.header__menu.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
  background-color: #fff;
}
.header__menu p {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #10181f;
}
.top .header__menu p {
  color: #fff;
}
.header__menu.active p {
  color: #fff;
}
.header__menu:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .header__menu:hover {
    opacity: 1;
  }
}
.header__btn {
  position: fixed;
  z-index: 4;
  left: 0;
  bottom: 16px;
  width: 240px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .header__btn {
    width: 100%;
    bottom: 0;
    background: #10181f;
    padding: 8px;
  }
  .header__btn ul {
    display: flex;
    justify-content: center;
  }
}
.header__btn li {
  margin: 0 15% 16px;
}
@media screen and (max-width: 768px) {
  .header__btn li {
    margin: 0 8px 0;
  }
}
.header__btn li a {
  display: block;
  padding: 8px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .header__btn li a {
    font-size: 14px;
    padding: 8px 16px;
  }
}
.header__btn.mypageheadmenu {
  left: inherit;
  right: 0;
  width: 33vw;
  transform: translateX(150vw);
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .header__btn.mypageheadmenu {
    width: 100%;
  }
}
.header__btn.mypageheadmenu li {
  margin: 0 30% 16px;
}
.header__btn.mypageheadmenu li:last-child {
  display: none;
}
.header__btn.mypageheadmenu.panelactive {
  display: block;
  transform: translateX(0vw);
}
@media screen and (max-width: 768px) {
  .header__btn.mypageheadmenu.panelactive {
    transform: translateX(0vw);
  }
}

.reglog .header__btn {
  display: none;
}

@media screen and (max-height: 650px) and (min-width: 768px) {
  /* 高さ650px以下～幅768px以上の場合 */
  .header__catch {
    font-size: 3vh;
    height: calc(100vh - 400px);
  }
  .header__catch--premier {
    font-size: 2.5vh;
    height: calc(100vh - 400px);
  }
}
@media screen and (max-height: 770px) and (min-width: 768px) {
  .header__catch--premier-list {
    font-size: 2.5vh;
    height: calc(100vh - 400px);
  }
}
@media screen and (max-height: 600px) and (min-width: 768px) {
  /* 高さ600px以下～幅768px以上の場合 */
  .header__catch {
    display: none;
  }
}
.top .header__logo a, .top .header__logo--red a {
  background: url(../img/logo.svg) no-repeat;
}
.top .header__logo--premier-mix a {
  background-image: url(../img/logo.svg), url(../img/MUFG_logo.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom, top;
  background-size: 100%, 100%;
  height: 242px;
}
@media screen and (max-width: 768px) {
  .top .header__logo--premier-mix a {
    width: 160px;
    background-image: url(../img/logo.svg), url(../img/MUFG_logo.jpg);
    height: 64px;
    background-position: right, left;
    background-size: 64px, 80px;
  }
}
.top .header__logo--red a {
  background-image: url(../img/logo.svg), url(../red/img/red_logo_2.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom, top;
  background-size: 100%, 100%;
  height: 242px;
}
@media screen and (max-width: 768px) {
  .top .header__logo--red a {
    width: 160px;
    background-image: url(../img/logo.svg), url(../red/img/red_logo.jpg);
    height: 64px;
    background-position: right, left;
    background-size: 64px, 80px;
  }
}

.footer__logo {
  font-size: 200%;
}
.footer__logo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__logo img {
    width: 100%;
  }
}
.footer__logo a {
  transition: 0.2s;
}
.footer__logo a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .footer__logo a:hover {
    opacity: 1;
  }
}
.footer__gnavilogo {
  position: absolute;
  bottom: 40px;
  right: 80px;
  width: 64px;
}
@media screen and (max-width: 768px) {
  .footer__gnavilogo {
    right: inherit;
    bottom: inherit;
    position: relative;
    margin: 0 auto;
  }
}
.footer__gnavilogo img {
  width: 100%;
}
.footer__copyright {
  text-align: center;
  font-size: 86%;
  padding: 16px 0;
  max-width: 1980px;
  margin: 0 80px 0 240px;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    flex-wrap: wrap;
    margin: auto;
    text-align: center;
  }
}
.footer__copyright a {
  transition: 0.2s;
}
.footer__copyright a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .footer__copyright a:hover {
    opacity: 1;
  }
}

.nav {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 auto;
  background: #10181f;
  transition: 0.5s;
  transform: translateX(150vw);
  width: 50vw;
  height: 100vh;
  padding: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .nav {
    transform: translateX(100vw);
    width: 100vw;
    padding: 80px 0 0;
  }
}
.nav.panelactive {
  display: block;
  transform: translateX(100vw);
}
@media screen and (max-width: 768px) {
  .nav.panelactive {
    transform: translateX(0vw);
  }
}
.nav li {
  padding: 0 2.8vw;
  transition: 0.2s;
}
.nav li a {
  display: block;
  position: relative;
  color: #fff;
  padding: 24px 0;
  font-weight: bold;
  transition: 0.2s;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .nav li a {
    font-size: 18px;
    font-weight: normal;
    padding: 16px 0;
  }
}
.nav li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.7s;
}
@media screen and (max-width: 768px) {
  .nav li a {
    padding: 16px 2.5%;
    border-top: 1px solid #B2B2B2;
  }
  .nav li a::after {
    display: none;
  }
}
.nav li a:hover::after {
  transform: scale(1, 1);
}
.nav--footer {
  padding: 32px 0 64px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .nav--footer {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 32px 0;
  }
}
.nav--footer li {
  margin: 0 32px 0 0;
}
@media screen and (max-width: 768px) {
  .nav--footer li {
    margin: 0 0.5em 16px;
    text-align: center;
  }
}
.nav--footer a {
  color: #fff;
  font-weight: bold;
  transition: 0.2s;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .nav--footer a {
    font-size: 14px;
    font-weight: normal;
  }
}
.nav--footer a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .nav--footer a:hover {
    opacity: 1;
  }
}

@media screen and (max-height: 650px) and (min-width: 768px) {
  /* 高さ650px以下～幅768px以上の場合 */
  .nav li a {
    font-size: 3vh;
    padding: 2.5vh 0;
  }
}
.btn__area, .btn input[name=back], .btn input[type=submit], .btn input[type=button], .btn__area--flex, .btn__area--c {
  text-decoration: none;
  text-align: center;
  display: inline-block;
  margin: 16px 0;
}
@media screen and (max-width: 768px) {
  .btn__area, .btn input[name=back], .btn input[type=submit], .btn input[type=button], .btn__area--flex, .btn__area--c {
    width: 80%;
    margin: 16px auto;
  }
}
.btn__area a, .btn input[name=back] a, .btn input[type=submit] a, .btn input[type=button] a, .btn__area--flex a, .btn__area--c a,
.btn__area input,
.btn input[name=back] input,
.btn input[type=submit] input,
.btn input[type=button] input,
.btn__area--flex input,
.btn__area--c input,
.btn__area .change_trigger,
.btn input[name=back] .change_trigger,
.btn input[type=submit] .change_trigger,
.btn input[type=button] .change_trigger,
.btn__area--flex .change_trigger,
.btn__area--c .change_trigger {
  display: block;
  line-height: 32px;
  padding: 8px 32px;
  margin: 0 auto;
  font-size: 16px;
  transition: 0.2s;
  border-radius: 5px;
  cursor: pointer;
}
.btn__area a:hover, .btn input[name=back] a:hover, .btn input[type=submit] a:hover, .btn input[type=button] a:hover, .btn__area--flex a:hover, .btn__area--c a:hover,
.btn__area input:hover,
.btn input[name=back] input:hover,
.btn input[type=submit] input:hover,
.btn input[type=button] input:hover,
.btn__area--flex input:hover,
.btn__area--c input:hover,
.btn__area .change_trigger:hover,
.btn input[name=back] .change_trigger:hover,
.btn input[type=submit] .change_trigger:hover,
.btn input[type=button] .change_trigger:hover,
.btn__area--flex .change_trigger:hover,
.btn__area--c .change_trigger:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .btn__area a:hover, .btn input[name=back] a:hover, .btn input[type=submit] a:hover, .btn input[type=button] a:hover, .btn__area--flex a:hover, .btn__area--c a:hover,
.btn__area input:hover,
.btn input[name=back] input:hover,
.btn input[type=submit] input:hover,
.btn input[type=button] input:hover,
.btn__area--flex input:hover,
.btn__area--c input:hover,
.btn__area .change_trigger:hover,
.btn input[name=back] .change_trigger:hover,
.btn input[type=submit] .change_trigger:hover,
.btn input[type=button] .change_trigger:hover,
.btn__area--flex .change_trigger:hover,
.btn__area--c .change_trigger:hover {
    opacity: 1;
  }
}
.btn__area--c {
  display: block;
  width: 100%;
}
.btn__area--c a,
.btn__area--c input {
  display: inline-block;
}
.btn__area--flex {
  display: block;
  width: 100%;
  display: flex;
  justify-content: center;
}
.btn__area--flex a,
.btn__area--flex input {
  display: inline-block;
  margin: 0 16px;
}
.btn input[type=button] {
  background-color: #BD2333;
  color: #fff;
  border: none;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 5px;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .btn input[type=button] {
    line-height: 40px;
  }
}
.btn input[type=button]:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .btn input[type=button]:hover {
    opacity: 1;
  }
}
.btn input[type=submit] {
  background-color: #BD2333;
  color: #fff;
  border: none;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 5px;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .btn input[type=submit] {
    line-height: 40px;
  }
}
.btn input[type=submit]:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .btn input[type=submit]:hover {
    opacity: 1;
  }
}
.btn input[type=submit] + input[type=submit] {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .btn input[type=submit] + input[type=submit] {
    margin: 20px 0 0 0;
  }
}
.btn input[name=back] {
  border-radius: 4px;
}
.btn__main a,
.btn__main input,
.btn__main .change_trigger {
  border-radius: 5px;
  color: #fff !important;
  background-color: #BD2333 !important;
  transition: 0.2s !important;
}
.btn__main a:hover,
.btn__main input:hover,
.btn__main .change_trigger:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .btn__main a:hover,
.btn__main input:hover,
.btn__main .change_trigger:hover {
    opacity: 1;
  }
}
.btn__main--premier a {
  line-height: 1.5rem;
  font-family: "Noto Sans JP";
  background-color: #D80C18 !important;
}
@media screen and (max-width: 768px) {
  .btn__main--premier a {
    padding: 8px 20px !important;
    font-size: 14px;
    min-width: 50%;
    margin: 0 5px;
  }
}
@media screen and (max-width: 400px) {
  .btn__main--premier a {
    padding: 8px 10px !important;
  }
}
.btn__main--premier a span {
  font-size: 12px;
}
.btn__submain a,
.btn__submain input,
.btn__submain .change_trigger {
  border-radius: 5px;
  background-color: #fff !important;
  border: 2px solid #BD2333 !important;
  color: #BD2333 !important;
  transition: 0.2s;
}
.btn__submain a:hover,
.btn__submain input:hover,
.btn__submain .change_trigger:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .btn__submain a:hover,
.btn__submain input:hover,
.btn__submain .change_trigger:hover {
    opacity: 1;
  }
}
.btn__submain--premier {
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP";
}
.btn__submain--premier a {
  line-height: 1.5rem;
  display: flex !important;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.btn__re a,
.btn__re input,
.btn__re .change_trigger {
  border-radius: 5px;
  background-color: #10181f !important;
  color: #fff !important;
  transition: 0.2s;
}
.btn__re a:hover,
.btn__re input:hover,
.btn__re .change_trigger:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .btn__re a:hover,
.btn__re input:hover,
.btn__re .change_trigger:hover {
    opacity: 1;
  }
}
.btn__subre a,
.btn__subre input,
.btn__subre .change_trigger {
  border-radius: 5px;
  background-color: #fff !important;
  border: 2px solid #10181f !important;
  color: #10181f !important;
  transition: 0.2s;
}
.btn__subre a:hover,
.btn__subre input:hover,
.btn__subre .change_trigger:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .btn__subre a:hover,
.btn__subre input:hover,
.btn__subre .change_trigger:hover {
    opacity: 1;
  }
}
.btn__soldout a,
.btn__soldout input,
.btn__soldout .change_trigger {
  border-radius: 5px;
  background-color: #f2f2f2 !important;
  border: 2px solid #f2f2f2 !important;
  color: #B2B2B2 !important;
  transition: 0.2s;
  cursor: auto;
  pointer-events: none;
}
.btn__soldout a:hover,
.btn__soldout input:hover,
.btn__soldout .change_trigger:hover {
  opacity: 1;
}
.btn__concierge {
  margin: 0 0 64px;
  overflow: hidden;
}

.pager {
  width: auto;
}
@media screen and (max-width: 768px) {
  .pager {
    margin: 10px 0;
  }
}
.pager ul {
  vertical-align: middle;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .pager ul {
    flex-wrap: wrap;
  }
}
.pager ul li {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  padding: 24px 0 64px;
  font-weight: bold;
}
.pager ul li a {
  color: #fff;
  background-color: #E8E8E8;
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 40px;
  border-radius: 5px;
}
.pager ul li span {
  display: block;
  text-decoration: none;
  background-color: #BD2333;
  color: #fff;
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 40px;
  border-radius: 5px;
}
.pager ul li + li {
  margin: 0 0 0 10px;
}

.form__req {
  color: #DB2A2A;
  padding: 0 0 0 1em;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}
.form__heading {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .form__heading {
    font-size: 18px;
  }
}
.form__heading--c {
  text-align: center;
  margin: 0 0 32px;
}
.form__contentbox {
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 32px;
  margin: 0 auto 56px;
  text-align: center;
  max-width: 700px;
}
@media screen and (max-width: 768px) {
  .form__contentbox {
    max-width: 100%;
    padding: 16px;
  }
}
.form__contentbox p {
  color: #BD2333;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .form__contentbox p {
    font-size: 14px;
  }
}
.form__contentbox li a {
  min-width: 195px;
}
@media screen and (max-width: 768px) {
  .form__contentbox li a {
    min-width: 45%;
  }
}
.form__contentbox--login {
  box-shadow: none;
}
.form__contentbox--login .btn__area--flex {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .form__contentbox--login .btn__area--flex {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .form__contentbox--login .btn__area--flex a {
    margin: 0;
  }
}
.form__contentbox--login p {
  color: #10181f;
  text-align: center;
}
.form__inner__text, .form__inner__text--s {
  margin: 16px 0 32px;
  font-size: 16px;
}
.form__inner__text--s {
  font-size: 14px;
  margin: 16px 0;
}
.form__inner__text ul, .form__inner__text--s ul {
  margin: 0 0 0 1.5em;
  list-style: disc;
}
.form__inner__text ul li, .form__inner__text--s ul li {
  margin: 0 0 8px;
}
.form__inner__box {
  transition: 0.2s;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 40px 32px 16px;
  margin: 16px auto 32px;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .form__inner__box {
    padding: 16px 8px;
    box-shadow: none;
  }
}
.form__inner__box h3 {
  font-size: 18px !important;
}
.form__inner input[type=text],
.form__inner input[type=password],
.form__inner input[type=number],
.form__inner input[type=tel] {
  padding: 10px;
  margin: auto;
  border-radius: 3px;
  border: solid 1px #B2B2B2;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form__inner input[type=text],
.form__inner input[type=password],
.form__inner input[type=number],
.form__inner input[type=tel] {
    padding: 8px;
    font-size: 16px;
    width: 100%;
  }
}
.form__inner input[type=text]:disabled, .form__inner input[type=text][readonly],
.form__inner input[type=password]:disabled,
.form__inner input[type=password][readonly],
.form__inner input[type=number]:disabled,
.form__inner input[type=number][readonly],
.form__inner input[type=tel]:disabled,
.form__inner input[type=tel][readonly] {
  background: #f2f2f2;
}
.form__inner textarea {
  padding: 10px;
  margin: auto;
  border-radius: 3px;
  border: solid 1px #B2B2B2;
  width: 100%;
}
.form__inner select {
  padding: 10px 30px 10px 10px;
  margin: auto;
  border-radius: 3px;
  border: solid 1px #B2B2B2;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #fff url(../img/icon_arrowunder.svg) no-repeat;
  background-position-x: calc(100% - 8px);
  background-position-y: center;
  background-size: 12px;
  color: #10181f;
}
.form__inner select::-ms-expand {
  display: none;
}
.form__inner textarea {
  padding: 10px;
  margin: auto;
  border-radius: 3px;
  border: solid 1px #B2B2B2;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form__inner textarea {
    padding: 8px;
    font-size: 16px;
    width: 100%;
  }
}
.form__inner label {
  margin-right: 1em;
  display: inline-block;
}
.form__inner label input {
  margin-right: 0.5em;
}
.form__inner__twoclinput input[type=text],
.form__inner__twoclinput input[type=password],
.form__inner__twoclinput input[type=number],
.form__inner__twoclinput input[type=tel],
.form__inner__twoclinput select {
  width: 35%;
  margin-right: 2%;
}
.form__inner__twoclinput span {
  width: 2.5em;
  display: inline-block;
  text-align: right;
  padding: 0 0.5em 0 0;
}
.form__inner__dateclinput input[type=text],
.form__inner__dateclinput input[type=password],
.form__inner__dateclinput input[type=number],
.form__inner__dateclinput input[type=tel],
.form__inner__dateclinput select {
  width: 20%;
  margin-right: 2%;
  margin-left: 4%;
}
.form__inner__dateclinput input[type=text]:first-child,
.form__inner__dateclinput input[type=password]:first-child,
.form__inner__dateclinput input[type=number]:first-child,
.form__inner__dateclinput input[type=tel]:first-child,
.form__inner__dateclinput select:first-child {
  width: 25%;
  margin-left: 0;
}
.form__inner__address input[type=text]:first-child,
.form__inner__address input[type=password]:first-child,
.form__inner__address input[type=number]:first-child,
.form__inner__address input[type=tel]:first-child {
  width: 8em;
  margin: 0 0 16px;
}
.form__inner__area input[type=text]:first-child,
.form__inner__area input[type=password]:first-child,
.form__inner__area input[type=number]:first-child,
.form__inner__area input[type=tel]:first-child,
.form__inner__area select:first-child {
  width: 12em;
  margin: 0 0 16px;
}
.form__inner__datep input[type=text],
.form__inner__datep input[type=password],
.form__inner__datep input[type=number],
.form__inner__datep input[type=tel],
.form__inner__datep select {
  width: 50%;
  margin-right: 2%;
}
.form__inner__datep img {
  vertical-align: middle;
}
.form__inner__zip input[type=text],
.form__inner__zip input[type=password],
.form__inner__zip input[type=number],
.form__inner__zip input[type=tel] {
  width: 4em;
  margin: 0 0 16px;
}
.form__inner table {
  margin: 0;
  width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .form__inner table {
    display: block;
  }
}
.form__inner table + table {
  border-top: 1px solid #B2B2B2;
}
@media screen and (max-width: 768px) {
  .form__inner table tbody {
    display: block;
  }
}
.form__inner table tr {
  border-bottom: 1px solid #B2B2B2;
}
.form__inner table tr:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .form__inner table tr {
    display: block;
  }
}
.form__inner table th {
  width: 30%;
  text-align: right;
  padding: 32px 16px;
}
@media screen and (max-width: 768px) {
  .form__inner table th {
    width: 100%;
    display: block;
    text-align: left;
    padding: 16px 0 8px;
  }
}
.form__inner table td {
  width: 70%;
  padding: 32px 16px;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .form__inner table td {
    width: 100%;
    padding: 0 0 16px;
    display: block;
  }
}
.form__inner table + h2 {
  margin-top: 56px;
}
.form__inner__one {
  text-align: center;
}
.form__inner__one dl {
  text-align: left;
  width: 500px;
  margin: 32px auto;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .form__inner__one dl {
    width: 100%;
  }
}
.form__inner__one dl dt {
  font-weight: bold;
}
.form__inner__one dl dd {
  padding: 8px 0;
}
.form__inner__reminder a {
  color: #10181f;
  transition: 0.2s;
  font-size: 16px;
}
.form__inner__reminder a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .form__inner__reminder a:hover {
    opacity: 1;
  }
}
.form__text {
  margin: 0 0 30px;
}
.form__text span {
  color: #FF0000;
}
.form__text--sub {
  font-size: 90%;
  color: #8B8B8B;
}
.form__errbox {
  border: 1px solid #DB2A2A;
  color: #DB2A2A;
  padding: 16px 16px 0;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 32px;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .form__errbox {
    width: 100%;
    max-width: 100%;
    padding: 16px;
    text-align: left;
  }
}
.form__errbox p,
.form__errbox li {
  color: #DB2A2A;
  font-weight: 500;
  margin: 0 0 16px;
}
.form__terms {
  height: 120px;
  overflow: scroll;
  border: solid 1px #B2B2B2;
  padding: 10px;
  border-radius: 2px;
  overflow-x: hidden;
}
.form__text {
  margin: auto auto 20px auto;
}
.form__text span {
  color: #FF0000;
}
.form__intitle {
  font-weight: bold;
  padding: 16px 0 8px;
}
.form__agree {
  text-align: center;
  margin: 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .form__agree {
    margin: 20px auto;
    font-size: 12px;
    vertical-align: middle;
  }
}
.form__agree label {
  vertical-align: middle;
}
.form__agree input {
  margin: 0 15px 0 0;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .form__agree input {
    margin: 0 10px 0 0;
  }
}
.form__agree a {
  padding: 0 0.5em;
  color: #BD2333;
  transition: 0.2s cubic-bezier(0.37, 0, 0.63, 1);
  vertical-align: middle;
}
.form__agree a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .form__agree a:hover {
    opacity: 1;
  }
}
.form__consultationgroup label {
  margin: 0 15px 20px 0;
  display: inline-block;
}
.form__consultationgroup--radio {
  padding: 10px 0 0;
}
.form__consultationgroup--radio label + label {
  margin: 0 0 0 25px;
}
.form__radiogroup {
  margin: 0 0 40px !important;
}
@media screen and (max-width: 768px) {
  .form__radiogroup label {
    display: inline-block;
    margin: 0 25px 10px 0;
  }
}
.form__radiogroup label + label {
  margin: 0 0 0 25px;
}
@media screen and (max-width: 768px) {
  .form__radiogroup label + label {
    margin: 0 25px 10px 0;
  }
}
.form__radiogroup label span {
  display: inline-block;
  vertical-align: top;
}
.form__comptext {
  font-size: 16px;
  margin: 32px 0;
}
.form__comptext__err {
  padding: 32px 0;
  color: #DB2A2A;
}
.form__comptext__attention {
  text-align: left;
  padding: 36px;
  border: 1px solid #B2B2B2;
  margin: 0 auto 56px;
  max-width: 800px;
}
.form__comptext__attention span {
  color: #DB2A2A;
  text-align: center;
  display: block;
}
.form__registbox {
  max-width: 800px;
  margin: 32px auto 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f2f2f2;
  padding: 32px;
}
@media screen and (max-width: 768px) {
  .form__registbox {
    flex-direction: column;
    padding: 16px;
    text-align: center;
  }
}
.form__registbox dl {
  flex: 1;
  margin: 0 32px 0 0;
}
.form__registbox dl dt {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 8px;
}
.form__registbox dl dd {
  font-size: 16px;
}
.form__experiencecheck {
  background: #C6D3DB;
  text-align: center;
  padding: 36px;
  max-width: 800px;
  margin: 0 auto 56px;
}
.form__experiencecheck h2 {
  font-size: 20px;
  margin: 0 0 32px;
}
.form__experiencecheck ul {
  display: inline-block;
  text-align: left;
  font-size: 16px;
}
.form__experiencecheck ul li {
  margin: 0 0 16px;
}
.form__experiencecheck a {
  color: #10181f;
  text-decoration: underline;
  transition: 0.2s;
}
.form__experiencecheck a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .form__experiencecheck a:hover {
    opacity: 1;
  }
}
.form__excomp {
  text-align: center;
  padding: 36px 0 56px;
  border-bottom: 2px dotted #10181f;
  margin: 0 0 56px;
}
.form__excomp dl dt {
  font-size: 24px;
  margin: 0 0 36px;
}
.form__excomp dl dd {
  font-size: 16px;
}
.form__passeye {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.form__passeye .buttonEye {
  cursor: pointer;
  line-height: 1;
  color: #10181f;
  margin-left: 1em;
  font-size: 20px;
  border: none;
  background: none;
}

.credit_use_type label {
  margin: 32px 0 8px;
  font-size: 16px;
}

.card {
  position: relative;
  padding: 32px 0;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .card {
    text-align: left;
    font-size: 14px;
  }
}
.card a {
  color: #10181f;
  transition: 0.2s;
}
.card a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .card a:hover {
    opacity: 1;
  }
}
.card__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}
.card__list li {
  width: 48%;
  text-align: center;
  margin: 0 0 32px;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
@media screen and (max-width: 768px) {
  .card__list li {
    width: 100%;
  }
}
.card__list__image {
  margin: 0;
}
.card__list__image img {
  width: 100%;
  aspect-ratio: 490/366;
}
.card__list__image__tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  max-width: 217px;
  max-height: 126px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .card__list__image__tag {
    max-width: 171.12px;
    max-height: 96.8px;
  }
}
.card__list__title {
  font-size: 20px;
  padding: 0 32px;
  margin: 16px 0;
  text-align: left;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3em;
}
@media screen and (max-width: 768px) {
  .card__list__title {
    padding: 0 16px;
    margin: 8px 0;
  }
}
.card__list__text {
  font-size: 14px;
  padding: 0 32px 32px;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .card__list__text {
    padding: 0 16px 16px;
  }
}
.card__list__detail {
  overflow: hidden;
  height: 8.4em;
  margin-right: 40px;
}
.card__list__link {
  font-size: 14px;
  display: inline-block;
  margin: 0 0 32px;
  padding: 0 1em 0 0;
  position: relative;
}
.card__list__link::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  bottom: 0;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #10181f;
  border-right: 1px solid #10181f;
  transform: rotate(45deg);
  transition: 0.2s;
}
.card__list__status {
  font-size: 14px;
  display: flex;
  position: relative;
  align-items: flex-start;
}
.card__list__status--accepting, .card__list__status--lottery, .card__list__status--first, .card__list__status--before, .card__list__status--end, .card__list__status--exclusive {
  flex-basis: 80px;
  margin: 0 16px 0 0 !important;
  border-top: 1px solid #10181f;
  border-bottom: 1px solid #10181f;
  padding: 8px;
  text-align: center !important;
}
.card__list__status--before, .card__list__status--end {
  opacity: 0.5;
  background: transparent;
}
.card__list__status--first {
  background-color: #10181f !important;
  color: #fff;
}
.card__list__status--lottery {
  background-color: #10181f !important;
  color: #fff;
}
.card__list__status--event {
  position: absolute !important;
  margin: 0 !important;
  font-family: "Shippori Mincho", sans-serif !important;
  text-align: center !important;
  width: 100px !important;
  right: -16px;
  top: 0;
  padding: 8px;
  background-color: #B29F44 !important;
  color: #fff;
}
.card__title {
  font-size: 20px;
  margin: 0 0 40px;
  padding: 0 0 8px;
  border-bottom: 2px solid #10181f;
  display: inline-block;
}
.card__shopping li {
  background: #DBCCC6;
  position: relative;
}
.card__shopping li a {
  padding: 0 0 32px;
  display: block;
}
.card__shopping li .card__list__status {
  padding: 16px 16px 0;
}
.card__shopping li .card__list__text {
  padding: 0 32px 40px;
}
@media screen and (max-width: 768px) {
  .card__shopping li .card__list__text {
    padding: 0 16px 40px;
  }
}
.card__shopping li .card__list__link {
  position: absolute;
  bottom: 0;
  left: calc(50% - 3em);
}
.card__experience li {
  background: #C6D3DB;
  position: relative;
}
.card__experience li a {
  padding: 0 0 32px;
  display: block;
}
.card__experience li .card__list__status {
  padding: 16px 0 0;
  justify-content: center;
}
.card__experience li .card__list__text {
  padding: 0 32px 40px;
}
@media screen and (max-width: 768px) {
  .card__experience li .card__list__text {
    padding: 0 16px 40px;
  }
}
.card__experience li .card__list__title {
  text-align: center;
}
.card__experience li .card__list__link {
  position: absolute;
  bottom: 0;
  left: calc(50% - 3em);
}
.card__reserve {
  max-width: 860px;
}
.card__reserve li {
  background: #DBDAC6;
  width: 100%;
  text-align: left;
}
.card__reserve li .card__list__image {
  width: 410px;
}
@media screen and (max-width: 768px) {
  .card__reserve li .card__list__image {
    width: 100%;
  }
}
.card__reserve li .card__list__box {
  flex: 1;
  padding: 16px 16px 16px 24px;
}
.card__reserve li .card__list__title {
  padding: 0;
  margin-top: 16px;
}
.card__reserve li .card__list__shopmeta {
  font-size: 14px;
}
.card__reserve li .card__list__detail {
  font-size: 14px;
  padding: 16px 0 0;
}
.card__reserve li .card__list__detail p {
  margin: 0 0 8px;
}
.card__reserve li .card__list__status li {
  background: transparent;
}
.card__reserve li a {
  display: flex;
}
@media screen and (max-width: 768px) {
  .card__reserve li a {
    flex-direction: column;
  }
}
.card__reserve-event {
  max-width: 860px;
}
.card__reserve-event li {
  background: #C3CCC2;
  width: 100%;
  text-align: left;
}
.card__reserve-event li .card__list__image {
  width: 410px;
}
@media screen and (max-width: 768px) {
  .card__reserve-event li .card__list__image {
    width: 100%;
  }
}
.card__reserve-event li .card__list__box {
  flex: 1;
  padding: 16px 16px 16px 24px;
}
.card__reserve-event li .card__list__title {
  padding: 0;
  margin-top: 16px;
}
.card__reserve-event li .card__list__shopmeta {
  font-size: 14px;
}
.card__reserve-event li .card__list__detail {
  font-size: 14px;
  padding: 16px 0 0;
}
.card__reserve-event li .card__list__detail p {
  margin: 0 0 8px;
}
.card__reserve-event li .card__list__status li {
  background: transparent;
}
.card__reserve-event li a {
  display: flex;
}
@media screen and (max-width: 768px) {
  .card__reserve-event li a {
    flex-direction: column;
  }
}
.card__keep {
  position: absolute;
  bottom: -16px;
  right: -8px;
  width: 80px;
  cursor: pointer;
}
.card__keep[data-keep_check=false] a {
  width: 100%;
  height: 70px;
  background: url(../img/dic_keep_off.svg) no-repeat center 0/32px;
  display: block;
  text-indent: -9999px;
}
.card__keep[data-keep_check=true] a {
  width: 100%;
  height: 70px;
  background: url(../img/dic_keep_list_on.svg) no-repeat center 0/32px;
  display: block;
  text-indent: -9999px;
}
.card__keep a:hover {
  opacity: 1;
}

li.card__list--premier {
  background-color: #F6F2E3 !important;
}
li.card__list--premier .card__list__status--end {
  background-color: #F6F2E3 !important;
}

.search {
  position: relative;
  margin: 0 0 32px;
  text-align: center;
  font-size: 16px;
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2vw;
}
@media screen and (max-width: 768px) {
  .search .btn__area {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .search {
    flex-direction: column;
    text-align: left;
    font-size: 14px;
  }
}
.search--premier {
  display: block;
}
.search a {
  color: #10181f;
  transition: 0.2s;
}
.search a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .search a:hover {
    opacity: 1;
  }
}
.search__box {
  flex: 1;
}
.search__box ul {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .search__box ul {
    flex-wrap: wrap;
    padding: 16px 8px 0;
  }
}
.search__box ul li {
  text-align: left;
  width: 25%;
  margin: 0 3% 0 0;
}
@media screen and (max-width: 768px) {
  .search__box ul li {
    width: 47%;
  }
}
.search__box ul li:last-child {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .search__box ul li:last-child {
    width: 100%;
    margin: 16px 3% 0 0;
  }
}
.search__box ul li input,
.search__box ul li select {
  margin-top: 8px !important;
}
.search__box--btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .search__box--btn {
    display: block;
  }
}
.search__box--btn .js-planChoose {
  font-weight: 400;
  line-height: 28px;
  border-radius: 3px;
  border: 1px solid #B2B2B2;
  background: #FFF;
  display: flex;
  justify-content: center;
  position: relative;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .search__box--btn .js-planChoose {
    margin: 0 16px 0 8px;
  }
}
.search__box--btn .js-planChoose label {
  position: relative;
  padding-left: 40px;
}
.search__box--btn .js-planChoose label input {
  margin-right: 14px;
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search__box--btn .js-planChoose label input::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 28px;
  margin: auto;
  background-color: #fff;
  border: 2px solid #6B6B6B;
  border-radius: 4px;
}
.search__box--btn .js-planChoose label input::after {
  content: "";
  position: absolute;
  top: 0;
  left: 7px;
  bottom: 4px;
  width: 14px;
  height: 9px;
  margin: auto;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
  opacity: 0;
}
.search__box--btn .js-planChoose label input:checked::after {
  opacity: 1;
}
.search__box--btn .js-planChooseChecked {
  border: 1px solid #AB9E76;
  background: #F6F2E3;
}
.search__box--btn .js-planChooseChecked label input::before {
  background-color: #BD2333;
  border: 2px solid #BD2333;
}
@media screen and (max-width: 768px) {
  .search__box--btn .btn__area {
    width: 100%;
    margin-top: 22.75px;
  }
}
.search__boxf, .search__boxf--shopping {
  flex: 1;
  margin: 0 16px 0 0;
}
.search__boxf--shopping {
  min-width: 50%;
  flex: none;
}
@media screen and (max-width: 768px) {
  .search__boxf, .search__boxf--shopping {
    width: 90% !important;
    margin: 0 auto;
    padding: 8px 0 0;
  }
}
.search__boxf input, .search__boxf--shopping input {
  width: calc(100% - 8em) !important;
  margin: 0 0 0 1em !important;
}
@media screen and (max-width: 768px) {
  .search__boxf input, .search__boxf--shopping input {
    width: 100% !important;
    margin: 0 !important;
  }
}

.hero {
  width: 100%;
  margin: 120px auto 0;
  padding: 100px 0 150px;
  text-align: left;
  background-position: top center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .hero {
    padding: 80px 0 30vw;
    margin: 80px auto 0;
    background-size: 50vw;
    background-position: center 40px;
  }
}
.hero__sitename {
  position: relative;
  z-index: 1;
  font-size: 300%;
  color: #10181f;
  margin: auto auto 32px 15%;
  -webkit-animation: 3s loadtext forwards;
          animation: 3s loadtext forwards;
  transform: translatex(-1000px);
}
@media screen and (max-width: 768px) {
  .hero__sitename {
    margin: auto auto 16px 5%;
    font-size: 180%;
  }
}
.hero__sitename img {
  width: 30vw;
}
@media screen and (max-width: 768px) {
  .hero__sitename img {
    width: 60vw;
  }
}
.hero__sitename span {
  font-size: 65.6%;
  display: block;
}
.hero__sitename::after {
  content: "";
  border-radius: 20px;
  width: 14em;
  position: absolute;
  bottom: 0;
  left: 0;
}
.hero__catch {
  position: relative;
  z-index: 1;
  margin: auto auto 32px 15%;
  color: #10181f;
  font-weight: bold;
  font-size: 160%;
  -webkit-animation: 3s loadtext forwards;
          animation: 3s loadtext forwards;
  transform: translatex(-1000px);
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@media screen and (max-width: 768px) {
  .hero__catch {
    margin: auto 40% 32px 5%;
    font-size: 120%;
  }
}
.hero__text {
  position: relative;
  z-index: 1;
  margin: auto auto 8vw 15%;
  -webkit-animation: 3s loadtext forwards;
          animation: 3s loadtext forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  transform: translatex(-1000px);
}
@media screen and (max-width: 768px) {
  .hero__text {
    margin: auto 40% 0 5%;
    font-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .hero__text br {
    display: none;
  }
}

@-webkit-keyframes loadtext {
  75% {
    transform: translatex(-100px);
    opacity: 0;
    filter: blur(0);
  }
  90% {
    filter: blur(2px);
  }
  100% {
    transform: translatex(0);
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes loadtext {
  75% {
    transform: translatex(-100px);
    opacity: 0;
    filter: blur(0);
  }
  90% {
    filter: blur(2px);
  }
  100% {
    transform: translatex(0);
    opacity: 1;
    filter: blur(0);
  }
}
.main {
  max-width: 1600px;
  min-height: 800px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .main {
    width: 95%;
    margin: 80px auto 0;
    min-height: inherit;
  }
}
.top .main {
  max-width: 1980px;
  margin: 0 0 0 240px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top .main {
    margin: 0 auto;
  }
}
.main__title, .main__title--recommend_detail, .main__title--recommend, .main__title--experience, .main__title--shopping, .main__title--reserve-event, .main__title--reserve, .main__title--concierge, .main__title--concierge--l {
  background: #10181f;
  font-size: 32px;
  padding: 0 40px;
  height: 200px;
  text-align: right;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: flex-end;
  background: url(../img/main.jpg) no-repeat;
  background-size: 200%;
  background-position: 50% 50%;
  position: relative;
}
.main__title::after, .main__title--recommend_detail::after, .main__title--recommend::after, .main__title--experience::after, .main__title--shopping::after, .main__title--reserve-event::after, .main__title--reserve::after, .main__title--concierge::after, .main__title--concierge--l::after {
  position: absolute;
  width: 100%;
  height: 200px;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .main__title::after, .main__title--recommend_detail::after, .main__title--recommend::after, .main__title--experience::after, .main__title--shopping::after, .main__title--reserve-event::after, .main__title--reserve::after, .main__title--concierge::after, .main__title--concierge--l::after {
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .main__title, .main__title--recommend_detail, .main__title--recommend, .main__title--experience, .main__title--shopping, .main__title--reserve-event, .main__title--reserve, .main__title--concierge, .main__title--concierge--l {
    font-size: 20px;
    margin: 0 -2.5% 16px;
    padding: 0 16px;
    height: 100px;
  }
}
.main__title h1, .main__title--recommend_detail h1, .main__title--recommend h1, .main__title--experience h1, .main__title--shopping h1, .main__title--reserve-event h1, .main__title--reserve h1, .main__title--concierge h1, .main__title--concierge--l h1 {
  color: #fff;
  font-weight: normal;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.main__title h1 .logotxt, .main__title--recommend_detail h1 .logotxt, .main__title--recommend h1 .logotxt, .main__title--experience h1 .logotxt, .main__title--shopping h1 .logotxt, .main__title--reserve-event h1 .logotxt, .main__title--reserve h1 .logotxt, .main__title--concierge h1 .logotxt, .main__title--concierge--l h1 .logotxt {
  display: block;
  margin: 0 0 8px auto;
  width: 300px;
}
.main__title p, .main__title--recommend_detail p, .main__title--recommend p, .main__title--experience p, .main__title--shopping p, .main__title--reserve-event p, .main__title--reserve p, .main__title--concierge p, .main__title--concierge--l p {
  position: absolute;
  left: 0;
  margin: 0 40px;
  bottom: 16px;
  z-index: 1;
  font-size: 16px;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .main__title p, .main__title--recommend_detail p, .main__title--recommend p, .main__title--experience p, .main__title--shopping p, .main__title--reserve-event p, .main__title--reserve p, .main__title--concierge p, .main__title--concierge--l p {
    margin: 0 16px;
    font-size: 14px;
  }
}
.main__title--concierge, .main__title--concierge--l {
  height: 280px;
  background: url(../img/concierge.jpg) no-repeat;
  background-size: cover;
  background-position: 0 40%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main__title--concierge, .main__title--concierge--l {
    align-items: flex-start;
    padding-top: 40px;
    height: 240px;
  }
}
.main__title--concierge::after, .main__title--concierge--l::after {
  position: absolute;
  width: 100%;
  height: 280px;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .main__title--concierge::after, .main__title--concierge--l::after {
    height: 240px;
  }
}
.main__title--concierge h1, .main__title--concierge--l h1 {
  margin: 0 0 16px;
}
.main__title--concierge--l {
  height: 380px;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .main__title--concierge--l {
    height: 240px;
  }
}
.main__title--concierge--l::after {
  height: 380px;
}
@media screen and (max-width: 768px) {
  .main__title--concierge--l::after {
    height: 240px;
  }
}
.main__title--concierge--l h1 {
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .main__title--concierge--l h1 {
    margin: 0 0 16px;
  }
}
.main__title--reserve {
  height: 280px;
  background: url(../img/reserve.webp) no-repeat;
  background-size: cover;
  background-position: 0 70%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main__title--reserve {
    align-items: flex-start;
    padding-top: 40px;
    height: 240px;
  }
}
.main__title--reserve::after {
  position: absolute;
  width: 100%;
  height: 280px;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .main__title--reserve::after {
    height: 240px;
  }
}
.main__title--reserve h1 {
  margin: 0 0 16px;
}
.main__title--reserve--premier {
  flex-direction: column;
  align-items: center;
  align-items: flex-end;
  justify-content: center;
}
.main__title--reserve--premier p {
  margin: 0;
  bottom: 80px;
  left: auto;
  right: 50px;
}
@media screen and (max-width: 768px) {
  .main__title--reserve--premier p {
    bottom: 60px;
    right: 10px;
    font-size: 13px;
  }
}
.main__title--reserve-event {
  height: 280px;
  background: url(../img/event.webp) no-repeat;
  background-size: cover;
  background-position: 0 80%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main__title--reserve-event {
    align-items: flex-start;
    padding-top: 40px;
    height: 240px;
  }
}
.main__title--reserve-event--premier {
  flex-direction: column;
  align-items: center;
  align-items: flex-end;
  justify-content: center;
  background: url(../file/box/img/mun_event.png) no-repeat;
  background-size: cover;
  background-position: 0 50%;
}
.main__title--reserve-event--premier p {
  margin: 0;
  bottom: 80px;
  left: auto;
  right: 50px;
}
@media screen and (max-width: 768px) {
  .main__title--reserve-event--premier p {
    bottom: 60px;
    right: 20px;
  }
}
.main__title--reserve-event::after {
  position: absolute;
  width: 100%;
  height: 280px;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .main__title--reserve-event::after {
    height: 240px;
  }
}
.main__title--reserve-event h1 {
  margin: 0 0 16px;
}
.main__title--shopping {
  height: 280px;
  background: url(../img/shopping.webp) no-repeat;
  background-size: cover;
  background-position: 0 70%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main__title--shopping {
    align-items: flex-start;
    padding-top: 40px;
    height: 240px;
  }
}
.main__title--shopping::after {
  position: absolute;
  width: 100%;
  height: 280px;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .main__title--shopping::after {
    height: 240px;
  }
}
.main__title--shopping h1 {
  margin: 0 0 16px;
}
.main__title--experience {
  height: 280px;
  background: url(../img/experience.webp) no-repeat;
  background-size: cover;
  background-position: 0 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main__title--experience {
    align-items: flex-start;
    padding-top: 40px;
    height: 240px;
  }
}
.main__title--experience::after {
  position: absolute;
  width: 100%;
  height: 280px;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .main__title--experience::after {
    height: 240px;
  }
}
.main__title--experience h1 {
  margin: 0 0 16px;
}
.main__title--recommend {
  height: 280px;
  background: url(../img/recommend.webp) no-repeat;
  background-size: cover;
  background-position: 0 95%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main__title--recommend {
    align-items: flex-start;
    padding-top: 40px;
    height: 240px;
  }
}
.main__title--recommend::after {
  position: absolute;
  width: 100%;
  height: 280px;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .main__title--recommend::after {
    height: 240px;
  }
}
.main__title--recommend h1 {
  margin: 0 0 16px;
}
.main__title--recommend_detail {
  background: url(../img/recommend.webp) no-repeat;
  background-size: cover;
  background-position: 0 95%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main__title--recommend_detail {
    align-items: flex-start;
    padding-top: 25px;
  }
}
.main__title--recommend_detail::after {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}
.main__title--recommend_detail h1 {
  margin: 0 0 16px;
}
.main__title--restaurant_guide {
  padding-top: 100px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .main__title--restaurant_guide {
    align-items: flex-start;
    margin-bottom: 0px;
    padding-top: 40px;
    height: 240px;
  }
}
.main__title--restaurant_guide h1 {
  margin: 0 0 16px;
  font-size: 48px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .main__title--restaurant_guide h1 {
    font-size: 30px;
  }
}
.main__title--restaurant_guide h1 .logotxt {
  display: block;
  width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main__title--restaurant_guide h1 .logotxt {
    width: 160px;
  }
}
.main__title--restaurant_guide p {
  margin: 0 40px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .main__title--restaurant_guide p {
    margin: 0 16px;
    font-size: 14px;
  }
}
.main__title--restaurant_guide::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .main__title--restaurant_guide::after {
    background: none;
  }
}
.main__title__sub {
  text-align: left;
  font-size: 20px;
  padding: 8px 0;
}
.main__title__text {
  text-align: right;
  font-size: 14px;
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  .main__title__text {
    text-align: left;
    padding: 8px 0 16px;
  }
}
.main__title__image {
  width: 100%;
  text-align: center;
}
.main__title__image img {
  max-width: 100%;
}
.main__title--detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 16px;
}
.main__title__tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  max-width: 380px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .main__title__tag {
    width: 50%;
  }
}
.main__restaurant_guide {
  background: url(../img/restaurant_guide.webp) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .main__restaurant_guide {
    width: 100%;
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .main__restaurant_guide::before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background: url(../img/restaurant_guide.webp) no-repeat;
    background-size: cover;
    content: "";
  }
}
@media screen and (max-width: 768px) {
  .main__restaurant_guide::after {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100vw;
    height: 100vh;
    background-size: cover;
  }
}

.top {
  background: #000;
}
.top__main {
  margin: 20vh 80px 56px 0;
  color: #fff;
  text-align: center;
  background: url(../img/under_arr.svg) no-repeat center bottom;
  padding: 0 0 64px;
}
@media screen and (max-width: 768px) {
  .top__main {
    margin: 80px -2.5% 24px;
    padding: 0 0 36px;
    background-size: 16px;
  }
}
.top__main a {
  color: #fff;
}
.top__main ul {
  display: flex;
  overflow: hidden;
  height: calc(40vh + 5em + 1vw);
}
@media screen and (max-width: 768px) {
  .top__main ul {
    flex-direction: column;
    height: auto;
  }
}
.top__main ul li {
  width: 25%;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .top__main ul li {
    width: 100% !important;
    position: relative;
    text-align: left;
  }
}
.top__main__image {
  position: relative;
}
@media screen and (max-width: 768px) {
  .top__main__image::after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
}
.top__main__image img {
  width: 100%;
  height: 40vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .top__main__image img {
    height: 16vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.top__main__title {
  font-size: 2vw;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top__main__title {
    position: absolute;
    bottom: 8px;
    left: 8px;
    font-size: 24px;
    z-index: 2;
  }
  .top__main__title:before {
    position: absolute;
    content: "";
    right: 24px;
    bottom: 16px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }
}
.top__main__title img {
  width: 80%;
  display: block;
  margin: 2vh auto 0;
}
@media screen and (max-width: 768px) {
  .top__main__title img {
    width: 180px;
    margin: 0;
  }
}
.top__event, .top__event--campaign {
  margin: 0 80px 160px 0;
}
@media screen and (max-width: 768px) {
  .top__event, .top__event--campaign {
    margin: 0 0 80px;
  }
}
.top__event li, .top__event--campaign li {
  margin: 0 auto 36px;
  max-width: 640px;
  width: 100%;
  position: relative;
}
.top__event li a, .top__event--campaign li a {
  color: #fff;
}
.top__event li a:hover .top__event__image, .top__event--campaign li a:hover .top__event__image {
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .top__event li a:hover .top__event__image, .top__event--campaign li a:hover .top__event__image {
    transform: scale(1);
  }
}
.top__event__title {
  display: none;
  position: absolute;
  z-index: 2;
  top: 20%;
  left: 32px;
  font-size: min(3vw, 40px);
  width: 95%;
  text-shadow: #10181f 0 0 10px;
}
@media screen and (max-width: 768px) {
  .top__event__title {
    left: 16px;
    font-size: 20px;
  }
}
.top__event__text {
  display: none;
  position: absolute;
  z-index: 2;
  bottom: 32px;
  left: 32px;
  font-size: min(2vw, 32px);
  width: 95%;
  text-shadow: #10181f 0 0 10px;
}
@media screen and (max-width: 768px) {
  .top__event__text {
    left: 16px;
    bottom: 16px;
    font-size: 14px;
  }
}
.top__event__image {
  transition: 1s;
}
.top__event__image img {
  width: 100%;
}
.top__event--campaign {
  margin-top: -90px;
}
@media screen and (max-width: 768px) {
  .top__event--campaign {
    margin-top: -50px;
  }
}
.top__list {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top__list {
    padding: 0 0 32px;
  }
}
.top__list::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100vw;
}
.top__list h2 {
  margin: 0 80px 32px 0;
  padding: 15vh 0 0;
  font-size: 56px;
  color: #fff;
  text-align: right;
  font-weight: normal;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top__list h2 {
    padding: 8vh 0 0;
    margin: 0 0 16px;
    text-align: center;
    font-size: 32px;
  }
}
.top__list h2 img {
  display: block;
  margin: 0 0 8px auto;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .top__list h2 img {
    margin: 0 auto;
    width: 60vw;
  }
}
.top__list__more {
  margin: 0 80px 32px 240px;
  position: relative;
  z-index: 1;
  text-align: right;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .top__list__more {
    position: absolute;
    bottom: 32px;
    text-align: center;
    width: 100vw;
    left: 0;
    margin: 0;
  }
}
.top__list__more a {
  color: #fff;
  position: relative;
  padding: 0 0 0 20px;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .top__list__more a {
    display: inline-block;
  }
}
.top__list__more a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .top__list__more a:hover {
    opacity: 1;
  }
}
.top__list__more a:before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.top__list__card {
  position: relative;
  z-index: 1;
  margin: 0 48px 32px 280px;
}
@media screen and (max-width: 768px) {
  .top__list__card {
    margin: 0 0 32px;
  }
}
.top__list__card .card__list {
  max-width: none;
  display: block !important;
}
.top__list__card .card__list .slick-track {
  display: flex;
}
.top__list__card .card__list .slick-slide {
  width: 27vw !important;
  height: auto !important;
  margin: 0 16px;
}
@media screen and (max-width: 768px) {
  .top__list__card .card__list .slick-slide {
    width: 80vw !important;
  }
}
.top__list__card .card__list .slick-next {
  /*display: none !important;*/
  right: -16px !important;
}
@media screen and (max-width: 768px) {
  .top__list__card .card__list .slick-next {
    right: inherit !important;
    left: 88vw;
    display: block !important;
  }
}
.top__list__card .card__list .slick-next:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .top__list__card .card__list .slick-next:before {
    width: 16px;
    height: 16px;
  }
}
.top__list__card .card__list .card__list__link {
  position: absolute;
  bottom: 0;
  left: calc(50% - 3em);
}
.top__list__card .card__list .slick-prev {
  left: -40px !important;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .top__list__card .card__list .slick-prev {
    left: 2vw !important;
  }
}
.top__list__card .card__list .slick-prev:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .top__list__card .card__list .slick-prev:before {
    width: 16px;
    height: 16px;
  }
}
.top__list__card .card__list__status {
  padding: 16px;
}
.top__list__card .card__list__shopmeta {
  text-align: left;
  padding: 0 16px 16px;
  font-size: 14px;
}
.top__list__card .card__list__detail {
  text-align: left;
  padding: 0 16px 8px;
  font-size: 14px;
  margin-right: 0;
}
.top__list__card .card__list__detail p {
  padding: 0 0 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.top__reserve {
  background: url(../img/reserve.webp) no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: -240px;
}
@media screen and (max-width: 768px) {
  .top__reserve {
    margin: 0 -2.5%;
  }
}
.top__reserve li {
  background-color: #DBDAC6;
}
.top__reserve .card__list__title {
  padding: 0 16px;
  margin: 0 0 8px;
}
.top__shopping {
  background: url(../img/shopping.webp) no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: -240px;
}
@media screen and (max-width: 768px) {
  .top__shopping {
    margin: 0 -2.5%;
  }
}
.top__shopping li {
  background-color: #DBCCC6;
}
.top__shopping li .card__list__status {
  padding: 16px 16px 0;
}
.top__shopping li .card__list__text {
  padding: 0 32px 64px;
}
.top__experience {
  background: url(../img/experience.webp) no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: -240px;
}
@media screen and (max-width: 768px) {
  .top__experience {
    margin: 0 -2.5%;
  }
}
.top__experience li {
  background-color: #C6D3DB;
}
.top__experience li .card__list__status {
  padding: 16px 16px 0;
}
.top__experience li .card__list__text {
  padding: 0 32px 64px;
}
.top__news {
  overflow: hidden;
  background: url(../img/news.jpg) no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  color: #fff;
  margin: 0 0 0 -240px;
}
@media screen and (max-width: 768px) {
  .top__news {
    margin: 0 -2.5%;
  }
}
.top__news::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100vw;
}
.top__news h2 {
  margin: 0 80px 0 240px;
  padding: 15vh 0 40px;
  text-align: center;
  font-size: 56px;
  font-weight: normal;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top__news h2 {
    padding: 8vh 0 0;
    margin: 0 0 16px;
    text-align: center;
    font-size: 32px;
  }
}
.top__news h2 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  margin: 0 auto -8px;
  display: block;
  font-weight: normal;
}
.top__news ul {
  margin: 0 80px 0 240px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top__news ul {
    margin: 0 2.5%;
  }
}
.top__news ul li {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
  border-top: 1px solid #B2B2B2;
}
.top__news ul li:last-child {
  border-bottom: 1px solid #B2B2B2;
}
.top__news ul li a {
  padding: 32px 8px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  color: #fff;
  font-size: 16px;
  transition: 0.2s;
}
.top__news ul li a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .top__news ul li a:hover {
    opacity: 1;
  }
}
.top__news__date {
  margin: 0 16px 0 0;
}
.top__news__more {
  margin: 32px 80px 0 240px;
  padding: 0 0 15vh;
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .top__news__more {
    margin: 24px 0 0;
    padding: 0 0 32px;
  }
}
.top__news__more a {
  color: #fff;
  position: relative;
  padding: 0 0 0 20px;
  transition: 0.2s;
}
.top__news__more a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .top__news__more a:hover {
    opacity: 1;
  }
}
.top__news__more a:before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.top__catch {
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top__catch {
    font-size: 16px;
    height: 55vh;
    padding-top: 3vh;
  }
}

.top {
  background: #000;
}
.top__new_main {
  margin: 20vh 80px 56px 0;
  color: #fff;
  padding: 0 0 64px;
}
@media screen and (max-width: 768px) {
  .top__new_main {
    margin: 80px 0 0;
    padding: 0 0 25px;
    background-size: 16px;
    text-align: center;
  }
}
.top__new_main a {
  color: #fff;
}
.top__new_main ul {
  display: flex;
  gap: 51px 30px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top__new_main ul {
    display: inline-flex;
    gap: 10px 0;
    width: 100%;
    max-width: 500px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.top__new_main ul li {
  width: 500px;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .top__new_main ul li {
    width: 49% !important;
    position: relative;
    text-align: left;
  }
}
.top__new_main__image {
  width: 500px;
  height: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top__new_main__image {
    width: auto;
    height: auto;
  }
}
.top__new_main__image img {
  transition: 0.5s all;
  width: 100%;
}
.top__new_main__image img:hover {
  transform: scale(1.05, 1.05);
  transition: 0.5s all;
}
@media screen and (max-width: 768px) {
  .top__new_main__image img {
    height: 87px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.top__new_main__image--end {
  align-items: end;
}
.top__new_main__image--end img {
  transition: 0.5s all;
  width: 100%;
}
.top__new_main__image--end img:hover {
  transform: scale(1.05, 1.05);
  transition: 0.5s all;
}
@media screen and (max-width: 768px) {
  .top__new_main__image--end img {
    height: 87px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
}
.top__new_main__image__comingsoon {
  position: absolute;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 4.48px;
  font-size: 16px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.top__new_main__image__comingsoon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top__new_main__title {
  font-size: 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top__new_main__title {
    justify-content: initial;
    align-items: initial;
    flex-direction: column;
  }
}
.top__new_main__title img {
  width: 103px;
  display: block;
}
@media screen and (max-width: 768px) {
  .top__new_main__title img {
    width: 35%;
    margin: 0;
  }
}
.top__new_main__title--group {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .top__new_main__title--group {
    gap: 6px;
    flex: 1 0 0;
    margin-top: 3px;
  }
}
@media screen and (max-width: 768px) {
  .top__new_main__title--group p {
    font-size: 13px;
  }
}
.top__new_main .mun__category_list__image__tag {
  width: 250px;
  transition: none;
}
.top__new_main .mun__category_list__image__tag:hover {
  transform: none;
  transition: none;
}
@media screen and (max-width: 768px) {
  .top__new_main .mun__category_list__image__tag {
    width: 80px;
    height: 52px;
  }
}
.top__event, .top__event--campaign {
  margin: 0 80px 160px 0;
}
@media screen and (max-width: 768px) {
  .top__event, .top__event--campaign {
    margin: 0 0 0;
  }
}
.top__event__pickup {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 23px;
  margin-bottom: 25px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top__event__pickup {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.top__event li, .top__event--campaign li {
  margin: 0 auto 36px;
  max-width: 640px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top__event li, .top__event--campaign li {
    margin: 0 auto 20px;
    width: 80%;
  }
}
.top__event li a, .top__event--campaign li a {
  color: #fff;
}
.top__event li a:hover .top__event__image, .top__event--campaign li a:hover .top__event__image {
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .top__event li a:hover .top__event__image, .top__event--campaign li a:hover .top__event__image {
    transform: scale(1);
  }
}
.top__event__title {
  display: none;
  position: absolute;
  z-index: 2;
  top: 20%;
  left: 32px;
  font-size: min(3vw, 40px);
  width: 95%;
  text-shadow: #10181f 0 0 10px;
}
@media screen and (max-width: 768px) {
  .top__event__title {
    left: 16px;
    font-size: 20px;
  }
}
.top__event__text {
  display: none;
  position: absolute;
  z-index: 2;
  bottom: 32px;
  left: 32px;
  font-size: min(2vw, 32px);
  width: 95%;
  text-shadow: #10181f 0 0 10px;
}
@media screen and (max-width: 768px) {
  .top__event__text {
    left: 16px;
    bottom: 16px;
    font-size: 14px;
  }
}
.top__event__image {
  transition: 1s;
}
.top__event__image img {
  width: 100%;
}
.top__event--campaign {
  margin-top: -90px;
}
@media screen and (max-width: 768px) {
  .top__event--campaign {
    margin-top: 0;
  }
}
.top__list {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top__list {
    padding: 0 0 32px;
  }
}
.top__list::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100vw;
}
.top__list h2 {
  margin: 0 80px 32px 0;
  padding: 15vh 0 0;
  font-size: 56px;
  color: #fff;
  text-align: right;
  font-weight: normal;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top__list h2 {
    padding: 8vh 0 0;
    margin: 0 0 16px;
    text-align: center;
    font-size: 32px;
  }
}
.top__list h2 img {
  display: block;
  margin: 0 0 8px auto;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .top__list h2 img {
    margin: 0 auto;
    width: 60vw;
  }
}
.top__list__more {
  margin: 0 80px 32px 240px;
  position: relative;
  z-index: 1;
  text-align: right;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .top__list__more {
    position: absolute;
    bottom: 32px;
    text-align: center;
    width: 100vw;
    left: 0;
    margin: 0;
  }
}
.top__list__more a {
  color: #fff;
  position: relative;
  padding: 0 0 0 20px;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .top__list__more a {
    display: inline-block;
  }
}
.top__list__more a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .top__list__more a:hover {
    opacity: 1;
  }
}
.top__list__more a:before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.top__list__card {
  position: relative;
  z-index: 1;
  margin: 0 48px 32px 280px;
}
@media screen and (max-width: 768px) {
  .top__list__card {
    margin: 0 0 32px;
  }
}
.top__list__card .card__list {
  max-width: none;
  display: block !important;
}
.top__list__card .card__list .slick-track {
  display: flex;
}
.top__list__card .card__list .slick-slide {
  width: 27vw !important;
  height: auto !important;
  margin: 0 16px;
}
@media screen and (max-width: 768px) {
  .top__list__card .card__list .slick-slide {
    width: 80vw !important;
  }
}
.top__list__card .card__list .slick-next {
  /*display: none !important;*/
  right: -16px !important;
}
@media screen and (max-width: 768px) {
  .top__list__card .card__list .slick-next {
    right: inherit !important;
    left: 88vw;
    display: block !important;
  }
}
.top__list__card .card__list .slick-next:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .top__list__card .card__list .slick-next:before {
    width: 16px;
    height: 16px;
  }
}
.top__list__card .card__list .card__list__link {
  position: absolute;
  bottom: 0;
  left: calc(50% - 3em);
}
.top__list__card .card__list .slick-prev {
  left: -40px !important;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .top__list__card .card__list .slick-prev {
    left: 2vw !important;
  }
}
.top__list__card .card__list .slick-prev:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .top__list__card .card__list .slick-prev:before {
    width: 16px;
    height: 16px;
  }
}
.top__list__card .card__list__status {
  padding: 16px;
}
.top__list__card .card__list__shopmeta {
  text-align: left;
  padding: 0 16px 16px;
  font-size: 14px;
}
.top__list__card .card__list__detail {
  text-align: left;
  padding: 0 16px 8px;
  font-size: 14px;
  margin-right: 0;
}
.top__list__card .card__list__detail p {
  padding: 0 0 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.top__reserve {
  background: url(../img/reserve.webp) no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: -240px;
}
@media screen and (max-width: 768px) {
  .top__reserve {
    margin: 80px -2.5% 0;
  }
}
.top__reserve li {
  background-color: #DBDAC6;
}
.top__reserve .card__list__title {
  padding: 0 16px;
  margin: 0 0 8px;
}
.top__reserve-event {
  background: url(../img/event.webp) no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  margin-left: -240px;
}
@media screen and (max-width: 768px) {
  .top__reserve-event {
    margin: 80px -2.5% 0;
  }
}
.top__reserve-event li {
  background-color: #C3CCC2;
}
.top__reserve-event .card__list__title {
  padding: 0 16px;
  margin: 0 0 8px;
}
.top__reserve-event--premier::after {
  background: rgba(0, 0, 0, 0.7);
}
.top__shopping {
  background: url(../img/shopping.webp) no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: -240px;
}
@media screen and (max-width: 768px) {
  .top__shopping {
    margin: 0 -2.5%;
  }
}
.top__shopping li {
  background-color: #DBCCC6;
}
.top__shopping li .card__list__status {
  padding: 16px 16px 0;
}
.top__shopping li .card__list__text {
  padding: 0 32px 64px;
}
.top__experience {
  background: url(../img/experience.webp) no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: -240px;
}
@media screen and (max-width: 768px) {
  .top__experience {
    margin: 0 -2.5%;
  }
}
.top__experience li {
  background-color: #C6D3DB;
}
.top__experience li .card__list__status {
  padding: 16px 16px 0;
}
.top__experience li .card__list__text {
  padding: 0 32px 64px;
}
.top__recommend {
  background: url(../img/recommend.webp) no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  margin-left: -240px;
}
@media screen and (max-width: 768px) {
  .top__recommend {
    margin: 0 -2.5%;
  }
}
.top__recommend__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1320px;
  margin: 0 auto;
  text-align: left;
  justify-content: center;
}
.top__recommend__list li {
  background-color: #fff;
}
.top__recommend__list__image {
  margin: 0;
}
.top__recommend__list__image img {
  width: 100%;
  aspect-ratio: 640/336;
}
.top__recommend__list__text {
  display: flex;
  padding: 8% 10%;
  background: #FFF;
  flex-direction: column;
  text-align: left;
  font-family: "Shippori Mincho", sans-serif;
}
@media screen and (max-width: 768px) {
  .top__recommend__list__text {
    padding: 30px 35px 40px 35px;
  }
}
.top__recommend__list__status {
  margin: 0 0 10px 0 !important;
  padding: 8px;
  text-align: center !important;
  border-top: 1px solid #10181f;
  border-bottom: 1px solid #10181f;
  width: 100px;
}
.top__recommend__list__title_group {
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .top__recommend__list__title_group {
    width: auto;
  }
}
.top__recommend__list__title {
  overflow: hidden;
  color: #10181F;
  text-overflow: ellipsis;
  font-size: 20px;
  line-height: 38px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 1000px) {
  .top__recommend__list__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top__recommend__list__title {
    line-height: 26.5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
.top__recommend__list__date {
  color: #10181F;
  font-size: 14px;
  margin-top: 10px;
}
.top__recommend__list__category {
  display: flex;
  -moz-column-gap: 18px;
       column-gap: 18px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.top__recommend__list__category--cate span {
  color: #898989;
}
.top__restaurant {
  background: url(../img/restaurant_guide.webp) no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: -240px;
  min-height: 70vh;
}
@media screen and (max-width: 768px) {
  .top__restaurant {
    margin: 0 -2.5%;
    min-height: 100vh;
  }
}
.top__restaurant__search {
  position: relative;
  text-align: center;
  font-size: 16px;
  background: rgba(250, 247, 244, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2vw 5vw;
  z-index: 1;
  margin: 0 48px 32px 280px;
  max-width: 1325px;
  float: right;
}
@media screen and (max-width: 1000px) {
  .top__restaurant__search {
    flex-direction: column;
    text-align: left;
    font-size: 14px;
    margin: 20px 48px 20px 240px;
    padding: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .top__restaurant__search {
    flex-direction: column;
    text-align: left;
    font-size: 14px;
    margin: 20px;
    padding: 10vw 8vw 5vw;
  }
}
.top__restaurant__search__box {
  flex: 1;
}
.top__restaurant__search__box ul {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 1000px) {
  .top__restaurant__search__box ul {
    flex-wrap: wrap;
    padding: 16px 0;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .top__restaurant__search__box ul {
    flex-wrap: wrap;
    padding: 16px 0 0;
  }
}
.top__restaurant__search__box ul li {
  text-align: left;
  margin: 0 3% 0 0;
}
@media screen and (max-width: 1000px) {
  .top__restaurant__search__box ul li {
    width: 47%;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .top__restaurant__search__box ul li {
    width: 47%;
  }
}
.top__restaurant__search__box ul li:last-child {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .top__restaurant__search__box ul li:last-child {
    width: 100%;
    margin: 16px 0;
  }
}
.top__restaurant__search__text {
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top__restaurant__search__text {
    margin-bottom: 5px;
  }
}
.top__restaurant__search__nobody {
  color: #BD2333;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top__restaurant__search__nobody {
    margin-bottom: 5px;
  }
}
.top__restaurant__search__area {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .top__restaurant__search__area {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .top__restaurant__search__area {
    flex-direction: column;
  }
}
.top__restaurant__search__area .btn__re input {
  background-color: #534138 !important;
}
.top__restaurant__search__area .btn__re input:hover {
  background-color: #857770 !important;
  opacity: 1;
}
.top__restaurant__search__cb {
  clear: both;
}
.top__restaurant__comingsoon {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  letter-spacing: 13.68px;
  z-index: 1;
  position: relative;
  text-align: center;
  margin: 105px 48px 32px 280px;
}
@media screen and (max-width: 768px) {
  .top__restaurant__comingsoon {
    margin: 200px 0 0;
    font-size: 20px;
  }
}
.top__comingsoon::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100vw;
}
.top__news {
  overflow: hidden;
  background: url(../img/news.jpg) no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  color: #fff;
  margin: 0 0 0 -240px;
}
@media screen and (max-width: 768px) {
  .top__news {
    margin: 0 -2.5%;
  }
}
.top__news::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100vw;
}
.top__news h2 {
  margin: 0 80px 0 240px;
  padding: 15vh 0 40px;
  text-align: center;
  font-size: 56px;
  font-weight: normal;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top__news h2 {
    padding: 8vh 0 0;
    margin: 0 0 16px;
    text-align: center;
    font-size: 32px;
  }
}
.top__news h2 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  margin: 0 auto -8px;
  display: block;
  font-weight: normal;
}
.top__news ul {
  margin: 0 80px 0 240px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top__news ul {
    margin: 0 2.5%;
  }
}
.top__news ul li {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
  border-top: 1px solid #B2B2B2;
}
.top__news ul li:last-child {
  border-bottom: 1px solid #B2B2B2;
}
.top__news ul li a {
  padding: 32px 8px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  color: #fff;
  font-size: 16px;
  transition: 0.2s;
}
.top__news ul li a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .top__news ul li a:hover {
    opacity: 1;
  }
}
.top__news__date {
  margin: 0 16px 0 0;
}
.top__news__more {
  margin: 32px 80px 0 240px;
  padding: 0 0 15vh;
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .top__news__more {
    margin: 24px 0 0;
    padding: 0 0 32px;
  }
}
.top__news__more a {
  color: #fff;
  position: relative;
  padding: 0 0 0 20px;
  transition: 0.2s;
}
.top__news__more a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .top__news__more a:hover {
    opacity: 1;
  }
}
.top__news__more a:before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.top__catch {
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top__catch {
    font-size: 16px;
    height: 55vh;
    padding-top: 3vh;
  }
}

.l-BreadcrumbList__recommend {
  margin: 0 auto 32px;
}
@media screen and (max-width: 768px) {
  .l-BreadcrumbList__recommend {
    min-height: auto;
    font-size: 12px;
    margin: 0 20px 32px;
  }
}
.l-BreadcrumbList__recommend ol {
  list-style: none;
}
.l-BreadcrumbList__recommend ol li {
  display: inline;
  padding: 0 2em 0 0;
  position: relative;
}
.l-BreadcrumbList__recommend ol li::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  bottom: 0;
  right: 1em;
  width: 6px;
  height: 6px;
  border-top: 1px solid #8B8B8B;
  border-right: 1px solid #8B8B8B;
  transform: rotate(45deg);
  transition: 0.2s;
}
.l-BreadcrumbList__recommend ol li:last-child::after {
  display: none;
}
.l-BreadcrumbList__recommend ol li a {
  color: #BD2333;
  transition: 0.2s;
}
.l-BreadcrumbList__recommend ol li a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .l-BreadcrumbList__recommend ol li a:hover {
    opacity: 1;
  }
}

.list {
  position: relative;
  margin: 0 0 32px;
}
.list__block {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.list__block li {
  text-align: center;
  margin: 24px 2% 24px;
  transition: 0.2s;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 16px 8px;
  width: 22%;
}
.list__block__image {
  margin: 0 0 24px;
}
.list__block__image img {
  width: 80%;
}
.list__block__text, .list__block__text--s {
  font-size: 110%;
  margin: 0 0 16px;
  color: #10181f;
}
.list__block__text--s {
  font-size: 100%;
  margin: 0;
}

.detail {
  margin: 0 0 64px;
  font-family: "Noto Sans JP", sans-serif;
}
.detail__head {
  margin: 0 0 48px;
  position: relative;
  display: flex;
  justify-content: center;
}
.detail__head__status {
  font-size: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .detail__head__status {
    width: calc(100% - 80px);
    margin: 0 auto 0 0;
  }
}
.detail__head__status--accepting, .detail__head__status--lottery, .detail__head__status--first, .detail__head__status--before, .detail__head__status--end {
  flex-basis: 160px;
  margin: 0 16px 0 0 !important;
  border-top: 1px solid #10181f;
  border-bottom: 1px solid #10181f;
  padding: 8px;
  text-align: center !important;
}
.detail__head__status--before, .detail__head__status--end {
  opacity: 0.5;
}
.detail__head__status--first {
  flex-basis: 100px;
  background-color: #10181f !important;
  color: #fff;
}
.detail__head__status--lottery {
  flex-basis: 100px;
  background-color: #10181f !important;
  color: #fff;
}
.detail__head__keep {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  text-align: center;
  cursor: pointer;
}
.detail__head__keep[data-keep_check=false] a {
  padding: 72px 0 0 0;
  font-size: 12px;
  color: #10181f;
  background: url(../img/dic_keep_off.svg) no-repeat center 0/48px;
  display: block;
}
.detail__head__keep[data-keep_check=true] a {
  padding: 72px 0 0 0;
  font-size: 12px;
  color: #10181f;
  background: url(../img/dic_keep_list_on.svg) no-repeat center 0/48px;
  display: block;
}
.detail__head__keep a:hover {
  opacity: 1;
}
.detail__eventtitle {
  text-align: center;
  padding: 0 0 56px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .detail__eventtitle {
    font-size: 18px;
  }
}
.detail__eventtitle h1 {
  font-weight: normal;
  padding: 0 0 8px;
  display: inline-block;
  border-bottom: 2px solid #10181f;
}
.detail__extitle {
  text-align: center;
  margin: 0 0 32px;
}
.detail__extitle h1 {
  font-weight: normal;
  font-size: 24px;
  padding: 0 0 8px;
  display: inline-block;
  border-bottom: 2px solid #10181f;
}
.detail__extext {
  text-align: center;
  padding: 0 0 56px;
}
.detail__extext h2 {
  font-size: 16px;
  display: inline-block;
  text-align: left;
  font-weight: normal;
}
.detail__shop {
  text-align: center;
  padding: 0 0 56px;
}
.detail__shop__title {
  font-size: 40px;
  font-weight: normal;
}
.detail__shop__title--meta {
  font-size: 20px;
}
.detail__shop__title--en {
  font-size: 16px;
}
.detail__date {
  text-align: center;
  font-size: 24px;
  padding: 0 0 56px;
}
@media screen and (max-width: 768px) {
  .detail__date {
    font-size: 18px;
  }
}
.detail__entry {
  text-align: center;
  padding: 0 0 56px;
}
.detail__entry h2 {
  font-weight: normal;
  font-size: 20px;
}
.detail__entry dd {
  display: block;
}
.detail__entry dd a {
  display: inline-block;
  font-size: 20px;
}
.detail__entry p {
  color: #8B8B8B;
}
.detail__entry__end {
  display: inline-block !important;
  min-width: 500px;
  padding: 16px 32px;
  font-size: 16px;
  color: #BD2333;
  border: 1px solid #BD2333;
}
@media screen and (max-width: 768px) {
  .detail__entry__end {
    min-width: 100%;
  }
}
.detail__catch {
  padding: 0 0 40px;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .detail__catch {
    font-size: 16px;
    text-align: left;
  }
}
.detail__imagesub {
  padding: 0 0 56px;
  text-align: center;
}
.detail__imagesub img {
  max-width: 100%;
  margin: 0 auto;
}
.detail__imagesub .slick-next {
  right: 20px !important;
}
.detail__imagesub .slick-next:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-top: 2px solid #10181f;
  border-right: 2px solid #10181f;
  transform: rotate(45deg);
}
.detail__imagesub .slick-prev {
  left: 20px !important;
  z-index: 3;
}
.detail__imagesub .slick-prev:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-top: 2px solid #10181f;
  border-right: 2px solid #10181f;
  transform: rotate(-135deg);
}
.detail__outline, .detail__outline--ex {
  font-size: 16px;
  padding: 0 0 56px;
  text-align: center;
}
.detail__outline h3, .detail__outline--ex h3 {
  margin: 32px 0;
  font-size: 24px;
}
.detail__outline h3:first-child, .detail__outline--ex h3:first-child {
  margin: 0 0 32px;
}
.detail__outline p, .detail__outline--ex p {
  font-size: 16px;
  margin: 0 0 16px;
  display: block;
}
.detail__outline a, .detail__outline--ex a {
  color: #BD2333;
  transition: 0.2s;
}
.detail__outline a:hover, .detail__outline--ex a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .detail__outline a:hover, .detail__outline--ex a:hover {
    opacity: 1;
  }
}
.detail__outline .red, .detail__outline--ex .red {
  color: #FF0000;
}
.detail__outline small, .detail__outline--ex small {
  font-size: 14px;
  margin: 0 0 8px;
  display: block;
}
.detail__outline--ex {
  padding: 36px;
  border: 1px solid #10181f;
  margin: 0 0 56px;
}
.detail__outline--ex p {
  font-size: 20px;
}
.detail__guidlines, .detail__exguidlines, .detail__exflow, .detail__explanbox, .detail__guidlines--reserve {
  font-size: 16px;
  margin: 0 0 56px;
  padding: 32px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .detail__guidlines, .detail__exguidlines, .detail__exflow, .detail__explanbox, .detail__guidlines--reserve {
    padding: 16px;
  }
}
.detail__guidlines h3, .detail__exguidlines h3, .detail__exflow h3, .detail__explanbox h3, .detail__guidlines--reserve h3 {
  margin: 32px 0;
  font-size: 24px;
  text-align: center;
}
.detail__guidlines h3:first-child, .detail__exguidlines h3:first-child, .detail__exflow h3:first-child, .detail__explanbox h3:first-child, .detail__guidlines--reserve h3:first-child {
  margin: 0 0 32px;
}
.detail__guidlines .red, .detail__exguidlines .red, .detail__exflow .red, .detail__explanbox .red, .detail__guidlines--reserve .red {
  color: #FF0000;
}
.detail__guidlines p, .detail__exguidlines p, .detail__exflow p, .detail__explanbox p, .detail__guidlines--reserve p {
  font-size: 16px;
  margin: 0 0 16px;
  display: block;
}
.detail__guidlines small, .detail__exguidlines small, .detail__exflow small, .detail__explanbox small, .detail__guidlines--reserve small {
  font-size: 14px;
  margin: 0 0 8px;
  display: block;
}
.detail__guidlines dt, .detail__exguidlines dt, .detail__exflow dt, .detail__explanbox dt, .detail__guidlines--reserve dt {
  margin: 0 0 8px;
}
.detail__guidlines dd, .detail__exguidlines dd, .detail__exflow dd, .detail__explanbox dd, .detail__guidlines--reserve dd {
  margin: 0 0 32px;
}
@media screen and (max-width: 768px) {
  .detail__guidlines dd, .detail__exguidlines dd, .detail__exflow dd, .detail__explanbox dd, .detail__guidlines--reserve dd {
    font-size: 14px;
  }
}
.detail__guidlines a, .detail__exguidlines a, .detail__exflow a, .detail__explanbox a, .detail__guidlines--reserve a {
  color: #BD2333;
  transition: 0.2s;
}
.detail__guidlines a:hover, .detail__exguidlines a:hover, .detail__exflow a:hover, .detail__explanbox a:hover, .detail__guidlines--reserve a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .detail__guidlines a:hover, .detail__exguidlines a:hover, .detail__exflow a:hover, .detail__explanbox a:hover, .detail__guidlines--reserve a:hover {
    opacity: 1;
  }
}
.detail__guidlines--reserve {
  background: #DBDAC6;
}
.detail__explanbox {
  background: #C6D3DB;
}
.detail__exflow {
  margin: 0 auto 56px;
  text-align: center;
}
.detail__exguidlines {
  background: #C6D3DB;
}
.detail__exguidlines h3 {
  text-align: left;
}
.detail__exguidlines h4 {
  font-size: 20px;
  margin: 0 0 16px;
}
.detail__extime {
  text-align: center;
  margin: 0 0 56px;
  font-size: 20px;
}
.detail__extime h3 {
  margin: 0 0 16px;
  font-size: 24px;
  text-align: center;
}
.detail__extime p {
  display: inline-block;
  text-align: left;
}
.detail__excancel {
  margin: 0 0 56px;
  font-size: 16px;
}
.detail__excancel h3 {
  margin: 0 0 16px;
  font-size: 24px;
  text-align: center;
}
.detail__excancel table {
  margin: auto;
  width: 100%;
  max-width: 800px;
  border-top: 1px solid #10181f;
  border-left: 1px solid #10181f;
}
.detail__excancel table th {
  background: #f2f2f2;
  border-right: 1px solid #10181f;
  border-bottom: 1px solid #10181f;
  padding: 16px;
}
.detail__excancel table td {
  border-right: 1px solid #10181f;
  border-bottom: 1px solid #10181f;
  padding: 16px;
}
.detail__hit {
  text-align: center;
  padding: 36px 0 56px;
  font-size: 40px;
}
.detail__hit p {
  padding: 32px 0 0;
  font-size: 16px;
}
.detail__exattention {
  padding: 36px;
  border: 1px solid #10181f;
  margin: 0 auto 56px;
  max-width: 800px;
}
.detail__exattention h3 {
  text-align: center;
  font-size: 24px;
  margin: 0 0 36px;
}
.detail__exattention p {
  font-size: 16px;
  margin: 0 0 16px;
}
.detail__entrybox {
  border: 1px solid #10181f;
  padding: 32px;
  font-size: 20px;
  margin: 0 auto 64px;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .detail__entrybox {
    padding: 16px;
    font-size: 16px;
  }
}
.detail__entrybox__text {
  line-height: 1.8;
}
.detail__entrybox__title {
  padding: 8px 0 0;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .detail__entrybox__title {
    font-size: 20px;
  }
}
.detail__entrybox__price {
  text-align: right;
  padding: 8px 0 0;
}
.detail__entrybox__price span {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .detail__entrybox__price span {
    font-size: 20px;
  }
}
.detail__entrybox__attention {
  font-size: 14px;
}
.detail__exowner {
  padding: 36px;
  border: 1px solid #B2B2B2;
  margin: 0 auto 56px;
  max-width: 800px;
  font-size: 16px;
}
.detail__exowner h3 {
  font-size: 20px;
  margin: 0 0 16px;
}

.mypage {
  margin: 0 auto 72px;
  position: relative;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .mypage {
    border: none;
    padding: 0;
    margin: 0 0 40px;
  }
}
.mypage h2 {
  font-size: 200%;
  margin: 0 0 32px;
}
@media screen and (max-width: 768px) {
  .mypage h2 {
    font-size: 150%;
  }
}
.mypage h3 {
  font-size: 110%;
  margin: 0 0 8px;
}
.mypage__menu {
  padding: 32px 0 0;
  font-size: 20px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .mypage__menu {
    flex-direction: column;
    padding: 32px 8px 0;
    font-size: 16px;
  }
}
.mypage__menu a {
  color: #10181f;
  transition: 0.2s;
  position: relative;
  padding: 0 0 0 1em;
}
.mypage__menu a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .mypage__menu a:hover {
    opacity: 1;
  }
}
.mypage__menu a::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  bottom: 0;
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #10181f;
  border-right: 1px solid #10181f;
  transform: rotate(45deg);
  transition: 0.2s;
}
.mypage__menu ul {
  margin: 0 0 40px;
}
.mypage__menu ul li {
  margin: 0 0 16px;
}
.mypage__menu__main {
  margin: 0 8vw 0 0;
}
.mypage__list {
  display: flex;
  font-size: 16px;
  margin: 0 0 64px;
}
@media screen and (max-width: 768px) {
  .mypage__list {
    flex-direction: column;
  }
}
.mypage__list__box {
  margin: 0 32px 0 0;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .mypage__list__box {
    margin: 0;
  }
}
.mypage__list__box dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #B2B2B2;
}
@media screen and (max-width: 768px) {
  .mypage__list__box dl {
    flex-direction: column;
  }
}
.mypage__list__box dl dt {
  text-align: right;
  width: 30%;
  padding: 32px 16px 32px 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mypage__list__box dl dt {
    text-align: left;
    padding: 16px 0 8px;
    width: 100%;
  }
}
.mypage__list__box dl dd {
  width: 70%;
  padding: 32px 16px;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .mypage__list__box dl dd {
    width: 100%;
    padding: 0 0 32px;
  }
}
.mypage__list__box dl + h3 {
  padding-top: 32px;
}
.mypage__tab {
  font-size: 16px;
  padding: 16px 0 64px;
}
.mypage__tab__box {
  display: flex;
  justify-content: center;
}
.mypage__tab__box li {
  margin: 0;
  text-align: center;
  border-right: 1px solid #10181f;
}
.mypage__tab__box li:last-child {
  border-right: none;
}
.mypage__tab__box li.active {
  background: #f2f2f2;
}
.mypage__tab__box a {
  display: block;
  color: #10181f;
  transition: 0.2s;
  padding: 8px 32px;
}
@media screen and (max-width: 768px) {
  .mypage__tab__box a {
    padding: 8px 16px;
    font-size: 14px;
  }
}
.mypage__tab__box a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .mypage__tab__box a:hover {
    opacity: 1;
  }
}
.mypage__entrylist {
  margin: 0 0 40px;
}
.mypage__entrylist ul li {
  border: 1px solid #B2B2B2;
  font-size: 16px;
  margin: 0 0 32px;
}
.mypage__entrylist ul li dl dt {
  font-size: 24px;
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  .mypage__entrylist ul li dl dt {
    font-size: 18px;
  }
}
.mypage__entrylist ul li a {
  display: block;
  color: #10181f;
  transition: 0.2s;
  padding: 32px;
}
@media screen and (max-width: 768px) {
  .mypage__entrylist ul li a {
    padding: 16px;
  }
}
.mypage__entrylist ul li a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .mypage__entrylist ul li a:hover {
    opacity: 1;
  }
}
.mypage__paylist {
  margin: 0 0 40px;
}
.mypage__paylist ul li {
  position: relative;
  border: 1px solid #B2B2B2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  margin: 0 0 32px;
  padding: 32px;
}
@media screen and (max-width: 768px) {
  .mypage__paylist ul li {
    padding: 16px;
    flex-direction: column;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.mypage__paylist ul li dl {
  padding: 1.5em 0 0;
}
@media screen and (max-width: 768px) {
  .mypage__paylist ul li dl {
    padding: 0;
  }
}
.mypage__paylist ul li dl dt {
  font-size: 24px;
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  .mypage__paylist ul li dl dt {
    font-size: 18px;
  }
}
.mypage__paylist__genre {
  position: absolute;
  top: 32px;
  left: 32px;
}
@media screen and (max-width: 768px) {
  .mypage__paylist__genre {
    position: relative;
    top: initial;
    left: initial;
  }
}
.mypage__paylist__price {
  font-size: 20px;
  font-weight: bold;
  text-align: right;
  padding: 0 0 32px;
}
@media screen and (max-width: 768px) {
  .mypage__paylist__price {
    padding: 8px 0 24px;
    text-align: center;
    margin: 0 auto;
  }
}
.mypage__paylist__price span {
  font-size: 32px;
}
.mypage__paylist__receipt {
  position: absolute;
  right: 32px;
  bottom: 32px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .mypage__paylist__receipt {
    position: relative;
    bottom: initial;
    right: initial;
    text-align: center;
    margin: 0 auto;
  }
}
.mypage__paylist__receipt a {
  margin: 0;
  padding: 8px 16px;
}
.mypage__familytetxt {
  padding: 32px 0 0;
  border-bottom: 1px solid #B2B2B2;
  flex: 1;
  margin-top: -20px !important;
}
.mypage__familyname {
  border-bottom: 1px solid #B2B2B2;
  width: 100%;
  padding: 0 0 32px;
}
.mypage__planbox {
  width: 100%;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.mypage__planbox h3 {
  font-size: 20px;
  margin: 0 2em 16px 0;
}
.mypage__planbox dl {
  margin: 0 1em 16px 0;
}
.mypage__planbox dl dt {
  font-size: 20px;
  margin: 0 0 8px;
}
.mypage__planbox__detail dl {
  border: 1px solid #B2B2B2;
  padding: 32px;
  font-size: 16px;
  margin: 0 1em 16px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mypage__planbox__detail dl {
    margin: 0 0 16px;
  }
}
.mypage__planbox__detail dl dt {
  font-size: 20px;
  margin: 0 0 8px;
}
.mypage__receipt__btn {
  margin: 0 0 40px;
}
.mypage__receipt__detail {
  border: 1px solid #10181f;
  padding: 32px;
  font-size: 16px;
}
.mypage__receipt__detail h3 {
  padding: 32px 0;
  font-size: 20px;
}
.mypage__receipt__detail__name {
  border-bottom: 1px solid #10181f;
  margin: 0 auto 32px;
  text-align: right;
  padding: 16px;
  font-size: 20px;
  max-width: 500px;
}
.mypage__receipt__detail__price {
  background: #f2f2f2;
  padding: 32px;
  max-width: 500px;
  margin: 0 auto 32px;
  text-align: center;
}
.mypage__receipt__detail__price span {
  font-size: 40px;
}
.mypage__receipt__detail__pay {
  max-width: 500px;
  margin: 0 auto 16px;
}
.mypage__receipt__detail__attxt {
  font-size: 14px;
  color: #8B8B8B;
  max-width: 500px;
  margin: 0 auto 64px;
}
.mypage__receipt__detail__company {
  text-align: right;
}
.mypage__receipt__detail__company p {
  display: inline-block;
  text-align: left;
}
.mypage__receipt__detail__company img {
  margin: 0 0 8px;
  height: 24px;
}
@media print {
  .mypage__receipt .mypage__receipt {
    width: 296.5mm;
  }
  .mypage__receipt .l-container {
    margin: 0;
  }
  .mypage__receipt .main {
    min-height: inherit !important;
  }
  .mypage__receipt .mypage__receipt__detail {
    border: none;
    padding: 32px 0;
  }
  .mypage__receipt .mypage__receipt__detail__attxt {
    margin: 0 auto 32px;
  }
  .mypage__receipt .mypage__receipt__detail__price {
    border: 1px solid #B2B2B2;
    -webkit-print-color-adjust: exact;
  }
  .mypage__receipt .l-header,
.mypage__receipt .header__menu,
.mypage__receipt .header__btn,
.mypage__receipt .main__title,
.mypage__receipt .l-BreadcrumbList,
.mypage__receipt h2,
.mypage__receipt .mypage__receipt__btn,
.mypage__receipt .l-footer {
    display: none;
    margin: 0 !important;
  }
}
.mypage__wbtnf {
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .mypage__wbtnf {
    margin-right: auto;
  }
}

.regist__flow ol, .regist__flow--3step ol {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0 0 32px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .regist__flow ol, .regist__flow--3step ol {
    font-size: 14px;
    width: 97%;
  }
}
.regist__flow ol li, .regist__flow--3step ol li {
  width: 25%;
  text-align: center;
  position: relative;
  background: #f2f2f2;
  line-height: 60px;
}
.regist__flow ol li::before, .regist__flow--3step ol li::before, .regist__flow ol li::after, .regist__flow--3step ol li::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
}
.regist__flow ol li::before, .regist__flow--3step ol li::before {
  border: solid 37px transparent;
  border-right: solid 13px transparent;
  border-left: solid 13px #fff;
  top: -7px;
  left: 0;
  z-index: 1;
}
.regist__flow ol li::after, .regist__flow--3step ol li::after {
  border: solid 30px transparent;
  border-left: solid 10px #f2f2f2;
  border-right: solid 10px transparent;
  top: 0;
  right: -20px;
  z-index: 2;
}
.regist__flow ol li:first-child::before, .regist__flow--3step ol li:first-child::before {
  content: none;
}
.regist__flow ol li.active, .regist__flow--3step ol li.active {
  background: #10181f;
  color: #fff;
}
.regist__flow ol li.active::after, .regist__flow--3step ol li.active::after {
  border-left: solid 10px #10181f;
}
.regist__flow ol li:not(:first-child):not(:last-child), .regist__flow--3step ol li:not(:first-child):not(:last-child) {
  padding: 0 0 0 10px;
}
.regist__flow--3step ol li {
  width: 33.3333333333%;
}
.regist__planselect {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin: 40px auto;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .regist__planselect {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .regist__planselect {
    flex-direction: column;
  }
}
.regist__planselect__head {
  width: 10%;
  margin: 110px 0 0;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .regist__planselect__head {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .regist__planselect__head {
    display: none;
  }
}
.regist__planselect__head__price {
  margin: 0 0 0 10px;
  height: 205px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.regist__planselect__head__service {
  margin: 0 0 0 10px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 2px dotted #B2B2B2;
}
.regist__planselect::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #f2f2f2;
  width: 100%;
  height: 300px;
  top: 110px;
  left: 0;
}
@media screen and (max-width: 1000px) {
  .regist__planselect::before {
    display: none;
  }
}
.regist__planselect dl {
  width: 29%;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 16px 0 0;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .regist__planselect dl {
    width: calc(100% - 16px);
    margin: 0 0 32px 16px;
  }
}
@media screen and (max-width: 768px) {
  .regist__planselect dl {
    width: 100%;
    margin: 0 0 32px;
  }
  .regist__planselect dl:first-child {
    order: 2;
  }
  .regist__planselect dl:last-child {
    order: 1;
  }
}
.regist__planselect dl dt {
  background: #5d4e3b;
  color: #fff;
  padding: 12px 0;
  font-size: min(1.2vw, 22px);
  margin: 8px 0;
  height: 85px;
}
@media screen and (max-width: 1000px) {
  .regist__planselect dl dt {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .regist__planselect dl dt {
    font-size: 20px;
    height: initial;
  }
}
.regist__planselect dl dt span {
  display: block;
  font-size: min(1vw, 15px);
  padding: 8px 0 0;
}
@media screen and (max-width: 768px) {
  .regist__planselect dl dt span {
    font-size: 16px;
  }
}
.regist__planselect dl#light_plan dt {
  opacity: 0.7;
}
.regist__planselect dl dd {
  padding: 0 0 8px;
}
.regist__planselect dl dd p {
  font-size: min(1.2vw, 16px);
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
@media screen and (max-width: 1000px) {
  .regist__planselect dl dd p {
    font-size: 16px;
    height: initial;
  }
}
.regist__planselect dl dd p span {
  display: block;
  padding: 5px 0 0;
  font-size: min(1.1vw, 14px);
}
@media screen and (max-width: 1000px) {
  .regist__planselect dl dd p span {
    font-size: 14px;
  }
}
.regist__planselect__price {
  font-feature-settings: "palt";
  font-size: min(1.2vw, 20px);
  padding: 16px 0 0;
  height: 48px;
}
@media screen and (max-width: 1000px) {
  .regist__planselect__price {
    font-size: 20px;
    height: initial;
  }
}
.regist__planselect__price span {
  font-size: min(2vw, 40px);
  margin: 0 8px;
}
@media screen and (max-width: 1000px) {
  .regist__planselect__price span {
    font-size: 40px;
  }
}
.regist__planselect__service {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 95px;
  border-top: 2px dotted #B2B2B2;
  border-bottom: 2px dotted #B2B2B2;
  width: 80%;
  margin: 0 auto;
  flex-wrap: wrap;
  font-size: min(1.2vw, 14px);
}
@media screen and (max-width: 1000px) {
  .regist__planselect__service {
    width: 90%;
    margin: 24px auto;
    font-size: 14px;
    height: initial;
    border: none;
  }
  .regist__planselect__service::before {
    content: "サービス";
    background: #f2f2f2;
    padding: 5px 0;
    text-align: center;
    width: 100%;
    margin: 0 0 8px;
  }
}
.regist__planselect__service span {
  display: inline-block;
}
.regist__planselect__btn a {
  font-size: min(1.2vw, 16px) !important;
}
@media screen and (max-width: 1000px) {
  .regist__planselect__btn a {
    font-size: 16px !important;
  }
}

.campaign {
  margin: 0 0 32px;
  text-align: center;
}
.campaign img {
  max-width: 640px;
  width: 100%;
}
.campaign p, .campaign li {
  margin: 0 0 30px;
}
.campaign__bnr {
  border: 2px solid #B2B2B2;
  text-align: center;
  line-height: 150px;
  margin: 0 auto;
  max-width: 800px;
}
.campaign__bnr a {
  color: #10181f;
  transition: 0.2s;
}
.campaign__bnr a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .campaign__bnr a:hover {
    opacity: 1;
  }
}

.news {
  position: relative;
  margin: 0 0 32px;
}
.news ul {
  border-bottom: 1px solid #B2B2B2;
}
.news ul li {
  text-align: left;
  border-top: 1px solid #B2B2B2;
}
.news ul li a {
  padding: 32px 8px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  color: #10181f;
  font-size: 16px;
  transition: 0.2s;
}
.news ul li a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .news ul li a:hover {
    opacity: 1;
  }
}
.news__date {
  margin: 0 16px 0 0;
}
.news__detail__date {
  margin: 0 0 16px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .news__detail__date {
    font-size: 16px;
  }
}
.news__detail__title {
  margin: 0 0 32px;
  padding: 0 0 16px;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #10181f;
}
@media screen and (max-width: 768px) {
  .news__detail__title {
    font-size: 20px;
  }
}
.news__detail__body {
  margin: 0 2.5% 64px;
  font-size: 16px;
}
.news__detail__body a {
  color: #10181f;
  text-decoration: underline;
  transition: 0.2s;
}
.news__detail__body a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .news__detail__body a:hover {
    opacity: 1;
  }
}

.message {
  position: relative;
  margin: 0 0 32px;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .message {
    text-align: left;
    font-size: 14px;
  }
}
.message a {
  color: #10181f;
  transition: 0.2s;
  text-decoration: underline;
}
.message a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .message a:hover {
    opacity: 1;
  }
}
.message__info, .message__info--attention {
  background: #f2f2f2;
  padding: 32px;
  margin: 0 0 32px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .message__info, .message__info--attention {
    padding: 16px;
  }
}
.message__info--attention {
  padding: 16px;
  text-align: left;
  color: #DB2A2A;
  font-size: 14px;
  margin: 16px 0 0;
}
.message__info--attention span {
  color: #10181f;
}
.message__telinfo {
  border-top: 1px solid #10181f;
  border-bottom: 1px solid #10181f;
  padding: 16px;
  font-size: 14px;
  text-align: center;
  margin: 0 0 32px;
}
.message__telinfo dl {
  font-size: 16px;
  margin: 0 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.message__telinfo dl dt,
.message__telinfo dl dd {
  margin: 0 16px 8px;
}
.message__telinfo p {
  color: #8B8B8B;
  text-align: left;
  display: inline-block;
}
.message__telinfo__tel {
  font-size: 24px;
}
.message h2 {
  margin-bottom: 16px;
}
.message__text {
  margin: 0 0 16px;
}
.message__text--l {
  font-size: 14px;
  text-align: left;
  line-height: 1.8;
}
.message__text--cl {
  text-align: center;
  line-height: 1.8;
}
.message__text--cl p {
  display: inline-block;
  text-align: left;
}
.message__text--mb {
  padding: 16px 0 40px;
}
.message__text--sub {
  font-size: 14px;
  text-align: left;
  margin: 32px 40px;
  line-height: 1.8;
}
.message__text--important {
  color: #DB2A2A;
}
.message__error {
  border: 1px solid #DB2A2A;
  color: #DB2A2A;
  padding: 16px;
  width: 800px;
  margin: 16px auto;
}
@media screen and (max-width: 768px) {
  .message__error {
    opacity: 1;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .message label {
    margin: 0 auto;
    width: 11em;
    display: block;
  }
}
.message__arrow {
  text-align: center;
  margin: 0 0 16px;
  font-size: 40px;
}

.under {
  margin: 0 0 80px;
  text-align: left;
  font-size: 16px;
}
.under h2 {
  margin: 0 0 32px;
  font-size: 24px;
}
.under h3 {
  margin: 0 0 16px;
  font-size: 20px;
}
.under__text {
  margin: 0 0 40px;
}
.under dl {
  margin: 0 0 32px;
}
.under dl dt {
  margin: 0 0 16px;
  font-weight: bold;
  font-size: 16px;
}
.under dl dd {
  margin: 0 0 40px 24px;
}
.under dl dd a {
  color: #10181f;
  text-decoration: underline;
}
.under dl dd.btn__area a {
  text-decoration: none;
}
.under dl dd ol,
.under dl dd ul {
  margin: 0 0 0 24px;
}
.under dl dd ol li,
.under dl dd ul li {
  margin: 0 0 16px;
}
.under dl dd ol.olcnt,
.under dl dd ul.olcnt {
  margin: 0 0 0 0;
}
.under dl dd ol.olcnt li,
.under dl dd ul.olcnt li {
  list-style-type: none;
  counter-increment: cnt;
  text-indent: -1.5em;
  padding: 0 0 0 1.5em;
}
.under dl dd ol.olcnt li::before,
.under dl dd ul.olcnt li::before {
  content: "(" counter(cnt) ") ";
}
.under dl dd ol ol, .under dl dd ol ul, .under dl dd ol .olcnt,
.under dl dd ul ol,
.under dl dd ul ul,
.under dl dd ul .olcnt {
  margin-top: 16px;
}
.under--mypage {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  max-width: 800px;
  margin: 32px auto 64px;
  align-items: center;
  background-color: #f2f2f2;
  padding: 32px;
}
.under--mypage dl {
  margin: 0;
}
.under--mypage dl dd {
  margin: 0 0 0 24px;
}

.recommend {
  position: relative;
  padding: 32px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recommend {
    text-align: left;
    padding: 32px 0px;
  }
}
.recommend a {
  color: #10181f;
  transition: 0.2s;
}
.recommend a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .recommend a:hover {
    opacity: 1;
  }
}
.recommend__title {
  font-size: 20px;
  margin: 0 0 40px;
  padding: 0 0 8px;
  border-bottom: 2px solid #10181f;
  display: inline-block;
}
.recommend__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1320px;
  margin: 0 auto;
  gap: 40px 0;
}
@media screen and (max-width: 768px) {
  .recommend__list {
    flex-direction: column;
  }
}
.recommend__list li {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  max-width: 640px;
  width: 49%;
}
@media screen and (max-width: 1000px) {
  .recommend__list li {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .recommend__list li {
    width: 335px;
    margin: 0 auto;
  }
}
.recommend__list__image {
  margin: 0;
}
.recommend__list__image img {
  width: 100%;
  aspect-ratio: 640/336;
}
.recommend__list__status {
  margin: 0 0 10px 0 !important;
  padding: 8px;
  text-align: center !important;
  border-top: 1px solid #10181f;
  border-bottom: 1px solid #10181f;
  width: 100px;
}
.recommend__list__text {
  display: flex;
  padding: 8% 10%;
  background: #FFF;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .recommend__list__text {
    padding: 30px 35px 40px 35px;
  }
}
.recommend__list__title_group {
  display: flex;
  width: 100%;
  flex-direction: column;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .recommend__list__title_group {
    width: auto;
  }
}
.recommend__list__title {
  overflow: hidden;
  color: #10181F;
  text-overflow: ellipsis;
  font-size: 25px;
  line-height: 38px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 1000px) {
  .recommend__list__title {
    font-size: 20px;
    line-height: 26.5px;
  }
}
@media screen and (max-width: 768px) {
  .recommend__list__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
.recommend__list__date {
  color: #10181F;
  font-size: 14px;
  margin-top: 10px;
}
.recommend__list__category {
  display: flex;
  gap: 0 18px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.recommend__list__category--cate span {
  color: #898989;
}
.recommend__detail {
  display: inline-flex;
  flex-direction: column;
  width: 640px;
  font-family: "メイリオ", " Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 2em;
  text-align: left;
  margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .recommend__detail {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .recommend__detail {
    padding: 0 20px;
    width: 100%;
  }
}
.recommend__detail__nobody {
  display: inline-flex;
  flex-direction: column;
  width: 640px;
  font-family: "メイリオ", " Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 2em;
  text-align: left;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .recommend__detail__nobody {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .recommend__detail__nobody {
    padding: 0 20px;
    width: 100%;
  }
}
.recommend__detail__nobody::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-image: linear-gradient(180deg, transparent 0 0%, #FFF 100%);
}
.recommend__detail__group {
  font-family: "Shippori Mincho", sans-serif;
}
.recommend__detail__title_group {
  border-left: solid 3px #E3A486;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .recommend__detail__title_group {
    padding: 0 15px;
  }
}
.recommend__detail__title {
  color: #10181F;
  font-size: 26px;
  line-height: 38px;
}
@media screen and (max-width: 768px) {
  .recommend__detail__title {
    font-size: 21px;
    line-height: 26.5px;
  }
}
.recommend__detail__date {
  color: #10181F;
  font-size: 14px;
  margin-top: 10px;
}
.recommend__detail__category {
  display: flex;
  -moz-column-gap: 18px;
       column-gap: 18px;
  text-align: right;
  margin: 25px 0 60px;
  justify-content: flex-end;
}
@media screen and (max-width: 1000px) {
  .recommend__detail__category {
    flex-direction: column;
    text-align: left;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 1000px) {
  .recommend__detail__category--cate {
    margin-bottom: 7px;
  }
}
.recommend__detail__category--cate span {
  color: #898989;
}
.recommend__detail__image {
  margin: 0;
}
.recommend__detail__image img {
  width: 100%;
  aspect-ratio: 640/336;
}
.recommend__detail h2 {
  margin-top: 60px;
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  .recommend__detail h2 {
    font-size: 18px;
  }
}
.recommend__detail__text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .recommend__detail__text {
    font-size: 14px;
  }
}

.restaurant_list, .restaurant_list--closed {
  display: flex;
  background-color: #FBF7F5;
  margin-top: 60px;
  padding: 75px;
  width: 640px;
  flex-direction: column;
  gap: 40px;
  font-family: "Shippori Mincho", sans-serif;
  line-height: normal;
}
@media screen and (max-width: 1000px) {
  .restaurant_list, .restaurant_list--closed {
    padding: 60px;
    width: 100%;
    gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  .restaurant_list, .restaurant_list--closed {
    padding: 40px;
  }
}
.restaurant_list__title_group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.restaurant_list__title_group__title {
  font-size: 30px;
}
@media screen and (max-width: 1000px) {
  .restaurant_list__title_group__title {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .restaurant_list__title_group__title {
    font-size: 23px;
  }
}
.restaurant_list__title_group p {
  font-size: 16px;
  line-height: 2em;
}
@media screen and (max-width: 1000px) {
  .restaurant_list__title_group p {
    font-size: 14px;
    line-height: 1.5em;
  }
}
.restaurant_list__category {
  display: flex;
  gap: 30px;
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .restaurant_list__category {
    font-size: 14px;
    gap: 20px;
  }
}
.restaurant_list__category--genre {
  display: flex;
  align-items: center;
  gap: 8px;
}
.restaurant_list__category--genre::before {
  content: "";
  width: 25px;
  height: 25px;
  background-size: cover;
  background-image: url(../img/ico_genre.svg);
}
@media screen and (max-width: 1000px) {
  .restaurant_list__category--genre::before {
    width: 20px;
    height: 20px;
  }
}
.restaurant_list__category--map {
  display: flex;
  align-items: center;
  gap: 5px;
}
.restaurant_list__category--map::before {
  content: "";
  width: 25px;
  height: 25px;
  background-size: cover;
  background-image: url(../img/ico_map.svg);
}
@media screen and (max-width: 1000px) {
  .restaurant_list__category--map::before {
    width: 20px;
    height: 20px;
  }
}
.restaurant_list__detail {
  color: #5B5B5B;
  line-height: 1.4em;
  border-collapse: separate;
  border-spacing: 0 8px;
}
@media screen and (max-width: 1000px) {
  .restaurant_list__detail {
    border-spacing: 0 4px;
  }
}
.restaurant_list__detail th {
  width: 48px;
  font-weight: normal;
  vertical-align: top;
}
.restaurant_list__detail th.area {
  letter-spacing: 0.1em;
}
.restaurant_list__published {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .restaurant_list__published {
    gap: 10px;
  }
}
.restaurant_list__published li {
  display: flex;
  padding: 7px 12px;
  align-items: center;
  gap: 7px;
  background: #FFF;
}
.restaurant_list--closed {
  background-color: #F3F3F3;
  color: #BFBFBF;
}
.restaurant_list--closed .restaurant_list__category--genre::before {
  opacity: 0.2;
}
.restaurant_list--closed .restaurant_list__category--map::before {
  opacity: 0.2;
}
.restaurant_list--closed .restaurant_list__detail {
  color: #BFBFBF;
}
.restaurant_list--closed .restaurant_list__published li {
  background: #f7f7f7;
}
.restaurant_list__closed_message {
  padding: 15px 0px;
  background: #FFF;
  color: #000;
  text-align: center;
}

.restaurant_guide, .restaurant_guide__list--closed {
  position: relative;
  padding: 64px 30px;
  text-align: center;
  background: rgba(250, 247, 244, 0.8);
  width: 90%;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .restaurant_guide, .restaurant_guide__list--closed {
    width: 100%;
    text-align: left;
    padding: 32px 0px 60px;
  }
}
.restaurant_guide a, .restaurant_guide__list--closed a {
  color: #10181f;
  transition: 0.2s;
}
.restaurant_guide a:hover, .restaurant_guide__list--closed a:hover {
  background-color: #ece9e9;
}
.restaurant_guide__title {
  font-size: 20px;
  margin: 0 0 40px;
  padding: 0 0 8px;
  border-bottom: 2px solid #10181f;
  display: inline-block;
}
.restaurant_guide__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1310px;
  margin: 0 auto 80px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .restaurant_guide__list {
    flex-direction: column;
    padding: 0 15px;
    margin: 0 auto 40px;
    gap: 20px 0;
  }
}
.restaurant_guide__list__item {
  width: 48%;
  display: inline-block;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  max-width: 640px;
  padding: 40px;
  background: linear-gradient(180deg, #655046 0%, #48342A 100%);
  position: relative;
}
@media screen and (max-width: 1000px) {
  .restaurant_guide__list__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .restaurant_guide__list__item {
    padding: 30px 20px;
    margin: 0 auto;
    max-width: 500px;
  }
}
.restaurant_guide__list__image {
  margin: 0;
}
.restaurant_guide__list__image img {
  width: 100%;
  aspect-ratio: 640/336;
}
.restaurant_guide__list__status {
  margin: 0 0 10px 0 !important;
  padding: 8px;
  text-align: center !important;
  border-top: 1px solid #10181f;
  border-bottom: 1px solid #10181f;
  width: 100px;
}
.restaurant_guide__list__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .restaurant_guide__list__text {
    gap: 30px;
  }
}
.restaurant_guide__list__text__group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .restaurant_guide__list__text__group {
    gap: 10px;
  }
}
.restaurant_guide__list__title_group {
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .restaurant_guide__list__title_group {
    width: auto;
  }
}
.restaurant_guide__list__title {
  color: #fff;
  font-size: 30px;
  line-height: 38px;
  position: relative;
  text-align: center;
  word-break: keep-all;
}
@media screen and (max-width: 1000px) {
  .restaurant_guide__list__title {
    font-size: 20px;
    line-height: 26.5px;
  }
}
@media screen and (max-width: 768px) {
  .restaurant_guide__list__title {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
.restaurant_guide__list__title::after {
  content: "";
  width: 100px;
  height: 1px;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 50px);
}
@media screen and (max-width: 768px) {
  .restaurant_guide__list__title::after {
    width: 50px;
    left: calc(50% - 25px);
  }
}
.restaurant_guide__list__date {
  color: #10181F;
  font-size: 14px;
  margin-top: 10px;
}
.restaurant_guide__list__category {
  display: flex;
  margin-top: 10px;
  flex-wrap: wrap;
  gap: 0 30px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .restaurant_guide__list__category {
    flex-wrap: nowrap;
    gap: 20px;
  }
}
.restaurant_guide__list__category--cate {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .restaurant_guide__list__category--cate {
    font-size: 12px;
    gap: 3px;
    max-width: 185px;
  }
}
.restaurant_guide__list__category--cate svg {
  width: 18px;
}
.restaurant_guide__list--closed {
  background: #B4AEAB;
  padding: 40px;
  width: 48%;
  margin: 0;
  max-width: 640px;
}
@media screen and (max-width: 1000px) {
  .restaurant_guide__list--closed {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .restaurant_guide__list--closed {
    padding: 30px 20px;
    margin: 0 auto;
    max-width: 500px;
  }
}
.restaurant_guide__list--closed .restaurant_list__category--genre::before {
  opacity: 0.2;
}
.restaurant_guide__list--closed .restaurant_list__category--map::before {
  opacity: 0.2;
}
.restaurant_guide__list--closed .restaurant_list__detail {
  color: #BFBFBF;
}
.restaurant_guide__list--closed .restaurant_list__published li {
  background: #f7f7f7;
}
.restaurant_guide__list__closed_message {
  padding: 15px 0px;
  background: #FFF;
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}
.restaurant_guide__detail {
  display: inline-flex;
  flex-direction: column;
  width: 640px;
  font-family: "メイリオ", " Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 2em;
  text-align: left;
  margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .restaurant_guide__detail {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .restaurant_guide__detail {
    padding: 0 20px;
    width: 100%;
  }
}
.restaurant_guide__detail__nobody {
  display: inline-flex;
  flex-direction: column;
  width: 640px;
  font-family: "メイリオ", " Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 2em;
  text-align: left;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .restaurant_guide__detail__nobody {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .restaurant_guide__detail__nobody {
    padding: 0 20px;
    width: 100%;
  }
}
.restaurant_guide__detail__nobody::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-image: linear-gradient(180deg, transparent 0 0%, #FFF 100%);
}
.restaurant_guide__detail__group {
  font-family: "Shippori Mincho", sans-serif;
}
.restaurant_guide__detail__title_group {
  border-left: solid 3px #E3A486;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .restaurant_guide__detail__title_group {
    padding: 0 15px;
  }
}
.restaurant_guide__detail__title {
  color: #10181F;
  font-size: 26px;
  line-height: 38px;
}
@media screen and (max-width: 768px) {
  .restaurant_guide__detail__title {
    font-size: 21px;
    line-height: 26.5px;
  }
}
.restaurant_guide__detail__date {
  color: #10181F;
  font-size: 14px;
  margin-top: 10px;
}
.restaurant_guide__detail__category {
  display: flex;
  -moz-column-gap: 18px;
       column-gap: 18px;
  text-align: right;
  margin: 25px 0 60px;
  justify-content: flex-end;
}
@media screen and (max-width: 1000px) {
  .restaurant_guide__detail__category {
    flex-direction: column;
    text-align: left;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 1000px) {
  .restaurant_guide__detail__category--cate {
    margin-bottom: 7px;
  }
}
.restaurant_guide__detail__category--cate span {
  color: #898989;
}
.restaurant_guide__detail__image {
  margin: 0;
}
.restaurant_guide__detail__image img {
  width: 100%;
  aspect-ratio: 640/336;
}
.restaurant_guide__detail h2 {
  margin-top: 60px;
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  .restaurant_guide__detail h2 {
    font-size: 18px;
  }
}
.restaurant_guide__detail__text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .restaurant_guide__detail__text {
    font-size: 14px;
  }
}
.restaurant_guide__pager {
  width: auto;
}
@media screen and (max-width: 768px) {
  .restaurant_guide__pager {
    margin: 10px 0;
  }
}
.restaurant_guide__pager ul {
  vertical-align: middle;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .restaurant_guide__pager ul {
    flex-wrap: wrap;
  }
}
.restaurant_guide__pager ul li {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  font-weight: bold;
}
.restaurant_guide__pager ul li a {
  color: #534138;
  background-color: #fff;
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 40px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .restaurant_guide__pager ul li a {
    line-height: 35px;
    height: 35px;
    width: 35px;
  }
}
.restaurant_guide__pager ul li span {
  display: block;
  text-decoration: none;
  background-color: #534138;
  color: #fff;
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 40px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .restaurant_guide__pager ul li span {
    line-height: 35px;
    height: 35px;
    width: 35px;
  }
}
.restaurant_guide__pager ul li + li {
  margin: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
  .restaurant_guide__pager ul li + li {
    margin: 0 0 5px 5px;
  }
}
.restaurant_guide__noresult {
  height: 150px;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .restaurant_guide__noresult {
    width: 90%;
    font-size: 14px;
    margin: 50px auto 0;
  }
}

.restaurant_list_guide {
  display: flex;
  background-color: #FBF7F5;
  margin-top: 60px;
  padding: 75px;
  width: 640px;
  flex-direction: column;
  gap: 40px;
  font-family: "Shippori Mincho", sans-serif;
  line-height: normal;
}
@media screen and (max-width: 1000px) {
  .restaurant_list_guide {
    padding: 60px;
    width: 100%;
    gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  .restaurant_list_guide {
    padding: 40px;
  }
}
.restaurant_list_guide__detail {
  color: #fff;
  line-height: 1.4em;
  border-collapse: separate;
  border-spacing: 0 8px;
}
@media screen and (max-width: 1000px) {
  .restaurant_list_guide__detail {
    border-spacing: 0 4px;
  }
}
@media screen and (max-width: 768px) {
  .restaurant_list_guide__detail {
    border-spacing: 0 2px;
    font-size: 12px;
  }
}
.restaurant_list_guide__detail th {
  width: 48px;
  font-weight: normal;
  vertical-align: top;
}
.restaurant_list_guide__detail th.area {
  letter-spacing: 0.1em;
}
.restaurant_list_guide__detail td {
  text-align: left;
}
.restaurant_list_guide__published {
  display: flex;
  gap: 0 15px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .restaurant_list_guide__published {
    gap: 0 10px;
  }
}
.restaurant_list_guide__published__list {
  display: flex;
  padding: 3px;
  gap: 10px;
  background: #F1EBE6;
  margin-top: 10px;
}
.restaurant_list_guide__published__inner {
  display: flex;
  padding: 7px 10px;
  gap: 0 10px;
  border: 0.5px solid #765F23;
  background: #F1EBE6;
  color: #765F23;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .restaurant_list_guide__published__inner {
    font-size: 12px;
  }
}

.restaurant_search {
  margin: 0 auto;
  font-size: 16px;
  padding: 20px 0 100px;
  max-width: 1310px;
}
@media screen and (max-width: 1000px) {
  .restaurant_search {
    flex-direction: column;
    text-align: left;
    font-size: 14px;
    padding: 20px 15px 90px;
    align-items: center;
    max-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .restaurant_search {
    flex-direction: column;
    text-align: left;
    font-size: 14px;
  }
}
.restaurant_search__title {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .restaurant_search__title {
    font-size: 20px;
    text-align: center;
  }
}
.restaurant_search__nobody {
  margin: 22px 0 56px;
}
@media screen and (max-width: 768px) {
  .restaurant_search__nobody {
    margin: 22px 15px 56px;
    text-align: center;
  }
}
.restaurant_search__nobody--btnarea {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .restaurant_search__nobody--btnarea {
    margin: 0 10px 20px;
    padding: 16px 5px;
  }
}
@media screen and (max-width: 1000px) {
  .restaurant_search__nobody--flex {
    flex-direction: column;
    row-gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .restaurant_search__nobody--flex {
    flex-direction: row;
  }
}
.restaurant_search__nobody__padding {
  padding: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .restaurant_search__nobody__padding {
    padding: 20px 15px 0;
  }
}
.restaurant_search input[type=submit] {
  color: #fff;
  transition: 0.2s;
  background-color: #534138;
}
.restaurant_search input[type=submit]:hover {
  background-color: #857770;
  opacity: 1;
}
.restaurant_search__btn input[type=submit] {
  background-color: #9A9A9A;
}
.restaurant_search__btn input[type=submit]:hover {
  background-color: #9A9A9A;
  opacity: 1;
  cursor: default;
}
.restaurant_search__box ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .restaurant_search__box ul {
    flex-wrap: wrap;
    padding: 16px 0 0;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 15px;
  }
}
.restaurant_search__box ul li {
  text-align: left;
  width: 25%;
}
@media screen and (max-width: 1000px) {
  .restaurant_search__box ul li {
    width: 48%;
    margin: 0;
  }
}
.restaurant_search__box ul li select {
  margin-top: 8px !important;
}
.restaurant_search__box ul li input:disabled {
  margin-top: 8px !important;
}
.restaurant_search__box ul span {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #534138;
}
.restaurant_search__box__freeword {
  width: 40%;
  text-align: left;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1000px) {
  .restaurant_search__box__freeword {
    width: 100%;
  }
}
.restaurant_search__box__freeword input {
  margin-top: 8px !important;
}
.restaurant_search .btn__area {
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .restaurant_search .btn__area {
    width: 100%;
  }
}

.lp {
  text-align: left;
  font-size: 16px;
  background: url(../img/main-sp.jpg) no-repeat;
  background-size: 100%;
}
.lp__head {
  position: relative;
  padding: 16px 0 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp__head {
    padding: 8px 0 80px;
  }
}
.lp__head::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.lp__head::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 32px;
  content: "";
  background: url(../img/under_arr.svg) no-repeat center bottom;
  z-index: 1;
}
.lp__head__logo {
  margin: 0 auto 32px;
  position: relative;
  z-index: 2;
  width: 150px;
}
@media screen and (max-width: 768px) {
  .lp__head__logo {
    width: 70px;
    margin: 0 auto 16px;
  }
}
.lp__head__logo img {
  width: 100%;
}
.lp__head__login_btn {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 65px 0;
}
@media screen and (max-width: 768px) {
  .lp__head__login_btn {
    margin: 30px auto 50px;
    max-width: 300px;
  }
}
.lp__head__login_btn ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .lp__head__login_btn ul {
    flex-direction: column;
    gap: 20px;
    max-width: 270px;
    margin: 0 auto;
  }
}
.lp__head__login_btn li {
  margin: 0 20px 16px;
  width: 21%;
}
@media screen and (max-width: 1430px) {
  .lp__head__login_btn li {
    width: 40%;
    max-width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .lp__head__login_btn li {
    margin: 0;
    width: 100%;
  }
}
.lp__head__login_btn a {
  display: block;
  padding: 8px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .lp__head__login_btn a {
    font-size: 16px;
  }
}
.lp__head h1 {
  position: relative;
  display: inline-block;
  z-index: 2;
  color: #fff;
  text-align: center;
  font-size: 54px;
  font-weight: normal;
  border-bottom: 2px solid #fff;
  padding: 0 0 8px;
  margin: 0 0 24px;
}
@media screen and (max-width: 768px) {
  .lp__head h1 {
    font-size: 20px;
  }
}
.lp__head h1 span {
  font-size: 32px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lp__head h1 span {
    font-size: 16px;
  }
}
.lp__head__detail {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}
.lp__head__detail p {
  margin: 0 0 32px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .lp__head__detail p {
    margin: 0 0 16px;
    font-size: 16px;
  }
}
.lp__head__detail b {
  font-size: 32px;
  display: block;
  line-height: 1.2;
}
.lp__head__detail b .spn {
  display: none;
}
@media screen and (max-width: 768px) {
  .lp__head__detail b {
    font-size: 20px;
  }
  .lp__head__detail b .spn {
    display: block;
  }
}
.lp__head__detail__box {
  color: #BD2333;
  background: #fff;
  padding: 16px;
  margin: 0 auto;
  max-width: 600px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .lp__head__detail__box {
    padding: 8px;
    font-size: 16px;
    margin: 0 16px;
    max-width: 100%;
  }
}
.lp__head__detail__box p {
  color: #10181f;
  margin: 0;
  text-align: left;
  display: inline-block;
}
.lp__head__detail__box b {
  text-align: center;
}
.lp__head__detail dl {
  color: #10181f;
  background: #fff;
  padding: 32px;
  margin: 16px auto;
  max-width: 500px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .lp__head__detail dl {
    padding: 16px;
    margin: 16px;
    max-width: 100%;
  }
}
.lp__head__detail dl dt {
  border-radius: 999px;
  background: #BD2333;
  color: #fff;
  text-align: center;
  font-size: 20px;
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .lp__head__detail dl dt {
    font-size: 16px;
    height: 70px;
  }
}
.lp__head__detail dl dt span {
  font-size: 32px;
  margin: 0 2px 8px;
}
@media screen and (max-width: 768px) {
  .lp__head__detail dl dt span {
    font-size: 24px;
    margin: 0 2px 4px;
  }
}
.lp__head__detail dl dd {
  text-align: left;
  font-size: 20px;
  padding: 0 0 0 1em;
  color: #BD2333;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .lp__head__detail dl dd {
    font-size: 16px;
  }
}
.lp__head__detail dl dd p {
  color: #10181f;
  margin: 0;
}
.lp__head__detail__under, .lp__head__detail__under--l {
  border-bottom: 1px solid #fff;
  padding: 0 0 8px;
  margin: 0 auto 8px;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .lp__head__detail__under, .lp__head__detail__under--l {
    margin: 0 8px 8px;
    max-width: 100%;
  }
}
.lp__head__detail__under--l {
  text-align: left;
  margin: 0 auto 32px;
  padding: 16px 0 0;
}
@media screen and (max-width: 768px) {
  .lp__head__detail__under--l {
    margin: 0 8px 8px;
    padding: 8px 0 0;
    max-width: 100%;
  }
}
.lp__btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: #10181f;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  z-index: 999;
  padding: 32px 16px;
}
@media screen and (max-width: 768px) {
  .lp__btn {
    padding: 16px 16px 0;
  }
}
.lp__btn ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .lp__btn ul {
    flex-direction: column;
  }
}
.lp__btn li {
  margin: 0 2.5% 16px;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .lp__btn li {
    width: 100%;
    margin: 0 0 16px;
  }
}
.lp__btn a {
  color: #fff;
  width: 300px;
  display: block;
  padding: 2px 8px;
  font-size: 20px;
  text-align: center;
  border-radius: 5px;
  margin: 0 auto 16px;
  transition: 0.2s;
}
.lp__btn a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .lp__btn a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .lp__btn a {
    width: 100%;
    margin: 0 0 8px;
  }
}
.lp__btn a span {
  font-size: 30px;
}
.lp__btn__y a {
  background: #BD2333;
}
.lp__btn__y2 {
  width: 100% !important;
  text-align: center;
}
.lp__btn__y2 p {
  display: inline-block;
  text-align: left;
}
.lp__btn__y2 a {
  background: #BD2333;
}
@media screen and (max-width: 768px) {
  .lp__btn__y2 br {
    display: none;
  }
}
.lp__btn__m a {
  background: #F5A300;
}
.lp__btn p {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .lp__btn p {
    font-size: 10px;
  }
}
.lp__container {
  background: #fff;
  padding: 32px 16px;
}
.lp__shoplist {
  margin: 0 16px 32px;
}
.lp__shoplist ul {
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lp__shoplist ul {
    max-width: 100%;
  }
}
.lp__shoplist li {
  background: #10181f;
  color: #fff;
  text-align: center;
  padding: 16px;
  margin: 0 0 16px;
}
.lp__shoplist__image {
  margin: -16px -16px 16px;
}
.lp__shoplist__image img {
  width: 100%;
}
.lp__shoplist__name {
  font-size: 32px;
  margin: 0 0 16px;
}
@media screen and (max-width: 768px) {
  .lp__shoplist__name {
    font-size: 24px;
  }
}
.lp__shoplist__name--meta {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .lp__shoplist__name--meta {
    font-size: 14px;
  }
}
.lp__shoplist__name--en {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .lp__shoplist__name--en {
    font-size: 10px;
  }
}
.lp__shoplist__title {
  font-size: 32px;
  border-bottom: 1px solid #fff;
  padding: 0 0 8px;
  margin: 0 0 8px;
}
@media screen and (max-width: 768px) {
  .lp__shoplist__title {
    font-size: 18px;
  }
}
.lp__shoplist__text {
  font-size: 16px;
  margin: 0 0 16px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .lp__shoplist__text {
    font-size: 12px;
  }
}
.lp__shoplist__date {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .lp__shoplist__date {
    font-size: 14px;
  }
}
.lp__content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .lp__content {
    flex-direction: column;
  }
}
.lp__contentlist {
  margin: 0;
  position: relative;
  overflow: hidden;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .lp__contentlist {
    width: inherit;
    margin: 0 -16px;
  }
}
.lp__contentlist::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100vw;
}
.lp__contentlist h2 {
  margin: 0 0 32px;
  padding: 15vh 0 0;
  font-size: 56px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .lp__contentlist h2 {
    padding: 8vh 0 0;
    margin: 0 0 16px;
    font-size: 32px;
  }
}
.lp__contentlist h2 img {
  display: block;
  margin: 0 auto 8px;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .lp__contentlist h2 img {
    margin: 0 auto;
    width: 60vw;
  }
}
.lp__contentlist p {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 32px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .lp__contentlist p {
    font-size: 14px;
    padding: 16px;
  }
}
.lp__concierge {
  background: url(../img/concierge.jpg) no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.lp__reserve {
  background: url(../img/reserve.webp) no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.lp__shopping {
  background: url(../img/shopping.webp) no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.lp__experience {
  background: url(../img/experience.webp) no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.lp__planselect {
  width: 100%;
  clear: both;
  padding: 64px 0 40px;
  max-width: 900px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .lp__planselect {
    padding: 0;
    max-width: 100%;
  }
}
.lp__planselect h2 {
  text-align: center;
  font-size: 24px;
  margin: 0 0 36px;
  width: 100%;
}
.lp__planselect h2 span {
  font-size: 36px;
}
.lp__planselect p {
  font-size: 14px !important;
}
.lp__credit {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin: 0 0 56px;
}
.lp__credit h2 {
  text-align: center;
  margin: 0 0 16px;
}
.lp__credit p {
  margin: 0 0 36px;
}
.lp__credit img {
  max-width: 100%;
}
.lp__outline {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto 56px;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .lp__outline {
    max-width: 100%;
    margin: 0 0 56px;
  }
}
.lp__outline h2 {
  text-align: center;
  margin: 0 0 16px;
}
.lp__guideline {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto 36px;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .lp__guideline {
    max-width: 100%;
    margin: 0 0 36px;
  }
}
.lp__guideline h2 {
  text-align: center;
  margin: 0 0 16px;
}
.lp__guideline dl {
  margin: 0 0 36px;
}
.lp__guideline dl dt {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 16px;
}
.lp .l-footer {
  padding-bottom: 300px;
}
.lp .l-footer .footer__gnavilogo {
  bottom: 340px;
}
@media screen and (max-width: 768px) {
  .lp .l-footer .footer__gnavilogo {
    bottom: inherit;
  }
}

.mun {
  text-align: left;
  font-size: 1rem;
  background: url(../img/main-sp.jpg) no-repeat;
  background-size: 100%;
}
.mun__head {
  padding: 0px 0 80px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mun__head {
    padding: 0 0 80px;
  }
}
.mun__head__logo {
  text-align: left;
  position: absolute;
  top: 26px;
  left: 32px;
  width: 15%;
}
@media screen and (max-width: 768px) {
  .mun__head__logo {
    width: auto;
    top: 10px;
    left: 10px;
  }
}
.mun__head__logo img {
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .mun__head__logo img {
    width: 98px;
  }
}
.mun__head header h1 {
  position: relative;
  font-size: 2.5rem;
  font-weight: normal;
  color: #fff;
  display: inline-block;
  z-index: 2;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .mun__head header h1 {
    font-size: 1.5rem;
    margin-bottom: 32px;
  }
}
.mun__head header h1 span {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .mun__head header h1 span {
    font-size: 1rem;
  }
}
.mun__head__text {
  width: 90%;
  max-width: 810px;
  font-size: 1.25rem;
  color: #fff;
  margin: 0 auto 80px;
  line-height: 2rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .mun__head__text {
    width: 100%;
    font-size: 1rem;
    padding: 10px;
    margin-bottom: 80px;
    line-height: 1.7rem;
  }
}
.mun__head__text span a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: white;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px auto auto;
  border-bottom: solid 1px #CCC;
  box-sizing: border-box;
}
.mun__head__text span a:hover {
  border: none;
  padding-bottom: 1px;
}
@media screen and (max-width: 768px) {
  .mun__head__anchor {
    padding: 0 10px;
  }
}
.mun__head__anchor ul {
  display: inline-flex;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
@media screen and (max-width: 768px) {
  .mun__head__anchor ul {
    width: 100%;
  }
}
.mun__head__anchor ul li {
  display: flex;
  width: 250px;
  height: 70px;
  align-items: center;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
@media screen and (max-width: 768px) {
  .mun__head__anchor ul li {
    height: auto;
  }
}
.mun__head__anchor ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  padding: 15px 0 10px;
  color: #FFF;
  font-size: 1rem;
  line-height: 26px;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .mun__head__anchor ul li a {
    font-size: 0.875rem;
    line-height: normal;
  }
}
.mun__head__anchor ul li a:hover {
  background-color: rgba(255, 255, 255, 0.4);
  transition: 0.2s;
}
.mun__head__anchor ul li img {
  width: 13px;
}
.mun__head__open {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background-image: url(../img/mun_open_bg.svg);
  width: 100%;
  max-width: 750px;
  height: 200px;
  padding: 20px 75px 30px;
  background-size: 100% auto;
  background-position: bottom;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .mun__head__open {
    padding: 64px 40px;
    width: 85%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto 24px;
  }
}
@media screen and (max-width: 400px) {
  .mun__head__open {
    padding: 72px 24px 40px;
  }
}
.mun__head__open__title {
  display: flex;
  gap: 8px;
  color: #fff;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .mun__head__open__title {
    font-size: 1.25rem;
  }
}
.mun__head__open__title--deco {
  width: 45px;
}
@media screen and (max-width: 768px) {
  .mun__head__open__title--deco {
    width: 35px;
  }
}
.mun__head__open__text {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.7em;
}
@media screen and (max-width: 1000px) {
  .mun__head__open__text {
    width: 78%;
  }
}
@media screen and (max-width: 768px) {
  .mun__head__open__text {
    font-size: 1rem;
    width: 100%;
  }
}
.mun__category_list {
  margin: 5vh 0 56px 0;
  color: #fff;
  padding: 0 0 64px;
}
@media screen and (max-width: 768px) {
  .mun__category_list {
    margin: 0;
    padding: 0 20px 80px;
    background-size: 16px;
    text-align: center;
  }
}
.mun__category_list ul {
  display: flex;
  gap: 40px;
  justify-content: center;
  width: 90%;
  max-width: 1420px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mun__category_list ul {
    display: inline-flex;
    gap: 30px 0;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.mun__category_list ul li {
  width: 100%;
  background-color: #1C1F20;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .mun__category_list ul li {
    width: 100% !important;
    position: relative;
    text-align: left;
  }
}
.mun__category_list ul li a {
  display: block;
  height: 100%;
}
.mun__category_list__image {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mun__category_list__image {
    width: auto;
    height: auto;
  }
}
.mun__category_list__image__tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  max-width: 380px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mun__category_list__image__tag {
    width: 60%;
    max-width: 220px;
  }
}
.mun__category_list__image__main {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .mun__category_list__image__main {
    height: 200px;
  }
}
.mun__category_list__image__animation {
  transition: 0.5s;
}
.mun__category_list__image__animation:hover {
  transform: scale(1.05, 1.05);
  transition: 0.5s all;
}
.mun__category_list__detail {
  margin: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  font-size: 1.25rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mun__category_list__detail {
    justify-content: initial;
    align-items: initial;
    flex-direction: column;
  }
}
.mun__category_list__detail__title {
  display: flex;
  flex-direction: column;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .mun__category_list__detail__title {
    font-size: 1.375rem;
  }
}
.mun__category_list__detail__pgc {
  width: 165px;
  height: 10px;
}
@media screen and (max-width: 768px) {
  .mun__category_list__detail__text {
    font-size: 1rem;
  }
}
.mun__category_list__detail span {
  display: flex;
  gap: 5px;
  font-size: 1rem;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .mun__category_list__detail span {
    font-size: 0.875rem;
  }
}
.mun__category_list__detail__arrow {
  width: 10px;
}
.mun__category_other_list {
  margin: 5vh 0 56px 0;
  color: #fff;
  padding: 0 0 64px;
}
@media screen and (max-width: 768px) {
  .mun__category_other_list {
    margin: 0;
    padding: 0 10px 25px;
    background-size: 16px;
    text-align: center;
  }
}
.mun__category_other_list__head {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .mun__category_other_list__head {
    font-size: 1.375rem;
  }
}
.mun__category_other_list__lead {
  width: 90%;
  max-width: 1050px;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 1.25rem;
  padding-bottom: 16px;
  border-bottom: 1px #fff solid;
}
@media screen and (max-width: 768px) {
  .mun__category_other_list__lead {
    width: 100%;
    font-size: 1rem;
    margin-bottom: 24px;
    text-align: left;
  }
}
.mun__category_other_list a {
  color: #fff;
}
.mun__category_other_list ul {
  display: flex;
  gap: 51px 30px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mun__category_other_list ul {
    display: inline-flex;
    row-gap: 24px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.mun__category_other_list ul li {
  width: 500px;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .mun__category_other_list ul li {
    width: 48%;
    position: relative;
    text-align: left;
  }
}
.mun__category_other_list__image {
  width: 500px;
  height: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mun__category_other_list__image {
    width: auto;
    height: 84px;
  }
}
.mun__category_other_list__image img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mun__category_other_list__image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.mun__category_other_list__image--end {
  align-items: end;
}
@media screen and (max-width: 768px) {
  .mun__category_other_list__image--end {
    width: auto;
    height: 84px;
  }
}
.mun__category_other_list__image--end img {
  transition: 0.5s all;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (max-width: 768px) {
  .mun__category_other_list__image--end img {
    height: 84px;
  }
}
.mun__category_other_list__image__comingsoon {
  position: absolute;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 4.48px;
  font-size: 1rem;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.mun__category_other_list__image__comingsoon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mun__category_other_list__logo--pc {
  display: inline-block;
  width: 103px;
}
@media screen and (max-width: 768px) {
  .mun__category_other_list__logo--pc {
    display: none;
  }
}
.mun__category_other_list__logo--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .mun__category_other_list__logo--sp {
    display: block;
    width: 100%;
    max-width: 120px;
    margin: 0;
  }
}
.mun__category_other_list__title {
  font-size: 1.75rem;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .mun__category_other_list__title {
    justify-content: initial;
    align-items: initial;
    flex-direction: column;
  }
}
.mun__category_other_list__title--group {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .mun__category_other_list__title--group {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .mun__category_other_list__title--group p {
    font-size: 1.375rem;
    letter-spacing: -0.1rem;
  }
}
.mun__category_other_list__text {
  margin-top: 7px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .mun__category_other_list__text {
    font-size: 1rem;
  }
}
.mun__lead {
  display: flex;
  align-items: center;
  height: 236px;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  color: #10181f;
  background-color: #EEF0F2;
}
@media screen and (max-width: 1000px) {
  .mun__lead {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .mun__lead {
    margin-top: 80px;
    font-size: 1.125rem;
    height: auto;
  }
}
.mun__lead__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1500px;
  height: 100%;
  gap: 16px;
  margin: 0 auto;
  background-image: url(../img/mun_bg_01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 98%;
  padding: 0 90px;
}
@media screen and (max-width: 768px) {
  .mun__lead__inner {
    flex-direction: column;
    padding: 40px 0;
    width: 100%;
    height: auto;
    background-size: 125%;
  }
}
.mun__lead__inner__change__pc {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .mun__lead__inner__change__pc {
    display: none;
  }
}
.mun__lead__inner__change__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .mun__lead__inner__change__sp {
    display: block;
  }
}
.mun__lead__inner__image__pc {
  display: inline-block;
}
.mun__lead__inner__image__pc--card {
  width: 135px;
  height: 84px;
}
.mun__lead__inner__image__pc--deco {
  width: 60px;
  height: 25px;
}
@media screen and (max-width: 768px) {
  .mun__lead__inner__image__sp {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 10px;
  }
}
.mun__lead__inner__image__sp--card {
  width: 100px;
}
.mun__lead__inner__image__sp--deco {
  width: 60px;
  height: 25px;
}
.mun__lead__inner__text {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .mun__lead__inner__text {
    flex-direction: column;
  }
}
.mun__lead__inner__title {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 1000px) {
  .mun__lead__inner__title {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .mun__lead__inner__title {
    font-size: 1rem;
  }
}
.mun__lead__inner__title__card {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .mun__lead__inner__title__card {
    text-align: center;
  }
}
.mun__lead__inner__title__text {
  display: flex;
  gap: 16px;
  text-align: left;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .mun__lead__inner__title__text {
    gap: 5px;
  }
}
@media screen and (max-width: 768px) {
  .mun__lead__inner__title__text {
    flex-direction: column;
    align-items: center;
  }
}
.mun__lead__inner__title__text span {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  padding: 0 8px;
  border: solid #000 1px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .mun__lead__inner__title__text span {
    width: 130px;
    font-size: 1rem;
    padding: 1px 5px;
    justify-content: center;
  }
}
.mun__lead--detail {
  height: 112px;
  margin-bottom: 50px;
  margin-top: 0;
  background-size: 80%;
}
@media screen and (max-width: 768px) {
  .mun__lead--detail {
    height: 75px;
  }
}
@media screen and (max-width: 768px) {
  .mun__lead--detail__inner {
    padding: 15px 0;
    height: 100%;
    flex-direction: column;
    width: 100%;
    height: 75px;
    background-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mun__lead--detail__inner__title__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .mun__lead--detail__inner__text {
    gap: 5px;
  }
}
.mun__lead--detail__inner__image__pc--card {
  width: 81.125px;
  height: 50.764px;
}
@media screen and (max-width: 768px) {
  .mun__lead--detail__inner__image__pc--card {
    width: 51.258px;
    height: 32.072px;
  }
}
.mun__lead--detail__inner__image__pc--deco {
  width: 117.739px;
  height: 48.444px;
}
@media screen and (max-width: 768px) {
  .mun__lead--detail__inner__image__pc--deco {
    width: 37.541px;
    height: 15.446px;
  }
}
@media screen and (max-width: 768px) {
  .mun__lead--detail__inner__change__pc {
    display: flex;
    gap: 10px;
  }
}
.mun__content {
  background: url(../img/reserve.webp) no-repeat;
  background-size: cover;
  position: relative;
  z-index: -2;
  padding: 60px 0 230px;
}
@media screen and (max-width: 768px) {
  .mun__content {
    padding: 40px 10px 40px;
  }
}
.mun__content::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.mun__content__info {
  color: #fff;
  text-align: center;
}
.mun__content__info h3 {
  display: block;
  border-bottom: solid 1px #fff;
  padding: 15px 0;
  font-size: 2rem;
  margin: 0 auto 30px;
  font-weight: normal;
  width: 90%;
  max-width: 880px;
}
@media screen and (max-width: 768px) {
  .mun__content__info h3 {
    flex-direction: column;
    width: 100%;
    font-size: 1.375rem;
    padding: 0 0 15px;
  }
}
@media screen and (max-width: 400px) {
  .mun__content__info h3 {
    flex-direction: column;
  }
}
.mun__content__info h3 p {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .mun__content__info h3 p {
    font-size: 0.875rem;
  }
}
.mun__content__info__title {
  font-size: 1.25rem;
  margin-bottom: 30px;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .mun__content__info__title {
    margin-bottom: 20px;
    font-size: 1rem;
    word-break: break-all;
    text-align: left;
  }
}
.mun__content__info__title span {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .mun__content__info__title span {
    font-size: 0.875rem;
  }
}
.mun__content__detail {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  margin: 0 auto 60px;
  width: 90%;
  max-width: 1050px;
  padding: 15px;
  font-size: 1.25rem;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .mun__content__detail {
    width: 100%;
    flex-direction: column;
    gap: 10px;
    padding: 0px;
    margin: 0 auto 48px;
    align-items: flex-start;
  }
}
.mun__content__detail ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .mun__content__detail ul {
    flex-direction: row;
  }
}
.mun__content__detail ul li {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .mun__content__detail ul li {
    width: 100%;
    max-width: 250px;
  }
}
.mun__content__detail ul li img {
  width: 100%;
}
.mun__content__detail__dining {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .mun__content__detail__dining {
    font-size: 1rem;
  }
}
.mun__content__detail__event {
  width: 700px;
  margin: 20px;
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mun__content__detail__event {
    width: auto;
    margin: 0;
    font-size: 1rem;
    text-align: left;
  }
}
.mun__content__list {
  width: 90%;
  max-width: 1050px;
  position: relative;
  margin: 0 auto;
  padding: 64px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .mun__content__list {
    width: 100%;
    padding: 20px;
    padding-bottom: 50px;
    font-size: 1rem;
    text-align: left;
  }
}
.mun__content__list__table_title {
  font-size: 1.25rem;
  margin-top: 64px;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .mun__content__list__table_title {
    font-size: 1rem;
    margin-top: 32px;
  }
}
.mun__content__list__table {
  font-size: 1.25rem;
  margin: 16px auto 64px;
  width: 100%;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .mun__content__list__table {
    width: 100%;
    margin: 16px auto 32px;
    font-size: 1rem;
  }
}
.mun__content__list__table td {
  border: solid 1px #fff;
  border-collapse: collapse;
  padding: 14px 20px;
  text-align: left;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .mun__content__list__table td {
    padding: 10px;
    display: block;
    width: 100%;
  }
}
.mun__content__list li {
  max-width: 250px;
  max-height: 176px;
}
@media screen and (max-width: 768px) {
  .mun__content__list li {
    width: 47%;
  }
}
@media screen and (max-width: 400px) {
  .mun__content__list li {
    width: 45%;
  }
}
.mun__content__list li img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mun__content__list__sub {
  display: flex;
  gap: 50px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .mun__content__list__sub {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
}
.mun__content__list__sub__image ul {
  display: flex;
  gap: 18px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .mun__content__list__sub__image ul {
    flex-wrap: wrap;
    width: 100%;
    max-width: 600px;
  }
}
.mun__content__list__sub__image li {
  max-width: 250px;
  max-height: 176px;
}
@media screen and (max-width: 768px) {
  .mun__content__list__sub__image li {
    width: 47%;
  }
}
@media screen and (max-width: 400px) {
  .mun__content__list__sub__image li {
    width: 45%;
  }
}
.mun__content__list__sub__image li img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mun__content__list__sub__notes {
  font-size: 1rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .mun__content__list__sub__notes {
    font-size: 0.875rem;
  }
}
.mun__content__list::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
  border-radius: 5px;
}
.mun__content__event {
  display: flex;
  gap: 20px;
  width: 100%;
  max-width: 1050px;
  position: relative;
  margin: 0 auto 20px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .mun__content__event {
    width: 100%;
    flex-direction: column;
    gap: 32px;
    margin: 0;
    padding: 0;
    align-items: flex-start;
  }
}
.mun__content__event ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .mun__content__event ul {
    flex-direction: row;
    justify-content: center;
  }
}
.mun__content__event ul li {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .mun__content__event ul li {
    width: 100%;
    max-width: 250px;
  }
}
.mun__content__event ul li img {
  width: 100%;
}
.mun__content__event__inner {
  width: 100%;
}
.mun__content__event__table_title {
  font-size: 1.25rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .mun__content__event__table_title {
    font-size: 1rem;
    width: 100%;
    margin: 0 auto;
  }
}
.mun__content__event__table {
  font-size: 1.25rem;
  margin: 16px auto 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mun__content__event__table {
    width: 100%;
    font-size: 1rem;
    margin: 8px auto 0;
  }
}
.mun__content__event__table td {
  border: solid 1px #fff;
  border-collapse: collapse;
  padding: 14px 20px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .mun__content__event__table td {
    padding: 10px;
  }
}
.mun__content__event::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
  border-radius: 5px;
}
.mun__event {
  background: url(../img/mun_event.png) no-repeat;
  background-size: cover;
  position: relative;
  z-index: -2;
  padding: 60px 0 230px;
}
@media screen and (max-width: 768px) {
  .mun__event {
    padding: 40px 10px 240px;
  }
}
.mun__event::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.mun__floating {
  background-color: #10181f;
  padding: 20px;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 3;
}
.mun__floating__login_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 540px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mun__floating__login_btn {
    width: 100%;
  }
}
.mun__floating__login_btn ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mun__floating__login_btn ul {
    gap: 10px;
  }
}
.mun__floating__login_btn ul li {
  width: 260px;
  height: 70px;
}
@media screen and (max-width: 768px) {
  .mun__floating__login_btn ul li {
    width: 50%;
  }
}
.mun__floating__login_btn ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP";
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .mun__floating__login_btn ul li a {
    font-size: 0.875rem;
    text-align: center;
  }
}
.mun__floating__login_btn ul li a span {
  display: block;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .mun__floating__login_btn ul li a span {
    font-size: 12px;
  }
}
.mun__floating__login_btn ul li .mun_btn {
  border-radius: 5px;
  color: #fff;
  background-color: #D80C18;
  transition: 0.2s;
}
.mun__floating__login_btn ul li .mun_btn:hover {
  opacity: 0.5;
  transition: 0.2s;
}
.mun__floating__small {
  color: #fff;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .mun__floating__small {
    font-size: 0.875rem;
  }
}

.wrap {
  position: relative;
}
.wrap::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -3;
}
.wrap:after {
  background-image: url(../img/main_.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  transform: scale(1.3);
  z-index: -4;
}
@media screen and (max-width: 768px) {
  .wrap:after {
    transform: scale(1);
    background-image: url(../img/main-sp.jpg);
    background-size: cover;
  }
}

br.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  br.sp {
    display: inline-block;
  }
}

/* 共通 */
/* トップ */
/* 下層 */
/*# sourceMappingURL=style.css.map */