@charset 'UTF-8';

html {
	overflow-y: scroll;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 100%;
	vertical-align: baseline;
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
th {
	font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	display: block;
}

ol,
ul,
li {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	background: transparent;
	font-size: 100%;
	vertical-align: baseline;
}

ins {
	background-color: #ffff99;
	color: #000000;
	text-decoration: none;
}

mark {
	background-color: #ffff99;
	color: #000000;
	font-weight: bold;
	font-style: italic;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

input,
select {
	vertical-align: middle;
}

img,
object,
embed {
	vertical-align: top;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;

	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	        text-size-adjust: 100%;
}

html[lang='en'] {
	font-family: Helvetica, sans-serif;
}

html.is-no-scroll {
	overflow: hidden;
	height: 100%;
}

body {
	position: relative;
	overflow-x: hidden;
	min-width: 320px;
	background: #ffffff;
	color: #222222;
	line-height: 1.38462;

	-webkit-text-size-adjust: 100%;
}

body.is-no-scroll {
	overflow: hidden;
	height: 100%;
}

input,
textarea,
button {
	font-family: inherit;
	font-size: inherit;
}

input:focus,
textarea:focus,
button:focus {
	outline: none;
}

a {
	color: #226699;
	text-decoration: underline;
}

a[href^='tel:'] {
	color: #222222;
	text-decoration: none !important;
	cursor: default !important;
}

a[href^='tel:']:hover {
	text-decoration: none !important;
}

a[href^='tel:']:focus {
	outline: none;
}

html:not(.js-sp) a[href^='tel:'] {
	pointer-events: none;
}

img {
	max-width: 100%;
}

hr {
	height: 1px;
	margin: 0;
	padding: 0;
	border: none;
	background: #222222;
	line-height: 0;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'] {
	margin: 0;
	padding: 7px 12px;
	border: 1px solid #222222;
	border-radius: 0;
	background: #ffffff;
	font-size: .85714rem;
	vertical-align: middle;

	-webkit-appearance: none;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder {
	opacity: 1;
	color: #cccccc;
}

input[type='text']::-ms-input-placeholder,
input[type='tel']::-ms-input-placeholder,
input[type='email']::-ms-input-placeholder,
input[type='search']::-ms-input-placeholder {
	opacity: 1;
	color: #cccccc;
}

input[type='text']::placeholder,
input[type='tel']::placeholder,
input[type='email']::placeholder,
input[type='search']::placeholder {
	opacity: 1;
	color: #cccccc;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder {
	opacity: 1;
	color: #cccccc;
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder {
	opacity: 1;
	color: #cccccc;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder {
	opacity: 1;
	color: #cccccc;
}

input[type='search'] {
	border-radius: 4px 0 0 4px;
}

input[type='button'] {
	margin: 0;
	padding: 0;
	border: none;
	cursor: pointer;

	-webkit-appearance: none;
}

textarea {
	margin: 0;
	padding: 7px 12px;
	border: 1px solid #222222;
}

select {
	padding-left: 10px;
	border: 1px solid #222222;
	background: #ffffff;
	text-transform: none;
}

button {
	margin: 0;
	padding: 0;
	border: none;
	cursor: pointer;

	-webkit-appearance: none;
}

.field-check label {
	display: block;
	position: relative;
}

.field-check label > * {
	display: inline-block;
	vertical-align: top;
}

.field-check input[type='radio'],
.field-check input[type='checkbox'] {
	position: absolute;
	z-index: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;

	   -moz-appearance: none;
	        appearance: none;
	-webkit-appearance: none;
}

.field-check input[type='radio']:focus,
.field-check input[type='checkbox']:focus {
	outline: none;
}

.field-check input[type='radio'] + label,
.field-check input[type='checkbox'] + label {
	position: relative;
	z-index: 1;
	background: #cccccc;
	line-height: 1;
	cursor: pointer;
}

.field-check input[type='radio'] {
	cursor: pointer;
}

.field-check input[type='radio']:checked + label {
	background: #c40f1e;
	color: #ffffff;
	text-align: center;
}

.arrow-link {
	display: inline-block;
	position: relative;
	min-height: 15px;
	padding-right: 20px;
}

.arrow-link::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 15px;
	height: 15px;
	margin-top: -7.5px;
	background: url(/prmagazine/assets/img/icon_link.png) no-repeat center center;
	background-size: contain;
	content: '';
}

.btn-link {
	display: inline-block;
	border-radius: 6px;
	box-shadow: 1.414px 1.414px 2px 0px rgba(0, 0, 0, .3);
	background: #ffffff;
	color: #222222;
}

.btn-link a {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	min-height: 40px;
	color: #222222;
	text-decoration: none;

	-ms-flex-align: center;
}

.ie .btn-link a {
	height: 40px;
}

.btn-link .arrow-link {
	padding-right: 25px;
	padding-left: 15px;
}

.btn-link .arrow-link::after {
	right: 10px;
}

.btn {
	display: block;
	border-radius: 4px;
	background: transparent;
	color: #ffffff;
}

.btn:hover {
	background: transparent;
	color: #ffffff;
	text-decoration: none;
}

.btn:hover {
	cursor: pointer;
}

.btn a {
	text-decoration: none;
}

.btn.btn-x a {
	background: url(/prmagazine/assets/img/icon_x.png) no-repeat 12px center #000000;
	background-size: 20px 17px;
}

.btn.btn-twitter a {
	background: url(/prmagazine/assets/img/icon_twitter.png) no-repeat 12px center #5393c1;
	background-size: 20px 17px;
}

.btn.btn-facebook a {
	background: url(/prmagazine/assets/img/icon_facebook.png) no-repeat 18px center #305196;
	background-size: 8px 16px;
}

.sns-btn-list {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-bottom: 18px;
	line-height: 0;

	-ms-flex-pack: justify;
}

.sns-btn-list > li {
	margin-bottom: 4px;
}

.sns-btn-list > li:nth-child(1) {
	margin-right: 5px;
}

.sns-btn-list > li:nth-child(2) {
	margin-left: 5px;
}

.sns-btn-list a {
	display: block;
	width: 110px;
	height: 30px;
	padding-left: 40px;
	border-radius: 4px;
	box-shadow: .707px .707px 1px 0px rgba(0, 0, 0, .3);
	color: #ffffff;
	font-size: .92857rem;
	line-height: 30px;
}

.movie-list > * + * {
	margin-top: 15px;
}

.news-list > * {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	width: 100%;
	border-radius: 6px;

	-ms-flex-align: center;
}

.news-list > *:nth-child(2n+1) {
	background: #efefef;
}

.news-list .news-date,
.news-list .news-title {
	padding-top: 12px;
	padding-bottom: 12px;
}

.news-list .news-date {
	width: 115px;
	padding-left: 15px;
}

.news-list .news-text {
	    flex: 1;
	padding-right: 15px;

	-ms-flex: 1;
}

.l-section .section-header {
	position: relative;
	line-height: 0;
	text-align: center;
}

.movie-frame {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}

.movie-frame .movie-source {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section-whatsnew {
	margin-bottom: 45px;
	padding-top: 35px;
	border-top: 1px solid #222222;
}

.section-whatsnew .section-header {
	margin-bottom: 35px;
}

.section-special {
	margin-bottom: 75px;
	padding: 30px 40px;
	background: #ffffda;
}

.section-special .l-special-row {
	display: -ms-flexbox;
	display: flex;
	align-items: center;

	-ms-flex-align: center;
}

.section-special .special-img {
	padding-right: 25px;
}

.section-special .special-text {
	    flex: 1;

	-ms-flex: 1;
}

.section-special .special-lead {
	font-size: 1.14286rem;
	font-weight: bold;
	line-height: 1.875;
}

.section-special .link-list {
	display: -ms-flexbox;
	display: flex;
	    flex-wrap: wrap;
	margin: 35px -10px 0;

	-ms-flex-wrap: wrap;
}

.section-special .link-list .btn-link {
	width: 290px;
	margin: 10px 10px 0;
}

.section-special .link-list .btn-link::after {
	right: 10px;
}

.section-pickup {
	margin-bottom: 20px;
	padding-top: 25px;
	border-top: 2px solid #222222;
}

.section-pickup .section-header {
	margin-bottom: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #222222;
}

.section-pickup .section-body {
	position: relative;
}

.section-pickup .section-body::after {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	border-right: 1px solid #222222;
	content: '';
}

.section-pickup .l-pickup-row {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;

	-ms-flex-pack: justify;
}

.section-pickup .pickup-item {
	display: -ms-flexbox;
	display: flex;
	    flex-wrap: wrap;
	width: 47.2%;

	-ms-flex-wrap: wrap;
}

.section-pickup .pickup-img {
	width: 140px;
}

.section-pickup .pickup-img img {
	border-radius: 10px;
}

.section-pickup .pickup-text {
	width: calc(100% - 140px);
	padding: 0 0 10px 20px;
}

.section-pickup .pickup-vol {
	margin-bottom: 10px;
	padding: 3px 15px 3px 25px;
	border-radius: 10px;
	background: url(/prmagazine/assets/img/icon_label_wh.png) no-repeat 7px center #c40f1e;
	color: #ffffff;
	font-size: .85714rem;
	line-height: 1.2;
}

.section-pickup .pickup-data {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

.section-pickup .pickup-link {
	width: 100%;
}

.section-pickup .btn-link {
	display: table;
	margin-top: -10px;
	margin-left: auto;
}

.section-pickup .btn-link .arrow-link {
	width: 120px;
	min-height: 30px;
	font-size: .92857rem;
}

.ie .section-pickup .btn-link .arrow-link {
	height: 30px;
}

.section-contents {
	padding-bottom: 80px;
}

.section-contents .section-header {
	margin-bottom: 30px;
	padding-top: 25px;
	border-top: 1px solid #222222;
}

.section-contents .l-contents-row {
	display: -ms-flexbox;
	display: flex;
	    flex-wrap: wrap;
	justify-content: center;
	margin: 0 -16px 0;

	-ms-flex-wrap: wrap;
	-ms-flex-pack: center;
}

.section-contents .contents-item {
	width: 312px;
	margin: 0 16px 50px;
	border-radius: 10px;
}

.section-contents .contents-item img {
	border-radius: 10px;
}

.section-contents .contents-link-row {
	display: block;
	position: relative;
}

.js-pc .section-contents .contents-link-row {
	opacity: 1;
	transition: all .3s;
}

.js-pc .section-contents .contents-link-row:hover {
	opacity: .8;
	transition: all .3s;
}

.section-contents .contents-label,
.section-contents .contents-vol,
.section-contents .contents-title {
	position: absolute;
	z-index: 2;
}

.section-contents .contents-label {
	display: block;
	top: 8px;
	left: 5px;
	width: 65px;
	height: 65px;
	background: url(/prmagazine/assets/img/label_new.png) no-repeat center center;
	color: #ffffff;
}

.section-contents .contents-vol {
	display: block;
	top: 10px;
	right: 15px;
	color: #ffffff;
	font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 3.42857rem;
	line-height: 1;
}

.section-contents .contents-title {
	display: -ms-flexbox;
	display: flex;
	bottom: 0;
	left: 0;
	width: 100%;
}

.section-contents .contents-title .text {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 60px;
	padding: 9px 30px 9px 15px;
	background: rgba(255, 255, 255, .8);
	color: #222222;
	font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 1.14286rem;
	font-weight: bold;
	line-height: 1.3125;

	-ms-flex-align: center;
}

.section-contents .contents-title .text::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 15px;
	height: 15px;
	margin-top: -7.5px;
	background: url(/prmagazine/assets/img/icon_link.png) no-repeat center center;
	background-size: contain;
	content: '';
}

.section-contents .item-event .contents-title .text {
	background: transparent;
}

.section-contents .item-event .contents-month {
	position: absolute;
	z-index: 2;
	bottom: 10px;
	left: 10px;
	color: #ffffff;
	font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 3.42857rem;
	font-weight: bold;
	line-height: 1;
}

.section-contents .item-event .contents-month .bunchan,
.section-contents .item-event .contents-month .month {
	display: block;
}

.section-contents .category-img {
	position: relative;
	z-index: 1;
}

.section-contents .category-link-row {
	display: block;
	margin-top: 10px;
	padding-left: 24px;
	background: url(/prmagazine/assets/img/icon_label_red.png) no-repeat 0 top;
	text-decoration: none;
}

.section-contents .category-title {
	font-size: .92857rem;
	font-weight: bold;
	line-height: 1.61538;
	text-decoration: underline;
}

.section-contents .category-catch {
	margin-top: 5px;
	color: #222222;
	font-size: .92857rem;
	line-height: 1.38462;
}

.section-sns {
	padding: 20px 0 80px;
	border-top: 2px solid #222222;
	background: #ffffda;
}

.section-sns .section-header {
	position: relative;
	z-index: 1;
	margin-bottom: 44px;
}

.section-sns .section-header::before {
	display: block;
	position: absolute;
	bottom: -24px;
	left: 0;
	width: 100%;
	height: 74px;
	border-radius: 10px;
	background: #fcf9b4;
	content: '';
}

.section-sns .section-title {
	position: relative;
	z-index: 2;
}

.section-sns .l-sns-row {
	display: -ms-flexbox;
	display: flex;
	    flex-wrap: wrap;
	justify-content: center;
	margin: -20px -16px 0;

	-ms-flex-wrap: wrap;
	-ms-flex-pack: center;
}

.section-sns .link-list {
	width: 100%;
	border-radius: 10px;
	background: rgba(34, 34, 34, .6);
	word-break: break-all;
}

.section-sns .link-list > *::after {
	right: 10px;
}

.section-sns .link-list a {
	display: -ms-flexbox;
	display: flex;
	    flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 60px;
	padding: 1px 15px 4px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;

	-ms-flex-direction: column;
	-ms-flex-pack: center;
	-ms-flex-align: center;
}

.section-sns .link-list .link-text,
.section-sns .link-list .link-url {
	display: block;
	max-width: 100%;
}

.section-sns .link-list .link-text {
	font-size: 1.21429rem;
}

.section-sns .link-list .link-url {
	font-size: .71429rem;
	line-height: 1.1;
}

.section-sns .movie-thumb img {
	border: 1px solid #cccccc;
	border-radius: 10px;
}

.section-sns .movie-caption {
	display: block;
	margin-top: 5px;
}

.section-sns .sns-box {
	position: relative;
	width: 312px;
	margin: 20px 16px 0;
	padding: 6px 6px 3px;
	border-radius: 10px;
}

.section-sns .sns-box.sns-x {
	background-color: #000000;
}

.section-sns .sns-box.sns-twitter {
	background-color: #55acee;
}

.section-sns .sns-box.sns-x .sns-box-header {
	background-image: url(/prmagazine/assets/img/icon_x_banner.png);
	background-position-y: 45px;
}

.section-sns .sns-box.sns-twitter .sns-box-header {
	background-image: url(/prmagazine/assets/img/icon_twitter_banner.png);
	background-position-y: 45px;
}

.section-sns .sns-box.sns-facebook {
	background-color: #3b5998;
}

.section-sns .sns-box.sns-facebook .sns-box-header {
	background-image: url(/prmagazine/assets/img/icon_facebook_banner.png);
	background-position-y: 50px;
}

.section-sns .sns-box.sns-youtube {
	background-color: #6c1010;
}

.section-sns .sns-box.sns-youtube .sns-box-header {
	background-image: url(/prmagazine/assets/img/icon_youtube_banner.png);
	background-position-y: 45px;
}

.section-sns .sns-box.sns-youtube .sns-box-contents {
	padding: 10px;
}

.section-sns .sns-box-header {
	display: -ms-flexbox;
	display: flex;
	align-items: flex-end;
	width: 100%;
	height: 186px;
	padding-bottom: 6px;
	background-repeat: no-repeat;
	background-position-x: center;

	-ms-flex-align: end;
}

.section-sns .sns-box-contents {
	height: calc(100% - 190px);
	border-radius: 10px;
	background: #ffffff;
}

.l-top-hero {
	overflow: hidden;
	margin-bottom: 60px;
}

.l-top-hero .l-slider {
	display: none;
}

.l-top-hero .l-slider.slick-initialized {
	display: block;
}

.l-top-hero .l-slider .slick-list {
	margin-right: -10px;
	padding-bottom: 10px !important;
}

.l-top-hero .l-slider .slick-slide {
	margin-right: 10px;
}

.l-top-hero .l-slider .slide a {
	display: block;
}

.l-top-hero .l-slider .slide-img {
	position: relative;
	margin: 0;
	border-radius: 10px;
}

.l-top-hero .l-slider .slide-img img {
	border-radius: 10px;
}

.l-top-hero .l-slider button {
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;

	-webkit-appearance: none;
	   -moz-appearance: none;
	    -ms-appearance: none;
	        appearance: none;
}

.l-top-hero .l-slider .slick-slide {
	position: relative;
}

.l-top-hero .l-slider .slick-slide:after {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: rgba(153, 94, 99, .7);
	content: '';
}

.l-top-hero .l-slider .slick-slide.slick-current:after {
	display: none;
}

.l-top-hero .l-slider .slick-arrow,
.l-top-hero .l-slider .slick-dots button {
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	cursor: pointer;
}

.l-top-hero .l-slider .slick-arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	width: 38px;
	height: 38px;
	margin-top: -36.5px;
	background-repeat: no-repeat;
	background-position: center center;
}

.l-top-hero .l-slider .slick-arrow.slick-prev {
	left: 10px;
	background-image: url(/prmagazine/assets/img/btn_slider_prev.png);
}

.l-top-hero .l-slider .slick-arrow.slick-next {
	right: 10px;
	background-image: url(/prmagazine/assets/img/btn_slider_next.png);
}

.l-top-hero .l-slider .slick-dots {
	display: table;
	width: auto;
	margin: 10px auto;
	line-height: 0;
}

.l-top-hero .l-slider .slick-dots > * {
	display: table-cell;
	padding: 0 5px;
	vertical-align: middle;
}

.l-top-hero .l-slider .slick-dots > * button {
	width: 10px;
	height: 10px;
	border-radius: 3px;
	background: #999999;
}

.l-top-hero .l-slider .slick-dots > *.slick-active button {
	background: #222222;
}

.l-top-hero .slide-controller-wrapper {
	max-width: 1000px;
	margin: -23px auto 0;
}

.l-top-hero .slide-controller {
	position: relative;
	z-index: 2;
	top: 0;
	right: 0;
	overflow: hidden;
	width: 48px;
	height: 22px;
	margin: 0 0 0 auto;
}

.l-top-hero .slide-controller .controller-btn {
	display: block;
	width: 22px;
	height: 22px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 2px;
	background: no-repeat center center;
	cursor: pointer;

	-webkit-appearance: none;
	   -moz-appearance: none;
	    -ms-appearance: none;
	        appearance: none;
}

.l-top-hero .slide-controller .controller-btn.btn-play {
	float: left;
	background-image: url(/prmagazine/assets/img/btn_play_inactive.png);
}

.l-top-hero .slide-controller .controller-btn.btn-play.is-active {
	background-image: url(/prmagazine/assets/img/btn_play.png);
}

.l-top-hero .slide-controller .controller-btn.btn-pause {
	float: right;
	background-image: url(/prmagazine/assets/img/btn_pause_inactive.png);
}

.l-top-hero .slide-controller .controller-btn.btn-pause.is-active {
	background-image: url(/prmagazine/assets/img/btn_pause.png);
}

html.is-pc.js-tablet .js-pc,
html.is-pc.js-sp .js-pc {
	display: none !important;
}

html.is-pc .is-tablet,
html.is-pc .is-sp {
	display: none !important;
}

html.is-sp.js-tablet .js-sp,
html.is-sp.js-pc .js-sp {
	display: none !important;
}

html.is-sp .is-pc-tablet,
html.is-sp .is-tablet,
html.is-sp .is-pc {
	display: none !important;
}

html.is-tablet .is-pc,
html.is-tablet .is-sp {
	display: none !important;
}

html.js-pc .js-pc {
	display: block !important;
}

html.js-pc .js-tablet,
html.js-pc .js-sp {
	display: none !important;
}

html.js-sp .js-sp {
	display: block !important;
}

html.js-sp .js-tablet,
html.js-sp .js-pc {
	display: none !important;
}

html.js-tablet .js-tablet {
	display: block !important;
}

html.js-tablet .js-pc,
html.js-tablet .js-sp {
	display: none !important;
}

.l-header {
	min-height: 120px;
	margin-bottom: 20px;
	padding-top: 12px;
	border-bottom: 2px solid #222222;
}

.l-header .l-row {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;

	-ms-flex-pack: justify;
	-ms-flex-line-pack: center;
	align-content: center;
}

.l-header .header-logo {
	display: -ms-flexbox;
	display: flex;
	align-items: center;

	-ms-flex-align: center;
}

.l-header .header-logo-buncal {
	padding: 0 10px;
}

.l-header .header-link {
	width: 230px;
}

.l-header .header-link .link-list {
	margin-bottom: 20px;
	border-bottom: 1px solid #222222;
}

.l-header .header-link .link-list > * {
	padding-bottom: 9px;
}

.l-header .header-link .link-list a {
	display: block;
	color: #222222;
	font-size: .92857rem;
	text-align: center;
	text-decoration: none;
}

.l-footer {
	border-top: 2px solid #222222;
}

.l-footer .autho-info {
	font-size: .85714rem;
	line-height: 1.5;
}

.l-footer-top {
	position: relative;
}

.l-footer-bottom {
	padding: 15px 0 55px;
	background: #ffffff;
}

.l-footer-row {
	display: -ms-flexbox;
	display: flex;
	    flex-wrap: wrap;
	justify-content: space-between;

	-ms-flex-wrap: wrap;
	-ms-flex-pack: justify;
}

.l-footer-top .l-footer-row {
	    flex-direction: row-reverse;
	align-items: flex-end;

	-ms-flex-direction: row-reverse;
	-ms-flex-align: end;
}

.footer-belt {
	position: absolute;
	z-index: 2;
	bottom: 25px;
	left: 0;
	width: 100%;
	height: 169px;
}

.footer-img {
	position: relative;
	z-index: 1;
}

.footer-img::before {
	display: block;
	position: absolute;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 120px;
	background: rgba(255, 255, 255, .8);
	content: '';
}

.footer-img img {
	width: 100%;
}

.footer-copyright {
	font-size: .78571rem;
	line-height: 1.45455;
}

.author-info {
	margin-bottom: 10px;
	font-size: .85714rem;
	line-height: 1.5;
}

.author-info > *:nth-child(2),
.author-info > *:nth-child(3) {
	display: inline-block;
}

.author-info > *:nth-child(2) {
	margin-right: 1.5em;
}

.l-inner {
	max-width: 1020px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}

.l-content {
	padding: 30px 0 37px;
}

.l-container {
	max-width: 1020px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}

.page-home .l-container {
	width: 100%;
	max-width: 100%;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}

.no-display {
	display: inline;
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
	z-index: -9999;
	overflow: hidden;
	width: 1px;
	height: 1px;
	font-size: 0;
}

.ttl-hidden {
	display: inline;
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
	z-index: -9999;
	overflow: hidden;
	width: 1px;
	height: 1px;
	font-size: 0;
}

.text-word-break {
	word-break: break-all;
}

.text-break-pre::before {
	white-space: pre;
	content: '\A';
}

.text-break-next::after {
	white-space: pre;
	content: '\A';
}

@media screen and (min-width: 641px) {
	.section-sns .sns-box.sns-x #x-widget-0 {
		width: 300px !important;
		height: 650px !important;
	}

	.section-sns .sns-box.sns-twitter #twitter-widget-0 {
		width: 300px !important;
		height: 650px !important;
	}

	.section-sns .sns-box.sns-facebook .fb_iframe_widget iframe {
		height: 650px !important;
	}

	.is-sp-show {
		display: none !important;
	}
}

@media screen and (max-width: 1000px) {
	.l-top-hero .slide-controller-wrapper {
		padding-right: 5%;
		padding-left: 5%;
	}
}

@media screen and (max-width: 640px) {
	.js-sp input[type='text'],
	.js-sp input[type='tel'],
	.js-sp input[type='email'],
	.js-sp input[type='search'] {
		font-size: 1.14286rem;
	}

	.news-list > * {
		display: block;
		padding-top: 10px;
	}

	.news-list .news-date,
	.news-list .news-title {
		padding-top: 0;
		padding-bottom: 0;
	}

	.news-list .news-date {
		width: auto;
	}

	.news-list .news-text {
		padding-right: 0;
	}

	.news-list a {
		display: block;
		padding: 10px 15px;
	}

	.section-special {
		padding: 20px;
	}

	.section-special .special-img {
		width: 30%;
	}

	.section-special .special-text {
		width: 70%;
	}

	.section-special .link-list {
		margin-top: 20px;
	}

	.section-pickup .section-body::after {
		display: none;
	}

	.section-pickup .l-pickup-row {
		display: block;
	}

	.section-pickup .pickup-item {
		width: 100%;
		margin-top: 20px;
	}

	.section-pickup .btn-link {
		width: 56.25%;
		max-width: 360px;
		margin-top: 10px;
		margin-right: auto;
	}

	.section-pickup .btn-link .arrow-link {
		justify-content: center;
		width: 100%;

		-ms-flex-pack: center;
	}

	.section-sns .section-header {
		margin-bottom: 64px;
	}

	.section-sns .l-sns-row {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	.section-sns .sns-box {
		min-width: 300px;
		margin-right: auto;
		margin-left: auto;
		padding-bottom: 6px;
	}

	.section-sns .sns-box.sns-facebook .fb_iframe_widget {
		width: 288px !important;
	}

	.l-top-hero .l-slider .slick-arrow {
		top: 27.5%;
	}

	.l-top-hero .l-slider .slick-arrow.slick-prev {
		left: 5px;
	}

	.l-top-hero .l-slider .slick-arrow.slick-next {
		right: 5px;
	}

	.l-top-hero .slide-controller-wrapper {
		padding-right: 0;
		padding-left: 0;
	}

	.l-top-hero .slide-controller {
		right: 15px;
	}

	.l-header .l-row {
		    flex-wrap: wrap;

		-ms-flex-wrap: wrap;
	}

	.l-header .header-logo {
		width: 30%;
	}

	.l-header .header-logo-buncal {
		width: 65%;
		padding-right: 0;
	}

	.l-header .header-link {
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		margin-top: 20px;

		-ms-flex-pack: justify;
		-ms-flex-align: center;
	}

	.l-header .header-link .link-list {
		width: 40%;
		margin-bottom: 0;
		border-bottom: none;
	}

	.l-header .header-link .sns-btn-list {
		padding-left: 10px;
	}

	.l-header .header-link .sns-btn-list > * {
		margin-bottom: 0;
	}

	.l-header .header-link .sns-btn-list a {
		width: 100px;
	}

	.l-footer-bottom .l-footer-row {
		display: block;
	}

	.footer-belt {
		bottom: 10px;
		height: 100px;
	}

	.footer-belt .footer-chara img {
		width: auto;
		height: 100px;
	}

	.footer-belt .author-logo img {
		width: auto;
		height: 40px;
	}

	.footer-img::before {
		height: 50%;
	}

	.l-inner {
		width: 100%;
	}

	#contents {
		padding-top: 50px;
	}

	.l-container {
		width: 100%;
	}

	.l-main {
		width: 100%;
	}

	.is-pc-show {
		display: none !important;
	}
}

@media screen and (max-width: 375px) {
	.section-sns .sns-box {
		width: 300px;
	}
}
