@charset "utf-8";

main{
  padding-bottom: 40px;
}
.wrapper_navi_inner h1 a{
  pointer-events: none;
}

/* ===============================================
# sec_toppromo
=============================================== */
.sec_toppromo{
  position: relative;
}
.sec_toppromo .ttl_promo{
  width: 60%;
  position: absolute;
  left: 15%;
  top: 48%;
  z-index: 5;
  color: #fff;
  line-height: 1;
  font-family: "游明朝体", "Yu Mincho","ヒラギノ明朝Pro", "Hiragino Mincho Pro", YuMincho, serif;
}
.sec_toppromo .ttl_promo_in{
  position: relative;
}
.sec_toppromo .ttl_promo p{
  width:35.36%;
}
.sec_toppromo .ttl_promo span{
  position: absolute;
  left: 32%;
  bottom: 0;
  font-size: 16px;
  font-size: 0.889vw;
  letter-spacing: 0.2em;
  line-height: 1.688;
  text-shadow: 0px 0px 4px #000000;
}
.sec_toppromo ul.swiper-wrapper li{
  width: 100%;
}
.sec_toppromo ul.swiper-wrapper li img{
  width: 100%;
}

@media screen and (max-width :768px){
  .sec_toppromo .ttl_promo{
    width: 94%;
    left: 3%;
    top: auto;
    bottom: 90px;
  }
  .sec_toppromo .ttl_promo p{
    width: 51%;
  }
  .sec_toppromo .ttl_promo span{
    left: 42%;
    font-size: 10px;
    font-size: 2.667vw;
    line-height: 1.2;
  }
}

/*緊急のお知らせ*/
.box_important{
  max-width: calc(100% - 200px);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  background-color: rgba(255,255,255,0.87);
  padding: 14px 0;
}
.box_important .inner{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.box_important .ttl_news{
  background: url(/common/img/ico_important.svg) no-repeat 19px center;
  background-color: #c40000;
  width: 182px;
  padding:6px 0 6px 48px;
  color: #fff;
  border-radius: 20px;
  margin-right: 2.6%;
}
.box_important ul{
  -webkit-box-flex:1;
  flex: 1;
  line-height: 1.3;
}
.box_important ul li a{
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.box_important ul li .date{
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 5.5em;
  padding-right: 1em;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}
.box_important ul li .ttl{
  -webkit-box-flex:1;
  flex: 1;
}
@media screen and (max-width :1000px) and (min-width :769px){
  .box_important{
    position: relative;
    max-width: 100%;
  }
  .box_important .inner{
    display: block;
  }
  .box_important .ttl_news{
    margin-bottom: 5px;
    padding:3px 0 3px 48px;
  }
}
@media screen and (max-width :768px){
  .box_important{
    position: relative;
    background-color: #f3f0e6;
    padding:16px 0;
    max-width: 100%;
  }
  .box_important .inner{
    align-items: flex-start;
  }
  .box_important .ttl_news{
    background-position: 11px center;
    background-size: 16px auto;
    width: 75px;
    padding:6px 0 6px 33px;
    border-radius: 30px;
  }
  .box_important ul li a{
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .box_important ul li .date{
    padding-right: 0;
  }
}

/* バナーエリア */
.sec_toppromo .area_bnr{
  position: absolute;
  bottom: 75px;
  right: 12px;
  display:-webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  z-index: 100;
  gap: 16px;
}
@media screen and (max-width :1279px){
  .sec_toppromo .area_bnr{
    -webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
    flex-direction: row;
    gap: 8px;
  }
}
@media screen and (max-width :768px){
  .sec_toppromo .area_bnr{
    top: 10px;
    bottom: auto;
  }
}
/* 100周年特設サイトバナー */
@media screen and (min-width :1280px){
  .sec_toppromo .bnr_100th{
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
    width: 245px;
    height: 183px;
  }
  .sec_toppromo .bnr_100th a{
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
  }
  .sec_toppromo .bnr_100th a:hover{
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
    opacity: 0.8;
  }
}
@media screen and (max-width :1279px){
  .sec_toppromo .bnr_100th{
    width: 50%;
    min-width: 81px;
    max-width: 110px;
    top: 10px;
    -webkit-filter:drop-shadow( 0px 0px 8px rgba(0, 0, 0, 0.49));
    filter:drop-shadow( 0px 0px 8px rgba(0, 0, 0, 0.49));
    -webkit-box-ordinal-group:2;
    order: 1;
  }
}
/* 大学紹介MOVIEバナー */
@media screen and (min-width :1280px){
  .sec_toppromo .bnr_movie a{
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
  }
  .sec_toppromo .bnr_movie a:hover{
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
    opacity: 0.8;
  }
  .sec_toppromo .bnr_movie_in{
    display: block;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
    width: 245px;
    height: 183px;
    text-align: center;
    padding: 10px;
  }
  .sec_toppromo .bnr_movie .bnr_movie_in p{
    text-align: center;
    margin-bottom: 9px;
  }
  .sec_toppromo .bnr_movie .bnr_movie_in p img{
    width: 201px;
    height: 20px;
  }
  .sec_toppromo .bnr_movie .bnr_movie_in .movie_img{
    position: relative;
    height: 127px;
    display: inline-block;
  }
  .sec_toppromo .bnr_movie .bnr_movie_in .movie_img::after{
    content: "";
    display: block;
    background: url(/img/bnr_movie_ico.svg) no-repeat;
    width: 29px;
    height: 21px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%,-50%);
  }
}
@media screen and (max-width :1279px){
  .sec_toppromo .bnr_movie{
    width: 50%;
    min-width: 81px;
    max-width: 110px;
    -webkit-filter:drop-shadow( 0px 0px 8px rgba(0, 0, 0, 0.49));
    filter:drop-shadow( 0px 0px 8px rgba(0, 0, 0, 0.49));
  }
  .sec_toppromo .bnr_movie .bnr_movie_in .movie_img{
    display: none;
  }
  .sec_toppromo .bnr_movie .bnr_movie_in{
    display: block;
    background: url(/img/bnr_movie_sp_bg.png) no-repeat;
    background-size: 100%;
    min-width: 81px;
    max-width: 110px;
    text-align: center;
    height: 0;
    padding-bottom: 100%;
    aspect-ratio: 1/1;
    position: relative;
  }
  .sec_toppromo .bnr_movie .bnr_movie_in p img{
    width: 60%;
    display: inline-block;
    min-height: 81px;
    max-height: 110px;
    height: 100%;
    position: absolute;
    top: 52%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/* 下から */
.sec_toppromo .fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:0.5s;
  animation-delay: 0.8s;
  animation-fill-mode:forwards;
  opacity:0;
  transition: all 0.5s ease;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 大学紹介MOVIEモーダル */
.popup_movie{
  position: relative;
  width: 100%;
}
.popup_movie::before{
  content: "";
  display: block;
  padding-top: 56.25%;
}
.popup_movie iframe{
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#top .cmn_popup_box .tingle-modal-box{
  height: auto;
}
@media screen and (max-width :768px){
  #top .cmn_popup_box .tingle-modal-box{
    margin-top: 50%;
  }
}
@media screen and (max-width :1000px) and (min-width: 769px){
  #top .cmn_popup_box .tingle-modal-box{
    margin-top: 30%;
  }
}

/* ===============================================
# sec_search
=============================================== */
.sec_search{
  background-color: #fbf7eb;
}
.sec_search .box_search{
  position: relative;
  max-width: 765px;
  margin: -7% auto 0;
  z-index: 1;
}
.sec_search .search-form{
  margin-top: 0;
}
@media screen and (max-width :768px){
  .sec_search{
    padding-bottom: 10px;
  }
  .sec_search .box_search{
    width: 94%;
    margin-top: -70px;
  }
}

/*対象者別メニュー*/
.sec_search .navi_target{
  padding-bottom: 20px;
}
.sec_search .navi_target ul{
  margin-top: 26px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sec_search .navi_target ul li{
  margin: 0 20px 17px;
}
.sec_search .navi_target ul li img{
  width: 29px;
  margin-right: 7px;
}

/*入試時期用*/
.sec_search .box_admissions{
  background-color: #fff;
  padding: 9px 1.3%;
}
.sec_search .box_admissions ul{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sec_search .box_admissions li{
  width: 32.7%;
}
.sec_search .box_admissions li a{
  border: solid 1px #063e8d;
  color: #063e8d;
  height: 100%;
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  padding: 17px 0;
}
.sec_search .box_admissions li a.nolink{
  opacity: 0.5;
  pointer-events: none;
}
.sec_search .box_admissions li a:hover{
  opacity: 1;
  background-color: #063e8d;
  color: #fff;
}

/*入試情報?以前あなたが（SP）*/
.box_admissions_sp ul{
  width: 94%;
  margin: 10px auto 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; 
}
.box_admissions_sp li{
  width: 48.8%;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: -0.01em;
  line-height: 1;
}
.box_admissions_sp li.nyushi{
  border: solid 1px #063e8d;
}
.box_admissions_sp li.nyushi a{
  display: block;
  color: #063e8d;
  padding: 15px 0 15px 47px;
  padding: 3.75vw 0 3.75vw 6.2vw;
  background:  url(/common/img/ico_admissions_b.png)no-repeat 6% center;
  background-size: 1em auto;
}
.box_admissions_sp li.nyushi a span{
  display: inline-block;
  padding-right: 23px;
  background:url(/common/img/ico_link_blank.svg) no-repeat right center;
  background-size: 10px;
}
.box_admissions_sp li.bookmark{
  border: solid 1px #fff;
  background-color: #f1e9cb;
}
.box_admissions_sp li.bookmark a{
  display: block;
  color: #063e8d;
  padding: 15px 0 15px 17.3%;  
  padding: 3.75vw 0 3.75vw 17.3%;  
  background: url(/common/img/ico_bookmark_b.png) no-repeat 6% center;
  background-size:1em auto;
}
/* ===============================================
# sec_banner
=============================================== */
.sec_banner{
  background-color: #f8f2e1;
}
.sec_banner .swiper-pagination-bullet{
  background: #fff;
}
.sec_banner .swiper-pagination-bullet-active{
  background: #ba9716;
}
/* ===============================================
# sec_study
=============================================== */
.sec_study{
  position: relative;
  padding-bottom:80px;
  background-color: #fdfaf3;
}
.sec_study h3{
  display: table;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1.3;
}
.sec_study h3::after{
  content: '';
  display: block;
  margin:17px auto 20px;
  width: 100%;
  height: 2px;
  background-color: #000;
}
@media screen and (max-width :1000px){
  .sec_study::before{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 60.5%;
    max-width: 300px;
    height: 100%;
    background:url(/img/bg_study_sp.png) no-repeat top right;
    background-size: 100% auto;
  }
  .sec_study .inner{
    display: block;
  }
  .sec_study h3{
    font-size: 30px;
    margin: 0 auto;
  }
  .sec_study h3::after{
    width: 75.4%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width :768px){
  .sec_study h3{
    font-size: 20px;
    font-size: 2rem;
  }
}
/*タイトル*/
.sec_study .area_ttl{
  position: relative;
  width: 36%;
  max-width: 467px;
  float: left;
  padding-left: 4.2%;
}
.sec_study .area_ttl h2{
  position: relative;
  display: block;
  width: 27.9%;
}
.sec_study .area_ttl .lead{
  position: absolute;
  left: 47%;
  top: 155px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.611;
}
.sec_study .area_ttl .bg_img{
  position: absolute;
  left:-294%;
  bottom: 2px;
  width: 692%;
  max-width: inherit;
  z-index: 0;
  transform: translateY(100%);
}
@media screen and (max-width :1400px){
  .sec_study .area_ttl .lead{
    padding-right: 5%;
    padding-left: 5%;
    top: 6vw;
    font-size: 16px;
    line-height: 1.462;
  }
}
@media screen and (max-width :1000px){
  .sec_study .area_ttl{
    width: 60%;
    padding: 0;
    float: none;
  }
  .sec_study .area_ttl h2{
    width: 40%;
    margin: 0 auto 20px;
    margin: 0 auto 3.5vw;
    padding-right: 5%;
  }
  .sec_study .area_ttl .lead{
    position: relative;
    top: auto;
    left: auto;
    font-size: 20px;
  }
  .sec_study .area_ttl .bg_img{
    display: none;
  }
}
@media screen and (max-width :768px){
  .sec_study .area_ttl{
    width: 50%;
  }
  .sec_study .area_ttl h2{
    width:41%;
    max-width: 100px;
  }
  .sec_study .area_ttl .lead{
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/*探す-----------------------------*/

/*学部*/
.sec_study .box_faculty {
  width:62%;
  max-width: 724px;
  float: right;
  padding-top: 80px;
}
.sec_study .box_faculty ul{
  margin-bottom: 60px;
}
.sec_study .box_faculty ul li{
  float: left;
  width: 31.5%;
  margin-left: 2.75%;
}
.sec_study .box_faculty ul li a{
  position: relative;
  display: block;
  padding: 20px 8px 20px 17px;
  background: url(/common/img/ico_arrow_b.svg) no-repeat right 3% center;
  background-size: 7px auto;
  background-color: #fff;
  border-right: 2px solid #c5c3be;
  line-height: 1;
  font-size: 17px;
  font-size: 1.7rem;
}
.sec_study .box_faculty .name{
  font-family: "游明朝体", "Yu Mincho","ヒラギノ明朝Pro", "Hiragino Mincho Pro", YuMincho, serif;
}
.sec_study .box_faculty .place{
  display: inline-block;
  position: absolute;
  right: 8.3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sec_study .box_faculty .place span{
  position: relative;
  display: inline-block;
  width: 48px;
  padding: 5px 0;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  background-color: #4cc3a8;
  border:solid 1px #4cc3a8;
  border-radius: 11px;
}
.sec_study .box_faculty .place span:nth-child(n+2){
  margin-left: 10px;
}
.sec_study .box_faculty .place span:nth-child(n+2)::before{
  position: absolute;
  left: -8px;
  top: 50%;
  content: '';
  display: inline-block;
  padding: 0 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #898989;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sec_study .box_faculty .place span.adachi{
  color: #000;
  background-color: #fff;
  border:solid 1px #cccccc;
  width: 8.5rem;
}
.sec_study .box_faculty .place span.shonan{
  background-color: #69b9d7;
  border:solid 1px #69b9d7;
}
@media print,screen and (min-width :1401px){
  .sec_study .box_faculty ul li:nth-child(3n+1){
    margin-left: 0;
  }
  .sec_study .box_faculty ul li:nth-child(n+4){
    margin-top: 9px;
  }
}
@media print,screen and (max-width :1400px){
  .sec_study .box_faculty ul li{
    width: 49%;
    margin-left: 2%;
  }
  .sec_study .box_faculty ul li:nth-child(2n+1){
    margin-left: 0;
  }
  .sec_study .box_faculty ul li:nth-child(n+3){
    margin-top: 2%;
  }
  .sec_study .box_faculty ul li a{
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width :1000px){
  .sec_study .box_faculty{
    width: 100%;
    float: none;
    padding-top: 0;
  }
  .sec_study .box_faculty ul{
    margin-bottom: 0;
  }
  .sec_study .box_faculty ul li a{
    padding: 20px 8px 20px 17px;
    background-position: right 4.4% center;
    background-size: 5px auto;
    border-right: none;
    border-bottom: 2px solid #c5c3be;
    font-size: 20px;
    font-size: 2rem;
  }
  .sec_study .box_faculty .place{
    right: 9.3%;
  }
  .sec_study .box_faculty .place span{
    width: 3.5em;
    padding: 4.5px 0;
    font-size: 8.5px;
    font-size: 0.85rem;
    border-radius: 20px;
  }
  .sec_study .box_faculty .place span:nth-child(n+2){
    margin-left: 8px;
  }
  .sec_study .box_faculty .place span:nth-child(n+2)::before{
    left: -6px;
    padding: 0 1.5px;
    border-width: 4px 0 4px 5px;
  } 
}
@media screen and (max-width :768px){
  .sec_study .box_faculty ul li a{
    font-size: 12px;
    font-size: 1.7rem;
  }
  .sec_study .box_faculty .place span{
    font-size: 8.5px;
    font-size: 0.85rem;
  }
  .sec_study .box_faculty .place span.adachi{
    width: 6.5rem;
  }
}
/*仕事から*/ 
.cmn_box_license{
  width:62%;
  max-width: 724px;  
  float: right;  
}
@media screen and (max-width :1000px){
  .cmn_box_license{
    float: none;
    width: 100%;
  }
  .cmn_box_license ul{
    margin-top: 20px;
  }

}
/*特色*/
.sec_study .box_feature{
  clear: both;
  text-align: center;
  padding-top: 80px;
}
.sec_study .box_feature .inner{
  max-width: 1000px;
  padding-right: 0;
  padding-left: 0;
}
.sec_study .box_feature h3{
  display: table;
  margin-right: auto;
  margin-left: auto;
}
.sec_study .tab_head_feature{
  border-top: solid 1px #999999;
  border-bottom: solid 1px #999999;
  border-right: solid 1px #999999;
  margin-top: 32px;
}
.sec_study .tab_head_feature li{
  width: 100%;
  padding:21px 0;
  cursor: pointer;
  text-align: center;
  line-height: 1.3;
  border-left: solid 1px #999999;
  background-color: #fbf7eb;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.sec_study .tab_head_feature li.on{
  background-color: #ba9716;
  color: #fff;
}
.sec_study .tab_body_feature{
  padding: 24px 23px 22px;
  border-left: solid 1px #999999;
  border-bottom: solid 1px #999999;
  border-right: solid 1px #999999;
  background-color: #fdfaf3;
  overflow: hidden;
}
.sec_study .area_body_featrue{
  position: relative;
}
.sec_study .area_body_featrue .swiper_prev,
.sec_study .area_body_featrue .swiper_next{
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -10px;
  background: #0f438f;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.sec_study .area_body_featrue .swiper_next{
  right: -60px;
}
.sec_study .area_body_featrue .swiper_prev{
  left: -60px;
}
.sec_study .area_body_featrue .swiper_prev img,
.sec_study .area_body_featrue .swiper_next img{
  width: 14px;
}

@media screen and (max-width :1000px){
  .sec_study .box_feature{
    padding-top: 0;
  }
  .sec_study .box_feature{
    width: 100%;
  }
  .sec_study .tab_head_feature{
    border:none;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content:center;
  }
  .sec_study .tab_head_feature li{
    width: 23.6%;
    padding:12px 0;
    margin-bottom: 10px;
    border: solid 1px #999999;
    font-size: 16px;
    margin-left: 1.26%;
  }
  .sec_study .tab_head_feature li:nth-child(1),
  .sec_study .tab_head_feature li:nth-child(3){
    margin-left: 1.26%;
  }
  .sec_study .tab_head_feature li:nth-child(6){
    width: 28.1%;
  }
  .sec_study .tab_body_feature{
    padding: 25px 12px 15px;
    border: solid 1px #999999;
  }
  .sec_study .area_body_featrue .swiper_prev,
  .sec_study .area_body_featrue .swiper_next{
    top: 50%;
    width: 30px;
    height: 80px;
    margin-top: -40px;
  }
  .sec_study .area_body_featrue .swiper_next{
    right: -5.5%;
  }
  .sec_study .area_body_featrue .swiper_prev{
    left: -5.5%;
  }
  .sec_study .area_body_featrue .swiper_prev picture,
  .sec_study .area_body_featrue .swiper_next picture{
    width: 10px;
  }

  /*アンドロイド用*/
  body.android .sec_study .tab_head_feature{
    display: block;
  }
  body.android .sec_study .tab_head_feature li{
    float: left;
  }
}
@media screen and (max-width :768px){
  .sec_study .tab_head_feature li{
    font-size: 13px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width :768px) and (hover:hover){
  .sec_study .tab_head_feature li:hover{
    background-color: #ba9716;
    color: #fff;
  }
}
/*タブ中身*/
.sec_study .area_point{
  justify-content: space-between;
}
.sec_study .area_point .box_point{
  width: 31.64%;
}
.sec_study .area_point .box_text{
  padding-top: 18px;
}
.sec_study .area_point .box_text .ttl{
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  font-family: "游明朝体", "Yu Mincho","ヒラギノ明朝Pro", "Hiragino Mincho Pro", YuMincho, serif;
}
.sec_study .area_point .box_text .ttl::after{
  display: block;
  content: '';
  width: 82px;
  height: 1px;
  background-color: #000;
  margin: 16px auto 10px;
}
.sec_study .area_point .box_text .txt{
  text-align: left;
  line-height: 1.533;
  font-size: 15px;
  font-size: 1.5rem;
}
.sec_study .cmn_btn_general{
  min-width: 300px;
  color: #666666;
  border-color: #cccac6;
  margin-bottom: 0;
  margin-top: 20px;
}
@media screen and (max-width :1000px){
  .sec_study .area_point{
    display: block;
  }
  .sec_study .area_point .box_point{
    width: 100%;
    display: -webkit-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sec_study .area_point .box_point:nth-child(n+2){
    margin-top: 30px;
  }
  .sec_study .area_point figure{
    width: 40.6%;
  }
  .sec_study .area_point .box_text{
    width: 55.3%;
    padding-top: 0;
    font-feature-settings: "palt" 1;
  }
  .sec_study .area_point .box_text .ttl{
    font-size:14px;
    font-size:1.6rem;
    text-align: left;
  }
  .sec_study .area_point .box_text .ttl::after{
    width: 40px;
    margin: 4px 0 7px;
  }
  .sec_study .area_point .box_text .txt{
    line-height: 1.5;
    font-size: 12px;
    font-size: 1.3rem;
  }
  .sec_study .cmn_btn_general{
    min-width: inherit;
    margin-top: 27px;
    width: 100%;
  }
}


/*スマホ時用タブ---------------------*/
.box_tab_search{
  display: none;
}
@media screen and (max-width :1000px){
  .box_tab_search{
    display: block;
    margin-top: 39px;
    margin-bottom: 33px;
  }
  .tab_head_search{
    width: 100%;
    display: table;
    border-top: solid 1px #8c8c8c;
    border-bottom: solid 1px #8c8c8c;
    border-right: solid 1px #8c8c8c;
  }
  .tab_head_search li{
    display: table-cell;
    width: 33.33%;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 12.5px 0;
    vertical-align: middle;
    line-height: 1.143;
    border-left: solid 1px #8c8c8c;
    cursor: pointer;
  }
  .tab_head_search li.on{
    background-color: #ba9716;
    color: #fff;
  }
  .tab_body_search > div:nth-child(n+2){
    display: none;
  }
}
@media screen and (max-width :768px){
  .tab_head_search li{
    font-size: 14px;
    font-size: 1.4rem;
    background-color: #fdfaf3;
  }
}

/* ===============================================
# sec_news
=============================================== */
.sec_news{
  background-color: #f8f2e1;
  padding-top: 80px;
  padding-bottom: 34px;
  border-bottom: solid 1px #ba9716;
}
/*hot topics*/
.sec_news .area_topics{
  width: 100%;
  max-width: 1540px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px 80px;
}
.sec_news .area_topics h2{
  text-align: center;
  line-height: 1;
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  font-weight: 300;
}
.sec_news .area_topics h2::after{
  content: '';
  display: block;
  width: 135px;
  height: 2px;
  margin: 14px auto 36px;
  background-color: #000;
}
.sec_news .area_topics li.swiper-slide{
  width: 31.4%;
}
.sec_news .area_topics li.swiper-slide a{
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.sec_news .area_topics li.swiper-slide figure{
  position: relative;
  overflow: hidden;
  -webkit-box-flex:1;
	flex:1;
  min-width: 160px;
  padding-top: 37.3%;
  margin-bottom:10px;
}
.sec_news .area_topics li.swiper-slide figure img{
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.sec_news .area_topics li.swiper-slide .box_text{
  width: 220px;
  padding-left: 20px;
}
.sec_news .area_topics li.swiper-slide .date{
  font-size: 15px; 
  font-size: 1.5rem; 
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}
.sec_news .area_topics .cmn_ico_news{
  margin: 5px 0;
}
.sec_news .area_topics li.swiper-slide .ttl{
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.35;
}
@media print,screen and (min-width :769px){
  .sec_news .area_topics ul{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sec_news .area_topics li.swiper-slide:nth-child(n+2){
    margin-left: 2.9%;
  }
}
@media screen and (max-width :1470px)and (min-width :769px){
  .sec_news .area_topics li.swiper-slide figure{
    padding-top: 75%;
  }
  .sec_news .area_topics li.swiper-slide .box_text{
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width :768px){
  .sec_news{
    padding-top: 32px;
  }
  .sec_news .area_topics{
    padding:0 0 25px;
    }
  .sec_news .swiper_topics{
    width: 94.6%;
    max-width:500px;
    margin: 0 auto;
  }
  .sec_news .area_topics ul{
    margin-bottom: 20px;
  }
  .sec_news .area_topics li.swiper-slide{
    width: 100%;
  }
  .sec_news .area_topics li.swiper-slide figure{
    width: 53.5%;
    min-width: inherit;
    padding-top: 43.6%;
  }
  .sec_news .area_topics li.swiper-slide .box_text{
    width: 41.8%;
    padding-left: 4.7%;
  }
  .sec_news .area_topics li.swiper-slide .date{
    font-size: 12px;
    font-size: 1.5rem;
  }
  .sec_news .area_topics li.swiper-slide .ttl{
    font-size: 15px;
    font-size: 1.5rem;
  }
}


/*NEWS------------------------*/
.sec_news .area_news{
  max-width: 1100px;
}
.sec_news .area_news .box_ttl{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.sec_news .area_news h2{
  width: 15.8%;
  min-width:3em;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
}
.sec_news .area_news .tab_news{
  -webkit-box-flex:1;
	flex:1;
}
.sec_news .area_news .tab_news ul{
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
}
.sec_news .area_news .tab_news li{
  width: 16.66%;
}
.sec_news .area_news .tab_news a{
  position: relative;
  height: 100%;
  padding:10px 0 10px;
  text-align: center;
  line-height: 1.2;
  border-left: solid 1px #c9c9c9;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec_news .area_news .tab_news a:hover,
.sec_news .area_news .tab_news a.active{
  background-color: #063e8d;
  color: #fff;
}
.sec_news .area_news .tab_news a.active::after{
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 6px 0 6px;
  border-color: #063e8d transparent transparent transparent;
}
@media screen and (max-width :768px){
  .sec_news .area_news h2{
    width: 4.5em;
    min-width: inherit;
    font-size: 24px;
    font-size: 3.2rem;
    padding-bottom: 13px;
    line-height: 1;
    margin:0 auto 15px;
    text-align: center;
    border-bottom: solid 1px #000;
  }
  .sec_news .area_news .tab_news{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .sec_news .area_news .tab_news ul{
    font-size: 11px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sec_news .area_news .tab_news li{
    min-width: 5.5em;
    padding-bottom: 5px;
  }
  .sec_news .area_news .tab_news a{
    min-height: 4.4em;
    padding:1em 8px;
    white-space: nowrap;
  }
  .sec_news .area_news .tab_news li:first-child a{
    border-left: none;
  }
  .sec_news .area_news .tab_news a::before{
    height:100%;
  }
  .sec_news .area_news .tab_news a.active::after{
    bottom: -5px;
    margin-left: -7.5px;
    border-width: 5px 7.5px 0 7.5px;
  }
}

/*リスト*/
.sec_news .list_news{
  border-top: solid 1px #bcb6aa;
  margin-top: 10px;
  margin-bottom: 20px;
}
.sec_news .list_news li{
  border-bottom: solid 1px #bcb6aa;
  font-size: 17px;
  font-size: 1.7rem;
}
.sec_news .list_news li a{
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  padding: 15px 0;
}
.sec_news .list_news .date{
  width: 115px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  vertical-align: middle;
}
.sec_news .list_news .ttl{
  margin-left: 13px;
  flex: 1;
  vertical-align: middle;
}
@media screen and (max-width :1000px){
  .sec_news .list_news .date{
    width: 6em;
  }
  .sec_news .list_news .ico_cate span{
    display: block;
    margin-top: 5px;
  }
}
@media screen and (max-width :768px){
  .sec_news .list_news{
    margin-top:13px;
    margin-bottom: 18px;
  }
  .sec_news .list_news li{
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sec_news .list_news li a{
    display: block;
    padding: 10px 0;
    line-height: 1.429;
  }
  .sec_news .list_news .date{
    width: 5.5em;
    display: inline-block;
  }
  .sec_news .list_news .cmn_ico_news{
    display: inline-block;
  }
  .sec_news .list_news .ttl{
    margin-left: 0;
    margin-top: 5px;
  }
}
/*ボタン*/
.sec_news .btn_list{
  display: inline-block;
  min-width: 268px;
  border:solid 1px #bcb6aa;
  text-align: center;
  line-height: 1.2;
  padding: 25px 23px;
  font-size: 14px;
  font-size: 1.4rem;
}
.sec_news .btn_list span{
  display: block;
  padding: 0 12px;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(/common/img/ico_arrow_b.svg);
  background-size: 7px auto;
}
@media screen and (min-width :769px){
  .sec_news .btn_list:hover{
    opacity: 1;
    background-color: #ba9716;
    color: #fff;
  }
  .sec_news .btn_list:hover span{
    background-image: url(/common/img/ico_arrow_w.svg);
  }
}
@media screen and (max-width :768px){
  .sec_news .btn_list{
    width: 100%;
    min-width: inherit;
    padding: 18px 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sec_news .btn_list span{
    display: inline-block;
    padding: 0 2em;
    background-size: 7px auto;
  }
}

/* ===============================================
# sec_video
=============================================== */
.sec_video{
  display: block;
  position: relative;
  padding-top: 31.8%;
  overflow: hidden;
}
.sec_video a{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #000;
}
.sec_video h2{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-size: 60px;
  font-size: 6rem;
  color: #fff;
  line-height: 1.167;
  z-index: 1;
}
.sec_video h2 span{
  display: block;
  margin-top: 8px;
  font-size: 21px;
  font-size: 2.1rem;
  letter-spacing: 0.2em;
  }
.sec_video iframe,
.sec_video video{
  width: 100%;
  height: 177%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.9;
}
@media screen and (max-width :1400px){
  .sec_video h2{
    font-size: 4.286vw;
  }
  .sec_video h2 span{
    font-size: 1.5vw;
  }
}
@media screen and (max-width :768px){
  .sec_video{
    padding-top: 90.4%;
  }
  .sec_video h2{
    font-size: 42px;
    font-size: 11.2vw;
  }
  .sec_video h2 span{
    margin-top: 10px;
    font-size: 14px;
    font-size: 3.733vw;
  }
  .sec_video .swiper_video{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
  }
}
/* ===============================================
# sec_banner_link
=============================================== */
.sec_banner_link{
  position: relative;
  padding-top: 35px;
  padding-bottom: 30px;
}
.sec_banner_link .inner{
  max-width: 1314px;
}
.swiper_bannerlink{
  max-width: 1214px;
  margin: 0 auto;
  overflow: hidden;
}
.swiper_bannerlink ul li{
  width: 230px;
}
.swiper_bannerlink ul img{
  width: 100%;
}
.swiper_bannerlink .swiper_prev,
.swiper_bannerlink .swiper_next{
  width: 14px;
  top: 50%;
  margin-top: -10px;
}
.swiper_bannerlink .swiper_next{
  right: 0;
}
.swiper_bannerlink .swiper_prev{
  left: 0;
}
.swiper_bannerlink .swiper_prev img{
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sec_banner_link .swiper-container-horizontal > .swiper-pagination-bullets{
  position: absolute;
  bottom:-40px;
}
@media screen and (max-width :768px){
  .sec_banner_link{
    padding-top: 20px;
    padding-bottom:25px;
  }
  .sec_banner_link .inner{
    width: 94%;
  }
  .swiper_bannerlink{
    width: 90%;
  }
  .swiper_bannerlink ul li{
    width: auto;
  }
  .swiper_bannerlink .swiper_prev,
  .swiper_bannerlink .swiper_next{
    width: 10px;
    margin-top: -14px;
  }
  .swiper_bannerlink .swiper_prev img,
  .swiper_bannerlink .swiper_next img{
    width: 10px;
    height: 14px;
  }
  .sec_banner_link .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom:-35px;
  }
  .sec_banner_link .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){
    background: #e5e5e5;
  }
}
/* ===============================================
# ページトップ
=============================================== */
.btn_bottom{
  display: none;
}
.btn_bottom_top{
  position: fixed;
  bottom: 0;
  right: auto;
  left: 230px;
  z-index: 50;
  width: 5%;
  max-width: 77px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn_bottom_top.on{
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.btn_bottom_top .inner{
  text-align: center;
}
.btn_bottom_top .bunko{
  position: relative;
  z-index: 55;
  margin-top: -8px;
}
.btn_bottom_top .back{
  position: absolute;
  left: 86%;
  bottom: 19px;
  z-index: 51;
  width: 100%;
  max-width: 69px;
}
.btn_bottom_top .top{
  margin: 0 auto;
}

.btn_bottom_top.up {
  animation: poyooon 0.9s ease-out 0s 1;
}
@keyframes poyooon {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  10%  { transform: scale(1.0, 0.9) translate(0%, 5%); }
  40%  { transform: scale(1.0, 0.8) translate(0%, 15%); }
  50%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
  60%  { transform: scale(1.0, 1.2) translate(0%, -50%); }
  75%  { transform: scale(1.0, 1.2) translate(0%, -15%); }
  85%  { transform: scale(1.0, 0.8) translate(0%, 10%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
@media screen and (max-width :768px){
  .btn_bottom_top{
    right: 0;
    left: auto;
    bottom:-10px;
    width: 13%;
    max-width: 50px;
  }
  .btn_bottom_top .back{
    left: -74%;
  }
}

/* ===============================================
# 100周年カウントダウンバナー
=============================================== */
.modal_100th_countdown{
  background: rgba(0, 0, 0, 0.6);
  padding: 30px 0;
}
.modal_100th_countdown .tingle-modal-box{
  width: 80%;
  max-width: 1152px;
  overflow: visible;
  max-height: none;
  height: auto;
  position: relative;
}
.modal_100th_countdown .tingle-modal-box__content{
  background: url(/img/bg_100th_countdown.jpg)no-repeat center center/cover;
  padding: 73px 30px;
  position: relative;
  max-height: 100%;
}
.modal_100th_countdown .tingle-modal-box__content::-webkit-scrollbar{
  display: none;
}
.modal_100th_countdown .modal-close-wrap{
  position: absolute;
  right: -24px;
  top: -20px;
  z-index: 101;
}
.modal_100th_countdown .modal-close-wrap .modal-close{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: transparent;
  display: block;
  width: 56px;
  height: 56px;
  background: url(/img/ico_100th_close.svg)no-repeat center/contain;
}
.modal_100th_countdown .logo_countdown{
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1152px;
}
.modal_100th_countdown .txt_100th{
  text-align: center;
  font-family: "游明朝体", "Yu Mincho","ヒラギノ明朝Pro", "Hiragino Mincho Pro", YuMincho, serif;
  font-size: 2.3rem;
  margin-top: 160px;
  line-height: 1.384;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 22px;
  padding-bottom: 20px;
}
.modal_100th_countdown .txt_100th::before,
.modal_100th_countdown .txt_100th::after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #003f98;
  position: absolute;
  top: 0;
  left: 0;
}
.modal_100th_countdown .txt_100th::after{
  top: auto;
  bottom: 0;
}
.modal_100th_countdown .txt_100th .num{
  font-size: 2.1rem;
}
.modal_100th_countdown .txt_100th .num > span{
  font-size: 2.6rem;
}
.modal_100th_countdown .txt_100th em{
  font-size: 3.1rem;
}
.modal_100th_countdown .txt_100th em .year{
  font-size:2.6rem;
}
.modal_100th_countdown .txt_100th em .year .blu{
  color: #003f98;
  font-size: 3.1rem;
  line-height: 1;
}
.modal_100th_countdown .txt_100th em .year .blu > span{
  font-size: 4.9rem;
}
.modal_100th_countdown .txt_countdown{
  font-family: "游明朝体", "Yu Mincho","ヒラギノ明朝Pro", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
  text-shadow: 2px 3px 3px rgba(255, 255, 255, 0.6);
}
.modal_100th_countdown .txt_countdown .num{
  font-family: "DM Serif Display","游明朝体", "Yu Mincho","ヒラギノ明朝Pro", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  position: relative;
  display: inline-block;
}
.modal_100th_countdown .txt_countdown .txt_rest{
  font-size: 2.4rem;
}
.modal_100th_countdown .txt_countdown .txt_days{
  font-size: 3.6rem;
}
.modal_100th_countdown .txt_countdown .txt_days > .num{
  font-size: 11.2rem;
  font-size: clamp(9.2rem,11.96vw,11.2rem);
  background: url(/img/bg_100th_txt_countdown01.jpg) no-repeat center center/cover;
  background-clip: text;
  color: transparent;
  text-shadow: none;
}
.modal_100th_countdown .txt_countdown .txt_time{
  font-size: 3rem;
}
.modal_100th_countdown .txt_countdown .txt_time > .num{
  font-size: 8rem;
  font-size: clamp(6rem,7.8vw,8rem);
  width:100px;
  width:clamp(80px,10.4vw,100px);
  text-shadow: none;
}
.modal_100th_countdown .txt_countdown .txt_time:nth-child(2) > .num{
  background: url(/img/bg_100th_txt_countdown02.jpg) no-repeat center center/cover;
  background-clip: text;
  color: transparent;
}
.modal_100th_countdown .txt_countdown .txt_time:nth-child(3) > .num{
  background: url(/img/bg_100th_txt_countdown03.jpg) no-repeat center center/cover;
  background-clip: text;
  color: transparent;
}
.modal_100th_countdown .txt_countdown .txt_time:nth-child(4) > .num{
  background: url(/img/bg_100th_txt_countdown04.jpg) no-repeat center center/cover;
  background-clip: text;
  color: transparent;
}
.modal_100th_countdown .link_100th{
  margin-top: 25px;
}
.modal_100th_countdown .link_100th a{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho","ヒラギノ明朝Pro", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 600;
  text-align: center;
  font-size: 2.2rem;
  width: 100%;
  max-width: 482px;
  margin-left: auto;
  margin-right: auto;
  padding: 28px 0 26px;
  position: relative;
}
.modal_100th_countdown .link_100th a::before{
  content: "";
  display: block;
  background: url(/img/bg_100th_link.png)no-repeat center/contain;
  width: 546px;
  height: 179px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.2s ease;
}
.modal_100th_countdown .link_100th a::after{
  content: "";
  display: inline-block;
  background: url(/img/ico_100th_arrow.svg)no-repeat center/contain;
  width: 20px;
  height: 7px;
  margin-left: 15px;
  z-index: 1;
}
.modal_100th_countdown .link_100th a span{
  position: relative;
}
@media (hover: hover) and (pointer: fine){
  .modal_100th_countdown .link_100th a:hover{
    color: #003f98;
  }
  .modal_100th_countdown .link_100th a:hover::before {
    background: url(/img/bg_100th_link_hover.png) no-repeat center / contain;
  }
  .modal_100th_countdown .link_100th a:hover::after {
    background: url(/img/ico_100th_arrow_blue.svg) no-repeat center / contain;
  }
}
@media screen and (max-width :1027px){
  .modal_100th_countdown .txt_countdown .wrap_days{
    display: block;
  }
}
@media screen and (max-width :768px){
  .modal_100th_countdown{
    padding: 45px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .modal_100th_countdown .tingle-modal-box{
    width: 315px;
    margin: 0 auto;
  }
  .modal_100th_countdown .tingle-modal-box__content{
    background-image: url(/img/bg_100th_countdown_sp.jpg);
    padding: 153px 15px 50px;
    overflow: visible;
  }
  .modal_100th_countdown .modal-close-wrap{
    right: -14px;
    top: -14px;
  }
  .modal_100th_countdown .modal-close-wrap .modal-close{
    width: 38px;
    height: 38px;;
  }
  .modal_100th_countdown .logo_countdown{
    width: 100%;
  }
  .modal_100th_countdown .txt_100th{
    margin-top: 0;
    width: 69.6%;
    font-size: 1.6rem;
    letter-spacing: 1px;
    padding-top: 11px;
    padding-bottom: 13px;
    line-height: 1.5;
    min-width: 170px;
  }
  .modal_100th_countdown .txt_100th .num{
    font-size: 1.5rem;
  }
  .modal_100th_countdown .txt_100th .num > span{
    font-size: 2.1rem;
  }
  .modal_100th_countdown .txt_100th em{
    font-size: 1.9rem;
  }
  .modal_100th_countdown .txt_100th em .year{
    font-size: 1.9rem;
  }
  .modal_100th_countdown .txt_100th em .year .blu{
    font-size: 2.4rem;
  }
  .modal_100th_countdown .txt_100th em .year .blu > span{
    font-size: 3.6rem;
  }
  .modal_100th_countdown .txt_countdown{
    margin-top: 16px;
  }
  .modal_100th_countdown .txt_countdown .txt_rest{
    font-size: 1.5rem;
  }
  .modal_100th_countdown .txt_countdown .txt_days{
    font-size: 1.8rem;
  }
  .modal_100th_countdown .txt_countdown .txt_days > .num{
    font-size: 5.6rem;
    line-height: 0.8;
  }
  .modal_100th_countdown .txt_countdown .txt_time{
    font-size: 1.5rem;
  }
  .modal_100th_countdown .txt_countdown .txt_time > .num{
    font-size: 4rem;
    width: 45px;
  }
  .modal_100th_countdown .link_100th{
    margin-top: 24px;
  }
  .modal_100th_countdown .link_100th a{
    font-size: 1.8rem;
    width: 256px;
    padding: 10px 10px 10px 0;
    line-height: 1.333;
  }
  .modal_100th_countdown .link_100th a::after{
    position: absolute;
    right: 16px;
  }
  .modal_100th_countdown .link_100th a::before{
    background-image: url(/img/bg_100th_link_sp.png);
    width: 284px;
    height: 118px;
  }
}
@media screen and (max-width:768px) and (max-height :700px){
  .modal_100th_countdown{
    display: block;
    overflow-y: scroll;
  }
}
@media screen and (max-width:320px){
  .modal_100th_countdown .tingle-modal-box{
    width: 95%;
  }
}