@charset "UTF-8";
.contents {
  overflow: hidden;
}

.fl-btn-pc {
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 1000;
  width: 60px;
  /*transform: translate(70px, 0px);*/
  transition: all 0.15s ease-out;
}
.fl-btn-pc.on {
  /*transform: translate(0px, 0px);*/
}
.fl-btn-pc li {
  margin-bottom: 6px;
}

.fl-btn {
  background: #231815;
  position: fixed;
  width: 120px;
  right: 0;
  top: 100px;
  padding: 10px 2px 10px 10px;
  z-index: 100000;
}
.fl-btn .fl-text {
  text-align: center;
  font-size: 16px;
  color: #ffe200;
  line-height: 1.25;
  margin-bottom: 10px;
}
.fl-btn a {
  padding: 10px 5px;
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #ffffff !important;
  display: block;
  line-height: 1;
  text-align: center;
}
.fl-btn .btn1 {
  background: url(/100th/images/top/btnbg_01.jpg) no-repeat center top;
  background-size: cover;
  margin-bottom: 7px;
}
.fl-btn .btn2 {
  background: url(/100th/images/top/btnbg_02.jpg) no-repeat center top;
  background-size: cover;
}

.main-img {
  position: relative;
  margin-top: 0;
}
.main-img img {
  width: 100%;
}

.news-con {
  padding-bottom: 55px;
}

.news-ttlimg {
  width: 12%;
  margin-bottom: 40px;
  padding-top: 38px;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
}
.news-list li {
  width: 31%;
  margin-bottom: 50px;
  margin-right: 3.5%;
  border: 1px solid #231815;
}
.news-list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.news-list li .news-pic {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #231815;
}
.news-list li .news-pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-list li .news-pic::before {
  content: "";
  padding-top: 66%;
  display: block;
}
.news-list li .news-day {
  line-height: 1;
  font-size: 8px;
  margin-bottom: 10px;
  color: #231815;
}
.news-list li .news-category {
  line-height: 1;
  font-size: 10px;
  margin-bottom: 10px;
  color: #AF1C3B;
}
.news-list li .news-text {
  padding: 10px 30px 28px;
  position: relative;
}
.news-list li .news-ttl {
  line-height: 1.66;
  font-size: 12px;
  color: #231815;
  padding-right: 16px;
  position: relative;
  min-height: 5em;
}
.news-list li .news-ttl::after {
  content: "";
  bottom: 30%;
  right: 0;
  position: absolute;
  width: 8px;
  height: 21px;
  background: url(/100th/images/top/top_yajirushi.svg) no-repeat right top/100%;
}
.news-list li .link-yajirushi {
  margin-top: 40px;
  width: 16px;
  margin-left: auto;
  margin-right: auto;
}
.news-list li:nth-child(3n) {
  margin-right: 0;
}

.is-hide {
  display: none;
}

.is-show {
  display: block;
}

.switch {
  margin-top: 10px;
  max-width: 28px;
  width: 10%;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.switch-2 {
  margin-top: 30px;
  max-width: 40px;
  width: 10%;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.list-btn {
  margin-top: 10px;
  display: block;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff !important;
  padding: 12px 8px;
  font-size: 15px;
  line-height: 1;
  background: #af1c3b;
}

.btn-img .bottom-box {
  position: absolute;
  width: 100%;
  bottom: 12%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.btn-img .bottom-box .btn-flex {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 620px;
  margin-bottom: 3.5%;
}
.btn-img .bottom-box .btn-flex .box {
  position: relative;
  width: 45%;
}
.btn-img .bottom-box .btn-flex .box a {
  opacity: 1 !important;
}
.btn-img .bottom-box .btn-flex .box .shita-img {
  position: relative;
  z-index: 1;
  opacity: 1;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.btn-img .bottom-box .btn-flex .box .ue-img {
  position: absolute;
  z-index: 2;
  opacity: 0;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  top: 0;
  left: 0;
  width: 100%;
}
.btn-img .bottom-box .btn-flex .box:hover .shita-img {
  opacity: 0;
}
.btn-img .bottom-box .btn-flex .box:hover .ue-img {
  opacity: 1;
}
.btn-img .bottom-box .ex-notes {
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.shita-img {
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.ue-img {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  transition: 2.5s;
  -webkit-transition: 2.5s; /* Chrome、Safari用 */
  -moz-transition: 2.5s; /* Firefox用 */
  -o-transition: 2.5s; /* Opera用 */
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  pointer-events: none;
}
.ue-img.fade {
  opacity: 1;
}

.main-teximg {
  position: absolute;
  z-index: 3;
  top: 12%;
  left: 8%;
  width: 41%;
  opacity: 0;
  transition: 1.5s;
  -webkit-transition: 1.5s; /* Chrome、Safari用 */
  -moz-transition: 1.5s; /* Firefox用 */
  -o-transition: 1.5s; /* Opera用 */
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
}
.main-teximg.fade {
  opacity: 1;
}

.main-logoinmg {
  position: absolute;
  z-index: 3;
  bottom: 4%;
  right: 8%;
  width: 21%;
  opacity: 0;
  transition: 1.5s;
  -webkit-transition: 1.5s; /* Chrome、Safari用 */
  -moz-transition: 1.5s; /* Firefox用 */
  -o-transition: 1.5s; /* Opera用 */
  -moz-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  -ms-transition-delay: 1.5s;
}
.main-logoinmg.fade {
  opacity: 1;
}

.bokin-box {
  position: absolute;
  right: 68px;
  bottom: 40px;
  z-index: 8;
  box-sizing: border-box;
  padding: 16px 16px;
  background: #fff;
  width: 185px;
}
.bokin-box img {
  display: block;
}
.bokin-box ul li {
  margin-top: 8px;
}

@media only screen and (max-width: 900px) {
  .news-con {
    padding-bottom: 2vw;
  }
  .news-wrap {
    padding: 5% 8%;
  }
  .title-border span {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
    color: #af1c3b;
    font-size: 4.4vw;
    letter-spacing: 0.1em;
  }
  .news-list {
    display: block;
  }
  .news-list li {
    width: 100%;
    margin-bottom: 12%;
    margin-right: 0;
  }
  .news-list li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .news-list li .news-pic {
    margin-bottom: 2vw;
  }
  .news-list li .news-day {
    line-height: 1;
    font-size: 2.3vw;
    margin-bottom: 2vw;
  }
  .news-list li .news-ttl {
    line-height: 1.44;
    font-size: 3.9vw;
  }
  .news-list li .news-category {
    font-size: 2.8vw;
  }
  .news-list li .news-text {
    padding: 2.8vw 6.5vw 6.2vw;
    position: relative;
  }
  .news-list li .news-ttl {
    line-height: 1.66;
    font-size: 3vw;
    padding-right: 5vw;
    position: relative;
  }
  .news-list li .news-ttl::after {
    content: "";
    bottom: 30%;
    right: 0;
    position: absolute;
    width: 2.6vw;
    height: 5vw;
    background: url(/100th/images/top/top_yajirushi.svg) no-repeat right top/100%;
  }
  .news-list li .link-yajirushi {
    margin-top: 2vw;
    width: 16px;
    margin-left: auto;
    margin-right: auto;
  }
  .switch {
    margin-top: 2vw;
    max-width: 40px;
    width: 10%;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
  }
  .switch-2 {
    margin-top: 4vw;
    max-width: 40px;
    width: 10%;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
  }
  .list-btn {
    margin-top: 2vw;
    display: block;
    max-width: none;
    width: 80%;
    color: #fff !important;
    padding: 2vw 2vw;
    font-size: 3.3vw;
    line-height: 1;
    background: #af1c3b;
  }
  .btn-img .bottom-box {
    position: absolute;
    width: 100%;
    bottom: 5%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .btn-img .bottom-box .btn-flex {
    display: flex;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3vw;
  }
  .btn-img .bottom-box .btn-flex .box {
    position: relative;
    width: 48%;
  }
  .btn-img .bottom-box .ex-notes {
    font-size: 2.3vw;
    line-height: 1.3;
  }
  .fl-btn {
    position: fixed;
    width: 100%;
    right: 0;
    top: auto;
    bottom: 0;
    padding: 4vw 4vw;
    z-index: 100000;
    display: flex;
    align-items: center;
  }
  .fl-btn .fl-text {
    text-align: left;
    font-size: 4.1vw;
    color: #ffe200;
    line-height: 1.25;
    margin-bottom: 0px;
    width: 38%;
    letter-spacing: 0.1em;
  }
  .fl-btn a {
    padding: 3vw 3vw;
    font-size: 4.4vw;
    letter-spacing: 0.2em;
    color: #ffffff !important;
    display: block;
    line-height: 1;
    text-align: center;
    display: block;
    width: 30%;
    margin-left: 1%;
  }
  .fl-btn .btn1 {
    background: url(/100th/images/top/btnbg_01.jpg) no-repeat center top;
    background-size: cover;
    margin-bottom: 0px;
  }
  .fl-btn .btn2 {
    background: url(/100th/images/top/btnbg_02.jpg) no-repeat center top;
    background-size: cover;
  }
  .shita-img {
    position: relative;
    z-index: 1;
  }
  .ue-img {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    transition: 2.5s;
    -webkit-transition: 2.5s; /* Chrome、Safari用 */
    -moz-transition: 2.5s; /* Firefox用 */
    -o-transition: 2.5s; /* Opera用 */
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
  }
  .ue-img.fade {
    opacity: 1;
  }
  .main-teximg {
    position: absolute;
    z-index: 3;
    top: 3%;
    left: 9%;
    width: 30%;
    opacity: 0;
    transition: 1.5s;
    -webkit-transition: 1.5s; /* Chrome、Safari用 */
    -moz-transition: 1.5s; /* Firefox用 */
    -o-transition: 1.5s; /* Opera用 */
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
  }
  .main-teximg.fade {
    opacity: 1;
  }
}
@media only screen and (max-width: 900px) {
  .news-ttlimg {
    width: 12%;
    margin-bottom: 4.5vw;
    padding-top: 4vw;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  .pc-inline {
    display: none;
  }
}
.new-box {
  background: url(/100th/images/top/top-bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 90px 0 0;
}
.new-box .new-copybox {
  padding-bottom: 75px;
}
.new-box .new-copybox .new-copy {
  font-size: 23px;
  padding-bottom: 10px;
  margin-bottom: 40px;
  text-align: center;
}
.new-box .new-copybox .new-copy-text {
  font-size: 18px;
  line-height: 2.38;
  text-align: center;
}
.new-box .new-video-box {
  text-align: center;
  width: 50%;
  transition: width 0.3s ease-out;
  margin-left: auto;
  margin-right: auto;
}
.new-box .new-video-box.expanded {
  width: 100%;
}
.new-box .new-video-box img {
  width: 100%;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.bokin-link {
  display: block;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(/100th/images/top/bokin-bg.jpg) no-repeat center top;
  background-size: cover;
}
.bokin-link img {
  display: block;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}

@media only screen and (max-width: 900px) {
  .new-box {
    background: url(/100th/images/top/top-bg-sp.jpg) no-repeat center top;
    background-size: cover;
    padding: 6vw 0 0;
  }
  .new-box .new-copybox {
    padding-bottom: 8vw;
  }
  .new-box .new-copybox .new-copy {
    font-size: 3.6vw;
    padding-bottom: 1vw;
    margin-bottom: 6vw;
    text-align: center;
    line-height: 1.9;
  }
  .new-box .new-copybox .new-copy-text {
    font-size: 2.5vw;
    line-height: 2.38;
    text-align: center;
  }
  .new-box .new-video-box {
    text-align: center;
    width: 50%;
    transition: width 0.3s ease-out;
    margin-left: auto;
    margin-right: auto;
  }
  .new-box .new-video-box.expanded {
    width: 100%;
  }
  .new-box .new-video-box img {
    width: 100%;
  }
  .bokin-link {
    display: block;
    width: 100%;
    padding-top: 4.5vw;
    padding-bottom: 4.5vw;
    background: url(/100th/images/top/bokin-bg.jpg) no-repeat center top;
    background-size: cover;
  }
  .bokin-link img {
    display: block;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;
  }
}
.new-copy {
  position: relative;
}
.new-copy span {
  position: relative;
  display: inline-block;
}
.new-copy span::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #af213c;
  transform: scaleX(0);
  transform-origin: left;
  -webkit-animation: flowLine 3s infinite;
          animation: flowLine 3s infinite;
}
.new-copy br + span::after {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

@-webkit-keyframes flowLine {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left;
  }
  50.1% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}

@keyframes flowLine {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left;
  }
  50.1% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
header .head-box .nav-box ul li:nth-child(1) a {
  background: #AF1C3B;
  color: #fff !important;
}

header {
  top: -55px;
  transition: top 0.3s ease-out;
}
header.ex2 {
  top: 0;
}

.fl-btn-pc {
  right: -70px;
  transition: right 0.3s ease-out;
}
.fl-btn-pc.ex {
  right: 0;
}

@media only screen and (max-width: 900px) {
  header {
    top: -15vw;
  }
  header.ex2 {
    top: 0;
  }
}
/*# sourceMappingURL=top.css.map */