/* body {
		background: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
		font-weight: 400;
} */

body {
    background: #ffffff;
    font-family:
        "Noto Serif JP",
        "Yu Mincho",
        "Hiragino Mincho ProN",
        "Hiragino Mincho Pro",
        "MS PMincho",
        serif;
    font-style: normal;
    font-weight: 400;
}

/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/
/* h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
} */

h1, h2, h3, h4, h5, h6 {
    font-family:
        "Noto Serif JP",
        "Yu Mincho",
        "Hiragino Mincho ProN",
        "Hiragino Mincho Pro",
        "MS PMincho",
        serif;
    font-weight: 500;
    letter-spacing: 0.08em;
}

h3,h5 {
  font-weight: 500;
}

h1 {
    font-size: 40px;
    letter-spacing: 2px;
}

h2 {
  font-size: 30px;
  text-transform: uppercase;
}

h3 {
  line-height: 36px;
}

h5 {
    letter-spacing: 1px;
    padding-top: 10px;
}

p {
    color: #707070;
    font-size: 14px;
    line-height: 24px;
}

a {
  text-decoration: none !important;
  outline: none;
}


/*---------------------------------------
    General               
-----------------------------------------*/
.section-title {
  margin-bottom: 32px;
}

#overview,
#register {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

#detail, #video,
#speakers, 
#program,
#sponsors, 
#contact, footer {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

#detail,
#speakers, #sponsors,
footer {
  text-align: center;
}

#overview h3,
#detail h3, #video h3,
#register h3,
#venue h3,
#contact h3 {
    padding-bottom: 12px;
}

#intro .btn,
#contact .btn {
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 14px 42px;
    margin-top: 42px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#intro .btn-danger,
#contact .btn-danger {
    background: #f2545f;
    border-color: transparent;
}

#contact .btn {
  border-radius: 100px;
}

#intro .btn-danger:hover {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

#contact .btn-danger:hover {
  background: #222;
}

#intro .btn-default:hover {
    background: #ffffff;
    color: #333333;
    border-color: transparent;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}



/*---------------------------------------
    Preloader section              
-----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-rotating-plane {
  width: 50px;
  height: 50px;
  background-color: #222;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
          animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }



/*---------------------------------------
    Navigation Links section              
-----------------------------------------*/
.custom-navbar {
    margin-bottom: 0;
    background-color: #101010;
}

.custom-navbar .navbar-brand {
    color: #ffffff;
    font-weight: 600;
    font-size: 3rem;
    line-height: 40px;
}

.custom-navbar .nav li a {
    color: #ddd;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 40px;
    transition: all 0.4s ease-in-out;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #dce277;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #dce277;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #ffffff;
    border-color: transparent;
}

@media(min-width:768px) {
    .custom-navbar {
        padding: 20px 0;
        border-bottom: 0;
        background: 0 0; 
    }
    .custom-navbar.top-nav-collapse {
        background: #112c03;
        padding: 0;
    }

}



/*---------------------------------------
    Intro section              
-----------------------------------------*/
#intro {
    background: url('../images/intro-bg.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    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;
    height: 100vh;
    text-align: center;
}

#intro h3 {
  letter-spacing: 2px;
}



/*---------------------------------------
   Overview  section              
-----------------------------------------*/
#overview img {
  position: relative;
  padding-bottom: 32px;
}



/*---------------------------------------
    Detail section              
-----------------------------------------*/
#detail {
    background: #222;
    color: #ffffff;
}

#detail .fa {
  color: #f2545f;
  font-size: 48px;
}



/*---------------------------------------
    Video section              
-----------------------------------------*/
#video iframe {
  border: none;
}



/*---------------------------------------
   Speakers section              
-----------------------------------------*/
#speakers {
    background: #f9f9f9;
}

#speakers h3 {
    font-size: 18px;
    margin-bottom: 0px;
}

#speakers h6 {
  color: #666;
  margin-top: 4px;
}

#speakers img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#speakers .col-md-3 {
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 22px;
}

#speakers .speakers-wrapper {
    background: #ffffff;
    padding-bottom: 22px;
}



/*---------------------------------------
   Program section              
-----------------------------------------*/
#program h4 {
    color: #808080;
    font-size: 12px;
}

#program h3 {
  margin-top: 16px;
}

#program .program-divider {
    border: 1px solid #f9f9f9;
    margin-top: 32px;
    margin-bottom: 42px;
}

#program span {
    padding-right: 12px;
}

#program img {
  border-radius: 50%;
}

.nav-tabs {
  margin-bottom: 20px;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  color: #000000;
  font-weight: 600;
  margin-right: 2px;
  line-height: 1.42857143;
  border: none;
  border-radius: 0px;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #f2545f;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: #999;
}
.tab-content {
  padding-top: 20px;
}



/*---------------------------------------
    Regsiter section              
-----------------------------------------*/
#register {
    background: url('../images/register-bg.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
}

#register .form-control {
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
  margin-bottom: 16px;
}

#register input {
  height: 45px;
}

#register input[type="submit"] {
  background: #f2545f;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 12px;
  transition: all 0.4s ease-in-out;
}

#register input[type="submit"]:hover {
  background: #ffffff;
  color: #222;
}

/*---------------------------------------
   Faq section              
-----------------------------------------*/
#faq {
  background: #f9f9f9;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

#faq .panel-group {
  margin-top: 32px;
}

#faq .panel-group .panel {
  margin-bottom: 8px;
}

#faq .panel-default {
  border: none;
}

#faq .panel-default>.panel-heading {
  background: #f0f0f0;
  color: #505050;
}

#faq .panel-heading {
  border: none;
  padding-top: 8px;
  padding-bottom: 6px;
}

#faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top: none;
  padding-top: 22px;
  padding-left: 32px;
  padding-bottom: 22px;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"] {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"]::after {
  content: "-";
  display: block;
  position: absolute;
  line-height: 1;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}

#faq .panel-heading .panel-title a[data-toggle="collapse"].collapsed::after {
  content: "+";
}



/*---------------------------------------
   Venue section              
-----------------------------------------*/
#venue {
    background: url('../images/venue-bg.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

#venue p {
  padding-top: 12px;
  padding-bottom: 18px;
}



/*---------------------------------------
   Sponsors section              
-----------------------------------------*/
#sponsors img {
  margin-top: 18px;
}



/*---------------------------------------
   Contact section              
-----------------------------------------*/
#contact {
    background: url('../images/contact-bg.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
}

#contact .contact_des {
  padding-top: 3rem;
  padding-right: 2rem;
}

#contact .contact_detail {
  background: #ffffff;
  padding: 5rem 5rem 12rem 5rem;
}

#contact .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:focus {
  border-bottom-color: #999;
}

#contact input {
  height: 45px;
}

#contact input[type="submit"] {
  background: #222;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 12px;
  transition: all 0.4s ease-in-out;
}

#contact input[type="submit"]:hover {
  background: #f2545f;
}



/*---------------------------------------
   Footer section              
-----------------------------------------*/
footer {
  background-attachment: fixed;
}



/* Back top */
.go-top {
  background-color: #222;
  bottom: 2em;
  right: 2em;
  color: #ffffff;
  font-size: 32px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
    background: #f2545f;
    color: #ffffff;
}


/*---------------------------------------
   Social icon             
-----------------------------------------*/
.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    color: #666;
    border-radius: 100px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
}

.social-icon li a:hover {
    background: #f2545f;
    color: #ffffff;
}



/*---------------------------------------
   Responsive styles            
-----------------------------------------*/
@media (max-width: 980px) {

  p {font-size: 13px;}

  .custom-navbar .navbar-brand {
    font-size: 2rem;
  }

  .custom-navbar .navbar-brand img {
    height: 32px;
	width: auto;
	display: block;
  }

  .custom-navbar .nav li a {
    font-size: 11px;
	line-height: 20px;
  }

  #intro { height: 65vh; }

  #video iframe {
    margin-top: 42px;
  }

  #contact .contact_detail {
  background: #ffffff;
  padding: 10rem 3rem 10rem 5rem;
}

}

@media (max-width: 768px) {

  .custom-navbar .navbar-brand {
    line-height: 20px;
  }

  .custom-navbar .navbar-brand img {
    height: 22px;
  }

  #overview img,
  #detail .col-md-4,
  #register form {
    padding-top: 32px;
  }

  .nav-tabs > li > a {
    font-size: 13px;
  }

  #program img {
    padding-bottom: 32px;
  }

  #sponsors img {
    padding-top: 22px;
  }

  #contact .contact_detail {
    margin-top: 82px;
  }

}

@media (max-width: 760px) {

  #intro {
    height: 100vh;
  }

}

/* =========================================
   静－動 TOP / 和モダンデザイン
   ========================================= */

/* =========================================
   静－動 TOP
   ========================================= */

#intro {
    position: relative;
    height: 100vh;
    min-height: 680px;

    background:
        linear-gradient(
            rgba(25, 45, 31, 0.25),
            rgba(25, 45, 31, 0.25)
        ),
        url('../images/intro-bg.jpg') center center / cover no-repeat;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;
}

.intro-inner {
    position: relative;
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
}


/* イベントタイトル */

.intro-title {
    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;

    font-family:
        "Noto Serif JP",
        "Yu Mincho",
        "Hiragino Mincho ProN",
        "Hiragino Mincho Pro",
        "MS PMincho",
        serif;

    font-weight: 400;

    line-height: 1;
    letter-spacing: 0.12em;
}

.intro-kanji {
    font-size: 150px;
}

.intro-dash {
    margin: 0 18px;

    font-size: 90px;
    font-weight: 300;

    opacity: 0.75;
}


/* キャッチコピー */

.intro-message {
    margin-top: 55px;
}

.intro-message p {
    margin: 8px 0;

    color: #ffffff;

    font-family:
        "Noto Serif JP",
        "Yu Mincho",
        "Hiragino Mincho ProN",
        "Hiragino Mincho Pro",
        "MS PMincho",
        serif;

    font-size: 17px;
    font-weight: 400;

    line-height: 1.8;
    letter-spacing: 0.22em;
}

/* スクロール */

.intro-scroll {
    position: absolute;

    left: 50%;
    bottom: 38px;

    transform: translateX(-50%);

    display: flex;
    flex-direction: column;
    align-items: center;
}

.intro-scroll span:first-child {
    font-family: Arial, sans-serif;

    font-size: 9px;
    letter-spacing: 0.25em;

    color: #ffffff;
}

.scroll-line {
    display: block;

    width: 1px;
    height: 55px;

    margin-top: 12px;

    background: rgba(255,255,255,0.75);
}

@media (max-width: 768px) {

    #intro {
        min-height: 620px;
    }

    .intro-kanji {
        font-size: 82px;
    }

    .intro-dash {
        margin: 0 10px;
        font-size: 52px;
    }

    .intro-message {
        margin-top: 38px;
        padding: 0 20px;
    }

    .intro-message p {
        font-size: 12px;
        letter-spacing: 0.14em;
    }

    .intro-scroll {
        bottom: 25px;
    }

    .scroll-line {
        height: 40px;
    }
}

/* ロゴサイズ調整 */
.navbar .navbar-brand {
    height: auto;
    padding: 15px 15px;
    line-height: 1;
    font-size: 0;
}

.navbar .navbar-brand img {
    display: block;
    width: auto;
    height: 38px;
    max-height: 38px;
}


/* スマートフォン */
@media (max-width: 767px) {
    .navbar .navbar-brand {
        padding: 15px 15px;
    }

    .navbar .navbar-brand img {
        height: 28px;
        max-height: 28px;
    }
}

.overview-heading h2 {
    margin: 0;

    color: #222222;

    font-family:
        "Noto Serif JP",
        "Yu Mincho",
        "Hiragino Mincho ProN",
        "Hiragino Mincho Pro",
        "MS PMincho",
        serif;

    font-weight: 400;

    line-height: 1.7;
    letter-spacing: 0.1em;
}

/* 小さい文字 */
.overview-heading h2 .heading-small {
    display: block;

    font-size: 28px;
    font-weight: 400;

    letter-spacing: 0.16em;

    color: #555555;
}

/* 大きい文字 */
.overview-heading h2 strong {
    display: block;

    margin-top: 12px;

    font-size: 44px;
    font-weight: 500;

    letter-spacing: 0.12em;

    color: #222222;
}

.overview-leads {
    margin-bottom: 0;
}

.overview-leads p {
    margin: 0 0 18px;

    color: #777777;

    font-family:
        "Noto Serif JP",
        "Yu Mincho",
        "Hiragino Mincho ProN",
        "Hiragino Mincho Pro",
        "MS PMincho",
        serif;

    font-size: 14px;
    font-weight: 400;

    line-height: 2.2;
    letter-spacing: 0.08em;
}

.overview-leads strong {
    color: #333333;
    font-weight: 500;
}

@media (max-width: 768px) {

    .overview-heading h2 .heading-small {
        font-size: 17px;
        letter-spacing: 0.1em;
    }

    .overview-heading h2 strong {
        font-size: 28px;
        letter-spacing: 0.08em;
        line-height: 1.8;
    }

    .overview-mark span:first-child,
    .overview-mark span:last-child {
        font-size: 20px;
    }

    .overview-line {
        width: 40px;
        margin: 0 12px;
    }
}

/* =========================================
静 × 動　体験セクション
========================================= */

#detail {
padding-top: 130px;
padding-bottom: 130px;
}

#detail .detail-item {
padding-left: 35px;
padding-right: 35px;
position: relative;
}

/* 大きな番号 */
#detail .detail-number {
display: block;
font-family: "Times New Roman", serif;
font-size: 72px;
font-weight: 300;
line-height: 1;
letter-spacing: 0.08em;
opacity: 0.28;
margin-bottom: 22px;
}

/* 番号下の細い線 */
#detail .detail-line {
width: 38px;
height: 1px;
margin-bottom: 25px;
opacity: 0.6;
}

/* 見出し */
#detail h3 {
margin: 0 0 25px;
font-size: 21px;
font-weight: 400;
letter-spacing: 0.16em;
line-height: 1.6;
}

/* 本文 */
#detail p {
margin: 0;
font-size: 13px;
font-weight: 300;
letter-spacing: 0.12em;
line-height: 2.4;
opacity: 0.82;
}

/* =========================================
ホバー時の繊細な動き
========================================= */

#detail .detail-item {
transition: transform 0.5s ease;
}

#detail .detail-item:hover {
transform: translateY(-6px);
}

#detail .detail-item:hover .detail-number {
opacity: 0.5;
transition: opacity 0.5s ease;
}

/* =========================================
タブレット
========================================= */

@media (max-width: 991px) {
#detail {
	padding-top: 100px;
	padding-bottom: 100px;
}

#detail .detail-item {
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 60px;
}

#detail .detail-number {
	font-size: 62px;
}

#detail h3 {
	font-size: 19px;
}
}

/* =========================================
スマートフォン
========================================= */

@media (max-width: 767px) {
#detail {
	padding-top: 80px;
	padding-bottom: 70px;
}

#detail .detail-item {
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 65px;
}

#detail .detail-number {
	font-size: 58px;
	margin-bottom: 18px;
}

#detail .detail-line {
	margin-bottom: 20px;
}

#detail h3 {
	font-size: 19px;
	letter-spacing: 0.14em;
	margin-bottom: 20px;
}

#detail p {
	font-size: 12px;
	line-height: 2.2;
}

}

/* =========================================
静 × 動の体験　セクション見出し
========================================= */

#detail .detail-heading {
text-align: center;
margin-bottom: 95px;
}

#detail .detail-heading-en {
display: block;
font-family: "Times New Roman", serif;
font-size: 11px;
font-weight: 400;
letter-spacing: 0.35em;
margin-bottom: 18px;
opacity: 0.55;
}

#detail .detail-heading h2 {
margin: 0 0 25px;
font-size: 34px;
font-weight: 300;
letter-spacing: 0.22em;
line-height: 1.5;
}

#detail .detail-heading p {
margin: 0;
font-size: 13px;
font-weight: 300;
letter-spacing: 0.16em;
line-height: 2.2;
opacity: 0.7;
}

/* 見出しと4項目の間に余白 */
#detail .row {
margin-top: 0;
}

/* =========================================
スマートフォン
========================================= */

@media (max-width: 767px) {

#detail .detail-heading {
	margin-bottom: 65px;
	padding: 0 20px;
}

#detail .detail-heading-en {
	font-size: 10px;
	letter-spacing: 0.28em;
	margin-bottom: 15px;
}

#detail .detail-heading h2 {
	font-size: 27px;
	letter-spacing: 0.14em;
	margin-bottom: 20px;
}

#detail .detail-heading p {
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 2;
}
}

/* =========================================
NEXT EVENT
左：文章 / 右：ポスター
========================================= */
#register {
padding-top: 120px;
padding-bottom: 120px;
}

#register .event-register {
display: flex;
align-items: center;
}

/* =========================================
左：イベント情報
========================================= */
#register .event-content {
padding: 30px 60px 30px 40px;
}

#register .event-label {
display: block;
font-family: "Times New Roman", serif;
font-size: 11px;
font-weight: 400;
letter-spacing: 0.4em;
opacity: 0.55;
margin-bottom: 30px;
}

#register .event-place {
margin: 0 0 15px;
font-family: "Times New Roman", serif;
font-size: 13px;
letter-spacing: 0.25em;
opacity: 0.65;
color: #FFF;
}

#register .event-content h2 {
margin: 0;
font-size: 46px;
font-weight: 300;
letter-spacing: 0.18em;
line-height: 1.4;
}

#register .event-content h2 span {
font-size: 21px;
letter-spacing: 0.3em;
}

#register .event-line {
width: 45px;
height: 1px;
margin: 32px 0;
opacity: 0.5;
}

#register .event-message {
margin: 0;
font-size: 15px;
font-weight: 300;
letter-spacing: 0.12em;
line-height: 2.2;
color: #FFF;
}

#register .event-description {
margin: 35px 0 0;
font-size: 12px;
font-weight: 300;
letter-spacing: 0.12em;
line-height: 2.3;
opacity: 0.7;
}

/* =========================================
開催情報
========================================= */
#register .event-schedule {
margin-top: 42px;
padding-top: 28px;
border-top: 1px solid rgba(255,255,255,0.25);
}

#register .event-schedule > span {
display: block;
font-family: "Times New Roman", serif;
font-size: 10px;
letter-spacing: 0.3em;
opacity: 0.55;
margin-bottom: 13px;
}

#register .event-schedule h3 {
margin: 0 0 15px;
font-family: "Times New Roman", serif;
font-size: 26px;
font-weight: 400;
letter-spacing: 0.08em;
line-height: 1.4;
}

#register .event-schedule h3 small {
display: block;
margin-top: 5px;
font-size: 17px;
font-weight: 400;
letter-spacing: 0.15em;
color: #FFF;
}

#register .event-schedule p {
margin: 0;
font-size: 12px;
font-weight: 300;
letter-spacing: 0.12em;
line-height: 2;
color: #FFF;
}

/* =========================================
ボタン
========================================= */
#register .event-button {
display: inline-block;
margin-top: 35px;
min-width: 210px;
padding: 15px 28px;
border: 1px solid rgba(255,255,255,0.55);
text-align: center;
font-size: 12px;
font-weight: 300;
letter-spacing: 0.18em;
text-decoration: none;
transition: all 0.4s ease;
color: #fff;
}

#register .event-button span {
margin-left: 15px;
font-size: 16px;
}

#register .event-button:hover {
background: rgba(255,255,255,0.12);
}

/* =========================================
右：ポスター
========================================= */
#register .event-visual {
padding: 30px 40px 30px 60px;
}

#register .event-poster {
max-width: 440px;
margin: 0 auto;
}

#register .event-poster img {
display: block;
width: 100%;
height: auto;
box-shadow: 0 25px 60px rgba(0,0,0,0.22);
transition: transform 0.6s ease;
}

#register .event-poster img:hover {
transform: translateY(-6px);
}

/* =========================================
タブレット
========================================= */
@media (max-width: 991px) {
#register {
	padding-top: 90px;
	padding-bottom: 90px;
}

#register .event-content {
	padding: 20px 30px 20px 15px;
}

#register .event-visual {
	padding: 20px 15px 20px 30px;
}

#register .event-content h2 {
	font-size: 38px;
}

#register .event-poster {
	max-width: 360px;
}
}

/* =========================================
スマートフォン
========================================= */
@media (max-width: 767px) {
#register {
	padding-top: 75px;
	padding-bottom: 75px;
}

#register .event-register {
	display: flex;
	flex-direction: column;
}

#register .event-content {
	width: 100%;
	padding: 0 25px 60px;
}

#register .event-visual {
	width: 100%;
	padding: 0 25px;
	order: 2;
}

#register .event-content h2 {
	font-size: 34px;
}

#register .event-content h2 span {
	font-size: 18px;
}

#register .event-message {
	font-size: 13px;
}

#register .event-description {
	font-size: 11px;
}

#register .event-schedule {
	margin-top: 35px;
}

#register .event-schedule h3 {
	font-size: 22px;
}

#register .event-schedule h3 small {
	font-size: 15px;
}

#register .event-button {
	width: 100%;
}

#register .event-poster {
	max-width: 100%;
}
}

/* =========================================
ポスタークリック拡大
========================================= */

#register .event-poster-link {
position: relative;
display: block;
cursor: zoom-in;
}

#register .event-poster-link img {
display: block;
width: 100%;
height: auto;
}

#register .poster-zoom {
position: absolute;
right: 15px;
bottom: 15px;
padding: 7px 12px;
background: rgba(0,0,0,0.45);
color: #fff;
font-family: "Times New Roman", serif;
font-size: 9px;
letter-spacing: 0.25em;
opacity: 0;
transition: opacity 0.4s ease;
}

#register .event-poster-link:hover .poster-zoom {
opacity: 1;
}

/* =========================================
モーダル
========================================= */
.event-modal {
position: fixed;
z-index: 9999;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 40px;
background: rgba(0,0,0,0.88);
display: flex;
align-items: center;
justify-content: center;

opacity: 0;
visibility: hidden;
pointer-events: none;

transition: opacity 0.4s ease,
			visibility 0.4s ease;
}

/* #event-modal がターゲットになったとき表示 */
.event-modal:target {
opacity: 1;
visibility: visible;
pointer-events: auto;
}

/* 背景 */
.event-modal-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
cursor: zoom-out;
}

/* 拡大画像 */
.event-modal-content {
position: relative;
z-index: 2;
max-width: 900px;
max-height: 90vh;
}

.event-modal-content img {
display: block;
max-width: 100%;
max-height: 90vh;
width: auto;
height: auto;
box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}

/* 閉じるボタン */
.event-modal-close {
position: absolute;
z-index: 3;
top: -40px;
right: -5px;
color: #fff;
font-size: 32px;
font-weight: 200;
line-height: 1;
text-decoration: none;

opacity: 0.8;
transition: opacity 0.3s ease;
}

.event-modal-close:hover {
opacity: 1;
}

/* =========================================
スマートフォン
========================================= */
@media (max-width: 767px) {
.event-modal {
	padding: 20px;
}

.event-modal-content {
	max-width: 100%;
	max-height: 88vh;
}

.event-modal-content img {
	max-height: 88vh;
}

.event-modal-close {
	top: -38px;
	right: 0;
	font-size: 28px;
}

#register .poster-zoom {
	opacity: 1;
}
}

/* =========================
   お問い合わせボタン
   黒〜濃紺 × ゴールド
========================= */
#register .event-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;

    min-width: 250px;
    padding: 16px 22px;

    /* 黒〜濃紺 */
    background: #101820;

    /* ゴールドの細い枠 */
    border: 1px solid #c9a227;

    /* ゴールド文字 */
    color: #c9a227;

    font-size: 12px;
    letter-spacing: 0.14em;
    text-decoration: none;

    transition:
        background 0.4s ease,
        color 0.4s ease,
        border-color 0.4s ease,
        box-shadow 0.4s ease;
}

/* 矢印 */
#register .event-button span {
    margin-left: 25px;
    font-size: 18px;
    line-height: 1;

    transition: transform 0.4s ease;
}

/* =========================
   ホバー
========================= */
#register .event-button:hover {
    background: #c9a227;
    border-color: #c9a227;
    color: #101820;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

#register .event-button:hover span {
    transform: translateX(6px);
}

/* =========================
   スマホ
========================= */
@media (max-width: 767px) {

    #register .event-button {
        min-width: 220px;
        padding: 14px 18px;
        font-size: 11px;
        letter-spacing: 0.12em;
    }

    #register .event-button span {
        margin-left: 20px;
    }
}

/* ========================================
   静と動 PHOTO GALLERY
   SIMPLE DESIGN
======================================== */
#program {
	padding-top: 120px;
	padding-bottom: 120px;
	background: #f8f7f3;
}

/* ---------- タイトル ---------- */
#program .gallery-title {
	text-align: center;
	margin-bottom: 65px;
}

#program .gallery-en {
	display: block;
	margin-bottom: 14px;

	font-family: "Times New Roman", serif;
	font-size: 10px;
	letter-spacing: 0.35em;
	color: #999;
}

#program .gallery-title h2 {
	margin: 0 0 20px;

	font-size: 38px;
	font-weight: 300;
	letter-spacing: 0.18em;
	color: #222;
}

#program .gallery-title p {
	margin: 0;

	font-size: 13px;
	line-height: 2.1;
	letter-spacing: 0.12em;
	color: #777;
}

/* ---------- 写真グリッド ---------- */
#program .gallery-grid {
	margin-left: -8px;
	margin-right: -8px;
}

#program .gallery-item {
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 16px;
}

/* ---------- 写真 ---------- */
#program .gallery-image {
	overflow: hidden;
	background: #eee;
}

#program .gallery-image img {
	display: block;
	width: 100%;
	height: 280px;

	object-fit: cover;

	transition: transform 0.8s ease;
}

/* ---------- ホバー ---------- */
#program .gallery-image:hover img {
	transform: scale(1.03);
}

/* ---------- スマホ ---------- */
@media (max-width: 767px) {

	#program {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	#program .gallery-title {
		margin-bottom: 40px;
	}

	#program .gallery-title h2 {
		font-size: 30px;
	}

	#program .gallery-title p {
		font-size: 12px;
	}

	#program .gallery-grid {
		margin-left: -5px;
		margin-right: -5px;
	}

	#program .gallery-item {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 10px;
	}

	#program .gallery-image img {
		height: 180px;
	}
}

/* ギャラリー写真の楕円・円形トリミングを解除 */
#program .gallery-image,
#program .gallery-image img {
	border-radius: 0 !important;
}

/* ========================================
   CONTACT
   中央揃え・和モダン
======================================== */
#contact .contact_des {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

/* タイトル */
#contact .contact_des h3 {
    margin-bottom: 20px;

    font-family: "Times New Roman", serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.35em;
}

/* メインコピー */
#contact .contact_des h2 {
    margin-bottom: 25px;

    font-size: 32px;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0.12em;
}

/* 説明文 */
#contact .contact_des p {
    margin-bottom: 35px;

    font-size: 13px;
    line-height: 2.1;
    letter-spacing: 0.08em;
	color: #000;
}

/* お問い合わせボタン */
#contact .contact_des .btn {
    display: inline-block;

    padding: 15px 30px;

    background: #101820;
    border: 1px solid #c9a227;
    border-radius: 0;

    color: #c9a227;

    font-size: 11px;
    letter-spacing: 0.12em;

    transition: all 0.4s ease;
}

#contact .contact_des .btn:hover {
    background: #c9a227;
    border-color: #c9a227;
    color: #101820;
}

/* スマホ */
@media (max-width: 767px) {
    #contact .contact_des {
        max-width: 90%;
        margin: 0 auto;
        text-align: center;
    }

    #contact .contact_des h2 {
        font-size: 25px;
        line-height: 1.7;
    }

    #contact .contact_des p {
        font-size: 12px;
        line-height: 2;
    }
}

/* =========================================================
   MOBILE BACKGROUND IMAGE OPTIMIZATION
   スマートフォンでは背景固定を解除
========================================================= */

@media screen and (max-width: 767px) {

    /* すべてのパララックス背景 */
    .parallax-section {
        background-attachment: scroll !important;
        background-size: cover !important;
        background-position: center center !important;
    }

    /* 各背景画像 */
    #intro,
    #register,
    #venue,
    #contact {
        background-attachment: scroll !important;
        background-size: cover !important;
        background-position: center center !important;
    }

}