@charset "UTF-8";
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
/* These browsers currently include
** Android 4.3-4.4+,
** Chrome 39-40+,
** Firefox 34-35+,
** Internet Explorer 10-11+,
** iOS 7-8+,
** Safari 7-8+,
** Windows Phone 8.1+.
*/
/*
 * Normalization
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
:root {
		-ms-overflow-style: -ms-autohiding-scrollbar;
		-webkit-text-size-adjust: 100%;
		        text-size-adjust: 100%;
}

audio:not([controls]) {
		display: none;
}

details {
		display: block;
}

input[type=number] {
		width: auto;
}
input[type=search] {
		-webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
		-webkit-appearance: none;
}

main {
		display: block;
}

summary {
		display: block;
}

pre {
		overflow: auto;
}

progress {
		display: inline-block;
}

small {
		font-size: 75%;
}

template {
		display: none;
}

textarea {
		overflow: auto;
}

[hidden] {
		display: none;
}

[unselectable] {
		-webkit-user-select: none;
		        user-select: none;
}

/*
 * Universal inheritance
 */
*,
::before,
::after {
		box-sizing: inherit;
}

* {
		font-size: inherit;
		line-height: inherit;
}

::before,
::after {
		text-decoration: inherit;
		vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
*,
::before,
::after {
		border-style: solid;
		border-width: 0;
}

* {
		margin: 0;
		padding: 0;
}

:root {
		box-sizing: border-box;
		cursor: default;
		font: 62.5%/1em sans-serif;
		text-rendering: optimizeLegibility;
}
@media screen and (min-width: 769px) {
		:root {
				font: 0.78125vw/1em sans-serif;
		}
}
@media screen and (min-width: 1600px) {
		:root {
				font: 78.125%/1em sans-serif;
		}
}

html {
		background-color: #FFFFFF;
}

a {
		text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
		vertical-align: middle;
}

button,
input:not([type=radio]),
select,
textarea {
		background-color: transparent;
}

button,
input:not([type=radio]),
select,
textarea {
		color: inherit;
		font-family: inherit;
		font-style: inherit;
		font-weight: inherit;
}

button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
		min-height: 1em;
}

input[type=submit],
input[type=button] {
		border-radius: 0;
		-webkit-appearance: button;
		   -moz-appearance: button;
		        appearance: button;
		border: none;
		box-sizing: border-box;
		cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
		display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
		outline-offset: -2px;
}

code,
kbd,
pre,
samp {
		font-family: monospace, monospace;
}

nav ol,
nav ul {
		list-style: none;
}

select {
		-moz-appearance: none;
		-webkit-appearance: none;
}
select::-ms-expand {
		display: none;
}
select::-ms-value {
		color: currentColor;
}

table {
		border-collapse: collapse;
		border-spacing: 0;
}

textarea {
		resize: vertical;
}

::selection {
		color: #FFFFFF;
		background-color: #000000;
		text-shadow: none;
}

@media screen {
		[hidden~=screen] {
				display: inherit;
		}

		[hidden~=screen]:not(:active):not(:focus):not(:target) {
				clip: rect(0 0 0 0) !important;
				position: absolute !important;
		}
}
* {
		margin: 0;
		padding: 0;
		outline: 0;
}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote {
		margin: 0;
		padding: 0;
		/* margin&padding reset */
		font-style: normal;
}

h1, h2, h3, h4, h5, h6, dt {
		font-weight: 700;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
		display: block;
		margin: 0;
}

table {
		border-collapse: collapse;
		font-size: small;
		margin: 0;
		empty-cells: show;
}

hr, .areaAnchor, .anchor {
		display: none;
}

img {
		vertical-align: bottom;
		border: none;
		/* img do not want a border */
}

li {
		list-style: none;
}

blockquote, q {
		quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
		content: "";
		content: none;
}

ins {
		text-decoration: none;
		color: #000;
}

small, sub, sup {
		font-size: 0.83em;
}

sub {
		display: inline-block;
		vertical-align: middle;
		transform: translateY(15%);
}

sup {
		display: inline-block;
		vertical-align: middle;
		transform: translateY(-15%);
}

mark {
		font-weight: bold;
		font-style: italic;
		color: #000;
}

del {
		text-decoration: line-through;
}

abbr[title], dfn[title] {
		cursor: help;
		border-bottom: 1px dotted;
}

table {
		border-spacing: 0;
		border-collapse: collapse;
}

/* acronyms and abbreviations styles
-------------------------------------*/
acronym, abbr {
		cursor: help;
}

/* word break
-------------------------------------*/
p {
		word-break: normal;
}

/* image position
-------------------------------------*/
img {
		vertical-align: bottom;
}

/*
===== 2: form setting ===========================
*/
option {
		padding-right: 10px;
}

input, select {
		vertical-align: middle;
}

/*--------------------------------------------------------------- */
/* 全体で使用する common style を記述
/*--------------------------------------------------------------- */
/* Noto Sans JP
font-family: 'Noto Sans JP';
Regular : 400;
Bold : 700;
*/
/* 游ゴシック */
@font-face {
		font-family: "Yu Gothic";
		src: local("Yu Gothic Medium");
		font-weight: 100;
}
@font-face {
		font-family: "Yu Gothic";
		src: local("Yu Gothic Medium");
		font-weight: 200;
}
@font-face {
		font-family: "Yu Gothic";
		src: local("Yu Gothic Medium");
		font-weight: 300;
}
@font-face {
		font-family: "Yu Gothic";
		src: local("Yu Gothic Medium");
		font-weight: 400;
}
@font-face {
		font-family: "Yu Gothic";
		src: local("Yu Gothic Bold");
		font-weight: bold;
}
/*-------------------------------------------> font */
.f_def {
		font-weight: 400;
}

.f_light {
		font-weight: 300;
}

.f_bold {
		font-weight: 700;
}

/*-------------------------------------------> html / body style */
html {
		height: 100%;
		background: url(/oc2020/assets/images/background.png) repeat center top;
}

body {
		width: 100%;
		min-width: 1200px;
		height: 100%;
		color: #5A1D00;
		font-family: "Noto Sans JP", "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
		font-weight: 700;
		text-align: center;
		overflow-y: scroll;
		overflow-x: auto;
		position: relative;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1200px) {
		body {
				overflow-x: hidden;
		}
}
@media screen and (min-width: 769px) {
		body .pc {
				display: block;
		}
		body .sp {
				display: none;
		}
		body img.pc,
body .svg.pc {
				display: inline;
		}
		body > * {
				font-feature-settings: "palt";
		}
}
@media screen and (max-width: 768px) {
		body {
				min-width: initial;
				height: 100%;
		}
		body .pc {
				display: none;
		}
		body .sp {
				display: block;
		}
		body img.pc {
				display: none;
		}
		body img.sp,
body .svg.sp {
				display: inline;
		}
		body img {
				max-width: 100%;
				height: auto;
		}
		body > * {
				font-feature-settings: "palt";
		}
}

.hide {
		display: none;
}

/*-------------------------------------------> link style */
a {
		outline: none;
		cursor: pointer;
}
a:link {
		text-decoration: none;
}
a:visited {
		text-decoration: none;
}
a:hover {
		text-decoration: none;
}
a:active {
		text-decoration: none;
}

@media screen and (min-width: 769px) {
		.OverOpacity,
.OverOpacityGroup a {
				opacity: 1;
				transition: opacity 0.15s ease-out;
		}
		.OverOpacity:hover,
.OverOpacityGroup a:hover {
				opacity: 0.3;
		}
}
/*-------------------------------------------> Footer fix */
#siteFrame {
		display: flex;
		flex-direction: column;
		min-height: 100%;
		min-width: 1200px;
		width: 100%;
}
@media screen and (max-width: 768px) {
		#siteFrame {
				min-width: initial;
		}
}
#siteFrame .body {
		flex: 1 0 auto;
}
#siteFrame #Footer {
		margin-top: auto;
}

.ie11 body,
.ie11 #siteFrame {
		min-height: initial;
}
.ie11 body #Footer,
.ie11 #siteFrame #Footer {
		margin-top: 0;
}

/*-------------------------------------------> Common style */
/*
article,
section {
	min-width: $maxWidth;
	width: 100%;
}
*/
.inner {
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;
}
@media screen and (max-width: 768px) {
		.inner {
				max-width: initial;
				width: 100%;
				margin-left: 0;
				margin-right: 0;
		}
}

img {
		max-width: 100%;
		height: auto;
		vertical-align: top;
}

/*
.object-fit-img {
	object-fit: contain;
	font-family: 'object-fit: contain;';
}
*/
br {
		/*
		@media screen and ($over-tab) and ($pc-tab) {
			&.pc { display: none; }
			&.tab { display: block;
				&.pc { display: block; }
				&.sp { display: block; }
			}
			&.sp { display: none; }
			&.pc.sp { display: none; }
		}
		*/
}
br.pc {
		display: block;
}
br.pc.sp {
		display: block;
}
br.tab {
		display: none;
}
br.tab.pc {
		display: block;
}
br.tab.sp {
		display: none;
}
br.sp {
		display: none;
}
@media screen and (max-width: 768px) {
		br.pc {
				display: none;
		}
		br.tab {
				display: none;
		}
		br.tab.pc {
				display: none;
		}
		br.tab.sp {
				display: block;
		}
		br.sp {
				display: block;
		}
		br.sp.pc {
				display: block;
		}
}

.taLeft {
		text-align: left !important;
}

.taCenter {
		text-align: center !important;
}

.taRight {
		text-align: right !important;
}

.clearfix:after {
		content: "";
		display: block;
		clear: both;
}

/*-------------------------------------------> Main */
#Main {
		background: url(/oc2020/assets/images/bg_cover.png) no-repeat center top;
		background-size: 1200px auto;
}
@media screen and (max-width: 768px) {
		#Main {
				background: none;
		}
}

/*-------------------------------------------> Cover */
#Cover .title {
		width: 1016px;
		margin: 0 auto;
		text-align: left;
}
#Cover .read .copy {
		margin-top: 43px;
		margin-bottom: 20px;
}
#Cover .read .text {
		font-size: 16px;
		line-height: 1.875;
		letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
		#Cover .title {
				width: 100%;
		}
		#Cover .read {
				position: relative;
				padding-top: 33.8666666667vw;
				padding-bottom: 21.3333333333vw;
		}
		#Cover .read::before, #Cover .read::after {
				content: "";
				display: block;
				position: absolute;
				width: 100%;
				opacity: 0;
				transition: all 1s ease-out 0.5s;
		}
		#Cover .read::before {
				height: 22.2666666667vw;
				top: 8.2666666667vw;
				background: url(/oc2020/assets/images/bg_cover_top_sp.png) no-repeat top center;
				background-size: 100% auto;
				transform: translate3d(0, -6.6666666667vw, 0);
		}
		#Cover .read::after {
				height: 23.2vw;
				bottom: 0;
				background: url(/oc2020/assets/images/bg_cover_bottom_sp.png) no-repeat top center;
				background-size: 100% auto;
				transform: translate3d(0, 6.6666666667vw, 0);
		}
		#Cover .read.inView::before, #Cover .read.inView::after {
				opacity: 1;
				transform: translate3d(0, 0, 0);
		}
		#Cover .read .copy {
				width: 78.9333333333vw;
				margin-top: 0;
				margin-bottom: 3.6vw;
				margin-left: auto;
				margin-right: auto;
		}
		#Cover .read .text {
				font-size: 10.5px;
				/* legacy */
				font-size: 2.8vw;
				line-height: 1.619047619;
				letter-spacing: 0.16em;
		}
}

/*-------------------------------------------> Message */
#Message {
		padding-top: 86px;
}
#Message .read {
		font-size: 16px;
		line-height: 1.3125;
		letter-spacing: 0.1em;
		color: #E60000;
		margin-top: 16px;
		margin-bottom: 42px;
}
#Message .movie {
		width: 596px;
		margin: 0 auto;
}
@media screen and (max-width: 768px) {
		#Message {
				margin-top: 4.6666666667vw;
				padding-top: 8vw;
				padding-bottom: 32.9333333333vw;
				background: url(/oc2020/assets/images/bg_message_sp.png?v=20200729) no-repeat center top;
				background-size: 100% auto;
		}
		#Message .title img {
				width: 37.3333333333vw;
		}
		#Message .read {
				font-size: 12.5px;
				/* legacy */
				font-size: 3.3333333333vw;
				line-height: 1.32;
				letter-spacing: 0.1em;
				margin-top: 4.9333333333vw;
				margin-bottom: 6vw;
		}
		#Message .movie {
				width: 63.7333333333vw;
		}
}

/*-------------------------------------------> About */
#About {
		margin-top: 90px;
		padding-bottom: 235px;
		background: url(/oc2020/assets/images/bg_about_top_2.png) no-repeat center top, url(/oc2020/assets/images/bg_about_bottom_2.png) no-repeat center bottom;
		background-size: 1200px auto, 1200px auto;
}
#About ol {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 960px;
		margin-top: 147px;
		margin-left: auto;
		margin-right: auto;
}
@media screen and (min-width: 769px) {
		#About ol li {
				margin-top: -80px;
		}
		#About ol li:nth-of-type(3n-1) {
				margin-top: 0;
		}
		#About ol li:nth-of-type(3n-1) dl {
				margin-left: auto;
				margin-right: auto;
		}
		#About ol li:nth-of-type(n+4) dl {
				margin-top: 60px;
		}
}
#About ol dl {
		width: 278px;
}
#About ol dl dt {
		margin-bottom: 30px;
}
#About ol .movie a::before {
		width: 27px;
		height: 30px;
}
@media screen and (max-width: 768px) {
		#About {
				margin-top: 7.2vw;
				padding-bottom: 29.6vw;
				background: url(/oc2020/assets/images/bg_about_top_2_sp.png) no-repeat center top, url(/oc2020/assets/images/bg_about_bottom_2_sp.png) no-repeat center bottom;
				background-size: 100% auto, 100% auto;
		}
		#About .title img {
				width: 100%;
		}
		#About ol {
				width: 90.6666666667vw;
				margin-top: 13.7333333333vw;
		}
		#About ol li:nth-child(odd) {
				margin-right: auto;
				margin-top: -8.9333333333vw;
		}
		#About ol li:nth-of-type(n+3) dl {
				margin-top: 4.2666666667vw;
		}
		#About ol dl {
				width: 43.7333333333vw;
		}
		#About ol dl dt {
				margin-bottom: 2vw;
		}
		#About ol .movie a::before {
				width: 5.0666666667vw;
				height: 5.6vw;
		}
}

/*-------------------------------------------> Entry */
#Entry {
		position: relative;
		background: url(/oc2020/assets/images/entry_bg.png) repeat left top;
		margin-top: 76px;
}
#Entry::before, #Entry::after {
		content: "";
		display: block;
		width: 100%;
		height: 25px;
		position: absolute;
		left: 0;
}
#Entry::before {
		background: url(/oc2020/assets/images/entry_bg_line_top.png) repeat-x left top;
		top: -25px;
}
#Entry::after {
		background: url(/oc2020/assets/images/entry_bg_line_bottom.png) repeat-x left top;
		bottom: -25px;
}
#Entry .inner {
		background: url(/oc2020/assets/images/bg_entry_2.png) no-repeat center center;
		background-size: 1200px auto;
		padding-top: 57px;
		padding-bottom: 62px;
}
#Entry .text {
		color: #FFF;
		font-size: 23px;
		line-height: 2.6086956522;
		letter-spacing: 0.04em;
}
#Entry .btnWrap {
		margin-top: 37px;
		width: 957px;
		display: flex;
		justify-content: space-between;
		margin-left: auto;
		margin-right: auto;
}
@media screen and (min-width: 769px) {
		#Entry .btn a img {
				transition: transform 0.3s ease-out;
				transform: scale(1, 1);
		}
		#Entry .btn a:hover img {
				transform: scale(1.1, 1.1);
		}
}
@media screen and (max-width: 768px) {
		#Entry {
				position: relative;
				background: url(/oc2020/assets/images/entry_bg.png) repeat left top;
				background-size: 20px 20px;
				margin-top: 8.2666666667vw;
		}
		#Entry::before, #Entry::after {
				content: "";
				display: block;
				width: 100%;
				height: 2.6666666667vw;
				position: absolute;
				left: 0;
		}
		#Entry::before {
				background: url(/oc2020/assets/images/entry_bg_line_top.png) repeat-x left top;
				background-size: auto 100%;
				top: -2.6666666667vw;
		}
		#Entry::after {
				background: url(/oc2020/assets/images/entry_bg_line_bottom.png) repeat-x left top;
				background-size: auto 100%;
				bottom: -2.6666666667vw;
		}
		#Entry .inner {
				background: url(/oc2020/assets/images/bg_entry_2_sp.png) no-repeat center center;
				background-size: 100% auto;
				padding-top: 4.6666666667vw;
				padding-bottom: 6.6666666667vw;
		}
		#Entry .text {
				color: #FFF;
				font-size: 14px;
				/* legacy */
				font-size: 3.7333333333vw;
				line-height: 1.6785714286;
				letter-spacing: 0.08em;
		}
		#Entry .btnWrap {
				margin-top: 4vw;
				width: 90.5333333333vw;
				flex-direction: column;
		}
		#Entry .btn + .btn {
				margin-top: 3.2vw;
		}
		#Entry .btn img {
				width: 90.5333333333vw;
		}
}

/*-------------------------------------------> Link */
#Link {
		width: 100%;
		overflow: hidden;
}
#Link .inner {
		padding-top: 130px;
		background: url(/oc2020/assets/images/bg_link.png) no-repeat center 80px;
		background-size: 1200px auto;
}
#Link ul {
		width: 578px;
		margin-top: 34px;
		margin-left: auto;
		margin-right: auto;
}
#Link ul li {
		text-align: center;
}
#Link ul li + li {
		margin-top: 10px;
}
#Link ul li.other {
		margin-top: 0;
		padding-top: 54px;
		position: relative;
}
#Link ul li.other::after {
		content: "";
		display: block;
		width: 100%;
		height: 54px;
		position: absolute;
		top: 0;
		left: 0;
		background: url(/oc2020/assets/images/link_line.png) no-repeat center center;
		background-size: 100% auto;
}
@media screen and (min-width: 769px) {
		#Link ul li a {
				display: inline-block;
				transition: transform 0.3s ease-out;
				transform: translate3d(0, 0, 0);
		}
		#Link ul li a:hover {
				transform: translate3d(10px, 0, 0);
		}
}
@media screen and (max-width: 768px) {
		#Link .inner {
				padding-top: 22.9333333333vw;
				background: url(/oc2020/assets/images/bg_link_sp.png?v=20200728_01) no-repeat center 0;
				background-size: 100% auto;
		}
		#Link .title img {
				width: 100vw;
		}
		#Link ul {
				width: 100vw;
				margin-top: 5.0666666667vw;
		}
		#Link ul li + li {
				margin-top: 2.6666666667vw;
		}
		#Link ul li.other {
				margin-top: 0;
				padding-top: 9.0666666667vw;
		}
		#Link ul li.other::after {
				height: 9.0666666667vw;
				background: url(/oc2020/assets/images/link_line_sp.png) no-repeat center center;
				background-size: 100% auto;
		}
}
#Link .cycling {
		position: relative;
}
#Link .cycling::after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
}
#Link .cycling.isAnim::after {
		transition: all 1.5s cubic-bezier(0.67, 0, 0.18, 1);
		opacity: 0;
		transform: translate3d(100%, 0, 0);
}
#Link .cycling.isAnim.inView::after {
		opacity: 1;
		transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 769px) {
		#Link .cycling {
				width: 1200px;
				height: 184px;
				margin-top: 26px;
				position: relative;
		}
		#Link .cycling::after {
				background: url(/oc2020/assets/images/cycling.png) no-repeat left top;
				background-size: contain;
		}
}
@media screen and (max-width: 768px) {
		#Link .cycling {
				width: 100vw;
				height: 19.6vw;
				margin-top: 6.6666666667vw;
		}
		#Link .cycling::after {
				background: url(/oc2020/assets/images/cycling_sp.png) no-repeat left top;
				background-size: contain;
		}
}

/*-------------------------------------------> Banner */
#Banner {
		padding-top: 78px;
		padding-bottom: 110px;
}
#Banner ul {
		display: flex;
		justify-content: center;
}
#Banner ul + ul {
		margin-top: 15px;
}
#Banner ul li {
		margin: 0 10px;
}
#Banner ul.bnr_1st img {
		width: auto;
		height: 84px;
}
#Banner ul.bnr_2nd img {
		width: auto;
		height: 72px;
}
@media screen and (max-width: 768px) {
		#Banner {
				padding-top: 7.0666666667vw;
				padding-bottom: 7.7333333333vw;
		}
		#Banner .inner {
				padding-left: 4.1333333333vw;
				padding-right: 4.1333333333vw;
		}
		#Banner ul {
				display: flex;
				justify-content: space-between;
				flex-wrap: wrap;
		}
		#Banner ul + ul {
				margin-top: 0;
		}
		#Banner ul li {
				margin: 2.4vw 0 0;
		}
		#Banner ul.bnr_1st li {
				margin-left: auto;
				margin-right: auto;
		}
		#Banner ul.bnr_1st img {
				width: 100%;
				height: auto;
		}
		#Banner ul.bnr_2nd img {
				width: 44.5333333333vw;
				height: auto;
		}
		#Banner ul.bnr_2nd li:nth-child(odd) {
				text-align: left;
		}
		#Banner ul.bnr_2nd li:nth-child(even) {
				text-align: right;
		}
}

/*-------------------------------------------> Footer */
#Footer {
		background: #470000;
		padding-top: 28px;
		padding-bottom: 45px;
}
#Footer .navi {
		display: flex;
		justify-content: center;
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: 0.1em;
		margin-top: 15px;
}
#Footer .navi li {
		border-left: solid 1px #FFF;
}
#Footer .navi li + li {
		border-right: solid 1px #FFF;
}
#Footer .navi a {
		display: inline-block;
		padding-left: 30px;
		padding-right: 30px;
		color: #FFF;
}
#Footer .copyright {
		font-size: 12px;
		line-height: 1;
		letter-spacing: 0em;
		color: #997D72;
		margin-top: 25px;
}
@media screen and (max-width: 768px) {
		#Footer {
				padding-top: 3.7333333333vw;
				padding-bottom: 6vw;
		}
		#Footer .logo img {
				width: 43.3333333333vw;
		}
		#Footer .navi {
				font-size: 7px;
				/* legacy */
				font-size: 1.8666666667vw;
				line-height: 1.5;
				letter-spacing: 0.1em;
				margin-top: 2vw;
		}
		#Footer .navi a {
				display: inline-block;
				padding-left: 2em;
				padding-right: 2em;
		}
		#Footer .copyright {
				font-size: 6px;
				/* legacy */
				font-size: 1.6vw;
				line-height: 1;
				letter-spacing: 0em;
				margin-top: 2.6666666667vw;
		}
}

/*-------------------------------------------> Loading */
#Loading {
		display: none;
}

/*-------------------------------------------> plugin style */
/*-------------------------------------------> */
.movie a {
		display: block;
		position: relative;
}
.movie a span {
		display: block;
		overflow: hidden;
}
.movie a::after {
		content: "";
		display: block;
		background: rgba(0, 0, 0, 0.3);
		width: 100%;
		height: 100%;
		z-index: 1;
		position: absolute;
		top: 0;
		left: 0;
		pointer-events: none;
}
.movie a::before {
		content: "";
		display: block;
		width: 58px;
		height: 63px;
		background: url(/oc2020/assets/images/icon_play.svg) no-repeat left top;
		background-size: contain;
		filter: drop-shadow(0px 0px 3px #666);
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate3d(-50%, -50%, 0);
		z-index: 10;
		pointer-events: none;
}
@media screen and (max-width: 768px) {
		.movie a::before {
				width: 6.1333333333vw;
				height: 6.6666666667vw;
		}
}
@media screen and (min-width: 769px) {
		.movie a::after {
				transition: background 0.3s ease-out;
		}
		.movie a img {
				transition: transform 0.3s ease-out;
				transform: scale(1, 1);
		}
		.movie a:hover::after {
				background: rgba(0, 0, 0, 0);
		}
		.movie a:hover img {
				transform: scale(1.1, 1.1);
		}
}

/*-------------------------------------------> flexbox */
.flex {
		display: flex;
}
.flex.column {
		flex-direction: column;
}
@media screen and (max-width: 768px) {
		.flex.sp_column {
				flex-direction: column;
		}
}

/*-------------------------------------------> Loading
#Loading {
	display: block;
	position: fixed;
	justify-content: center;
	align-items: center;
	z-index: 9998;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	background: $WHITE;
	@include fs(10,10,0);
	.Loading-wrap {
		width: 100%;
		height: 100%;
		background: url(/oc2020/assets/images/loading.gif) no-repeat center center;
		background-size: 25px 25px;
		text-indent: -9999px;
		.loader {
		}
	}
}
 */
/*-------------------------------------------> BlogCode */
.blogCode {
		font-size: 36px;
		line-height: 1.7777777778;
		letter-spacing: 0em;
		color: #000;
}
.blogCode p,
.blogCode ul,
.blogCode ol,
.blogCode table {
		margin: calc(64/36 * 1em) 0;
}
.blogCode ul,
.blogCode ol {
		margin-left: 1.5em;
}
.blogCode h1,
.blogCode h2,
.blogCode h3,
.blogCode h4,
.blogCode h5,
.blogCode h6 {
		margin-top: calc(64/36 * 1em);
		margin-bottom: calc(64/36 * 0.5em);
		line-height: 1.42;
		font-weight: 700;
}
.blogCode h1,
.blogCode h2,
.blogCode h3 {
		font-size: 28px;
}
.blogCode h4 {
		font-size: 25px;
}
.blogCode h5 {
		font-size: 22px;
}
.blogCode h6 {
		font-size: 19px;
}
.blogCode ul {
		list-style: disc;
}
.blogCode ol {
		list-style: decimal;
}
.blogCode li {
		list-style-position: outside;
}
.blogCode a {
		text-decoration: underline;
		color: #000;
}
@media screen and (min-width: 769px) {
		.blogCode a {
				transition: all 0.15s ease-out;
		}
		.blogCode a:hover {
				text-decoration: none;
		}
}
.blogCode strong,
.blogCode b {
		font-weight: bold;
}
.blogCode img {
		max-width: 100%;
		height: auto;
}
@media screen and (max-width: 768px) {
		.blogCode {
				font-size: 14px;
				/* legacy */
				font-size: 3.7333333333vw;
				line-height: 1.7142857143;
				letter-spacing: 0em;
		}
		.blogCode h1,
.blogCode h2,
.blogCode h3,
.blogCode h4,
.blogCode h5,
.blogCode h6 {
				line-height: 1.42;
		}
		.blogCode h1,
.blogCode h2,
.blogCode h3 {
				font-size: 5.3333333333vw;
		}
		.blogCode h4 {
				font-size: 4.8vw;
		}
		.blogCode h5 {
				font-size: 4.2666666667vw;
		}
		.blogCode h6 {
				font-size: 3.7333333333vw;
		}
}

/* animation
.image {
	animation-delay: 0.3s;
}
&.inView {
	.base, .image {
		animation-name: fadeInUp;
	}
}
*/
/*-------------------------------------------> animation module */
.anim-fadeInUp {
		opacity: 0;
		animation-duration: 0.75s;
		animation-iteration-count: 1;
		animation-timing-function: cubic-bezier(0.67, 0, 0.18, 1);
		animation-fill-mode: both;
}

.inView .isAnim.inView.anim-fadeInUp,
.inView .isAnim.inView .anim-fadeInUp,
.inView .anim-fadeInUp,
.inView.anim-fadeInUp {
		animation-name: fadeInUp;
}

.inView .isAnim.anim-fadeInUp,
.inView .isAnim .anim-fadeInUp {
		animation-name: none;
}

.anim-fadeIn {
		opacity: 0;
		animation-duration: 0.5s;
		animation-iteration-count: 1;
		animation-timing-function: cubic-bezier(0.67, 0, 0.18, 1);
		animation-fill-mode: both;
}

.inView .isAnim.inView.anim-fadeIn,
.inView .isAnim.inView .anim-fadeIn,
.inView .anim-fadeIn,
.inView.anim-fadeIn {
		animation-name: fadeIn;
}

.inView .isAnim.anim-fadeIn,
.inView .isAnim .anim-fadeIn {
		animation-name: none;
}

/* delay */
@media screen and (min-width: 769px) {
		.delay0 {
				animation-delay: 0s;
		}

		.delay1 {
				animation-delay: 0.2s;
		}

		.delay2 {
				animation-delay: 0.4s;
		}

		.delay3 {
				animation-delay: 0.6s;
		}

		.delay4 {
				animation-delay: 0.8s;
		}

		.delay5 {
				animation-delay: 1s;
		}

		.delay6 {
				animation-delay: 1.2s;
		}

		.delay7 {
				animation-delay: 1.4s;
		}

		.delay8 {
				animation-delay: 1.6s;
		}

		.delay9 {
				animation-delay: 1.8s;
		}

		.delay10 {
				animation-delay: 2s;
		}

		.delay11 {
				animation-delay: 2.2s;
		}
}
/*-------------------------------------------> keyframe */
@keyframes fadeInUp {
		from {
				opacity: 0;
				transform: translate3d(0, 20px, 0);
		}
		to {
				opacity: 1;
				transform: none;
		}
}
@keyframes fadeIn {
		from {
				opacity: 0;
		}
		to {
				opacity: 1;
		}
}
@keyframes loading {
		from {
				transform: rotate(0deg);
		}
		to {
				transform: rotate(-360deg);
		}
}