@charset "UTF-8";
/***********************************************************************
「★PC/SP版 CSS★」全ての幅のサイズで有効になる
**********************************************************************/
.inner {
  position: relative;
  z-index: 1;
}

.sec-tenbou h2 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.85);
}

.mv-area .mv-inner {
  position: relative;
}

.mv-area .mv-inner .mv_img1, .mv-area .mv-inner .mv_img2 {
  position: absolute;
}

.mv-area .mv-inner .mv_img1 img, .mv-area .mv-inner .mv_img2 img {
  height: auto;
  display: block;
}

.txt-area {
  position: relative;
}

.txt-area .txt-inner {
  background: #fff;
  position: relative;
}

.txt-area .txt-inner::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  z-index: 1;
}

.txt-area .txt-inner p {
  line-height: 2.5;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}

.txt-area .txt-inner p b {
  background: #FEC300;
  font-weight: normal;
  padding-top: 2px;
}

/***********************************************************************
「★PC版 CSS★」ブラウザの幅が751px以上ならここの記述が有効になる
**********************************************************************/
@media (min-width: 751px) {
  #content {
    position: relative;
    font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック',sans-serif;
  }
  #content::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 318px;
    left: 0;
    top: 0;
    background: url("../images/common/img_mv_line_l_pc.png");
    background-size: 100% auto;
    background-repeat: repeat-y;
    z-index: 0;
  }
  #content::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 318px;
    right: 0;
    top: 0;
    background: url("../images/common/img_mv_line_r_pc.png");
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: right top;
    z-index: 0;
  }
  .sec-tenbou h2 {
    font-size: 28px;
    background: url("../images/common/top_ttl_pc.png") no-repeat;
    background-position: center top;
    background-size: auto 62px;
    height: 62px;
    line-height: 62px;
  }
  .mv-area {
    background: url("../images/tenbou/bg_top_pc.jpg") no-repeat #F2C604;
    background-size: auto 537px;
    background-position: center top;
    height: 537px;
  }
  .mv-area .mv-inner {
    max-width: 1280px;
    margin: auto;
    height: 537px;
  }
  .mv-area .mv-inner .mv_img1 {
    width: 768px;
    right: 72px;
    top: 124px;
  }
  .mv-area .mv-inner .mv_img1 img {
    width: 100%;
  }
  .mv-area .mv-inner .mv_img2 {
    width: 822px;
    right: 49px;
    bottom: 0;
  }
  .mv-area .mv-inner .mv_img2 img {
    width: 100%;
  }
  .txt-area {
    padding: 0 20px 30px;
  }
  .txt-area .txt-inner {
    padding: 50px 0 73px;
  }
  .txt-area .txt-inner::before {
    background: url("../images/tenbou/shadow_top.png") repeat-x;
    height: 75px;
    left: 0;
    top: 0;
  }
  .txt-area .txt-inner p {
    font-size: 16px;
    width: 900px;
    margin: auto;
    text-indent: 1em;
  }
  .txt-area .txt-inner p:first-child:first-letter {
    font-size: 36px;
    line-height: 1;
  }
  .txt-area-icon {
    position: absolute;
    z-index: 2;
  }
  .txt-area-icon img {
    width: 48px;
    height: auto;
    display: block;
  }
  .txt-area-icon.img1 {
    top: 5px;
    left: 25px;
  }
  .txt-area-icon.img2 {
    top: 5px;
    right: 25px;
  }
  .txt-area-icon.img3 {
    left: 25px;
    bottom: 35px;
  }
  .txt-area-icon.img4 {
    right: 25px;
    bottom: 35px;
  }
}

@media (min-width: 1920px) {
  .mv-area {
    background-position: left top;
  }
}

/***********************************************************************
「★SP版 CSS★」ブラウザの幅が750px以下ならここの記述が有効になる
**********************************************************************/
@media (max-width: 750px) {
  #content {
    position: relative;
  }
  #content::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 23.86vw;
    left: 0;
    top: 0;
    background: url("../images/common/img_mv_line_l_sp.png");
    background-size: 100% auto;
    background-repeat: repeat-y;
    z-index: 0;
    opacity: .2;
  }
  #content::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 23.86vw;
    right: 0;
    top: 0;
    background: url("../images/common/img_mv_line_r_sp.png");
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: right top;
    z-index: 0;
    opacity: .2;
  }
  .inner {
    padding-top: 94px;
    overflow: hidden;
  }
  .sec-tenbou {
    padding-top: 94px;
  }
  .sec-tenbou h2 {
    font-size: 40px;
    background: url("../images/common/top_ttl_sp.png") no-repeat;
    background-position: center top;
    background-size: auto 94px;
    height: 94px;
    line-height: 94px;
    position: absolute;
    top: -94px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
  }
  .mv-area {
    background: url("../images/tenbou/bg_top_sp.jpg") no-repeat #F2C604;
    background-size: auto 537px;
    background-position: center top;
    height: 660px;
    margin: 0 1.3vw;
  }
  .mv-area .mv-inner {
    margin: auto;
    height: 660px;
  }
  .mv-area .mv-inner .mv_img1 {
    width: 667px;
    right: 0;
    left: 0;
    margin: auto;
    top: 295px;
  }
  .mv-area .mv-inner .mv_img1 img {
    width: 100%;
  }
  .mv-area .mv-inner .mv_img2 {
    width: 100%;
    bottom: 0;
  }
  .mv-area .mv-inner .mv_img2 img {
    width: 100%;
  }
  .txt-area {
    padding: 0 1.3vw 30px;
  }
  .txt-area .txt-inner {
    padding: 60px 4vw 66px;
  }
  .txt-area .txt-inner::before {
    background: url("../images/tenbou/shadow_top.png") repeat-x;
    height: 75px;
    left: 0;
    top: 0;
  }
  .txt-area .txt-inner p {
    font-size: 28px;
    margin: auto;
    text-indent: 1em;
    line-height: 1.7;
  }
  .txt-area .txt-inner p:first-child:first-letter {
    font-size: 50px;
    line-height: 1;
  }
  .txt-area-icon {
    position: absolute;
    z-index: 2;
  }
  .txt-area-icon img {
    width: 48px;
    height: auto;
    display: block;
  }
  .txt-area-icon.img1 {
    top: 5px;
    left: 2.13vw;
  }
  .txt-area-icon.img2 {
    top: 5px;
    right: 2.13vw;
  }
  .txt-area-icon.img3 {
    left: 2.13vw;
    bottom: 35px;
  }
  .txt-area-icon.img4 {
    right: 2.13vw;
    bottom: 35px;
  }
}

/***********************************************************************
アニメーション関係CSS
**********************************************************************/
.mv_img1,
.mv_img2 {
  opacity: 0;
}

.mv_img1 {
  -webkit-animation: fadeInDown ease-out both;
          animation: fadeInDown ease-out both;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}

.mv_img2 {
  -webkit-animation: fadeInRight ease-out both;
          animation: fadeInRight ease-out both;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

@-webkit-keyframes fadeInDown {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInDown {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    transform: translateX(60px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInRight {
  0% {
    transform: translateX(60px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
