@charset "utf-8";
/* CSS Document */
html{
  font-size: 62.5%;
}
body {
  color: #222222;
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.46;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  color: #464c5b;
  text-decoration: none;
  display: block;
}
img {
  width: 100%;
}
a:active {
  color: #6f7991;
}

.event_only-sp { display: none }
.event_only-pc { display: block}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime{
  from {
  opacity: 0;
  transform: translateY(20px);
  }

  to {
  opacity: 1;
  transform: translateY(0);
  }
}
.delay-time02{
  animation-delay: 0.2s;
}
.delay-time04{
  animation-delay: 0.4s;
}

/* common */
.event_confirm_btn {
  display: inline-block;
  padding: 25px 100px;
  color: #fff;
  font-family: "Zen Old Mincho", "Times New Roman","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 2rem;
  text-decoration: none;
  outline: none;
  background: linear-gradient(45deg, #715120 0%, #9e732e 70%, #715120 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.2s ease-out;
  position: relative;
}
.event_confirm_btn:hover {
  background-position: 99% 55%;
}
.event_confirm_btn_blue {
  display: inline-block;
  width: 400px;
  padding: 30px 40px;
  color: #fff;
  font-family: "Zen Old Mincho", "Times New Roman","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 2rem;
  text-decoration: none;
  text-align: center;
  outline: none;
  background: linear-gradient(45deg, #192b4d 0%, #223e78 70%, #192b4d 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.2s ease-out;
  position: relative;
}
.event_confirm_btn_blue:hover {
  background-position: 99% 55%;
}
.event_confirm_btn::after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid #FFF;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  top: calc(50% - 6px);
  right: 60px;
}
.event_confirm_btn_blue::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid #FFF;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  top: calc(50% - 6px);
  right: 30px;
}
.cmn-max_inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
.cmn-title,
.cmn-title_sub{
  color: #1b315f;
  font-family: "Zen Old Mincho", "Times New Roman","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 3.8rem;
  font-weight: 600;
}
.cmn-title_sub {
  font-size: 2.2rem;
  display: block;
  margin: 5px 0 40px;
}
.event_t_gnav {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  background: #FFF;
}
.event_t_gnav .cmn-max_inner {
  padding: 0
}
.event_t_gnav a {
  display: block;
  padding: 30px 0;
  transition: all .5s;
  font-size: 1.4rem;
  font-weight: 600;
}
.event_t_gnav a:hover {
  opacity: .5;
  transition: all .5s;
}

/* event top PC */
.header {
  position: relative;
  z-index: 2;
}
.header_inner {
  padding: 1.6vw 5.4vw;
}
.header_inner h1 {
  width: 150px;
}
.header_inner h1 a {
  display: flex;
  justify-content: space-between;
}
.header_inner h1 a img {
  width: 63px;
}

.header_overhidden {
  overflow: hidden
}
.header_langIcon {
  position: absolute;
  right: 5.4vw;
  top: 1.6vw;
  color : #666;
  font-size: 1.4rem;
  cursor: pointer;
  display:  flex;
  justify-content: space-around;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid #1b315f;
  background: #FFF;
  z-index: 10
}
.header_langIcon.active {
}
.header_langIcon img {
  width: 20px;
  margin-right: .2rem;
}
.header_langList {
  pointer-events: none;
  opacity: 0;
  height: 0;
}
.header_langList.is-active {
  pointer-events: auto;
  opacity: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background: rgba(237, 243,246, .95);
  padding: 20px;
  font-size: 1.8rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}  
.header_langList_item a  {
  width: 20vw;
  color: #1b315f;
  font-size: 2rem;
  text-align: center;
  letter-spacing: .2rem;
  padding: 10px 0;
  margin: 0 0 40px 0;
  border-bottom: 1px solid #1b315f;
  opacity: 0
}
.header_langList.is-active .header_langList_item a {
  opacity: 1;
  transition: all .8s ease-in;
}

.event_t_fv {
  background: url("../img/event_t_fv_bg.jpg") center bottom no-repeat;
  background-size: cover;
  position: relative;
}
.event_t_fv_copy {
  /*width: 270px;*/
  width: 500px;
  margin: 1.2vw 0 0.2vw;
}
.event_t_fv_inner {
  padding: 0 5.4vw 6vw;
  position: relative;
  z-index: 1;
}
.event_t_fv_copy_s,
.event_t_fv_copy_date {
  color: #a37b19;
}
.event_t_fv_copy_s {
  font-size: 6rem;
  font-family: "Zen Old Mincho", "Times New Roman","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;letter-spacing: -.2rem;
  line-height: 1.2;
}
.event_t_fv_copy_date {
  /*font-size: 2rem;*/
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: .1rem;
   margin: 16px 0 50px;
  /*margin: 16px 0 32px;*/
}
.event_t_fv_copy_week {
  font-size: 1.4rem;
  margin-right: 1rem;
}
.event_t_gnav_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.event_t_gnav_nav li {
  min-width: 100px;
  text-align: center;
}
.event_t_news {
  padding: 60px 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.event_t_news .cmn-title {
  width: 35%;
}
.event_t_news_list {
  width: 65%;
}
.event_t_news_list li {
  border-bottom: 1px solid #cac9c9;
  padding: 17px 0;
}
.event_t_news_list_date {
  font-size: 1.2rem;
  padding-bottom: 5px;
}
.event_t_message {
  background: url(../img/event_t_massege_bg.jpg) no-repeat top center;
  padding: 80px 0;
}

.event_t_message_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.event_t_message h3 {
  font-family: "Zen Old Mincho", "Times New Roman","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
.event_t_message_textbox {
  width: 60%;
}
.event_t_message_photobox {
  width: 40%;
  padding: 0 0 0 50px;
}
.event_t_message p {
  font-size: 1.4rem;
  line-height: 1.7;
}
.event_t_message p br {
  display: block;
  content: "";
  margin: 20px 0;
}
p.event_t_message_name {
  font-size: 1.8rem;
  padding-top: 30px;
}
p.event_t_message_name span {
  font-size: 1.5rem;
  margin-right: 1rem;
}
.event_t_message p .cmn-br_pc {
  display: inline;
  padding-bottom: 20px;
}
.event_t_outline {
  padding: 60px 40px;
}
.event_t_outline_list li:nth-child(2) dt,
.event_t_outline_list li:nth-child(3) dt {
  letter-spacing: 1rem;
}
.event_t_outline_list dl {
  display: flex;
  align-items: center;
}
.event_t_outline_list dt,
.event_t_outline_list dd{
  padding: 30px 20px;
}
.event_t_outline_list dt {
  width: 15%;
  color: #1b315f;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #1b315f;
}
.event_t_outline_list dd {
  width: 85%;
  border-bottom: 1px solid #cac9c9;
}
.event_t_outline_list dd a {
  display: inline-block;
  color: #1b315f;
  font-size: 1.4rem;
  text-decoration: underline;
  margin-left: 1rem;
}
.event_t_outline_link {
  display: flex;
  justify-content: center;
  background: url(../img/event_l_fv_bg.jpg);
}
.event_t_outline_link p {
  margin: 60px 20px;
}
.event_t_outline_link p a {
  width: auto;
  padding: 30px 90px;
  min-width: 400px;
}
@media screen and (max-width: 1100px) {
  .event_t_outline_link p {
    margin: 60px 10px;
  }
  .event_t_outline_link p a {
    width: auto;
    padding: 25px 45px;
    min-width: 300px;
  }
}

/* footer PC */
.footer_inner {
  padding: 2vw 5.4vw;
  background: #f2f2f8;
}
.footer_inner {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.footer_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer_top_leftBox {
}
.footer_nav_logo {
  width: 150px;
  margin-bottom: 10px;
}
.footer_nav_logo a {
  display: flex;
  justify-content: space-between;
}
.footer_nav_logo a img {
  width: 63px;
}
.footer_top_rightBox {
}
.footer_nav_contact-btn
  a {
  width: 27vw;
  max-width: 365px;
  min-width: 300px;
  color: #4e89a8;
  font-family: "Zen Old Mincho", "Times New Roman","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.8rem;
  letter-spacing: .1rem;
  text-align: center;
  margin-bottom: 50px;
  background: #FFF;
  padding: 18px 40px;
  border-radius: 40px;
  filter: drop-shadow(0 7px 4px rgb(160, 182, 196,0.5));
}
.footer_top_leftBox_text {
  line-height: 1.8;
  font-size: 1.2rem;
  margin-top: 10px;
}
.footer_nav_list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
}
.footer_nav_menu {
  margin-bottom: 30px;
  font-size: 1.4rem;
  font-weight: bold;
  width: 48%;
}
.footer_nav_menu a {
  transition: all .5s;
}
.footer_nav_menu a:hover {
  opacity: .5;
  transition: all .5s;
}
.footer_bottom {
  color: #FFF;
  font-size: 1rem;
  text-align: center;
  padding: 15px;
  background: #1e1f2b;
}



/* ==================================
          max-width: 768px
==================================*/
@media screen and (max-width: 768px) {
  .event_only-sp { display: block }
  .event_only-pc { display: none }
  .cmn-title     { font-size: 3rem; }
  .cmn-title_sub { font-size: 1.8rem; margin-bottom: 30px; }
  .cmn-br_pc::after { display: none;}
  
  .event_confirm_btn {
    display: block;
    padding: 25px 0;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
  }
  .event_confirm_btn_blue {
    display: block;
    width: 100%;
    padding: 30px 0;
    font-size: 1.8rem;
  }
  .event_confirm_btn::after{
    right: 20px;
  }
  .event_confirm_btn_blue::after {
    right: 20px;
  }
  .cmn-max_inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  /* event top */
  .header {
    z-index: inherit;
    background: #FFF;
  }
  .header_inner h1 {
    width: 100px;
  }
  .header_inner h1 a {
    display: flex;
    justify-content: space-between;
  }
  .header_inner h1 a img {
    width: 41.5px;
  }
  
  .header_langIcon {
    top: 10px;
    right: 16vw;
    color : #666;
    font-size: 1.2rem;
    padding: 4px 10px;
  }
  .header_langIcon.active {
  }
  .header_langIcon img {
    width: 18px;
  }
  .header_langList.is-active {
  }  
  .header_langList_item a  {
    width: 53.3vw;
    font-size: 1.8rem;
  }

  .event_t_fv {
    background: url("../img/event_t_fv_bg_sp.jpg") right top 24px no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 1.6vw;
  }
  .event_t_fv_copy {
    /*width: 150px;*/
    width: 260px;
    margin: 1.2vw 0 0.2vw;
  }
  .event_t_fv_inner {
    margin: 50vw 2vw 2vw 2vw;
    padding: 20px;
    position: relative;
    z-index: inherit;
    background: rgba(255,255,255,.8)
  }
  .event_t_fv_copy_s {
    font-size: 3rem;
    letter-spacing: -.2rem;
    margin: 5px 0 0 -5px;
  }
  .event_t_fv_copy_date {
    /*font-size: 1.7rem;*/
    font-size: 2.3rem;
    letter-spacing: .1rem;
    margin-bottom: 20px;
  }
  .event_t_fv_copy_week {
    margin-right: 0;
  }

  .event_t_gnav_nav {
    display: inherit;
  }
  .event_t_gnav_nav li {
    min-width: auto;
  }
  .event_t_gnav a,
  .event_t_gnav a:hover {
    padding: 20px 0;
    border-bottom: none;
  }
  .event_t_gnav_nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    background: #fff;
  }  
  
  .event_t_news {
    display: inherit;
    padding: 40px 20px ;
  }
  .event_t_news .cmn-title,
  .event_t_news_list{
    width: auto;
  }
  .event_t_news_list li {
    padding: 12px 0;
  }
  
  .event_t_message {
    background: url(../img/event_t_massege_bg_sp.jpg) no-repeat top right;
    background-size: cover;
    padding: 50px 0;
  }
  .event_t_message_inner {
    display: inherit;
  }
  .event_t_message h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .event_t_message h3 span {
    display: block;
  }
  .event_t_message_textbox,
  .event_t_message_photobox {
    width: 100%;
  }
  p.event_t_message_name {
    font-size: 1.6rem;
    padding: 20px 0 30px;
  }
  p.event_t_message_name span {
    font-size: 1.3rem;
  }
  .event_t_message p .cmn-br_pc {
    display: block;
    padding-bottom: 10px;
  }
  .event_t_message_photobox {
    padding: 0;
    text-align: center;
  }
  .event_t_message_photobox img {
    max-width: 360px;
    margin: 0 auto;
  }
  
  .event_t_outline {
    padding: 50px 20px;
  }
  .event_t_outline_list li:nth-child(2) dt,
  .event_t_outline_list li:nth-child(3) dt {
    letter-spacing: 0;
  }
  .event_t_outline_list dl {
    display: inherit;
    text-align: center;
  }
  .event_t_outline_list dt,
  .event_t_outline_list dd{ 
    width: 100%;
    padding: 15px 20px;
    border-bottom: none
  }
  .event_t_outline_list dt {
    background: #f4f7fb;
  }
  .event_t_outline_list dd {
    margin-bottom: 10px;
  }
  .event_t_outline_link {
    display: inherit;
    margin-top: 30px;
    background: url(../img/event_l_fv_bg.jpg);
    background-size: auto 100%;
    padding: 50px 20px;
  }
  .event_t_outline_link p {
    margin: 20px 0;
  }
  .event_t_outline_link p a {
    width: auto;
    padding: 30px 90px;
  }
  
  .footer_inner {
    padding: 8vw 10.4vw;
    background: #f2f2f8;
  }
  .footer_top {
    display: inherit;
  }
  .footer_top_leftBox {
    
  }
  .footer_nav_logo {
    width: 100px;
    margin: 0 auto 20px
  }
  .footer_nav_logo a img {
    width: 41.5px;
  }
  .footer_top_rightBox {
    display: none
  }
  .footer_top_leftBox_text {
    line-height: 1.6;
    font-size: 1.3rem;
  }


  .event_t_gnav {
    position: fixed;
    top: 0;
    right: 0;
    box-shadow: none;
    z-index: 999;
    background: none;
  }
  .event_t_gnav .cmn-max_inner {
    padding: 0;
  }
  .event_t_gnav_nav {
    pointer-events: none;
    opacity: 0;
  }
  .event_t_gnav_nav.is-active{
    pointer-events: auto;
    opacity: 1;
    width: 100vw;
    height: 100vh;
    background: rgba(237, 243,246, .95);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    letter-spacing: .2rem;
    font-size: 1.8rem;
  }  
  .event_t_gnav_hm{
    position: relative;
    cursor: pointer;
    width: 60px;
    height: 50px;
  }
  .event_t_gnav_hm span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 1px;
    background: #464c5b;
  }
  .event_t_gnav_hm span:nth-of-type(1) { top: 15px;  width: 45%; }
  .event_t_gnav_hm span:nth-of-type(2) { top: 25px; width: 45%; }
  .event_t_gnav_hm span:nth-of-type(3) { top: 35px; width: 45%; }
  .event_t_gnav_hm.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-135deg);
    width: 30%;
  }
  .event_t_gnav_hm.active span:nth-of-type(2) {
    opacity: 0;
  }
  .event_t_gnav_hm.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(135deg);
    width: 30%;
  }  
}










