@charset "UTF-8";
/************************************************
	inheritance
************************************************/
.only-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
}

.only-tbl {
  display: none;
}

@media screen and (max-width: 768px) {
  .only-tbl {
    display: inline-block;
  }
}

@media screen and (max-width: 480px) {
  .only-tbl {
    display: none;
  }
}

.only-sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .only-sp {
    display: block;
  }
}

/************************************************
	3分で分かるSASEソリューション動画集
************************************************/
.sase-movie {
  /* ----- 動画集 ----- */
  /* /----- 動画集 ----- */
}

@media screen and (max-width: 768px) {
  .sase-movie .sectioning_layout-inner {
    padding: 0 3.1%;
  }
}

.sase-movie p {
  margin-bottom: 1.875rem;
}

.sase-movie .column2 .column p {
  margin: 0 18px;
}

.sase-movie .movie, .sase-movie .article {
  text-align: center;
  margin-bottom: 15px;
}

.sase-movie .movie a, .sase-movie .article a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 320px;
}

.sase-movie .movie a:hover::before, .sase-movie .article a:hover::before {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.sase-movie .movie a::before, .sase-movie .article a::before {
  background: url("/content/dam/nttcom/hq/jp/business/lp/sase-movie/img/icon_play.png") no-repeat;
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  left: 125px;
  position: absolute;
  top: 55px;
  width: 70px;
}

.sase-movie .article a::before {
  content: none;
}

.sase-movie .mov-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .sase-movie .mov-area:last-of-type {
    margin-bottom: 0;
  }
}

.sase-movie .mov-item {
  margin-bottom: 50px;
  width: 23%;
}

@media screen and (max-width: 768px) {
  .sase-movie .mov-item {
    width: 49%;
  }
}

@media screen and (max-width: 480px) {
  .sase-movie .mov-item {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .sase-movie .mov-image {
    text-align: center;
  }
}

.sase-movie .mov-image img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .sase-movie .mov-image img {
    max-width: 290px;
  }
}

@media screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .sase-movie .mov-image img {
    width: 290px;
  }
}

.sase-movie .mov-image a:hover img {
  opacity: 0.7;
}

.sase-movie .mov-txt p {
  line-height: 150%;
  margin: 20px 0;
}

.sase-movie .top-mov-area {
  width: 100%;
}

.sase-movie .top-mov-item {
  margin: 0 auto 30px;
  width: 60%;
}

@media screen and (max-width: 768px) {
  .sase-movie .top-mov-item {
    width: 100%;
  }
}

.sase-movie .top-mov-image {
  text-align: center;
}

.sase-movie .top-mov-image img {
  max-width: 290px;
}

.sase-movie .top-mov-image a:hover img {
  opacity: 0.7;
}

.sase-movie .top-bnr-area {
  margin: 3.5rem auto 5.0rem;
  max-width: 840px;
}

@media screen and (max-width: 768px) {
  .sase-movie .top-bnr-area {
    margin: 1.75rem auto 3.0rem;
  }
}

.sase-movie .top-bnr-area img {
  max-width: 100%;
}

.sase-movie .top-bnr-area a:hover img {
  opacity: 0.7;
}

.sase-movie .anchor-nav {
  margin-bottom: 6.875rem;
}

.sase-movie .anchor-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .sase-movie .anchor-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sase-movie .anchor-nav ul li {
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 10px;
  max-width: 200px;
  width: 15.873%;
}

.sase-movie .anchor-nav ul li:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .sase-movie .anchor-nav ul li {
    max-width: 260px;
    width: 50%;
  }
  .sase-movie .anchor-nav ul li:nth-of-type(n+1) {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .sase-movie .anchor-nav ul li {
    margin: 0 auto 15px;
    width: 100%;
  }
  .sase-movie .anchor-nav ul li:last-of-type {
    margin-top: 0;
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 0;
  }
  .sase-movie .anchor-nav ul li a {
    width: 100%;
  }
}

.sase-movie .anchor-nav ul li a {
  background-color: #fff;
  border: solid 1px #CC0033;
  color: #CC0033;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  padding: 8px 0;
  position: relative;
  text-align: center;
}

.sase-movie .anchor-nav ul li a::after {
  border: 0px;
  border-right: solid 2px #CC0033;
  border-top: solid 2px #CC0033;
  content: "";
  height: 6px;
  margin-top: -4px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  width: 6px;
}

.sase-movie .anchor-nav ul li a:hover {
  background-color: #CC0033;
  color: #fff;
}

.sase-movie .anchor-nav ul li a:hover::after {
  border: 0px;
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
}

.sase-movie .bottom-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .sase-movie .bottom-buttons {
    display: block;
    text-align: center;
  }
}

.sase-movie .bottom-buttons figure {
  display: inline-block;
  width: 48.5%;
}

@media screen and (max-width: 768px) {
  .sase-movie .bottom-buttons figure {
    margin-bottom: 1.0rem;
    width: auto;
  }
  .sase-movie .bottom-buttons figure:last-of-type {
    margin-bottom: 0;
  }
}

.sase-movie .bottom-buttons figure a {
  display: inline-block;
}

.sase-movie .bottom-buttons figure a img {
  max-width: 100%;
}

@media (-ms-high-contrast: none) {
  .sase-movie .bottom-buttons figure a img {
    width: 100%;
  }
}

.sase-movie ~ .BackToTop > .sub_backTo-top {
  margin-top: 7.5rem;
}

/* 追加20220506 */
.navi_menu{
  display: none;
}
.header_navi{
  display: flex;
  align-items: center;
  width: calc(100% - 400px);
  height: 100%;
  background: #CD0134;
  color: #fff;
}
.header_navi .navi_menu{
  display: none;
}

.header_navi .navi_list{
  display: flex;
  align-items: center;
  text-align: center;
  width: calc(100% - 150px);
}
.header_navi .navi_list .list_item{
  width: 30%;
  line-height: 1.2;
}

.header_navi .navi_contact{
  padding: 0 15px;
  width: 150px;
}
.header_navi .navi_contact a{
  font-weight: bold;
  display: inline-block;
  padding: 10px 18px;
  background: #ffd500;
  color: #222;
}

/* スライダー */
.new_heading{
  margin: 40px 0 10px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.sase-movie .movie_sliderWrap{
  margin-bottom: 80px;
  padding: 30px 45px;
  border: 3px solid #CD0134;
}
.sase-movie .bx-wrapper{
  margin: 0 auto;
}
.sase-movie .movie_slider{
  margin: 0;
  padding: 0;
}
.sase-movie .bx-wrapper .bx-prev,
.sase-movie .bx-wrapper .bx-next{
  top: 50%;
  transform: translateY(-50%);
  background: none;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  margin-top: 0;
}
.sase-movie .bx-wrapper .bx-prev{
  left: -141px;
  border-right: 25px solid #558ed5;
}
.sase-movie .bx-wrapper .bx-next{
  right: -141px;
  border-left: 25px solid #558ed5;
}
.sase-movie .bx-wrapper .bx-pager{
  bottom: -80px;
  padding: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a{
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #dce6f2;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active{
  background: #4d80bc;
}
.movie_sliderWrap + .fllb_hq{
  margin-top: 135px;
}

/* slider不要の場合 */
.movie_listWrap{
  padding: 30px 45px;
  border: 3px solid #CD0134;
}
.movie_listWrap .movie_list{
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  width: 938px;
  list-style: none;
}
.movie_listWrap .movie_list li + li{
  margin-left: 34px;
}

/*試*/
@media screen and (max-width: 1259px) {
  .header_navi{
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: auto;
    padding: 65px 0;
    background: #fff;
    color: #222;
    text-align: center;
  }

  .navi_menu{
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 100;
    display: block;
    width: 32px;
    height: 32px;
    background: none;
    border: none;
  }
  .navi_menu span{
    position: absolute;
    width: 27px;
    height: 2px;
    background-color: #0464c6;
  }
  .navi_menu span:first-child{
    top: 6px;
    right: 2px;
    -webkit-transition: top .3s,-webkit-transform .3s;
    transition: top .3s,-webkit-transform .3s;
    -o-transition: top .3s,transform .3s;
    transition: top .3s,transform .3s;
    transition: top .3s,transform .3s,-webkit-transform .3s;
  }
  .navi_menu span:nth-child(2){
    top: 15px;
    right: 2px;
    opacity: 1;
    -webkit-transition: right .3s,opacity .3s;
    -o-transition: right .3s,opacity .3s;
    transition: right .3s,opacity .3s;
  }
  .navi_menu span:nth-child(3){
    top: 24px;
    right: 2px;
    -webkit-transition: top .3s,-webkit-transform .3s;
    transition: top .3s,-webkit-transform .3s;
    -o-transition: top .3s,transform .3s;
    transition: top .3s,transform .3s;
    transition: top .3s,transform .3s,-webkit-transform .3s;
  }

  .navi_menu.is-open span:first-child{
    top: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .navi_menu.is-open span:nth-child(2){
    right: -8px;
    opacity: 0;
  }
  .navi_menu.is-open span:nth-child(3){
    top: 15px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .header_navi .navi_list{
    display: block;
    width: 100%;
  }
  .header_navi .navi_list .list_item{
    width: 100%;
  }
  .header_navi .navi_list .list_item:not(:first-of-type){
    margin-top: 10px;
  }
  .header_navi .navi_list .list_item .only-pc{
    display: none;
  }

  .header_navi .navi_contact{
    margin-top: 22px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  /* スライダー */
  .sase-movie .movie_sliderWrap{
    margin-bottom: 0;
    padding: 30px;
  }
  .sase-movie .bx-wrapper img{
    width: 100%;
  }
  .sase-movie .bx-wrapper .bx-prev,
  .sase-movie .bx-wrapper .bx-next{
    border-top-width: 15px;
    border-bottom-width: 15px;
  }
  .sase-movie .bx-wrapper .bx-prev{
    left: calc((-3.1% + -30px + 15px));
    border-right-width: 15px;
  }
  .sase-movie .bx-wrapper .bx-next{
    right: calc((-3.1% + -30px + 15px));
    border-left-width: 15px;
  }

  /* slider不要の場合 */
  .movie_listWrap{
    padding: 30px;
  }
  .movie_listWrap .movie_list{
    display: block;
    width: 100%;
  }
  .movie_listWrap .movie_list li + li{
    margin: 15px 0 0;
  }

}


/************************************************
	SASI占い
************************************************/
.sase-advice {
  overflow: hidden;
}

@media screen and (min-width: 1260px) {
  .sase-advice .sectioning_layout-inner {
    width: 100%;
  }
}

.sase-advice .sectioning_layout-inner article img {
  max-width: 100%;
}

.sase-advice .sectioning_layout-inner article img.clickableMap {
  height: auto;
  max-width: 1260px;
  width: 100%;
}

.sase-advice .sectioning_layout-inner article > h1 {
  background-image: url("/content/dam/nttcom/hq/jp/business/lp/sase-movie/img/advice_bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 140px;
  margin: 0 auto;
  min-height: 140px;
}

@media screen and (max-width: 768px) {
  .sase-advice .sectioning_layout-inner article > h1 {
    height: auto;
    min-height: auto;
  }
  .sase-advice .sectioning_layout-inner article > h1 img {
    padding-top: 15px;
  }
}

.sase-advice .sectioning_layout-inner article > * > .section {
  margin: 0 auto;
}

.sase-advice .sectioning_layout-inner article > * > .section:first-of-type .section-inner {
  max-width: 1260px;
}

.sase-advice .sectioning_layout-inner article > * > .section:last-of-type .section-inner {
  background: url("/content/dam/nttcom/hq/jp/business/lp/sase-movie/img/advice_bottom_bg.png") repeat-x;
}

.sase-advice .sectioning_layout-inner article > * > .section .section-inner {
  margin: 0 auto;
}

.sase-advice .sectioning_layout-inner article > * > .section .section-inner > figure {
  font-size: 0px;
  font-size: 0rem;
}

.sase-advice ~ .BackToTop > .sub_backTo-top {
  margin-top: 8.4375rem;
}

@media screen and (max-width: 768px) {
  .sase-advice .scroll-box {
    overflow-x: scroll;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }
  .sase-advice .scroll-box::-webkit-scrollbar {
    height: 8px;
  }
  .sase-advice .scroll-box::-webkit-scrollbar-track {
    background: #eee;
  }
  .sase-advice .scroll-box::-webkit-scrollbar-thumb {
    background: #CC0033;
    border: none;
  }
  .sase-advice .scroll-box::-webkit-scrollbar-thumb:hover {
    background: #CC0033;
  }
  .sase-advice .scroll-box > .section {
    min-width: 768px;
  }
}

@media screen and (max-width: 480px) {
  .sase-advice .scroll-box {
    max-height: 655px;
    overflow-y: scroll;
  }
}

.sase-advice .scroll-box .scroll-box-notes {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 1.0em auto;
  padding: 0 3.1%;
}

.sase-advice .scroll-box .scroll-box-notes::before {
  content: "※ ";
}