@charset "UTF-8";
/* Foundation
----------------------- */
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * 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,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

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

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

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/* ===============================================
base定義例
=============================================== */
* {
  margin: 0;
  padding: 0; }

body,
html {
  height: 100%; }

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,"Helvetica Neue",Helvetica,Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 1.4; }

input {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,"Helvetica Neue",Helvetica,Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; }

a,
article,
button,
ul,
li,
div,
input,
section,
textarea {
  box-sizing: border-box; }

img {
  max-width: 100%; }

.font-yu_mincho {
  font-family: YuMincho,"Yu Mincho","游明朝体","游明朝","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ ゴシック","MS Gothic","メイリオ",Meiryo,serif; }

.font-raleway {
  font-family: "Raleway",sans-serif;
  font-weight: 400; }

/* layout
----------------------- */
.l-wrapper {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.l-bgimg {
  background: url("../images/common_bg.jpg") no-repeat center bottom;
  background-size: cover; }

.l-bgimg--2 {
  background: url("../images/bgimg.jpg") no-repeat 40% bottom;
  background-size: cover;
  background-attachment: fixed; }

/* Component
----------------------- */
.c-title {
  font-weight: 200;
  line-height: 1;
  position: relative;
  min-height: 1em; }

@media only screen and (max-width: 859px) {
  .c-title {
    font-size: 20px;
    font-size: calc(30px + 5vw);
    text-align: center; }
  .c-title span {
    font-size: 200px;
    position: absolute;
    top: -100px;
    margin-left: -30px; } }

@media only screen and (min-width: 860px) {
  .c-title {
    font-size: calc(100px + 1vw);
    text-align: left;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    left: 0;
    top: 0; }
  .c-title span {
    font-size: 400px;
    position: absolute;
    left: -100px; } }

.c-col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.c-col__item {
  width: 47%;
  text-align: left;
  margin-bottom: 20px; }

@media only screen and (min-width: 860px) {
  .c-col {
    justify-content: center;
    margin: 0 -1%; }
  .c-col__item {
    width: 18%;
    margin: 0 1% 30px; }
  .c-col2__item {
    width: 48%; } }

.c-button {
  text-align: center;
  padding: 10px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  display: table;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none; }

.c-button .fas {
  margin-left: 10px; }

.c-button--blue {
  color: #fff;
  background: #5B798B;
  min-width: 280px;
  border: none;
  padding: 20px 30px; }

.c-button--green {
  color: #fff;
  background: #478284;
  min-width: 280px;
  border: none;
  padding: 20px 30px; }

/* Project
----------------------- */
.p-header {
  text-align: center; }

.p-header__nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  list-style: none; }
  .p-header__nav a {
    color: #000;
    font-weight: 600;
    text-decoration: none; }

@media only screen and (max-width: 859px) {
  .p-header__nav {
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%; }
    .p-header__nav li {
      flex: 1; }
    .p-header__nav a {
      font-size: 10px;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      line-height: 1.1;
      background: rgba(255, 255, 255, 0.8);
      padding: 30px 0 10px;
      position: relative; }
    .p-header__nav .fab,
    .p-header__nav .far,
    .p-header__nav .fas {
      display: block;
      font-size: 20px;
      position: absolute;
      top: 5px;
      left: 0;
      width: 100%;
      text-align: center; }
  .p-header {
    position: relative; }
  .p-header__logo {
    position: absolute !important;
    top: 15px;
    width: 150px;
    z-index: 11;
    left: 50%;
    transform: translateX(-50%); } }

@media only screen and (min-width: 860px) {
  .p-header__nav {
    position: absolute;
    width: 100%;
    bottom: inherit;
    font-size: 150%;
    top: 40px; }
  .p-header__nav li {
    margin: 0 10px;
    display: inline-block;
    position: relative; }
  .p-header__nav li:last-of-type span {
    display: none; }
  .p-header__nav li:last-of-type .fas {
    background: #fff;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400; }
  .p-header__logo {
    position: absolute;
    top: 22px;
    left: 5vw;
    width: 150px;
    z-index: 12; } }

.p-main {
  background: #eee;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  text-align: center; }

.p-main:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block; }

.p-main__title {
  font-weight: bold; }

@media only screen and (max-width: 859px) {
  .p-main {
    background: url("../images/main_bg_small.jpg") no-repeat center bottom;
    background-size: cover; }
  .p-main__logo {
    padding-top: 130px;
    width: 58vw;
    margin: 0 auto; }
  .p-main__title {
    font-size: 6vw;
    margin: 3vw auto 0; } }

@media only screen and (min-width: 860px) {
  .p-main {
    background: url("../images/main_bg.jpg") no-repeat center bottom;
    background-size: cover; }
  .p-main__title {
    position: absolute;
    top: calc(40% + 90px);
    left: 10vw;
    font-size: 32px; }
  .p-main__logo {
    margin: 0;
    position: absolute;
    top: 40%;
    left: 10vw;
    width: 300px; } }

@media only screen and (min-width: 1200px) {
  .p-main__title {
    top: calc(40% + 5.5vw);
    font-size: 2vw !important; }
  .p-main__logo {
    top: 40%;
    width: 18vw !important; } }

.p-choreo {
  padding: 40px 0; }

.p-choreo--page {
  padding-top: 150px; }

.p-choreo__filter {
  display: block;
  margin: 0 auto 30px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border: none;
  width: 200px; }

.p-choreo__filter__inner {
  display: none; }

.p-choreo__filter__inner li {
  display: inline-block;
  margin: 10px 10px 0 0; }

.p-choreo__filter__inner li button {
  background: #fff;
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

.p-choreo__inner {
  max-width: 900px;
  max-width: calc(900px + 15vw);
  margin: 0 auto;
  padding: 0 5vw;
  position: relative; }

.p-choreo__col {
  margin-top: 30px; }

.p-choreo__item__title {
  font-weight: bold;
  margin: 10px 0 6px;
  line-height: 1.2; }

.p-choreo__item__movie {
  margin-top: 5px; }

.p-choreo__item__movie a {
  color: red;
  font-weight: bold;
  font-size: 80%; }

.p-choreo__item__movie a .fab,
.p-choreo__item__movie a .fas {
  font-size: 140%;
  margin-right: 5px; }

.p-choreo__item__site {
  margin-top: 5px; }

.p-choreo__item__site a {
  color: #000;
  font-weight: bold;
  font-size: 80%; }

.p-choreo__item__site a .fas {
  font-size: 140%;
  margin-right: 5px; }

.p-choreo__item__role {
  display: table;
  padding: 1px 8px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-top: 2px; }

.p-choreo--js-selected {
  background-color: #333 !important;
  color: #fff; }

@media only screen and (max-width: 859px) {
  .p-choreo__filter {
    margin-top: 20px; }
  .p-choreo__filter__inner {
    margin: 0 auto;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    padding: 2vw 5vw;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 12;
    bottom: 0;
    left: 0;
    text-align: center; }
  .p-choreo__filter__inner li {
    display: inline-block;
    margin: 10px 10px 0 0;
    font-size: 70%; }
  .p-choreo__filter__inner li button {
    padding: 5px; }
  .p-choreo__item__title {
    margin: 10px 0 3px; } }

@media only screen and (min-width: 860px) {
  .p-choreo__inner {
    padding: 0 20px 0 calc(190px + 2vw); }
  .p-choreo__filter__inner {
    max-width: 900px;
    max-width: calc(900px + 15vw);
    margin: 0 auto;
    padding: 2vw 5vw;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 10;
    top: 63px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 11;
    width: 100%; } }

.p-clients {
  padding: 40px 0;
  position: relative;
  color: #fff; }

.p-clients::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0; }

.p-clients__inner {
  position: relative;
  max-width: 900px;
  max-width: calc(900px + 15vw);
  margin: 0 auto;
  padding: 0 5vw; }

.p-clients__list {
  margin-top: 30px; }

.p-clients__list li {
  margin-bottom: 10px;
  list-style: none; }

@media only screen and (max-width: 859px) {
  .p-clients__list {
    font-size: 85%; } }

@media only screen and (min-width: 860px) {
  .p-clients__inner {
    padding: 0 20px 0 calc(190px + 2vw);
    min-height: 500px; } }

.p-other {
  padding: 40px 0;
  position: relative; }

.p-other::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  left: 0; }

.p-other__inner {
  position: relative;
  max-width: 900px;
  max-width: calc(900px + 15vw);
  margin: 0 auto;
  padding: 0 5vw; }

.p-other__card {
  border-radius: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  margin: 0 1%;
  position: relative; }

.p-other__card .fas {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 150%; }

.p-other__card--workshop {
  background: url("../images/workshop_bg.jpg") no-repeat 40% bottom;
  background-size: cover;
  position: relative;
  text-decoration: none; }

.p-other__card--stage {
  background: url("../images/stage_bg.jpg") no-repeat 40% bottom;
  background-size: cover;
  position: relative;
  text-decoration: none; }

.p-other__card--stage::before,
.p-other__card--workshop::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.5); }

.p-other__card__title {
  font-size: 240%;
  margin-bottom: 10px;
  position: relative; }

.p-other__card__desc {
  position: relative;
  font-size: 85%; }

@media only screen and (max-width: 859px) {
  .p-other__card {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    padding: 20px;
    min-height: 190px; } }

@media only screen and (min-width: 860px) {
  .p-other {
    padding: 80px 0; }
  .p-other__card {
    padding: 50px; }
  .p-other__inner {
    padding: 0 20px 0 calc(190px + 2vw);
    min-height: 400px; } }

.p-contact {
  padding: 80px 0;
  background: url("../images/marble_bg.jpg") no-repeat center bottom;
  background-size: cover; }

.p-contact__inner {
  position: relative;
  max-width: 900px;
  max-width: calc(900px + 15vw);
  margin: 0 auto;
  padding: 0 5vw; }
  .p-contact__inner input,
  .p-contact__inner textarea {
    display: block;
    width: 100%;
    margin: 10px 0 30px;
    padding: 10px;
    border-radius: 5px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    font-weight: normal;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    font-size: 80%; }
  .p-contact__inner input:focus,
  .p-contact__inner textarea:focus {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
  .p-contact__inner input[type="submit"] {
    background: #333;
    color: #fff; }

form {
  font-weight: bold; }

.p-contact__title {
  font-weight: bold;
  font-size: 130%;
  margin-top: 20px; }

.p-contact__desc {
  margin: 20px 0; }

.p-contact-state {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: auto;
  border-radius: 30px;
  color: #FFF;
  position: fixed;
  z-index: 100;
  box-sizing: border-box;
  padding: 5% 2%;
  font-size: 70%;
  visibility: hidden;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 1s ease;
  max-width: 660px;
  left: 50%;
  transform: translateX(-50%);
  top: 25%;
  font-size: 100%; }

.p-contact-state.loading {
  visibility: visible;
  opacity: 1; }

.p-contact__okbtn {
  width: 50%;
  background: #5b798b;
  color: #fff;
  display: block;
  cursor: pointer;
  margin: 10px 0;
  font-weight: bold;
  text-align: center;
  font-size: 110%;
  border-radius: 5px;
  padding: 10px; }

@media only screen and (min-width: 860px) {
  .p-contact__inner {
    padding: 0 20px 0 calc(190px + 2vw);
    min-height: 500px; }
  input[type="submit"] {
    max-width: calc(200px + 5vw);
    margin: 0 auto; } }

.p-workshop {
  padding: 150px 0 40px;
  position: relative;
  background: url("../images/workshop_bg.jpg") no-repeat 40% bottom;
  background-size: cover; }

.p-workshop::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0; }

.p-workshop__inner {
  position: relative;
  max-width: 900px;
  max-width: calc(900px + 15vw);
  margin: 0 auto;
  padding: 0 5vw; }

.p-workshop__desc {
  margin-top: 20px;
  text-align: center; }

.p-workshop__desc2 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-top: 20px; }

.p-workshop__area {
  border: 1px solid #000;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  margin: 30px 0;
  align-items: center;
  justify-content: center;
  font-weight: bold; }

.p-workshop__area--pin {
  font-size: 40px;
  margin: 0 20px 0 10px; }

.p-workshop__button {
  margin: 20px auto; }

.p-workshop__area .p-workshop__button {
  min-width: 180px;
  margin: 10px; }

.p-workshop__artist__icon {
  text-align: center;
  font-size: 30px;
  margin: 40px 0 0;
  display: block; }

.p-workshop__categorytitle {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-weight: bold; }

.p-workshop__point {
  display: flex;
  margin-top: 30px; }

.p-workshop__point li {
  border: 1px solid #333;
  border-radius: 50%;
  padding: 20px;
  margin: 0 1vw;
  width: 170px;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
  text-align: center;
  position: relative; }

.p-workshop__point li .fas {
  font-size: 30px;
  margin-bottom: 10px; }

.p-workshop__message2 {
  background-color: #fff;
  text-align: center;
  display: table;
  margin: 20px auto;
  padding: 20px;
  font-weight: bold; }

.p-workshop__message li {
  background-color: #fff;
  text-align: center;
  margin: 20px 20px 0;
  padding: 20px;
  font-weight: bold;
  position: relative; }

.p-workshop__other {
  border: 1px solid #000;
  background-color: rgba(255, 255, 255, 0.6);
  padding-bottom: 30px; }

.p-workshop__other svg {
  width: 300px;
  margin: 40px auto 30px;
  display: block; }

.p-workshop__other__item {
  margin: 0 20px;
  text-align: center; }

.p-workshop__other__item .far,
.p-workshop__other__item .fas {
  display: block;
  text-align: center;
  font-size: 40px;
  margin-bottom: 20px; }

.p-workshop__other__item__title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 110%; }

.p-workshop__other__calc {
  font-size: 100px;
  text-align: center;
  margin: -40px 0; }

.p-workshop__other__text {
  text-align: center;
  padding: 0 20px;
  color: #478284;
  font-weight: bold;
  margin: 30px 0;
  font-size: 110%; }

.p-workshop__artist,
.p-workshop__manager {
  margin-bottom: 40px; }

@media only screen and (max-width: 859px) {
  .p-workshop__point li {
    width: 47%;
    height: 156px;
    margin-bottom: 10px;
    font-size: 3.5vw; }
  .p-workshop__message li {
    display: block;
    margin: 15px 0 0;
    width: 100%; }
  .p-workshop__artist__icon {
    margin: 40px 0 0; }
  .p-workshop__button {
    width: 100%;
    margin: 20px 0 0; }
  .p-workshop__other {
    padding: 0 20px 20px; }
  .p-workshop__other__text {
    padding: 0; }
  .p-workshop__other__item {
    margin: 20px 0 0;
    width: 100%; }
  .p-workshop__categorytitle {
    margin: 0 -20px; }
  .p-workshop__other svg {
    width: 60vw; } }

@media only screen and (min-width: 860px) {
  .p-workshop__inner {
    padding: 0 20px 0 calc(190px + 2vw);
    min-height: 500px; } }

.p-stage {
  padding: 150px 0 45%;
  position: relative;
  background: url("../images/stage_bg.jpg") no-repeat center bottom;
  background-size: cover; }

.p-stage__inner {
  position: relative;
  max-width: 900px;
  max-width: calc(900px + 15vw);
  margin: 0 auto;
  padding: 0 5vw; }

.p-stage__desc {
  margin-top: 20px; }

.p-stage__list {
  margin-top: 30px; }

.p-stage__list__item {
  margin-bottom: 20px;
  padding: 20px;
  font-size: 110%;
  font-weight: bold;
  display: flex;
  background-color: rgba(0, 0, 0, 0.05); }

@media only screen and (max-width: 859px) {
  .p-stage__list {
    font-size: 85%;
    margin: 30px -5vw 0;
    padding-bottom: 90%; }
  .p-stage__list__item {
    position: relative;
    margin-bottom: 30%;
    margin-right: 5vw;
    padding: 20px 20px 40px; }
  .p-stage__list__item:nth-child(2n) {
    margin: 0 0 30% 5vw; }
  .p-stage__list__item.p-stage__list__item--noimg {
    margin-bottom: 10%; }
  .p-stage__list__item__img {
    height: auto;
    position: absolute;
    width: 30%;
    right: 5vw;
    bottom: -85px; }
  .p-stage__list__item:nth-child(2n) .p-stage__list__item__img {
    left: 5vw;
    right: inherit; } }

@media only screen and (min-width: 860px) {
  .p-stage__inner {
    padding: 0 20px 0 calc(190px + 2vw);
    min-height: 500px; }
  .p-stage__list__item {
    flex-direction: row-reverse; }
  .p-stage__list__item__title {
    flex: 8.5; }
  .p-stage__list__item__img {
    flex: 1;
    max-width: 10%;
    height: auto;
    margin-right: 20px; } }

.p-lesson {
  padding: 150px 0 40px;
  position: relative;
  background: url("../images/workshop_bg.jpg") no-repeat 40% bottom;
  background-size: cover; }

.p-lesson::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0; }

.p-lesson__inner {
  position: relative;
  max-width: 900px;
  max-width: calc(900px + 15vw);
  margin: 0 auto;
  padding: 0 5vw; }

.p-lesson__desc {
  margin-top: 20px;
  text-align: center;
  list-style: none; }

.p-lesson__desc2 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin: 20px 0; }

.p-lesson__area {
  border: 1px solid #000;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  margin: 30px 0;
  align-items: center;
  justify-content: center;
  font-weight: bold; }

.p-lesson__area--pin {
  font-size: 40px;
  margin: 0 20px 0 10px; }

.p-lesson__button {
  margin: 20px auto; }

.p-lesson__area .p-lesson__button {
  min-width: 180px;
  margin: 10px; }

.p-lesson__artist__icon {
  text-align: center;
  font-size: 30px;
  margin: 40px 0 0;
  display: block; }

.p-lesson__categorytitle {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-weight: bold; }

.p-lesson__point {
  display: flex;
  margin-top: 30px; }

.p-lesson__point li {
  border: 1px solid #333;
  border-radius: 50%;
  padding: 20px;
  margin: 0 1vw;
  width: 160px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
  text-align: center;
  position: relative; }

.p-lesson__point.wide li {
  width: 170px;
  height: 170px; }

.p-lesson__point li .fas {
  font-size: 30px;
  margin-bottom: 10px; }

.p-lesson__message2 {
  background-color: #fff;
  text-align: center;
  display: table;
  margin: 20px auto 0;
  padding: 20px;
  font-weight: bold; }

.p-lesson__message {
  margin: 100px 0 40px;
  position: relative; }
  .p-lesson__message::before {
    content: "";
    position: absolute;
    top: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 80px 0 80px;
    border-color: rgba(0, 0, 0, 0.4) transparent transparent transparent; }

.p-lesson__message li {
  background-color: #fff;
  text-align: center;
  margin: 20px 20px 0;
  padding: 20px;
  font-weight: bold;
  position: relative;
  list-style: none; }

.lesson__message__plan {
  display: flex;
  justify-content: center;
  margin: 10px 0 0; }
  @media only screen and (max-width: 859px) {
    .lesson__message__plan {
      display: block; } }

.lesson__message__plan__title {
  font-size: 115%;
  border-bottom: 2px solid #ffffff;
  margin: 0px 0 20px;
  text-align: center;
  padding: 5px 0;
  color: #155154;
  background: rgba(116, 164, 180, 0.4); }
  @media only screen and (max-width: 859px) {
    .lesson__message__plan__title {
      font-size: 140%; } }
  .lesson__message__plan__title img {
    height: 1.2em;
    display: inline-block;
    vertical-align: sub;
    margin-left: 5px; }

.lesson__message__plan__img {
  margin-bottom: 10px; }

.lesson__message__plan__col {
  flex: 1;
  border: 2px solid #5e8890;
  padding: 20px;
  margin-top: 30px;
  background: rgba(255, 255, 255, 0.6); }
  .lesson__message__plan__col:nth-child(1) {
    margin-right: 10px; }
  .lesson__message__plan__col:nth-child(2) {
    margin-left: 10px; }
  @media only screen and (max-width: 859px) {
    .lesson__message__plan__col:nth-child(1) {
      margin-right: 0px; }
    .lesson__message__plan__col:nth-child(2) {
      margin-left: 0px; } }
  .lesson__message__plan__col ul {
    padding: 10px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin: 20px 0; }
  .lesson__message__plan__col li {
    font-weight: bold;
    list-style: none; }
  .lesson__message__plan__col strong {
    background: rgba(120, 140, 200, 0.4); }
  .lesson__message__plan__col span {
    font-weight: bold;
    background: rgba(120, 193, 200, 0.4); }

.lesson__message__plan__point {
  background: #ececec;
  margin-top: 20px; }
  .lesson__message__plan__point ul {
    background: #fff;
    margin-top: 0;
    padding: 20px;
    display: block; }
  .lesson__message__plan__point li {
    margin-bottom: 10px;
    margin-left: 1.6em;
    list-style: outside; }

.lesson__message__plan__point__title {
  background: #333;
  color: #fff;
  padding: 3px 10px;
  margin: 0;
  display: table; }

.p-lesson__other {
  border: 1px solid #000;
  background-color: rgba(255, 255, 255, 0.6);
  padding-bottom: 30px; }

.p-lesson__other svg {
  width: 300px;
  margin: 40px auto 30px;
  display: block; }

.p-lesson__other__item {
  margin: 0 20px;
  text-align: center; }

.p-lesson__other__item .far,
.p-lesson__other__item .fas {
  display: block;
  text-align: center;
  font-size: 40px;
  margin-bottom: 20px; }

.p-lesson__other__item__title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 110%; }

.p-lesson__other__calc {
  font-size: 100px;
  text-align: center;
  margin: -40px 0; }

.p-lesson__other__text {
  text-align: center;
  padding: 0 20px;
  color: #478284;
  font-weight: bold;
  margin: 30px 0;
  font-size: 110%; }

.p-lesson__artist,
.p-lesson__manager {
  margin-bottom: 40px; }

@media only screen and (max-width: 859px) {
  .p-lesson__point {
    justify-content: space-around; }
  .p-lesson__point li {
    width: 140px;
    height: 140px;
    margin: 0 0 10px;
    font-size: 3.5vw; }
  .p-lesson__point.wide li {
    width: 150px;
    height: 150px; }
  .p-lesson__message li {
    display: block;
    margin: 15px 0 0;
    width: 100%; }
  .p-lesson__artist__icon {
    margin: 40px 0 0; }
  .p-lesson__button {
    width: 100%;
    margin: 20px 0 0; }
  .p-lesson__other {
    padding: 0 20px 20px; }
  .p-lesson__other__text {
    padding: 0; }
  .p-lesson__other__item {
    margin: 20px 0 0;
    width: 100%; }
  .p-lesson__categorytitle {
    margin: 0 -20px; }
  .p-lesson__other svg {
    width: 60vw; } }

@media only screen and (min-width: 860px) {
  .p-lesson__inner {
    padding: 0 20px 0 calc(190px + 2vw);
    min-height: 500px; } }

.p-puttwitter {
  padding: 20px 5vw;
  position: relative;
  list-style: none;
  font-size: 80%;
  word-break: break-all; }

.p-puttwitter::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0; }

.p-puttwitter__icon a {
  text-decoration: none; }

.p-puttwitter__inner {
  position: relative; }

.p-choreo__item__desc {
  font-size: 75%; }

.p-puttwitter a {
  color: #333;
  font-weight: bold; }

.p-puttwitter .timeline-ShareMenu-title,
.p-puttwitter .timeline-Tweet-author {
  display: none; }

.p-puttwitter .timeline-Tweet-retweetCredit {
  border: 1px solid #ccc;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 10px;
  padding: 5px; }

.p-puttwitter .timeline-Tweet-text {
  margin-bottom: 5px; }

.p-puttwitter .timeline-Tweet-actions {
  list-style: none; }

.p-puttwitter .timeline-ShareMenu-container ul[role=list] {
  position: relative;
  text-align: left; }

.p-puttwitter .timeline-ShareMenu-container ul[role=list]::before {
  content: "シェア";
  padding: 3px 4px;
  background: #cadae4;
  margin-right: 8px;
  width: 32px;
  display: inline-block;
  font-size: 80%;
  font-weight: bold;
  text-align: center; }

.p-puttwitter .timeline-ShareMenu-container ul[role=list]::after {
  content: "";
  position: absolute;
  left: 40px;
  top: 0.4em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #cadae4;
  z-index: 1; }

.p-puttwitter .timeline-Tweet-metadata {
  float: right; }

.p-puttwitter .Icon--heart {
  display: block;
  color: red;
  float: left; }

.p-puttwitter .Icon--heart::before {
  content: '\f004';
  font-weight: 900;
  font-family: "Font Awesome 5 Free"; }

.p-puttwitter .fab {
  display: table;
  margin: 0 auto 10px;
  font-size: 250%;
  color: #1DA1F2;
  position: relative; }

.p-puttwitter .timeline-ShareMenu-container {
  clear: both;
  text-align: center;
  padding-top: 20px; }

.p-puttwitter .timeline-ShareMenu-container li {
  display: inline-block;
  margin-right: 3px; }

.p-puttwitter .timeline-ShareMenu-container li a {
  background: #333;
  padding: 5px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 90%; }

.p-puttwitter .Emoji {
  width: 1em; }

.p-puttwitter .MediaCard-mediaContainer {
  padding-bottom: 0 !important; }

.p-puttwitter .MediaCard-mediaContainer img {
  max-height: 100px;
  width: auto;
  display: block;
  margin: 5px auto; }

.p-puttwitter .MediaCard-mediaAsset a:nth-child(2),
.p-puttwitter .MediaCard-mediaAsset a:nth-child(3),
.p-puttwitter .MediaCard-mediaAsset a:nth-child(4) {
  display: none; }

@media only screen and (min-width: 860px) {
  .p-puttwitter {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
    padding: calc(20px + .5vw);
    z-index: 10;
    width: calc(300px + 6vw);
    font-size: calc(9px + .2vw); }
  .p-puttwitter .fab {
    display: none; } }

.p-footer {
  background-color: #333333;
  text-align: center;
  color: #fff;
  padding: 40px 0; }

/* Utillity
----------------------- */
.is-pcshow {
  display: none !important; }

.is-spshow {
  display: block !important; }

@media only screen and (min-width: 860px) {
  .is-pcshow {
    display: block !important; }
  .is-spshow {
    display: none !important; } }

@media only screen and (min-width: 860px) {
  .test {
    color: #000; } }

@media only screen and (max-width: 859px) {
  .test2 {
    position: absolute; } }
