@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lora:400,400i&display=swap");
@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,600&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:700&display=swap" rel="stylesheet');
@keyframes scaleLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

@media only screen and (min-width: 751px) {
  .display-pc {
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  .display-pc {
    display: none;
  }
}

@media only screen and (min-width: 751px) {
  .display-sp {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  .display-sp {
    display: block;
  }
}

@keyframes scaleLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

@media only screen and (min-width: 751px) {
  .display-pc {
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  .display-pc {
    display: none;
  }
}

@media only screen and (min-width: 751px) {
  .display-sp {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  .display-sp {
    display: block;
  }
}

/* -----------------------------------------------
 [0. Normalize(ノーマライズ)]
-------------------------------------------------- */
/* Base
--------------------------------------------------*/
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

html.no-edge.no-ie * {
  font-feature-settings: "palt" 1;
}

html.no-edge.no-ie *.not-palt {
  font-feature-settings: initial;
}

body {
  margin: 0;
  overflow: visible !important;
}

html {
  overflow-y: scroll !important;
}

/* Links
--------------------------------------------------*/
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* Typography
--------------------------------------------------*/
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
--------------------------------------------------*/
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: visible;
}

/* Figures
--------------------------------------------------*/
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* Forms
--------------------------------------------------*/
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Tables
--------------------------------------------------*/
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

@keyframes scaleLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

@media only screen and (min-width: 751px) {
  .display-pc {
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  .display-pc {
    display: none;
  }
}

@media only screen and (min-width: 751px) {
  .display-sp {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  .display-sp {
    display: block;
  }
}

/* -----------------------------------------------
 [1. Reset(リセット) + Base(ベース)]
-------------------------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

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

html, body {
  text-rendering: optimizeLegibility;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: YuGothic, '游ゴシック','Noto Sans JP',"Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
  letter-spacing: 0.07em;
  font-size: 15px;
  color: #000;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  line-height: 2;
}

@media only screen and (max-width: 750px) {
  body {
    line-height: 1.92;
    font-size: 3.46667vw;
  }
}

div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code, del, em, img, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-weight: inherit;
}

html.ie body, html.ie div, html.ie span, html.ie object, html.ie iframe,
html.ie h1, html.ie h2, html.ie h3, html.ie h4, html.ie h5, html.ie h6, html.ie p, html.ie blockquote, html.ie pre,
html.ie a, html.ie abbr, html.ie acronym, html.ie address, html.ie code, html.ie del, html.ie em, html.ie img, html.ie strong,
html.ie dl, html.ie dt, html.ie dd, html.ie ol, html.ie ul, html.ie li,
html.ie fieldset, html.ie form, html.ie label,
html.ie table, html.ie caption, html.ie tbody, html.ie tfoot, html.ie thead, html.ie tr, html.ie th, html.ie td {
  font-weight: 500;
}

article, aside, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
  border: none;
  display: block;
}

h1, h2, h3, h4, h5, h6, dt {
  line-height: 1.83;
}

@media only screen and (max-width: 750px) {
  h1, h2, h3, h4, h5, h6, dt {
    line-height: 1.75;
  }
}

dd, li, th, td, input, textarea {
  text-align: left;
}

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

img {
  max-width: 100%;
  vertical-align: top;
}

svg {
  vertical-align: top;
}

a, input, button, textarea {
  border: none;
  background-color: transparent;
}

button {
  padding: 0;
}

a {
  color: #000;
  text-decoration: none;
}

img::selection, svg::selection, svg *::selection {
  background-color: transparent;
}

html .pc-middle {
  display: none !important;
}

html .pc-small {
  display: none !important;
}

@media only screen and (min-width: 751px) {
  html .sp {
    display: none !important;
  }
}

@media only screen and (max-width: 1281px) {
  html .pc-middle {
    display: block !important;
  }
}

@media only screen and (max-width: 1280px) and (min-width: 751px) {
  html .pc-small {
    display: block !important;
  }
}

@media only screen and (max-width: 750px) {
  html .pc {
    display: none !important;
  }
}

html.no-pc .ua-pc {
  display: none;
}

html.pc .ua-sp, html.tablet .ua-sp {
  display: none;
}

/* [ margin, padding ]
-------------------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

@keyframes scaleLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

@media only screen and (min-width: 751px) {
  .display-pc {
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  .display-pc {
    display: none;
  }
}

@media only screen and (min-width: 751px) {
  .display-sp {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  .display-sp {
    display: block;
  }
}

/* ----------------------------------

  --  PC

 ---------------------------------- */
@media only screen and (min-width: 751px) {
  #l-footer {
    margin-top: 240px;
  }
  #l-footer .pageTop__inner {
    margin-inline: auto 4.375vw;
    width: fit-content;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #l-footer .pageTop__inner .circleArrow, #l-footer .pageTop__inner .c-circle, #l-footer .pageTop__inner .circle, #l-footer .pageTop__inner circle {
    width: 60px;
    height: 60px;
  }
  #l-footer .pageTop__inner .circleArrow {
    margin-bottom: 5px;
  }
  #l-footer .pageTop__inner .circleArrow .c-circle {
    transform: rotate(270deg);
  }
  #l-footer .pageTop__inner .circleArrow .c-circle .circle svg {
    width: 60px;
    height: 60px;
  }
  #l-footer .pageTop__inner .text {
    font-family: 'Open Sans', sans-serif;
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  #l-footer .pageTop__inner .text {
    font-size: 10px;
    font-weight: 600;
    color: #000;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  #l-footer .pageTop__inner .text {
    font-size: 1.33333vw;
    font-weight: 600;
    color: #000;
  }
}

@media only screen and (min-width: 751px) {
  #l-footer__inner {
    display: flex;
    background-color: #f5f5f5;
    position: relative;
    margin-top: 50px;
  }
  #l-footer__inner .content {
    padding-inline: 4.375vw;
    position: relative;
    width: 100%;
  }
  #l-footer__inner .content .menuWrap {
    padding: 90px 0;
    display: grid;
    grid-template-columns: 1fr 254px;
    width: 100%;
  }
  #l-footer__inner .content .menuWrap .logo {
    width: 390px;
    height: 20px;
    margin-right: 130px;
  }
  html.ie #l-footer__inner .content .menuWrap .logo svg {
    height: 55px;
  }
  #l-footer__inner .content .menuWrap .menu {
    display: flex;
    flex-wrap: wrap;
    width: 675px;
  }
  #l-footer__inner .content .menuWrap .menu .item {
    margin-right: 36px;
    line-height: 1;
    font-size: 0;
  }
  #l-footer__inner .content .menuWrap .menu .item:last-of-type {
    position: relative;
    margin: 0;
  }
  #l-footer__inner .content .menuWrap .menu .item > a {
    display: block;
    font-family: 'Open Sans', sans-serif;
    padding-block: 40px;
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  #l-footer__inner .content .menuWrap .menu .item > a {
    font-size: 12px;
    font-weight: 600;
    color: #000;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  #l-footer__inner .content .menuWrap .menu .item > a {
    font-size: 1.6vw;
    font-weight: 600;
    color: #000;
  }
}

@media only screen and (min-width: 751px) {
  #l-footer__inner .content .menuWrap .menu .item .title-under {
    margin-bottom: 20px;
  }
  #l-footer__inner .content .menuWrap .menu .item .link-under {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  #l-footer__inner .content .menuWrap .menu .item .link-under-last {
    margin-bottom: 30px;
  }
  #l-footer__inner .content .menuWrap .menu .item .link-blank,
  #l-footer__inner .content .menuWrap .menu .item .link-ig {
    display: flex;
    align-items: center;
  }
  #l-footer__inner .content .menuWrap .menu .item .link-blank:after,
  #l-footer__inner .content .menuWrap .menu .item .link-ig:after {
    content: "";
    display: block;
    background-size: cover;
    margin-left: 9px;
  }
  #l-footer__inner .content .menuWrap .menu .item .link-blank:after {
    background-image: url("../img/foot/c-btn_icon_blank.svg");
    width: 11px;
    height: 11px;
    margin-top: -2px;
  }
  #l-footer__inner .content .menuWrap .menu .item .link-ig:after {
    background-image: url("../img/foot/c-foot_sns_icon_ig.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
  }
  #l-footer__inner .content .menuWrap .link-banner {
    grid-column: 2 / 3;
    grid-row: 1 / 4;
    display: flex;
    align-items: flex-end;
  }
  #l-footer__inner .content .menuWrap .link-banner a {
    position: relative;
    display: block;
  }
  #l-footer__inner .content .menuWrap .caption {
    grid-column: 1 / 2;
    margin-top: 30px;
    font-family: 'Open Sans', sans-serif;
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  #l-footer__inner .content .menuWrap .caption {
    font-size: 10px;
    font-weight: 600;
    color: #9ba5ab;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  #l-footer__inner .content .menuWrap .caption {
    font-size: 1.33333vw;
    font-weight: 600;
    color: #9ba5ab;
  }
}

/* ----------------------------------

  --  SMP

 ---------------------------------- */
@media only screen and (max-width: 750px) {
  #l-footer {
    margin-top: 21.33333vw;
  }
  #l-footer .pageTop {
    margin: 0 auto 6.66667vw;
  }
  #l-footer .pageTop__inner {
    margin: 0 auto;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #l-footer .pageTop__inner .circleArrow {
    width: 10.66667vw;
    height: 10.66667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4vw;
    margin-bottom: 2.66667vw;
  }
  #l-footer .pageTop__inner .circleArrow .c-circle {
    transform: rotate(270deg);
  }
  #l-footer .pageTop__inner .circleArrow .c-circle .circle, #l-footer .pageTop__inner .circleArrow .c-circle .circle svg, #l-footer .pageTop__inner .circleArrow .c-circle .circle__normal, #l-footer .pageTop__inner .circleArrow .c-circle .circle__active, #l-footer .pageTop__inner .circleArrow .c-circle circle {
    width: 10.66667vw;
    height: 10.66667vw;
  }
  #l-footer .pageTop__inner .text {
    font-family: 'Open Sans', sans-serif;
  }
}

@media only screen and (max-width: 750px) and (min-width: 751px) {
  #l-footer .pageTop__inner .text {
    font-size: 20px;
    font-weight: 600;
    color: #000;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  #l-footer .pageTop__inner .text {
    font-size: 2.66667vw;
    font-weight: 600;
    color: #000;
  }
}

@media only screen and (max-width: 750px) {
  #l-footer__inner .content {
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
  }
  #l-footer__inner .content .menuWrap {
    background-color: #f5f5f5;
    padding-top: 12vw;
  }
  #l-footer__inner .content .menuWrap .logo {
    width: 71.6vw;
    margin-left: 2.66667vw;
  }
  html.ie #l-footer__inner .content .menuWrap .logo svg {
    height: 2.93333vw;
  }
  #l-footer__inner .content .menuWrap .menu {
    display: flex;
    justify-content: space-between;
    padding-right: 5.33333vw;
    padding-bottom: 4.66667vw;
    padding-left: 5.33333vw;
  }
  #l-footer__inner .content .menuWrap .menu .item {
    line-height: 1;
    font-size: 0;
  }
  #l-footer__inner .content .menuWrap .menu .item > a {
    display: block;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    letter-spacing: 0.15em;
    padding-block: 4vw;
    letter-spacing: 0.05em;
  }
}

@media only screen and (max-width: 750px) and (min-width: 751px) {
  #l-footer__inner .content .menuWrap .menu .item > a {
    font-size: 22px;
    font-weight: 600;
    color: #000;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  #l-footer__inner .content .menuWrap .menu .item > a {
    font-size: 2.93333vw;
    font-weight: 600;
    color: #000;
  }
}

@media only screen and (max-width: 750px) {
  #l-footer__inner .content .menuWrap .menu .item .link-under {
    margin-left: 2.66667vw;
    margin-top: 3.6vw;
  }
  #l-footer__inner .content .menuWrap .menu .item .link-under-last {
    margin-bottom: 11.33333vw;
  }
  #l-footer__inner .content .menuWrap .menu .item .link-blank {
    display: flex;
    align-items: center;
  }
  #l-footer__inner .content .menuWrap .menu .item .link-blank:after {
    content: "";
    display: block;
    background-size: cover;
    margin-left: 2vw;
    background-image: url("../img/foot/c-btn_icon_blank.svg");
    width: 3.2vw;
    height: 3.2vw;
    flex-shrink: 0;
  }
  #l-footer__inner .content .menuWrap .menu .item .mt0 {
    margin-top: 0;
  }
  #l-footer__inner .content .menuWrap .link-ig {
    display: flex !important;
    gap: 4px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
  }
}

@media only screen and (max-width: 750px) and (min-width: 751px) {
  #l-footer__inner .content .menuWrap .link-ig {
    font-size: 22px;
    font-weight: 600;
    color: #000;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  #l-footer__inner .content .menuWrap .link-ig {
    font-size: 2.93333vw;
    font-weight: 600;
    color: #000;
  }
}

@media only screen and (max-width: 750px) {
  #l-footer__inner .content .menuWrap .link-ig::after {
    content: "";
    display: block;
    background-size: cover;
    background-image: url("../img/foot/c-foot_sns_icon_ig.svg");
    width: 3.46667vw;
    height: 3.46667vw;
  }
  #l-footer__inner .caption {
    line-height: 1;
    text-align: center;
    padding: 9.33333vw 0;
    font-family: 'Open Sans', sans-serif;
    border-top: 0.26667vw solid #fff;
  }
}

@media only screen and (max-width: 750px) and (min-width: 751px) {
  #l-footer__inner .caption {
    font-size: 20px;
    font-weight: 600;
    color: #9ba5ab;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  #l-footer__inner .caption {
    font-size: 2.66667vw;
    font-weight: 600;
    color: #9ba5ab;
  }
}

@media only screen and (max-width: 750px) {
  #l-footer__inner .link-banner {
    width: 100%;
    height: auto;
    padding-left: 9.33333vw;
    padding-right: 9.33333vw;
    padding-top: 9.33333vw;
    margin-bottom: 9.33333vw;
    border-top: 0.26667vw solid #fff;
  }
}

@keyframes scaleLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

@media only screen and (min-width: 751px) {
  .display-pc {
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  .display-pc {
    display: none;
  }
}

@media only screen and (min-width: 751px) {
  .display-sp {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  .display-sp {
    display: block;
  }
}

#l-header {
  width: 100%;
  position: fixed;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  opacity: 0;
}

#l-header__inner {
  width: 100%;
}

#l-header__inner .head .logo {
  display: block;
}

/* ----------------------------------

  --  PC

 ---------------------------------- */
@media only screen and (min-width: 751px) {
  #l-header {
    padding-left: 4.375vw;
    transition: background-color 0.4s cubic-bezier(0.52, 0.08, 0.18, 1);
    left: 0;
  }
  #l-header.scroll-active {
    background-color: #fff;
  }
  #l-header.scroll-active #l-header__inner .menuWrap .menu {
    margin-right: clamp(20px, calc(11vw + 80px), 260px) !important;
  }
  #l-header.scroll-active .reserve {
    right: 0;
  }
  #l-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  #l-header__inner .header__bgcolor {
    display: none;
  }
  #l-header__inner .head {
    height: 100px;
    display: flex;
    align-items: center;
  }
  #l-header__inner .head .logo {
    max-width: 390px;
    width: 21.875vw;
    height: 16px;
  }
  #l-header__inner .head .logo > a {
    display: block;
    width: 390px;
    height: 16px;
  }
  #l-header__inner .head .logo .st0 {
    transition: transform 0.4s cubic-bezier(0.52, 0.08, 0.18, 1);
  }
  html.ie #l-header__inner .head .logo {
    width: auto;
    height: auto;
    width: 250px;
    max-height: 16px;
  }
  html.ie #l-header__inner .head .logo svg {
    height: 45px;
  }
  #l-header__inner .head .logo:hover:before {
    transform: translateX(0%);
  }
  #l-header__inner .btnWrapper {
    display: none;
  }
  #l-header__inner .menuWrap-reserve {
    display: none;
  }
  #l-header__inner .menuWrap .menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 758px;
    width: 50vw;
    margin: 0 80px auto 5.3125vw;
    transition: all .4s ease-out;
  }
  body[data-en="top"] #l-header__inner .menuWrap .menu {
    max-width: 600px;
    width: 37.5vw;
    margin: 0 0.625vw auto 6.25vw;
  }
  #l-header__inner .menuWrap .menu .item {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
  body[data-en="top"] #l-header__inner .menuWrap .menu .item {
    width: 20%;
  }
  html.ie #l-header__inner .menuWrap .menu .item {
    width: 100px;
  }
  #l-header__inner .menuWrap .menu .item > .link, #l-header__inner .menuWrap .menu .item .megamenu__title .link {
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.12em;
    position: relative;
    display: inline-block;
  }
  #l-header__inner .menuWrap .menu .item > .link:after, #l-header__inner .menuWrap .menu .item .megamenu__title .link:after {
    position: absolute;
    content: "";
    display: block;
    width: calc(100% - 1px);
    height: 2px;
    background-color: #1a1b1b;
    left: 1px;
    bottom: -5px;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: 0.5s transform cubic-bezier(0.52, 0.08, 0.18, 1);
  }
  #l-header__inner .menuWrap .menu .item > .link.link-blank, #l-header__inner .menuWrap .menu .item .megamenu__title .link.link-blank {
    padding-right: 19px;
  }
  #l-header__inner .menuWrap .menu .item > .link.link-blank:before, #l-header__inner .menuWrap .menu .item .megamenu__title .link.link-blank:before {
    position: absolute;
    content: "";
    background-image: url("../img/head/c-btn_icon_blank.svg");
    width: 11px;
    height: 11px;
    margin-top: 3px;
    right: 0px;
  }
  #l-header__inner .menuWrap .menu .item:hover .link:after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  #l-header__inner .menuWrap .menu .item-megamenu {
    position: relative;
  }
  html.ie #l-header__inner .menuWrap .menu .item-megamenu {
    margin-top: -5px;
  }
  #l-header__inner .menuWrap .menu .item-megamenu.service .megamenu__wrap .inner_item {
    height: 60px;
  }
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__wrap {
    position: absolute;
    padding-top: 35px;
    text-align: left;
    width: 250px;
    height: 0;
  }
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__wrap.active {
    height: auto;
  }
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__wrap.active .inner_item {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0%);
  }
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__wrap .inner_item {
    pointer-events: none;
    opacity: 0;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #2e3030;
    background-color: #3d4345;
    transform-origin: left;
    transform: translateX(-20%);
    transition: 0.75s all cubic-bezier(0.52, 0.08, 0.18, 1);
    overflow: hidden;
  }
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__wrap .inner_item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: 0.5s all cubic-bezier(0.52, 0.08, 0.18, 1);
    z-index: 0;
    background-color: #f5f5f5;
  }
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__wrap .inner_item:last-of-type {
    border: none;
  }
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__wrap .inner_item:nth-of-type(2) {
    transition: 0.75s all cubic-bezier(0.52, 0.08, 0.18, 1) 0.2s;
  }
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__wrap .inner_item:nth-of-type(3) {
    transition: 0.75s all cubic-bezier(0.52, 0.08, 0.18, 1) 0.3s;
  }
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__wrap .inner_item:nth-of-type(4) {
    transition: 0.75s all cubic-bezier(0.52, 0.08, 0.18, 1) 0.4s;
  }
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__wrap .inner_item:nth-of-type(5) {
    transition: 0.75s all cubic-bezier(0.52, 0.08, 0.18, 1) 0.5s;
  }
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__wrap .inner_item:nth-of-type(6) {
    transition: 0.75s all cubic-bezier(0.52, 0.08, 0.18, 1) 0.6s;
  }
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__wrap .inner_item .caption {
    font-size: 10px;
  }
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__wrap .inner_item .link {
    padding-left: 20px;
    position: relative;
    z-index: 1;
    font-family: 'Open Sans', sans-serif;
    transition: 0.5sall cubic-bezier(0.52, 0.08, 0.18, 1);
    letter-spacing: 0.12em;
    line-height: 1.5;
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__wrap .inner_item .link {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__wrap .inner_item .link {
    font-size: 1.6vw;
    font-weight: 600;
    color: #fff;
  }
}

@media only screen and (min-width: 751px) {
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__wrap .inner_item .c-arrow {
    z-index: 1;
    left: inherit;
    right: 20px;
    transition: 0.5s all cubic-bezier(0.52, 0.08, 0.18, 1);
    transform: translateX(0px);
  }
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__wrap .inner_item .c-arrow svg {
    width: 13px;
  }
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__wrap .inner_item .c-arrow svg .st0 {
    stroke: #fff;
  }
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__wrap .inner_item .c-blank {
    position: absolute;
    top: 0;
    left: inherit;
    right: 20px;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    z-index: 1;
    transition: 0.5s all cubic-bezier(0.52, 0.08, 0.18, 1);
    transform: translateX(0px);
  }
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__wrap .inner_item .c-blank svg {
    width: 11px;
    height: 11px;
  }
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__wrap .inner_item .c-blank svg .st0 {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-miterlimit: 10;
  }
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__wrap .inner_item:hover:before {
    transform: translateX(0%);
  }
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__wrap .inner_item:hover .c-arrow {
    transform: translateX(5px);
  }
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__wrap .inner_item:hover .c-arrow .st0 {
    stroke: #1a1b1b;
  }
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__wrap .inner_item:hover .c-blank {
    transform: translateX(5px);
  }
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__wrap .inner_item:hover .c-blank .st0 {
    stroke: #1a1b1b;
  }
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__wrap .inner_item:hover .link {
    color: #1a1b1b;
  }
  #l-header__inner .menuWrap .menu .item .megamenu {
    position: absolute;
  }
  #l-header__inner .menuRight {
    display: flex;
  }
  #l-header__inner .snsList {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    border-left: 1px solid #bac9cd;
    margin: 20px 0;
  }
  #l-header__inner .snsList .item {
    width: 6.25vw;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #l-header__inner .snsList .item .link {
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  #l-header__inner .snsList .item .link-ig .svg_ig {
    position: absolute;
    width: 14px;
    height: 14px;
    z-index: 1;
  }
  #l-header__inner .snsList .item .link-ig .c-circle {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #l-header__inner .snsList .item .link-ig .c-circle:hover .svg_sns-icon {
    fill: #fff;
  }
  #l-header__inner .snsList .item .link-ig .circle {
    transform: rotateZ(-90deg);
  }
  #l-header__inner .snsList .item .link-ig .c-circle,
  #l-header__inner .snsList .item .link-ig .circle,
  #l-header__inner .snsList .item .link-ig .circle_active,
  #l-header__inner .snsList .item .link-ig .circle svg,
  #l-header__inner .snsList .item .link-ig .circle circle {
    width: 34px;
    height: 34px;
  }
  #l-header__inner .snsList .item .link-ig .svg_sns-icon {
    transition: 0.5s all cubic-bezier(0.52, 0.08, 0.18, 1);
  }
  html.ie #l-header__inner .snsList .item .link-ig .c-circle {
    position: relative;
  }
  html.ie #l-header__inner .snsList .item .link-ig .c-circle .svg_ig {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  #l-header__inner .languageList {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 640px;
    margin: 0 1.875vw;
  }
  #l-header__inner .languageList .item {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
  #l-header__inner .languageList .item .megamenu__title {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 0 3px 0 4px;
  }
  #l-header__inner .languageList .item .megamenu__title .link {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
  }
  #l-header__inner .languageList .item .megamenu__title .c-downArrow {
    z-index: 1;
    display: flex;
    align-items: center;
    transition: 0.5s all cubic-bezier(0.52, 0.08, 0.18, 1);
    padding-top: 2px;
    padding-left: 5px;
  }
  #l-header__inner .languageList .item .megamenu__title .c-downArrow svg {
    width: 13px;
  }
  #l-header__inner .languageList .item .megamenu__title:after {
    position: absolute;
    content: "";
    display: block;
    width: calc(100% - 1px);
    height: 2px;
    background-color: #1a1b1b;
    left: 1px;
    bottom: -5px;
    transform: scale(1, 1);
    transform-origin: left top;
    transition: 0.5s transform cubic-bezier(0.52, 0.08, 0.18, 1);
  }
  #l-header__inner .languageList .item .megamenu__title:hover:after {
    transform: scale(0, 1);
    transform-origin: right top;
  }
  #l-header__inner .languageList .item-megamenu {
    position: relative;
  }
  html.ie #l-header__inner .languageList .item-megamenu {
    margin-top: -5px;
  }
  #l-header__inner .languageList .item-megamenu .megamenu__wrap {
    position: absolute;
    padding-top: 35px;
    text-align: left;
    width: 128px;
    height: 0;
    left: -45px;
  }
  #l-header__inner .languageList .item-megamenu .megamenu__wrap.active {
    height: auto;
  }
  #l-header__inner .languageList .item-megamenu .megamenu__wrap.active .inner_item {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0%);
  }
  #l-header__inner .languageList .item-megamenu .megamenu__wrap .inner_item {
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #2e3030;
    background-color: #3d4345;
    transform-origin: left;
    transform: translateX(-20%);
    transition: 0.75s all cubic-bezier(0.52, 0.08, 0.18, 1);
    overflow: hidden;
  }
  #l-header__inner .languageList .item-megamenu .megamenu__wrap .inner_item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: 0.5s all cubic-bezier(0.52, 0.08, 0.18, 1);
    z-index: 0;
    background-color: #f5f5f5;
  }
  #l-header__inner .languageList .item-megamenu .megamenu__wrap .inner_item:last-of-type {
    border: none;
  }
  #l-header__inner .languageList .item-megamenu .megamenu__wrap .inner_item:nth-of-type(2) {
    transition: 0.75s all cubic-bezier(0.52, 0.08, 0.18, 1) 0.2s;
  }
  #l-header__inner .languageList .item-megamenu .megamenu__wrap .inner_item .link {
    padding-left: 20px;
    position: relative;
    z-index: 1;
    font-family: 'Open Sans', sans-serif;
    transition: 0.5sall cubic-bezier(0.52, 0.08, 0.18, 1);
    letter-spacing: 0.12em;
    line-height: 1.5;
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  #l-header__inner .languageList .item-megamenu .megamenu__wrap .inner_item .link {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  #l-header__inner .languageList .item-megamenu .megamenu__wrap .inner_item .link {
    font-size: 1.6vw;
    font-weight: 600;
    color: #fff;
  }
}

@media only screen and (min-width: 751px) {
  #l-header__inner .languageList .item-megamenu .megamenu__wrap .inner_item .c-check {
    z-index: 1;
    display: flex;
    align-items: center;
    top: 0;
    right: 20px;
    left: inherit;
    bottom: 0;
    margin: auto;
    position: absolute;
    transition: 0.5s all cubic-bezier(0.52, 0.08, 0.18, 1);
    transform: translateX(0px);
  }
  #l-header__inner .languageList .item-megamenu .megamenu__wrap .inner_item .c-check svg {
    width: 18px;
  }
  #l-header__inner .languageList .item-megamenu .megamenu__wrap .inner_item .c-check svg .st0 {
    fill: none;
    stroke: #fff;
  }
  #l-header__inner .languageList .item-megamenu .megamenu__wrap .inner_item:hover:before {
    transform: translateX(0%);
  }
  #l-header__inner .languageList .item-megamenu .megamenu__wrap .inner_item:hover .c-check .st0 {
    stroke: #1a1b1b;
  }
  #l-header__inner .languageList .item-megamenu .megamenu__wrap .inner_item:hover .link {
    color: #1a1b1b;
  }
  #l-header__inner .languageList .item .megamenu {
    position: absolute;
  }
  #l-header__inner .reserve {
    position: fixed;
    top: 0;
    right: -11vw;
    transition: all .4s ease-out;
  }
  #l-header__inner .reserve .item-megamenu {
    position: relative;
  }
  #l-header__inner .reserve .item-megamenu:hover .link:after {
    display: none;
  }
  #l-header__inner .reserve .item-megamenu .megamenu__wrap {
    position: absolute;
    text-align: left;
    width: 300px;
    height: 0;
    right: 0;
  }
  #l-header__inner .reserve .item-megamenu .megamenu__wrap.active {
    height: auto;
  }
  #l-header__inner .reserve .item-megamenu .megamenu__wrap.active .inner_item {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0%);
  }
  #l-header__inner .reserve .item-megamenu .megamenu__wrap.active .inner_title {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0%);
  }
  #l-header__inner .reserve .item-megamenu .megamenu__wrap .inner_title {
    pointer-events: none;
    opacity: 0;
    display: block;
    position: relative;
    width: 100%;
    padding: 20px;
    background-color: #A89F5F;
    transform-origin: left;
    transform: translateX(-20%);
    transition: 0.75s all cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
    overflow: hidden;
    color: white;
    line-height: 1.5;
  }
  #l-header__inner .reserve .item-megamenu .megamenu__wrap .inner_title .mainTxt {
    font-weight: 600;
    margin-bottom: 8px;
  }
  #l-header__inner .reserve .item-megamenu .megamenu__wrap .inner_item {
    pointer-events: none;
    opacity: 0;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 80px;
    border-top: 1px solid white;
    padding-left: 20px;
    background-color: #A89F5F;
    transform-origin: left;
    transform: translateX(-20%);
    transition: 0.75s all cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
    overflow: hidden;
  }
  #l-header__inner .reserve .item-megamenu .megamenu__wrap .inner_item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: 0.5s all cubic-bezier(0.52, 0.08, 0.18, 1);
    z-index: 0;
    background-color: #f5f5f5;
  }
  #l-header__inner .reserve .item-megamenu .megamenu__wrap .inner_item:nth-of-type(1) {
    transition: 0.75s all cubic-bezier(0.52, 0.08, 0.18, 1) 0.2s;
  }
  #l-header__inner .reserve .item-megamenu .megamenu__wrap .inner_item:nth-of-type(2) {
    transition: 0.75s all cubic-bezier(0.52, 0.08, 0.18, 1) 0.4s;
  }
  #l-header__inner .reserve .item-megamenu .megamenu__wrap .inner_item:nth-of-type(3) {
    transition: 0.75s all cubic-bezier(0.52, 0.08, 0.18, 1) 0.6s;
  }
  #l-header__inner .reserve .item-megamenu .megamenu__wrap .inner_item:nth-of-type(4) {
    transition: 0.75s all cubic-bezier(0.52, 0.08, 0.18, 1) 0.8s;
  }
  #l-header__inner .reserve .item-megamenu .megamenu__wrap .inner_item:nth-of-type(5) {
    transition: 0.75s all cubic-bezier(0.52, 0.08, 0.18, 1) 1s;
  }
  #l-header__inner .reserve .item-megamenu .megamenu__wrap .inner_item:nth-of-type(6) {
    transition: 0.75s all cubic-bezier(0.52, 0.08, 0.18, 1) 1.2s;
  }
  #l-header__inner .reserve .item-megamenu .megamenu__wrap .inner_item .link {
    position: relative;
    z-index: 1;
    transition: 0.5s all cubic-bezier(0.52, 0.08, 0.18, 1);
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.12em;
    line-height: 1.5;
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  #l-header__inner .reserve .item-megamenu .megamenu__wrap .inner_item .link {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  #l-header__inner .reserve .item-megamenu .megamenu__wrap .inner_item .link {
    font-size: 1.6vw;
    font-weight: 600;
    color: #fff;
  }
}

@media only screen and (min-width: 751px) {
  #l-header__inner .reserve .item-megamenu .megamenu__wrap .inner_item .caption {
    font-size: 10px;
  }
  #l-header__inner .reserve .item-megamenu .megamenu__wrap .inner_item .c-blank {
    position: absolute;
    top: 0;
    left: inherit;
    right: 15px;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    z-index: 1;
    transition: 0.5s all cubic-bezier(0.52, 0.08, 0.18, 1);
    transform: translateX(0px);
  }
  #l-header__inner .reserve .item-megamenu .megamenu__wrap .inner_item .c-blank svg {
    width: 11px;
    height: 11px;
  }
  #l-header__inner .reserve .item-megamenu .megamenu__wrap .inner_item .c-blank svg .st0 {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-miterlimit: 10;
  }
  #l-header__inner .reserve .item-megamenu .megamenu__wrap .inner_item:hover:before {
    transform: translateX(0%);
  }
  #l-header__inner .reserve .item-megamenu .megamenu__wrap .inner_item:hover .c-blank {
    transform: translateX(5px);
  }
  #l-header__inner .reserve .item-megamenu .megamenu__wrap .inner_item:hover .c-blank .st0 {
    stroke: #A89F5F;
  }
  #l-header__inner .reserve .item-megamenu .megamenu__wrap .inner_item:hover .link {
    color: #A89F5F;
  }
  #l-header__inner .reserve .item .megamenu__title svg {
    display: block;
  }
  #l-header__inner .reserve .item .megamenu__title svg .st0 {
    fill: none;
    stroke: white;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    transition: 0.8s all cubic-bezier(0.52, 0.08, 0.18, 1);
  }
  #l-header__inner .reserve .item .megamenu__title .link {
    overflow: hidden;
    background-color: #A89F5F;
    position: relative;
    z-index: 1;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 4px;
    box-sizing: unset;
    max-width: 180px;
    width: 11vw;
    height: 100px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 13px;
    transition: 0.8s all cubic-bezier(0.52, 0.08, 0.18, 1);
  }
  body[data-en="top"] #l-header__inner .reserve .item .megamenu__title .link {
    max-width: inherit;
    width: 250px;
  }
  #l-header__inner .reserve .item .megamenu__title .link:before {
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute;
    background: #f5f5f5;
    transform-origin: left;
    transition: transform 0.3s;
    transform: translateX(-101%);
    transition: 0.7s all cubic-bezier(0.52, 0.08, 0.18, 1);
  }
  #l-header__inner .reserve:hover .item .megamenu__title .st0 {
    stroke: #A89F5F;
  }
  #l-header__inner .reserve:hover .item .megamenu__title .link {
    color: #A89F5F;
  }
  #l-header__inner .reserve:hover .item .megamenu__title .link:before {
    transform: translateX(0%);
  }
}

/* ----------------------------------

  --  SMP

 ---------------------------------- */
@media only screen and (max-width: 750px) {
  #l-header {
    overflow: hidden;
    top: 0px;
    height: 16vw;
  }
  #l-header.scroll-active .head {
    background-color: #fff;
  }
  #l-header.scroll-active #l-header__inner .head .reserveBtn {
    transform: translateY(0);
  }
  #l-header.scroll-active #l-header__inner .head .logo {
    width: 56vw;
  }
  #l-header__inner {
    height: 100vh;
    position: relative;
  }
  #l-header__inner .header__bgcolor {
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    transform: scale(1, 0);
    transform-origin: top;
    transition: 0.8s all cubic-bezier(0.52, 0.08, 0.18, 1);
  }
  #l-header__inner .menuWrap {
    height: 100%;
    overflow-y: scroll;
  }
  #l-header__inner .menuWrap .menu .item {
    text-align: center;
  }
  #l-header__inner .menuWrap .menu .item:last-of-type {
    margin: 0;
  }
  #l-header__inner .menuWrap .menu .item-megamenu {
    position: relative;
  }
  #l-header__inner .menuWrap .menu .item-megamenu * {
    transition: 1s all cubic-bezier(0.52, 0.08, 0.18, 1);
  }
  #l-header__inner .menuWrap .menu .item-megamenu.js-megamenu-active .megamenu__title {
    margin: 0 auto 6.66667vw;
  }
  #l-header__inner .menuWrap .menu .item-megamenu.js-megamenu-active .megamenu__title .link .plus:after {
    transform: rotate(0deg);
  }
  #l-header__inner .menuWrap .menu .item-megamenu.js-megamenu-active .megamenu__wrap {
    height: auto;
    overflow: auto;
    opacity: 1;
  }
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__title .link {
    position: relative;
  }
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__title .link .plus {
    position: absolute;
    right: -5.33333vw;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.6vw;
    height: 3.6vw;
  }
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__title .link .plus:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    content: "";
    display: block;
    background-color: #1a1b1b;
    width: 100%;
    height: 2px;
  }
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__title .link .plus:after {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    content: "";
    display: block;
    background-color: #1a1b1b;
    width: 100%;
    height: 2px;
    transition: 1s all cubic-bezier(0.52, 0.08, 0.18, 1);
    transform: rotate(-270deg);
  }
  #l-header__inner .menuWrap .menu .item-megamenu:hover .link:after {
    display: none;
  }
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__wrap {
    transition: 1s all cubic-bezier(0.52, 0.08, 0.18, 1);
    height: 0;
    opacity: 0;
    overflow: hidden;
    background-color: #f5f5f5;
  }
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__wrap.active {
    height: auto;
  }
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__wrap.active .inner_item {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0%);
  }
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__wrap .inner_item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 100%;
    transition: 1.5s all cubic-bezier(0.52, 0.08, 0.18, 1);
    padding: 3.6vw 0;
  }
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__wrap .inner_item:first-of-type {
    padding-top: 8.93333vw;
  }
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__wrap .inner_item:last-of-type {
    padding-bottom: 8.93333vw;
  }
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__wrap .inner_item .text {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__wrap .inner_item .caption {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    color: #1a1b1b;
  }
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__wrap .inner_item .link {
    position: relative;
    z-index: 1;
    font-family: 'Open Sans', sans-serif;
    font-size: 3.73333vw;
    color: #1a1b1b;
    line-height: 1.4;
  }
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__wrap .inner_item .c-blank {
    margin-left: 2.66667vw;
    width: 3.2vw;
    height: 3.2vw;
  }
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__wrap .inner_item .c-blank .st0 {
    stroke: #1a1b1b;
    stroke-width: 3;
    fill: transparent;
  }
  #l-header__inner .menuWrap .menu .item-megamenu .megamenu__wrap .inner_item .c-arrow {
    display: none;
  }
  #l-header__inner .menuWrap .menu .item .link {
    color: #1a1b1b;
    font-family: 'Open Sans', sans-serif;
    font-size: 4.26667vw;
  }
  #l-header__inner .menuWrap .menu .item .link.link-blank::after {
    content: "";
    width: 3.2vw;
    height: 3.2vw;
    display: inline-block;
    background-image: url(/assets_takanawa/img/head/c-btn_icon_blank.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 2.13333vw;
  }
  #l-header__inner .menuWrap .menu .item .languageList {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #l-header__inner .menuWrap .menu .item .languageList__item .languageList__link {
    display: block;
    box-sizing: unset;
    font-family: 'Open Sans', sans-serif;
    color: #6b6b6b;
    font-size: 2.93333vw;
  }
  #l-header__inner .menuWrap .menu .item .languageList__item .languageList__link-active {
    color: #000;
    position: relative;
  }
  #l-header[data-en="header"] #l-header__inner .menuWrap .menu .item .languageList__item .languageList__link-active:before {
    width: 6.8vw;
  }
  #l-header__inner .menuWrap .menu .item .languageList__item .languageList__link-active:before {
    bottom: -1.6vw;
    right: 1px;
    position: absolute;
    content: "";
    display: block;
    width: 3.46667vw;
    height: 0.53333vw;
    background-color: #000;
  }
  #l-header__inner .menuWrap .menu .item .languageList__item:last-of-type {
    display: flex;
  }
  #l-header__inner .menuWrap .menu .item .languageList__item:last-of-type:before {
    font-family: 'Open Sans', sans-serif;
    content: "/";
    display: block;
    font-size: 2.93333vw;
    margin: 0.13333vw 1.33333vw 0;
  }
  #l-header__inner .menuWrap-humberger {
    pointer-events: none;
    transition: 0.7s all cubic-bezier(0.52, 0.08, 0.18, 1);
    padding: 13.33333vw 0 44.76276vw;
  }
  .l-header-open #l-header__inner .menuWrap-humberger {
    pointer-events: auto;
  }
  #l-header__inner .menuWrap-humberger .menu .item {
    margin-bottom: 9.33333vw;
  }
  #l-header__inner .menuWrap-reserve {
    pointer-events: none;
    transition: 0.7s all cubic-bezier(0.52, 0.08, 0.18, 1);
  }
  .l-reserve-open #l-header__inner .menuWrap-reserve {
    pointer-events: auto;
  }
  #l-header__inner .menuWrap-reserve .title {
    background-color: #A89F5F;
    color: white;
    padding: 5.33333vw;
    border-bottom: 1px solid white;
  }
  #l-header__inner .menuWrap-reserve .title .mainTxt {
    font-weight: 600;
    margin-bottom: 8px;
  }
  #l-header__inner .menuWrap-reserve .menu .item {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 18.66667vw;
    background-color: #A89F5F;
    transform-origin: left;
    opacity: 0;
    transition: 1.5s all cubic-bezier(0.52, 0.08, 0.18, 1);
  }
  #l-header__inner .menuWrap-reserve .menu .item a {
    padding-left: 5.33333vw;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  #l-header__inner .menuWrap-reserve .menu .item .link {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 4.26667vw;
    text-align: left;
    line-height: 1.3;
  }
  #l-header__inner .menuWrap-reserve .menu .item .caption {
    font-size: 10px;
  }
  #l-header__inner .menuWrap-reserve .menu .item .c-blank {
    position: absolute;
    top: 0;
    right: 5.33333vw;
    left: inherit;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    z-index: 1;
  }
  #l-header__inner .menuWrap-reserve .menu .item .c-blank .st0 {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-miterlimit: 10;
  }
  #l-header__inner .menuWrap-reserve .menu .item .c-blank svg {
    width: 4.13333vw;
    height: 4.13333vw;
  }
  #l-header__inner .head {
    position: relative;
    z-index: 1;
    height: 16vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #l-header__inner .head .logo {
    width: 72vw;
    height: 2.93333vw;
    margin-left: 2.66667vw;
    transition: 0.4s all cubic-bezier(0.52, 0.08, 0.18, 1);
  }
  #l-header__inner .head .logo svg {
    width: 110%;
  }
  #l-header__inner .head .btnWrapper {
    display: flex;
  }
  #l-header__inner .head .btnWrapper .btn {
    width: 16vw;
    height: 16vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #l-header__inner .head .btnWrapper .btn .icon {
    margin-bottom: 2vw;
  }
  #l-header__inner .head .btnWrapper .btn .menu-text {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 10px;
  }
  #l-header__inner .head .btnWrapper .btn .text {
    height: 10px;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    transition: 0.4s all cubic-bezier(0.52, 0.08, 0.18, 1);
  }
}

@media only screen and (max-width: 750px) and (min-width: 751px) {
  #l-header__inner .head .btnWrapper .btn .text {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  #l-header__inner .head .btnWrapper .btn .text {
    font-size: 2.13333vw;
    font-weight: 600;
    color: #fff;
  }
}

@media only screen and (max-width: 750px) {
  #l-header__inner .head .btnWrapper .btn .text-close {
    top: 0px;
  }
  #l-header__inner .head .btnWrapper .btn .text-open {
    top: -10px;
  }
  #l-header__inner .head .reserveBtn {
    background-color: #A89F5F;
    transition: 0.4s all cubic-bezier(0.52, 0.08, 0.18, 1);
    transform: translateY(-100%);
  }
  #l-header__inner .head .reserveBtn .icon {
    width: 4.8vw;
    height: 4.13333vw;
    position: relative;
  }
  #l-header__inner .head .reserveBtn .icon .icon-close {
    position: absolute;
    top: 0;
    transform: scale(1, 1);
    transition: 0.7s all cubic-bezier(0.52, 0.08, 0.18, 1);
  }
  #l-header__inner .head .reserveBtn .icon .icon-open {
    position: absolute;
    top: 0;
    transform: scale(0, 0);
    margin: auto;
    transition: 0.7s all cubic-bezier(0.52, 0.08, 0.18, 1) 0.1s;
  }
  #l-header__inner .head .humbergerBtn {
    background-color: #1a1b1b;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s all cubic-bezier(0.52, 0.08, 0.18, 1);
  }
  #l-header__inner .head .humbergerBtn .icon {
    width: 4.8vw;
    height: 4.13333vw;
    position: relative;
  }
  #l-header__inner .head .humbergerBtn .icon .border {
    position: absolute;
    width: 100%;
    height: 0.26667vw;
    background-color: #ffffff;
    transition: all 0.2s;
  }
  #l-header__inner .head .humbergerBtn .icon .border:first-of-type {
    top: 0.66667vw;
  }
  #l-header__inner .head .humbergerBtn .icon .border:nth-of-type(2) {
    top: 2vw;
  }
  #l-header__inner .head .humbergerBtn .icon .border:last-of-type {
    top: 3.2vw;
  }
  #l-header__inner .menuWrap {
    position: absolute;
    z-index: 1;
    opacity: 0;
    right: 0;
    left: 0;
  }
  #l-header__inner .languageList,
  #l-header__inner .snsList,
  #l-header__inner .reserve {
    display: none;
  }
  #l-header.l-header-open #l-header__inner .header__bgcolor {
    transform: scale(1, 1);
  }
  #l-header.l-header-open #l-header__inner .head .reserveBtn {
    opacity: 0.2;
  }
  #l-header.l-header-open #l-header__inner .head .humbergerBtn .icon .border:first-of-type {
    top: 2vw;
    transform: rotate(45deg);
  }
  #l-header.l-header-open #l-header__inner .head .humbergerBtn .icon .border:nth-of-type(2) {
    opacity: 0;
  }
  #l-header.l-header-open #l-header__inner .head .humbergerBtn .icon .border:last-of-type {
    top: 2vw;
    transform: rotate(-45deg);
  }
  #l-header.l-header-open #l-header__inner .head .humbergerBtn .text-close {
    top: 10px;
  }
  #l-header.l-header-open #l-header__inner .head .humbergerBtn .text-open {
    top: 0px;
  }
  #l-header.l-header-open #l-header__inner .menuWrap-humberger {
    opacity: 1;
  }
  #l-header.l-reserve-open #l-header__inner {
    height: 100vh;
  }
  #l-header.l-reserve-open #l-header__inner .header__bgcolor {
    background-color: rgba(255, 255, 255, 0.7);
    transform: scale(1, 1);
  }
  #l-header.l-reserve-open #l-header__inner .head .humbergerBtn {
    opacity: 0.2;
  }
  #l-header.l-reserve-open #l-header__inner .head .reserveBtn .text-close {
    top: 10px;
  }
  #l-header.l-reserve-open #l-header__inner .head .reserveBtn .text-open {
    top: 0px;
  }
  #l-header.l-reserve-open #l-header__inner .head .reserveBtn .icon-close {
    transform: scale(0, 0);
    transition: 0.7s all cubic-bezier(0.52, 0.08, 0.18, 1) 0.1s;
  }
  #l-header.l-reserve-open #l-header__inner .head .reserveBtn .icon-open {
    transform: scale(1, 1);
    transition: 0.7s all cubic-bezier(0.52, 0.08, 0.18, 1);
  }
  #l-header.l-reserve-open #l-header__inner .menuWrap-reserve {
    opacity: 1;
  }
  #l-header.l-reserve-open #l-header__inner .menuWrap-reserve .menu .item {
    opacity: 1;
  }
}

@keyframes scaleLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

@media only screen and (min-width: 751px) {
  .display-pc {
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  .display-pc {
    display: none;
  }
}

@media only screen and (min-width: 751px) {
  .display-sp {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  .display-sp {
    display: block;
  }
}

html, body {
  overflow-x: hidden;
}

body.is-inertia-none #l-scroll {
  position: relative !important;
  overflow: hidden;
}

html.pc body.is-scrolling * {
  pointer-events: none;
}

html.mobile body #l-scroll, html.tablet body #l-scroll {
  position: relative !important;
  overflow: hidden;
}

#l-root {
  width: 100vw;
  min-height: 100vh;
  overflow: hidden;
  opacity: 0;
}

#l-root #l-body {
  position: relative;
  z-index: 1;
}

#l-root #l-scroll {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

#l-root #l-scroll #l-scroll-body {
  position: relative;
  will-change: transform;
}

html.ie .pace-done #l-root:after {
  display: none;
}

@media only screen and (min-width: 751px) {
  .l-main {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 750px) {
  .l-main {
    width: 89.33333vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.js__fade {
  opacity: 0;
}

@media only screen and (min-width: 751px) {
  .l-heading {
    display: flex;
    align-items: flex-start;
    margin-bottom: 280px;
    padding-top: 260px;
  }
}

@media only screen and (max-width: 750px) {
  .l-heading {
    margin-bottom: 125px;
    padding-top: 150px;
  }
  #studio .l-heading {
    margin-bottom: 120px;
  }
}

.l-heading__title__en {
  display: block;
}

.l-heading__title__en img {
  display: block;
}

@media only screen and (max-width: 750px) {
  .l-heading__title__en img {
    width: 60.66667vw;
  }
  #studio .l-heading__title__en img {
    width: 82.66667vw;
  }
  #news .l-heading__title__en img {
    width: 35.2vw;
  }
  #news_detail .l-heading__title__en img {
    width: 35.2vw;
  }
  #access .l-heading__title__en img {
    width: 50.66667vw;
  }
  #pickup .l-heading__title__en img {
    width: 49.6vw;
  }
}

.l-heading__title__enCaption {
  display: block;
}

@media only screen and (min-width: 751px) {
  .l-heading__title__enCaption {
    letter-spacing: 0.12em;
    margin-top: 19px;
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  .l-heading__title__enCaption {
    font-size: 14px;
    font-weight: 400;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  .l-heading__title__enCaption {
    font-size: 1.86667vw;
    font-weight: 400;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) {
  .l-heading__title__enCaption {
    letter-spacing: 0.05em;
    margin-top: 13.5px;
  }
}

@media only screen and (max-width: 750px) and (min-width: 751px) {
  .l-heading__title__enCaption {
    font-size: 20px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  .l-heading__title__enCaption {
    font-size: 2.66667vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

.l-heading__title__jp {
  display: block;
}

@media only screen and (min-width: 751px) {
  .l-heading__title__jp {
    letter-spacing: 0.05em;
    margin-top: 19px;
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  .l-heading__title__jp {
    font-size: 16px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  .l-heading__title__jp {
    font-size: 2.13333vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) {
  .l-heading__title__jp {
    letter-spacing: 0.05em;
    margin-top: 13.5px;
  }
}

@media only screen and (max-width: 750px) and (min-width: 751px) {
  .l-heading__title__jp {
    font-size: 24px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  .l-heading__title__jp {
    font-size: 3.2vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) {
  .l-heading__description {
    line-height: 2.22222;
    letter-spacing: 0.05em;
    margin-left: 90px;
    margin-top: -5px;
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  .l-heading__description {
    font-size: 18px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  .l-heading__description {
    font-size: 2.4vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) {
  .l-heading__description {
    line-height: 1.66667;
    letter-spacing: 0.05em;
    margin-left: 0;
    margin-top: 4vw;
  }
}

@media only screen and (max-width: 750px) and (min-width: 751px) {
  .l-heading__description {
    font-size: 30px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  .l-heading__description {
    font-size: 4vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) {
  #dine[data-en="dine"] .l-heading__description {
    margin-top: 12vw;
  }
}

@media only screen and (max-width: 750px) {
  #studio[data-en="studio"] .l-heading__description {
    margin-top: 12vw;
  }
}

#l-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
}

#l-loader__inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}

#l-loader-content {
  width: 120px;
  height: 21px;
}

#l-loader-content svg {
  width: 120px;
  height: 21px;
}

.l-heading__title.is-feature .l-heading__title__en img {
  width: auto;
  height: 35px;
}

.js__sc-z {
  overflow: hidden;
}

.js__sc-pararax {
  will-change: transform;
}

.js__pointer-hover {
  cursor: pointer;
}

.js__pointer-hover * {
  pointer-events: none;
}

.js__hover-sub * {
  pointer-events: none;
}

.js__splash-cover, .js__splash-cover-parent, .js__cover-parent {
  overflow: hidden;
  position: relative;
}

.js__cover, .js__splash-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fafafa;
  z-index: 1;
  display: block;
}

.js__panel-parent {
  overflow: hidden;
}

.js__panel {
  left: -110%;
}

.js__sc-link {
  cursor: pointer;
}

.js__page {
  display: none !important;
}

.js__page.is-show {
  display: block !important;
}

.js__link-hover *, .js__line-hover * {
  pointer-events: none;
}

.js__sc-head-hide.is-disable {
  pointer-events: none;
}

.js__hover-wrap {
  overflow: hidden;
}

@keyframes scaleLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

@media only screen and (min-width: 751px) {
  .display-pc {
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  .display-pc {
    display: none;
  }
}

@media only screen and (min-width: 751px) {
  .display-sp {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  .display-sp {
    display: block;
  }
}

.c-area .m-area__link {
  display: flex;
  align-items: center;
  border-top: 1px solid #b4b8b8;
  position: relative;
  height: 100%;
}

.c-area .m-area__link .border {
  background-color: #b4b8b8;
  width: 1px;
}

.c-area .m-area__link .link {
  text-align: center;
  width: 50%;
  position: relative;
}

.c-area .m-area__link .link:before {
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  z-index: 1;
}

.c-area .m-area__link .link a {
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 0;
}

.c-area .m-area__link .link a > * {
  display: block;
}

.c-area .m-area__link .link a .en {
  margin-left: auto;
  margin-right: auto;
}

#dine[data-en="dine"] .c-area .m-area__link .link .en {
  line-height: 1;
  margin-bottom: 0;
}

#studio[data-en="studio"] .c-area .m-area__link .link .en {
  line-height: 1;
  margin-bottom: 0;
}

.c-area .m-area__link .link a .en,
.c-area .m-area__link .link a .jp {
  position: relative;
  z-index: 1;
}

.c-area .m-area__link .link a:before {
  content: "";
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  transition: 0.8s all cubic-bezier(0.52, 0.08, 0.18, 1);
  background-size: cover;
}

.c-area .m-area__link .link a:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  position: absolute;
  background: #000;
  transform-origin: left;
  transform: translateY(101%);
  transition: 0.7s all cubic-bezier(0.52, 0.08, 0.18, 1);
}

.c-area .m-area__link .link.is-current:before {
  opacity: 1;
}

/* ----------------------------------

  --  PC

 ---------------------------------- */
@media only screen and (min-width: 751px) {
  .c-area .m-area__link:before {
    z-index: 2;
    height: 70%;
  }
  .c-area .m-area__link .border {
    height: 260px;
  }
  .c-area .m-area__link .link {
    position: relative;
    transition: 0.8s all cubic-bezier(0.52, 0.08, 0.18, 1);
    background: #fff;
  }
  .c-area .m-area__link .link-dine {
    z-index: 1;
  }
  .c-area .m-area__link .link-studio {
    z-index: 0;
  }
  .c-area .m-area__link .link:before {
    width: 4px;
    height: 80px;
    top: -40px;
    transition: 0.8s all cubic-bezier(0.52, 0.08, 0.18, 1);
  }
  .c-area .m-area__link .link-dine a:before {
    background-image: url("../img/studio/b-tab_photo_01.jpg");
    background-position: center;
  }
  .c-area .m-area__link .link-studio a:before {
    background-image: url("../img/studio/b-tab_photo_02.jpg");
    background-position: center;
  }
  .c-area .m-area__link .link:hover {
    color: #1a1b1b;
  }
  .c-area .m-area__link .link:hover:before {
    top: -20px;
    background-color: #b4b8b8;
  }
  .c-area .m-area__link .link:hover .en .st0 {
    fill: #fff;
  }
  .c-area .m-area__link .link:hover .jp {
    color: #fff;
  }
  .c-area .m-area__link .link:hover a:before {
    opacity: 1;
  }
  .c-area .m-area__link .link:hover a:after {
    transform: translateY(0%);
  }
  .c-area .m-area__link .link a {
    padding: 155px 0;
  }
  .c-area .m-area__link .link .en {
    margin-bottom: 5px;
  }
  .c-area .m-area__link .link .en .st0 {
    fill: #1a1b1b;
    transition: 0.8s all cubic-bezier(0.52, 0.08, 0.18, 1);
  }
  .c-area .m-area__link .link .jp {
    letter-spacing: 0.05em;
    transition: 0.8s all cubic-bezier(0.52, 0.08, 0.18, 1);
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  .c-area .m-area__link .link .jp {
    font-size: 12px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  .c-area .m-area__link .link .jp {
    font-size: 1.6vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) {
  .c-area .m-area__link .link:first-child .en {
    width: 171px;
  }
  .c-area .m-area__link .link:last-child .en {
    width: 213px;
  }
}

/* ----------------------------------

  --  SMP

 ---------------------------------- */
@media only screen and (max-width: 750px) {
  .c-area .m-area__link {
    border-bottom: 1px solid #b4b8b8;
  }
  .c-area .m-area__link:before {
    height: calc(100% - 45px);
    top: 22px;
  }
  .c-area .m-area__link .border {
    height: 29.33333vw;
  }
  .c-area .m-area__link .link:before {
    width: 3px;
    height: 45px;
    top: -22px;
  }
  .c-area .m-area__link .link a {
    padding-top: 14.66667vw;
    padding-bottom: 14vw;
  }
  .c-area .m-area__link .link .jp {
    font-size: 2.66667vw;
    font-weight: 600;
  }
  .c-area .m-area__link .link:first-child .en {
    width: 29.73333vw;
  }
  .c-area .m-area__link .link:last-child .en {
    width: 36.93333vw;
  }
}

@keyframes scaleLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

@media only screen and (min-width: 751px) {
  .display-pc {
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  .display-pc {
    display: none;
  }
}

@media only screen and (min-width: 751px) {
  .display-sp {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  .display-sp {
    display: block;
  }
}

.c-arrow {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  z-index: 1;
}

.c-arrow svg circle {
  stroke-width: 1;
}

.c-arrow .st0 {
  fill: none;
  stroke: #1A1B1B;
}

.content__studioList .c-arrow .st0 {
  stroke: #fff;
}

/* ----------------------------------

  --  PC

 ---------------------------------- */
@media only screen and (min-width: 751px) {
  .c-arrow svg {
    width: 24px;
    height: 15px;
  }
}

/* ----------------------------------

  --  SMP

 ---------------------------------- */
@media only screen and (max-width: 750px) {
  .c-arrow svg {
    width: 4.8vw;
    height: 2.66667vw;
  }
}

@keyframes scaleLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

@media only screen and (min-width: 751px) {
  .display-pc {
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  .display-pc {
    display: none;
  }
}

@media only screen and (min-width: 751px) {
  .display-sp {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  .display-sp {
    display: block;
  }
}

/* ----------------------------------

  --  PC

 ---------------------------------- */
@media only screen and (min-width: 751px) {
  .c-btn {
    width: 250px;
    height: 60px;
    display: block;
    border-radius: 5px;
    border: 1px solid #b4b8b8;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  .c-btn .text {
    font-size: 11px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  .c-btn .text {
    font-size: 1.46667vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) {
  .c-btn__inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c-btn__inner > * {
    font-family: 'Open Sans', sans-serif;
  }
  .c-btn__inner .text {
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  .c-btn-content {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c-btn-content .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 20px auto 0;
  }
  .c-btn-content .icon svg .st0 {
    fill: transparent;
    stroke: #1a1b1b;
  }
  .c-btn-content .icon-calendar {
    position: absolute;
    top: 0;
    left: inherit;
    right: 20px;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    z-index: 1;
    transition: 0.5s all cubic-bezier(0.52, 0.08, 0.18, 1);
    transform: translateX(0px);
  }
  .c-btn-content .icon-calendar svg {
    width: 14px;
    height: 14px;
  }
  .c-btn-content .icon-calendar svg .st0 {
    fill: none;
    stroke: #1a1b1b;
    stroke-width: 2;
    stroke-miterlimit: 10;
  }
  .c-btn-content .icon-mail {
    width: 17px;
    height: 14px;
  }
  .c-btn:hover {
    background-color: #1a1b1b;
  }
  .c-btn:hover .text {
    color: #fff;
  }
  .c-btn:hover .icon .st0 {
    stroke: #fff;
  }
}

/* ----------------------------------

  --  SMP

 ---------------------------------- */
@media only screen and (max-width: 750px) {
  .c-btn {
    width: 100%;
    height: 16vw;
    display: block;
    border-radius: 0.66667vw;
    border: 1px solid #b4b8b8;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  .p-map .display-sp {
    margin: 0 5.33333vw;
  }
}

@media only screen and (max-width: 750px) and (min-width: 751px) {
  .c-btn .text {
    font-size: 22px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  .c-btn .text {
    font-size: 2.93333vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) {
  .c-btn__inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c-btn__inner > * {
    font-family: 'Open Sans', sans-serif;
  }
  .c-btn__inner .text {
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  .c-btn-content {
    position: relative;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c-btn-content .icon {
    position: absolute;
    right: 0;
    margin-right: 5.33333vw;
  }
  .c-btn-content .icon svg .st0 {
    fill: transparent;
    stroke: #1a1b1b;
  }
  .c-btn-content .icon-tel {
    width: 2.66667vw;
    height: 3.2vw;
  }
  .c-btn-content .icon-calendar {
    width: 3.46667vw;
    height: 3.33333vw;
  }
  .c-btn-content .icon-calendar {
    position: absolute;
    top: 0;
    left: inherit;
    right: 20px;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    z-index: 1;
    transition: 0.5s all cubic-bezier(0.52, 0.08, 0.18, 1);
    transform: translateX(0px);
  }
  .c-btn-content .icon-calendar svg {
    width: 3.46667vw;
    height: 3.33333vw;
  }
  .c-btn-content .icon-calendar svg .st0 {
    fill: none;
    stroke: #1a1b1b;
    stroke-width: 2;
    stroke-miterlimit: 10;
  }
  .c-btn-content .icon-mail {
    width: 3.2vw;
    height: 2.66667vw;
  }
}

@keyframes scaleLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

@media only screen and (min-width: 751px) {
  .display-pc {
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  .display-pc {
    display: none;
  }
}

@media only screen and (min-width: 751px) {
  .display-sp {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  .display-sp {
    display: block;
  }
}

.c-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
}

.c-circle .title {
  font-weight: 700;
  color: #1a1b1b;
  opacity: 0;
  font-family: 'Open Sans', sans-serif;
}

.c-circle .st0 {
  fill: none;
  stroke: #1A1B1B;
}

.c-circle .arrow {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.c-circle circle {
  fill: transparent;
}

/* ----------------------------------

  --  PC

 ---------------------------------- */
@media only screen and (min-width: 751px) {
  .c-circle {
    width: 80px;
    height: 80px;
  }
  .c-circle .title {
    font-size: 14px;
  }
  .c-circle .circle {
    position: relative;
    width: 80px;
    height: 80px;
  }
  .c-circle .circle__normal, .c-circle .circle__active {
    position: absolute;
  }
  .c-circle .circle__normal svg, .c-circle .circle__active svg {
    width: 80px;
    height: 80px;
  }
  .c-circle .circle__normal svg circle {
    stroke-width: 1;
    stroke: #b4b8b8;
  }
  .c-circle .circle__active svg circle {
    stroke-dashoffset: 0;
    stroke-width: 2;
    stroke: #1a1b1b;
  }
}

/* ----------------------------------

  --  SMP

 ---------------------------------- */
@media only screen and (max-width: 750px) {
  .c-circle {
    width: 16vw;
    height: 16vw;
  }
  .c-circle .circle {
    position: relative;
    width: 16vw;
    height: 16vw;
  }
  .c-circle .circle__normal, .c-circle .circle__active {
    position: absolute;
  }
  .c-circle .circle__normal svg, .c-circle .circle__active svg {
    width: 16vw;
    height: 16vw;
  }
  .c-circle .circle__normal svg circle {
    stroke-width: 0.26667vw;
    stroke: #b4b8b8;
  }
  .c-circle .circle__active svg circle {
    stroke-dashoffset: 0;
    stroke-width: 0.53333vw;
    stroke: #1a1b1b;
  }
}

@keyframes scaleLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

@media only screen and (min-width: 751px) {
  .display-pc {
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  .display-pc {
    display: none;
  }
}

@media only screen and (min-width: 751px) {
  .display-sp {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  .display-sp {
    display: block;
  }
}

.c-kazari {
  position: absolute;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.c-kazari__inner {
  display: flex;
  align-items: center;
}

.c-kazari.position-left {
  left: 50px;
}

.c-kazari.position-right {
  right: 50px;
}

.c-kazari .number {
  position: relative;
  width: 45px;
  height: 45px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-kazari .number .text {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  font-family: 'Open Sans', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 751px) {
  .c-kazari .number .text {
    font-size: 12px;
    font-weight: 600;
    color: #cfd1d1;
  }
}

@media only screen and (max-width: 750px) {
  .c-kazari .number .text {
    font-size: 1.6vw;
    font-weight: 600;
    color: #cfd1d1;
  }
}

.c-kazari .number .circle__normal {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.c-kazari .number .circle__normal circle {
  stroke-width: 1;
  stroke: #b4b8b8;
}

.c-kazari .number .circle__active {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.c-kazari .number .circle__active circle {
  stroke-dashoffset: 0;
  stroke-width: 2;
  stroke: #1a1b1b;
}

.c-kazari .number svg {
  width: 45px;
  height: 45px;
}

.c-kazari .number svg circle {
  width: 45px;
  height: 45px;
  fill: transparent;
}

.c-kazari .title {
  font-family: 'Open Sans', sans-serif;
}

@media only screen and (min-width: 751px) {
  .c-kazari .title {
    font-size: 12px;
    font-weight: 600;
    color: #cfd1d1;
  }
}

@media only screen and (max-width: 750px) {
  .c-kazari .title {
    font-size: 1.6vw;
    font-weight: 600;
    color: #cfd1d1;
  }
}

/* ----------------------------------

  --  PC

 ---------------------------------- */
@media only screen and (max-width: 1440px) {
  .c-kazari.position-right {
    right: 1.5%;
  }
}

/* ----------------------------------

--  1280

---------------------------------- */
@media only screen and (max-width: 1281px) {
  .c-kazari {
    display: none;
  }
}

/* ----------------------------------

  --  SMP

 ---------------------------------- */
@keyframes scaleLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

@media only screen and (min-width: 751px) {
  .display-pc {
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  .display-pc {
    display: none;
  }
}

@media only screen and (min-width: 751px) {
  .display-sp {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  .display-sp {
    display: block;
  }
}

.c-note {
  font-size: 13px;
}

@keyframes scaleLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

@media only screen and (min-width: 751px) {
  .display-pc {
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  .display-pc {
    display: none;
  }
}

@media only screen and (min-width: 751px) {
  .display-sp {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  .display-sp {
    display: block;
  }
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform,height;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 6px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #2596ae;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #2596ae;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* ----------------------------------

--　PC・SP 共通

---------------------------------- */
::selection {
  background-color: none;
}

.c-slider {
  position: relative;
}

.c-slider .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.565, 1);
}

.c-slider .swiper-slide img {
  display: block;
  width: 100%;
}

.c-slider a.swiper-slide {
  transition: opacity 0.2s cubic-bezier(0.52, 0.08, 0.18, 1);
  overflow: hidden;
}

.c-slider a.swiper-slide img {
  transition: transform 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
}

.c-slider a.swiper-slide:hover {
  opacity: 0.9;
}

.c-slider a.swiper-slide:hover img {
  transform: scale(1.03);
}

.c-slider.type1 .swiper-slide.new {
  position: relative;
}

.c-slider.type1 .swiper-slide.new::before {
  content: "NEW";
  display: block;
  text-align: center;
  position: absolute;
  background-color: #a89f5f;
  z-index: 1;
  transform: rotateZ(-45deg);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-family: 'Open Sans', sans-serif;
}

.c-slider.type1 .swiper-button-prev .c-arrow {
  transform: rotate(180deg);
}

.c-slider.type1 .swiper-button-prev,
.c-slider.type1 .swiper-button-next {
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  background-size: cover;
  transition: opacity 0.3s;
  transition: background-image 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
  outline: none;
}

.c-slider.type1 .swiper-button-prev .c-arrow svg,
.c-slider.type1 .swiper-button-next .c-arrow svg {
  width: 20px;
}

.c-slider.type1 .swiper-pagination {
  position: absolute;
}

.c-slider.type4--right .swiper-foot .swiper-btnGroup {
  display: flex;
}

.c-slider.type4--right .swiper-foot .swiper-button {
  display: flex;
  align-items: center;
  transition: 1s all cubic-bezier(0.52, 0.08, 0.18, 1);
}

.c-slider.type4--right .swiper-foot .swiper-button-prev, .c-slider.type4--right .swiper-foot .swiper-button-next {
  cursor: pointer;
  background-size: cover;
  transition: opacity 0.3s;
  transition: background-image 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
  outline: none;
}

.c-slider.type4--right .swiper-foot .swiper-button-prev .c-arrow svg, .c-slider.type4--right .swiper-foot .swiper-button-next .c-arrow svg {
  width: 20px;
}

.c-slider.type4--right .swiper-foot .swiper-button-prev {
  margin-right: 20px;
  left: 0;
}

.c-slider.type4--right .swiper-foot .swiper-button-prev .c-arrow {
  transform: rotate(180deg);
}

.c-slider.type4--right .swiper-foot .swiper-button-next {
  right: 0;
}

.c-slider.type4--right .swiper-foot .swiper-button .c-circle {
  width: 60px;
  height: 60px;
}

.c-slider.type4--right .swiper-foot .swiper-button .c-circle .circle {
  width: 60px;
  height: 60px;
}

.c-slider.type4--right .swiper-foot .swiper-button .c-circle .circle__normal svg, .c-slider.type4--right .swiper-foot .swiper-button .c-circle .circle__normal circle, .c-slider.type4--right .swiper-foot .swiper-button .c-circle .circle__active svg, .c-slider.type4--right .swiper-foot .swiper-button .c-circle .circle__active circle {
  width: 60px;
  height: 60px;
}

.c-slider.type4--right .swiper-foot .swiper-pagination {
  display: flex;
  align-items: center;
  position: relative;
  bottom: 0;
  left: 0;
}

.c-slider.type4--right .swiper-foot .swiper-pagination .swiper-pagination-current {
  transition: all 10.2s;
}

.c-slider.type4--right .swiper-foot .swiper-pagination .swiper-pagination-current,
.c-slider.type4--right .swiper-foot .swiper-pagination .swiper-pagination-total {
  font-family: 'Open Sans', sans-serif;
}

.c-slider.type4--right .swiper-foot .swiper-pagination .border {
  width: 70px;
  height: 1px;
  margin: 0 8px;
  background-color: #000;
}

.c-slider.type4--left .swiper-foot .swiper-btnGroup {
  display: flex;
}

.c-slider.type4--left .swiper-foot .swiper-button {
  display: flex;
  align-items: center;
  transition: 1s all cubic-bezier(0.52, 0.08, 0.18, 1);
}

.c-slider.type4--left .swiper-foot .swiper-button-prev, .c-slider.type4--left .swiper-foot .swiper-button-next {
  cursor: pointer;
  background-size: cover;
  transition: opacity 0.3s;
  transition: background-image 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
  outline: none;
}

.c-slider.type4--left .swiper-foot .swiper-button-prev .c-arrow svg, .c-slider.type4--left .swiper-foot .swiper-button-next .c-arrow svg {
  width: 20px;
}

.c-slider.type4--left .swiper-foot .swiper-button-prev {
  margin-right: 20px;
  left: 0;
}

.c-slider.type4--left .swiper-foot .swiper-button-prev .c-arrow {
  transform: rotate(180deg);
}

.c-slider.type4--left .swiper-foot .swiper-button-next {
  right: 0;
}

.c-slider.type4--left .swiper-foot .swiper-button .c-circle {
  width: 60px;
  height: 60px;
}

.c-slider.type4--left .swiper-foot .swiper-button .c-circle .circle {
  width: 60px;
  height: 60px;
}

.c-slider.type4--left .swiper-foot .swiper-button .c-circle .circle__normal svg, .c-slider.type4--left .swiper-foot .swiper-button .c-circle .circle__normal circle, .c-slider.type4--left .swiper-foot .swiper-button .c-circle .circle__active svg, .c-slider.type4--left .swiper-foot .swiper-button .c-circle .circle__active circle {
  width: 60px;
  height: 60px;
}

.c-slider.type4--left .swiper-foot .swiper-pagination {
  display: flex;
  align-items: center;
  position: relative;
  bottom: 0;
  left: 0;
}

.c-slider.type4--left .swiper-foot .swiper-pagination .swiper-pagination-current {
  transition: all 10.2s;
}

.c-slider.type4--left .swiper-foot .swiper-pagination .swiper-pagination-current,
.c-slider.type4--left .swiper-foot .swiper-pagination .swiper-pagination-total {
  font-family: 'Open Sans', sans-serif;
}

.c-slider.type4--left .swiper-foot .swiper-pagination .border {
  width: 70px;
  height: 1px;
  margin: 0 8px;
  background-color: #000;
}

/* ----------------------------------

  --  PC

 ---------------------------------- */
@media only screen and (min-width: 751px) {
  .c-slider.type1 .swiper-container {
    position: relative;
    width: 1080px;
  }
  .c-slider.type1 .swiper-container .swiper-wrapper .swiper-slide.new:before {
    width: 100px;
    height: 100px;
    left: -50px;
    top: -50px;
    line-height: 3;
    letter-spacing: 0.12em;
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  .c-slider.type1 .swiper-container .swiper-wrapper .swiper-slide.new:before {
    font-size: 11px;
    font-weight: 600;
    color: #fff;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  .c-slider.type1 .swiper-container .swiper-wrapper .swiper-slide.new:before {
    font-size: 1.46667vw;
    font-weight: 600;
    color: #fff;
  }
}

@media only screen and (min-width: 751px) {
  .c-slider.type1 .swiper-container .swiper-wrapper .swiper-slide .slide-text {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0 30px;
    line-height: 1.6;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  .c-slider.type1 .swiper-container .swiper-wrapper .swiper-slide .slide-text {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  .c-slider.type1 .swiper-container .swiper-wrapper .swiper-slide .slide-text {
    font-size: 2.4vw;
    font-weight: 600;
    color: #fff;
  }
}

@media only screen and (min-width: 751px) {
  .c-slider.type1 .swiper-button {
    display: flex;
    align-items: center;
    transition: 1s all cubic-bezier(0.52, 0.08, 0.18, 1);
  }
  .c-slider.type1 .swiper-button-prev {
    left: -90px;
  }
  .c-slider.type1 .swiper-button-next {
    right: -90px;
  }
  .c-slider.type1 .swiper-button .c-circle {
    width: 60px;
    height: 60px;
  }
  .c-slider.type1 .swiper-button .c-circle .circle {
    width: 60px;
    height: 60px;
  }
  .c-slider.type1 .swiper-button .c-circle .circle__normal svg, .c-slider.type1 .swiper-button .c-circle .circle__normal circle, .c-slider.type1 .swiper-button .c-circle .circle__active svg, .c-slider.type1 .swiper-button .c-circle .circle__active circle {
    width: 60px;
    height: 60px;
  }
  .c-slider.type1 .swiper-pagination {
    position: absolute;
    text-align: center;
    z-index: 10;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 1080px;
    bottom: -40px;
  }
  .c-slider.type1 .swiper-pagination .swiper-pagination-current {
    transition: all 10.2s;
  }
  .c-slider.type1 .swiper-pagination .swiper-pagination-current,
  .c-slider.type1 .swiper-pagination .swiper-pagination-total {
    font-family: 'Open Sans', sans-serif;
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  .c-slider.type1 .swiper-pagination .swiper-pagination-current,
  .c-slider.type1 .swiper-pagination .swiper-pagination-total {
    font-size: 12px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  .c-slider.type1 .swiper-pagination .swiper-pagination-current,
  .c-slider.type1 .swiper-pagination .swiper-pagination-total {
    font-size: 1.6vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) {
  .c-slider.type1 .swiper-pagination .border {
    width: 70px;
    height: 1px;
    margin: 0 8px;
    background-color: #000;
  }
  .c-slider.type2 {
    position: relative;
  }
  .c-slider.type2 .swiper-foot {
    position: absolute;
    display: flex;
    left: 0;
    right: 0;
    margin: 30px auto 0;
  }
  .c-slider.type2 .swiper-foot .swiper-button {
    position: relative;
    display: flex;
    align-items: center;
    transition: 1s all cubic-bezier(0.52, 0.08, 0.18, 1);
  }
  .c-slider.type2 .swiper-foot .swiper-button-prev, .c-slider.type2 .swiper-foot .swiper-button-next {
    cursor: pointer;
    background-size: cover;
    transition: opacity 0.3s;
    transition: background-image 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    outline: none;
  }
  html.ie .c-slider.type2 .swiper-foot .swiper-button-prev, html.ie .c-slider.type2 .swiper-foot .swiper-button-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .c-slider.type2 .swiper-foot .swiper-button-prev .c-arrow, .c-slider.type2 .swiper-foot .swiper-button-next .c-arrow {
    width: 60px;
    height: 60px;
  }
  .c-slider.type2 .swiper-foot .swiper-button-prev .c-arrow svg, .c-slider.type2 .swiper-foot .swiper-button-next .c-arrow svg {
    width: 20px;
  }
  .c-slider.type2 .swiper-foot .swiper-button-prev {
    margin-right: 20px;
    left: 0;
  }
  .c-slider.type2 .swiper-foot .swiper-button-prev .c-arrow {
    transform: rotate(180deg);
  }
  html.ie .c-slider.type2 .swiper-foot .swiper-button-prev {
    left: auto;
    right: 80px;
  }
  .c-slider.type2 .swiper-foot .swiper-button-next {
    right: 0;
  }
  .c-slider.type2 .swiper-foot .swiper-button .c-circle {
    width: 60px;
    height: 60px;
  }
  .c-slider.type2 .swiper-foot .swiper-button .c-circle .circle {
    width: 60px;
    height: 60px;
  }
  .c-slider.type2 .swiper-foot .swiper-button .c-circle .circle__normal svg, .c-slider.type2 .swiper-foot .swiper-button .c-circle .circle__normal circle, .c-slider.type2 .swiper-foot .swiper-button .c-circle .circle__active svg, .c-slider.type2 .swiper-foot .swiper-button .c-circle .circle__active circle {
    width: 60px;
    height: 60px;
  }
  .c-slider.type2 .swiper-foot .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 50px;
  }
  html.ie .c-slider.type2 .swiper-foot .swiper-pagination {
    margin-right: 180px;
  }
  .c-slider.type2 .swiper-foot .swiper-pagination .swiper-pagination-current {
    transition: all 10.2s;
  }
  .c-slider.type2 .swiper-foot .swiper-pagination .swiper-pagination-current,
  .c-slider.type2 .swiper-foot .swiper-pagination .swiper-pagination-total {
    font-family: 'Open Sans', sans-serif;
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  .c-slider.type2 .swiper-foot .swiper-pagination .swiper-pagination-current,
  .c-slider.type2 .swiper-foot .swiper-pagination .swiper-pagination-total {
    font-size: 12px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  .c-slider.type2 .swiper-foot .swiper-pagination .swiper-pagination-current,
  .c-slider.type2 .swiper-foot .swiper-pagination .swiper-pagination-total {
    font-size: 1.6vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) {
  .c-slider.type2 .swiper-foot .swiper-pagination .border {
    width: 70px;
    height: 1px;
    margin: 0 8px;
    background-color: #000;
  }
  .c-slider.type3 {
    position: absolute;
    left: 33.3%;
  }
  .c-slider.type3 .swiper-container {
    width: calc(100vw - 30vw);
  }
  .c-slider.type3 .swiper-foot {
    position: absolute;
    bottom: 0px;
    left: -258px;
    z-index: 3;
    margin: auto;
  }
  .c-slider.type3 .swiper-foot .swiper-btnGroup {
    display: flex;
  }
  .c-slider.type3 .swiper-foot .swiper-button {
    display: flex;
    align-items: center;
    transition: 1s all cubic-bezier(0.52, 0.08, 0.18, 1);
  }
  .c-slider.type3 .swiper-foot .swiper-button-prev, .c-slider.type3 .swiper-foot .swiper-button-next {
    cursor: pointer;
    background-size: cover;
    transition: opacity 0.3s;
    transition: background-image 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    outline: none;
  }
  .c-slider.type3 .swiper-foot .swiper-button-prev .c-arrow svg, .c-slider.type3 .swiper-foot .swiper-button-next .c-arrow svg {
    width: 20px;
  }
  .c-slider.type3 .swiper-foot .swiper-button-prev {
    margin-right: 20px;
    left: 0;
  }
  .c-slider.type3 .swiper-foot .swiper-button-prev .c-arrow {
    transform: rotate(180deg);
  }
  .c-slider.type3 .swiper-foot .swiper-button-next {
    right: 0;
  }
  .c-slider.type3 .swiper-foot .swiper-button .c-circle {
    width: 60px;
    height: 60px;
  }
  .c-slider.type3 .swiper-foot .swiper-button .c-circle .circle {
    width: 60px;
    height: 60px;
  }
  .c-slider.type3 .swiper-foot .swiper-button .c-circle .circle__normal svg, .c-slider.type3 .swiper-foot .swiper-button .c-circle .circle__normal circle, .c-slider.type3 .swiper-foot .swiper-button .c-circle .circle__active svg, .c-slider.type3 .swiper-foot .swiper-button .c-circle .circle__active circle {
    width: 60px;
    height: 60px;
  }
  .c-slider.type3 .swiper-foot .swiper-pagination {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
  }
  .c-slider.type3 .swiper-foot .swiper-pagination .swiper-pagination-current {
    transition: all 10.2s;
  }
  .c-slider.type3 .swiper-foot .swiper-pagination .swiper-pagination-current,
  .c-slider.type3 .swiper-foot .swiper-pagination .swiper-pagination-total {
    font-family: 'Open Sans', sans-serif;
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  .c-slider.type3 .swiper-foot .swiper-pagination .swiper-pagination-current,
  .c-slider.type3 .swiper-foot .swiper-pagination .swiper-pagination-total {
    font-size: 12px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  .c-slider.type3 .swiper-foot .swiper-pagination .swiper-pagination-current,
  .c-slider.type3 .swiper-foot .swiper-pagination .swiper-pagination-total {
    font-size: 1.6vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) {
  .c-slider.type3 .swiper-foot .swiper-pagination .border {
    width: 70px;
    height: 1px;
    margin: 0 8px;
    background-color: #000;
  }
  .c-slider.type4--right .swiper-slide {
    width: 510px;
  }
  .c-slider.type4--right .swiper-foot {
    display: flex;
    justify-content: flex-end;
    gap: 50px;
    margin-top: 30px;
    width: 510px;
  }
  .c-slider.type4--right .swiper-pagination {
    width: initial;
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  .c-slider.type4--right .swiper-pagination .swiper-pagination-current,
  .c-slider.type4--right .swiper-pagination .swiper-pagination-total {
    font-size: 12px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  .c-slider.type4--right .swiper-pagination .swiper-pagination-current,
  .c-slider.type4--right .swiper-pagination .swiper-pagination-total {
    font-size: 1.6vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) {
  .c-slider.type4--left .swiper-container {
    padding-left: calc((50vw - 32px) - 510px);
  }
  .c-slider.type4--left .swiper-slide {
    width: 510px;
  }
  .c-slider.type4--left .swiper-foot {
    display: flex;
    justify-content: flex-end;
    gap: 50px;
    margin-top: 30px;
  }
  .c-slider.type4--left .swiper-pagination {
    width: initial;
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  .c-slider.type4--left .swiper-pagination .swiper-pagination-current,
  .c-slider.type4--left .swiper-pagination .swiper-pagination-total {
    font-size: 12px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  .c-slider.type4--left .swiper-pagination .swiper-pagination-current,
  .c-slider.type4--left .swiper-pagination .swiper-pagination-total {
    font-size: 1.6vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

/* ----------------------------------

--  1280

---------------------------------- */
@media only screen and (max-width: 1281px) {
  .c-slider.type1 .swiper-button {
    display: none !important;
  }
  .c-slider.type4--right .swiper-slide {
    width: 400px;
  }
  .c-slider.type4--right .swiper-foot {
    width: 400px;
  }
  .c-slider.type4--left .swiper-container {
    padding-left: calc((50vw - 32px) - 400px);
  }
  .c-slider.type4--left .swiper-slide {
    width: 400px;
  }
}

/* ----------------------------------

--  SMP

---------------------------------- */
@media only screen and (max-width: 750px) {
  .c-slider {
    margin: 0 8vw;
  }
  .c-slider .swiper-button {
    display: none !important;
  }
  .c-slider .swiper-container {
    position: relative;
    overflow: inherit;
  }
  .c-slider .swiper-container .swiper-wrapper .swiper-slide.new:before {
    width: 21.33333vw;
    height: 21.33333vw;
    left: -10.66667vw;
    top: -10.66667vw;
    line-height: 2.5;
    letter-spacing: 0.12em;
  }
}

@media only screen and (max-width: 750px) and (min-width: 751px) {
  .c-slider .swiper-container .swiper-wrapper .swiper-slide.new:before {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  .c-slider .swiper-container .swiper-wrapper .swiper-slide.new:before {
    font-size: 2.66667vw;
    font-weight: 600;
    color: #fff;
  }
}

@media only screen and (max-width: 750px) {
  .c-slider .swiper-container .swiper-wrapper .swiper-slide .slide-text {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0 6.66667vw;
    line-height: 1.6;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media only screen and (max-width: 750px) and (min-width: 751px) {
  .c-slider .swiper-container .swiper-wrapper .swiper-slide .slide-text {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  .c-slider .swiper-container .swiper-wrapper .swiper-slide .slide-text {
    font-size: 4vw;
    font-weight: 600;
    color: #fff;
  }
}

@media only screen and (max-width: 750px) {
  .c-slider .swiper-container .swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%;
  }
  .c-slider .swiper-pagination {
    position: absolute;
    left: 7.33333vw;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    bottom: -8.26667vw;
    line-height: 1;
  }
  .c-slider .swiper-pagination .swiper-pagination-current,
  .c-slider .swiper-pagination .swiper-pagination-total {
    font-family: 'Open Sans', sans-serif;
  }
}

@media only screen and (max-width: 750px) and (min-width: 751px) {
  .c-slider .swiper-pagination .swiper-pagination-current,
  .c-slider .swiper-pagination .swiper-pagination-total {
    font-size: 22px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  .c-slider .swiper-pagination .swiper-pagination-current,
  .c-slider .swiper-pagination .swiper-pagination-total {
    font-size: 2.93333vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) {
  .c-slider .swiper-pagination .border {
    width: 18.66667vw;
    height: 0.26667vw;
    margin: 0 2.66667vw;
    background-color: #000;
  }
  .c-slider.type4--right {
    margin-left: 0;
  }
  .c-slider.type4--right .swiper-slide {
    width: 100%;
  }
  .c-slider.type4--right .swiper-foot {
    width: 100%;
  }
  .c-slider.type4--right .swiper-pagination {
    padding-top: 5.33333vw;
  }
}

@media only screen and (max-width: 750px) and (min-width: 751px) {
  .c-slider.type4--right .swiper-pagination .swiper-pagination-current,
  .c-slider.type4--right .swiper-pagination .swiper-pagination-total {
    font-size: 22px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  .c-slider.type4--right .swiper-pagination .swiper-pagination-current,
  .c-slider.type4--right .swiper-pagination .swiper-pagination-total {
    font-size: 2.93333vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) {
  .c-slider.type4--left {
    margin-right: 0;
  }
  .c-slider.type4--left .swiper-slide {
    width: 100%;
  }
  .c-slider.type4--left .swiper-foot {
    width: 100%;
  }
  .c-slider.type4--left .swiper-pagination {
    padding-top: 5.33333vw;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 750px) and (min-width: 751px) {
  .c-slider.type4--left .swiper-pagination .swiper-pagination-current,
  .c-slider.type4--left .swiper-pagination .swiper-pagination-total {
    font-size: 22px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  .c-slider.type4--left .swiper-pagination .swiper-pagination-current,
  .c-slider.type4--left .swiper-pagination .swiper-pagination-total {
    font-size: 2.93333vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@keyframes scaleLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

@media only screen and (min-width: 751px) {
  .display-pc {
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  .display-pc {
    display: none;
  }
}

@media only screen and (min-width: 751px) {
  .display-sp {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  .display-sp {
    display: block;
  }
}

.c-modal {
  position: fixed;
  z-index: 100;
  opacity: 0;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
}

@media only screen and (min-width: 751px) {
  .c-modal {
    width: 1075px;
    padding: 100px;
    max-height: 797px;
    height: 100vh;
    overflow: scroll;
  }
}

@media only screen and (max-width: 750px) {
  .c-modal {
    width: 90%;
    height: 80vh;
    overflow: scroll;
    padding: 13.33333vw 8vw;
  }
}

.c-modal .modal__inner .modal__head .modal__title {
  margin-bottom: 10px;
}

.c-modal .modal__inner .modal__foot .modal__text {
  margin-bottom: 40px;
}

@media only screen and (min-width: 751px) {
  .c-modal .modal__inner .modal__foot .modal__text {
    line-height: 2.4;
  }
}

.c-modal .modal__inner .modal__title {
  font-family: YuGothic, '游ゴシック','Noto Sans JP',"Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
  letter-spacing: 0.07em;
  font-weight: 600;
}

@media only screen and (min-width: 751px) {
  .c-modal .modal__inner .modal__title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 750px) {
  .c-modal .modal__inner .modal__title {
    font-size: 13px;
  }
}

.c-modal .modal__inner .modal__text {
  font-family: YuGothic, '游ゴシック','Noto Sans JP',"Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
  letter-spacing: 0.07em;
}

@media only screen and (min-width: 751px) {
  .c-modal .modal__inner .modal__text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 750px) {
  .c-modal .modal__inner .modal__text {
    font-size: 13px;
  }
}

.c-modal .modal__inner .modal__list {
  margin: 30px 0;
  padding: 25px 0;
  counter-reset: number;
  border-top: 1px solid #dfe1e1;
  border-bottom: 1px solid #dfe1e1;
}

.c-modal .modal__inner .modal__list .modal__item {
  padding-bottom: 10px;
  font-family: YuGothic, '游ゴシック','Noto Sans JP',"Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
  letter-spacing: 0.07em;
  margin-left: 1.4em;
}

@media only screen and (min-width: 751px) {
  .c-modal .modal__inner .modal__list .modal__item {
    font-size: 14px;
  }
}

@media only screen and (max-width: 750px) {
  .c-modal .modal__inner .modal__list .modal__item {
    font-size: 13px;
  }
}

.c-modal .modal__inner .modal__list .modal__item:last-of-type {
  padding-bottom: 0;
}

.c-modal .modal__inner .modal__list .modal__item:before {
  margin-left: -1.4em;
  margin-right: .4em;
  counter-increment: number;
  content: counter(number) ".";
}

.c-modal .c-btn {
  margin: auto;
}

.c-modal-bg {
  background-color: rgba(72, 72, 72, 0.9);
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
  display: none;
}

.js__imageMask {
  position: relative;
  overflow: hidden;
}

.js__imageMask .js__imageMask__inner {
  display: block;
  position: absolute;
  top: -5%;
  left: -1%;
  width: 110%;
  height: 110%;
  background-color: #fff;
}

.is-disable {
  pointer-events: none !important;
  opacity: 0.7 !important;
}

@keyframes scaleLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

@media only screen and (min-width: 751px) {
  .display-pc {
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  .display-pc {
    display: none;
  }
}

@media only screen and (min-width: 751px) {
  .display-sp {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  .display-sp {
    display: block;
  }
}

#m-gl {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
}

/* ----------------------------------

  --  PC

 ---------------------------------- */
/* ----------------------------------

  --  SMP

 ---------------------------------- */
.m-loader {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.mask {
  transform: translateX(0);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
}

.mask-1 {
  background: #fff;
  z-index: 1;
}

.mask-2 {
  opacity: .5;
  background: #fff;
}

.logo__inner {
  position: relative;
  z-index: 2;
  display: table;
  width: 100vw;
  height: 100%;
  text-align: center;
}

.logo-area {
  display: table-cell;
  vertical-align: middle;
  font-size: 0;
  opacity: 0;
}

@media only screen and (min-width: 751px) {
  .logo-area .logo {
    width: 336px;
  }
}

@media only screen and (max-width: 750px) {
  .logo-area .logo {
    width: 67.33333vw;
  }
}

@keyframes scaleLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

@media only screen and (min-width: 751px) {
  .display-pc {
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  .display-pc {
    display: none;
  }
}

@media only screen and (min-width: 751px) {
  .display-sp {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  .display-sp {
    display: block;
  }
}

#m-pointer {
  width: 12px;
  height: 12px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  pointer-events: none;
}

#m-pointer__inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

#m-pointer-circle {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#m-pointer-circle-color {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -50%;
  margin-left: -50%;
  border-radius: 50%;
  opacity: 0;
}

#m-pointer-circle .icon {
  width: 70px;
  height: 70px;
  position: absolute;
  top: -36px;
  left: -36px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

#m-pointer-circle .icon.detail .cls-1, #m-pointer-circle .icon.detail .cls-2 {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  filter: none !important;
}

#m-pointer-circle .icon.arrow svg {
  width: 26px;
  height: auto;
}

#m-pointer-circle .icon.arrow .cls-1 {
  fill: #fff;
  filter: none !important;
}

/* ----------------------------------

  --  PC

 ---------------------------------- */
/* ----------------------------------

  --  SMP

 ---------------------------------- */
@keyframes scaleLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

@media only screen and (min-width: 751px) {
  .display-pc {
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  .display-pc {
    display: none;
  }
}

@media only screen and (min-width: 751px) {
  .display-sp {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  .display-sp {
    display: block;
  }
}

html.mobile #m-rotat-alert {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../img/common/c-body-bg.png") repeat 0 0;
  z-index: 10000;
  display: none;
}

html.mobile #m-rotat-alert.is-show {
  display: block;
}

html.mobile #m-rotat-alert_inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

html.mobile #m-rotat-alert-content {
  width: 100%;
}

html.mobile #m-rotat-alert-img {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  left: -2vw;
}

html.mobile #m-rotat-alert-img > * {
  position: relative;
}

html.mobile #m-rotat-alert-img svg {
  width: 100%;
  height: auto;
}

html.mobile #m-rotat-alert-img svg path, html.mobile #m-rotat-alert-img svg line, html.mobile #m-rotat-alert-img svg circle, html.mobile #m-rotat-alert-img svg rect {
  stroke: #000;
}

html.mobile #m-rotat-alert-img-portrait {
  width: 6.74663vw;
}

html.mobile #m-rotat-alert-img-portrait .st0 {
  fill: none;
  stroke: #000;
  stroke-width: 0.5;
  stroke-miterlimit: 10;
}

html.mobile #m-rotat-alert-img-portrait .st1 {
  fill: #000;
}

html.mobile #m-rotat-alert-img-arrow {
  width: 5.47226vw;
  top: 3.29835vw;
  left: 2.24888vw;
}

html.mobile #m-rotat-alert-img-arrow .st0 {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
}

html.mobile #m-rotat-alert-img-arrow svg path, html.mobile #m-rotat-alert-img-arrow svg line, html.mobile #m-rotat-alert-img-arrow svg circle, html.mobile #m-rotat-alert-img-arrow svg rect {
  stroke: #000;
  stroke-width: 3px;
}

html.mobile #m-rotat-alert-img-arrow svg polygon {
  fill: #000;
}

html.mobile #m-rotat-alert-img-landscape {
  width: 6.74663vw;
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 2.84858vw;
}

html.mobile #m-rotat-alert-img-landscape .st0 {
  fill: none;
  stroke: #d1ccc7;
  stroke-width: 0.5;
  stroke-miterlimit: 10;
}

html.mobile #m-rotat-alert-img-landscape .st1 {
  fill: #d1ccc7;
  stroke: #d1ccc7;
}

html.mobile #m-rotat-alert-text {
  width: 100%;
  text-align: center;
  padding-top: 4.49775vw;
  font-size: 2.09895vw;
  color: #000;
  font-family: 'Lora', serif;
  letter-spacing: 0.02em;
  font-weight: 400;
}

@keyframes scaleLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

@media only screen and (min-width: 751px) {
  .display-pc {
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  .display-pc {
    display: none;
  }
}

@media only screen and (min-width: 751px) {
  .display-sp {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  .display-sp {
    display: block;
  }
}

@keyframes arrowPc {
  0% {
    transform: translate3d(0px, 0, 0);
  }
  50% {
    transform: translate3d(10px, 0, 0);
  }
  100% {
    transform: translate3d(0px, 0, 0);
  }
}

@keyframes arrowSp {
  0% {
    transform: translate3d(0px, 0, 0);
  }
  50% {
    transform: translate3d(5px, 0, 0);
  }
  100% {
    transform: translate3d(0px, 0, 0);
  }
}

@keyframes arrowIe {
  0% {
    transform: translate3d(0, 0px, 0);
  }
  50% {
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transform: translate3d(0, 0px, 0);
  }
}

#scrollDown {
  z-index: 2;
}

#scrollDown.scrollDown_scroll {
  opacity: 0;
}

#scrollDown .text {
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}

#scrollDown .arrow {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  transform: rotateZ(90deg);
}

/* ----------------------------------

  --  PC

 ---------------------------------- */
@media only screen and (min-width: 751px) {
  #scrollDown.scrollDown_scroll {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 30px;
    bottom: 40px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  #scrollDown.scrollDown_scroll .text {
    font-size: 10px;
  }
  #scrollDown.scrollDown_scroll .arrow {
    width: 14px;
    height: 24px;
    margin-top: 10px;
  }
  html.ie #scrollDown.scrollDown_scroll .arrow {
    margin-top: 18px;
    margin-left: 35px;
    transform-origin: top;
  }
  #scrollDown.scrollDown_scroll .arrow svg {
    animation: 4s arrowPc cubic-bezier(0.52, 0.08, 0.18, 1) infinite;
  }
  html.ie #scrollDown.scrollDown_scroll .arrow svg {
    transform: rotateX(90deg);
    animation: 4s arrowIe cubic-bezier(0.52, 0.08, 0.18, 1) infinite;
  }
  #scrollDown.scrollDown_scroll .arrow svg .st0 {
    stroke: #fff;
  }
}

/* ----------------------------------

  --  SMP

 ---------------------------------- */
@media only screen and (max-width: 750px) {
  #scrollDown.scrollDown_scroll {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    opacity: 0;
  }
  #scrollDown.scrollDown_scroll.scrollDown-active {
    opacity: 1;
  }
  #scrollDown.scrollDown_scroll .text {
    color: #1a1b1b;
    font-size: 2vw;
  }
  #scrollDown.scrollDown_scroll .arrow {
    width: 26px;
    height: 46px;
    margin: 0 auto 2.66667vw;
  }
  #scrollDown.scrollDown_scroll .arrow svg {
    overflow: hidden;
    animation: 3.2s arrowSp cubic-bezier(0.72, 0.04, 0.5, 1.07) infinite;
    width: 26px;
    height: 46px;
  }
  #scrollDown.scrollDown_pageTop {
    display: none;
  }
}

#news_detail .p-section {
  margin-top: -500px;
  padding-top: 500px;
}

@media only screen and (min-width: 751px) {
  #news_detail .p-section {
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 750px) {
  #news_detail .p-section {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media only screen and (min-width: 751px) {
  #news_detail .p-section__back {
    width: 335px;
  }
}

#news_detail .p-section__back__link {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 750px) {
  #news_detail .p-section__back__link {
    margin-top: 8vw;
  }
}

@media only screen and (min-width: 751px) {
  #news_detail .p-section__back__link:hover .arrow {
    transform: translateX(-10px);
  }
}

#news_detail .p-section__back .arrow {
  transition: transform 0.8s cubic-bezier(0.52, 0.08, 0.18, 1);
}

@media only screen and (min-width: 751px) {
  #news_detail .p-section__back .arrow {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 750px) {
  #news_detail .p-section__back .arrow {
    margin-right: 2.66667vw;
  }
}

#news_detail .p-section__back .arrow .c-arrow {
  transform: rotate(180deg);
  position: inherit;
}

#news_detail .p-section__back .item {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  cursor: pointer;
}

@media only screen and (min-width: 751px) {
  #news_detail .p-section__back .item {
    line-height: 3.28571;
    letter-spacing: 0.12em;
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  #news_detail .p-section__back .item {
    font-size: 14px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  #news_detail .p-section__back .item {
    font-size: 1.86667vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) {
  #news_detail .p-section__back .item {
    line-height: 1.64286;
    letter-spacing: 0.12em;
  }
}

@media only screen and (max-width: 750px) and (min-width: 751px) {
  #news_detail .p-section__back .item {
    font-size: 28px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  #news_detail .p-section__back .item {
    font-size: 3.73333vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) {
  #news_detail .p-section__content {
    width: 745px;
  }
  #news_detail .p-section__content .p-section__article {
    position: relative;
  }
  #news_detail .p-section__content .p-section__article .list {
    width: 100%;
  }
}

#news_detail .p-section__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #dfe1e1;
}

#news_detail .p-section__item .text,
#news_detail .p-section__item .arrow {
  position: relative;
  z-index: 1;
}

#news_detail .p-section__item .head {
  display: flex;
  margin-bottom: 15px;
  line-height: 1;
}

#news_detail .p-section__item .head .date {
  font-family: 'Open Sans', sans-serif;
}

@media only screen and (min-width: 751px) {
  #news_detail .p-section__item .head .date {
    width: 90px;
    letter-spacing: 0.12em;
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  #news_detail .p-section__item .head .date {
    font-size: 13px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  #news_detail .p-section__item .head .date {
    font-size: 1.73333vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) {
  #news_detail .p-section__item .head .date {
    width: 24vw;
    letter-spacing: 0.12em;
  }
}

@media only screen and (max-width: 750px) and (min-width: 751px) {
  #news_detail .p-section__item .head .date {
    font-size: 26px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  #news_detail .p-section__item .head .date {
    font-size: 3.46667vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

#news_detail .p-section__item .head .category {
  font-family: 'Open Sans', sans-serif;
}

@media only screen and (min-width: 751px) {
  #news_detail .p-section__item .head .category {
    letter-spacing: 0.12em;
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  #news_detail .p-section__item .head .category {
    font-size: 13px;
    font-weight: 600;
    color: #727c7c;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  #news_detail .p-section__item .head .category {
    font-size: 1.73333vw;
    font-weight: 600;
    color: #727c7c;
  }
}

@media only screen and (max-width: 750px) {
  #news_detail .p-section__item .head .category {
    letter-spacing: 0.12em;
  }
}

@media only screen and (max-width: 750px) and (min-width: 751px) {
  #news_detail .p-section__item .head .category {
    font-size: 26px;
    font-weight: 600;
    color: #727c7c;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  #news_detail .p-section__item .head .category {
    font-size: 3.46667vw;
    font-weight: 600;
    color: #727c7c;
  }
}

@media only screen and (min-width: 751px) {
  #news_detail .p-section__item .name {
    line-height: 1.81818;
    letter-spacing: 0.05em;
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  #news_detail .p-section__item .name {
    font-size: 22px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  #news_detail .p-section__item .name {
    font-size: 2.93333vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) {
  #news_detail .p-section__item .name {
    line-height: 1.57895;
    letter-spacing: 0.05em;
  }
}

@media only screen and (max-width: 750px) and (min-width: 751px) {
  #news_detail .p-section__item .name {
    font-size: 38px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  #news_detail .p-section__item .name {
    font-size: 5.06667vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

#news_detail .p-section__textBox .pickup-image img {
  width: 100%;
}

#news_detail .p-section__textBox .description {
  border-bottom: 1px solid #dfe1e1;
}

@media only screen and (min-width: 751px) {
  #news_detail .p-section__textBox .description {
    line-height: 2.375;
    letter-spacing: 0.05em;
    margin-top: 25px;
    padding-bottom: 25px;
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  #news_detail .p-section__textBox .description {
    font-size: 16px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  #news_detail .p-section__textBox .description {
    font-size: 2.13333vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) {
  #news_detail .p-section__textBox .description {
    line-height: 1.92308;
    letter-spacing: 0.05em;
    margin-top: 6.66667vw;
    padding-bottom: 6.66667vw;
  }
}

@media only screen and (max-width: 750px) and (min-width: 751px) {
  #news_detail .p-section__textBox .description {
    font-size: 26px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  #news_detail .p-section__textBox .description {
    font-size: 3.46667vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

#news_detail .p-section__textBox h3 {
  font-weight: 600;
  border-bottom: 1px solid #dfe1e1;
}

@media only screen and (min-width: 751px) {
  #news_detail .p-section__textBox h3 {
    font-size: 20px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 750px) {
  #news_detail .p-section__textBox h3 {
    font-size: 4.8vw;
    padding-bottom: 2.66667vw;
  }
}

#news_detail .p-section__textBox strong {
  font-weight: 600;
}

#news_detail .p-section__textBox ul li {
  list-style: disc;
  margin-left: 1.4em;
}

#news_detail .p-section__textBox ol li {
  list-style: decimal;
  margin-left: 1.4em;
}

@media only screen and (min-width: 751px) {
  #news_detail .p-section__textBox p {
    line-height: 2.375;
    letter-spacing: 0.05em;
    margin-top: 35px;
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  #news_detail .p-section__textBox p {
    font-size: 16px;
    font-weight: 400;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  #news_detail .p-section__textBox p {
    font-size: 2.13333vw;
    font-weight: 400;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) {
  #news_detail .p-section__textBox p {
    line-height: 1.92308;
    letter-spacing: 0.05em;
    margin-top: 8vw;
  }
}

@media only screen and (max-width: 750px) and (min-width: 751px) {
  #news_detail .p-section__textBox p {
    font-size: 26px;
    font-weight: 400;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  #news_detail .p-section__textBox p {
    font-size: 3.46667vw;
    font-weight: 400;
    color: #1a1b1b;
  }
}

#news_detail .p-section__textBox a {
  text-decoration: underline;
  word-break: break-all;
}

@media only screen and (min-width: 751px) {
  #news_detail .p-section__textBox a {
    line-height: 2.375;
    letter-spacing: 0.05em;
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  #news_detail .p-section__textBox a {
    font-size: 16px;
    font-weight: 400;
    color: #727c7c;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  #news_detail .p-section__textBox a {
    font-size: 2.13333vw;
    font-weight: 400;
    color: #727c7c;
  }
}

@media only screen and (max-width: 750px) {
  #news_detail .p-section__textBox a {
    line-height: 1.92308;
    letter-spacing: 0.05em;
  }
}

@media only screen and (max-width: 750px) and (min-width: 751px) {
  #news_detail .p-section__textBox a {
    font-size: 26px;
    font-weight: 400;
    color: #727c7c;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  #news_detail .p-section__textBox a {
    font-size: 3.46667vw;
    font-weight: 400;
    color: #727c7c;
  }
}

#news_detail .p-section__share {
  display: flex;
  align-items: center;
  border-top: 1px solid #dfe1e1;
}

@media only screen and (min-width: 751px) {
  #news_detail .p-section__share {
    padding-top: 30px;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 750px) {
  #news_detail .p-section__share {
    padding-top: 7.06667vw;
    margin-top: 9.33333vw;
  }
}

#news_detail .p-section__share .text {
  font-family: 'Open Sans', sans-serif;
}

@media only screen and (min-width: 751px) {
  #news_detail .p-section__share .text {
    letter-spacing: 0.15em;
    margin-right: 17px;
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  #news_detail .p-section__share .text {
    font-size: 12px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  #news_detail .p-section__share .text {
    font-size: 1.6vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) {
  #news_detail .p-section__share .text {
    letter-spacing: 0.15em;
    margin-right: 3.73333vw;
  }
}

@media only screen and (max-width: 750px) and (min-width: 751px) {
  #news_detail .p-section__share .text {
    font-size: 22px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  #news_detail .p-section__share .text {
    font-size: 2.93333vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

#news_detail .p-section__share .sns {
  display: flex;
  align-items: center;
}

#news_detail .p-section__share .sns .icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 751px) {
  #news_detail .p-section__share .sns .icon {
    border-radius: 200px;
  }
}

@media only screen and (max-width: 750px) {
  #news_detail .p-section__share .sns .icon {
    border-radius: 53.33333vw;
  }
}

@media only screen and (min-width: 751px) {
  #news_detail .p-section__share .sns .icon {
    width: 50px;
    height: 50px;
    margin-right: 12px;
  }
}

@media only screen and (max-width: 750px) {
  #news_detail .p-section__share .sns .icon {
    width: 12vw;
    height: 12vw;
    margin-right: 2.26667vw;
  }
}

#news_detail .p-section__share .sns .icon img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

#news_detail .p-section__share .sns .icon .circle {
  position: relative;
  transform: rotate(-90deg);
}

@media only screen and (min-width: 751px) {
  #news_detail .p-section__share .sns .icon .circle {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (max-width: 750px) {
  #news_detail .p-section__share .sns .icon .circle {
    width: 12vw;
    height: 12vw;
  }
}

#news_detail .p-section__share .sns .icon .circle__normal, #news_detail .p-section__share .sns .icon .circle__active {
  position: absolute;
}

@media only screen and (min-width: 751px) {
  #news_detail .p-section__share .sns .icon .circle__normal, #news_detail .p-section__share .sns .icon .circle__active {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (max-width: 750px) {
  #news_detail .p-section__share .sns .icon .circle__normal, #news_detail .p-section__share .sns .icon .circle__active {
    width: 12vw;
    height: 12vw;
  }
}

@media only screen and (min-width: 751px) {
  #news_detail .p-section__share .sns .icon .circle__normal svg, #news_detail .p-section__share .sns .icon .circle__active svg {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (max-width: 750px) {
  #news_detail .p-section__share .sns .icon .circle__normal svg, #news_detail .p-section__share .sns .icon .circle__active svg {
    width: 12vw;
    height: 12vw;
  }
}

#news_detail .p-section__share .sns .icon .circle__normal svg circle, #news_detail .p-section__share .sns .icon .circle__active svg circle {
  fill: transparent;
}

#news_detail .p-section__share .sns .icon .circle__normal svg circle {
  stroke-width: 1;
  stroke: #b4b8b8;
}

#news_detail .p-section__share .sns .icon .circle__active svg circle {
  stroke-dashoffset: 0;
  stroke-width: 2;
  stroke: #1a1b1b;
}

#news_detail .p-section__share .sns .icon:last-of-type {
  margin-right: 0px;
}

.p-404 {
  padding-top: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  .p-404 {
    padding-top: 150px;
  }
}

.p-404__title {
  font-size: 24px;
}

@media only screen and (max-width: 750px) {
  .p-404__title {
    font-size: 5.33333vw;
  }
}

.p-404__text {
  margin-block: 20px 60px;
}

#pickup .p-section {
  margin-top: -500px;
  padding-top: 500px;
}

@media only screen and (min-width: 751px) {
  #pickup .p-section {
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 751px) {
  #pickup .p-section__content {
    width: 100%;
  }
}

@media only screen and (max-width: 750px) {
  #pickup .p-section__content {
    width: 100%;
  }
}

#pickup .p-section__content .p-section__article {
  position: relative;
}

@media only screen and (min-width: 751px) {
  #pickup .p-section__content .p-section__article .content {
    width: 1080px;
  }
}

@media only screen and (max-width: 750px) {
  #pickup .p-section__content .p-section__article .content {
    width: 100%;
  }
}

#pickup .p-section__content .p-section__article .content .content__list {
  display: flex;
  flex-wrap: wrap;
}

#pickup .p-section__content .p-section__article .content .content__list .item {
  overflow: hidden;
}

@media only screen and (min-width: 751px) {
  #pickup .p-section__content .p-section__article .content .content__list .item {
    width: 340px;
    margin-bottom: 70px;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 750px) {
  #pickup .p-section__content .p-section__article .content .content__list .item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8vw;
  }
}

@media only screen and (min-width: 751px) {
  #pickup .p-section__content .p-section__article .content .content__list .item:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 750px) {
  #pickup .p-section__content .p-section__article .content .content__list .item:last-of-type {
    margin-bottom: 0;
  }
}

#pickup .p-section__content .p-section__article .content .content__list .item.new {
  position: relative;
}

#pickup .p-section__content .p-section__article .content .content__list .item.new::before {
  content: "NEW";
  display: block;
  text-align: center;
  position: absolute;
  background-color: #a89f5f;
  z-index: 1;
  transform: rotateZ(-45deg);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-family: 'Open Sans', sans-serif;
}

@media only screen and (min-width: 751px) {
  #pickup .p-section__content .p-section__article .content .content__list .item.new::before {
    width: 100px;
    height: 100px;
    left: -50px;
    top: -50px;
    line-height: 3;
    letter-spacing: 0.12em;
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  #pickup .p-section__content .p-section__article .content .content__list .item.new::before {
    font-size: 11px;
    font-weight: 600;
    color: #fff;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  #pickup .p-section__content .p-section__article .content .content__list .item.new::before {
    font-size: 1.46667vw;
    font-weight: 600;
    color: #fff;
  }
}

@media only screen and (max-width: 750px) {
  #pickup .p-section__content .p-section__article .content .content__list .item.new::before {
    width: 18.66667vw;
    height: 18.66667vw;
    left: -9.33333vw;
    top: -9.33333vw;
    line-height: 2.55556;
    letter-spacing: 0.12em;
  }
}

@media only screen and (max-width: 750px) and (min-width: 751px) {
  #pickup .p-section__content .p-section__article .content .content__list .item.new::before {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  #pickup .p-section__content .p-section__article .content .content__list .item.new::before {
    font-size: 2.4vw;
    font-weight: 600;
    color: #fff;
  }
}

#pickup .p-section__content .p-section__article .content .content__list .item .item_link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

@media only screen and (min-width: 751px) {
  #pickup .p-section__content .p-section__article .content .content__list .item .item_link {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 750px) {
  #pickup .p-section__content .p-section__article .content .content__list .item .item_link {
    width: 45%;
    margin-right: 4.66667vw;
  }
}

#pickup .p-section__content .p-section__article .content .content__list .item .item_link .item__thumb {
  transition: transform 1s cubic-bezier(0.52, 0.08, 0.18, 1);
}

@media only screen and (min-width: 751px) {
  #pickup .p-section__content .p-section__article .content .content__list .item .item_link .link__btn {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: none;
    transition: opacity 0.6s cubic-bezier(0.52, 0.08, 0.18, 1), background-color 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 750px) {
  #pickup .p-section__content .p-section__article .content .content__list .item .item_link .link__btn {
    display: none;
  }
}

#pickup .p-section__content .p-section__article .content .content__list .item .item_link .link__btn .c-arrow .st0 {
  stroke: #fff;
}

@media only screen and (max-width: 750px) {
  #pickup .p-section__content .p-section__article .content .content__list .item .item_link .link__btn .c-circle,
  #pickup .p-section__content .p-section__article .content .content__list .item .item_link .link__btn .c-circle svg,
  #pickup .p-section__content .p-section__article .content .content__list .item .item_link .link__btn .c-circle .circle,
  #pickup .p-section__content .p-section__article .content .content__list .item .item_link .link__btn .c-circle circle,
  #pickup .p-section__content .p-section__article .content .content__list .item .item_link .link__btn .circle__normal,
  #pickup .p-section__content .p-section__article .content .content__list .item .item_link .link__btn .circle__active {
    width: 12vw;
    height: 12vw;
  }
}

@media only screen and (max-width: 750px) {
  #pickup .p-section__content .p-section__article .content .content__list .item .item_link .link__btn .c-circle {
    position: absolute;
    right: 2.66667vw;
    bottom: 2.66667vw;
  }
}

#pickup .p-section__content .p-section__article .content .content__list .item .item_link .link__btn .c-circle .circle {
  transform: rotateZ(-90deg);
}

@media only screen and (max-width: 750px) {
  #pickup .p-section__content .p-section__article .content .content__list .item .item_link .link__btn .c-circle .c-arrow {
    width: 4.8vw;
  }
}

@media only screen and (max-width: 750px) {
  #pickup .p-section__content .p-section__article .content .content__list .item .item_link .link__btn .c-circle .c-arrow svg {
    width: 4.8vw;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  #pickup .p-section__content .p-section__article .content .content__list .item .item_link .link__btn .c-circle .c-arrow svg .st0 {
    stroke: #fff;
  }
}

@media only screen and (max-width: 750px) {
  #pickup .p-section__content .p-section__article .content .content__list .item .item_link .link__btn .c-circle .circle__normal svg circle {
    stroke: #fff;
  }
}

#pickup .p-section__content .p-section__article .content .content__list .item .item_link .link__btn .c-circle .circle__active svg circle {
  stroke: #fff;
}

@media only screen and (min-width: 751px) {
  #pickup .p-section__content .p-section__article .content .content__list .item .item_link .link__btn .c-circle .circle__active svg circle {
    stroke-width: 1.2;
  }
}

@media only screen and (max-width: 750px) {
  #pickup .p-section__content .p-section__article .content .content__list .item .item_link .link__btn .c-circle .circle__active svg circle {
    stroke-width: 1;
  }
}

@media only screen and (min-width: 751px) {
  #pickup .p-section__content .p-section__article .content .content__list .item .item_link:hover .link__btn {
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 1;
  }
}

@media only screen and (min-width: 751px) {
  #pickup .p-section__content .p-section__article .content .content__list .item .item_link:hover .item__thumb {
    transform: scale(1.1);
  }
}

@media only screen and (max-width: 750px) {
  #pickup .p-section__content .p-section__article .content .content__list .item .item__textBox {
    width: 55%;
  }
}

#pickup .p-section__content .p-section__article .content .content__list .item .item-date {
  font-family: 'Open Sans', sans-serif;
}

@media only screen and (min-width: 751px) {
  #pickup .p-section__content .p-section__article .content .content__list .item .item-date {
    letter-spacing: 0.12em;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  #pickup .p-section__content .p-section__article .content .content__list .item .item-date {
    font-size: 13px;
    font-weight: 600;
    color: #727c7c;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  #pickup .p-section__content .p-section__article .content .content__list .item .item-date {
    font-size: 1.73333vw;
    font-weight: 600;
    color: #727c7c;
  }
}

@media only screen and (max-width: 750px) {
  #pickup .p-section__content .p-section__article .content .content__list .item .item-date {
    letter-spacing: 0.12em;
    line-height: 1;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 750px) and (min-width: 751px) {
  #pickup .p-section__content .p-section__article .content .content__list .item .item-date {
    font-size: 26px;
    font-weight: 600;
    color: #727c7c;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  #pickup .p-section__content .p-section__article .content .content__list .item .item-date {
    font-size: 3.46667vw;
    font-weight: 600;
    color: #727c7c;
  }
}

@media only screen and (min-width: 751px) {
  #pickup .p-section__content .p-section__article .content .content__list .item .item-text {
    line-height: 1.44444;
    letter-spacing: 0.09em;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  #pickup .p-section__content .p-section__article .content .content__list .item .item-text {
    font-size: 18px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  #pickup .p-section__content .p-section__article .content .content__list .item .item-text {
    font-size: 2.4vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) {
  #pickup .p-section__content .p-section__article .content .content__list .item .item-text {
    line-height: 1.33333;
    letter-spacing: 0.05em;
  }
}

@media only screen and (max-width: 750px) and (min-width: 751px) {
  #pickup .p-section__content .p-section__article .content .content__list .item .item-text {
    font-size: 30px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  #pickup .p-section__content .p-section__article .content .content__list .item .item-text {
    font-size: 4vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

#pickup .p-section__content .p-section__article .pager {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 750px) {
  #pickup .p-section__content .p-section__article .pager {
    margin-top: 13.33333vw;
  }
}

#pickup .p-section__content .p-section__article .pager_number {
  display: flex;
  position: relative;
}

#pickup .p-section__content .p-section__article .pager_number_link {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 751px) {
  #pickup .p-section__content .p-section__article .pager_number_link {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 750px) {
  #pickup .p-section__content .p-section__article .pager_number_link {
    width: 9.33333vw;
    height: 9.33333vw;
  }
}

@media only screen and (min-width: 751px) {
  #pickup .p-section__content .p-section__article .pager_number_link .dot {
    padding-bottom: 6px;
  }
}

@media only screen and (max-width: 750px) {
  #pickup .p-section__content .p-section__article .pager_number_link .dot {
    padding-bottom: 2vw;
  }
}

#pickup .p-section__content .p-section__article .pager_number_link.active {
  border: 1px solid #cfd1d1;
  pointer-events: none;
}

@media only screen and (min-width: 751px) {
  #pickup .p-section__content .p-section__article .pager_number_link.active {
    border-radius: 200px;
  }
}

@media only screen and (max-width: 750px) {
  #pickup .p-section__content .p-section__article .pager_number_link.active {
    border-radius: 53.33333vw;
  }
}

@media only screen and (min-width: 751px) {
  #pickup .p-section__content .p-section__article .pager_number_link:hover {
    opacity: 0.6;
  }
}

#pickup .p-section__content .p-section__article .pager_number_link-dot {
  pointer-events: none;
}

#pickup .p-section__content .p-section__article .pager_arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}

@media only screen and (min-width: 751px) {
  #pickup .p-section__content .p-section__article .pager_arrow {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 750px) {
  #pickup .p-section__content .p-section__article .pager_arrow {
    width: 9.33333vw;
    height: 9.33333vw;
  }
}

#pickup .p-section__content .p-section__article .pager_arrow-left {
  transform: rotate(180deg);
}

@media only screen and (min-width: 751px) {
  #pickup .p-section__content .p-section__article .pager_arrow-left {
    left: -40px;
  }
}

@media only screen and (max-width: 750px) {
  #pickup .p-section__content .p-section__article .pager_arrow-left {
    left: -12vw;
  }
}

@media only screen and (min-width: 751px) {
  #pickup .p-section__content .p-section__article .pager_arrow-right {
    right: -40px;
  }
}

@media only screen and (max-width: 750px) {
  #pickup .p-section__content .p-section__article .pager_arrow-right {
    right: -12vw;
  }
}

#pickup .p-section__content .p-section__article .pager_arrow .c-arrow {
  transition: transform 1s cubic-bezier(0.52, 0.08, 0.18, 1);
  position: relative;
}

@media only screen and (min-width: 751px) {
  #pickup .p-section__content .p-section__article .pager_arrow .c-arrow {
    width: 23px;
  }
}

@media only screen and (max-width: 750px) {
  #pickup .p-section__content .p-section__article .pager_arrow .c-arrow {
    width: 4.8vw;
  }
}

@media only screen and (min-width: 751px) {
  #pickup .p-section__content .p-section__article .pager_arrow .c-arrow svg {
    width: 23px;
  }
}

@media only screen and (max-width: 750px) {
  #pickup .p-section__content .p-section__article .pager_arrow .c-arrow svg {
    width: 4.8vw;
  }
}

@media only screen and (min-width: 751px) {
  #pickup .p-section__content .p-section__article .pager_arrow:hover .c-arrow {
    transform: translateX(5px);
  }
}

#pickup .p-section__content .p-section__article .pager_number {
  font-family: 'Open Sans', sans-serif;
}

@media only screen and (min-width: 751px) {
  #pickup .p-section__content .p-section__article .pager_number {
    line-height: 3.83333;
    letter-spacing: 0.12em;
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  #pickup .p-section__content .p-section__article .pager_number {
    font-size: 12px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  #pickup .p-section__content .p-section__article .pager_number {
    font-size: 1.6vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) {
  #pickup .p-section__content .p-section__article .pager_number {
    letter-spacing: 0.12em;
  }
}

@media only screen and (max-width: 750px) and (min-width: 751px) {
  #pickup .p-section__content .p-section__article .pager_number {
    font-size: 26px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  #pickup .p-section__content .p-section__article .pager_number {
    font-size: 3.46667vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) {
  #pickup .p-section__title {
    margin: 0 auto 45px;
    width: 130px;
  }
}

@media only screen and (max-width: 750px) {
  #pickup .p-section__title {
    line-height: 1.57895;
    letter-spacing: 0.05em;
    margin-bottom: 23px;
  }
}

@media only screen and (max-width: 750px) and (min-width: 751px) {
  #pickup .p-section__title {
    font-size: 38px;
    font-weight: 700;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  #pickup .p-section__title {
    font-size: 5.06667vw;
    font-weight: 700;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) {
  #pickup .p-section__description {
    line-height: 2.375;
    letter-spacing: 0.05em;
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  #pickup .p-section__description {
    font-size: 16px;
    font-weight: 400;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  #pickup .p-section__description {
    font-size: 2.13333vw;
    font-weight: 400;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) {
  #pickup .p-section__description {
    line-height: 1.92308;
    letter-spacing: 0.05em;
  }
}

@media only screen and (max-width: 750px) and (min-width: 751px) {
  #pickup .p-section__description {
    font-size: 26px;
    font-weight: 400;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  #pickup .p-section__description {
    font-size: 3.46667vw;
    font-weight: 400;
    color: #1a1b1b;
  }
}

@keyframes scaleLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

@media only screen and (min-width: 751px) {
  .display-pc {
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  .display-pc {
    display: none;
  }
}

@media only screen and (min-width: 751px) {
  .display-sp {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  .display-sp {
    display: block;
  }
}

.top-html {
  touch-action: none;
}

#top {
  touch-action: none;
  /* ----------------------------------

  --  PC

 ---------------------------------- */
  /* ----------------------------------

  --  SMP

 ---------------------------------- */
  /* ----------------------------------

  --  PC/SP

 ---------------------------------- */
  /* ----------------------------------

  --  PC

 ---------------------------------- */
  /* ----------------------------------

  --  SMP

 ---------------------------------- */
}

@keyframes scaleLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

@media only screen and (min-width: 751px) {
  #top .display-pc {
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  #top .display-pc {
    display: none;
  }
}

@media only screen and (min-width: 751px) {
  #top .display-sp {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  #top .display-sp {
    display: block;
  }
}

@keyframes slideZoom {
  0% {
    transform: scale(1.05) rotate(0.1deg);
  }
  100% {
    transform: scale(1) rotate(0.1deg);
  }
}

#top #p-kv {
  display: flex;
  justify-content: center;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

#top #p-kv .title {
  position: absolute;
  display: block;
  color: #1a1b1b;
  z-index: 2;
}

#top #p-kv .title .kv-lead .lead {
  opacity: 0;
}

#top #p-kv .title .kv-logo {
  opacity: 0;
}

#top #p-kv .title .sub {
  font-family: YuGothic, '游ゴシック','Noto Sans JP',"Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
  letter-spacing: 0.07em;
  font-weight: 700;
  text-align: center;
  color: #1a1b1b;
}

#top #p-kv .type-kv {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

#top #p-kv .type-kv .swiper-container {
  height: 100%;
}

#top #p-kv .type-kv .swiper-slide {
  overflow: hidden;
}

#top #p-kv .type-kv .swiper-slide-active .bg {
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  backface-visibility: hidden;
  visibility: visible;
  animation: slideZoom 5s cubic-bezier(0.25, 0.25, 0.75, 0.75) 1s 1 normal both;
}

#top #p-kv .type-kv .swiper-pagination {
  position: absolute;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  flex-direction: column;
  line-height: 1;
}

@media only screen and (min-width: 751px) {
  #top #p-kv .type-kv .swiper-pagination {
    width: 8px;
    left: 30px;
    top: 0;
    bottom: 0;
  }
}

@media only screen and (max-width: 750px) {
  #top #p-kv .type-kv .swiper-pagination {
    width: 1.46667vw;
    left: 5.33333vw;
    bottom: 8vw;
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  #top #p-kv .type-kv .swiper-pagination .swiper-pagination-current,
  #top #p-kv .type-kv .swiper-pagination .swiper-pagination-total {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  #top #p-kv .type-kv .swiper-pagination .swiper-pagination-current,
  #top #p-kv .type-kv .swiper-pagination .swiper-pagination-total {
    font-size: 1.6vw;
    font-weight: 600;
    color: #fff;
  }
}

@media only screen and (max-width: 750px) and (min-width: 751px) {
  #top #p-kv .type-kv .swiper-pagination .swiper-pagination-current,
  #top #p-kv .type-kv .swiper-pagination .swiper-pagination-total {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  #top #p-kv .type-kv .swiper-pagination .swiper-pagination-current,
  #top #p-kv .type-kv .swiper-pagination .swiper-pagination-total {
    font-size: 2.93333vw;
    font-weight: 600;
    color: #fff;
  }
}

#top #p-kv .type-kv .swiper-pagination .border {
  position: relative;
  width: 1px;
  height: 40px;
  margin: 10px 1px 10px 0;
  background-color: transparent;
  overflow: hidden;
}

#top #p-kv .type-kv .swiper-pagination .border .js-border {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 1px;
  height: 40px;
  transform-origin: top;
}

#top #p-kv .bg {
  background-size: cover;
  width: 100%;
  height: 100vh;
  background-position: 50% center;
}

#top #p-kv .kv-reserveBtn {
  aspect-ratio: 1/1;
  position: absolute;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 0px;
  color: #A89F5F;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}

#top #p-kv .kv-reserveBtn svg {
  display: block;
  width: 25%;
}

#top #p-kv .kv-reserveBtn svg .st0 {
  fill: none;
  stroke: #A89F5F;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  transition: 0.8s all cubic-bezier(0.52, 0.08, 0.18, 1);
}

#top #p-kv .kv-reserveBtn::after {
  content: "";
  background-color: white;
  width: 100%;
  height: 100%;
  border-radius: calc(infinity * 1px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.2s all cubic-bezier(0.52, 0.08, 0.18, 1);
}

#top #p-kv .kv-reserve {
  color: white;
  position: absolute;
  z-index: 21;
  transition: 0.75s all cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  opacity: 0;
  pointer-events: none;
}

#top #p-kv .kv-reserve .close-btn {
  font-family: 'Open Sans', sans-serif;
  position: relative;
  color: #1a1b1b;
  width: fit-content;
  margin-inline: auto 0;
  padding: 16px 24px;
  font-size: 13px;
  cursor: pointer;
  transition: 0.2s all cubic-bezier(0.52, 0.08, 0.18, 1);
}

#top #p-kv .kv-reserve .close-btn::before, #top #p-kv .kv-reserve .close-btn::after {
  content: "";
  width: 20px;
  height: 1px;
  transform: rotate(45deg);
  background-color: #1a1b1b;
  position: absolute;
  top: 50%;
  right: 0;
  transition: 0.2s all cubic-bezier(0.52, 0.08, 0.18, 1);
}

#top #p-kv .kv-reserve .close-btn::after {
  transform: rotate(-45deg);
}

#top #p-kv .kv-reserve .inner_title {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px;
  padding-top: 0;
  background-color: #A89F5F;
  transform-origin: left;
  transition: 0.75s all cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  color: white;
  line-height: 1.5;
  background-color: #A89F5F;
}

#top #p-kv .kv-reserve .inner_title .mainTxt {
  font-weight: 600;
  margin-bottom: 8px;
}

#top #p-kv .kv-reserve .inner_item {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 80px;
  border-top: 1px solid white;
  padding-left: 20px;
  background-color: #A89F5F;
  transform-origin: left;
  transition: 0.75s all cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  overflow: hidden;
  opacity: 0;
}

#top #p-kv .kv-reserve .inner_item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition: 0.5s all cubic-bezier(0.52, 0.08, 0.18, 1);
  z-index: 0;
  background-color: #f5f5f5;
}

#top #p-kv .kv-reserve .inner_item .link {
  position: relative;
  z-index: 1;
  transition: 0.5s all cubic-bezier(0.52, 0.08, 0.18, 1);
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.12em;
  line-height: 1.5;
}

@media only screen and (min-width: 751px) {
  #top #p-kv .kv-reserve .inner_item .link {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
  }
}

@media only screen and (max-width: 750px) {
  #top #p-kv .kv-reserve .inner_item .link {
    font-size: 1.6vw;
    font-weight: 600;
    color: #fff;
  }
}

#top #p-kv .kv-reserve .inner_item .caption {
  font-size: 10px;
}

#top #p-kv .kv-reserve .inner_item .c-blank {
  position: absolute;
  top: 0;
  left: inherit;
  right: 15px;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  z-index: 1;
  transition: 0.5s all cubic-bezier(0.52, 0.08, 0.18, 1);
  transform: translateX(0px);
}

#top #p-kv .kv-reserve .inner_item .c-blank svg {
  width: 11px;
  height: 11px;
}

#top #p-kv .kv-reserve .inner_item .c-blank svg .st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

#top #p-kv .kv-reserve.is-show {
  opacity: 1;
  pointer-events: initial;
}

#top #p-kv .kv-reserve.is-show .inner_item {
  opacity: 1;
}

#top #p-kv .kv-reserve.is-show .inner_item:nth-child(1) {
  transition-delay: .02s;
}

#top #p-kv .kv-reserve.is-show .inner_item:nth-child(2) {
  transition-delay: .04s;
}

#top #p-kv .kv-reserve.is-show .inner_item:nth-child(3) {
  transition-delay: .06s;
}

@media only screen and (min-width: 751px) {
  #top #p-kv {
    min-width: 1080px;
    background-position: center;
  }
  #top #p-kv .title {
    right: 0;
    left: 0;
    bottom: 4%;
    margin: auto;
    width: 90%;
    max-width: 830px;
    height: 83px;
    top: 0px;
  }
  #top #p-kv .title .kv-lead {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
  }
  #top #p-kv .title .lead {
    width: 341px;
    height: 24px;
  }
  #top[data-en="top"] #p-kv .title .kv-lead .lead {
    width: 413.5px;
    height: 19px;
  }
  #top #p-kv .title .kv-logo {
    height: 34px;
  }
  #top #p-kv .swiper-slide-active {
    transform: scale(1);
  }
  #top #p-kv .news {
    opacity: 0;
    position: absolute;
    width: 580px;
    height: 40px;
    background-color: #fff;
    right: 30px;
    bottom: 30px;
    display: flex;
    align-items: center;
    overflow: hidden;
    z-index: 1;
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  #top #p-kv .news {
    border-radius: 200px;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  #top #p-kv .news {
    border-radius: 53.33333vw;
  }
}

@media only screen and (min-width: 751px) {
  #top #p-kv .news:before {
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    background: #1a1b1b;
    transform-origin: left;
    transition: transform 0.3s;
    transform: translateX(-101%);
    transition: 0.7s all cubic-bezier(0.52, 0.08, 0.18, 1);
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  #top #p-kv .news:before {
    border-radius: 200px;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  #top #p-kv .news:before {
    border-radius: 53.33333vw;
  }
}

@media only screen and (min-width: 751px) {
  #top #p-kv .news .item {
    position: relative;
    z-index: 1;
    padding-left: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #top #p-kv .news .item .text {
    display: flex;
    align-items: center;
    line-height: 1;
  }
  #top #p-kv .news .item .text .category, #top #p-kv .news .item .text .date, #top #p-kv .news .item .text .name {
    transition: 1s all cubic-bezier(0.52, 0.08, 0.18, 1);
  }
  #top #p-kv .news .item .text .category {
    font-family: 'Open Sans', sans-serif;
    margin-right: 20px;
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  #top #p-kv .news .item .text .category {
    font-size: 11px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  #top #p-kv .news .item .text .category {
    font-size: 1.46667vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) {
  #top #p-kv .news .item .text .date {
    font-family: 'Open Sans', sans-serif;
    margin-right: 15px;
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  #top #p-kv .news .item .text .date {
    font-size: 13px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  #top #p-kv .news .item .text .date {
    font-size: 1.73333vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) {
  html.ie #top #p-kv .news .item .text .date {
    margin-top: -2.5px;
  }
  #top #p-kv .news .item .text .name {
    line-height: 1.8;
    width: 360px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  #top #p-kv .news .item .text .name {
    font-size: 13px;
    font-weight: 400;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  #top #p-kv .news .item .text .name {
    font-size: 1.73333vw;
    font-weight: 400;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) {
  html.ie #top #p-kv .news .item .text .name {
    margin-top: 4px;
  }
  #top #p-kv .news .item .arrow {
    flex-shrink: 0;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #top #p-kv .news .item .arrow .c-arrow {
    left: inherit;
    right: 20px;
    transform: translateX(0);
    transition: 1s all cubic-bezier(0.52, 0.08, 0.18, 1) 0.2s;
  }
  #top #p-kv .news .item .arrow svg {
    width: 13px;
  }
  #top #p-kv .news .item .arrow svg .st0 {
    transition: 1s all cubic-bezier(0.52, 0.08, 0.18, 1);
  }
  #top #p-kv .news:hover:before {
    transform: translateX(0%);
  }
  #top #p-kv .news:hover .item .text .category, #top #p-kv .news:hover .item .text .date, #top #p-kv .news:hover .item .text .name {
    color: #fff;
  }
  #top #p-kv .news:hover .item .c-arrow {
    transform: translateX(5px);
  }
  #top #p-kv .news:hover .item .c-arrow .st0 {
    stroke: #fff;
  }
  #top #p-kv .bg {
    background-size: cover;
    width: 100%;
    height: 100vh;
    background-position: 50% center;
  }
  #top #p-kv .bg-01 {
    background-image: url("../img/top/b-kv_photo_01.jpg");
  }
  #top #p-kv .bg-02 {
    background-image: url("../img/top/b-kv_photo_02.jpg");
  }
  #top #p-kv .bg-03 {
    background-image: url("../img/top/b-kv_photo_03.jpg");
  }
  #top #p-kv .bg-04 {
    background-image: url("../img/top/b-kv_photo_04.jpg");
  }
  #top #p-kv .bg-05 {
    background-image: url("../img/top/b-kv_photo_05.jpg");
  }
  #top #p-kv .kv-reserveBtn {
    right: 3.125vw;
    bottom: 3.125vw;
    width: 120px;
    font-size: 13px;
    cursor: pointer;
  }
  #top #p-kv .kv-reserveBtn:hover::after {
    transform: scale(1.1);
  }
  #top #p-kv .kv-reserve {
    width: 300px;
    transform: translateX(-20%);
    bottom: 1.875vw;
    right: 0;
  }
  #top #p-kv .kv-reserve .close-btn:hover {
    color: white;
  }
  #top #p-kv .kv-reserve .close-btn:hover::before, #top #p-kv .kv-reserve .close-btn:hover::after {
    background-color: white;
  }
  #top #p-kv .kv-reserve .inner_item {
    transform: translateX(-20%);
  }
  #top #p-kv .kv-reserve .inner_item:hover:before {
    transform: translateX(0%);
  }
  #top #p-kv .kv-reserve .inner_item:hover .c-blank {
    transform: translateX(5px);
  }
  #top #p-kv .kv-reserve .inner_item:hover .c-blank .st0 {
    stroke: #A89F5F;
  }
  #top #p-kv .kv-reserve .inner_item:hover .link {
    color: #A89F5F;
  }
  #top #p-kv .kv-reserve.is-show {
    transform: translateX(0);
  }
  #top #p-kv .kv-reserve.is-show .inner_item {
    transform: translateX(0);
  }
}

@media only screen and (max-width: 750px) {
  #top #p-kv .title {
    width: 100%;
    top: 43%;
  }
  #top #p-kv .title .kv-lead {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    text-align: center;
    margin: 0 auto 4vw;
  }
  #top #p-kv .title .kv-lead .lead {
    position: relative;
    width: 45.33333vw;
  }
  #top[data-en="top"] #p-kv .title .kv-lead .lead {
    width: 65.33333vw;
  }
  #top #p-kv .title .kv-logo {
    width: 77.73333vw;
    margin: 0 auto;
    line-height: 1;
  }
  #top #p-kv .title .kv-logo svg {
    width: 100%;
  }
  #top #p-kv .title .sub {
    font-size: 3.2vw;
    margin-top: 6.66667vw;
  }
  #top #p-kv .bg {
    background-size: cover;
    width: 100%;
    height: 100vh;
    background-position: 50% 0;
  }
  #top #p-kv .bg-01 {
    background-image: url("../img/top/sp/b-kv_photo_01.jpg");
  }
  #top #p-kv .bg-02 {
    background-image: url("../img/top/sp/b-kv_photo_02.jpg");
  }
  #top #p-kv .bg-03 {
    background-image: url("../img/top/sp/b-kv_photo_03.jpg");
  }
  #top #p-kv .bg-04 {
    background-image: url("../img/top/sp/b-kv_photo_04.jpg");
  }
  #top #p-kv .bg-05 {
    background-image: url("../img/top/sp/b-kv_photo_05.jpg");
  }
  #top #p-kv .news {
    display: none;
  }
  #top #p-kv .kv-reserveBtn {
    right: 4vw;
    bottom: 5.33333vw;
    width: 90px;
    font-size: 10px;
    gap: 2px;
  }
  #top #p-kv .kv-reserveBtn svg {
    width: 34%;
  }
  #top #p-kv .kv-reserveBtn svg .st0 {
    stroke-width: 1.5px;
  }
  #top #p-kv .kv-reserve {
    width: 100%;
    bottom: 0;
    transform: translateY(20%);
    background-color: rgba(255, 255, 255, 0.5);
  }
  #top #p-kv .kv-reserve .close-btn {
    position: absolute;
    top: -50px;
    right: 20px;
  }
  #top #p-kv .kv-reserve .inner_title {
    padding-top: 20px;
  }
  #top #p-kv .kv-reserve .inner_item {
    transform: translateY(20%);
  }
  #top #p-kv .kv-reserve .inner_item .link {
    font-size: 3.73333vw;
  }
  #top #p-kv .kv-reserve.is-show {
    transform: translateY(0);
  }
  #top #p-kv .kv-reserve.is-show .inner_item {
    transform: translateY(0);
  }
}

@keyframes scaleLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

@media only screen and (min-width: 751px) {
  #top .display-pc {
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  #top .display-pc {
    display: none;
  }
}

@media only screen and (min-width: 751px) {
  #top .display-sp {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  #top .display-sp {
    display: block;
  }
}

@keyframes arrowMove {
  0% {
    margin-left: -20px;
    opacity: 0;
  }
  100% {
    margin-left: 0px;
    opacity: 1;
  }
}

#top .alert_link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

@media only screen and (min-width: 751px) {
  #top .alert_link {
    margin-top: 75px;
  }
}

@media only screen and (max-width: 750px) {
  #top .alert_link {
    margin-top: 90px;
    text-align: center;
  }
}

#top .alert_link a {
  color: red;
  text-decoration: underline;
}

#top .p-section {
  position: relative;
  color: #1a1b1b;
}

@media only screen and (min-width: 751px) {
  #top .p-section {
    margin-top: 240px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 750px) {
  #top .p-section {
    margin-top: 32vw;
  }
}

#top .p-section .title-pickup {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (min-width: 751px) {
  #top .p-section.p-concept {
    padding-top: 100px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 751px) {
  #top .p-section.p-pickup {
    padding-top: 240px;
    margin-top: 0;
  }
}

@media only screen and (max-width: 750px) {
  #top .p-section.p-pickup {
    margin: 32vw 5.33333vw 0;
    margin-top: 24vw;
    padding-bottom: 8vw;
  }
}

#top .p-section.p-pickup .pickup-viewAll {
  font-family: 'Open Sans', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.5s opacity cubic-bezier(0.52, 0.08, 0.18, 1);
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  #top .p-section.p-pickup .pickup-viewAll {
    font-size: 14px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  #top .p-section.p-pickup .pickup-viewAll {
    font-size: 1.86667vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) and (min-width: 751px) {
  #top .p-section.p-pickup .pickup-viewAll {
    font-size: 28px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  #top .p-section.p-pickup .pickup-viewAll {
    font-size: 3.73333vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

#top .p-section.p-pickup .pickup-viewAll .text {
  line-height: 1;
}

@media only screen and (min-width: 751px) {
  #top .p-section.p-pickup .pickup-viewAll .text {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 750px) {
  #top .p-section.p-pickup .pickup-viewAll .text {
    margin-right: 2.4vw;
  }
}

@media only screen and (max-width: 750px) {
  #top .p-section.p-pickup .pickup-viewAll .icon {
    width: 4vw;
  }
}

@media only screen and (min-width: 751px) {
  #top .p-section.p-pickup .pickup-viewAll:hover {
    opacity: 0.5;
  }
}

@media only screen and (min-width: 751px) {
  #top .p-section .content__title01 {
    margin: 0 auto;
    width: 1080px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 750px) {
  #top .p-section .content__title01 {
    margin: 0 0 5.33333vw;
  }
}

#top .p-section .content__title01 .title {
  line-height: 1;
}

@media only screen and (max-width: 750px) {
  #top .p-section .content__title01 .title img {
    width: 26.66667vw;
  }
}

@media only screen and (min-width: 751px) {
  #top .p-section .content__slider {
    margin: 0 auto;
    position: relative;
    width: 1080px;
  }
}

#top .p-section .content__slider:not(.js__slider) .swiper-container {
  overflow: visible;
}

#top .p-section .content__slider:not(.js__slider) .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  transform: none !important;
}

#top .p-section .content__slider:not(.js__slider) .swiper-slide {
  flex: 0 0 calc(33.333% - 14px);
  width: calc(33.333% - 14px);
}

@media only screen and (min-width: 751px) {
  #top .p-section .content__slider:not(.js__slider) .swiper-slide {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 750px) {
  #top .p-section .content__slider:not(.js__slider) .swiper-slide {
    flex: 0 0 100%;
    width: 100%;
  }
}

#top .p-section .content__slider:not(.js__slider) .swiper-slide-duplicate {
  display: none !important;
}

#top .p-section .content__slider:not(.js__slider) .swiper-slide:not(.swiper-slide-duplicate) {
  display: block;
}

#top .p-section .content__titleCopy {
  position: relative;
  align-items: flex-start;
}

@media only screen and (min-width: 751px) {
  #top .p-section .content__titleCopy {
    width: 1080px;
    margin: 0 auto;
    display: flex;
  }
}

@media only screen and (max-width: 750px) {
  #top .p-section .content__titleCopy {
    margin: 0 auto 10.66667vw;
  }
}

@media only screen and (min-width: 751px) {
  #top[data-en='top'] .p-section .content__titleCopy {
    justify-content: space-between;
  }
}

@media only screen and (min-width: 751px) {
  #top[data-en='top'] .p-section .content__area {
    width: 550px;
  }
}

#top .p-section .content__title02 {
  position: relative;
}

@media only screen and (min-width: 751px) {
  #top .p-section .content__title02 {
    margin-right: 100px;
    width: fit-content;
  }
}

@media only screen and (max-width: 750px) {
  #top .p-section .content__title02 {
    margin: 0 5.33333vw 9.33333vw;
  }
}

@media only screen and (max-width: 750px) {
  #top .p-section .content__title02::after {
    margin-top: 5.33333vw;
    content: '';
    display: block;
    width: 10.66667vw;
    height: 0.8vw;
    background-color: #000;
  }
}

@media only screen and (min-width: 751px) {
  #top .p-section .content__title02 .border {
    margin-top: 30px;
    display: block;
    width: 40px;
    height: 4px;
    background-color: #000;
  }
}

#top .p-section .content__title02 .title {
  line-height: 1;
  align-items: center;
}

@media only screen and (min-width: 751px) {
  #top .p-section .content__title02 .title {
    display: flex;
  }
}

@media only screen and (min-width: 751px) {
  #top .p-section .content__title02 .title__en {
    margin-right: 30px;
  }
  #top #news .enCaptionWrap .enCaptionWrap-title .title__en {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 750px) {
  #top .p-section .content__title02 .title__en {
    margin-bottom: 4vw;
  }
  #top #news .enCaptionWrap .enCaptionWrap-title .title__en {
    margin-bottom: 0vw;
  }
}

#top .p-section .content__title02 .title__jp {
  flex-shrink: 0;
}

@media only screen and (min-width: 751px) {
  #top .p-section .content__title02 .title__jp {
    letter-spacing: 3px;
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  #top .p-section .content__title02 .title__jp {
    font-size: 12px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  #top .p-section .content__title02 .title__jp {
    font-size: 1.6vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) and (min-width: 751px) {
  #top .p-section .content__title02 .title__jp {
    font-size: 22px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  #top .p-section .content__title02 .title__jp {
    font-size: 2.93333vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) {
  #top .p-section .content__copy {
    flex: 1;
    line-height: 2.6;
  }
}

@media only screen and (max-width: 750px) {
  #top .p-section .content__copy {
    margin: 0 5.33333vw;
  }
}

#top .p-section .content__copy .copy {
  line-height: 1.6;
}

@media only screen and (min-width: 751px) {
  #top .p-section .content__copy .copy {
    margin-top: -7px;
    letter-spacing: 3px;
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  #top .p-section .content__copy .copy {
    font-size: 24px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  #top .p-section .content__copy .copy {
    font-size: 3.2vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) {
  #top .p-section .content__copy .copy {
    letter-spacing: 0.4vw;
  }
}

@media only screen and (max-width: 750px) and (min-width: 751px) {
  #top .p-section .content__copy .copy {
    font-size: 38px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  #top .p-section .content__copy .copy {
    font-size: 5.06667vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) {
  #top[data-en='top'] .p-section .content__copy .copy {
    line-height: 1.66667;
    letter-spacing: 0.05em;
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  #top[data-en='top'] .p-section .content__copy .copy {
    font-size: 24px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  #top[data-en='top'] .p-section .content__copy .copy {
    font-size: 3.2vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) {
  #top[data-en='top'] .p-section .content__copy .copy {
    line-height: 1.57895;
    letter-spacing: 0.05em;
  }
}

@media only screen and (max-width: 750px) and (min-width: 751px) {
  #top[data-en='top'] .p-section .content__copy .copy {
    font-size: 38px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  #top[data-en='top'] .p-section .content__copy .copy {
    font-size: 5.06667vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@keyframes scaleLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

@media only screen and (min-width: 751px) {
  #top .display-pc {
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  #top .display-pc {
    display: none;
  }
}

@media only screen and (min-width: 751px) {
  #top .display-sp {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  #top .display-sp {
    display: block;
  }
}

@media only screen and (min-width: 751px) {
  #top .p-flagshipshop,
  #top .p-foundry,
  #top .p-bakery {
    font-size: 16px;
    color: #1a1b1b;
  }
}

#top .p-flagshipshop__logo .logo,
#top .p-foundry__logo .logo,
#top .p-bakery__logo .logo {
  margin-left: auto;
  margin-right: auto;
}

#top .p-flagshipshop__title,
#top .p-foundry__title,
#top .p-bakery__title {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#top .p-flagshipshop__title .en,
#top .p-foundry__title .en,
#top .p-bakery__title .en {
  display: block;
}

#top .p-flagshipshop__title .jp,
#top .p-foundry__title .jp,
#top .p-bakery__title .jp {
  display: block;
  font-weight: 700;
}

#top .p-flagshipshop__description,
#top .p-foundry__description,
#top .p-bakery__description {
  border-bottom: 1px solid #dfe1e1;
}

#top .p-flagshipshop__information .item,
#top .p-foundry__information .item,
#top .p-bakery__information .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-wrap: inherit;
  align-items: flex-start;
}

#top .p-flagshipshop__information .title,
#top .p-foundry__information .title,
#top .p-bakery__information .title {
  font-weight: 600;
  line-height: 2;
}

@media only screen and (max-width: 750px) {
  #top .p-flagshipshop__information .title,
  #top .p-foundry__information .title,
  #top .p-bakery__information .title {
    line-height: 1.75;
  }
}

#top .p-flagshipshop__information .content,
#top .p-foundry__information .content,
#top .p-bakery__information .content {
  line-height: 1.75;
  padding-top: 1px;
}

@media only screen and (max-width: 750px) {
  #top .p-flagshipshop__information .content,
  #top .p-foundry__information .content,
  #top .p-bakery__information .content {
    padding-top: 0.05vw;
  }
}

#top .p-flagshipshop__information .content .gray,
#top .p-foundry__information .content .gray,
#top .p-bakery__information .content .gray {
  color: #727c7c;
}

#top .p-flagshipshop__information .content .list .text,
#top .p-foundry__information .content .list .text,
#top .p-bakery__information .content .list .text {
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}

#top .p-flagshipshop__information .content .list .icon,
#top .p-foundry__information .content .list .icon,
#top .p-bakery__information .content .list .icon {
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #000;
  display: inline-block;
  margin-left: 4px;
}

#top .p-flagshipshop__information .content .list .icon:before, #top .p-flagshipshop__information .content .list .icon:after,
#top .p-foundry__information .content .list .icon:before,
#top .p-foundry__information .content .list .icon:after,
#top .p-bakery__information .content .list .icon:before,
#top .p-bakery__information .content .list .icon:after {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
}

#top .p-flagshipshop__information .content .list .icon:after,
#top .p-foundry__information .content .list .icon:after,
#top .p-bakery__information .content .list .icon:after {
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#top .p-flagshipshop__reserve *,
#top .p-foundry__reserve *,
#top .p-bakery__reserve * {
  text-align: center;
}

#top .p-flagshipshop__reserve__telweb .tel,
#top .p-flagshipshop__reserve__telweb .web,
#top .p-flagshipshop__reserve__telweb .contact,
#top .p-foundry__reserve__telweb .tel,
#top .p-foundry__reserve__telweb .web,
#top .p-foundry__reserve__telweb .contact,
#top .p-bakery__reserve__telweb .tel,
#top .p-bakery__reserve__telweb .web,
#top .p-bakery__reserve__telweb .contact {
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}

#top .p-flagshipshop__reserve__telweb .tel .c-btn,
#top .p-flagshipshop__reserve__telweb .web .c-btn,
#top .p-flagshipshop__reserve__telweb .contact .c-btn,
#top .p-foundry__reserve__telweb .tel .c-btn,
#top .p-foundry__reserve__telweb .web .c-btn,
#top .p-foundry__reserve__telweb .contact .c-btn,
#top .p-bakery__reserve__telweb .tel .c-btn,
#top .p-bakery__reserve__telweb .web .c-btn,
#top .p-bakery__reserve__telweb .contact .c-btn {
  margin-left: auto;
  margin-right: auto;
}

#top .p-flagshipshop__reserve__telweb .title,
#top .p-foundry__reserve__telweb .title,
#top .p-bakery__reserve__telweb .title {
  font-weight: 600;
}

#top .p-flagshipshop__reserve__telweb .number,
#top .p-foundry__reserve__telweb .number,
#top .p-bakery__reserve__telweb .number {
  font-weight: 600;
}

#top .p-flagshipshop__slider,
#top .p-foundry__slider,
#top .p-bakery__slider {
  position: relative;
}

@media only screen and (min-width: 751px) {
  #top .p-flagshipshop,
  #top .p-foundry,
  #top .p-bakery {
    margin-top: 240px;
  }
  #top .p-flagshipshop__logo .logo,
  #top .p-foundry__logo .logo,
  #top .p-bakery__logo .logo {
    width: 150px;
    margin-bottom: 70px;
  }
  #top .p-flagshipshop__title .en img,
  #top .p-foundry__title .en img,
  #top .p-bakery__title .en img {
    height: 18px;
  }
  #top .p-flagshipshop__title .jp,
  #top .p-foundry__title .jp,
  #top .p-bakery__title .jp {
    font-size: 12px;
  }
  #top .p-flagshipshop__wrap,
  #top .p-foundry__wrap,
  #top .p-bakery__wrap {
    display: flex;
    flex-direction: row-reverse;
    gap: 65px;
    width: 90vw;
    max-width: 1080px;
    margin-inline: auto;
    margin-top: 60px;
  }
  #top .p-flagshipshop__wrap--reverse,
  #top .p-foundry__wrap--reverse,
  #top .p-bakery__wrap--reverse {
    flex-direction: row;
  }
  #top .p-flagshipshop__sliderWrap,
  #top .p-foundry__sliderWrap,
  #top .p-bakery__sliderWrap {
    width: calc(50% - 32px);
  }
  #top .p-flagshipshop__slider,
  #top .p-foundry__slider,
  #top .p-bakery__slider {
    width: calc(50vw - 32px);
  }
  #top .p-flagshipshop__slider--reverse,
  #top .p-foundry__slider--reverse,
  #top .p-bakery__slider--reverse {
    margin-left: calc(-50vw + 540px);
  }
  #top .p-flagshipshop__contents,
  #top .p-foundry__contents,
  #top .p-bakery__contents {
    flex: 1;
  }
  #top .p-flagshipshop__description,
  #top .p-foundry__description,
  #top .p-bakery__description {
    line-height: 2.375;
    padding-bottom: 40px;
  }
  #top .p-flagshipshop__information,
  #top .p-foundry__information,
  #top .p-bakery__information {
    padding-top: 30px;
    padding-bottom: 100px;
  }
  #top .p-flagshipshop__information .item,
  #top .p-foundry__information .item,
  #top .p-bakery__information .item {
    margin-top: 12px;
  }
  #top .p-flagshipshop__information .item:first-child,
  #top .p-foundry__information .item:first-child,
  #top .p-bakery__information .item:first-child {
    margin-top: 0;
  }
  #top .p-flagshipshop__information .item .title,
  #top .p-foundry__information .item .title,
  #top .p-bakery__information .item .title {
    width: 185px;
  }
  #top .p-flagshipshop__information .item .title--menu,
  #top .p-foundry__information .item .title--menu,
  #top .p-bakery__information .item .title--menu {
    padding-top: 4px;
  }
  #top .p-flagshipshop__information .item .content .list > *,
  #top .p-foundry__information .item .content .list > *,
  #top .p-bakery__information .item .content .list > * {
    margin-left: 25px;
  }
  #top .p-flagshipshop__information .item .content .list > *:first-child,
  #top .p-foundry__information .item .content .list > *:first-child,
  #top .p-bakery__information .item .content .list > *:first-child {
    margin-left: 0;
  }
  #top .p-flagshipshop__information .item .content .list .text,
  #top .p-foundry__information .item .content .list .text,
  #top .p-bakery__information .item .content .list .text {
    letter-spacing: 0.12em;
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  #top .p-flagshipshop__information .item .content .list .text,
  #top .p-foundry__information .item .content .list .text,
  #top .p-bakery__information .item .content .list .text {
    font-size: 13px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  #top .p-flagshipshop__information .item .content .list .text,
  #top .p-foundry__information .item .content .list .text,
  #top .p-bakery__information .item .content .list .text {
    font-size: 1.73333vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) {
  #top .p-flagshipshop__information .item .content .list .icon,
  #top .p-foundry__information .item .content .list .icon,
  #top .p-bakery__information .item .content .list .icon {
    width: 22px;
    height: 22px;
    top: 5px;
  }
  #top .p-flagshipshop__information .item .content .list .icon:before, #top .p-flagshipshop__information .item .content .list .icon:after,
  #top .p-foundry__information .item .content .list .icon:before,
  #top .p-foundry__information .item .content .list .icon:after,
  #top .p-bakery__information .item .content .list .icon:before,
  #top .p-bakery__information .item .content .list .icon:after {
    width: 7px;
  }
  #top .p-flagshipshop__reserve,
  #top .p-foundry__reserve,
  #top .p-bakery__reserve {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
  }
  #top .p-flagshipshop__reserve__telweb,
  #top .p-foundry__reserve__telweb,
  #top .p-bakery__reserve__telweb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  #top .p-flagshipshop__reserve__telweb .title,
  #top .p-foundry__reserve__telweb .title,
  #top .p-bakery__reserve__telweb .title {
    font-size: 16px;
  }
  #top .p-flagshipshop__reserve__telweb .number,
  #top .p-foundry__reserve__telweb .number,
  #top .p-bakery__reserve__telweb .number {
    font-size: 23px;
  }
  #top .p-flagshipshop__reserve__telweb .number .title,
  #top .p-foundry__reserve__telweb .number .title,
  #top .p-bakery__reserve__telweb .number .title {
    margin-bottom: 20px;
  }
  #top .p-flagshipshop__reserve__telweb .tel,
  #top .p-flagshipshop__reserve__telweb .web,
  #top .p-flagshipshop__reserve__telweb .contact,
  #top .p-foundry__reserve__telweb .tel,
  #top .p-foundry__reserve__telweb .web,
  #top .p-foundry__reserve__telweb .contact,
  #top .p-bakery__reserve__telweb .tel,
  #top .p-bakery__reserve__telweb .web,
  #top .p-bakery__reserve__telweb .contact {
    width: 325px;
    height: 175px;
    padding-top: 30px;
  }
  #top .p-flagshipshop__reserve__telweb .tel,
  #top .p-foundry__reserve__telweb .tel,
  #top .p-bakery__reserve__telweb .tel {
    margin-right: 1px;
  }
  #top .p-flagshipshop__reserve__telweb .tel .title,
  #top .p-foundry__reserve__telweb .tel .title,
  #top .p-bakery__reserve__telweb .tel .title {
    margin-bottom: 30px;
  }
  #top .p-flagshipshop__reserve__telweb .web .title,
  #top .p-foundry__reserve__telweb .web .title,
  #top .p-bakery__reserve__telweb .web .title {
    margin-bottom: 20px;
  }
  #top .p-flagshipshop__reserve__telweb .contact,
  #top .p-foundry__reserve__telweb .contact,
  #top .p-bakery__reserve__telweb .contact {
    margin-left: auto;
  }
  #top .p-flagshipshop__reserve__telweb .contact .title,
  #top .p-foundry__reserve__telweb .contact .title,
  #top .p-bakery__reserve__telweb .contact .title {
    margin-bottom: 20px;
  }
  #top .p-flagshipshop__slider__pager,
  #top .p-foundry__slider__pager,
  #top .p-bakery__slider__pager {
    position: absolute;
    left: 0;
    bottom: 35px;
  }
  #top .p-flagshipshop__slider__pager .swiper-button-prev,
  #top .p-flagshipshop__slider__pager .swiper-button-next,
  #top .p-foundry__slider__pager .swiper-button-prev,
  #top .p-foundry__slider__pager .swiper-button-next,
  #top .p-bakery__slider__pager .swiper-button-prev,
  #top .p-bakery__slider__pager .swiper-button-next {
    position: absolute;
    width: 60px;
    height: 60px;
  }
  #top .p-flagshipshop__slider__pager .swiper-button-prev .c-circle,
  #top .p-flagshipshop__slider__pager .swiper-button-next .c-circle,
  #top .p-foundry__slider__pager .swiper-button-prev .c-circle,
  #top .p-foundry__slider__pager .swiper-button-next .c-circle,
  #top .p-bakery__slider__pager .swiper-button-prev .c-circle,
  #top .p-bakery__slider__pager .swiper-button-next .c-circle {
    width: 60px;
    height: 60px;
  }
  #top .p-flagshipshop__slider__pager .swiper-button-prev .c-circle .circle,
  #top .p-flagshipshop__slider__pager .swiper-button-next .c-circle .circle,
  #top .p-foundry__slider__pager .swiper-button-prev .c-circle .circle,
  #top .p-foundry__slider__pager .swiper-button-next .c-circle .circle,
  #top .p-bakery__slider__pager .swiper-button-prev .c-circle .circle,
  #top .p-bakery__slider__pager .swiper-button-next .c-circle .circle {
    width: 60px;
    height: 60px;
  }
  #top .p-flagshipshop__slider__pager .swiper-button-prev .circle__normal svg,
  #top .p-flagshipshop__slider__pager .swiper-button-prev .circle__active svg,
  #top .p-flagshipshop__slider__pager .swiper-button-next .circle__normal svg,
  #top .p-flagshipshop__slider__pager .swiper-button-next .circle__active svg,
  #top .p-foundry__slider__pager .swiper-button-prev .circle__normal svg,
  #top .p-foundry__slider__pager .swiper-button-prev .circle__active svg,
  #top .p-foundry__slider__pager .swiper-button-next .circle__normal svg,
  #top .p-foundry__slider__pager .swiper-button-next .circle__active svg,
  #top .p-bakery__slider__pager .swiper-button-prev .circle__normal svg,
  #top .p-bakery__slider__pager .swiper-button-prev .circle__active svg,
  #top .p-bakery__slider__pager .swiper-button-next .circle__normal svg,
  #top .p-bakery__slider__pager .swiper-button-next .circle__active svg {
    width: 60px;
    height: 60px;
  }
  #top .p-flagshipshop__slider__pager .swiper-button-prev .circle__normal svg circle,
  #top .p-flagshipshop__slider__pager .swiper-button-prev .circle__active svg circle,
  #top .p-flagshipshop__slider__pager .swiper-button-next .circle__normal svg circle,
  #top .p-flagshipshop__slider__pager .swiper-button-next .circle__active svg circle,
  #top .p-foundry__slider__pager .swiper-button-prev .circle__normal svg circle,
  #top .p-foundry__slider__pager .swiper-button-prev .circle__active svg circle,
  #top .p-foundry__slider__pager .swiper-button-next .circle__normal svg circle,
  #top .p-foundry__slider__pager .swiper-button-next .circle__active svg circle,
  #top .p-bakery__slider__pager .swiper-button-prev .circle__normal svg circle,
  #top .p-bakery__slider__pager .swiper-button-prev .circle__active svg circle,
  #top .p-bakery__slider__pager .swiper-button-next .circle__normal svg circle,
  #top .p-bakery__slider__pager .swiper-button-next .circle__active svg circle {
    r: 30;
    cy: 30;
    cx: 30;
  }
  #top .p-flagshipshop__slider__pager .swiper-button-prev,
  #top .p-foundry__slider__pager .swiper-button-prev,
  #top .p-bakery__slider__pager .swiper-button-prev {
    left: 0;
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #top .p-flagshipshop__slider__pager .swiper-button-next,
  #top .p-foundry__slider__pager .swiper-button-next,
  #top .p-bakery__slider__pager .swiper-button-next {
    left: 80px;
  }
  #top .p-bakery__information {
    padding-bottom: 0;
  }
  #top .p-bakery__takeout {
    margin-top: 100px;
    padding: 20px 0;
  }
  #top .p-bakery__takeoutBtn {
    width: 324px;
  }
}

@media only screen and (max-width: 750px) {
  #top .p-flagshipshop,
  #top .p-foundry,
  #top .p-bakery {
    margin-top: 32vw;
  }
  #top .p-flagshipshop__logo .logo,
  #top .p-foundry__logo .logo,
  #top .p-bakery__logo .logo {
    width: 24.8vw;
    margin-bottom: 9.33333vw;
  }
  #top .p-flagshipshop__title,
  #top .p-foundry__title,
  #top .p-bakery__title {
    margin-top: 10vw;
    margin-bottom: 3.33333vw;
  }
  #top .p-flagshipshop__title .en img,
  #top .p-foundry__title .en img,
  #top .p-bakery__title .en img {
    height: 12vw;
  }
  #top .p-flagshipshop__title .jp,
  #top .p-foundry__title .jp,
  #top .p-bakery__title .jp {
    font-size: 2.66667vw;
    margin-top: 4vw;
  }
  #top .p-flagshipshop__sliderWrap,
  #top .p-foundry__sliderWrap,
  #top .p-bakery__sliderWrap {
    margin-left: 25vw;
    overflow: hidden;
    margin-top: 6vw;
  }
  #top .p-flagshipshop__sliderWrap--reverse,
  #top .p-foundry__sliderWrap--reverse,
  #top .p-bakery__sliderWrap--reverse {
    margin-left: 0;
    margin-right: 25vw;
  }
  #top .p-flagshipshop__contents,
  #top .p-foundry__contents,
  #top .p-bakery__contents {
    margin-top: 8.4vw;
  }
  #top .p-flagshipshop__description,
  #top .p-foundry__description,
  #top .p-bakery__description {
    width: 89.33333vw;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.92308;
    padding-bottom: 4vw;
  }
  #top .p-flagshipshop__information,
  #top .p-foundry__information,
  #top .p-bakery__information {
    width: 89.33333vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4vw;
  }
  #top .p-flagshipshop__information .item,
  #top .p-foundry__information .item,
  #top .p-bakery__information .item {
    margin-top: 12px;
    align-items: flex-start;
  }
  #top .p-flagshipshop__information .item:first-child,
  #top .p-foundry__information .item:first-child,
  #top .p-bakery__information .item:first-child {
    margin-top: 0;
  }
  #top .p-flagshipshop__information .item .title,
  #top .p-foundry__information .item .title,
  #top .p-bakery__information .item .title {
    width: 18vw;
  }
  #top .p-flagshipshop__information .item .content,
  #top .p-foundry__information .item .content,
  #top .p-bakery__information .item .content {
    width: 70vw;
  }
  #top .p-flagshipshop__information .item .content .list > *,
  #top .p-foundry__information .item .content .list > *,
  #top .p-bakery__information .item .content .list > * {
    display: inline-block;
    margin-right: 5.33333vw;
  }
  #top .p-flagshipshop__information .item .content .list .text,
  #top .p-foundry__information .item .content .list .text,
  #top .p-bakery__information .item .content .list .text {
    line-height: 1.76923;
    letter-spacing: 0.12em;
  }
}

@media only screen and (max-width: 750px) and (min-width: 751px) {
  #top .p-flagshipshop__information .item .content .list .text,
  #top .p-foundry__information .item .content .list .text,
  #top .p-bakery__information .item .content .list .text {
    font-size: 26px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  #top .p-flagshipshop__information .item .content .list .text,
  #top .p-foundry__information .item .content .list .text,
  #top .p-bakery__information .item .content .list .text {
    font-size: 3.46667vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) {
  #top .p-flagshipshop__information .item .content .list .icon,
  #top .p-foundry__information .item .content .list .icon,
  #top .p-bakery__information .item .content .list .icon {
    width: 4.8vw;
    height: 4.8vw;
    top: 4px;
  }
  #top .p-flagshipshop__information .item .content .list .icon:before, #top .p-flagshipshop__information .item .content .list .icon:after,
  #top .p-foundry__information .item .content .list .icon:before,
  #top .p-foundry__information .item .content .list .icon:after,
  #top .p-bakery__information .item .content .list .icon:before,
  #top .p-bakery__information .item .content .list .icon:after {
    width: 8px;
  }
  #top .p-flagshipshop__reserve,
  #top .p-foundry__reserve,
  #top .p-bakery__reserve {
    width: 89.33333vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10.66667vw;
  }
}

@media only screen and (max-width: 750px) and (min-width: 751px) {
  #top .p-flagshipshop__reserve__telweb .title,
  #top .p-foundry__reserve__telweb .title,
  #top .p-bakery__reserve__telweb .title {
    font-size: 26px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  #top .p-flagshipshop__reserve__telweb .title,
  #top .p-foundry__reserve__telweb .title,
  #top .p-bakery__reserve__telweb .title {
    font-size: 3.46667vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) {
  #top .p-flagshipshop__reserve__telweb .number,
  #top .p-foundry__reserve__telweb .number,
  #top .p-bakery__reserve__telweb .number {
    line-height: 1.15;
    letter-spacing: 0.12em;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    margin-bottom: 6.66667vw;
  }
}

@media only screen and (max-width: 750px) and (min-width: 751px) {
  #top .p-flagshipshop__reserve__telweb .number,
  #top .p-foundry__reserve__telweb .number,
  #top .p-bakery__reserve__telweb .number {
    font-size: 40px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  #top .p-flagshipshop__reserve__telweb .number,
  #top .p-foundry__reserve__telweb .number,
  #top .p-bakery__reserve__telweb .number {
    font-size: 5.33333vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) {
  #top .p-flagshipshop__reserve__telweb .number .title,
  #top .p-foundry__reserve__telweb .number .title,
  #top .p-bakery__reserve__telweb .number .title {
    margin-bottom: 20px;
  }
  #top .p-flagshipshop__reserve__telweb .tel,
  #top .p-flagshipshop__reserve__telweb .web,
  #top .p-flagshipshop__reserve__telweb .contact,
  #top .p-foundry__reserve__telweb .tel,
  #top .p-foundry__reserve__telweb .web,
  #top .p-foundry__reserve__telweb .contact,
  #top .p-bakery__reserve__telweb .tel,
  #top .p-bakery__reserve__telweb .web,
  #top .p-bakery__reserve__telweb .contact {
    padding: 9.33333vw 6vw 10vw;
  }
  #top .p-flagshipshop__reserve__telweb .tel .title,
  #top .p-flagshipshop__reserve__telweb .web .title,
  #top .p-flagshipshop__reserve__telweb .contact .title,
  #top .p-foundry__reserve__telweb .tel .title,
  #top .p-foundry__reserve__telweb .web .title,
  #top .p-foundry__reserve__telweb .contact .title,
  #top .p-bakery__reserve__telweb .tel .title,
  #top .p-bakery__reserve__telweb .web .title,
  #top .p-bakery__reserve__telweb .contact .title {
    margin-bottom: 4vw;
  }
  #top .p-flagshipshop__reserve__telweb .tel,
  #top .p-foundry__reserve__telweb .tel,
  #top .p-bakery__reserve__telweb .tel {
    margin-bottom: 1px;
  }
  #top .p-flagshipshop__reserve__telweb .web,
  #top .p-foundry__reserve__telweb .web,
  #top .p-bakery__reserve__telweb .web {
    margin-bottom: 5.33333vw;
  }
}

@keyframes scaleLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

@media only screen and (min-width: 751px) {
  #top .display-pc {
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  #top .display-pc {
    display: none;
  }
}

@media only screen and (min-width: 751px) {
  #top .display-sp {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  #top .display-sp {
    display: block;
  }
}

@media only screen and (min-width: 751px) {
  #top .p-access {
    margin-top: 200px;
    padding-top: 40px;
  }
}

@media only screen and (min-width: 751px) {
  #top .p-access__map {
    margin-top: 60px;
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 750px) {
  #top .p-access__map {
    margin-top: 9.33333vw;
    width: 89.33333vw;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 751px) {
  #top .p-access__section {
    display: flex;
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 750px) {
  #top .p-access__section {
    width: 89.33333vw;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 750px) {
  #top .p-access__section:nth-child(n + 2) {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 751px) {
  #top .p-access__section--right {
    padding-left: 142px;
  }
}

@media only screen and (min-width: 751px) {
  #top .p-access__section.type1 {
    margin-bottom: 50px;
    justify-content: center;
  }
}

@media only screen and (max-width: 750px) {
  #top .p-access__section.type1 {
    margin-bottom: 9.33333vw;
    margin-top: 10.66667vw;
  }
}

@media only screen and (min-width: 751px) {
  #top .p-access__section.type1 .p-access__dt {
    line-height: 1.5;
    letter-spacing: 0.05em;
    width: 73px;
    flex-shrink: 0;
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  #top .p-access__section.type1 .p-access__dt {
    font-size: 16px;
    font-weight: 700;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  #top .p-access__section.type1 .p-access__dt {
    font-size: 2.13333vw;
    font-weight: 700;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) {
  #top .p-access__section.type1 .p-access__dt {
    flex-shrink: 0;
    width: 18.66667vw;
    line-height: 1.92308;
    letter-spacing: 0.05em;
  }
}

@media only screen and (max-width: 750px) and (min-width: 751px) {
  #top .p-access__section.type1 .p-access__dt {
    font-size: 26px;
    font-weight: 700;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  #top .p-access__section.type1 .p-access__dt {
    font-size: 3.46667vw;
    font-weight: 700;
    color: #1a1b1b;
  }
}

#top .p-access__section.type1 .p-access__dd__line {
  line-height: 1.8;
}

@media only screen and (min-width: 751px) {
  #access[data-en='access'] .p-access__section.type1 .p-access__dt {
    width: 100px;
  }
}

@media only screen and (min-width: 751px) {
  #top .p-access__section.type1 .p-access__dd {
    line-height: 2.375;
    letter-spacing: 0.05em;
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  #top .p-access__section.type1 .p-access__dd {
    font-size: 16px;
    font-weight: 500;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  #top .p-access__section.type1 .p-access__dd {
    font-size: 2.13333vw;
    font-weight: 500;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) {
  #top .p-access__section.type1 .p-access__dd {
    line-height: 1.92308;
    letter-spacing: 0.05em;
  }
}

@media only screen and (max-width: 750px) and (min-width: 751px) {
  #top .p-access__section.type1 .p-access__dd {
    font-size: 26px;
    font-weight: 400;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  #top .p-access__section.type1 .p-access__dd {
    font-size: 3.46667vw;
    font-weight: 400;
    color: #1a1b1b;
  }
}

#top .p-access__section.type1 .p-access__dd__line {
  margin-bottom: 15px;
}

@media only screen and (min-width: 751px) {
  #top .p-access__section.type1 .p-access__dd__line {
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  #top .p-access__section.type1 .p-access__dd__line {
    display: inline-block;
  }
}

#top .p-access__section.type1 .p-access__dd__line:last-of-type {
  margin-bottom: 0;
}

#top .p-access__section.type1 .p-access__dd__line .bold {
  font-weight: bold;
}

#top .p-access__section.type1 .p-access__dd__line .attention {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.66667;
  display: inline-block;
  color: #727c7c;
}

@media only screen and (min-width: 751px) {
  #top .p-access__section.type1 .p-access__dd__line .attention {
    font-size: 12px;
  }
}

@media only screen and (max-width: 750px) {
  #top .p-access__section.type1 .p-access__dd__line .attention {
    font-size: 12px;
  }
}

#top .p-access__section.type1 .p-access__dd__line .map-link {
  font-weight: 400;
  text-decoration: underline;
  color: #727c7c;
}

@media only screen and (min-width: 751px) {
  #top .p-access__section.type1 .p-access__dd__line .map-link {
    font-size: 14px;
  }
}

@media only screen and (max-width: 750px) {
  #top .p-access__section.type1 .p-access__dd__line .map-link {
    font-size: 12px;
  }
}

#top .p-access__section.type1 .p-access__dd__line .tel-link {
  font-weight: 400;
  text-decoration: underline;
  color: #727c7c;
}

#top .p-access__section.type1 .p-access__item {
  display: flex;
}

@media only screen and (min-width: 751px) {
  #top .p-access__section.type1 .p-access__item:nth-child(n + 2) {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 750px) {
  #top .p-access__section.type1 .p-access__item:nth-child(n + 2) {
    margin-top: 25px;
  }
}

#top .p-access__section.type2 {
  background-color: #f5f5f5;
}

@media only screen and (min-width: 751px) {
  #top .p-access__section.type2 {
    margin-top: 90px;
  }
}

@media only screen and (min-width: 751px) {
  #top .p-access__section.type2 .p-access__item {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 750px) {
  #top .p-access__section.type2 .p-access__item {
    padding: 5.33333vw 6.66667vw;
    border-bottom: 1px solid #fff;
  }
}

#top .p-access__section.type2 .p-access__dt {
  flex-shrink: 0;
}

@media only screen and (min-width: 751px) {
  #top .p-access__section.type2 .p-access__dt {
    display: flex;
    align-items: center;
    width: 300px;
    padding: 0 0 0 50px;
    line-height: 2.375;
    letter-spacing: 0.05em;
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  #top .p-access__section.type2 .p-access__dt {
    font-size: 16px;
    font-weight: 700;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  #top .p-access__section.type2 .p-access__dt {
    font-size: 2.13333vw;
    font-weight: 700;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) {
  #top .p-access__section.type2 .p-access__dt {
    letter-spacing: 0.05em;
    margin-bottom: 4.8vw;
  }
}

@media only screen and (max-width: 750px) and (min-width: 751px) {
  #top .p-access__section.type2 .p-access__dt {
    font-size: 26px;
    font-weight: 700;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  #top .p-access__section.type2 .p-access__dt {
    font-size: 3.46667vw;
    font-weight: 700;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) {
  #top .p-access__section.type2 .p-access__dd {
    line-height: 2.375;
    letter-spacing: 0.05em;
    padding: 0 50px 0 0;
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  #top .p-access__section.type2 .p-access__dd {
    font-size: 16px;
    font-weight: 500;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  #top .p-access__section.type2 .p-access__dd {
    font-size: 2.13333vw;
    font-weight: 500;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) {
  #top .p-access__section.type2 .p-access__dd {
    line-height: 1.92308;
    letter-spacing: 0.05em;
  }
}

@media only screen and (max-width: 750px) and (min-width: 751px) {
  #top .p-access__section.type2 .p-access__dd {
    font-size: 26px;
    font-weight: 400;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  #top .p-access__section.type2 .p-access__dd {
    font-size: 3.46667vw;
    font-weight: 400;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) {
  #top .p-access__section.type2 .p-access__dd__line {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 751px) {
  #top .p-access__section.type2 .p-access__dd__line:last-of-type {
    margin-bottom: 0;
  }
}

#top .p-access__section.type2 .p-access__dd__line .bold {
  font-weight: bold;
}

@media only screen and (min-width: 751px) {
  #top .p-access__section.type2 .p-access__dd__line-caption {
    letter-spacing: 0.05em;
  }
}

@media only screen and (min-width: 751px) and (min-width: 751px) {
  #top .p-access__section.type2 .p-access__dd__line-caption {
    font-size: 14px;
    font-weight: 400;
    color: #1a1b1b;
  }
}

@media only screen and (min-width: 751px) and (max-width: 750px) {
  #top .p-access__section.type2 .p-access__dd__line-caption {
    font-size: 1.86667vw;
    font-weight: 400;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) {
  #top .p-access__section.type2 .p-access__dd__line-caption {
    letter-spacing: 0.05em;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 750px) and (min-width: 751px) {
  #top .p-access__section.type2 .p-access__dd__line-caption {
    font-size: 24px;
    font-weight: 400;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  #top .p-access__section.type2 .p-access__dd__line-caption {
    font-size: 3.2vw;
    font-weight: 400;
    color: #1a1b1b;
  }
}

#top .p-access__section.type2 .p-access__dd__line-caption a {
  color: #727c7c;
  text-decoration: underline;
}

@media only screen and (min-width: 751px) {
  #top .p-access__section.type2 .p-access__item {
    display: flex;
    border-bottom: 1px solid #fff;
  }
}

#top .p-access__section.type2 .p-access__item:last-of-type {
  border-bottom: none;
}

@media only screen and (min-width: 751px) {
  #top .p-access__image {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 750px) {
  #top .p-access__image {
    margin-bottom: 5.33333vw;
  }
}

#top .p-access__zoom {
  margin-bottom: 8vw;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#top .p-access__zoom .text {
  margin-right: 2.66667vw;
  letter-spacing: 0.12em;
  font-family: 'Open Sans', sans-serif;
}

@media only screen and (min-width: 751px) {
  #top .p-access__zoom .text {
    font-size: 26px;
    font-weight: 600;
    color: #1a1b1b;
  }
}

@media only screen and (max-width: 750px) {
  #top .p-access__zoom .text {
    font-size: 3.46667vw;
    font-weight: 600;
    color: #1a1b1b;
  }
}

#top .p-access__zoom .icon {
  width: 4.8vw;
  height: 4.8vw;
  top: 0;
  flex-shrink: 0;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #000;
  display: inline-block;
}

#top .p-access__zoom .icon:before, #top .p-access__zoom .icon:after {
  content: '';
  display: block;
  position: absolute;
  background: #000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 1px;
}

#top .p-access__zoom .icon:after {
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#top .p-access__title {
  font-family: 'Open Sans', sans-serif;
  position: relative;
  flex-shrink: 0;
}

@media only screen and (min-width: 751px) {
  #top .p-access__title {
    margin-bottom: 50px;
    width: 270px;
    padding-top: 10px;
  }
}

@media only screen and (max-width: 750px) {
  #top .p-access__title {
    margin-bottom: 8vw;
    line-height: 1;
  }
}

@media only screen and (max-width: 750px) {
  #top .p-access__title .title-da {
    width: 37.33333vw;
  }
}

@media only screen and (max-width: 750px) {
  #top .p-access__title .title-sa {
    width: 45.33333vw;
  }
}

#top .p-access__tel__title {
  display: inline-block;
}

@media only screen and (min-width: 751px) {
  #top .p-access__tel__title {
    min-width: 240px;
  }
}

@media only screen and (min-width: 751px) {
  #top .p-access__tel__title.en {
    min-width: 180px;
  }
}

@keyframes scaleLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

@media only screen and (min-width: 751px) {
  .display-pc {
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  .display-pc {
    display: none;
  }
}

@media only screen and (min-width: 751px) {
  .display-sp {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  .display-sp {
    display: block;
  }
}

/* -----------------------------------------------
 [今回追加したやつ]
-------------------------------------------------- */
::selection {
  background-color: rgba(194, 155, 1, 0.3);
}

svg .svg_logo {
  fill: #040000;
}

svg .svg_sns-icon {
  fill: #1A1B1B;
}

svg .svg_logo-link {
  fill: #FFFFFF;
}

svg .svg_title {
  fill: #040000;
}
