:root{
    /* layout */
    --color-cat1: #ed8100;
    --color-cat2: #55c100;
    --color-cat3: #389ec3;
    --color-cat4: #c97bd3;
    --color-cat5: #ca6161;
    --color-cat6: #f3af01;
    --color-all: var(--color-blue);
    --ideal-bg:#f4f5ec;
}
/* category_01_002 category_02_002 category_03_005 */
.main-contnets-wrp {
    background-color: var(--ideal-bg);
    padding-bottom: 60px;
}
.kurashi-header{
    padding:30px 10px;
    background-color:rgba(255, 255, 255, .8);
}
.category_03_004 .cat-color,
.cat-color6{
    color: var(--color-cat6) !important;
    border-color: var(--color-cat6) !important;
}
.category_03_002 .cat-color,
.cat-color5{
    color: var(--color-cat5) !important;
    border-color: var(--color-cat5) !important;
}
.category_02_004 .cat-color,
.cat-color4{
    color: var(--color-cat4) !important;
    border-color: var(--color-cat4) !important;
}
.category_02_002 .cat-color,
.cat-color3{
    color: var(--color-cat3) !important;
    border-color: var(--color-cat3) !important;
}
.category_01_003 .cat-color,
.cat-color2{
    color: var(--color-cat2) !important;
    border-color: var(--color-cat2) !important;
}
.category_01_001 .cat-color,
.cat-color1{
    color: var(--color-cat1) !important;
    border-color: var(--color-cat1) !important;
}
.cat-all{
    color: var(--color-all) !important;
    border-color: var(--color-all) !important;
}
.navi-btn-wrp.category_03_004 .title,
.navi-btn-wrp.category_03_004 .number,
.card-wrp.category_03_004 .title,
.card-wrp.category_03_004 .number {
    color: var(--color-cat6);
}
.navi-btn-wrp.category_03_002 .title,
.navi-btn-wrp.category_03_002 .number,
.card-wrp.category_03_002 .title,
.card-wrp.category_03_002 .number {
    color: var(--color-cat5);
}
.navi-btn-wrp.category_02_004 .title,
.navi-btn-wrp.category_02_004 .number,
.card-wrp.category_02_004 .title,
.card-wrp.category_02_004 .number {
    color: var(--color-cat4);
}
.navi-btn-wrp.category_02_002 .title,
.navi-btn-wrp.category_02_002 .number,
.card-wrp.category_02_002 .title,
.card-wrp.category_02_002 .number{
    color: var(--color-cat3);
}
.navi-btn-wrp.category_01_003 .title,
.navi-btn-wrp.category_01_003 .number,
.card-wrp.category_01_003 .title,
.card-wrp.category_01_003 .number {
    color: var(--color-cat2);
}
.navi-btn-wrp.category_01_001 .title,
.navi-btn-wrp.category_01_001 .number,
.card-wrp.category_01_001 .title,
.card-wrp.category_01_001 .number {
    color: var(--color-cat1);
}
.category_03_004.mycard .clip-icon .st0,
.category_03_004 .details-header .kurashi-title .st0,
.category_03_004 .details-clip .st2,
.category_03_004 .heart #heart-icon{
    fill:var(--color-cat6) !important;
}
.category_03_002.mycard .clip-icon .st0,
.category_03_002 .details-header .kurashi-title .st0,
.category_03_002 .details-clip .st2,
.category_03_002 .heart #heart-icon{
    fill:var(--color-cat5) !important;
}
.category_02_004.mycard .clip-icon .st0,
.category_02_004 .details-header .kurashi-title .st0,
.category_02_004 .details-clip .st2,
.category_02_004 .heart #heart-icon{
    fill:var(--color-cat4) !important;
}
.category_02_002.mycard .clip-icon .st0,
.category_02_002 .details-header .kurashi-title .st0,
.category_02_002 .details-clip .st2,
.category_02_002 .heart #heart-icon{
    fill:var(--color-cat3) !important;
}
.category_01_003.mycard .clip-icon .st0,
.category_01_003 .details-header .kurashi-title .st0,
.category_01_003 .details-clip .st2,
.category_01_003 .heart #heart-icon{
    fill:var(--color-cat2) !important;
}
.category_01_001.mycard .clip-icon .st0,
.category_01_001 .details-header .kurashi-title .st0,
.category_01_001 .details-clip .st2,
.category_01_001 .heart #heart-icon{
    fill:var(--color-cat1) !important;
}
.heart #heart-icon{
    fill:var(--color-blue);
}

.clip-point-get{
    margin: .5em 0;
    font-size:min(.9em, 3.2vw);
    font-weight: bold;
}
/* side navi */

.side-navi{
    position: fixed;
    top:30%;
    left:0;
    z-index:99;
    font-size:.8em;
    flex-direction: column;
    transform: translate(0,-50%);
    transition: all .3s;
    overflow: hidden;
}
@media screen and (max-width:767px){
    .side-navi{
        /* display: none; */
        top:50%;
        /* transform: translate(0,-100%); */
    }
}
.side-navi.off {
    transform: translate(-50%,-50%);
}
.side-navi.off:hover{
    transform: translate(0,-50%);
}

.sidebtn{
    width:76px;
    text-decoration: none;
    background-color:var(--color-cat1);
    margin-bottom:10px;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 50%;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    overflow: hidden;
}
.sidebtn-firststep{
    border-radius: 0 5px 5px 0;
    background-image: url(/ideal_life/img/icon-guide.svg);
}
.sidebtn-mynote{
    border-radius: 0 5px 5px 0;
    background-color:var(--color-all);
    background-image: url(/ideal_life/img/icon-heart.svg);
}
.sidebtn.sidebtn-title{
    width:64px;
    height:64px;
    margin:0 5px 10px;
    border:5px solid var(--color-blue);
    border-radius: 100%;
    background-color:#fff;
}
@media screen and (max-width:767px){
    .sidebtn{
        width:55px;
    }
    .sidebtn.sidebtn-title{
        width:50px;
        height:50px;
        margin:0 2px 10px;
    }
}
.sidebtn img{
    width:100%;
    vertical-align: top;
    transition: opacity .3s;
}
.side-navi.off img,
.side-navi.off .sidebtn-title{
    opacity:0;
}
.side-navi.off:hover .sidebtn-title,
.side-navi.off:hover img{
    opacity:1;
}

.main-img-wrp {
    position: relative;
    width: 100%;
    height: 440px;
}

@media screen and (max-width:767px){
    .main-img-wrp {
        position: relative;
        width: 100%;
        height: 440px;
        margin-top:30%;
    }
}

.main-img-wrp .main-img-slide {
    width: 100vw;
    height: 440px;
    overflow: hidden;
}

.main-img-wrp .main-img-slide .slideimg {
    display: inline-block;
    width: 33.333vw;
    height: 440px;
}
.main-img-wrp .main-img-slide .slideimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.title-wrp {
    text-align: center;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 330px;
    height: 330px;
    z-index: 10;
    color: var(--color-all);
    border:24px solid;
    border-radius: 100%;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    overflow: hidden;
    background-color:rgba(255,255,255,0.9);
    transform: translate(-50%,-50%);
    transition: color .3s;
}
@media screen and (max-width:767px){
    .title-wrp {
        width: 210px;
        height: 210px;
        border:20px solid;
        top:-20%;
        transform: translate(-50%, 0%);
    }
}
.details .tag-wrp{
    margin-bottom: 2em;
}
.card-wapper li .tag-wrp{
    display: block;
    margin-top: 1em;
    position: absolute;
    bottom:.5em;
    left:1em;
    z-index: 19;
}
.tag-wrp .tag{
    display: inline-block;
    color:#222;
    font-size: min(.7em,2.8vw);
    text-decoration: none;
    border:2px solid #ccc;
    padding:.25em .75em;
    border-radius: 3em;
    margin-right:.25em;
    margin-bottom:.5em;
    cursor: pointer;
    background-color:#fff;
}

.details .tag-wrp .tag{
    margin:.5em;
    cursor: default;
    padding:.5em 1em;
}
.mynote-hd-wrp{
    position: relative;
    height:auto;
    text-align: center;
}
.title-wrp.mynote-title-wrp {
    display: block;
    width: 130px;
    height: 130px;
    border:12px solid;
    position: static;
    transform: translate(0,0);
    margin:0;
}
.mynote-title{
    width:360px;
    padding:0 20px;
}
.mynote-lead{
    text-align: center;
    margin: 2em 0 3em;
    font-size:min(1em,3.6vw);
}
@media screen and (max-width:767px) {
    .mynote-title-wrp {
        width: 200px;
        height: 200px;
    }
    .mynote-title{
        width:280px;
        padding:0 20px;
    }
}
.mynote-note-wrp {
    width:100%;
    max-width:800px;
    margin:1em auto;
    text-align: center;
}
.mynote-note-wrp ul{
    display: inline-block;
    font-size:12px;
}
@media screen and (max-width:767px) {
    .mynote-note-wrp {
        text-align: left;
    }
}
.title-logo {
    width: 100%;
    margin: 0 auto;
}

.title-logo img {
    width:100%;
    height:100%;
    object-fit: contain;
}

.check-title img {
    width: 100%;
    height: auto;
}

.check-title {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 2em;
}
@media screen and (max-width:767px) {
    .check-title {
        width: 80vw;
        margin: 0 auto 3em;
    }
}
.check-title2{
    font-size:1.2em;
    margin-bottom: 1.5em;
    color:#ed8100;
}

.flex {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.category-navi {
    width: 100%;
    padding: 1em 0;
    margin-bottom: 1em;
}

.category-inner {
    /* max-width: 800px; */
    margin: 0 auto;
}

.category-inner .cat-link {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: min(.9em,3vw);
    font-weight: bold;
    padding: 0;
    width: 7em;
    height: 7em;
    border-radius: 100%;
    border: 8px solid;
    text-decoration: none;
    margin: .5em;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: -.05em;
    position: relative;
    overflow: hidden;
    transition: opacity .3s;
}
@media screen and (max-width:768px){
    .category-inner .cat-link {
        width: 6em;
        height: 6em;
        border-radius: 100%;
        border: 6px solid;
        
    }
}
.category-inner .cat-link::after{
    content: '';
    width:.5em;
    height:.5em;
    border-bottom:1px solid;
    border-right:1px solid;
    position: absolute;
    bottom:.75em;
    left:50%;
    transform: translateX(-50%) rotate(45deg);
}
.category-inner .cat-link:hover{
    opacity: .6;
}
.cat-label{
    font-size:1.1em;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
}

.myfav-contents-wrp{
    width:100%;
    max-width:1400px;
    min-height:400px;
    margin:0 auto;
    padding:40px 60px 0;
}
@media screen and (max-width:767px) {
    .myfav-contents-wrp{
        padding:30px 10px;
    }
}
.card-wapper {
    width:100%;
}
.card-wapper li{
    width: 32%;
    margin-bottom: 2%;
    position: relative;
}
.card-wapper::after{
    content: '';
    width: 32%;
    height:0;
    display: block;
}

.card-wrp {
    width:100%;
    height: 300px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    border-radius: 16px;
    border:1px solid #ddd;
    font-family: sans-serif;
    cursor: pointer;

    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

@media screen and (max-width:1360px) {
    .card-wapper {
        max-width: 900px;
        margin: 0 auto;
    }
    
    .card-wapper li{
        width: 48%;
        height: 300px;
    }
    
}
@media screen and (max-width:767px) {
    .card-wapper li{
        width: 100%;
        height: 300px;
    }
}


.card-wrp .img-box {
    width: 62%;
    overflow: hidden;
    order:0;
    position: relative;
}
.card-wrp .img-box img{
    transition: all .3s ease;
}

.card-wrp:hover .img-box img{
    transform: scale(1.05);
}
.card-wrp .text-box {
    width:38%;
    padding:1em;
    order:1;
}

.card-wrp .text-box {
    background-color: #fff;
}

.card-wrp .text-box .meta-wrp {
    width: 100%;
    margin: 0;
    padding: 0;
}


.number {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 2.5em;
    line-height:1;
    font-weight: bold;
    color:var(--color-blue);
}
.number .sharp{
    font-size:.8em;
}
.card-wrp .number {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.5em;
    line-height:1;
    font-weight: bold;
}

.card-wrp .title {
    font-size: min(1em, 3.6vw);
    font-weight: bold;
    display: block;
    color:var(--color-blue);
    margin-top:.5em;
}
.card-wrp .title br{
    display: none;
}

.fav{
    position: absolute;
    bottom: 10px;
    right: 15px;
    text-align: center;
}
.fav.myfav > *,
.myfav .fav{
    opacity:.5;
}
.details-fav-wrp .fav.myfav{
    cursor: default;
    pointer-events: none;
}
.details-fav-wrp .fav.myfav .clip .done{
    display: inline-block;
}
.details-fav-wrp .fav .clip .done{
    display: none;
}
.details-fav-wrp .fav .clip .yet{
    display: inline-block;
}
.details-fav-wrp .fav.myfav .clip .yet{
    display: none;
}
.details-fav-wrp .clip-done{
    display: none;
    position: absolute;
    top:10px;
    right:175px;
    width:165px;
    color:var(--color-blue);
    border:2px solid;
    background-color:#fff;
    border-radius: 5px;
    text-align: center;
    font-size:min(.8em,2.5vw);
    font-weight: bold;
    padding:1em;
    z-index: 4;
}
.details-fav-wrp .clip-done a{
    text-decoration: none;
    display: block;
    margin-top: .5em;
    font-size:.8em;
    line-height:1.3;
    padding:.3em;
    color:#fff;
    border-radius: 3em;
    background-color:#0075c1;
}
@media screen and (max-width:767px){
    .details-fav-wrp .clip-done{
        right:23%;
        width:120px;
    }
}
.clip-done:after, .clip-done:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.clip-done:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 10px;
	margin-top: -10px;
}
.clip-done:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: var(--color-blue);
	border-width: 13px;
	margin-top: -13px;
}

.heart {
    width:36px;
    height:36px;
}
.heart svg{
    width:100%;
    height:auto;
}
.myfav .heart{
    margin-bottom: .5em;
}

.card-wrp .illust {
    position: absolute;
    bottom: 0;
    height: 35%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.card-wrp .illust img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* .card-wrp .back.img-box{
    opacity:1;
    transition: opacity .3s;
} */

.card-wrp .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* details page */

.kurashi-details{
    padding:40px 0 60px;
    background-color: var(--ideal-bg);
}
@media screen and (max-width:767px){
    .kurashi-details{
        padding:0 0 60px;
    }
}
.details-wrp{
    width:100%;
    max-width:1200px;
    margin: 0 auto;
    padding:0 0 2em;
    border-radius: 10px;
    background-color:rgba(255, 255, 255,.8);
    position: relative;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}
@media screen and (max-width:767px){
    .details-wrp{
        padding:0 0 1em;
        border-radius: 0;
    }
}
.details{
    position: relative;
}
/* fav */

.details-fav-wrp {
    position: sticky;
    top:0;
    z-index: 3;
}

.details-fav-wrp .fav{
    position: absolute;
    top:-5px;
    right:30px;
    width:min(128px,17vw);
    height:min(128px,17vw);
    color:var(--color-blue);
    border:6px solid;
    text-align: center;
    background-color:#fff;
    cursor: pointer;
    border-radius: 5px;
}
@media screen and (max-width:767px) {
    .details-fav-wrp .fav{
        right:10px;
        border:4px solid;
    }
}
.details-fav-wrp .heart {
    width:40px;
    height:40px;
    margin:1.25em auto .5em;
}
@media screen and (max-width:767px) {
    .details-fav-wrp .heart {
        width:30px;
        height:30px;
        margin:.25em auto;
    }
}
.clip-icon{
    position: absolute;
    top:-14%;
    right:4%;
    z-index: 3;
    width:16%;
}
@media screen and (max-width:767px) {
    .clip-icon{
        top:-32%;
        width:18%;
    }
}
.clip-icon svg{
    width:100%;
}
.details-fav-wrp .clip{
    display: block;
    font-size:min(.7em,2.5vw);
    line-height:1.4;
    font-weight: bold;
    margin-bottom: .5em;
    padding:0;
}
@media screen and (max-width:767px) {
    .details-fav-wrp .clip{
        /* display: none; */
    }
}

.details-header {
    margin-bottom: 1em;
    text-align: center;
    padding: 30px 15px 0;
    position: relative;
}
.details-logo-wrp .title-logo{
    width:120px;
    height:120px;
    border:8px solid;
    border-radius: 100%;
    position: relative;
    margin:-100px auto 1em;
    background-color:#fff;
}
.details-header .kurashi-title{
    display: block;
    margin:0 auto;
    width:300px;
    height:33px;
}
.details-header .kurashi-title svg{
    width:100%;
    height:100%;
    object-fit: contain;
}
.details-header .kurashi-title .st0{
    fill:var(--color-blue);
}
.details-header .number{
    margin-top: -.4em;
}
.details-header .details-maintitle{
    font-size:min(1.8em, 5vw);
    letter-spacing: .05em;
    line-height: 1.4;
    margin: .25em 0 .5em;
    padding:0;
}
.details-img-wrp{
    width:100%;
    padding-bottom:60%;
    /* border-radius: 20px; */
    /* overflow: hidden; */
    position: relative;
    margin-bottom: 3em;
}
.details-img-wrp img{
    width:100%;
    height:100%;
    object-fit: cover;
    position: absolute;
    top:0;
    left:0;
}
.details-inner {
    width:100%;
    max-width:780px;
    margin:1em auto;
    padding:0 20px;
}

.details .details-title{
    font-size:min(1.3em, 4.8vw);
    line-height: 1.4;
    margin: 1em 0;
    color:var(--color-blue);
}
.details-inner .lead{
    font-size:min(1.1em, 3.5vw);
    line-height: 2;
    text-align: justify;
    margin: 1em 0 2em;
}
.details .img-wrp{
    width:47%;
}
.details .img-wrp .thumb{
    padding-bottom:100%;
    position: relative;
    margin-bottom: 1.5em;
    border-radius: 20px;
    overflow: hidden;
}
.details .img-wrp .thumb img{
    width:100%;
    height:100%;
    object-fit: cover;
    position: absolute;
    top:0;
    left:0;
}
.details .img-wrp .thumb img.right{
    object-position: center right;
}
.details .img-wrp .cap{
    font-size:min(.85em,3.2vw);
}

.details .photoat{
    font-size:min(.8em,3.2vw);
    margin-top: 3em;
}

.details .frame {
    border:1px solid #ccc;
    padding:1.5em 2em;
    margin:2em auto;
    background-color:#fff;
}
@media screen and (max-width:767px) {
    .details .frame {
        padding:1.5em;
    }
}
.details .frame .left-area{
    width:65%;
}
.details .frame .left-area h4{
    font-size:min(1.12em, 4vw);
    margin-bottom: 1em;
}
.details .frame .left-area p{
    font-size:min(.9em, 3.6vw);
    line-height:1.8em;
    text-align: justify;
}
.details .frame .right-area{
    width:32%;
}
@media screen and (max-width:767px) {
    .details .frame .left-area{
        width:100%;
    }
    .details .frame .right-area{
        width:60%;
        margin:1em auto;
    }
}
#ideal_life .btn-wrp.pagination a{
    border-radius: 3em;
    color: var(--color-blue);
    border:3px solid;
}
#ideal_life .btn-wrp.pagination a:hover{
    color:#fff;
    background-color:var(--color-blue);
    border:3px solid var(--color-blue);;
}

/* my page */
.note-inner{
    background-color:rgba(255,255,255,.6);
    padding:20px;
    max-width:1400px;
    margin:80px auto 40px;
    border-radius: 10px;
}
.mynote-main-img-wrp{
    text-align: center;
    padding:4em 1em;
}
.mynote-btn{
    color:var(--color-blue);
    border:4px solid;
    background-color:#fff;
    padding:.5em 4em;
    font-size:min(.9em, 3.3vw);
    font-weight: bold;
}
.mynote-btn .heart{
    position: absolute;
    display: block;
    width:25px;
    height:25px;
    transform: translateY(5px);
    top:50%;
    left:1em;
    transform: translateY(-50%);
}

.del {
    width: 1.25em;
    height: 1.25em;
    
    position: absolute;
    bottom:10px;
    right:10px;
    z-index: 99;
    cursor: pointer;
    pointer-events: auto;
}

.del::before,
.del::after {
    content: "";
    display: block;
    width: 80%;
    height: 8%;
    background-color: #0075c1;
    position: absolute;
    left: 10%;
    top: 46%;
    transform: rotate(45deg);
    transform-origin: center;
}

.del::after {
    transform: rotate(-45deg);
}

.mycard{
    position: relative;
}
.mycard .clip-icon{
    top:-8px;
    right:auto;
    left:0;
    width:16%;
}
/* footer navi */
.pagination-wrp{
    margin:3em auto;
    width:100%;
    max-width:800px;
}
.navi-btn-wrp {
    width:310px;
    border:1px solid #ccc;
    background-color: #fff;
    text-decoration: none;
    margin:0 10px 15px;
    border-radius: 5px;
    overflow: hidden;
}
.navi-btn-wrp .imgbox{
    width:100px;
}
.navi-btn-wrp .imgbox img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.navi-btn-wrp .txtbox{
    width:200px;
    margin:0;
    padding:10px;
    font-size:min(.75em,3vw);
    font-weight: bold;
    line-height:1.5;
}
.navi-btn-wrp .number{
    font-size:1.8em;
}
.navi-btn-wrp .title{
    color:var(--color-blue);
}
.navi-btn-wrp .txtbox br{
    display: none;
}

/* float message */
.floatBox{
    display: none;
    position: absolute;
    top:-4em;
    left:-130px;
    width:130px;
    height:auto;
    padding:1em;
    background-color:#fff;
    z-index: 3;
    font-size:min(.75em,3vw);
    color:#222;
    border-radius: 5px;
    border:1px solid #ccc;
}
.float:hover .floatBox{
    display: block;
}
.step-bg{
    display: none;
    width:100%;
    height:100vh;
    background-color:rgba(255, 255, 255, .96);
    position: fixed;
    top:0;
    left:0;
    z-index: 998;
}
.step-info{
    display: none;
    width:100%;
    max-width:760px;
    height:94vh;
    background-color:rgba(255, 255, 255, 1);
    position: fixed;
    top:3vh;
    left:50%;
    transform: translateX(-50%);
    z-index: 999;
    border:6px solid var(--color-cat1);
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0, .3);
    overflow-y: auto;
}
@media screen and (max-width:767px) {
    .step-info{
        width:90%;
    }
}
.m-windowfixed{
    width:100%;
    height:100vh;
    overflow: hidden;
}
/* guide */
.ideal_guide{
    width:100%;
    min-height:600px;
    padding:40px;
    position: relative;
    margin:0 auto;
}
.ideal_guide .guide-slide{
    display: block;
    width:500px;
    height:600px;
    margin:0 auto;
    position: relative;
    text-align: center;
}
@media screen and (max-width:767px){
    .ideal_guide{
        min-height:auto;
        padding:30px;
    }
    .ideal_guide .guide-slide{
        height:auto;
    }
}
.ideal_guide .guide-title{
    display: block;
    width:100%;
    font-size:min(1.2em,4vw);
    line-height:1.5;
    margin:0;
    padding:0 .25em;
}
.ideal_guide .guide-title-guide{
    display: block;
    width:100%;
    font-size:min(1.8em,7vw);
    margin:0;
    padding:0 .25em;
    color:var(--color-cat1);
    letter-spacing: .1em;
    text-indent: -.1em;
}
.ideal_guide .guide-title2{
    display: block;
    width:100%;
    font-size:min(1.8em,4.5vw);
    margin:0;
    padding:0 .25em;
    color:var(--color-cat1);
}
.ideal_guide .guide-step{
    display: block;
    width:100%;
    font-size:min(1.6em,5.5vw);
    padding:0 .25em;
    color:var(--color-cat1);
}
.ideal_guide .guide-title-wrp {
    width:100%;
}
.ideal_guide .guide-lead{
    font-size:min(.9em, 3.2vw);
}
.ideal_guide .guide-lead.guidetop{
    font-size:min(1em, 3.3vw);
    line-height: 1.8;
}
.ideal_guide .guide-lead.guide-point{
    color:var(--color-cat1);
    font-weight: bold;
}
.ideal_guide .title-img{
    width:260px;
    height:260px;
    margin:1.5em auto;
    border:18px solid var(--color-blue);
    border-radius: 100%;
    overflow: hidden;
}
@media screen and (max-width:767px){
    .ideal_guide .title-img{
        width:180px;
        height:180px;
        border:13px solid var(--color-blue);
    }
}
.ideal_guide .title-img img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.ideal_guide .title-img img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.ideal_guide .guide-img-wrp {
    width:100%;
}
.ideal_guide .img {
    width:100%;
    height:340px;
    margin-top: 1em;
    margin-bottom: 1.5em;
}
.ideal_guide .img.mynote {
    width:44%;
    height:300px;
    margin: 0 auto;
}
@media screen and (max-width:767px){
    .ideal_guide .img {
        width:100%;
        height:65vw;
    }
    .ideal_guide .img.mynote {
        width:60%;
        height:60vw;
    }
}
.ideal_guide .img img{
    width:100%;
    height:100%;
    object-fit: contain;
}
.ideal_guide .start-guide,
.ideal_guide .close-guide,
.ideal_guide .guide-login{
    display: inline-block;
    font-size:min(1em, 3.1vw);
    min-width:80%;
    padding:.5em 2em;
    font-weight: bold;
    color:#fff;
    background-color:var(--color-cat1);
    border-radius: 3em;
    margin:1em auto;
    text-decoration: none;
}
.ideal_guide .guide-login{
    min-width:40%;
    font-size:min(.8em, 3vw);
    color:var(--color-cat1);
    background-color:#fff;
    border:3px solid;
}
.ideal_guide .frame {
    border:3px solid var(--color-cat1);
    padding:.5em 1em;
    display: inline-block;
    border-radius: 5px;
    position: relative;
}
.ideal_guide .frame::after, .ideal_guide .frame::before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.ideal_guide .frame::after {
	border-color: transparent;
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.ideal_guide .frame::before {
	border-color: transparent;
	border-bottom-color: var(--color-cat1);
	border-width: 14px;
	margin-left: -14px;
}
.ideal_guide .frame.postion1{
    transform: translateY(-50px);
}
.ideal_guide .point-get-wrp{
    margin-top: 1.5em;
}
.ideal_guide .point-get-note{
    text-align: center;
    display: inline;
    line-height: 3;
}
@media screen and (max-width:767px){
    .ideal_guide .point-get-note{
        text-align: center;
        display: inline;
        line-height: 1.5;
    }
}