@charset "UTF-8";
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
}

/**
 * Remove default margin.
 */
/*reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style-type: none;
}

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

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover,
a:focus {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
img {
  border: 0;
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

hr {
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.wf-hannari {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.wf-garamond {
  font-family: Garamond, "EB Garamond", serif;
}

:root {
  --lo1: 1440;
  --lo2: 100vw;
}

@media only screen and (min-width: 769px) and (max-width: 1439px) {
  :root {
    --lo1: 1440;
    --lo2: 100vw;
  }
}
@media only screen and ( max-width:768px ) {
  :root {
    --lo1: 390;
    --lo2: 100vw;
  }
}
html {
  font-size: 62.5%;
}
@media only screen and ( max-width:768px ) {
  html {
    height: -webkit-fill-available;
  }
}

body {
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 400;
  color: #505050;
  line-height: 1.6;
  box-sizing: border-box;
  width: 100%;
}
@media only screen and ( max-width:768px ) {
  body {
    width: auto;
    min-height: 100vh;
  }
}

body.component {
  background-color: #f1f1f3;
}

h2 {
  display: table;
  font-family: Garamond, "EB Garamond", serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
  text-align: center;
  color: #505050;
  margin: 0 auto 50px;
}
@media only screen and ( max-width:768px ) {
  h2 {
    margin-bottom: 26px;
  }
}
h2 .en {
  letter-spacing: 0.06em;
}
h2 .en:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #505050;
  margin-top: 6px;
}
h2 .jp {
  display: block;
  font-size: 11px;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

h3.c-d_line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.06em;
}
h3.c-d_line:before, h3.c-d_line:after {
  content: "";
  display: block;
  width: 405px;
  height: 1px;
  background-color: #707070;
}
@media only screen and (min-width: 769px) and (max-width: 1439px) {
  h3.c-d_line:before, h3.c-d_line:after {
    width: calc(405 / var(--lo1) * var(--lo2));
  }
}
@media only screen and ( max-width:768px ) {
  h3.c-d_line:before, h3.c-d_line:after {
    width: calc(70 / var(--lo1) * var(--lo2));
    opacity: 0.5;
  }
}

h3.c-bg_line {
  position: relative;
  display: table;
  font-family: Garamond, "EB Garamond", serif;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: center;
  padding: 0 28px 0 32px;
  margin: 0 auto;
}
@media only screen and ( max-width:768px ) {
  h3.c-bg_line {
    padding: 0 16px 0 20px;
  }
}
h3.c-bg_line.multi-line {
  padding: 0;
}
h3.c-bg_line.multi-line .multi-line-wrap {
  display: inline;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  background: linear-gradient(transparent 68%, #fff 0%);
  background-position-y: -2px;
  padding: 0 32px;
}
@media only screen and ( max-width:768px ) {
  h3.c-bg_line.multi-line .multi-line-wrap {
    padding: 0 20px;
  }
}
h3.c-bg_line.multi-line .multi-line-wrap:after {
  content: "";
  margin-left: -0.12em;
}
h3.c-bg_line.multi-line:before {
  display: none;
}
h3.c-bg_line span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.06em;
}
h3.c-bg_line:before {
  position: absolute;
  z-index: -1;
  right: 0;
  left: 0;
  top: 29px;
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  background-color: #fff;
  margin: auto;
}
h3.c-bg_line.jp {
  font-size: 28px;
}
h3.c-bg_line.jp:before {
  top: 23px;
}
h3.c-bg_line.jp span {
  margin-top: 2px;
}

.c-line_arw_btn {
  position: relative;
  display: block;
  width: 292px;
  font-size: 16px;
  letter-spacing: 0.3em;
  color: #505050;
  text-align: right;
  text-decoration: none;
  padding-right: 25px;
  padding-bottom: 5px;
  margin: 0 0 0 auto;
  white-space: nowrap;
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.c-line_arw_btn span {
  font-size: 12px;
}
.c-line_arw_btn span:after {
  content: "";
  margin-right: -0.3em;
}
.c-line_arw_btn:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #505050;
}
.c-line_arw_btn:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  background-color: #505050;
  transform: rotate(45deg);
  transform-origin: right;
}
.c-line_arw_btn.white {
  color: #fff;
}
.c-line_arw_btn.white:before, .c-line_arw_btn.white:after {
  background-color: #fff;
}
.c-line_arw_btn.small {
  font-size: 14px;
  padding-bottom: 12px;
}
.c-line_arw_btn.is-hover {
  opacity: 0.6;
  transition: opacity 0.1s cubic-bezier(0.5, 1, 0.89, 1);
}

.c-rect-line_arw_btn {
  position: relative;
  display: block;
  width: 424px;
  height: 67px;
  font-size: 16px;
  letter-spacing: 0.3em;
  color: #fff;
  background-color: #aa757e;
  text-align: right;
  text-decoration: none;
  margin: 0 auto;
  white-space: nowrap;
}
.c-rect-line_arw_btn p {
  position: relative;
  width: 292px;
  padding-top: 13px;
  padding-right: 25px;
  padding-bottom: 10px;
  margin: 0 22px 0 auto;
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.c-rect-line_arw_btn p span {
  font-size: 12px;
}
.c-rect-line_arw_btn p span:after {
  content: "";
  margin-right: -0.3em;
}
.c-rect-line_arw_btn p:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.c-rect-line_arw_btn p:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  background-color: #fff;
  transform: rotate(45deg);
  transform-origin: right;
}
.c-rect-line_arw_btn.white {
  color: #fff;
}
.c-rect-line_arw_btn.white:before, .c-rect-line_arw_btn.white:after {
  background-color: #fff;
}
.c-rect-line_arw_btn.is-hover p {
  opacity: 0.6;
  transition: opacity 0.1s cubic-bezier(0.5, 1, 0.89, 1);
}

header a {
  color: #505050;
  text-decoration: none;
}
header nav {
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
  position: fixed;
  z-index: 10100000;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
@media only screen and ( max-width:768px ) {
  header nav {
    position: absolute;
    display: block;
    height: auto;
  }
}
header nav #menubtn_close {
  position: absolute;
  top: 13px;
  right: 11px;
  display: block;
  width: 30px;
  height: 30px;
}
header nav #menubtn_close .menubtn_close-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 24px;
  height: 2px;
  background-color: #505050;
  transform-origin: center;
}
header nav #menubtn_close .menubtn_close-child:nth-child(1) {
  transform: rotate(45deg);
}
header nav #menubtn_close .menubtn_close-child:nth-child(2) {
  transform: rotate(-45deg);
}
header nav .c-gn {
  max-width: 1253px;
  width: calc(1253 / var(--lo1) * var(--lo2));
  padding: 73px 0 0;
}
@media only screen and ( max-width:768px ) {
  header nav .c-gn {
    width: 100%;
    padding: 72px 0;
  }
}
header nav .c-gn-top {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1280px) {
  header nav .c-gn-top {
    font-size: 12px;
    letter-spacing: 0.08em;
  }
}
header nav .c-gn-top-navi-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media only screen and ( max-width:768px ) {
  header nav .c-gn-top-navi-list {
    height: auto;
    display: block;
    padding: 0 calc(55 / var(--lo1) * var(--lo2)) 0;
  }
  header nav .c-gn-top-navi-list .pc-elm {
    display: none;
  }
}
header nav .c-gn-top-navi-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 43px;
  border: 1px solid #505050;
  border-radius: 22px;
  padding-top: 1px;
  transition: color 0.3s cubic-bezier(0.5, 1, 0.89, 1), background-color 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
@media only screen and (min-width: 769px) and (max-width: 1439px) {
  header nav .c-gn-top-navi-list a {
    width: calc(270 / var(--lo1) * var(--lo2));
  }
}
@media only screen and ( max-width:768px ) {
  header nav .c-gn-top-navi-list a {
    width: 100%;
    margin-top: 24px;
    border-color: #B5B5B5;
  }
  header nav .c-gn-top-navi-list a:nth-child(1) {
    margin-top: 0;
  }
  header nav .c-gn-top-navi-list a:nth-child(2) {
    margin-top: 26px;
  }
}
header nav .c-gn-top-navi-list a.is-hover {
  color: #fff;
  background-color: #505050;
  transition: color 0.1s cubic-bezier(0.5, 1, 0.89, 1), background-color 0.1s cubic-bezier(0.5, 1, 0.89, 1);
}
header nav .c-gn-top-navi-list .bridal_fair {
  position: relative;
  width: 270px;
}
@media only screen and (min-width: 769px) and (max-width: 1439px) {
  header nav .c-gn-top-navi-list .bridal_fair {
    width: calc(270 / var(--lo1) * var(--lo2));
  }
}
@media only screen and ( max-width:768px ) {
  header nav .c-gn-top-navi-list .bridal_fair {
    width: 100%;
  }
}
header nav .c-gn-top-navi-list .bridal_fair a {
  color: #fff;
  border: 1px solid #AA757E;
  background-color: #AA757E;
}
header nav .c-gn-top-navi-list .bridal_fair a.is-hover {
  border: 1px solid #AA757E;
  color: #AA757E;
  background-color: #fff;
  transition: color 0.1s cubic-bezier(0.5, 1, 0.89, 1), background-color 0.1s cubic-bezier(0.5, 1, 0.89, 1);
}
header nav .c-gn-top-navi-list .bridal_fair p {
  position: absolute;
  width: 100%;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.16em;
  margin: auto;
}
@media only screen and ( min-width:769px ) {
  header nav .c-gn-top-navi-list .bridal_fair p {
    left: 0;
    bottom: -22px;
  }
}
@media only screen and ( max-width:768px ) {
  header nav .c-gn-top-navi-list .bridal_fair p {
    position: relative;
    margin-top: 8px;
  }
}
header nav .c-gn-bast_rate {
  margin-top: 41px;
}
@media only screen and ( max-width:768px ) {
  header nav .c-gn-bast_rate {
    margin-top: 51px;
  }
}
header nav .c-gn-bast_rate img {
  margin: 0 auto;
}
header nav .c-gn-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media only screen and ( max-width:768px ) {
  header nav .c-gn-bottom {
    display: block;
    margin-top: 42px;
  }
}
header nav .c-gn-bottom-navi {
  display: flex;
  padding: 0;
}
header nav .c-gn-bottom-navi .col-sp {
  display: flex;
}
@media only screen and ( max-width:768px ) {
  header nav .c-gn-bottom-navi .col-sp {
    display: block;
  }
}
@media only screen and ( max-width:768px ) {
  header nav .c-gn-bottom-navi {
    width: 100%;
    padding: 0px calc(36 / var(--lo1) * var(--lo2)) 0;
  }
  header nav .c-gn-bottom-navi .elm-sp {
    display: flex;
  }
  header nav .c-gn-bottom-navi .elm-pc {
    display: none;
  }
}
header nav .c-gn-bottom-navi-list a {
  display: table;
  font-size: 14px;
  line-height: 2.28;
  letter-spacing: 0.1em;
}
header nav .c-gn-bottom-navi-list.col1 {
  width: 278px;
}
@media only screen and (min-width: 769px) and (max-width: 1439px) {
  header nav .c-gn-bottom-navi-list.col1 {
    width: calc(278 / var(--lo1) * var(--lo2));
  }
}
header nav .c-gn-bottom-navi-list.col1 a {
  margin-top: 9px;
}
header nav .c-gn-bottom-navi-list.col1 a:first-child {
  margin-top: 0;
}
@media only screen and ( max-width:768px ) {
  header nav .c-gn-bottom-navi-list.col1 a {
    margin-top: 8px;
  }
}
@media only screen and ( max-width:768px ) {
  header nav .c-gn-bottom-navi-list.col1 {
    width: calc(167 / var(--lo1) * var(--lo2));
  }
}
header nav .c-gn-bottom-navi-list.col2 {
  width: 292px;
}
@media only screen and (min-width: 769px) and (max-width: 1439px) {
  header nav .c-gn-bottom-navi-list.col2 {
    width: calc(292 / var(--lo1) * var(--lo2));
  }
}
header nav .c-gn-bottom-navi-list.col2 a {
  margin-top: 9px;
}
header nav .c-gn-bottom-navi-list.col2 a:first-child {
  margin-top: 0;
}
@media only screen and ( max-width:768px ) {
  header nav .c-gn-bottom-navi-list.col2 a {
    margin-top: 8px;
  }
}
@media only screen and ( max-width:768px ) {
  header nav .c-gn-bottom-navi-list.col2 {
    margin-top: -1px;
    width: calc(132 / var(--lo1) * var(--lo2));
  }
  header nav .c-gn-bottom-navi-list.col2:first-child {
    margin-top: 0;
  }
}
header nav .c-gn-bottom-navi-list.col3 {
  margin-top: -2px;
}
header nav .c-gn-bottom-navi-list.col3 a {
  font-size: 12px;
  line-height: 2.66;
  letter-spacing: 0.1em;
  margin-top: 6px;
}
header nav .c-gn-bottom-navi-list.col3 a:first-child {
  margin-top: 0;
}
@media only screen and ( max-width:768px ) {
  header nav .c-gn-bottom-navi-list.col3 {
    margin-top: 35px;
    width: calc(132 / var(--lo1) * var(--lo2));
  }
  header nav .c-gn-bottom-navi-list.col3 a {
    font-size: 12px;
    line-height: 2.66;
    letter-spacing: 0.1em;
  }
  header nav .c-gn-bottom-navi-list.col3:first-child {
    margin-top: 0;
  }
}
header nav .c-gn-bottom-about {
  padding: 9px 0 0 0;
  /*1223bak
  padding: 9px 84px 0 0;
  */
}
@media only screen and (min-width: 769px) and (max-width: 1439px) {
  header nav .c-gn-bottom-about {
    padding: 9px 0 0 0;
  }
  /*bak1223
  header nav .c-gn-bottom-about {
    padding: 9px calc(84 / var(--lo1) * var(--lo2)) 0 0;
  }
  */
}
@media only screen and (max-width: 1280px) {
  header nav .c-gn-bottom-about {
    padding-right: 0;
    padding-left: 42px;
  }
}
@media only screen and ( max-width:768px ) {
  header nav .c-gn-bottom-about {
    width: calc(206 / var(--lo1) * var(--lo2));
    padding: 56px 0 0;
    margin: auto;
  }
}
header nav .c-gn-bottom-about p {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.12em;
}
header nav .c-gn-bottom-about__logo {
  width: 281px;
  height: 44px;
}
@media only screen and (min-width: 769px) and (max-width: 1439px) {
  header nav .c-gn-bottom-about__logo {
    width: calc(281 / var(--lo1) * var(--lo2));
    height: calc(44 / var(--lo1) * var(--lo2));
  }
}
header nav .c-gn-bottom-about__logo img {
  width: 100%;
  height: auto;
}
@media only screen and ( max-width:768px ) {
  header nav .c-gn-bottom-about__logo {
    width: calc(206 / var(--lo1) * var(--lo2));
    height: auto;
  }
}
header nav .c-gn-bottom-about__name {
  margin-top: 40px;
}
header nav .c-gn-bottom-about__address {
  margin-top: 23px;
}
header nav .c-gn-bottom-about__freecall, header nav .c-gn-bottom-about__tel {
  margin-top: 15px;
}

/*ここから追加*/
.c-nav-about-business-hours {
  margin-top: 15px;
}
.c-nav-about-business-hours p {
  margin-top: 8px;
  line-height: 1.2 !important;
}




/*ここまで追加*/

header nav .c-gn-bottom-about-sns {
  display: flex;
  justify-content: flex-end;
  margin-top: 39px;
}
header nav .c-gn-bottom-about-sns__insta, header nav .c-gn-bottom-about-sns__yt, header nav .c-gn-bottom-about-sns__fb {
  display: block;
  fill: #505050;
  text-align: center;
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
header nav .c-gn-bottom-about-sns__insta.is-hover, header nav .c-gn-bottom-about-sns__yt.is-hover, header nav .c-gn-bottom-about-sns__fb.is-hover {
  opacity: 0.6;
  transition: opacity 0.1s cubic-bezier(0.5, 1, 0.89, 1);
}
header nav .c-gn-bottom-about-sns__insta {
  display: block;
  width: 21px;
  height: 21px;
  margin-right: 17px;
}
header nav .c-gn-bottom-about-sns__insta svg {
  width: 100%;
  height: 100%;
}
header nav .c-gn-bottom-about-sns__yt {
  display: block;
  width: 21px;
  height: 21px;
  margin-right: 12px;
}
header nav .c-gn-bottom-about-sns__yt svg {
  width: 100%;
  height: 100%;
}
header nav .c-gn-bottom-about-sns__fb {
  display: block;
  width: 21px;
  height: 21px;
}
header nav .c-gn-bottom-about-sns__fb svg {
  width: 9.5px;
  height: 20.44px;
}
header nav.is-open {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}

#menubtn {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 52px;
  height: 72px;
  background-color: rgba(80, 80, 80, 0.5);
}
#menubtn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding-top: 23px;
}
#menubtn a .menubtn-child {
  display: block;
  width: 29px;
  height: 1.5px;
  background-color: #F1F1F3;
  margin: auto;
  margin-top: 6.5px;
}
#menubtn a .menubtn-child:first-child {
  margin-top: 0;
}
#menubtn a .menubth-txt {
  display: block;
  font-size: 10px;
  font-family: Garamond, "EB Garamond", serif;
  color: #fff;
  margin-top: 9px;
}

#badge {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  width: 52px;
  height: 72px;
  background-color: #fff;
  line-height: 1;
  font-family: Garamond, "EB Garamond", serif;
  color: #17698E;
  text-align: center;
  text-decoration: none;
}
#badge p:nth-child(1) {
  font-size: 10px;
  letter-spacing: 0.06em;
  padding-top: 14px;
}
#badge p:nth-child(2) {
  font-size: 18px;
  letter-spacing: 0em;
  margin-top: 1px;
}
#badge p:nth-child(2):after {
  content: "";
  display: block;
  width: 39px;
  height: 1px;
  background-color: #17698E;
  margin: 4px auto 0;
}
#badge p:nth-child(3) {
  font-size: 10px;
  letter-spacing: 0.02em;
  margin-top: 5px;
}

#c-content-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 0px;
}
@media only screen and ( max-width:768px ) {
  #c-content-wrapper {
    padding-top: 0px;
  }
}
#c-content-wrapper.fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.c-main {
  position: relative;
}
.c-main.img {
  height: calc(715 / var(--lo1) * var(--lo2));
}
@media only screen and ( max-width:768px ) {
  .c-main.img {
    height: auto;
  }
}
.c-main.movie .c-main-visual {
  width: 100%;
  overflow: hidden;
}
@media only screen and ( max-width:768px ) {
  .c-main.movie .c-main-visual {
    padding: 0;
  }
}
.c-main.movie .c-main-visual:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}


/*20221016*/
.mv-video {
  position: absolute;
  top:0;
  width: 100%;
  z-index: -10;
}
.mv-video video {
  width: 100%;
  min-height: calc(715 / var(--lo1) * var(--lo2));
  object-fit: cover;
  object-position: 50% 50%;
}
@media only screen and ( max-width:768px ) {
  .mv-video video {
    min-height: calc(248 / var(--lo1) * var(--lo2));
  }
}


/*20221016*/

.c-main-visual {
  position: relative;
}
@media only screen and ( max-width:768px ) {
  .c-main-visual {
    height: calc(648 / var(--lo1) * var(--lo2));
  }
}
.c-main-visual-copy {
  position: absolute;
  z-index: 1;
  top: 119px;
  right: 150px;
  display: flex;
  align-items: flex-start;
  flex-flow: row-reverse;
}
@media only screen and (min-width: 769px) and (max-width: 1439px) {
  .c-main-visual-copy {
    right: calc(150 / var(--lo1) * var(--lo2));
  }
}
@media only screen and ( max-width:768px ) {
  .c-main-visual-copy {
    right: 25px;
  }
}
.c-main-visual-copy p {
  font-size: 22px;
  color: #17698E;
  letter-spacing: 0.56em;
  writing-mode: vertical-rl;
  padding: 25px 0 10px;
  background-color: #fff;
}
@media only screen and ( max-width:768px ) {
  .c-main-visual-copy p {
    font-size: 21px;
  }
}
.c-main-visual-copy p:nth-child(2) {
  margin-top: 54px;
  margin-right: 14px;
}

  /*tbl＋20221204 */
  .c-main-visual-copy p:nth-child(3) {
    margin-top: 108px;
    margin-right: 14px;
  }


.c-main-visual img {
  width: 100%;
  height: 100%;
}
@media only screen and ( max-width:768px ) {
  .c-main-visual img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.c-main-fair-item {
  position: absolute;
  width: 340px;
  height: 291px;
  background-color: #FAF8F5;
  margin-right: calc(27 / var(--lo1) * var(--lo2));
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.16));
  padding: 6px;
}
@media only screen and ( min-width:769px ) {
  .c-main-fair-item {
    right: 29px;
    bottom: -154px;
  }
}
@media only screen and ( max-width:768px ) {
  .c-main-fair-item {
    position: relative;
    max-width: 340px;
    width: calc(340 / var(--lo1) * var(--lo2));
    height: auto;
    margin: -98px auto 0;
  }
}
.c-main-fair-item a {
  display: block;
  color: #505050;
  text-decoration: none;
  padding-bottom: 29px;
}
@media only screen and ( max-width:768px ) {
  .c-main-fair-item a {
    padding-bottom: 11px;
  }
}
.c-main-fair-item a.is-hover .c-main-fair-item__img, .c-main-fair-item a.is-hover .c-main-fair-item__shoulder, .c-main-fair-item a.is-hover .c-main-fair-item__ttl {
  opacity: 0.6;
  transition: opacity 0.1s cubic-bezier(0.5, 1, 0.89, 1);
}
.c-main-fair-item__date {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 52px;
  height: 72px;
  color: #17698E;
  background-color: #fff;
  padding: 10px 11px;
}
.c-main-fair-item__date .month, .c-main-fair-item__date .day, .c-main-fair-item__date .dotw {
  display: block;
  text-align: right;
  line-height: 1;
  letter-spacing: 0.1em;
}
.c-main-fair-item__date .month {
  font-size: 12px;
}
.c-main-fair-item__date .day {
  font-size: 24px;
  margin-top: 2px;
}
.c-main-fair-item__date .dotw {
  font-size: 11px;
  margin-top: 2px;
}
.c-main-fair-item__shoulder, .c-main-fair-item__ttl {
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: right;
  color: #17698E;
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.c-main-fair-item__shoulder {
  font-size: 11px;
}
.c-main-fair-item__img {
  margin-bottom: 16px;
  width: 328px;
  height: 218px;
  overflow: hidden;
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
@media only screen and ( max-width:768px ) {
  .c-main-fair-item__img {
    width: 100%;
    height: 218px;
  }
}
.c-main-fair-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-main-fair-item__ttl {
  font-size: 13px;
  margin-top: 10px;
}
.c-main-fair-item.left {
  right: auto;
  left: 29px;
}
@media only screen and ( max-width:768px ) {
  .c-main-fair-item.left {
    left: auto;
  }
}

.c-static-main {
  position: relative;
  margin: 0 35px;
  padding-bottom: 71px;
}
@media only screen and ( max-width:768px ) {
  .c-static-main {
    margin: 0;
    padding-bottom: 0;
  }
}
.c-static-main__logo {
  position: fixed; /*absolute*/
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  transition: .5s;
}


/* 20221013 */
.c-static-main__logo.block-logo{
  background: #F1F1F3;
  backdrop-filter: blur(2px);
  height: 72px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, .5);
}
.c-static-main__logo.block-logo:has(>a.white){
  background: #777;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, .5);
}
.c-static-main__logo.block-logo a.c-head-logo {
}
.c-static-main__logo.block-logo p.n2 {
  opacity: 0;
}
/* 20221013 */








.c-static-main__logo img {
  margin: auto;
}
.c-static-main__logo p {
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
}
.c-static-main__logo p.n1 {
  margin-top: 12px;
}
.c-static-main__logo p.n2 {
  margin-top: 6px;
}
.c-static-main-front_panel {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 423px;
  height: 349px;
  color: #fff;
  padding: 82px 52px 89px;
}
@media only screen and ( max-width:768px ) {
  .c-static-main-front_panel {
    z-index: 2;
    left: 0;
    right: 0;
    bottom: -169px;
    width: calc(100% - 50 / var(--lo1) * var(--lo2));
    height: auto;
    margin: auto;
    padding: 49px 34px 44px;
  }
}
.c-static-main-front_panel:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgb(131, 150, 178) 0%, rgb(125, 156, 222) 100%);
  opacity: 0.97;
}
.c-static-main-front_panel h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.63;
  letter-spacing: 0.16em;
}
@media only screen and ( max-width:768px ) {
  .c-static-main-front_panel h3 .elm-pc {
    display: none;
  }
}
.c-static-main-front_panel p {
  width: 280px;
  font-size: 14px;
  line-height: 2.28;
  letter-spacing: 0.09em;
  margin-top: 22px;
}
@media only screen and ( max-width:768px ) {
  .c-static-main-front_panel p {
    width: 100%;
    margin-top: 19px;
  }
}
.c-static-main-front_panel .c-line_arw_btn {
  margin-top: 40px;
}
@media only screen and ( max-width:768px ) {
  .c-static-main-front_panel .c-line_arw_btn {
    color: #505050;
    margin-top: 16px;
  }
  .c-static-main-front_panel .c-line_arw_btn:before, .c-static-main-front_panel .c-line_arw_btn:after {
    background-color: #505050;
  }
}
.c-static-main-visual-container {
  position: relative;
  z-index: 1;
  width: 100%;
  height: calc(664 / var(--lo1) * var(--lo2));
}
@media only screen and (min-width: 769px) and (max-width: 1439px) {
  .c-static-main-visual-container {
    height: 664px;
  }
}
@media only screen and ( max-width:768px ) {
  .c-static-main-visual-container {
    height: calc(648 / var(--lo1) * var(--lo2));
  }
}
.c-static-main-visual-list {
  width: 100%;
  height: 100%;
}
.c-static-main-visual-item {
  width: 100%;
  height: 100%;
}
.c-static-main-visual-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-logo_set__logo img {
  margin: auto;
}
.c-logo_set__logo p {
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 21px;
}
.c-logo_set .desc {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 26px;
}

.c-visual_slide {
  position: relative;
  margin: 0 35px;
  padding-bottom: 48px;
  overflow: hidden;
}
@media only screen and ( max-width:768px ) {
  .c-visual_slide {
    margin: 0;
    padding-bottom: 0;
  }
}
.c-visual_slide-front_panel {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 423px;
  height: 370px;
  color: #fff;
  padding: 63px 69px 0;
}
@media only screen and ( max-width:768px ) {
  .c-visual_slide-front_panel {
    height: auto;
    color: #505050;
  }
}
.c-visual_slide-front_panel:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(165, 195, 226);
  background: linear-gradient(135deg, rgb(165, 195, 226) 0%, rgb(161, 133, 163) 100%);
}
@media only screen and ( max-width:768px ) {
  .c-visual_slide-front_panel:after {
    opacity: 0.16;
    top: calc(-337 / var(--lo1) * var(--lo2));
    height: calc(100% + 337 / var(--lo1) * var(--lo2));
  }
}
@media only screen and ( max-width:768px ) {
  .c-visual_slide-front_panel {
    position: relative;
    z-index: 0;
    width: calc(100% - 24 / var(--lo1) * var(--lo2));
    padding: 30px calc(40 / var(--lo1) * var(--lo2)) 34px;
  }
}
.c-visual_slide-front_panel h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.63;
  letter-spacing: 0.16em;
}
@media only screen and ( max-width:768px ) {
  .c-visual_slide-front_panel h3 {
    font-size: 18px;
    line-height: 1.55;
  }
}
.c-visual_slide-front_panel p {
  width: 280px;
  font-size: 14px;
  line-height: 2.28;
  letter-spacing: 0.09em;
  margin-top: 22px;
}
@media only screen and ( max-width:768px ) {
  .c-visual_slide-front_panel p {
    line-height: 1.85;
    margin-top: 16px;
  }
}
.c-visual_slide-front_panel .c-line_arw_btn {
  margin-top: 40px;
}
@media only screen and ( max-width:768px ) {
  .c-visual_slide-front_panel .c-line_arw_btn {
    color: #505050;
    margin-top: 16px;
  }
  .c-visual_slide-front_panel .c-line_arw_btn:before, .c-visual_slide-front_panel .c-line_arw_btn:after {
    background-color: #505050;
  }
}
.c-visual_slide-background {
  position: relative;
  width: calc(1327 / var(--lo1) * var(--lo2));
}
@media only screen and ( max-width:768px ) {
  .c-visual_slide-background {
    z-index: 1;
    width: calc(100% - 24 / var(--lo1) * var(--lo2));
  }
}
.c-visual_slide-background-list {
  display: flex;
  width: 100%;
}
.c-visual_slide-background-item {
  -o-object-fit: cover;
     object-fit: cover;
}
.c-visual_slide-background-item img {
  width: 100%;
  height: auto;
}
.c-visual_slide.left .c-visual_slide-front_panel {
  left: 0;
}
.c-visual_slide.left .c-visual_slide-background {
  margin: 0 0 0 auto;
}
.c-visual_slide.right .c-visual_slide-front_panel {
  right: 0;
}
@media only screen and ( max-width:768px ) {
  .c-visual_slide.right .c-visual_slide-front_panel {
    right: auto;
    margin: 0 0 0 auto;
  }
}
@media only screen and ( max-width:768px ) {
  .c-visual_slide.right .c-visual_slide-front_panel:after {
    top: calc(-316 / var(--lo1) * var(--lo2));
  }
}

.c-fair_calendar {
  width: 1157px;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) and (max-width: 1439px) {
  .c-fair_calendar {
    width: calc(1157 / var(--lo1) * var(--lo2));
  }
}
@media only screen and ( max-width:768px ) {
  .c-fair_calendar {
    width: auto;
  }
}
.c-fair_calendar-container {
  position: relative;
  display: flex;
  margin-top: 60px;
}
@media only screen and (max-width: 1280px) {
  .c-fair_calendar-container {
    width: 531px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and ( max-width:768px ) {
  .c-fair_calendar-container {
    width: auto;
    margin: 14px 5px 0;
  }
}
.c-fair_calendar-blk {
  width: 531px;
  flex-shrink: 0;
  margin-right: 97px;
}
@media only screen and (min-width: 769px) and (max-width: 1439px) {
  .c-fair_calendar-blk {
    width: calc(531 / var(--lo1) * var(--lo2));
    margin-right: calc(97 / var(--lo1) * var(--lo2));
  }
}
@media only screen and (max-width: 1280px) {
  .c-fair_calendar-blk {
    width: 531px;
    margin-right: 0;
  }
}
@media only screen and ( max-width:768px ) {
  .c-fair_calendar-blk {
    width: calc(380 / var(--lo1) * var(--lo2));
    margin-right: 0;
  }
}
.c-fair_calendar-blk:last-child {
  margin-right: 0;
}
.c-fair_calendar-blk-list {
  display: flex;
}
.c-fair_calendar__month {
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.06em;
}
@media only screen and ( max-width:768px ) {
  .c-fair_calendar__month {
    font-size: 19px;
  }
}
.c-fair_calendar-list {
  width: 100%;
  margin-top: 9px;
}
@media only screen and ( max-width:768px ) {
  .c-fair_calendar-list {
    margin-top: 29px;
  }
}
.c-fair_calendar-list tr th, .c-fair_calendar-list tr td {
  text-align: center;
}
.c-fair_calendar-list tr th {
  font-size: 10px;
  letter-spacing: 0.06em;
  font-weight: 600;
  padding-bottom: 9px;
}
@media only screen and ( max-width:768px ) {
  .c-fair_calendar-list tr th {
    font-size: 6px;
  }
}
.c-fair_calendar-list tr th:nth-child(6) {
  color: #17698E;
}
.c-fair_calendar-list tr th:nth-child(7) {
  color: #984444;
}
.c-fair_calendar-list tr td {
  position: relative;
  height: 71px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding: 10px;
  vertical-align: middle;
}
@media only screen and ( max-width:768px ) {
  .c-fair_calendar-list tr td {
    font-size: 10px;
    padding: calc(7 / var(--lo1) * var(--lo2));
    height: calc(49 / var(--lo1) * var(--lo2));
  }
}
.c-fair_calendar-list tr td:after {
  content: "";
  margin-right: -0.1em;
}
.c-fair_calendar-list tr td:before {
  position: absolute;
  z-index: -1;
  top: 9px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 51px;
  height: 51px;
  background-color: transparent; /*#FFF*/
  border: 1px solid #B5B5B5;
  border-radius: 50%;
}
@media only screen and ( max-width:768px ) {
  .c-fair_calendar-list tr td:before {
    top: calc(7 / var(--lo1) * var(--lo2));
    width: calc(35 / var(--lo1) * var(--lo2));
    height: calc(35 / var(--lo1) * var(--lo2));
  }
}
.c-fair_calendar-list tr td:nth-child(2):before ,
.c-fair_calendar-list tr td:nth-child(3):before {
  border: 1px solid #B5B5B5;
}




.c-fair_calendar-list tr td:has(>a):before {
  background-color: rgba(167, 195, 172, 1);
  color: rgba(255, 255, 255, 1);
  border: 1px solid #B5B5B5;
}
.c-fair_calendar-list tr td:nth-child(6):has(>a):before {
  background-color: rgb(23, 105, 142);
  color: #FFF;
  border: 1px solid #B5B5B5;
}
.c-fair_calendar-list tr td:nth-child(7):has(>a):before {
  background-color: rgb(152, 68, 68);
  color: #FFF;
  border: 1px solid #B5B5B5;
}
.c-fair_calendar-list tr td.holiday:has(>a):before {
  background-color: rgb(152, 68, 68);
  color: #FFF;
  border: 1px solid #B5B5B5;
}

/*top*/
#topPage .c-fair_calendar-list tr td:has(>a):before {
  background-color: #FFF;
  color: #333;
  border: 1px solid #B5B5B5;
}
#topPage .c-fair_calendar-list tr td:nth-child(6):has(>a):before {
  background-color: rgb(23, 105, 142);
  color: #FFF;
  border: 1px solid #B5B5B5;
}
#topPage .c-fair_calendar-list tr td:nth-child(7):has(>a):before {
  background-color: rgb(152, 68, 68);
  color: #FFF;
  border: 1px solid #B5B5B5;
}
#topPage .c-fair_calendar-list tr td.holiday:has(>a):before {
  background-color: rgb(152, 68, 68);
  color: #FFF;
  border: 1px solid #B5B5B5;
}





.c-fair_calendar-list tr td:nth-child(6) {
  color: #fff;
}
.c-fair_calendar-list tr td:nth-child(6):before {
  opacity: 0.67;
  background-color: rgb(23, 105, 142);
}
.c-fair_calendar-list tr td:nth-child(7), .c-fair_calendar-list tr td.holiday {
  color: #fff;
}
.c-fair_calendar-list tr td:nth-child(7):before, .c-fair_calendar-list tr td.holiday:before {
  opacity: 0.66;
  background-color: rgb(152, 68, 68);
}
.c-fair_calendar-list tr td.disable:before {
  display: none;
}
.c-fair_calendar-list tr td.rest {
  opacity: 0.5;
}
.c-fair_calendar-list tr td.rest:before {
  background-color: #EEE;
}


@media only screen and (max-width: 1280px) {
  .c-fair_calendar .c-slider-nextbtn {
    right: 16px;
  }
}
@media only screen and ( max-width:768px ) {
  .c-fair_calendar .c-slider-nextbtn {
    right: calc(10 / var(--lo1) * var(--lo2));
  }
}
@media only screen and (max-width: 1280px) {
  .c-fair_calendar .c-slider-prevbtn {
    left: 16px;
  }
}
@media only screen and ( max-width:768px ) {
  .c-fair_calendar .c-slider-prevbtn {
    left: calc(10 / var(--lo1) * var(--lo2));
  }
}

.c-slider-nextbtn, .c-slider-prevbtn {
  position: absolute;
  z-index: 2;
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 50%;
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.c-slider-nextbtn img, .c-slider-prevbtn img {
  margin-left: 3px;
}
@media only screen and (max-width: 768px) { /*20221011/調整：1280→768調整*/
  .c-slider-nextbtn, .c-slider-prevbtn {
    display: flex;
  }
}
.c-slider-nextbtn.swiper-button-disabled, .c-slider-prevbtn.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.c-slider-prevbtn {
  transform: rotate(180deg);
}

.c-braidal_fair {
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
}
@media only screen and ( max-width:768px ) {
  .c-braidal_fair {
    width: 100%;
  }
}
.c-braidal_fair-inner {
  position: relative;
  margin: 0 60px;
}
@media only screen and (min-width: 769px) and (max-width: 1439px) {
  .c-braidal_fair-inner {
    margin: 0 calc(60 / var(--lo1) * var(--lo2));
  }
}
@media only screen and ( max-width:768px ) {
  .c-braidal_fair-inner {
    margin: 0;
    overflow: hidden;
  }
}
.c-braidal_fair-inner:after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 35px;
  left: 0;
  right: 0;
  width: calc(100% - 50px);
  height: calc(100% - 68px);
  background-color: #fff;
  margin: auto;
}
@media only screen and (min-width: 769px) and (max-width: 1439px) {
  .c-braidal_fair-inner:after {
    width: calc(100% - 50 / var(--lo1) * var(--lo2));
    height: calc(100% - 68px);
  }
}
@media only screen and ( max-width:768px ) {
  .c-braidal_fair-inner:after {
    width: 100%;
  }
}
.c-braidal_fair .desc {
  width: 488px;
  font-size: 16px;
  line-height: 2.5;
  text-align: center;
  letter-spacing: 0.09em;
  margin: 0 auto;
}
.c-braidal_fair .desc .elm-sp {
  display: none;
}
@media only screen and ( max-width:768px ) {
  .c-braidal_fair .desc {
    width: auto;
    text-align: left;
    line-height: 1.75;
    letter-spacing: 0;
    margin: 0 calc(40 / var(--lo1) * var(--lo2));
  }
  .c-braidal_fair .desc .elm-sp {
    display: block;
  }
}
@media only screen and ( max-width:768px ) {
  .c-braidal_fair .c-braidal_fair-container {
    position: relative;
    margin: 74px calc(15 / var(--lo1) * var(--lo2)) 0;
  }
}
@media only screen and ( max-width:768px ) {
  .c-braidal_fair .c-braidal_fair-container .c-slider-nextbtn, .c-braidal_fair .c-braidal_fair-container .c-slider-prevbtn {
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media only screen and ( max-width:768px ) {
  .c-braidal_fair .c-braidal_fair-container .c-slider-nextbtn {
    right: calc(-23 / var(--lo1) * var(--lo2));
  }
}
@media only screen and ( max-width:768px ) {
  .c-braidal_fair .c-braidal_fair-container .c-slider-prevbtn {
    left: calc(-23 / var(--lo1) * var(--lo2));
  }
}
.c-braidal_fair-list {
  display: flex;
  width: 1320px;
  margin: 62px auto 0;
}
@media only screen and (min-width: 769px) and (max-width: 1439px) {
  .c-braidal_fair-list {
    width: calc(1320 / var(--lo1) * var(--lo2));
  }
}
@media only screen and ( max-width:768px ) {
  .c-braidal_fair-list {
    width: auto;
    margin: 0;
  }
}
.c-braidal_fair-item {
  position: relative;
  flex-shrink: 0;
  width: 422px;
  background-color: #FAF8F5;
  margin-right: 27px;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.16));
}
@media only screen and (min-width: 769px) and (max-width: 1439px) {
  .c-braidal_fair-item {
    width: calc(422 / var(--lo1) * var(--lo2));
    margin-right: calc(27 / var(--lo1) * var(--lo2));
  }
}
@media only screen and ( max-width:768px ) {
  .c-braidal_fair-item {
    width: calc(360 / var(--lo1) * var(--lo2));
    margin-right: calc(30 / var(--lo1) * var(--lo2));
  }
}
.c-braidal_fair-item a {
  display: block;
  color: #505050;
  text-decoration: none;
  padding-bottom: 29px;
}
@media only screen and ( max-width:768px ) {
  .c-braidal_fair-item a {
    padding-bottom: 10px;
  }
}
.c-braidal_fair-item a.is-hover .c-braidal_fair-item__img, .c-braidal_fair-item a.is-hover .c-braidal_fair-item__shoulder, .c-braidal_fair-item a.is-hover .c-braidal_fair-item__ttl, .c-braidal_fair-item a.is-hover .c-braidal_fair-item__desc {
  opacity: 0.6;
  transition: opacity 0.1s cubic-bezier(0.5, 1, 0.89, 1);
}
.c-braidal_fair-item__date {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 52px;
  height: 72px;
  background-color: #fff;
  padding: 10px 11px;
}
@media only screen and ( max-width:768px ) {
  .c-braidal_fair-item__date {
    top: -45px;
    left: calc(-15 / var(--lo1) * var(--lo2));
  }
}
.c-braidal_fair-item__date .month, .c-braidal_fair-item__date .day, .c-braidal_fair-item__date .dotw {
  display: block;
  text-align: right;
  line-height: 1;
  letter-spacing: 0.1em;
}
.c-braidal_fair-item__date .month {
  font-size: 12px;
}
.c-braidal_fair-item__date .day {
  font-size: 24px;
  margin-top: 2px;
}
.c-braidal_fair-item__date .dotw {
  font-size: 11px;
  margin-top: 2px;
}
.c-braidal_fair-item__date.sat {
  color: #fff;
  background-color: #17698E;
}
.c-braidal_fair-item__date.sun,
.c-braidal_fair-item__date.holiday {
  color: #fff;
  background-color: #984444;
}
.c-braidal_fair-item__shoulder, .c-braidal_fair-item__ttl, .c-braidal_fair-item__desc, .report-tag {
  padding: 0 48px;
  line-height: 1;
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
@media only screen and ( max-width:768px ) {
  .c-braidal_fair-item__shoulder, .c-braidal_fair-item__ttl, .c-braidal_fair-item__desc, .report-tag {
    padding: 0 calc(20 / var(--lo1) * var(--lo2));
  }
}
.c-braidal_fair-item__shoulder, .c-braidal_fair-item__desc {
  font-size: 14px;
  letter-spacing: 0.09em;
}
.c-braidal_fair-item__img {
  width: 422px;
  height: 322px;
  margin-bottom: 23px;
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
@media only screen and (min-width: 769px) and (max-width: 1439px) {
  .c-braidal_fair-item__img {
    width: calc(422 / var(--lo1) * var(--lo2));
    height: calc(322 / var(--lo1) * var(--lo2));
  }
}
@media only screen and ( max-width:768px ) {
  .c-braidal_fair-item__img {
    width: 100%;
    margin-bottom: 18px;
  }
}
.c-braidal_fair-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-braidal_fair-item__ttl {
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: 0.09em;
  margin-top: 10px;
}
@media only screen and ( max-width:768px ) {
  .c-braidal_fair-item__ttl {
    margin-top: 7px;
  }
}
.c-braidal_fair-item__desc {
  margin-top: 12px;
  line-height: 1.85;
}
@media only screen and ( max-width:768px ) {
  .c-braidal_fair-item__desc {
    margin-top: 3px;
  }
}
.c-braidal_fair-item:last-child {
  margin-right: 0;
}
.c-braidal_fair .c-fair_calendar {
  margin: 97px auto 0;
}
@media only screen and ( max-width:768px ) {
  .c-braidal_fair .c-fair_calendar {
    margin: 78px auto 0;
  }
}
.c-braidal_fair .c-rect-line_arw_btn {
  margin-top: 98px;
}
@media only screen and ( max-width:768px ) {
  .c-braidal_fair .c-rect-line_arw_btn {
    width: calc(100% - 26 / var(--lo1) * var(--lo2));
    margin: 47px auto 0;
  }
}

.c-news_special {
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  margin: auto;
  padding: 0 59px;
}
@media only screen and (min-width: 769px) and (max-width: 1439px) {
  .c-news_special {
    padding: 0 calc(59 / var(--lo1) * var(--lo2));
  }
}
@media only screen and ( max-width:768px ) {
  .c-news_special {
    display: block;
    padding: 0 24px;
  }
}
.c-news_special .c-news {
  width: 832px;
  margin-left: 35px;
  flex-shrink: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1439px) {
  .c-news_special .c-news {
    width: calc(832 / var(--lo1) * var(--lo2));
    margin-left: calc(35 / var(--lo1) * var(--lo2));
  }
}
@media only screen and ( max-width:768px ) {
  .c-news_special .c-news {
    width: 100%;
    margin-left: 0px;
  }
}
.c-news_special .c-news h2 {
  margin-bottom: 16px;
}
.c-news_special .c-news-item {
  position: relative;
  display: block;
  color: #505050;
  text-decoration: none;
  padding-top: 15px;
}
.c-news_special .c-news-item p {
  position: relative;
}
.c-news_special .c-news-item__date, .c-news_special .c-news-item__category, .c-news_special .c-news-item__ttl {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.c-news_special .c-news-item__date {
  font-size: 14px;
  letter-spacing: 0.09em;
}
.c-news_special .c-news-item__category {
  font-size: 12px;
  color: #BAAD9D;
  letter-spacing: 0.09em;
  background-color: #fff;
  padding: 3px 6px;
  margin-left: 13px;
}
@media only screen and ( max-width:768px ) {
  .c-news_special .c-news-item__category {
    position: absolute;
    right: 0;
    padding: 0px 6px;
    color: #fff;
    line-height: 1.42;
    background-color: #BAAD9D;
  }
}
.c-news_special .c-news-item__ttl {
  font-size: 14px;
  letter-spacing: 0.09em;
  margin-top: 6px;
  padding-bottom: 13px;
}
.c-news_special .c-news-item:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-size: 4px 1px;
  background-image: linear-gradient(to right, #707070, #707070 2px, transparent 2px, transparent 4px);
}
.c-news_special .c-news-item.is-hover .c-news-item__date, .c-news_special .c-news-item.is-hover .c-news-item__category, .c-news_special .c-news-item.is-hover .c-news-item__ttl {
  opacity: 0.6;
  transition: opacity 0.1s cubic-bezier(0.5, 1, 0.89, 1);
}
.c-news_special .c-news .c-line_arw_btn {
  margin-top: 41px;
}
@media only screen and ( max-width:768px ) {
  .c-news_special .c-news .c-line_arw_btn {
    margin-top: 34px;
  }
}
.c-news_special .c-special {
  width: 416px;
  flex-shrink: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1439px) {
  .c-news_special .c-special {
    width: calc(416 / var(--lo1) * var(--lo2));
  }
}
@media only screen and ( max-width:768px ) {
  .c-news_special .c-special {
    width: 100%;
    margin-top: 118px;
  }
}
.c-news_special .c-special h2 {
  margin-bottom: 22px;
}
@media only screen and ( max-width:768px ) {
  .c-news_special .c-special h2 {
    margin-bottom: 50px;
  }
}
.c-news_special .c-special-item {
  display: block;
  margin-top: 38px;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
@media only screen and ( max-width:768px ) {
  .c-news_special .c-special-item {
    margin-top: 22px;
  }
}
.c-news_special .c-special-item img {
  width: 100%;
  height: auto;
}
.c-news_special .c-special-item:first-child {
  margin-top: 0;
}
.c-news_special .c-special-item.is-hover {
  opacity: 0.8;
  transition: opacity 0.1s cubic-bezier(0.5, 1, 0.89, 1);
}

@media only screen and ( max-width:768px ) {
  .c-plan {
    overflow: hidden;
  }
}
.c-plan-inner {
  position: relative;
  margin: 0 calc(60 / var(--lo1) * var(--lo2));
}
.c-plan-inner:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: calc(100% - 50 / var(--lo1) * var(--lo2));
  height: 100%;
  background-color: #fff;
  margin: auto;
}
.c-plan .desc {
  width: 488px;
  font-size: 16px;
  line-height: 2.5;
  text-align: center;
  letter-spacing: 0.09em;
  margin: 0 auto;
}
.c-plan-list {
  display: flex;
  width: calc(1320 / var(--lo1) * var(--lo2));
  margin: 37px auto 0;
}
.c-plan .c-plam-item {
  background-color: #FAF8F5;
  margin-right: calc(27 / var(--lo1) * var(--lo2));
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.16));
}
.c-plan .c-plam-item a {
  display: block;
  color: #505050;
  text-decoration: none;
  padding-bottom: 24px;
}
.c-plan .c-plam-item__shoulder, .c-plan .c-plam-item__ttl, .c-plan .c-plam-item__desc {
  padding: 0 48px;
  line-height: 1;
}
.c-plan .c-plam-item__shoulder, .c-plan .c-plam-item__desc {
  font-size: 14px;
  letter-spacing: 0.09em;
}
.c-plan .c-plam-item__img {
  width: calc(422 / var(--lo1) * var(--lo2));
  height: calc(322 / var(--lo1) * var(--lo2));
  margin-bottom: 19px;
}
.c-plan .c-plam-item__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-plan .c-plam-item__ttl {
  font-size: 18px;
  letter-spacing: 0.09em;
  margin-top: 8px;
}
.c-plan .c-plam-item__desc {
  margin-top: 10px;
}
.c-plan .c-plam-item:last-child {
  margin-right: 0;
}

.c-blk-foreword {
  margin: 0 35px;
}
@media only screen and ( max-width:768px ) {
  .c-blk-foreword {
    margin: 0;
  }
}
.c-blk-foreword-about p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.09em;
  text-align: center;
  margin-top: 28px;
}
@media only screen and ( max-width:768px ) {
  .c-blk-foreword-about p {
    margin-top: 16px;
    line-height: 1.71;
  }
}
.c-blk-foreword-visual {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 1280px) {
  .c-blk-foreword-visual {
    display: block;
  }
}
.c-blk-foreword-visual-container {
  margin-top: 119px;
}
@media only screen and ( max-width:768px ) {
  .c-blk-foreword-visual-container {
    margin-top: 42px;
  }
}
.c-blk-foreword-visual-container.single {
  margin-top: 46px;
}
.c-blk-foreword-visual-txt {
  display: flex;
  align-items: center;
  width: calc(100% - 669 / var(--lo1) * var(--lo2));
  height: 466px;
  background-color: #fff;
  margin-top: calc(131 / var(--lo1) * var(--lo2));
}
@media only screen and (max-width: 1280px) {
  .c-blk-foreword-visual-txt {
    width: calc(100% - 25px);
    height: auto;
    margin-top: -3.8461538462vw;
    background-color: rgba(255, 255, 255, 0.42);
  }
}
@media only screen and ( max-width:768px ) {
  .c-blk-foreword-visual-txt {
    width: calc(100% - 25px);
    height: auto;
    margin-top: calc(-15 / var(--lo1) * var(--lo2));
  }
}
.c-blk-foreword-visual-txt-inner {
  width: calc(340 / var(--lo1) * var(--lo2));
  margin: 0 30px 0 auto;
  z-index: 999;
}
@media only screen and (max-width: 1280px) {
  .c-blk-foreword-visual-txt-inner {
    width: auto;
    margin: 0 24px 0;
    padding-top: 31px;
    padding-bottom: 44px;
  }
}
.c-blk-foreword-visual-img {
  position: relative;
  padding-bottom: 68px;
}
@media only screen and (max-width: 1280px) {
  .c-blk-foreword-visual-img {
    padding-bottom: 8.7179487179vw;
  }
}
@media only screen and ( max-width:768px ) {
  .c-blk-foreword-visual-img {
    padding-bottom: calc(34 / var(--lo1) * var(--lo2));
  }
}
.c-blk-foreword-visual-img__main img, .c-blk-foreword-visual-img__sub img {
  width: 100%;
  height: auto;
}
.c-blk-foreword-visual-img__main {
  position: relative;
  z-index: 1;
  width: calc(669 / var(--lo1) * var(--lo2));
  height: calc(669 / var(--lo1) * var(--lo2));
}
@media only screen and (max-width: 1280px) {
  .c-blk-foreword-visual-img__main {
    width: 86.1538461538vw;
    height: 86.1538461538vw;
    margin-left: -35px;
  }
}
@media only screen and ( max-width:768px ) {
  .c-blk-foreword-visual-img__main {
    width: calc(336 / var(--lo1) * var(--lo2));
    height: calc(336 / var(--lo1) * var(--lo2));
    margin-left: 0;
  }
}
.c-blk-foreword-visual-img__sub {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: calc(291 / var(--lo1) * var(--lo2));
  height: calc(438 / var(--lo1) * var(--lo2));
  margin-left: calc(627 / var(--lo1) * var(--lo2));
}
@media only screen and (max-width: 1280px) {
  .c-blk-foreword-visual-img__sub {
    left: auto;
    right: 0;
    width: 37.4358974359vw;
    height: 56.4102564103vw;
    margin-left: auto;
    margin-right: -35px;
  }
}
@media only screen and ( max-width:768px ) {
  .c-blk-foreword-visual-img__sub {
    left: auto;
    right: 0;
    width: calc(146 / var(--lo1) * var(--lo2));
    height: calc(220 / var(--lo1) * var(--lo2));
    margin-left: auto;
    margin-right: 0;
  }
}
.c-blk-foreword-visual-img:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: calc(92 / var(--lo1) * var(--lo2));
  left: calc(56 / var(--lo1) * var(--lo2));
  right: 0;
  width: calc(654 / var(--lo1) * var(--lo2));
  height: calc(614 / var(--lo1) * var(--lo2));
  background-color: #DAC7CA;
  opacity: 0.42;
}
@media only screen and (max-width: 1280px) {
  .c-blk-foreword-visual-img:after {
    top: 3.8461538462vw;
    left: 0;
    width: 93.5897435897vw;
    height: 87.1794871795vw;
    margin-left: -35px;
  }
}
@media only screen and ( max-width:768px ) {
  .c-blk-foreword-visual-img:after {
    top: calc(15 / var(--lo1) * var(--lo2));
    left: 0;
    width: calc(365 / var(--lo1) * var(--lo2));
    height: calc(340 / var(--lo1) * var(--lo2));
    margin-left: 0;
  }
}
.c-blk-foreword-visual__shoulder {
  font-size: 14px;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1280px) {
  .c-blk-foreword-visual__shoulder {
    margin-bottom: 13px;
  }
}
.c-blk-foreword-visual h4 {
  font-size: 20px;
  line-height: 1.63;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.c-blk-foreword-visual__desc {
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.04em;
  margin-top: 18px;
}
@media only screen and (max-width: 1280px) {
  .c-blk-foreword-visual__desc {
    line-height: 1.75;
    margin-top: 23px;
  }
}
.c-blk-foreword-visual.right .c-blk-foreword-visual-img {
  order: 2;
  padding-bottom: 78px;
}
@media only screen and (max-width: 1280px) {
  .c-blk-foreword-visual.right .c-blk-foreword-visual-img {
    padding-bottom: 9.4871794872vw;
  }
}
@media only screen and ( max-width:768px ) {
  .c-blk-foreword-visual.right .c-blk-foreword-visual-img {
    padding-bottom: calc(37 / var(--lo1) * var(--lo2));
  }
}
.c-blk-foreword-visual.right .c-blk-foreword-visual-img__main {
  margin: 0 0 0 auto;
}
.c-blk-foreword-visual.right .c-blk-foreword-visual-img__sub {
  left: calc(-236 / var(--lo1) * var(--lo2));
  right: auto;
  margin-left: 0;
}
@media only screen and (max-width: 1280px) {
  .c-blk-foreword-visual.right .c-blk-foreword-visual-img__sub {
    left: 0;
  }
}
.c-blk-foreword-visual.right .c-blk-foreword-visual-img:after {
  width: calc(669 / var(--lo1) * var(--lo2));
  height: calc(669 / var(--lo1) * var(--lo2));
  top: calc(49 / var(--lo1) * var(--lo2));
  right: calc(51 / var(--lo1) * var(--lo2));
  left: auto;
}
@media only screen and (max-width: 1280px) {
  .c-blk-foreword-visual.right .c-blk-foreword-visual-img:after {
    top: 6.1538461538vw;
    right: 6.4102564103vw;
    width: 85.641025641vw;
    height: 85.641025641vw;
  }
}
@media only screen and ( max-width:768px ) {
  .c-blk-foreword-visual.right .c-blk-foreword-visual-img:after {
    top: calc(24 / var(--lo1) * var(--lo2));
    right: calc(25 / var(--lo1) * var(--lo2));
    width: calc(334 / var(--lo1) * var(--lo2));
    height: calc(334 / var(--lo1) * var(--lo2));
  }
}
.c-blk-foreword-visual.right .c-blk-foreword-visual-txt {
  order: 1;
}
@media only screen and (max-width: 1280px) {
  .c-blk-foreword-visual.right .c-blk-foreword-visual-txt {
    margin-right: 0;
    margin-left: auto;
  }
}
.c-blk-foreword-visual.right .c-blk-foreword-visual-txt h4 {
  font-size: 22px;
}
.c-blk-foreword-visual.right .c-blk-foreword-visual-txt-inner {
  margin: 0 auto 0 66px;
}
@media only screen and (max-width: 1280px) {
  .c-blk-foreword-visual.right .c-blk-foreword-visual-txt-inner {
    width: auto;
    margin: 0 6.1538461538vw 0;
    padding-top: 7.6923076923vw;
    padding-bottom: 44px;
  }
}
@media only screen and ( max-width:768px ) {
  .c-blk-foreword-visual.right .c-blk-foreword-visual-txt-inner {
    width: auto;
    margin: 0 24px 0;
    padding-top: 45px;
    padding-bottom: 44px;
  }
}
.c-blk-foreword-visual:nth-child(n+2) {
  margin-top: 63px;
}
@media only screen and ( max-width:768px ) {
  .c-blk-foreword-visual:nth-child(n+2) {
    margin-top: 60px;
  }
}
.c-blk-foreword-visual-single {
  position: relative;
  min-height: calc(643 / var(--lo1) * var(--lo2));
}
.c-blk-foreword-visual-single-txt {
  position: absolute;
  z-index: 2;
  bottom: -132px;
  display: flex;
  align-items: center;
  width: calc(479 / var(--lo1) * var(--lo2));
  background-color: #fff;
  padding-top: 62px;
  padding-bottom: 69px;
}
@media only screen and (max-width: 1280px) {
  .c-blk-foreword-visual-single-txt {
    position: relative;
    width: 100%;
    bottom: auto;
    padding-top: 36px;
    padding-bottom: 50px;
    background-color: transparent;
  }
}
.c-blk-foreword-visual-single-txt-inner {
  width: calc(340 / var(--lo1) * var(--lo2));
  margin: 0 69px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1439px) {
  .c-blk-foreword-visual-single-txt-inner {
    margin: 0 calc(69 / var(--lo1) * var(--lo2)) 0;
  }
}
@media only screen and (max-width: 1280px) {
  .c-blk-foreword-visual-single-txt-inner {
    width: 100%;
    margin: 0 25px 0;
  }
}
.c-blk-foreword-visual-single-img {
  position: relative;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 1280px) {
  .c-blk-foreword-visual-single-img {
    position: relative;
  }
}
.c-blk-foreword-visual-single-img__main {
  position: relative;
  top: 0;
  z-index: 1;
  width: calc(974 / var(--lo1) * var(--lo2));
  height: calc(643 / var(--lo1) * var(--lo2));
}
@media only screen and (max-width: 1280px) {
  .c-blk-foreword-visual-single-img__main {
    width: 100%;
    height: auto;
  }
}
.c-blk-foreword-visual-single-img__main img {
  width: 100%;
  height: auto;
}
.c-blk-foreword-visual-single__shoulder {
  font-size: 20px;
  letter-spacing: 0.06em;
  margin-bottom: -4px;
}
@media only screen and (max-width: 1280px) {
  .c-blk-foreword-visual-single__shoulder {
    margin-bottom: 0;
  }
}
.c-blk-foreword-visual-single__shoulder span {
  font-size: 14px;
}
.c-blk-foreword-visual-single h4 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.c-blk-foreword-visual-single__desc {
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.04em;
  margin-top: 50px;
}
@media only screen and (max-width: 1280px) {
  .c-blk-foreword-visual-single__desc {
    line-height: 1.75;
    margin-top: 22px;
  }
}
.c-blk-foreword-visual-single__desc p:nth-child(n+2) {
  margin-top: 18px;
}
.c-blk-foreword-visual-single__desc .c-line_arw_btn {
  margin-top: 48px;
  margin-right: -22px;
}
@media only screen and (max-width: 1280px) {
  .c-blk-foreword-visual-single__desc .c-line_arw_btn {
    margin-top: 33px;
    margin-right: 0px;
  }
}
.c-blk-foreword-visual-single.right .c-blk-foreword-visual-single-img {
  order: 1;
}
.c-blk-foreword-visual-single.right .c-blk-foreword-visual-single-img__main {
  margin: 0 0 0 auto;
}
.c-blk-foreword-visual-single.right .c-blk-foreword-visual-single-txt {
  order: 2;
}
.c-blk-foreword-visual-single.left .c-blk-foreword-visual-single-txt {
  right: 0;
}
.c-blk-foreword-visual-single:nth-child(n+2) {
  margin-top: 76px;
}
@media only screen and (max-width: 1280px) {
  .c-blk-foreword-visual-single:nth-child(n+2) {
    margin-top: 0;
  }
}
.c-blk-foreword-outline {
  position: relative;
  width: 1269px;
  margin: 198px auto 0;
  padding-bottom: 60px;
}
@media only screen and (min-width: 769px) and (max-width: 1439px) {
  .c-blk-foreword-outline {
    width: calc(1269 / var(--lo1) * var(--lo2));
  }
}
@media only screen and ( max-width:768px ) {
  .c-blk-foreword-outline {
    width: 100%;
  }
}
.c-blk-foreword-outline-inner {
  width: 564px;
  margin: 0 auto;
}
@media only screen and ( max-width:768px ) {
  .c-blk-foreword-outline-inner {
    width: auto;
    margin: 0 20px;
  }
}
.c-blk-foreword-outline h3 {
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-align: center;
  margin-bottom: 32px;
}
.c-blk-foreword-outline h3 span {
  display: block;
  font-size: 12px;
}
.c-blk-foreword-outline h3 span.n2 {
  margin-top: 10px;
}
.c-blk-foreword-outline h3 .ttl {
  font-size: 22px;
  margin-top: 13px;
}
.c-blk-foreword-outline dl {
  position: relative;
  letter-spacing: 0.09em;
  display: flex;
}
@media only screen and ( max-width:768px ) {
  .c-blk-foreword-outline dl {
    display: block;
  }
}
.c-blk-foreword-outline dl dt {
  width: 142px;
  font-size: 14px;
  padding-top: 22px;
  padding-left: 12px;
  flex-shrink: 0;
}
@media only screen and ( max-width:768px ) {
  .c-blk-foreword-outline dl dt {
    width: 100%;
  }
}
.c-blk-foreword-outline dl dd {
  font-size: 18px;
  padding: 18px 0;
}
.c-blk-foreword-outline dl dd span {
  font-size: 12px;
}
@media only screen and ( max-width:768px ) {
  .c-blk-foreword-outline dl dd {
    display: table;
    text-align: center;
    padding-left: 31px;
  }
  .c-blk-foreword-outline dl dd span {
    display: block;
  }
}
.c-blk-foreword-outline dl:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #707070;
  transform: scale(1, 0.5);
}
.c-blk-foreword-outline dl.outline-feature dd {
  font-size: 16px;
  padding: 18px 0 30px;
}
@media only screen and ( max-width:768px ) {
  .c-blk-foreword-outline dl.outline-feature dd {
    text-align: left;
    padding-left: 31px;
  }
}
.c-blk-foreword-outline dl.outline-feature dd p {
  margin-top: 8px;
}
.c-blk-foreword-outline dl.outline-feature dd p:first-child {
  margin-top: 0;
}
.c-blk-foreword-outline:after {
  position: absolute;
  z-index: -1;
  top: 35px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 35px);
  background-color: #fff;
}
.c-blk-foreword.n1 .c-blk-foreword-about, .c-blk-foreword.n2 .c-blk-foreword-about {
  margin-top: 166px;
}

.c-pickup_fair {
  overflow: hidden;
}
.c-pickup_fair-container {
  position: relative;
  margin: 0 104px;
}
@media only screen and (min-width: 769px) and (max-width: 1439px) {
  .c-pickup_fair-container {
    margin: 0 calc(104 / var(--lo1) * var(--lo2));
  }
}
@media only screen and ( max-width:768px ) {
  .c-pickup_fair-container {
    margin: 0 calc(21 / var(--lo1) * var(--lo2));
  }
}
.c-pickup_fair-top {
  background-color: #DED7C5;
  padding: 56px 0;
}
.c-pickup_fair-top .swiper-container:nth-child(n+2) {
  margin-top: 50px;
}
@media only screen and ( max-width:768px ) {
  .c-pickup_fair-top {
    padding: 66px 0 45px;
  }
}
.c-pickup_fair__date {
  position: absolute;
  z-index: 1;
  top: 19px;
  left: -75px;
  width: 180px;
  height: 54px;
  color: #fff;
  background-color: #000000;
  padding: 0px 0 0 20px;
}
@media only screen and ( max-width:768px ) {
  .c-pickup_fair__date {
    top: -26px;
    left: calc(-21 / var(--lo1) * var(--lo2));
  }
}
.c-pickup_fair__date .month, .c-pickup_fair__date .day, .c-pickup_fair__date .dotw {
  display: inline-block;
  text-align: right;
  line-height: 1;
  letter-spacing: 0.1rem;
  font-family: Garamond, "EB Garamond", serif;
  font-weight: 500;
}
.c-pickup_fair__date .month {
  position: relative;
  top: -15px;
  font-size: 26px;
}
.c-pickup_fair__date .day {
  font-size: 52px;
  margin-top: 0px;
}
.c-pickup_fair__date .dotw {
  font-size: 20px;
}
.c-pickup_fair__date.sat {
  background-color: #17698E;
}
.c-pickup_fair__date.sun,
.c-pickup_fair__date.holiday {
  background-color: #984444;
}
.c-pickup_fair-list {
  display: flex;
}
.c-pickup_fair-col_txt {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.c-pickup_fair-col_r {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
@media only screen and (max-width: 978px) {
  .c-pickup_fair-col_r {
    display: block;
  }
}
@media only screen and ( max-width:768px ) {
  .c-pickup_fair-col_r {
    position: static;
    padding: 31px 28px 17px;
  }
}
.c-pickup_fair-item {
  display: flex;
  flex-shrink: 0;
  width: 770px;
  background-color: #fff;
  color: #505050;
  text-decoration: none;
  margin-right: 30px;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.16));
}
.c-pickup_fair-item.is-hover .c-pickup_fair-item__img, .c-pickup_fair-item.is-hover .c-pickup_fair-col_r {
  opacity: 0.6;
  transition: opacity 0.1s cubic-bezier(0.5, 1, 0.89, 1);
}
@media only screen and (max-width: 978px) {
  .c-pickup_fair-item {
    width: calc(0.7873210634 * var(--lo2));
  }
}
@media only screen and ( max-width:768px ) {
  .c-pickup_fair-item {
    position: relative;
    display: block;
    width: calc(344 / var(--lo1) * var(--lo2));
    margin-right: 13px;
  }
}
.c-pickup_fair-item__img {
  flex-shrink: 0;
  width: 388px;
  height: 388px;
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.c-pickup_fair-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 978px) {
  .c-pickup_fair-item__img {
    width: calc(0.3967280164 * var(--lo2));
    height: calc(0.3967280164 * var(--lo2));
  }
}
@media only screen and ( max-width:768px ) {
  .c-pickup_fair-item__img {
    width: calc(344 / var(--lo1) * var(--lo2));
    height: calc(230 / var(--lo1) * var(--lo2));
  }
}
.c-pickup_fair-item-txt {
  width: 100%;
  padding: 0 30px;
}
@media only screen and (max-width: 978px) {
  .c-pickup_fair-item-txt {
    margin-top: 57px;
  }
}
@media only screen and ( max-width:768px ) {
  .c-pickup_fair-item-txt {
    padding: 0;
    margin-top: 0;
  }
}
.c-pickup_fair-item__time, .c-pickup_fair-item__shoulder, .c-pickup_fair-item__ttl, .c-pickup_fair-item__tag {
  letter-spacing: 0.1em;
}
.c-pickup_fair-item__shoulder, .c-pickup_fair-item__ttl, .c-pickup_fair-item__tag {
  width: 100%;
}
.c-pickup_fair-item__time {
  position: absolute;
  top: 16px;
  right: 19px;
  display: table;
  font-size: 12px;
  background-color: #F1F1F3;
  padding: 3px 6px;
}
@media only screen and ( max-width:768px ) {
  .c-pickup_fair-item__time {
    top: 8px;
    right: 8px;
  }
}
.c-pickup_fair-item__shoulder {
  font-size: 12px;
}
.c-pickup_fair-item__ttl {
  font-size: 18px;
  line-height: 1.77;
  margin-top: 13px;
}
@media only screen and ( max-width:768px ) {
  .c-pickup_fair-item__ttl {
    font-size: 16px;
    line-height: 2;
    margin-top: 2px;
  }
}
.c-pickup_fair-item__tag {
  position: absolute;
}
@media only screen and ( min-width:769px ) {
  .c-pickup_fair-item__tag {
    left: 0;
    bottom: 39px;
    padding: 0 30px;
  }
}
@media only screen and ( max-width:768px ) {
  .c-pickup_fair-item__tag {
    position: relative;
    margin-top: 15px;
  }
}
.c-pickup_fair-item__tag p {
  font-size: 12px;
  line-height: 1;
  color: #B5B5B5;
}
.c-pickup_fair-item__tag p:nth-child(n+2) {
  margin-top: 13px;
}
.c-pickup_fair-item:last-child {
  margin-right: 0;
}
.c-pickup_fair-item.is-hover .c-pickup_fair-col_txt {
  opacity: 0.6;
  transition: opacity 0.1s cubic-bezier(0.5, 1, 0.89, 1);
}
.c-pickup_fair .c-fair_calendar {
  margin-top: 89px;
}

.c-fair-hold-sort {
  position: relative;
  width: 1270px;
  margin: auto;
  background-color: #fff;
  padding: 55px 30px 60px;
}
@media only screen and (min-width: 769px) and (max-width: 1439px) {
  .c-fair-hold-sort {
    width: calc(1270 / var(--lo1) * var(--lo2));
  }
}
@media only screen and ( max-width:768px ) {
  .c-fair-hold-sort {
    width: auto;
    margin: 0 calc(21 / var(--lo1) * var(--lo2));
    padding: 25px 30px 30px;
  }
}
.c-fair-hold-sort .ttl {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  margin: auto;
}
.c-fair-hold-sort-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.c-fair-hold-sort a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 43px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #505050;
  margin: 5px;
  padding: 1px 25px 0;
  border: 1px solid #707070;
  border-radius: 22px;
  transition: color 0.3s cubic-bezier(0.5, 1, 0.89, 1), background-color 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  text-decoration: none;
}
@media only screen and ( max-width:768px ) {
  .c-fair-hold-sort a {
    margin: 11px;
  }
}
.c-fair-hold-sort a:before {
  content: "#";
  margin-right: 6px;
}
.c-fair-hold-sort a:last-child {
  margin-right: 0;
}
.c-fair-hold-sort a.is-acvive {
  background-color: #707070;
}
.c-fair-hold-sort a.is-active, .c-fair-hold-sort a.is-hover {
  color: #fff;
  background-color: #707070;
  transition: color 0.1s cubic-bezier(0.5, 1, 0.89, 1), background-color 0.1s cubic-bezier(0.5, 1, 0.89, 1);
}

.c-pagination-num {
  display: flex;
  justify-content: center;
}
.c-pagination-num a {
  position: relative;
  display: flex;
  width: 51px;
  height: 51px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #505050;
  text-decoration: none;
  margin: 0 10px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #ffffff;
  transition: color 0.3s cubic-bezier(0.5, 1, 0.89, 1), background-color 0.3s cubic-bezier(0.5, 1, 0.89, 1), border 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.c-pagination-num a.is-hover {
  color: #fff;
  border: 1px solid #505050;
  background-color: #505050;
  transition: color 0.1s cubic-bezier(0.5, 1, 0.89, 1), border 0.1s cubic-bezier(0.5, 1, 0.89, 1), background-color 0.1s cubic-bezier(0.5, 1, 0.89, 1), border 0.1s cubic-bezier(0.5, 1, 0.89, 1);
}
.c-pagination-num a.current {
  border: 1px solid #b5b5b5;
  pointer-events: none;
}
.c-pagination-next_btn, .c-pagination-prev_btn {
  position: relative;
  display: block;
  width: 292px;
  font-size: 16px;
  letter-spacing: 0.3em;
  text-decoration: none;
  color: #505050;
  white-space: nowrap;
  margin: 68px auto 0;
  padding-bottom: 9px;
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
@media only screen and ( max-width:768px ) {
  .c-pagination-next_btn, .c-pagination-prev_btn {
    font-size: 18px;
    margin: 32px auto 0;
  }
}
.c-pagination-next_btn span, .c-pagination-prev_btn span {
  font-size: 12px;
}
.c-pagination-next_btn span:after, .c-pagination-prev_btn span:after {
  content: "";
  margin-right: -0.3em;
}
.c-pagination-next_btn:after, .c-pagination-prev_btn:after {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 1px;
  background-color: #505050;
}
.c-pagination-next_btn:before, .c-pagination-prev_btn:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #505050;
}
.c-pagination-next_btn.is-hover, .c-pagination-prev_btn.is-hover {
  opacity: 0.6;
  transition: opacity 0.1s cubic-bezier(0.5, 1, 0.89, 1);
}
.c-pagination-next_btn {
  text-align: right;
  padding-right: 25px;
}
.c-pagination-next_btn:after {
  right: 0;
  bottom: 0;
  transform: rotate(45deg);
  transform-origin: right;
}
.c-pagination-prev_btn {
  padding-left: 25px;
}
.c-pagination-prev_btn:after {
  left: 0;
  bottom: 0;
  transform: rotate(-45deg);
  transform-origin: left;
}

.c-recommend_fair {
  width: 1262px;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) and (max-width: 1439px) {
  .c-recommend_fair {
    width: calc(1262 / var(--lo1) * var(--lo2));
  }
}
@media only screen and (max-width: 1280px) {
  .c-recommend_fair {
    width: 100%;
  }
}
.c-recommend_fair-main {
  position: relative;
  display: flex;
  margin-bottom: -45px;
}
@media only screen and (min-width: 769px) and (max-width: 1439px) {
  .c-recommend_fair-main {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1280px) {
  .c-recommend_fair-main {
    display: block;
    margin-bottom: 0;
  }
}
.c-recommend_fair-main-img {
  order: 2;
  width: 946px;
  margin: 0 0 0 auto;
}
.c-recommend_fair-main-img img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 769px) and (max-width: 1439px) {
  .c-recommend_fair-main-img {
    width: calc(946 / var(--lo1) * var(--lo2));
  }
}
@media only screen and (max-width: 1280px) {
  .c-recommend_fair-main-img {
    width: 100%;
    margin: auto;
  }
}
.c-recommend_fair-main-txt {
  order: 1;
  position: absolute;
  padding-top: 91px;
}
@media only screen and (min-width: 769px) and (max-width: 1439px) {
  .c-recommend_fair-main-txt {
    padding-top: calc(91 / var(--lo1) * var(--lo2));
  }
}
@media only screen and (max-width: 1280px) {
  .c-recommend_fair-main-txt {
    position: relative;
    margin: 0 24px;
    padding-top: 34px;
  }
}
.c-recommend_fair-main__shoulder {
  display: table;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.1em;
  padding: 0.4em;
  color: #fff;
  background-color: #AB7C0B;
  margin-bottom: 27px;
}
@media only screen and (max-width: 1280px) {
  .c-recommend_fair-main__shoulder {
    font-size: 14px;
    padding: 2px 5px;
    margin-bottom: 20px;
  }
}
.c-recommend_fair-main__ttl {
  font-size: 24px;
  line-height: 2.29;
  letter-spacing: 0.1em;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  display: inline;
  padding: 0.4em 0.4em 0.4em 0;
  margin-right: -0.4em;
  color: #AB7C0B;
  background-color: #F1F1F3;
}
@media only screen and (max-width: 1280px) {
  .c-recommend_fair-main__ttl {
    font-size: 18px;
    line-height: 1.75;
    padding: 0;
  }
  .c-recommend_fair-main__ttl .elm-pc {
    display: none;
  }
}
.c-recommend_fair-main__desc {
  width: 293px;
  font-size: 14px;
  line-height: 2.35;
  letter-spacing: 0.1em;
  margin-top: 26px;
}
@media only screen and (min-width: 769px) and (max-width: 1439px) {
  .c-recommend_fair-main__desc {
    width: calc(293 / var(--lo1) * var(--lo2));
  }
}
@media only screen and (max-width: 1280px) {
  .c-recommend_fair-main__desc {
    width: auto;
    line-height: 1.85;
    margin-top: 19px;
  }
}
.c-recommend_fair-main__desc p.rect {
  display: table;
  line-height: 1;
  border: 1px solid #707070;
  padding: 8px 12px;
  margin-top: 29px;
}
.c-recommend_fair-other {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 769px) and (max-width: 1439px) {
  .c-recommend_fair-other {
    margin-top: 68px;
  }
}
@media only screen and (max-width: 1280px) {
  .c-recommend_fair-other {
    display: block;
    margin-top: 40px;
  }
}
.c-recommend_fair-content, .c-recommend_fair-benefit {
  width: 614px;
}
@media only screen and (min-width: 769px) and (max-width: 1439px) {
  .c-recommend_fair-content, .c-recommend_fair-benefit {
    width: calc(614 / var(--lo1) * var(--lo2));
  }
}
@media only screen and (max-width: 1280px) {
  .c-recommend_fair-content, .c-recommend_fair-benefit {
    width: auto;
  }
}
.c-recommend_fair-content-inner, .c-recommend_fair-benefit-inner {
  position: relative;
  padding: 0 35px 30px;
}
@media only screen and (max-width: 1280px) {
  .c-recommend_fair-content-inner, .c-recommend_fair-benefit-inner {
    width: auto;
    padding: 0 19px 42px;
  }
}
.c-recommend_fair-content-inner h4, .c-recommend_fair-benefit-inner h4 {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #505050;
  margin-bottom: 30px;
}
@media only screen and ( max-width:768px ) {
  .c-recommend_fair-content-inner h4, .c-recommend_fair-benefit-inner h4 {
    margin-bottom: 20px;
  }
}
.c-recommend_fair-content-inner:after, .c-recommend_fair-benefit-inner:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  display: block;
  z-index: -1;
  width: 100%;
  height: calc(100% - 12 / var(--lo1) * var(--lo2));
  background-color: #fff;
}
.c-recommend_fair-content h5.rect {
  display: table;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.1em;
  border: 1px solid #707070;
  padding: 6px 8px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1280px) {
  .c-recommend_fair-content h5.rect {
    margin-bottom: 6px;
  }
}
.c-recommend_fair-content img {
  width: 100%;
  height: auto;
  margin-bottom: 21px;
}
@media only screen and (max-width: 1280px) {
  .c-recommend_fair-content img {
    margin-bottom: 12px;
  }
}
.c-recommend_fair-content-item {
  margin-bottom: 48px;
}
.c-recommend_fair-content-item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1280px) {
  .c-recommend_fair-content-item {
    margin-bottom: 36px;
  }
}
.c-recommend_fair-content__desc {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 2;
}
.c-recommend_fair-benefit {
  margin-top: 112px;
}
@media only screen and (min-width: 769px) and (max-width: 1439px) {
  .c-recommend_fair-benefit {
    margin-top: 0px;
  }
}
.c-recommend_fair-benefit-inner {
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 1280px) {
  .c-recommend_fair-benefit {
    margin-top: 49px;
  }
}
.c-recommend_fair-benefit h5.underline {
  position: relative;
  display: table;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.c-recommend_fair-benefit h5.underline:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #505050;
}
.c-recommend_fair-benefit h6.rect {
  display: table;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #fff;
  background-color: #505050;
  white-space: nowrap;
  padding: 5px 13px;
}
.c-recommend_fair-benefit h6.rect:after {
  content: "";
  margin-right: -0.2em;
}
.c-recommend_fair-benefit-list {
  margin-top: 8px;
}
.c-recommend_fair-benefit-list li {
  position: relative;
  font-size: 14px;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding-left: 20px;
  margin-top: 10px;
  margin-left: 8px;
}
@media only screen and (max-width: 1280px) {
  .c-recommend_fair-benefit-list li {
    margin-top: 2px;
  }
}
.c-recommend_fair-benefit-list li:before {
  position: absolute;
  left: 0;
  content: "●";
}
.c-recommend_fair-benefit-list li:first-child {
  margin-top: 0;
}
.c-recommend_fair-benefit-visit {
  padding: 18px 14px 12px;
  background-color: rgba(214, 214, 214, 0.41);
}
.c-recommend_fair-benefit-contract {
  margin-top: 47px;
  padding-left: 14px;
}
@media only screen and (max-width: 1280px) {
  .c-recommend_fair-benefit-contract {
    margin-top: 28px;
  }
}
.c-recommend_fair-benefit-contract h5.underline:after {
  background-color: #baad9d;
}
.c-recommend_fair-benefit-contract h6.rect {
  background-color: #baad9d;
}
.c-recommend_fair-benefit__period {
  display: table;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.06em;
  border: 1px solid #707070;
  padding: 8px 11px;
  margin: 28px 0 0 auto;
}
.c-recommend_fair-benefit .desc {
  font-size: 18px;
  line-height: 1.55;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 37px;
  padding: 0 22px;
}
@media only screen and (max-width: 1280px) {
  .c-recommend_fair-benefit .desc {
    font-size: 14px;
    line-height: 2;
    margin-top: 30px;
  }
  .c-recommend_fair-benefit .desc br {
    display: block;
    content: "";
    margin: 23px 0 0;
  }
  .c-recommend_fair-benefit .desc br.elm-pc {
    display: none;
  }
}

.c-footer {
  position: relative;
  width: 100%;
  color: #fff;
  background-color: #000;
}
.c-footer a {
  color: #fff;
  text-decoration: none;
}
@media only screen and ( max-width:768px ) {
  .c-footer {
    width: 100%;
  }
}
.c-footer-img-wrapper {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  filter: contrast(1.1);
}
.c-footer-img-wrapper:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgb(43, 43, 43) 0%, rgb(106, 106, 106) 100%);
  mix-blend-mode: multiply;
  opacity: 0.75;
}
.c-footer-top {
  font-size: 14px;
  line-height: 2.28;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1280px) {
  .c-footer-top {
    font-size: 12px;
    letter-spacing: 0.08em;
  }
}
@media only screen and ( max-width:768px ) {
  .c-footer-top {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
.c-footer-top-navi-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 110px;
  padding: 0 94px;
}
@media only screen and (min-width: 769px) and (max-width: 1439px) {
  .c-footer-top-navi-list {
    padding: 0 calc(94 / var(--lo1) * var(--lo2));
  }
}
@media only screen and ( max-width:768px ) {
  .c-footer-top-navi-list {
    height: auto;
    display: block;
    padding: 45px calc(55 / var(--lo1) * var(--lo2));
  }
}
.c-footer-top-navi-list:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.25;
}
.c-footer-top-navi-list a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 270px;
  height: 43px;
  padding-top: 1px;
  border: 1px solid #fff;
  border-radius: 22px;
  transition: color 0.3s cubic-bezier(0.5, 1, 0.89, 1), background-color 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
@media only screen and (min-width: 769px) and (max-width: 1439px) {
  .c-footer-top-navi-list a {
    width: calc(270 / var(--lo1) * var(--lo2));
  }
}
@media only screen and ( max-width:768px ) {
  .c-footer-top-navi-list a {
    width: 100%;
    margin-top: 30px;
  }
  .c-footer-top-navi-list a:first-child {
    margin-top: 0;
  }
}
.c-footer-top-navi-list a.is-hover {
  color: #505050;
  background-color: #fff;
  transition: color 0.1s cubic-bezier(0.5, 1, 0.89, 1), background-color 0.1s cubic-bezier(0.5, 1, 0.89, 1);
}
.c-footer-middle {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
@media only screen and ( max-width:768px ) {
  .c-footer-middle {
    display: block;
  }
}
.c-footer-middle-navi {
  display: flex;
  padding: 100px 94px 0;
}
.c-footer-middle-navi .col-sp {
  display: flex;
}
@media only screen and (max-width: 1280px) {
  .c-footer-middle-navi .col-sp {
    display: block;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1439px) {
  .c-footer-middle-navi {
    padding: 100px calc(94 / var(--lo1) * var(--lo2)) 0;
  }
}
@media only screen and ( max-width:768px ) {
  .c-footer-middle-navi {
    width: 100%;
    padding: 34px calc(36 / var(--lo1) * var(--lo2)) 0;
  }
}
.c-footer-middle-navi-list {
  flex-shrink: 0;
}
.c-footer-middle-navi-list a {
  display: table;
  font-size: 14px;
  line-height: 2.28;
  letter-spacing: 0.1em;
}
.c-footer-middle-navi-list.col1 {
  width: 280px;
}
@media only screen and (min-width: 769px) and (max-width: 1439px) {
  .c-footer-middle-navi-list.col1 {
    width: calc(280 / var(--lo1) * var(--lo2));
  }
}
.c-footer-middle-navi-list.col1 a {
  margin-top: 9px;
}
.c-footer-middle-navi-list.col1 a:first-child {
  margin-top: 0;
}
@media only screen and ( max-width:768px ) {
  .c-footer-middle-navi-list.col1 a {
    margin-top: 8px;
  }
}
@media only screen and ( max-width:768px ) {
  .c-footer-middle-navi-list.col1 {
    width: calc(183 / var(--lo1) * var(--lo2));
  }
}
.c-footer-middle-navi-list.col2 {
  width: 292px;
}
@media only screen and (min-width: 769px) and (max-width: 1439px) {
  .c-footer-middle-navi-list.col2 {
    width: calc(292 / var(--lo1) * var(--lo2));
  }
}
.c-footer-middle-navi-list.col2 a {
  margin-top: 9px;
}
.c-footer-middle-navi-list.col2 a:first-child {
  margin-top: 0;
}
@media only screen and ( max-width:768px ) {
  .c-footer-middle-navi-list.col2 a {
    margin-top: 8px;
  }
}
@media only screen and ( max-width:768px ) {
  .c-footer-middle-navi-list.col2 {
    width: calc(183 / var(--lo1) * var(--lo2));
  }
}
.c-footer-middle-navi-list.col3 {
  margin-top: -2px;
}
.c-footer-middle-navi-list.col3 a {
  font-size: 12px;
  line-height: 2.66;
  letter-spacing: 0.1em;
  margin-top: 6px;
}
.c-footer-middle-navi-list.col3 a:first-child {
  margin-top: 0;
}
@media only screen and ( max-width:768px ) {
  .c-footer-middle-navi-list.col3 {
    margin-top: -1px;
    width: calc(132 / var(--lo1) * var(--lo2));
  }
  .c-footer-middle-navi-list.col3 a {
    font-size: 12px;
    line-height: 2.66;
    letter-spacing: 0.1em;
  }
  .c-footer-middle-navi-list.col3:first-child {
    margin-top: 0;
  }
}
.c-footer-middle-about {
  padding: 108px 178px 0 0;
}
@media only screen and (min-width: 769px) and (max-width: 1439px) {
  .c-footer-middle-about {
    padding: 108px calc(178 / var(--lo1) * var(--lo2)) 0 0;
  }
}
@media only screen and ( max-width:768px ) {
  .c-footer-middle-about {
    padding: 54px calc(85 / var(--lo1) * var(--lo2)) 0;
  }
}
.c-footer-middle-about p {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.12em;
}
.c-footer-middle-about__logo img {
  width: 100%;
  height: auto;
}
@media only screen and ( max-width:768px ) {
  .c-footer-middle-about__logo {
    width: auto;
  }
}
.c-footer-middle-about__name {
  margin-top: 40px;
}
.c-footer-middle-about__address {
  margin-top: 23px;
}
.c-footer-middle-about__freecall, .c-footer-middle-about__tel {
  margin-top: 15px;
}
.c-footer-middle-about-sns {
  display: flex;
}
@media only screen and ( max-width:768px ) {
  .c-footer-middle-about-sns {
    margin-top: 39px;
  }
}
.c-footer-middle-about-sns__insta, .c-footer-middle-about-sns__yt, .c-footer-middle-about-sns__fb {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}
.c-footer-middle-about-sns__insta {
  display: block;
  width: 21px;
  height: 21px;
  margin-right: 17px;
}
.c-footer-middle-about-sns__yt {
  display: block;
  width: 21px;
  height: 21px;
  margin-right: 12px;
}
.c-footer-middle-about-sns__fb {
  display: block;
  width: 21px;
  height: 21px;
}
.c-footer-breadcrumb-navi {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
  margin-top: 88px;
  padding: 0 87px;
}
@media only screen and ( max-width:768px ) {
  .c-footer-breadcrumb-navi {
    padding: 0 calc(24 / var(--lo1) * var(--lo2));
  }
}
.c-footer-breadcrumb-navi a {
  position: relative;
  z-index: 1;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #FAF8F5;
  opacity: 0.5;
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.c-footer-breadcrumb-navi a:nth-child(n+2):before {
  content: "／";
  margin: 0 5px;
}
.c-footer-breadcrumb-navi a.current {
  pointer-events: none;
}
.c-footer-breadcrumb-navi a.is-hover {
  opacity: 1;
  transition: opacity 0.1s cubic-bezier(0.5, 1, 0.89, 1);
}
.c-footer-breadcrumb-navi:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.c-footer-bottom {
  padding-top: 50px;
  padding-bottom: 62px;
  text-align: center;
}
@media only screen and ( max-width:768px ) {
  .c-footer-bottom {
    padding-top: 42px;
    padding-bottom: 19px;
  }
}
.c-footer-bottom a {
  display: table;
  margin: auto;
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.c-footer-bottom a img {
  margin: auto;
}
.c-footer-bottom a.is-hover {
  opacity: 0.6;
  transition: opacity 0.1s cubic-bezier(0.5, 1, 0.89, 1);
}
.c-footer__copyright {
  font-size: 11px;
  letter-spacing: 0.02em;
  margin-top: 34px;
}
@media only screen and ( max-width:768px ) {
  .c-footer__copyright {
    margin-top: 34px;
    color: #BAAD9D;
  }
}

.c-txtlink {
  position: relative;
  color: #505050;
  text-decoration: none;
  padding-bottom: 0px;
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-txtlink span {
  position: relative;
  display: block;
  overflow: hidden;
}
.c-txtlink span:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0.4em;
  width: 0%;
  height: 1px;
  background-color: rgb(240, 240, 240);
}
.c-txtlink.blk span:before {
  background-color: #505050;
}
.c-txtlink.is-hover span:before {
  width: 100%;
  left: 0;
  transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.c-txtlink.is-out span:before {
  left: 100%;
  width: 0%;
  transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1), left 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.swiper-lazy {
  opacity: 0;
}
.swiper-lazy.swiper-lazy-loaded {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}


.bestrate-body {
  width: 100%;
  margin-top: 100px;
}
.bestrate-body img, .bestrate-body h2 img, .bestrate-body h3 img, .bestrate-body ul img, .bestrate-body li img {
  width: 100%;
}
.bestrate-body h2, .bestrate-body h3, .bestrate-body ul, .bestrate-body li{
  margin: 0;
  padding: 0;
  display: block;
}
@media only screen and ( min-width:769px ) {
  .bestrate-body {
    width: 80%;
    max-width: 1280px;
    margin: 100px auto;
  }
}

.c-footer-middle-navi-list.col1 + .c-footer-middle-navi-list.col2 {
	margin-top: 8px;
}



/*  202304 */
.c-btn-gray {
  border: 1px solid #999;
  display: block;
  max-width: 300px;
  padding: 14px 14px;
  text-align: center;
  cursor: pointer;
  background: #999;
  color: #FFF;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: auto;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.1rem;
  text-decoration: none;
}

.c-btn-gray:hover {
  cursor: not-allowed;
}

/*  202307 */
.c-slider-nextbtn, .c-slider-prevbtn{display:flex;}
.c-slider-nextbtn.right{right:0;}
.c-fair_calendar-container{overflow:hidden;}
.c-pickup_fair__nodata{font-size:16px;text-align:center}