@charset "UTF-8";

/* ==================================================
BASE (RESET)
================================================== */

html {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
}

*, *::after, *::before {
	box-sizing: inherit;
}

body {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#all_wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6, p {
	font-size: 100%;
	font-weight: inherit;
	margin: 0;
	padding: 0;
}

ul, ol, dl {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: transparent;
}

ol, li {
	list-style: none;
}

dt, dd {
	font-weight: inherit;
	font-style: normal;
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
	font-size: inherit;
	font-weight: normal;
	font-style: normal;
	empty-cells: show;
}

input, select {
	vertical-align: middle;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

pre {
	white-space: pre-wrap;
}

em, strong, i, b {
	font-style: normal;
	font-weight: inherit;
}

figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

img {
	font-size: 0;
	line-height: 0;
	border: 0;
	vertical-align: bottom;
}

img, object, embed, video {
	max-width: 100%;
}

img, svg {
	max-width: 100%;
	height: auto;
}

/* ---------- */

a {
	font-size: inherit;
	margin: 0;
	padding: 0;
	background: transparent;
	vertical-align: baseline;
}

.jme_share {
	background-color:#fff;
	padding:5px;
	border-radius:5px;
	width:320px;
}

@media screen and (max-width: 1000px) {
	.jme_share {
		margin:0 auto;
		width:60%px;
	}
}

.jme_share li{
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
}

/* ==================================================
FONT
================================================== */

html {
	font-size: 62.5%;
}

@font-face {
	font-family: ‘Noto Serif Japanese’, serif;
	font-weight: 300;
}
@font-face {
	font-family: ‘Noto Serif Japanese’, serif;
	font-weight: 500;
}
@font-face {
	font-family: ‘Noto Serif Japanese’, serif;
	font-weight: bold;
}

body,
#all_wrap {
	font-family: ‘Noto Serif Japanese’, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.6;
	letter-spacing: 0.04em;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "palt", 'liga';
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

/*
===== WEB Fonts CSS Sample =====
■Ekster Regular
font-family: "Ekster-Regular", sans-serif;
font-weight: normal;
font-style: normal;
font-feature-settings: "palt";
letter-spacing: 0;

■Ekster Bold
font-family: "Ekster-Bold", sans-serif;
font-weight: normal;
font-style: normal;
font-feature-settings: "palt";
letter-spacing: 0;

■Oswald Regular
font-family: "Oswald", sans-serif;
font-weight: 400;
font-style: normal;

■Oswald SemiBold
font-family: "Oswald", sans-serif;
font-weight: 600;
font-style: normal;

■Oswald Bold
font-family: "Oswald", sans-serif;
font-weight: 700;
font-style: normal;
*/

#all_wrap {
	font-size: 1.5rem;
}

#all_wrap p:not(:last-child) {
	margin-bottom: 1.5em;
}


/* ==================================================
LINK
================================================== */

a {
	outline: 0;
	transition: opacity 0.4s ease-out 0s, color 0.4s ease-out 0s;
}

a:link {
	text-decoration: none;
	color: #333;
}

a:visited {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #333;
	opacity: 0.7;
}

a:active {
	text-decoration: none;
	color: #333;
}

:focus {
	outline: 0;
}

/* マウスオーバーでimgをZOOM
------------------------------ */

a.hoverZoom {
	position: relative;
	display: block;
	overflow: hidden;
	text-decoration: none;
}

a.hoverZoom img {
	width: 1000px;
	/*親ブロック以上のサイズを指定*/
	max-width: 100%;
	/*原寸より拡大させない*/
	transition: transform .25s linear 0s;
}

a.hoverZoom:hover img {
	transform: scale(1.05);
}

/* ==================================================
PCの時は、.spOnlyを非表示
================================================== */

@media screen and (min-width: 1001px) {
	.sp_only {
		display: none !important;
	}
	.pc_only {}
}

/* ==================================================
SPの時は、.pcOnlyを非表示
================================================== */

@media screen and (max-width: 1000px) {
	.sp_only {}
	.pc_only {
		display: none !important;
	}
}

/* ==================================================
COMMON
================================================== */
body {
}

#all_wrap {
	min-width: 320px;
}

/* RESET CSS CUSTOM */
i {
	display: inline-block;
}

::before, ::after {
	display: inline-block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
/**/


/* ==================================================
header
================================================== */
#jme_hdr {
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

#jme_hdr .logo_set {
	height: 100px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	text-align: left;
	padding: 0 4%;
	max-width: 1360px;
	margin: 0 auto;
}

#jme_hdr .logo_set .illust {
	max-width: 70px;
	width: 18%;
	margin-right: 15px;
}

#jme_hdr .logo_set .illust .svg_style {
	display: block;
	width: 100%;
	height: auto;
	transform: translateY(-3px);
}

#jme_hdr .logo_set .group {
	width: calc(82% - 20px);
	line-height: 1;
}

#jme_hdr .logo_set .group .svg_style {
	display: block;
}

#jme_hdr .logo_set .group .logo {
	display: inline-block;
	margin-right: 10px;
	max-width: 120px;
	width: 34%;
	min-width: 100px;
}

#jme_hdr .logo_set .group .logo .svg_style {
	height: auto;
	width: 100%;
}

#jme_hdr .logo_set .group .catch {
	margin-top: 10px;
	display: inline-block;
}

#jme_hdr .logo_set .group .catch .svg_style {
	width: 100%;
	height: auto;
	max-width: 360px;
}

/* ==================================================
main
================================================== */

#jme_cnt {
	padding: 40px 0 60px;
}

#jme_cnt .area {
	padding: 0 3%;
	margin-bottom: 80px;
}

#jme_cnt .area_ttl {
	font-family: "Ekster-Bold", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-feature-settings: "palt";
	font-size: 3rem;
	line-height: 1;
	letter-spacing: 0;
	margin-bottom: 40px;
}

#jme_cnt .border_box {
	padding: 30px 5%;
	border: 2px solid #000;
	border-radius: 8px;
	max-width: 480px;
	margin: 0 auto;
}

#jme_cnt .border_box .box_ttl {
	font-family: "Ekster-Bold", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-feature-settings: "palt";
	font-size: 2.4rem;
	line-height: 1;
	letter-spacing: 0;
	margin-bottom: 10px;
}

@media screen and (min-width: 1001px) {
#jme_cnt {
}

#jme_cnt .area {
	padding: 0;
}

#jme_cnt .area_ttl {
}

#jme_cnt .border_box {
	margin: 0;
}

#jme_cnt .border_box .box_ttl {
}
}


/* ==================================================
footer
================================================== */

#jme_ftr {
	background: #000;
	position: relative;
	z-index: 0;
}

#jme_ftr .inner {
	padding: 25px 5% 15px;
}

#jme_ftr .j_top {
	margin: 15px 0;
	text-align: center;
}

#jme_ftr .j_top a {
	border: 2px solid #fff;
	border-radius: 8px;
	color: #fff;
	fill: #fff;
	padding: 12px 5px;
	display: block;
	width: 260px;
	position: relative;
	margin: 0 auto;
}

#jme_ftr .j_top a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	margin: auto 0;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}

#jme_ftr .j_top a .svg_style {
	display: block;
	margin: 0 auto;
}

#jme_ftr .copyright {
	font-size: 1.2rem;
	color: #fff;
	margin: 15px 0;
}

#jme_ftr .copyright b {
}

@media screen and (min-width: 1001px) {
#jme_ftr {
}

#jme_ftr .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	padding: 30px 5%;
}

#jme_ftr .j_top {
	margin: 0;
}

#jme_ftr .j_top a {
}

#jme_ftr .j_top a:after {
}

#jme_ftr .j_top a .svg_style {
}

#jme_ftr .copyright {
	margin: 0;
	font-size: 1.3rem;
}

#jme_ftr .copyright b {
}
}


/* //////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////// */

/* ==================================================
OTHERS
================================================== */

.scrollto {
	/**/
}

/* clrfix */

.clrfix::before,
.clrfix::after {
	display: table;
	content: '';
}

.clrfix::after {
	clear: both;
}

/* iOS フルサイズディスプレイ対応 */

.vfit-cover {
	padding-left: constant(safe-area-inset-left);
	padding-right: constant(safe-area-inset-right);
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}


/* ==================================================
SVG
================================================== */
.svg_style {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

/* ==========================================
Single-colored icons can be modified like so:
.name {
	font-size: 32px;
	color: red;
}
========================================== */

.sns_facebook {
	width: 1.005859375em;
}

.sns_twitter {
	width: 1.23046875em;
}

.sns_mixi {
	width: 1.0830078125em;
}

.ico_arrow {
	width: 0.5em;
}

.ico_login {
	width: 0.611328125em;
}

.ico_logout {
	width: 0.611328125em;
}

.ico_mail {
	width: 1.4541015625em;
}

.ico_member {
	width: 2em;
}

.ico_point {
	width: 1.0078125em;
}

.ico_rank {
	width: 0.9609375em;
}

.pct_jme_bold {
	width: 0.826171875em;
}

.pct_jme_shape {
	width: 0.87109375em;
}

.pct_jme {
	width: 0.8486328125em;
}

.pct_jme_white {
	width: 0.8486328125em;
}

.logo_jme {
	width: 3.3359375em;
}

.logo_jme_txt {
	width: 21.69140625em;
}

.logo_jme1 {
	width: 11.103515625em;
}

.logo_jme2 {
	width: 1.330078125em;
}

.logo_jwave {
	width: 8.75em;
}



/* ==================================================
ANIMATION
================================================== */

main {
	animation: body_fadein 0.8s ease 0s both;
}

@keyframes body_fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

header {
	animation: header_intro 1.4s ease-out 0s both;
}

@keyframes header_intro {
	0% {
		transform: translateY(-50vh);
	}
	100% {
		transform: translateY(0);
	}
}

footer {
	animation: footer_intro 1.4s ease-out 0s both;
}

@keyframes footer_intro {
	0% {
		transform: translateY(50vh);
	}
	100% {
		transform: translateY(0);
	}
}


/*.objReady {}

#area_articles article.list {
	transform: translate(0, 120px) scale(0.6);
	opacity: 0;
}

#area_articles article.list.objView {
	animation: obj_view 1.2s ease-out 0s both;
}

@keyframes obj_view {
	0% {
		transform: translate(0, 120px) scale(0.8);
		opacity: 0;
	}
	100% {
		transform: translate(0, 0) scale(1);
		opacity: 1;
	}
}*/



/*

<!-- #################################################################################################### -->
<!-- #################################################################################################### -->
<!-- #################################################################################################### -->
<!-- #################################################################################################### -->
<!-- #################################################################################################### -->
<!-- ##########　HTML コメントアウト記述ルール　######################################################### -->
<!-- #################################################################################################### -->
<!-- #################################################################################################### -->


<!-- ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ -->
<!-- //////////////////////////////////////////////////////////////////// -->
<!-- ///// メインコンテンツエリア（編集エリア） ///////////////////////// -->
<!-- //////////////////////////////////////////////////////////////////// -->

<!-- //////////////////////////////////////////////////////////////////// -->
<!-- //////////////////////////////////////////////////////////////////// -->
<!-- ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ -->

<!-- ==================== 大ブロックエリア ==================== -->
<!-- ==================== //大ブロックエリア ==================== -->

<!-- ***** 中ブロックエリア *************** -->
<!-- ***** //中ブロックエリア *************** -->

<!-- #ID名 -->
<!-- //#ID名 -->

<!-- .class名 -->
<!-- //.class名 -->

<!-- [memo] -->
<!-- //[memo] -->


<!-- ※※※※※ INCLUDE - HEADER ※※※※※ -->
<!--#include virtual="/common/inc_header.html"-->
<!-- ※※※※※ //INCLUDE - HEADER ※※※※※ -->

<!-- ※※※※※ INCLUDE - FOOTER ※※※※※ -->
<!--#include virtual="/common/inc_footer.html"-->
<!-- ※※※※※ //INCLUDE - FOOTER ※※※※※ -->

<!--
[ id/class Name List ]
wrap > area > (group) > set > box

[ memmo ]
TOPページ → <body class="pageHome">
NEWSページ(第2階層) → <body class="pageNews dir2nd">
-->
*/

/* ####################################################################################################
##########　コメントアウト記述ルール　#################################################################
#################################################################################################### */

/* ////////////////////////////////////////////////////////////////////
//////// ブロック区切り ///////////////////////////////////////////////
/////////////////////////////////////////////////////////////////// */

/* ==================================================
大見出し
================================================== */

/* 中見出し（他、説明など）
------------------------------ */

/* ### 小見出し 1 ### */

/* ### ----- ### */

/* 小見出し 2 */

/* ----- */


div[id*="rt_favorite_itemcode_"] {
	display: none;
}

