@charset "UTF-8";
/* # =================================================================
#	reset
# ================================================================= */
/*!
 * ress.css â€¢ v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* 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;
}

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

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

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

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

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

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

small {
  font-size: inherit;
  /* 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 {
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

[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,
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;
}

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

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

/* 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 */
}

/* # =================================================================
     # 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- */
}

/* # =================================================================
     # 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: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* # =================================================================
#	ベース
# ================================================================= */
:root {
  --sp_mv_vh: 100vh;
  --vh: 100vh;
}

html {
  font-size: 62.5%;
}

body {
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2;
  min-height: 100vh;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a,
button {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  color: #000;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  user-select: none;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

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

em,
i,
dfn {
  font-style: normal;
}

/* # =================================================================
#	プラグイン
# ================================================================= */
/* Slider */
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  user-select: none;
}

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  background: #0b0b0b;
  height: 100%;
  left: 0;
  opacity: 0.8;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1042;
}

.mfp-wrap {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1043;
}

.mfp-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  left: 0;
  padding: 0 8px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-align: left;
  vertical-align: middle;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  cursor: auto;
  width: 100%;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  left: 8px;
  margin-top: -0.8em;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 50%;
  width: auto;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: none;
  overflow: visible;
  padding: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  z-index: 1046;
}

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

.mfp-close {
  color: #FFF;
  font-family: Arial, Baskerville, monospace;
  font-size: 28px;
  font-style: normal;
  height: 44px;
  line-height: 44px;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 44px;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  padding-right: 6px;
  right: -6px;
  text-align: right;
  width: 100%;
}

.mfp-counter {
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
}

.mfp-arrow {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 110px;
  margin: 0;
  margin-top: -55px;
  opacity: 0.65;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 90px;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  border: medium inset transparent;
  content: '';
  display: block;
  height: 0;
  left: 0;
  margin-left: 35px;
  margin-top: 35px;
  position: absolute;
  top: 0;
  width: 0;
}

.mfp-arrow:after {
  border-bottom-width: 13px;
  border-top-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-bottom-width: 21px;
  border-top-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  border-right: 27px solid #3F3F3F;
  margin-left: 25px;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-bottom: 40px;
  padding-top: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  max-width: 900px;
  width: 100%;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
}

.mfp-iframe-scaler iframe {
  background: #000;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Main image in popup */
img.mfp-img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: auto;
  line-height: 0;
  margin: 0 auto;
  max-width: 100%;
  padding: 40px 0 40px;
  width: auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  background: #444;
  bottom: 40px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  content: '';
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 40px;
  width: auto;
  z-index: -1;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  cursor: auto;
  left: 0;
  margin-top: -36px;
  position: absolute;
  top: 100%;
  width: 100%;
}

.mfp-title {
  color: #F3F3F3;
  line-height: 18px;
  padding-right: 36px;
  text-align: left;
  word-wrap: break-word;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/* # =================================================================
#	レイアウト
# ================================================================= */
.c-l-column {
  margin: 0 auto;
  max-width: 1000px;
}

.c-l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-l-flex--rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.c-l-flex--rev .slick-slider {
  border-radius: 200px 0 0 0;
  overflow: hidden;
}

.c-l-flex--rev .slick-slider .slick-dots {
  left: 20px;
}

.c-l-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 47.7272727% 4.545454545% 47.7272727%;
  grid-template-columns: 47.7272727% 4.545454545% 47.7272727%;
  -ms-grid-rows: 30px 1fr;
  grid-template-rows: 30px 1fr;
}

.c-l-grid__top {
  -ms-grid-column: 3;
  grid-column: 3 / 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  margin-top: -10px;
  width: 100%;
}

.c-l-grid__image {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2;
  width: 91.304347826%;
}

.c-l-grid__text {
  -ms-grid-column: 3;
  grid-column: 3 / 3;
  -ms-grid-row: 2;
  grid-row: 2 / 2;
  margin: 0 0 0 auto;
  width: 100%;
}

.c-l-grid__text p + p {
  margin-top: 14px;
}

/* PC/SP
------------------------- */

/* # =================================================================
#	セクション
# ================================================================= */
.c-section:nth-of-type(1) {
  padding: 150px 0 0;
}

.c-section:nth-of-type(2) {
  padding: 127px 0 0;
}

.c-section--01 .c-headline > img {
  width: 496px;
}

.c-section--01 .c-section__bg--s1 {
  right: -130px;
  top: 60px;
  width: 550px;
}

.c-section--01 .c-section__bg--s2 {
  left: -273px;
  top: 310px;
  width: 655.5px;
}

.c-section--01 .c-section__bg--s3 {
  right: 170px;
  top: 444px;
  width: 196px;
}

.c-section--01 .c-section__bg--s4 {
  left: -427px;
  top: 350px;
  width: 833px;
}

.c-section--01 .c-section__bg--s5 {
  right: -257px;
  top: 1052px;
  width: 553px;
}

.c-section--01 .c-section__bg--s6 {
  right: -122px;
  top: 397px;
  width: 666px;
}

.c-section--01 .c-section__bg--s7 {
  left: -564px;
  top: 1056px;
  width: 837px;
}

.c-section--01 .c-section__bg--sp1 {
  display: none;
}

.c-section--01 .c-section__bg--sp2 {
  display: none;
}

.c-section--01 .c-section__bg--sp3 {
  display: none;
}

.c-section--01 .c-section__bg--sp4 {
  display: none;
}

.c-section--01 .c-sub-sec--01 .c-intro__text-wrap .c-headline-v::before {
  background-image: url("../images/illust_intro_01.svg");
  bottom: 58px;
  height: 127px;
  right: 69px;
  width: 96px;
}

.c-section--01 .c-sub-sec--02 .c-intro__text-wrap {
  padding-bottom: 42px;
}

.c-section--01 .c-sub-sec--02 .c-intro__text-wrap .c-headline-v::before {
  background-image: url("../images/illust_intro_02.png");
  bottom: 25px;
  height: 104px;
  right: -70px;
  width: 125px;
}

.c-section--02 .c-section__bg--s1 {
  left: -65px;
  top: 90px;
  width: 523px;
}

.c-section--02 .c-section__bg--s2 {
  right: -71px;
  top: 281px;
  width: 497px;
}

.c-section--02 .c-section__bg--s3 {
  left: 310px;
  top: 501px;
  width: 220px;
}

.c-section--02 .c-section__bg--s4 {
  left: -421px;
  top: 410px;
  width: 844px;
}

.c-section--02 .c-section__bg--s5 {
  right: -396px;
  top: 908px;
  width: 672px;
}

.c-section--02 .c-section__bg--s6 {
  right: -99px;
  top: 314px;
  width: 665px;
}

.c-section--02 .c-section__bg--sp1 {
  display: none;
}

.c-section--02 .c-section__bg--sp2 {
  display: none;
}

.c-section--02 .c-section__bg--sp3 {
  display: none;
}

.c-section--02 .c-sub-sec--01 .c-intro__slider::before {
  display: none;
}

.c-section--02 .c-sub-sec--01 .c-intro__text-wrap .c-headline-v::before {
  background-image: url("../images/illust_intro_03.png");
  bottom: 60px;
  height: 118px;
  right: 45px;
  width: 111px;
}

.c-section--02 .c-sub-sec--02 .c-intro__slider::before {
  display: none;
}

.c-section--02 .c-sub-sec--02 .c-intro__text-wrap .c-headline-v::before {
  background-image: url("../images/illust_intro_04.png");
  bottom: -18px;
  height: 111px;
  right: -52px;
  width: 114px;
}

.c-section__bg {
  position: absolute;
}

.c-section__header {
  margin: 0 0 212px;
  position: relative;
}

.c-sub-sec {
  position: relative;
}

.c-sub-sec + .c-sub-sec {
  margin-top: 100px;
}

/* # =================================================================
#	見出し
# ================================================================= */
.c-headline {
  line-height: 0;
  margin: 0 0 42px;
  text-align: center;
}

.c-headline > img {
  height: 42px;
}

.c-headline__sub {
  display: block;
  margin: 0 0 30px;
}

.c-headline__sub img {
  height: 26px;
}

.c-headline--ico1::before {
  background: url("../images/icon_h_01.svg") no-repeat center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 51px;
  margin: 0 auto 30px;
  width: 51px;
}

.c-headline--ico2::before {
  background: url("../images/icon_h_02.svg") no-repeat center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 75px;
  margin: 0 auto 30px;
  width: 47px;
}

.c-headline-v {
  font-size: 3.0rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.666666;
  margin-left: 32px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.c-headline-v span.key1 {
  margin: -15px 0 0;
}

.c-headline-v span.key2 {
  margin: 0 0 -17px;
}

.c-headline-2 {
  font-size: 2.30769vw;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.8;
}

.c-headline-2 small {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  margin: 5px 0 0;
}

.c-headline-3 {
  font-size: 1.92308vw;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2.1;
}

.c-headline-4 {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.8;
}

.c-headline-4 span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 2.6;
}

/* # =================================================================
#	テキスト
# ================================================================= */
.c-text {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
}

.c-text-v {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.c-text-mid {
  font-size: 1.3rem;
  letter-spacing: 0.06em;
}

.c-text-small {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
}

/* # =================================================================
#	ボタン
# ================================================================= */
.c-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000;
  border: solid 1px #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  max-width: 420px;
  padding: 0 20px;
  position: relative;
}

.c-btn::after {
  background: url("../images/icon_arrow.svg") no-repeat center center;
  background-size: 100% 100%;
  bottom: 0;
  content: "";
  display: block;
  height: 14px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: background-image .3s;
  transition: background-image .3s;
  width: 7px;
}

.c-btn[target]::after {
  -webkit-transform: none;
  transform: none;
}

/* # =================================================================
#	リンク
# ================================================================= */
.c-link {
  text-decoration: underline;
}

.c-link-map {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  line-height: 1.6666;
  padding: 0 0 0 20px;
  position: relative;
}

.c-link-map::before {
  background: url("../images/icon_pin.svg") no-repeat center center;
  background-size: 100% 100%;
  content: '';
  display: block;
  height: 17px;
  left: 0;
  position: absolute;
  top: 0;
  width: 11px;
}

.c-link-arw {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
}

.c-link-arw::after {
  background: url("../images/icon_arrow_b.svg") no-repeat center center;
  background-size: 100% 100%;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 0 -2px 10px;
  width: 7px;
}

/* # =================================================================
#	タグ
# ================================================================= */
.c-tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -10px;
}

.c-tag-list li {
  margin: 0 10px 10px 0;
}

.c-tag {
  border-radius: 26px;
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1;
  padding: 7px 10px;
}

.c-tag--c1 {
  background: #c3d8c7;
}

.c-tag--c2 {
  background: #f2cfbe;
}

.c-tag--c3 {
  background: #f2ccd2;
}

.c-tag--c4 {
  background: #f1d5a8;
}

.c-tag--c5 {
  background: #bed9e0;
}

/* # =================================================================
#	utils
# ================================================================= */
.ff-en {
  font-family: "Aleo", sans-serif;
}

.u-tc {
  text-align: center;
}

.u-tv {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.u-cw {
  color: #fff;
}

/* slick */
.slick-prev,
.slick-next {
  background: url("../images/icon_arrow_slide.svg") no-repeat center center;
  background-size: 100% 100%;
  bottom: 0;
  cursor: pointer;
  height: 48px;
  margin: auto;
  overflow: hidden;
  position: absolute;
  text-indent: -999px;
  top: 0;
  -webkit-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
  width: 48px;
  z-index: 1;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.slick-prev {
  left: 20px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slick-next {
  right: 20px;
}

.slick-dots {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  position: absolute;
  z-index: 99;
}

.slick-dots li {
  height: 10px;
  margin: 0 5px;
  width: 10px;
}

.slick-dots li.slick-active button {
  background: #fff;
}

.slick-dots li:only-child {
  display: none;
}

.slick-dots li button {
  background: none;
  border: solid 2px #fff;
  border-radius: 50%;
  display: block;
  height: 100%;
  overflow: hidden;
  padding: 0;
  text-indent: -999px;
  width: 100%;
}

/* modal */
.mfp-image-holder .mfp-close {
  background: #000;
  cursor: pointer;
  height: 60px;
  opacity: 1;
  overflow: hidden;
  padding: 0;
  right: 0;
  text-indent: 9999px;
  top: 0;
  width: 60px;
}

.mfp-image-holder .mfp-close::before, .mfp-image-holder .mfp-close::after {
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 27px;
}

.mfp-image-holder .mfp-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

img.mfp-img {
  padding: 60px 0;
}

.mfp-figure:after {
  display: none;
}

.js-modal {
  display: block;
  position: relative;
}

.js-modal:focus {
  outline: none;
}

.js-modal::before {
  background: rgba(34, 34, 34, 0.6) url("../images/icon_zoom.svg") no-repeat center center;
  background-size: 16px 17px;
  border-radius: 50%;
  bottom: 5px;
  content: "";
  height: 30px;
  position: absolute;
  right: 5px;
  width: 30px;
}

/* # =================================================================
#	INTORO
# ================================================================= */
.c-intro {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-intro__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  position: relative;
  width: 46.486090775%;
}

.c-intro__text--rev {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-intro__text--rev .c-intro__text-wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-intro__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 50px;
  position: relative;
  width: 458px;
}

.c-intro__text-wrap .c-headline-v::before {
  background-size: 100% 100%;
  content: "";
  display: block;
  position: absolute;
}

.c-intro__text-inner {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.c-intro__slider {
  border-radius: 0 200px 0 0;
  overflow: hidden;
  position: relative;
  width: 53.73352855%;
}

.c-intro__slider::before {
  background: #787878;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.c-intro__slider .slick-dots {
  left: auto;
  right: 20px;
}

/* # =================================================================
#	3カラムスライダー
# ================================================================= */
.c-list {
  margin: 100px 0 0;
}

.c-list .slick-prev,
.c-list .slick-next {
  margin: 0;
  top: 81px;
}

.c-list .slick-prev {
  left: 0;
}

.c-list .slick-next {
  right: 0;
}

.c-list__slider {
  margin: 0 -25px;
}

.c-list__item {
  margin: 0 25px;
}

.c-list__title {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin: 25px 0 0;
}

.c-list__title a {
  border-bottom: solid 1px;
}

.c-list__text {
  margin-top: 5px;
}

.c-list__map {
  margin-top: 0;
}

/* # =================================================================
#	box
# ================================================================= */
.c-box-l1 {
  margin-top: 92px;
  padding: 50px 60px;
  position: relative;
}

.c-box-l1::before, .c-box-l1::after {
  background: #000;
  bottom: 0;
  content: "";
  display: block;
  height: calc(100% - 30px);
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.c-box-l1::before {
  left: 0;
}

.c-box-l1::after {
  right: 0;
}

.c-box-l1__deco {
  background: #000;
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: calc(100% - 30px);
}

.c-box-l1__deco::before, .c-box-l1__deco::after {
  border: solid 1px #000;
  border-radius: 50%;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  width: 9px;
}

.c-box-l1__deco::before {
  left: -15px;
}

.c-box-l1__deco::after {
  right: -15px;
}

.c-box-l1__deco--top {
  top: 0;
}

.c-box-l1__deco--top::before, .c-box-l1__deco--top::after {
  top: 0;
}

.c-box-l1__deco--btm {
  bottom: 0;
}

.c-box-l1__deco--btm::before, .c-box-l1__deco--btm::after {
  bottom: 0;
}

.c-box-l1__col {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-box-l1__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-box-l1__text .c-headline-3 {
  margin-top: 5px;
}

.c-box-l1__text .c-btn {
  margin: auto 0 0;
}

.c-box-l1--slider {
  padding-bottom: 30px;
  padding-top: 20px;
}

.c-box-l1--slider .c-headline-3 {
  margin-bottom: 10px;
  margin-top: 4px;
}

.c-box-l1--slider .c-box-l1__image {
  width: 50%;
}

.c-box-l1--slider .c-box-l1__text {
  padding: 0 40px;
  width: 50%;
}

.c-box-l1--slider .c-btn {
  margin: 30px auto 0;
  max-width: 370px;
}

.c-box-l1__slider {
  margin: 20px 0 0;
}

.c-box-l1__slider .slick-prev {
  left: -24px;
}

.c-box-l1__slider .slick-next {
  right: -24px;
}

.c-box-l2 {
  background: #ac9771;
  margin-top: 100px;
  overflow: hidden;
  padding: 19px 0 50px;
  position: relative;
}

.c-box-l2::before {
  background: url("../images/bg_ptn_01.svg") repeat left center;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 1034px;
  left: 0;
  opacity: 0.15;
  position: absolute;
  top: 0;
  width: 2048px;
}

.c-box-l2__inner {
  position: relative;
}

.c-box-l2__slider {
  background: #fff;
  margin: 17px 0 0;
}

.c-box-l2__slider .slick-prev {
  left: -24px;
}

.c-box-l2__slider .slick-next {
  right: -24px;
}

.c-box-l2__slide {
  padding: 40px 40px 35px;
}

.c-box-l2__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-box-l2__image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 50%;
}

.c-box-l2__text {
  margin-top: -10px;
  padding-right: 25px;
  width: 50%;
}

.c-box-l2__text .c-tag-list {
  margin-top: 12px;
}

.c-box-l2__text .c-tag-list + p {
  margin-top: 17px;
}

.c-box-l3 {
  background: #577a90;
  margin-top: 100px;
  overflow: hidden;
  padding: 21px 0 50px;
  position: relative;
}

.c-box-l3::before {
  background: url("../images/bg_ptn_01.svg") repeat left center;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 1034px;
  left: 0;
  opacity: 0.15;
  position: absolute;
  top: 0;
  width: 149.926793557%;
}

.c-box-l3__inner {
  position: relative;
}

.c-box-l3__slider {
  margin: 17px -20px 0;
}

.c-box-l3__slider .slick-prev {
  left: -5px;
}

.c-box-l3__slider .slick-next {
  right: -5px;
}

.c-box-l3__slider--l2 .c-headline-3 {
  line-height: 1.7;
  text-align: center;
}

.c-box-l3__slider--l2 .c-headline-3 + .c-date {
  text-align: center;
}

.c-box-l3__slider--l2 .c-box-l3__slide {
  padding-top: 35px;
}

.c-box-l3__slider--l2 .c-box-l3__col {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 18px;
}

.c-box-l3__slider--l2 .c-box-l3__text {
  margin-top: -5px;
}

.c-box-l3__slide {
  background: #fff;
  border-radius: 0 40px 0 0;
  margin: 0 20px;
  padding: 40px 40px 33px;
  position: relative;
}

.c-box-l3__slide::before {
  border-bottom: solid 20px #fff;
  border-right: solid 20px transparent;
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-box-l3__slide::after {
  background: #fff;
  content: '';
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 20px;
  width: 100%;
}

.c-box-l3__slide p + p {
  margin-top: 8px;
}

.c-box-l3__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-box-l3__col + p {
  margin-top: 5px;
}

.c-box-l3__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 0 0 20px;
  width: 130px;
}

.c-box-l3__text {
  margin-top: -10px;
}

/* # =================================================================
#	ノーマルカラム
# ================================================================= */
.c-columns {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 100px;
}

.c-columns__image {
  width: 47%;
}

.c-columns__text {
  width: 47%;
}

/* # =================================================================
#	ヘッダー
# ================================================================= */
.st-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(154, 154, 154, 0.15);
  box-shadow: 0 2px 5px 0 rgba(154, 154, 154, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 0;
  opacity: 0;
  padding: 25px 6.076134699% 25px 6.149341142%;
  position: fixed;
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all .8s;
  transition: all .8s;
  visibility: hidden;
  width: 100%;
  z-index: 999;
}

.st-header.is-show {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  visibility: visible;
}

.st-header__copy {
  max-width: 298px;
  width: 24.032258064%;
}

.st-header__menu {
  background: #000;
  display: none;
  height: 45px;
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 45px;
  z-index: 999;
}

.st-header__menu span {
  background: #fff;
  display: block;
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 22px;
}

.st-header__menu span:nth-child(1) {
  top: 17.5px;
}

.st-header__menu span:nth-child(2) {
  bottom: 17.5px;
}

.st-header__menu.is-open span:nth-child(1) {
  -webkit-animation: open1 .6s forwards;
  animation: open1 .6s forwards;
}

.st-header__menu.is-open span:nth-child(2) {
  -webkit-animation: open2 .6s forwards;
  animation: open2 .6s forwards;
}

.st-header__menu.is-close span:nth-child(1) {
  -webkit-animation: close1 .6s forwards;
  animation: close1 .6s forwards;
}

.st-header__menu.is-close span:nth-child(2) {
  -webkit-animation: close2 .6s forwards;
  animation: close2 .6s forwards;
}

@-webkit-keyframes open1 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(4.5px) rotate(0);
    transform: translateY(4.5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(4.5px) rotate(45deg);
    transform: translateY(4.5px) rotate(45deg);
  }
}

@keyframes open1 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(4.5px) rotate(0);
    transform: translateY(4.5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(4.5px) rotate(45deg);
    transform: translateY(4.5px) rotate(45deg);
  }
}

@-webkit-keyframes open2 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-4.5px) rotate(0);
    transform: translateY(-4.5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-4.5px) rotate(-45deg);
    transform: translateY(-4.5px) rotate(-45deg);
  }
}

@keyframes open2 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-4.5px) rotate(0);
    transform: translateY(-4.5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-4.5px) rotate(-45deg);
    transform: translateY(-4.5px) rotate(-45deg);
  }
}

@-webkit-keyframes close1 {
  0% {
    -webkit-transform: translateY(4.5px) rotate(45deg);
    transform: translateY(4.5px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(4.5px) rotate(0);
    transform: translateY(4.5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@keyframes close1 {
  0% {
    -webkit-transform: translateY(4.5px) rotate(45deg);
    transform: translateY(4.5px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(4.5px) rotate(0);
    transform: translateY(4.5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes close2 {
  0% {
    -webkit-transform: translateY(-4.5px) rotate(-45deg);
    transform: translateY(-4.5px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-4.5px) rotate(0);
    transform: translateY(-4.5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@keyframes close2 {
  0% {
    -webkit-transform: translateY(-4.5px) rotate(-45deg);
    transform: translateY(-4.5px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-4.5px) rotate(0);
    transform: translateY(-4.5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

/* # =================================================================
#	グローバルナビゲーション
# ================================================================= */

.st-nav__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.st-nav__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.st-nav__list li {
  padding: 0 2.92826vw;
  position: relative;
}

.st-nav__list li:nth-child(2)::before {
  display: none;
}

.st-nav__list li:last-child::after {
  display: none;
}

.st-nav__list li::before, .st-nav__list li::after {
  border-right: dotted 2px #b19462;
  bottom: 0;
  content: "";
  height: 17px;
  margin: auto;
  position: absolute;
  top: 0;
}

.st-nav__list li::before {
  left: 1px;
}

.st-nav__list li::after {
  right: 1px;
}

.st-nav__list li a {
  color: #000;
  display: block;
  font-size: 1.34615vw;
  letter-spacing: 0.1em;
  position: relative;
}

.st-nav__sns {
  line-height: 0;
  width: 20px;
}

.st-nav__sns span {
  display: none;
}

/* # =================================================================
#	メイン
# ================================================================= */
.st-wrapper {
  overflow: hidden;
}

.st-main {
  padding: 0 0 120px;
}

/* # =================================================================
#	フッター
# ================================================================= */
.st-footer {
  padding: 24px 0;
  position: relative;
}

.st-footer__bnr {
  bottom: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  -webkit-transition: opacity .8s,visibility .8s;
  transition: opacity .8s,visibility .8s;
  visibility: hidden;
  z-index: 999;
}

.st-footer__bnr.is-show {
  opacity: 1;
  visibility: visible;
}

.st-footer__bnr.is-fixed {
  bottom: 0;
  position: fixed;
}

.st-footer__bnr a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #850b0b url("../images/bg_bnr.svg") no-repeat center center;
  background-size: 981px 71px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
  height: 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.2em;
}

.st-footer__bnr a::after {
  background: url("../images/icon_arrow.svg") no-repeat center center;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  height: 20px;
  margin: 0 0 0 20px;
  width: 12px;
}

.st-footer__copyright {
  color: #fff;
  color: #555;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  text-align: center;
}

.p-mv {
  height: 100vh;
  padding: 70px 70px 72px;
  position: relative;
}

.p-mv::before, .p-mv::after {
  background: #000;
  bottom: 0;
  content: "";
  display: block;
  height: calc(100% - 70px);
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.p-mv::before {
  left: 20px;
}

.p-mv::after {
  right: 20px;
}

.p-mv__deco {
  background: #000;
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: calc(100% - 70px);
}

.p-mv__deco::before, .p-mv__deco::after {
  border: solid 1px #000;
  border-radius: 50%;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  width: 9px;
}

.p-mv__deco::before {
  left: -15px;
}

.p-mv__deco::after {
  right: -15px;
}

.p-mv__deco--top {
  top: 20px;
}

.p-mv__deco--top::before, .p-mv__deco--top::after {
  top: 0;
}

.p-mv__deco--btm {
  bottom: 20px;
}

.p-mv__deco--btm::before, .p-mv__deco--btm::after {
  bottom: 0;
}

.p-mv__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-mv__conts {
  text-align: center;
  -webkit-transform: translate(-14px, 0);
  transform: translate(-14px, 0);
  width: 48.123980424%;
}

.p-mv__conts::before, .p-mv__conts::after {
  background: url("../images/bg_waves.png") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 113px;
  position: absolute;
  width: 250px;
}

.p-mv__conts::before {
  left: -6px;
  top: -159px;
}

.p-mv__conts::after {
  bottom: -133px;
  right: -6px;
}

.p-mv__headline {
  margin: 0 auto;
  max-width: 459px;
}

.p-mv__slider {
  height: 100%;
  position: relative;
  width: 50%;
}

.p-mv__slider img {
  width: 100%;
}

.p-mv__slider .slick-list,
.p-mv__slider .slick-track {
  height: 100%;
}

.p-mv__slider::before {
  background: #7e8488;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.15;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.p-mv__slide {
  height: 100%;
  position: relative;
}

.p-mv__slide.slide-animation div {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.p-mv__slide div {
  background-position: center center;
  background-size: cover;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform 10s linear;
  transition: -webkit-transform 10s linear;
  transition: transform 10s linear;
  transition: transform 10s linear, -webkit-transform 10s linear;
  width: 100%;
}

.p-mv__slide::before {
  content: "";
  display: block;
  padding-top: 123.327895595%;
}

/* ページ内アンカー */
.p-anc-nav {
  padding: 0 6.83333333% 0 0;
}

.p-anc-nav__wrap {
  border: solid 1px #000;
  margin: 80px auto 0;
  max-width: 1000px;
  padding: 3px;
  position: relative;
}

.p-anc-nav__wrap::before, .p-anc-nav__wrap::after {
  background: url("../images/bg_nav_waku.png") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 70px;
  position: absolute;
  top: -1px;
  width: 20px;
}

.p-anc-nav__wrap::before {
  left: -1px;
}

.p-anc-nav__wrap::after {
  right: -1px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.p-anc-nav__inner {
  border: solid 1px #000;
}

.p-anc-nav__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-anc-nav__list li {
  padding: 0 5.41667vw;
  position: relative;
}

.p-anc-nav__list li:nth-child(1)::before {
  display: none;
}

.p-anc-nav__list li:last-child::after {
  display: none;
}

.p-anc-nav__list li::before, .p-anc-nav__list li::after {
  border-right: dotted 2px #b19462;
  bottom: 0;
  content: "";
  height: 17px;
  margin: auto;
  position: absolute;
  top: 0;
}

.p-anc-nav__list li::before {
  left: 1px;
}

.p-anc-nav__list li::after {
  right: 1px;
}

.p-anc-nav__list li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.73077vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.1em;
  min-height: 60px;
  padding: 12px 0;
  position: relative;
}

.p-anc-nav__sns {
  bottom: 0;
  height: 26px;
  line-height: 0;
  margin: auto;
  position: absolute;
  right: -7.5%;
  top: 0;
  width: 2.6%;
}

/* ホテル情報 */
.p-info {
  background: url("../images/bg_info.png") repeat left top;
  margin: 100px 0 0;
  padding: 100px 0;
}

.p-info__header {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-info__headline {
  font-size: 4.0rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.45;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.p-info__headline span {
  color: #a08b19;
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  line-height: 1.8;
  margin: 0 4px 0 0;
}

.p-info__slider {
  margin: 0 0 0 3.221083455%;
  width: 77.818448023%;
}

.p-info__slider .slick-dots {
  left: auto;
  right: 20px;
}

.p-info__slide {
  position: relative;
}

.p-info__slide img {
  width: 100%;
}

.p-info__slide-cap {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}

.p-info__slide-cap p {
  color: #fff;
  font-size: 1.6rem;
}

.p-info__body {
  margin: 70px 0 0;
}

.p-info__desc {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}

.p-info__desc > * {
  width: 50%;
}

.p-info__access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 70px 0 0;
}

.p-info__access-map {
  height: 340px;
  position: relative;
  width: 64%;
}

.p-info__access-map iframe {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-info__access-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 31%;
}

.p-info__access-desc p + p {
  margin-top: 20px;
}

.p-info__access-desc .c-btn {
  margin-top: auto;
}

@media screen {
  [hidden~='screen'] {
    display: inherit;
  }
  [hidden~='screen']:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

@media only screen and (min-width: 897px) {
  a:hover,
  button:hover {
    opacity: .5;
  }
  .for-sp {
    display: none;
  }
  .c-btn {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .c-btn:hover {
    background: #fff;
    color: #000;
    opacity: 1;
  }
  .c-btn:hover::after {
    background-image: url("../images/icon_arrow_b.svg");
  }
  .c-link-tel {
    pointer-events: none;
  }
  .u-tc-pc {
    text-align: center;
  }
  .slick-prev,
  .slick-next {
    -webkit-transition: background-image .3s;
    transition: background-image .3s;
  }
  .slick-prev:hover,
  .slick-next:hover {
    background-image: url("../images/icon_arrow_slide_w.svg");
    opacity: 1;
  }
  .st-footer__bnr a {
    position: relative;
  }
  .st-footer__bnr a::before {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: 100%;
  }
  .st-footer__bnr a:hover {
    opacity: 1;
  }
  .st-footer__bnr a:hover::before {
    opacity: 0.5;
  }
}

@media only screen and (max-width: 896px) {
  img {
    width: 100%;
  }
  .c-l-column {
    margin: 0 15px;
  }
  .c-l-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-l-flex--rev .slick-slider {
    border-radius: 100px 0 0 0;
    margin: 0 0 0 15px;
    z-index: 1;
  }
  .c-l-flex--rev .slick-slider .slick-dots {
    left: 10px;
  }
  .c-l-grid {
    display: block;
  }
  .c-l-grid__top {
    margin: 0 0 17px;
    text-align: center;
  }
  .c-l-grid__image {
    width: 100%;
  }
  .c-l-grid__text {
    width: 100%;
  }
  .for-pc {
    display: none;
  }
  .c-section:nth-of-type(1) {
    padding: 60px 0 0;
  }
  .c-section:nth-of-type(2) {
    padding: 60px 0 0;
  }
  .c-section--01 .c-headline > img {
    width: 269px;
  }
  .c-section--01 .c-section__bg--s1 {
    right: -157.5px;
    top: 118.5px;
    width: 275px;
  }
  .c-section--01 .c-section__bg--s2 {
    left: -190px;
    top: 428.5px;
    width: 375px;
  }
  .c-section--01 .c-section__bg--s3 {
    left: -14px;
    right: auto;
    top: 155px;
    width: 97.5px;
  }
  .c-section--01 .c-section__bg--s4 {
    left: -115.5px;
    top: 433.5px;
    width: 375px;
  }
  .c-section--01 .c-section__bg--s5 {
    right: -111px;
    top: 605px;
    width: 249.5px;
  }
  .c-section--01 .c-section__bg--s6 {
    right: -111px;
    top: 440px;
    width: 249px;
  }
  .c-section--01 .c-section__bg--s7 {
    left: -118.5px;
    top: 561px;
    width: 375px;
  }
  .c-section--01 .c-section__bg--sp1 {
    display: block;
    left: -202.5px;
    top: 909px;
    width: 377px;
  }
  .c-section--01 .c-section__bg--sp2 {
    display: block;
    right: -37.5px;
    top: 1303px;
    width: 227px;
  }
  .c-section--01 .c-section__bg--sp3 {
    display: block;
    right: -102.5px;
    top: 1593px;
    width: 240px;
  }
  .c-section--01 .c-section__bg--sp4 {
    display: block;
    left: -96px;
    top: 1976px;
    width: 227px;
  }
  .c-section--01 .c-sub-sec--01 .c-intro__text-wrap .c-headline-v::before {
    bottom: 9px;
    height: 74.5px;
    right: 71px;
    width: 56px;
  }
  .c-section--01 .c-sub-sec--02 .c-intro__text-wrap {
    padding-bottom: 0;
  }
  .c-section--01 .c-sub-sec--02 .c-intro__text-wrap .c-headline-v {
    padding-bottom: 66px;
  }
  .c-section--01 .c-sub-sec--02 .c-intro__text-wrap .c-headline-v::before {
    bottom: 5px;
    height: 57.5px;
    right: -70px;
    width: 68.5px;
  }
  .c-section--02 .c-section__bg--s1 {
    left: -124.5px;
    top: 133.5px;
    width: 261.5px;
  }
  .c-section--02 .c-section__bg--s2 {
    right: -77.5px;
    top: 456.5px;
    width: 249px;
  }
  .c-section--02 .c-section__bg--s3 {
    right: -15px;
    top: 165px;
    width: 110px;
  }
  .c-section--02 .c-section__bg--s4 {
    left: -120.5px;
    top: 560px;
    width: 249.5px;
  }
  .c-section--02 .c-section__bg--s5 {
    right: -110px;
    top: 428px;
    width: 375px;
  }
  .c-section--02 .c-section__bg--s6 {
    left: -118.5px;
    top: 562.5px;
    width: 375px;
  }
  .c-section--02 .c-section__bg--sp1 {
    display: block;
    right: -110px;
    top: 952.5px;
    width: 270.5px;
  }
  .c-section--02 .c-section__bg--sp2 {
    display: block;
    left: -91.5px;
    top: 1507px;
    width: 192px;
  }
  .c-section--02 .c-section__bg--sp3 {
    display: block;
    right: -110px;
    top: 470.5px;
    width: 249.5px;
  }
  .c-section--02 .c-sub-sec--01 .c-intro__text-wrap .c-headline-v {
    padding-bottom: 88px;
  }
  .c-section--02 .c-sub-sec--01 .c-intro__text-wrap .c-headline-v::before {
    bottom: 7px;
    height: 65px;
    right: 54px;
    width: 61.5px;
  }
  .c-section--02 .c-sub-sec--02 .c-intro__text-wrap .c-headline-v::before {
    bottom: 5px;
    height: 61.5px;
    right: -91px;
    width: 63px;
  }
  .c-section__header {
    margin: 0 0 40px;
  }
  .c-section__header .c-l-column {
    margin: 0 25px;
  }
  .c-sub-sec + .c-sub-sec {
    margin-top: 50px;
  }
  .c-headline {
    margin: 0 0 32px;
  }
  .c-headline > img {
    height: 23px;
  }
  .c-headline__sub {
    margin: 0 0 15px;
  }
  .c-headline__sub img {
    height: 14px;
  }
  .c-headline--ico1::before {
    height: 25.5px;
    margin-bottom: 15px;
    width: 25.5px;
  }
  .c-headline--ico2::before {
    height: 37.5px;
    margin-bottom: 15px;
    width: 23.5px;
  }
  .c-headline-v {
    font-size: 2.5rem;
    margin-left: auto;
    margin-right: auto;
  }
  .c-headline-2 {
    font-size: 2.0rem;
    line-height: 1.7;
  }
  .c-headline-2 small {
    line-height: 1.7;
    margin-top: 9px;
  }
  .c-headline-3 {
    font-size: 1.5rem;
  }
  .c-headline-4 {
    line-height: 1;
  }
  .c-headline-4 span {
    line-height: 1.3;
    margin: 0 0 11px;
  }
  .c-text-v {
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
  }
  .c-text-small {
    line-height: 2;
  }
  .c-date {
    font-size: 1.2rem;
    letter-spacing: 0.06em;
  }
  .c-btn {
    font-size: 1.2rem;
    height: 45px;
    letter-spacing: 0.06em;
    max-width: 100%;
    padding: 0 15px;
  }
  .c-btn::after {
    height: 11px;
    right: 15px;
    width: 6px;
  }
  .c-link-arw::after {
    height: 11px;
    margin: 0 0 -1px 4px;
    width: 6px;
  }
  .u-tc-sp {
    text-align: center;
  }
  .slick-prev,
  .slick-next {
    height: 36px;
    width: 36px;
  }
  .slick-prev {
    left: 10px;
  }
  .slick-next {
    right: 10px;
  }
  .slick-dots {
    bottom: 10px;
    margin: 0 -7.5px 0 0;
  }
  .slick-dots li {
    height: 7.5px;
    margin: 0 7.5px 0 0;
    width: 7.5px;
  }
  .slick-dots li button {
    border-width: 1px;
  }
  .mfp-image-holder .mfp-close {
    height: 40px;
    width: 40px;
  }
  .mfp-image-holder .mfp-close::before, .mfp-image-holder .mfp-close::after {
    width: 15px;
  }
  img.mfp-img {
    padding: 40px 0;
  }
  .js-modal::before {
    background-size: 10px 10.5px;
    bottom: 2.5px;
    height: 20px;
    right: 2.5px;
    width: 20px;
  }
  .c-intro {
    display: block;
    height: auto;
  }
  .c-intro__text {
    display: block;
    height: auto;
    margin: 40px 25px 0;
    width: auto;
  }
  .c-intro__text .c-text-v {
    margin-top: 25px;
  }
  .c-intro__text-wrap {
    padding-bottom: 0;
    width: 100%;
  }
  .c-intro__text-wrap .c-headline-v {
    position: relative;
  }
  .c-intro__text-inner {
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
  }
  .c-intro__slider {
    border-radius: 0 100px 0 0;
    margin: 0 15px 0 0;
    width: auto;
    z-index: 1;
  }
  .c-intro__slider .slick-prev, .c-intro__slider .slick-next {
    top: -20px;
  }
  .c-intro__slider .slick-dots {
    right: 10px;
  }
  .c-list {
    margin: 30px 0 0;
  }
  .c-list .slick-prev,
  .c-list .slick-next {
    top: 25.86667vw;
  }
  .c-list .slick-prev {
    left: -18px;
  }
  .c-list .slick-next {
    right: -18px;
  }
  .c-list__slider {
    margin: 0 10px;
  }
  .c-list__item {
    margin: 0;
  }
  .c-list__title {
    margin: 16px 0 0;
  }
  .c-box-l1 {
    margin-top: 45px;
    padding: 19px 25px 25px;
  }
  .c-box-l1::before, .c-box-l1::after {
    height: calc(100% - 56px);
  }
  .c-box-l1::before {
    left: 0;
  }
  .c-box-l1::after {
    right: 0;
  }
  .c-box-l1__deco::before {
    left: -14px;
  }
  .c-box-l1__deco::after {
    right: -14px;
  }
  .c-box-l1__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-box-l1__image {
    width: 100%;
  }
  .c-box-l1__text {
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    margin: 18px 0 0;
  }
  .c-box-l1__text .c-headline-3 {
    margin: 0 0 5px;
    text-align: center;
  }
  .c-box-l1__text {
    width: 100%;
  }
  .c-box-l1__text .c-btn {
    margin: 18px 0 0;
  }
  .c-box-l1--slider .c-box-l1__image {
    width: 100%;
  }
  .c-box-l1--slider .c-box-l1__text {
    padding: 0;
    width: 100%;
  }
  .c-box-l1--slider .c-btn {
    margin: 18px 0 0;
    max-width: 100%;
    width: auto;
  }
  .c-box-l1__slider {
    margin: 17px 0 0;
  }
  .c-box-l1__slider .slick-prev,
  .c-box-l1__slider .slick-next {
    margin: 0;
    top: 20.4vw;
  }
  .c-box-l1__slider .slick-prev {
    left: -18px;
  }
  .c-box-l1__slider .slick-next {
    right: -18px;
  }
  .c-box-l2 {
    margin-top: 40px;
    padding: 24px 0 25px;
  }
  .c-box-l2__slider {
    margin: 23px 0 0;
  }
  .c-box-l2__slider .slick-prev {
    left: -10px;
  }
  .c-box-l2__slider .slick-next {
    right: -10px;
  }
  .c-box-l2__slide {
    padding: 20px 20px 13px;
  }
  .c-box-l2__col {
    display: block;
  }
  .c-box-l2__image {
    width: 100%;
  }
  .c-box-l2__text .c-tag-list + p {
    margin-top: 15px;
  }
  .c-box-l2__text {
    margin-top: 0;
    padding: 12px 10px 0;
    width: 100%;
  }
  .c-box-l2__text .c-headline-3 {
    font-size: 1.8rem;
  }
  .c-box-l3 {
    margin-top: 40px;
    padding: 18px 0 25px;
  }
  .c-box-l3::before {
    width: 2048px;
  }
  .c-box-l3__slider {
    margin: 25px 10px 0;
  }
  .c-box-l3__slider .slick-prev {
    left: -18px;
  }
  .c-box-l3__slider .slick-next {
    right: -18px;
  }
  .c-box-l3__slider--l2 .c-box-l3__slide {
    padding-top: 18px;
  }
  .c-box-l3__slider--l2 .c-box-l3__col {
    display: block;
  }
  .c-box-l3__slider--l2 .c-box-l3__image {
    float: right;
    margin-bottom: 20px;
  }
  .c-box-l3__slide {
    border-radius: 0 20px 0 0;
    margin: 0;
  }
  .c-box-l3__slide::before {
    border-width: 10px;
  }
  .c-box-l3__slide::after {
    height: 10px;
    top: 10px;
  }
  .c-box-l3__slide {
    padding: 25px 25px 13px;
  }
  .c-box-l3__image {
    margin: 0 0 0 7.272727272%;
    width: 75px;
  }
  .c-box-l3__text {
    margin-top: 0;
  }
  .c-box-l3__text .c-headline-3 {
    font-size: 2.0rem;
    line-height: 1.1;
    margin: 0 0 5px;
  }
  .c-box-l3__text .c-headline-3 + .c-text-mid {
    margin-top: 12px;
  }
  .c-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 36px 25px 0;
  }
  .c-columns__image {
    width: 100%;
  }
  .c-columns__text {
    margin: 20px 0 0;
    width: 100%;
  }
  .c-columns__text p {
    margin: 9px 0 0;
  }
  .st-header {
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    padding: 0;
    visibility: visible;
  }
  .st-header__copy {
    display: none;
  }
  .st-header__menu {
    display: block;
  }
  .st-nav {
    background: #fff;
    border: none;
    height: 100vh;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    width: 100%;
    z-index: 99;
  }
  .st-nav.is-open {
    opacity: 1;
    visibility: visible;
  }
  .st-nav__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .st-nav__inner {
    border: none;
    display: block;
  }
  .st-nav__inner::before, .st-nav__inner::after {
    background: url("../images/bg_waves.png") no-repeat center center;
    background-size: contain;
    content: "";
    display: block;
    height: 56.5px;
    position: absolute;
    width: 120px;
  }
  .st-nav__inner::before {
    left: 25px;
    top: 57.5px;
  }
  .st-nav__inner::after {
    bottom: 181.5px;
    right: 25px;
  }
  .st-nav__list {
    display: block;
  }
  .st-nav__list li {
    padding: 0;
  }
  .st-nav__list li::before, .st-nav__list li::after {
    display: none;
  }
  .st-nav__list li a {
    font-size: 1.8rem;
    line-height: 4.444444;
    padding: 0;
  }
  .st-nav__sns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 115px;
    width: auto;
  }
  .st-nav__sns span {
    display: inline;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    margin: 0 0 0 10px;
  }
  .st-nav__sns img {
    width: 21px;
  }
  .st-wrapper {
    width: 100%;
  }
  .st-main {
    padding: 0 0 80px;
  }
  .st-footer {
    padding: 15px 0;
  }
  .st-footer__bnr a {
    background-image: url("../images/bg_bnr_sp.svg");
    background-size: 357px 47px;
    font-size: 1.6rem;
    height: 80px;
    line-height: 1.6;
  }
  .st-footer__copyright {
    font-size: 1.0rem;
  }
  .p-mv {
    padding: 15px 30px 37.5px;
  }
  .p-mv::before, .p-mv::after {
    height: calc(100% - 56px);
  }
  .p-mv::before {
    left: 15px;
  }
  .p-mv::after {
    right: 15px;
  }
  .p-mv__deco {
    width: calc(100% - 56px);
  }
  .p-mv__deco::before {
    left: -14px;
  }
  .p-mv__deco::after {
    right: -14px;
  }
  .p-mv__deco--top {
    top: 15px;
  }
  .p-mv__deco--btm {
    bottom: 15px;
  }
  .p-mv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-mv__conts {
    padding: 25px 0 44px;
    -webkit-transform: none;
    transform: none;
    width: 100%;
  }
  .p-mv__conts::before, .p-mv__conts::after {
    display: none;
  }
  .p-mv__headline {
    margin: 20px auto 0;
    width: 249.5px;
  }
  .p-mv__slider {
    width: 100%;
  }
  .p-mv__slide::before {
    display: none;
  }
  .p-anc-nav__wrap {
    display: none;
  }
  .p-anc-nav__list {
    display: block;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  .p-info {
    margin: 50px 0 0;
    padding: 43px 0 50px;
  }
  .p-info__header {
    display: block;
  }
  .p-info__headline {
    font-size: 3.0rem;
    text-align: center;
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
  }
  .p-info__headline span {
    font-size: 1.0rem;
    margin: 6px 0 0;
  }
  .p-info__slider {
    margin: 45px 0 0;
    width: 100%;
  }
  .p-info__slider .slick-dots {
    bottom: inherit;
    right: 15px;
    top: 53.33333vw;
  }
  .p-info__slider .slick-prev, .p-info__slider .slick-next {
    margin: 0;
    top: 24.53333vw;
  }
  .p-info__slider .slick-prev {
    left: 15px;
  }
  .p-info__slider .slick-next {
    right: 15px;
  }
  .p-info__slide-cap {
    background: none;
    background: #fff;
    padding: 8px 25px;
    position: static;
  }
  .p-info__slide-cap p {
    color: #000;
    font-size: 1.3rem;
  }
  .p-info__body {
    margin: 40px 0 0;
  }
  .p-info__body .c-l-column {
    margin: 0 25px;
  }
  .p-info__desc .c-headline-2 {
    font-size: 2.4rem;
    letter-spacing: 0.2em;
    line-height: 1.8;
    margin: 0 0 16px;
    padding: 0;
    text-align: left;
  }
  .p-info__desc > * {
    width: 100%;
  }
  .p-info__access {
    display: block;
    margin: 40px 0 0;
  }
  .p-info__access-map {
    height: auto;
    width: 100%;
  }
  .p-info__access-map::before {
    content: "";
    display: block;
    padding-top: 53.125%;
  }
  .p-info__access-desc {
    margin: 16px 0 0;
    width: 100%;
  }
  .p-info__access-desc .c-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 31px;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    bottom: 0;
    top: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    position: fixed;
    top: auto;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    background: rgba(0, 0, 0, 0.6);
    height: 35px;
    line-height: 35px;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 35px;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media only screen and (min-width: 1040px) {
  .c-headline-2 {
    font-size: 2.4rem;
  }
  .c-headline-3 {
    font-size: 2.0rem;
  }
  .st-nav__list li a {
    font-size: 1.4rem;
  }
  .p-anc-nav__list li a {
    font-size: 1.8rem;
  }
}

@media (max-width: 900px) {
  .mfp-container {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 376px) {
  .c-box-l3__slider--l2 .c-box-l3__text .c-text-mid {
    width: 65.4545454%;
  }
  .c-box-l3__image {
    width: 27.2727272727%;
  }
}

@media only screen and (min-width: 1366px) {
  .st-header {
    padding: 25px 83px 25px 84.5px;
  }
  .st-nav__list li {
    padding: 0 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .p-anc-nav {
    padding: 0;
  }
  .p-anc-nav__list li {
    padding: 0 65px;
  }
}
