@charset "utf-8";
.block_breadcrumb {
    margin-bottom: 0px;
}
#springwallet2026{
    font-family: "FOT-筑紫明朝 Pr6 L", TsukuMinPr6-L, MyYuMincho, MyHiraginoMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "MS Mincho", serif;

}
#springwallet2026 img{
    width: 100%;
    height: auto;
}

#springwallet2026 .pc_only{
display: block;
}
#springwallet2026 .sp_only{
display: none;
}
  @media only screen and (max-width: 896px) {
    #springwallet2026 .pc_only{
      display: none;
    }
    #springwallet2026 .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.8s 0s linear;
         -moz-transition: all 0.8s 0s linear;
          -ms-transition: all 0.8s 0s linear;
           -o-transition: all 0.8s 0s linear;
              transition: all 0.8s 0s 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: 896px) {
    #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: 896px) {
    #loading .inner{
      width: 60%;
    }
  }
/*----------------------------------------------------
  .block_f_top_visual TOP
--------------------------------------------------- */
.block_f_top_visual {
  position: relative;
}
.block_f_top_visual .mv {
  position: relative;
  height: 480px;
  width: 100%;
}
.block_f_top_visual .mv.top {
  height: 688px;
}
.block_f_top_visual .mv span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_f_top_visual .image_title.top h1 figure{
  width: 257px;
}
.block_f_top_visual .image_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.block_f_top_visual .image_title.top {
  top: 199px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.block_f_top_visual .image_subtitle {
  position: absolute;
  width: 100%;
  max-width: 1260px;
  top: 19%;
    left: 51%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.block_f_top_visual .image_subtitle figure{
  width: 129px;
}

@media only screen and (max-width: 896px) {
.block_f_top_visual .mv {
  height: 105vw;
}
.block_f_top_visual .mv.top {
  height: 150.93vw;
}
.block_f_top_visual .image_title {
  /* top: 55vw;
  left: 50vw;
  width: 51.65867vw;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%); */
}
.block_f_top_visual .image_title.top {
  top: 6.4vw;
  left: 48%;
}
.block_f_top_visual .image_title h1 figure{
  width: 46.4vw;
}
.block_f_top_visual .image_title.top h1 figure{
  width:  54.67vw;
}
.block_f_top_visual .image_subtitle {
  left: 5vw;
  top: 5vw;
  width: 23.47vw;
  transform: none;
  -webkit-transform: none;
}
.block_f_top_visual .image_subtitle figure{
  width: 23.47vw;
}
}

/*----------------------------------------------------
  .block_concept TOP
--------------------------------------------------- */
.block_concept {
  position: relative;
  height: 800px;
  background-color: #C4CDCC;
}
.block_concept .bg span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_concept .inner{
  position: relative;
  margin:0 auto;
  padding-top: 215px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  writing-mode: tb;
  -webkit-writing-mode: tb;
  -ms-writing-mode: tb;
  white-space: nowrap;
}

.block_concept .title_wrap {
  margin-left: 80px;
  display: flex;
  flex-direction: column;
}
.block_concept .text_wrap {
  display: flex;
  flex-direction: column;
}
.block_concept .title {
  font-size: 34px;
  line-height: 1.2;
  /* letter-spacing: 0.04em; */
  letter-spacing: 0.12em;
  position: relative;
}
.block_concept .title:first-of-type {
  margin-left: 24px;
}
.block_concept .text {
  font-size: 16px;
  line-height: 1.08;
  letter-spacing: 0.04em;
  position: relative;
  margin-left: 32px;
}
.block_concept .text:last-child {
  margin-left: 0;
}

@media only screen and (max-width: 896px) {
.block_concept {
  height: 207.47vw;
}
.block_concept .bg {
  height: 73.33vw;
  background-color: #C4CDCC;
  position: relative;
}
.block_concept .inner{
  width: 100%;
  padding-top: 0;
  top: -56.27vw;
  flex-direction: column;
  align-items: center;
  writing-mode: inherit;
}
.block_concept .title_wrap {
  margin-left: 0;
  writing-mode: tb;
  -webkit-writing-mode: tb;
  -ms-writing-mode: tb;
  white-space: nowrap;
}
.block_concept .title_wrap .title {
  font-size: 7.47vw;
}
.block_concept .title:first-of-type {
  margin-left: 6.4vw;
}
.block_concept .text_wrap {
  margin-top: 6.4vw;
}
.block_concept .text_wrap .text {
  font-size: 4.266667vw;
  writing-mode: lr;
  -webkit-writing-mode: lr;
  -ms-writing-mode: lr;
  margin-bottom: 4.27vw;
  margin-left: 0;
}
.block_concept .text_wrap .text:last-of-type {
  margin-bottom: 0;
}
}
/*----------------------------------------------------
  .block_fun TOP
--------------------------------------------------- */
.block_fun{
    position: relative;
    margin-top: 120px;
}
.block_fun .title{
    font-size: 32px;
    line-height: 1.7;
    letter-spacing: 0.04em;
    text-align: center;
    margin-bottom: 48px;
}
.block_fun .flex{
    display: flex;
    justify-content: space-between;
    background-color: #EFF0F2;
}
.block_fun .flex.reverse{
    flex-direction: row-reverse;
}
.block_fun .flex .left{
    max-width: 400px;
    width: 27.78%;
    margin-left: 11.11%;
    margin-top: 9.1%;
}
.block_fun .flex.reverse .left{
    margin-left: initial;
    margin-right: 11.11%;
    margin-top: 9.1%;
} 
.block_fun .flex .left h2{
    font-size: 28px;
    line-height: 1.7;
    letter-spacing: 0.04em;
    margin-bottom: 32px;
}
.block_fun .flex .left p{
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.12em;
    margin-bottom: 32px;
}
.block_fun .flex .right{
    width: 50%;
}
.block_fun .flex .btn {
    width: auto;
    margin:0 auto;
}
.block_fun .flex .btn .m_btn {
    position: relative;
    width: auto;
    height: 50px;
    margin: 19px auto 0 auto;
    background: #5F71AA;
    text-align: center;
    /* line-height: 50px; */
    font-size: 16px;
    letter-spacing: 2.9px;
    border: 1px solid #5F71AA;
    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;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block_fun .flex .btn a:hover .m_btn {
    background: transparent;
    color: #5F71AA;
    -webkit-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}
.block_fun .flex .btn a.none:hover .m_btn {
  transition: unset;
}
.block_fun .flex .btn a span{
    content: "";
    margin-left: 16px;
    vertical-align: top;
    line-height: 1;
    transition: all 0.5s 0s ease;
}
.block_fun .flex .btn a span svg{
    fill: #fff;
    transition: all 0.5s 0s ease;
}
.block_fun .flex a:hover span svg{
    fill:#5F71AA;
}

@media only screen and (max-width: 896px) {
.block_fun {
  margin-top: 17.07vw;
}
.block_fun .title {
  font-size: 7.47vw;
}
.block_fun .flex {
  flex-direction: column-reverse;
}
.block_fun .flex.reverse {
  flex-direction: column-reverse;
}
.block_fun .flex .left {
  max-width: initial;
  width: 78.67vw;
  margin-left: initial;
  margin: 0 auto;
  margin-top: 10.67vw;
}
.block_fun .flex.reverse .left {
  margin-left: initial;
  margin-right: initial;
  width: 78.67vw;
  margin: 0 auto;
  margin-top: 10.67vw;
}
.block_fun .flex .left h2 {
  font-size: 6.4vw;
  margin-bottom: 8.53vw;
}
.block_fun .flex .left p {
  font-size: 4.27vw;
  margin-bottom: 8.53vw;
}
.block_fun .flex .right {
  width: auto;
}
.block_fun .flex .btn {
  width: auto;
}
.block_fun .flex .btn .m_btn {
  width: auto;
  height: 13.33333vw;
  margin: 0 auto;
  margin-bottom: 10.67vw;
  line-height: 13.33333vw;
  font-size: 4.266667vw;
}
.block_fun .flex .btn a span {
  right: 4.266667vw;
}
}

/*----------------------------------------------------
  .block_select_wallet TOP
--------------------------------------------------- */
.block_select_wallet {
  margin-top: 120px;
}
.block_select_wallet .inner {
    width: 100%;
    margin: 0 auto;
}
.block_select_wallet .inner h2{
    font-size: 32px;
    line-height: 1.7;
    letter-spacing: 0.04em;
    text-align: center;
    margin-bottom: 48px;
}
.block_select_wallet .inner .flex{
    display: flex;
    flex-wrap: wrap;
    margin-top: 37px;
}
.block_select_wallet .inner .flex .wrapper{
    position:relative;
    width: 50%;
    margin-right: 0;
}
.block_select_wallet .inner .item{
    position: absolute;
    font-size: 24px;
    letter-spacing: 2px;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.block_select_wallet .inner .wrapper.wide{
    position:relative;
}
.block_select_wallet .inner a{
    display: block;
      -webkit-transition: all 0.5s 0s ease;
              transition: all 0.5s 0s ease;
  }
.block_select_wallet .inner a:hover{
  opacity: 0.5;
}

@media only screen and (max-width: 896px) {
.block_select_wallet {
  margin-top: 17.07vw;
  margin-bottom: 0;
}
.block_select_wallet .inner {
  width: 89.33333vw;
}
.block_select_wallet .inner h2 {
  font-size: 7.466667vw;
}
.block_select_wallet .inner .flex {
  display: block;
  margin-top: 4vw;
}
.block_select_wallet .inner .flex .wrapper {
  width: auto;
}
.block_select_wallet .inner .flex .wrapper.top-margin{
  margin-top: 5.33333vw;
}
.block_select_wallet .inner .wrapper.wide {
  margin-top: 5.33333vw;
}
.block_select_wallet .inner .item{
  font-size: 6.4vw;
}
}

/*----------------------------------------------------
  .block_season TOP
--------------------------------------------------- */
.block_season {
    margin-top: 120px;
    margin-bottom: 120px;
}
.block_season h2 {
    font-size: 32px;
    line-height: 1.7;
    letter-spacing: 0.04em;
    text-align: center;
    margin-bottom: 48px;
}
.block_season .text {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.04em;
    text-align: center;
}
.block_season .flex {
    display: flex;
    width: 1120px;
    margin: 0 auto;
    margin-top: 48px;
    justify-content: center;
}
.block_season .flex .wrapper{
  position: relative;
  width: 528px;
}
.block_season .flex .wrapper:nth-child(1){
    margin-right: 64px;
}
.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: #5F71AA;
    text-align: center;
    font-size: 16px;
    letter-spacing: 2.9px;
    border: 1px solid #5F71AA;
    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;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block_season .flex .btn.none a {
  pointer-events: none;
  display: block;
}
.block_season .flex .btn a:hover .m_btn.none {
  pointer-events: none;
  display: block;
}
.block_season .flex .btn .m_btn.none {
  background: #AAAAAA;
  border: 1px solid #AAAAAA;
  letter-spacing: 0.1em;
}

.block_season .flex .btn a:hover .m_btn {
  background: transparent;
    color: #5F71AA;
    -webkit-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}

.block_season .flex .btn a:hover .m_btn.none {
  background: #AAAAAA;
    fill: #fff;
    -webkit-transition: initial;
    transition: initial;
}

.block_season .flex .btn a span{
    content: "";
    margin-left: 16px;
    vertical-align: top;
    line-height: 1;
    transition: all 0.5s 0s ease;
}
.block_season .flex .btn a span svg{
    fill: #ffff;
    transition: all 0.5s 0s ease;
}
.block_season .flex a:hover span svg{
    fill:#5F71AA;
}

@media only screen and (max-width: 896px) {
.block_season {
  margin-top: 17.07vw;
  margin-bottom: 0;
  padding-bottom: 4.27vw;
}
.block_season .inner {
  width:89.33333vw;
  margin:0 auto;
}
.block_season h2 {
  font-size: 7.466667vw;
  margin-bottom: 8.53vw;
}
.block_season .text {
  font-size: 4.27vw;
}
.block_season .flex {
  display: block;
  width: auto;
  margin-top: 8.53vw;
}
.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: 6.4vw;
  text-align: center;
  font-size: 5.87vw;
  line-height: 1.7;
}
.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: 6.4vw auto 12.8vw auto;
  line-height: 13.33333vw;
  font-size: 4.266667vw;
}
.block_season .flex .btn a span {
  right: 4.266667vw;
}
}
 
/*----------------------------------------------------
  .block_about auspicious_day
--------------------------------------------------- */
.block_about {
  text-align: center;
  background: url(../img/auspicious_day/bg.jpg) center center no-repeat;
  background-size: cover;
  height: 509px;
}
.block_about.moyou {
  background: url(../img/patterns/bg.jpg) center center no-repeat;
  background-size: cover;
  height: 509px;
}
.block_about h2{
  font-size: 32px;
  line-height: 1.7;
  letter-spacing: 0.12em;
  padding-top: 120px;
}
.block_about p{
  margin-top: 40px;
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 896px) {
.block_about {
  background: url(../img/auspicious_day/bg_sp.jpg) center center no-repeat;
  background-size: cover;
  height: auto;
}
.block_about.moyou {
  background: url(../img/patterns/bg_sp.jpg) center center no-repeat;
  background-size: cover;
  height: auto;
}
.block_about h2 {
  padding-top: 17.07vw;
  font-size: 6.4vw;
}
.block_about p {
  margin-top: 10.67vw;
  font-size: 4.266667vw;
  padding-bottom: 17.07vw;
}
}

/*----------------------------------------------------
  .block_twentyfour auspicious_day
--------------------------------------------------- */
.block_twentyfour {
  padding-bottom: 120px;
  background-color: #F8F3EA;
}
.block_twentyfour .inner{
  position: relative;
  width: 1120px;
  margin: 0 auto;
}
.block_twentyfour .inner.wide{
  width: 1120px;
}
.block_twentyfour .inner h2 {
  position: absolute;
  left: 44%;
  top: -7.4%;
}
.block_twentyfour .inner .heading {
  width: 553px;
  margin: 0 auto;
  padding-top: 120px;
  text-decoration-line: underline;
  text-decoration-color: #000;
  text-underline-offset: 0.6em;
  text-decoration-thickness: .1em;
}
.block_twentyfour .inner .heading h3{
  text-align: center;
  font-size: 28px;
  line-height: 1.7;
  letter-spacing: 0.11em;
}
.block_twentyfour .inner .koyomi figure{
  width: 100%;
  margin: 0 auto;
  margin-top: 48px;
}
.block_twentyfour .inner .koyomi .wrapper {
  margin-top: 48px;
  margin-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block_twentyfour .inner .koyomi .wrapper .flex {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.block_twentyfour .inner .koyomi .wrapper .flex:nth-child(n+2) {
  margin-left: 48px;
}
.block_twentyfour .inner .koyomi .wrapper .flex span {
  display: block;
  width: 32px;
  height: 32px;
  background-color: #A9BDDA;
  margin-bottom: 8px;
}
.block_twentyfour .inner .koyomi .wrapper .flex:nth-of-type(2) span {
  background-color: #EAC8A5;
}
.block_twentyfour .inner .koyomi .wrapper .flex:nth-of-type(3) span {
  background-color: #C5DC9C;
}
.block_twentyfour .inner .koyomi .wrapper .flex .right{
  margin-top: 4px;
  letter-spacing: 0.12em;
}
.block_twentyfour .inner .koyomi .text {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.12em;
  margin-top: 48px;
}
.block_twentyfour .inner .fortunate .heading {
  width: 289px;
  margin: 0 auto;
  padding-top: 96px;
  /* border-bottom: #000 1px solid; */
}
.block_twentyfour .inner .fortunate .heading h3{
  text-align: center;
  font-size: 28px;
  line-height: 1.7;
  letter-spacing: 0.11em;
}
.block_twentyfour .inner .fortunate .flex{
  display: flex;
  margin-top: 48px;
}
.block_twentyfour .inner .fortunate .flex .box{
  background-color: #fff;
  width: 244px;
}
.block_twentyfour .inner .fortunate .flex .box:nth-child(n+2){
  margin-left: 48px;
}
.block_twentyfour .inner .fortunate .flex .box .top {
  width: 180px;
  margin: 32px auto 24px;
  text-align: center;
  border-bottom: 1px solid #FF422E;
}
.block_twentyfour .inner .fortunate .flex .box .top .title{
  font-size: 24px;
  line-height: 1.7;
  letter-spacing: 0.12em;
  padding-bottom: 8px;
}
.block_twentyfour .inner .fortunate .flex .box .top .cap{
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.12em;
  padding-bottom: 16px;
}
.block_twentyfour .inner .fortunate .flex .box .bottom {
  width: 180px;
  margin: 0 auto;
  padding-bottom: 32px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.12em;
}

@media only screen and (max-width: 896px) {
.block_twentyfour {
  padding-bottom: 17.07vw;
}
.block_twentyfour .inner {
  width: auto;
}
.block_twentyfour .inner h2 {
  left: 41vw;
  top: -23vw;
}
.block_twentyfour .inner .heading {
  width: 79.73vw;
  padding-top: 17.07vw;
}
.block_twentyfour .inner .heading h3 {
  font-size: 6.4vw;
  letter-spacing: 0.1em;
}
.block_twentyfour .inner .koyomi figure {
  width: 89.33vw;
  margin-top: 11vw;
}
.block_twentyfour .inner .koyomi .wrapper {
  margin-top: 4vw;
  flex-direction: column;
}
.block_twentyfour .inner .koyomi .wrapper .flex .flex_wrap {
  margin-left: 4.27vw;
  text-align: left;
}
.block_twentyfour .inner .koyomi .wrapper .flex {
  line-height: 8vw;
  width: 89.33333vw;
  text-align: center;
  margin: 0 auto;
  margin-top: 1vw;
  flex-direction: row;
  justify-content: flex-start;
}
.block_twentyfour .inner .koyomi .wrapper .flex:nth-child(n+2) {
  margin-left: auto;
}
.block_twentyfour .inner .koyomi .wrapper .flex span {
  margin-bottom: 0;
}
.block_twentyfour .inner .koyomi .wrapper .flex .left{
  font-size: 4.266667vw;
}
.block_twentyfour .inner .koyomi .wrapper .flex .right {
  font-size: 4.266667vw;
  margin-top: 0;
}
.block_twentyfour .inner .koyomi .text {
  text-align: left;
  font-size: 3.733333vw;
  line-height: 7.466667vw;
  width: 89.333333vw;
  margin: 0 auto;
  margin-top: 10.67vw;
}
.block_twentyfour .inner.wide {
  width: 89.333333vw;
  margin: 0 auto;
}
.block_twentyfour .inner .fortunate .heading {
  width: 66.13vw;
  padding-top: 17.07vw;
}
.block_twentyfour .inner .fortunate .heading h3 {
  font-size: 6.4vw;
  letter-spacing: 0.12em;
}
.block_twentyfour .inner .fortunate .flex {
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 10.67vw;
}
.block_twentyfour .inner .fortunate .flex .box {
  width: auto;
  margin-bottom: 6.4vw;
}
.block_twentyfour .inner .fortunate .flex .box:last-of-type {
  margin-bottom: 0;
}
.block_twentyfour .inner .fortunate .flex .box .top {
  width: 72.27vw;
  margin: 0 auto;
  padding-top: 8.53vw;
}
.block_twentyfour .inner .fortunate .flex .box .top .title {
  font-size: 5.866667vw;
  line-height: 7.466667vw;
}
.block_twentyfour .inner .fortunate .flex .box .top .cap {
  font-size: 3.73vw;
  padding-bottom: 4.27vw;
}
.block_twentyfour .inner .fortunate .flex .box .bottom {
  width: 72.27vw;
  margin: 6.4vw auto 0;
  padding-bottom: 8.53vw;
  font-size: 3.733333vw;
  line-height: 6.4vw;
}
.block_twentyfour .inner .fortunate .flex .box:nth-child(n+2) {
  margin-left: initial;
}
.footer {
  margin-top: 0;
}
}

/*----------------------------------------------------
.block_wide auspicious_day
--------------------------------------------------- */
.block_wide{
  position: relative;
}
.block_wide figure{
  height: 640px;
  overflow: hidden;
}
.block_wide img{
  opacity: 0;
}
.block_wide span.bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 896px) {
  .block_wide{
  }
  .block_wide figure{
      height: auto;
      overflow: hidden;
  }
  .block_wide img{
      opacity: 1;
  }
  .block_wide span.bg{
      display: none;
  }
}


/*----------------------------------------------------
  .card
--------------------------------------------------- */
.block_card {
  position: relative;
  background-color: #F8F3EA;
  padding-bottom: 120px;
}
.block_card .heading {
  width: 232px;
  margin: 0 auto;
  padding-top: 120px;
  text-decoration-line: underline;
  text-decoration-color: #000;
  text-underline-offset: 0.6em;
  text-decoration-thickness: .1em;
}
.block_card .heading h3 {
  text-align: center;
  font-size: 28px;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.block_card .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 1248px;
  margin: 0 auto;
  padding-top: 48px;
}
.card {
  position:relative;
  perspective:532px;
  cursor: pointer;
}
.wrapper {
  margin-right: 32px;
}
.wrapper:nth-child(4n) {
  margin-right: 0;
}
.wrapper:nth-child(n+5) {
  margin-top: 50px;
}
.wrapper:last-child {
  margin-right: 0;
}
.fuda{
  position:absolute;
  display:inline-block;
  transition:1.5s;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}
.csize{
  width: 288px;
  height:532px;
  cursor: pointer;
}
.omote{
  transform:rotateY(180deg);
  text-align: center;
  background-color: #FFF;
}
.omote .name{
  font-size: 22px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin-top: 24px;
}
.omote .cap{
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin-top: 4px;
}
.omote p {
  width: 240px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.12em;
  margin: 0 auto;
  margin-top: 24px;
  text-align: justify;
}
.omote .btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 24px;
}
.omote .btn.none a {
  pointer-events: none;
  display: block;
}
.omote .btn .m_btn {
  position: relative;
  width: 173px;
  height: 51px;
  margin: 24px auto 0 auto;
  background: #5F71AA;
  text-align: center;
  line-height: 51px;
  font-size: 16px;
  letter-spacing: 2.9px;
  border: 1px solid #5F71AA;
  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;
  display: flex;
  align-items: center;
  justify-content: center;
}

.omote .btn .m_btn.none {
  background: #AAAAAA;
  border: 1px solid #AAAAAA;
}

.omote .btn a:hover .m_btn {
  background: transparent;
  color: #5F71AA;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.omote .btn  a:hover .m_btn.none {
background: #AAAAAA;
  color: #fff;
  -webkit-transition: initial;
  transition: initial;
}
.omote .btn a span{
  content: "";
  margin-left: 16px;
  vertical-align: top;
  line-height: 1;
  transition: all 0.5s 0s ease;
}
.omote .btn a span svg{
  fill: #fff;
  transition: all 0.5s 0s ease;
}
.omote .btn a:hover span svg{
  fill:#5F71AA;
}
.omote a:hover span{
  /* fill:#D69696; */
}
.omote .patterns{
  width: 100%;
  height: 128px;
  background-size: cover;
}
/* .omote.tombo{
  background-image: url(../img/patterns/tombo02.jpg);
  background-size: contain;
} */
.omote.tombo .patterns{
  background-image: url(../img/patterns/tombo02.jpg);
}
.omote.kozakura .patterns{
  background-image: url(../img/patterns/kozakura02.jpg);
}
.omote.seigaiha .patterns{
  background-image: url(../img/patterns/seigaiha02.jpg);
}
.omote.kikkou .patterns{
  background-image: url(../img/patterns/kikkou02.jpg);
}
.omote.shippou .patterns{
  background-image: url(../img/patterns/shippou02.jpg);
}
.omote.fuji .patterns{
  background-image: url(../img/patterns/fuji02.jpg);
}
.omote.ichimatsu .patterns{
  background-image: url(../img/patterns/ichimatsu02.jpg);
}
.omote.hyoutan .patterns{
  background-image: url(../img/patterns/hyoutan02.jpg);
}
.omote.watsunagi .patterns{
  background-image: url(../img/patterns/watsunagi02.jpg);
}
.omote.sugiaya .patterns{
  background-image: url(../img/patterns/sugiaya02.jpg);
}
.omote.kiku .patterns{
  background-image: url(../img/patterns/kiku02.jpg);
}
.omote.sayagata .patterns{
  background-image: url(../img/patterns/sayagata02.jpg);
}
.omote.karakusa .patterns{
  background-image: url(../img/patterns/karakusa02.jpg);
}
.omote.namiuroko .patterns{
  background-image: url(../img/patterns/namiuroko02.jpg);
}
.omote.syoubu .patterns{
  background-image: url(../img/patterns/syoubu02.jpg);
}
.omote.tsurukame .patterns{
  background-image: url(../img/patterns/tsurukame02.jpg);
}
.omote.bisyamon .patterns{
  background-image: url(../img/patterns/bisyamon02.jpg);
}
.omote.ume .patterns{
  background-image: url(../img/patterns/ume02.jpg);
}
.omote.budou .patterns{
  background-image: url(../img/patterns/budou02.jpg);
}
.omote.wakamatsubishi .patterns{
  background-image: url(../img/patterns/wakamatsubishi02.jpg);
}
.omote.yukiwarisou .patterns{
  background-image: url(../img/patterns/yukiwarisou02.jpg);
}
.omote.tsubaki .patterns{
  background-image: url(../img/patterns/tsubaki02.jpg);
}
.omote.shirotsumekusa .patterns{
  background-image: url(../img/patterns/shirotsumekusa02.jpg);
}

.ura{
  transform:rotateY(0deg);
  background-color: #fff;
  background-image: url(../img/patterns/bg_white.jpg);
}
.ura figure.pattern{
  width: 100%;
  margin:0 auto;
}
.omote figure.close{
  width: 30px;
  position: absolute;
  top: 16px;
  right: 16px;
}
.ura .flex{
  display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    width: 240px;
    margin: 0 auto;
    margin-top: 24px;
    padding-top: 40px;
    text-align: center;
    /* padding-bottom: 5px; */
    /* border-top: 1px solid #EDD3D3;
    border-bottom: 1px solid #EDD3D3; */
}
.ura .flex .left{
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.ura .flex .left .name{
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.04em;
}
.ura .flex .left .cap{
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-top: 24px;
}
.ura .flex .right figure{
  width: 30px;
  margin-top: 24px;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.card:hover .ura .flex .left{
  opacity: 0.5;
}
.card:hover .ura .flex .right figure {
  opacity: 0.5;
}

.tg01:checked~.omote{
  transform:rotateY(0deg);
}
.tg01:checked~.ura{
  transform:rotateY(-180deg);
}
.tg02:checked~.omote{
  transform:rotateY(0deg);
}
.tg02:checked~.ura{
  transform:rotateY(-180deg);
}
.tg03:checked~.omote{
  transform:rotateY(0deg);
}
.tg03:checked~.ura{
  transform:rotateY(-180deg);
}
.tg04:checked~.omote{
  transform:rotateY(0deg);
}
.tg04:checked~.ura{
  transform:rotateY(-180deg);
}
.tg05:checked~.omote{
  transform:rotateY(0deg);
}
.tg05:checked~.ura{
  transform:rotateY(-180deg);
}
.tg06:checked~.omote{
  transform:rotateY(0deg);
}
.tg06:checked~.ura{
  transform:rotateY(-180deg);
}
.tg07:checked~.omote{
  transform:rotateY(0deg);
}
.tg07:checked~.ura{
  transform:rotateY(-180deg);
}
.tg08:checked~.omote{
  transform:rotateY(0deg);
}
.tg08:checked~.ura{
  transform:rotateY(-180deg);
}
.tg09:checked~.omote{
  transform:rotateY(0deg);
}
.tg09:checked~.ura{
  transform:rotateY(-180deg);
}
.tg10:checked~.omote{
  transform:rotateY(0deg);
}
.tg10:checked~.ura{
  transform:rotateY(-180deg);
}
.tg11:checked~.omote{
  transform:rotateY(0deg);
}
.tg11:checked~.ura{
  transform:rotateY(-180deg);
}
.tg12:checked~.omote{
  transform:rotateY(0deg);
}
.tg12:checked~.ura{
  transform:rotateY(-180deg);
}
.tg13:checked~.omote{
  transform:rotateY(0deg);
}
.tg13:checked~.ura{
  transform:rotateY(-180deg);
}
.tg14:checked~.omote{
  transform:rotateY(0deg);
}
.tg14:checked~.ura{
  transform:rotateY(-180deg);
}
.tg15:checked~.omote{
  transform:rotateY(0deg);
}
.tg15:checked~.ura{
  transform:rotateY(-180deg);
}
.tg16:checked~.omote{
  transform:rotateY(0deg);
}
.tg16:checked~.ura{
  transform:rotateY(-180deg);
}
.tg17:checked~.omote{
  transform:rotateY(0deg);
}
.tg17:checked~.ura{
  transform:rotateY(-180deg);
}
.tg18:checked~.omote{
  transform:rotateY(0deg);
}
.tg18:checked~.ura{
  transform:rotateY(-180deg);
}
.tg19:checked~.omote{
  transform:rotateY(0deg);
}
.tg19:checked~.ura{
  transform:rotateY(-180deg);
}
.tg20:checked~.omote{
  transform:rotateY(0deg);
}
.tg20:checked~.ura{
  transform:rotateY(-180deg);
}
.tg21:checked~.omote{
  transform:rotateY(0deg);
}
.tg21:checked~.ura{
  transform:rotateY(-180deg);
}
.tg22:checked~.omote{
  transform:rotateY(0deg);
}
.tg22:checked~.ura{
  transform:rotateY(-180deg);
}
.tg23:checked~.omote{
  transform:rotateY(0deg);
}
.tg23:checked~.ura{
  transform:rotateY(-180deg);
}






@media only screen and (max-width: 896px) {
.omote figure.close{
  width: 5.33333vw;
  position: absolute;
  top: 4.266667vw;
  right: 5.33333vw;
}


  .block_card  .slide_area{
      width: 100%;
      margin:0 auto;
      position: relative;
  }
  .block_card  .slide_area::before{
      content: "";
      position: absolute;
      top: -8vw;
      left: 50%;
      margin-left: -44.6vw;
      width: 89.3vw;
      height: 100vw;
      border-radius: 20vw;
  }
  .block_card  .slide_area .s_column{
  }
  .block_card  .slide_area .s_column figure{
      width: 78.6vw;
      margin:0 auto;
      margin-bottom: 115px;
      margin-bottom: 30.6vw;
  }
  .block_card  .slide_area .s_column .exp{
      width: 89.6vw;
      margin:0 auto;
      font-size: 16px;
      letter-spacing: 0.04em;
      line-height: 1.8;
      font-weight: normal;
      margin-bottom: 10px;
  }
  .block_card  .slide_area .s_column .price{
      text-align: center;
  }
  .block_card  .slide_area .s_column .price span{
      display: inline-block;
      padding: 0.26667vw 1.866667vw;
      font-size: 3.73333vw;
      line-height: 5.866667vw;
      background-color: #FFFF50;
  }
  #collabo_02.block_card  .slide_area .s_column .price span{
      background-color: #000;
      color: #FFF;
  }
  .block_card  .slide_area .s_column .btn{
      text-align: center;
      margin-top: 30px;
  }
  .block_card  .slide_area .s_column .btn a{
      display: block;
      width: 89.6vw;
      margin:0 auto;
      height: 70px;
      height: 18.6vw;
      border-radius: 70px;
      border-radius:  18.6vw;
      background: #3446D1;
      text-align: center;
      position: relative;
      font-size: 16px;
      font-size: 4.2vw;
      line-height: 70px;
      line-height: 18.6vw;
      font-family: 'Poppins', sans-serif;
      font-weight: bolder;
      color: #FFF;
      transition: all 0.5s 0s ease;
  }
  .block_card  .slide_area .s_column .btn.coming{
      display: block;
      width: 89.6vw;
      margin:0 auto;
      height: 70px;
      border-radius: 70px;
      background: #4b4b4b;
      text-align: center;
      position: relative;
      font-size: 16px;
      line-height: 70px;
      font-family: 'Poppins', sans-serif;
      font-weight: bolder;
      color: #bababa;
      transition: all 0.5s 0s ease;
      margin-top: 30px;
  }
  #collabo_02.block_card  .slide_area .s_column .btn a{
      background: #000;
      color: #FFF;
  }
  .block_card  .slide_area .s_column .btn a:hover{
      opacity: 0.5;
  }
  .block_card  .slide_area .s_column .btn a span{
      width: 1.6vw;
  }
  .block_card  .slide_area .s_column .btn a span svg{
      width: 100%;
  }
  .block_card  .slide_area .s_column .btn a span {
      right: 20px;
      right: 5.3vw;
  }
  .block_card  .slide_area .s_column .btn a:after{
      /* content: "";
      position: absolute;
      width: 17px;
      height: 17px;
      background: url(../img/btn_arrow.svg) no-repeat;
      background-size: contain;
      top: 50%;
      margin-top: -8px;
      right: 20px; */
  }
  #collabo_02.block_card  .slide_area .s_column .btn a:after{
      background: url(../img/btn_arrow2.svg) no-repeat;
      background-size: contain;
  }
  .block_card  .slide_area .slick-dots{
      top: 97vw;
  }
  .block_card  .slide_area .slick-dots li{
  }
  #collabo_02.block_card  .slide_area .slick-dots li{
  }
  .block_card  .slide_area .slick-dots li.slick-active{
  }
  .block_card  .slide_area .slick-dots li button{
  }
  .block_card  .slide_area .slick-prev{
    display: block;
    position: absolute;
    top: initial;
    bottom: -18.13vw;
    left: 10vw;
    margin-top: 0px;
    width: 8.8vw;
    height: 8.8vw;
    z-index: 9;
    background: url(../img/patterns/arrow_circle_prev.svg) no-repeat;
    background-size: contain;
  }
  #collabo_02.block_card  .slide_area .slick-prev{
      background: url(../img/patterns/arrow_circle_prev.svg) no-repeat;
      background-size: contain;
  }
  .block_card  .slide_area .slick-next{
    display: block;
    position: absolute;
    top: initial;
    bottom: -18.13vw;
    right: 10vw;
    margin-top: 0px;
    width: 8.8vw;
    height: 8.8vw;
    z-index: 9;
    background: url(../img/patterns/arrow_circle.svg) no-repeat;
    background-size: contain;
  }
  #collabo_02.block_card  .slide_area .slick-next{
      background: url(../img/patterns/arrow_circle.svg) no-repeat;
      background-size: contain;
      transform: rotate(180deg);
  }
.block_card {
  padding-bottom: 17.07vw;
}
.block_card .heading {
  width: 53.07vw;
  padding-top: 17.07vw;
}
.block_card .heading h3 {
  font-size: 6.4vw;
}
.wrapper{
  margin-right: 0;
}
.csize {
  width: 89.33vw;
  height: 129.07vw;
  margin: 0 auto;
}
.block_card .flex {
  padding-top: 10.67vw;
}
.wrapper:nth-child(n+4) {
  margin-top: 0;
}
.block_card .number {
  font-size: 4.8vw;
  color: #FF422E;
  text-align: center;
  margin-top: 4vw;
}
.ura .flex .right figure {
  width: 8vw;
  margin-top: 4.27vw;
}
.card:hover .ura .flex .left{
  opacity: 1;
}
.card:hover .ura .flex .right figure {
  opacity: 1;
}
.ura figure.pattern {
  /* width: 45.866667vw; */
  margin: 0 auto;
}
.ura .flex .left .name {
  font-size: 6.4vw;
  /* line-height: 7.46666vw; */
}
.ura .flex .left .cap {
  font-size: 3.73vw;
  /* line-height: 7.46666vw; */
  margin-top: 4.27vw;
}
.ura .flex {
  width: 64.13333vw;
  margin-top: 6.4vw;
  padding-top: 0;
  padding-bottom: 1.333333vw;
}
.omote .btn {
  bottom: 6.4vw;
  z-index: 5;
}
.omote .name {
  font-size: 5.866667vw;
  line-height: 7.466667vw;
  letter-spacing: 1.5px;
  margin-top: 9.866667vw;
}
.omote .cap {
  font-size: 3.2vw;
  line-height: 7.466667vw;
}
.omote p {
  width: 76.53vw;
  font-size: 3.73333vw;
  /* line-height: 6.4vw; */
  margin-top: 4.27vw;
}
.omote .btn .m_btn {
  width: 46.13vw;
  height: 13.33333vw;
  margin: 7.2vw auto 0 auto;
  line-height: 13.33333vw;
  font-size: 4.266667vw;
}
}

.slick-num {
  font-size: 4.8vw;
  color: #FF422E;
  text-align: center;
  font-weight: 300;
  margin-top: 6.4vw;
  transform: rotate(0.05deg);
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  -webkit-font-smoothing: antialiased; /* Webkit系ブラウザ用 */
  -moz-osx-font-smoothing: grayscale; /* Firefox用 */
  font-variant-numeric: tabular-nums; 
}

.slick-initialized .number {
  display: none;
}