@charset "UTF-8";
/* ===================================================================
こちらはSassよりコンパイルしています。
命名規則は極力FLOCSSに則って記述しています。
わからない場合、object - projectの後ろ（object - utilityの直前）にスタイルを追加してください。
=================================================================== */
/* ===================================================================
Faundation
=================================================================== */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 1em;
  margin: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button
  /* 2 */
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* 1rem = 10pxにするための設定。フォントサイズの単位はremを使用する。 */
html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  line-height: 1.8;
  box-sizing: border-box;
}

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

body {
  color: #555;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 1.4rem;
  -webkit-font-kerning: normal;
     -moz-font-kerning: normal;
          font-kerning: normal;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  background: #000;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #09f;
}
a:hover {
  text-decoration: underline;
}
a img:hover {
  -webkit-filter: brightness(1.1);
  -moz-filter: brightness(1.1);
  -ms-filter: brightness(1.1);
  filter: brightness(1.1);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

dd {
  margin-left: 1em;
}

/* ===================================================================
Layout
=================================================================== */
.l-header {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  padding: 10px;
  position: fixed;
  top: 0;
  -webkit-transition: 1s;
          transition: 1s;
  width: 100%;
  z-index: 999;
}

.l-mainSec {
  background: #fff;
  max-width: 1024px;
  margin: 20px 10px 50px;
  overflow: hidden;
  padding: 10px;
  border-radius: 10px;
  background-color: rgba(255,255,255,.7);
}
@media screen and (min-width: 1024px) {
  .l-mainSec {
    margin: 15px auto 15px;
    padding: 25px;
    border-radius: 10px;
    background-color: rgba(255,255,255,.7);
  }
}

.l-mainSec__plandetail {
  background: #fff;
  max-width: 1024px;
  overflow: hidden;
  padding: 10px;
  border-radius: 10px;
  background-color: rgba(255,255,255,.7);
}
@media screen and (min-width: 1024px) {
  .l-mainSec__plandetail {
    padding: 10px;
    border-radius: 10px;
    background-color: rgba(255,255,255,.7);
    position: absolute;
    z-index: -1;
    width: 85%;
  }
}

.plandetail7 {
  background: url(../img/plandetail7_image.png) right no-repeat;
  position: relative;
  margin: 1em;
}
@media screen and (min-width: 1024px) {
  .plandetail7 {
    height: 300px;
    padding: 4em 0 0;
  }
}

.plandetail9 {
  background: url(../img/plandetail9_image.png) right no-repeat;
  position: relative;
  margin: 1em;
}
@media screen and (min-width: 1024px) {
  .plandetail9 {
    height: 320px;
    padding: 2em 0 0;
  }
}

.plandetail13 {
  background: url(../img/plandetail13_image.png) right no-repeat;
  position: relative;
  margin: 1em;
}
@media screen and (min-width: 1024px) {
  .plandetail13 {
    height: 310px;
    padding: 4em 0 0;
  }
}

.plandetail14 {
  background: url(../img/plandetail14_image.png) right no-repeat;
  position: relative;
  margin: 1em;
}
@media screen and (min-width: 1024px) {
  .plandetail14 {
    height: 290px;
    padding: 2em 0 0;
  }
}

.plandetail17 {
  background: url(../img/plandetail17_image.png) right no-repeat;
  position: relative;
  margin: 1em;
}
@media screen and (min-width: 1024px) {
  .plandetail17 {
    height: 320px;
    padding: 1em 0 0;
  }
}

.plandetail18 {
  background: url(../img/plandetail18_image_v2.png) right no-repeat;
  position: relative;
  margin: 1em;
}
@media screen and (min-width: 1024px) {
  .plandetail18 {
    height: 380px;
    padding: 1em 0 0;
  }
}

/* ===================================================================
object - Component
=================================================================== */
/* ソーシャルリスト（アイコン）
--------------------------------------------------------- */
.c-sociallist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 5px;
}

.c-sociallist__item {
  width: 65px;
  height: 65px;
  display: inline-block;
  border-radius: 3px;
  margin: 0px 10px;
  -webkit-transition: .1s;
          transition: .1s;
}
.c-sociallist__item > a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-sociallist__item > a > svg {
  height: 60%;
  margin: 0;
  padding: 0;
  width: 60%;
}
.c-sociallist__item > a > svg > path {
  fill: #FFF;
}
.c-sociallist__item:hover {
  border-radius: 0;
}
.c-sociallist__item--twitter {
  background: #1DA1F2;
}
.c-sociallist__item--twitter:hover {
  outline: 5px solid #1DA1F2;
}
.c-sociallist__item--facebook {
  background: #3B5998;
}
.c-sociallist__item--facebook:hover {
  outline: 5px solid #3B5998;
}
.c-sociallist__item--tumblr {
  background: #36465D;
}
.c-sociallist__item--tumblr:hover {
  outline: 5px solid #36465D;
}
.c-sociallist__item--line {
  background: #00C300;
}
.c-sociallist__item--line:hover {
  outline: 5px solid #00C300;
}
.c-sociallist__item--mail {
  background: #f90;
}
.c-sociallist__item--mail:hover {
  outline: 5px solid #f90;
}
.c-sociallist__item--mail:hover img {
  opacity: 1;
}

/* ===================================================================
object - project
=================================================================== */
/* 注意事項リスト
--------------------------------------------------------- */
.p-attentionList > li {
  font-weight: bold;
  list-style: circle;
}
.p-attentionList > li li {
  font-weight: normal;
}
.p-attentionList li {
  margin-left: 2em;
  list-style: circle;
}
.p-attentionList h4 {
  font-size: inherit;
  font-weight: inherit;
  margin-top: inherit;
  margin-bottom: inherit;
  padding: inherit;
}

/* body 背景指定
--------------------------------------------------------- */
.p-body {
  background-color: #00ac97;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, rgba(255,255,255,.2) 20px, rgba(255,255,255,.2) 40px);
  padding-top: 40px;
}

/*
ボタン
--------------------------------------------------------- */
.p-button {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #EDFF3E;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: 500;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: .1s;
          transition: .1s;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  outline: 0 solid #ccc;
}
.p-button > a {
  padding: 1em;
  text-decoration: none;
  color: #333;
  width: 100%;
}
.p-button:hover {
  outline: 5px solid #EDFF3E;
}
.p-button--primary {
  background: #e52f74;
}
.p-button--primary > a {
  color: #fff;
}
.p-button--primary:hover {
  outline: 5px solid #e52f74;
}

/* ドロワーメニュー
--------------------------------------------------------- */
@media screen and (min-width: 1024px) {
  .p-drawer_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0 0 0 1em;
    padding: 0;
  }
}

.p-drawer_wapper {
  display: none;
  background: #fff;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 998;
}
@media screen and (min-width: 1024px) {
  .p-drawer_wapper {
    display: block;
    position: static;
    background: transparent;
    width: auto;
  }
}

.p-drawer_menu__list {
  margin: 0 10px 0 0;
  list-style: none;
  text-align: center;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.p-drawer_menu__list:last-child {
  border-bottom: 2px solid #FFF322;
}
.p-drawer_menu__list a {
  padding: .6em 2.4rem;
  display: block;
  margin: 0;
  text-decoration: none;
  color: #333;
}
@media screen and (min-width: 1024px) {
  .p-drawer_menu__list {
    border-bottom: 0;
  }
  .p-drawer_menu__list:last-child {
    border-bottom: 0;
  }
  .p-drawer_menu__list--primary {
    background: #e52f74;
    background: -webkit-linear-gradient(top, #e5ac2f 1%, #e52f74 100%);
    background: linear-gradient(to bottom, #e5ac2f 1%, #e52f74 100%);
    border-radius: 3px;
    box-shadow: 0 0 1px 1px white;
    outline: -2px inset #f5afaf;
  }
  .p-drawer_menu__list--primary a {
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  }
  .p-drawer_menu__list--primary:hover {
    background: #e52f74;
  }
}

.p-drawer_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .p-drawer_button {
    display: none;
  }
}

/* footer
--------------------------------------------------------- */
.p-footer {
  background: #333;
  color: #fff;
}
.p-footer_menu {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .p-footer_menu {
    margin: 1em;
  }
}
.p-footer_menu > li {
  margin: 0 10px 0 0;
  list-style: none;
  text-align: center;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: .2em 1em .2em .5em;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.p-footer_menu > li:hover {
  background: #505050;
}
.p-footer_menu > li a {
  text-decoration: none;
  color: #fff;
  padding: .6em 2.4rem;
  display: block;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .p-footer_menu > li a {
    text-align: left;
    padding: 0;
  }
}

.p-footer__text {
  border: 1px solid #666;
  padding: 1em;
  margin: 1em;
}

.p-copyrights {
  text-align: center;
  margin: 0;
  padding: 1em 0;
}

/* 企画
--------------------------------------------------------- */
.p-plan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
      -ms-flex-pack: justify;
          justify-content: center;
}
@media screen and (min-width: 414px) {
  .p-plan {
    -webkit-box-pack: start;
    -webkit-justify-content: center;
        -ms-flex-pack: start;
            justify-content: center;
  }
}
@media screen and (max-width: 414px) {
  .p-plan > li {
    width: 30%;
    height: 20%;
    margin: 1%;
  }
}
.p-plan > li::after {
  display: none;
}

/* ギャラリーページ
--------------------------------------------------------- */
.p-imageGallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 414px) {
  .p-imageGallery {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-imageGallery > li {
  width: 48%;
  height: 48%;
  overflow: hidden;
  position: relative;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  margin-bottom: 2%;
  border-radius: 2px;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 414px) {
  .p-imageGallery > li {
    width: 18%;
    height: 20%;
    margin: 1%;
  }
}
.p-imageGallery > li::after {
  padding-top: 100%;
  display: block;
  content: "";
}
.p-imageGallery--360 > li::after {
  display: none;
}
.p-imageGallery--360 > li {
  box-shadow: none;
}
.p-imageGallery--360 > li img {
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3);
}
.p-imageGallery--360 > li p {
  margin: .2em;
}
.p-imageGallery > li > img {
  width: 200%;
  max-width: none;
  position: absolute;
  top: -25%;
  left: -50%;
}

/* トップページ コスパティオとは下部ギャラリー
--------------------------------------------------------- */
.p-imageGallery__pickup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 414px) {
  .p-imageGallery__pickup {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-imageGallery__pickup > li {
  width: 48%;
  height: 48%;
  overflow: hidden;
  position: relative;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  margin-bottom: 2%;
  border-radius: 2px;
}
@media screen and (min-width: 414px) {
  .p-imageGallery__pickup > li {
    width: 23%;
    height: 23%;
    margin: 1%;
  }
}
@media screen and (min-width: 414px) {
  .p-imageGallery__pickup > li.column-3 {
    width: 31%;
    height: 31%;
    margin: 1%;
  }
}
.p-imageGallery__pickup > li::after {
  display: block;
  content: "";
}
.p-imageGallery__pickup > li > img {
  width: 200%;
  max-width: none;
  position: absolute;
  top: -25%;
  left: -50%;
}

/* アトラクション
--------------------------------------------------------- */
.p-attraction {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 414px) {
  .p-attraction {
    -webkit-box-pack: start;
    -webkit-justify-content: center;
        -ms-flex-pack: start;
            justify-content: center;
  }
}
.p-attraction > li {
    width: 31%;
    margin: 1%;
}
@media screen and (max-width: 414px) {
  .p-attraction > li {
    width: 48%;
    height: 20%;
    margin: 1%;
  }
}
.p-attraction > li::after {
  display: none;
}

/* header
--------------------------------------------------------- */
.p-header {
  background: #FFF322;
}
.p-header__logo img {
  width: 100px;
  vertical-align: initial;
}
.p-header__button {
  background: #B00104;
  border-radius: 3px;
}
.p-header__button a {
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
}

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

/* mainSecWrap トップページ各セクション背景
--------------------------------------------------------- */
.p-mainSecWrap {
  padding: 0;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.p-mainSecWrap__odd {
  padding: 0;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #00ac97;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, rgba(255,255,255,.2) 20px, rgba(255,255,255,.2) 40px);
  z-index: 0;
}

.p-mainSecWrap__even {
  padding: 0;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #7a00ac;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, rgba(255,255,255,.2) 20px, rgba(255,255,255,.2) 40px);
  z-index: 0;
}

/* mainSec 各セクション
--------------------------------------------------------- */
.p-mainSec {
  max-width: 705px;
  margin: 50px auto;
}

.p-mainSec__support {
  max-width: 1410px;
  margin: 0 auto 50px;
  display: flex;
  flex-wrap: wrap;
}

.p-mainSec__plan {
  max-width: 1280px;
  margin: 50px auto;
}

.p-mainSec__plandetail {
  max-width: 1024px;
  margin: 50px auto 20px;
}

.p-mainSec__head {
  border: 1px solid;
  border-left: .5em solid;
  font-size: 2rem;
  color: #C72C6C;
  border-radius: 3px;
  text-align: center;
  background: -webkit-repeating-linear-gradient(135deg, #f1f1f1, #f1f1f1 10px, #fff 0, #fff 20px);
  background: repeating-linear-gradient(-45deg, #f1f1f1, #f1f1f1 10px, #fff 0, #fff 20px);
}
@media screen and (min-width: 1024px) {
  .p-mainSec__head {
    font-size: 3.2rem;
  }
}

.p-mainSec__subhead {
  color: #C72C6C;
  margin: 0;
  padding: 3em 0 0;
}
.p-mainSec__subhead::before {
  content: "★";
}

.p-mainSec__entry {
  margin-left: 1em;
  margin-right: 1em;
}

/* 概要リスト
--------------------------------------------------------- */
.p-outlineList {
  margin-left: 1em;
}
.p-outlineList dt {
  font-weight: bold;
  color: #C72C6C;
}
.p-outlineList dt::before {
  content: "★";
}

/* ポップアップ
--------------------------------------------------------- */
.p-signup1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 34vw;
  margin: 0 auto;
  z-index:10;
  -webkit-transition: 1s;
          transition: 1s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  z-index:10;
}
@media screen and (max-width: 1024px) {
  .p-signup1 {
    top: 72vw;
  }
}

.p-signup2 {
  position: absolute;
  width: 18vw;
  right: 3vw;
  top: 28vw;
  z-index:10;
  -webkit-transition: 1s;
          transition: 1s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  z-index:10;
}
@media screen and (max-width: 1024px) {
  .p-signup2 {
    width: 48%;
    top: 0;
    right: 0px;
    position: relative;
    margin: 20px auto;
  }
}

.p-signup3 {
  position: absolute;
  width: 15%;
  right: 360px;
  top: 180px;
  z-index:10;
  -webkit-transition: 1s;
          transition: 1s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  z-index:10;
}
@media screen and (max-width: 1024px) {
  .p-signup3 {
    width: 48%;
    top: 0;
    right: 0px;
    position: relative;
    margin: 20px auto;
  }
}

.p-signup4 {
  position: absolute;
  width: 18vw;
  left: 3vw;
  top: 28vw;
  z-index:10;
  -webkit-transition: 1s;
          transition: 1s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  z-index:10;
}
@media screen and (max-width: 1024px) {
  .p-signup4 {
    width: 48%;
    top: 0;
    right: 0px;
    position: relative;
    margin: 20px auto;
  }
}

.p-signup5 {
  position: absolute;
  width: 50vw;
  left: 0;
  right: 0;
  top: 29vw;
  margin: 0 auto;
  z-index:10;
  -webkit-transition: 1s;
          transition: 1s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  z-index:10;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-signup5 {
    top: 63vw;
    width: 80vw;
  }
}

.p-signup6 {
  position: absolute;
  width: 18vw;
  left: 3vw;
  top: 15vw;
  z-index:10;
  -webkit-transition: 1s;
          transition: 1s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  z-index:10;
}
@media screen and (max-width: 1024px) {
  .p-signup6 {
    width: 48%;
    top: 0;
    right: 0px;
    position: relative;
    margin: 20px auto;
  }
}

.p-signup1 img, .p-signup2 img, .p-signup3 img, .p-signup4 img, .p-signup6 img {
  width: 100%
}
/* table
スマホ時リスト化
--------------------------------------------------------- */
@media screen and (min-width: 414px) {
  .p-table {
    border: 1px solid #555;
    border-collapse: collapse;
    margin: 10px 0;
    width: 600px;
  }
}
.p-table th,
.p-table td {
  display: block;
  text-align: left;
}
@media screen and (min-width: 414px) {
  .p-table th,
  .p-table td {
    border: 1px solid #555;
    padding: .5em;
    display: table-cell;
  }
}
.p-table th {
  margin-top: .5em;
}
.p-table th::before {
  content: "■";
}
@media screen and (min-width: 414px) {
  .p-table th::before {
    display: none;
  }
}
.p-table td {
  margin-left: 1em;
}
.p-table thead {
  display: none;
}
@media screen and (min-width: 414px) {
  .p-table thead {
    background: #f1f1f1;
    display: table-header-group;
  }
}

/* tweet_button
--------------------------------------------------------- */
.tweet_button {
  vertical-align: text-bottom;
}
.tweet_button > iframe {
  vertical-align: text-bottom;
}

/* viewer.js
--------------------------------------------------------- */
.viewer-container {
  background-color: rgba(0, 0, 0, 0.9);
}

@media screen and (min-width: 414px) {
  .viewer-button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 0;
    background-color: transparent;
    z-index: -1;
  }
  .viewer-button::before {
    position: absolute;
    top: 15px;
    right: 15px;
    left: auto;
  }

  .viewer-canvas {
    z-index: -2;
  }
}
@media screen and (min-width: 1024px) {
  .p-textboxWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-textbox {
  border: 1px solid #ccc;
  margin: 1em;
  background: #f1f1f1;
}

.p-textbox-plan {
  padding: 1em;
  margin: 1em;
  -webkit-flex-basis: 500px;
      -ms-flex-preferred-size: 500px;
          flex-basis: 500px;
  background: #fbfbfb;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}

  /* トップページ ロケーション
--------------------------------------------------------- */
.p-locationLogo {
  margin: 0 auto;
}

.a-enter-vr {
  display: none !important;
}

.p-anime--prun {
  -webkit-animation: prun 2.2s ease-in infinite;
          animation: prun 2.2s ease-in infinite;
}

@-webkit-keyframes prun {
  48%, 62% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
            transform: scale(1.1, 0.9);
  }
  56% {
    -webkit-transform: scale(0.9, 1.1) translate(0, -5px);
            transform: scale(0.9, 1.1) translate(0, -5px);
  }
  59% {
    -webkit-transform: scale(1, 1) translate(0, -3px);
            transform: scale(1, 1) translate(0, -3px);
  }
}

@keyframes prun {
  48%, 62% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
            transform: scale(1.1, 0.9);
  }
  56% {
    -webkit-transform: scale(0.9, 1.1) translate(0, -5px);
            transform: scale(0.9, 1.1) translate(0, -5px);
  }
  59% {
    -webkit-transform: scale(1, 1) translate(0, -3px);
            transform: scale(1, 1) translate(0, -3px);
  }
}
.p-scroll {
  width: 75px;
  height: 75px;
  background: #e52f74;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  margin: auto;
}
.p-scroll > a {
  padding: 30px;
  color: inherit;
  text-decoration: none;
}

/* ===================================================================
object - utility
=================================================================== */
/* vertical-align - utility
--------------------------------------------------------- */
.u-va-t {
  vertical-align: top !important;
}

.u-va-m {
  vertical-align: middle !important;
}

.u-va-b {
  vertical-align: bottom !important;
}

/* border - utility
--------------------------------------------------------- */
/* border-radius */
.u-br-4 {
  border-radius: 4px;
}

.u-br-8 {
  border-radius: 8px;
}

.u-br-12 {
  border-radius: 12px;
}

.u-br-16 {
  border-radius: 16px;
}

/* border-none */
.u-br-0 {
  border: none;
}

.u-br-t-0 {
  border-top: none;
}

.u-br-r-0 {
  border-right: none;
}

.u-br-b-0 {
  border-bottom: none;
}

.u-br-l-0 {
  border-left: none;
}

/* clearfix - utility
--------------------------------------------------------- */
.u-cf {
  *zoom: 1;
}

.u-cf:after {
  display: table;
  clear: both;
  content: '';
}

/* display - utility
--------------------------------------------------------- */
.u-d-tb {
  display: table !important;
}

.u-d-tbc {
  display: table-cell !important;
}

.u-d-b {
  display: block !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-f {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-d-n {
  display: none !important;
}

/* float - utility
--------------------------------------------------------- */
.u-fl-l {
  float: left !important;
}

.u-fl-r {
  float: right !important;
}

/* font-size - utility
--------------------------------------------------------- */
.u-fz-2 {
  font-size: 1.2rem !important;
  color:#FFF;
  text-shadow: 2px  2px 1px #C72C6C,-2px  2px 1px #C72C6C,2px -2px 1px #C72C6C,-2px -2px 1px #C72C6C,2px  0px 1px #C72C6C,0px  2px 1px #C72C6C,-2px  0px 1px #C72C6C,0px -2px 1px #C72C6C;
}
@media screen and (min-width: 1024px) {
  .u-fz-2 {
    font-size: 2rem !important;
  }
}

.u-fz-3 {
  font-size: 1.9rem !important;
  color:#FFF;
  text-shadow: 2px  2px 1px #C72C6C,-2px  2px 1px #C72C6C,2px -2px 1px #C72C6C,-2px -2px 1px #C72C6C,2px  0px 1px #C72C6C,0px  2px 1px #C72C6C,-2px  0px 1px #C72C6C,0px -2px 1px #C72C6C;
  margin: 20px;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .u-fz-3 {
    font-size: 3rem !important;
  }
}

.u-fz-10 {
  font-size: 10rem !important;
}

.u-fz-12 {
  font-size: 12rem !important;
}

.u-fz-14 {
  font-size: 14rem !important;
}

.u-fz-16 {
  font-size: 16rem !important;
}

.u-fz-18 {
  font-size: 18rem !important;
}

.u-fz-20 {
  font-size: 20rem !important;
}

.u-fz-22 {
  font-size: 22rem !important;
}

.u-fz-24 {
  font-size: 24rem !important;
}

.u-fz-26 {
  font-size: 26rem !important;
}

/* line-clamp - utility
--------------------------------------------------------- */
.u-lc {
  display: box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* margin - utility
--------------------------------------------------------- */
/* auto margin */
.u-m-c {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Top margin */
.u-mt-a {
  margin-left: auto !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-8 {
  margin-top: 8px !important;
}

.u-mt-16 {
  margin-top: 16px !important;
}

.u-mt-24 {
  margin-top: 24px !important;
}

.u-mt-32 {
  margin-top: 32px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-48 {
  margin-top: 48px !important;
}

.u-mt-56 {
  margin-top: 56px !important;
}

.u-mt-64 {
  margin-top: 64px !important;
}

/* Right margin */
.u-mr-a {
  margin-left: auto !important;
}

.u-mr-0 {
  margin-right: 0 !important;
}

.u-mr-8 {
  margin-right: 8px !important;
}

.u-mr-16 {
  margin-right: 16px !important;
}

.u-mr-24 {
  margin-right: 24px !important;
}

.u-mr-32 {
  margin-right: 32px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-mr-48 {
  margin-right: 48px !important;
}

.u-mr-56 {
  margin-right: 56px !important;
}

.u-mr-64 {
  margin-right: 64px !important;
}

/* Bottom margin */
.u-mb-a {
  margin-left: auto !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-8 {
  margin-bottom: 8px !important;
}

.u-mb-16 {
  margin-bottom: 16px !important;
}

.u-mb-24 {
  margin-bottom: 24px !important;
}

.u-mb-32 {
  margin-bottom: 32px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-48 {
  margin-bottom: 48px !important;
}

.u-mb-56 {
  margin-bottom: 56px !important;
}

.u-mb-64 {
  margin-bottom: 64px !important;
}

/* Left margin */
.u-ml-a {
  margin-left: auto !important;
}

.u-ml-0 {
  margin-left: 0 !important;
}

.u-ml-8 {
  margin-left: 8px !important;
}

.u-ml-16 {
  margin-left: 16px !important;
}

.u-ml-24 {
  margin-left: 24px !important;
}

.u-ml-32 {
  margin-left: 32px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-ml-48 {
  margin-left: 48px !important;
}

.u-ml-56 {
  margin-left: 56px !important;
}

.u-ml-64 {
  margin-left: 64px !important;
}

/* misc - utility
--------------------------------------------------------- */
.u-ws-nowrap {
  white-space: nowrap;
}

.u-mx-img {
  max-width: 100%;
}

.u-tx-inside {
  margin-left: 1em;
  text-indent: -1em;
}

/* padding - utility
--------------------------------------------------------- */
/* Top padding */
.u-pt-0 {
  margin-top: 0 !important;
}

.u-pt-8 {
  margin-top: 8px !important;
}

.u-pt-16 {
  margin-top: 16px !important;
}

.u-pt-24 {
  margin-top: 24px !important;
}

.u-pt-32 {
  margin-top: 32px !important;
}

.u-pt-40 {
  margin-top: 40px !important;
}

.u-pt-48 {
  margin-top: 48px !important;
}

.u-pt-56 {
  margin-top: 56px !important;
}

.u-pt-64 {
  margin-top: 64px !important;
}

/* Right padding */
.u-pr-0 {
  padding-right: 0 !important;
}

.u-pr-8 {
  padding-right: 8px !important;
}

.u-pr-16 {
  padding-right: 16px !important;
}

.u-pr-24 {
  padding-right: 24px !important;
}

.u-pr-32 {
  padding-right: 32px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-pr-48 {
  padding-right: 48px !important;
}

.u-pr-56 {
  padding-right: 56px !important;
}

.u-pr-64 {
  padding-right: 64px !important;
}

/* Bottom padding */
.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pb-8 {
  padding-bottom: 8px !important;
}

.u-pb-16 {
  padding-bottom: 16px !important;
}

.u-pb-24 {
  padding-bottom: 24px !important;
}

.u-pb-32 {
  padding-bottom: 32px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-48 {
  padding-bottom: 48px !important;
}

.u-pb-56 {
  padding-bottom: 56px !important;
}

.u-pb-64 {
  padding-bottom: 64px !important;
}

/* Left padding */
.u-pl-0 {
  padding-left: 0 !important;
}

.u-pl-8 {
  padding-left: 8px !important;
}

.u-pl-16 {
  padding-left: 16px !important;
}

.u-pl-24 {
  padding-left: 24px !important;
}

.u-pl-32 {
  padding-left: 32px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-pl-48 {
  padding-left: 48px !important;
}

.u-pl-56 {
  padding-left: 56px !important;
}

.u-pl-64 {
  padding-left: 64px !important;
}

/* position - utility
--------------------------------------------------------- */
.u-pos-a {
  position: absolute !important;
}

.u-pos-r {
  position: relative !important;
}

/* text-align - utility
--------------------------------------------------------- */
.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

/* text-decoration - utility
--------------------------------------------------------- */
.u-fw-n {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

.u-td-u {
  text-decoration: underline !important;
}

/* text-truncate - utility
--------------------------------------------------------- */
.u-tt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal
  /* for IE 8/9 */
}

/* width - utility
--------------------------------------------------------- */
.u-w-auto {
  width: auto !important;
}

.u-maw-full {
  max-width: 100% !important;
}

.u-maw-half {
  max-width: 50% !important;
}

/* 追加 - utility
--------------------------------------------------------- */
.u-ml-1em {
  margin-left: 1em;
}

.u-co-w {
  color: #fff;
}

.u-co-p {
  color: #C72C6C;
  font-weight: bold;
}

/* flexbox center */
.u-flx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.u-jc-c {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-ai-c {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-dn {
  display: none;
}

.u-dn-sp {
  display: none;
}

@media (max-width: 1024px) {
  .u-dn-pc {
    display: none;
  }
  .u-dn-sp {
    display: block;
  }
}