@charset "utf-8";

/*
body
{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	
	min-width: 1000px;
	
	color: #000000;
	background-color: #ffffff;
	
	-webkit-text-size-adjust: 100%;
}
*/


#myc
{
	overflow: hidden;
	
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"EE EゴシチE","MS PGothic",sans-serif;
	font-size: 16px;
	word-break: break-word;
    
    background-color: #f4eddd;
}


#myc .cf:after
{
	content: "";
	display: block;
	clear: both;
}


#myc h1,
#myc h2,
#myc h3,
#myc h4,
#myc h5,
#myc h6,
#myc p
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: inherit;
}


#myc table,
#myc tr,
#myc th,
#myc td,
#myc form
{
	margin: 0;
	padding: 0;

	border-collapse: collapse;
}

#myc input[type=text],
#myc input[type=mail],
#myc input[type=password],
#myc textarea,
#myc select,
#myc input+label
{
	font-size: 16px;
}
#myc button,
#myc input[type=submit],
#myc input[type=button]
{
    border: none;
	-webkit-appearance: none;
	border-radius: 0;
    background-color: transparent;
}

#myc th,
#myc td
{
	vertical-align: top;
}

#myc ol,
#myc ul
{
	padding: 0;
	list-style-position: inside;
}

#myc img
{
	border: 0;

	vertical-align: top;
}
#myc .ez-wide
{
	width: 100%;
	height: auto;
}

#myc .sp-only
{
	display: none;
}

#myc .centerview
{
	position: relative;
	margin: 0 auto;

	width: 800px;
}

#myc a
{
    color: #ff7200;
}
#myc a:hover
{
    text-decoration: underline;
}

#myc a img
{
	transition-duration: 0.1s;
}
#myc a:hover img
{
	opacity: 0.85;
}

#myc .partition:after
{
	content: "";
	display: block;
	clear: both;
}
#myc .partition .left
{
	float: left;
	width: 50%;
}
#myc .partition .right
{
	float: right;
	width: 50%;
}

#myc .text+.text
{
	margin-top: 1em;
}

#myc .text-line
{
	display: inline-block;
}

#myc .top-ss
{
	margin-top: 12px;
}

#myc .top-s
{
	margin-top: 16px;
}

#myc .top-m
{
	margin-top: 24px;
}

#myc .top-l
{
	margin-top: 32px;
}

#myc .top-ll
{
	margin-top: 40px;
}

#myc .center
{
	text-align: center;
}



#myc .pagetop-show-position
{
	position: relative;
}

#myc .pagetop-parents
{
	position: relative;
}

#myc #myc-pagetop
{
	position: absolute;
	right: 0;
	bottom: 0;
	
	width: 1px;
	height: 1px;
	
	z-index: 1;
}

html.remodal-is-locked #myc #myc-pagetop .pagetop
{
	display: none !important;
}
#myc.standby #myc-pagetop .pagetop
{
	opacity: 0;
	pointer-events: none;
	
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
}
#myc #myc-pagetop .pagetop.show
{
	opacity: 1;
	pointer-events: inherit;
}

#myc #myc-pagetop .fix-area
{
	position: fixed;
	right: 0;
	bottom: 0;
	
	padding: 16px;
}
#myc #myc-pagetop.no-fix .fix-area
{
	position: inherit;
}

#myc .video
{
	margin: 0 auto;
	width: 1000px;
	
	text-align: center;
}

#myc .gyao-player
{
	margin: 0 auto;
	width: 640px;
	height: 380px;
}



#myc #myc-loading
{
	display: none;
	
	font-size: 13px;
	color: #ccc;
}
#myc.loading #myc-loading
{
	display: inherit;
}
#myc.loading.loaded #myc-loading
{
	display: none;
}

#myc #myc-loading .inner
{
	display: table;
	width: 100%;
	height: 100vh;
}
#myc #myc-loading .inner .inner-sub
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}



#myc.loading #myc-loaded
{
	display: none;
}
#myc.loading.loaded #myc-loaded
{
	display: inherit;
}

#myc .common-shadow
{
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
}



#myc.standby .accordion .accordion-open .is-open
{
	display: none;
}
#myc.standby .accordion.show .accordion-open .is-open
{
	display: inherit;
}
#myc.standby .accordion.show .accordion-open .is-close
{
	display: none;
}

#myc.standby .accordion .accordion-main
{
	display: none;
}



#myc .section
{
	padding: 60px 0;
}

#myc .section-title
{
	text-align: center;
}

#myc .section-inner
{
	margin-top: 52px;
}



#myc .ez-row-ll
{
	margin-top: 48px;
}
#myc .ez-row-l
{
	margin-top: 32px;
}
#myc .ez-row-m
{
	margin-top: 16px;
}
#myc .ez-row-s
{
	margin-top: 8px;
}

#myc .ez-pad-l
{
	padding: 32px 48px;
}
#myc .ez-pad-m
{
	padding: 16px 24px;
}
#myc .ez-pad-s
{
	padding: 8px 12px;
}

#myc .ez-inline
{
	display: inline-block;
}

#myc .ez-zerolist
{
	font-size: 0;
}

#myc .ez-left
{
	text-align: left;
}

#myc .ez-right
{
	text-align: right;
}

#myc .ez-center
{
	text-align: center;
}

#myc .ez-table
{
	display: table;
	
	width: 100%;
}

#myc .ez-tr
{
	display: table-row;
}

#myc .ez-th
{
	display: table-cell;
}

#myc .ez-td
{
	display: table-cell;
}

#myc .ez-wide
{
	width: 100%;
}

#myc .ez-half
{
	width: 50%;
}

#myc .ez-third
{
	width: 33.33%;
}

#myc .ez-flex
{
	display: flex;
}

#myc .ez-content-center
{
	justify-content: center;
}

#myc .ez-flex-wrap
{
	flex-wrap: wrap;
}

#myc .ez-vmiddle
{
	vertical-align: middle;
}
#myc .ez-vtop
{
	vertical-align: top;
}

#myc .ez-small
{
	font-size: 85%;
}

#myc .ez-large
{
	font-size: 120%;
}
#myc .ez-large-2
{
	font-size: 140%;
}

#myc .ez-bold
{
	font-weight: bold;
}

#myc .ez-nowrap
{
	white-space: nowrap;
}

#myc .ez-relative
{
	position: relative;
}

#myc .ez-red
{
	color: #ab0000;
}

#myc .ez-white
{
	color: #fff;
}

#myc .ez-bg-white
{
	background-color: #ffffff;
}

#myc .ez-double
{
	line-height: 2;
}

#myc .ez-subsection
{
	padding: 32px 0;
}
#myc .ez-subsection:first-child
{
	padding-top: 0;
}
#myc .ez-subsection:last-child
{
	padding-bottom: 0;
}

#myc .ez-subsection-inner
{
	margin-top: 20px;
}

#myc .ez-mark
{
	position: relative;
	padding-left: 1em;
}
#myc .ez-mark:before
{
	position: absolute;
	left: 0;
	top: 0;
	
	content: '※';
}
#myc .ez-mark.type-aster:before
{
	position: absolute;
	left: 0;
	top: 0;
	
	content: '*';
}

#myc .ez-pcwidebox
{
	display: flex;
	justify-content: space-between;
}

#myc .ez-pcwidebox .item
{
	width: 100%;
}
#myc .ez-pcwidebox .item+.item
{
	margin-left: 24px;
}

#myc .ez-image-border
{
	box-sizing: border-box;
	border: 1px solid #c0c0c0;
}

#myc .ez-tabview .ez-tabview-header
{
	display: flex;
}

#myc .ez-tabview .ez-tabview-header .item
{
	flex-grow: 1;

	background-color: #ccc;
}
#myc .ez-tabview .ez-tabview-header .item.active
{
	background-color: #fff;
}

#myc .ez-tabview .ez-tabview-header .item a
{
	display: block;
}
#myc .ez-tabview .ez-tabview-header .item.active a
{
	color: inherit;
	text-decoration: none;
	pointer-events: none;
}

#myc .ez-tabview .ez-tabview-content .item
{
	display: none;
}
#myc .ez-tabview .ez-tabview-content .item.active
{
	display: inherit;
}



/*
	modal
*/
#myc .modal
{
	vertical-align: top;
	
	box-sizing: border-box;
	margin: 0 auto;
	padding: 72px 0;
	
	text-align: left;
	
	pointer-events: none;
}

#myc .modal .firstview
{
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 56px 56px 72px;
	width: 647px;
	
	background-size: cover;
	
	pointer-events: auto;
}
#myc .modal.type-movie .firstview
{
	padding: 0;
	width: 1000px;
	
	background-image: inherit;
}

#myc .modal .firstview .close-button
{
	position: absolute;
	right: 0;
	top: -43px;

	width: 42px;
	height: 42px;
}

#myc .modal .firstview .photo-area
{
	position: relative;
}

#myc .modal .firstview .photo-area .button
{
	position: absolute;
	top: 50%;
	transform: translateY(-15px);
}

#myc .modal .firstview .photo-area .slider
{
	position: relative;
}

#myc .modal .firstview .photo-area .swiper-button-prev
{
	left: -36px;
	margin-top: -15px;
	width: 19px;
	height: 30px;
	background-image: url(https://img-shop.mu-mo.net/img/pc_sp/arp_xmas2021/images/modal_prev.png);
	background-size: contain;
}
#myc .modal .firstview .photo-area .swiper-button-next
{
	right: -36px;
	margin-top: -15px;
	width: 19px;
	height: 30px;
	background-image: url(https://img-shop.mu-mo.net/img/pc_sp/arp_xmas2021/images/modal_next.png);
	background-size: contain;
}

#myc .modal .firstview .text-list .item
{
	display: none;
}
#myc .modal .firstview .text-list .item:first-child
{
	display: inherit;
}

#myc .remodal-overlay
{
	background-color: rgba(0,0,0,0.7);
}



/*
	remodal animation
*/
#myc .remodal-overlay.remodal-is-opening,
#myc .remodal-overlay.remodal-is-closing
{
	animation-duration: 0.3s;
	animation-fill-mode: forwards;
}
#myc .remodal-overlay.remodal-is-opening
{
	animation-name: remodal-overlay-opening-keyframes;
}
#myc .remodal-overlay.remodal-is-closing
{
	animation-name: remodal-overlay-closing-keyframes;
}
#myc .remodal.remodal-is-opening,
#myc .remodal.remodal-is-closing
{
	animation-duration: 0.4s;
	animation-fill-mode: forwards;
}
#myc .remodal.remodal-is-opening
{
	animation-name: remodal-opening-keyframes;
}
#myc .remodal.remodal-is-closing
{
	animation-name: remodal-closing-keyframes;
}
@keyframes remodal-opening-keyframes
{
	from
	{
		transform: translateY(-4px);
		opacity: 0;
	}
	to
	{
		transform: none;
		opacity: 1;
	}
}
@keyframes remodal-closing-keyframes
{
	from
	{
		transform: translateY(0px);
		opacity: 1;
	}
	to
	{
		transform: translateY(-4px);
		opacity: 0;
	}
}
@keyframes remodal-overlay-opening-keyframes
{
	from
	{
		opacity: 0;
	}
	to
	{
		opacity: 1;
	}
}
@keyframes remodal-overlay-closing-keyframes
{
	from
	{
		opacity: 1;
	}
	to
	{
		opacity: 0;
	}
}



/*
	menu
*/
#myc #myc-menu-open
{
	position: fixed;
	right: 0;
	top: 0;
	
	z-index: 1;
}

#myc #myc-menu
{
	position: fixed;
	left: 0;
	top: 0;
	
	width: 100%;
	height: 100%;
	
	z-index: 2;
}

#myc #myc-menu .bg
{
	position: absolute;
	
	width: 100%;
	height: 100%;
	
	background-color: rgba(0,0,0,0.3);
	
	transition-duration: 0.4s;
}

#myc #myc-menu .contents
{
	position: relative;
	
	display: flex;
	align-items: center;
	
	padding-left: 200px;
	height: 100%;
	
	margin-left: 50%;
	background-color: #fff;
	
	transition-duration: 0.4s;
}

#myc #myc-menu #myc-menu-close
{
	position: absolute;
	right: 0;
	top: 0;
	
	transition-duration: 0.4s;
}

#myc #myc-menu .list
{
	
}

#myc #myc-menu .list .item+.item
{
	margin-top: 64px;
}

#myc #myc-menu .list .item img
{
	width: 377px;
}



#myc #myc-menu.hide
{
	pointer-events: none;
}

#myc #myc-menu.hide .bg
{
	opacity: 0;
	
	transition-duration: 0.8s;
}

#myc #myc-menu.hide .contents
{
	opacity: 0;
	transform: translateX(2%);
	
	transition-duration: 0.8s;
}

#myc #myc-menu.hide #myc-menu-close
{
	opacity: 0;
	
	transition-duration: 0.8s;
}










#myc .label-bar
{
    padding: 8px 12px;
    
    color: #fff;
    background-color: #AE925B;
}
#myc-attention .attention-list+.label-bar
{
    margin-top: 48px;
}

#myc .period-value
{
    padding: 20px;
}

#myc .gray
{
    color: #333333;
}





#myc-header
{
    background-image: url("https://img-shop.mu-mo.net/img/pc_sp/arp_xmas2021/header_main.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

#myc-header .centerview
{
    height: 673px;
}





#myc-read.section
{
    padding-top: 100px;
}

#myc-read .centerview
{
    width: inherit;
}

#myc-read .read
{
    line-height: 2;
}





#myc-detail .price-list
{
    background-color: #fff;
    border: 3px solid #fff;
}

#myc-detail .price-list th
{
    width: 120px;
    
    text-align: center;
    vertical-align: middle;
    
    color: #fff;
    font-weight: normal;
    white-space: nowrap;
    
    background-color: #ae925b;
}
#myc-detail .price-list th,
#myc-detail .price-list td
{
    padding: 12px;
    border: 3px solid #fff;
}





#myc-attention .attention-list
{
    padding: 32px 8px 0;
}

#myc-attention .attention-list p
{
    position: relative;
    padding-left: 1.2em;
}
#myc-attention .attention-list p:not(.type-nodisc):before
{
    position: absolute;
    left: 0;
    top: 0;
    content: '・';
}
#myc-attention .attention-list p+p
{
    margin-top: 2em;
}





#myc #myc-buy button
{
    cursor: pointer;
}





#myc #myc-official
{
    padding-bottom: 120px;
}

#myc #myc-official .list .item+.item
{
    margin-left: 16px;
}

#myc #myc-official .list .item img
{
    box-sizing: border-box;
    border: 1px solid #ae925b;
}










/*
	scrollmagic
*/
#myc.standby .scrollmagic
{
	opacity: 0;
	transition-duration: 0.8s;
	transition-timing-function: sine-out;
	transform: translateY(12px);
}

#myc.standby .scrollmagic.show
{
	opacity: 1 !important;
	transform: translateX(0) translateY(0) scale(1) !important;
}
#myc.standby .scrollmagic:nth-child(2) {transition-delay: 0.1s;}
#myc.standby .scrollmagic:nth-child(3) {transition-delay: 0.2s;}
#myc.standby .scrollmagic:nth-child(4) {transition-delay: 0.3s;}
#myc.standby .scrollmagic:nth-child(5) {transition-delay: 0.4s;}
#myc.standby .scrollmagic:nth-child(6) {transition-delay: 0.5s;}
#myc.standby .scrollmagic:nth-child(n+7) {transition-delay: 0.6s;}



/*
	transition
*/
#myc.standby.reset *
{
	transition-delay: 0s !important;
	transition-duration: 0s !important;
}