@charset "Shift_JIS";

@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allerta+Stencil&display=swap');

/************************************************************
 * UTF-8
 ************************************************************/
* {
  margin: 0;
  padding: 0;
}


html { font-size: 62.5%; scroll-behavior: smooth; }

div#proContents ul,
div#proContents li {
  list-style: none;
  list-style-position: outside;
}

div#proContents a:hover {
  opacity: 0.9;
}

div#proContents a {
  outline: none;
}

div#proContents a:focus {
  outline: none;
}

div#proContents .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

div#proContents .clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

#proContents {
  font-family: -apple-system, Segoe UI, Helvetica Neue,
    Hiragino Kaku Gothic ProN, "メイリオ", meiryo, sans-serif;
  line-height: 1.4;
  color: #222;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  margin: 0 auto;
	/*background: #E60012;*/
}

div#proContents a:link {
  color: #0099ff;
}
div#proContents a:visited {
  color: #0099ff;
}
div#proContents a:hover {
  color: #ff6600;
}
div#proContents a:active {
  color: #ff6600;
}


/*-----------------------------
    main
------------------------------*/

.top-contents { background: #E60012; }

.contents-wrap { width: 980px; text-align: center; margin: 0 auto; }
@media screen and (max-width: 979px) {
	.contents-wrap { width: 96%; margin: 0 2%; }
}

.header-logo { width: 30%; }
.header-logo img { width: 100%; }
.header-fix { position: fixed; top: 0; z-index: 10; background: #E60012; width: 100%; height: 60px; }
.header-wrap { display: flex; align-items: center;  }
.nav-wrap { width: 65%; }
.nav-wrap img { width: 100%; height: 40px; }

@media screen and (max-width: 979px) {
	.header-logo { width: calc( 100% - 100px); padding-right: 5%; padding-top: 1%; text-align: center; margin: 0 auto; }
	.header-logo img { max-width: 250px; }
}

#nav-profile, #nav-movie, #nav-blog, #nav-dl, #nav-dl1, #nav-x { padding-top: 50px; margin-top: -50px; }

button {
  margin: 0;
  padding: 5px 7px;
  border: 0;
  color: inherit;
  vertical-align: middle;
  text-align: inherit;
  font: inherit;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3px; }

.btn {
  display: none; }

.menu {
  width: 100%; display: flex; }

.menu-list {
  font-size: 1.6rem;
  text-align: left;
  position: relative;

  transition: .4s; }
  .menu-list:hover {
    opacity: 0.8 }
  .menu-list a {
   
    padding: 8px 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .menu-list a i {
      padding-right: 5px; }
    .menu-list a:hover {
		opacity: 0.8;
      cursor: pointer;
      transition: .3s; }
 

@media screen and (max-width: 979px) {

.header-wrap { width: 100%; display: block; }
      .header-wrap .logo-wrap {
        margin-top: 0%;
        margin-left: 0%;
        padding: 5px 50% 5px 5px; }
        .header-wrap .logo-wrap img {
          width: 100%;
          max-width: 180px; }
      .header-wrap nav {
        position: relative;
        z-index: 10; }
        .header-wrap nav ul {
          display: flex;
          justify-content: center !important;
          flex-direction: column;
          position: fixed;
          top: 0%;
          right: -100%;
          width: 80%;
          height: calc(100vh - 100px - 120px);
          padding: 100px 0 120px;
          background: rgba(254, 0, 0, 0.9);
          color: #FFF;
          transition: .3s;
          z-index: 9;
          transition: .5s;
          opacity: 0; }
         .header-wrap nav ul li {
            color: #000;
            width: 80% !important;
            padding: 1% !important;
            margin: 2% 9%;
            text-align: left;
            font-size: 1.4rem; }
           .header-wrap nav ul li a {
              color: #000;
              padding: 12px 20px; }

  button {
    margin-top: 3px;
    padding: 5px 7px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    vertical-align: middle;
    text-align: inherit;
    font: inherit;
    -webkit-appearance: none;
    appearance: none; }

  .btn {
   position: fixed;
        top: -32px;
        right: -15px;
        z-index: 100;
        width: 70px;
        height: 100px;
        display: block; }

  .btn-line {
    display: block;
    position: relative;
    width: 100%;
    height: 2px;
    background: #00004A;
    transition: .2s; }

  .btn-line::before, .btn-line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00004A;
    transition: .5s;
    left: 0; }

  .btn-line::before {
    transform: translateY(-10px); }

  .btn-line::after {
    transform: translateY(10px); }

  .btn-line.open {
    background-color: transparent; }

  .btn-line.open::before, .btn-line.open::after {
    content: "";
    background: #FFF;
    transition: .2s; }

  .btn-line.open::before {
    transform: rotate(45deg); }

  .btn-line.open::after {
    transform: rotate(-45deg); }

  .btn-txt {
    font-size: 1rem;
    color: #00004A;
    padding-top: 10px;
    text-align: center; }

  .btn-txt.open {
    color: #FFF;
    padding-top: 10px;
    text-align: center;
    margin-left: -1px; }

  .btn-txt-on.disp-off {
    display: none; }

  .menu-list.line {
    border-bottom: solid 1px #CCC; }

  .menu.open {
    right: 0 !important;
    opacity: 1; } 
}



/*** top main ***/
.top-mov { padding-top: 30px; }
.top-mov img { width: 100%; }

/*** profile ***/
.profile-wrap { position: relative; padding: 0 3%; }
.profile-wrap .p-fukidashi { position: absolute; top: -2%; right: 8%; margin-left: 76%; }
.profile-wrap img { width: 100%; }

.profile-wrap2 { position: relative; padding: 1% 0 5% 0; }
.profile-wrap2 .p-mobi1 { position: absolute; top: 43%; left: 9.5%; margin-right: 78.5%; }
.profile-wrap2 .p-mobi2 { position: absolute; top: 43%; left: 44%; margin-right: 41%; }
.profile-wrap2 .p-mobi3 { position: absolute; top: 43%; right: 7.5%; margin-left: 78.5%; }
.profile-wrap2 img { width: 100%; }

.profile-wrap3 { position: relative; padding: 3% 10% 5% 10%; }
.profile-wrap3 img { width: 100%; }

.profile-wrap4 { position: relative; padding: 3% 6% 5% 6%; }
.profile-wrap4 .p-name1 { position: absolute; top: 9%; left: 11%; margin-right: 73%; }
.profile-wrap4 .p-name2 { position: absolute; top: 9%; left: 43.5%; margin-right: 40.5%; }
.profile-wrap4 .p-name3 { position: absolute; top: 9%; right: 9%; margin-left: 75%; }
.profile-wrap4 img { width: 100%; }

/*** movie ***/
.movie-contents { background: url("../images/movie-bg.jpg"); background-size: contain; margin: 1% 0; padding: 7% 0 5% 0; position: relative; }

.movie-title { position: relative; padding: 0 20%; }
.movie-title .m-fukidashi { position: absolute; top: -37%; right: 8%; margin-left: 76%; }
.movie-title img { width: 100%; }

.youtube-wrap { padding: 5% 0; position: relative; }
.youtube-wrap .mov-mobi1 { position: absolute; top: -8%; left: 8%; margin-right: 81%; }
.mov-mobi1 img { width: 100%; }
.youtube-wrap .mov-mobi2 { position: absolute; top: 17%; right: -15%; margin-left: 93%; }
.mov-mobi2 img { width: 100%; }

.youtube-wrap ul { display: flex; justify-content: flex-start; flex-wrap: wrap; padding: 0; }
.youtube-wrap ul li { width: 30%; padding: 1.666666%; list-style: none; padding-bottom: 30px; }
.youtube-wrap ul li p { padding: 15px 10px 10px 10px; margin: 0; color: #000; position: relative; text-align: center; font-size: 14px; line-height: 1.6; font-weight: 600; }
.youtube-fix { display: block; margin-left: auto; margin-right: auto; padding-top: 56.25%; position: relative; width: 100%; }
.youtube-fix iframe, .youtube-fix img  { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.youtube-fix a { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

@media screen and (max-width: 979px) { 
	.youtube-wrap .mov-mobi1 { position: absolute; top: -3%; left: 8%; margin-right: 81%; }
	.youtube-wrap .mov-mobi2 { position: absolute; top: 17%; right: -10%; margin-left: 85%; }
	.youtube-wrap ul { justify-content: space-between; }
	.youtube-wrap ul li { width: 45%; list-style: none; padding-bottom: 20px; }
}

/***blog ***/
.blog-contents { background: url("../images/movie-bg.jpg"); background-size: contain; margin: 1% 0 1% 0; padding: 7% 0 5% 0; position: relative; }

.blog-title { position: relative; padding: 0 21%; }
.blog-title .b-fukidashi { position: absolute; top: -32%; right: 19%; margin-left: 62%; }
.blog-title .b-mobi1 { position: absolute; top: 150%; left: 82%; margin-right: 2%; }
.blog-title img, .b-subtitle img, .b-wrap img { width: 100%; }
.b-subtitle { margin: 5% 28%; }
.b-wrap { margin: 5% 5% 8% 5%; padding: 5%; background: #FFF; border-radius: 15px; border: solid 3px #000; }
.b-wrap dl { text-align: left; font-size: 16px; }
.b-wrap dl a { display: flex; text-decoration: none; transition: .8s; color: #000 !important; padding-bottom: 10px; }
.b-wrap dl a:hover { color: #E60012 !important; }
.b-wrap dl .b-list {  border-bottom: solid 1px #CCC; margin-bottom: 15px; }
.b-wrap dl .b-list dt { padding-right: 10px; font-weight: 600; }
.b-wrap dl .b-list dd { width: 600px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.b-title-t { padding-top: 3%; }

.b-wrap ul { display: flex; justify-content: space-between; }
.b-wrap ul li { width: 31%; }
.b-wrap ul li a { text-decoration: none; transition: .8s; color: #000 !important; padding-bottom: 5px; font-size: 16px; }
.b-wrap ul li a:hover { color: #E60012 !important; }
.b-wrap ul li img { margin-bottom: 10px; object-fit: cover; width: 100%; height: 240px; }
.b-wrap ul li p { max-width: 300px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.b-wrap ul li p span { font-weight: 600; }


.b-wrap-title { display: flex; border-bottom: solid 1px #666; padding: 10px; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.b-wrap-title h2 { width: calc(70% - 10px); font-size: 18px; font-weight: 600; line-height: 1.5; text-align: left; }
.b-wrap-title .b-update { font-size: 14px; width: 25%; text-align: right; }
.b-wrap p { text-align: left; font-size: 16px; padding: 5px; }
.b-wrap img { margin: 3% 0; }

.return-btn { border: none; cursor: pointer; outline: none; padding: 0; margin: 0 25%; background: none; margin-bottom: 8%; }
.return-btn img { width: 100%; }

@media screen and (max-width: 979px) { 
	
	.b-wrap dl .b-list dd { width: 400px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
	.b-title-t { padding-top: 13%; }
	
	.b-wrap ul { display: block; }
	.b-wrap ul li { width: 100%; }
	.b-wrap ul li p { border-bottom: solid 1px #999; margin-bottom: 20px; padding-bottom: 10px; }
	
	
	.b-wrap-title { display: block; }
	.b-wrap-title h2 { width: 100%; }
	.b-wrap-title .b-update { width: 100%; text-align: left; margin-top: 5px; }
}

/*** download ***/
.dl-contents1 { background: url("../images/dl-bg1.jpg"); background-size: contain; margin: 0 0 1% 0; padding: 7% 0 10% 0; position: relative; }
.dl-contents { background: url("../images/dl-bg.jpg"); background-size: cover; margin: 0 0 1% 0; padding: 7% 0 10% 0; position: relative; }

.dl-title1 { position: relative; padding: 0 30%; }
.dl-title1 .dl-fukidashi { position: absolute; top: -7%; right: 9%; margin-left: 73%; }
.dl-title1 .dl-mobi1 { position: absolute; top: -167%; left: 4%; margin-right: 81%;}
.dl-title1 img, .dl-subtitle img, .dl-subtitle2 img, .to-line-btn img { width: 100%; }
.to-line-btn { position: relative; padding: 7% 20% 3% 20%; }
.to-line-btn .line-mobi1 { position: absolute; top: -8%; left: 21%; margin-right: 70%; }
.to-line-btn .line-posi { position: relative; z-index: 2; } 

.dl-title { position: relative; padding: 0 23%; }
.dl-title .dl-fukidashi { position: absolute; top: -37%; right: 8%; margin-left: 76%; }
.dl-title .dl-mobi1 { position: absolute; top: -350%; left: -8%; margin-right: 75%; }
.dl-title img, .dl-subtitle img, .dl-subtitle2 img, .dl-subtitle3 img { width: 100%; }

.dl-subtitle { margin: 5% 30%; }
.dl-subtitle2 { margin: 5% 20%; padding: 3% 0; }

.dl-wrap { padding-top: 2%; }
.dl-wrap ul { display: flex; flex-wrap: wrap; }
.dl-wrap ul li { width: 46%; padding: 0% 2% 5% 2%; }
.dl-wrap ul li img { width: 100%; }
.dl-wrap ul li .dl-btn { padding: 5% 10% 5% 10%;  }
.dl-wrap ul li p { font-size: 14px; padding-top: 5%; }
.dl-wrap ul li.mobi-posi { position: relative; }
.dl-wrap ul li.mobi-posi .dl-mobi2 { position: absolute; top: -39%; right: -6%; margin-left: 75%; }
.dl-wrap ul li.mobi-posi .dl-mobi3 { position: absolute; top: -24.4%; left: 56%; margin-right: 7%; }
.dl-wrap ul li.mobi-posi .dl-mobi4 { position: absolute; top: -7.5%; left: 66%; margin-right: 13%; }
.dl-wrap ul li.mobi-posi .dl-icon1 { position: absolute; top: -3%; left: 1%; margin-right: 74%; }
.dl-wrap ul li.mobi-posi .dl-icon2 { position: absolute; top: -3%; left: 1%; margin-right: 58%; }
.dl-wrap ul li.mobi-posi .new-icon { position: absolute; top: 47%; left: 0%; margin-right: 84%; }
.dl-wrap ul li.mobi-posi .new-icon2 { position: absolute; top: 60%; left: 0%; margin-right: 84%; }

@media screen and (max-width: 979px) {
	.dl-wrap ul li.mobi-posi .dl-mobi3 { position: absolute; top: -21.4%; left: 56%; margin-right: 7%; }
}


/*** diffSpot ***/
.diffSpot-wrap { padding-top: 4%; padding-bottom: 7%; position: relative; z-index: 2; }
.diffSpot-wrap ul { margin: 0 2%; }
.diffSpot-wrap ul li { display: flex; flex-wrap: wrap; border: solid 3px #000; border-radius: 10px; background: #FFF; padding: 2%; justify-content: space-between; margin-bottom: 5%; position: relative; }
.diffSpot-wrap ul li .img-box { width: 48.5%; margin-bottom: 2%; }
.diffSpot-wrap ul li .img-box img { border: solid 3px #000; border-radius: 10px; width: calc(100% - 6px); }
.diffSpot-wrap ul li .dl-btn { padding: 0% 0 0 8%; width: 40%;  }
.diffSpot-wrap ul li .dl-btn2 { padding: 0% 8% 0 0; width: 40%; }
.diffSpot-wrap ul li .dl-btn img { width: 100%; }
.diffSpot-wrap ul li .dl-btn2 img { width: 100%; }
.diffSpot-wrap ul li .new-icon { position: absolute; bottom: -5%; left: -2%; margin-right: 93.6%; }
.diffSpot-wrap ul li .new-icon img { width: 100%; }

@media screen and (max-width: 979px) {
	.diffSpot-wrap ul li { border: solid 2px #000; }
	.diffSpot-wrap ul li .img-box img { border: solid 2px #000; }
}

/****
back_number_machigai_sagashi
****/

.backN-wrap { margin-bottom: 100px; }
.backN-wrap__item .backN-acd-wrap { max-width: 100%; }
.backN-wrap__item .backN-acd-wrap-hidden { display: none; }
.backN-wrap__item .backN-acd-wrap-open { display: block; padding: 20px 40px 20px 20px; cursor: pointer; margin: 0px 0; font-size: 16px; line-height: 1.6; font-weight: 500; position: relative; color: #333; transition: 0.5s; text-align: left; word-break: break-all; background: #FFF; margin-top: 5px; }
.backN-wrap__item .backN-acd-wrap-open:hover { color: #E60012; }
.backN-wrap__item .backN-acd-wrap-open::before, .backN-wrap__item .backN-acd-wrap-open::after { content: ''; width: 20px; height: 2px; background: #E60012; position: absolute; top: 50%; right: 2%; transform: translateY(-50%); }
.backN-wrap__item .backN-acd-wrap-open::after { transform: translateY(-50%) rotate(90deg); transition: .5s; }
.backN-wrap__item .backN-acd-wrap-hidden:checked + .backN-acd-wrap-open:after { transform: translateY(-50%) rotate(0); }
.backN-wrap__item .backN-acd-wrap-close { display: block; height: 0; overflow: hidden; margin: 0px 0 0 0; padding: 0; opacity: 0; line-height: 1.8; background: #FFF; text-align: left; transition: 0.5s; word-break: break-all; }
.backN-wrap__item .backN-acd-wrap-hidden:checked + .backN-acd-wrap-open + .backN-acd-wrap-close { height: auto; opacity: 1; }
.backN-wrap__item .backN-acd-wrap-hidden:checked + .backN-acd-wrap-open + .backN-acd-wrap-close p { padding: 20px; }


/*** #X ***/
.x-contents { background: url("../images/x-bg.jpg"); background-repeat: repeat; /*background-size: cover;*/ margin: 0 0 1% 0; padding: 7% 0 5% 0; position: relative; }

.x-title { position: relative; padding: 0 25%; }
.x-title .x-fukidashi { position: absolute; top: -37%; right: 11%; margin-left: 73%; }
.x-title .x-mobi1 { position: absolute; top: -400%; left: 15%; margin-right: 15%; }
.x-title img { width: 100%; }

/*** #X ***/
.sns-contents { background: #FBD9DB; margin: 0; padding: 7% 0 0% 0; position: relative; }

.sns-title { position: relative; padding: 0 25%; }
.sns-title .sns-fukidashi { position: absolute; top: -25%; right: 14%; margin-left: 70%; }
.sns-title .sns-mobi1 { position: absolute; top: -70%; left: -10%; margin-right: 80%; }
.sns-title .sns-mobi2 { position: absolute; top: -145%; right: -21%; margin-left: 83%; }
.sns-title img, .sns-btn-wrap .mobi-chara img, .sns-btn-wrap .to-line-btn img { width: 100%; }
.sns-btn-wrap { padding: 10% 7% 5% 7%; }
.sns-btn-wrap ul { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 5%; }
.sns-btn-wrap ul li { width: 22%; padding: 0% 1% 0% 1%; }
.sns-btn-wrap ul li img { width: 100%; }
.sns-btn-wrap .mobi-chara { margin: 1% 4% 1% 7%; }
.sns-btn-wrap .to-line-btn { margin: 4% 5% 2% 5%; }

@media screen and (max-width: 979px) {
	.sns-title .sns-mobi1 { position: absolute; top: -70%; left: 0%; margin-right: 70%; }
	.sns-title .sns-mobi2 { position: absolute; right: -18%; margin-left: 77%; }
}


/*** 車スライド ***/
.car-slide-wrap { position: relative; }
.car-slide-wrap img { width: 100%;}
.car-slide-wrap .loopSlide { display: flex; width: 100vw; height: 200px; overflow: hidden; position: absolute; bottom: 0px;}
.loopSlide img { width: auto; height: 100%; }

.loopSlide img:first-child { animation: slide1 8s -4s linear infinite; } 
.loopSlide img:last-child { animation: slide2 8s linear infinite; }


@media screen and (max-width: 979px) {
	.car-slide-wrap .loopSlide { display: flex; width: 100vw; height: 60px; overflow: hidden; position: absolute; bottom: 0px;}
}
    

@keyframes slide1 {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}

@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(200%);
  }
}


img.img-frame { border: solid 3px #000; border-radius: 10px; }
@media screen and (max-width: 979px) { 
	img.img-frame { border: solid 2px #000; }
}



#main .pc_img {
  display: block;
}
#main .sp_img {
  display: none;
}

#main {
  width: 980px;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.7;
}

#main img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

#main .mvContent .line_link {
  width: 555px;
  height: 481px;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10000;
  top: 780px;
  left: 0;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
}


@keyframes flash1 {
	0%,100% { opacity: 1; }
	20% { opacity: 0.5; }
}


.line-to-btn { animation: flash-line 3s linear infinite; }
@keyframes flash-line {
  0%, 50%, 100%{
    opacity: 0;
  }
  25%, 75%{ opacity: 1; }
}

.title-wrap { position: relative; }
.title-wrap .nav-btn { position: absolute; bottom: 6.5%; left: 0; right: 0;  margin: 0 4% 0 4%; z-index: 10; }
.title-wrap .nav-btn .layout-wrap { display: flex; justify-content: left; flex-wrap: wrap; }
.title-wrap .nav-btn .layout-wrap .item { width: 18%; padding: 1% 1%; margin-bottom: 18%; filter: drop-shadow(1px 1px 2px rgba(2, 2, 0, 0.6)); }


.list-item　{ opacity: 1; transition: .5s; }
.list-item.is-hidden { opacity: 0; height: 0; margin: 0; }
.list-btn { margin-top: 0px; }
.list-btn.is-btn-hidden{ display: none; }
.list-btn { position: relative; }
.list-btn button { border: none; cursor: pointer; outline: none; padding: 0; margin: 0 25%; background: none; margin-bottom: 8%; }
.list-btn button img { width: 100%; }

.list-item2　{ opacity: 1; transition: .5s; }
.list-item2.is-hidden2 { opacity: 0; height: 0; margin: 0; }
.list-btn2 { margin-top: 0px; }
.list-btn2.is-btn-hidden2 { display: none; }
.list-btn2 { position: relative; }
.list-btn2 button { border: none; cursor: pointer; outline: none; padding: 0; margin: 0 25%; background: none; margin-bottom: 5%; }
.list-btn2 button img { width: 100%; }

.list-item3　{ opacity: 1; transition: .5s; }
.list-item3.is-hidden3 { opacity: 0; height: 0; margin: 0; }
.list-btn3 { margin-top: 0px; }
.list-btn3.is-btn-hidden3 { display: none; }
.list-btn3 { position: relative; }
.list-btn3 button { border: none; cursor: pointer; outline: none; padding: 0; margin: 0 25%; background: none; margin-bottom: 5%; }
.list-btn3 button img { width: 100%; }

.list-item4 { opacity: 1; transition: .5s; }
.list-item4.is-hidden4 { opacity: 0; height: 0; margin: 0; }
.list-btn4 { margin-top: 0px; }
.list-btn4.is-btn-hidden4 { display: none; }
.list-btn4 { position: relative; }
.list-btn4 button { position: absolute; top:0; border: none; cursor: pointer; outline: none; padding: 0; margin: 0 16%; }

.list-item5 { opacity: 1; transition: .5s; }
.list-item5.is-hidden5 { opacity: 0; height: 0; margin: 0; }
.list-btn5 { margin-top: 0px; }
.list-btn5.is-btn-hidden5 { display: none; }
.list-btn5 { position: relative; }
.list-btn5 button { position: absolute; top:0; border: none; cursor: pointer; outline: none; padding: 0; margin: 0 16%; }

.list-item6 { opacity: 1; transition: .5s; }
.list-item6.is-hidden6 { opacity: 0; height: 0; margin: 0; }
.list-btn6 { margin-top: 0px; }
.list-btn6.is-btn-hidden6 { display: none; }
.list-btn6 { position: relative; }
.list-btn6 button { position: absolute; top:0; border: none; cursor: pointer; outline: none; padding: 0; margin: 0 16%; }

.list-item7 { opacity: 1; transition: .5s; }
.list-item7.is-hidden7 { opacity: 0; height: 0; margin: 0; }
.list-btn7 { margin-top: 0px; }
.list-btn7.is-btn-hidden7 { display: none; }
.list-btn7 { position: relative; }
.list-btn7 button { position: absolute; top:0; border: none; cursor: pointer; outline: none; padding: 0; margin: 0 16%; }

.list-item8 { opacity: 1; transition: .5s; }
.list-item8.is-hidden8 { opacity: 0; height: 0; margin: 0; }
.list-btn8 { margin-top: 0px; }
.list-btn8.is-btn-hidden8 { display: none; }
.list-btn8 { position: relative; }
.list-btn8 button { position: absolute; top:0; border: none; cursor: pointer; outline: none; padding: 0; margin: 0 16%; }

.list-item9 { opacity: 1; transition: .5s; }
.list-item9.is-hidden9 { opacity: 0; height: 0; margin: 0; }
.list-btn9 { margin-top: 0px; }
.list-btn9.is-btn-hidden9 { display: none; }
.list-btn9 { position: relative; }
.list-btn9 button { position: absolute; top:0; border: none; cursor: pointer; outline: none; padding: 0; margin: 0 16%; }


.reserved-btn-wrap { position: relative; }
.reserved-btn-wrap .btn { position: absolute; top: 24%; margin: 0 8.2%; filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.6)); }





.btn-ac { position: relative; }
.btn-ac .svBtn { position: absolute; top: 0%; margin: auto; z-index: 1000; overflow: hidden; }
.btn-ac .svBtn::before {  position: absolute; content: ''; display: inline-block; top: -180px; left: 0; width: 30px; height: 100%; background-color: #fff; animation: kiran 2.5s ease-in-out infinite;}







.pre-wrap { position: relative; }
.pre-wrap .line-btn { position: absolute; top: 48%; margin-left: 36%; animation: flash-btn 3s linear infinite; }
@keyframes flash-btn {
  0%, 50%, 100%{
    opacity: 0.5;
  }
  25%, 75%{ opacity: 1; }
}

@keyframes flash-btn2 {
  0%, 20%, 100%{
    opacity: 0.5;
  }
  50%, 75%{ opacity: 1; }
}



@media screen and (max-width: 979px) {
	.main-nav .nav-btn .layout-wrap .item { box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); border-radius: 10px; }
	.btn-ac .svBtn { border-radius: 3px; }
}


.chusen-wrap { position: relative; }
.chusen-wrap .rotation-box { position: absolute; top: -3%; width: 140%; left: -20%; }
.chusen-wrap .rotation-box2 { position: absolute; top: 0; }
.chusen-wrap .rotation-box .rotation-item { animation: 20s linear infinite rotation-ani; }

@keyframes rotation-ani {
	0%{ transform: rotate(0); }
	100%{ transform: rotate(360deg); }
}


.carLineup .carlineupItem { position: relative; }

.carLineup .is-backgroundNBox1 .pricePositon { position: absolute; bottom: 13.8%; margin: 0 6.1%; }
.carLineup .is-backgroundNBox2 .pricePositon { position: absolute; bottom: 14.5%; margin: 0 6.1%; }
.carLineup .is-backgroundNBox3 .pricePositon { position: absolute; bottom: 16%; margin: 0 6.1%; }
.carLineup .is-backgroundNWgn .pricePositon { position: absolute; bottom: 9%; margin: 0 6.1%; }
.carLineup .is-backgroundNOne .pricePositon { position: absolute; bottom: 9%; margin: 0 6.1%; }
.carLineup .is-backgroundNVan .pricePositon { position: absolute; bottom: 9%; margin: 0 6.1%; }
.carLineup .is-backgroundFit .pricePositon { position: absolute; bottom: 9%; margin: 0 6.1%; }
.carLineup .is-backgroundFreed .pricePositon { position: absolute; bottom: 9.7%; margin: 0 6.1%; }
.carLineup .is-backgroundStepwgn .pricePositon { position: absolute; bottom: 14.5%; margin: 0 6.1%; }
.carLineup .is-backgroundVezel .pricePositon { position: absolute; bottom: 9.3%; margin: 0 6.1%; }
.carLineup .is-backgroundZrv .pricePositon { position: absolute; bottom: 14.8%; margin: 0 6.1%; }
.carLineup .is-backgroundCivic .pricePositon { position: absolute; bottom: 9%; margin: 0 6.1%; }

.banner-m { margin: 0% 6.1% 10% 6.1%; }




@keyframes scale-ani {
  0%,100% {
    transform: scale(0.9);
  }

  50% {
    transform: scale(1);
  }
}








.mb5 { margin-bottom: 5%; }


.line_c_wrap { position: relative; }
.line_c_wrap .line_btn { position: absolute; left: 1%; top: 29.7%; margin-right: 66%; }



.mvContent .presentCotant .big-chance-bg { margin-top: -18.8%; }
.mvContent .presentCotant .presentItem01 { position: absolute; top: 18%; z-index: 10; }
.mvContent .presentCotant .presentItemBtn { position: absolute; bottom: 5%; left: 0; right: 0; margin: 0 10%; z-index: 20; }
.mvContent .presentCotant .presentItem02 { position: absolute; top: 46.5%; z-index: 30; }

.mvContent .presentCotant .tokutenItem01 { position: absolute; top: 6.5%; z-index: 10; }
.mvContent .presentCotant .tokutenItem02 { position: absolute; top: 27.8%; z-index: 10; }
.mvContent .presentCotant .tokutenItem03 { position: absolute; top: 58%; z-index: 10; }




.mvContent .presentCotant .ankeBtn {
  position: absolute;
  top: 95.75%;
  left: 11.6%;
  z-index: 1000;
}

.carOther { background: #6dcff2; }

.recomend { position: relative; margin-bottom: -27%; }

.recomend a { position: absolute; width: 33%; height: 30px; bottom: 7.2%; left: 36%; }







@keyframes kiran {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}


.hondaMente { position: relative; }
.hondaMente .svBtn { position: absolute; top: 54%; left: 6%; right: 6%; margin: auto; z-index: 100; overflow: hidden; border-radius: 20px; }
.hondaMente .svBtn::before { position: absolute; content: ''; display: inline-block; top: -180px; left: 0; width: 30px; height: 100%; background-color: #fff; animation: kiran 3s ease-in-out infinite;}
.hondaMente .svBtn2 { position: absolute; bottom: 4%; left: 6%; right: 6%; margin: auto; z-index: 100; overflow: hidden; border-radius: 20px; }
.hondaMente .svBtn2::before { position: absolute; content: ''; display: inline-block; top: -180px; left: 0; width: 30px; height: 100%; background-color: #fff; animation: kiran 3s ease-in-out infinite;}
.hondaMente .svBtn3 { position: absolute; bottom: 3%; left: 14.3%; right: 14.3%; z-index: 100; overflow: hidden; animation-delay: 0.5s; }
.hondaMente .svBtn3::before { position: absolute; content: ''; display: inline-block; top: -180px; left: 0; width: 30px; height: 100%; background-color: #fff; animation: kiran 4s ease-in-out infinite;}

.totalCare { position: relative; }
.totalCare .totalcareBtn { position: absolute; bottom: 3.5%; margin-left: 20%; margin-right: 20%; }

.myHonda { position: relative; }
.myHonda .myHondaBtn { position: absolute; bottom: 5.5%; margin-left: 18%; margin-right: 18%; }

@media screen and (max-width: 979px) {
	.totalCare .totalcareBtn { position: absolute; bottom: 3%; margin-left: 15%; margin-right: 15%; }
	.myHonda .myHondaBtn { position: absolute; bottom: 5%; margin-left: 9%; margin-right: 9%; }
}

.SNS-wrap { background: url("../images/sns-bg2.jpg"); background-size: cover; padding: 2% 0; }
.SNS-wrap .btn-wrap { padding: 1% 5%; }
.SNS-wrap .btn-wrap ul { display: flex; justify-content: space-between; margin-top: 2%; }
.SNS-wrap .btn-wrap ul li { width: 23%; }

.displayFlex { display: flex; flex-wrap: wrap; }
.displayFlex .carBox { width: 490px; }


.allinone { position: relative; margin-top: 4%; }
.allinone-btn { position: absolute; bottom: 2%; left: 6%; width: 88%; }

.newStep { background: #000; padding-bottom: 1px; }

/*-----------------------------
  common place
  ------------------------------*/

.text {
  color: #595757;
  font-size: 16px;
  line-height: 1.5;
  margin: 20px auto;
}

.text span {
  color: #e50012;
  display: inline-block;
  margin-right: 0.2em;
}

.sns .contents {
  position: relative;
  margin: 10px 0;
}

.sns .linkBtn {
  position: absolute;
  transition: background-color 0.2s;
  background-color: transparent;
}

.sns .linkBtn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.sns .linkBtn.line {
  top: 23px;
  left: 16px;
}

.sns .linkBtn.facebook {
  top: 26px;
  left: 634px;
}

.sns .linkBtn.twitter {
  top: 26px;
  left: 804px;
}

.sns .linkBtn.instagram {
  top: 156px;
  left: 631px;
}

.sns .linkBtn.youtube {
  top: 156px;
  left: 804px;
}

.HondaFinance { background: #f5f2ee; }

.HondaFinance p {
  margin: 40px 0;
}

.miniCaption {
  border: #333 1px solid;
  padding: 9px 30px;
  text-align: center;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 5%;
  letter-spacing: 0.1em;
}

.phtCaption {
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.phtCaption p {
  margin: 10px 0 5px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  font-size: 1.4rem;
}

.phtCaption span:not([class]) {
  font-weight: bold;
  color: #ea1c24;
  font-size: 15px;
}

.phtCaption span.bold {
  font-weight: bold;
}

div.sensingCaption a:visited {
  color: #0099ff;
}

div.sensingCaption a:link {
  color: #0099ff;
}

span.bold {
  font-weight: bold;
}

.btn {
  margin: 0 auto;
  margin-bottom: 50px;
}

.btn a img {
  display: block;
}

.page-top { position: fixed; bottom: 10px; right: 5px; padding: 10px 0px; z-index: 100000; text-decoration: none; }
.page-top img { width: 80px; }

@media screen and (max-width: 979px) {
	.page-top { position: fixed; bottom: 5px; right: 5px; padding: 0px; }
	.page-top img { width: 60px; }
}
/*-----------------------------
    footer
------------------------------*/
footer { background: #282828; padding: 30px 0 5px 0; }
footer .f-logo { text-align: center; margin: 0 auto; margin: 0 20%; }
footer .f-logo img { max-width: 200px; }
footer .f-logo img { width: 100%; }


#follow .pc_img {
  display: block;
}
#follow .sp_img {
  display: none;
}

#footer {
  background: #282828;
  padding: 30px 0 5px 0;
}

#footer .inner {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

#footer .inner .logo {
  text-align: center;
}

#footer .inner .logo img {
  display: block;
  margin: 0 auto;
}

#footer .inner a {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 60px;
  top: -5px;
}

/*-----------------------------
    fixed btn
------------------------------*/
.fixed-btn { width: 100%; position: fixed; bottom: 0px; padding: 5px 0; background: #fff; z-index: 10000; }

.fixed-btn h3 {
  width: 960px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}

.fixed-btn .inner {
  max-width: 960px;
  margin: 0 auto;
  list-style: none;
}
.fixed-btn .spWrap {
  display: flex;
	align-items: center;
}
.fixed-btn ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fixed-btn ul li { padding: 5px 1%; width: 48%; }

.fixed-btn .inner img {
  transition: 0.2s;
  filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 0.2));
  margin: 0px;
width: 100%;
}

.fixed-btn .inner img:hover {
  transform: scale(1.05);
}

.fixed-btn .inner a {
  display: block;
}


/*------------------------------
アコーディオン
-------------------------------*/

.acd-check{ display: none; }
.acd-label{ background: none; display: block; position: relative; z-index: 1000;}
.acd-content{ height: 0; opacity: 0; padding: 0; transition: .5s; visibility: hidden; margin-top: -24.5%; }
.acd-check:checked + .acd-label + .acd-content{ height: 100%; opacity: 1; visibility: visible; }



/*-----------------------------
    レスポンシブ対応
------------------------------*/

/*-----------------------------
    header
------------------------------*/

@media screen and (max-width: 979px) {
  #header .headerTxt {
	width: 100%;
  }
  #header .headerTxt img {
	width: 100%;
  }
  #header .inner {
    margin: 0 auto;
    text-align: center;
  }
  #header .logo {
    float: none;
    margin: 0 auto;
  }
  #header .logo img {
    width: 100%;
  }
  #header .copy {
    float: none;
    margin-top: 2.797%;
    text-align: center;
    font-size: 2.536vw;
    padding: 0 1.5% 0 1.5%;
  }
  #header .pc_img {
    display: none;
  }
  #header .sp_img {
    display: block;
  }

  /*-----------------------------
    main
------------------------------*/
  #main {
    width: 100%;
    margin: 0 auto;
  }

  #main img {
    width: 100%;
    height: auto;
  }

  .mvContent {
    position: relative;
  }
  .mvContent .lineLinkWrap {
    position: relative;
  }

  #main .mvContent .line_link {
    height: 17.899%;
    width: 55.072%;
    position: absolute;
    top: 18%;
  }
  #main .pc_img {
    display: none;
  }
  #main .sp_img {
    display: block;
  }

  /*-----------------------------
  contain
  ------------------------------*/
  #main .spBackground {
    background-image: url(../images/sp/backcolor.png);
    background-repeat: repeat;
    background-position: center;
    padding: 3.282%;
  }
  .mvContent .decoration {
    margin-top: -9.282%;
  }

  .mvContent .presentCotant .ankeBtn {
    position: absolute;
    top: 95.3%;
    left: 0%;
    z-index: 1000;
  }
	

  

/*.displayFlex { display: inherit; }*/
.displayFlex .carBox { width: 50%; }
	
.displayFlex .carBox .sp_resize { width: 80%; padding: 0 10%; }
	
  /*-----------------------------
  common place
  ------------------------------*/
  .text {
    padding: 0 4%;
  }

  .sns .contents {
    position: relative;
    margin: 10px 0;
  }

  .sns .linkBtn {
    position: absolute;
    transition: background-color 0.2s;
    background-color: transparent;
  }

  .sns .linkBtn:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .sns .linkBtn.line {
    width: 50.96618%;
    height: 32.6429%;
    top: 3.1558%;
    left: 2%;
    cursor: pointer;
  }

  .sns .linkBtn.facebook {
    width: 43.4782%;
    height: 27.4161%;
    top: 37.8698%;
    left: 3.8%;
    cursor: pointer;
  }

  .sns .linkBtn.twitter {
    width: 43.4782%;
    height: 27.4161%;
    top: 37.8698%;
    left: 52.1739%;
    cursor: pointer;
  }

  .sns .linkBtn.instagram {
    width: 43.4782%;
    height: 27.4161%;
    top: 68.639%;
    left: 3.8%;
    cursor: pointer;
  }

  .sns .linkBtn.youtube {
    width: 43.4782%;
    height: 27.4161%;
    top: 68.639%;
    left: 52.1739%;
    cursor: pointer;
  }

  .HondaFinance p {
    margin: 3.6231% 2% 0 2%;
  }

  .miniCaption {
    margin: 20px 2% 15px 2%;
    padding: 9px 30px;
    text-align: center;
    font-size: 2.898vw;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  .phtCaption {
    padding: 0 3% 0 3%;
    margin: 0 auto;
  }
  .btn {
    margin: 0 auto;
    margin: 20px 2% 15px 2%;
  }

  /*-----------------------------
    footer
------------------------------*/
  #footer {
    padding: 4.83% 0 0 0;
  }
  #footer p {
    padding: 2%;
  }

  #footer p img {
    max-width: 70%;
  }

  #footer .inner a {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 60px;
    top: -5px;
  }

  /*-----------------------------
  fixed btn
  ------------------------------*/
  #follow .pc_img {
    display: none;
  }
  #follow .sp_img {
    display: block;
    margin: 0 auto;
  }
  .fixed-btn {
    position: sticky;
  }
  #follow .sp_img img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .fixed-btn .inner {
    width: 96.6183%;
    max-width: 380px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
	
	
  .fixed-btn .spWrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
	 margin: 0 1% 0 1%;
	  flex-wrap: wrap;
  }
  .fixed-btn .spWrap img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
	   filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 0.2));
  }
	
	.fixed-btn ul li { padding: 5px 1%; width: 98%; }

  .fixed-btn .inner img {
    transition: 0.2s;
   
  }

  .fixed-btn .inner img:hover {
    transform: scale(1.05);
  }

  .fixed-btn .inner a {
    display: block;
  }
}





 


/* tag */
.x_bg { background: none; }

/*PC*/
@media screen and (min-width: 1025px) {
  .posts_wrapper {
    min-height: 200px;
  }

  .inner {
    padding: 40px 0 40px 0px;
    position: relative;
    margin: 0 auto;
    /* padding-bottom: 4%; */
    text-align: center;
    width: 960px;
	  left: 11px;
  }

  #posts_loader {
  }

  #posts_loader2 {
    width: 100%;
    min-height: 80px;
    background: transparent url(../images/loader.gif) center center no-repeat;
    /* position: absolute; */
    top: 0px;
  }

  .posts_data_wrapper {
  }

  #posts_wrapper #no_posts {
    text-align: center;
    padding-top: 38px;
  }

  .one_data {
    width: 262px;
    padding: 15px;
    margin: 0 16px 16px 0;
    background: #FFF;
    color: #333333;
    border: 3px solid #E60012;
    border-radius: 10px;
  }

  .one_data:nth-child(3n) {
  }

  .one_data:nth-child(3n-1) {
  }

  .one_data:nth-child(3n-2) {
  }

  .one_data .photo {
    margin: 0 0 15px;
    padding: 0;
    background-color: #fff;
  }

  .one_data p {
    margin: 10px 0;
  }

  .one_data .photo img {
    display: block;
    width: 243px;
    padding: 10px;
  }

  .one_data ul {
    border-top: 1px solid #333;
    padding-top: 10px;
    display: table;
    padding: 10px 0 0;
    width: 100%;
  }

  .one_data ul:hover {
    cursor: pointer;
  }

  .one_data li {
    display: table-cell;
    vertical-align: middle;
  }

  .message {
    position: relative;
    font-size: 13px;
    line-height: 1.38;
    margin-bottom: 15px;
    word-wrap: break-word;
    text-align: left;
    padding: 0 10px 10px 10px;
    border-radius: 10px;
    line-height: 1.8em;
  }

  .one_data .name {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
  }

  .one_data .icon {
    width: 40px;
  }

  .one_data .icon img {
    width: 48px;
  }

  #read_more_wrapper {
    text-align: center;
    margin-top: 1.5%;
  }
}

/*tablet*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .posts_wrapper {
    min-height: 200px;
  }

  .inner {
    width: 90%;
    padding: 40px 0 40px 0px;
    margin: 0 auto;
    /*
    position: relative;
    padding-bottom: 4%;
    text-align: center;
    width: 980px;
    max-width: 60%;*/
  }

  #posts_loader {
  }

  #posts_loader2 {
    width: 100%;
    min-height: 80px;
    background: transparent url(../images/loader.gif) center center no-repeat;
    /* position: absolute; */
    top: 0px;
  }

  .posts_data_wrapper {
  }

  #posts_wrapper #no_posts {
    text-align: center;
    padding-top: 38px;
  }

  .one_data {
    width: 262px;
    padding: 15px;
    margin: 0 16px 16px 0;
    background: #FFF;
    color: #333333;
    border: 3px solid #E60012;
    border-radius: 10px;
  }

  .one_data:nth-child(3n) {
  }

  .one_data:nth-child(3n-1) {
  }

  .one_data:nth-child(3n-2) {
  }

  .one_data .photo {
    margin: 0 0 15px;
    padding: 0;
    background-color: #fff;
  }

  .one_data p {
    margin: 10px 0;
  }

  .one_data .photo img {
    display: block;
    width: 243px;
    padding: 10px;
  }

  .one_data ul {
    border-top: 1px solid #333;
    padding-top: 10px;
    display: table;
    padding: 10px 0 0;
    width: 100%;
  }

  .one_data ul:hover {
    cursor: pointer;
  }

  .one_data li {
    display: table-cell;
    vertical-align: middle;
  }

  .message {
    position: relative;
    font-size: 13px;
    line-height: 1.38;
    margin-bottom: 15px;
    word-wrap: break-word;
    text-align: left;
    padding: 0 10px 10px 10px;
    border-radius: 10px;
    line-height: 1.8em;
  }

  .one_data .name {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
  }

  .one_data .icon {
    width: 40px;
  }

  .one_data .icon img {
    width: 48px;
  }

  #read_more_wrapper {
    width: 35%;
    margin: 0 auto;
  }
}

/*SP*/
@media screen and (min-width: 321px) and (max-width: 767px) {
  .inner {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
  }

  .posts_data_wrapper {
    position: relative;
    padding: 64px 2% 10px;
    margin-top: -10%;
  }

  .one_data {
    /* width: 100%; */
    /* padding: 15px; */
    padding: 15px;
    margin: 0 2% 10px;
    background: #FFF;
    color: #333333;
    border: 3px solid #E60012;
    border-radius: 10px;
  }

  .one_data .photo {
    margin-bottom: 25px;
  }

  .one_data .photo img {
    display: block;
    width: 100%;
  }

  .one_data > ul {
    border-top: 1px solid #333;
    /*display: table;*/
    width: 100%;
  }

  .one_data li {
    display: table-cell;
    vertical-align: middle;
    padding-top: 10px;
  }

  .one_data .message {
    font-size: 1.1em;
    line-height: 1.38;
    margin-bottom: 22px;
    word-wrap: break-word;
    text-align: left;
  }

  .one_data .name {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    text-align: left;
    font-size: 1.1em;
    font-weight: bold;
  }

  .one_data .icon img {
    display: block;
    width: 40px;
  }

  #read_more_wrapper {
    width: 80%;
    height: 66px;
    margin: 2% auto 0 auto;
  }

  #read_more {
    width: 90%;
    margin: 0 auto;
    display: none;
    background-size: 100%;
  }

  #posts_loader {
    width: 100%;
    min-height: 200px;
    background: transparent url(../images/loader.gif) center center no-repeat;
    position: absolute;
    bottom: 10px;
  }

  #posts_loader2 {
    width: 100%;
    min-height: 200px;
    background: transparent url(../images/loader.gif) center center no-repeat;
    /*position:absolute;*/
    top: 0px;
  }

  #posts_wrapper #no_posts {
    text-align: center;
  }
}

@media screen and (max-width: 320px) {
  .inner {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
  }

  .posts_data_wrapper {
    position: relative;
    padding: 64px 2% 10px;
    margin-top: -10%;
  }

  .one_data {
    /* width: 100%; */
    padding: 15px;
    margin: 0 2% 10px;
    background: #FFF;
    color: #333333;
    border: 3px solid #E60012;
    border-radius: 10px;
    left: 0;
  }

  .one_data .photo {
    margin-bottom: 25px;
  }

  .one_data .photo img {
    display: block;
    width: 100%;
  }

  .one_data > ul {
    border-top: 1px solid #333;
    /*display: table;*/
    width: 100%;
  }

  .one_data li {
    display: table-cell;
    vertical-align: middle;
    padding-top: 10px;
  }

  .one_data .message {
    font-size: 1.1em;
    line-height: 1.38;
    margin-bottom: 22px;
    word-wrap: break-word;
    text-align: left;
  }

  .one_data .name {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    text-align: left;
    font-size: 1.1em;
    font-weight: bold;
  }

  .one_data .icon img {
    display: block;
    width: 40px;
  }

  #read_more_wrapper {
    width: 80%;
    height: 66px;
    margin: 2% auto 0 auto;
  }


  #read_more {
    width: 90%;
    margin: 0 auto;
    display: none;
    background-size: 100%;
  }

  #posts_loader {
    width: 100%;
    min-height: 200px;
    background: transparent url(../images/loader.gif) center center no-repeat;
    position: absolute;
    bottom: 10px;
  }

  #posts_loader2 {
    width: 100%;
    min-height: 200px;
    background: transparent url(../images/loader.gif) center center no-repeat;
    /*position:absolute;*/
    top: 0px;
  }

  #posts_wrapper #no_posts {
    text-align: center;
  }
  /* .one_data {
    width: 0;
  } */
}

#read_more_wrapper img { width: 70%; }


#ads-wrap1 { position:fixed; bottom: 30%; right: 0px; max-width: 200px; z-index: 3;}
.ads-container img { width: 100%; position: relative; }
.ads-closebtn { position: absolute; top: -15px; left: -10px; width: 10px; height:10px; color:#FFF; padding: 10px; line-height: 10px; cursor: pointer; z-index:1; background: #E60012; border: solid 2px #FFF; border-radius:50%; transition:.3s; text-align: center; }
.ads-closebtn:hover { opacity:.9 }
.ads-closebtn p { position: absolute; top: 18%; left: 27%; font-size: 20px; }

@media only screen and (max-width:979px) {
	#ads-wrap1 { bottom: 25%; max-width: 100px; }
}

/*** first time popup_wrapper***/
.popup-wrapper { position: fixed; top: 0px; left: 0px; z-index: 9999; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.7); opacity: 0; visibility: hidden; /*transition: 0.5s;*/ }
body.open-popup .popup-wrapper { opacity: 1;visibility: visible; }
.popupM { position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); width: 600px; max-width:90%; }
.popup-concent { position: relative; color: #fff; text-align: center; line-height: 1.5; margin:0; }
.popup-concent img { width: 100%; }
.popup-close { position: absolute; top: 0px; right: -15px; width: 30px; height: 30px; transform: translateY(-50%); cursor: pointer;  background: #FFF; border-radius: 30px; padding: 5px;}
.popup-close::before,
.popup-close::after { position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); width: 60%; height: 4px; background-color: #3aad35; content: ""; }
.popup-close::before { transform: translateX(-50%) translateY(-50%) rotate(45deg); }
.popup-close::after { transform: translateX(-50%) translateY(-50%) rotate(-45deg); }

/*** mobi x banner ***/
.mobi-x-banner { padding: 0% 5% 10% 5%; }
.mobi-x-banner img { width: 100%; }

