@charset "utf-8";

#springwallet2022{
  font-family: "FOT-筑紫明朝 Pr6 L", TsukuMinPr6-L, MyYuMincho, MyHiraginoMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "MS Mincho", serif;

}
#springwallet2022 p{
  font-family: "FOT-筑紫ゴシック Pr5 R", "TsukuGoPr5-R", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "MyYuGothic", "MyHiragino", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#springwallet2022 img{
    width: 100%;
    height: auto;
}

#springwallet2022 .pc_only{
display: block;
}
#springwallet2022 .sp_only{
display: none;
}
  @media only screen and (max-width: 768px) {
    #springwallet2022 .pc_only{
      display: none;
    }
    #springwallet2022 .sp_only{
      display: block;
    }
  }

  
  /*----------------------------------------------------
    .scrollview
  --------------------------------------------------- */
  .scrollview{
    -webkit-transition: all 1.2s 0s ease;
       -moz-transition: all 1.2s 0s ease;
        -ms-transition: all 1.2s 0s ease;
         -o-transition: all 1.2s 0s ease;
            transition: all 1.2s 0s ease;
            opacity: 0;
    -webkit-transform: scale(1,1) translate(-0%,20px);
       -moz-transform: scale(1,1) translate(-0%,20px);
        -ms-transform: scale(1,1) translate(-0%,20px);
         -o-transform: scale(1,1) translate(-0%,20px);
            transform: scale(1,1) translate(-0%,20px);
  }
  .scrollview.view{
    opacity: 1;
    -webkit-transform: scale(1,1) translate(-0%,0%);
       -moz-transform: scale(1,1) translate(-0%,0%);
        -ms-transform: scale(1,1) translate(-0%,0%);
         -o-transform: scale(1,1) translate(-0%,0%);
            transform: scale(1,1) translate(-0%,0%);
  
  }
  .scrollview_fix{
    -webkit-transition: all 1.2s 0s ease;
       -moz-transition: all 1.2s 0s ease;
        -ms-transition: all 1.2s 0s ease;
         -o-transition: all 1.2s 0s ease;
            transition: all 1.2s 0s ease;
            opacity: 0;
  }
  .scrollview_fix.view{
    opacity: 1;
  
  }
  /*----------------------------------------------------
   loading
  --------------------------------------------------- */
  #loading{
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
    background:#FFF;
  }
  #loading.out{
    opacity: 0;
      -webkit-transition: all 0.6s 0.2s linear;
         -moz-transition: all 0.6s 0.2s linear;
          -ms-transition: all 0.6s 0.2s linear;
           -o-transition: all 0.6s 0.2s linear;
              transition: all 0.6s 0.2s linear;
  }
  #loading .inner{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 320px;
    -webkit-transform: scale(1,1) translate(-50%,-50%);
       -moz-transform: scale(1,1) translate(-50%,-50%);
            transform: scale(1,1) translate(-50%,-50%);
            opacity: 1;
  }
  @media only screen and (max-width: 768px) {
    #loading .inner{
      margin-left: 0px;
    }
  }
  body.loadStart #loading .inner{
    opacity: 1;
    -webkit-transition: all 0.4s 0.0s ease;
       -moz-transition: all 0.4s 0.0s ease;
            transition: all 0.4s 0.0s ease;
  }
  body.pageLoad #loading .inner{
    -webkit-transition: all 0.4s 0.0s ease;
       -moz-transition: all 0.4s 0.0s ease;
            transition: all 0.4s 0.0s ease;
            /* -webkit-transform: scale(0,0) translate(-0%,0%);
               -moz-transform: scale(0,0) translate(-0%,0%);
                    transform: scale(0,0) translate(-0%,0%); */
  }
  #loading .FormatLoader {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    z-index: 12;
    margin: 0 auto;
    margin-top: -25px;
    position: relative;
    text-indent: -9999em;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid #333;
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
  }
  @-webkit-keyframes load8 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes load8 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  
  @media only screen and (max-width: 768px) {
    #loading .inner{
      width: 60%;
    }
  }


/*----------------------------------------------------
  block_mainvisual
--------------------------------------------------- */
.block_f_top_visual {
  position: relative;
}
.block_f_top_visual .mv {
  position: relative;
  height: 621px;
  width: 100%;
}
.block_f_top_visual .mv.top {
  height: 768px;
}
.block_f_top_visual .mv span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block_f_top_visual .image_subtitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
}

.block_f_top_visual .image_subtitle figure{
  width: 419.79px;
}
.block_f_top_visual .scroll{
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-family: "FOT-筑紫明朝 Pr6 L", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "MS Mincho", serif;
}

.block_f_top_visual .line {
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 1px;
  height: 30.5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
  overflow: hidden;
}
.block_f_top_visual .line span{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 30.5px;
  background: #FFF;
  -webkit-animation: lineMove 2.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990) infinite;
  animation: lineMove 2.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990) infinite;
}
@keyframes lineMove {
  0% {
    transform: translate(0%, -30px);
    opacity: 1;
  }
  30% {
    transform: translate(0%, 0px);
    opacity: 1;
  }
  70% {
    transform: translate(0%, 0px);
    opacity: 1;
  }
  100% {
    transform: translate(0%, 30px);
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
.block_f_top_visual .mv span {
  top: 12vw;
}
.block_f_top_visual .line {
  height: 8.133333vw;
    bottom: -17vw;
}
.block_f_top_visual .image_subtitle {
  top: 59%;
}
.block_f_top_visual .image_subtitle figure{
  width: 89.33333vw;
}
.block_f_top_visual .scroll {
  bottom: -5vw;
    font-size: 3.2vw;
}
}
/*----------------------------------------------------
  center_text
--------------------------------------------------- */
.center_text .inner{
  width: 1088px;
  margin: 0 auto;
  padding-top: 92px;
  padding-bottom: 138px;
}
.center_text .inner .padding{
  padding-top: 92px;
  padding-bottom: 105px;
}
.center_text .inner p{
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}
.center_text .inner p.top-margin{
  margin-top: 32px;
}
@media only screen and (max-width: 768px) {
.center_text .inner{
  width: auto;
  padding-top: 27vw;
  padding-bottom: 27vw;
}
.center_text .inner .padding{
  padding-top: 19vw;
    padding-bottom: 21vw;
}
.center_text .inner p {
  font-size: 4.266667vw;
  line-height: 8.533333vw;
}
}
/*----------------------------------------------------
  season
--------------------------------------------------- */
.season{
  position: relative;
  background: url(../img/bg_green.jpg) no-repeat center center;
  background-size: cover;
}
.season .title{
  position: absolute;
  top: -16px;
  width: 545px;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 28px;
  letter-spacing: 0.098em;
}
.season .inner {
  width: 1088px;
  margin: 0 auto;
}
.season .inner .flex{
  display: flex;
}
.season .inner .flex{
  display: flex;
  justify-content: space-between;
  padding-top: 77px;
  padding-bottom: 81px;
}
.season .inner .flex .wrapper{
  position: relative;
}
.season .inner .flex .wrapper figure{
  width: 332px;
}
.season .inner .flex .wrapper .season_text{
  position: absolute;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.13em;
  top: 56%;
  left: 50%;
  width: 220px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.season .inner .flex .wrapper .season_text span{
  font-size: 18px;
  line-height: 30px;
}

@media only screen and (max-width: 768px) {
.season .title {
  width: 79vw;
  font-size: 6.4vw;
  text-align: center;
  line-height: 10.13333vw;
}
.season .inner {
  width: 88.53333vw;
}
.season .inner .flex {
  display: block;
  padding-top: 24vw;
  padding-bottom: 17vw;
}
.season .inner .flex .wrapper.top-margin {
  margin-top: 8vw;
}
.season .inner .flex .wrapper figure {
  width: auto;
}
.season .inner .flex .wrapper .season_text {
  font-size: 6.4vw;
  line-height: 9.323333vw;
  top: 50vw;
  width: 58.66667vw;
}
.season .inner .flex .wrapper .season_text span {
  font-size: 4.8vw;
  line-height: 8vw;
}
}
/*----------------------------------------------------
  engi
--------------------------------------------------- */
.engi{
  position: relative;
  background: url(../img/bg_green.jpg) no-repeat center center;
  background-size: cover;
}
.engi .title{
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 28px;
  letter-spacing: 0.098em;
}
.engi .inner{
  width: 1088px;
  margin: 0 auto;
}
.engi .inner .flex{
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 80px;
}
.engi .inner .flex .wrapper{
  width: 242px;
  position: relative;
  height: 373.5px;
  padding-right: 20px;
  border-right: 1px solid #EDD3D3;
}
.engi .inner .flex .wrapper:nth-child(n+2){
  padding-left: 20px;
}

.engi .inner .flex .wrapper figure{
  margin: 0 auto;
}
.engi .inner .flex .wrapper figure.tensya{
  width: 66.6px;
}
.engi .inner .flex .wrapper figure.ichiryu{
  width: 64.12px;
}
.engi .inner .flex .wrapper figure.tora{
  width: 63.98px;
}
.engi .inner .flex .wrapper figure.hebi{
  width: 63.12px;
}
.engi .inner .flex .wrapper p{
  position: absolute;
  width: 242px;
  bottom: -7px;
  font-size: 14px;
  line-height: 24px;
}

@media only screen and (max-width: 768px) {
.engi .title {
  font-size: 6.4vw;
  width: 65.06667vw;
}
.engi .inner {
  width: 89.6vw;
}
.engi .inner .flex {
  flex-wrap: wrap;
  padding-top: 17vw;
  padding-bottom: 14vw;
}
.engi .inner .flex .wrapper {
  width: 40.53333vw;
  padding-right: 4vw;
  height: 107.4667vw;
}
.engi .inner .flex .wrapper figure.tensya {
  width: 14.208vw;
}
.engi .inner .flex .wrapper figure.ichiryu {
  width: 13.68vw;
}
.engi .inner .flex .wrapper figure.tora {
  width: 13.648vw;
}
.engi .inner .flex .wrapper figure.hebi {
  width: 13.46667vw;
}
.engi .inner .flex .wrapper p {
  width: 40.53333vw;
  font-size: 3.733333vw;
  line-height: 6.4vw;
  bottom: 6vw;
}
.engi .inner .flex .wrapper:nth-child(n+2){
  padding-left: initial;
}
.engi .inner .flex .wrapper:nth-child(2) {
  padding-left: 4vw;
  padding-right: initial;
  border-right: none;
}

.engi .inner .flex .wrapper:nth-child(4) {
  height: 83.06667vw;
  padding-right: 4vw;
  border-right: 1px solid #EDD3D3;
}
.engi .inner .flex .wrapper:nth-child(5) {
  height: 83.06667vw;
  padding-left: 4vw;
  padding-right: initial;
  border-right: none;
}
.engi .inner .flex .line {
  border-bottom: 1px solid #EDD3D3;
  width: 89.33333vw;
  margin-top: 6vw;
  margin-bottom: 10vw;
}
.engi .inner .flex .wrapper:nth-child(4) p {
  bottom: 6vw;
}
.engi .inner .flex .wrapper:nth-child(5) p {
  bottom: 6vw;
}
}
/*----------------------------------------------------
  moyou
--------------------------------------------------- */
.moyou .inner{
  width: 1088px;
  margin: 0 auto;
}
.moyou .inner h2{
  margin-top: 131px;
  font-size: 32px;
  line-height: 54px;
  text-align: center;
}
.moyou .inner p.text {
  margin-top: 42px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
}
.moyou .inner .flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 69px;
}
.moyou .inner .flex .wrapper {
  width: 544px
}
.moyou .inner .flex .wrapper figure{
  position: relative;
}
.moyou .inner .flex .wrapper .name{
  position: absolute;
  font-size: 24px;
  line-height: 33px;
  left: 50%;
  bottom: 0px;
  text-align: center;
  transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.moyou .inner .flex .wrapper .name span{
  font-size: 18px;
}

.moyou .inner .btn {
  width: 335px;
  margin: 0 auto;
  left: 20px;
  bottom: 40px;
}
.moyou .inner .btn .m_btn {
  position: relative;
  width: 335px;
  height: 50px;
  margin: 62px auto 0 auto;
  background: #D69696;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  border: 1px solid #D69696;
  border-radius: 4px;
  font-family: "FOT-筑紫明朝 Pr6 L", "Yu Mincho", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "MS Mincho", serif;
  font-weight: normal;
  color: #fff;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  box-sizing: border-box;
}

.moyou .inner .btn a:hover .m_btn {
  background: transparent;
  color: #D69696;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.moyou .inner .btn a span{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 22px;
  vertical-align: top;
  line-height: 1;
  fill: #ffff;
  transition: all 0.5s 0s ease;
}
.moyou .inner a:hover span{
  fill:#D69696;
}

@media only screen and (max-width: 768px) {
.moyou .inner {
  width: auto;
}
.moyou .inner h2 {
  margin-top: 25vw;
  font-size: 6.4vw;
  line-height: 10.13333vw;
}
.moyou .inner p.text {
  margin-top: 7vw;
  font-size: 4.266667vw;
  line-height: 8.533333vw;
}
.moyou .inner .flex {
  display: block;
  margin-top: 13vw;
}
.moyou .inner .flex .wrapper {
  width: auto;
}
.moyou .inner .flex .wrapper .name {
  font-size: 5.333333vw;
  line-height: 6vw;
}
.moyou .inner .flex .wrapper .name span {
  font-size: 3.733333vw;
}
.moyou .inner .btn {
  width: 89.33333vw;
}
.moyou .inner .btn .m_btn {
  width: 89.33333vw;
  height: 13.33333vw;
  margin: 11vw auto 0 auto;
  font-size: 4.266667vw;
  line-height: 13.33333vw;
}
.moyou .inner .btn a span {
  margin-top: -3vw;
  right: 5vw;
}
}

/*----------------------------------------------------
  standerd
--------------------------------------------------- */
.standerd .inner{
  width: 1088px;
  margin: 0 auto;
}
.standerd .inner h2{
  font-size: 32px;
  line-height: 54px;
  text-align: center;
  margin-top: 128px;
}
.standerd .inner p.text{
  text-align: center;
  margin-top: 45px;
  margin-bottom: 67px;
  font-size: 16px;
  line-height: 32px;
}

.standerd .inner .flex {
  display: flex;
}
.standerd .inner .flex.reverse{
  flex-direction: row-reverse;
}
.standerd .inner .flex .left{
  width: 544px;
}
.standerd .inner .flex.reverse .right {
  margin-right: 60px;
    margin-left: initial;
}
.standerd .inner .flex .right{
  width: 420px;
  margin-left: 60px;
}
.standerd .inner .flex .right .item {
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  margin-top: 140px;
}
.standerd .inner .flex .right p {
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  margin-top: 47px;
  margin-bottom: initial;
}
.standerd .inner .flex .btn {
  /* display: none; */
  width: 335px;
  margin: 0 auto;
  left: 20px;
  bottom: 40px;
}
.standerd .inner .flex .btn .m_btn {
  position: relative;
  width: 335px;
  height: 50px;
  margin: 65px auto 0 auto;
  background: #D69696;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  border: 1px solid #D69696;
  border-radius: 4px;
  font-family: "FOT-筑紫明朝 Pr6 L", "Yu Mincho", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "MS Mincho", serif;
  font-weight: normal;
  color: #fff;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  box-sizing: border-box;
}

.standerd .inner .flex .btn a:hover .m_btn {
  background: transparent;
  color: #D69696;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.standerd .inner .flex .btn a span{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 22px;
  vertical-align: top;
  line-height: 1;
  fill: #ffff;
  transition: all 0.5s 0s ease;
}
.standerd .inner .flex a:hover span{
  fill:#D69696;
}

.standerd .inner .bottom {
  width: 335px;
  margin: 0 auto;
  left: 20px;
  bottom: 40px;
}
.standerd .inner .bottom .m_btn {
  position: relative;
  width: 335px;
  height: 50px;
  margin: 62px auto 0 auto;
  background: #D69696;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  border: 1px solid #D69696;
  border-radius: 4px;
  font-family: "FOT-筑紫明朝 Pr6 L", "Yu Mincho", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "MS Mincho", serif;
  font-weight: normal;
  color: #fff;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  box-sizing: border-box;
}

.standerd .inner .bottom a:hover .m_btn {
  background: transparent;
  color: #D69696;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.standerd .inner .bottom a span{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 22px;
  vertical-align: top;
  line-height: 1;
  fill: #ffff;
  transition: all 0.5s 0s ease;
}
.standerd .inner a:hover span{
  fill:#D69696;
}


@media only screen and (max-width: 768px) {
.standerd .inner {
  width: 89.33333vw;
}
.standerd .inner h2 {
  font-size: 6.4vw;
  line-height: 10.13333vw;
  margin-top: 25vw;
}
.standerd .inner p.text {
  margin-top: 7vw;
  margin-bottom: 13vw;
  font-size: 4.266667vw;
  line-height: 8.533333vw;
}
.standerd .inner .flex {
  display: block;
}
.standerd .inner .flex.top-margin {
  margin-top: 9vw;
}
.standerd .inner .flex .left {
  width: auto;
}
.standerd .inner .flex .right {
  width: auto;
  margin-right: initial;
  margin-left: initial;
}
.standerd .inner .flex.reverse .right {
  margin-right: initial;
}
.standerd .inner .flex .right .item {
  font-size: 6.4vw;
  line-height: 8.533333vw;
  margin-top: 10vw;
}
.standerd .inner .flex .right p {
  font-size: 3.733333vw;
  line-height: 6.4vw;
  margin-top: 8.4vw;
  margin-bottom: initial;
}
.standerd .inner .flex .btn {
  width: auto;
}
.standerd .inner .flex .btn .m_btn {
  width: auto;
  height: 13.33333vw;
  margin: 15vw auto 16vw auto;
  line-height: 13.33333vw;
  font-size: 4.266667vw;
}
.standerd .inner .btn.bottom {
  width: 89.33333vw;
}
.standerd .inner .btn.bottom .m_btn {
  width: 89.33333vw;
  height: 13.33333vw;
  margin: 11vw auto 0 auto;
  font-size: 4.266667vw;
  line-height: 13.33333vw;
}
.standerd .inner .btn.bottom a span {
  margin-top: -3vw;
  right: 5vw;
}
}

/*----------------------------------------------------
  .block_season
--------------------------------------------------- */
.block_season {
  position: relative;
  background: url(../img/bg_green.jpg) no-repeat center center;
  background-size: cover;
  margin-top: 140px;
  padding-bottom: 130px;
}
.block_season h2 {
  font-size: 32px;
  line-height: 88px;
  text-align: center;
  padding-top: 72px;
  letter-spacing: 1.7px;
}
.block_season .text {
  margin-top: 12px;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
.block_season .flex {
  display: flex;
  flex-wrap: wrap;
  width: 900px;
  margin: 0 auto;
  margin-top: 53px;
  justify-content: space-between;
}
.block_season .flex .wrapper{
  position: relative;
  width: 435px;
}
.block_season .flex .wrapper.margin-top{
  margin-top: 70px;
}
.block_season .flex .wrapper:nth-child(1){
  /* margin-right: 30px; */
}
.block_season .flex .wrapper .season_fig .mask {
  background-color: #000;
}
.block_season .flex .wrapper .season_fig .mask img{
  display: block;
  opacity: 0.6;
}
.block_season .flex .wrapper .season_fig .coming {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 25px;
  line-height: 28px;
}
.block_season .flex .wrapper figcaption{
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1.1px;
}
.block_season .flex .wrapper figcaption span{
  font-size: 16px;
  line-height: 28px;
}
.block_season .flex .btn {
  width:335px;
  margin:0 auto;
}
.block_season .flex .btn .m_btn {
  position: relative;
  width: 335px;
  height: 50px;
  margin: 19px auto 0 auto;
  background: #D69696;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  letter-spacing: 2.9px;
  border: 1px solid #D69696;
  border-radius: 4px;
  font-family: "FOT-筑紫明朝 Pr6 L", "Yu Mincho", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "MS Mincho", serif;
  font-weight: normal;
  color: #fff;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  box-sizing: border-box;
}
.block_season .flex .btn .m_btn.none {
background: #AAAAAA;
border: 1px solid #AAAAAA;
}

.block_season .flex .btn a:hover .m_btn {
background: transparent;
  color: #D69696;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.block_season .flex .btn a:hover .m_btn.none {
background: #AAAAAA;
  color: #fff;
  -webkit-transition: initial;
  transition: initial;
}

.block_season .flex .btn a span{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 22px;
  vertical-align: top;
  line-height: 1;
  fill: #ffff;
  transition: all 0.5s 0s ease;
}
.block_season .flex a:hover span{
  fill:#D69696;
}

@media only screen and (max-width: 896px) {
.block_season {
  padding-bottom: 0.2vw;
  margin-top: 29vw;
}
.block_season .inner {
  width: 89.33333vw;
  margin: 0 auto;
  position: relative;
}
.block_season h2 {
  font-size: 6.4vw;
  line-height: 10.13333vw;
  padding-top: 10vw;
  position: absolute;
  top: -14vw;
  left: 21vw;
}
.block_season .text {
  margin-top: initial;
  font-size: 4.266667vw;
  line-height: 8.533333vw;
  padding-top: 14vw;
}
.block_season .flex {
display: block;
width: auto;
margin-top: 8vw;
}
.block_season .flex .wrapper {
width: auto;
}
.block_season .flex .wrapper:nth-child(1) {
margin-right: initial;
}
.block_season .flex .wrapper .season_fig .coming {
  top: 35%;
  font-size: 6.66667vw;
    line-height: 7.466667vw;
}
.block_season .flex .wrapper figcaption {
margin-top: 4.33333vw;
text-align: center;
font-size: 5.333333vw;
line-height: 7.466667vw;
}
.block_season .flex .wrapper figcaption span {
font-size: 4.266667vw;
line-height: 7.466667vw;
}
.block_season .flex .btn {
width: auto;
}
.block_season .flex .btn .m_btn {
width: auto;
height: 13.33333vw;
margin: 5.066667vw auto 0 auto;
margin-bottom: 16vw;
line-height: 13.33333vw;
font-size: 4.266667vw;
}
.block_season .flex .btn a span {
right: 4.266667vw;
}
}

/*----------------------------------------------------
.block_official_shop
--------------------------------------------------- */
.block_official_shop .inner {
  width: 1088px;
margin: 0 auto;
padding-bottom: 200px;
}

.block_official_shop .inner .flex {
display: flex;
margin-top: 103px;
}
.block_official_shop .inner .flex .left{
width: 588px;
}
.block_official_shop .inner .flex .right{
width: 420px;
margin-left: 80px;
}
.block_official_shop .inner .flex .right h2{
font-size: 24px;
line-height: 42px;
margin-top: 62px;
letter-spacing: 3.8px;
}
.block_official_shop .inner .flex .right p{
font-size: 14px;
line-height: 24px;
margin-top: 20px;
letter-spacing: 3px;
}
.block_official_shop .inner .flex .right .btn{
width: 300px;
}
.block_official_shop .inner .flex .right .btn .m_btn{
position: relative;
width: 335px;
height: 50px;
margin-top: 33px;
background: #D69696;
text-align: center;
line-height: 50px;
font-size: 16px;
letter-spacing: 2.9px;
border: 1px solid #D69696;
border-radius: 4px;
font-family: "FOT-筑紫明朝 Pr6 L", "Yu Mincho", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "MS Mincho", serif;
font-weight: normal;
color: #fff;
-webkit-transition: all 0.5s 0s ease;
transition: all 0.5s 0s ease;
box-sizing: border-box;
}
/* .block_official_shop .inner .flex .right .btn .m_btn:after{
content: "";
width: 15px;
height: 15px;
display: inline-block;
background: url(https://www.inden-ya.co.jp/ec/special/springwallet2022/img/moyou/footer_blank.svg) no-repeat left center;
background-size: 15px;
margin-left: 15px;
-webkit-transition: all 0.5s 0s ease;
transition: all 0.5s 0s ease;
} */
.block_official_shop .inner .flex .right .btn a:hover .m_btn {
background-color: #fff;
color: #D69696;
-webkit-transition: all 0.5s 0s ease;
transition: all 0.5s 0s ease;
}
/* .block_official_shop .inner .flex .right .btn a:hover .m_btn:after {
content: "";
width: 15px;
height: 15px;
display: inline-block;
background: url(https://www.inden-ya.co.jp/ec/special/springwallet2022/img/moyou/footer_blank_pink.svg) no-repeat left center;
background-size: 15px;
margin-left: 15px;
} */
.block_official_shop .inner .flex .right .cap{
font-size: 14px;
margin-top: 17px;
letter-spacing: 1.6px;
font-family: "FOT-筑紫ゴシック Pr5 R", "TsukuGoPr5-R", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "MyYuGothic", "MyHiragino", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 896px) {
.block_official_shop .inner {
width: 89.33333vw;
margin: 0 auto;
padding-bottom: 5vw;
}
.block_official_shop .inner .flex {
display: block;
margin-top: 16vw;
}
.block_official_shop .inner .flex.moyou {
margin-top: 16vw;
}
.block_official_shop .inner .flex .left {
width: auto;
}
.block_official_shop .inner .flex .right {
width: auto;
margin-left: initial;
}
.block_official_shop .inner .flex .right h2{
font-size: 6.4vw;
line-height: 11.2vw;
margin-top: 11vw;
text-align: center;
}
.block_official_shop .inner .flex .right .btn{
width: auto;
margin: 0 auto;
}
.block_official_shop .inner .flex .right p{
  font-size: 3.733333vw;
  line-height: 6.4vw;
margin-top: 5.33333vw;
}
.block_official_shop .inner .flex .right .btn .m_btn {
  width: 89.33333vw;
  height: 13.33333vw;
  line-height: 13.33333vw;
  margin: 0 auto;
  margin-top: 8vw;
}
.block_official_shop .inner .flex .right .cap {
font-size: 3.733333vw;
margin-top: 4vw;
text-align: center;
}
}