@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700&display=swap');*/

/* ==================================================
FONT
================================================== */
html { font-size: 62.5%; overscroll-behavior: none; }

body,
#allWrap {
	font-family: ryo-gothic-plusn, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.2;
	letter-spacing: 0.04em;
	color: #fff6dd;

	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  overscroll-behavior: none;

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

/*
--- WEB FONTS ---
■りょうゴシック PlusN R
https://fonts.adobe.com/fonts/ryo-gothic-plusn
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 400;
font-style: normal;

■りょうゴシック PlusN M
https://fonts.adobe.com/fonts/ryo-gothic-plusn
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 500;
font-style: normal;

■りょう Display PlusN M
https://fonts.adobe.com/fonts/ryo-display-plusn
font-family: ryo-display-plusn,serif;
font-weight: 500;
font-style: normal;

■Span Compressed Semibold
https://fonts.adobe.com/fonts/span
font-family: span-compressed,serif;
font-weight: 600;
font-style: normal;

■Proxima Nova Extra Condensed Medium
https://fonts.adobe.com/fonts/proxima-nova
font-family: proxima-nova-extra-condensed,sans-serif;
font-weight: 500;
font-style: normal;
*/

.fontJp {
	font-family: ryo-gothic-plusn, sans-serif;
	font-weight: 400;
}

.fontJp-serif {
	font-family: ryo-display-plusn,serif;
	font-weight: 500;
}

.fontEn {
	font-family: span-compressed,serif;
	font-weight: 600;
}

.fw400 { font-weight: 400; }
.fw500 { font-weight: 500; }
.fw600 { font-weight: 600; }
/*.fw700 { font-weight: 700; }*/

/* ==================================================
LINK
================================================== */
a:link { text-decoration: none; color: inherit; }
a:visited { text-decoration: none; color: inherit; }
a:hover { text-decoration: none; color: inherit; }
a:active { text-decoration: none; color: inherit; }
:focus { outline: 0; }

a.txtLink:link { text-decoration: underline; color: inherit; }
a.txtLink:visited { text-decoration: underline; color: inherit; }
a.txtLink:hover { text-decoration: none; color: inherit; }
a.txtLink:active { text-decoration: none; color: inherit; }

a img { transition: all 0.4s ease-out 0s; }
a:hover img { opacity: 0.6; }

/* ==================================================
VIEW SWITCH
================================================== */

/* View Switch
------------------------------ */
@media screen and (min-width: 901px) {
	.spOnly { display: none !important; }
}

@media screen and (max-width: 900px) {
	.pcOnly { display: none !important; }
}


/* ==================================================
PAGE BASE
================================================== */
body {
	background-color: #460d06;
}

#allWrap {
	text-align: center;
	overflow: hidden;
	font-size: 1.6rem;
	position: relative;
	min-width: 320px;
}

img, svg { display: block;  margin: 0 auto; }

p { line-height: 1.6; }

p:not(:last-child) { margin-bottom: 1.5em; }

i, em { display: inline-block; }

.transition2 {
	transition: all 0.2s ease-out 0s;
}

.transition4 {
	transition: all 0.4s ease-out 0s;
}

.transition6 {
	transition: all 0.6s ease-out 0s;
}

.colorBeige { color: #fff6dd; }
.bgBeige { background-color: #fff6dd; }

.colorBeige2 { color: #ffefbf; }
.bgBeige2 { background-color: #ffefbf; }

.colorGold { color: #bca972; }
.bgBGold { background-color: #bca972; }

/*.bgGradation {
	background: linear-gradient(15deg, #ffff04 0%, #ff9d00 100%);
}*/

.areaTitle {
	letter-spacing: 0.12em;
	font-size: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 90px;
	background: url(/original/mycrafttime/asset/img/svg/ttl_bg.svg) no-repeat center center;
	background-size: contain;
	margin: 0 auto 30px;
}

.areaTitle i {
	margin: 0 0.06em;
}

.area:not(:last-child) {
	margin: 0 auto 80px;
}

.btnStyle {
	display: block;
	background: #aa1827;
	border: 4px solid #bca972;
	padding: 2px;
	max-width: 380px;
	margin: 0 auto;
	width: 96%;
	transition: all 0.4s ease-out 0s;
	position: relative;
	box-shadow: 0 0 16px rgba(0,0,0,0.4);
}

.btnStyle::before,
.btnStyle::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 16px;
	background: url(/original/mycrafttime/asset/img/svg/arrow.svg) no-repeat center center;
	background-size: contain;
}

.btnStyle::before {
	left: 16px;
	transform: rotate(180deg);
}

.btnStyle::after {
	right: 16px;
}

.btnStyle:hover {
	background: #bd2c02;
}

.btnStyle span {
	display: block;
	border: 1px solid #bca972;
	font-size: 1.8rem;
	letter-spacing: 0.06em;
	padding: 15px;
}

.homeBtn {
	background: #460d06;
}

.homeBtn:hover {
	background: #5d0909;
}

.archiveBtn {
}

.archiveBtn::before {
	background: url(/original/mycrafttime/asset/img/svg/icon_archives.svg) no-repeat center center;
}

.messageBtn {
}

.messageBtn::before {
	background: url(/original/mycrafttime/asset/img/svg/icon_mail.svg) no-repeat center center;
}

@media screen and (max-width: 900px) {	

}


/* ==================================================
GLOBAL NAVIGATION
================================================== */
@media screen and (min-width: 641px) {
	#globalNav {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 40px;
		background: rgba(50, 10, 0, 0.85);		
		z-index: 10000;
	}
	
	#globalNav::after {
		content: "";
		position: absolute;
		bottom: 4px;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #bcae80;
	}

	#globalNav .inner {
		height: 100%
	}

	#globalNav a {
		color: #bcae80;
	}

	#menuWrap {
		height: 100%;
		padding: 0 3% 4px;
	}

	#hamburgerBtn {
		display: none;
	}

	#hamburgerBtn a {}

	#hamburgerBtn a::before {}

	#hamburgerBtn a::after {}

	#menuWrap .menuList {
		display: flex;
		justify-content: space-around;
		align-items: center;
		flex-wrap: nowrap;
		flex-direction: row;
		width: 100%;
		height: 100%;
		font-family: proxima-nova-extra-condensed,sans-serif;
		font-weight: 500;
		font-size: 1.6rem;
		letter-spacing: 0.08em;
		max-width: 640px;
		margin: 0 auto;
	}

	#menuWrap .menuList li {
		/*! margin-right: 25px; */
	}

	/*#menuWrap .menuList li:nth-of-type(1) {
		order: 2;
	}

	#menuWrap .menuList li:nth-of-type(2) {
		order: 3;
	}

	#menuWrap .menuList li:nth-of-type(3) {
		order: 4;
	}

	#menuWrap .menuList li:nth-of-type(4) {
		order: 5;
	}

	#menuWrap .menuList li:nth-of-type(5) {
		order: 1;
	}*/

	/* NEW ICON */
	/*#menuWrap .menuList li:nth-of-type(2),
	#menuWrap .menuList li:nth-of-type(3),
	#menuWrap .menuList li:nth-of-type(4) {
		position: relative;
	}
	#menuWrap .menuList li:nth-of-type(2)::after,
	#menuWrap .menuList li:nth-of-type(3)::after,
	#menuWrap .menuList li:nth-of-type(4)::after {
		content: "NEW";
		color: #fff;
		font-size: 1.2rem;
		background: #d41c1c;
		line-height: 1;
		position: absolute;
		bottom: -18px;
		left: 0;
		right: 0;
		text-align: center;
		width: 40px;
		height: 13px;
		margin: 0 auto;
	}*/
	/**/

	#menuWrap .menuList li a {
		display: block;
		padding: 5px 10px;
		transition: all 0.4s ease-out 0s;
	}
	
	#menuWrap .menuList li a:hover {
		color: #fdb402;
	}

	#menuWrap .menuList li.comingsoon a {
		pointer-events: none;
		opacity: 0.3;
	}

	#pageHome #menuWrap .menuList li.current {
		display: none;
	}

	#menuWrap .menuList li.current a {
		pointer-events: none;
		opacity: 0.3;
	}
	
	.topPage #menuWrap .menuList li:nth-of-type(1) {
		display: none;
	}
	
	.archivelistPage #menuWrap .menuList li:nth-of-type(3) a {
		pointer-events: none;
		opacity: 0.3;
	}
	
	.messagePage #menuWrap .menuList li:nth-of-type(4) a {
		pointer-events: none;
		opacity: 0.3;
	}
}

@media screen and (max-width: 640px) {
	#globalNav {
		font-family: proxima-nova-extra-condensed,sans-serif;
		font-weight: 500;
		font-size: 1.7rem;
		letter-spacing: 0.08em;
	}

	#globalNav a {
		color: #bcae80;
	}

	#menuWrap {
		height: 100%;
	}

	#hamburgerBtn {
		height: 40px;
		width: 60px;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 10002;
		transition: all 0.6s ease-out 0s;
	}

	#hamburgerBtn a {
		width: 100%;
		height: 100%;
		display: block;
		position: relative;
		background: rgba(50, 10, 0, 0.85);
	}

	#hamburgerBtn a::before,
	#hamburgerBtn a::after {
		content: "";
		width: 36px;
		height: 1px;
		display: block;
		background: #bcae80;
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
		transition: all 0.6s ease-out 0s;
	}

	#hamburgerBtn a::before {
		top: calc(50% - 4px);
	}

	#hamburgerBtn a::after {
		top: calc(50% + 4px);
	}

	.menuOpen #hamburgerBtn a::before {
		top: calc(50% + 0px);
		transform: rotate(225deg);
		width: 26px;
	}

	.menuOpen #hamburgerBtn a::after {
		top: calc(50% + 0px);
		transform: rotate(315deg);
		width: 26px;
	}

	#menuWrap .menuList {
		position: fixed;
		width: 200px;
		right: -221px;
		top: 42px;
		z-index: 9998;
	}

	#menuWrap.menuOpen .menuList {}

	#menuWrap.menuOpen .menuList {}

	#menuWrap .menuList li {
		height: 42px;
		margin-bottom: 2px;
		transform: translateX(0px);
	}

	#menuWrap .menuList li:nth-of-type(1) {
		transition: transform 0.8s ease 0.0s;
	}

	#menuWrap .menuList li:nth-of-type(2) {
		transition: transform 0.8s ease 0.2s;
	}

	#menuWrap .menuList li:nth-of-type(3) {
		transition: transform 0.8s ease 0.4s;
	}

	#menuWrap .menuList li:nth-of-type(4) {
		transition: transform 0.8s ease 0.6s;
	}

	#menuWrap .menuList li:nth-of-type(5) {
		transition: transform 0.8s ease 0.8s;
	}

	#menuWrap .menuList li:nth-of-type(6) {
		transition: transform 0.8s ease 1s;
	}

	#menuWrap.menuOpen .menuList li:nth-of-type(1),
	#menuWrap.menuOpen .menuList li:nth-of-type(2),
	#menuWrap.menuOpen .menuList li:nth-of-type(3),
	#menuWrap.menuOpen .menuList li:nth-of-type(4),
	#menuWrap.menuOpen .menuList li:nth-of-type(5),
	#menuWrap.menuOpen .menuList li:nth-of-type(6) {
		transform: translateX(-221px);
	}

	/* NEW ICON */
	/*#menuWrap .menuList li:nth-of-type(2),
	#menuWrap .menuList li:nth-of-type(4) {
		position: relative;
	}
	#menuWrap .menuList li:nth-of-type(2)::after,
	#menuWrap .menuList li:nth-of-type(4)::after {
		content: "NEW";
		color: #fff;
		font-size: 1.2rem;
		background: #d41c1c;
		line-height: 1;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 15px;
		text-align: center;
		width: 40px;
		height: 13px;
		margin: auto 0;
		z-index: 1;
	}*/
	/**/

	#menuWrap .menuList li a {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
		flex-direction: row;
		width: 100%;
		height: 100%;
		padding-left: 25px;
		background: #910b18;
		position: relative;
	}
	
	#menuWrap .menuList li a::before {
		content: "";
		position: absolute;
		top: 4px;
		left: 6px;
		width: 6px;
		height: calc(100% - 8px);
		background-color: #bcae80;
	}

	#menuWrap .menuList li:nth-of-type(odd) a {
		background: #ab1928;
	}

	#menuWrap .menuList li.comingsoon a {
		pointer-events: none;
		color: rgba(255, 255, 255, 0.2);
	}

	#pageHome #menuWrap .menuList li.current {
		display: none;
	}

	#menuWrap .menuList li.current a {
		pointer-events: none;
		color: rgba(255, 255, 255, 0.2);
	}
	
	.topPage #menuWrap .menuList li:nth-of-type(1) {
		display: none;
	}
	
	.archivelistPage #menuWrap .menuList li:nth-of-type(3) a {
		pointer-events: none;
		color: #460d06;
	}
	
	.archivelistPage #menuWrap .menuList li:nth-of-type(3) a::before {
		background-color: #460d06;
	}
	
	.messagePage #menuWrap .menuList li:nth-of-type(4) a {
		pointer-events: none;
		color: #460d06;
	}
	
	.messagePage #menuWrap .menuList li:nth-of-type(4) a::before {
		background-color: #460d06;
	}
}


/* ==================================================
HEADER
================================================== */
#hdrWrap {
	background: url(/original/mycrafttime/asset/img/hdr_visual.jpg) no-repeat center right;
	background-size: cover;
	padding: 0 calc(3% + 20px);
}

.subPage #hdrWrap {
	background: url(/original/mycrafttime/asset/img/hdr_visual_2nd.jpg) no-repeat center center;
	background-size: cover;
}

#hdrWrap .hdrInner {
	height: 680px;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 80px 0 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.subPage #hdrWrap .hdrInner {
	height: 360px;
	padding: 60px 0 50px;
}

#hdrWrap .hdrMain {
	width: 100%;
}

#hdrWrap .hdrMain .siteTitle {
	width: 90%;
	max-width: 480px;
	margin: 0 auto 20px;
}

#hdrWrap .hdrMain .siteTitle a {
}

#hdrWrap .hdrMain .siteTitle img {
}

#hdrWrap .hdrMain .date {
	margin-bottom: 30px;
	font-size: 2.2rem;
	letter-spacing: 0.12em;
}

.subPage #hdrWrap .hdrMain .date {
	margin-bottom: 0;
}

#hdrWrap .hdrMain .date p {
}

#hdrWrap .hdrMain .date p i {
	margin: 0 0.3em;
}

#hdrWrap .hdrMain .lead {
	margin-bottom: 60px;
}

#hdrWrap .hdrMain .lead p {
	display: inline-block;
	padding: 8px 30px;
	background-color: rgba(0,0,0,0.2);
}

#hdrWrap .hdrMain .lead p i {
	margin: 0 0.3em;
}

#hdrWrap .hdrMain .bnrBlock {
}

.bnrStyle {
	display: block;
	border: 1px solid #bca972;
	padding: 3px;
	max-width: 350px;
	margin: 0 auto 0 0;
	position: relative;
	box-shadow: 0 0 16px rgba(0,0,0,0.4);
	width: 70%;
}

.bnrStyle:hover img {
}

.bnrStyle:hover img {
	opacity: 1;
	filter: brightness(110%) contrast(110%) saturate(120%);
}

@media screen and (max-width: 900px) {
	#hdrWrap {
		background: url(/original/mycrafttime/asset/img/hdr_visual_sp.jpg) no-repeat center right;
		background-size: cover;
		padding: 0 2%;
	}
	
	.subPage #hdrWrap {
		background: url(/original/mycrafttime/asset/img/hdr_visual_2nd_sp.jpg) no-repeat center center;
		background-size: cover;
	}
	
	#hdrWrap .hdrInner {
		height: 580px;
	}
	
	.subPage #hdrWrap .hdrInner {
		height: 380px;
		padding: 60px 0 50px;
	}
	
	#hdrWrap .hdrMain {
	}
	
	#hdrWrap .hdrMain .siteTitle {
	}
	
	#hdrWrap .hdrMain .siteTitle a {
	}
	
	#hdrWrap .hdrMain .siteTitle img {
	}
	
	#hdrWrap .hdrMain .date {
	}
	
	#hdrWrap .hdrMain .date p {
	}
	
	#hdrWrap .hdrMain .date p i {
	}
	
	#hdrWrap .hdrMain .lead {
		margin-bottom: 40px;
	}
	
	#hdrWrap .hdrMain .lead p {
		max-width: 400px;
		margin: 0 auto;
	}
	
	#hdrWrap .hdrMain .lead p i {
	}
	
	#hdrWrap .hdrMain .bnrBlock {
	}
	
	.bnrStyle {
		margin: 0 auto;
	}
	
	.bnrStyle:hover img {
	}
	
	.bnrStyle:hover img {
	}
}

/* ==================================================
CONTENTS COMMON
================================================== */
#mainCnt {
	background: url(/original/mycrafttime/asset/img/bg.jpg) repeat center center fixed;
	position: relative;
}

#mainCnt::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: #fff;
	z-index: 1;
}

#mainCnt .mainCnt-inner {
	padding: 1px calc(3% + 20px);
}

#mainCnt .mainCnt-inner::before,
#mainCnt .mainCnt-inner::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #bcae80;
	z-index: 1;
}

#mainCnt .mainCnt-inner::before {
	top: 4px;
}

#mainCnt .mainCnt-inner::after {
	bottom: 44px;
}

#areaWrap {
	background-color: #5d0909;
	position: relative;
	z-index: 5;
	box-shadow: 0 0 16px rgba(0,0,0,0.2);
	max-width: 1200px;
	margin: -40px auto 0;
	padding: 45px 3% 80px;
}

#areaWrap::before,
#areaWrap::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #bcae80;
	z-index: 1;
}

#areaWrap::before {
	top: 4px;
}

#areaWrap::after {
	bottom: 4px;
}

#areaWrap .area {}

#areaWrap .area.wideBlock {
	background: #460d06;
	padding: 40px 3% 60px;
	width: calc(106% + 60px);
	left: calc(-3% - 30px);
	position: relative;
}

#areaWrap .area.wideBlock::after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 6px;
	left: 6px;
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	border: 1px solid #bca972;
}


@media screen and (max-width: 900px) {
	#mainCnt {
	}
	
	#mainCnt::after {
	}
	
	#mainCnt .mainCnt-inner {
		padding: 1px 2%;
	}
	
	#mainCnt .mainCnt-inner::before,
	#mainCnt .mainCnt-inner::after {
	}
	
	#mainCnt .mainCnt-inner::before {
	}
	
	#mainCnt .mainCnt-inner::after {
	}
	
	#areaWrap {
	}
	
	#areaWrap::before,
	#areaWrap::after {
	}
	
	#areaWrap::before {
	}
	
	#areaWrap::after {
	}
	
	#areaWrap .area {
	}
	
	#areaWrap .area.wideBlock {
		width: 100%;
		left: 0;
	}
	
	#areaWrap .area.wideBlock::after {
	}
}


/* ==================================================
FOOTER
================================================== */
#ftrAbove {
	padding: 80px 3% 60px;
	margin: 0 auto;
	background-color: #fff;
}

/* PAGE TOP BUTTON
------------------------------ */
#pagetopBtn {
	margin: 0 auto 60px;
}

#pagetopBtn a {
	display: block;
	width: 40px;
	height: 40px;
	position: relative;
	margin: 0 auto;
}

#pagetopBtn a::before {
	content: "";
	display: block;
	width: 17px;
	height: 17px;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 4px);
	left: 0;
	right: 0;
	margin: 0 auto;
}

#ftrWrap {
	background-color: #000;
	padding: 40px 3%;
}

#ftrWrap .ftrInner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

#ftrWrap .logo {
	width: 160px;
	height: 20px;
}

#ftrWrap .logo a {
	display: block;
}

#ftrWrap .copyright {
	font-size: 1.2rem;
	color: #fff;
}

#ftrWrap .copyright b {
	display: inline-block;
	margin-right: 6px;
	font-size: 110%;
	transform: translateY(1px);
}

@media screen and (max-width: 900px) {
	#ftrWrap .ftrInner {
		display: block;
	}

	#ftrWrap .logo {
		width: 140px;
		margin: 0 auto 20px;
	}

	#ftrWrap .copyright {}
}


/* ==================================================
ANIMATION
================================================== */
#allWrap {
	will-change: animation;
	animation: accessFadein 1.2s linear 0.2s both;
}

@keyframes accessFadein {
	0% { opacity: 0; }
	30% { opacity: 0; }
	100% { opacity: 1; }
} 


/* ////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////// */


/* ==================================================
OTHERS
================================================== */
.scrollto {}

/* clrfix */
.clrfix::before, .clrfix::after { display: table; content: ''; }
.clrfix::after { clear: both; }

.none { display: none; }
