@charset "utf-8";


/*============================================================
  WRAPPER
=============================================================*/
#wrapper {
    position: relative;

}
@media screen and (max-width: 767px) {
    #wrapper {
        min-width: 320px;
    }
}
.inner{
    max-width: 910px;/*1280px*/
    margin: 0 auto;
}
.pageinner{
    width: 910px;/*1340px*/
    margin: 0 auto;
}
@media screen and (max-width: 1366px) {
    .pageinner{
        width: 100%;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 767px) {
    .inner{
        width: 100%;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .pageinner{
        width: 100%;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 767px) {
    #wrapper {
        min-width: 320px;
    }
}
.outer{
    max-width: 1280px;
    margin: 0 auto;
}
.pageouter{
    width: 1340px;
    margin: 0 auto;
}
@media screen and (max-width: 1366px) {
    .pageouter{
        width: 100%;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 767px) {
    .outer{
        width: 100%;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .pageouter{
        width: 100%;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}


/*============================================================
  body
=============================================================*/

a{
  color: #098BCC;
}

h2{
    font-size: 3rem;
    font-weight: bold!important;
}

h3.normal{
  font-size: 2.4rem;
  padding: 0.3rem 2rem;
  margin-bottom:30px;
  border-left: 10px solid #32B988;
}

h3.center{
  font-size: 2.4rem;
  text-align:center;
  margin-bottom:10px;
}

h3.graywaku{
  font-size: 2.4rem;
  text-align:center;
  padding: 30px;
  border:1px solid #333;
  border-radius:30px;
  background-color:#E8EAE9;
  margin-bottom:30px;
/*  border-left: 10px solid #32B988;*/
}

.title-lev2 {
    width: 100%;
    font-size: 18px;
    text-align: left;
    display: block;
    padding: 10px 0px 10px 10px;
    margin: 20px 0px 10px;
    border-left: 5px solid #00AB84;
}

@media screen and (min-width: 768px){
.title-lev2 {
    width: 100%;
    font-size: 18px;
    text-align: left;
    display: block;
    padding: 10px;
    margin: 20px 20px 10px;
    border-left: 5px solid #00AB84;
}
}

.btn-block1{
    width: 35%;
    padding: 0 16px 16px;
    margin: 0 auto;
}

button[type="submit" i]:hover {
    opacity: 0.5;
}

button[type="submit" i] {
    width: 100%;
    border-radius: 30px;
    border: 1px solid #333333;
    background-color: #FF301B;
    color:#fff;
    padding: 3px;
    margin-top: 20px;
    font-size: 16px;
}

.border-box{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.t-red {
    color: #ff0000;
}

@media screen and (max-width: 767px) {
h2{
    font-size: 2rem;
    font-weight: bold!important;
}

h3.normal{
  font-size: 1.8rem;
  padding: 0.3rem 2rem;
  margin-bottom:30px;
  border-left: 10px solid #32B988;
}

h3.center{
  font-size: 1.8rem;
  text-align:center;
  margin-bottom:10px;
}

h3.graywaku {
    font-size: 1.5rem;
    text-align: center;
    padding: 30px;
    border: 1px solid #333;
    border-radius: 30px;
    background-color: #E8EAE9;
    margin-bottom: 30px;
    /* border-left: 10px solid #32B988; */
}

.border-box{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.btn-block1 {
    width: 100%;
    padding: 0 0 15px;
    margin: 0 auto;
}

button[type="submit" i] {
    width: 80%;
    border-radius: 30px;
    border: 1px solid #333333;
    background-color: #FF301B;
    color: #fff;
    padding: 3px;
    margin-top: 20px;
    font-size: 16px;
}
}

p{
  font-size:1.6rem;
  margin-bottom:30px;
}

.small{
  font-size:1.4rem;
}

.center{
  text-align:center;
}

.bold{
  margin:0 auto;
  font-weight:bold;
  text-align:center;
}

.big-bold{
  font-size:5rem;
  margin:0 auto;
  font-weight:bold;
  text-align:center;
}

.text-center{
  text-align:center;
}

.feature-area{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.feature{
    padding: 5px;
    margin: 10px;
    text-align: center;
    border-radius: 3px;
    background-color: #000;
    color:#ffffff;
    font-size: 1.4rem;
}

.shadow-waku {
/*    padding: 5px;*/
    margin: 30px;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 2px 2px 10px 2px #dddddd;
    color: #000;
    position: relative;
}

.shadow-waku p{
    padding:30px;
    text-align:left;
}

/*
.shadow-waku::before{
 content: "";
    position: absolute;
    top: calc(50% - 14px);
    left: 102%;
display: inline-block;
width: 0;
height: 0;
border-style: solid;
border-width: 7.5px 0 7.5px 10px;
border-color: transparent transparent transparent #000000;
}


.shadow-waku:not(:last-child)::before{
  content: none;
  display:none;
}

/*
.shadow-waku:nth-child(2):before{
  content: none;
  display:none;
}
*/
/*
.shadow-waku:last-child:before{
  content: "";
}
*/

.mb-space{
    margin-bottom:80px;
}

.pb-space{
    padding-bottom:80px;
}

.flex3 {
    width: calc( 33.33333% - 10px);
}

.flex3-sp1 {
    width: calc( 33.33333% - 30px);
}

.flex2 {
    width: calc(50% - 10px);
}
.flex2-sp1 {
    width: calc(50% - 10px);
}

.flex-waku {
    width: 100%;
    flex-wrap: nowrap;
    display: flex;
}

.flex2waku-itemspace {
    width: 50%;
    margin-right: 30px;
    display: flex;
}

.flex2waku-itemspace:nth-child(2) {
    margin-top: 0px;
    margin-right: 0px;
}

a.flex2waku-itemspace:hover {
    opacity: 0.5;
    transition-duration: 0.3s;
}


a.flex2waku-itemspace {
    text-decoration:none;
    color:#000;
}

.flex3waku-itemspace {
    width: 33%; /*calc( 33.3333% - 10px)*/
    margin-right: 30px;
    display: flex;
}

.flex3waku-itemspace:nth-child(3) {
    margin-top: 0px;
    margin-right: 0px;
}

a.flex3waku-itemspace:hover {
    opacity: 0.7;
    transition-duration: 0.3s;
}


a.flex3waku-itemspace {
    text-decoration:none;
    color:#000;
}

/*
#header {
  position: fixed;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  border-bottom: 1px solid #bcbcbc;
}
*/

#mainimg {
/*  padding-top: 54px;*/
  margin-bottom: 40px;
}

#mainimg img {
  width: 100%;
}

/*
#header .buy {
  background-color: #ff1800;
  color: #fff;
  padding: 12px 20px;
}
*/

#header #headerlogo {
  padding-left: 45px;
}


#header #headerlogo img, .footerlogo img {
    width: 17%;
    padding-top: 10px;
    position: absolute;
}

/*
#header .buy .text {
  font-size: 18px;
  color: #fff;
  padding-left: 12px;
}

#header .buy:hover {
  text-decoration: none;
}
*/

.top-imgfont{
  position: relative;
}

.top-imgfont p{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  color: #fff;
  font-size: 3rem;
}

.btnlink {
  margin:30px;
  text-align:center;
}

.btnlink a{
  font-size: 18px;
  text-align:center;
  margin:30px;
  text-decoration:none;/*underline*/
}

.background-green .btnlink a{
  color:#fff;
  text-decoration:none;/*underline*/
}

.background-orange .btnlink a{
  color:#fff;
  text-decoration:none;/*underline*/
}

.background-orange p{
  color:#ffffff;
}

.combtn {
  padding: 0 0 54px;
}

/*査定ボタン*/
.combtn .btn {
  width: 80%;/*730px*/
  height: 100px;
  line-height: 100px;
  border-radius: 50px;
  background-color: #FF9501;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  position: relative;
  display: block;
  transition : 0.5s;
  text-decoration: none;
}

.combtn .btn span {
  padding-left: 20px;
}

.combtn .btn.stop {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  /* Safari 和 Chrome */
}

.combtn .btn:hover {
  text-decoration: none;
  opacity: 0.5 ;
}

.btn img {
transition: 0.5s ;
}

.btn img:hover {
    opacity: 0.7 ;
    text-decoration: none;
  }

.combtn .btn .hours {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}

.combtn .btn .arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.combtn .text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

.note .text02{
  font-size: 10px;
  color:#595757;
}

.campaign-tit {
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
    /* padding-right: 20px; */
    margin-right: 51px;
    margin-left: 130px;
    height: 25px;
}

.campaign__img {
    /* margin-top: 70px; */
    width: 300px;
    -o-object-fit: cover;
    object-fit: cover;
}

.notice{
  padding-bottom:80px;
}

.present-space {
    position: relative;
    width: 400px;
    /* margin: 0 auto; */
    height: 70px;
}

.present {
/*
    position: absolute;
    top: -47px;
    left: 0;
*/
    width: 200px;
    margin: 0 auto;
}

.present-text {
    padding: 15px 40px 0px;
    text-align: left;
}

.modelselectInr {
    padding: 5px;
    margin: 10px;
    text-align: left;
    border-radius: 5px;
    background-color:#DCF9F0;
    border:solid #00AB84 3px;
}

.modelselectInr input[type=radio] {
    display: none;
}

.img-area-auto{
    height:auto;
      display: flex;
  justify-content: center;
  align-items: center;
}

.img-area-auto img{
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 20px;
}

.img-area{
    height:210px;
      display: flex;
  justify-content: center;
  align-items: center;
}

.white-waku .img-area{
    height: auto;
}

.white-waku{
    padding: 5px;
    margin: -50px;
    text-align: center;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 10px 10px 30px 10px #c1c1c1;

}

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

.white-waku {
    padding: 0px;
    margin-top: -30px!important;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    text-align: center;
    background-color: #fff;
/*    box-shadow: none;*/
}
}

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

.white-waku {
    box-shadow: none;
}
}

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

#header #headerlogo img, .footerlogo img {
  width: 13%;
  padding-top: 10px;
}

/*
  #mainimg {
    padding-top: 44px;
  }
*/

/*
  #header .buy {
    background-color: #ff1800;
    color: #fff;
    padding: 10px 20px;
  }
*/

  #header #headerlogo {
    padding-left: 10px;
    width: 100px;
/*    padding-bottom: 10px;*/
    height: 44px;
  }

  #header .buy .text {
    font-size: 16px;
    color: #fff;
    padding-left: 5px;
  }

  #header .menu {
    width: 50px;
    margin-left: 10px;
  }

  #header .buy .text .pc {
    display: none;
  }

  #header .buy:hover {
    text-decoration: none;
  }

  #header .buy img {
    width: 16px;
  }

.flex2-sp1 {
    width: 100%;
}

.flex3-sp1 {
    width:100%;
}

.top-imgfont p{
  font-size:1.2rem;
}

.btnlink {
  margin:30px 0;
  margin-left: 0;
  text-align:center;
}

.btnlink a{
  font-size: 14px;
  text-align:center;
  margin:30px 0!important;
}

.campaign-tit {
    font-size: 12px;
    margin-top: 20px;
    text-align: center;
    /* padding-right: 20px; */
    margin-right: 0px;
    margin-left: 94px;
    height: 25px;
}

.notice{
  padding-bottom:20px;
}

.present-space {
    position: relative;
    width: 100%;
    /* margin: 0 auto; */
    height: 70px;
}

.present {
    /* position: absolute; */
    /* top: -30px; */
    /* left: 0; */
    width: 150px;
    margin: 0 auto;

}

.present-text{
    padding:0px;
}

  .combtn {
    padding: 30px 0 20px;
  }

  .combtn .btn {
    width: 100%;
    height: auto;
    padding: 20px;
    line-height: initial;
    border-radius: 50px;
    background-color: #FF9501;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition : 1s;　/*ふわっとさせる指定*/
  }

  .combtn .btn:hover {
    opacity: 0.5 ;
    text-decoration: none;
  }

  .btn img:hover {
    opacity: 0.5 ;
    text-decoration: none;
  }

/*
  .combtn .btn .hours {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 50px;
  }

  .combtn .btn .arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    height: 20px;
  }
*/
  .combtn .text {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
  }

.mb-space{
    margin-bottom:40px;
}

.pb-space{
    padding-bottom:40px;
}

.white-waku {
    padding: 5px;
    margin-top: -30px!important;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    text-align: center;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: none;
}

.flex3waku-itemspace {
    width: 100%;
    margin-right: 30px;
    display: block;
}

.flex3waku-itemspace:nth-child(3) {
    margin-top: 0px;
    margin-right: 0px;
}

a.flex3waku-itemspace:hover {
    opacity: 0.7;
    transition-duration: 0.3s;
}


a.flex3waku-itemspace {
    text-decoration:none;
    color:#000;
}

.flex-waku {
    width: 100%;
    flex-wrap: nowrap;
    display: block;
}

.flex2waku-itemspace {
    width: 100%;
    margin-right: 30px;
    display: block;
}


}

@media screen and (max-width: 420px) {
  .progress .box .textbox {
    font-size: 16px;
  }

.top-imgfont p{
  font-size:1.2rem;
}

}

@media screen and (max-width: 350px) {
  .progress .box .textbox {
    font-size: 14px;
  }

.top-imgfont p{
  font-size:1rem;
}
}

.comtitle {
    font-size: 3rem;
    font-weight: bold!important;
    text-align: center;
    position: relative;
    padding-top: 80px;
    padding-bottom: 10px;
    margin-bottom: 55px;
}

.comtitle:before {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 1px;
  background-color: #ca4d35;
}

/*シンプルでわかりやすい料金プラン！
ruumモバイルWiMAX+5Gの特徴
*/
.merit {
  padding-top: 85px;
}

.merit .tit {
  font-size: 32px;
  text-align: center;
  padding-top: 30px;
  margin-bottom: 80px;
}

.merit-icon-area{
    width: 200px;
    margin: 0 auto;
}
.sectionEffect__comparison {
/*    margin-top: 40px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
margin-bottom: 40px;
}

.sectionEffect__comparison-green {
/*    margin-top: 40px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 40px;
    z-index: 2;
    position: relative;
background:#E0F5ED; border-radius:10px; margin:20px; padding:30px;
}

.sectionEffect__onecolumn {
/*    margin-top: 40px;*/
    display: -webkit-box;
    display: -ms-block;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 40px;
    z-index: 2;
    position: relative;
}

.sectionEffect__itemSpace:nth-child(2){
    margin-top: 0px;
    margin-right: 0;
}

.sectionEffect__itemSpace {
    width: 100%;
    margin-right: 60px;
    display: flex;
}

.product-detail-green {
    padding: 20px;
    background-color: #00AB84;
    border-radius: 0 0 40px 40px;
    font-size: 16px;
    color:#fff;
}

.product-detail-black {
    padding: 20px;
    background-color: #000;
    border-radius: 0 0 40px 40px;
    font-size: 16px;
    color:#fff;
}

.product, .product--blue, .product-green {
    /*padding-bottom: 10px;*/
    margin-bottom: 40px;
    width: 100%;
    border-radius: 40px;
    -webkit-box-shadow: 20px 20px 20px #e0e1e0;
    box-shadow: 20px 20px 20px #e0e1e0;
    background-color: #ffffff;
    text-align: center;
}

.product-green-backgreen {
    /*padding-bottom: 10px;*/
    margin-bottom: 40px;
    width: 100%;
    border-radius: 40px;
    -webkit-box-shadow: 20px 20px 20px #25956c;
    box-shadow: 20px 20px 20px #25956c;
    background-color: #ffffff;
    text-align: center;
}

.product__effectBox {
    padding-bottom: 10px;
    height: 380px;/*auto*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product__effect, .product__effect--blue {
    margin: 40px 0;
    font-size: 24px;
    font-weight: 600;
}

.product__img {
    margin-top: 40px;
    width: 280px;
    -o-object-fit: cover;
    object-fit: cover;
}


img.downyaji{
z-index: 1;
    position: sticky;
}

.product__influence, .product__influence--blue {
    margin-top: 10px;
    font-size: 16px;
    text-align: left;
}

#main p:nth-child(n+2) {
    margin-top: 20px;
}

@media screen and (max-width: 767px){
.comtitle {
    padding-top: 40px;
    margin-bottom: 40px;
}

.sectionEffect__comparison {
/*    margin-top: 40px;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sectionEffect__itemSpace {
    margin: 0 0 60px;
}

.product, .product--blue {
    max-width: 320px;
    margin: 0 auto;
    padding-bottom: 20px;
    -webkit-box-shadow: 0 20px 20px rgb(0 0 0 / 16%);
    box-shadow: 0 20px 20px rgb(0 0 0 / 16%);
}

 .product-green {
    -webkit-box-shadow: 0 20px 20px rgb(0 0 0 / 16%);
    box-shadow: 0 20px 20px rgb(0 0 0 / 16%);
    text-align: center;
}

.product__effectBox {
    padding: 0 20px;
    height: auto;
    text-align: center;
}

.product__effect, .product__effect--blue {
    width: 100%;
    margin: 20px 0 30px;
    text-align: center;
    font-size: 20px;
}

.product__img {
    width: 250px;
}

.product__influence, .product__influence--blue {
    font-size: 13px;
}
}

/******************************/



@media screen and (min-width: 767px) {
    .visible-ts {
        display: none;
    }
}






.product__img {
    width: 280px;
}

table{
   table-layout: fixed;
   width: 100%;
}

table tr td {
  font-size: 16px;
  border: 1px solid #d4d4d4;
  padding: 20px;
  background-color: #ffffff;
}

.modelSelect table tr td {
  font-size: 16px;
  border: 1px solid #d4d4d4;
  padding: 5px;
  background-color: #ffffff;
}

table tr td span {
  position: relative;
  display: block;
}

table tr td .img {
  position: absolute;
  left: 0;
  top: 0;
}


table tr td.grayback {
  color: #32b988;
  background-color: #F5F5F5;
  width: 28%;
}

table tr td .note {
  font-size: 14px;
  margin-top: 5px;
background-color: #ffffff;
}


.visible-pc {
  display: block;
}


.plan {
  padding-top: 90px;
}

.plan .box {
  background-color: #fff;
  display: flex;
  align-items: center;
}

.plan .box .left {
  width: 38%;
  margin-right: 2%;
}

.plan .box .right {
  width: 60%;
}

.plan .tit01 {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

.plan .tit01 span.red {
  color: #ff301a;
}

.plan .txt_detail {
  font-size: 1.6rem;
  line-height: 2;
}

.table-plan {
    width: 100%;
    margin-bottom: 15px;
    /* border-top: 1px solid #ccc; */
}

.table-plan tr {
    padding: 12px 8px;
    border-bottom: 2px solid #ddd;
}

.table-plan th {
    background-color: #32B988;
    font-weight: bold;
    vertical-align: top;
    text-align: center;
}

.table-plan th, .table-plan td {
/*    width: 50%;*/
    padding: 20px 15px;
    /* border-bottom: 1px solid #ccc; */
    font-size: 16px;
    border-right: 1px solid #ccc;
}


.table-plan td:first-child {
    background-color: #f2f2f2;
    width: 20%;
    border-left: 1px solid #ccc;
}

.table-plan th:first-child {
    width: 30%;
}

/****************************************/

@media screen and (max-width: 960px){
.product__img {
    width: 280px;
}

table{
   table-layout: fixed;
   width: 100%;
}

table tr td {
  font-size: 16px;
  border: 1px solid #d4d4d4;
  padding: 20px;
  background-color: #ffffff;
}

table tr td span {
  position: relative;
  display: block;
}

table tr td .img {
  position: absolute;
  left: 0;
  top: 0;
}

/*
table tr td:nth-child(1) {
  color: #32b988;
  width: 28%;
}
*/

table tr td.grayback {
  color: #32b988;
  background-color: #F5F5F5;
  width: 28%;
}

table tr td .note {
  font-size: 14px;
  margin-top: 5px;
background-color: #ffffff;
}


.visible-pc {
  display: table-row;
}


.plan {
  padding-top: 90px;
}

.plan .box {
  background-color: #fff;
  display: flex;
  align-items: center;
}

.plan .box .left {
  width: 38%;
  margin-right: 2%;
}

.plan .box .right {
  width: 60%;
}

.plan .tit01 {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

.plan .tit01 span.red {
  color: #ff301a;
}

.plan .txt_detail {
  font-size: 1.6rem;
  line-height: 2;
}
}

@media screen and (max-width: 767px) {
  .comtitle {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    position: relative;
  }

  .comtitle:before {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 1px;
    background-color: #ca4d35;
  }

  .scene {
    background-color: #f5fffb;
    padding-top: 85px;
  }

  .scene .notebox {
    width: 100%;
  }

  .scene .tit01 {
    font-size: 20px;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 40px;
  }

  .scene .box .left {
    float: none;
    width: 100%;
  }

  .scene .box {
    margin-bottom: 30px;
  }

  .scene .box .right {
    float: none;
    width: 100%;
  }

  .scene .box .title01 {
    font-size: 14px;
    color: #32b988;
    margin-top: 20px;
  }

  .scene .box .title02 {
    font-size: 20px;
    color: #32b988;
  }

  .scene .box .text {
    font-size: 14px;
    padding-top: 12px;
  }

  .scene .note {
    text-align: left;
    padding: 15px 0;
    font-size: 16px;
    border-top: 1px solid #b7c2c9;
  }


  table {
    margin-top: 10px;
  }

  .visible-pc {
    display: none;
  }


  table tr td {
    font-size: 14px;
    border: 1px solid #d4d4d4;
    padding: 10px;
    position: relative;
    background-color: #ffffff;
  }

  table tr td .img {
    position: absolute;
    left: 0;
    top: 0;
  }

/*
  table tr td:nth-child(1) {
    color: #32b988;
    width: 28%;
  }
*/

  table tr td .note {
    font-size: 12px;
    margin-top: 5px;
background-color: #ffffff;
  }

  .plan {
    padding-top: 4.5rem;
  }

  .plan .box {
    display: block;
    padding: 1rem;
    margin-top: 4rem;
  }

  .plan .box .left {
    width: auto;
    margin-right: 0;
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .plan .box .right {
    width: auto;
  }

  .plan .tit01 {
    font-size: 2.2rem;
  }

  .plan .txt_detail {
    font-size: 1.4rem;
  }

  .theme-dark .plan .box {
    background-color: #4b4b4b;
  }
}

/*
.details {
  background-color: #fdfbf2;
  padding-bottom: 90px;
}

.details .comtitle {
  padding-top: 60px;
  margin-bottom: 30px;
}
*/

.details .box {
/*  background-color: #fff;*/
  padding: 30px 80px 50px 80px;
}

.details .box .left {
  width: 38%;
  float: left;
  margin-right: 5%;
}

.details .box .bordertable {
  width: 100%;
/*  float: left;*/
}

.details .box .bordertable dl {
  display: table;
  font-size: 16px;
  width: 100%;
}

.details .box .bordertable dl span {
  display: inline-block;
  padding-left: 17px;
}

.details .box .bordertable dt {
  display: table-cell;
  width: 25%;
  color: #32b988;
  padding: 20px 5px;
  border-bottom: 1px solid #d4d4d4;
}

.details .box .bordertable dt a{
    display: table-cell;
    width: 25%;
    color: #32b988;
    padding: 20px 5px;
}

.details .box .bordertable dd  {
  display: table-cell;
  width: 75%;
  padding: 20px 0;
  border-bottom: 1px solid #d4d4d4;
}


.details .box .bordertable-3col dl {
    display: table;
    font-size: 16px;
    width: 100%;
}

.details .box .bordertable-3col dt {
  display: table-cell;
  width: 10%;
  color: #32b988;
  padding: 20px 0;
  border-bottom: 1px solid #d4d4d4;
}

.details .box .bordertable-3col dd:nth-child(1)  {
  display: table-cell;
  vertical-align: middle;
  text-align:center;
  width: 20%;
  padding: 20px 0;
  border-bottom: 1px solid #d4d4d4;
}

.details .box .bordertable-3col dd:nth-child(2)  {
  display: table-cell;
  vertical-align: middle;
  width: 60%;
  padding: 20px 5px;
  border-bottom: 1px solid #d4d4d4;
}

.details .box .bordertable-3col dd:nth-child(3)  {
  display: table-cell;
  vertical-align: middle;
  text-align:center;
  width: 25%;
  padding: 20px 0;
  border-bottom: 1px solid #d4d4d4;
}

.details .box .name {
  font-size: 26px;
  margin-top: 10px;
  text-align: center;
}

.details .box .imgbox {
  text-align: right;
}

.details .box .imgbox .img+.img {
  margin-top: 30px;
}

.details .box .note {
  font-size: 14px;
}

.details .box .note01 {
  font-size: 16px;
  margin-top: 10px;
}

.box-green {
    border-radius: 12px;
/*    border: 5px solid #32b988;*/
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e5fff5;
    margin-bottom: 20px;
}

.box-green p {
    font-size:16px;
    margin-bottom:0;
}

.features .title {
  font-size: 67px;
  font-weight: bold;
  padding: 80px 0 50px;
  color: #109cda;
  text-align: center;
}

.features ul {
  margin-left: -38px;
}

.features li {
  float: left;
  width: 33.33%;
  padding-left: 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.features li .box01 {
  border-radius: 12px;
  border: 5px solid #32b988;
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e5fff5;
}

.features li .box01 .text {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}

.features li .box01 .text .red {
  color: #fe0000;
}

.features .note {
  font-size: 16px;
  text-align: left;
  margin-top: 20px;
}

.features .notebox {
  width: 68%;
}

.features .comtitle {
  margin-top: 90px;
  margin-bottom: 60px;
}

.features .step {
  text-align: center;
}

.features .tit01 {
  font-size: 31px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
}

.features .text {
  font-size: 16px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
/*
  .details {
    background-color: #fdfbf2;
    padding-bottom: 40px;
  }

  .details .comtitle {
    padding-top: 30px;
    margin-bottom: 30px;
  }
*/
  .details .box {
    background-color: #fff;
    padding: 10px 10px;
  }

  .details .box .left {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .details .box .left .img {
    width: 50%;
    margin: 0 auto;
  }

  .details .box .right {
    width: 100%;
    float: none;
  }

  .details .box .right dl {
    display: table;
    font-size: 12px;
    width: 100%;
  }

  .details .box .right dt {
    display: table-cell;
    width: 35%;
    color: #32b988;
    padding: 10px 0;
    border-bottom: 1px solid #d4d4d4;
  }

  .details .box .right dd {
    display: table-cell;
    width: 65%;
    padding: 20px 0;
    border-bottom: 1px solid #d4d4d4;
  }

  .details .box .name {
    font-size: 14px;
    margin: 10px 0;
    text-align: center;
  }

  .details .box .imgbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }

  .details .box .imgbox .img+.img {
    margin-top: 0;
  }

  .details .box .note {
    font-size: 12px;
  }

  .details .box .note01 {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .features .notebox {
    width: 100%;
  }

  .features .title {
    font-size: 30px;
    font-weight: bold;
    padding: 40px 0 20px;
    color: #109cda;
    text-align: center;
  }

  .features ul {
    margin-left: 0;
  }

  .features li {
    float: none;
    width: 100%;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
  }

  .features li .box01 {
    border-radius: 12px;
    border: 5px solid #32b988;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e5fff4;
  }

  .features li .box01 .img {
    text-align: center;
  }

  .features li .box01 .text {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
  }

  .features li .box01 .text .red {
    color: #fe0000;
  }

  .features .note {
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
  }

  .features .comtitle {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .features .step {
    text-align: center;
    max-width: 25%;
    margin: 0 auto;
  }

  .features .tit01 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
  }

  .features .text {
    font-size: 14px;
    margin-top: 10px;
  }
}

.background-green {
  background-color: #32b988;
/*  padding-top: 40px;*/
/*  color: #fff;*/
}

.background-orange {
  background-color: #D44E35;
}

/*注意事項*/
.notice .text02 {
    display: block;
    font-size: 1.3rem!important;
    z-index: 1;
    position: sticky;
}

@media screen and (max-width: 767px) {
.notice .text02 {
    display: block;
    font-size: 1.3rem!important;
    z-index: 1;
    position: sticky;
}
}

.about .title {
  font-size: 46px;
  color: #fff;
  font-weight: bold;
}

.about .title span {
  font-size: 24px;
}

.about .line {
  height: 4px;
  background: url("../images/about_line.png") no-repeat left;
  margin-bottom: 20px;
}

.about .text01 {
  font-size: 18px;
  padding: 0 0 20px;
}

.about .text02 {
  font-size: 18px;
  padding-bottom: 20px;
  padding-left: 25px;
  background: url("../images/about-icon2.png") no-repeat left top 10px;
}

.about .table {
  padding-bottom: 50px;
}

.about .box-brdradius {
  background: #e5fff5;
  padding: 6rem;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .about {
    background-color: #32b988;
    padding-top: 40px;
    color: #000;
  }

  .about .title {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
  }

  .about .title span {
    font-size: 18px;
    display: block;
  }

  .about .line {
    height: 4px;
    background: url("../images/about_line.png") no-repeat left;
    margin-bottom: 10px;
  }

  .about .text01 {
    font-size: 16px;
    padding: 0 0 10px;
  }

  .about .text02 {
    font-size: 16px;
    padding-bottom: 10px;
    padding-left: 25px;
    background: url("../images/about-icon2.png") no-repeat left top 10px;
  }

  .about .table {
    padding-bottom: 20px;
  }

  .about .table img {
    width: 960px;
    max-width: initial;
  }

  .about .box-brdradius {
    padding: 1.5rem;
    border-radius: 5px;
  }
}

/*2022.12.08追記*/
.background-darkgray{
background-color:#C1C1C1;
}

.background-lightgray{
background-color:#E8EAE9;
}

.background-kirakira{
    background: url("../images/back-kirakira.png");
    background-repeat: repeat;
}

.background-kirakira::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
}

.gray-waku{
background-color:#E8EAE9;
border-radius:30px;
padding-bottom: 20px;
margin-bottom: 60px;
}

.gray-waku-outer{
padding-top:80px;
}

.white-waku{
background-color:#ffffff;
border-radius:30px;
padding-bottom: 20px;
margin-bottom: 60px;
position: relative;
border: #cdcdcd 1px solid;
}

.white-waku-outer{
padding-top:20px;
}

.question .box {
  padding-top: 70px;
}

.question .faq {
  display: none
}

.question .q {
  padding: 20px;
  border: 1px solid #32b988;
  font-size: 20px;
  background: url("../images/add.png") no-repeat center right 25px #32b988;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}

.question .q span {
  flex: 1;
}

.question .q.on {
  padding: 20px;
  border: 1px solid #32b988;
  font-size: 20px;
  background: url(../images/reduce.png) no-repeat center right 25px #e5fff4;
  font-weight: bold;
  color: #000;
}

.question .q .q_img {
  width: 58px;
  height: 58px;
  background: url("../images/question_q_on.png") no-repeat center;
  margin-right: 15px;
}

.question .q.on .q_img {
  width: 58px;
  height: 58px;
  background: url("../images/question_q.png") no-repeat center;
  margin-right: 15px;
}

.question .a img {
  margin-right: 15px;
}

.question .a {
  padding: 25px 40px 110px;
  font-size: 16px;
  display: none;
}

.question .more {
  font-size: 20px;
  margin-top: 20px;
  color: #000;
}

.question .more:hover {
  text-decoration: none;
}

.question {
  padding-top: 90px;
}

@media screen and (max-width: 767px) {
  .question {
    padding-top: 40px;
  }

  .question .box {
    padding-top: 30px;
  }

  .question .q {
    padding: 10px 40px 10px 10px;
    border: 1px solid #32b988;
    font-size: 14px;
    background: url("../images/add.png") no-repeat center right 10px #32b988;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
  }

  .question .q.on {
    padding: 10px;
    border: 1px solid #32b988;
    font-size: 14px;
    background: url(../images/reduce.png) no-repeat center right 25px #e5fff4;
    font-weight: bold;
    color: #000;
  }

  .question .q .q_img {
    width: 40px;
    height: 40px;
    background: url("../images/question_q_on.png") no-repeat center;
    margin-right: 15px;
    -webkit-background-size: contain;
    background-size: contain;
  }

  .question .q.on .q_img {
    width: 40px;
    height: 40px;
    background: url("../images/question_q.png") no-repeat center;
    margin-right: 15px;
    -webkit-background-size: contain;
    background-size: contain;
  }

  .question .a img {
    margin-right: 10px;
    width: 40px;
    height: 40px;
  }

  .question .a {
    padding: 20px 10px 40px;
    font-size: 16px;
    display: none;
  }

  .question .more {
    font-size: 16px;
    margin-top: 20px;
    color: #000;
  }

  .question .more:hover {
    text-decoration: none;
  }
}

.precautions {
  padding-top: 80px;
}

.precautions .box {
  height: 720px;
  padding: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
  background-color: #f7f7f7;
  margin-top: 40px;
  margin-bottom: 80px;
}

.precautions .box .tit {
  font-size: 20px;
  font-weight: bold;
}

.precautions .box .tit span {
  color: #32b988;
}

.precautions .box .text {
  font-size: 16px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .precautions {
    padding-top: 40px;
  }

  .precautions .box {
    height: 720px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    background-color: #f7f7f7;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .precautions .box .tit {
    font-size: 18px;
  }

  .precautions .box .tit span {
    color: #32b988;
  }

  .precautions .box .text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.contact {
  background: #E8EAE9;
  padding-bottom: 80px;
}

.contact .tit01 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 40px 0 45px;
}

.contact .text01 {
  font-size: 20px;
  text-align: center;
  margin-right: 20px;
}

.contact .time {
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
}

.telnum{
    width: 50%;
}

.telnum a {
  pointer-events: none
}

#footer {
  background-color: #32b988;
  padding: 58px 0;
}

#footer .links {
  font-size: 16px;
  text-align: center;
  color: #fff;
}

#footer .links a {
  color: #fff;
}

#footer .copyright {
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 25px 0 0;
}

@media screen and (max-width: 767px) {
  .contact {
    background: #E8EAE9;
    padding-bottom: 40px;
  }

  .contact .tit01 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0 20px;
}

  .contact .text01 {
    font-size: 18px;
    text-align: center;
    margin-right: 0;
  }

  .contact .time {
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
  }

  .contact .tel {
    flex-direction: column;
  }

  .telnum a {
    pointer-events: initial;
  }

  #footer {
    background-color: #32b988;
    padding: 20px 0;
  }

  #footer .links {
    font-size: 14px;
    text-align: center;
    color: #fff;
  }

  #footer .links a {
    color: #fff;
  }

  #footer .copyright {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 10px 0 0;
  }
}

.specific {
  padding-top: 90px;
}

.specific .comtitle {
  margin-bottom: 50px;
}

.specific .box {
  padding: 70px 0;
}

.specific .title {
  color: #32b988;
  font-size: 22px;
  margin-bottom: 40px;
  font-weight: bold;
}

.specific .text {
  font-size: 20px;
}

.specific .box+.box {
  border-top: 1px solid #c7c7c7;
}

.navbar-toggle.menu img {
  width:50%;
}

@media screen and (max-width: 767px) {
  .specific {
    padding-top: 40px;
  }

  .specific .comtitle {
    margin-bottom: 20px;
  }

  .specific .box {
    padding: 30px 0;
  }

  .specific .title {
    color: #32b988;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
  }

  .specific .text {
    font-size: 14px;
  }

  .specific .box+.box {
    border-top: 1px solid #c7c7c7;
  }
  .navbar-toggle.menu img {
      width: 100%;
  }
}

.navbar-collapse {
  display: none;
  position: fixed;
  top: 54px;
  left: 0;
  width: 100%;
  background: #fff;
}

.navbar-collapse li a {
  display: block;
  color: #000;
  padding: 20px;
  border-top: 1px solid #ccc;
  font-size: 20px;
  background: url("../images/about_arrow.png") no-repeat center right 20px;
}

@media screen and (max-width: 767px) {
  .navbar-collapse {
    display: none;
    position: fixed;
    top: 44px;
    left: 0;
    width: 100%;
    background: #fff;
  }

  .navbar-collapse li a {
    display: block;
    color: #000;
    padding: 10px;
    border-top: 1px solid #ccc;
    font-size: 14px;
    background: url("../images/about_arrow.png") no-repeat center right 20px;
    -webkit-background-size: 20px;
    background-size: 20px;
  }
}

.list-num-txt li {
  list-style-type: decimal;
  margin-left: 2.5rem;
  padding-left: 1rem;
}

@media screen and (max-width: 767px) {
  .list-num-txt li {
    list-style-type: decimal;
    margin-left: 1.5rem;
    padding-left: 1rem;
  }
}

/*
@media screen and (max-width: 767px) {
  .theme-dark #header {
    background: #000;
    box-shadow: none;
    border-bottom: 0;
  }

  .theme-dark #header .buy {
    background-color: #f15d5d;
  }

  .theme-dark .navbar-collapse {
    background: #000;
  }

  .theme-dark .navbar-collapse li a {
    color: #fff;
  }

  .theme-dark #mainimg .slick-dots li button:before {
    opacity: 0.5;
    color: #fff;
  }

  .theme-dark #mainimg .slick-dots li.slick-active button:before {
    color: #109cda;
    opacity: 0.75;
  }

  .theme-dark .combtn .btn {
    background-color: #f15d5d;
  }

  .theme-dark .progress {
    background-color: #000;
  }

  .theme-dark .progress .box {
    background-color: #0b79aa;
  }

  .theme-dark .scene {
    background-color: #2b2b2b;
  }

  .theme-dark .fee .box .right table tr td {
    background-color: #333;
  }

  .theme-dark .fee .box .right table tr td .img {
    max-height: 30px;
  }

  .theme-dark .details {
    background-color: #333;
  }

  .theme-dark .details .box {
    background-color: #4b4b4b;
  }

  .theme-dark .features li .box01 {
    background-color: #333;
    border: 5px solid #4b4b4b;
  }

  .theme-dark .features li .box01 .img {
    text-align: center;
  }

  .theme-dark .features li .box01 .text {
    color: #109cda;
  }

  .theme-dark .about {
    background-color: #314d5a;
  }

  .theme-dark .question .more {
    color: #fff;
  }

  .theme-dark .precautions .box {
    background-color: #333;
  }

  .theme-dark .contact {
    background: #333;
  }

  .theme-dark #footer {
    background-color: #314d5a;
  }
}
*/

/*app icon */
.app__inner {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.app__inner img {
  margin: 0 8px;
}


/*2023.03.17追記*/
.plan-waku{
  width: 100%;
/*  height: 500px;*/
  position: relative;
}

.plan-waku img{
  max-width: 276px;
  position: absolute;
  bottom: -41px;
  right: 0px;
}

.gachamuku-sp {
    position: relative;
    top: -50px;
    width: 100%;
}

.plan-gachamuku-sp{
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


@media screen and (max-width: 1024px) {
.plan-waku img {
    max-width: 237px;
    position: absolute;
    bottom: -41px;
    right: 0px;
}
}

@media screen and (max-width: 800px) {
.plan-waku img {
    max-width: 237px;
    position: absolute;
    bottom: -36px;
    right: 0px;
}
}

@media screen and (max-width: 767px) {
.plan-waku img {
    display: none;
}
}

#campaign {
    width: 100%;
    position: relative;
/*背景色の上に背景画像、背景画像の上に画像
    background-image: url(images/back_dot.png);
    height: 1698px;
    z-index: 1;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
*/
}

#campaign .cam-gacha {
    max-width: 500px;
    position: absolute;
    top: 150px;
    left: 115px;
    z-index: 2;
}


#campaign .cam-muku {
    max-width: 500px;
    position: absolute;
    bottom: 300px;
    right: 90px;
    z-index: 2;
}

#campaign .cam-bgimg1{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index:0;
}

#campaign .cam-bgimg2{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index:0;
}

#campaign .cam-bgimg3{
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index:0;
}

@media screen and (max-width: 1440px) {
#campaign .cam-gacha {
    max-width: 300px;
    position: absolute;
    top: 0;
    left: 24px;
    z-index: 0;
}

#campaign .cam-muku {
    max-width: 300px;
    position: absolute;
    top: 470px;
    right: 14px;
    z-index: 0;
}
#campaign .cam-bgimg1 {
    position: absolute;
    max-width: 457px;
    top: 0px;
    left: 0px;
    z-index: 0;
}
#campaign .cam-bgimg2 {
    position: absolute;
    max-width: 414px;
    top: 0px;
    right: 0px;
    z-index: 0;
}
#campaign .cam-bgimg3 {
    position: absolute;
    max-width: 313px;
    bottom: 0px;
    right: 0px;
    z-index: 0;
}
}

@media screen and (max-width: 1200px) {
#campaign .cam-gacha {
    max-width: 400px;
    position: absolute;
    top: 20px;
    left: 24px;
    z-index: 0;
}

#campaign .cam-muku {
    max-width: 300px;
    position: absolute;
    bottom: 120px;
    right: 14px;
    z-index: 0;
}
}

@media screen and (max-width: 1024px) {
#campaign .cam-muku {
    max-width: 500px;
    position: absolute;
    bottom: 50px;
    right: 24px;
    z-index: 0;
}

#campaign .cam-gacha {
    max-width: 500px;
    position: absolute;
    top: 50px;
    left: 24px;
    z-index: 0;
}

#campaign .cam-bgimg1 {
    display: none;
}
#campaign .cam-bgimg2 {
    display: none;
}
#campaign .cam-bgimg3 {
    display: none;
}
}

@media screen and (max-width: 950px) {
#campaign .cam-muku {
    display: none;
}
#campaign .cam-gacha {
    display: none;
}
#campaign .cam-bgimg1 {
    display: none;
}
#campaign .cam-bgimg2 {
    display: none;
}
#campaign .cam-bgimg3 {
    display: none;
}
}

/*20241218追記*/
/*	メイン画像内査定ボタン	*/

#headerlogo{
width:80%;
position:absolute;
top:10px;
left:10px;
z-index:10;
}

#header #headerlogo img{
width:100%;
}

#mainimg{
position:relative;
}

.visible-ts,.visible-pc{
display:none;
}

.mainsateibtn{
width:50%;
position:absolute;
bottom:0;
left:10%;
}



#mainimg .mainsateibtn img{
width:60%!important;
}

.btnnotice .notice{
padding-bottom:0!important;
width:100%;
}

.topnoticep{
width:93%;
margin:20px auto 0 auto;
color:#fff;
font-size:1.2rem;
}

.aisatei-waku{
display:flex;
}

.aisatei-waku .sateibtn{
/*  box-shadow: 2px 2px 10px 2px #8f2d25;
    border-radius: 17px;*/
}

.sateistart .sateibtn{
margin:5px;
}

.spbtn{
position:absolute;
bottom:10px;
}

.topnoticep{
margin-top:7px;
font-size:1rem;
}

.mainsateibtn button,.visible-sp button{
width: 98%;
margin:0 auto;
padding:5px 20px;
border-radius: 50px;
background-color: #f65412;
font-size: 18px;
font-weight: bold;
text-align: center;
text-decoration:none!important;
color: #fff;
display: block;
border:none;
}

.btnnotice .combtn{
padding-bottom:10px;
}

.btnnotice .combtn .aibtn{
width:70%;
height:40px;
line-height:45px;
font-size:1.8rem;
font-weight:300;
}

.na01area button{
font-size:1.8rem;
}

div .flex3-sp1 li{
text-align:center;
}

/*	min-375	*/
@media screen and (min-width:375px){
.spbtn{
bottom:35px;
}
}

/*	min-425	*/
@media screen and (min-width:426px){
.mainsateibtn{
bottom:2%;
width:45%;
}
.topnoticep{
margin-top:7px;
font-size:1.2rem;
}
.visible-sp,.visible-pc{
display:none;
}
.visible-ts{
display:block;
}
.sateistart .sateibtn{
margin:15px;
}
#header #headerlogo img{
width:48%;
}
.notice .noticep{
font-size:6px;
}
.visible-ts button{
font-size:0.8rem;
padding:2px;
margin-bottom:3px;
}
}

/*	min-540	*/
@media screen and (min-width:520px){
    .notice .noticep {
        font-size: 8px;
    }
}

/*	min-540	*/
@media screen and (min-width:560px){
    .notice .noticep {
        font-size: 10px;
    }
}

/*	min-768		*/
@media screen and (min-width:767px){
#header #headerlogo img{
width:17%;
}
}

/*	min-768		*/
@media screen and (min-width:768px){
#header #headerlogo img{
width:20%;
}
.notice .noticep{
font-size:1.2rem;
}
.visible-sp,.visible-ts{
display:none;
}
.visible-pc{
display:block;
}
.mainsateibtn button{
margin:5px 0;
}
.sateistart .combtn{
    width: 80%;
    margin: auto;
    margin-top: 20px;
}
}

/*	min-1024	*/
@media screen and (min-width:1024px){
.mainsateibtn{
bottom:5%;
}
.notice .noticep {
font-size:1.4rem;
}
.mainsateibtn button,.visible-sp button{
padding:5px 20px;
}
}

/*	min-1440	*/
@media screen and (min-width:1440px){
.mainsateibtn{
width:50%;
bottom:1%;
}
.notice .noticep {
font-size:1.8rem;
}
.mainsateibtn button,.visible-sp button{
padding:10px 20px;
}
.btnnotice button {
/*        margin: 2% 0;*/
        font-size: 2.4rem;
        width: 70%;
        margin: auto;
        margin-top: 16px;
        margin-bottom: 10px;
    }
}

@media screen and (min-width:1920px){
.mainsateibtn{
width:50%;
bottom:5%;
}
}

/*	min-2560	*/
@media screen and (min-width:2560px){
.mainsateibtn {
bottom: 5%;
}
.btnnotice button{
font-size:3rem;
padding:15px 0;
}
#mainimg .mainsateibtn img{
width:70%;
}
.notice .noticep{
font-size:2.6rem;
}
}



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

.btnnotice .combtn .aibtn {
width:100%;
}
.btnnotice .combtn .aibtn{
height: 25px;
}
.h .combtn{
padding-top:0;
}
}

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

.mainsateibtn .flex3-sp1{
width:25%!important;
}
.mainsateibtn .btnnotice .combtn .aibtn{
width:100%!important;
}
.h .combtn{
padding-top:0;
}
.btnnotice .notice{
width:100%;
}
}

@media screen and (max-width:750px){
.mainsateibtn .flex3-sp1{
width:25%!important;
}
.btnnotice .combtn {
padding-bottom:5px;
padding-top:2px;
}
}

@media screen and (max-width:720px){
    #mainimg .mainsateibtn img {
margin: 5px;
}
}


#mainimg .hb-sp{
position:absolute;
width:100%;
bottom:5%;
}

.hh .combtn .aibtn{
height:30px;
width:80%;
font-size:1.6rem;
line-height:35px;
}

/*	カンタン査定	*/
.stretchheight .shadow-waku{
margin:30px 10px;
}
.stretchheight{
display: flex;
justify-content:space-aroud;
}

.stretchheight_1{
flex: 1;
height: 19%;
min-height: 0%;
}

.stretchheight_2{
flex: 2;
height: 100%;
min-height: 0%;
}

.shadow-waku h3{
  width:80%;
font-size:1.8rem;
border-bottom:1px solid #000;
}

.redarrow{
height:20%;
margin:auto 0;
}

.redarrow img{
width:100%;
}

.na01area button{
width: 80%;
padding:20px;
border-radius: 50px;
background-color: #FF9501;
font-weight: bold;
text-align: center;
text-decoration:none!important;
color: #fff;
margin: 0 auto 30px auto;
display: block;
border:none;
}

.img-area-auto img{
width:100%;
}

.redarrow{
transform: rotate( 90deg );
}

@media screen and (min-width:768px){
.na01area button{
font-size: 30px;
}
}

@media screen and (min-width:767px){
.stepimg{
width:100%;
}
.redarrow{
transform: rotate( 0deg );
}
}


.na01area p{
color:#fff;
}

.mb-30{
margin-bottom:30px;
}

.fs-2rem{
font-size:2rem;
}

/*	ホームプラザの無料AI査定のメリット	*/

. w-100{
width:1000px;
}

.m-lr30{
margin-left:30px;
margin-right:30px;
}

.z-20{
z-index:20;
}

@media screen and (min-width:1101px){
.merit2_mb{
display:none;
}
}
@media screen and (max-width:1100px){
.merit2_pc{
display:none;
}
}


.merit_waku{
background;#fff!important;
display:flex;
width:1000px;
}

.merit_block{
width:60%;
}

@media screen and (max-width: 1100px) {
.merit_waku{
width:100%;
background;#fff!important;
display:block;
}
.merit_block{
width:100%;
}
}

@media screen and (max-width: 767px) {
.merit_waku{
background;#fff!important;
display:block;
}
.downyaji{
padding-top:0;
}
.merit_block{
width:100%;
}
}

.merit_block img{
height:100%;
width:100%;
max-width:100%;
}


.merit_txt{
width:50%;
margin:auto;
padding:3rem;
background:#fff;
}


@media screen and (max-width: 922px) {
.merit_block img{
width:100%;
max-width:100%;
}
.merit_txt{
margin:auto;
padding:2rem;
}
}

@media screen and (max-width: 766px) {
.merit_txt{
margin:auto;
width:80%
}
}

.bg-white{
background:#fff;
box-shadow: 2px 2px 10px 2px #dddddd;
}



.merit_txt h3{
font-size:22pt;
color:#ff0000;
text-align:center;
margin-bottom:30px;
font-weight:700;
}

.merit_txt h3 span{
font-size:28pt;
padding-right:10px;
font-weight:700;
}

.merit_txt span.marker{
background: linear-gradient(transparent 40%, #fff130 40%);
}



/*	種別を選択して無料査定スタート	*/

.sateistart{
width:80%;
margin:0 auto;
}

.notice{
margin:0 auto;
}

.background-redgra{
background: linear-gradient(180deg, rgb(212, 78, 53), rgb(166, 50, 62));
padding-bottom:30px;
}

.background-redgra h2,.notice{
color:#fff;
}

.combtn .aibtn{
    background: #f65412;
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
    font-size: 28px;
/*    font-weight: bold;*/
    /* padding: 10px; */
    text-align: center;
    color: #fff;
    margin: 0 auto;
    position: relative;
    display: block;
    transition: 0.5s;
    text-decoration: none;
}

.combtn .aibtn:hover{
text-decoration: none;
opacity: 0.5;
}

.mt-20{
margin-top:20px;
}

@media screen and (max-width: 767px) {
.combtn .aibtn{
    font-size: 20px;
}
}

@media screen and (max-width: 400px) {
.combtn .aibtn{
    font-size: 15px;
}
}








.footer-space{
padding-bottom:100px;
}

.footerlogo{
padding-left:45px;
}

@media screen and (min-width: 1100px) {
.notice .text02{
font-size:1.6rem!important;
}
.footerlogo img{
width:10%;
padding-top:0;
}
}

@media screen and (max-width: 450px) {
.footerlogo img{
width:30%;
}
}

.copyright{
margin-bottom:0!important;
text-align:center;
color:#fff;
font-size:1rem;
padding-bottom:5px;
}



.background-redgra a,
.background-redgra a:hover,
.btnnotice a,
.btnnotice a:hover{
text-decoration:none;
}


.background-redgra a:hover,.btnnotice a:hover{
opacity: 0.5;
transition: 0.5s;
}
