/*!
Theme Name:   SWEETWEB.JP
Theme URI:    https://sweetweb.jp/
Author:       pixcol
Version:      5.1.0j
*/
/* 20211105 記事クレジット */
#column .conntent-credit {
    margin-top: 1em!important;
    padding: 8px 3px!important;
    font-size: 1.2rem!important;
    line-height: 1.33em!important;
    border-top: #bfbfbf 1px solid;
}
@media screen and (max-width: 767px){
#column .conntent-credit {
    padding: 3.6vw 4vw!important;
    font-size: 3vw!important;
    line-height: 1.33!important;
}
}
.toc_title {
font-family: 'Montserrat', sans-serif;
font-size: 2.0rem;
line-height: 2em;
text-align: center;
}
#toc_container {
    border: 2px solid #000;
    margin: 0 0 3em;
    padding: 1em 2em 1.4em;
    width: 100%;
    position: relative;
    margin-top: 3rem;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
#toc_container ul li {
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 1.25rem;
}
.toc_list a {
    text-decoration: none;
}
#toc_container ul li a:hover {
	text-decoration: underline;
}
#toc_container ul ul {
	margin: 10px 0 20px;
}
#toc_container ul ul li a {
	line-height: 1.5;
	font-size: .9em;
}
.toc_title p {
	font-weight: 600;
	margin: 0px;
}
ul.toc_list {
	margin: 0 auto;
	padding: 0 0 0 20px;
}
.toc_list ul {
	counter-reset: hl_count;
	list-style: none;
}
.toc_list li {
	counter-increment: hl_count;
	font-weight: bold;
	padding-left: .5em;
	text-indent: -2em;
}
.toc_list li:before {
    background-color: #000;
    border-radius: 100px;
    color: #fff;
    content: counters(hl_count,"-");
    font-size: 12px;
    margin-right: .8em;
    text-align: center;
    padding: 6px 10px;
    font-family: 'Montserrat', sans-serif;
}
.toc_list ul li:before {
	background-color: #a9a9a9;
	padding: .1em .5em;
}
.toc_list {
	list-style-type: none;
}
@media screen and (max-width: 767px){
#toc_container ul li {
font-size: 3.6vw;
}
.toc_list li:before {
font-size: 2vw;
}
}
@media screen and (max-width: 420px) {
	#toc_container {
padding: 1em 1em 1em 1.5em!important;
	}
}

/** Beautyテンプレ **/
.person_prof {
    border: 1px solid #000;
    padding: 0.5rem 2rem 1.5rem 2rem!important;
    font-size: 1.6rem!important;
    position: relative;
    margin-bottom: 3rem;
}
span.person_prof_name {

    font-weight: 600;
    padding: 1rem 0rem;
    border-bottom: 1px solid #000;
    left: 0rem;
    display: block;
    margin-bottom: 1.5rem;
}
.bj_item_wrap {
    display: flex;
    position: relative;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.bj_item_img {
    width: 70%;
    flex-shrink: 0;
}
.bj_item_txt {
    border-left: 1px solid #000;
    font-size: 1.2rem;
    line-height: 2rem;
    padding: 0rem 2rem;
    margin-left: 2rem;
}
.bj_item_img img {
    margin: 0!important;
}

/* chat */
/* 全体の設定 */
.bj_balloon {
    width: 100%;
    margin: 1.5rem 0;
    overflow: hidden;
    padding-bottom: 0!important;
}
/* アイコンの場所 */
.bj_balloon .bj_icon {
float: left;
margin-right: -90px;
width: 80px;
}
/* アイコン画像の作成
.bj_balloon .bj_icon img{
width: 100%;
height: auto;
border-radius: 50%;
border: solid 2px #b8860b;
} */
.bj_balloon .bj_chat {
width: 100%;
}
/* 吹き出しの入力部分の作成 */
.bj_talk {
    display: inline-block;
    position: relative;
    margin: 5px 0 0 105px;
    padding: 17px 13px;
    background: #feeaeb;
    border: 1px solid #000;
}
/* 三角部分の作成 */
.bj_talk:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px;
    left: -24px;
    border: 12px solid transparent;
    border-right: 12px solid #feeaeb;
	z-index:1;
}

.bj_talk:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px;
    left: -25px;
    border: 12px solid transparent;
    border-right: 12px solid #000;
}
.bj_talk p {
margin: 0;
padding: 0;
}

.bj_icon_01 {
    /* background: #000; */
    border-radius: 100px;
    color: #000;
    width: 80px;
    text-align: center;
    height: 80px;
    font-size: 1.7rem;
    font-weight: 600;
    position: relative;
    border: 1px solid #000;
    line-height: 2rem;
}
.bj_icon_01 span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}


@media screen and (max-width: 767px){
.person_prof {
    margin-left: 4vw;
    margin-right: 4vw;
    font-size: 3.6vw!important;
    line-height: 1.6em!important;
}
	.bj_item_wrap {
    flex-direction: column;
}
.bj_item_img {
    width: 100%;
    flex-shrink: 0;
    padding-left: 0vw!important;
    padding-right: 0vw!important;
}
	.bj_item_txt {
    border-left: 1px solid #000;
    font-size: 1.1rem!important;
    line-height: 2rem!important;
    padding: 0rem 2rem;
    margin-left: 0rem;
    margin-top: 5vw;
}
	.bj_icon_01 {
    width: 50px;
    height: 50px;
    font-size: 1.1rem!important;
}
.bj_balloon .bj_icon {
    width: 50px;
    margin-right: -60px;
    padding: 0!important;
}
.bj_talk {
    margin: 5px 0 0 60px;
    padding: 17px 13px!important;
}
}

/* blockquote */
blockquote.blockquote {
    position: relative;
    border-top: 1px solid #1d3026;
    border-bottom: 1px solid #1d3026;
    padding: 3rem 2rem!important;
    margin: 4rem 0;
}
blockquote.blockquote cite {
  display: block;
  padding-right:30px;
  font-size: 1.3rem;
  text-align: right;
  color: #aaa;
	margin-top:3.6rem;
}

blockquote.blockquote:before {
    position: absolute;
    background-color: #feeaeb;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    content: '"';
    line-height: 1.5rem;
    text-align: center;
    top: -1px;
    left: -7px;
    padding: 10px;
    font-size: 70px;
}
blockquote.blockquote:after{
  position:absolute;
  right:-10px;
  bottom:-20px;
  background-color:#feeaeb;
  padding:10px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    content: '"';
    line-height: 1.5rem;
  text-align:center;
    font-size: 70px;
}

@media screen and (max-width: 767px){
blockquote.blockquote {
    position: relative;
    border-top: 1px solid #1d3026;
    border-bottom: 1px solid #1d3026;
    padding: 2rem 1rem!important;
    margin: 4rem 5vw;
}
	blockquote.blockquote:before {
    top: -7px;
    left: -12px;
    font-size: 40px;
}
blockquote.blockquote:after {
    position: absolute;
    right: -12px;
    bottom: -25px;
    font-size: 40px;
}
	blockquote.blockquote cite {
    padding-right: 20px;
    font-size: 1rem;
    margin-top: 1.6rem;
}
}

/*　あわせて読みたい　*/
aside.read-together {
    border: 1px solid;
    margin: 3rem 0;
    padding: 5rem 2rem 1em 2rem!important;
    /* width: 100%; */
    position: relative;
}

.read-together ul {
    margin-left: 3rem;
    word-break: break-all;
}
.read-together ul li {
    list-style-type: square;
    margin-bottom: 1.6rem;
}
.read-together h2 {
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 0.5rem 2rem 0.5rem 2rem!important;
    position: absolute;
    top: -19px;
    left: 10px;
}

@media screen and (max-width: 767px){
aside.read-together {
    margin:5rem 5vw 2rem 5vw;
	padding:3rem 0.6rem 0em 2rem!important
}
.read-together ul {
    margin-left: 0rem;
}
}

/* 占い */
.uranai_item {
    display: flex;
    align-items: start;
}
.uranai_item img {
    width: 200px!important;
    margin-right: 3rem!important;
}
.uranai_item_txt strong {
    border-bottom: 1px solid #000;
    display: block;
    /* margin-bottom: 1rem; */
    font-weight: 600;
}

@media screen and (max-width: 767px){
.uranai_item img {
    width: 150px!important;
    margin: auto!important;
}
	.uranai_item {
    flex-direction: column;
}
}


/******　一月号用タイトル位置調整ここから　******/
#cover .title p:nth-child(1) {
    left: 29px;
    top: 230px;
    width: 40px;
    height: 64px;
}
#cover .title p:nth-child(2) {
    left: 82px;
    top: 230px;
    width: 73px;
    height: 63px;
}
#cover .title p:nth-child(3) {
    left: 172px;
    top: 230px;
    width: 39px;
    height: 61px;
}
#cover .title p:nth-child(4) {
    left: 231px;
    top: 230px;
    width: 39px;
    height: 61px;
}
#cover .title p:nth-child(5) {
    left: 283px;
    top: 230px;
    FONT-WEIGHT: 200;
    height: 61px;
    width: 42px;
}
#cover .title p:nth-child(6) {
    left: 31px;
    top: 300px;
    width: 65px;
    height: 56px;
}
#cover .title p:nth-child(7) {
    left: 111px;
    top: 300px;
    width: 36px;
    height: 56px;
}
#cover .title p:nth-child(8) {
    left: 163px;
    top: 300px;
    width: 38px;
    height: 56px;
}
#cover .title p:nth-child(9) {
    left: 212px;
    top: 338px;
    width: 16px;
    height: 17px;
}
#cover .title p:nth-child(10) {
    left: 235px;
    top: 300px;
    width: 29px;
    height: 56px;
}
#cover .title p:nth-child(11) {
    left: 282px;
    top: 300px;
    FONT-VARIANT: JIS83;
    height: 56px;
    width: 38px;
}
#cover .title p:nth-child(12) {
    left: 30px;
    top: 390px;
    width: 143px;
    height: 52px;
}
#cover .title p:nth-child(13) {
    left: 200px;
    top: 355px;
    width: 114px;
    height: 105px;
}

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

#cover .title p:nth-child(1) {
    left: 8.4vw;
    top: 60vw;
    width: 11.07vw;
    height: 17.48vw;
}
#cover .title p:nth-child(2) {
    left: 23.33vw;
    top: 60.8vw;
    width: 20.27vw;
    height: 17.34vw;
}
#cover .title p:nth-child(3) {
    left: 48.8vw;
    top: 60.9vw;
    width: 10.8vw;
    height: 16.8vw;
}
#cover .title p:nth-child(4) {
    left: 65.33vw;
    top: 60.9vw;
    width: 10.8vw;
    height: 16.8vw;
}
#cover .title p:nth-child(5) {
    left: 80.00vw;
    top: 60.9vw;
    width: 11.47vw;
    height: 16.81vw;
}
#cover .title p:nth-child(6) {
    left: 8.80vw;
    top: 82vw;
    width: 18.27vw;
    height: 15.47vw;
}
#cover .title p:nth-child(7) {
    left: 31.60vw;
    top: 82vw;
    width: 9.73vw;
    height: 14.93vw;
}
#cover .title p:nth-child(8) {
    left: 46.13vw;
    top: 82vw;
    width: 10.40vw;
    height: 15.07vw;
}
#cover .title p:nth-child(9) {
    left: 60.00vw;
    top: 92.5vw;
    width: 4.13vw;
    height: 4.27vw;
}
#cover .title p:nth-child(10) {
    left: 66.40vw;
    top: 82vw;
    width: 8.00vw;
    height: 15.2vw;
}

#cover .title p:nth-child(11) {
    left: 79.87vw;
    top: 82vw;
    width: 10.27vw;
    height: 14.94vw;
}
	#cover .title p:nth-child(12) {
    left: 8.67vw;
    top: 102.53vw;
    width: 40.0vw;
    height: 14.4vw;
}
#cover .title p:nth-child(13) {
    left: 56.67vw;
    top: 102vw;
    width: 32vw;
    height: 29.34vw;
}

}
/******　一月号用タイトル位置調整ここまで　******/

#searchform input[type=text]{outline:none;}

/******　pickup田中みなみ位置調整　******/
#pickup ul li:nth-child(5) .image img {
    object-position: top;
}


/** otona_SWEET **/
body#in_otona-sweet,
body#in_otona-sweet header{
	background: #f0f0f1;
}
body#in_otona-sweet .category_head img {
    width: 100%;
}
.side_otona_ban {
    margin-top: 15px;
}
.footer_cat_menu .cat_menu li:nth-child(9n) {
    margin-right: 0px;
}
header nav ul.gnav li {
    padding-right: 28px;
}

#otona_cover {
    width: 100%;
    height: 531px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px){
	#otona_cover {
		display:none;
	}
}
.otona_cover_sp {
    margin-bottom: 1.33vw;
}
#archives .item_2 a:hover .image img {
    -moz-filter: grayscale(100%) brightness(0.8);
    -o-filter: grayscale(100%) brightness(0.8);
    -ms-filter: grayscale(100%) brightness(0.8);
    filter: grayscale(100%) brightness(0.8);
    transform: scale(1.05);
}

#archives .item_2 .image img {
    transition: transform 0.2s linear;
}

#in_otona-sweet header nav ul.gnav li:nth-child(12) a::after {
    content: "";
    position: absolute;
    display: block;
    top: calc(100% + 6px);
    width: 100%;
    height: 4px;
    background-color: #000000;
    pointer-events: none;
}


.home_otonaban img {
 max-width: 100%;
    margin-bottom: 15px;
}

@media screen and (min-width: 768px){
	.home_otonaban img {width: 960px;
	margin-bottom: 30px;}
}

.s_party_ban{
	display:block;
    margin: 1em auto 0 auto;
    max-width: 960px;
	transition: transform 0.4s linear;
}

@media screen and (max-width: 767px){
	.s_party_ban{
 margin-top: 0em;
		
	max-width: 95%;
    margin:0 auto -2em auto;

	}
}

.s_party_ban:hover{
    filter: grayscale(100%) brightness(0.9);
}