@charset "UTF-8";
/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
/* scroll effect  ------- fadein */
.js-scroll-fadain {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  visibility: hidden;
}
.js-scroll-fadain.on {
  -webkit-animation-name: effect-scroll-fadain;
          animation-name: effect-scroll-fadain;
  visibility: visible !important;
}

@-webkit-keyframes effect-scroll-fadain {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes effect-scroll-fadain {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* scroll effect  ------- fadein bottom top */
.js-scroll-fadain--b-t {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  visibility: hidden;
}
.js-scroll-fadain--b-t.on {
  -webkit-animation-name: effect-scroll-fadain--b-t;
          animation-name: effect-scroll-fadain--b-t;
  visibility: visible !important;
}

@-webkit-keyframes effect-scroll-fadain--b-t {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes effect-scroll-fadain--b-t {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes effect-scroll-title-fadain--b-t {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes effect-scroll-title-fadain--b-t {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.js-cover-fadeIn {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  visibility: hidden;
}
.js-cover-fadeIn.e-ttl {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
}
.js-cover-fadeIn.e-ttl.on {
  -webkit-animation-name: effect-scroll-title-fadain--b-t;
          animation-name: effect-scroll-title-fadain--b-t;
  visibility: visible !important;
}

/*!
 * * ress.css • v1.2.2
 * * MIT License
 * * github.com/filipelinhares/ress */
/* # =================================================================
 * * # Global selectors
 * * # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*, ::before, ::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before, ::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
 * * # General elements
 * * # ================================================================= */
/* Add the correct display in iOS 4-7. */
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/* ** Correct `block` display not defined for any HTML5 element in IE 8/9
 * ** Correct `block` display not defined for `details` or `summary` in IE 10/11
 * ** and Firefox
 * ** Correct `block` display not defined for `main` in IE 11 */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

summary {
  display: block;
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden], template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+
  *
  * /* Remove the outline when hovering in all browsers */
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b, strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

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

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

/* https://gist.github.com/unruthless/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* # =================================================================
 * * # Forms
 * * # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button, [type=button], [type=reset], [type=submit], [role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button, input, optgroup, select, textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Remove inner padding and border in Firefox 4+ */
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button, select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}
select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

input[type=text], input[type=password] {
  outline: none;
}

textarea, select {
  outline: none;
}

/* # =================================================================
 * * # Specify media element style
 * * # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio, canvas, progress, video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
 * * # Accessibility
 * * # ================================================================= */
/* Hide content from screens but not screenreaders */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
 * * # Selection
 * * # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #efefef;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
::-moz-selection, ::selection {
  background-color: #efefef;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* Clearfix */
.cl:before {
  content: " ";
  display: table;
}
.cl:after {
  content: " ";
  display: table;
  clear: both;
}

/* --------------------- */
/* 基本構造     -------- */
/* --------------------- */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

body {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.5;
  color: #070707;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

/* リンク ----------------------*/
a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
  color: #070707;
}

/* 画像 ----------------------*/
img {
  max-width: 100%;
  vertical-align: bottom;
}

input {
  outline: none;
}

input::-ms-clear {
  visibility: hidden;
}

button {
  cursor: pointer;
  outline: none;
}

.l-inner {
  max-width: 1140px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1220px) {
  .l-inner {
    width: 100%;
    padding: 0 30px;
  }
}

#top-head {
  width: 100%;
  line-height: 1;
  z-index: 99;
  min-width: 1000px;
}

#page-top #top-head {
  display: none;
}
#page-top #top-head.fixed {
  display: block;
}

#top-head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  margin: 0;
  background: #fff;
}

.header-inner {
  height: 100%;
}

.logo {
  display: none;
  float: left;
  width: 156px;
  margin-top: 3px;
}

.gnav {
  position: relative;
  height: 100%;
}

.gnav__headline {
  position: absolute;
  left: 67px;
  top: 22px;
  width: 199px;
}

.gnav__illust {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 73px;
}

.gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  height: 100%;
  font-size: 14px;
  gap: 40px;
}

.gnav__item {
  position: relative;
  height: 100%;
  text-align: center;
}

.gnav__link {
  position: relative;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  color: #070707;
  text-decoration: none;
}
.gnav__link img {
  height: 23px;
  width: auto;
}
.gnav__link:hover:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 18px;
  left: 0;
  border-bottom: 1px solid #070707;
}

@media screen and (max-width: 1120px) {
  .gnav__headline {
    left: 20px;
    top: 22px;
    width: 180px;
  }
}
/* Fixed */
/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  cursor: pointer;
  z-index: 101;
  background-color: #A8C1A0;
}
#nav-toggle > div {
  position: relative;
  top: 10px;
  left: 14px;
  width: 21px;
  height: 20px;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#nav-toggle span:nth-of-type(1) {
  top: 0;
}
#nav-toggle span:nth-of-type(2) {
  top: 11px;
}
#nav-toggle span:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}
#nav-toggle span:nth-of-type(3) {
  top: 22px;
}
@media screen and (max-width: 768px) {
  #nav-toggle {
    display: block;
    pointer-events: auto;
  }
}

/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-of-type(1) {
  top: 10px;
  left: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 50%;
}
.open #nav-toggle span:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}
.open #nav-toggle span:nth-of-type(3) {
  top: 10px;
  left: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 50%;
}
.open .logo {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.open .gnav {
  opacity: 1;
  top: 0;
  right: 0;
  pointer-events: auto;
  background: #A8C1A0;
}

.c-button-group {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
.c-button-group--mainBottom {
  margin: 60px 0 0;
}

.c-button-outline {
  position: relative;
  display: inline-block;
  min-width: 248px;
  padding: 12px;
  text-align: center;
  font-size: 15px;
  border: 1px solid #070707;
  background-color: #fff;
}
.c-button-outline:hover {
  opacity: 0.8;
}

.c-article-list {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
.c-article-list__item {
  position: relative;
  width: calc((100% - 80px) / 3);
  margin-bottom: 10px;
}
.c-article-list__link {
  display: block;
}
.c-article-list__link:hover {
  opacity: 0.7;
}
.c-article-list__link-shadow {
  display: block;
}
.c-article-list__link-shadow:hover .c-article-list__imgWrap {
  position: relative;
}
.c-article-list__link-shadow:hover .c-article-list__imgWrap:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 5;
}
.c-article-list__link-shadow:hover .c-article-list__imgWrap:before {
  content: "READ";
  position: absolute;
  display: inline-block;
  margin: 0 auto;
  top: calc(50% - 0.5em);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: "Karla", sans-serif;
  font-size: 24px;
  letter-spacing: 0.03em;
  z-index: 6;
}
.c-article-list__imgWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
  padding-top: 65.1558073654%;
  overflow: hidden;
}
.c-article-list__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.c-article-list__ttl {
  margin-top: 20px;
  font-size: 18px;
}
.c-article-list__category {
  display: block;
  margin-top: 15px;
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
  color: #717171;
}

.c-slider {
  position: relative;
  text-align: center;
}
.c-slider a {
  display: block;
  height: 100%;
}
.c-slider a img {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.c-slider a:hover {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.c-slider a:hover img {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.c-slider__body {
  padding-bottom: 1px !important;
  height: auto !important;
}
.c-slider__list > li {
  height: auto !important;
}
.c-slider__navigationBox {
  position: relative;
  margin-top: 24px !important;
  display: inline-block;
  margin: 0 auto;
}
.c-slider__next, .c-slider__prev {
  content: "";
  display: inline-block;
  top: 24% !important;
  margin-top: 0 !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50%;
  background: #fff url(/img/daikanyama/icon-arrow-next.svg) no-repeat center center/100% auto;
}
.c-slider__next.icon-circle, .c-slider__prev.icon-circle {
  top: 32% !important;
  width: 60px !important;
  height: 60px !important;
  background: url(/img/daikanyama/icon-arrow-circle-next.svg) no-repeat center center/100% auto;
}
@media screen and (max-width: 1440px) {
  .c-slider__next.icon-circle, .c-slider__prev.icon-circle {
    top: 15vw !important;
  }
}
.c-slider__next:hover, .c-slider__prev:hover {
  opacity: 0.8;
}
.c-slider__next {
  right: -50px !important;
}
.c-slider__next.icon-circle {
  right: -100px !important;
}
.c-slider__prev {
  left: -50px !important;
  -webkit-transform: rotate(-180deg) !important;
          transform: rotate(-180deg) !important;
}
.c-slider__prev.icon-circle {
  left: -100px !important;
}
.c-slider__navigationBox {
  position: static;
  display: block;
}
.c-slider__button-next, .c-slider__button-prev {
  top: 20px !important;
}
.c-slider__pagination {
  position: static !important;
}
.c-slider__pagination .swiper-pagination-bullet {
  vertical-align: middle;
  margin: 0 8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #696969;
}
.c-slider__pagination .swiper-pagination-bullet-active {
  background: #717171;
}
.c-slider__pagination.is-rectangle {
  text-align: left;
}
.c-slider__pagination.is-rectangle .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  border-radius: inherit;
  margin: 0;
}
.c-slider__pagination.is-rectangle .swiper-pagination-bullet:not(:last-of-type) {
  margin-right: 10px;
}

.c-section {
  padding: 70px 0 50px;
}
.c-section-ttl {
  margin: 0 auto 50px;
  text-align: ceter;
}
.c-section-ttl.is-img {
  width: 400px;
}

/* --------------------- */
/* テキスト ------------ */
/* --------------------- */
.u-text-center {
  text-align: center;
}

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

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

@media screen and (max-width: 480px) {
  .u-text-left-sp {
    text-align: left;
  }
}
.u-text-bold {
  font-weight: bold;
}

.u-font-bold {
  font-weight: bold;
}

.u-text-normal {
  font-weight: normal;
}

.u-text-underline {
  text-decoration: underline;
}

.u-font-en {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
}

.u-font-jn-selif {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
}

.u-only-pc {
  display: none !important;
}

.u-only-sp {
  display: none !important;
}

.u-br-only-sp {
  display: none !important;
}

#page-top {
  position: relative;
}
#page-top .cover {
  padding: 70px 0 50px;
  text-align: center;
  position: relative;
}
#page-top .cover-logo {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 69px;
}
#page-top .cover-ttl {
  margin: 0 auto;
}
#page-top .cover-ttl__sub {
  display: block;
  width: 17.9166666667%;
  margin: 0 auto 20px;
  position: relative;
}
#page-top .cover-ttl__sub span {
  display: block;
}
#page-top .cover-ttl__sub span:not(:first-of-type) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#page-top .cover-ttl__main {
  width: 30.4166666667%;
  margin: 0 auto;
}
#page-top .section-feature .slider-desc {
  width: 90%;
  margin: 1em auto 0;
  text-align: left;
  font-size: 20px;
}
#page-top .section-feature .c-slider__navigationBox {
  margin-top: 60px !important;
}
#page-top .section-feature .c-slider__next,
#page-top .section-feature .c-slider__prev {
  top: calc(100% - 30px) !important;
}
#page-top .section-feature .c-slider__next {
  right: 35% !important;
}
#page-top .section-feature .c-slider__prev {
  left: 35% !important;
}
#page-top .section-feature .c-slider__pagination {
  font-family: "Karla", sans-serif;
  font-size: 18px;
  letter-spacing: 0.2em;
}
#page-top .section-talk {
  background: #E8E4E2;
  margin-top: 150px;
  position: relative;
}
#page-top .section-talk:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 7.6388888889vw;
  top: -7.6388888889vw;
  left: 0;
  background: url(/img/daikanyama/bg-talk-waveline.png) no-repeat left top/cover;
}
#page-top .section-talk .talk-illust-bird {
  width: 131px;
  position: absolute;
  top: -11vw;
  left: 25%;
}
#page-top .section-talk .slider--talk {
  width: 60%;
  margin: 0 auto;
}
#page-top .section-talk .slider-ttl {
  margin-top: 30px;
  font-weight: bold;
}
#page-top .section-talk .slider-ttl__sub {
  display: block;
  font-size: 18px;
}
#page-top .section-talk .slider-ttl__main {
  font-size: 24px;
}
#page-top .section-talk .slider-desc {
  width: 23em;
  margin: 30px auto 0;
  font-size: 20px;
}
#page-top .section-spot .headline {
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}
#page-top .section-spot .headline-sub {
  display: block;
  font-size: 20px;
}
#page-top .section-spot .headline-main {
  font-size: 28px;
}
#page-top .section-spot .spot-detail {
  margin-top: 80px;
}
#page-top .section-spot .spot-detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 100px;
}
#page-top .section-spot .spot-detail-box:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#page-top .section-spot .spot-detail-box:nth-of-type(2n) .spot-detail-textWrap::after {
  right: inherit;
  left: 0;
  background: url(/img/daikanyama/bg-spot-item--left.png) no-repeat right top/100% auto;
}
#page-top .section-spot .spot-detail-box:nth-of-type(2n) .c-slider__pagination.is-rectangle {
  text-align: right;
}
#page-top .section-spot .spot-detail-item {
  width: 50%;
}
#page-top .section-spot .spot-detail-textWrap {
  padding: 0 8%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 418px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-top .section-spot .spot-detail-textWrap:after {
  content: "";
  display: block;
  position: absolute;
  width: 150%;
  height: 150%;
  top: 0;
  right: 0;
  background: url(/img/daikanyama/bg-spot-item--right.png) no-repeat right top/100% auto;
  z-index: -1;
}
#page-top .section-spot .spot-detail-ttl {
  margin-bottom: 1em;
  font-size: 18px;
}
#page-top .section-spot .spot-detail-desc {
  margin-bottom: 1em;
  font-size: 15px;
}
#page-top .section-spot .spot-detail-info {
  margin-bottom: 2em;
  font-size: 12px;
}
#page-top .section-spot .spot-detail-link {
  display: inline-block;
  padding-right: 20px;
  font-size: 14px;
  background: url(/img/daikanyama/icon-arrow-right.svg) no-repeat right top 3px/14px auto;
}
#page-top .section-spot .c-slider__navigationBox {
  margin: -5px 0 0 0 !important;
}
#page-top .section-spot .c-slider__pagination.is-rectangle {
  text-align: right !important;
}
#page-top .section-end {
  background: #F5F5F4;
  margin-top: 200px;
  padding: 150px 0 100px;
  position: relative;
}
#page-top .section-end:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 6.3888888889vw;
  top: -6.3888888889vw;
  left: 0;
  background: url(/img/daikanyama/bg-bottom-waveline.png) no-repeat left top/cover;
}
#page-top .section-end .end-illust-woman {
  width: 214px;
  margin: 0 auto;
  position: absolute;
  top: -11vw;
  top: -7.5vw;
  left: calc(50% - 107px);
}
#page-top .section-end .end-desc {
  margin-bottom: 3em;
  text-align: center;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.03em;
}
#page-top .section-end .logo-bottom {
  width: 187px;
  margin: 0 auto;
}
#page-top .section-support .support-ttl {
  text-align: center;
  font-weight: normal;
}
#page-top .section-support .logo-list {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-top .section-support .logo-list li:nth-of-type(1) {
  width: 350px;
}
#page-top .section-support .logo-list li:nth-of-type(2) {
  width: 180px;
}

#page-about {
  letter-spacing: 0.02em;
}
#page-about .c-section {
  padding: 100px 0;
}
#page-about .c-section-ttl {
  margin-bottom: 40px;
  text-align: center;
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #969696;
  text-align: center;
}
#page-about .c-section-catch {
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
}
#page-about .c-section-desc {
  line-height: 2;
  font-size: 18px;
  text-align: center;
}
#page-about .c-section-desc .line-block {
  display: block;
  margin-bottom: 2em;
}
#page-about .main-content {
  padding-top: 190px;
}
#page-about .main-content .ttl-about {
  margin-bottom: 0;
}
#page-about .section-concept {
  padding-top: 50px;
}
#page-about .section-guide {
  background: #F5F5F4;
}
#page-about .section-guide .guide-list {
  margin-top: 60px;
  gap: 27px;
}
#page-about .section-guide .guide-list .c-article-list__item {
  width: calc((100% - 81px) / 4);
}
#page-about .section-guide .guide-list .c-article-list__textWrap {
  background: #fff;
  text-align: center;
}
#page-about .section-guide .guide-list .c-article-list__ttl {
  margin: 0;
  padding: 0.25em;
  font-size: 18px;
  font-family: "Karla", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}