/* 全体の設定
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* FONT-SIZE
-------------------------------------*/
@media screen and (max-width: 480px) {
    html {
        font-size: 4.0vw !important;
    }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
    html {
        font-size: 2.0vw !important;
    }
}
@media screen and (min-width: 768px) {
    html {
        font-size: 16px !important;
    }
}

html {
    /*    font-size: 62.5%;*/
}
body {
    /* font-size: 1.6em; */
    line-height: 1.8;
    letter-spacing: 0.04rem;
    background: #f6f6f6;
    font-family: "YuGothic","游ゴシック体","Yu Gothic","游ゴシック","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif;
    box-sizing : border-box;
}
img {
    max-width:100%;
    height: auto;
    display: block;
}
.content-img img{
	max-width:100%;
	height: auto;
    display: block;
    margin: 0 auto 28px;
}
.content-img img.w70{
    width:70%;
}
@media screen and (max-width: 750px) {
    .content-img img.w70{
        width:100%;
    }
}
a {
    display:block;
    color: #6e3f13;
    text-decoration: underline;
}
a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    color: #fff;
    color: #6e3f13;
}

/* コンテンツエリア
-------------------------------------*/
.justify-content-between {
}
p {
    margin-bottom: 28px;
    line-height: 2;
    font-size: 18px;
}
@media screen and (max-width: 750px) {
    p {
        font-size: 16px;
    }
    ul li {
        font-size: 16px;
    }
}
p.cap {
    font-size: 12px;
    margin: 20px 0 30px;
}
.pr {
    width: 880px;
    text-align: left;
    margin: 0 auto;
    padding-left: 10px;
    font-size: 14px;
    color: #888;
}
@media screen and (max-width: 750px) {
    .pr {
        width: 100%;
    }
}
.cap  a{
    display: inline;
    color: #4672c2;
    font-weight: bold;
}
.red {
    color: #f64647;
    font-weight: bold;
}
.orange {
    color: #de780a;
    font-weight: bold;
}
.pink {
    color: #e6707d;
    font-weight: bold;
}
.marker {
    font-weight: bold;
    padding-bottom: 3px;
    background: linear-gradient(transparent 50%, #f3e3ab 0%);
}
.kome {
    font-size: 20px;
    line-height: 1.6;
}
.kome02 {
    font-size: 14px;
    text-align: right;
}
.bold {
    font-weight: bold;
}
.mt5 {
    margin-top: 5px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mb0 {
    margin-bottom: 0px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mr30 {
    margin-right: 30px !important;
}
.mt60 {
    margin-top: 60px !important;
}
.strong {
    font-weight: bold;
    font-size: 1.2em;
}
.fs-l {
    font-weight: bold;
    font-size: 1.2em;
}
@media screen and (max-width: 750px) {
    .fs-l {
        font-size: 1.2em;
    }
}
.fs-ll {
    font-weight: bold;
    font-size: 1.6em;
}
@media screen and (max-width: 750px) {
    .fs-ll {
        font-size: 1.45em;
    }
}
ul.check {
    background: #f2f2f2;
    padding: 1.2rem!important;
    margin-bottom: 30px;
}
ul.check li{
    list-style: none;
}
.ac {
    text-align: center;
}
.fs-s {
    font-size: 0.8em;
}
.fs16 {
    font-size: 16px;
}
.fs20 {
    font-size: 20px;
}
.fs24 {
    font-size: 24px;
}
.fs28 {
    font-size: 28px;
}
.bold {
    font-weight: bold;
}
.text-line {
    text-decoration: underline;
}
/* 点滅 */
@keyframes blinking {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
.blink {
    animation: blinking 1s ease-in-out infinite alternate;
}

@media screen and (max-width:750px){
    .pc-display-none{
        display: none;
    }
}
@media screen and (min-width:751px){
    .sp-display-none{
        display: none;
    }
}

h1 {
    line-height: 1.4;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 45px;
    width: 880px;
    text-align: center;
    margin: 20px auto 0;
    padding: 0 10px;
}
h1 span.sub {
    font-size: 24px;
}
@media screen and (max-width: 800px) { 
    h1 {
        font-size: 26px;
        width: 100%;
    }
}
@media screen and (max-width: 690px) {
    h1 span.sub{
        font-size: 18px;
    }
}
.sub-ttl {
    line-height: 1.0;
    margin: 15px auto;
    font-weight: bold;
    padding: 0 10px;
    letter-spacing: -0.03em;
    text-align: center;
    font-size: 24px;
}
@media screen and (max-width: 690px) {
    .sub-ttl {
        font-size: 16px;
    }
}
h2 {
    color: #de780a;
    line-height: 1.6;
    margin: 0px 0 36px;
    font-weight: bold;
    background: linear-gradient(transparent 70%, #fff47d 0%);
    font-size: 30px;
    display: inline-block;
}
@media screen and (max-width: 750px) {
    h2 {
        font-size: 26px;
    }
}
h3 {
    font-size: 30px;
    font-weight: bold;
    margin: 40px 0 28px;
    padding: 8px 50px;
    border-top: 3px double #666;
    border-bottom: 3px double #666;
    display: inline-block;
}
@media screen and (max-width: 750px) {
    h3 {
        font-size: 24px;
        display: block;
        padding: 8px 0;
    }
}
h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

p strong {
    background: linear-gradient(transparent 60%, yellow 60%);
    font-size: 1.2rem;
}
p strong.add_text-highlight {
    background: none;
}
p strong.add_text-highlight > strong {
    background: none;
    line-height: 1;
}
.styling {
    margin: 50px 0 10px;
}
.styling p {
    font-weight: bold;
    margin-bottom: 10px;
}
.styling img {
    margin-bottom: 30px;
}
.add_zIndex100 {
    z-index: 100;
}
.add_spacing-shorten {
    letter-spacing: -1px;
}
.add_bg-color_body {
}
.add_bg-color-white {
    padding: 30px 0;
    text-align: center;
    max-width: 820px
}

@media screen and (max-width: 750px) {
    .add_bg-color-white {
        padding: 0 15px;
        text-align: center;
    }
}

@media screen and (min-width:481px){
    .add_bg-block-contain {;
        background-size: contain !important;
    }
    .add_bg-block {
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        position: relative;
    }
    .add_main_img-contain .w-75 {
        width: 50% !important;
    }
}
@media screen and (max-width:480px){
    .add_bg-block {
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        position: relative;
    }
}

.add_bg-block::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}
.add_bg-block-bkwht {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.add_lh-120{line-height:1.2}
.add_lh-130{line-height:1.3}
.add_lh-140{line-height:1.4}
.add_lh-150{line-height:1.5}
.add_lh-200{line-height:2.0}

.add_text-stroke01 {
    text-shadow: 
    white 1px 1px 0, white -1px -1px 0,
    white -1px 1px 0, white 1px -1px 0,
    white 0px 1px 0, white  -1px 0,
    white -1px 0 0, white 1px 0 0;
}

.add_text-stroke02 {
    text-shadow: 
    white 2px 0px,  white -2px 0px,
    white 0px -2px, white 0px 2px,
    white 2px 2px , white -2px 2px,
    white 2px -2px, white -2px -2px,
    white 1px 2px,  white -1px 2px,
    white 1px -2px, white -1px -2px,
    white 2px 1px,  white -2px 1px,
    white 2px -1px, white -2px -1px;
}

.col_btn {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width:480px){
    .col_btn {
        display: block;
    }
}
.add_btn-link {
    font-weight: bold;
    border-radius: 0.5rem;
    font-size: 1.2rem;
    line-height: 1.3em;
    position: relative;
    text-align: center;
    margin: 0 auto 60px;
    width: 47%;
}
.add_btn-link.short {
    width: 60%;
}
@media screen and (max-width:480px){
    .add_btn-link {
        width: 100%;
        margin-bottom: 20px;
    }
    .add_btn-link.short {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
}
.disable-auto-tel a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
.add_btn-link a {
    text-decoration: none;
    padding: 20px 10px;
    border-radius: 10px;
}
.add_btn-link:hover {
    color: #fff;
    text-decoration: none;
}
.add_btn-link:after{
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -6px;
}

.table_btn ul{
    margin: 0;
    padding: 0;
}
.table_btn ul li {
    list-style-type: none;
}
.table_btn ul li .btn{
    display: block;
    border-radius: 0px;
    padding: 12px 12px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    position: relative;
    margin: 0px auto 18px;
    text-align: center;
    font-weight: bold;
    text-indent: 0em;
    border-radius: 10px;
}
@media screen and (max-width: 550px) {
    .table_btn ul li .btn{
        font-size: 14px;
        padding: 10px;
    }
}
.btn-official {
    background: #68a843;
    color: #fff;
}
.btn-amazon {
    background: #d76c15;
    color: #fff;
}

/* img
-------------------------------------*/
.add_add_img-cover {
    position: absolute;
    width: 100%;
    text-align: center;
}
.add_main_img-contain {
    background-image: url(../img/kv02.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative; 
}
.add_main_img-contain .kv-p01{
    position: absolute;
    top: 8%;
    left: 26%;
    padding: 60px 20px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    text-align: center;
    font-weight: bold;
    color: #475e94;
}

@media screen and (max-width: 1400px) { 
    .add_main_img-contain .kv-p01{
        left: 20%;
    }
}
@media screen and (max-width: 1200px) { 
    .add_main_img-contain .kv-p01{
        left: 16%;
    }
}
@media screen and (max-width: 1000px) { 
    .add_main_img-contain .kv-p01{
        left: 13%;
    }
}
@media screen and (max-width: 800px) { 
    .add_main_img-contain .kv-p01{
        left: 6%;
    }
}
@media screen and (max-width: 550px) {
    .add_main_img-contain .kv-p01{
    position: absolute;
    top: 5%;
    left: 4%;
    padding: 10px;
    width: 180px;
    border-radius: 15px;
    background: rgba(255,255,255,0.5);
    font-size: 11px;
    height: auto;
    }
    .add_main_img-contain .kv-p01 br{
        display: none;
    }
}
.add_mainimg {
    background-image: url(../img/kv.png);
    min-height: 15rem;
    position: relative;
}
@media screen and (max-width: 800px) { 
.add_mainimg {
    background-image: url(../img/kv.png);
    }
}
@media screen and (min-width: 481px) and (max-width:1024px){
    .add_mainimg {
        height: 32rem;
    }
}
@media screen and (min-width: 1025px) {
    .add_mainimg {
        height: 36rem;
    }
}
@media screen and (max-width:480px){   
    .add_img-bg {
        min-height: 16rem;
    }
}
@media screen and (min-width: 481px) and (max-width:960px){   
    .add_img-bg {
        min-height: 22rem;
    }
}
@media screen and (min-width: 961px) and (max-width:1440px){   
    .add_img-bg {
        min-height: 24rem;
    }
}
@media screen and (min-width: 1441px) and (max-width:1600px){   
    .add_img-bg {
        min-height: 28rem;
    }
}
@media screen and (min-width: 1601px) and (max-width:1920px){   
    .add_img-bg {
        min-height: 32rem;
    }
}
@media screen and (min-width: 1921px) {   
    .add_img-bg {
        min-height: 36rem;
    }
}
.add_logo_img{max-width: 200px;width: 100%;}

.add_mx-minus15px{
	margin: 0 -15px;
}
@media screen and (min-width: 581px) {
    .add_mx-sm-minus3rem{
       margin: 0 -3rem;
   }
}
@media screen and (min-width:767px){
    .add_o-position-sticky{
      position: fixed;
      top: 40vh;
  }
}
.add_spec dd{
    background-color: #fafafa;
}
.add_headlines{
    border-bottom-width: thick;
    border-bottom: solid;
    border-bottom-color: #475e94;
    color: #475e94;
}
.add_highlight{
    background: linear-gradient(transparent 60%, yellow 60%);
}
.add_position-sticky{
    /* position: -webkit-sticky; */
    /* position: sticky; */
    top: 0;
}

ul.point-box {
    background: #fff;
    padding: 20px 20px 20px 40px;
    margin-bottom: 30px;
    text-align: left;
    border: 4px solid #eedbde;
    border-radius: 10px;
    font-size: 18px;
    font-weight: normal;
}
@media screen and (max-width:750px){
    ul.point-box {
        padding: 10px 20px 10px 30px;
    }
}
ul.point-box02 {
    background: #fff;
    padding: 20px 20px 20px 40px;
    margin-bottom: 30px;
    border: 4px solid #eedbde;
    border-radius: 10px;
    font-size: 18px;
}
ul.point-box02 li {
    list-style: none;
}
@media screen and (max-width:750px){
    ul.point-box02 {
        padding: 10px 20px 10px 30px;
    }
}
ul.check-box {
    background: #fff;
    padding: 20px 30px;
    margin-bottom: 30px;
    text-align: left;
    border: 4px solid #d6d9df;
    border-radius: 10px;
}
ul.check-box li{
    list-style: none;
}
ul.check-box li i.check{
    padding-right: 0.5em;
}
@media screen and (max-width: 750px) {
    .check-box {
        padding: 20px;
    }
}
ul.check-box li{
    margin-bottom: 0;
}

.mokuzi-list {
    background: #fcfce6;
    padding: 20px 30px;
    margin-bottom: 30px;
    border: 4px solid #eaeab8;
    border-radius: 10px;
    text-align: left;
}
@media screen and (max-width: 750px) {
    .mokuzi-list {
        padding: 20px;
    }
}
.mokuzi-list ul {
margin:0;
padding:0;
}
.mokuzi-list ul li {
margin:0;
padding:0;
list-style-type: none;
}
.mokuzi-list ul li:before {
display:inline-block;
content:"▶";
}
.mokuzi-list ul li.no-line:before {
content: none;
}
.mokuzi-list ul li.no-line {
padding-left: 1em;
}
.mokuzi-list ul li a {
margin-left:5px;
display:inline;
color:#333333;
}

/* スペック */
.spec-box {
    padding: 20px 30px 10px;
    border: 4px solid #eee;
    margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
    .spec-box {
        padding: 20px 20px 0;
    }
}
.spec {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.spec tr {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.spec tr {
    border-bottom: 1px solid #bababa;
    border-top: 1px solid #bababa;
}
.spec th,
.spec td {
    margin: 0;
    padding: 12px 2%;
    text-align: left;
}
.spec th {
    width: 20%;
    background-color: #eee;
    font-size: 14px;
}
.spec td {
    height: auto;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    margin: 0;
}


/* 吹き出し */
left-side,
.right-side {
    width: 100%;
    margin: 20px 0;
    overflow: hidden;
}
.icon img {
    width: 70px;
    height: 70px;
    border: solid 1px #ccc;
    border-radius: 50%;
}
.bubble-content {
    margin: 60px 0;
}
@media screen and (max-width:750px){
    .bubble-content {
        margin: 28px 0;
    }
}
.bubble {
    max-width: 70%;
    padding: 20px;
    border-radius: 10px;
    display: inline-block;
    background: #fff;
    position: relative;
}
@media screen and (max-width:750px){
    .bubble {
        max-width: 65%;
        padding: 15px;
    }
}
.bubble::before{
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    position: absolute;
}
.left-side .icon {
    float: left;
    margin-left: 10px;
}
.left-side .bubble{
    margin: 0 0 0 -45px;
    font-size: 16px;
    text-align: left;
}
@media screen and (max-width:750px){
    .left-side .bubble{
        margin: 0;
    }
}
.left-side .bubble::before{
    top: 15px;
    left: -20px;
    border-right-color: #fff;
}
.right-side .icon {
    float: right;
    margin-right: 10px;
}
@media screen and (max-width:750px){
    .right-side .icon {
        margin-left: 30px;
    }
}
.right-side .bubble{
    float: right;
    margin: 10px 20px 0 0;
    text-align: left;
}
@media screen and (max-width:750px){
    .right-side .bubble{
        margin: 0;
    }
}
.right-side .bubble::before{
    top: 15px;
    right: -20px;
    border-left-color: #fff;
}





/* 比較表 */
@media screen and (max-width: 750px) {
    .scroll-table {
        position: relative;
        display: block;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .scroll-table img{
    }
}
.scroll-table .hikaku-table {
    border-collapse: collapse;
    width: 100%;
}
.scroll-table .hikaku-table a{
    color: #212529;
    text-decoration: none;
}
table {
    margin-bottom: 25px;
    width: 100%;
}
.scroll-table .hikaku-table tr {
    position: relative;
}
.scroll-table .hikaku-table thead th {
    width: 20%;
    line-height: 1.4;
    position: relative;
    text-align: center;
    font-size: 16px;
    padding: 15px;
    border: 5px solid #eee;
    background: #fff;
    vertical-align: middle;
}
.scroll-table .hikaku-table thead th.item-img{
    vertical-align: top;
}
.scroll-table .hikaku-table thead th img{
    margin: 0 auto 10px;
    vertical-align: top;
}
.scroll-table .hikaku-table td {
    border: 5px solid #eee;
    padding: 15px;
    vertical-align: top;
    font-size: 13px;
    background: #fff;
}
.scroll-table .hikaku-table td.unit {
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
}
.scroll-table .hikaku-table td.blue {
    color: #4672c2;
    font-weight: bold;
}
.scroll-table .hikaku-table td.red {
    color: #f64647;
    font-weight: bold;
}
.scroll-table .hikaku-table td.circle {
    background-image: url(../img/circle.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    background-size: 45px 45px;
}
.scroll-table .hikaku-table td.point {
    background: #fcfce6;
    border: 5px solid #eee;
    vertical-align: middle;
    font-weight: bold;
}
@media screen and (max-width: 750px) {
    .scroll-table .hikaku-table td {
        font-size: 12px;
    }
    .scroll-table .hikaku-table td h5 {
        font-size: 12px;
    }
}
.company-tbl{
    width: 100%;
}
.company-tbl th{
    width: 25%;
    padding: 4% 4% 4% 0;
}

.insta-area iframe{
    margin: 0 auto !important;
}

.insta-area .att {
text-align: right;
    margin-top: -23px;
    font-size: 90%;
}


.accordion {
margin-bottom: 30px;
    background: #FFFFFF;
    padding-bottom: 30px;
}
.accordion img {
margin: 0 auto;
}
.accordion .readmore {
display:none;
}
.accordion .readmore-label {
display:inline-block;
margin:0 auto;
    padding: 8px 115px;
    background-color: #d48f00;
    border-radius: 5px;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}
.accordion .readmore-label:hover {
opacity:0.8;
}
.accordion .readmore-label:before{
    content: '口コミをもっと見る';
}
.accordion .readmore-label:after{
    color: #fff;
    content: '↓';
    padding-left: 5px;
}
.accordion .readmore.open {
display:block;
}
.accordion .readmore-label.selected:before{
	content: '閉じる';
}
.accordion .readmore-label.selected:after{
	color: #fff;
	content: '↑';
	padding-left: 5px;
}


/* コンテンツエリア #ads2
-------------------------------------*/
main#ads2 h1{
    text-align: center;
}
main#ads2 h1 span{
    display: block;
    font-size: 80%;
}
main#ads2 h3{
    font-size: 18px;
    margin: auto;
    border: none;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    font-weight: normal;
}
main#ads2 section .text p{
    text-align: center;
}
main#ads2 section .image p{
    text-align: right;
    font-size: 14px;
    margin-bottom: 0;
}
main#ads2 .main-image{
    background-image: url(../img/kv02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
main#ads2 .main-image img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 880px;
    width: 100%;
}
main#ads2 section{
    max-width: 880px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 2%;
}
main#ads2 section .image{
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
main#ads2 section .float-wrap::after{
    content: "";
    display: block;
    clear: both;
}
main#ads2 section .flex-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
main#ads2 section .flex-wrap.image.col-33 img{
    display: block;
    width: 31.333%;
    margin: 1%;
}
main#ads2 section .flex-wrap.image.col-50 img{
    display: block;
    width: 48%;
    margin: 1%;
}
main#ads2 section .list-wrap{
    background-color: #ffffff;
    border-radius: 10px;
    border: 4px solid #eedbde;
    box-sizing: border-box;
    padding: 20px 50px;
}
main#ads2 section .list-wrap ul{
    margin-bottom: 0;
    padding: 0;
    font-size: 18px;
}
main#ads2 section .check-list{
    background-color: #ffffff;
    border-radius: 10px;
    border: 4px solid #eedbde;
    box-sizing: border-box;
    padding: 20px 35px;
}
main#ads2 section .check-list ul{
    font-size: 18px;
    line-height: 1.8;
    list-style-type: none;
    margin-bottom: 0;
    padding: 0;
} 
main#ads2 section .check-list ul li+li {
    margin-top: 5px;
}  
main#ads2 section .check-list ul li {
    position: relative;
    padding-left: 25px;
} 
main#ads2 section .check-list ul li:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 7px;
    top: 0.7em;
    left: 6px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    border-right: 2px solid #9c9c9c;
    border-bottom: 2px solid #9c9c9c;
}
main#ads2 section .check-list ul li:after {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #9c9c9c;
    border-radius: 2px;
}
main#ads2 section .cta-wrap a{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
main#ads2 section .cta-wrap img{
    display: block;
}
main#ads2 section .cta-wrap p{
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
}
main#ads2 section .w50{
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
main#ads2 section .accordion .readmore-label{
    display: block;
    max-width: max-content;
}
main#ads2 section .review.float-wrap .image{
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 2%;
}
main#ads2 section .review.float-wrap .text p{
    margin-bottom: 0;
    text-align: justify;
}
main#ads2 section .review.float-wrap .text {
    position: relative;
    display: block;
    padding: 2%;
    min-width: 120px;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #555;
    box-sizing: border-box;
    width: 75%;
    float: right;
    border-radius: 15px;
}
  
main#ads2 section .review.float-wrap .text:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
}
  
main#ads2 section .review.float-wrap .text:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #555;
    z-index: 1;
}
/*@media screen and (max-width: 480px) {*/
@media screen and (max-width: 750px) {
    main#ads2 .pr-wrap{
        margin-top: 20px;
    }
    main#ads2 section {
        padding: 5%;
    }
    main#ads2 section .image {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    main#ads2 section .cta-wrap a {
        width: 100%;
    }
    main#ads2 h1 span {
        margin-bottom: 5px;
        margin-top: 5px;
    }
    main#ads2 h3{
        font-size: 16px;
    }
    main#ads2 section .text{
        margin-top: 25px;
        margin-bottom: 25px;
    }
    main#ads2 section .list-wrap{
        padding: 10px 20px 10px 30px;
    }
    main#ads2 section .flex-wrap.image.col-33 img{
        display: block;
        width: 98%;
        margin: 1%;
        margin-top: 15px;
    }
    main#ads2 section .flex-wrap.image.col-50 img{
        display: block;
        width: 98%;
        margin: 1%;
    }
    main#ads2 section .review.float-wrap .image{
        width: 50%;
        float: none;
        box-sizing: border-box;
        padding: 2%;
    }
    main#ads2 section .review.float-wrap .text {
        float: none;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        padding: 4%;
    }
    main#ads2 section .review.float-wrap .text:before {
        content: "";
        position: absolute;
        top: -12px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-bottom: 12px solid #FFF;
        z-index: 2;
    } 
    main#ads2 section .review.float-wrap .text:after {
        content: "";
        position: absolute;
        top: -16px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-bottom: 14px solid #555;
        z-index: 1;
    }
    body.logi2 main#ads2 h1{
        text-align: center;
    }
    body.logi2 main#ads2 section .text p{
        text-align: left;
    }
}
@media screen and (max-width: 480px) {
    body.logi2 main#ads2 h1 .sub{
        font-size: 4vw;
    }
}

.inline-block{
    display: inline-block;
}
main#ads2 h1 span.inline-block{
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    font-size: inherit;
}

.btn{
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 100%;
    width: max-content;
    box-sizing: border-box;
    padding: 8px 115px;
    background-color: #d48f00;
    border-radius: 5px;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 55px 
}
.btn:hover{
    color: #ffffff;
    opacity: 0.8;
}
.btn.kuchikomi-btn:before{
    content: "実際の口コミを読む";
}
.btn.kuchikomi-btn.active:before{
    content: "閉じる";
}
.accordion-wrap{
    display: none;
}
.accordion-wrap.active{
    display: block;
}

@media screen and (max-width: 750px) {
    .btn{
        width: 90%;
        padding: 5%;
    }
}


body.ig section {
    max-width: 880px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 2%;
}
body.ig section .float-wrap::after{
    content: "";
    display: block;
    clear: both;
}
body.ig section .flex-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
body.ig section .flex-wrap.image.col-33 img{
    display: block;
    width: 31.333%;
    margin: 1%;
}
body.ig section .flex-wrap.image.col-50 img{
    display: block;
    width: 48%;
    margin: 1%;
}
body.ig section .list-wrap{
    background-color: #ffffff;
    border-radius: 10px;
    border: 4px solid #eedbde;
    box-sizing: border-box;
    padding: 20px 50px;
}
body.ig section .list-wrap ul{
    margin-bottom: 0;
    padding: 0;
    font-size: 18px;
}
body.ig section .check-list{
    background-color: #ffffff;
    border-radius: 10px;
    border: 4px solid #eedbde;
    box-sizing: border-box;
    padding: 20px 35px;
}
body.ig section .check-list ul{
    font-size: 18px;
    line-height: 1.8;
    list-style-type: none;
    margin-bottom: 0;
    padding: 0;
} 
body.ig section .check-list ul li+li {
    margin-top: 5px;
}  
body.ig section .check-list ul li {
    position: relative;
    padding-left: 25px;
} 
body.ig section .check-list ul li:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 7px;
    top: 0.7em;
    left: 6px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    border-right: 2px solid #9c9c9c;
    border-bottom: 2px solid #9c9c9c;
}
body.ig section .check-list ul li:after {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #9c9c9c;
    border-radius: 2px;
}
body.ig section .cta-wrap a{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
body.ig section .cta-wrap img{
    display: block;
}
body.ig section .cta-wrap p{
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
}
body.ig section .w50{
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
body.ig section .accordion .readmore-label{
    display: block;
    max-width: max-content;
}
body.ig section .review.float-wrap .image{
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 2%;
}
body.ig section .review.float-wrap .text p{
    margin-bottom: 0;
    text-align: justify;
}
body.ig section .review.float-wrap .text {
    position: relative;
    display: block;
    padding: 2%;
    min-width: 120px;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #555;
    box-sizing: border-box;
    width: 75%;
    float: right;
    border-radius: 15px;
}
  
body.ig section .review.float-wrap .text:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
}
  
body.ig section .review.float-wrap .text:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #555;
    z-index: 1;
}
/*@media screen and (max-width: 480px) {*/
@media screen and (max-width: 750px) {
    body.ig .pr-wrap{
        margin-top: 20px;
    }
    body.ig section {
        padding: 5%;
    }
    body.ig section .image {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    body.ig section .cta-wrap a {
        width: 100%;
    }
    body.ig h1 span {
        margin-bottom: 5px;
        margin-top: 5px;
    }
    body.ig h3{
        font-size: 16px;
    }
    body.ig section .text{
        margin-top: 25px;
        margin-bottom: 25px;
    }
    body.ig section .list-wrap{
        padding: 10px 20px 10px 30px;
    }
    body.ig section .flex-wrap.image.col-33 img{
        display: block;
        width: 98%;
        margin: 1%;
        margin-top: 15px;
    }
    body.ig section .flex-wrap.image.col-50 img{
        display: block;
        width: 98%;
        margin: 1%;
    }
    body.ig section .review.float-wrap .image{
        width: 50%;
        float: none;
        box-sizing: border-box;
        padding: 2%;
    }
    body.ig section .review.float-wrap .text {
        float: none;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        padding: 4%;
    }
    body.ig section .review.float-wrap .text:before {
        content: "";
        position: absolute;
        top: -12px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-bottom: 12px solid #FFF;
        z-index: 2;
    } 
    body.ig section .review.float-wrap .text:after {
        content: "";
        position: absolute;
        top: -16px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-bottom: 14px solid #555;
        z-index: 1;
    }
}
body.yda section {
    max-width: 880px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 2%;
}
body.yda section .float-wrap::after{
    content: "";
    display: block;
    clear: both;
}
body.yda section .flex-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
body.yda section .flex-wrap.image.col-33 img{
    display: block;
    width: 31.333%;
    margin: 1%;
}
body.yda section .flex-wrap.image.col-50 img{
    display: block;
    width: 48%;
    margin: 1%;
}
body.yda section .list-wrap{
    background-color: #ffffff;
    border-radius: 10px;
    border: 4px solid #eedbde;
    box-sizing: border-box;
    padding: 20px 50px;
}
body.yda section .list-wrap ul{
    margin-bottom: 0;
    padding: 0;
    font-size: 18px;
}
body.yda section .check-list{
    background-color: #ffffff;
    border-radius: 10px;
    border: 4px solid #eedbde;
    box-sizing: border-box;
    padding: 20px 35px;
}
body.yda section .check-list ul{
    font-size: 18px;
    line-height: 1.8;
    list-style-type: none;
    margin-bottom: 0;
    padding: 0;
} 
body.yda section .check-list ul li+li {
    margin-top: 5px;
}  
body.yda section .check-list ul li {
    position: relative;
    padding-left: 25px;
} 
body.yda section .check-list ul li:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 7px;
    top: 0.7em;
    left: 6px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    border-right: 2px solid #9c9c9c;
    border-bottom: 2px solid #9c9c9c;
}
body.yda section .check-list ul li:after {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #9c9c9c;
    border-radius: 2px;
}
body.yda section .cta-wrap a{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
body.yda section .cta-wrap img{
    display: block;
}
body.yda section .cta-wrap p{
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
}
body.yda section .w50{
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
body.yda section .accordion .readmore-label{
    display: block;
    max-width: max-content;
}
body.yda section .review.float-wrap .image{
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 2%;
}
body.yda section .review.float-wrap .text p{
    margin-bottom: 0;
    text-align: justify;
}
body.yda section .review.float-wrap .text {
    position: relative;
    display: block;
    padding: 2%;
    min-width: 120px;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #555;
    box-sizing: border-box;
    width: 75%;
    float: right;
    border-radius: 15px;
}
  
body.yda section .review.float-wrap .text:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
}
  
body.yda section .review.float-wrap .text:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #555;
    z-index: 1;
}
/*@media screen and (max-width: 480px) {*/
@media screen and (max-width: 750px) {
    body.yda .pr-wrap{
        margin-top: 20px;
    }
    body.yda section {
        padding: 5%;
    }
    body.yda section .image {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    body.yda section .cta-wrap a {
        width: 100%;
    }
    body.yda h1 span {
        margin-bottom: 5px;
        margin-top: 5px;
    }
    body.yda h3{
        font-size: 16px;
    }
    body.yda section .text{
        margin-top: 25px;
        margin-bottom: 25px;
    }
    body.yda section .list-wrap{
        padding: 10px 20px 10px 30px;
    }
    body.yda section .flex-wrap.image.col-33 img{
        display: block;
        width: 98%;
        margin: 1%;
        margin-top: 15px;
    }
    body.yda section .flex-wrap.image.col-50 img{
        display: block;
        width: 98%;
        margin: 1%;
    }
    body.yda section .review.float-wrap .image{
        width: 50%;
        float: none;
        box-sizing: border-box;
        padding: 2%;
    }
    body.yda section .review.float-wrap .text {
        float: none;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        padding: 4%;
    }
    body.yda section .review.float-wrap .text:before {
        content: "";
        position: absolute;
        top: -12px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-bottom: 12px solid #FFF;
        z-index: 2;
    } 
    body.yda section .review.float-wrap .text:after {
        content: "";
        position: absolute;
        top: -16px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-bottom: 14px solid #555;
        z-index: 1;
    }
}
body.line section {
    max-width: 880px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 2%;
}
body.line section .float-wrap::after{
    content: "";
    display: block;
    clear: both;
}
body.line section .flex-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
body.line section .flex-wrap.image.col-33 img{
    display: block;
    width: 31.333%;
    margin: 1%;
}
body.line section .flex-wrap.image.col-50 img{
    display: block;
    width: 48%;
    margin: 1%;
}
body.line section .list-wrap{
    background-color: #ffffff;
    border-radius: 10px;
    border: 4px solid #eedbde;
    box-sizing: border-box;
    padding: 20px 50px;
}
body.line section .list-wrap ul{
    margin-bottom: 0;
    padding: 0;
    font-size: 18px;
}
body.line section .check-list{
    background-color: #ffffff;
    border-radius: 10px;
    border: 4px solid #eedbde;
    box-sizing: border-box;
    padding: 20px 35px;
}
body.line section .check-list ul{
    font-size: 18px;
    line-height: 1.8;
    list-style-type: none;
    margin-bottom: 0;
    padding: 0;
} 
body.line section .check-list ul li+li {
    margin-top: 5px;
}  
body.line section .check-list ul li {
    position: relative;
    padding-left: 25px;
} 
body.line section .check-list ul li:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 7px;
    top: 0.7em;
    left: 6px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    border-right: 2px solid #9c9c9c;
    border-bottom: 2px solid #9c9c9c;
}
body.line section .check-list ul li:after {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #9c9c9c;
    border-radius: 2px;
}
body.line section .cta-wrap a{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
body.line section .cta-wrap img{
    display: block;
}
body.line section .cta-wrap p{
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
}
body.line section .w50{
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
body.line section .accordion .readmore-label{
    display: block;
    max-width: max-content;
}
body.line section .review.float-wrap .image{
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 2%;
}
body.line section .review.float-wrap .text p{
    margin-bottom: 0;
    text-align: justify;
}
body.line section .review.float-wrap .text {
    position: relative;
    display: block;
    padding: 2%;
    min-width: 120px;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #555;
    box-sizing: border-box;
    width: 75%;
    float: right;
    border-radius: 15px;
}
  
body.line section .review.float-wrap .text:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
}
  
body.line section .review.float-wrap .text:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #555;
    z-index: 1;
}
/*@media screen and (max-width: 480px) {*/
@media screen and (max-width: 750px) {
    body.line .pr-wrap{
        margin-top: 20px;
    }
    body.line section {
        padding: 5%;
    }
    body.line section .image {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    body.line section .cta-wrap a {
        width: 100%;
    }
    body.line h1 span {
        margin-bottom: 5px;
        margin-top: 5px;
    }
    body.line h3{
        font-size: 16px;
    }
    body.line section .text{
        margin-top: 25px;
        margin-bottom: 25px;
    }
    body.line section .list-wrap{
        padding: 10px 20px 10px 30px;
    }
    body.line section .flex-wrap.image.col-33 img{
        display: block;
        width: 98%;
        margin: 1%;
        margin-top: 15px;
    }
    body.line section .flex-wrap.image.col-50 img{
        display: block;
        width: 98%;
        margin: 1%;
    }
    body.line section .review.float-wrap .image{
        width: 50%;
        float: none;
        box-sizing: border-box;
        padding: 2%;
    }
    body.line section .review.float-wrap .text {
        float: none;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        padding: 4%;
    }
    body.line section .review.float-wrap .text:before {
        content: "";
        position: absolute;
        top: -12px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-bottom: 12px solid #FFF;
        z-index: 2;
    } 
    body.line section .review.float-wrap .text:after {
        content: "";
        position: absolute;
        top: -16px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-bottom: 14px solid #555;
        z-index: 1;
    }
}

.floating-wrap.fixed{
    bottom: 20px;
}

.floating-wrap{
    position: fixed;
    bottom: -200px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    z-index: 999;
    width: max-content;
    transition: all 0.8s;
}

.floating-wrap a{
    display: block;
    position: relative;
}

.floating-wrap a:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 80%;
    top: 20%;
    left: 0;
    border-radius: 15px;
    background: #ffaaae;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation: auraBtn 2s ease-out infinite;
    animation: auraBtn 2s ease-out infinite;
    z-index: 0;
}
.floating-wrap a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 80%;
    top: 20%;
    left: 0;
    border-radius: 15px;
    background: #ffaaae;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation: auraBtn 2s ease-out 1s infinite;
    animation: auraBtn 2s ease-out 1s infinite;
    z-index: 0;
}
@keyframes auraBtn {

    /*アニメーション初期（0秒の時）*/
    0% {
      /*拡大率　（1=100％）*/
      -webkit-transform: scale(0.95);
      transform: scale(0.95);
      /*透明度（0=透明、1=不透明）*/
      opacity: 1
    }
  
    /*1.8秒時*/
    90% {
      /*透明度*/
      opacity: .1
    }
  
    /*アニメーション最後（2秒時）*/
    to {
      /*拡大率　1番目の値はX軸、2番目の値はY軸*/
      -webkit-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1);
      /*透明度*/
      opacity: 0
    }
  }

.floating-wrap img{
    image-rendering: -webkit-optimize-contrast;
    position: relative;
    z-index: 1;
    max-width: 750px;
    width: 100%;
}

body.ig footer,body.yda footer{
    margin-bottom: 175px;
}
@media screen and (max-width: 750px) {
    body.ig footer,body.yda footer{
        margin-bottom: 5rem;
    }
}

body.line footer,body.yda footer{
    margin-bottom: 175px;
}
@media screen and (max-width: 750px) {
    body.line footer,body.yda footer{
        margin-bottom: 5rem;
    }
}