/* guideTop */
.guideLogo {
	width: 960px;
	height: 800px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.guideLogo__back {
    position: absolute;
    display: flex;
}
.guideLogo__img0 {
    height: 800px;
    width: auto;
    animation: loop0 200s -100s linear infinite;
}
.guideLogo__img1 {
    height: 800px;
    width: auto;
    animation: loop1 200s linear infinite;
}
@keyframes loop0 {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}
@keyframes loop1 {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-200%);
	}
}
.guideLogo__img2 {
    position: absolute;
    z-index: 2;
    animation: swing 5s linear infinite;
}
@keyframes swing {
	0% {
		transform: rotate(0);
	}
	25% {
		transform: rotate(7deg);
	}
	28% {
		transform: rotate(7deg);
	}
	50% {
		transform: rotate(0);
	}
	75% {
		transform: rotate(-7deg);
	}
	78% {
		transform: rotate(-7deg);
	}
	100% {
		transform: rotate(0);
	}
}
.guideLogo__img3 {
    position: absolute;
    z-index: 3;
}
.guideHeader {
	margin-bottom: 48px;
}
.guideHeader__btn {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #16bbbb;
	position: relative;
	padding: 10px 0;
	border-radius: 26px;
	background: #2edcac1c;
	border: 2px solid #16bbbb;
}
.guideHeader__btn:after {
	content: '';
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	background: #16bbbb;
}
.guideHeader__btnImg {
	position: absolute;
	width: 4%;
	right: 8px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	z-index: 1;
}
.guideTokuten {
	width: 960px;
	margin: 20px auto 32px;
}
.guideTokuten__heading {
	font-size: 32px;
	color: #333;
	text-align: center;
	padding-bottom: 8px;
	margin-bottom: 16px;
}
.guideTokuten__headingEn {
	display: block;
	color: #666;
	font-size: 20px;
	margin-bottom: 4px;
}
.guideTokuten__headingTxt {
	display: inline;
}
.guideTokuten__headingTxt--sp {
	display: none;
}
.guideArea {
	margin-bottom: 16px;
	text-align: center;
}
.guideArea__top {
    font-size: 28px;
    letter-spacing: 5px;
    text-align: center;
    color: #333;
    display: inline-block;
    margin: 0 auto 12px;
    padding: 0 0 4px 0;
    border-bottom: 2px solid #333;
    white-space: nowrap;
}
.guideArea__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.guideArea__item {
	width: calc((100% - 40px) / 6);
	margin-right: 8px;
	margin-bottom: 4px;
}
.guideArea__item:nth-child(6n) {
	margin-right: 0;
}
.guideArea__item:last-child {
    margin-right: 0;
}
.guideArea__link {
    display: block;
    font-size: 24px;
    box-sizing: border-box;
    padding: 8px 0;
    background: #fff;
    border-radius: 24px;
    color: #ea5e8b;
    text-align: center;
    border: 1.5px solid #ea5e8b;
}
.guideListWrap {
	background-image: url(../img/newbackground01-pc.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    margin-top: 32px;
}
.guideTencho {
	/* background-image: url(../img/background-pattern0.jpg);
	background-size: cover; */
	overflow:  hidden;
}
.guideTencho__bar {
    width: 960px;
    margin: 32px auto 0;
}
.guideTencho__heading {
    width: 960px;
    margin: 0 auto;
    font-size: 32px;
    color: #333;
    text-align: center;
    padding-top: 24px;
    padding-bottom: 16px;
}
.guideTencho__headingEn {
	display: block;
	color: #666;
	font-size: 20px;
	margin-bottom: 4px;
}
.guideTenchoList {
	width: 960px;
	margin: 0 auto 24px;
	display: flex;
	flex-wrap: wrap;
}
.guideTenchoList__item {
	width: 50%;
	padding-top: 24px;
	padding-bottom: 24px;
	position: relative;
	border-bottom: 1px dotted #aaa;
}
.guideTenchoList__item:nth-child(even) .guideTenchoList__link {
	border-left: 1px dotted #aaa;
}
.guideTenchoList__link {
	display: flex;
	align-items: center;
	padding: 0 16px;
}
.guideTenchoList__left {
	width: 55%;
	padding: 0 8px 0 0;
	box-sizing: border-box;
}
.guideTenchoList__pref {
    font-feature-settings:"palt";
    width: max-content;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 4px;
    padding: 4px 6px;
    border-bottom: 2px solid #ea5e8b;
    white-space: nowrap;
}
.guideTenchoList__title {
	line-height: 1.2;
	color: #ea5e8b;
	font-weight: bold;
	margin-bottom: 4px;
	font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.guideTenchoList__info {
	display: block;
	font-size: 14px;
	color: #333;
	margin-bottom: 4px;
	line-height: 1.1;
}
.guideTenchoList__more {
	display: block;
	font-size: 18px;
	width: 45%;
	background: #ea5e8b;
	color: #fff;
	padding-left: 16px;
	line-height: 30px;
	box-sizing: border-box;
	letter-spacing: 1px;
	position: relative;
	border-radius: 15px;
}
.guideTenchoList__moreImg {
	width: 22%;
	height: auto;
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
}
.guideTenchoList__right {
	width: 45%;
	padding-bottom: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	position: relative;
}
.guideTenchoList__right img {
	position: relative;
	z-index: 2;
	border-radius: 8px;
}
.guideTenchoList__shadow {
	width: calc(100% - 10px);
	display: block;
	height: calc(100% - 10px);
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgba(90, 63, 3, 0.2);
	z-index: 1;
	border-radius: 8px;
}
.guideTenchoLink {
	width: 400px;
	margin: 0 auto 40px;
}
.guideTenchoLink__more {
	display: block;
	margin: 0px auto 8px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	position: relative;
	padding: 12px 0;
	border-radius: 8px;
	background: linear-gradient(to right, #ff548e, #ffb5b5);
}
.guideTenchoLink__moreImg {
	position: absolute;
	top: 50%;
	right: 16px;
	width: 30px;
	transform: translateY(-50%);
}
.guideGirl {
	/* background-image: url(../img/background-pattern02.jpg);
	background-size: cover; */
	overflow:  hidden;
}
.guideGirl__bar {
	width: 960px;
	margin: 32px auto 0;
}
.guideGirl__heading {
	width: 960px;
    margin: 0 auto;
    font-size: 32px;
    color: #333;
    text-align: center;
    padding-top: 24px;
    padding-bottom: 16px;
}
.guideGirl__headingEn {
	display: block;
	color: #666;
	font-size: 20px;
	margin-bottom: 4px;
}
.guideGirlList {
	width: 960px;
	margin: 0 auto 24px;
	display: flex;
	flex-wrap: wrap;
}
.guideGirlList__item {
	width: 50%;
	padding-top: 24px;
	padding-bottom: 24px;
	position: relative;
	border-bottom: 1px dotted #aaa;
}
.guideGirlList__item:nth-child(even) .guideGirlList__link {
	border-left: 1px dotted #aaa;
}
.guideGirlList__link {
	display: flex;
	align-items: center;
	padding: 0 16px;
}
.guideGirlList__left {
	width: 55%;
	padding: 0 8px 0 0;
	box-sizing: border-box;
}
.guideGirlList__pref {
    font-feature-settings:"palt";
    width: max-content;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 4px;
    padding: 4px 6px;
    border-bottom: 2px solid #ea5e8b;
    white-space: nowrap;
}
.guideGirlList__title {
	line-height: 1.2;
	color: #ea5e8b;
	font-weight: bold;
	margin-bottom: 4px;
	font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.guideGirlList__info {
	display: block;
	font-size: 14px;
	color: #333;
	margin-bottom: 4px;
	line-height: 1.1;
}
.guideGirlList__more {
	display: block;
	font-size: 18px;
	width: 45%;
	background: #ea5e8b;
	color: #fff;
	padding-left: 16px;
	line-height: 30px;
	box-sizing: border-box;
	letter-spacing: 1px;
	position: relative;
	border-radius: 15px;
}
.guideGirlList__moreImg {
	width: 22%;
	height: auto;
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
}
.guideGirlList__right {
	width: 45%;
	padding-bottom: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	position: relative;
}
.guideGirlList__right img {
	position: relative;
	z-index: 2;
	border-radius: 8px;
}
.guideGirlList__shadow {
	width: calc(100% - 10px);
	display: block;
	height: calc(100% - 10px);
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgba(11, 21, 2, 0.2);
	z-index: 1;
	border-radius: 8px;
}
.guideGirlLink {
	width: 400px;
	margin: 0 auto 40px;
}
.guideGirlLink__more {
	display: block;
    margin: 0px auto 8px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    position: relative;
    padding: 12px 0;
    border-radius: 8px;
    background: linear-gradient(to right, #ff548e, #ffb5b5);
}
.guideGirlLink__moreImg {
	position: absolute;
	top: 50%;
	right: 16px;
	width: 30px;
	transform: translateY(-50%);
}
.guideBottom {
	width: 100%;
	/* background-image: url(../img/background-pattern03.jpg);
	background-size: cover;
	overflow: hidden; */
}
.guideThema {
	width: 960px;
	margin: 0 auto 24px;
}
.guideThema__heading {
	font-size: 32px;
	font-weight: bold;
	color: #16bbbb;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 16px;
	border-bottom: 1px solid #333;
	margin-bottom: 16px;
}
.guideThema__headingEn {
	display: block;
	color: #666;
	font-size: 20px;
	margin-bottom: 4px;
}
.guideThema__list {
	display: flex;
	flex-wrap: wrap;
}
.guideThema__item {
	width: calc((100% - 16px) / 3);
	margin-right: 8px;
	margin-bottom: 8px;
}
.guideThema__item:nth-child(3n) {
	margin-right: 0;
}
.guideThema__link {
	display: block;
	box-sizing: border-box;
	padding: 12px 0;
	background: #fff;
	border-radius: 8px;
	color: #16bbbb;
	text-align: center;
	border: 1px solid #16bbbb;
	font-size: 20px;
	position: relative;
}
.thema-open .guideThema__link {
	background: #16bbbb;
	color: #fff;
}
.thema-open .guideThema__link:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 15px 15px;
	border-color: transparent transparent #16bbbb transparent;
	transform: translateX(-50%);
	left: 50%;
	top: 46px;
	opacity: 1;
	animation: fadeIn .8s ease;
}
.guideThemaArea {
	display: none;
	opacity: 0;
}
.thema-open .guideThemaArea {
	width: 960px;
	display: flex;
	background: #16bbbb;
	padding: 24px 32px 16px;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	border-radius: 8px;
	margin-top: 16px;
	opacity: 1;
	animation: fadeIn .8s ease;
}
@keyframes fadeIn {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: flex;
		opacity: 0;

	}
	100% {
		display: flex;
		opacity: 1;
	}
}
@keyframes fadeIn2 {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;

	}
	100% {
		display: block;
		opacity: 1;
	}
}
.guideThema__item:nth-child(3n-1).thema-open .guideThemaArea {
	left: 50%;
	transform: translateX(-50%);
}
.guideThema__item:nth-child(3n).thema-open .guideThemaArea {
	float: right;
}
.guideThemaArea__item {
	width: calc((100% - 40px) / 6);
	margin-right: 8px;
	margin-bottom: 8px;
}
.guideThemaArea__item:nth-child(6n) {
	margin-right: 0;
}
.guideThemaArea__link {
	display: block;
	text-align: center;
	padding: 8px 0;
	font-size: 20px;
	background: #fff;
	color: #16bbbb;
	border: 2px solid #16bbbb;
	border-radius: 8px;
}
.guideFooter {
	margin-top: 24px;
}
.guideFooter__btn {
    width: 400px;
    margin: 0px auto 8px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    position: relative;
    padding: 12px 0;
    border-radius: 8px;
    background: linear-gradient(to right, #ff548e, #ffb5b5);
}
.guideFooter__btnImg {
    position: absolute;
    width: 32px;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.guideChange {
	width: 960px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.guideChange__item {
	width: calc((100% - 40px) / 6);
	margin-right: 8px;
	margin-bottom: 4px;
}
.guideChange__item:nth-child(6n) {
	margin-right: 0;
}
..guideChange__item:last-child {
    margin-right: 0;
}
.guideChange__link {
	display: block;
    font-size: 24px;
    box-sizing: border-box;
    padding: 8px 0;
    background: #fff;
    border-radius: 24px;
    color: #ea5e8b;
    text-align: center;
    border: 1.5px solid #ea5e8b;
}
.guideFooter__copyright {
	font-size: 16px;
	padding: 12px 0;
	color: #fff;
	background: #ff548e;
	text-align: center;
}
.guideFooter__bottom {
	margin: 0 auto;
}

/* footerlink */
#js-areaList {
	height: 0;
	overflow: hidden;
	transition: all .25s ease;
}
#js-areaList.active {
	height: 96px;
}

/* scrollTop */
.scrollTop {
	position: fixed;
	bottom: 50px;
	left: calc(50% + 450px);
	border-radius: 50%;
	background: rgb(255, 246, 176, 0.6);
	z-index: 5;
	display: none;
}
.scrollTop__link {
	display: block;
	font-size: 14px;
	padding: 10px 12.8px;
	text-align: center;
	color: #333;
}
.scrollTop__img {
	margin-bottom: 4px;
	width: 60px;
}

/* postList */
.postLogo {
	width: 960px;
    height: 800px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.postLogo__back {
    position: absolute;
    display: flex;
}
.postLogo__img0 {
    height: 800px;
    width: auto;
    animation: loop0 200s -100s linear infinite;
}
.postLogo__img1 {
    height: 800px;
    width: auto;
    animation: loop1 200s linear infinite;
}
.postLogo__img2 {
    position: absolute;
    z-index: 2;
    animation: swing 5s linear infinite;
}
.postLogo__img3 {
    position: absolute;
    z-index: 3;
}
.postSearchWrap {
	width: 960px;
	margin: 16px auto;
	text-align: center;
}
.postSearch {
    font-size: 28px;
    letter-spacing: 5px;
    text-align: center;
    color: #333;
    display: inline-block;
    margin: 0 auto 12px;
    padding: 0 0 4px 0;
    border-bottom: 2px solid #333;
    white-space: nowrap;
}
.postSearch__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.postSearch__item {
	width: calc((100% - 40px) / 6);
	margin-right: 8px;
	margin-bottom: 4px;
}
.postSearch__item:nth-child(6n) {
	margin-right: 0;
}
.postSearch__item:last-child {
    margin-right: 0;
}
.postSearch__link {
    display: block;
    font-size: 24px;
    box-sizing: border-box;
    padding: 8px 0;
    background: #fff;
    border-radius: 24px;
    color: #ea5e8b;
    text-align: center;
    border: 1.5px solid #ea5e8b;
}
.postSearch__item--active .postSearch__link {
	background: #ea5e8b;
	color: #fff;
}
.postContents {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.postTencho__bar {
    width: 960px;
    margin: 32px auto 0;
}
.postGirl__bar {
    width: 960px;
    margin: 32px auto 0;
}
.postContents__heading {
	width: 100%;
    margin: 0 auto;
    font-size: 32px;
    color: #333;
    text-align: center;
    padding-top: 24px;
    padding-bottom: 16px;
}
.postContents__headingEn {
    display: block;
    color: #666;
    font-size: 20px;
    margin-bottom: 4px;
}
.postList {
	width: 960px;
	margin: 0 auto 48px;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #333;
}
.postList__item {
	width: 50%;
	padding-top: 24px;
	padding-bottom: 24px;
	position: relative;
	border-bottom: 1px dotted #aaa;
}
.postList__item:nth-child(even) .postList__link {
	border-left: 1px dotted #aaa;
}
.postList__item:nth-last-child(-n +2) {
	border-bottom: 0;
}
.postList__link {
	display: flex;
	align-items: center;
	padding: 0 16px;
}
.postList__left {
	width: 45%;
	padding-bottom: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	position: relative;
}
.postList__left img {
	position: relative;
	z-index: 2;
	border-radius: 8px;
}
.postList__shadow {
	width: calc(100% - 10px);
	display: block;
	height: calc(100% - 10px);
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgba(90, 63, 3, 0.2);
	z-index: 1;
	border-radius: 8px;
}
.postList__right {
	width: 55%;
	box-sizing: border-box;
	padding: 0 0 0 8px;
}
.postList__pref {
    font-feature-settings:"palt";
    width: max-content;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 4px;
    padding: 4px 6px;
    border-bottom: 2px solid #ea5e8b;
    white-space: nowrap;
}
.postList__title {
	line-height: 1.2;
	color: #ea5e8b;
	font-weight: bold;
	margin-bottom: 4px;
	font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.postList__info {
	display: block;
	font-size: 14px;
	color: #333;
	margin-bottom: 4px;
	line-height: 1.1;
}
.postList__more {
	display: block;
    font-size: 18px;
    width: 45%;
    background: #ea5e8b;
    color: #fff;
    padding-left: 16px;
    line-height: 30px;
    box-sizing: border-box;
    letter-spacing: 1px;
    position: relative;
    border-radius: 15px;
}
.postList__moreImg {
	width: 22%;
	height: auto;
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
}
.postFooter__btn {
	width: 400px;
    margin: 0px auto 8px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    position: relative;
    padding: 12px 0;
    border-radius: 8px;
    background: linear-gradient(to right, #ff548e, #ffb5b5);
}
.postFooter__btnImg {
	position: absolute;
	width: 32px;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.postChange {
	width: 960px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.postChange__item {
	width: calc((100% - 40px) / 6);
	margin-right: 8px;
	margin-bottom: 4px;
}
.postChange__item:nth-child(6n) {
	margin-right: 0;
}
.postChange__link {
    display: block;
    font-size: 24px;
    box-sizing: border-box;
    padding: 8px 0;
    background: #fff;
    border-radius: 24px;
    color: #ea5e8b;
    text-align: center;
    border: 1.5px solid #ea5e8b;
}
.postFooter__bottom {
	margin: 0 auto;
}
.postFooter__copyright {
	font-size: 16px;
	padding: 12px 0;
	color: #fff;
	background: #ff548e;
	text-align: center;
}

/* single.php */
.articleLogo {
	width: 960px;
    height: 800px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.articleLogo__back {
    position: absolute;
    display: flex;
}
.articleLogo__img0 {
    height: 800px;
    width: auto;
    animation: loop0 200s -100s linear infinite;
}
.articleLogo__img1 {
    height: 800px;
    width: auto;
    animation: loop1 200s linear infinite;
}
.articleLogo__img2 {
    position: absolute;
    z-index: 2;
    animation: swing 5s linear infinite;
}
.articleLogo__img3 {
    position: absolute;
    z-index: 3;
}
.post {
	padding: 0;
	margin-top: 20px;
}
.post__thumbnail {
	width: 600px;
	margin: 0 auto 64px;
}
.post__title {
	width: 960px;
	font-size: 32px;
	line-height: 1.4;
	color: #333;
	margin: 0 auto 32px;
}
.post__contents {
	width: 960px;
	margin: 0 auto 32px;
	padding-top: 32px;
	padding-bottom: 32px;
	border-top: 1px solid #ccc;
	color: #333;
	line-height: 1.6;
}
.post__contents h1 {
	font-size: 2em;
}
.post__contents h2 {
	font-size: 1.5em;
}
.post__contents h3 {
	font-size: 1.17em;
}
.post__contents img {
	width: 600px;
	margin: 0 auto;
}
.articleFooter__btn {
    width: 400px;
    margin: 8px auto;
    text-align: center;
    font-size: 24px;
    color: #fff;
    position: relative;
    padding: 12px 0;
    border-radius: 8px;
}
.articleFooter__btn--dekasegi {
    background: linear-gradient(to right, #ff548e, #ffb5b5);
}
.articleFooter__btnImg {
	position: absolute;
    width: 32px;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.articleFooter__bottom {
	margin: 0 auto;
}
.articleChange {
	width: 960px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.articleChange__item {
	width: calc((100% - 40px) / 6);
	margin-right: 8px;
	margin-bottom: 4px;
}
.articleChange__item:nth-child(6n) {
	margin-right: 0;
}
.articleChange__link {
	display: block;
	font-size: 24px;
	box-sizing: border-box;
	padding: 8px 0;
	background: #fff;
	border-radius: 24px;
	color: #ea5e8b;
	text-align: center;
	border: 1.5px solid #ea5e8b;
}
.articleFooter__copyright {
	font-size: 16px;
	padding: 12px 0;
	color: #fff;
	background: #ff548e;
	text-align: center;
}

/* hover */
@media screen and (min-width: 769px) {
	.guideArea__link:hover,
	.guideThema__link:hover,
	.guideChange__link:hover,
	.postSearch__link:hover,
	.postChange__link:hover,
	.articleChange__link:hover {
		color: #fff;
		background: #ea5e8b;
	}
	.guideThemaArea__link:hover {
		color: #fff;
		background: #ea5e8b;
		border-color: #fff;
	}
	.guideThema__item:hover {
		cursor: pointer;
	}
	.guideTenchoList__link:hover,
	.guideGirlList__link:hover,
	.guideTenchoLink__more:hover,
	.guideGirlLink__more:hover,
	.guideFooter__btn:hover,
	.postList__link:hover,
	.postFooter__btn:hover,
	.articleFooter__btn:hover {
		opacity: 0.8;
	}
	#js-footLink {
		cursor: pointer;
	}
}

/* tablet */
@media screen and (max-width: 768px) and (min-width: 481px) {
	/* guideTop */
	.guideLogo {
		width: 768px;
    	height: 640px;
	}
	.guideTokuten {
		width: auto;
		padding: 0 8px;
	}
	.guideTencho {
		width: auto;
		padding-left: 8px;
		padding-right: 8px;
	}
	.guideTencho__bar {
		width: 100%;
	}
	.guideTencho__heading {
		width: auto;
	}
	.guideTenchoList {
		width: auto;
	}
	.guideTenchoList__pref:after {
		right: -10px;
	}
	.guideTenchoList__more {
		width: 53%;
	}
	.guideGirl {
		width: auto;
		padding-left: 8px;
		padding-right: 8px;
	}
	.guideGirl__bar {
		width: 100%;
	}
	.guideGirl__heading {
		width: auto;
	}
	.guideGirlList {
		width: auto;
	}
	.guideGirlList__pref:after {
		right: -10px;
	}
	.guideGirlList__more {
		width: 53%;
	}
	.guideThema {
		width: auto;
		padding: 0 8px;
	}
	.thema-open .guideThemaArea {
		width: 752px;
		padding: 24px 8px;
	}
	.guideChange {
		width: auto;
		padding: 0 8px;
	}

	/* postlist */
	.postLogo {
		width: 768px;
    	height: 640px;
	}
	.postSearchWrap {
		width: auto;
		padding: 0 8px;
	}
	.postContents {
		width: auto;
		padding: 0 8px;
	}
	.postTencho__bar {
		width: 100%;
	}
    .postGirl__bar {
        width: 100%;
    }
	.postList {
		width: auto;
	}
	.postList__pref:after {
		right: -10px;
	}
	.postList__more {
		width: 53%;
	}
	.postChange {
		width: auto;
		padding: 0 8px;
	}
	.postFooter__bottom {
		width: auto;
	}

	/* single.php */
	.articleLogo {
		width: 768px;
    	height: 640px;
	}
	.post__title {
		width: auto;
		padding: 0 8px;
	}
	.post__contents {
		width: auto;
		padding: 0 8px;
	}
	.articleChange {
		width: auto;
		padding: 0 8px;
	}
}

/* sp */
@media screen and (max-width: 480px) {
	/* guideTop */
	.guideLogo {
		width: 100%;
		height: auto;
		position: relative;
	}
	.guideLogo:after {
	    content: "";
	    display: block;
	    padding-top: 83%;
	}
    .guideLogo__img0 {
        height: 350px;
    }
    .guideLogo__img1 {
        height: 350px;
    }
	.guideHeader {
		margin-bottom: 32px;
	}
	.guideHeader__btn {
		width: calc(100% - 32px);
		font-size: 22px;
		padding: 8px 0;
		border-radius: 20px;
	}
	.guideHeader__btn:after {
		right: 14px;
	}
	.guideHeader__btnImg {
		width: 8%;
	}
	.guideTokuten {
		width: calc(100% - 32px);
		margin: 16px auto 0;
	}
	.guideTokuten__heading {
		font-size: 18px;
        margin-bottom: 8px;
	}
	.guideTokuten__headingEn {
		font-size: 14px;
	}
	.guideArea__top {
		font-size: 18px;
		margin-bottom: 8px;
		letter-spacing: 0;
	}
    .guideArea__list {
        justify-content: flex-start;
    }
	.guideArea__item {
		width: calc((100% - 8px) / 2);
	}
	.guideArea__item:nth-child(6n) {
		margin-right: 8px;
	}
	.guideArea__item:nth-child(2n) {
		margin-right: 0;
	}
	.guideArea__link {
		font-size: 16px;
	}
	.guideListWrap {
		margin-top: 16px;
		background-image: url(../img/newbackground01-sp.jpg);
		/* background-size: contain; */
		background-repeat: no-repeat;
	}
	.guideTencho__bar {
		width: 100%;
	}
	.guideTencho {
		padding: 0 16px;
	}
	.guideTencho__heading {
		width: auto;
		font-size: 18px;
		padding-top: 16px;
		padding-bottom: 8px;
	}
	.guideTencho__headingEn {
		font-size: 14px;
	}
	.guideTenchoList {
		margin-bottom: 16px;
		width: auto;
		display: block;
	}
	.guideTenchoList__item {
		position: relative;
		width: auto;
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.guideTenchoList__link {
		padding: 0;
	}
	.guideTenchoList__left {
		width: 55%;
	}
	.guideTenchoList__pref {
		font-size: 16px;
	}
	.guideTenchoList__pref:after {
		right: -10px;
		border-width: 14px 10px 14px 0px;
	}
	.guideTenchoList__title {
		letter-spacing: -1px;
		font-size: 15px;
	}
	.guideTenchoList__info {
		font-size: 12px;
	}
	.guideTenchoList__more {
		font-size: 16px;
		width: 55%;
		line-height: 28px;
		border-radius: 14px;
	}
	.guideTenchoList__right {
		width: 45%;
	}
	.guideTenchoList__item:nth-child(2n) .guideTenchoList__link {
		flex-direction: row-reverse;
	}
	.guideTenchoList__item:nth-child(2n) .guideTenchoList__link .guideTenchoList__left {
		padding: 0 0 0 8px;
	}
	.guideTenchoList__item:nth-child(even) .guideTenchoList__link {
		border-left: none;
	}
	.guideTenchoLink {
		width: 70%;
		margin: 0 auto 32px;
	}
	.guideTenchoLink__more {
		font-size: 18px;
		border-radius: 20px;
	}
	.guideTenchoLink__moreImg {
		width: 11%;
	}
	.guideGirl {
		padding: 0 16px;
	}
	.guideGirl__bar {
		width: 100%;
        margin: 16px auto 0;
	}
	.guideGirl__heading {
		width: auto;
		font-size: 18px;
		padding-top: 16px;
		padding-bottom: 8px;
	}
	.guideGirl__headingEn {
		font-size: 14px;
	}
	.guideGirlList {
		width: auto;
		margin-bottom: 16px;
	}
	.guideGirlList__item {
		width: auto;
		position: relative;
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.guideGirlList__link {
		padding: 0;
	}
	.guideGirlList__left {
		width: 55%;
	}
	.guideGirlList__pref {
		font-size: 16px;
	}
	.guideGirlList__pref:after {
		right: -10px;
		border-width: 14px 10px 14px 0px;
	}
	.guideGirlList__title {
		letter-spacing: -1px;
		font-size: 15px;
	}
	.guideGirlList__info {
		font-size: 12px;
	}
	.guideGirlList__more {
		font-size: 16px;
		width: 55%;
		line-height: 28px;
		border-radius: 14px;
	}
	.guideGirlList__right {
		width: 45%;
	}
	.guideGirlList__item:nth-child(2n) .guideGirlList__link {
		flex-direction: row-reverse;
	}
	.guideGirlList__item:nth-child(2n) .guideGirlList__link .guideGirlList__left {
		padding: 0 0 0 8px;
	}
	.guideGirlList__item:nth-child(even) .guideGirlList__link {
		border-left: none;
	}
	.guideGirlLink {
		width: 70%;
		margin: 0 auto 32px;
	}
	.guideGirlLink__more {
		font-size: 18px;
		border-radius: 20px;
	}
	.guideGirlLink__moreImg {
		position: absolute;
		top: 50%;
		right: 6px;
		width: 11%;
		transform: translateY(-50%);
	}
	/* .guideBottom {
		background-image: url(../img/background-pattern03.png);
	} */
	.guideThema {
		width: auto;
		padding: 0 16px;
	}
	.guideThema__heading {
		font-size: 18px;
		padding-top: 32px;
		padding-bottom: 8px;
	}
	.guideThema__headingEn {
		font-size: 14px;
	}
	.guideThema__item {
		width: calc((100% - 8px) / 2);
	}
	.guideThema__item:nth-child(3n) {
		margin-right: 8px;
	}
	.guideThema__item:nth-child(2n) {
		margin-right: 0;
	}
	.guideThema__link {
		font-size: 14px;
	}
	.thema-open .guideThema__link:after {
		top: 40px;
	}
	.thema-open .guideThemaArea {
		width: calc(200% + 8px);
		padding: 16px 8px 8px;
		flex-wrap: wrap;
	}
	.guideThema__item:nth-child(3n-1).thema-open .guideThemaArea {
		left: 0;
		transform: none;
	}
	.guideThema__item:nth-child(3n).thema-open .guideThemaArea {
		float: none;
	}
	.guideThema__item:nth-child(2n).thema-open .guideThemaArea {
		float: right;
	}
	.guideThemaArea__item {
		width: calc((100% - 16px) / 3);
	}
	.guideThemaArea__link {
		font-size: 14px;
		border: none;
	}
	.guideThemaArea__item:nth-child(3n) {
		margin-right: 0;
	}
	.guideFooter__btn {
		width: calc(100% - 32px);
		font-size: 22px;
		padding: 8px 0;
		margin-bottom: 8px;
	}
	.guideFooter__btn:after {
		right: 14px;
	}
	.guideFooter__btnImg {
		position: absolute;
		width: 8%;
		right: 8px;
		top: 50%;
		transform: translateY(-50%);
		z-index: 1;
	}
	.guideChange {
		width: auto;
		padding: 0 15px;
        justify-content: flex-start;
	}
	.guideChange__item {
		width: calc((100% - 8px) / 2);
		margin-right: 8px;
		margin-bottom: 4px;
	}
	.guideChange__item:nth-child(2n) {
		margin-right: 0;
	}
	.guideChange__link {
		font-size: 16px;
	}
	.guideFooter__bottom {
		width: 100%;
		margin-top: 0;
	}
	.guideFooter__copyright {
		font-size: 12px;
		padding: 8px 0;
	}

	/* footerlink */
	#js-areaList.active {
		height: 234px;
	}

	/* scrollTop */
	.scrollTop {
		bottom: 16px;
		right: 16px;
		left: auto;
	}
	.scrollTop__link {
		padding: 8px 12.8px;
	}
	.scrollTop__img {
		width: 40px;
	}

	/* postList */
	.postLogo {
		width: 100%;
		height: auto;
    	position: relative;
	}
	.postLogo:after {
		content: "";
	    display: block;
	    padding-top: 83%;
	}
    .postLogo__img0 {
        height: 350px;
    }
    .postLogo__img1 {
        height: 350px;
    }
	.postSearchWrap {
		width: calc(100% - 32px);
		margin: 8px auto 0;
	}
	.postSearch {
		font-size: 18px;
		margin-bottom: 8px;
		letter-spacing: 0;
	}
    .postSearch__list {
        justify-content: flex-start;
    }
	.postSearch__item {
		width: calc((100% - 16px) / 3);
	}
	.postSearch__item:nth-child(3n) {
		margin-right: 0;
	}
    .postSearch__item:last-child {
        margin-right: 0;
    }
	.postSearch__link {
		font-size: 16px;
	}
	.postSearch__item--active .postSearch__link {
		background: #ea5e8b;
		color: #fff;
	}
	.postTencho__bar {
		width: 100%;
	}
	.postGirl__bar {
		width: 100%;
	}
	.postContents {
		width: auto;
		/* padding: 0 16px; */
		margin-bottom: 32px;
	}
	.postContents__heading {
		width: 100%;
		font-size: 18px;
		padding-top: 16px;
		padding-bottom: 8px;
	}
	.postContents__headingEn {
		font-size: 14px;
	}
	.postList {
		border-bottom: 1px solid #333;
		width: calc(100% - 32px);
		margin-bottom: 0;
	}
	.postList__item {
		width: auto;
		padding-top: 16px;
		padding-bottom: 16px;
		position: relative;
	}
	.postList__link {
		display: flex;
		align-items: center;
		padding: 0;
	}
	.postList__item:nth-child(even) .postList__link {
		border-left: 0;
	}
	.postList__item:nth-last-child(-n +2) {
		border-bottom: 1px dotted #aaa;
	}
	.postList__item:last-child {
		border-bottom: 0;
	}
	.postList__left {
		width: 45%;
	}
	.postList__right {
		width: 55%;
	}
	.postList__pref {
		font-size: 16px;
	}
	.postList__pref:after {
		right: -10px;
		border-width: 14px 10px 14px 0px;
		border-color: #16bbbb transparent #0d6e9c #0d6e9c;
	}
	.postList__title {
		letter-spacing: -1px;
		font-size: 15px;
	}
	.postList__info {
		font-size: 12px;
	}
	.postList__more {
		font-size: 16px;
		width: 55%;
		line-height: 28px;
		letter-spacing: 1px;
		border-radius: 14px;
	}
	.postFooter__btn {
		width: calc(100% - 32px);
		font-size: 22px;
		padding: 8px 0;
		border-radius: 20px;
		margin-bottom: 8px;
	}
	.postFooter__btn:after {
		right: 14px;
	}
	.postFooter__btnImg {
		width: 8%;
	}
	.postChange {
		width: auto;
		padding: 0 15px;
	}
	.postChange__item {
		width: calc((100% - 8px) / 2);
		margin-right: 8px;
		margin-bottom: 4px;
	}
	.postChange__item:nth-child(2n) {
		margin-right: 0;
	}
	.postChange__link {
		font-size: 16px;
	}
	.postFooter__bottom {
		width: 100%;
	}
	.postFooter__copyright {
		font-size: 12px;
		padding: 8px 0;
	}

	/* single.php */
	.articleLogo {
		width: 100%;
	    height: auto;
	    position: relative;
	}
	.articleLogo:after {
	    content: "";
	    display: block;
	    padding-top: 83%;
	}
    .articleLogo__img0 {
        height: 350px;
    }
    .articleLogo__img1 {
        height: 350px;
    }
	.post {
		padding: 0 16px 32px;
		margin-top: 16px;
	}
	.post__thumbnail {
		width: auto;
		margin-bottom: 24px;
	}
	.post__title {
		width: auto;
		font-size: 24px;
		margin-bottom: 24px;
	}
	.post__contents {
		width: auto;
		font-size: 15px;
		padding-bottom: 0;
		margin-bottom: 0;
		line-height: 1.4;
	}
	.post__contents img {
		width: 100%;
	}
	.articleFooter__btn {
		width: calc(100% - 32px);
		font-size: 22px;
		padding: 8px 0;
		border-radius: 8px;
		margin-bottom: 4px;
	}
	.articleFooter__btn--dekasegi {
		background: linear-gradient(to right, #ff548e, #ffb5b5);
	}
	.articleFooter__btn:after {
		right: 14px;
	}
	.articleFooter__btnImg {
		width: 8%;
	}
	.articleChange {
		width: auto;
		padding: 0 15px;
	}
	.articleChange__item {
		width: calc((100% - 8px) / 2);
		margin-right: 8px;
		margin-bottom: 4px;
	}
	.articleChange__item:nth-child(2n) {
		margin-right: 0;
	}
	.articleChange__link {
		font-size: 16px;
	}
	.articleFooter__bottom {
		width: 100%;
	}
	.articleFooter__copyright {
		font-size: 12px;
		padding: 8px 0;
	}
}

/* 5s */
@media screen and (max-width: 320px) {
	.guideTokuten__heading {
		font-size: 17px;
	}
	.guideTencho__heading {
		font-size: 17px;
	}
	.guideTenchoList__pref {
		font-size: 14px;
	}
	.guideTenchoList__title {
		font-size: 13px;
	}
	.guideTenchoList__info {
		font-size: 10px;
	}
	.guideTenchoList__more {
		font-size: 14px;
		padding-left: 12px;
		line-height: 24px;
	}
	.guideGirl__heading {
		font-size: 17px;
	}
	.guideGirlList__pref {
		font-size: 14px;
	}
	.guideGirlList__title {
		font-size: 13px;
	}
	.guideGirlList__info {
		font-size: 10px;
	}
	.guideGirlList__more {
		font-size: 14px;
		padding-left: 12px;
		line-height: 24px;
	}
	.guideThema__heading {
		font-size: 17px;
	}
	.guideThema__link {
		font-size: 12px;
	}
	.postContents__heading {
		font-size: 17px;
	}
	.postList__pref {
		font-size: 14px;
	}
	.postList__title {
		font-size: 13px;
	}
	.postList__info {
		font-size: 10px;
	}
	.postList__more {
		font-size: 14px;
		padding-left: 12px;
		line-height: 24px;
	}
}