  @charset "UTF-8";

.mainVis{
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50.5%;
  overflow: hidden;
}
.mainVis .sld{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mainVis .sld.s1,
.mainVis .sld.plate,
.mainVis .sld.s2,
.mainVis .sld.s3,
.mainVis .sld.s4{
  opacity: 0;
  transition: 1.2s;
}
.mainVis .sld.s1.on{
  z-index: 1;
  opacity: 1;
}
.mainVis .sld.s1 .scr-img{
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  width: 106%;
  transition: 5.5s .5s;
}
.mainVis .sld.s1.on .scr-img{
  left: -6%;
}
.mainVis .sld.s2 .scr-img{
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  width: 106%;
  transition: 5.5s .5s;
}
.mainVis .sld.s2.on .scr-img{
  right: -6%;
}
.mainVis .sld.s3 .scr-img{
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  width: 106%;
  transition: 5.5s .5s;
}
.mainVis .sld.s3.on .scr-img{
  left: -6%;
}

.mainVis .sld.plate{
  transform: translateY(10px);
}
.mainVis .sld.s2.on{
  z-index: 2;
  opacity: 1;
}
.mainVis .sld.s2 .badge{
  position: absolute;
  bottom: 5%;
  left: 5%;
  width: 20%;
  box-shadow: 8px 8px 5px rgba(0,0,0,.7);
  border-radius: 50%;
}
.mainVis .sld.s3.on{
  z-index: 3;
  opacity: 1;
}
.mainVis .txt{
  position: absolute;
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 767px;
  width: 80%;
  z-index: 4;
  opacity: 0;
  transition: 1.2s;
}
.mainVis .txt.on{
  opacity: 1;
}
.mainVis .sld.s4.on{
  z-index: 5;
  opacity: 1;
}
.mainVis .sld.plate.on{
  z-index: 6;
  opacity: 1;
  transform: translateY(0);
}
.mainVis .sld .notes{
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 10px;
  line-height: 1;
}
.mainVis .sld .notes.w{
  color: #fff;
}
.mainVis .sld.s4 .notes{
  text-shadow: 1px 1px 1px #fff,-1px -1px 1px #fff;
}
.mainVis .sld.s3 .notes{
}

.mainVis .badge{
  position: absolute;
  bottom: 5%;
  right: 3%;
  width: 16%;
  z-index: 10;
  animation: fluffy 1.5s ease-in-out infinite alternate;
  transition: .3s;
}
.mainVis .badge:hover{
  opacity: .7;
}
@keyframes fluffy {
  0% { transform: translate(0,0px) ;}
  100% { transform: translate(0,-10px);}
}

@media screen and (max-width: 767px) {
  .mainVis{
    padding-top: 66.5%;
  }
  .mainVis .sld .notes{
    bottom: 5px;
    right: 5px;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  }
  .mainVis .sld.s3 .notes{
  }
  .mainVis .badge{
    bottom: 20%;
    left: 3%;
    width: 22%;
  }
  .mainVis .txt{
    bottom: 7%;
  }
}

.feature{
  background-color: #E6E6E6;
  padding: 120px 0 80px;
}
.feature ul{
  max-width: 1050px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.feature ul li{
  width: calc(100% / 2 - 25px);
  margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
  .feature{
    padding: 60px 0 30px;
  }
  .feature ul{
    display: block;
  }
  .feature ul li{
    width: 100%;
    margin: 0 0 20px;
  }
}

.obi-rec{
  background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,55,102,1) 40%,rgba(0,0,0,1) 100%);
}
.obi-rec a{
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 40px 5px;
  font-size: 36px;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  text-align: center;
  letter-spacing: .5rem;
  transition: .3s;
  margin: 0 0 20px;
}
.obi-rec a span{
  position: relative;
  display: inline-block;
}
.obi-rec a span:after{
  content: '';
  width: 100px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: -100px;
  background: url(/bunjyo/sakasegawa/img/cmn/arrow_w.svg) no-repeat center center / contain;
  transform: translateY(-50%);
  transition: .3s;
}
.obi-rec a:hover span:after{
  transform: translate( 5px ,-50%);
}
@media screen and (max-width: 767px) {
  .obi-rec{
  }
  .obi-rec a{
    padding: 4% 1%;
    font-size: 5.4vw;
    letter-spacing: .1rem;
  }
  .obi-rec a span:after{
    width: 26%;
    height: 0;
    padding-top: 4%;
    right: -27%;
  }
}

.limited-bn{
  padding: 0 0 50px;
  background: url(/bunjyo/sakasegawa/img/top/limited-bg.jpg) no-repeat top right / cover;
  margin: 0;
  position: relative;
}
.limited-bn .txt1{
  text-align: center;
  font-size: 50px;
  line-height: 1;
  padding: 7% 0 1.5%;
  color:  #002148;
}
.limited-bn a{
  display: block;
  max-width: 1300px;
  width: 90%;
  margin: 0 auto 3%;
  position: relative;
  box-shadow: 4px 7px 5px rgba(0,0,0,.5);
  border-radius: 100px;
  transition: .3s;
}
.limited-bn a:hover{
  box-shadow: 0 0 0 rgba(0,0,0,.1);
}
.limited-bn .txt2{
  max-width: 940px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .limited-bn .txt1{
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .limited-bn{
    padding: 0 0 5%;
    background: url(/bunjyo/sakasegawa/img/top/limited-bg_sp.jpg) no-repeat top right / cover;
    margin: 0;
    position: relative;
  }
  .limited-bn .txt1{
    text-align: center;
    font-size: 4vw;
    line-height: 1;
    padding: 9% 0 1.5%;
    color:  #002148;
  }
  .limited-bn a{
    box-shadow: 2px 2px 2px rgba(0,0,0,.5);
    border-radius: 5px;
  }
  .limited-bn a:hover{
    box-shadow: 0 0 0 rgba(0,0,0,.1);
  }
  .limited-bn .txt2{
    max-width: 940px;
    width: 90%;
    margin: 0 auto;
  }
}

.page-nav{
  padding: 170px 0 40px;
  background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,55,102,1) 40%,rgba(0,0,0,1) 100%);
}
.page-nav ul{
  width: 100%;
  margin: 0 auto;
}
.page-nav li{
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  text-decoration: none;
  color: #C6983E;
  margin: 0 0 12%;
}
.page-nav li:nth-child(even){
  flex-flow: row-reverse;
}
.page-nav li .img{
  width: 50%;
  overflow: hidden;
  position: relative;
}
.page-nav li .img span{
  font-size: 12px;
  line-height: 1;
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
}
.page-nav li .txt-box{
  width: 43%;
  box-sizing: border-box;
  padding: 5px 60px;
}
.page-nav li .txt-box .t1{
  max-width: 530px;
  width: 100%;
  margin: 0 0 3%;
}
.page-nav li .txt-box .t2{
  font-size: 34px;
  line-height: 1.4;
  margin: 0 0 5%;
}
.page-nav li .txt-box .t3{
  font-size: 22px;
  line-height: 1.8;
  margin: 0 0 5%;
}
.page-nav li .txt-box .more{
  color: #C6983E;
  display: inline-block;
  border: solid 1px #C6983E;
  text-decoration: none;
  font-size: 20px;
  line-height: 1;
  padding: 10px;
  max-width: 250px;
  width: 250px;
  transition: .3s;
}
.page-nav li .txt-box .more:hover{
  background-color: rgba(255,255,255,.8);
}
.page-nav li .txt-box .more:after{
  content: '';
  width: 36px;
  height: 5px;
  background: url(/bunjyo/sakasegawa/img/cmn/arrow_br.svg) no-repeat center center / contain;
  transition: .3s;
  display: inline-block;
  margin: -5px 0 0 10px;
  vertical-align: middle;
  transition: .3s;
}
.page-nav li .txt-box .more:hover:after{
  transform: translateX(10px);
}
@media screen and (max-width: 1460px) {
  .page-nav{
    padding: 10% 0 2%;
  }
  .page-nav li{
    margin: 0 0 6%;
  }
  .page-nav li .txt-box{
    width: 50%;
    padding: 5px 5%;
  }
  .page-nav li .txt-box .t1{
    max-width: none;
    width: 90%;
  }
  .page-nav li .txt-box .t2{
    font-size: 2.4vw;
    margin: 0 0 4%;
  }
  .page-nav li .txt-box .t3{
    font-size: 1.6vw;
    margin: 0 0 4%;
  }
}
@media screen and (max-width: 767px) {
  .page-nav{
    padding: 8% 0 2%;
  }
  .page-nav li{
    display: block;
    color: #C6983E;
    margin: 0 0 8%;
  }
  .page-nav li:nth-child(odd){
    flex-flow: row-reverse;
  }
  .page-nav li .img{
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .page-nav li .img span{
    font-size: 10px;
    bottom: 5px;
    right: 5px;
  }
  .page-nav li .txt-box{
    width: 100%;
    padding: 0 5% 5%;
  }
  .page-nav li .txt-box .t1{
    max-width: none;
    width: 90%;
  }
  .page-nav li .txt-box .t2{
    font-size: 5vw;
    margin: 0 0 4%;
  }
  .page-nav li .txt-box .t3{
    font-size: 3.6vw;
    margin: 0 0 4%;
  }
  .page-nav li .txt-box .more{
    color: #fff;
    display: block;
    background-color: #C6983E;
    font-size: 4vw;
    border-radius: 5px;
    line-height: 1;
    padding: 10px;
    max-width: none;
    width: 60%;
    text-align: center;
    margin: 0 auto;
  }
  .page-nav li .txt-box .more:hover{
    background-color: rgba(255,255,255,.8);
  }
  .page-nav li .txt-box .more:after{
    content: '';
    width: 26px;
    height: 3px;
    background: url(/bunjyo/sakasegawa/img/cmn/arrow_w.svg) no-repeat center center / contain;
    margin: -5px 0 0 10px;
  }
}

.modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100001;
}
.modal_bg{
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal_content{
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: 1600px;
  width: 90%;
  padding: 20px;
  box-sizing: border-box;
  background: url(/bunjyo/sakasegawa/img/top/limited-bg.jpg) no-repeat top right / cover;
}
.modal_content .box{
  border: solid 3px #002148;
  text-align: center;
  padding: 50px 0;
  color: #002148;
}
.modal_content .box .t1{
  font-size: 56px;
  line-height: 1.2;
  margin: 0 0 20px;
}
.modal_content .box .t1 span{
  display: block;
  font-size: 48px;
  letter-spacing: .75rem;
}
.modal_content .box .t2{
  font-size: 36px;
  line-height: 1.4;
  margin: 0 0 30px;
}
.modal_content .box .in{
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
}
.modal_content .box p{
  margin-top: 10px;
}
.modal_content .box input[type="password"]{
  border: solid 1px #e9e9e9;
  background-color: #fff!important;
  padding: 1px 10px;
  box-sizing: border-box;
  width: 100%;
  font-size: 30px;
  text-align: center;
  font-family: "リュウミン R-KL", "Ryumin Regular KL", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.modal_content .box input[type="password"]:focus{
  background-color: #fff;
}
.modal_content .box button[type="submit"] {
  background-color: #002148;
  border: solid 1px #002148;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  display: block;
  padding: 15px 5px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  width: 100%;
  transition: 0.3s;
  font-family: "リュウミン R-KL", "Ryumin Regular KL", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.modal_content .box button[type="submit"]:hover{
  background-color: #fff;
  color: #002148;
}
.closeBtn{
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transform: translate(50%,-50%);
}
.closeBtn:before,
.closeBtn:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}
.closeBtn:before {
  transform: rotate(45deg);
}
.closeBtn:after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 1250px) {
  .modal_content .box .t1{
    font-size: 4vw;
  }
  .modal_content .box .t1 span{
    font-size: 3vw;
  }
  .modal_content .box .t2{
    font-size: 2vw;
  }
  .modal_content .box input[type="password"],
  .modal_content .box button[type="submit"] {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .modal_content{
    padding: 10px;
    background: url(/bunjyo/sakasegawa/img/top/limited-bg_sp.jpg) no-repeat top right / cover;
  }
  .modal_content .box{
    border: solid 1px #002148;
    padding: 9% 0;
  }
  .modal_content .box .t1{
    font-size: 6.4vw;
    margin: 0 0 5%;
  }
  .modal_content .box .t1 span{
    font-size: 3.8vw;
    letter-spacing: .5rem;
    margin-bottom: 3%;
  }
  .modal_content .box .t2{
    font-size: 3.6vw;
    margin: 0 0 5%;
  }
  .modal_content .box input[type="password"],
  .modal_content .box button[type="submit"] {
    font-size: 3.6vw;
  }
}

.obi{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0067a4+0,004a75+100 */
  background: linear-gradient(to bottom,  #0067a4 0%,#004a75 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 20px 0;
}
.obi .inner{
  position: relative;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
}
.obi .txt{
  width: 82%;
}
.obi .btn{
  display: block;
  width: 16%;
  box-shadow: 5px 5px 3px rgba(0,0,0,.75);
  border-radius: 50%;
  transition: .3s;
}
.obi .btn:hover{
  box-shadow: 0 0 0 rgba(0,0,0,0);
}
@media screen and (max-width: 767px) {
  .obi .inner{
    width: 76%;
  }
  .obi .txt{
    width: 100%;
  }
  .obi .btn{
    display: block;
    width: 27%;
    box-shadow: 2px 2px 2px rgba(0,0,0,.75);
    position: absolute;
    top: 0;
    left: -2%;
  }
}

.obi240911{
  background: #004482;
  padding: 20px 0;
}
.obi240911 .txt{
  max-width: 1050px;
  width: 90%;
  margin: 0 auto 10px;
}
.obi240911 .btn{
  max-width: 1050px;
  width: 90%;
  margin: 0 auto;
  transition: .3s;
  display: block;
}
.obi240911 .btn:hover{
  opacity: .7;
}
@media screen and (max-width: 767px) {
  .obi240911{
    background: #004482;
    padding: 20px 0 0;
  }
  .obi240911 .txt{
    width: 90%;
    margin: 0 auto 10px;
  }
  .obi240911 .btn{
    width: 100%;
  }
}

.obi241030{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.obi241030 .box{
  width: 50%;
  text-align: center;
  padding: 2% 0;
  display: flex;
  flex-direction: column;
}
.obi241030 .box a{
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: clamp(12px,2.4vw,30px);
  line-height: 1.2;
  transition: .3s;
  max-width: 500px;
  width: 90%;
  text-align: center;
  padding: 10px 5px;
  margin: 10px auto 0;
  box-shadow: 5px 5px 2px rgba(0,0,0,.75);
  border-radius: 5px;
  border: solid 1px #fff;
}
.obi241030 .box a:hover{
  box-shadow: 0 0 0 rgba(0,0,0,.75);
}
.obi241030 .box.b1{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0067a4+50,004a75+100 */
  background: linear-gradient(to bottom,  rgba(0,103,164,1) 50%,rgba(0,74,117,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.obi241030 .box.b1 p{
  font-size: clamp(10px,1.8vw,20px);
  line-height: 1.2;
  color: #fff;
  flex-grow: 1;
}
.obi241030 .box.b1 p strong{
  display: block;
  color: #FFD900;
  font-weight: normal;
  font-size: clamp(20px,4vw,50px);
  margin-bottom: 10px;
}
.obi241030 .box.b1 p strong span{
  margin-right: -1.5rem;
}
.obi241030 .box.b1 a{
  background-color: #B27815;
}
.obi241030 .box.b2{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c0902c+30,9c6722+100 */
  background: linear-gradient(to bottom,  rgba(192,144,44,1) 30%,rgba(156,103,34,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.obi241030 .box.b2 p{
  font-size: clamp(20px,3vw,40px);
  line-height: 1.2;
  color: #fff;
  flex-grow: 1;
}
.obi241030 .box.b2 a{
  background-color: #002148;
}
.obi241030 .box.b3{
  background-color: #943D4D;
  width: 100%;
  padding: 0 0 1%;
}
.obi241030 .box.b3 p{
  font-size: clamp(20px,4.8vw,56px);
  line-height: 1.2;
  color: #fff;
  flex-grow: 1;
}
.obi241030 .box.b3 p strong{
  font-size: clamp(40px,8vw,116px);
  font-weight: normal;
  line-height: 1;
}
.obi241030 .box.b3 p strong span{
  font-size: clamp(28px,5.8vw,70px);
}
@media screen and (max-width: 767px) {
  .obi241030 .box a{
    padding: 5px 5px;
    box-shadow: 3px 3px 1px rgba(0,0,0,.75);
  }
  .obi241030 .box.b1 p{
    font-size: 2vw;
  }
  .obi241030 .box.b1 p strong{
    font-size: 5vw;
    margin-bottom: 1%;
  }
  .obi241030 .box.b1 p strong span{
    margin-right: -1rem;
  }
  .obi241030 .box.b2 p{
    font-size: 4.8vw;
  }
  .obi241030 .box.b3{
    padding: 0 0 2%;
  }
}

.obi250116{
  background-color: #933c4c;
}
.obi250116 .box1{
  background-color: #002148;
  padding: 30px 0 40px;
}
.obi250116 .box1 p{
  position: relative;
  max-width: 1230px;
  width: 90%;
  margin: 0 auto;
  transform: translateX(-5%);
}
.obi250116 .box1 p a{
  display: block;
  position: absolute;
  bottom: -12%;
  left: 28%;
  width: 48%;
}
.obi250116 a{
  transition: .3s;
}
.obi250116 a:hover{
  opacity: .7;
}
.obi250116 .box2{
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1040px;
  width: 90%;
  margin: 0 auto;
}
.obi250116 .box2 p{
  width: 70%;
}
.obi250116 .box2 a{
  display: block;
  width: 25%;
}
@media screen and (max-width: 1100px) {
  .obi250116 .box1{
    padding: 30px 0 4%;
  }
  .obi250116 .box1 p{
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .obi250116 .box1{
    padding: 3% 0;
  }
  .obi250116 .box1 p a{
    display: block;
    position: relative;
    bottom: inherit;
    left: inherit;
    width: 80%;
    margin: 2% auto 0;
  }

}

.obi250414{
  background-color: #933c4c;
}
.obi250414 .box1{
  background-color: #002148;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: clamp(22px,6vw,80px);
  line-height: 1;
}
.obi250414 .box1 span{
  display: inline-block;
  margin: 0 -2% 0 1%;
}
.obi250414 .box2{
  padding: 20px 0;
}
.obi250414 .box2 p{
  color: #fff;
  font-size: clamp(16px,4vw,50px);
  line-height: 1;
  margin: 0 0 15px;
  text-align: center;
}
.obi250414 .box2 p span{
  display: block;
  font-size: clamp(14px,3vw,36px);
  margin-top: 15px;
}
.obi250414 .box2 ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1040px;
  width: 90%;
  margin: 0 auto;
}
.obi250414 .box2 ul li{
  width: 49%;
}
.obi250414 .box2 ul li a{
  display: flex;
  justify-content: center;
  border: solid 1px #fff;
  border-radius: 5px;
  padding: 20px 5px 45px;
  color: #fff;
  position: relative;
  text-decoration: none;
  width: 100%;
  font-size: clamp(14px,2vw,30px);
  line-height: 1.4;
  box-shadow: 2px 2px 3px rgba(0,0,0,.5);
  transition: .3s;
  text-align: center;
}
.obi250414 .box2 ul li:nth-child(1) a{
  background: linear-gradient(to bottom, #c0902c 30%,#9c6722 100%);  
}
.obi250414 .box2 ul li:nth-child(2) a{
  background: linear-gradient(to bottom, #0067a4 50%,#004a75 100%);  
}
.obi250414 .box2 ul li a:hover{
  box-shadow: 0 0 0 rgba(0,0,0,0);
}
.obi250414 .box2 ul li a:after{
  content: '';
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 18px 15px 0px 15px;
}
.obi250414 .txt251125{
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .obi250414 .box1{
    padding: 10px 0;
  }
  .obi250414 .box2{
    padding: 15px 0;
  }
  .obi250414 .box2 p{
    margin: 0 0 10px;
  }
  .obi250414 .box2 p span{
    margin-top: 10px;
  }
  .obi250414 .box2 ul li a{
    display: flex;
    padding: 10px 5px 30px;
  }
  .obi250414 .box2 ul li a:after{
    border-width: 12px 10px 0px 10px;
  }
}

.bn2025{
  max-width: 1200px;
  width: 90%;
  margin: 60px auto;
}
@media screen and (max-width: 767px) {
  .bn2025{
    margin: 20px auto;
  }
}

.obi260123a{
  background-color: #002148;
  padding: 15px 0;
}
.obi260123a strong{
  display: block;
  max-width: 1040px;
  width: 80%;
  margin: 0 auto;
}
.obi260123b{
  background: linear-gradient(to bottom,  #eace76 0%,#ac7c11 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 20px 0;
}
.obi260123b a{
  display: block;
  max-width: 480px;
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.obi260123b a:after{
  content: '';
  width: 107px;
  height: 13px;
  background: url(/bunjyo/sakasegawa/img/top/obi260123/obi-arw.svg) no-repeat bottom center / contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(110%,-50%);
  transition: .3s;
}
.obi260123b a:hover:after{
  transform: translate(120%,-50%);
}
.obi260123c{
  background-color: #eef4f7;
  padding: 15px 0;
}
.obi260123c strong{
  display: block;
  max-width: 870px;
  width: 80%;
  margin: 0 auto;
}@media screen and (max-width: 767px) {
  .obi260123a{
    background-color: #002148;
    padding: 10px 0;
  }
  .obi260123b{
    padding: 8px 0;
  }
  .obi260123b a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 480px;
    width: 74%;
    margin: 0 auto;
    position: relative;
  }
  .obi260123b a span{
    display: block;
    width: 78%;
  }
  .obi260123b a span img{
    vertical-align: middle;
  }
  .obi260123b a:after{
    content: '';
    width: 20%;
    height: 0;
    padding-top: 4%;
    position: relative;
    right: inherit;
    top: inherit;
    transform: none;
  }
  .obi260123b a:hover:after{
    transform: none;
  }
  .obi260123c{
    padding: 10px 0;
  }
}