@charset "UTF-8";
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important; } }
.sp-only {
  display: none !important; }
  @media screen and (max-width: 767px) {
    .sp-only {
      display: block !important; } }
.wrapper {
  padding-bottom: 97px; }
  @media screen and (max-width: 767px) {
    .wrapper {
      padding-bottom: 80px; } }
.mv {
     background: url(../images/sdd/acrd_bg.webp) repeat center center;
    object-fit: cover;
}
  @media screen and (max-width: 767px) {
    .mv {
      padding: 0;
	  background: url(../images/sdd/bg_02.png);} }
.mv_top {
    height: 66px;
    width: 100%;
    background-color: #fff;
    top: 0px;
	border-bottom: solid 5px #d70c19;
}
@media screen and (max-width: 767px) {
    .mv_top {
        height: 0;
		border: none;
    }
}
.mv__outer{
    background: url(../images/sdd/kv_bg.webp) no-repeat center center;
	object-fit: cover;
}
@media screen and (max-width: 767px) {
    .mv__outer {
    margin-top: 0;
    }
}
.mv-sp {
  max-width: 767px;
  background-color: #fff;
  padding-top: 10px;
}
  .mv-sp img {
    width: 100%; }
.mv__inner {
  width: 1150px;
  height: 560px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 767px) {
    .mv__inner {
      width: auto;
      height:0; } }
.mv__title {
  width: 370px;
  height: 185px;
  margin-bottom: 16px; }
  .mv__title img {
    width: 100%;
    height: auto; }
.mv__lead {
  width: 416.5px;
  margin-bottom: 58px;
  margin-left: 14px; }
  .mv__lead img {
    width: 100%; }
.price-badge {
  width: 284px;
  margin-bottom: 24px;
  margin-left: 43.5px; }
.enty-button {
  width: 299px;
  margin-bottom: 16px;
  margin-left: 16px;
  display: block; }
  .enty-button:hover {
    opacity: 0.8; }
  .enty-button img {
    width: 100%; }
.scale {
  width: 186px;
  position: absolute;
  top: 0;
  right: 0; }
.mv__image {
  position: absolute;
  bottom: 10px;
  right: 20px; }
.mv__btn {
    position: absolute;
    bottom: 28px;
    left: 400px;
    padding-bottom: 5px;
    text-align: center;
    border-radius: 10px;
   }
    .btn_fv,
    a.btn_fv,
    button.btn_fv {
     font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1.2rem 3rem 1rem 1rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #fff;
    border-radius: 0.5rem;
    /*background: linear-gradient(to bottom, #97eb3a, #4ba54f);*/
	background-color: #006633;
    }
a.btn_fv.btn--cubic {
  border-bottom: 6px solid #628372;
}
a.btn_fv.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #02321a;
}
a.btn--radius {
  border-radius: 5vh;
}
a.btn_fv span{
  font-size: 1.8rem;
  padding: 1px 5px 2px 8px;
  background: #fff;
  display: inline-block;
  color: #000;
  margin-right: 5px;
  margin-top: -3px;
  margin-left: 3px;
  vertical-align: middle;
  border-radius: 16px;
}
.fa-position-right {
  color: #FFC107;
    line-height: 1;
    width: 0.8em;
    height: 0.8em;
    border: 0.2em solid currentColor;
    border-bottom-width: 0.2em;
    border-bottom-style: solid;
    border-bottom-color: currentcolor;
    border-left-width: 0.2em;
    border-left-style: solid;
    border-left-color: currentcolor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
    position: absolute;
    display: block;
    right: 10px;
    top: 19px;
}
.mv__image1 {
  position: absolute;
  top: 100px;
  left: 26%; }
.mv__image2 {
  position: absolute;
  background-color: #473939;
  padding: 5px;
  bottom: 80px;
  left: 22%; }
.mv__image3 {
  position: absolute;
  top: 30px;
  left: 32.5%; }
.mv__image4 {
  position: absolute;
  top: 16%;
  right: -5px;
 }
.mv__image5 {
  position: absolute;
  top: 25%;
  left: 25%;
 }
.mvtext {
    text-align: center;
    padding: 15px 0 10px 0;
    font-size: 24px;
    font-weight: bold;
    color: #863e27;
	background: url(../images/sdd/kvtext_bg.png) no-repeat center top;
    background-size: cover;
}
  @media screen and (max-width: 767px) {
    .mvtext {
      font-size: 2.8rem;
      line-height: 1.5;
	  padding: 12px 0 0;
	  margin-bottom: -12px;
	  }
 }
.mvtext .mvtext_yellow {
    color: #c5a200;
}
.contents__heding {
  margin-bottom: 6px;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}
.contents__heding_title{
    font-size: 3.6rem;
	position: relative;
	z-index: 1;
}
.contents__heding_h3{
	font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
  @media screen and (max-width: 767px) {
    .contents__heding_h3{
      font-size: 15px;
	  margin-bottom: 6px;
	  margin-top: 6px;
 }
}
.contents__heding_h3_white{
	padding: 8px 80px;
    background: #000;
}
  @media screen and (max-width: 767px) {
   .contents__heding_h3_white{
      padding: 8px 20px;
 }
}
.contents__heding_red{
	color: #d70c19;
}
/*.contents__heding_title::before{
    transform: skewX(-25deg);
    content: "";
    position: absolute;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    z-index: -1;
	border-bottom: solid 4px #cb0915;
	border-top: solid 4px #cb0915;
	background-color: #000;
}*/
  @media screen and (max-width: 767px) {
    .contents__heding_title {
      font-size: 3.8rem;}
	.contents4 .contents__heding_title {
      letter-spacing: -1.2px;}
 }
  .contents__heding--black {
    color: #000; }
  .contents__heding--yellow {
    color: #fff100;
  font-size: 25px; }
  .contents__heding--red {
    color: #de0e0d; }
.contents__heding--point{
	background-color: #00479d;
    padding: 6px 16px 3px 16px;
    margin-right: 14px;
    border-radius: 14px;
    color: #fff;
    font-family: "Sawarabi Mincho", serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: -2.5px;
}
  @media screen and (max-width: 767px) {
    .contents__heding--point{
      padding: 5px 10px 3px 8px;
        letter-spacing: -3px;
        margin-right: 5px;
	}
  .contents__heding--yellow {
  font-size: 16px; }
 }
  .contents__heding--btlead {
    margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .contents__heding {
      padding: 0 14vw;
      font-size: 17px;
     }
      .contents__heding--contents1 {
        margin-bottom: 0; } }
.contents__lead {
  margin-bottom: 34px;
  color: #000;
  font-size: 18px;
  text-align: center;
}
  @media screen and (max-width: 767px) {
    .contents__lead {
      margin-bottom: 20px;
      font-size: 15px;
	  padding: 0 15px;
	  text-align: left;
	  }
.contents4 .section4_outer .contents__lead {
      margin-bottom: 32px;
	  }
	  .contents1 .contents__lead {
      text-align: center;
	  }
}
.contents1 {
    padding: 30px 0;
    background: url("../images/sdd/magazine_bg.webp") no-repeat center center;
	background-size: cover;
}
  @media screen and (max-width: 767px) {
    .contents1 {
      padding: 16px 0 30px;
      overflow-y: hidden;
	  background-image: url("../images/sdd/magazine_bg_sp1.webp") ,url("../images/sdd/magazine_bg_sp2.webp"),url("../images/sdd/magazine_bg_sp3.webp");
  background-repeat: no-repeat;
  background-position: top 109px right 10px, bottom 4px left, center center;
  background-size: 72px auto, 58px auto, cover;
	  }
}
.contents1__heding {
  margin-top: 48px;
  margin-bottom: 32px;
  color: #FFF;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .contents1__heding {
    margin-top: 10px;
    margin-bottom: 0px;
    color: #FFF;
    font-weight: bold; }
    .sp-contents1__title{
      width: 90%;
    } }
.contents1__img {
  width: 371.5px;
  margin: 69px auto 33px;
  display: block; }
  .contents1__img--rear {
    width: 373.5px; }
  .contents1__img--right {
    width: 916px; }
  @media screen and (max-width: 767px) {
    .contents1__img {
      width: 100%;
      max-width: 141px;
      margin: 10px auto; }
      .contents2__img--rear {
        max-width: 150.5px; }
      .contents2__img--right {
        max-width: 369.5px; } }
.contents1__lead {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 700;
  color: #e9be46;
  text-align: center;
  line-height: 1.8; }
  @media screen and (max-width: 767px) {
    .contents1__lead {
      line-height: 1.6; } }
.contents1__list {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 40px;
  padding: 0 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .contents1__list {
      width: 618px;
      margin-bottom: 10px; } }
.contents1__item {
  width: 46%; }
.contents2 {
    padding: 0 0 30px;
    background-size: cover;
    background-image: url(../images/sdd/lineup_bg_top2.png), url(../images/sdd/lineup_bg.png), url(../images/sdd/lineup_bg2.webp);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: top -716px center, center, bottom;
}
  @media screen and (max-width: 767px) {
    .contents2 {
      padding: 0;
      overflow-y: hidden;
      background-image: url(../images/sdd/lineup_bg_sp.png);
      background-size: cover;
      background-position: top 200px center;
 } }
.contents2 > div.slkBox2 > ul{
	background-color: #000;
}
.contents2 > div > ul > div > div > li{
	position: relative;
    width: 260px;
    margin: 0 2px;
    padding: 16px 0;
}
.contents2 > div > ul > div > div > li img{
	height: 170px;
}
  @media screen and (max-width: 767px) {
    .contents2 > div > ul > div > div > li img {
      height: auto;
 } }
.contents2__img {
  width: 371.5px;
  margin: 69px auto 33px;
  display: block; }
  .contents2__img--rear {
    width: 373.5px; }
  .contents2__img--right {
    width: 916px; }
  @media screen and (max-width: 767px) {
    .contents2__img {
      width: 100%;
      max-width: 141px;
      margin: 10px auto; }
      .contents2__img--rear {
        max-width: 150.5px; }
      .contents2__img--right {
        max-width: 369.5px; } }
.contents2__lead {
    font-size: 1.8rem;
    /* font-weight: 700; */
    color: #fff;
    text-align: center;
    /* line-height: 1.8; */
    background-color: #000;
    width: 700px;
    margin: 8px auto 4px;;
    padding: 8px 12px; }
  @media screen and (max-width: 767px) {
    .contents2__lead {
    width: 90%;
    font-size: 2.6rem;
    line-height: 1.4;
    margin: 0 auto;
    text-align: left;} }
.contentstable__list {
  max-width: 920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .contentstable__list.tab {
    margin-top: 0;
    justify-content: space-between;
	flex-wrap: wrap;
}
  @media screen and (max-width: 767px) {
    .contentstable__list.tab {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (auto)[2];
    grid-template-rows: repeat(1, auto);
    gap: 0;
    justify-items: center;
} }
.contentstable__item {
  width: 23.5%;
  position: relative;
  z-index: 1;
  color: #000;
  text-align: center;
  border: 1px solid #000;
  margin-top: 8px;
  }
  .contentstable__item--one {
   width: 50%;
 }
.lineup{
	padding-top: 60px;
}
  @media screen and (max-width: 767px) {
    .lineup {
    padding-top: 16px;
} }
.contents2__lead_red{
	background-color: #d0111b;
    padding: 0 16px;
    border-radius: 13px;
    font-size: 1.6rem;
	color: #fff;
}
.list_tab_inspan{
    padding: 0 10px;
    font-size: 1.4rem;
	margin-left: 5px;
}
@media screen and (max-width: 767px) {
    .list_tab_inspan {
    font-size: 2rem;
    margin-left: 2.5vw;
    }
}
 .list_tab {
    background: rgba(109, 101, 101, 0.6);
    padding: 25px;
    max-width: 980px;
    margin: 20px auto 80px;
}
@media screen and (max-width: 767px) {
    .list_tab {
        margin-top: 3vw;
        padding: 0px;
    }
}
 .list_tab .tab_page {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
 .list_tab .tab_page {
        flex-wrap: wrap;
        position: relative;
        padding: 2vw 3vw 0px;
    }
}
 .list_tab .tab_page li {
    color: #fff;
    background-color: #000;
    font-size: 1.8rem;
    width: 16%;
    text-align: center;
    cursor: pointer;
    border: 1px solid #fff;
	line-height: 2.2;
}
@media screen and (max-width: 767px) {
   .list_tab .tab_page li {
        width: 32%;
        font-size: 2.4rem;
        margin-top: 1.5vw;
        padding: 0.8vw 0px;
    }
}
 .list_tab .tab_page li.here {
    background: #000;
    color: #e6e03b;
}
 .list_tab .all_page {
    margin-top: 10px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .list_tab .all_page {
        margin-top: 3vw;
        padding-bottom: 1vw;
    }
}
 .list_tab .all_page li.here_cont {
    display: block;
}
.list_tab .all_page li .in_tbl {
    display: flex
;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 440px;
    overflow-y: scroll;
    padding-right: 6px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .list_tab .all_page li .in_tbl {
        height: 100vw;
        padding: 0px 1.5vw 5vw 3vw;
    }
}
.list_tab .scroll {
    display: none;
}
@media screen and (max-width: 767px) {
    .list_tab .scroll {
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -15px;
        width: 50%;
        text-align: center;
        height: 20vw;
        left: 28%;
    }
.list_tab .scroll .scr_ic {
        position: absolute;
        width: 40vw;
        height: 20vw;
        top: 40%;
        left: 30%;
        z-index: 2;
    }
}
 .list_tab .all_page li .in_tbl dl {
    width: 49%;
    background: #fff;
    display: flex
;
    font-size: 1.8rem;
    margin-top: 5px;
    border: 2px solid #b7b3b3;
}
@media screen and (max-width: 767px) {
    .list_tab .all_page li .in_tbl dl {
        width: 100%;
        font-size: 2.4rem;
        margin-top: 1vw;
    }
}
 .list_tab .all_page li .in_tbl dl dt {
    background: #000;
    width: 15%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .list_tab .all_page li .in_tbl dl dt {
        padding: 3vw;
    }
}
 .list_tab .all_page li .in_tbl dl dd {
    color: #000;
    width: 85%;
    padding: 10px 0  10px 10px;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
     .list_tab .all_page li .in_tbl dl dd {
        padding: 3vw 1.5vw;
    }
}
.list_tab .all_page li .in_tbl dl dd p {
    font-size: 1.6rem;
    letter-spacing: -0.5px;
}
@media screen and (max-width: 767px) {
    .list_tab .all_page li .in_tbl dl dd p {
        font-size: 2.6rem;
        letter-spacing: normal;
    }
}
.list_tab .all_page li .in_tbl dl dd p span {
    margin-right: 10px;
}
@media screen and (max-width: 767px) {
   .list_tab .all_page li .in_tbl dl dd p span {
        margin-right: 1.5vw;
    }
}
.list_tab .all_page li .in_tbl dl dd p span.red {
    color: #e60013;
}
@media screen and (max-width: 767px) {
   .list_tab .all_page li .in_tbl dl dd p span {
        margin-right: 1.5vw;
    }
}
.list_tab .all_page li {
    display: none;
}
.block_list .tab li {
  padding: 4px 0;
  font-size: 16px;
  font-style: normal;
  background-color: #fff;
  color: #000;
  line-height: inherit;
  -webkit-clip-path: initial;
  clip-path: initial;
  font-weight: normal; }
  @media screen and (max-width: 767px) {
    .block_list .tab li {
      font-size: 15px;
      width: 96%;
	  margin-top: 6px;} }
@media screen and (max-width: 767px) {
  .block_list .fl-size {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    display: block; } }
.block_list .tab li.show_tab {
  color: #cfc37c;
  background-color: #222222;
  position: relative; }
  .block_list .tab li.show_tab::before {
    content: "";
    display: inline-block;
    margin: auto;
    border-style: solid;
    border-color: #fff #fff transparent transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: translateY(-0.25em) rotate(135deg);
    -ms-transform: translateY(-0.25em) rotate(135deg);
    transform: translateY(-0.25em) rotate(135deg);
    width: 15px;
    height: 15px;
    border-width: 2px 2px 0 0;
    right: 20px; }
  @media screen and (max-width: 767px) {
    .block_list .tab li.show_tab::before {
      width: 16px;
      height: 16px;
      right: 16px; } }
.table_yellow{
	background: #d5c772;
}
.contents7{
	padding: 30px 0 30px;
    background: url(../images/od2/section7_bg.png) no-repeat top center;
	background-size: cover;
}
  @media screen and (max-width: 767px) {
    .contents7 {
      padding: 10px 0;
	  }
}
.contents3 {
  height: auto;
  padding: 30px 0;
  background-color: #ededed; }
  @media screen and (max-width: 767px) {
    .contents3 {
      padding-top: 17px;
      background-color: #ededed;} }
.contents3__inner {
  max-width: 1240px;
    /* background-color: #fff; */
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    justify-content: space-around;}
  @media screen and (max-width: 767px) {
    .contents3__inner {
      width: 94%;
      margin: 0 auto;
      flex-direction: column;
	  padding-bottom: 4px;} }
.present-box2 {
    position: relative;
	color: #fff;
}
@media screen and (max-width: 767px) {
    .present-box2 {
        margin-bottom: 8px;
    }
}
.present-box2__txt {
    position: absolute;
    bottom: 15px;
    left: 30px;
}
@media screen and (max-width: 767px) {
    .present-box2__txt {
        bottom: 9px;
        left: 17%;
        font-size: 2.4rem;
        /* margin: 0 auto; */
        text-align: center;
        line-height: 1.2;
    }
}
.present-box2__txt2 {
    position: absolute;
    bottom: 15px;
    left: 30px;
    text-align: left;
}
@media screen and (max-width: 767px) {
    .present-box2__txt2 {
        bottom: 3px;
        left: 17%;
        font-size: 2.4rem;
        text-align: center;
    }
}
.contents2__sup{
	font-size: 15px;
    color: #fff;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .contents2__sup {
        margin-bottom: 0;
        font-size: 2.2rem;
    }
}
.contents_table{
	padding: 30px 0;
	background-color: #333;
}
@media screen and (max-width: 767px) {
    .contents_table {
        padding: 0;
        overflow-y: hidden;
    }
}
.contents3__text {
  color: #e9be46;
  font-size: 16px;
  font-weight: 700;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .contents3__text {
      font-size: 14px; } }
.contents3__title {
  margin-bottom: 30px;
  font-size: 55px;
  color: #fff;
  font-weight: 700; }
  @media screen and (max-width: 767px) {
    .contents3__title {
      font-size: 26px; }
    .contents3__title__img{
      width: 90%; } }
.contents3__lead {
    margin: 0 auto;
    padding-top: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-align: center;
    line-height: 1.8;}
    @media screen and (max-width: 767px) {
    .contents3__lead {
      width: 90%;
      padding-top: 16px;
      padding-bottom: 8px;
      font-size: 14px;
      text-align:left;
      line-height: 1.6; } }
.contents3__img {
  width: 100%;
  display: block;
  padding-top:28px }
    @media screen and (max-width: 767px) {
    .contents3__img {
      padding-top:0px; } }
.contents3__pointer {
  width: 5vw;
  height: 4.5vw;
  background: url(../images/img_puls.webp) no-repeat center top/contain;
  position: absolute; }
  .contents3__pointer--one {
    top: 85%;
    left: 23%; }
  .contents3__pointer--two {
    top: 26%;
    left: 39.5%; }
  .contents3__pointer--three {
    top: 23%;
    left: 56%; }
  .contents3__pointer--four {
    top: 50%;
    left: 71.5%; }
  .contents3__pointer--five {
    top: 29%;
    left: 74%; }
  @media screen and (max-width: 767px) {
    .contents3__pointer {
      width: 10vw;
      height: 10vw;
      background-size: contain; }
      .contents3__pointer--one {
        top: 89%;
        left: 13%; }
      .contents3__pointer--two {
        top: 65%;
        left: 76%; }
      .contents3__pointer--three {
        top: 21%;
        left: 18%; }
      .contents3__pointer--four {
        top: 34%;
        left: 58%; } }
.entry-area {
  padding: 50px 0;
  background-color: #000; }
@media screen and (max-width: 767px) {
  .entry-area2 {
    position: fixed;
    bottom: 0;
    z-index: 1;
    background-color: #000;
    padding: 15px; } }
.entry-link {
  width: 866px;
  margin: 0 auto;
  display: block; }
  .entry-link:hover {
    opacity: 0.8; }
  .entry-link img {
    width: 100%; }
  @media screen and (max-width: 767px) {
    .entry-link {
      width: auto; } }
.contents4 {
  padding: 30px 0;
	background-image: url("../images/sdd/acrd_bg1.webp") ,url("../images/sdd/acrd_bg2.webp") ,url("../images/sdd/acrd_bg.webp") ;
	background-repeat: no-repeat;
    background-position: top 40px left 40px, bottom 20px right, top center;
    background-size: auto;
}
  @media screen and (max-width: 767px) {
    .contents4 {
      padding: 15px 0 40px;
	  background-image: url("../images/sdd/acrd_bg_sp1.webp") ,url("../images/sdd/acrd_bg_sp2.webp") ,url("../images/sdd/acrd_bg.webp") ;
	background-repeat: no-repeat;
    background-position: top 39vw right 8px, bottom -14vw left, top center;
    background-size: 40px 110px, 116px 100px, auto;
	  } }
.section4_outer{
	width: 1000px;
    margin: 40px auto 0;
    padding: 8px 0;
}
  @media screen and (max-width: 767px) {
    .section4_outer {
      width: auto;
	  margin-top: 0;
      padding-top: 0;} }
.block_magazine .magazine-list {
  width: 980px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 767px) {
    .block_magazine .magazine-list {
      width: auto;
      background: #fff; } }
.bullet-holes-1 {
  position: absolute;
  width: 344px;
  height: 431px;
  top: -220px;
  left: -251px; }
  .bullet-holes-1 img {
    width: 100%; }
  @media screen and (max-width: 767px) {
    .bullet-holes-1 {
      width: 180px;
      height: 180px;
      top: -167px;
      left: -27px; } }
.bullet-holes-2 {
  position: absolute;
  width: 445.5px;
  height: 534.5px;
  top: -252px;
  right: -325px; }
  .bullet-holes-2 img {
    width: 100%; }
  @media screen and (max-width: 767px) {
    .bullet-holes-2 {
      width: 240px;
      height: 300px;
      top: -195px;
      right: -79px; } }
.bullet-holes-3 {
  position: absolute;
  width: 445.5px;
  height: 534.5px;
  top: -230px;
  left: -417px; }
  .bullet-holes-3 img {
    width: 100%; }
  @media screen and (max-width: 767px) {
    .bullet-holes-3 {
      width: 216px;
      height: 250px;
      top: -109px;
      left: -106px; } }
.bullet-holes-4 {
  position: absolute;
  width: 344px;
  height: 431px;
  top: -187px;
  right: -351px; }
  .bullet-holes-4 img {
    width: 100%; }
  @media screen and (max-width: 767px) {
    .bullet-holes-4 {
      width: 138px;
      height: 181px;
      top: -73px;
      right: -87px; } }
.block_magazine .magazine-list__heding {
  padding: 0 24px;
  background-color: #fff;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  line-height: 81px;
  position: relative;
  cursor: pointer;
}
#contents > section.contents4.block_magazine > div > div > div > dl > dt.show{
  border-radius: 16px 16px 0 0;
  border-bottom: none;
}
  @media screen and (max-width: 767px) {
#contents > section.contents4.block_magazine > div > div > div > dl > dt.show{
		border-radius: 0;
       } }
.block_magazine .magazine-list__heding .magazine_flex{
	display: flex;
}
  @media screen and (max-width: 767px) {
    .block_magazine .magazine-list__heding .magazine_flex {
		align-items: center;
       } }
.block_magazine .magazine-list:last-child {
	/*border-bottom: 1px solid #884127;*/
}
.block_magazine .magazine-list div.no2 dl dt,.block_magazine .magazine-list div.no4 dl dt {
	background-color: #fff;
}
  .block_magazine .magazine-list__heding::before {
    content: "";
    display: inline-block;
    margin: auto;
    border-style: solid;
    border-color: #de0e0d #de0e0d transparent transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 8px;
    -webkit-transform: translateY(0) rotate(135deg);
    -ms-transform: translateY(0) rotate(135deg);
    transform: translateY(0) rotate(135deg);
    width: 30px;
    height: 30px;
    border-width: 5px 5px 0 0;
    right: 30px; }
  @media screen and (max-width: 767px) {
    .block_magazine .magazine-list__heding {
      padding: 8px 8px 8px 2px;
      font-size: 2.4rem;
      line-height: 1.5;
      border-right: none;
      border-left: none;
	  border-radius: 0;
	  }
      .block_magazine .magazine-list__heding::before {
        width: 14px;
        height: 14px;
        border-width: 3px 3px 0 0;
	    right: 5px;
	  } }
.acrdBtn.show:before {
    transform: translateY(0.5em) rotate(-45deg);
}
.block_magazine .magazine-list__item {
	margin-bottom: 10px;
	border-radius: 16px;
	overflow: hidden;
	border: solid 2px #000;
   }
  @media screen and (max-width: 767px) {
    .block_magazine .magazine-list__item {
		border-radius: 0;
		margin-bottom: 0;
        border-left: none;
        border-right: none;
        border-bottom: none;
       }
	  .block_magazine .magazine-list__item:last-child{
		  border-bottom: solid 2px #000;
	  }
}
.acrd_title2{
	line-height: 35px;
	padding-top: 8px;
}
  @media screen and (max-width: 767px) {
    .acrd_title2{
		line-height: normal;
		padding-top: 0;
       } }
.acrdBtn:hover {
  -webkit-filter: none;
  filter: none; }
.block_magazine .magazine-list__box {
  padding: 20px 50px;
  background-color: #fff;
  display: none;
  border-radius: 0 0 16px 16px;
}
  .block_magazine .magazine-list__box img {
    max-width: 100%;
    margin: 15px auto;
    display: block; }
    .block_magazine .magazine-list__box img.book {
      max-width: 30%;
  }
  .block_magazine .magazine-list__box--700 img {
    max-width: 700px;
    margin: 0 auto;
    display: block; }
  @media screen and (max-width: 767px) {
    .block_magazine .magazine-list__box {
      width: auto;
	  border-right: none;
	  border-left: none;
	  padding: 0 14px 14px 14px;
      line-height: 1.4;
	  border-radius: 0;
	  }
      .block_magazine .magazine-list__box img.book {
        max-width: 50%;
 }}
.acrdBox .show > div {
    border-bottom: 2px dotted #000;
}
@media screen and (max-width: 767px) {
.acrdBox .show > div {
    padding-bottom: 5px;
}}
#contents > section.contents4.block_magazine > div > div > div.acrdBox > dl > dt.show > div > p > span.contents__heding--point{
    /*background-color:#d31f28;*/
}
#contents > section.contents4.block_magazine > div > div > div.acrdBox > dl > dt.show > div > p > span > span.contents__heding_red {
    color:#fff;
}
#contents > section.contents4.block_magazine > div > div > div > dl > dd > div > img{
	margin-top: 20px;
}
.focusbox{
	/*display: flex;
	justify-content: space-around;
	align-items: center;*/
}
  c
    .focusbox{
      flex-direction: column-reverse;
	  }
}
.focusbox_txt{
	/*width: 53%;*/
	line-height: 1.5;
	padding: 20px 8px 4px;
}
  @media screen and (max-width: 767px) {
    .focusbox_txt {
      width: 100%;
      margin-top: 8px;
	  padding: 0;
        font-size: 15px;
        line-height: 1.5;
	  }
}
.contents5 {
  padding: 30px 0 30px;
  background-image: url("../images/sdd/lineup_bg1.webp") ,url("../images/sdd/lineup_bg2.webp");
	background-repeat: no-repeat;
    background-position: top 40px right 10px, center left;
    background-size: auto, auto;
  }
  @media screen and (max-width: 767px) {
    .contents5 {
      padding: 16px 0 0;
        background-position: top 220vw right 4vw, top 68vw left -2vw;
        background-size: 164px auto, 155px auto;
	  }
}
.contents__heding--contents5 {
  max-width: 707px;
  width: 64vw;
  margin: 0 auto 50px;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .contents__heding--contents5 {
      width: auto;
      max-width: 40%;
      margin-bottom: 25px; } }
.contents5__list {
  max-width: 1040px;
  width: 100%;
  margin: 16px auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .contents5__list {
    width: 90%;
      margin-bottom: 10px;
	  flex-wrap: wrap;} }
.contents5__item {
 width: 19%;
text-align: center;}
  @media screen and (max-width: 767px) {
    .contents5__item {
		 width: 47%;
		margin-bottom: 5vw;
		}
}
.contents5__image {
width: 100%; }
.contents5__item .img img {
  height: auto;
    transition: transform .6s ease;
    filter: drop-shadow(5px 5px 5px #666);
    border: 1px solid #ccc;
    width: 97%;
}
.contents5__item .img:hover img {
  transform: scale(1.1);
}
  @media screen and (max-width: 767px) {
    .contents5__image {
      width: 38vw; }
      .contents5__item .img img {
        height: auto;
          transition: transform .6s ease;
          filter: drop-shadow(5px 5px 5px #666);
          border: 1px solid #ccc;
          width: 97%;
      }}
.spScrlX {
  position: relative; }
.ar-sp {
  position: absolute;
  top: 14vw;
  right: 35vw;
  background: url(../images/img_swipe.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30vw;
  height: 29vw;
  z-index: 1;
}
.ar-sp--box {
  top: 32svw;
  right: 35vw;
}
.contents5__item-heading {
  width: 140px;
    margin: 0 auto 18px;
    color: #fff100;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    background-color: #d70c19;
    text-align: center;
    letter-spacing: 2px;
    border-radius: 16px;
  /*background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(167, 41, 37, 0)), color-stop(25%, #a72925), color-stop(50%, #a72925), color-stop(75%, #a72925), color-stop(90%, rgba(167, 41, 37, 0)));
  background: -webkit-linear-gradient(left, rgba(167, 41, 37, 0) 10%, #df0000 25%, #db423d 50%, #df0000 75%, rgba(167, 41, 37, 0) 90%);
  background: -o-linear-gradient(left, rgba(167, 41, 37, 0) 10%, #df0000 25%, #db423d 50%, #df0000 75%, rgba(167, 41, 37, 0) 90%);
  background: linear-gradient(90deg, rgba(167, 41, 37, 0) 10%, #df0000 25%, #db423d 50%, #df0000 75%, rgba(167, 41, 37, 0) 90%);*/
 }
  @media screen and (max-width: 767px) {
    .contents5__item-heading {
      width: 22vw;
      font-size: 4.3vw;
	  margin-top: 3px;
	  margin-bottom: 8px;} }
.contents5__text {
  font-size: 45px;
  color: #FFF;
  font-weight: bold;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .contents5__text {
      font-size: 24px;
      margin-top: 16px; } }
.contents5__sup {
  margin-bottom: 40px;
  font-size: 15px;
  color: #000;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .contents5__sup {
      margin-bottom: 0;
      font-size: 12px; } }
.present-area{
	max-width: 1000px;
	margin: auto;
}
.present__sup {
  /*margin-bottom: 40px;*/
  font-size: 13px;
  color: #000;
  text-align: center;
  margin-top: 8px;
}
  @media screen and (max-width: 767px) {
    .present__sup {
      margin-bottom: 0;
      font-size: 13px; } }
@media screen and (max-width: 767px) {
  .present-area {
    padding: 0 15px;
    margin-top: 20px; } }
.present-box {
  width: 760px;
  margin: 40px auto; }
  .present-box img {
    width: 100%; }
.present-box:hover {
        opacity: 0.8;
    }
  @media screen and (max-width: 767px) {
    .present-box {
      width: 92%;
      margin: 16px auto; } }
.present-box__heading {
  font-size: 45px;
  color: #000;
  font-weight: bold;
  text-align: center; }
  .present-box__heading em {
    color: #d32c2f; }
  @media screen and (max-width: 767px) {
    .present-box__heading {
      font-size: 24px; } }
.block_magazine .magazine-case {
  width: 692px;
  margin: 0 auto 24px; }
  .block_magazine .magazine-case img {
    width: 100%; }
  @media screen and (max-width: 767px) {
    .block_magazine .magazine-case {
      width: auto;
      margin-bottom: 18px;
      padding: 0 24px; } }
.bottom-text {
  margin-bottom: 28px;
  font-size: 20px;
  color: #000;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .bottom-text {
      margin-bottom: 18px;
      font-size: 15px; } }
.btnFaq {
  max-width: 240px;
  margin: 0 auto 24px; }
  @media screen and (max-width: 767px) {
    .btnFaq {
      max-width: unset; } }
.copyright {
  text-align: center;
  font-size: 15px;
  display: block; }
.copyright .copy_c {
  display: inline-block;
    margin-top: 5px;
    margin-right: 3px;}
  @media screen and (max-width: 767px) {
    .copyright {
      font-size: 12px;
      padding: 0 15px;
      margin-top: 15px}
.copyright .copy_c {
      margin-top: 2px;
    margin-right: 1px;}}
@media screen and (max-width: 767px) {
  .block_main .bot_intro .slkBox {
    padding-bottom: 0vw; }
}
.block_main .bot_intro {
  padding: 0; }
@media screen and (max-width: 767px) {
  #contents > section.contents2 > div{
    margin-bottom: 16px;}
}
#contents > section.contents2 > div > ul > ul{
	display: none !important;
}
.slick-arrow {
  width: 60px;
  height: 60px;
}
  .slick-arrow::before {
	width: 0;
    height: 0;
    border-style: solid;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 14px solid #df7873;
    border-right: 0;
}
@media screen and (max-width: 767px) {
  .slick-arrow{
    width: 8vw;
    height: 8vw;
    top: 45%;
  }
}
.slick-next:before{
	transform: none;
}
@media screen and (max-width: 767px) {
    .slick-next:before {
        transform: translate(0.21875vw, 0) rotate(360deg);
    }
}
.slick-prev:before {
    transform: translate(0px, 0) rotate(180deg);
}
@media screen and (max-width: 767px) {
    .slick-prev:before {
        transform: translate(-0.21875vw, 0) rotate(180deg);
    }
}
.block_main .bot_intro .slkBox .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  border-radius: 50%; }
.slideBox__img {
  /*width: 500px;*/ }
  /*.slideBox__img--carousel1 {
    width: auto; }
  .slideBox__img--carousel2 {
    width: auto; }
  .slideBox__img--carousel3 {
    width: auto; }
  .slideBox__img--carousel4 {
    width: auto;}
  .slideBox__img--carousel5 {
    width: auto; }
  .slideBox__img img {
    width: 100%; }
  @media screen and (max-width: 767px) {
    .slideBox__img--carousel1 {
      width: auto;}
    .slideBox__img--carousel2 {
      width: auto;}
    .slideBox__img--carousel3 {
      width: auto; }
    .slideBox__img--carousel4 {
      width: auto; }
    .slideBox__img--carousel5 {
      width: auto; } }*/
.slick-slide img{
	max-width: 100%;
	margin: 0 auto;
}
.slick-slide img.mag{
	filter: drop-shadow(5px 5px 5px #4e4e4e);
}
.magazine_txtdeco {
    text-decoration: none !important;
}
.block_main .bot_intro .slkBox ul li::after {
    content: none;
}
#contents > section.contents1 > div > div > div > ul > div > div > li.slick-slide > div a::after{
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url(../images/sdd/scope.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 88px;
    bottom: 28%;
    background-size: 100%;
}
@media screen and (max-width: 767px) {
#contents > section.contents1 > div > div > div > ul > div > div > li.slick-slide > div a::after{
    top: 174px;
	right: 54px;
}
}
#contents > section.contents2 > div > ul > div > div > li > div.zoom > a::after {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url(../images/sdd/scope.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0px;
    background-size: 100%;
}
@media screen and (max-width: 767px) {
  .block_main .bot_intro .slkBox .slick-dots {
    margin-top: 4vw; } }
.naviArea {
  border-color: #494442; }
.clsNav {
background: #d9cbc5;
    color: #000;
 }
.naviArea li + li {
  border-top: 1px solid #763119; }
.naviArea li a:before {
  border-bottom: 0.14286em solid #494442;
  border-right: 0.14286em solid #494442; }
.naviArea li a:hover {
  color: #e9be46; }
.btnSprt img {
  width: 77.5px; }
.mdlNum:link {
  text-decoration: none; }
.support {
  padding: 20px 15px;
  background: #000; }
.block_list {
  background: none;
  background-size: auto;
  background-position: initial;
  padding: 0;
  color: #fff;
  position: initial;
  overflow: auto; }
@media screen and (max-width: 767px) {
.block_list {
  margin-top: 8px; }
}
.table_outter{
	padding: 12px 20px;
	background-color: #91d7d9;
	width: 1000px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
.table_outter{
	padding: 0px 0 20px;
	background-color: #fff;
	width: 100%;
    margin: 0 auto;
	}}
.block_list .tabBox_this {
  margin: 0 auto;
  max-width: 1000px; }
@media screen and (max-width: 767px) {
  .block_list .tabBox_this {
    margin: 3vw 0 0 0;
    max-width: none; } }
.block_list .tabBox_this .cont > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
@media screen and (min-width: 768px) {
  .block_list .tabBox_this .cont > li {
    padding: 15px 10px 15px 15px; } }
@media screen and (max-width: 767px) {
  .block_list .tabBox_this .cont > li {
    padding: 0px 3.90625vw;
    border: none; } }
    .block_list .tabBox_this .cont > li .scrlBox {
      position: relative;
      overflow-y: auto;
      /*スクロールバー全体*/
      /*scrollbar-color: #863e26 #e2bf51;*/
      scrollbar-width: thin;
      /*スクロールバーの軌道*/
      /*スクロールバーの動く部分*/ }
    @media screen and (min-width: 768px) {
      .block_list .tabBox_this .cont > li .scrlBox {
        max-height: 507px;
        padding-right: 9px; } }
    @media screen and (max-width: 767px) {
      .block_list .tabBox_this .cont > li .scrlBox {
        max-width: 156.25vw;
        max-height: 78.90625vw;
        padding-right: 0;
        border-top: 1px solid #a39a9a;
        border-bottom: 1px solid #a39a9a; } }
    @media screen and (min-width: 768px) {
      .block_list .tabBox_this .cont > li .scrlBox::-webkit-scrollbar {
        width: 10px; } }
    @media screen and (max-width: 767px) {
      .block_list .tabBox_this .cont > li .scrlBox::-webkit-scrollbar {
        width: 8px; } }
    .block_list .tabBox_this .cont > li .scrlBox::-webkit-scrollbar-track {
      background-color: #222; }
    @media screen and (min-width: 768px) {
      .block_list .tabBox_this .cont > li .scrlBox::-webkit-scrollbar-track {
        border-radius: 10px; } }
    @media screen and (max-width: 767px) {
      .block_list .tabBox_this .cont > li .scrlBox::-webkit-scrollbar-track {
        border-radius: 1.5625vw; } }
    .block_list .tabBox_this .cont > li .scrlBox::-webkit-scrollbar-thumb {
      background-color: #fff; }
    @media screen and (min-width: 768px) {
      .block_list .tabBox_this .cont > li .scrlBox::-webkit-scrollbar-thumb {
        border-radius: 10px; } }
    @media screen and (max-width: 767px) {
      .block_list .tabBox_this .cont > li .scrlBox::-webkit-scrollbar-thumb {
        background-color: #fff;
        border-radius: 8px; } }
    @media screen and (max-width: 767px) {
      .block_list .tabBox_this .cont > li .scrlBox .scr_ic {
        position: absolute;
        width: 35vw;
        height: 20vw;
        top: 40%;
        left: 30%;
        z-index: 2; } }
.block_list .tabBox_this .cont > li table {
  width: 100%;
  position: relative; }
@media screen and (max-width: 767px) {
  .block_list .tabBox_this .cont > li table {
    width: 100%;
    overflow-x: scroll; } }
.block_list .tabBox_this .cont > li table tr th {
  color: #000;
  background-color: #fff;
  text-align: center;
  /*font-weight: bold;*/
  padding: 8px 0; }
.block_list .tabBox_this .cont > li table tr td.fontcolor_brown{
	color: #863e26;
  font-weight: bold;
}
.block_list .tabBox_this .cont > li table tr td.txt_r{
	text-align: left;
}
@media screen and (max-width: 767px) {
  .block_list .tabBox_this .cont > li table tr th {
    font-size: 2.4rem; } }
.block_list .tabBox_this .cont > li table tr:nth-child(2n+2){
	background: #fff;
}
.block_list .tabBox_this .cont > li table tr:nth-child(2n+3){
	background: #fff;
}
.block_list .tabBox_this .cont > li table tr th.num {
  width: 70px;
  border: 2px solid #fff; }
  @media screen and (max-width: 767px) {
    .block_list .tabBox_this .cont > li table tr th.num {
      width: 10%; } }
.block_list .tabBox_this .cont > li table tr th.time {
  width: 80px;
  border: 2px solid #fff; }
.block_list .tabBox_this .cont > li table tr th.time--one {
  width: 136px;
 }
  @media screen and (max-width: 767px) {
    .block_list .tabBox_this .cont > li table tr th.time {
      width: auto; }
      .block_list .tabBox_this .cont > li table tr th.time--one {
        width: 15%;
       } }
.block_list .tabBox_this .cont > li table tr th.man {
  width: 130px;
  border: 1px solid #fff; }
.block_list .tabBox_this .cont > li table tr th.get {
  width: 130px;
  border: 1px solid #fff; }
.block_list .tabBox_this .cont > li table tr th.hot {
  width: 130px;
  border: 1px solid #fff; }
.block_list .tabBox_this .cont > li table tr th.memo {
  width: 80px;
  border: 2px solid #fff; }
.block_list .tabBox_this .cont > li table tr th.memo--one {
  width: 180px;
}
  @media screen and (max-width: 767px) {
    .block_list .tabBox_this .cont > li table tr th.memo {
      width: 12%; }
      .block_list .tabBox_this .cont > li table tr th.memo--one {
        width: 18%;
      }}
.block_list .tabBox_this .cont > li table tr td.kyakuhon {
  width: 92px;
  padding: 0;
    vertical-align: top;
    font-weight: 600;
    padding-top: 2%;
}
  .block_list .tabBox_this .cont > li table tr th.kyakuhon--one {
    width: 168px;
 }
  @media screen and (max-width: 767px) {
    .block_list .tabBox_this .cont > li table tr td.kyakuhon {
      width: 2%; } }
.block_list .tabBox_this .cont > li table tr td.kantoku {
  width: 150px;}
.block_list .tabBox_this .cont > li table tr th.kantoku--one {
  width: 168px;
 }
  @media screen and (max-width: 767px) {
    .block_list .tabBox_this .cont > li table tr td.kantoku {
      width: 8%; } }
.block_list .tabBox_this .cont > li table tr td.housou {
  width: 580px;
  background-color: #fff;
}
  @media screen and (max-width: 767px) {
    .block_list .tabBox_this .cont > li table tr td.housou {
      width: 24%; } }
.block_list .tabBox_this .cont > li table tr td {
  color: #000;
  border: 1px solid #a39a9a;
  padding: 5px 10px;
  text-align: center;
  }
/*.block_list .tabBox_this .cont > li table tr td span.text_red{
	color: #ea2e2e;
}*/
@media screen and (max-width: 767px) {
  .block_list .tabBox_this .cont > li table tr td {
}}
.block_list .tabBox_this .cont > li table tr td.title {
  background: #3c3c3a;
  font-weight: bold;
  padding: 13px 0;
}
@media screen and (max-width: 767px) {
  .block_list .tabBox_this .cont > li table tr td {
    font-size: 2.2rem;
    padding: 2px 4px;} }
.block_list .tabBox_this .cont > li table tr td.num {
  text-align: center;
  font-weight: bold; }
  .block_list .tabBox_this .cont > li table tr td.num img {
    width: 100%; }
.block_list .tabBox_this .cont > li table tr td.picup {
  background-color: #cb992a; }
.block_list .tabBox_this .cont > li table tr td.prt {
  font-size: 1.9rem; }
@media screen and (max-width: 767px) {
  .block_list .tabBox_this .cont > li table tr td.prt {
    font-size: 2.2rem; } }
.block_list .tabBox_this .note {
  font-size: 1.5rem;
  color: #000;
  margin: 10px 0 0 15px; }
@media screen and (max-width: 767px) {
  .block_list .tabBox_this .note {
    font-size: 1.8rem; } }
.block_number {
  position: relative; }
@media screen and (min-width: 768px) {
  .block_number {
    background: #efe9e5;
    padding: 78px 0 80px; } }
@media screen and (max-width: 767px) {
  .block_number {
    background: #efe9e5;
    padding: 9.84375vw 0 5.625vw; } }
@media screen and (min-width: 768px) {
  .block_number .inner {
    max-width: 970px; } }
.block_number h2 {
  text-align: center; }
@media screen and (min-width: 768px) {
  .block_number h2 {
    padding-bottom: 40px; } }
@media screen and (max-width: 767px) {
  .block_number h2 {
    width: 39.0625vw;
    margin: 0 auto;
    padding-bottom: 8.125vw; } }
@media screen and (max-width: 767px) {
  .block_number h2 img {
    width: 100%; } }
@media screen and (max-width: 767px) {
  .block_number .spScrlX {
    margin-bottom: 4.6875vw; } }
.block_number .numBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
@media screen and (min-width: 768px) {
  .block_number .numBox {
    margin-bottom: 35px; } }
@media screen and (max-width: 767px) {
  .block_number .numBox {
    width: 148.4375vw;
    padding: 0 5.46875vw 3.125vw; } }
.block_number .numBox a {
  display: block;
  text-decoration: none; }
@media screen and (min-width: 768px) {
  .block_number .numBox a {
    width: 22.16495%; } }
@media screen and (max-width: 767px) {
  .block_number .numBox a {
    width: 34.375vw; } }
.block_number .numBox a .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background-color: #d80c18; }
@media screen and (min-width: 768px) {
  .block_number .numBox a .num {
    margin-bottom: 20px;
    height: 35.77px;
    font-size: 20.44px; } }
@media screen and (max-width: 767px) {
  .block_number .numBox a .num {
    margin-bottom: 3.125vw;
    height: 5.58906vw;
    font-size: 3.19375vw; } }
.block_number .numBox a .img img {
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); }
.block_number .numBox a:hover .img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }
.block_number .toNext {
  color: #221815;
  font-weight: bold;
  text-align: center; }
.block_number .toNext span {
  font-size: 2.7rem; }
.block_number .toNext small {
  display: block;
  font-size: 1.8rem;
  font-weight: normal; }
.nationalFoot {
  padding: 35px 0;
  border-top: 1px solid #ccc;
  background-color: #000; }
  @media screen and (max-width: 767px) {
    .nationalFoot {
      padding: 14px 15px 6px; } }
.inner {
  max-width: 1000px;
  margin: auto;
  position: relative; }
.nationalFoot > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 948px; }
.pagePBlock {
  width: 500px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .pagePBlock {
          width: 100%;} }
.bnBtns {
  display: block;
  text-align: center; }
.bnTrial a {
  display: block;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
img {
  vertical-align: top; }
.btnNotice {
  padding: 0px 0 13px;
  line-height: 1; }
.btnNotice a {
  display: inline-block;
  background-color: #fff;
  padding: 0 30px;
  color: #797979 !important;
  font-size: 14px !important;
  text-decoration: none;
  border: 2px solid #ccc;
  border-radius: 50px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
.btnNotice a span {
  display: inline-block;
  background-image: url(../images/icn_oshirase.webp);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 25px 17px;
  padding: 15px 0 15px 36px; }
.ftSns {
  position: relative;
  height: 35px;
  text-align: center;
  margin: 0 auto; }
.ftSns li {
  display: inline-block;
  vertical-align: middle; }
@media screen and (max-width: 1090px) {
  .pc {
    display: none; } }
.pcFix {
  position: fixed;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  z-index: 9999;
  left: 0;
  bottom: 0;
  padding: 0 15px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.6rem;
  font-weight: bold;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: #FFF !important;
  text-decoration: none !important;
  height: 88px;
}
.pcFix:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2); }
.pcFix .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.pc_outimg{
	position: absolute;
	top: -65px;
	left: 10px;
}
.pcFix_txt{
	padding-left: 140px;
}
.pcFix .img img {
  max-width: 170px;
  margin-right: 15px; }
.pcFix .btn img {
  max-width: 636.5px; }
.pcFix .btn_fix,
.pcFix a.btn_fix,
.pcFix button.btn_fix {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1.3rem 5rem 1.3rem 1rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #FFF;
    border-radius: 0.5rem;
    background: #006633;
  }
.pcFix a.btn_fix.btn--cubic {
  border-bottom: 6px solid #8ae9ba;
  }
.pcFix a.btn_fix.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #02321a;
  }
.pcFix a.btn--radius {
  border-radius: 4vh;
  }
.pcFix a.btn_fix span{
  padding: 2px 6px 2px 11px;
  display: inline-block;
  color: #000;
  margin-right: 8px;
  margin-left: 8px;
  margin-top: -3px;
  vertical-align: middle;
  background-color: #fff;
  font-size: 2.1rem;
  border-radius: 16px;
  }
.pcFix .fa-position-right2 {
  color: #ffc107;
  line-height: 1;
  width: 0.8em;
  height: 0.8em;
  border: 0.2em solid currentColor;
  border-bottom-width: 0.2em;
  border-bottom-style: solid;
  border-bottom-color: currentcolor;
  border-left-width: 0.2em;
  border-left-style: solid;
  border-left-color: currentcolor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  position: absolute;
  display: block;
  right: 15px;
  top: 23px;
  }
.toTop {
  bottom: 110px; }
#footer {
  padding-bottom: 100px; }
  @media screen and (max-width: 767px) {
    #footer {
      padding-bottom: 0; } }
.spFix {
  width: 100%;
  padding: 12px;
  background-color: #000;
  position: fixed;
  bottom: 0;
  z-index: 2;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .spFix a {
    display: block; }
  .spFix img {
    margin: 0 auto;
    display: block; }
  @media screen and (max-width: 1090px) {
    .spFix {
      display: block;
background-color: #c4dfe7; } }
.fixed01{
  position: sticky;
  top: 0;
  color: #fff;
  background: #fff;
    &:before{
      content: "";
      position: absolute;
      top: -1px;
      left: -1px;
      width: 100%;
      height: 100%;
      border: 1px solid #333;
    }
}
/* 点滅 */
.blinking{
  -webkit-animation:blink 1.0s ease-in-out infinite alternate;
  -moz-animation:blink 1.0s ease-in-out infinite alternate;
  animation:blink 1.0s ease-in-out infinite alternate;
}
  @-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
  }
  @-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
  }
  @keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
  }
  /*--------------------------------------
    ユニーク
  ---------------------------------------*/
  .contents_intro {
    padding: 30px 0;
    background: url(../images/sdd/bg_02.png);
	background-size: cover;
  }
  @media screen and (max-width: 767px) {
    .contents_intro {
      padding: 3vw 0;
    }
  }
  .contents_intro .secMov {
   /* background: #000000;*/
  }
  @media screen and (max-width: 767px) {
    .contents_intro .secMov {
      /*margin-bottom: 7vw;*/
    }
  }
  .contents_intro .secMov .movBox {
    width: 500px;
    margin: 0 auto;
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .contents_intro .secMov .movBox {
      width: 90%;
    }
  }
  .contents_intro .secMov .movBox .mov img {
    width: 500px;
    height: 320px;
    object-fit: cover;
  }
  @media screen and (max-width: 767px) {
    .contents_intro .secMov .movBox .mov img {
      width: 100%;
      height: 45vw;
    }
  }
  .contents_intro .secMov .movBox .movIn {
    padding-top: 56%;
    position: relative;
  }
  .contents_intro .secMov .movBox .movIn iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  a[name^="scrl"] {
    position: relative;
  }
  .movZone .tabs {
    display: flex;
    margin: 0 -1px;
  }
  .movZone .tabs > li {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #666;
    width: 25%;
    margin: 0 1px;
    padding: 0.8em 0.5em 0.6em;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    box-sizing: border-box;
    transition: 0.3s;
  }
  @media screen and (max-width: 767px) {
    .movZone .tabs > li {
      font-size: 2.4rem;
    }
    .movZone .tabs > li.spMulti {
      font-size: 2.0rem;
    }
  }
  .movZone .tabs > li:not(.show) {
    cursor: pointer;
  }
  .movZone .tabs > li:not(.show):hover {
    background-color: #999;
  }
  .movZone .tabs > li.show {
    background-color: #000;
  }
  .movZone .movBox > li {
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    transition: filter 0.3s;
  }
  .movZone .movBox > li:hover {
    filter: brightness(150%);
  }
  .movZone .movBox > li:before {
    content: "";
    display: block;
    background: url("../images/mov_btn.svg") 0 0 no-repeat;
    width: 120px;
    height: 70px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  @media screen and (max-width: 767px) {
    .movZone .movBox > li:before {
      width: 18.75vw;
      height: 10.9375vw;
    }
  }
  .movZone .movBox > li.show {
    display: block;
  }
  .movZone .movBox img {
    width: 100%;
  }
  .cmBox {
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999;
  }
  .cmBox .close {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.0em;
    height: 1.0em;
    color: #fff;
    font-size: 5rem;
    line-height: 1;
    position: fixed;
    right: 1%;
    top: 1%;
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .cmBox .close:hover {
    opacity: 0.5;
  }
  .cmBox iframe {
    width: 100%;
    border: 0px;
    max-width: 800px;
    height: 650px;
    overflow: hidden;
  }
  @media screen and (max-width: 767px) {
    .cmBox iframe {
      height: 80vw;
    }
  }
  .cmInner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
  }
/*.font_mincho{
	font-family: "Hiragino Mincho ProN", YuMincho, serif;
}*/
/*動画*/
.secMain {
    padding: 30px 0 30px;
    background: url("../images/sdd/sec1_bg2.png");
    background-size: cover;
}
  @media screen and (max-width: 767px) {
    .secMain {
      padding: 12px 0 16px 0;
      overflow-y: hidden;
	  background: url(../images/sdd/sec1_bg_sp.png);
      background-size: cover;
	  background-position: top center;
	  }
 .secMain--02 {
	  background: url(../images/sdd/sec1_bg_sp2.png);
background-size: cover;
	  background-position: top center;
	  }
}
.movBox{
	max-width: 500px;
    margin: 0 auto;
    position: relative;
}
@media screen and (max-width: 767px){
.movBox {
    margin: 10px auto 0;
	}
}
.movBox .mov img {
    max-width: 500px;
    height: 294px;
    object-fit: cover;
}
@media screen and (max-width: 767px){
.movBox .mov img {
    height: 200px;
	}
}
@media screen and (max-width: 767px){
.inner:not(.spPd0) {
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
	}
}
.inner .box {
    position: relative;
    height: 470px;
    background: url(../images/sdd/sec1_box_bg2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 40px;
}
@media screen and (max-width: 767px) {
    .inner .box {
        margin-bottom: 0;
		height: auto;
		margin-top: 264px;
		background: none;
    }
}
.inner .box .text h3, .inner .box h3 {
    font-size: 3rem;
    color: #c52922;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -0.3px;
}
@media screen and (max-width: 767px) {
    .inner .box .text h3 {
        text-align: center;
        font-size: 4rem;
        margin-bottom: 12px;
    }
}
.inner .box h3 span{
    color: #000;
}
.inner .box > div.img > picture {
    display: block;
    width: auto;
    position: absolute;
    left: 8px;
    bottom: 8px;
}
@media screen and (max-width: 767px) {
    .inner .box > div.img > picture {
        position: static;
        margin: 0 auto;
    }
}
.inner .box > div.img > picture img {
    width: 654px;
}
@media screen and (max-width: 767px) {
    .inner .box > div.img > picture img  {
        width: auto;
    }
}
.inner .box .text {
    position: absolute;
    top: 22px;
    left: 28px;
    color: #000;
    text-align: left;
}
@media screen and (max-width: 767px) {
    .inner .box .text {
        position: static;
    }
}
.inner .box .text p {
    font-size: 1.6rem;
    margin-top: 18px;
    position: relative;
    text-align: left;
    width: 50%;
    line-height: 1.5;
}
@media screen and (max-width: 767px) {
    .inner .box .text p {
        width: 100%;
        font-size: 2.4rem;
		margin-bottom: 18px;
		margin-top: 8px;
    }
}
  .fl_two{
	display: flex;
    align-items: center;
	justify-content: center;
	background: #edeeef;
    box-shadow: 6px 6px 3px 1px rgba(99, 99, 99, 0.5);
	margin: 16px 0;
}
@media screen and (max-width: 767px){
.secMain .fl_two {
    display: block;
	position: relative;
	margin-top: 28px;
	}
}
  .secMain .fl_two .txt {
    width: 45%;
}
@media screen and (max-width: 767px){
.secMain .fl_two .txt {
    width: 100%;
	margin-left: 0;
	}
}
  .secMain .fl_two .txt h2.ttl {
    text-align: left;
    color: #d5c772;
    font-size: 180%;
    font-weight: bold;
  }
  .secMain .fl_two .txt h2.ttl span {
    color: #de0e0d;
}
@media screen and (max-width: 767px){
.secMain .fl_two .txt h2.ttl {
    width: 89%;
    font-size: 19px;
    text-align: left;
    line-height: 1.3;
    display: block;
    margin: 51% 0 10px;
	}
}
  .secMain .fl_two .txt p.next-t {
    font-size: 1.8rem;
    line-height: 1.67;
    margin: 25px 0;
	color: #000;
}
@media screen and (max-width: 767px){
.secMain .fl_two .txt p.next-t {
    font-size: 15px;
    width: 93%;
    line-height: 1.5;
    margin: 6px auto 15px;
    padding: 4px 4px 10px 4px;
	}
}
@media screen and (max-width: 767px){
.secMain .fl_two .img {
    width: 90%;
    margin: 0 auto;
	}
}
@media screen and (max-width: 767px){
body > div.wrapper > section.secMain > div > div > div.txt > h2 > img.sp {
    width: 85%;
    display: block;
	}
}
.remaster{
	background-color: rgba(213, 199, 114, 0.3);
}
.colR dl,.colL dl {
    border-radius: 10px;
    overflow: hidden;
}
.colR dd, .colL dd {
    padding: 10px;
}
 .colR dd .imgs, .colL dd .imgs{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.colL dd .imgs:before{
	content: "";
    order: 1;
    display: block;
    background: url("../images/od2/rc_img_arw.png") 0 0 no-repeat;
    width: 40px;
    height: 40px;
    margin-top: 70px;
}
@media screen and (max-width: 767px) {
    .colR dd .imgs:before, .colL dd .imgs:before {
        width: 10vw;
        height: 10vw;
        margin-top: 13vw;
    }
}
.colR dd .imgs li p,.colL dd .imgs li p{
	width: 65%;
	font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin: 6px auto 0;
}
@media screen and (max-width: 767px) {
    .colR dd .imgs li p, .colL dd .imgs li p {
        margin-bottom: 1.5625vw;
        font-size: 2.0rem;
    }
}
.bg_blue{
	background-color: #333366;
}
.bg_purple{
	background-color: #794688;
}
.bg_black{
	background-color: #000 !important;
	color: #fff !important;
}
.bg_glay{
	background-color: #efefe7 !important;
}
.bg_blueglay{
	background-color: #efeeff;
}
.colR dd .imgs li img,.colL dd .imgs li img{
	width: 180px;
}
@media screen and (max-width: 767px) {
	.colL dd .imgs li{
    width: 42%;
}
}
.colR dd .imgs li:nth-child(2), .colL dd .imgs li:nth-child(2){
	order: 2;
}
.colR{
    padding: 10px 10px 10px 15px;
    color: #fff;
    display: flex;
    align-items: center;
	font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
	.colR{
    font-size: 2.4rem;
}
}
.colR span.txt_s {
    display: block;
    margin-top: 10px;
    font-size: 80%;
}
.about {
    margin: 40px 0 10px;
    text-align: center;
}
@media screen and (max-width: 767px) {
	.about{
    margin-top: 26px;
}
}
.ttlAnim_outer{
	padding: 8px 0 0;
	background-color: #d70c19;
}
.ttlAnim_outer2{
	background-color: #d70c19;
}
@media screen and (max-width: 767px) {
.ttlAnim_outer2{
	background-color: #fff;
}
}
.ttlAnim_title{
	text-align: center;
	padding: 8px 0;
}
@media screen and (max-width: 767px) {
.ttlAnim_title {
    padding: 4px 15vw;
  }
}
.ttlAnim {
    background-image: url(../images/sdd/ttlAnim.webp);
    background-repeat: repeat-x;
    height: 177px;
    animation: scroll-anim 30s linear infinite;
}
@media screen and (max-width: 767px) {
.ttlAnim {
    margin-top: 0;
    height: 30vw;
    background-size: 464.375vw;
    animation: scroll-animSP 30s linear infinite;
	/*margin-bottom: 3vw;*/
  }
}
@keyframes scroll-anim {
  100% {
    background-position: 3068px 0;
  }
}
@keyframes scroll-animSP {
  100% {
    background-position: 464.375vw 0;
  }
}
.ttlAnim2 {
    background-image: url(../images/sdd/ttlAnim2.webp);
    background-repeat: repeat-x;
    height: 177px;
    animation: scroll-anim2 30s linear infinite;
}
@media screen and (max-width: 767px) {
.ttlAnim2 {
    margin-top: 0;
    height: 27vw;
    background-size: 464.375vw;
    animation: scroll-animSP2 30s linear infinite;
  }
}
@keyframes scroll-anim2 {
  100% {
    background-position: 3068px 0;
  }
}
@keyframes scroll-animSP2 {
  100% {
    background-position: 464.375vw 0;
  }
}
.contents6 {
  padding: 30px 0 30px;
  background-image: url("../images/sdd/present_bg.webp");
	background-repeat: no-repeat;
    background-position: bottom 100px right;
    background-size: auto;
}
  @media screen and (max-width: 767px) {
    .contents6 {
      padding: 0 0 25px;
	  background-position: bottom 1vw right;
      background-size: 109px auto;
	  } }
.up_sell {
    overflow: hidden;
    box-sizing: border-box;
	text-align: center;
}
.up_sell_border {
border: 1px solid #ffffff;
}
.up_sell--02 {
    margin-top: 40px;
}
  @media screen and (max-width: 767px) {
    .up_sell--02 {
      margin-top: 10px; } }
.up_sell .txt_in {
    padding: 20px 35px 35px;
    color: #fff;
    background: #09090d;
}
@media screen and (max-width: 767px){
	.up_sell{
		margin-bottom: 0;
	}
.up_sell .txt_in {
    padding: 3vw 3vw 5vw 3vw;
	}
}
.up_sell .txt_in .fl_cap {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 767px){
.up_sell .txt_in .fl_cap {
    margin-bottom: 3vw;
    flex-direction: column;
	}
}
.up_sell .txt_in .fl_cap .cap {
    text-align: left;
    font-size: 1.9rem;
    font-weight: bold;
    margin-right: 25px;
}
@media screen and (max-width: 767px){
.up_sell .txt_in .fl_cap .cap {
    margin-right: 0;
    font-size: 15px;
	}
}
@media screen and (max-width: 767px){
.up_sell .txt_in .fl_cap .plus {
    width: 70%;
    margin: 2vw auto 0 auto;
	}
}
.up_sell .txt_in .fl_cap .cap em.yl {
    color: #ffe101;
}
.up_sell .txt_in p {
    text-align: left;
    font-size: 14px;
    line-height: 1.75;
}
@media screen and (max-width: 767px){
.up_sell .txt_in p {
    font-size: 12px;
	}
}
.up_sell .txt_in p + p {
    margin-top: 10px;
}
@media screen and (max-width: 767px){
.up_sell .txt_in p + p {
    margin-top: 2vw;
	}
}
.present-area .priceBox {
    text-align: center;
}
@media screen and (max-width: 767px){
.present-area .priceBox {
    margin: 2vw 0 2.96875vw 0;
	}
}
.present-area .priceBox ul {
    display: flex;
    padding: 30px 0 10px 0;
}
@media screen and (max-width: 767px){
.present-area .priceBox ul {
    flex-direction: column;
    padding: 15px 0 0 0;
	}
}
.priceBox .notes2 {
    font-size: 1.5rem;
    margin-bottom: 2em;
    color: #000;
}
.present-area .priceBox ul li:nth-child(2) {
    margin-left: 50px;
}
@media screen and (max-width: 767px){
.present-area .priceBox ul li:nth-child(2) {
    margin: 3.90625vw 0 0;
	}
}
.contents2__lead_bottom {
    font-size: 15px;
    color: #000;
    text-align: center;
    line-height: 1.8;
	padding-top: 15px;
}
@media screen and (max-width: 767px){
.contents2__lead_bottom{
  padding-right: 0;
  font-size: 12px;
	margin: 8px 0 8px;
	padding: 0px 3.90625vw;
	}
}
@media screen and (max-width: 767px){
body > div.wrapper > section.contents4 > h2{
	margin-top: 0;
	}
}
.priceBox .notes2 {
  font-size: 1.5rem;
  margin-bottom: 2em;
  color: #000;
}
@media screen and (max-width:767px) {
.priceBox .notes2 {
  font-size: 2.0rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
  }
}
.block_main .bot_intro .slkBox ul li.slick-slide{
	opacity: 0.7;
	margin: 0px 90px;
    background-color: #fff;
    padding: 20px;
    width: 580px;
	border: solid 3px #666666;
	height: auto !important;
}
@media screen and (max-width:767px) {
.block_main .bot_intro .slkBox ul li.slick-slide{
  width: 88vw;
  height: auto;
  padding: 10px;
  }
.block_main .bot_intro .slkBox ul li .img img{
	}
.block_main .bot_intro .slkBox ul li .img img.slide_titlesp{
		height: 36px;
	    margin-bottom: 8px;
	}
}
.block_main .bot_intro .slkBox ul li.slick-active{
	opacity: 1.0;
}
.block_main .bot_intro .slkBox ul li p {
    text-align: left;
    /*width: 430px;*/
    margin: 0 auto;
    color: #000;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
.block_main .bot_intro .slkBox ul li p {
    width: auto;
}}
.block_main .bot_intro .slkBox ul li p span {
  color: #000000;
  font-weight: bold;
  padding: 4px;
  background: #e2bf51;
  margin: 0 2px;
  text-align: center;
}
.block_main .bot_intro .slkBox ul li p span.span_m8{
	margin-right: 8px;
}
.slick-track{
	display: flex;
}
.present-web {
    width: 100%;
    margin: 0px auto 30px;
}
@media screen and (max-width: 767px) {
.present-web {
    width: auto;
    margin: 16px auto 0;
}}
.hdSnsBtn {
  width: 62px;
  height: 62px;
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 900;
}
.hdSnsBtn:hover {
  opacity: 0.7;
}
@media screen and (max-width:767px) {
  .hdSnsBtn {
    width: 12vw;
    height: 12vw;
    right: 12vw;
  }
  .hdSnsBtn img {
    width: 100%;
    height: 100%;
  }
}
.hdSns {
  position: fixed;
  right: 0;
  top: 0px;
  z-index: 10005;
}
.hdSns .btnClose {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  color: #666;
  border-radius: 50px;
  position: absolute;
  right: 0em;
  top: 0.1em;
  font-size: 2rem;
}
@media screen and (max-width:767px) {
  .hdSns .btnClose {
    line-height: 1;
    width: 1em;
    right: 0.2em;
    top: 0.3em;
    font-size: 6rem;
  }
}
.hdSns .hdSnsList {
  position: absolute;
  background: rgb(255, 255, 255);
  padding: 13px 20px 13px 13px;
  right: -200px;
  border-radius: 5px 0 0 5px;
  transition: 0.3s;
  display: flex;
}
@media screen and (max-width:767px) {
  .hdSns .hdSnsList {
    padding: 3vw 13vw 3vw 3vw;
  }
  .hdSns .hdSnsList img {
    width: 10vw;
    max-width: none;
    height: auto;
  }
}
.hdSns .hdSnsList.show {
  right: 0;
}
.hdSns .hdSnsList li + li {
  margin-left: 10px;
}
a.icon_blank:after {
  margin: 0 0 0 3px;
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(./../images/icon_blank.webp);
  background-size: contain;
  position: absolute;
  right: 5%;
  top: 30%;
}
a.icon_blank:after {
  margin: inherit;
  font-family: inherit;
  content: '';
  font-weight: inherit;
}
@media screen and (max-width:767px) {
      .sp_mvprice {
        display: block;
        margin-top: -19%;
	}
	.sp-copyright{
		margin: 0 auto;
	}
}
.btn_fv--end{
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1.5rem 4rem 1.5rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  background: #6a5e5e;
}
.btn--end {
border-bottom: 6px solid #2c2f2c;
}
#cbox2Close {
    position: absolute;
    width: 50px;
    height: 50px;
    top: auto;
    bottom: 16px;
    right: 50px;
    background: #373633;
    border-radius: 30px;
box-shadow: 5px 5px 5px rgb(0 0 0 / 13%);
}
@media screen and (max-width: 767px) {
    #cbox2Close {
      bottom: 70px;
        right: 5px;
        position: absolute;
    }
}
@media screen and (max-width: 767px) {
    .sp_btnc_slideimg #cbox2Close {
        bottom: 80px !important;
    }
}
#cbox2Close:after,#cbox2Close:before{
	display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}
#cbox2Close:hover:after,#cbox2Close:hover:before{
	background: #b93d0c;
}
#cbox2Close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#cbox2Close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.block_main .bot_intro .slkBox ul li p.magazine_title{
	font-size: 2.4rem;
    text-align: center;
    padding: 2px;
    color: #d70c19;
    font-weight: bold;
    margin-bottom: 20px;
    /*width: 304px;*/
}
@media screen and (max-width: 767px) {
   .block_main .bot_intro .slkBox ul li p.magazine_title{
        font-size: 3.0rem;
	margin-bottom: 10px;
       padding: 5px 2px;
    }
}
.block_main .bot_intro .slkBox ul li p.magazine_title_green{
	background-color: #3f761a;
}
.block_main .bot_intro .slkBox ul li p.magazine_title_red{
	color: #ea5432;
}
.block_main .bot_intro .slkBox ul li p.magazine_title_blue{
	color: #1eb9ee;
}
.block_main .bot_intro .slkBox ul li p.magazine_title_yellow{
	color: #ffe33b;
}
.block_main .bot_intro .slkBox ul li p.magazine_slide_text{
	background-color: #fff;
    width: 512px;
    padding: 8px;
    /* border: solid 1px #000; */
    margin-top: 10px;
    line-height: 1.6;
    height: calc(2em * 3);
    font-weight: normal;
}
@media screen and (max-width: 767px) {
  .block_main .bot_intro .slkBox ul li p.magazine_slide_text{
        width: auto;
        font-size: 15px;
        line-height: 150%;
        height: auto;
		margin-top: 12px;
    }
}
.block_main .bot_intro .slkBox .slick-dots li.slick-active {
    /*background-color: #a7654f;*/
}
.pagetop{
    display: none;
    position: fixed;
    right: 15px;
    bottom: 150px;
}
.pagetop a{
    display: block;
    font-size: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #7db4e6;
    border-radius: 50%;
    line-height: 50px;
}
.pagetop a i{
    font-size: 20px;
    color:#fff;
    line-height: 50px;
}
.marker {
    background: linear-gradient(transparent 50%, #FFEB3B 50%);
    padding: 0 0.1em;
}
