@charset "utf-8";

/*================================================
Partner
================================================*/

.Partner {
  margin-bottom: 0px;
  padding: 15px 15px 15px 15px;
  text-align: center;
  line-height: 2.00;
  color: #000000;
  background-color: #EEEEEE;
}

@media (max-width: 1023px) {

  .Partner {
    padding: 20px 20px 20px 20px;
  }
}

/*================================================
Firstview
================================================*/

.Firstview {
  padding: 75px 100px 50px 100px;
  background-color: #FFFFFF;
}
.FirstviewHeroTitle {
  width: 100%;
  margin: 0px auto 50px auto;
}
.FirstviewHeroText {
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.75;
  color: #000000;
  font-weight: 400;
}
.FirstviewHeroManner {
  padding: 20px;
  border-radius: 10px;
  background-size: auto auto;
  background-color: rgba(255, 240, 240, 1);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 1, 1, 0.06) 10px, rgba(255, 1, 1, 0.06) 20px );
}
.FirstviewHeroMannerAttention {
  margin-bottom: 0px;
  text-align: center;
  line-height: 1.75;
  color: #000000;
  font-weight: 400;
}
.FirstviewHeroMannerDressCode {
  margin-bottom: 0px;
  text-align: center;
  line-height: 1.75;
  color: #000000;
  font-weight: 400;
}
.FirstviewHeroMannerDressCode a {
  font-weight: 700;
}

@media (max-width: 1365px) {

  .Firstview {
    padding: 75px 100px 50px 100px;
  }
}

@media (max-width: 1023px) {

  .Firstview {
    padding: 35px 35px 35px 35px;
  }
  .FirstviewHeroTitle {
    margin: 0px auto 25px auto;
  }
  .FirstviewHeroText {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .FirstviewHeroManner {
    padding: 20px 25px;
  }
  .FirstviewHeroMannerAttention {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .FirstviewHeroMannerDressCode {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

/*================================================
Spot
================================================*/

.Spot {
  padding: 0% 0% 25px 0%;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.SpotInner {
  max-width: 700px;
  margin: 0px auto 0px auto;
  text-align: center;
}
.SpotImage {
  max-width: 100%;
  margin: 0px 0px 0px 0px;
}
.SpotImage img {
  max-width: 100%;
  height: auto;
}
.SpotModal {
  width: 600px;
  padding-top: 2%;
  margin: 0px auto 50px auto;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.SpotModalOne {
  float: left;
  display: inline-block;
  width: 48%;
  margin: 0px 1% 2% 1%;
  cursor: pointer;
}
.SpotButton {
  margin-bottom: 25px;
}
.SpotButton a:hover {
  opacity: 0.75;
  transition : all 500ms;
}
.SpotAttention {
  margin-bottom: 15px;
  padding: 25px 25px 20px 25px;
  background-color: #EEEEEE;
}
.SpotAttentionTitle {
  text-align: left;
  margin-bottom: 15px;
  line-height: 1.25;
  font-weight: 900;
}
.SpotAttentionText {
  margin-bottom: 0px;
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-ideograph;
}
.SpotPolicy {
  margin-top: 20px;
  line-height: 2.00;
  color: #111111;
}
.SpotPolicyName {
  text-align: center;
  font-weight: 700;
}
.SpotPolicyLink {
  text-align: center;
  font-weight: 400;
}

@media (max-width: 1279px) {

  .Spot {
    padding: 0% 0% 10px 0%;
  }
  .SpotInner {
    width: 100%;
  }
  .SpotModal {
    width: 80%;
  }
  .SpotPolicyLink {
    line-height: 2.00;
  }
}

/*================================================
Flow
================================================*/

.Flow {
  padding: 5% 10% 5% 10%;
  text-align: center;
  background-color: #EEEEEE;
  grid-area: Flow;
  box-sizing: border-box;
}
.FlowImage {
  margin-bottom: 10px;
}

@media (max-width: 1365px) {

  .Flow {
    padding: 5% 5% 5% 5%;
  }
}

@media (max-width: 1279px) {

  .Flow {
    padding: 50px 0% 0% 0%;
    border-top: 1px solid #E0E0E0;
    border-left: none;
  }
}

/*================================================
SubModal
================================================*/

.SubModal {
  width: 90%;
  margin: 0px auto;
}
.SubModalOneSwitch {
  padding: 10px;
  margin: 0px 0px 30px 0px;
  text-align: center;
  background-color: #F0F0F0;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 5px 15px -10px #777777;
  border-radius: 5px;
  cursor: pointer;
  background-image: url(../img/icon_modal_window.png);
  background-repeat: no-repeat;
}
.SubModalOneSwitch:hover {
  transition : all 500ms;
  background-color: #E0E0E0;
}
.SubModalOneWindow {
  display: none;
}
.SubModalOneSwitchCarbonCopy {
  display: block;
  margin-bottom: 20px;
  font-weight: 900;
}
.SubModalOneWindowTextLead {
  display: block;
  margin-bottom: 20px;
  line-height: 1.25;
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: 700;
}
.SubModalOneWindowTextLead strong {
  margin-right: 7px;
  color: #BF0000;
}
.SubModalOneWindowTextNumb {
  margin-bottom: 20px;
  padding: 25px 15px 15px 15px;
  border: 3px #000000 solid;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.25);
}
.SubModalOneWindowTextNumbInner {
  width: 100%;
}
.SubModalOneWindowTextNumbFlag {
  display: block;
  float: left;
  width: 15%;
  padding: 15px 5px 10px 5px;
  border-radius: 50px;
  background-color: #666666;
  box-sizing: border-box;
}
.SubModalOneWindowTextNumbFlag.Red {
  background-color: #BF0000;
}
.SubModalOneWindowTextNumbFlag.Green {
  background-color: #25953A;
}
.SubModalOneWindowTextNumbFlag.Blue {
  background-color: #142F83;
}
.SubModalOneWindowTextNext {
  width: 0;
  height: 0;
  margin: 15px auto 10px auto;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 20px solid #BEBEBE;
  border-bottom: 0;
}
.SubModalOneWindowTextNumbFlag b {
  display: block;
  text-align: center;
  line-height: 1.00;
  color: #FFFFFF;
  font-weight: 900;
}
.SubModalOneWindowTextNumbFlag em {
  display: block;
  text-align: center;
  line-height: 1.00;
  color: #FFFFFF;
  font-weight: 900;
}
.SubModalOneWindowTextNumbAbout {
  display: block;
  float: left;
  width: 80%;
  margin-left: 3%;
  margin-right: 2%;
  padding: 0px 5px 5px 5px;
  line-height: 2.00;
  text-align: justify;
  text-justify: inter-ideograph;
  box-sizing: border-box;
}
.CompekunGreenButton {
  margin: 0px 3px;
  color: #25953A;
  font-weight: 700;
}
.CompekunRedButton {
  margin: 0px 3px;
  color: #BF0000;
  font-weight: 700;
}
.CompekunGreenPocchi {
  margin-right: 5px;
  color: #FFFFFF;
  text-shadow: 
  -2px -2px 0 #25953A,
  -2px  2px 0 #25953A,
   2px -2px 0 #25953A,
   2px  2px 0 #25953A,
  -2px  0px 0 #25953A,
   2px  0px 0 #25953A,
   0px -2px 0 #25953A,
   0px  2px 0 #25953A;
}
.CompekunGreenBack {
  margin: 0px 3px;
  padding: 4px 6px 3px 6px;
  background-color: #D3EAD8;
  color: #000000;
  font-weight: 400;
}
.CompekunGreenBackBox {
  display: block;
  margin: 10px 0px;
  padding: 15px 20px;
  border-radius: 5px;
  border: 1px #25953A solid;
  background-color: #D3EAD8;
  color: #215F39;
}
.CompekunGreenDake {
  border-bottom: 3px #000000 dotted;
}
.SubModalOneWindowTextNumbCapture {
  margin-top: 10px;
  box-sizing: border-box;
}
.SubModalOneWindowTextNumb:last-of-type {
  margin-bottom: 0px;
}
.SubModalOneWindowTextQues {
  font-weight: 900;
}
.SubModalOneWindowTextAnsr {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px #000000 dotted;
  text-align: justify;
  text-justify: inter-ideograph;
}
.SubModalOneWindowTextQues:before {
  content: "Q.";
  color: #EE858C;
  font-weight: 900;
}
.SubModalOneWindowTextAnsr:before {
  content: "A.";
  color: #54C3F1;
  font-weight: 900;
}

@media (max-width: 1279px) {

  .SubModalOneSwitch {
    background-position: 10px;
  }
  .SubModalOneWindowTextNumb {
    margin-bottom: 10px;
    padding: 10px 10px 10px 10px;
    border: 1px #000000 solid;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.00);
  }
  .SubModalOneWindowTextNumbFlag {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    padding: 15px 5px 10px 5px;
    border-radius: 0px;
    text-align: center;
  }
  .SubModalOneWindowTextNumbFlag b {
    display: inline;
    text-align: center;
    line-height: 1.00;
  }
  .SubModalOneWindowTextNumbFlag em {
    display: inline;
    text-align: center;
  }
  .SubModalOneWindowTextNumbAbout {
    float: none;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding: 0px 0px 0px 0px;
    line-height: 1.75;
  }
}

/*================================================
Modal
================================================*/

.Modal {
  display: flex;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.50s ease, visibility 0.50s ease;
  align-items: center;
  justify-content: center;
}
.Modal.is-active {
  display: flex !important;
  opacity: 1;
  visibility: visible;
}
.ModalContent {
  display: block;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  border: 30px solid #FFFFFF;
  box-shadow: 10px 10px 10px 0px #000000;
  box-sizing: border-box;
}
.ModalContentInfo {
  overflow-y: auto;
  width: 80%;
  max-width: 800px;
  max-height: 80vh;
  margin: auto;
  padding: 20px;
  text-align: left;
  background-color: #FEFEFE;
  border: 20px solid #FFFFFF;
  border-radius: 20px;
  box-sizing: border-box;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2), 0px 6px 20px 0px rgba(0, 0, 0, 0.19);
}
.CloseButton {
  position: absolute;
  z-index: 1001;
  font-size: 40px;
  line-height: normal;
  color: #FFFFFF;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}
.ImageModalCloseButton {
  top: 15px;
  right: 25px;
}
.InfoModalCloseButton {
  top: 15px;
  right: 25px;
}
.CloseButton:hover,
.CloseButton:focus {
  color: #BBB;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 1023px) {
  
  .ModalContent {
    border: 15px solid #FFFFFF;
  }
}

/*================================================
TotalLink
================================================*/

.TotalLink {
  display: none;
}
.DressUrl {
  display: none;
}

/*================================================
Period
================================================*/

.Period {
  flex: 0 0 auto;
  display: none;
  padding: 10px 0px;
  background-color: #142F83;
}
.PeriodText {
  margin-bottom: 0px;
  line-height: 1.25;
  text-align: center;
  color: #FFFFFF;
  font-weight: 900;
}
.PeriodReleaseStart {
  display: none;
}
.PeriodReleaseEnd {
  display: none;
}
.PeriodBookingStart {
  display: none;
}
.PeriodBookingEnd {
  display: none;
}
.PeriodPlayStart {
  display: none;
}
.PeriodPlayEnd {
  display: none;
}

/*================================================
Common
================================================*/

.CommonWrap {
  padding: 0px 0px 0px 0px;
  background-color: #EEEEEE;
}
.CommonInner {
  max-width: 50%;
  width: 50%;
  margin: 0px auto;
  padding: 0px 0px;
  background-color: #FFFFFF;
  box-sizing: border-box;
}

@media (max-width: 1365px) {

  .CommonInner {
    max-width: 75%;
    width: 75%;
  }
}

@media (max-width: 1023px) {

  .CommonInner {
    max-width: 100%;
    width: 100%;
  }
}


/*================================================
Headline
================================================*/

#main {
  overflow-x: hidden;
}
.HeadlineUp {
  animation: SlideInUp 1.6s;
}
@keyframes SlideInUp {

  0% {
    opacity: 0;
    transform: translateY(64px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.HeadlineDown {
  animation: SlideInDown 1.6s;
}

@keyframes SlideInDown {

  0% {
    opacity: 0;
    transform: translateY(-16px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.HeadlineLeft {
  animation: SlideInLeft 1.6s;
}

@keyframes SlideInLeft {

  0% {
    opacity: 0;
    transform: translateX(-16px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.HeadlineRight {
  animation: SlideInRight 1.6s;
}
@keyframes SlideInRight {

  0% {
    opacity: 0;
    transform: translateX(16px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.HeadlineZoom {
  animation: SlideInZoom 2.0s;
}

@keyframes SlideInZoom {

  0% {
    opacity: 0;
    transform: scale(0.85);
  }
  100% {
    opacity: 1;
    transform: scale(1.0);
  }
}

.HeadlineLag {
  animation: SlideInLag 2.4s;
}

@keyframes SlideInLag {

  0% {
    opacity: 0;
    transform: translateX(-16px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/*================================================
FadeinUp
================================================*/

.FadeinUp {
  opacity : 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}
.FadeinDown {
  opacity : 0;
  transform : translate(0, -50px);
  transition : all 1500ms;
}
.FadeinLeft {
  opacity : 0;
  transform : translate(-100px, 0);
  transition : all 1000ms;
}
.FadeinRight {
  opacity : 0;
  transform : translate(100px, 0);
  transition : all 1000ms;
}
.FadeinZoomBig {
  opacity : 0;
  transform: scale(0.85,0.85);
  transition : all 750ms;
}
.FadeinZoomSmall {
  opacity : 0;
  transform: scale(1.15,1.15);
  transition : all 750ms;
}
.FadeinUp.Scrollin,
.FadeinDown.Scrollin,
.FadeinLeft.Scrollin,
.FadeinRight.Scrollin {
  opacity : 1;
  transform: scale(1.0,1.0);
  transform : translate(0, 0);
}
.FadeinZoomBig.Scrollin,
.FadeinZoomSmall.Scrollin {
  opacity : 1;
  transform: scale(1.0,1.0);
}

/*================================================
Icon
================================================*/

.IconNewWindow {
  margin-left: 7px;
  margin-right: 7px;
  padding-bottom: 3px;
  vertical-align: middle;
}

/*================================================
Parallel
================================================*/

.Parallel {
  width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/*================================================
clearfix
================================================*/

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

/*================================================
display on / off
================================================*/

.pc-br {
  display: block;
}
.sp-br {
  display: none;
}
.js-lazy {
  min-height: auto !important;
}

@media (max-width: 1023px) {

  .pc-br {
    display: none;
  }
  .sp-br {
    display: block;
  }
}

/*================================================
HeadingTag
================================================*/

.HeadingTag {
  background-color: #EEEEEE;
}
.HeadingTag ul {
  width: 80%;
  margin: 0px auto;
  padding-bottom: 5px;
}
.HeadingTag li {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
  padding: 7px 8px 6px 8px;
  line-height: 1.25;
  background-color: #CCCCCC;
  font-weight: 900;
}

@media (max-width: 1365px) {

  .HeadingTag ul {
    width: 90%;
  }
}

@media (max-width: 1023px) {

  .HeadingTag ul {
    width: 100%;
    padding-left: 5px;
  }
}

/*================================================
FontSize
================================================*/

.FontSizeUltraShout {
  font-size: clamp(4.6875rem, 3.90625rem + 3.125vw, 6.25rem);
}
.FontSizeHyperShout {
  font-size: clamp(3.75rem, 3.125rem + 2.5vw, 5rem);
}
.FontSizeSuperShout {
  font-size: clamp(3rem, 2.5rem + 2vw, 4rem);
}
.FontSizeEnglishDecoration {
  font-size: clamp(0.75rem, 0.65rem + 0.1vw, 0.8125rem);
}
.FontSizeMainTitle {
  font-size: clamp(2.5rem, 2rem + 2vw, 3.5rem);
}
.FontSizeSubTitle {
  font-size: clamp(1.5rem, 1.3rem + 1vw, 2rem);
}
.FontSizeLeadText {
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 1.75rem);
}
.FontSizeEmphasisText {
  font-size: clamp(1.125rem, 1.05rem + 0.35vw, 1.375rem);
}
.FontSizeNormalText {
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
}
.FontSizeCautionText {
  font-size: clamp(0.9375rem, 0.85rem + 0.35vw, 1.0625rem);
}
.FontSizeAttentionText {
  font-size: clamp(0.75rem, 0.65rem + 0.2vw, 0.875rem);
}
.FontSizeVerySmallCaption {
  font-size: clamp(0.75rem, 0.65rem + 0.1vw, 0.8125rem);
}

@media (max-width: 1365px) {

  .FontSizeUltraShout {
    font-size: clamp(4.375rem, 3.75rem + 2.5vw, 5.625rem);
  }
  .FontSizeHyperShout {
    font-size: clamp(3.125rem, 2.5rem + 1.875vw, 4.375rem);
  }
  .FontSizeSuperShout {
    font-size: clamp(2.5rem, 2rem + 1.5vw, 3.5rem);
  }
  .FontSizeEnglishDecoration {
    font-size: clamp(0.6875rem, 0.6rem + 0.05vw, 0.75rem);
  }
  .FontSizeMainTitle {
    font-size: clamp(2rem, 1.75rem + 1vw, 2.8rem);
  }
  .FontSizeSubTitle {
    font-size: clamp(1.375rem, 1.25rem + 0.5vw, 1.75rem);
  }
  .FontSizeLeadText {
    font-size: clamp(1.125rem, 1rem + 0.5vw, 1.5rem);
  }
  .FontSizeEmphasisText {
    font-size: clamp(1.0625rem, 1rem + 0.25vw, 1.25rem);
  }
  .FontSizeNormalText {
    font-size: clamp(0.9375rem, 0.85rem + 0.3vw, 1rem);
  }
  .FontSizeCautionText {
    font-size: clamp(0.875rem, 0.78rem + 0.25vw, 0.9375rem);
  }
  .FontSizeAttentionText {
    font-size: clamp(0.6875rem, 0.6rem + 0.1vw, 0.8125rem);
  }
  .FontSizeVerySmallCaption {
    font-size: clamp(0.6875rem, 0.6rem + 0.05vw, 0.75rem);
  }
}

@media (max-width: 1023px) {

  .FontSizeUltraShout {
    font-size: clamp(3.125rem, 2.8125rem + 1.875vw, 4.375rem);
  }
  .FontSizeHyperShout {
    font-size: clamp(2.1875rem, 1.875rem + 1.25vw, 3.125rem);
  }
  .FontSizeSuperShout {
    font-size: clamp(1.75rem, 1.5rem + 1vw, 2.5rem);
  }
  .FontSizeEnglishDecoration {
    font-size: clamp(0.625rem, 0.55rem + 0.05vw, 0.6875rem);
  }
  .FontSizeMainTitle {
    font-size: clamp(1.75rem, 1.6rem + 0.6vw, 2.25rem);
  }
  .FontSizeSubTitle {
    font-size: clamp(1.25rem, 1.15rem + 0.4vw, 1.5rem);
  }
  .FontSizeLeadText {
    font-size: clamp(1rem, 0.9rem + 0.25vw, 1.25rem);
  }
  .FontSizeEmphasisText {
    font-size: clamp(0.9375rem, 0.875rem + 0.15vw, 1.0625rem);
  }
  .FontSizeNormalText {
    font-size: clamp(0.875rem, 0.8rem + 0.2vw, 0.9375rem);
  }
  .FontSizeCautionText {
    font-size: clamp(0.75rem, 0.68rem + 0.15vw, 0.8125rem);
  }
  .FontSizeAttentionText {
    font-size: clamp(0.625rem, 0.55rem + 0.1vw, 0.75rem);
  }
  .FontSizeVerySmallCaption {
    font-size: clamp(0.625rem, 0.55rem + 0.05vw, 0.6875rem);
  }
}
