﻿@charset "utf-8";
/* CSS Document */

html {
  position: relative;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

/* mainArea */
#mainArea {
  color: #00357e;
  background-color: #feefd5;
  max-width: 2500px;
  margin: 0 auto;
}

#mainArea img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

#mainArea a:hover img {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#mainArea a:hover a.hoverImg {
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
}

#mainArea a img {
  border-style: none;
}

#mainArea .sp_display {
  display: none;
}

/* wrap */

/* 共通 */
#mainArea .inner {
  width: 1024px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index:1;
}

.fadeIn {
  transform: translate3d(0, 50px, 0);
  transition: 1s;
  opacity: 0;
}
.fadeIn.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.attention_txt {
    font-size: 1.4rem;
    text-align: right;
    position: absolute;
    top: 1.4em;
    right: 1em;
    display: block;
}

/* main */
#mainArea .main {
  background-image: url(../img/main_bg_pc.png?202510);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
  height: 950px;
}

#mainArea .main:before {
  content: "";
  background-image: url(../img/main_bg_txt_l.png?202510);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 235px;
  height: 650px;
  position: absolute;
  left: 0;
  bottom: 10px;
}

#mainArea .main:after {
  content: "";
  background-image: url(../img/main_bg_txt_r.png?202510);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 235px;
  height: 650px;
  position: absolute;
  right: 0;
  top: 0;
}

#mainArea .maininner {
  position: relative;
  height: 1000px;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 20;
}


#mainArea .main .logo {
  position: absolute;
  z-index: 10;
  opacity: 0;
  top: 10%;
  animation: pkgPopup 1s 1s forwards;
}

#mainArea .main .mainLogoBox {
  width: 50%;
  padding-right: 50px;
  box-sizing: border-box;
}

#mainArea .main .mainLogoBox img {
  max-width: 100%;
}

#mainArea .main .logoChips {
  margin-top: 400px;
}

#mainArea .main .mainContents {
  width: 50%;
  padding-left: 50px;
  box-sizing: border-box;
}

#mainArea .main .mainContents p {
  margin: 20px 0;
}


@keyframes pkgPopup {
  0% {
    opacity:0;
    transform: scale(.2);
  }
  50% {
    opacity:1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes pkgPopupSmall {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  40% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  60% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}


/* cpBanner */

.cp_banner{
padding:6vw 1vw 0 1vw;
margin:0 auto;
text-align:center;
}

.cp_banner img{
max-width:100%;
}


/* secMovie */

#movie {
padding:7vw 0 4vw 0;
margin:0 auto;
text-align:center;
}

#movie h2{
padding:0 0 2vw 0;
}

#movie .movie_thumb {
  max-width:650px;
  position: relative;
 margin:0 auto;
  display:flex;
   justify-content: center;
}

#movie .movie_thumb .poster {
  max-width:660px;
  flex: 1;
}

#movie .movie_thumb .poster img{
  max-width:100%;
}

#movie .movie_thumb iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  flex: 1;
}
#movie .movie_thumb .thumb{
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}



/* sec01 */
#mainArea #sec01 {
  background: url(../img/teiban_bg.png?202510) right bottom no-repeat;
  position: relative;
  background-size: cover;
  background-position: top center;
  padding: 0;
  margin: 350px 0 0 0;
}

#mainArea #sec01 .pkg {
  position: relative;
  top: -250px;
  margin-bottom: -220px;
}

#mainArea #sec01 .ttl {
  position: relative;
}

#mainArea #sec01 .ttl:before{
  position: absolute;
  content: "";
  top: -70px;
  left: 85px;
  width: 134px;
  height: 89px;
  background-image: url(../img/teiban_ttl_op.png);
}

#mainArea #sec01 .box {
  padding: 30px 0 70px 0;
  position: relative;
}

#mainArea #sec01 .box .zaku {
  padding-right: 50px;
}

#mainArea #sec01 .box .chips {
  padding-left: 30px;
}

#mainArea #sec01 .box .comment1 {
  position: absolute;
  left: 0;
  top: 50px;
}

#mainArea #sec01 .box .comment2 {
  position: absolute;
  right: 0;
  top: 50px;
}

#mainArea #sec01 .box .comment3 {
  position: absolute;
  left: 0;
  bottom: 100px;
}

#mainArea #sec01 .box .comment4 {
  position: absolute;
  right: 60px;
  bottom: 70px;
}


/* sec02 */
#mainArea #sec02 {

}

#mainArea #sec02 h2.ttl {
  text-align: center;
  padding: 80px 0 10px 0;
}

#mainArea #sec02 h3.ttl {
  text-align: center;
  background-image: url(../img/secretpoint_subttl_bg.png);
  background-repeat:repeat-x;
  background-position: center;
  padding: 70px 0;
  position: relative;
  z-index: 20;
}

#mainArea #sec02 .contentsBox {
  background: url(../img/secretpoint1_contents_bg.png) center bottom no-repeat;
  position: relative;
  background-size: cover;
  background-position: top center;
  margin-top: -25px;
  padding: 60px 0 150px 0;
}

#mainArea #sec02 h4.ttl {
  position: relative;
  margin: 90px 0 0 120px;
  text-align: center;
}

.point1ttl1:before {
  position: absolute;
  content: "";
  background-image: url(../img/secretpoint1_contents_ttl_1_op.png?202510);
  width: 317px;
  height: 264px;
  left: -140px;
  top: -60px;
}

.point1ttl2:before {
  position: absolute;
  content: "";
  background-image: url(../img/secretpoint1_contents_ttl_2_op.png?202510);
  width: 317px;
  height: 264px;
  left: -140px;
  top: -60px;
}

#mainArea #sec02 .txt {
  margin: 30px 0 60px 0;
}

#mainArea #sec02 .txt:nth-child(2) {
  margin-left: 75px;
}


#mainArea #sec02 .flexbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 80px 0 0 0;
}

#mainArea #sec02 .flexbox .flexboxContents p:nth-child(2) {
  margin-top: -50px;
}


/* sec03 */
#mainArea #sec03 {

}

#mainArea #sec03 h2.ttl {
  text-align: center;
  padding: 80px 0 10px 0;
}

#mainArea #sec03 h3.ttl {
  text-align: center;
  background-image: url(../img/secretpoint_subttl_bg.png);
  background-repeat:repeat-x;
  background-position: center;
  padding: 70px 0;
  position: relative;
  z-index: 20;
}

#mainArea #sec03 .contentsBox {
  background: url(../img/secretpoint2_contents_bg.png?202510) right bottom no-repeat;
  position: relative;
  background-size: cover;
  background-position: top center;
  margin-top: -25px;
  padding: 60px 0 500px 0;
}

#mainArea #sec03 .contentsBox:before {
  position: absolute;
  content: "";
  background-image: url(../img/secretpoint2_contents_bg_op.png?202510);
  width: 489px;
  height: 580px;
  right: -30px;
  bottom: 100px;
  z-index: 0;
}

#mainArea #sec03 h4.ttl {
  position: relative;
  margin: 90px 0 0 0;
}

#mainArea #sec03 .danmen {
  margin: 30px 0 30px 0;
}

#mainArea #sec03 .arrow {
  margin: 30px 0 60px 0;
}

#mainArea #sec03 .reason {
  margin: 30px 0;
}

#mainArea #sec03 .chips {
  text-align: center;
  position: absolute;
  bottom: -200px;
  right: 0;
  left: 0;
  margin: 0 auto;
}


/* sec04 */
#mainArea #sec04 {

}

#mainArea #sec04 h2.ttl {
  text-align: center;
  padding: 220px 0 10px 0;
}

#mainArea #sec04 h3.ttl {
  text-align: center;
  background-image: url(../img/secretpoint_subttl_bg.png);
  background-repeat:repeat-x;
  background-position: center;
  padding: 70px 0;
  position: relative;
  z-index: 20;
}

#mainArea #sec04 .contentsBox {
  background: url(../img/secretpoint3_contents_bg.png) center bottom no-repeat;
  position: relative;
  background-size: cover;
  background-position: top center;
  margin-top: -25px;
  padding: 60px 0 0 0;
}

#mainArea #sec04 .contentsBox:after {
  position: absolute;
  content: "";
  background-image: url(../img/history_bg_op.png);
  background-repeat: no-repeat;
  width: 246px;
  height: 1680px;
  left: 0;
  top: 50px;
  z-index:0;
}

#mainArea #sec04 .txt {
  font-size: 28px;
  line-height: 2em;
  font-weight: bold;
  padding: 20px 0 60px 0;
}

#mainArea #sec04 .history ul {
  background-image: url(../img/history_line_pc.png);
  background-position: top center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 20;
}

#mainArea #sec04 .yeartitle {
  font-size: 22px;
  font-weight: bold;
  margin: 20px 0;
}

#mainArea #sec04 .yeartitle span {
  font-size: 80%;
}

#mainArea #sec04 .historyListRight .yeartitle {
  text-align: left;
}

#mainArea #sec04 .historyListLeft .yeartitle {
  text-align: right;
}

#mainArea #sec04 .historyListRight dt {
  text-align: left;
  position: relative;
}

#mainArea #sec04 .historyListRight dt:before {
  position: absolute;
  content: "";
  background-image: url(../img/history_dotted.png);
  background-repeat: no-repeat;
  width: 40px;
  height: 4px;
  left: -50px;
  top: 50%;
  margin-top: -2px;
}

#mainArea #sec04 .historyListLeft dt {
  text-align: right;
  position: relative;
}

#mainArea #sec04 .historyListLeft dt:before {
  position: absolute;
  content: "";
  background-image: url(../img/history_dotted.png);
  background-repeat: no-repeat;
  width: 40px;
  height: 4px;
  right: -50px;
  top: 50%;
  margin-top: -2px;
}

#mainArea #sec04 .historyListLeft dd .pkg {
  padding-left: 50px;
  text-align: center;
}

#mainArea #sec04 .infotxt {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin: 20px 0;
}

#mainArea #sec04 .mainpkg {
  margin-top: 100px;
  position: relative;
  z-index: 20;
}


/* sec05 */
#mainArea #sec05 {
  background: url(../img/sec05_bg.png) right bottom no-repeat;
  position: relative;
  background-size: cover;
  background-position: top center;
  margin-top: -150px;
  padding: 200px 0 125px 0;
}

#mainArea #sec05:before {
  content: "";
  background-image: url(../img/main_bg_txt_l.png?202510);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 235px;
  height: 650px;
  position: absolute;
  left: 0;
  bottom: -300px;
}

#mainArea #sec05:after {
  content: "";
  background-image: url(../img/main_bg_txt_r.png?202510);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 235px;
  height: 650px;
  position: absolute;
  right: 0;
  top: 80px;
 z-index:0;
}

#mainArea #sec05 .contents {
  position: relative;
}

#mainArea #sec05 .contents .txt {
  font-size: 34px;
  line-height: 1.5em;
  font-weight: bold;
  padding: 0 0 50px 0;
  position:relative;
  z-index:2;
}

#mainArea #sec05 .contents .chips {
  position: absolute;
  left: -50px;
  top: 50px;
  z-index:1;
}

#mainArea #sec05 .contents .chips:before {
  content: "";
  background-image: url(../img/teiban_zaku_txt_bottom.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 204px;
  height: 158px;
  position: absolute;
  left: -15px;
  top: -120px;
}

#mainArea #sec05 .contents {

 z-index:1;
  
}


@media screen and (min-width:1940px) {

}

@media screen and (max-width:1600px) {
  
  #mainArea #sec05 .contents .chips {
    
    width:26vw;
    left: 5vw;
  } 
  
    #mainArea #sec05 .contents .chips:before {
    
    width:14vw;
    top: -9vw;
  } 
  
  
    #mainArea #sec05 .contents .chips img {
    
    max-width:100%;
    
  }  
  
}


/* sec06 */
  #mainArea #sec06 {
    background: #eb7103;
    padding: 0 0 80px 0;
  }

#mainArea #sec06 h2.ttl {
    text-align: center;
    padding: 0 0 10px 0;
} 


  #mainArea #sec06 h2 img {
    max-width: 100%;
    height: auto;
  }

  #mainArea #sec06 .contents {

  }

 #mainArea #sec06 .contents .lineup {
    display: flex;
    flex-wrap: wrap;
  }

 #mainArea #sec06 .contents .lineup li {
    width:50%;
   padding: 2rem 0 2rem 0;
  }


  #mainArea #sec06 .contents .txt {
    font-size: 20px;
    line-height: 1.4em;
    font-weight: bold;
    padding: 15px 0 20px 0;
    width: 100%;
    order: 2;
    color:#fff;
  }


  #mainArea #sec06 .contents .btn {
    order: 3;
  }

  #mainArea #sec06 .contents .btn img {
    max-width: 70%;
  }





@media screen and (max-width:1200px) {
  

#mainArea .main:before {
display:none;
}   
  
  
#mainArea .main:after {
display:none;
}  
  
#mainArea #sec05 .contents .chips img{
max-width:100%; 
} 
  
#mainArea #sec05:after {
display:none;    
     
  }
  
  
#mainArea #sec05:before {
display:none;    
     
  }   
}

@media screen and (min-width:769px) {
  
  /* #sec04 */
  #mainArea #sec04 .historyList {
    width: 43%;
  }
  
  #mainArea #sec04 .historyListRight {
    margin-left: 57%;
  }
  
  #mainArea #sec04 .historyListLeft {
    margin-right: 57%;
  }
  
  #mainArea #sec04 .historyListCenter {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
  }
  
  #mainArea #sec04 .history1983 {
    padding-top: 60px;
  }
  
  #mainArea #sec04 .history1998 {
    margin-top: -190px;
  }
  
  #mainArea #sec04 .history2010 {
    margin-top: -170px;
  }
  
  #mainArea #sec04 .history2017 {
    margin-top: -170px;
  }
  
    #mainArea #sec04 .history2024 {
    margin-top: -170px;
  }
  
  
  
  #mainArea #sec04 .history2025 {
    margin-top: 100px;
    position: relative;
    bottom: -50px;
  }
  
  #mainArea #sec04 .historyListCenter dt {
    text-align: center;
  }

}

@media screen and (min-width:1px) and (max-width:768px) {
  .pc_display {
    display: none !important;
  }

  .sp_display {
    display: block !important;
  }

  main img {
    width: auto;
  }
  
      .attention_txt {
        z-index: 100000;
        font-size: 2.2vw;
        top: 1.9em;
    }

  #mainArea .main {
    background-image: url(../img/main_bg_sp.png?202510);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position:top center;
    position: relative;
    height: auto;
  }

  #mainArea .main .mainLogoBox {
    width: 100%;
    height: auto;
    padding-right: 0;
  }

  #mainArea .main .logo {
    position: relative;
    top: 0;
    text-align: center;
    width: 100%;
    margin-top: 10vw;
  }

  #mainArea .main .mainLogoBox img {
    max-width: 60vw;
  }

  #mainArea .main .logoChips {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 20px;
  }

  #mainArea .main .logoChips img {
    max-width: 70vw;
  }
  
  #mainArea .main:before {
    content: "";
    background-image: url(../img/main_bg_txt_l.png?202510);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 60px;
    height: 175px;
    position: absolute;
    left: 0;
    top: 65vw;
  }
  
  #mainArea .main:after {
    content: "";
    background-image: url(../img/main_bg_txt_r.png?202510);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 60px;
    height: 175px;
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0vw;
    z-index: 20;
  }
  
  #mainArea .maininner {
    position: relative;
    height: auto;
    flex-wrap: wrap;
  }

  #mainArea .main .mainContents {
    width: 100%;
    padding-left: 0;
    padding-top: 57vw;
    padding-bottom: 5vw;
  }

  #mainArea .main .mainContents p {
    text-align: center;
    margin: 0 0 10px 0;
  }

  #mainArea .main .mainContents p img {
    max-width: 70vw;
  }

  /* #sec01 */
  #mainArea #sec01 {
    background: url(../img/teiban_bg_sp.png?202510) right bottom no-repeat;
    position: relative;
    background-size: cover;
    background-position: top center;
    padding: 0;
    margin: 220px 0 0 0;
  }

  #mainArea #sec01 .pkg {
    top: -150px;
    margin-bottom: -130px;
  }
  #mainArea #sec01 .pkg img {
    max-width: 50vw;
  }

  #mainArea #sec01 .ttl {
    position: relative;
  }
  
  #mainArea #sec01 .ttl:before{
    position: absolute;
    content: "";
    top: -50px;
    left: 0px;
    width: 70px;
    height: 50px;
    background-image: url(../img/teiban_ttl_op.png);
    background-repeat: no-repeat;
    background-size: contain;
  }

  #mainArea #sec01 .ttl img {
    max-width: 84%;
    height: auto;
  }

  #mainArea #sec01 .box .zaku {
    margin-top: 70px;
  }

  #mainArea #sec01 .box .zaku img {
    width: 50%;
    padding-left: 20px;
    box-sizing: border-box;
  }

  #mainArea #sec01 .box .chips {
    padding-left: 0;
    text-align: center;
    padding-bottom: 70px;
    margin-top: -5vw;
    }  

  #mainArea #sec01 .box .chips img {
    width: 80%;
    padding-left: 20px;
    box-sizing: border-box;
  }

  #mainArea #sec01 .box .comment1 {
    text-align: left;
    top: 0;
  }

  #mainArea #sec01 .box .comment1 img {
    width: 50%;
  }

  #mainArea #sec01 .box .comment2 {
    text-align: right;
    top: 15px;
  }

  #mainArea #sec01 .box .comment2 img {
    width: 50%;
  }

  #mainArea #sec01 .box .comment3 {
    text-align: left;
    bottom: 65px;
  }

  #mainArea #sec01 .box .comment3 img {
    width: 50%;
  }

  #mainArea #sec01 .box .comment4 {
    text-align: right;
    right: 0;
    bottom: 90px;
  }

  #mainArea #sec01 .box .comment4 img {
    width: 50%;
  }


  /* sec02 */
  #mainArea #sec02 h2.ttl {
    text-align: center;
    padding: 80px 20px 0 20px;
  }

  #mainArea #sec02 h2.ttl img {
    max-width: 100%;
  }

  #mainArea #sec02 h3.ttl {
    background-size: cover;
    padding: 30px 20px;
  }

  #mainArea #sec02 h3.ttl img {
    max-width: 100%;
  }

  #mainArea #sec02 .contentsBox {
    background: url(../img/secretpoint1_contents_bg_sp.png) right bottom no-repeat;
    position: relative;
    background-size: cover;
    background-position: top center;
    margin-top: -25px;
    padding: 60px 0 50px 0;
  }

  #mainArea #sec02 .inner {
    padding-left: 5px;
    padding-right: 5px;
  }

  #mainArea #sec02 h4.ttl {
    position: relative;
    margin: 90px 0 0 0;
  }

  #mainArea #sec02 h4.ttl img {
    max-width: 100%;
  }

  .point1ttl1:before {
    width: 175px;
    height: 175px;
    left: 50%;
    top: -110px;
    margin-left: -80px;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .point1ttl2:before {
    width: 175px;
    height: 175px;
    left: 50%;
    top: -110px;
    margin-left: -80px;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  #mainArea #sec02 .txt {
    padding-left: 20px;
    padding-right: 80px;
    padding-bottom: 60px;
    box-sizing: border-box;
  }

  #mainArea #sec02 .txt:nth-child(2) {
    margin-left: 0;
  }

  #mainArea #sec02 .txt img {
    max-width: 114%;
    height: auto;
  }

  #mainArea #sec02 .flexbox {
    flex-wrap: wrap;
    margin: 20px 0 0 0;
  }

  #mainArea #sec02 .flexbox .graph img {
    max-width: 80%;
  }

  #mainArea #sec02 .flexboxContents .txt {
    padding-left: 35px;
    padding-right: 50px;
    margin-bottom: 30px;
  }

  #mainArea #sec02 .flexboxContents p img {
    max-width: 100%;
    height: auto;
    max-height: 100px;
  }

  /* sec03 */
  #mainArea #sec03 h2.ttl {
    text-align: center;
    padding: 60px 20px 0 20px;
  }

  #mainArea #sec03 h2.ttl img {
    max-width: 80%;
  }

  #mainArea #sec03 h3.ttl {
    background-size: cover;
    padding: 30px 20px;
  }

  #mainArea #sec03 h3.ttl img {
    max-width: 100%;
  }

  #mainArea #sec03 .contentsBox {
    padding-bottom: 325px;
  }

  #mainArea #sec03 .contentsBox:before {
    width: 100%;
    height: 75vw;
    background-size: 40%;
    background-position: top center;
    background-repeat: no-repeat;
    right: auto;
    bottom: 0;
    z-index: 0;
  }

  #mainArea #sec03 .danmen img {
    max-width: 100%;
    height: auto;
  }

  #mainArea #sec03 .arrow {
    margin-bottom: 0;
  }

  #mainArea #sec03 .arrow img {
    max-width: 30%;
    height: auto;
  }

  #mainArea #sec03 .reason {

  }

  #mainArea #sec03 .reason img {
    max-width: 100%;
    height: auto;
  }

  #mainArea #sec03 .chips {
    text-align: center;
    position: absolute;
    bottom: -100px;
    left: auto;
    margin-left: 0;
  }

  #mainArea #sec03 .chips img {
    max-width: 100%;
    height: auto;
  }


  /* sec04 */
  #mainArea #sec04 h2.ttl {
    text-align: center;
    padding: 130px 20px 0 20px;
  }

  #mainArea #sec04 h2.ttl img {
    max-width: 90%;
  }

  #mainArea #sec04 h3.ttl {
    background-size: cover;
    padding: 30px 20px;
  }

  #mainArea #sec04 h3.ttl img {
    max-width: 100%;
  }

  #mainArea #sec04 .contentsBox {
    background: url(../img/secretpoint3_contents_bg_sp.png?202510) center bottom no-repeat;
    background-size: cover;
    padding-bottom: 50px;
  }

  #mainArea #sec04 .contentsBox:after {
    background-image: url(../img/history_bg_op_sp.png?202510);
    width: 80px;
    height: 1000px;
    background-size: 100%;
    left: auto;
    right: 0;
    top: 250px;
  }

  #mainArea #sec04 .history ul {
    background-image: url(../img/history_line_sp.png);
    background-position: top left;
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 20;
    margin-left: 10px;
  }

  #mainArea #sec04 .txt {
    font-size: 16px;
    padding-top: 0px;
    line-height: 2em;
    padding-bottom: 30px;
  }

  #mainArea #sec04 .historyList {
    width: 100%;
    padding-left: 20%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 30px;
  }

  #mainArea #sec04 .history1983 {
    padding-top: 50px;
  }
  
  #mainArea #sec04 .history1998 {
    margin-top: 0;
  }
  
  #mainArea #sec04 .history2010 {
    margin-top: 0;
  }
  
  #mainArea #sec04 .history2017 {
    margin-top: 0;
  }
  
  #mainArea #sec04 .history2024 {
    margin-top: 0;
  }
  
  
  #mainArea #sec04 .history2025 {
    margin-top: 0;
    position: relative;
    bottom: -20px;
    padding-left: 0;
  }

  #mainArea #sec04 .history2025:before {
    content: "";
    background-image: url(../img/history_line_2_sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 200px;
    height: 30px;
    position: absolute;
    left: 3%;
    bottom: 4px;
  }

  #mainArea #sec04 .historyListRight dt {
    text-align: left;
    padding-left: 0;
  }

  #mainArea #sec04 .historyListRight dt:before {
    width: 25px;
    height: 4px;
    left: -30px;
    top: 50%;
    margin-top: -2px;
    background-size: 100%;
  }
  
  #mainArea #sec04 .historyListLeft dt {
    text-align: left;
    padding-left: 0;
  }
  
  #mainArea #sec04 .historyListLeft dt:before {
    width: 25px;
    height: 4px;
    left: -30px;
    top: 50%;
    margin-top: -2px;
    background-size: 100%;
  }

  #mainArea #sec04 .history ul li dl dt img {
    height: 40px;
    position: relative;
    z-index: 100;
  }

  #mainArea #sec04 .historyListLeft dd .pkg {
    padding-left: 0;
  }

  #mainArea #sec04 .yeartitle {
    font-size: 18px;
  }

  #mainArea #sec04 .historyListLeft .yeartitle {
    text-align: left;
  }

  #mainArea #sec04 .pkg {
    padding-right: 50px;
  }

  #mainArea #sec04 .pkg img {
    max-height: 125px;
  }

  #mainArea #sec04 .infotxt {
    font-size: 16px;
  }

  #mainArea #sec04 .mainpkg {
    margin-top: 40px;
    margin-left: 15px;
  }

  #mainArea #sec04 .mainpkg img {
    max-width: 50%;
  }


  /* sec05 */
  #mainArea #sec05 {
    background-image: url(../img/sec05_bg_sp.png);
    padding: 150px 0 80px 0;
  }

  #mainArea #sec05:before {
    content: "";
    background-image: url(../img/main_bg_txt_l.png?202510);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 60px;
    height: 180px;
    position: absolute;
    left: 0;
    bottom: 25px;
  }

  #mainArea #sec05:after {
    content: "";
    background-image: url(../img/main_bg_txt_r.png?202510);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 60px;
    height: 180px;
    position: absolute;
    right: 0;
    top: 300px;
  }

  #mainArea #sec05 h2 img {
    max-width: 100%;
    height: auto;
  }

  #mainArea #sec05 .contents {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }


  #mainArea #sec05 .contents .txt {
    font-size: 20px;
    line-height: 1.4em;
    font-weight: bold;
    padding: 0 0 20px 0;
    margin-top:-5%;
    width: 100%;
    order: 2;
  }

  #mainArea #sec05 .contents .chips {
    position: relative;
    left: auto;
    top: auto;
    order: 1;
    margin-top: 50px;
    margin-left: 100px;
  }

  #mainArea #sec05 .contents .chips img {
    max-width: 250%;
  }

  #mainArea #sec05 .contents .chips:before {
    content: "";
    background-image: url(../img/teiban_zaku_txt_bottom.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 140px;
    height: 140px;
    position: absolute;
    left: -30%;
    top: -80px;
  }

  #mainArea #sec05 .contents .btn {
    order: 3;
  }

  #mainArea #sec05 .contents .btn img {
    max-width: 70%;
  }
  
  /* sec06 */
  #mainArea #sec06 h2.ttl {
    text-align: center;
    padding: 0 0 0 0;
    margin-bottom:4%;
}
  
  #mainArea #sec06 h2.ttl img {
        max-width: 90%;
    }
  
  #mainArea #sec06 .contents .lineup {
    display: block;
    width:86%;
    margin:0 auto;
}
  #mainArea #sec06 .contents .lineup li {
    width: 100%;
    padding: 2rem 0 2rem 0;
}
  
    #mainArea #sec06 .contents .lineup img{
    width:100%;
}
		
/* secMovie */

#movie {
padding:10vw 0 0 0;
margin:0 auto 0 auto;
text-align:center;
}

#movie h2 img{
width:50%;
}

#movie .movie_thumb {
  max-width: 96%;
  position: relative;
		margin:0 auto;
  display:block;
}

#movie .movie_thumb img {
max-width:100%;
}

#movie .movie_thumb iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}


}