﻿.ex-member-first .p-outline__member-item:first-child{
  width: 100%;
  display: flex;
}

.ex-member-first .p-outline__member-item:first-child .p-outline__member-images{
  width: 240px;
}

.ex-member-body{
  flex: 1;
  margin: 0 0 0 25px;
}

@media only screen and (max-width:481px) {
  .ex-member-first .p-outline__member-item:first-child{
    display: block;
    margin-bottom: 25px;
  }
  .ex-member-first .p-outline__member-item:first-child .p-outline__member-images{
    text-align: center;
    width: 100%;
  }
  .ex-member-first .p-outline__member-item:first-child .p-outline__member-images img{
    width: auto;
  }
  #js-language em{
    height: 11px !important;
  }
  .p-outline__member-conts{
    line-height: 1.15;
  }
  .ex-member-body{
    margin: 0 0 0 5px;
  }
  .p-outline__member-name{
    font-size: 18px;
    font-size: 1.8rem;

  }
}

.p-outline__greeting-sign{
  width: auto;
}
.p-outline__greeting-sign span{
  font-size: 20px;
}

@media only screen and (max-width:481px) {
  .p-outline__greeting-sign span{
    display: block;
    font-size: 18px;
  }
}

.privacy-history{
  font-size: 1.17em;
  font-weight: bold;
}

.privacy-title{
  margin: 40px 0;
  font-weight: bold;
}

.privacy-sub-title{
  margin: 50px 0 20px;
  font-weight: bold;
}

.c-list__num,.c-list__brackets-num,.c-list__brackets-abc,.c-list__brackets-abc-in{
  padding-left: 20px;
  margin: 8px 0;
}

.c-list__num li,.c-list__brackets-num li,.c-list__brackets-abc li,.c-list__brackets-abc-in li{
  padding-left: 5px;
}

.c-list__num li{
  margin: 0 0 32px;
  list-style: decimal;
}

.c-list__brackets-abc,.c-list__brackets-abc-in{
  margin-left: 0;
}

.c-list__brackets-num{
  padding: 10px 0 0px 20px;
}

.c-list__brackets-num li{
  list-style-type: none;
	counter-increment: cnt;
  position: relative;
  margin: 0 0 12px;
  line-height: 1.4;
  padding-left: 10px;
}

.c-list__brackets-num li::before{
  content: "(" counter(cnt) ")";
	display: inline-block;
	margin-left: -1.3em;
  width: 1.5em;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

.c-list__brackets-abc{
  padding: 5px 0 5px 20px;
}

.c-list__brackets-abc li{
  list-style: lower-alpha;
  counter-increment: none;
  margin: 0 0 12px;
}

.c-list__brackets-abc li::before{
  content: none;
}

.c-list__brackets-abc-in{
  padding: 5px 0 0 20px;
}

.c-list__brackets-abc-in li{
  counter-increment: number 1;
  list-style-type: none;
}

.c-list__brackets-abc-in li::before{
  content:"(" counter(number,lower-alpha) """) ";
}

.c-list__brackets-line{
  padding: 5px 0 0 20px;
}

.c-list__brackets-line li{
  list-style-type: none;
  position: relative;
  margin: 0 0 7px;
}

.c-list__brackets-line li::before{
  content: "-";
	display: inline-block;
	margin-left: -2em;
  width: 1.5em;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

.privacy-supplementary{
  padding: 50px 0 0;
}

.p-footer-policy {
  position: fixed;
  z-index: -1;
  left: 0;
  width: 100%;
  background: #14253e;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  color: #fff;
  padding: 2.5rem 1rem 3rem;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.25s ease;
  opacity: 0;
  bottom: -15px;
}

.p-footer-policy.js-active {
  bottom: 0;
  opacity: 1;
  z-index: 99;
}

@media only screen and (max-width: 768px) {
  .p-footer-policy {
    padding: 1.5rem 1.25rem 2.5rem;
  }
}
.p-footer-policy__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .p-footer-policy__inner {
    display: block;
  }
}
.p-footer-policy__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (max-width: 768px) {
  .p-footer-policy__content {
    margin: 0 0 1.5rem;
  }
}
.p-footer-policy__content p {
  line-height: 1.6;
}

.p-footer-policy__content a {
  color: #fff;
  text-decoration: underline;
}

.p-footer-policy__content a:hover {
  color: #4e9bf7;
}

.p-footer-policy__agree {
  width: 200px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .p-footer-policy__agree {
    width: auto;
  }
}
.p-footer-policy__agree a {
  display: inline-block;
  color: #fff;
  background: rgb(0, 119, 216);
  text-decoration: none;
  border-radius: 4px;
  padding: 1rem 2rem;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.p-footer-policy__agree a:hover {
  background: #4e9bf7;
}

.c-grid__inner-short {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .c-grid__inner-short {
    width: 100%;
    padding: 0 10px;
  }
}

.l-subpage__side{
  z-index: 10;
}
.l-footer__supporter,
#l-footer{
  z-index: 20;
  position: relative;
}

.p-performance__cast-list{
  position: relative;
}

.p-performance__cast-list::after{
  content: '';
  width: 18%;
  height: 0;
  visibility: hidden;
}

.c-ticket-link{
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  width: 170px;
  height: 4rem;
  line-height: 4rem;
  border: 1px solid #0077d8;
  font-size: 16px;
  margin: 0 0 15px;
  overflow: hidden;
}

.c-ticket-link__icon{
  transition: all .45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 4rem;
  height: 4rem;
  background: #0077d8;
}

.c-ticket-link__icon i{
  transition: all .45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 1rem;
  line-height: 4rem;
  margin: auto;
  color: #fff;
}

.c-ticket-link__text{
  transition: all .45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 50px;
  right: 0;
  bottom: 0;
  color: #0077d8;
  font-weight: 700;
  line-height: 4rem;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
}

.c-ticket-link:hover .c-ticket-link__icon{
  width: 100%;
}

.c-ticket-link:hover .c-ticket-link__text{
  color: #fff;
}

.p-performance__normal-section{
  margin: -150px 0 100px;
}

@media only screen and (max-width: 768px) {
  .p-performance__normal-section{
    margin: -75px 0 50px;
  }
}

.p-performance__normal-section .c-grid__container{
  border: none !important;
}