@charset "UTF-8";
/*! sanitize.css v6.0.0 | CC0 License | github.com/csstools/sanitize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */
*, ::before, ::after {
	background-repeat: no-repeat;
	/* 1 */
	/*-webkit-box-sizing: border-box;
	box-sizing: border-box;*/
	/* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before, ::after {
	text-decoration: inherit;
	/* 1 */
	vertical-align: inherit;
	/* 2 */
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 4. Breaks words to prevent prevent overflow in all browsers (opinionated).
 */
html {
	line-height: 1.15;
	/* 1 */
	cursor: default;
	/* 2 */
	-ms-text-size-adjust: 100%;
	/* 3 */
	-webkit-text-size-adjust: 100%;
	/* 3 */
	word-break: break-word;
	/* 4 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
	display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol, nav ul {
	list-style: none;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */
::-moz-selection {
	background-color: #b3d4fc;
	/* 1 */
	color: #000;
	/* 1 */
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc;
	/* 1 */
	color: #000;
	/* 1 */
	text-shadow: none;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio, video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
	border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
	fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
	border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
	margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */
button {
	overflow: visible;
	/* 1 */
	text-transform: none;
	/* 2 */
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}

/**
 * Restore the focus styles unset by the previous rule in Firefox.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: .35em .75em .625em;
}

/**
 * Show the overflow in Edge and IE.
 */
input {
	overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
	text-transform: none;
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
	overflow: auto;
	/* 1 */
	resize: vertical;
	/* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge and IE.
 */
details {
	display: block;
}

/*
 * Add the correct styles in Edge, IE, and Safari.
 */
dialog {
	background-color: white;
	border: solid;
	color: black;
	display: block;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	left: 0;
	margin: auto;
	padding: 1em;
	position: absolute;
	right: 0;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

dialog:not([open]) {
	display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
	display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay on clickable elements in all browsers (opinionated).
 * 2. Remove the tapping delay in IE 10.
 */
a, area, button, input, label, select, summary, textarea, [tabindex] {
	-ms-touch-action: manipulation;
	/* 1 */
	touch-action: manipulation;
	/* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
	display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
	cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
	cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled], [disabled] {
	cursor: disabled;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
	clip: rect(0, 0, 0, 0);
	display: inherit;
	position: absolute;
}

@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic Medium");
}

body {
	font-weight: 500;
	line-height: 140%;
}

img {
	max-width: 100%;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#present .wrapper {
	max-width: 980px;
	font-size: 16px;
	font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	margin: 0 auto;
	background: url("../../contest/otoshidama/img/bg.jpg");
}

#present .wrapper *{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-all;
}

#present aside {
	background: url("../../contest/otoshidama/navi_bg.jpg");
	height: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0.8;
}
/*#present aside > a {
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	vertical-align: middle;
}
@media (max-width: 768px) {
	#present aside > a {
		font-size: 17px;
	}
}
@media (max-width: 460px) {
	#present aside > a {
		font-size: 14px;
	}
}
#present aside > a > span::after {
	content: url("../img/present/arrow.png");
	margin: 0 0 0 1px;
	vertical-align: text-top;
}
@media (max-width: 768px) {
	#present aside > a > span::after {
		display: block;
		text-align: center;
	}
}
@media (max-width: 460px) {
	#present aside > a > span::after {
		font-size: 16px;
	}
}
#present aside > a:hover {
	opacity: .4;
} */
#present h2{
	margin:20px 0;
}
@media (max-width: 460px) {
	#present h2{
		margin:10px 0;
	}
}
#present .box {
	padding: 20px 0 50px 0;
	text-align: center;
}
@media (max-width: 460px) {
	#present .box {
		padding: 20px 0 30px 0;
		text-align: center;
	}
}
#present .box .box_inner {
	padding: 0 20px;
}
#present .box .box_inner p{
	padding: 24px 0;
}
@media (max-width: 460px) {
	#present .box .box_inner p{
		padding: 16px 0;
	}
}
#present .box .box_inner .m-text {
	font-size: 24px;
	line-height: 140%;
}
@media (max-width: 768px) {
	#present .box .box_inner .m-text {
		font-size: 20px;
	}
}
@media (max-width: 460px) {
	#present .box .box_inner .m-text {
		font-size: 17px;
	}
}
#present .box .box_inner .s-text {
	font-size: 20px;
}
@media (max-width: 460px) {
	#present .box .box_inner .s-text {
		font-size: 16px;
	}
}

#present .item_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	max-width: 980px;
	padding: 20px 0 0;
}
@media (max-width: 768px) {
	#present .item_area {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
#present .item_area::before {
	content: "";
	display: block;
	width: 220px;
	height: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
#present .item_area::after {
	content: "";
	display: block;
	width: 220px;
	height: 0;
}
#present .item_area .item_box {
	background: #fff;
	width: 25%;
	min-width: 220px;
	max-width: 220px;
	border-radius: 20px;
	border: 1px solid #ccc;
	padding: 10px 10px 30px;
	margin: 0 5px 20px;
	position: relative;
}
@media (max-width: 768px) {
	#present .item_area .item_box {
		width: 48%;
		max-width: 48%;
		min-width: auto;
		padding: 16px 16px 36px;
		margin: 0 0 20px;
	}
}
@media (max-width: 460px) {
	#present .item_area .item_box {
		width: 100%;
		max-width: 100%;
	}
}
#present .item_area .item_box .item_head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 10px;
}
#present .item_area .item_box .item_head .item_number {
	font-size: 24px;
	color: #e9695a;
	z-index: 1;
}
#present .item_area .item_box .item_head .item_number::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 4px;
	background: #ffff73;
	width: 24px;
	height: 24px;
	border-radius: 24px;
	z-index: -1;
}
@media (max-width: 768px) {
	#present .item_area .item_box .item_head .item_number::before {
		top: 11px;
		left: 8px;
		background: #ffff73;
		width: 30px;
		height: 30px;
	}
}
@media (max-width: 460px) {
	#present .item_area .item_box .item_head .item_number::before {
		top: 10px;
		left: 8px;
	}
}
#present .item_area .item_box .item_head .item_number.dig {
	letter-spacing: -3.2px;
}
#present .item_area .item_box .item_head .item_number.dig::before {
	left: 10px;
}
@media (max-width: 768px) {
	#present .item_area .item_box .item_head .item_number.dig::before {
		left: 12px;
	}
}
@media (max-width: 460px) {
	#present .item_area .item_box .item_head .item_number.dig::before {
		top: 10px;
		left: 14px;
	}
}
#present .item_area .item_box .item_head .item_catalog {
	background: #888;
	color: #fff;
	border-radius: 20px;
	padding: 0 8px;
	font-size: 14px;
	letter-spacing: -1px;
	height: 100%;
}
#present .item_area .item_box .item_head .item_catalog .item04-fs {
	font-size: 13px;
}
@media (max-width: 768px) {
	#present .item_area .item_box .item_head .item_catalog {
		font-size: 12px;
	}
	#present .item_area .item_box .item_head .item_catalog .item04-fs {
		font-size: 12px;
	}
}
@media (max-width: 514px) {
	#present .item_area .item_box .item_head .item_catalog {
		font-size: 10px;
		letter-spacing: 0px;
	}
	#present .item_area .item_box .item_head .item_catalog .item04-fs {
		font-size: 10px;
	}
}
@media (max-width: 460px) {
	#present .item_area .item_box .item_head .item_catalog {
		font-size: 14px;
	}
	#present .item_area .item_box .item_head .item_catalog .item04-fs {
		font-size: 13px;
	}
}
#present .item_area .item_box .item_name {
	text-align: left;
	font-size: 16px;
	margin: 0 0 10px;
	font-weight: bold;
	line-height: 130%;
	height:40px;
    width: 77%;
}



#present .item_area .item_box .item02-fs {
	font-size: 12px;
	line-height: 1.4;
}

#present .item_area .item_box span.item02-fs_attention {
	font-size: 12px;
	line-height: 1.4;
    font-weight: 500;
}

@media (max-width: 768px) {
	#present .item_area .item_box .item_name {
		width: 78%;
		margin: 0 0 20px;
	}     
}
@media (max-width: 514px) {
	#present .item_area .item_box .item02-fs {
		font-size: 11px;
		line-height: 1.4;
	}
    
#present .item_area .item_box span.item02-fs_attention {
		font-size: 11px;
		line-height: 1.4;
		font-weight: 500;
}    
}
@media (max-width: 460px) {
	#present .item_area .item_box .item_name {
		width: 86%;
		font-size: 22px;
	}
      
	#present .item_area .item_box .item02-fs {
		font-size: 13px;
		line-height: 1.4;
	}
    
#present .item_area .item_box span.item02-fs_attention {
		font-size: 13px;
		line-height: 1.4;
		font-weight: 500;
}      
}
@media (max-width: 460px) {
	#present .item_area .item_box .item_name.nobreak>br {
		display: none;
	}
}
#present .item_area .item_box .item_count {
	position: absolute;
	color: #fff;
	top: 78px;
	right: 0;
	z-index: 1;
	text-shadow: 1px 1px 0px #e9695a,
	            -1px -1px 0px #e9695a,
	            -1px 1px 0px #e9695a,
	            1px -1px 0px #e9695a;
    font-size: 15px;
}
@media (max-width: 768px) {
	#present .item_area .item_box .item_count {
		top: 70px;
	}
}
#present .item_area .item_box .item_count::before {
	content: "";
	position: absolute;
	top: -15px;
	right: -3px;
	background: #e9695a;
	width: 56px;
	height: 56px;
	border-radius: 56px;
	z-index: -1;
}
#present .item_area .item_box .item_count.item_count_20::before {
	right: -1px;
}
#present .item_area .item_box .item_count p.number > span {
	font-size: 24px;
	color: #ff0;
}

#present .item_area .item_box p.number{
    padding: 0;
    margin: 2px 2px 0 0px;
    
}

/*10名様以上*/

#present .item_area .item_box .item_count_10 {
	position: absolute;
	color: #fff;
	top: 78px;
	right: 0;
	z-index: 1;
	text-shadow: 1px 1px 0px #e9695a,
	            -1px -1px 0px #e9695a,
	            -1px 1px 0px #e9695a,
	            1px -1px 0px #e9695a;
    font-size: 13px;
    
}
@media (max-width: 768px) {
	#present .item_area .item_box .item_count_10 {
		top: 70px;
	}
}
#present .item_area .item_box .item_count_10::before {
	content: "";
	position: absolute;
	top: -15px;
	right: -3px;
	background: #e9695a;
	width: 56px;
	height: 56px;
	border-radius: 56px;
	z-index: -1;
}

#present .item_area .item_box .item_count_10 p.number10 > span {
	font-size: 22px;
	color: #ff0;
}

#present .item_area .item_box p.number10{
    padding: 0;
    margin:  3px 0 0 0;
    
}
/*10名様以上*/

#present .item_area .item_box .item_img {
    margin: 20px 0 30px 0;
    min-height: 160px;
    position: relative;
}
@media (max-width: 768px) {
	#present .item_area .item_box .item_img {
	    min-height: 180px;
	}
}
@media (max-width: 460px) {
	#present .item_area .item_box .item_img {
	    min-height: 160px;
	}
}
#present .item_area .item_box .item_img img{
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 130px;
}

/*
@media (max-width: 768px) {
	#present .item_area .item_box .item_img img {
		width: 78%;
	}
}
@media (max-width: 460px) {
	#present .item_area .item_box .item_img img {
		width: 60%;
	}
}
*/
#present .item_area .item_box .item_deteil {
	font-size: 12px;
	text-align: left;
}
@media (max-width: 460px) {
	#present .item_area .item_box .item_deteil {
		font-size: 13px;
	}
}
#present .item_area .item_box .item_leave {
	text-align: left;
	font-size: 10px;
}
#present .item_area .item_box .item_company {
	position: absolute;
	bottom: 6px;
	right: 10px;
	font-size: 12px;
	color: #333;
	text-decoration: underline;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
@media (max-width: 460px) {
	#present .item_area .item_box .item_company {
		font-size: 16px;
	}
}
#present .item_area .item_box .item_company:hover::after {
	content: url("../../contest/otoshidama/img/link_on.png");
}
#present .item_area .item_box .item_company::after {
	content: url("../../contest/otoshidama/img/link.png");
	background-size: 20px;
	width: 20px;
	height: 20px;
	margin: 0 0 0 6px;
	position: static;
    z-index: 1;
}

#present .vol_1 {
	color: #e96576;
}

#present .vol_2 {
	color: #1a989f;
}

#present .caution {
	margin: 50px 50px 0;
}
@media (max-width: 768px) {
	#present .caution {
		margin: 30px 0 0;
	}
}
#present .caution h3 {
	font-size: 24px;
	margin: 24px 0;
}
@media (max-width: 460px) {
	#present .caution h3 {
		font-size: 18px;
	}
}
#present .caution ul {
	padding: 0 0 0;
}
#present .caution ul > li {
	text-align: left;
	margin: 0 0 14px 0;
	line-height: 140%;
}
@media (max-width: 460px) {
	#present .caution ul > li {
		font-size: 14px;
	}
}
#present .caution ul > li a {
	color: #f44336;
}
#present .caution ul > li a:hover {
	opacity: .4;
}

#present .btn_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#present .btn {
	min-width: 340px;
    border-radius: 20px;
    margin: 50px 0 20px;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    border: none;
    cursor: pointer;
}
@media (max-width: 768px) {
	#present .btn {
		width: 100%;
		max-width: 340px;
		min-width: 100%;
		margin: 40px 0 20px;
	}
}
@media (max-width: 460px) {
	#present .btn {
		font-size: 18px;
		margin: 30px 0 20px;
	}
}
#present .btn::before {
	content: "";
	background-image: url("../../contest/otoshidama/img/bg_link.png");
	position: absolute;
	right: 10px;
	z-index: 10;
	width: 20px;
	height: 20px;
	top: 50%;
	margin: -10px 0 0;
}
#present .btn:hover {
	-webkit-box-shadow: 3px 3px 6px 0px #888888;
	box-shadow: 3px 3px 6px 0px #888888;
}
#present .btn{
	color: #fff;
	text-decoration: none;
	display: block;
    padding: 16px 20px;
    font-size: 18px;
    line-height: 200%;
    position: relative;
    text-align: center;
}
#present .btn span {
	font-size: 26px;
}
@media (max-width: 460px) {
	#present .btn span {
	font-size: 26px;
	}
}
#present .btn.btn_vol1 {
	background-color: #e95c64;
}
#present .btn.btn_vol2 {
	background-color: #3fa0ac;
}
}

.item_count item_count_1{
    left:50;
    
}
