@charset "UTF-8";

html[lang="ja"] .site *,
#footer-menu-other {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif !important;
}
h2 {
    margin-bottom: 10px !important;
    font-size: 20px !important;
}
h3 {
    font-weight: normal;
}
.entry-content h3 {
    margin-bottom: 30px !important;
    font-size: 16px;
    font-weight: bold;
}
.extra-ui02-top {
    padding: 0;
}
.extra-ui02-top .entry-header {
    padding: 0;
}
.eye-catching {
    width: 100%;
}
.entry-title-box {
    margin: 10px 10px 40px;
    padding: 6px;
    background-image: linear-gradient(150deg, rgba(57, 217, 206, 1), rgba(207, 169, 239, 1) 50%, rgba(113, 190, 239, 1));
}
.entry-title {
    padding: 15px !important;
}
.extra-ui02-top .entry-header .entry-title {
    margin: 0;
    background-color: #fff;
    font-size: 18px;
}
.entry-text {
    margin-bottom: 40px !important;
}

/* コラム　スムース */
.post-smooth {
    margin-bottom: 40px !important;
    padding: 3px;
    border: none;
    color: #404040;
    /* background: linear-gradient(to right, #F6FCEB, #D0EEFB); */
}
.post-smooth-inner {
    position: relative;
    padding: 10px 20px;
    background-color: rgba(255,255,255,0.6);
}
.post-smooth-inner::before {
    display: inline-block;
    position: absolute;
    top: -11px;
    left: 8px;
    content: "\f10d";
    font-family: FontAwesome;
    color: #d0eefb;
    font-size: 20px;
    line-height: 1;
    font-weight: 100;
}
.post-smooth-inner::after {
    display: inline-block;
    position: absolute;
    bottom: -11px;
    right: 8px;
    content: "\f10e";
    font-family: FontAwesome;
    color: #e0ebcb;
    font-size: 20px;
    line-height: 1;
    font-weight: 100;
}

/* コラム　モイスト */
.post-moist {
    margin-bottom: 60px !important;
    padding: 3px;
    border: none;
    color: #404040;
    /* background: linear-gradient(to right, #FCEBFA, #D5D8F8); */
}
.post-moist-inner {
    position: relative;
    padding: 10px 20px;
    background-color: rgba(255,255,255,0.6);
}
.post-moist-inner::before {
    display: inline-block;
    position: absolute;
    top: -11px;
    left: 8px;
    content: "\f10d";
    font-family: FontAwesome;
    color: #D5D8F8;
    font-size: 20px;
    line-height: 1;
    font-weight: 100;
}
.post-moist-inner::after {
    display: inline-block;
    position: absolute;
    bottom: -11px;
    right: 8px;
    content: "\f10e";
    font-family: FontAwesome;
    color: #FCEBFA;
    font-size: 20px;
    line-height: 1;
    font-weight: 100;
}

/* コラム　ミスト */
.post-mist {
    margin-bottom: 60px !important;
    padding: 3px;
    border: none;
    color: #404040;
    /* background: linear-gradient(to right, #FCEBFA, #D5D8F8); */
}
.post-mist-inner {
    position: relative;
    padding: 10px 20px;
    background-color: rgba(255,255,255,0.6);
}
.post-mist-inner::before {
    display: inline-block;
    position: absolute;
    top: -11px;
    left: 8px;
    content: "\f10d";
    font-family: FontAwesome;
    color: #d0eefb;
    font-size: 20px;
    line-height: 1;
    font-weight: 100;
}
.post-mist-inner::after {
    display: inline-block;
    position: absolute;
    bottom: -11px;
    right: 8px;
    content: "\f10e";
    font-family: FontAwesome;
    color: #D5D8F8;
    font-size: 20px;
    line-height: 1;
    font-weight: 100;
}

/* プロフィール */
.collab-prof {
    display: flex;
    /* align-items: center; */
    /* justify-content: space-between; */
    margin: 100px auto;
    padding: 40px 8% 30px 14%;
    width: 100%;
    /* max-width: 960px; */
    background: #f4f8fd;
    border-top-left-radius: 100px;
    /* color: #504f4f; */
}
.collab-prof-textblock {
 margin-left: 10px;
}
.collab-prof-text {
    margin: 0;
}

/* cv */
.cv-content {
    margin: 100px 0 !important;
}
.hrt-btn {
    margin-bottom: 0;
}
.btn-gradient {
    position: relative;
    cursor: pointer;
    width: 12rem;
    height: 3rem;
    line-height: 2.7rem;
    border: 1px solid #fff;
    border-radius: 2rem;
    background-image: linear-gradient(135deg, #AC61C3, #67C8EE);
    box-shadow: 1px 3px 5px 0px #bbbbbba6;
    color: white;
    text-decoration: none;
    text-align: center;
}
.btn-gradient.amazon {
    background-image: none;
    background-color: #F8991E;
}
.btn-gradient.rakuten {
    background-image: none;
    background-color: #CC3A3A;
}
.btn-gradient svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    transition: 0.5s;
    fill: #fff;
}
.btn-gradient:hover svg {
    right: 0.8rem;
}


/* hirituおススメ */
.reco-content {
    margin-bottom: 60px !important;
}

/* 吹き出し */
.balloon5 {
    width: 100%;
    margin: 1.5em 0;
    overflow: hidden;
}
.balloon5 .faceicon {
    float: left;
    margin-right: -90px;
    width: 70px;
}
.balloon5 .faceicon img{
    width: 100%;
    height: auto;
    /* border: solid 3px #d7ebfe; */
    border-radius: 50%;
}
.balloon5 .chatting {
    width: 100%;
}
.says {
    display: inline-block;
    position: relative; 
    margin: 5px 0 0 90px;
    padding: 17px 13px;
    border-radius: 12px;
    background: #edf6ff;
}
.says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px; 
    left: -24px;
    border: 12px solid transparent;
    border-right: 12px solid #edf6ff;
}
.says p {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

/* 動画 */
.hrt-movie {
    margin: 20px 0 30px;
}


/*----------------------------
FOOTER
----------------------------*/
#footer-menu-other {
	position: relative;
	margin-top: 80px;
	padding: 35px 0 0;
	border-top: 1px dotted #d1d1d1;
}
#footer-menu-other ul {
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
#footer-menu-other ul li {
	position: relative;
	margin-right: 16px;
	font-size: 12px;
	color: #3d3d3d;
}
#footer-menu-other li+li::after {
	position: absolute;
	top: 0;
	left: -10px;
	content: "|";
	font-size: 12px;
	font-weight: normal;
	color: #3d3d3d;
}
#footer-menu-other a:hover {
	border-bottom: 1px solid #3d3d3d;
}
.copyright {
	margin: 30px auto 0;
	background: #f1f1f1;
	text-align: center;
	line-height: 52px;
	font-family: 'Overpass', sans-serif;
	font-size: 12px;
}
.copyright p {
	line-height: inherit;
}

/* shoplist */
.shoplist-img {
    display: flex;
}


@media (max-width: 1040px) {
    /* shoplist */
    .shoplist-img {
        display: block;
    }

    /* footer */
    #footer-menu-other {
        margin-top: 15%;
        padding: 0 0 0;
        border-top: 1px dotted #d1d1d1;
    }
    #footer-menu-other ul {
        display: block;
    }
    #footer-menu-other ul li {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 0;
        height: 3em;
        text-align: center;
        line-height: 1.8em;
        font-size: 3.3vw;
        border-bottom: 1px dotted #d1d1d1;
    }
    #footer-menu-other li+li::after {
        display: none;
    }
    #footer-menu-other li:nth-child(5)::after {
        display: none;
    }
    #footer-menu-other ul li a {
        position: relative;
        display: flex;
        align-items: center;
        padding-left: 5%;
        width: 100%;
        height: 100%;
        color: #3d3d3d;
        text-decoration: none;
    }
    #footer-menu-other ul li a::before{
        position: absolute;
        right: 5%;
        font-family: "Font Awesome 5 Free";
        content: "\f0da";
    }
    #footer-menu-other a:hover {
        border-bottom: none;
    }
    .copyright {
        line-height: 4em;
    }
}
/* ページトップボタン */
div #pageTop {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: inherit;
    bottom: 52px;
    right: 50px;
    width: 120px;
    height: 34px;
    background: #3d3d3d;
    border-radius: 6px 6px 0 0;
    text-align: center;
    cursor: pointer;
}
div #pageTop p {
    padding-top: 3px;
    line-height: normal;
    font-family: 'Overpass', sans-serif;
    font-size: 12px;
    color: #fff;
}
div #pageTop::before {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-size: 17px;
    font-weight: 900;
    color: #fff;
    transition: 200ms;
}
div #pageTop:hover::before{
    padding-bottom: 5px;
    transition: 200ms;
}
div #pageTop:hover {
    opacity: .9;
}
/* ページトップボタン */
@media (max-width: 1040px) {
    div #pageTop {
        position: fixed;
        bottom: 40px;
        right: 25px;
        width: 11vw;
        height: 11vw;
        background: rgba(0,0,0,.3);
        border-radius: 5px;
    }
    div #pageTop p {
        display: none;
    }
    div #pageTop::before {
        content: "\f077";
        font-family: "Font Awesome 5 Free";
        font-size: 4.5vw;
        font-weight: 900;
        color: #fff;
        transition: 200ms;
    }
    div #pageTop:hover::before{
        padding-bottom: 0;
    }
}


/* ========================================
20240830 hiritu aurora
======================================== */
/* 導入 */
h1.entry-title:before {
    display: none;
}
.mv-movie {
    z-index: -1;
    position: relative;
    margin-top: -90px;
    width: 100%;
}
.entry-text {
    margin-bottom: 20px !important;
}
.entry-text002 {
    margin: 20px 0 !important;
}

/* 目次 */
table.hrt-contents td {
	border: none;
}
table.hrt-contents td {
	border-bottom: 1px #ccc dotted;
}

/* hirituこだわり */
.post-title {
    padding: 6px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    /* background: linear-gradient(transparent 50%, rgba(57, 217, 206, 1) 65%, rgba(207, 169, 239, 1) 70%, rgba(113, 190, 239, 1) 85%); */
    background-image: linear-gradient(150deg, rgba(57, 217, 206, 1), rgba(207, 169, 239, 1) 50%, rgba(113, 190, 239, 1));
}

.post-aurora {
    margin-bottom: 60px !important;
    padding: 3px;
    border: none;
    color: #404040;
    /* background: linear-gradient(to right, #FCEBFA, #D5D8F8); */
}
.post-aurora-inner {
    position: relative;
    padding: 10px 20px;
    background-color: rgba(255,255,255,0.6);
}
.post-aurora-inner::before {
    display: inline-block;
    position: absolute;
    top: -11px;
    left: 8px;
    content: "\f10d";
    font-family: FontAwesome;
    color: #a2e9e4;
    font-size: 20px;
    line-height: 1;
    font-weight: 100;
}
.post-aurora-inner::after {
    display: inline-block;
    position: absolute;
    bottom: -11px;
    right: 8px;
    content: "\f10e";
    font-family: FontAwesome;
    color: #addbf7;
    font-size: 20px;
    line-height: 1;
    font-weight: 100;
}

/* テキスト部分強調 */
.str-txt {
    font-size: 18px;
}

