@charset "UTF-8";

/* CSS Information
---------------------------------------------------------------
Site URL:https://www.ogcfight.co.jp/
File name:common.css
Summary:reset styles
Created:2022-03-01
--------------------------------------------------------------- */

@media screen and (min-width: 1121px) {

/* Link */
/* ------------------------------------------------------------ */

a:link,
a:visited {
	color: #221815;
	text-decoration: none;
}

a:hover,
a:active {
	color: #221815;
	text-decoration: none;
}

img,
a {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.alpha:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

/* Font */
/* ------------------------------------------------------------ */

em {
	font-style: normal;
}

sup {
	font-size: 66%;
	vertical-align: top;
}

sub {
	font-size: 66%;
	vertical-align: baseline;
}

/* インデント1文字分 */
/* ------------------------------------------------------------ */

.indent {
	text-indent: -1em;
	margin-left: 1em;
}

/* Align */
/* ------------------------------------------------------------ */

.a_left {
	text-align: left !important;
}

.a_center {
	text-align: center !important;
}

.a_right {
	text-align: right !important;
}

/* Float */
/* ------------------------------------------------------------ */

.f_left {
	float: left;
}

.f_right {
	float: right;
}

/* Clear */
/* ------------------------------------------------------------ */

.clfx::after {
	content: '';
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

/* HR */
/* ------------------------------------------------------------ */

hr {
	height: 1px;
	margin: 40px 0;
	padding: 0;
	display: block;
	border: 0;
	border-top: 1px #e6e6e6 solid;
}

/* Center合わせ */
/* ------------------------------------------------------------ */

.c_mgn {
	margin-left: auto;
	margin-right: auto;
}

/* pc_mode / sp_mode */
/* ------------------------------------------------------------ */

.pc_mode {
	display: inherit !important;
}

.sp_mode {
	display: none !important;
}

/* Header */
/* ------------------------------------------------------------ */

header {
	position: relative;
	z-index: 2;
}

header .inner {
	background: #fff;
	width: 100%;
	height: 100px;
	position: fixed;
}

header .inner .header_area {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .inner .header_area h1 {
	width: 320px;
	margin-left: 40px;
}

/* Global menu */
/* ------------------------------------------------------------ */

header #global_nav {
}

header #global_nav ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

header #global_nav ul li a {
	height: 100px;
	padding: 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

header #global_nav ul li:last-child a {
	background: #1e905a;
	color: #fff;
}

header #global_nav ul li a span {
	font-size: 16px;
	position: relative;
}

header #global_nav ul li a span::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0px;
	left: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

header #global_nav ul li a:hover span::after {
	background: #221815;
	bottom: -3px;
}

header #global_nav ul li a.active span::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #221815;
	position: absolute;
	bottom: -3px;
	left: 0;
}

header #global_nav ul li:last-child a:hover span::after,
header #global_nav ul li:last-child a.active span::after {
	background: #fff;
}

/* Breadcrumb */
/* ------------------------------------------------------------ */

main section#breadcrumbslist {
	background: #efefef;
	color: #221815;
	height: 40px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

main section#breadcrumbslist .inner {
	width: 100%  !important;
    padding: 0 40px !important;
}

ul.breadcrumbs {
	display: flex;
}
ul.breadcrumbs li {
	display: inline-block;
	position: relative;
	padding-right: calc(16px + 8px);
	margin-right: 8px;
	white-space: nowrap;
}
ul.breadcrumbs li::after {
	content: '›';
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
ul.breadcrumbs  li:last-child {
	margin-right: 0;
	padding-right: 0;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.breadcrumbs  li:last-child::after {
	content: normal;
}
ul.breadcrumbs li a {
	color: #221815;
}
ul.breadcrumbs li a span {
	position: relative;
}
ul.breadcrumbs li a span::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0px;
	left: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
ul.breadcrumbs li a:hover span::after {
	background: #221815;
	bottom: -3px;
}

/* Main */
/* ------------------------------------------------------------ */

main:not(#index) {
	padding-top: 100px;
}

main > section:not(#mainvisual) .inner {
	box-sizing: border-box;
	width: 1100px;
	margin: 0 auto;
	padding: 80px 0;
}

a[href^="tel:"] {
	color: #221815;
	pointer-events: none;
	cursor: text;
	text-decoration: none;
}

/* title */
/* ------------------------------------------------------------ */

main:not(#index) section#mainvisual .inner {
	width: 1100px;
	height: 250px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

main:not(#index) section#mainvisual h2 {
	color: #fff;
	font-size: 20px;
	text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.75);
}

main:not(#index) section#mainvisual h2 span {
	font-size: 48px;
	display: block;
	margin-top: 10px;
}

main:not(#index) section h3 {
	color: #1e905a;
	font-size: 34px;
	margin-bottom: 40px;
}

main section p.comment {
	line-height: 1.8;
}

/* Button */
/* ------------------------------------------------------------ */

.btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	text-decoration: none;
	background: #1e905a;
	overflow: hidden;
	position: relative;
}

.btn a::before,
.btn a::after {
	box-sizing: border-box;
	transition: 0.3s ease-in-out;
}

.btn a::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #5eaf88;
	transform: translateX(-100%);
}

.btn a:hover::before {
	transform: translateX(0);
}

.btn a span {
	position: relative;
	color: #fff;
	text-align: center;
	letter-spacing: 0.1em;
	margin-right: -0.1em;
}

.btn a img {
	position: absolute;
	top: calc(50% - 9px);
	right: 10px;
	width: 12px;
	height: 18px;
}

/* Group */
/* ------------------------------------------------------------ */
main section#group .inner h3 {
	font-size: 34px;
	color: #221815;
}

main section#group .inner ul {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

main section#group .inner ul li {
	width: 366px;
}

main section#group .inner ul li:nth-of-type(2),
main section#group .inner ul li:nth-of-type(3),
main section#group .inner ul li:nth-of-type(5),
main section#group .inner ul li:nth-of-type(6) {
	margin-left: -1px;
}

main section#group .inner ul li:nth-of-type(n+4) {
	margin-top: -1px;
}

main section#group .inner ul li a {
	box-sizing: border-box;
	border: 1px #221815 solid;
	width: 100%;
	height: auto;
	display: block;
}

/* Table */
/* ------------------------------------------------------------ */

main section .dllist {
}

main section .dllist .dlbox {
	border-bottom: 1px #221815 solid;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

main section .dllist .dlbox:nth-of-type(1) {
	border-top: 1px #221815 solid;
}

main section .dllist .dlbox .dtbox {
	box-sizing: border-box;
	text-align: left;
	padding: 40px 0;
	display: block;
	flex-shrink: 0;
}

main section .dllist .dlbox .ddbox {
	box-sizing: border-box;
	text-align: left;
	width: 100%;
	padding: 40px 0;
	display: block;
}

main section .dllist .wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

main section .dllist .dlbox .wrap,
main section .dllist .dlbox p {
	line-height: 1.8;
}

main section .dllist .spacer {
	width: 100%;
}

/* Form */
/* ------------------------------------------------------------ */

main section#form .must {
	background: #1e905a;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	display: block;
}

main section#form span.error {
	margin-top: 5px;
}

main section#form .radio span.error {
	margin-top: 0;
}

main section#form span.mwform-zip-field {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

main section#form input[type="text"],
main section#form input[type="tel"],
main section#form input[type="email"],
main section#form input[type="password"],
main section#form input[type="date"],
main section#form input[type="number"] {
	border-radius: 3px;
	border: 1px #221815 solid;
	background: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	width: 100%;
	height: 50px;
	padding: 10px;
	box-sizing: border-box;
}

main section#form select {
	border-radius: 3px;
	border: 1px #221815 solid;
	background: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	width: 100%;
	height: 50px;
	padding: 10px;
	box-sizing: border-box;
	-webkit-appearance: none;
}

main section#form textarea {
	border-radius: 3px;
	border: 1px #221815 solid;
	background: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

main section#form input[type="file"] {
	font-size: 16px;
}

main section#form input[type="text"].zip {
	width: 30%;
}

main section#form select.prefecture {
	width: 30%;
	margin-bottom: 10px;
}

/*Custom Select
main section#form div.select {
	width: 100%;
	position: relative;
}
main section#form div.select::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-width: 0 2px 2px 0;
	border-color: #727171;
	border-style: solid;
	position: absolute;
	right: 20px;
	top: 15px;
	transform-origin: center;
	transform: rotate(45deg);
}
*/
/*Custom CheckBox*/
main section#form .check label {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
}
main section#form .check label input[type="checkbox"] {
	position: absolute;
	z-index: 0;
	opacity: 0;
}
main section#form .check label .custom_check {
	background: #FFF;
	width: 20px;
	height: 20px;
	z-index: 1;
	border: 1px solid #1e905a;
	border-radius: 3px;
}
main section#form .check label .custom_check::before {
	content: "";
	height: 2px;
	width: 7px;
	background: #FFF;
	position: absolute;
	transform: rotate(40deg);
	top: 11px;
	left: 5px;
	display: none;
}
main section#form .check label .custom_check::after {
	content: "";
	height: 2px;
	width: 10px;
	background: #FFF;
	position: absolute;
	transform: rotate(-50deg);
	top: 9px;
	left: 9px;
	display: none;
}
main section#form .check label input:checked + .custom_check,
main section#form .check label input:checked ~ .custom_check {
	background: #1e905a;
}
main section#form .check label input:checked + .custom_check::before,
main section#form .check label input:checked + .custom_check::after,
main section#form .check label input:checked ~ .custom_check::before,
main section#form .check label input:checked ~ .custom_check::after {
	display: block;
}
main section#form .check label span {
	line-height: 1;
}
main section#form .check label span a {
	text-decoration: underline;
}

/*Custom radio button*/
main section#form .radio {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
main section#form .radio input[type="radio"] {
	position: absolute;
	visibility: hidden;
	width: auto;
}
main section#form .radio .mwform-radio-field-text {
	line-height: 1;
	margin-right: 20px;
	cursor: pointer;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
main section#form .radio .mwform-radio-field-text::before {
	position: relative;
	left: 0;
	top: 0;
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background: #fff;
	border: 1px solid #727171;
	box-sizing: border-box;
	border-radius: 50%;
	vertical-align: middle;
}
main section#form .radio input[type="radio"]:checked + .mwform-radio-field-text::before {
	border: 1px solid #1e905a;
}
main section#form .radio input[type="radio"]:checked + .mwform-radio-field-text::after {
	position: absolute;
	left: 5px;
	top: 5px;
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #1e905a;
	border-radius: 50%;
	box-sizing: border-box;
	vertical-align: middle;
}

main section#form .mwform-zip-field {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

main section#form .mwform-zip-field input {
	margin: 0 10px;
}

main section#form .btn_area {
	width: 100%;
	margin: 40px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

main section#form .btn_submit {
	background: #1e905a;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.2em;
	margin-right: -0.2em;
	width: 400px;
	height: 60px;
	display: block;
	cursor: pointer;
	border: none;
}

main section#form .btn_submit:hover {
	background: #5eaf88;
}

main section#form .mw_wp_form_complete p {
	text-align: center;
	line-height: 1.8;
	margin-top: 40px;
}

/* Footer */
/* ------------------------------------------------------------ */

footer {
	background: #ededed;
	border-bottom: 25px #1e905a solid;
	overflow: hidden;
}

footer .inner {
	width: 1100px;
	margin: 80px auto 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

footer h1 {
	width: 320px;
	margin-bottom: 40px;
}

footer address {
	font-style: normal;
}

footer address p {
	font-size: 14px;
	margin: 15px 0 0;
}

footer nav {
	width: 350px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

footer nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

footer nav ul li:nth-of-type(1),
footer nav ul li:nth-of-type(3),
footer nav ul li:nth-of-type(5),
footer nav ul li:nth-of-type(7) {
	flex-basis: 50%;
}

footer nav ul li:nth-of-type(n+3) {
	margin-top: 20px;
}

footer nav ul li a {
	background: url(../img/common/icon_arrow_footer.svg) no-repeat left center;
	background-size: 10px 14px;
	color: #221815;
	white-space: nowrap;
	padding-left: 15px;
	display: block;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

footer nav ul li a span {
	position: relative;
}

footer nav ul li a span::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0px;
	left: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

footer nav ul li a:hover span::after {
	background: #221815;
	bottom: -3px;
}

footer nav ul li a.active span::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #221815;
	position: absolute;
	bottom: -3px;
	left: 0;
}

/* fadein */
/* ------------------------------------------------------------ */

.fadein {
	opacity: 0;
	transform: translate(0, 40px);
	transition: all 700ms;
}

.fadein.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}

/* トップページに戻るボタン */
/* ------------------------------------------------------------ */

.pagetop {
	width: 250px;
	margin: 0 auto;
}

.pagetop a {
	background: #1e905a;
	color: #fff;
	width: 250px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagetop a span {
	position: relative;
}

.pagetop a span::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0px;
	left: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pagetop a:hover span::after {
	background: #fff;
	bottom: -3px;
}

}