@charset "UTF-8";
/* *******************************************************************
 style.css
******************************************************************* */
/* BASE
--------------------*/
/* var */
:root {
	--container-padding: 3.125%;
	--color-black: #383838;
	--color-gray: #606060;
	--color-gray-lighter: #919191;
	--color-smama-pink: #ff8896;
	--font-size-small: 10px;
	--font-size-smaller: 12px;
	--font-size-middle: 14px;
	--font-size-large: 20px;
	--font-size-ultra: 22px;
	--font-style-bold: 'DFKingGothicJP13N-Semibold',"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	--font-awesome-ico: "Font Awesome 5 Free";
	--sns-tw-color: #1da1f2;
	--sns-fb-color: #4267b2;
	--sns-line-color: #1dcd00;
	--sns-insta-color: #383838;
}



html,body {
	background-color: #fff;
	color: var(--color-black);
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
	@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
	  html,body {
		color: var(--color-black);
	  }
	}
	@media screen and (min-width: 599px) {
		html,body {
			font-size: 16px;
		}
	}


.main-content-inner{
	max-width:750px;
}


/* img for Chrome */
img {
	-webkit-backface-visibility: hidden;
}

/* img for IE */
.object-fit-img {
	object-fit: cover;
	font-family: "object-fit: cover;";
}


/* font */
.alphabet {
	font-family: 'Quicksand', sans-serif;
}

.is-smama-pink {
	color: var(--color-smama-pink);
}
	@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
	  .is-smama-pink {
		color: #ff8896;
	  }
	}


/* logo */
.logo {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	text-indent: -9999px;
}

.logo.smama {
	background-image: url(../../../../img/logo-smama.svg);
}

.logo.corp {
	background-image: url(../../../../img/logo-corp.svg);
}
#copyright .logo.corp {
    width: 110px;
    height: 13px;
}


/* link */
.item-link {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

/* table */
.tbl {
	width: 100%;
}
.tbl + * {
  margin-top: 2.4%;
}
.tbl caption {
	text-align: left;
	font-weight: bold;
}
.tbl tr th,
.tbl tr td {
	line-height: 1.4;
}
	@media screen and (max-width: 768px) {
		.tbl.block tr th,
		.tbl.block tr td {
			width: 100% !important;
			display: block;
			text-align: left;
			border-right: none;
			border-left: none;
		}
		.tbl.block tr th {
			padding-bottom: 0;
		}
	}

.tbl.ws {
	background-color: #fff;
	border: 1px solid #cfcfcf;
}
.tbl.ws tr {
	border: 1px dotted #cfcfcf;
}
.tbl.ws tr th,
.tbl.ws tr td {
	padding: .5em .5em;
	vertical-align: middle;
}
.tbl.ws tr th {
	background-color: #f0f0f0;
	white-space: nowrap;
	text-align: right;
}

.tbl.ev {
	background-color: #fff;
}
.tbl.ev caption {
	margin-bottom: .25rem;
	padding: .5em 0;
}
.tbl.ev tr {
	border-top: 1px dotted #cfcfcf;
}
.tbl.ev tr th,
.tbl.ev tr td {
	padding: .75em 0;
	vertical-align: top;
}
.tbl.ev tr th {
	padding-bottom: 0;
	white-space: nowrap;
}
	@media screen and (min-width: 599px) {
		.tbl.ev tr th {
			padding-right: .75rem;
		}
	}


/* box */
[class^="box-"] {
	padding: 10px;
}

.box-bnr {
	border-top: 1px solid #cfcfcf;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.box-bnr img {
	max-width: 100% !important;
}

.box-txt.light-pink {
	background: rgba(255,232,232,1.00);
}

.box-txt.light-gray {
	background: rgba(247,247,247,1.00);
	border: 1px dotted #cfcfcf;
}

.box-txt.white {
	background: rgba(255,255,255,1.00);
	border: 1px dotted #cfcfcf;
}

.box-pagenation {
	padding: 24px 10px;
	background: rgba(255,255,255,1.00);
}
	@media screen and (min-width: 599px) {
		.box-pagenation {
			padding: 64px 10px;
		}
	}

/* list */
.list-inline ul {
	font-size: 0;
	text-align: center;
}
.list-inline ul li {
	display: inline-block;
	vertical-align: middle;
}


/* title */
[class^="ttl-"] {
	margin-bottom: 16px;
}
[class^="ttl-"] > span {
	display: block;
}
[class^="ttl-"] .alphabet {
	font-size: var(--font-size-large);
}
	@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
		[class^="ttl-"] .alphabet {
			font-size: 20px;
		}
	}
[class^="ttl-"] .ja {
	font-size: var(--font-size-small);
}
	@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
		[class^="ttl-"] .ja {
			font-size: 10px;
		}
	}

.ttl {
	font-family: var(--font-style-bold);
}
	@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
		.ttl {
			font-family: 'DFKingGothicJP13N-Semibold',"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		}
	}

/* 集中線 */
.ttl-emphasis {
	display: flex;
	justify-content: center;
	padding: 0 1.25em;
	text-align: center;
	position: relative;
}
.ttl-emphasis:before,
.ttl-emphasis:after {
	display: inline-block;
	content: "";
	width: 1.5em;
	height: 34px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 13px 34px;
}
.ttl-emphasis:before {
	background-image: url(../../../../img/bg-ttl-emphasis-left.png);
}
.ttl-emphasis:after {
	background-image: url(../../../../img/bg-ttl-emphasis-right.png);
}

/* 集中線2 */
.ttl-emphasis-2 {
	display: flex;
	justify-content: center;
	padding: 0 1.25em;
	text-align: center;
	position: relative;
}
.ttl-emphasis-2:before,
.ttl-emphasis-2:after {
	display: inline-block;
	content: "";
	width: 1em;
	height: 28px;
	background-repeat: no-repeat;
	background-size: 11px 28px;
}
.ttl-emphasis-2:before {
	background-position: center left;
	background-image: url(../../../../img/bg-ttl-emphasis-2-left.png);
}
.ttl-emphasis-2:after {
	background-position: center right;
	background-image: url(../../../../img/bg-ttl-emphasis-2-right.png);
}
	@media screen and (min-width: 599px) {
		.ttl-emphasis-2:before,
		.ttl-emphasis-2:after {
			background-position: center center;
		}
	}
.ttl-emphasis-2 .ja {
	font-size: var(--font-size-middle);
	font-family: var(--font-style-bold);
}
	@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
		.ttl-emphasis-2 .ja {
			font-size: 14px;
			font-family: 'DFKingGothicJP13N-Semibold',"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";

		}
	}

/* コンテンツ区切り用 */
.ttl-separate {
	border-top: 1px solid #cfcfcf;
	text-align: center;
	position: relative;
}
.ttl-separate:before {
	content: "";
	display: block;
	width: 130px;
	height: 4px;
	margin: 0 auto;
	background-color: rgb(255, 136, 150);
}
.ttl-separate .alphabet {
	padding-top: 8px;
}

/* コンテンツ区切り用 グレー */
.ttl-separate.gray {
	border-top: 1px solid #cfcfcf;
	text-align: center;
	position: relative;
}
.ttl-separate.gray:before {
	content: "";
	display: block;
	width: 130px;
	height: 4px;
	margin: 0 auto;
	background-color: rgb(154, 154, 154);
}

/* コンテンツ区切り用 白 */
.ttl-separate.white {
	border-top: 1px solid #cfcfcf;
	text-align: center;
	position: relative;
}
.ttl-separate.white:before {
	content: "";
	display: block;
	width: 130px;
	height: 4px;
	margin: 0 auto;
	background-color: rgba(255,255,255,0);
}


/* button */
.button.is-smama,
.is-smama {
    background-color: #ff8896;
    border-color: transparent;
    color: #fff;
}
.button.is-smama.is-block,
.is-block {
	width: 100%;
	height: auto;
	padding: 16px 8px;
	display: block !important;
	font-weight: bold;
}

.button.is-smama-gray,
.is-smama-gray {
    background-color: #ababab;
    border-color: transparent;
    color: #fff;
}
.button.is-smama-gray.is-block {
	width: 100%;
	height: auto;
	padding: 16px 8px;
	display: block !important;
	font-weight: bold;
}

.button.is-smama-light {
    background-color: #fff;
    color: #ff8896;
}

.button.is-smama-tag {
    background-color: #fbf5f6;
    color: #383838;
}
.button.is-smama-tag:before {
	content: "#";
	display: inline-block;
}

[class^="button is-sns-"] {
    border-color: transparent;
    color: #fff;
}
.button.is-sns-tw {
	background-color: #1da1f2;
}
.button.is-sns-fb {
	background-color: #4267b2;
}
.button.is-sns-line {
	background-color: #1dcd00;
}


.button.is-smama-cat-smaller {
	height: auto;
	font-size: var(--font-size-small);
}
	@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
		.button.is-smama-cat-smaller {
			font-size: 10px;
		}
	}

.button.is-smama-more {
	width: 60%;
	height: auto;
	padding: 8px;
	margin: 16px 0 28px 0;
	border-radius: 0;
	background-color: #fafafa;
	font-size: var(--font-size-smaller);
}
	@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
		.button.is-smama-more {
			font-size: 12px;
		}
	}


/* icon-sns */
a [class^="ico-"]:hover {
	opacity: .7;
}
.ico-tw {
	color: #1da1f2;
}
.ico-fb {
	color: #4267b2;
}
.ico-line {
	color: #1dcd00;
}
.ico-insta {
	color: #383838;
}

.snsicons {
	text-align: center;
}
.snsicons li {
	padding: 8px;
	font-size: 22px;
}
.snsicons li a {
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	background: #fff;

}



/* COMPONENT
--------------------*/
/* userpost-preview */
#userpost-preview {
	background-color: #fff;
}

/* hero-img */
#article-hero-img {
	position: relative;
}
#article-hero-img.index-hero {
	margin-bottom: 24px;
}

#article-hero-img .hero-wrap {
	width: 100%;
	height: 100%;
	position: relative;
}

#article-hero-img .txt {
	padding: 3.125%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
	color: #fff;
}
#article-hero-img .txt .ttl-hero {
	font-size: var(--font-size-large);
	line-height: 1.2;
	font-weight: bold;
}
	@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
		#article-hero-img .txt .ttl-hero {
			font-size: 20px;
			font-family: 'DFKingGothicJP13N-Semibold',"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		}
	}
	@media screen and (min-width: 599px) {
		#article-hero-img .txt .ttl-hero {
			font-size: 2em;
			line-height: 1.4;
		}
	}

#article-hero-img .txt .ttl-hero + * {
	margin-top: 8px;
}
#article-hero-img .txt .cap {
	font-size: var(--font-size-smaller);
}
	@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
		#article-hero-img .txt .cap {
			font-size: 12px;
		}
	}

#article-hero-img .thumbs {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	line-height: 0;
}
#article-hero-img .thumbs:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;



	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,1) 100%);
	opacity: .6;
}
	@media screen and (min-width: 599px) {
		#article-hero-img .thumbs img {
			width: 100%;
			height: 540px;
			object-fit: cover;
		}
	}

#article-hero-img .hero-cap,
#article-hero-img .hero-time {
	padding: 8px 1.25em;
	text-align: right;
	line-height: 1.2;
	background: #fff;
	color: var(--color-gray);
	font-size: var(--font-size-small);
}
	@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
		#article-hero-img .hero-cap,
		#article-hero-img .hero-time {
			color: #606060;
			font-size: 10px;
		}
	}
	@media screen and (min-width: 599px) {
		#article-hero-img .hero-cap,
		#article-hero-img .hero-time {
			padding: 8px 1.25em;
			font-size: var(--font-size-middle);
		}
	}
#article-hero-img .hero-cap + .hero-time {
	padding-top: 0;
	margin-bottom: 16px;
}

#article-hero-img .meta {
	width: 100%;
	display: table;
	margin-top: 8px;
}
#article-hero-img .meta > * {
	display: table-cell;
	vertical-align: middle;
}
#article-hero-img .meta li {
	padding: 2px;
}

#article-hero-img .txt .auth {
	text-align: right;
	font-size: var(--font-size-small);
	color: #fff;
	pointer-events: none;
}
	@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
		#article-hero-img .txt .auth {
			font-size: 10px;
		}
	}
	@media screen and (min-width: 599px) {
		#article-hero-img .txt .auth {
			font-size: 100%;
		}
	}

#article-hero-img .keyword {
	margin: 32px 0;
}


.profile {
	padding: 1.5em 1.25em;
	background-color: rgba(247,247,247,1.00);;
	text-align: center;
}
.profile .thumbs-author {
	display: inline-block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-color: var(--color-black);
	overflow: hidden;
}
	@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
		.profile .thumbs-author {
			background-color: #383838;
		}
	}
.profile .name-author {
	font-weight: bold;
	margin-bottom: 8px;
}
.profile .txt-author {
	text-align: justify;
	font-size: var(--font-size-smaller);
}
	@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
		.profile .txt-author {
			font-size: 12px;
		}
	}
	@media screen and (min-width: 599px) {
		.profile .txt-author {
			font-size: var(--font-size-middle);
		}
	}
.profile .sns-author.snsicons {
	margin-top: 16px;
}
.profile .sns-author.snsicons li [class^="ico-"] {
	color: #383838 !important;
}

.author {
	padding: 1.5em 1.25em;
	background-color: #fff;
}
.author.archive {
	margin-bottom: .625em;
	background: rgba(247,247,247,1.00);
}
.author .author-data {
	display: table;
	width: 100%;
	position: relative;
}
.author .author-data > * {
	display: table-cell;
	table-layout: auto;
	vertical-align: middle;
}
.author .thumbs-author {
	width: 40px;
	padding-right: 1em;
}
.author .thumbs-author figure {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: var(--color-black);
	overflow: hidden;
}
	@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
		.author .thumbs-author figure {
			background-color: #383838;
		}
	}
.author .name-author {
	line-height: 1;
}
.author .name-author small {
	display: inline-block;
	margin-bottom: 4px;
	font-size: var(--font-size-small);
}
	@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
		.author .name-author small {
			font-size: 10px;
		}
	}
.author .btn-author {
	text-align: right;
}
.author .btn-author .btn-open-profile {
	border-radius: 2px;
	border: 1px solid #ff8896;
	color: #ff8896;
	background: #fff;
	font-size: 10px;
	padding: 2px 4px;
	line-height: 22px;
	cursor: pointer;
}
.author .txt-author {
	padding-top: 24px;
	font-size: var(--font-size-smaller);
}
	@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
		.author .txt-author {
			font-size: 12px;
		}
	}
.author .sns-author.snsicons {
	margin-top: 16px;
	overflow: hidden;
}
.author .sns-author.snsicons li {
	float: left;
	padding: 0;
	margin-right: 8px;
}
.author .sns-author.snsicons li [class^="ico-"] {
	color: #383838 !important;
}

/* 本文装飾系 */
#postcontent {

	font-size: var(--font-size-middle);
}
	@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
		#postcontent {
		  font-size: 14px;
		}
	}
	@media screen and (max-width: 768px) {
/*
		#postcontent {
			padding: 0 5.6%;
		}
*/
	}
	@media screen and (min-width: 599px) {
		#postcontent {
			font-size: 110%;
		}
	}
#postcontent h2,
#postcontent h3,
#postcontent h4,
#postcontent h5 {
	font-family: var(--font-style-bold);
}
	@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
		#postcontent h2,
		#postcontent h3,
		#postcontent h4,
		#postcontent h5 {
			font-family: 'DFKingGothicJP13N-Semibold',"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		}
	}
#postcontent * + h2,
#postcontent * + h3,
#postcontent * + h4,
#postcontent * + h5 {
	margin-top: 40px;
}
#postcontent h2 {
	padding-bottom: .5em;
	margin-bottom: 24px;
	font-size: 17px;
	border-bottom: 4px solid var(--color-smama-pink);
}
	@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
		#postcontent h2 {
			border-bottom: 4px solid #ff8896;
		}
	}
#postcontent h3 {
	position: relative;
	padding: .5em .25em .5em 1.7em;
	margin-bottom: 24px;
	font-size: 16px;
	background-color: #f5f5f5;
}
#postcontent h3:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 2;
	content: '';
	width: 12px;
	height: 18px;
	background-color: var(--color-smama-pink);
}
	@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
		#postcontent h3:before {
			background-color: #ff8896;
		}
	}
#postcontent h4 {
	position: relative;
	padding: .5em .25em;
	margin-bottom: 24px;
	font-size: 16px;
	border-bottom: 1px dashed var(--color-smama-pink);
}
	@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
		#postcontent h4 {
			border-bottom: 1px dashed #ff8896;
		}
	}
	@media screen and (min-width: 599px) {
		#postcontent h2,
		#postcontent h3,
		#postcontent h4,
		#postcontent h5 {
			font-size: 110%;
		}
	}


/*20200302 CSS*/
#postcontent h1.post-title{
    line-height:1.2;
}
@media only screen and (max-width : 767px ) {
    #postcontent h1.post-title{
        font-size:28px;
    }
}
#postcontent h2,
#postcontent h3,
#postcontent h4,
#postcontent h5 {
    margin-top:3em;
}

#postcontent ul{
    margin-top:1em;
    margin-bottom:1em;
}




/* color */
#postcontent h3.orange:before {
	background-color: #FF7600;
}
#postcontent h3.bpink:before {
	background-color: #FF4786;
}
#postcontent h3.egreen:before {
	background-color: #00B781;
}

/* extra small button */
#postcontent .button[class^="exsmall-btn-"] {
	height: 2em;
	padding-left: calc(.625em - 4px) !important;
	padding-right: calc(.625em - 4px) !important;
	padding-top: calc(.375em - 2px) !important;
	padding-bottom: calc(.375em - 2px) !important;
	font-size: 10px;
}
#postcontent .button.exsmall-btn-orange {
	background: #ff7600;
	border-color: #ff7600;
}
#postcontent .button.exsmall-btn-bpink {
	background: #FF4786;
	border-color: #FF4786;
}
#postcontent .button.exsmall-btn-egreen {
	background: #00B781;
	border-color: #00B781;
}



#postcontent .box-txt p:last-child {
	margin-bottom: 0;
}
#postcontent .box-txt h5 {
	margin-bottom: 16px;
}

#postcontent p {
	line-height: 2;
}
	@media screen and (min-width: 599px) {
		#postcontent p {
			line-height: 2.25;
		}
	}

#postcontent p + *,
#postcontent [class^="box-"] + * {
	margin-top: 1.5em;
}
	@media screen and (min-width: 599px) {
		#postcontent p + *,
		#postcontent [class^="box-"] + * {
			margin-top: 2em;
		}
	}

#postcontent strong,
.pen-highlighter-pink {
	background: linear-gradient(transparent 60%, #ffd1de 60%);
	-moz-background: linear-gradient(transparent 60%, #ffd1de 60%);
	-webkit-background: linear-gradient(transparent 60%, #ffd1de 60%);
	-o-background: linear-gradient(transparent 60%, #ffd1de 60%);
	-ms-background: linear-gradient(transparent 60%, #ffd1de 60%);
}
.pen-highlighter-yellow {
	background: linear-gradient(transparent 60%, #f7f270 60%);
	-moz-background: linear-gradient(transparent 60%, #f7f270 60%);
	-webkit-background: linear-gradient(transparent 60%, #f7f270 60%);
	-o-background: linear-gradient(transparent 60%, #f7f270 60%);
	-ms-background: linear-gradient(transparent 60%, #f7f270 60%);
}
.pen-highlighter-blue {
	background: linear-gradient(transparent 60%, #79ecda 60%);
	-moz-background: linear-gradient(transparent 60%, #79ecda 60%);
	-webkit-background: linear-gradient(transparent 60%, #79ecda 60%);
	-o-background: linear-gradient(transparent 60%, #79ecda 60%);
	-ms-background: linear-gradient(transparent 60%, #79ecda 60%);
}
#postcontent a {
	text-decoration: underline;
	color: var(--color-gray);
}
	@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
		#postcontent a {
			color: #606060;
		}
	}

#postcontent a.btn.btn-primary {
    text-decoration: none;
    color: #fff;
}


#postcontent .aligncenter {
    display: block;
    margin: 0 auto !important;
    text-align: center;
}
#postcontent .alignright {
	float: right;
	text-align: right;
}
#postcontent .alignleft {
	float: left;
	text-algin: left;
}
#postcontent img,
#postcontent img[class*="wp-image-"],
#postcontent img[class*="attachment-"] {
	margin-top: 32px;
	margin-bottom: 32px;
    max-width: 100%;
    height: auto;
}
.post-thumbnail .field--name-field-image{
    position: relative;
    overflow: hidden;
    max-height: 564px;
}

#postcontent figure {
	max-width: 100% !important;
	margin: 32px 0;
}
	@media screen and (min-width: 599px) {
		#postcontent figure {
			text-align: center;
		}
	}
#postcontent figure figcaption {
	font-size: 14px;
	color: var(--color-gray);
}
	@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
		#postcontent figure figcaption {
			font-size: 10px;
			color: #606060;
		}
	}
	@media screen and (max-width: 767px) {
		#postcontent figure figcaption {
			font-size: 12px;
		}
	}
#postcontent figure > img {
	margin: 0 !important;
}
#postcontent figure img + figcaption {
	margin-top: 8px !important;
	margin-bottom: 32px !important;
}

#postcontent .button {
	color: #fff !important;
	text-decoration: none;
}
#postcontent .webform-button--submit.button{
	color: #fff !important;
	text-decoration: none;
	backgound:#ed8492;
	padding: 15px !important;
	display: inline-block;
	height: 55px;
	border-radius: 5px;
	border: none;
	min-width: 200px;
}

#postcontent ul {
	list-style: disc;
	margin-left: 1rem;
}
#postcontent ul li {
	margin-bottom: .5rem;
}

#postcontent .event-accessmap {
	margin-bottom: 1rem;
}
#postcontent .event-accessmap > iframe {
	max-width: 100%;
	max-height: 320px;
}

/*#postcontent */.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 20px;
}
/*#postcontent */.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


/* list-article-style */
.list-article {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	align-content: stretch;
	font-size: var(--font-size-smaller);
	overflow: hidden;
}
	@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
		.list-article {
			font-size: 12px;
		}
	}
.list-article section {
	position: relative;
}
.list-article section:hover {
	opacity: .75;
}
.list-article .thumbs figure {
	text-align: center;
	overflow: hidden;
	position: relative;
	line-height: 0;
}
.list-article .thumbs figure img {
	width: 100%;
}
.list-article .txt .ttl {
	margin-bottom: 8px;
	word-wrap: normal;
	hyphens: manual;
}
	@media screen and (min-width: 599px) {
		.list-article .txt .ttl {
			font-size: 1rem;
		}
	}
.list-article .txt .auth {
	font-size: var(--font-size-small);
	color: var(--color-gray-lighter);
	float: left;
}
	@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
		.list-article .txt .auth {
			font-size: 10px;
			color: #919191;
		}
	}
.list-article .txt .date {
	font-size: var(--font-size-small);
	color: var(--color-gray-lighter);
	float: right;
}
	@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
		.list-article .txt .date {
			font-size: 10px;
			color: #919191;
		}
	}
.list-article .column--smama,
.list-article.vert .column--smama,
.list-article.horiz .column--smama,
.list-article.single .column--smama {
	padding: .625em 1.25em !important;
	margin: 0;
}
	@media screen and (min-width: 599px) {
		.list-article .column--smama,
		.list-article.vert .column--smama,
		.list-article.horiz .column--smama,
		.list-article.single .column--smama {
			padding: 1.25em 1.25em !important;
		}
	}

/* SP */
.list-article .is-half--smama {
	flex-basis: 50%;
	flex-grow: 0;
	width: 50%;
}

/* PC */
@media screen and (min-width: 599px) {
	.list-article .is-half--smama {
		flex-basis: 33.333333333333%;
		flex-grow: 0;
	}
	.list-article.horiz .is-mobile.column--smama,
	.list-article.single .column--smama {
		width: calc(100% / 2);
		float: left;
	}
}
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
	.list-article .is-half--smama {
		flex-basis: 29.8%;
	}
}

/* ranking */
.list-article.horiz.ranking .column--smama {
	counter-increment: rank;
}
.list-article.horiz.ranking .column--smama .thumbs {
	position: relative;
	z-index: 1;
}
.list-article.horiz.ranking .column--smama .thumbs:before {
	content: counter(rank);
	width: 29px;
	height: 29px;
	line-height: 29px;
	border-radius: 50%;
	text-align: center;
	background: var(--color-black);
	color: #fff;
	font-size: 15px;
	font-family: 'Quicksand', sans-serif;
	position: absolute;
	top: -5px;
	left: -5px;
	z-index: 2;
}
	@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
		.list-article.horiz.ranking .column--smama .thumbs:before {
			background: #383838;
		}
	}

.list-article.vert .thumbs figure,
.list-article.single .thumbs figure {
	margin-bottom: 8px;
}
.list-article.horiz .txt {
	padding-left: 1.25em !important;
}
.list-article.single .thumbs figure img {
	width: 100%;
	height: 130px;
	object-fit: cover;
}


/* list-keyword */
.list-inline.keyword {
	padding: .625em 1.25em;
}
.list-inline.keyword li {
	padding: 2px;
}


/* list-star */
.list-star {
	margin: 1em 0;
}
.list-star li {
	padding: 8px 0 8px 32px;
	line-height: 1.2;
	border-bottom: 1px dotted #ccc;
	position: relative;
}
.list-star li:before {
	content: "\f005";
	font-family: var(--font-awesome-ico);
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
	@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
		.list-star li:before {
			font-family: "Font Awesome 5 Free";
		}
	}


/* latest-issue */
.columns.is-multiline.column--smama-issue {
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: stretch;
}
	@media screen and (min-width: 599px) {
		.columns.is-multiline.column--smama-issue {
			display: block;
		}
	}
.column--smama-issue {
	padding: 0 1.25em 1.25em 1.25em !important;
	position: relative;
}
.column--smama-issue .book {
	flex-basis: 30%;
}
	@media screen and (min-width: 599px) {
		.column--smama-issue .book {
			display: block;
			width: 100%;
			text-align: center;
			flex-basis: auto;
		}
	}
.column--smama-issue .book figure {
	width: 90px;
	height: 118px;
	position: relative;
}
	@media screen and (min-width: 599px) {
		.column--smama-issue .book figure {
			display: inline-block;
			width: 230px;
			height: 326px;
			margin-bottom: 32px;
		}
	}
.column--smama-issue .book figure:after {
	content: "";
	width: 90px;
	height: 128px;
	background-image: url(../../../../img/bg-stripe-light-gray.png);
	background-size: 7px 7px;
	position: absolute;
	top: 6px;
	left: 6px;
	z-index: 1;
}
	@media screen and (min-width: 599px) {
		.column--smama-issue .book figure:after {
			width: 230px;
			height: 326px;
		}
	}
.column--smama-issue .book figure img {
	position: relative;
	z-index: 2;
}
.columns.is-gapless.column--smama-issue > .column.txt {
	flex-basis: 70%;
	padding-left: 1em !important;
}
	@media screen and (min-width: 599px) {
		.column--smama-issue .txt {
			display: block;
			width: 100%;
			padding: 0 !important;
			text-align: center;
			flex-basis: auto;
		}
	}
.column--smama-issue .txt .ttl {
	margin-bottom: 8px;
	font-size: var(--font-size-large);
	font-weight: bold;
	line-height: 1.2;
}
	@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
		.column--smama-issue .txt .ttl {
			font-size: 20px;
		}
	}
	@media screen and (min-width: 599px) {
		.column--smama-issue .txt .ttl {
			font-size: 150%;
		}
	}
.column--smama-issue .txt p {
	color: var(--color-gray-lighter);
	font-size: var(--font-size-small);
}
	@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
		.column--smama-issue .txt p {
			color: #919191;
			font-size: 10px;
		}
	}
	@media screen and (min-width: 599px) {
		.column--smama-issue .txt p {
			font-size: 100%;
		}
	}
.column--smama-issue .txt .button {
	padding-left: 2px !important;
	padding-right: 2px !important;
}
	@media screen and (min-width: 599px) {
		.column--smama-issue .txt .button {
			font-size: 130%;
			padding: .5em 2em !important;
		}
	}

.smama-subscribe {
	margin: 0 !important;
	padding: 4%;
}


/* login */
.smama-mypage-block {
	border-top: 1px solid #cfcfcf;
	/*border-top: 1px solid #cfcfcf;*/
}
.smama-mypage-block.login {
	background: #fff;
}
.smama-mypage-block.gray {
	background: #f7f7f7;
}

.smama-mypage-block .ttl {
	padding: 30px var(--container-padding) 8px var(--container-padding);
	font-size: var(--font-size-middle);
	font-weight: bold;
}
	@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
		.smama-mypage-block .ttl {
			padding: 30px 3.125% 8px 3.125%;
			font-size: 14px;
		}
	}

.smama-login {
	padding: var(--container-padding);
}
	@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
		.smama-login {
			padding: 3.125%;
		}
	}
.smama-login li {
	margin-bottom: 8px;

}
.smama-login li a {
	height: auto;
	padding: 16px;
	font-size: 16px;
	font-weight: bold;
}

.login-signup .tabs:not(:last-child) {
    margin-bottom: 0;
    background-color: #fff;
}

.login-signup .tabs.is-boxed li.is-active a {
    background-color: #fff;
    border-top: solid 4px rgb(255, 136, 150);
}

.login-signup .tabs.is-boxed li a {
    border-color: #dbdbdb;
    margin-bottom: -2px;
    padding: 1em 3em;
    color: var(--color-black);
    background-color: #fafafa;
}
	@media screen and (max-width: 320px) {
    .login-signup .tabs.is-boxed li a {
        padding: 1em 2em;
        }
    }

.login-signup .tabs.is-boxed li a:hover {
    border-top: solid 4px rgb(255, 136, 150);
}

.login-signup .tabs.is-boxed li:first-child a {
    margin-right: 4px;
}

.login-signup .smama-mypage-block {
    display: none;
    border: none;
}

.login-signup .smama-mypage-block.is-show {
    display: block;
}

.login-signup .button.is-smama.signup:hover {
    color: #363636;
}


/* mypage */
.smama-mypage-menu {
	background-color: #fff;
}
.smama-mypage-menu > ul > li {
	border-bottom: 1px solid #cfcfcf;
	position: relative;
}
.smama-mypage-menu > ul > li .arrow {
	display: block;
	padding: 16px 8px;
	color: var(--color-black);
	position: relative;
}
	@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
		.smama-mypage-menu > ul > li .arrow {
			color: #383838;
		}
	}
.smama-mypage-menu > ul > li .arrow .fas {
	display: inline-block;
	width: 32px;
	height: 16px;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	margin: auto;
	font-family: var(--font-awesome-ico);
	color: var(--color-smama-pink);
}
.smama-mypage-menu ul li .menu-child {
	font-size: var(--font-size-smaller);
	background: #f7f7f7;
}
	@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
		.smama-mypage-menu ul li .menu-child {
			font-size: 12px;
		}
	}
.smama-mypage-menu ul li .menu-child li {
	background-color: #fff;
	padding: 8px 8px 0 8px;
}
.smama-mypage-menu ul li .menu-child li:first-child {
	padding-top: 0;
}
.smama-mypage-menu ul li .menu-child li a {
	display: block;
	padding: 8px;
	border-top: 1px dotted #cfcfcf;
}

@media screen and (max-width: 768px) {
    .free-movie-list {
        display: flex !important;
    }
}

/* menu nav */
.smama-mypage-menu.back > ul > li .arrow {
	padding-left: 2.25em;
}
.smama-mypage-menu.back > ul > li .arrow .fas {
	display: inline-block;
	width: 32px;
	height: 16px;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	right: auto;
	left: 8px;
	margin: auto;
	font-family: var(--font-awesome-ico);
	color: #ccc;
}
	@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
		.smama-mypage-menu.back > ul > li .arrow .fas {
			font-family: "Font Awesome 5 Free";
		}
	}

.userpost-list li {
	display: table;
	width: 100%;
}
.userpost-list li > * {
	display: table-cell;
	vertical-align: middle;
	padding: 16px 8px;
}
.userpost-list li .post-title {
	font-size: var(--font-size-smaller);
	color: var(--color-black);
}
	@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
		.userpost-list li .post-title {
			font-size: 12px;
			color: #383838;
		}
	}
	@media screen and (min-width: 599px) {
		.userpost-list li .post-title {
			font-size: 100%;
		}
	}
.userpost-list li .post-title time {
	font-size: 90%;
}
.userpost-list li .btn-post {
	background-color: #e6e6e6;
	border: 1px solid #ccc;
}


/* smama-form */
.smama-form .box-form {
	padding-top: 8px;
	padding-bottom: 16px;
	border-bottom: 1px solid #cfcfcf;
}
	@media screen and (min-width: 599px) {
		.smama-form .box-form {
			padding-top: 16px;
			padding-bottom: 32px;
		}
	}
.smama-form .box-form:first-child {
	padding-top: 16px;
}
.smama-form .box-form:nth-last-child(2) {
	border-bottom: none;
}
.smama-form .box-form p + * {
	margin-top: 1em;
}
.smama-form .box-form .field-label {
	margin: 0 0 4px 0;
}
.smama-form .box-form .field-label .label {
	text-align: left !important;
	font-weight: normal;
	font-family: var(--font-style-bold);
}
	@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
		.smama-form .box-form .field-label .label {
			font-family: 'DFKingGothicJP13N-Semibold',"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		}
	}
.smama-form .box-form .field-label .label .required {
	display: inline-block;
	padding: 1px 4px;
	float: right;
	font-size: var(--font-size-smaller);
	background-color: var(--color-smama-pink);
	color: #fff;
}
	@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
		.smama-form .box-form .field-label .label .required {
			font-size: 12px;
			background-color: #ff8896;
		}
	}
	@media screen and (min-width: 599px) {
		.smama-form .box-form .field-label .label .required {
			float: none;
			margin-left: 8px;
		}
	}
.smama-form .box-form input[type="checkbox"],
.smama-form .box-form input[type="radio"] {
	margin: 0.25em;
}
.smama-form .box-form .file-cta {
	width: 100%;
	justify-content: center;
	background-color: #e6e6e6;
	border: 1px solid #ccc;
}

.smama-form-child-stat {
	padding: 8px;
}
.smama-form-child-stat > * {
	padding: 4px 0;
}
.smama-form-child-stat + * {
	border-top: 1px dotted #cfcfcf;
}

.box-form .is-two-button {
	width: 100%;
	display: block;
}
.box-form .is-two-button .button {
	display: block;
	width: calc(100% / 2.05) !important;
}

/* smama-error */
.smama-error li {
	list-style-type: disc;
	margin-left: 1em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

/* other-icon */
.i-complete {
    width: 38px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}


/* IE11
--------------------*/
/* ヘッダーと見出しが被る件 */
main {
    display: block;
}

/* ヘッダーメニューが左寄りになる件 */
.navbar.is-fixed-top {
    position: static;
}

/* モーダルの画像が右寄りになる件 */
@media screen and (min-width: 769px), print {
        .modal-card,
        .modal-content {
            margin: inherit !important;
    }
}



/* 合わせて読みたい AND MORE */
.block-views-blockand-more-block-1 .views-row{
    margin-bottom:10px;

}

.block-views-blockand-more-block-1 .views-row .views-field-title{
   margin-top: 8px;
   margin-bottom: 8px;
   word-wrap: normal;
   hyphens: manual;
   font-weight:bold;
}

.block-views-blockand-more-block-1 .views-row .views-field-field-name{
    font-size: var(--font-size-small);
    color: var(--color-gray-lighter);
    float: left;
}


/* RANKING */
#block-views-block-ranking-block-1 .item{
    clear:both;
}
#block-views-block-ranking-block-1 .item:after{
    content:"";
    display:block;
    width:100%;
    clear:both;
}
#block-views-block-ranking-block-1 .item .views-field-field-image{
    width:30%;
    float:left;
    margin-right:10px;
}
#block-views-block-ranking-block-1 .item .views-field-title{
    text-align: justify;
}
#block-views-block-ranking-block-1 .item .views-field-created{
     font-size: var(--font-size-middle);
    color: var(--color-gray-lighter);
}


/*------------------------------------------------------------------

MY PAGE

--------------------------------------------------------------------*/
#block-writer-dashboard-block,
#block-member-dashboard-block{
    margin-bottom: 0px;
}
#mypage_wrap {
    width: 100%;
    /*padding:15px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#mypage_wrap a {
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    width: 48%;
    display: block;
    padding: 0;
    border: 1px solid #cccccc;
    border-radius: 5px;
    color: #323232;
    margin: 0 0 20px;
    height: 100px;
    padding-top: 19px;
}
#mypage_wrap a:hover {
    background:#fcf2f5;
    border: 2px solid #EF91AD;
}
#mypage_wrap a span {
    display: inline-block;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 47px 0 0;
}
#mypage_message > span {
    background: url(/themes/third_party/gavias_monte/images/svg/chat.svg);
    background-size: 30px 30px;
}
#mypage_editprofile > span {
    background: url(/themes/third_party/gavias_monte/images/svg/user.svg);
    background-size: 30px 34px;
}
#club_search > span {
	background: url(/themes/third_party/gavias_monte/images/svg/star.svg);
	background-size: 30px 34px;
}
#club_search > div {
position: relative;
text-align: right;
	font-size: .75rem;
	top: -.5rem;
	color:#e54e7b;
}
#mypage_event > span {
    background: url(/themes/third_party/gavias_monte/images/svg/star.svg);
    background-size: 30px 30px;
}
#mypage_present > span {
    background: url(/themes/third_party/gavias_monte/images/svg/present.svg);
    background-size: 30px 30px;
}

#mypage_bookmark > span {
    background: url(/themes/third_party/gavias_monte/images/svg/bookmark.svg);
    background-size: 34px 28px;
}

#mypage_logout > span {
    background: url(/themes/third_party/gavias_monte/images/svg/logout.svg);
    background-size: 34px 28px;
}
/*writer -----------------------------------*/
#mypage_wrap.writer a span{
	display:block;
	padding-top:20px;
}
#mypage_wrap.writer a i{
	font-size:21px;
	color:#70afde;
}
#mypage_wrap.writer a:hover {
    background:#aed2ec;
    border: 2px solid #70afde;
}

/*この記事を書いたライター*/
.writer-auther{
	font-size:0.8em;
	text-align:right;
}
#block-views-block-furofu-iru-block-2 .writer-auther a,
#block-views-block-furofu-iru-block-5 .writer-auther a{
    color:#dc6387;
    font-size:14px;
	text-align:right;
    text-decoration:underline;
}
#block-views-block-furofu-iru-block-2 .writer-title,
#block-views-block-furofu-iru-block-5 .writer-title{
    font-size:1.2em;
    font-weight:bold;
    text-align:center;
    color:#dc6387;
    padding-bottom: 5px;
}
#block-views-block-furofu-iru-block-2 .views-field-field-writerpenname,
#block-views-block-furofu-iru-block-5 .views-field-field-writerpenname{
    font-weight:bold;
    padding:10px;
    color:#666;
}
#block-views-block-furofu-iru-block-2 .views-field-field-writer-introduction,
#block-views-block-furofu-iru-block-5 .views-field-field-writer-introduction{
    color:#666;
}

/*マガジン*/
/*
#book{
    height:600px;
}
@media only screen and (max-width : 767px ) {
   #book{
       height:400px;
   }

}
*/

@media only screen and (max-width : 767px ) { 
	.help #block-tafu-2{
		margin-top:65px;
	}
}

#postcontent h2,
#postcontent h3,
#postcontent h4,
#postcontent h5 {
    margin-top:3em;
}



/***登録フォーム****/
#user-register-form .social_login:before{
	content:"SNSアカウントを利用して登録する";
	font-weight:700;
	font-size:16px;
	display: block;
	padding-left:15px;
	padding-right:15px;
}
#user-register-form .social_login div:first-child:before{
	content:"Facebook・LINEアカウントをお持ちの方は、各アカウントに登録されている情報を認証して会員登録が可能です。";
	font-weight:400;
	font-size:14px;
	display: block;
	padding-bottom:20px;
	padding-left:15px;
	padding-right:15px;
}
#user-register-form #edit-mail--description.description{
	display:none !important;
}
#edit-password-policy-status{
	display:none !important;
}
#edit-memberprofile-profiles-0-entity-field-mailmagazine--wrapper legend{
	font-size:16px;
	padding-top:16px;
	border-bottom: 0px;
}
#edit-memberprofile-profiles-0-entity-field-birthymd-0-value label,
.field--name-field-child-info-birthday label{
	display:none !important;
}