  @charset "utf-8";
/*=======================
----------------
color
----------------
main:#403999
accent:#dbb400
bg:#e3e2f7 #f8f7ff
    
----------------
font
----------------
YuGothic
roboto
----------------
index
----------------
0.general
1.header
2.mv
3.main
  3-0.about
  3-1.message
  3-2.history
  3-3.dialogue
  3-4.news
4.fund
5.footer
6.side
7.lower page
  7-0.about
  7-1.message
  7-2.history
  7-3.dialogue
  7-4.project
  7-5.news
  7-6.advertising
  7-7.ceremony
  7-8.special-message
  7-9.izumi-ls
8.animation
9.youtube
10.module
=======================*/
/*=============================
0.general
=============================*/
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  background: #fff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  box-sizing: border-box;
}
a {
  color: #000;
  text-decoration: unset;
}
.wrapper {
  position: relative;
  width: 100%;
}
.inner-conts {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.font-roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.pc-01 {
  display: block;
}
.sp-01 {
  display: none;
}
.display-none {
  display: none;
}
@media screen and (max-width: 1080px) {
  .sp-01 {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .pc-01 {
    display: none;
  }
}
.pc-02 {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-02 {
    display: none;
  }
}
.text-center {
  text-align: center !important;
}
/*=============================
1.header
=============================*/
#header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px;
  z-index: 1000;
}
@media screen and (max-width: 1080px) {
  #header {
    height: 64px;
  }
}
@media screen and (max-width: 960px) {
  #header {
    width: 100%;
  }
}
.header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  padding: 0 25px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 10000;
  transition: 0.7s;
}
@media screen and (max-width: 1380px) {
  .header {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1080px) {
  .header {
    height: 64px;
    margin: 0;
  }
}
.header .logo-header {
  transition: 0.8s;
}
.header .logo-header img {
  width: 98px;
}
@media screen and (max-width: 1080px) {
  .header .logo-header img {
    width: 71px;
  }
}
.header .header-box02 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .header .header-box02 {
    display: none;
  }
}
.header .header-nav ul {
  display: flex;
  align-items: center;
}
.header .header-nav ul li {
  width: 130px;
}
@media screen and (max-width: 1380px) {
  .header .header-nav ul li {
    width: 140px;
  }
}
.header .header-nav ul li a {
  display: block;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  text-align: center;
  letter-spacing: 0.05em;
}
.header .header-nav ul li a:hover {
  color: #dbb400;
  transition: 0.2s;
}
.header .header-nav ul li a span {
  display: block;
  margin-top: 8px;
  color: #403999;
  font-size: 1.2rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.header .header-nav ul li .active {
  color: #dbb400;
}
.header .btn-fund-01 {
  margin-left: 40px;
}
@media screen and (max-width: 1380px) {
  .header .btn-fund-01 {
    margin-left: 20px;
  }
}
.header .btn-fund-01 a {
  position: relative;
  display: block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  padding-right: 8px;
  background-color: #dbb400;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.header .btn-fund-01 a:hover {
  background-color: #403999;
  transition: 0.4s;
}
.header .btn-fund-01 a:after {
  position: absolute;
  top: 50%;
  right: 45px;
  transform: translateY(-6px);
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(/140th/assets/images/ico_blank.png);
  background-size: contain;
}
.header-box02-sp {
  display: flex;
}
.btn-fund-sp a {
  display: block;
  position: relative;
  width: 150px;
  height: 40px;
  line-height: 40px;
  background-color: #dbb400;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 340px) {
  .btn-fund-sp a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 1.1rem;
    font-weight: bold;
  }
}
.btn-fund-sp a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-5px);
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(/140th/assets/images/ico_blank.png);
  background-size: contain;
}
@media screen and (max-width: 340px) {
  .btn-fund-sp a:after {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-5px);
    content: "";
    width: 10px;
    height: 10px;
    background-image: url(/140th/assets/images/ico_blank.png);
    background-size: contain;
  }
}
.sp-btn-toggle {
  position: relative;
  width: 36px;
  height: 40px;
  display: inline-block;
  margin-left: 20px;
  transition: all 0.4s;
  box-sizing: border-box;
}
.sp-btn-toggle span {
  display: block;
  position: absolute;
  width: 36px;
  height: 2px;
  background-color: #000;
  transition: all 0.4s;
  box-sizing: border-box;
}
.sp-btn-toggle span:nth-child(2) {
  top: 9px;
}
.sp-btn-toggle span:nth-child(3) {
  bottom: 19px;
}
.sp-btn-toggle.active span:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.sp-btn-toggle.active span:nth-child(2) {
  opacity: 0;
}
.sp-btn-toggle.active span:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}
.text-sp-toggle {
  display: block;
  position: absolute;
  bottom: 0;
  color: #000;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.header-nav-sp {
  display: none;
  background: rgba(64, 57, 153, 0.95);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 64px;
  z-index: 10000;
}
.header-nav-sp ul {
  padding: 35px 8%;
}
.header-nav-sp ul li a {
  display: block;
  padding: 15px 0;
  border-bottom: solid 1px #fff;
  color: #fff;
  font-size: 1.8rem;
}
.header-nav-sp ul li a span {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.2rem;
}
/*=============================
2.MV
=============================*/
.mv {
  position: relative;
  max-width: 100%;
  height: 100%;
  margin: 90px 50px 0;
}
@media screen and (max-width: 1080px) {
  .mv {
    margin: 64px 50px 0;
  }
}
@media screen and (max-width: 960px) {
  .mv {
    position: relative;
    max-width: 100%;
    height: 100%;
    margin: 64px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .mv .swiper-wrapper {
    width: 100%;
    min-height: 400px;
  }
  .mv .slide-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 400px;
  }
  .mv .swiper-wrapper img {
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
  }
}
.swiper-slide {
  overflow: hidden;
}
.slide-img {
  background-color: #403999;
}
.slide-img img {
  width: 100%;
  display: block;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .slide-img, .swiper-slide-duplicate-active .slide-img, .swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
}
.mv-img01 {
  opacity: 0.35;
}
.catch {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% + 10px);
  transform: translate(-50%, -50%);
  z-index: 10;
}
.catch img {
  width: 33.281vw;
}
@media screen and (max-width: 768px) {
  .catch img {
    width: 49.119vw;
  }
}
@media screen and (max-width: 680px) {
  .catch img {
    width: 62.8vw;
  }
}
@media screen and (max-width: 480px) {
  .catch img {
    width: 82.4vw;
  }
}
.scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 70px;
  z-index: 100;
}
@media screen and (max-width: 1080px) {
  .scroll {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    z-index: 100;
  }
}
.scroll p {
  color: #fff;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .scroll p {
    font-size: 1rem;
  }
}
.arrow-scroll {
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  width: 1px;
  height: 40px;
  background-color: #fff;
  animation: 1s arrow-animation infinite;
}
@media screen and (max-width: 768px) {
  .arrow-scroll {
    height: 30px;
  }
}
@keyframes arrow-animation {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(40px);
  }
}
/*=============================
3.main
=============================*/
main {
  display: block;
  width: calc(100% - 100px);
  margin: 0 50px;
}
@media screen and (max-width: 960px) {
  main {
    width: 100%;
    margin: 0;
  }
}
.index-ttl02 {
  padding: 0 0 35px 0;
  font-size: 5.4rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .index-ttl02 {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1080px) {
  .index-ttl02 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .index-ttl02 {
    padding: 0 0 25px 0;
  }
}
.ttl-color-01 {
  color: #dbb400;
}
.index-ttl02-sub {
  display: block;
  margin-top: 10px;
  color: #403999;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1080px) {
  .index-ttl02-sub {
    margin-top: 5px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .index-ttl02-sub {
    margin-top: 5px;
    font-size: 1.2rem;
  }
}
.index-ttl02-02 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 5.8rem;
  letter-spacing: 0.05em;
  text-align: center;
  z-index: 100;
}
@media screen and (max-width: 1280px) {
  .index-ttl02-02 {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1080px) {
  .index-ttl02-02 {
    font-size: 2.8rem;
  }
}
.index-ttl02-02 span {
  display: block;
  margin-top: 10px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2rem;
}
@media screen and (max-width: 1080px) {
  .index-ttl02-02 span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1080px) {
  .index-ttl02-02 span {
    margin-top: 5px;
  }
}
.sec-list {
  display: flex;
}
@media screen and (max-width: 768px) {
  .sec-list {
    display: block;
    margin: 0;
  }
}
.sec-list-img img {
  width: 100%;
}
.sec-about, .sec-dialogue, .sec-news {
  padding: 120px 0;
}
@media screen and (max-width: 1080px) {
  .sec-about, .sec-dialogue, .sec-news {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-about, .sec-dialogue, .sec-news {
    padding: 40px 4%;
  }
}
/* about */
.sec-about {
  position: relative;
}
.bg-triangle-01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 400px 400px 0 0;
  border-color: #f8f7ff transparent transparent transparent;
  z-index: 0;
}
@media screen and (max-width: 1280px) {
  .bg-triangle-01 {
    border-width: 300px 300px 0 0;
  }
}
@media screen and (max-width: 1080px) {
  .bg-triangle-01 {
    border-width: 200px 200px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .bg-triangle-01 {
    display: none;
  }
}
.bg-triangle-02 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 400px 400px;
  border-color: transparent transparent #e3e2f7 transparent;
  z-index: 0;
}
@media screen and (max-width: 1280px) {
  .bg-triangle-02 {
    border-width: 0 0 300px 300px;
  }
}
@media screen and (max-width: 1080px) {
  .bg-triangle-02 {
    border-width: 0 0 200px 200px;
  }
}
@media screen and (max-width: 768px) {
  .bg-triangle-02 {
    display: none;
  }
}
.text-lead {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .text-lead {
    padding: 0 4%;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .text-lead {
    padding: 0;
    text-align: left;
  }
}
.btn-more-01 {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .btn-more-01 {
    margin-top: 40px;
  }
}
.btn-more-01 a {
  display: block;
  position: relative;
  width: 350px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  background-color: #403999;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .btn-more-01 a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .btn-more-01 a {
    max-width: 420px;
    width: 100%;
  }
}
.arrow-cmn-01 {
  display: inline-block;
  width: 35px;
  height: 0.7em;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
.arrow-cmn-01:after {
  content: "";
  width: 35px;
  height: 10px;
  transform: skewX(45deg);
  position: absolute;
  right: 0;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  transition-delay: 0s;
  transition-delay: 0.3s;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.btn-more-01 a:hover {
  background-color: #dbb400;
  transition: 0.4s;
}
.btn-more-01 a:hover .arrow-cmn-01:after {
  right: -15px;
  transition: 0.2s;
}
/* message */
.sec-message {
  position: relative;
  overflow: hidden;
}
.sec-message img {
  display: block;
  transition: 0.8s all;
  z-index: 1;
}
.sec-message img:hover {
  transform: scale(1.1);
}
/* history */
.sec-history {
  position: relative;
  overflow: hidden;
}
.sec-history img {
  display: block;
  transition: 0.8s all;
  z-index: 1;
}
.sec-history img:hover {
  transform: scale(1.1);
}
/* dialogue */
.sec-dialogue {
  background: linear-gradient(90deg, #f8f7ff 0%, #f8f7ff 50%, #e3e2f7 50%, #e3e2f7 100%);
}
.inner-dialogue {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1380px) {
  .inner-dialogue {
    width: calc(100% - 100px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .inner-dialogue {
    width: 100%;
  }
}
.list-dialogue {
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  width: 100%;
  margin-right: -25px;
}
@media screen and (max-width: 768px) {
  .list-dialogue {
    display: block;
  }
}
.item-list-dialogue {
  display: block;
  max-width: 32%;
  margin: 0 25px 25px 0;
  background-color: #fff;
  border-bottom: 3px solid #403999;
  cursor: pointer;
}
@media screen and (max-width: 1380px) {
  .item-list-dialogue {
    max-width: 32%;
    margin: 0 2% 2% 0;
  }
}
@media screen and (max-width: 768px) {
  .item-list-dialogue {
    max-width: 100%;
    margin: 0 0 4% 0;
  }
}
.item-list-dialogue:nth-child(3n) {
  margin: 0 0 25px 0;
}
@media screen and (max-width: 1380px) {
  .item-list-dialogue:nth-child(3n) {
    margin: 0 0 2% 0;
  }
}
@media screen and (max-width: 768px) {
  .item-list-dialogue:nth-child(3n) {
    margin: 0;
  }
}
.item-list-dialogue .img-dialogue img {
  display: block;
  width: 100%;
  transition: 0.4s linear;
}
.item-list-dialogue:hover .img-dialogue img {
  transition: 0.4s linear;
  transform: scale(1.1);
  z-index: 1;
}
.item-list-dialogue:hover .text-item-list-dialogue {
  text-decoration: underline;
}
.list-head {
  position: relative;
}
.ico-new {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.ico-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.img-dialogue {
  overflow: hidden;
}
.list-body {
  padding: 15px 20px 25px;
}
.rabel-talk-dialogue {
  width: 150px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 15px;
  background-color: #403999;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}
.ttl-item-list-dialogue {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .ttl-item-list-dialogue {
    font-size: 1.4rem;
  }
}
.text-item-list-dialogue {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 1080px) {
  .text-item-list-dialogue {
    font-size: 1.4rem;
  }
}
.rabel-movie-dialogue {
  width: 150px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 15px;
  background-color: #241e69;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .rabel-movie-dialogue {
    font-size: 1.1rem;
  }
}
/* project */
.sec-project {
  display: flex;
}
@media screen and (max-width: 768px) {
  .sec-project {
    display: flex;
    flex-direction: column-reverse;
  }
}
.box-left-project {
  max-width: 50%;
  width: 100%;
  padding: 100px 120px;
  background-color: #403999;
  color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 1380px) {
  .box-left-project {
    padding: 50px 60px;
  }
}
@media screen and (max-width: 1080px) {
  .box-left-project {
    padding: 40px 50px;
  }
}
@media screen and (max-width: 768px) {
  .box-left-project {
    max-width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .box-left-project {
    padding: 40px 4%;
  }
}
.index-ttl02-03 {
  font-size: 5.8rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 1280px) {
  .index-ttl02-03 {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1080px) {
  .index-ttl02-03 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .index-ttl02-03 {
    margin-bottom: 30px;
  }
}
.index-ttl02-03 span {
  display: block;
  margin-top: 10px;
  font-size: 2rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 1080px) {
  .index-ttl02-03 span {
    margin-top: 5px;
    font-size: 1.2rem;
  }
}
.box-left-project p {
  margin-bottom: 60px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .box-left-project p {
    margin-bottom: 40px;
    font-size: 1.4rem;
  }
}
.btn-more-02 a {
  display: block;
  position: relative;
  max-width: 350px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .btn-more-02 a {
    max-width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .btn-more-02 a {
    max-width: 420px;
    margin: 0 auto;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .btn-more-02 a {
    max-width: 100%;
    width: 100%;
  }
}
.btn-more-02 a:hover {
  background-color: #dbb400;
  border: 1px solid #dbb400;
  transition: 0.4s;
}
.btn-more-02 a:hover .arrow-cmn-01:after {
  right: -15px;
  transition: 0.2s;
}
.box-right-project {
  max-width: 50%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .box-right-project {
    max-width: 100%;
  }
}
.box-right-project img {
  display: block;
  width: 100%;
  height: 100%;
}
.btn-detail a {
  display: block;
  position: relative;
  width: 200px;
  height: 40px;
  line-height: 40px;
  margin: 0 0 40px;
  background-color: #403999;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}
.btn-detail a:after {
  position: absolute;
  top: 50%;
  right: 45px;
  transform: translateY(-6px);
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(/140th/assets/images/ico_blank.png);
  background-size: contain;
}
.btn-detail a:hover {
  background-color: #dbb400;
  transition: 0.4s;
}
/* news */
.list-news {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .list-news {
    width: calc(100% - 100px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 1080px) {
  .list-news {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .list-news {
    width: 100%;
  }
}
.item-list-news {
  display: flex;
  width: 100%;
  padding: 16px 0;
  border-top: 1px solid #ddd;
}
.item-list-news:last-child {
  border-bottom: 1px solid #ddd;
}
.item-list-news a {
  display: flex;
}
.item-list-news a {
  overflow: hidden;
}
.conts-news {
  position: relative;
  width: 898px;
}
@media screen and (max-width: 768px) {
  .conts-news {
    width: 73%;
  }
}
.img-list-news {
  max-width: 125px;
  margin-right: 54px;
}
@media screen and (max-width: 1080px) {
  .img-list-news {
    margin-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .img-list-news {
    width: 23%;
    margin-right: 4%;
  }
}
.img-list-news img {
  width: 100%;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.item-top-news-conts {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .item-top-news-conts {
    margin-bottom: 10px;
  }
}
.date-list-news {
  margin-right: 10px;
  color: #666;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .date-list-news {
    font-size: 1.1rem;
  }
}
.rabel-140th-news {
  width: 100px;
  height: 20px;
  line-height: 20px;
  background-color: #403999;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .rabel-140th-news {
    font-size: 1.1rem;
  }
}
.ttl-list-news {
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ttl-list-news {
    margin-bottom: 10px;
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
.text-list-news {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .text-list-news {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.rabel-univ-news {
  width: 100px;
  height: 20px;
  line-height: 20px;
  background-color: #241e69;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
}
.arrow-cmn-02 {
  display: inline-block;
  width: 35px;
  height: 0.7em;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .arrow-cmn-02 {
    display: none;
  }
}
.arrow-cmn-02:after {
  content: "";
  width: 35px;
  height: 10px;
  transform: skewX(45deg);
  position: absolute;
  right: 15px;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  transition-delay: 0s;
  transition-delay: 0.3s;
  border-right: 1px solid #403999;
  border-bottom: 1px solid #403999;
}
@media screen and (max-width: 768px) {
  .arrow-cmn-02:after {
    display: none;
  }
}
.item-list-news a .img-list-news {
  overflow: hidden;
}
.item-list-news a .img-list-news img {
  transition: 0.4s linear;
}
.item-list-news a:hover .img-list-news img {
  transition: 0.4s linear;
  transform: scale(1.1);
  z-index: 1;
}
.item-list-news a:hover .text-list-news {
  text-decoration: underline;
}
.item-list-news a:hover .arrow-cmn-02 {
  right: 0;
  transition: 0.4s all;
  z-index: 1;
}
/*=============================
4.fund
=============================*/
.fund {
  width: calc(100% - 100px);
  margin: 25px 50px 0;
  padding: 80px 0;
  background-image: url(/140th/assets/images/fund_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .fund {
    width: 100%;
    margin: 25px 0 0;
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .fund {
    margin: 10px 0 0;
    padding: 35px 0 50px;
  }
}
.ico-reef {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ico-reef {
    margin-bottom: 15px;
  }
  .ico-reef img {
    width: 30px;
  }
}
.index-fund-ttl02 {
  margin-bottom: 30px;
  font-size: 4.8rem;
}
@media screen and (max-width: 1280px) {
  .index-fund-ttl02 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1080px) {
  .index-fund-ttl02 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .index-fund-ttl02 {
    margin-bottom: 25px;
    font-size: 2.2rem;
  }
}
.text-fund {
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 1080px) {
  .text-fund {
    padding: 0 4%;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .text-fund {
    text-align: left;
  }
}
.btn-fund-02 a {
  position: relative;
  display: block;
  width: 400px;
  height: 70px;
  line-height: 70px;
  margin: 0 auto;
  padding-right: 10px;
  background-color: #dbb400;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
  .btn-fund-02 a {
    font-size: 1.6rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  .btn-fund-02 a {
    max-width: 420px;
    width: 92%;
    height: 60px;
    line-height: 60px;
    font-size: 1.4rem;
  }
}
.btn-fund-02 a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-8px);
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background-image: url(/140th/assets/images/ico_blank.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.btn-fund-02 a:hover {
  background: none;
  border: 1px solid #fff;
  transition: 0.2s;
}
/*=============================
5.footer
=============================*/
footer {
  margin: 0 50px;
  padding: 50px 0;
  background-color: #403999;
}
@media screen and (max-width: 960px) {
  footer {
    margin: 0;
    padding: 20px 0 30px;
  }
}
.logo-footer {
  margin-bottom: 45px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .logo-footer {
    margin-bottom: 20px;
  }
  .logo-footer img {
    width: 100px;
  }
}
.logo-footer a:hover {
  opacity: 0.6;
  transition: 0.6s;
}
.nav-footer-01 {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1080px) {
  .nav-footer-01 {
    max-width: 100%;
    margin: 0 auto;
  }
}
.nav-footer-01 a {
  display: block;
  position: relative;
  margin-right: 34px;
  padding-left: 10px;
  color: #fff;
  font-size: 1.5rem;
}
@media screen and (max-width: 1080px) {
  .nav-footer-01 {
    flex-wrap: wrap;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
  }
  .nav-footer-01 li {
    width: 50%;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
  }
  .nav-footer-01 li:nth-child(odd) {
    border-right: 1px solid #fff;
  }
  .nav-footer-01 li:nth-child(-n+2) {
    border-top: 1px solid #fff;
  }	
  .nav-footer-01 li:last-child {
    border-bottom: none;
  }	
  .nav-footer-01 a {
    padding: 15px 14% 15px 14%;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .nav-footer-01 {
    margin-bottom: 0;
  }
}
.nav-footer-01 a:last-child {
  margin-right: 0;
}
.nav-footer-01 a:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-5px);
  content: "";
  width: 5px;
  height: 10px;
  background-image: url(/140th/assets/images/ico_arrow.png);
  background-size: contain;
}
@media screen and (max-width: 1080px) {
  .nav-footer-01 a:before {
    margin-left: 8%;
  }
}
.nav-footer-01 a:hover {
  text-decoration: underline;
}
.nav-footer-02 {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .nav-footer-02 {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }
}
.nav-footer-02 a {
  position: relative;
  display: block;
  padding: 0 42px 0 28px;
  border-left: 1px solid #fff;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
  .nav-footer-02 a {
    font-size: 1.2rem;
  }
}
.nav-footer-02 a:after {
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-5px);
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(/140th/assets/images/ico_blank.png);
  background-size: contain;
}
.nav-footer-02 li:last-child a {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 480px) {
  .nav-footer-02 li {
    width: 100%;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
  }
  .nav-footer-02 li a {
    padding: 15px 0;
    border: none;
  }
  .nav-footer-02 li:last-child a {
    border-right: none;
  }
}
.nav-footer-02 a:hover {
  text-decoration: underline;
}
.sp-sns-list {
  display: none;
}
.sp-copy {
  display: none;
}
@media screen and (max-width: 1080px) {
  .sp-sns-list {
    display: flex;
    justify-content: space-between;
    width: 70px;
    margin: 20px auto;
    text-align: center;
  }
  .sp-sns-list a {
    color: #fff;
    font-size: 2.4rem;
  }
  .sp-copy {
    display: block;
    color: #fff;
    font-size: 1rem;
    text-align: center;
  }
}
/*=============================
6.side
=============================*/
.side-box-01 {
  position: fixed;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
}
.copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.side-box-02 {
  position: fixed;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
}
.sns-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sns-list li:first-child {
  margin-bottom: 20px;
}
.sns-list li a {
  color: #403999;
  font-size: 2.4rem;
}
.sns-list li a:hover {
  color: #dbb400;
  transition: 0.2s;
}
.totop a {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  padding: 10px;
}
.totop a:hover {
  bottom: 35px;
  transition: all 0.5s;
}
/*=============================
7.lower page
=============================*/
.lower {
  margin: 0 0 120px;
}
@media screen and (max-width: 1280px) {
  .lower {
    margin: 0 0 40px;
  }
}
.lower-mv {
  position: relative;
  width: calc(100% - 100px);
  height: 380px;
  margin: 90px auto 20px;
}
@media screen and (max-width: 1080px) {
  .lower-mv {
    margin: 64px auto 20px;
  }
}
@media screen and (max-width: 960px) {
  .lower-mv {
    width: 100%;
    height: 300px;
    margin: 64px auto 20px;
  }
}
@media screen and (max-width: 768px) {
  .lower-mv {
    height: 240px;
    margin: 64px auto 10px;
  }
}
.lower-ttl01 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 5.8rem;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1280px) {
  .lower-ttl01 {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-ttl01 {
    font-size: 2.8rem;
  }
}
.lower-ttl01 span {
  display: block;
  margin-top: 20px;
  font-size: 1.8rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1080px) {
  .lower-ttl01 span {
    margin-top: 5px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-ttl01 span {
    margin-top: 5px;
    font-size: 1.2rem;
  }
}
.lower-inner {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .lower-inner {
    max-width: 1080px;
    width: calc(100% - 100px);
    padding: 0 50px;
  }
}
@media screen and (max-width: 960px) {
  .lower-inner {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .lower-inner {
    width: 92%;
    margin: 0 4%;
  }
}
.list-path {
  display: flex;
  margin-bottom: 60px;
}
@media screen and (max-width: 1280px) {
  .list-path {
    display: flex;
    margin-bottom: 40px;
  }
}
.list-path li {
  margin-left: 10px;
  padding-right: 15px;
  background-image: url(/140th/assets/images/ico_arrow02.png);
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 1.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .list-path li {
    background-position: right top;
  }
}
.list-path li:first-child {
  margin-left: 0;
}
.list-path li:last-child {
  background-image: none;
}
.list-path li a {
  text-decoration: underline;
  line-height: 1;
}
.list-path li a:hover {
  text-decoration: none;
}
.lower-ttl02 {
  position: relative;
  margin-bottom: 60px;
  font-size: 3.6rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 1280px) {
  .lower-ttl02 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-ttl02 {
    font-size: 2.2rem;
  }
}
.lower-ttl02:after {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #403999;
}
.lower-ttl02 span {
  display: block;
  margin-bottom: 30px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .lower-ttl02 span {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
.lower-contents p {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .lower-contents p {
    font-size: 1.4rem;
  }
}
.lower-contents .text-lower-info {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .text-lower-info {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .text-lower-info {
    margin-bottom: 30px;
  }
}
.text-lower-common {
  margin-bottom: 60px;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.8;
}
@media screen and (max-width: 1080px) {
  .text-lower-common {
    margin-bottom: 40px;
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .text-lower-common {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
}
.lower-ttl03 {
  margin-bottom: 30px;
  padding-left: 25px;
  border-left: solid 3px#403999;
  color: #403999;
  font-size: 3.2rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
}
@media screen and (max-width: 1080px) {
  .lower-ttl03 {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-ttl03 {
    margin-bottom: 15px;
    padding-left: 15px;
    font-size: 2rem;
  }
}
.lower-ttl04 {
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  background-color: #403999;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lower-ttl04 {
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 2rem;
  }
}
.lower-ttl05 {
  margin: 30px 0;
  padding: 10px 5px;
  border-top: solid 1px #403999;
  border-bottom: solid 1px #403999;	
  color: #403999;
  font-size: 2.2rem;
  font-weight: bold;
	text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
}
@media screen and (max-width: 1080px) {
  .lower-ttl05 {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}
/* about */
.about {
  margin-bottom: 0;
}
.about .lower-mv {
  background-image: url(/140th/about/images/img_mv_about.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
.area-about-detail {
  width: calc(100% - 100px);
  margin: 0 50px;
  padding: 80px 0 120px;
  background: linear-gradient(90deg, #f8f7ff 0%, #f8f7ff 50%, #e3e2f7 50%, #e3e2f7 100%);
}
@media screen and (max-width: 960px) {
  .area-about-detail {
    width: 100%;
    margin: 0;
    padding: 30px 0 60px;
  }
}
.box-about-detail {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 70px;
  background-color: #fff;
}
@media screen and (max-width: 1080px) {
  .box-about-detail {
    width: calc(100% - 100px);
    margin: 0 50px;
  }
}
@media screen and (max-width: 960px) {
  .box-about-detail {
    width: 92%;
    margin: 0 4%;
    padding: 30px 4%;
  }
}
.logo-about-detal {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .logo-about-detal {
    margin: 0 4% 30px;
  }
}
.logo-about-detal img {
  max-width: 100%;
}
.text-about-note {
  margin-bottom: 40px;
  font-size: 1.2rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {}
.text-about-note {
  margin-bottom: 30px;
}
.text-about-detail {
  font-size: 1.6rem;
  line-height: 1.8;
}
/* message */
.message {
  margin-bottom: 60px;
}
.message .lower-mv {
  background-image: url(/140th/message/images/img_mv_message.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
.list-message {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .list-message {
    display: block;
  }
}
.item-message {
  max-width: 48%;
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 1280px) {
  .item-message {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .item-message {
    max-width: 100%;
    width: 100%;
  }
}
.item-message .img-wrapper {
  max-width: 518px;
  max-height: 388px;
  margin-bottom: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .item-message .img-wrapper {
    max-width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
  }
}
.item-message img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  transition: 0.4s linear;
}
.item-message img:hover {
  transition: 0.4s linear;
  transform: scale(1.1);
  z-index: 1;
}
.item-message p {
  color: #403999;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .item-message p {
    font-size: 1.6rem;
  }
}
.item-message:nth-child(odd) {
  margin-right: 4%;
}
.lower-ttl03-02,.lower-ttl03-03 {
  margin-bottom: 30px;
  color: #403999;
  font-size: 2.4rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .lower-ttl03-02,.lower-ttl03-03 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }
}
.lower-ttl03-02 span {
  display: block;
  margin-bottom: 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1080px) {
  .lower-ttl03-02 span {
    display: block;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
.box-message {
  padding: 10px 0 60px;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .box-message {
    padding: 0;
  }
}
.box-message img {
  float: left;
  max-width: 100%;
  margin: 0 30px 40px 0;
}
@media screen and (max-width: 1080px) {
  .box-message img {
    float: none;
    margin: 0 auto 20px;
    text-align: center;
  }
}
/* history */
.history .lower-mv {
  background-image: url(/140th/history/images/img_mv_history.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
.history {
  margin-bottom: 0;
}
.timeline-contents {
  width: calc(100% - 100px);
  margin: 0 50px;
}
@media screen and (max-width: 960px) {
  .timeline-contents {
    width: 100%;
    margin: 0;
  }
}
.timeline-bg {
  padding: 0;
  background-color: #f8f7ff;
}
.timeline-bg-01 {
  padding: 40px 0 0;
  background-color: #f8f7ff;
}
.timeline-bg-02 {
  padding-bottom: 120px;
}
@media screen and (max-width: 960px) {
  .timeline-bg-02 {
    padding: 30px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .timeline-bg-02 {
    padding: 0 0 30px;
  }
}
.timeline-contents-inner {
  position: relative;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .timeline-contents-inner {
    width: 92%;
    margin: 0 auto;
  }
}
.timeline-ttl03-01, .timeline-ttl03-02 {
  width: 180px;
  height: 60px;
  line-height: 60px;
  background-color: #403999;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 960px) {
  .timeline-ttl03-01, .timeline-ttl03-02 {
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .timeline-ttl03-01, .timeline-ttl03-02 {
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 1.6rem;
  }
}
.timeline-ttl03-02 {
  position: absolute;
  top: 50px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .timeline-ttl03-02 {
    top: 30px;
  }
}
.timeline-list-01 {
  margin-left: 90px;
  padding: 50px 0 20px;
  border-left: 2px solid #403999;
}
@media screen and (max-width: 960px) {
  .timeline-list-01 {
    margin-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .timeline-list-01 {
    margin-left: 2%;
    padding: 50px 0 0;
  }
}
.timeline-list-02 {
  margin-left: 90px;
  padding: 160px 0 20px;
  border-left: 2px solid #403999;
}
@media screen and (max-width: 960px) {
  .timeline-list-02 {
    margin-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .timeline-list-02 {
    margin-left: 2%;
    padding: 110px 0 0;
  }
}
.timeline-item {
  position: relative;
  display: flex;
  justify-content: space-around;
  max-width: 780px;
  padding-bottom: 30px;
}
.timeline-year-01, .timeline-year-02 {
  position: absolute;
  top: 0;
  left: -11px;
  max-width: 211px;
  width: 100%;
  color: #403999;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .timeline-year-01, .timeline-year-02 {
    top: -30px;
    width: 100%;
    font-size: 1.4rem;
  }
}
.timeline-year-01:before {
  content: "";
  display: inline-block;
  width: 55px;
  height: 20px;
  background-image: url(/140th/history/images/history_line_01.png);
  vertical-align: middle;
}
.timeline-year-02:before {
  content: "";
  display: inline-block;
  width: 55px;
  height: 20px;
  background-image: url(/140th/history/images/history_line_02.png);
  vertical-align: middle;
}
.timeline-details {
  max-width: 580px;
  width: 100%;
  margin-left: 200px;
}
@media screen and (max-width: 768px) {
  .timeline-details {
    width: 100%;
    margin-left: 4%;
  }
}
.timeline-text {
  font-size: 1.6rem;
  margin-bottom: 30px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .timeline-text {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
}
.timeline-details span {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .timeline-details span {
    font-size: 1.4rem;
  }
}
.timeline-text a {
  position: relative;
  text-decoration: underline;
}
.timeline-text a:hover {
  text-decoration: none;
}
.icon-blank {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .icon-blank {
    width: 12px;
    height: 12px;
    vertical-align: middle;
  }
}
.timeline-img {
  text-align: center;
}
.timeline-img img {
  max-width: 100%;
}
.timeline-img-caption {
  margin-top: 10px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .sp-mb-01 {
    margin-bottom: 30px;
  }
}
/* dialogue */
.dialogue {
  margin: 0;
}
.img-dialogue-top {
  position: relative;
  max-width: 1280px;
  margin: 0 auto 140px;
}
@media screen and (max-width: 1280px) {
  .img-dialogue-top {
    width: calc(100% - 100px);
    margin: 0 auto 140px;
  }
}
@media screen and (max-width: 960px) {
  .img-dialogue-top {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .img-dialogue-top {
    margin-bottom: 115px;
  }
}
.img-dialogue-top img {
  width: 100%;
}
.dialogue .lower-mv {
  background-image: url(/140th/interview/images/img_mv_dialogue.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
.wrapper-dialogue-ttl02 {
  position: absolute;
  left: 150px;
  bottom: -90px;
  height: 180px;
  padding: 20px 40px;
  background-color: #403999;
}
@media screen and (max-width: 768px) {
  .list-dialogue {
    display: block;
  }
}
.item-dialogue {
  max-width: 48%;
  width: 100%;
  height: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 1280px) {
  .item-dialogue {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .item-dialogue {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
  .item-dialogue:last-child {
    margin-bottom: 60px;
  }
}
.item-dialogue .img-wrapper {
  max-width: 518px;
  max-height: 388px;
  margin-bottom: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .item-dialogue .img-wrapper {
    max-width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
  }
}
.item-dialogue img {
  display: block;
  width: 100%;
  transition: 0.4s linear;
}
.item-dialogue img:hover {
  transition: 0.4s linear;
  transform: scale(1.1);
  z-index: 1;
}
.item-dialogue p {
  color: #403999;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .item-dialogue p {
    font-size: 1.6rem;
  }
}
.item-dialogue:nth-child(odd) {
  margin-right: 4%;
}
@media screen and (max-width: 1280px) {
  .wrapper-dialogue-ttl02 {
    left: 4%;
    bottom: -85px;
    height: 170px;
  }
}
@media screen and (max-width: 960px) {
  .wrapper-dialogue-ttl02 {
    max-width: 700px;
    width: 100%;
    left: 50%;
    bottom: -85px;
    transform: translateX(-50%);
    height: 170px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper-dialogue-ttl02 {
    max-width: 100%;
    width: 92%;
    height: auto;
    margin: 0 auto;
    padding: 20px 5%;
  }
}
@media screen and (max-width: 480px) {
  .wrapper-dialogue-ttl02 {
    max-width: 100%;
    width: 92%;
    height: auto;
    margin: 0 auto;
    padding: 10px 4%;
  }
}
.lower-ttl02-02 {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}
@media screen and (max-width: 1280px) {
  .lower-ttl02-02 {
    font-size: 2.6rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .lower-ttl02-02 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 480px) {
  .lower-ttl02-02 {
    font-size: 1.6rem;
  }
}
.lower-ttl02-02 span {
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .lower-ttl02-02 span {
    margin-top: 5px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .lower-ttl02-02 span {
    font-size: 1.1rem;
  }
}
.text-dialogue-lead {
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .text-dialogue-lead {
    max-width: 980px;
    width: calc(100% - 100px);
    padding: 0 50px;
  }
}
@media screen and (max-width: 960px) {
  .text-dialogue-lead {
    width: 92%;
    margin: 0 auto;
    padding: 0;
  }
}
.article-contents {
  width: 100%;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .article-contents {
    padding: 30px 0;
  }
}
.article-contents-bg {
  width: calc(100% - 100px);
  margin: 0 50px;
  padding: 40px 0;
  background-color: #f8f7ff;
}
@media screen and (max-width: 960px) {
  .article-contents-bg {
    width: 100%;
    margin: 0 auto;
  }
}
.article-contents-inner {
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .article-contents-inner {
    width: calc(100% - 100px);
    padding: 0 50px;
  }
}
@media screen and (max-width: 960px) {
  .article-contents-inner {
    width: 92%;
    margin: 0 auto;
    padding: 0;
  }
}
.text-dialogue-contents p {
  margin-bottom: 35px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .text-dialogue-contents p {
    margin-bottom: 30px;
  }
}
.text-dialogue-contents p:last-child {
  margin-bottom: 0;
}
.img-article {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .img-article {
    margin-bottom: 30px;
  }
}
.img-article img {
  max-width: 100%;
}
.question {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.plof {
  margin-top: 40px;
  padding: 40px 0 80px;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 1280px) {
  .plof {
    padding: 40px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .plof {
    padding: 30px 0 20px;
  }
}
.plof p {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .plof p {
    font-size: 1.3rem;
  }
}
.plof span {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mb-0 {
  margin-bottom: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.dialogue .dialogue-category {
  width: 100%;
  height: 60px;
  line-height: 60px;
  margin-top: 40px;
  margin-bottom: 30px;
  background-color: #403999;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
.dialogue .dialogue-category {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-bottom: 30px;
    background-color: #403999;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
  }
}
.dialogue .ico-play {
    top: 40%;
}



/* project */
.project {
  margin-bottom: 60px;
}
.project .lower-mv {
  background-image: url(/140th/project/images/img_mv_project.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
.project .project-category {
  width: 100%;
  height: 60px;
  line-height: 60px;
  margin-top: 40px;
  margin-bottom: 30px;
  background-color: #403999;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .project .project-category {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-bottom: 30px;
    background-color: #403999;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
  }
}
.list-project {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .list-project {
    display: block;
  }
}
.item-project {
  max-width: 32%;
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  .item-project {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .item-project {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
  .item-project:last-child {
    margin-bottom: 60px;
  }
}
.lower-ttl02:after {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #403999;
}
@media screen and (max-width: 768px) {
  .lower-ttl02:after {
    bottom: -20px;
  }
}
.item-project .img-wrapper {
  max-width: 346px;
  max-height: auto;
  margin-bottom: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .item-project .img-wrapper {
    max-width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
  }
}
.item-project img {
  display: block;
  width: 100%;
  transition: 0.4s linear;
}
.item-project img:hover {
  transition: 0.4s linear;
  transform: scale(1.1);
  z-index: 1;
}
.item-project p {
  color: #403999;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 1280px) {
  .item-project p {
    font-size: 1.6rem;
  }
}
.item-project:not(:nth-child(3n)) {
  margin-right: 2%;
}
@media screen and (max-width: 768px) {
  .item-project:not(:nth-child(3n)) {
    margin-right: 0%;
  }
}
.img-pjoject-top {
  margin-bottom: 60px;
}
@media screen and (max-width: 1080px) {
  .img-pjoject-top {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .img-pjoject-top {
    margin-bottom: 30px;
  }
}
.img-pjoject-top img {
  width: 100%;
}
.list-project-manth {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 1080px) {
  .list-project-manth {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .list-project-manth {
    margin-bottom: 30px;
  }
}
.list-project-manth-02 {
  margin-bottom: 120px;
}
@media screen and (max-width: 1080px) {
  .list-project-manth-02 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .list-project-manth-02 {
    margin-bottom: 30px;
  }
}
.item-project-manth {
  max-width: 90px;
  width: 12%;
  margin-bottom: 10px;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .item-project-manth {
    max-width: 100%;
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .item-project-manth {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .item-project-manth {
    max-width: 100%;
    width: 25%;
    font-size: 1.4rem;
  }
}
.item-project-manth a {
  display: block;
  position: relative;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .item-project-manth a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .item-project-manth a {
    font-size: 1.4rem;
  }
}
.item-project-manth a:after {
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-8px);
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(/140th/assets/images/ico_blank02.png);
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .item-project-manth a:after {
    right: 5%;
    transform: translateY(-6px);
    width: 12px;
    height: 12px;
  }
}
.item-project-manth a:hover {
  text-decoration: none;
}
.sports-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sports-list {
    display: block;
    width: 100%;
    margin-bottom: 60px;
  }
}
.sports-list-item {
  width: 33.33%;
  margin-bottom: 20px;
  border-left: 1px solid #ddd;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sports-list-item {
    width: 100%;
    border-right: 1px solid #ddd;
  }
}
.sports-list-item:last-child {
  border-right: 1px solid #ddd;
}
.sports-list-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sports-list-btn::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("/140th/project/05/images/icon_arrow_down.png") no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}
.sports-list-btn-blank::after {
  display: none;
}
.sports-list-btn a {
  display: block;
  width: 100%;
  padding: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sports-list-btn a {
    padding: 20px;
  }
}
.sports-list-btn a:hover {
  opacity: 0.6;
  transition: 0.6s;
}
.sports-list-btn a span {
  display: block;
  color: #403999;
  margin-top: 15px;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .sports-list-btn a span {
    margin-top: 15px;
    font-size: 1.8rem;
  }
}
.anchor {
  display: block;
  margin-top: -90px;
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .anchor {
    margin-top: -64px;
    padding-top: 64px;
  }
}
.btn-more-03 {
  display: block;
  position: relative;
  width: 350px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto 60px;
  background-color: #403999;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .btn-more-03 {
    max-width: 100%;
    width: 100%;
    font-size: 1.4rem;
  }
}
.btn-more-03:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 45%;
  right: 30px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: .3s;
}
.btn-more-03.open:after {
  transform: rotate(225deg);
}
.text-toggle {
  display: none;
  margin-bottom: 75px;
}
.text-toggle .lower-ttl04-02 {
  margin-bottom: 30px;
  color: #000;
  font-size: 2.2rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .text-toggle .lower-ttl04-02 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
  }
}
.text-toggle p {
  margin-bottom: 35px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .text-toggle p {
    margin-bottom: 30px;
    ont-size: 1.4rem;
  }
}
/* news */
.news .lower-mv {
  background-image: url(/140th/news/images/img_mv_news.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
.news .sec-news {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .news .sec-news {
    padding: 0;
  }
}
/* advertising */
.advertising .lower-mv {
  background-image: url(/140th/konochikara/images/img_mv_advertising.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
.advertising-lead {
  display: flex;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .advertising-lead {
    display: block;
    margin-bottom: 60px;
  }
}
.advertising-lead-img {
  width: 200px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .advertising-lead-img {
    margin: 0 auto 30px;
  }
}
.advertising-lead-text {
  max-width: 740px;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .advertising-lead-text {
    font-size: 1.4rem;
  }
}
.advertising-lead-img img {
  max-width: 100%;
}
.img-advertising-top img {
  width: 100%;
}
.img-advertising-top .img-advertising-text {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .img-advertising-top .img-advertising-text {
    font-size: 1.2rem;
    text-align: left;
  }
}
.book-item {
  display: flex;
  padding: 60px 0;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .book-item {
    display: block;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
  }
}
.book-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.book-img {
  width: 200px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .book-img {
    margin: 0 auto 30px;
  }
}
.book-img img {
  max-width: 100%;
}
.lower-ttl03-02 {
  margin-bottom: 30px;
  padding-left: 25px;
  border-left: solid 3px #403999;
  color: #403999;
  font-size: 2.4rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
  text-align: left;
}
.lower-ttl03-03 {
  margin-bottom: 30px;
  color: #403999;
  font-size: 2.4rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .lower-ttl03-02,.lower-ttl03-03 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-ttl03-02,.lower-ttl03-03 {
    margin-bottom: 15px;
    padding-left: 15px;
    font-size: 2rem;
  }
}
.book-text {
  max-width: 740px;
  width: 100%;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .book-text {
    font-size: 1.4rem;
  }
}
.book-text a {
  text-decoration: underline;
}
.book-text a:hover {
  text-decoration: none;
}
.project08-ttl{
	text-align-last: right;
	font-size: 3.6rem !important;
	margin-right: 1.5em;
}
@media screen and (max-width: 960px) {
  .project08-ttl {
	text-align-last: center;	  
    margin-right: 0;
	font-size: 2.2rem !important;
  }
}

/* ceremony */
.ceremony {
  margin-bottom: 0;
}
.ceremony .lower-mv {
  background-image: url(/140th/ceremony/images/img_mv_ceremony.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

/* message_video */
.list-video-message{
	margin: 0;
}
.list-video-message li{
	position: relative;
	margin: 0 0 25px;
	padding-left: 15px;
	font-size: 1.6rem;
	line-height: 1.4;
}
.list-video-message li span{
	margin-left: 1em;
}
.list-video-message li:before {
  content: "";
  position: absolute;
  top: .4em;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #BCB9EE;
  border-radius: 50%;
}
.list-video-message li a{
	color: #403999;
	font-weight: bold;
}
.list-video-message li a:hover{
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
.list-video-message li span{
	margin-left: 0;
}	
.list-video-message li a {
    display: block;
  }
}


/* special-message */
.special-message .lower-mv {
  position: relative;
  width: calc(100% - 100px);
  height: auto;
  max-height: 700px;
  margin: 90px auto 20px;
  text-align: center;
  background-image: url(/140th/interview/08/images/img_main_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
.special-message .mv-inner{
	margin: 0 auto;
	padding: 58px 0;
	width: 100%;
	max-width: 1280px;
	width: calc(100% - 5rem);
    position: relative;
}
.special-message .note{
	margin: 0 auto 30px;
	text-align: center;
	width: 100%;	
}
.special-message .note > span{
	display: inline-block;
	padding: 16px;
	text-align: center;
	background: #FFF;
	color: #3F3999;
	font-size: 1.4rem;	
	font-family: "Roboto", sans-serif;
	font-weight: 700;	
}
.special-message .mvTxt{
	width: 30%;
	position: absolute;
    top: 115px;
    left: 0;
	z-index: 100;
}
.special-message .mvTxt-inner{
	padding: 0 35px 40px;
	width: 500px;
    background-image: url(/140th/interview/08/images/img_tit_bg.png);
    background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #FFF;
	text-align: left;
}
.special-message .mvTxt-inner h1{
	width: 100%;
	font-size: 4rem;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #CCC;
}
.special-message .mvTxt-inner > p{
	font-size: 2rem;
	line-height: 1.6;
}
.special-message .mvPht{
	width: 70%;	
    position: relative;
    margin-bottom: 10rem;
    margin-right: 0;
    margin-left: auto;	
}
.special-message .mvPht > img{
	width: 100%;
	z-index: 200;	
}
.special-message .message-box {
	margin: 80px 0;
	padding: 0 35px 35px;
	border: 3px solid #403999;	
}
.special-message .message-box > p {
	font-size: 2rem;
	font-weight: 600;
}
.special-message .message-name {
	margin-top: 20px;
	text-align: right !important;
}
.special-message .message-ribbon {
	position: relative;
	top: -24px;
	left: 0;
}
.special-message .fLeftobject,.fRighttobject{
	width: 440px;
}

@media screen and (max-width: 960px) {
.special-message .lower-mv {
    width: 100%;
    height: 100%;
    margin: 0 auto 20px;
    text-align: center;
	background-size: cover;
}	
.special-message .mv-inner {
    width: calc(100% - 3rem);
}	
.special-message .mvTxt{
	width: 100%;
	position: relative;
    top: 0;
    left: 0;
}
.special-message .mvTxt-inner{
	margin-top: 3%;
	padding: 0 20px 60px;
	width: 100%;
}
.special-message .mvTxt-inner h1{
	font-size: 2.5rem;
	margin-bottom: 10px;
	padding-bottom: 10px;	
}	
.special-message .mvTxt-inner > p{
	font-size: 1.8rem;
	line-height: 1.8;
}
.special-message .mvPht{
    width: 90%;
    position: relative;
    z-index: 200;
    top: -40px;
    margin: 0 auto;	
}
.special-message .note{
	margin: 0 auto 20px;	
}
.special-message .note > span{
	padding: 10px;
	font-size: 1.2rem;	
}	
.special-message .fLeftobject,.fRighttobject{
	width: 100%;
}	
}

@media screen and (max-width: 768px) {
.special-message .mvTxt-inner{
	margin-top: 12%;
}
}


/* index-ceremony */
.mv .index-ceremony-wrapper {
  position: relative;
  width: 100%;	
  height: auto;
  text-align: center;
    background-image: url(/140th/assets/images/index_mv_ceremony.jpg);	
    background-repeat: no-repeat;
	background-size: 100% 100%;	
}
.mv .index-ceremony-inner{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 13% 2%;
	width: 100%;
	max-width: 1120px;	
}
.mv .index-ceremony-ttl{
	width: 35%;
	animation-delay: 0.4s;	
}
.mv .index-ceremony-ttl img{
	width: 100%;
	max-width: 400px;
}
.mv .index-ceremony-video{
	margin-top: 10px;
	width: 60%;
	animation-delay: 0.9s;	
}
.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.8s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.ttl-pc{display: block;}
.ttl-sp{display: none;}

@media screen and (max-width: 480px) {
.mv .index-ceremony-wrapper {
	background-size: contain;
	background-color: #000;
}	
.mv .index-ceremony-inner{
	display: flex;
	flex-direction: column;
	justify-content: center;
  align-items: center;
	margin: 0 auto;
	padding: 25% 15px 10%;
	width: 100%;
}	
.mv .index-ceremony-ttl{
	width: 80%;	
}
.mv .index-ceremony-video{
	margin-top: 20px;
	width: 100%;	
}	
.ttl-pc{display: none;}
.ttl-sp{display: block;}
}

/* izumi-ls */
.izumi-ls {
  margin-top: 140px;
}


/*=============================
8.animation
=============================*/
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.fadeleft {
  opacity: 0;
  transform: translateX(20px);
  transition: all 1s;
}
.faderight {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 1s;
}
/*=============================
9.youtube
=============================*/
.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*=============================
10.module
=============================*/
.al-left {
  text-align: left !important;
}
.al-center {
  text-align: center !important;
}
.al-right {
  text-align: right !important;
}
.img-caption {
  margin: 10px 0 50px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.4;
}
.fontL{font-size: 2rem !important;}


a.text-link {
  color: #403999;
  text-decoration: underline;
}
a:hover.text-link {
  text-decoration: none;
}
/*====margin====*/
.mt10 {
  margin-top: 10px
}
.mt20 {
  margin-top: 20px
}
.mt30 {
  margin-top: 30px
}
.mb10 {
  margin-bottom: 10px
}
.mb20 {
  margin-bottom: 20px
}
.mb30 {
  margin-bottom: 30px
}
.mb50 {
  margin-bottom: 50px
}
.mb60 {
  margin-bottom: 60px
}
.mb80 {
  margin-bottom: 80px
}


/*====fontcolor====*/
.fRed{color: #B20000;}
.fOrenge{color: #D96D00;}
.fGreen{color: #008C69;}
.fBlue{color: #0059B2;}
.fPurple{color: #69008C;}


/*====fontsize====*/
.f110{font-size: 110% !important;}
.f120{font-size: 120% !important;}
.f130{font-size: 130% !important;}
.f140{font-size: 140% !important;}
.f150{font-size: 150% !important;}
.f160{font-size: 160% !important;}
.f170{font-size: 170% !important;}
.f180{font-size: 180% !important;}
.f190{font-size: 190% !important;}
.f200{font-size: 200% !important;}

/*====list-pht====*/
.list-pht {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .list-pht {
    display: block;
  }
}
.item-pht {
  max-width: 48%;
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 1280px) {
  .item-pht {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .item-pht {
    max-width: 100%;
    width: 100%;
  }
}
.item-pht .img-wrapper {
  max-width: 518px;
  margin-bottom: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .item-pht .img-wrapper {
    max-width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
  }
}
.item-pht img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  transition: 0.4s linear;
}
.item-pht p {
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .item-pht p {
    font-size: 1.4rem;
  }
}
.item-pht:nth-child(odd) {
  margin-right: 4%;
}
/*====table====*/
.lower .contents__table {
  margin-top: 30px;
}
.lower .contents__table table {
  width: 100%;
  border: 1px solid #ddd;
  font-size: 1.5rem;
  line-height: 1.8;
}
.lower .contents__table table tr {
  border-bottom: 1px solid #ddd;
}
.lower .contents__table table th {
  width: 25%;
  padding: 20px;
  background-color: #f4f6f5;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
.lower .contents__table table td {
  padding: 20px 50px;
}
@media (max-width: 768px) {
  .lower .contents__table {
    margin-top: 30px;
  }
  .lower .contents__table table {
    border: 1px solid #ddd;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .lower .contents__table table tr {
    border: none;
  }
  .lower .contents__table table th {
    display: block;
    width: 100%;
    padding: 15px 4%;
    border: none;
    text-align: left;
    box-sizing: border-box;
  }
  .lower .contents__table table td {
    display: block;
    width: 100%;
    padding: 15px 4%;
    border: none;
    box-sizing: border-box;
  }
}
.fLeft{
	float: left;
	margin-right: 30px;
}
.fRight{
	float: right;
	margin-left: 30px;
}
.fLeftobject,.fRighttobject{
	width: 250px;
}
@media screen and (max-width: 768px) {
.fLeft,.fRight{
	float: none;
	margin: 0 auto 30px;
	text-align: center;
  }
.fLeftobject{
	width: 100%;
}
}


.column2,.column3  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.column2 .text_area {
    width: 870px;
}
.column2 .img_area {
    width: 180px;
	margin-bottom: 50px;
}
.column2 .img_area > p {
    margin: 0 0 20px;
}

.column3 > div {
    width: calc(315 / 980 * 100%);
	margin-top: 20px;
}

.column2 > div > img,
.column3 > div > img {
    width: 100%;
}


.clearfix::after {
    content: " ";
    display: block;
    clear: both;
}

@media screen and (max-width: 1280px){
.column2  {
    justify-content: center;
}	
.column2 > div {
    width: 100%;
}	
}
@media screen and (max-width: 768px){
.column3 > div {
    width: 100%;
}	
}

