/* SP・PC共通 */

/* line 7, sass/style.scss */

body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: normal;
	font-size: 0;
	background-color: #f6f7ed;
	color: #787878;
}

/* line 15, sass/style.scss */

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* line 19, sass/style.scss */

a {
	text-decoration: none;
	cursor: pointer;
	z-index: 2;
}

/* line 26, sass/style.scss */

*:focus {
	outline: none;
}

/* ヘッダー */

/* line 31, sass/style.scss */

header {
	width: 100%;
	background-color: #4eb1d2;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

/* ボタン */

/* line 40, sass/style.scss */

.btn__white {
	background-color: #ffffff;
	border: 1px solid #4eb1d2;
	border-radius: 6px;
	color: #4eb1d2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

/* line 49, sass/style.scss */

.btn__white a {
	position: absolute;
	top: 0;
	height: 0;
	width: 100%;
	height: 100%;
	color: #4eb1d2;
	display: block;
}

/* line 62, sass/style.scss */

.btn__blue {
	background-color: #4eb1d2;
	border: 1px solid #4eb1d2;
	border-radius: 6px;
	color: #ffffff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

/* line 71, sass/style.scss */

.btn__blue a {
	position: absolute;
	top: 0;
	height: 0;
	width: 100%;
	height: 100%;
	color: #ffffff;
	display: block;
}

/* line 86, sass/style.scss */

.btn__pink {
	background-color: #ff89b2;
	border: 1px solid #ff89b2;
	border-radius: 6px;
	color: #ffffff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

/* line 95, sass/style.scss */

.btn__pink a {
	position: absolute;
	top: 0;
	height: 0;
	width: 100%;
	height: 100%;
	color: #ffffff;
	display: block;
}

/* シェアボタン */

/* line 113, sass/style.scss */

.btn__share li {
	border-radius: 6px;
}

/* line 116, sass/style.scss */

.btn__share li:hover {
	opacity: 0.6;
}

/* line 121, sass/style.scss */

.btn__share .twitter {
	background-color: #31a7e0;
}

/* line 125, sass/style.scss */

.btn__share .facebook {
	background-color: #2a569c;
}

/* line 129, sass/style.scss */

.btn__share .line {
	background-color: #40ae36;
}

/* カテゴリラベル */

/* line 138, sass/style.scss */

.label__category {
	display: inline-block;
	background-color: #ff89b2;
	color: #ffffff;
}

/* プルダウン---------------------------------------------------------------------------------- */

/* line 148, sass/style.scss */

.selectbox__backnumber,
.selectbox__award {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

/* line 154, sass/style.scss */

.select2-search--dropdown {
	display: none;
}

/* line 159, sass/style.scss */

.selectbox__design {
	height: 40px;
	width: 120px;
	color: #4eb1d2;
	font-size: 14px;
	line-height: 38px;
}

/* line 167, sass/style.scss */

.select2-container--default .select2-selection--single {
	background-color: #ffffff;
	border: 1px solid #4eb1d2;
	border-radius: 6px;
	height: 40px;
}

/* line 173, sass/style.scss */

.select2-container--default .select2-selection--single::after {
	display: block;
	content: "";
	position: absolute;
	top: 12px;
	right: 16px;
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #4eb1d2;
	border-right: 2px solid #4eb1d2;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* line 188, sass/style.scss */

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #4eb1d2;
	line-height: 36px;
	font-size: 14px;
	color: #d2d2d2;
}

/* line 196, sass/style.scss */

.select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none;
}

/* line 200, sass/style.scss */

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

/* line 204, sass/style.scss */

.select2-search .select2-search--dropdown {
	display: none;
}

/* line 208, sass/style.scss */

.select2-dropdown {
	border: 1px solid #4eb1d2;
}

/* line 212, sass/style.scss */

.select2-results__option {
	font-size: 14px;
	color: #4eb1d2;
}

/* line 217, sass/style.scss */

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #d2d2d2;
}

/* line 221, sass/style.scss */

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #4eb1d2;
	color: white;
}

/* ページネーション */

/* line 228, sass/style.scss */

.wp-pagenavi {
	font-size: 0;
	color: #4eb1d2;
	text-align: center;
}

/* line 233, sass/style.scss */

.wp-pagenavi a,
.wp-pagenavi span {
	vertical-align: top;
	font-size: 36px;
	display: inline-block;
	color: #4eb1d2;
	width: 60px;
	height: 60px;
	border-radius: 4px;
	line-height: 58px;
	border: 1px solid #4eb1d2;
	margin-right: 15px;
	background-color: #ffffff;
}

/* line 246, sass/style.scss */

.wp-pagenavi a:last-child,
.wp-pagenavi span:last-child {
	margin-right: 0;
}

/* line 251, sass/style.scss */

.wp-pagenavi a:hover {
	background-color: #4eb1d2;
	color: #ffffff;
}

/* line 256, sass/style.scss */

.wp-pagenavi .current {
	background-color: #4eb1d2;
	color: #ffffff;
}

/* line 261, sass/style.scss */

.wp-pagenavi a.previouspostslink {
	position: relative;
}

/* line 264, sass/style.scss */

.wp-pagenavi a.previouspostslink:hover {
	background-color: #ff89b2;
	border: 1px solid #ff89b2;
}

/* line 268, sass/style.scss */

.wp-pagenavi a.previouspostslink:hover::before {
	border-bottom: 3px solid #ffffff;
	border-left: 3px solid #ffffff;
}

/* line 276, sass/style.scss */

.wp-pagenavi a.nextpostslink {
	position: relative;
}

/* line 279, sass/style.scss */

.wp-pagenavi a.nextpostslink:hover {
	background-color: #ff89b2;
	border: 1px solid #ff89b2;
}

/* line 283, sass/style.scss */

.wp-pagenavi a.nextpostslink:hover::before {
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
}

/* line 291, sass/style.scss */

.wp-pagenavi a.previouspostslink::before {
	display: block;
	content: "";
	position: absolute;
	top: 18px;
	left: 24px;
	width: 20px;
	height: 20px;
	border-bottom: 3px solid #4eb1d2;
	border-left: 3px solid #4eb1d2;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* line 305, sass/style.scss */

.wp-pagenavi a.nextpostslink::before {
	display: block;
	content: "";
	position: absolute;
	top: 18px;
	right: 24px;
	width: 20px;
	height: 20px;
	border-top: 3px solid #4eb1d2;
	border-right: 3px solid #4eb1d2;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* line 320, sass/style.scss */

.wp-pagenavi span.previouspostslink {
	background-color: #d2d2d2;
	border: 1px solid #d2d2d2;
	position: relative;
}

/* line 325, sass/style.scss */

.wp-pagenavi span.previouspostslink::before {
	display: block;
	content: "";
	position: absolute;
	top: 18px;
	left: 24px;
	width: 20px;
	height: 20px;
	border-bottom: 3px solid #ffffff;
	border-left: 3px solid #ffffff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* line 341, sass/style.scss */

.wp-pagenavi span.nextpostslink {
	background-color: #d2d2d2;
	border: 1px solid #d2d2d2;
	position: relative;
}

/* line 346, sass/style.scss */

.wp-pagenavi span.nextpostslink::before {
	display: block;
	content: "";
	position: absolute;
	top: 18px;
	right: 24px;
	width: 20px;
	height: 20px;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* line 367, sass/style.scss */

.page-navi {
	font-size: 0;
	color: #4eb1d2;
	text-align: center;
}

/* line 372, sass/style.scss */

.page-navi li {
	width: 60px;
	height: 60px;
	margin-right: 15px;
	display: inline-block;
	border: none;
}

/* line 379, sass/style.scss */

.page-navi li:last-child {
	margin-right: 0;
}

/* line 384, sass/style.scss */

.page-navi span,
.page-navi a {
	vertical-align: top;
	font-size: 36px;
	display: inline-block;
	color: #4eb1d2;
	width: 60px;
	height: 60px;
	border-radius: 4px;
	line-height: 58px;
	border: 1px solid #4eb1d2;
	background-color: #ffffff;
}

/* line 398, sass/style.scss */

.page-navi span a,
.page-navi a a {
	color: #4eb1d2;
	width: 100%;
	height: 100%;
}

/* line 404, sass/style.scss */

.page-navi span a:hover,
.page-navi a a:hover {
	background-color: #4eb1d2;
	color: #ffffff;
}

/* line 411, sass/style.scss */

.page-navi .current span {
	background-color: #4eb1d2;
	color: #ffffff;
}

/* line 416, sass/style.scss */

.page-navi .previous span {
	position: relative;
	background-color: #d2d2d2;
	border: 1px solid #d2d2d2;
	position: relative;
}

/* line 422, sass/style.scss */

.page-navi .previous span::before {
	display: block;
	content: "";
	position: absolute;
	top: 18px;
	left: 24px;
	width: 20px;
	height: 20px;
	border-bottom: 3px solid #ffffff;
	border-left: 3px solid #ffffff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* line 437, sass/style.scss */

.page-navi .previous a {
	background-color: #ffffff;
	position: relative;
}

/* line 441, sass/style.scss */

.page-navi .previous a::before {
	display: block;
	content: "";
	position: absolute;
	top: 18px;
	left: 24px;
	width: 20px;
	height: 20px;
	border-bottom: 3px solid #4eb1d2;
	border-left: 3px solid #4eb1d2;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* line 455, sass/style.scss */

.page-navi .previous a:hover {
	background-color: #ff89b2;
	border: 1px solid #ff89b2;
}

/* line 459, sass/style.scss */

.page-navi .previous a:hover::before {
	border-bottom: 3px solid #ffffff;
	border-left: 3px solid #ffffff;
}

/* line 467, sass/style.scss */

.page-navi .next span {
	background-color: #d2d2d2;
	border: 1px solid #d2d2d2;
	position: relative;
}

/* line 472, sass/style.scss */

.page-navi .next span::before {
	display: block;
	content: "";
	position: absolute;
	top: 18px;
	right: 24px;
	width: 20px;
	height: 20px;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* line 487, sass/style.scss */

.page-navi .next a {
	position: relative;
	background-color: #ffffff;
}

/* line 491, sass/style.scss */

.page-navi .next a::before {
	display: block;
	content: "";
	position: absolute;
	top: 18px;
	right: 24px;
	width: 20px;
	height: 20px;
	border-top: 3px solid #4eb1d2;
	border-right: 3px solid #4eb1d2;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* line 505, sass/style.scss */

.page-navi .next a:hover {
	background-color: #ff89b2;
	border: 1px solid #ff89b2;
}

/* line 509, sass/style.scss */

.page-navi .next a:hover::before {
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
}

/* line 518, sass/style.scss */

.page-navi li:first-child:nth-last-child(3),
.page-navi li:first-child:nth-last-child(3) ~ li {
	display: none;
}

/* モーダル */

/* line 527, sass/style.scss */

#modal__overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(120, 120, 120, 0.8);
	z-index: 10;
	display: none;
}

/* メインビジュアル---------------------------------------------------------------------------------- */

/* line 540, sass/style.scss */

.mainvisual {
	width: 100%;
	background-color: #4eb1d2;
}

/* line 546, sass/style.scss */

.mainvisual__slider {
	opacity: 0;
	-webkit-transition: opacity 0.1s linear;
	-o-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
}

/* line 550, sass/style.scss */

.mainvisual__slider.slick-initialized {
	opacity: 1;
}

/* line 556, sass/style.scss */

.mainvisual__slider button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* line 568, sass/style.scss */

.mainvisual__slider .slide-dots {
	text-align: center;
}

/* line 571, sass/style.scss */

.mainvisual__slider .slide-dots li {
	display: inline-block;
	margin: 10px;
	width: 20px;
}

/* line 576, sass/style.scss */

.mainvisual__slider .slide-dots li:only-child {
	display: none;
}

/* line 580, sass/style.scss */

.mainvisual__slider .slide-dots li button {
	position: relative;
	text-indent: -9999px;
}

/* line 584, sass/style.scss */

.mainvisual__slider .slide-dots li button:hover {
	cursor: pointer;
}

/* line 587, sass/style.scss */

.mainvisual__slider .slide-dots li button:hover:before {
	background-color: #ff89b2;
}

/* line 592, sass/style.scss */

.mainvisual__slider .slide-dots li button:before {
	content: "";
	display: block;
	font-size: 20px;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background-color: #ffffff;
}

/* line 608, sass/style.scss */

.mainvisual__slider .slide-dots li.slick-active button:before {
	background-color: #ff89b2;
}

/* もっと見るのローディング---------------------------------------------------------------------------------- */

/* line 621, sass/style.scss */

.ajax_loading {
	width: 22px;
	height: 22px;
	margin-top: 12px;
}

/* line 627, sass/style.scss */

.ajax_loading img {
	width: 22px;
	height: 22px;
}

/* wordpress用画像--------------------------------------------------------------------------------- */

/* line 635, sass/style.scss */

img.alignleft {
	text-align: left;
}

/* 画像配置 中央 */

/* line 640, sass/style.scss */

img.aligncenter {
	display: block;
	margin: 0 auto;
}

/* 画像配置 右 */

/* line 646, sass/style.scss */

img.alignright {
	display: block;
	margin: 0 0 0 auto;
}

