@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@100..900&display=swap');

body
{
	box-sizing: border-box;
	margin: 0;
	padding: 0;

	min-width: 1100px;

	color: #000000;
	background-color: #fff;

	-webkit-text-size-adjust: 100%;
}



#myc
{
	text-align: left;
	font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
	font-size: 14px;
	word-break: break-word;
	color: #000000;
}
#myc .en
{
    font-family: "Lato", sans-serif;
}


#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=password],
#myc input[type=email],
#myc input[type=tel],
#myc input[type=date],
#myc textarea,
#myc select
{
	font-size: 16px;
}
#myc button,
#myc input[type=submit],
#myc input[type=button]
{
    border: none;
	-webkit-appearance: none;
	border-radius: 0;

    cursor: pointer;
}

#myc th,
#myc td
{
	vertical-align: top;
}

#myc ol,
#myc ul
{
	margin: 0;
	padding: 0 0 0 1.4em;
	list-style-position: outside;
}

#myc img
{
	border: 0;

	width: 100%;
	height: auto;
}

#myc .sp-only
{
	display: none;
}

#myc .centerview
{
	position: relative;
	margin: 0 auto;

	width: 870px;

    /*★*/
    /*background-color: rgba(0,0,0,0.1);*/
}

#myc a
{
	color: #E48832;
	text-decoration: none;
}
#myc a:hover
{
	text-decoration: underline;
}
#myc a.check-link
{
    text-decoration: underline;
}

#myc a img
{
	transition-duration: 0.1s;
}
#myc a:hover img
{
	opacity: 0.85;
}

#myc .partition
{
	display: flex;
	justify-content: space-between;
}
#myc .partition .left,
#myc .partition .right
{
	width: 50%;
}

#myc .text+.text
{
	margin-top: 1em;
}

#myc .text-line
{
	display: inline-block;
}



#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;
}

#myc #myc-pagetop .pagetop
{
	width: 40px;
}
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 .video-thumb
{
	width: 100%;
	padding-bottom: 56.25%;
	height: 0px;
	position: relative;
}

#myc .video .video-thumb iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



#myc #myc-loading
{
	display: none;

	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;

	font-size: 13px;
	color: #ccc;

	z-index: 9999;
}
#myc.loading #myc-loading
{
	display: inherit;
}
#myc.loading.loaded #myc-loading
{
	display: none;
}

#myc #myc-loading .center
{
	display: flex;
	justify-content: center;
	align-items: center;

	width: 100%;
	height: 100%;
}



#myc.loading #myc-loaded
{
	display: none;
}
#myc.loading.loaded #myc-loaded
{
	display: inherit;
}

#myc .common-shadow
{
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
}
#myc .common-shadow.type-large
{
	box-shadow: 0px 9px 30px 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: 64px 0;
}
#myc .section.type-half
{
	padding: 32px 0;
}

#myc .section-title
{
	text-align: center;
    font-size: 32px;

    color: #F39800;
}

#myc .section-inner
{
	margin-top: 64px;
}
#myc .section.type-half .section-inner
{
	margin-top: 32px;
}



#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-small-2
{
	font-size: 72%;
}

#myc .ez-large
{
	font-size: 120%;
}
#myc .ez-large-2
{
	font-size: 140%;
}
#myc .ez-large-3
{
	font-size: 200%;
}
#myc .ez-large-4
{
	font-size: 240%;
}

#myc .ez-letter-wide
{
	letter-spacing: 0.1em;
}

#myc .ez-letter-semi
{
	letter-spacing: 0.05em;
}

#myc .ez-letter-normal
{
	letter-spacing: 0;
}

#myc .ez-letter-thin
{
	letter-spacing: -0.02em;
}

#myc .ez-bold
{
	font-weight: 700;
}

#myc .ez-italic
{
	font-style: italic;
}

#myc .ez-nowrap
{
	white-space: nowrap;
}

#myc .ez-relative
{
	position: relative;
}

#myc .ez-red
{
	color: #ff0000;
}

#myc .ez-white
{
	color: #fff;
}

#myc .ez-bg-white
{
	background-color: #ffffff;
}

#myc .ez-thin
{
	line-height: 1.2;
}
#myc .ez-middle
{
	line-height: 1.8;
}
#myc .ez-double
{
	line-height: 2;
}

#myc .ez-subsection
{
	padding: 32px 0;
}
#myc .ez-subsection.type-long
{
    padding: 64px 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-attention:before
{
	position: absolute;
	left: 0;
	top: 0;

	content: '※';
}
#myc .ez-mark.type-aster:before
{
	position: absolute;
	left: 0;
	top: 0;

	content: '*';
}
#myc .ez-mark.type-kuromaru:before
{
	position: absolute;
	left: 0;
	top: 0;

	content: '●';
}

#myc .ez-number-item
{
	position: relative;
	padding-left: 1.4em;
}
#myc .ez-number-item:first-child
{
	counter-reset: myc-number 0;
}
#myc .ez-number-item:before
{
	counter-increment: myc-number 1;
	content: counter(myc-number) '.';

	position: absolute;
	left: 0;
	top: 0;
}

#myc .ez-pcwidebox
{
	display: flex;
	justify-content: space-between;

	width: 100%;
}

#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 #000;
}

#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;
}

#myc .ez-tabview.type-privacy .ez-tabview-header .item
{
    flex-grow: initial;
    flex: 1;
}
#myc .ez-tabview.type-privacy .ez-tabview-header .item .link
{
    display: block;

    box-sizing: border-box;
    padding: 8px 0;
    width: 100%;
}
#myc .ez-tabview.type-privacy .ez-tabview-header .item .link:hover
{
    text-decoration: none;

    background-color: rgba(0,0,0,0.1);
}

#myc .ez-wordpress-content>*+*
{
	margin-top: 24px;
}

#myc .ez-under
{
	text-decoration: underline;
}



/*
	modal
*/
#myc .modal
{
	vertical-align: top;

	box-sizing: border-box;
	margin: 0 auto;

	pointer-events: none;
}
#myc .modal.type-long
{
	width: 100vw;
}

#myc .modal .vertical-center
{
	display: flex;
	align-items: center;

	box-sizing: border-box;
	padding: 72px 0;
	min-height: 100vh;
}

#myc .modal .firstview
{
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	width: 1000px;

	pointer-events: auto;

	text-align: left;
}
#myc .modal.type-movie .firstview
{
	padding: 0;
	width: 1050px;
}
#myc .modal.type-short .firstview
{
	padding: 48px;
    width: 600px;

	background-color: #fff;
    border-radius: 8px;
}
#myc .modal.type-long .firstview
{
	padding: 48px;

	background-color: #fff;
    border-radius: 8px;
}

#myc .modal .close-button
{
	display: block;

	position: absolute;
	right: 0;
	top: 0;

	width: 48px;
}
#myc .modal.type-movie .close-button
{
	top: -48px;
}
#myc .modal.hide-close .close-button
{
	display: none;
}

#myc .modal .close-fix-area
{
	display: block;

	position: fixed;
    right: 32px;
    top: 24px;

	cursor: pointer;
	pointer-events: auto;

	z-index: 1;
}

#myc .remodal-overlay
{
	background-color: rgba(0,0,0,0.7);
}

#myc .remodal-wrapper::after
{
	height: inherit;
}



/*
	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
{
	position: fixed;
	left: 0;
	top: 0;

	width: 100%;
	height: 100%;

	z-index: 10002;    /* for modal */
}

#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;
	justify-content: center;
	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;
}

#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 .infobar
{
    display: flex;
    align-items: center;

    line-height: 1;
}

#myc .infobar .infobar-item
{
    margin-right: 0.8em;
}
#myc .infobar .infobar-item:last-child
{
    margin-right: 0;
}

#myc .infobar .infobar-item .new-label
{
    display: inline;
    padding: 0.2em 0.8em;

    line-height: 1;
    color: #fff;

    background-color: #F39800;
}

#myc .infobar .infobar-item .category
{
    color: #E48832;
}

#myc .infobar .infobar-item .author-inner
{
    display: flex;
    align-items: center;

    padding-right: 0.8em;
    border-right: 1px solid #9C9C9C;
}

#myc .infobar .infobar-item .author-inner .author-icon
{
    width: 30px;
    height: 30px;

    border-radius: 100px;

    background-size: contain;
    background-repeat: no-repeat;
}

#myc .infobar .infobar-item .author-inner .author-name
{
    margin-left: 0.8em;
}



#myc .type-author-yuzutaro .infobar .infobar-item .author-inner .author-icon
{
    background-image: url('../../images/fc/icon_01_250307.png');
}

#myc .type-author-yuzutaro .infobar .infobar-item .author-inner .author-name:after
{
    content: 'ゆずの輪スタッフ';
}

#myc .type-author-kitagawa .infobar .infobar-item .author-inner .author-icon
{
    background-image: url('../../images/fc/icon_02.png');
}

#myc .type-author-kitagawa .infobar .infobar-item .author-inner .author-name:after
{
    content: '北川悠仁';
}

#myc .type-author-iwasawa .infobar .infobar-item .author-inner .author-icon
{
    background-image: url('../../images/fc/icon_03.png');
}

#myc .type-author-iwasawa .infobar .infobar-item .author-inner .author-name:after
{
    content: '岩沢厚治';
}
















#myc .link-button
{
    display: inline-block;
    box-sizing: border-box;
    padding: 16px;
    min-width: 280px;

    line-height: 1;
    color: #fff;

    background-color: #F39800;
    border-radius: 100px;
}
#myc .link-button.type-prev
{
    color: #F39800;

    border: 2px solid #F39800;

    background-color: #fff;
}
#myc .link-button:hover
{
    opacity: 0.85;
    text-decoration: none;
}

#myc .button-list
{
    display: flex;
    justify-content: center;
}

#myc .button-list .button-item+.button-item
{
    margin-left: 40px;
}




#myc .index-list .item
{
    position: relative;
}

#myc .index-list .item .thumb .link
{
    display: block;

    position: relative;
}

#myc .index-list .item .thumb .new-corner
{
    position: absolute;
    left: 0;
    top: 0;

    display: inline-block;
    padding: 0.2em 0.8em;

    color: #fff;

    background-color: #F39800;

    opacity: 0;
    pointer-events: none;
}

#myc .index-list .item .text .link
{
    color: #000;
}

#myc .index-list .item:not(.show-new) .thumb .new-corner,
#myc .index-list .item:not(.show-new) .infobar .infobar-item.type-new,
#myc .content-parent:not(.show-new) .infobar .infobar-item.type-new
{
    display: none;
}
/*
#myc .index-list .item:not(.show-category) .infobar .infobar-item.type-category,
#myc .content-parent:not(.show-category) .infobar .infobar-item.type-category
{
    display: none;
}
*/





#myc .index-list.type-news .item
{
    padding-left: 20px;

    border-left: 5px solid #F39800;
}
#myc .index-list.type-news .item.type-blue
{
    border-color: #007AB7;
}
#myc .index-list.type-news .item+.item
{
    margin-top: 40px;
}

#myc .index-list.type-news .item .thumb
{
    display: none;
}

#myc .index-list.type-news .item .text
{
    margin-top: 12px;

    font-size: 120%;
}

#myc .index-list.type-news .item .infobar .infobar-item.type-author
{
    display: none;
}

#myc .index-list.type-news .item .infobar .infobar-item.type-category
{
    display: none;
}
#myc .index-list.type-news.show-category .item .infobar .infobar-item.type-category
{
    display: inherit;
}





#myc .index-list.type-thumb
{
    display: flex;
    flex-wrap: wrap;
}

#myc .index-list.type-thumb .item
{
    width: 31%;
}
#myc .index-list.type-thumb .item+.item
{
    margin-left: 3.5%;
}
#myc .index-list.type-thumb .item:nth-child(3n-2)
{
    margin-left: 0;
}
#myc .index-list.type-thumb .item:nth-child(n+4)
{
    margin-top: 40px;
}

#myc .index-list.type-thumb .item .infobar
{
    margin-top: 8px;
}

#myc .index-list.type-thumb .item .text
{
    margin-top: 8px;
}

#myc .index-list.type-thumb .item *+.thumb
{
    margin-top: 12px;
}
#myc .index-list.type-thumb .item .thumb+*
{
    margin-top: 12px;
}

#myc .index-list.type-thumb .item .infobar .infobar-item.type-author
{
    display: none;
}

#myc .index-list.type-thumb .item .infobar .infobar-item.type-category
{
    display: none;
}





#myc .index-list.type-thumb.type-four .item
{
    width: 22.414%;
}
#myc .index-list.type-thumb.type-four .item+.item,
#myc .index-list.type-thumb.type-four .item:nth-child(3n-2)
{
    margin-left: 3.448%;
}
#myc .index-list.type-thumb.type-four .item:nth-child(n+4)
{
    margin-top: inherit;
}
#myc .index-list.type-thumb.type-four .item:nth-child(4n-3)
{
    margin-left: 0;
}
#myc .index-list.type-thumb.type-four .item:nth-child(n+5)
{
    margin-top: 40px;
}





#myc .index-list.type-play-button .thumb .link
{
    display: block;

    position: relative;
}

#myc .index-list.type-play-button .thumb .link:after
{
    content: '';

    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    background-image: url("../../images/common/play_button.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 28%;
}





#myc .index-list.type-blog .item
{
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
}
#myc .index-list.type-blog .item+.item
{
    margin-top: 40px;
}

#myc .index-list.type-blog .item .thumb
{
    display: none;
}

#myc .index-list.type-blog .item .text
{
    margin-top: 12px;

    font-size: 120%;
}

#myc .index-list.type-blog .item .text p
{
    font-weight: 700;
}

#myc .index-list.type-blog .item .infobar .infobar-item.type-category
{
    display: none;
}





#myc .index-list.type-staff .item
{
    display: flex;
    flex-direction: column;

    background-color: #fff;
    border-radius: 8px;
}
#myc .index-list.type-staff .item+.item
{
    margin-top: 40px;
}

#myc .index-list.type-staff .item>*
{
    order: 1;
}
#myc .index-list.type-staff .item .infobar
{
    order: 0;

    padding: 16px 20px;
}

#myc .index-list.type-staff .item .thumb .link
{
    pointer-events: none;
}
#myc .index-list.type-staff .item .thumb .link .video
{
    pointer-events: initial;
}

#myc .index-list.type-staff .item .text
{
    padding: 16px 20px;
}

#myc .index-list.type-staff .item .infobar .infobar-item.type-category
{
    display: none;
}












#myc .paging
{
    display: flex;

    margin: 0 auto;
    width: 485px;

    justify-content: space-between;
    align-items: center;
}

#myc .paging .page-button .link
{
    display: inline-block;

    padding: 0 0 0 20px;

    text-decoration: underline;
    color: #000;

    background-image: url("../../images/common/paging_prev.png");
    background-repeat: no-repeat;
    background-size: 12.5px auto;
    background-position: center left;
}
#myc .paging .page-button.type-disabled .link
{
    color: #9C9C9C;
    text-decoration: none;

    background-image: url("../../images/common/paging_prev_disabled.png");
}
#myc .paging .page-button.type-next .link
{
    padding: 0 20px 0 0;

    background-image: url("../../images/common/paging_next.png");
    background-position: center right;
}
#myc .paging .page-button.type-next.type-disabled .link
{
    background-image: url("../../images/common/paging_next_disabled.png");
}

#myc .paging .numbers
{
    display: flex;
}

#myc .paging .numbers .item
{

}
#myc .paging .numbers .item+.item
{
    margin-left: 1.2em;
}

#myc .paging .numbers .item .link
{
    display: flex;
    justify-content: center;
    align-items: center;

    width: 1.6em;
    height: 1.6em;

    text-align: center;
    line-height: 1;
    color: #fff;
    white-space: nowrap;

    background-color: #666666;
    border-radius: 100px;
}
#myc .paging .numbers .item a.link:hover
{
    opacity: 0.85;
    text-decoration: none;
}
#myc .paging .numbers .item.type-disabled .link
{
    background-color: #F39800;
}

#myc .paging .top-button .link
{
    text-decoration: underline;
    color: #000;
}





#myc .content-body .photo
{
    max-width: 400px;
}
#myc .content-body .photo.type-small
{
    max-width: 280px;
}





#myc .photo-set
{
    display: flex;
}

#myc .photo-set .photo-item+.photo-item
{
    display: block;

    margin-left: 4px;
}





#myc .thumb-separate
{
    display: flex;
}

#myc .thumb-separate .separate-item
{
    width: 270px;
}
#myc .thumb-separate .separate-item+.separate-item
{
    flex: 1;
    margin-left: 20px;
}





#myc .tag-list
{
    display: flex;
    flex-wrap: wrap;
}

#myc .tag-list .item
{
    margin: 0 0.8em 0.5em 0;

    border: 1px solid #F39800;
    border-radius: 3px;
    background-color: #fff;
}
#myc .tag-list .item.active
{
    color: #fff;

    border: 1px solid #F39800;
    background-color: #F39800;
}

#myc .tag-list .item .link
{
    display: block;

    padding: 0.3em 0.5em;

    line-height: 1;
    color: #F39800;
}
#myc .tag-list .item.active .link
{
    color: #fff;
}





#myc .ticket-box
{
    margin-left: auto;
    margin-right: auto;

    box-sizing: border-box;
    max-width: 670px;

    border: 1px solid #666666;
    background-color: #fff;
}

#myc .ticket-box .label
{
    color: #fff;

    background-color: #666666;
}

#myc .ticket-box .label,
#myc .ticket-box .text
{
    padding: 0.4em;
}





#myc .sns-list
{
    display: flex;
    justify-content: center;
}

#myc .sns-list .item
{
    width: 42px;
}
#myc .sns-list .item+.item
{
    margin-left: 26px;
}





#myc .content-parent.type-news .infobar .infobar-item.type-author,
#myc .content-parent.type-news .infobar .infobar-item.type-category
{
    display: none;
}





#myc .content-parent.type-blog
{
    margin: 0 auto;
    padding: 40px;
    max-width: 670px;

    background-color: #fff;
    border-radius: 8px;
}

#myc .content-parent.type-blog .infobar .infobar-item.type-author,
#myc .content-parent.type-blog .infobar .infobar-item.type-category
{
    display: none;
}





#myc .enquete-guide
{
    padding: 24px;

    border: 2px solid #F39800;
    border-radius: 8px;
}

#myc .form .item+.item
{
    margin-top: 32px;
}

#myc .form .item .label-area
{
    display: flex;

    align-items: center;
}
#myc .form .item .label-area.type-category
{
    padding-left: 0.8em;

    border-left: 2px solid #F39800;
}

#myc .form .item .label-area *+*
{
    margin-left: 0.8em;
}

#myc .form .item .label-area .required
{
    display: inline;
    padding: 0.4em 0.8em;

    line-height: 1;
    color: #fff;
    white-space: nowrap;

    background-color: #F39800;
}

#myc .form .item .error-text
{
    color: #DF0515
}

#myc .form .item .input-area
{
    margin-top: 12px;
}

#myc .form .item .input-area .name-set
{
    display: flex;

    width: 492px;
}

#myc .form .item .input-area .name-set .name-item
{

}
#myc .form .item .input-area .name-set .name-item+.name-item
{
    margin-left: 0.8em;
}

#myc .form .item .input-area .multi-set
{
    display: flex;
    align-items: center;
}
#myc .form .item .input-area .multi-set.type-bottom
{
    align-items: flex-end;
}

#myc .form .item .input-area .multi-set .multi-item+.multi-item
{
    margin-left: 0.64em;
}

#myc .form .item .input-area .multi-set.type-rows
{
    display: inherit;
    align-items: inherit;
}

#myc .form .item .input-area .multi-set.type-rows .multi-item+.multi-item
{
    margin-left: 0;
    margin-top: 16px;
}

#myc input[type=text],
#myc input[type=password],
#myc input[type=email],
#myc input[type=tel],
#myc input[type=date],
#myc textarea,
#myc select
{
    box-sizing: border-box;
    padding: 12px;

    border: 1px solid #ccc;
    border-radius: 8px;
}
#myc input[type=text],
#myc input[type=password],
#myc input[type=email],
#myc input[type=tel],
#myc input[type=date],
#myc textarea
{
    width: 100%;
}
#myc .form .item.type-error .input-area input[type=text],
#myc .form .item.type-error .input-area input[type=password],
#myc .form .item.type-error .input-area input[type=email],
#myc .form .item.type-error .input-area input[type=tel],
#myc .form .item.type-error .input-area input[type=date],
#myc .form .item.type-error .input-area textarea,
#myc .form .item.type-error .input-area select
{
    border: 1px solid #ff0000;
    background-color: #FCE6E8;
}

#myc textarea
{
    height: 10em;
}

#myc input[type=text].type-short
{
    width: 4em;
}
#myc input[type=text].type-middle
{
    width: 12em;
}

#myc .form .item .input-area .radio-container
{
    display: flex;
    align-items: center;
}

#myc .form .item .input-area .radio-container .radio-item+.radio-item
{
    flex: 1;

    margin-left: 0.4em;
}

#myc input[type="radio"]
{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #9C9C9C;
  border-radius: 50%;
  background-color: white;
  position: relative;
}
#myc input[type="radio"]:checked::before
{
  content: '';
  width: 14px; /* 24px - 5px * 2 (間隔) */
  height: 14px;
  border-radius: 50%;
  background-color: #F39800;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#myc input[type="radio"]:focus
{
  outline: none;
}

#myc input[type="checkbox"]
{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background-color: white; /* チェックがないときの背景色 */
  border: 1px solid #9C9C9C; /* チェックがないときの線の色と太さ */
  position: relative;
}

#myc input[type="checkbox"]:checked
{
  background-color: #F39800;
  border: none; /* チェックがあるときは線を消す */
}

#myc input[type="checkbox"]:checked::after
{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: translate(-50%, -60%) rotate(45deg);
  transform-origin: center;
}

#myc input[type="checkbox"]:focus
{
  outline: none;
}


#myc .form .item .zip-button
{
    padding: 0.64em 1em;

    color: #F39800;

    border: 2px solid #F39800;
    background-color: #fff;
    border-radius: 100px;
}








#myc .comment-area .list
{
    padding-right: 8px;
    max-height: 530px;

    overflow-y: auto;
}

#myc .comment-area .list .item
{
    padding: 16px 0 20px;

    border-top: 1px solid #9C9C9C;
}

#myc .comment-area .list .item .bar
{
    display: flex;
    align-items: center;
}

#myc .comment-area .list .item .bar .bar-item .icon img
{
    width: 30px;
    height: 30px;

    object-fit: cover;

    border-radius: 100px;
}

#myc .comment-area .list .item .bar .bar-item+.bar-item
{
    margin-left: 12px;
}
#myc .comment-area .list .item .bar .bar-item:nth-child(n+3)
{
    margin-left: 10px;
    padding-left: 10px;

    border-left: 1px solid #9C9C9C;
}
#myc .comment-area .list .item .bar .bar-item.type-option
{
    margin-left: auto;

    border-left: inherit;
}

#myc .comment-area .list .item .bar .bar-item .date
{
    white-space: nowrap;
}

#myc .comment-area .list .item .bar .bar-item.type-option .option-button
{
    display: block;

    width: 15px;
    height: 15px;

    background-image: url("../../images/fc/comment_option.png");
    background-size: contain;
    background-repeat: no-repeat;
}

#myc .comment-area .input-area
{
    display: flex;
}

#myc .comment-area .input-area .left
{
    flex: 1;
}

#myc .comment-area .input-area .left textarea
{
    box-sizing: border-box;
    padding: 12px 20px;
    width: 100%;

    border: 1px solid #ccc;
}

#myc .comment-area .input-area .right
{
    display: flex;
    align-items: flex-end;

    margin-left: 8px;
}

#myc .comment-area .input-area .right .send-button
{
    padding: 0.64em 1.2em;

    white-space: nowrap;
    color: #fff;

    background-color: #F39800;
    border-radius: 100px;
}












#myc #myc-footer
{
    background-color: #F39800;
}

#myc #myc-footer .link-list a
{
    color: #000;
}

#myc #myc-footer .banner-list
{
    display: flex;

    justify-content: center;
}
#myc #myc-footer .banner-list+.banner-list
{
    margin-top: 20px;
}

#myc #myc-footer .banner-list .item
{
    width: 342px;
}
#myc #myc-footer .banner-list .item+.item
{
    margin-left: 16px;
}

#myc #myc-footer .link-list
{
    display: flex;

    justify-content: center;
}

#myc #myc-footer .link-list .item+.item
{
    margin-left: 1.2em;
}





#myc #myc-ticket-link
{
    position: sticky;
    bottom: 0;

    color: #fff;

    background-color: #E48832;
}

#myc #myc-ticket-link .link-area
{
    display: block;

    padding: 20px 0;
}

#myc #myc-ticket-link a
{
    color: #fff;
}
