/**!
 * 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧
 * 🚧                                                                    🚧
 * 🚧                      👷これは開発中のコードです。                       🚧
 * 🚧                                                                    🚧
 * 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧
 *
 * 🈲 このファイルを直接編集しないでください。
 * ⚠️ 正式公開の場合は正しい手順でリリースビルドを行なってファイルを最適化してください。
 *
 */

 @import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&display=swap");
@charset "utf-8";
@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic Medium");
}
@font-face {
	font-family: icons;
	font-style: normal;
	font-weight: normal;
	src: url("../font/icons.eot");
	src: url("../font/icons.eot?#iefix") format("embedded-opentype"),
		url("../font/icons.woff") format("woff"),
		url("../font/icons.ttf") format("truetype");
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * 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.67em 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 */
}
/**
 * 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;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * 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%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 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 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 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.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-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.
 */
[type="search"]::-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, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
:root {
	font-size: 62.5%;
}
*, *::before, *::after {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
.sp-only {
	display: none;
}
@media screen and (max-width: 767px) {
.sp-only {
		display: block
}
	}
.pc-only {
	display: block;
}
@media screen and (max-width: 767px) {
.pc-only {
		display: none
}
	}
[data-ofi] img {
		-o-object-fit: cover;
		   object-fit: cover;
		font-family: "object-fit:cover", 'object-fit: cover;';
		width: 100%;
		height: 100%;
	}
figure {
	margin: 0;
}
.pb0 {
	padding-bottom: 0 !important;
}
body {
	color: #272727;
	font-family: "Noto Sans JP", sans-serif, sans-serif;
	font-size: 1.4rem;
	line-height: 1.7;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	margin: 0;
	padding: 0;

}
@media screen and (max-width: 767px) {
body {
		font-size: 3.73333vw

}
	}
a.button {
	background-color: #E31666;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	font-family: "Montserrat", "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	width: 270px;
	padding: 3rem;
	text-align: center;
	position: relative;
	-webkit-transition: 300ms;
	transition: 300ms;
	border-radius: 50px;
}
@media screen and (max-width: 991px) {
.button {
		padding: 2rem
}
	}
@media screen and (max-width: 767px) {
.button {
		padding: 1rem;
		width: 46.66667vw;
		font-size: 3.2vw
}
	}
.button:hover {
		opacity: .8;
	}
.button:hover::after{
			width: 40px;
		}
.c-title-page {
	font-size: 1.6rem;
}
.c-title-page [data-lang="en"] {
		font-size: 7rem;
		font-family: "Montserrat", "Noto Sans JP", sans-serif;
		color: #E31666;
		font-weight: 300;
		line-height: 1.22;
		position: relative;
	}
@media screen and (max-width: 767px) {
.c-title-page [data-lang="en"] {
			font-size: 9.33333vw
	}
		}
.c-title-page [data-lang="jp"] {
		font-size: 2.1rem;
		color: #272727;
		display: block;
		font-weight: 500;
		line-height: 1.33;
	}
@media screen and (max-width: 767px) {
.c-title-page [data-lang="jp"] {
			margin-top: 6.66667vw;
			font-size: 4vw
	}
		}
section h2 [data-lang="en"]::before {
                opacity: 0;
            }
section h2 [data-lang="en"], section h2 [data-lang="jp"] {
            position: relative;
        }
section h2 [data-lang="en"] > span, section h2 [data-lang="jp"] > span {
                -webkit-transition-duration: 200ms;
                        transition-duration: 200ms;
                -webkit-transition-timing-function: linear;
                        transition-timing-function: linear;
                -webkit-transform: translateX(50px);
                        transform: translateX(50px);
                display: inline-block;
                opacity: 0;
            }
section h2 [data-lang="en"] > span:nth-child(1), section h2 [data-lang="jp"] > span:nth-child(1) {
                }
section h2 [data-lang="en"] > span:nth-child(2), section h2 [data-lang="jp"] > span:nth-child(2) {
                    -webkit-transition-delay: 20ms;
                            transition-delay: 20ms;
                }
section h2 [data-lang="en"] > span:nth-child(3), section h2 [data-lang="jp"] > span:nth-child(3) {
                    -webkit-transition-delay: 40ms;
                            transition-delay: 40ms;
                }
section h2 [data-lang="en"] > span:nth-child(4), section h2 [data-lang="jp"] > span:nth-child(4) {
                    -webkit-transition-delay: 60ms;
                            transition-delay: 60ms;
                }
section h2 [data-lang="en"] > span:nth-child(5), section h2 [data-lang="jp"] > span:nth-child(5) {
                    -webkit-transition-delay: 80ms;
                            transition-delay: 80ms;
                }
section h2 [data-lang="en"] > span:nth-child(6), section h2 [data-lang="jp"] > span:nth-child(6) {
                    -webkit-transition-delay: 100ms;
                            transition-delay: 100ms;
                }
section h2 [data-lang="en"] > span:nth-child(7), section h2 [data-lang="jp"] > span:nth-child(7) {
                    -webkit-transition-delay: 120ms;
                            transition-delay: 120ms;
                }
section h2 [data-lang="en"] > span:nth-child(8), section h2 [data-lang="jp"] > span:nth-child(8) {
                    -webkit-transition-delay: 140ms;
                            transition-delay: 140ms;
                }
section h2 [data-lang="en"] > span:nth-child(9), section h2 [data-lang="jp"] > span:nth-child(9) {
                    -webkit-transition-delay: 160ms;
                            transition-delay: 160ms;
                }
section h2 [data-lang="en"] > span:nth-child(10), section h2 [data-lang="jp"] > span:nth-child(10) {
                    -webkit-transition-delay: 100ms;
                            transition-delay: 100ms;
                }
section h2[data-inview="true"] [data-lang="en"]::before {
                    -webkit-animation: titleshow 300ms 100ms ease-out forwards;
                            animation: titleshow 300ms 100ms ease-out forwards;
                }
section h2[data-inview="true"] [data-lang="en"] span, section h2[data-inview="true"] [data-lang="jp"] span {
                    -webkit-transform: translateX(0);
                            transform: translateX(0);
                    opacity: 1;
                }
@-webkit-keyframes titleshow {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
                transform: translateX(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
@keyframes titleshow {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
                transform: translateX(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
.fade {
    opacity: 0;
}
.fade[data-inview="true"] {
        -webkit-animation: fade 300ms ease-out forwards;
                animation: fade 300ms ease-out forwards;
    }
@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fadeU {
    opacity: 0;
}
.fadeU[data-inview="true"] {
        -webkit-animation: fadeU 300ms ease-out forwards;
                animation: fadeU 300ms ease-out forwards;
    }
@-webkit-keyframes fadeU {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30%);
                transform: translateY(30%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@keyframes fadeU {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30%);
                transform: translateY(30%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
.fadeR {
    opacity: 0;
}
.fadeR[data-inview="true"] {
        -webkit-animation: fadeR 300ms ease-out forwards;
                animation: fadeR 300ms ease-out forwards;
    }
@-webkit-keyframes fadeR {
    0% {
        opacity: 0;
        -webkit-transform: translateX(30%);
                transform: translateX(30%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
@keyframes fadeR {
    0% {
        opacity: 0;
        -webkit-transform: translateX(30%);
                transform: translateX(30%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
.fadeL {
    opacity: 0;
}
.fadeL[data-inview="true"] {
        -webkit-animation: fadeL 300ms ease-out forwards;
                animation: fadeL 300ms ease-out forwards;
    }
.fadeL-big {
        opacity: 0;
    }
.fadeL-big[data-inview="true"] {
            -webkit-animation: fadeLBig 1000ms ease-out forwards;
                    animation: fadeLBig 1000ms ease-out forwards;
        }
@-webkit-keyframes fadeL {
    0% {
        opacity: 0;
        -webkit-transform: translateX(30%);
                transform: translateX(30%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
@keyframes fadeL {
    0% {
        opacity: 0;
        -webkit-transform: translateX(30%);
                transform: translateX(30%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
.fadeL-big {
}
@-webkit-keyframes fadeLBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
@keyframes fadeLBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
.c-hero {
	text-align: center;
	position: relative;
}
.c-hero-cover__bottom, .c-hero-cover__top {
			position: absolute;
			width: 100%;
			left: 0;
			overflow: hidden;
			z-index: 10;
		}
.c-hero-cover__bottom svg, .c-hero-cover__top svg {
				min-width: 3000px;
				width: 100%;
				margin-left: calc(-1*(3243px - 100%)/2);
				height: 100%;
			}
@media screen and (max-width: 991px) {
.c-hero-cover__bottom svg, .c-hero-cover__top svg {
					min-width: 1500px;
					margin-left: calc(-1*(1500px - 100%)/2)
			}
				}
@media screen and (max-width: 767px) {
.c-hero-cover__bottom svg, .c-hero-cover__top svg {
					min-width: 1000px;
					margin-left: calc(-1*(1000px - 100%)/2)
			}
				}
.c-hero-cover__bottom svg .bg-svg01, .c-hero-cover__top svg .bg-svg01 {
					fill: #fff;
				}
.c-hero-cover__bottom svg .bg-svg02, .c-hero-cover__top svg .bg-svg02 {
					fill: #E31666;
					opacity: .157;
				}
.c-hero-cover__bottom .bg-svg01, .c-hero-cover__top .bg-svg01 {
				fill: #fff;
			}
.c-hero-cover__bottom .bg-svg02, .c-hero-cover__top .bg-svg02 {
				fill: #E31666;
				opacity: .157;
			}
.c-hero-cover__top {
			top: 0;
			height: 97px;
		}
@media screen and (max-width: 991px) {
.c-hero-cover__top {
				height: 48px
		}
			}
@media screen and (max-width: 767px) {
.c-hero-cover__top {
				top: -2%;
				height: 36px
		}
			}
.c-hero-cover__bottom {
			bottom: -1px;
			height: 282px;
		}
@media screen and (max-width: 991px) {
.c-hero-cover__bottom {
				height: 141px
		}
			}
@media screen and (max-width: 767px) {
.c-hero-cover__bottom {
				height: 93px
		}
			}
.c-hero__body {
		position: relative;
		overflow: hidden;
		height: 100%;
		height: 100vh;
		max-height: 900px;
		min-height: 600px;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		background: #000;
		position: relative;
	}
@media screen and (max-width: 767px) {
	.c-hero__body {
		min-height: 488px;
		height: calc(100vh - 200px);
		max-height: calc(100vh - 200px)
}
.c-hero__body img {
	object-position: 42% 0;
}
}
.c-hero__body::before {
			content: "";
			display: block;
			width: 100%;
			height: 100%;
			position: absolute;
			background-color: rgba(0, 0,0,.2);
			top: 0;
		}
.c-hero-copy {
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
		margin: auto;
		margin-top: -50px;
		width: 100%;
		max-width: 1030px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: center;
		height: 100%;
	}
@media screen and (max-width: 991px) {
.c-hero-copy {
			padding-right: 20px
	}
		}
@media screen and (max-width: 767px) {
.c-hero-copy {
			width: 80%;
			padding-right: 0;
			height: auto;
			top: 50%;
	}
		}
.c-hero-copy > svg path {
				fill: #fff;
			}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
				.c-hero-copy > svg path {
					fill: none;
					stroke: #fff;
					stroke-width: 1px;
					stroke-linecap:round;
					stroke-linejoin:round;
					stroke-dasharray: 2000;
					stroke-dashoffset: 2000;
					-webkit-animation: stroke 1200ms 500ms linear;
					        animation: stroke 1200ms 500ms linear;
					-webkit-animation-fill-mode: forwards;
					        animation-fill-mode: forwards;
				}
			}
@-webkit-keyframes stroke {
			0% {
				stroke-dashoffset: 2000;
				fill: rgba(255, 255, 255, 0);
			}
			60% {
				fill: rgba(255, 255, 255, 0);
				stroke-width: 1px;
			}
			100% {
				opacity: 1;
				stroke-dashoffset: 0;
				fill: rgba(255, 255, 255, 1);
				stroke-width: 0;
				opacity: 1;
			}
		}
@keyframes stroke {
			0% {
				stroke-dashoffset: 2000;
				fill: rgba(255, 255, 255, 0);
			}
			60% {
				fill: rgba(255, 255, 255, 0);
				stroke-width: 1px;
			}
			100% {
				opacity: 1;
				stroke-dashoffset: 0;
				fill: rgba(255, 255, 255, 1);
				stroke-width: 0;
				opacity: 1;
			}
		}
.c-hero-copy br {
			display: none;
		}
@media screen and (max-width: 767px) {
.c-hero-copy br {
				display: block
		}
			}
.c-hero-copy__main {
			font-size: 7rem;
			color: #fff;
			font-weight: bold;
			margin: 0;
			width: 100%;
			background: #f06;
			position: relative;
		}
.c-hero-copy__main svg {
				width: 100%;
				height: inherit;
				font-size: 7rem;
				font-weight: bold;
				margin: 0 auto;
				position: absolute;
				top: -35px;
				left: 0;
			}
@media screen and (max-width: 991px) {
.c-hero-copy__main svg {
					font-size: 6rem
			}
				}
@media screen and (max-width: 767px) {
.c-hero-copy__main svg {
					font-size: 13.33333vw;
					height: 53.33333vw
			}
				}
.c-hero-copy__main svg text {
					margin: 0 auto;
				}
.c-hero-copy__main [data-anime="main"]  {
				stroke-dasharray: 600;
				stroke-dashoffset: 600;
				fill-opacity: 0;
			}
.c-hero-copy__sub {
			color: #fff;
			font-weight: bold;
			font-family: "Montserrat", "Noto Sans JP", sans-serif;
			letter-spacing: .1em;
			background: #f50;
			position: relative;
		}
.c-hero-copy__sub svg {
				width: 100%;
				font-size: 2.4rem;
				position: absolute;
				top: 35px;
				left: 0;
			}
@media screen and (min-width: 576px) and (max-width: 767px) {
.c-hero-copy__sub svg {
					font-size: 2rem;
					height: 33.33333vw
			}
				}
@mediascreen and (max-width: 575px) {
.c-hero-copy__sub svg {
					display: none
			}
				}
.c-hero-copy__sub svg text {
					margin: 0 auto;
				}
.c-hero-copy__sub [data-anime="sub"] {
				stroke-dasharray: 200;
				stroke-dashoffset: 200;
				fill-opacity: 0;
			}
.c-page-home__wrap {
		overflow: hidden;
		width: 100%;
	}
.c-page-home header {
		background-color: rgba(255, 255, 255, .58);
		-webkit-transition: background-color 300ms;
		transition: background-color 300ms;
	}
.c-page-home header > div::before {
				background: transparent;
			}
.c-page-home header[data-headerbg="true"] {
			background-color: #fff;
		}
.c-page-home header[data-headerbg="true"] > div::before {
					background: #E0E0E0;
				}
.c-page-home main {
		padding-top: 110px;
		overflow: hidden;
	}
@media screen and (max-width: 991px) {
.c-page-home main {
			padding-top: 74px
	}
		}
@media screen and (max-width: 767px) {
.c-page-home main {
			padding-top: 64px
	}
		}
.c-page-home section {
		overflow: hidden;
	}
.c-page-home h2 {
		margin: 0 0 40px;
		position: relative;
	}
.c-page-home h2 [data-lang="en"] {
			font-size: 5.5rem;
			font-family: "Montserrat", "Noto Sans JP", sans-serif;
			color: #E31666;
			font-weight: 300;
			line-height: 1.22;
			position: relative;
			display: block;
			letter-spacing: .05em;
		}
@media screen and (max-width: 767px) {
.c-page-home h2 [data-lang="en"] {
				font-size: 9.33333vw
		}
			}
.c-page-home h2 [data-lang="en"]::before {
				content: "";
				position: absolute;
				bottom: -15px;
				right: 48%;
				width: 100vw;
				height: 1px;
				background-color: #E31666;
			}
.c-page-home h2 [data-lang="jp"] {
			font-size: 2.1rem;
			color: #272727;
			display: block;
			font-weight: 500;
			line-height: 1.33;
			margin-top: 47px;
			padding-left: 5px;
		}
@media screen and (max-width: 767px) {
.c-page-home h2 [data-lang="jp"] {
				margin-top: 6.66667vw;
				font-size: 4vw
		}
			}
.c-page-home h2 [data-title="image"] {
			opacity: 0;
			-webkit-transition: 200ms;
			transition: 200ms;
			display: none;
		}
.c-page-home h2 [data-title="image"].anime {
				opacity: 1;
			}
.c-page-home h2 [data-title="image"] [data-lang="en"] {
				font-size: 6.9rem;
				width: 100%;
				height: 80px;
				fill: #E31666;
				stroke: #E31666;
				letter-spacing: .045em;
			}
@media screen and (max-width: 767px) {
.c-page-home h2 [data-title="image"] [data-lang="en"] {
					font-size: 9.06667vw;
					width: 48vw;
					height: 10.66667vw
			}
				}
.c-page-home h2 [data-title="image"] [data-lang="jp"] {
				font-size: 2.1rem;
				width: 100%;
				height: 28px;
				fill: #272727;
				stroke: #272727;
				letter-spacing: .045em;
				font-weight: 400;
				margin-top: 47px;
			}
@media screen and (max-width: 767px) {
.c-page-home h2 [data-title="image"] [data-lang="jp"] {
					font-size: 4vw
			}
				}
.c-page-home-business {
		padding: 105px 0 80px;
		position: relative;
		z-index: 1;
	}
@media screen and (max-width: 767px) {
.c-page-home-business {
			padding: 6.66667vw 0 0
	}
		}
.c-page-home-business::before {
			content: "";
			display: block;
			width: 100%;
			background-image: url(/regular/theme03/color01/img/common/bg_gray001.svg);
			background-size: cover;
			background-repeat: no-repeat;
			height: 1021px;
			background-position: top center;
			position: absolute;
			top: -350px;
			right: 0;
		}
@media screen and (max-width: 767px) {
.c-page-home-business::before {
				top: 0;
				background-size: 1500px auto;
				background-position: top left
		}
			}
.c-page-home-business__body {
			max-width: 1030px;
			padding: 0 15px 105px;
			margin: 0 auto;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: reverse;
			    -ms-flex-direction: row-reverse;
			        flex-direction: row-reverse;
			position: relative;
		}
@media screen and (max-width: 767px) {
.c-page-home-business__body {
				padding: 6.66667vw 15px 10%;
				display: block
		}
			}
.c-page-home-business__image {
			width: 51%;
		}
@media screen and (max-width: 767px) {
.c-page-home-business__image {
				width: 40vw;
				padding: 0;
				position: absolute;
				top: 0;
				right: 0
		}
			}
.c-page-home-business__image figure {
				margin: 0;
			}
.c-page-home-business__image figure img {
					width: 100%;
				}
.c-page-home-business__text {
			-webkit-box-flex: 1;
			    -ms-flex: 1;
			        flex: 1;
			padding-top: 20px;
			padding-right: 60px;
		}
@media screen and (max-width: 767px) {
.c-page-home-business__text {
				padding: 9.33333vw 26.66667vw 0 0;
				position: relative;
				z-index: -1
		}
			}
.c-page-home-business__text h2 {
				margin-right: -60px;
			}
@media screen and (max-width: 767px) {
.c-page-home-business__text h2 {
					margin-right: 0
			}
				}
.c-page-home-business__text h2 [data-lang="en"]::before {
					right: 0;
				}
.c-page-home-person {
		background-color: transparent;
		position: relative;
		z-index: 1;
		min-height: 1200px;
	}
@media screen and (max-width: 767px) {
.c-page-home-person {
			min-height: 160vw
	}
		}
.c-page-home-person::before {
			content: "";
			display: block;
			width: 100%;
			background-image: url(/regular/theme03/color01/img/common/bg_gray002.svg);
			background-size: cover;
			background-repeat: no-repeat;
			height: 1126px;
			background-position: top center;
			position: absolute;
			top: -20px;
			right: 0;
			z-index: -1;
		}
@media screen and (max-width: 767px) {
.c-page-home-person::before {
				top: 10%;
				background-size: 2000px auto;
				background-position: top left
		}
			}
.c-page-home-person__heading {
			max-width: 1030px;
			padding: 0 15px;
			margin: 0 auto;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: end;
			    -ms-flex-pack: end;
			        justify-content: flex-end;
			position: relative;
			z-index: 1;
		}
@media screen and (max-width: 767px) {
.c-page-home-person__heading {
				padding: 10.66667vw 15px 0
		}
			}
.c-page-home-person__heading h2 {
				min-width: 52%;
				padding-left: 60px;
			}
.c-page-home-person__heading h2 [data-lang="en"]::before, .c-page-home-person__heading h2 [data-lang="jp"]::before {
						right: auto;
						left: -60px;
					}
.c-page-home-person [data-tab="menu"] {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			width: 100%;
			margin: 0;
			padding: 0;
			max-width: 1030px;
			padding: 0 15px;
			margin: 60px auto;
		}
@media screen and (max-width: 767px) {
.c-page-home-person [data-tab="menu"] {
				padding: 0 0 13.33333vw;
				display: block
		}
			}
.c-page-home-person [data-tab="menu"] li {
				width: 50%;
				list-style: none;
				position: relative;
				cursor: pointer;
				-webkit-transition: 200ms;
				transition: 200ms;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				overflow: hidden;
			}
@media screen and (max-width: 767px) {
.c-page-home-person [data-tab="menu"] li {
					max-height: 40vw;
					overflow: hidden;
					-webkit-box-align: start;
					    -ms-flex-align: start;
					        align-items: flex-start;
					margin-right: 30%;
					width: 70%
			}
				}
.c-page-home-person [data-tab="menu"] li:nth-child(1) {
					top: -60px;
					left: -20px;
				}
@media screen and (max-width: 767px) {
.c-page-home-person [data-tab="menu"] li:nth-child(1) {
						top: 0;
						left:0;
						margin-left: 30%;
						margin-right: 0
				}
					}
.c-page-home-person [data-tab="menu"] li::after, .c-page-home-person [data-tab="menu"] li::before {
					content: "";
					display: block;
					position: absolute;
				}
.c-page-home-person [data-tab="menu"] li::after {
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					background: rgba(0, 0, 0, .24);
					-webkit-transition: 100ms;
					transition: 100ms;
					-webkit-transform: scale(1) rotate(0deg);
					        transform: scale(1) rotate(0deg);
					border-radius: 0;
				}
.c-page-home-person [data-tab="menu"] li:hover::after {
						background: rgba(0, 0, 0, 0);
						-webkit-transform: scale(0) rotate(360deg);
						        transform: scale(0) rotate(360deg);
						border-radius: 80% 100% 40% 80%;
					}
.c-page-home-person [data-tab="menu"] li [data-button="more"] {
					position: absolute;
					bottom: 15px;
					right: 15px;
					display: block;
					width: 40px;
					height: 40px;
					line-height: 38px;
					border-radius: 100%;
					border: 2px solid #fff;
					font-family: "Montserrat", "Noto Sans JP", sans-serif;
					font-size: 3rem;
					color: #fff;
					text-align: center;
					opacity: 1;
					-webkit-transition: 100ms;
					transition: 100ms;
				}
@media screen and (max-width: 767px) {
.c-page-home-person [data-tab="menu"] li [data-button="more"] {
						bottom: 8px;
						right: 8px;
						width: 25px;
						height: 25px;
						line-height: 22px;
						font-size: 2rem
				}
					}
@media screen and (max-width: 767px) {
.c-page-home-person [data-tab="menu"] li[data-tab-select="active"] {
						width: 100vw;
						width: 100%
				}

						.c-page-home-person [data-tab="menu"] li[data-tab-select="active"]:nth-child(1) {
							margin-left: 0;
						}
					}
.c-page-home-person [data-tab="menu"] li[data-tab-select="active"]:hover::after {
							-webkit-transform: scale(1) rotate(0deg);
							        transform: scale(1) rotate(0deg);
							border-radius: 0;
						}
.c-page-home-person [data-tab="menu"] li[data-tab-select="active"] > div {
						display: -webkit-box;
						display: -ms-flexbox;
						display: flex;
						-webkit-box-orient: vertical;
						-webkit-box-direction: normal;
						    -ms-flex-direction: column;
						        flex-direction: column;
						-webkit-box-pack: center;
						    -ms-flex-pack: center;
						        justify-content: center;
						-webkit-box-align: center;
						    -ms-flex-align: center;
						        align-items: center;
						-ms-flex-wrap: wrap;
						    flex-wrap: wrap;
						-webkit-animation: showfadeU 400ms ease-out forwards;
						        animation: showfadeU 400ms ease-out forwards;
					}
.c-page-home-person [data-tab="menu"] li[data-tab-select="active"]::after {
						background: rgba(227,22,102, .7);
					}
.c-page-home-person [data-tab="menu"] li[data-tab-select="active"]::before {
						border-color: rgba(227,22,102, .7) transparent transparent transparent;
					}
.c-page-home-person [data-tab="menu"] li[data-tab-select="active"] [data-button="more"] {
						opacity: 0;
					}
.c-page-home-person [data-tab="menu"] li > div {
					text-align: center;
					z-index: 1;
					color: #fff;
					display: none;
					width: 100%;
					height: 100%;
					position: absolute;
					top: 0;
					left: 0;
				}
.c-page-home-person [data-tab="menu"] li [data-person="name"] [data-lang="en"] {
						display: block;
						font-size: 4rem;
						font-family: "Montserrat", "Noto Sans JP", sans-serif;
						line-height: 1.26;
					}
@media screen and (max-width: 767px) {
.c-page-home-person [data-tab="menu"] li [data-person="name"] [data-lang="en"] {
							font-size: 5.33333vw
					}
						}
.c-page-home-person [data-tab="menu"] li [data-person="name"] [data-lang="jp"] {
						font-size: 1.8rem;
						font-weight: 500;
					}
@media screen and (max-width: 767px) {
.c-page-home-person [data-tab="menu"] li [data-person="name"] [data-lang="jp"] {
							font-size: 4vw
					}
						}
.c-page-home-person [data-tab="menu"] li [data-person="name"]::after {
						content: "";
						display: block;
						width: 130px;
						height: 1px;
						background-color: #fff;
						margin: 20px auto 0;
					}
@media screen and (max-width: 767px) {
.c-page-home-person [data-tab="menu"] li [data-person="name"]::after {
							margin-top: 2vw;
							width: 21.33333vw
					}
						}
.c-page-home-person [data-tab="menu"] li [data-person="position"] {
					font-size: 1.6rem;
					font-weight: 400;
				}
@media screen and (max-width: 767px) {
.c-page-home-person [data-tab="menu"] li [data-person="position"] {
						font-size: 3.2vw
				}
					}
.c-page-home-person [data-tab="menu"] li figure {
					margin: 0;
					height: 100%;
				}
.c-page-home-person [data-tab="menu"] li figure img {
						width: 100%;
						vertical-align: top;
					}
.c-page-home-person__body {
			max-width: 1280px;
			margin: 0 auto;
			background: #fff;
			margin-top: -400px;
		}
@media screen and (max-width: 991px) {
.c-page-home-person__body {
				margin-top: -40%
		}
			}
@media screen and (max-width: 767px) {
.c-page-home-person__body {
				margin-top: -30%
		}
			}
.c-page-home-person__body > div {
				display: none;
				visibility: hidden;
				padding: 440px 160px 200px;
			}
@media screen and (max-width: 991px) {
.c-page-home-person__body > div {
					padding: 40% 60px 200px
			}
				}
@media screen and (max-width: 767px) {
.c-page-home-person__body > div {
					padding: 10% 15px 13.33333vw
			}
				}
.c-page-home-person__body > div[data-panel-select="active"] {
					display: block;
					visibility: visible;
					opacity: 1;
				}
.c-page-home-person__body > div[data-panel-select="active"] dl {
						-webkit-animation: showfadeU 400ms ease-out forwards;
						        animation: showfadeU 400ms ease-out forwards;
					}
.c-page-home-person__body > div dl {
					opacity: 0;
					-webkit-transform: translateY(50px);
					        transform: translateY(50px);
				}
.c-page-home-person__body > div dl dt {
						font-size: 2.4rem;
						font-weight: 500;
						color: #E31666;
						position: relative;
						padding: 0 25px;
					}
@media screen and (max-width: 767px) {
.c-page-home-person__body > div dl dt {
							font-size: 4.8vw
					}
						}
.c-page-home-person__body > div dl dt::before {
							content: "";
							position: absolute;
							bottom: -20px;
							left: 0;
							width: 100%;
							height: 1px;
							background-color: #E31666;
						}
.c-page-home-person__body > div dl dd {
						margin-top: 40px;
						line-height: 2;
						margin-left: 0;
						padding: 0 25px;
					}
.c-page-home-person__body > div dl dd + dt {
							margin-top: 75px;
						}
@media screen and (max-width: 767px) {
.c-page-home-person__body > div dl dd + dt {
								margin-top: 10vw
						}
							}
.c-page-home-message {
		position: relative;
		padding-bottom: 480px;
	}
@media screen and (max-width: 767px) {
.c-page-home-message {
			padding-bottom: 13.33333vw
	}
		}
.c-page-home-message::before {
			content: "";
			display: block;
			width: 100%;
			background-image: url(/regular/theme03/color01/img/common/bg_gray002.svg);
			background-size: cover;
			background-repeat: no-repeat;
			height: 1126px;
			background-position: top center;
			position: absolute;
			top: 740px;
			right: 0;
			z-index: -1;
		}
@media screen and (max-width: 767px) {
.c-page-home-message::before {
				top: 10%;
				background-size: 2000px auto;
				background-position: top center
		}
			}
.c-page-home-message__image {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			height: 800px;
			overflow: hidden;
			position: relative;
		}
@media screen and (max-width: 767px) {
.c-page-home-message__image {
				height: auto;
				width: auto;
				margin-left: -15px;
				margin-right: -15px
		}
			}
.c-page-home-message__image figure {
				position: relative;
				height: 100%;
				width: 100%;
				margin: 0;
			}
.c-page-home-message__image figure img {
					width: auto;
					min-width: 100%;
				}
@media screen and (max-width: 767px) {
.c-page-home-message__image figure img {
						position: relative;
						left: 0;
						-webkit-transform: translateX(0);
						        transform: translateX(0);
						width: 100%;
						vertical-align: top
				}
					}
.c-page-home-message__cover-top, .c-page-home-message__cover-bottom {
				position: absolute;
				width: 100%;
				left: 0;
				overflow: hidden;
				z-index: 10;
			}
.c-page-home-message__cover-top svg, .c-page-home-message__cover-bottom svg {
					min-width: 3000px;
					width: 100%;
					margin-left: -750px;
					height: 100%;
				}
@media screen and (max-width: 991px) {
.c-page-home-message__cover-top svg, .c-page-home-message__cover-bottom svg {
						min-width: 1500px;
						margin-left: -250px
				}
					}
@media screen and (max-width: 767px) {
.c-page-home-message__cover-top svg, .c-page-home-message__cover-bottom svg {
						min-width: 1000px;
						margin-left: -116px
				}
					}
@media only screen and (min-width : 2000px) {
.c-page-home-message__cover-top svg, .c-page-home-message__cover-bottom svg {
						margin-left: 0
				}
					}
.c-page-home-message__cover-top svg .bg-svg01, .c-page-home-message__cover-bottom svg .bg-svg01 {
						fill: #fff;
					}
.c-page-home-message__cover-top svg .bg-svg02, .c-page-home-message__cover-bottom svg .bg-svg02 {
						fill: #E31666;
						opacity: .157;
					}
.c-page-home-message__cover-top {
				top: -2px;
				height: 97px;
			}
@media screen and (max-width: 991px) {
.c-page-home-message__cover-top {
					height: 48px
			}
				}
@media screen and (max-width: 767px) {
.c-page-home-message__cover-top {
					top: -2%;
					height: 36px
			}
				}
.c-page-home-message__cover-bottom {
				bottom: -10px;
				height: 282px;
			}
@media screen and (max-width: 991px) {
.c-page-home-message__cover-bottom {
					height: 141px
			}
				}
@media screen and (max-width: 767px) {
.c-page-home-message__cover-bottom {
					height: 93px
			}
				}
.c-page-home-message__content {
			max-width: 1030px;
			padding: 0 15px;
			margin: 0 auto;
			z-index: 1;
			position: relative;
			z-index: 10;
		}
@media screen and (max-width: 767px) {
.c-page-home-message__content {
				display: block
		}
			}
@media screen and (max-width: 767px) {
.c-page-home-message__content {
				width: 100%;
				padding: 0 6.66667vw
		}
			}
.c-page-home-message__text {
			padding-left: 30px;
		}
@media screen and (max-width: 767px) {
.c-page-home-message__text {
				padding-left: 0
		}
			}
.c-page-home-message__subtitle {
			font-size: 2.4rem;
			font-weight: bold;
		}
@media screen and (max-width: 767px) {
.c-page-home-message__subtitle {
				font-size: 4.26667vw
		}
			}
.c-page-home-message__name {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: end;
			    -ms-flex-pack: end;
			        justify-content: flex-end;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			margin-top: 82px;
		}
@media screen and (max-width: 767px) {
.c-page-home-message__name {
				margin-top: 8vw
		}
			}
.c-page-home-message__name [data-type="position"] {
				font-size: 1.4rem;
				margin-right: 20px;
			}
@media screen and (max-width: 767px) {
.c-page-home-message__name [data-type="position"] {
					font-size: 3.2vw;
					margin-right: 10px
			}
				}
.c-page-home-message__name [data-type="name"] {
				font-size: 2.4rem;
				font-weight: bold;
			}
@media screen and (max-width: 767px) {
.c-page-home-message__name [data-type="name"] {
					font-size: 4.26667vw
			}
				}
.c-page-home-information {
		margin-top: -300px;
	}
@media screen and (max-width: 767px) {
.c-page-home-information {
			margin-top: 0
	}
		}
.c-page-home-information__body {
			max-width: 1030px;
			padding: 0 15px 120px;
			margin: 0 auto;
		}
@media screen and (max-width: 991px) {
.c-page-home-information__body {
				padding: 100px 60px
		}
			}
@media screen and (max-width: 767px) {
.c-page-home-information__body {
				padding: 6.66667vw 15px 13.33333vw
		}
			}
.c-page-home-information__body table {
				width: 100%;
				margin: 60px 0 0;
			}
.c-page-home-information__body table th, .c-page-home-information__body table td {
					border-bottom: 1px solid #E5E5E5;
					padding: 38px 0;
					vertical-align: top;
				}
@media screen and (max-width: 767px) {
.c-page-home-information__body table th, .c-page-home-information__body table td {
						display: block;
						width: 100%
				}
					}
.c-page-home-information__body table th {
					width: 280px;
					text-align: left;
					font-size: 1.5rem;
				}
@media screen and (max-width: 767px) {
.c-page-home-information__body table th {
						width: 100%;
						border-top: 1px solid #E5E5E5;
						font-size: 4vw;
						padding: 1.33333vw 0
				}
					}
@media screen and (max-width: 767px) {
.c-page-home-information__body table td {
						font-size: 3.73333vw;
						padding: 2.66667vw 0 6.66667vw;
						border-bottom: none
				}
					}
@-webkit-keyframes showfadeU {
		0% {
			opacity: 0;
			-webkit-transform: translateY(50px);
			        transform: translateY(50px);
		}

		100% {
			opacity: 1;
			-webkit-transform: translateY(0);
			        transform: translateY(0);
		}
	}
@keyframes showfadeU {
		0% {
			opacity: 0;
			-webkit-transform: translateY(50px);
			        transform: translateY(50px);
		}

		100% {
			opacity: 1;
			-webkit-transform: translateY(0);
			        transform: translateY(0);
		}
	}
.c-page-sub__content {
		padding-top: 110px;
	}
@media screen and (max-width: 991px) {
.c-page-sub__content {
			padding-top: 74px
	}
		}
@media screen and (max-width: 767px) {
.c-page-sub__content {
			padding-top: 64px
	}
		}
.c-page-sub__wrap {
		overflow: hidden;
		width: 100%;
	}
.c-page-sub__content-title {
		position: relative;
	}
.c-page-sub__content-title__bg {
			position: relative;
			overflow: hidden;
			max-height: 900px;
		}
@media screen and (max-width: 767px) {
.c-page-sub__content-title__bg {
				height: 300px;
				overflow: visible
		}
			}
[data-title="person"] .c-page-sub__content-title__bg {
				height: 100vh;
				max-height: 900px;
				min-height: 600px;
			}
@media screen and (max-width: 767px) {
[data-title="person"] .c-page-sub__content-title__bg {
					height: 80vw;
					min-height: 80vw;
					margin-bottom: 37.33333vw
			}
				}
.c-page-sub__content-title__bg[data-title="message"] {
				height: 100vh;
				max-height: 900px;
				min-height: 600px;
			}
@media screen and (max-width: 767px) {
.c-page-sub__content-title__bg[data-title="message"] {
					height: 80vw;
					min-height: 80vw
			}

				}
.c-page-sub__content-title__bg-proflie {
				position: absolute;
				left: -100px;
				bottom: 55%;
				-webkit-transform: translateY(50%) skewX(-24deg);
				        transform: translateY(50%) skewX(-24deg);
				background: rgba(36,179,237, .7);
				color: #fff;
				width: 40%;
				min-width: 550px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: end;
				    -ms-flex-pack: end;
				        justify-content: flex-end;
				z-index: 12;
				border-radius: 15px;
			}
@media screen and (max-width: 767px) {
.c-page-sub__content-title__bg-proflie {
					-webkit-transform: translateY(0) skewX(-10deg);
					        transform: translateY(0) skewX(-10deg);
					bottom: -30%;
					width: 95%;
					min-width: auto;
					left: -6.66667vw
			}
				}
.c-page-sub__content-title__bg-proflie__body {
					padding: 30px 100px 60px 40px;
					-webkit-transform: skewX(24deg);
					        transform: skewX(24deg);
				}
@media screen and (max-width: 767px) {
.c-page-sub__content-title__bg-proflie__body {
						-webkit-transform: skewX(10deg);
						        transform: skewX(10deg);
						width: 100%;
						padding: 0 5.33333vw 5.33333vw 9.33333vw
				}
					}
.c-page-sub__content-title__bg-proflie__body [data-profile="text"] {
						font-size: 3rem;
						font-weight: bold;
						margin-bottom: 4rem;
						line-height: 1.333;
					}
@media screen and (max-width: 767px) {
.c-page-sub__content-title__bg-proflie__body [data-profile="text"] {
							margin-bottom: 5.33333vw;
							font-size: 6.66667vw
					}
						}
.c-page-sub__content-title__bg-proflie__body [data-profile="name"] {
						margin: 0;
					}
.c-page-sub__content-title__bg-proflie__body [data-profile="name"] [data-lang="en"] {
							font-size: 4rem;
							font-weight: 300;
							font-family: "Montserrat", "Noto Sans JP", sans-serif;
						}
@media screen and (max-width: 767px) {
.c-page-sub__content-title__bg-proflie__body [data-profile="name"] [data-lang="en"] {
								font-size: 6.66667vw
						}
							}
.c-page-sub__content-title__bg-proflie__body [data-profile="name"] [data-lang="en"] strong {
								font-weight: bold;
							}
.c-page-sub__content-title__bg-proflie__body [data-profile="name"] [data-lang="jp"] {
							margin-top: 10px;
							display: block;
						}
@media screen and (max-width: 767px) {
.c-page-sub__content-title__bg-proflie__body [data-profile="name"] [data-lang="jp"] {
								margin-top: 1.33333vw
						}
							}
.c-page-sub__content-title__bg-proflie__body [data-profile="join"] {
						font-weight: bold;
						margin: 0;
					}
.c-page-sub__content-title__bg-cover {
				position: absolute;
				width: 100%;
				left: 0;
				overflow: hidden;
				z-index: 10;
			}
.c-page-sub__content-title__bg-cover svg {
					min-width: 3000px;
					width: 100%;
					height: 100%;
					margin-left: calc(-1*(3000px - 100%)/2);
				}
@media screen and (max-width: 991px) {
.c-page-sub__content-title__bg-cover svg {
						min-width: 1500px;
						margin-left: calc(-1*(1500px - 100%)/2)
				}
					}
@media screen and (max-width: 767px) {
.c-page-sub__content-title__bg-cover svg {
						min-width: 1000px;
						margin-left: -116px;
						margin-left: calc(-1*(1000px - 100%)/2)
				}
					}
.c-page-sub__content-title__bg-cover svg .bg-svg01 {
						fill: #fff;
					}
.c-page-sub__content-title__bg-cover svg .bg-svg02 {
						fill: #E31666;
						opacity: .157;
					}
.c-page-sub__content-title__bg-cover[data-cover="top"] {
					top: 0;
					height: 97px;
				}
@media screen and (max-width: 991px) {
.c-page-sub__content-title__bg-cover[data-cover="top"] {
						height: 48px
				}
					}
@media screen and (max-width: 767px) {
.c-page-sub__content-title__bg-cover[data-cover="top"] {
						top: -2%;
						height: 36px
				}
					}
.c-page-sub__content-title__bg-cover[data-cover="bottom"] {
					bottom: -1px;
					height: 282px;
				}
@media screen and (max-width: 991px) {
.c-page-sub__content-title__bg-cover[data-cover="bottom"] {
						height: 141px
				}
					}
@media screen and (max-width: 767px) {
.c-page-sub__content-title__bg-cover[data-cover="bottom"] {
						height: 93px
				}
					}
.c-page-sub__content-title__text {
			max-width: 1030px;
			padding: 0 15px 60px;
			margin: 0 auto;
			margin-top: -30px;
			position: relative;
			z-index: 10;
		}
@media screen and (max-width: 767px) {
.c-page-sub__content-title__text {
				margin-top: -4vw;
				padding: 0 15px 8vw
		}
			}
.c-page-sub__content-title__text:first-child {
				margin-top: 0;
				padding-top: 50px;
			}
@media screen and (max-width: 767px) {
.c-page-sub__content-title__text:first-child {
					padding-top: 6.66667vw
			}
				}
.c-page-sub__content-title__text:first-child [data-lang="en"] {
					position: relative;
				}
.c-page-sub__content-title__text:first-child [data-lang="en"]::before {
						content: "";
						display: block;
						width: 100vw;
						position: absolute;
						bottom: -20px;
						right: -30px;
						height: 1px;
						background: #E31666;
					}
.c-page-sub__content-title__text:first-child [data-lang="jp"] {
					margin-top: 40px;
				}
@media screen and (max-width: 767px) {
.c-page-sub__content-title__text:first-child [data-lang="jp"] {
						padding-top: 5.33333vw
				}
					}
.c-page-sub__content-detail {
		max-width: 1030px;
		padding: 26px 15px 80px;
		margin: 0 auto;
	}
@media screen and (max-width: 767px) {
.c-page-sub__content-detail {
			padding: 0 15px 10.66667vw
	}
		}
.c-page-sub__content-detail[data-width="full"] {
			max-width: 100%;
			padding-left: 0;
			padding-right: 0;
		}
.c-nav-global {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
@media screen and (min-width: 992px) {
.c-nav-global {
		display: block !important
}
	}
@media screen and (max-width: 991px) {
.c-nav-global {
		position: fixed;
		top: 74px;
		right: 0;
		z-index: 100;
		background: rgba(227,22,102, .9);
		width: 100%;
		height:auto;
		display: none;
		padding: 40px
}

		@media screen and (max-width: 767px) {
.c-nav-global {
			top: 64px;
			padding: 8vw 10.66667vw
}
		}
			.c-nav-global[data-spmenu-panel="show"] .c-nav-global__item {
				opacity: 1;
				-webkit-transform: translateX(0);
				        transform: translateX(0);
			}
	}
@media screen and (max-width: 991px) {
.c-nav-global__body {
			padding: 0
	}
		}
@media screen and (max-width: 767px) {
.c-nav-global__body {
			height: 100%
	}
		}
.c-nav-global__list {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		margin: 0;
		padding: 0;
	}
@media screen and (max-width: 991px) {
.c-nav-global__list {
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between
	}
		}
@media screen and (max-width: 767px) {
.c-nav-global__list {
			display: block
	}
		}
.c-nav-global__item {
		display: block;
	}
@media screen and (max-width: 767px) {
.c-nav-global__item {
			opacity: 0;
			-webkit-transform: translateX(10%);
			        transform: translateX(10%)
	}

			.c-nav-global__item:nth-child(1) {
				-webkit-transition: .3s;
				transition: .3s;
			}

			.c-nav-global__item:nth-child(2) {
				-webkit-transition: .3s .05s;
				transition: .3s .05s;
			}

			.c-nav-global__item:nth-child(3) {
				-webkit-transition: .3s .1s;
				transition: .3s .1s;
			}

			.c-nav-global__item:nth-child(4) {
				-webkit-transition: .3s .15s;
				transition: .3s .15s;
			}

			.c-nav-global__item:nth-child(5) {
				-webkit-transition: .3s .2s;
				transition: .3s .2s;
			}

			.c-nav-global__item:nth-child(6) {
				-webkit-transition: .3s .25s;
				transition: .3s .25s;
			}
		}
.c-nav-global__item > a {
			color: #fff;
			display: block;
			text-align: center;
			text-decoration: none;
			line-height: 1.26;
			padding: 0 1vw;
		}
@media screen and (max-width: 991px) {
.c-nav-global__item > a {
				padding: 0 .7rem
		}
			}
@media screen and (max-width: 767px) {
.c-nav-global__item > a {
				text-align: left;
				padding: 3.33333vw 0
		}
			}
.c-nav-global__item > a:hover {
				opacity: .6;
			}
.c-nav-global__item > a > span {
				display: block;
			}
.c-nav-global__item > a > span[data-lang="en"] {
					font-weight: bold;
					font-family: "Montserrat", "Noto Sans JP", sans-serif;
					color: #272727;
				}
@media screen and (max-width: 1199px) {
.c-nav-global__item > a > span[data-lang="en"] {
						font-size: 1.3rem
				}
					}
@media screen and (max-width: 991px) {
.c-nav-global__item > a > span[data-lang="en"] {
						font-size: 1.6rem;
						color: #fff
				}
					}
@media screen and (max-width: 767px) {
.c-nav-global__item > a > span[data-lang="en"] {
						font-size: 6vw
				}
					}
.c-nav-global__item > a > span[data-lang="jp"] {
					margin-top: 3px;
					font-size: 1.2rem;
					color: #909090;
				}
@media screen and (max-width: 1199px) {
.c-nav-global__item > a > span[data-lang="jp"] {
						font-size: 1.1rem
				}
					}
@media screen and (max-width: 991px) {
.c-nav-global__item > a > span[data-lang="jp"] {
						color: #fff
				}
					}
@media screen and (max-width: 767px) {
.c-nav-global__item > a > span[data-lang="jp"] {
						font-size: 3.2vw;
						margin: 0 0 0 5px
				}
					}
@media screen and (min-width: 992px) {
.c-nav-global__item > a[data-current] > span {
						color: #E31666
				}
					}
.c-nav-global__item:first-child > a > span {
					border: none;
				}
@media screen and (max-width: 991px) {
.c-nav-global__item:last-child > a {
					border: none
			}
				}
.c-nav-global__sub-nav {
		position: absolute;
		left: 0;
		width: 100%;
		background: #969171;
	}
@media screen and (max-width: 991px) {
.c-nav-global__sub-nav {
			position: static
	}
		}
.c-nav-global__sub-nav > ul {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: nowrap;
			    flex-wrap: nowrap;
			-ms-flex-pack: distribute;
			    justify-content: space-around;
		}
@media screen and (max-width: 991px) {
.c-nav-global__sub-nav > ul {
				display: block;
				padding: 0
		}
			}
.c-nav-global__sub-nav > ul > li {
				list-style: none;
			}
@media screen and (max-width: 991px) {
.c-nav-global__sub-nav > ul > li {
					border-bottom: 1px solid #d2cdcd
			}
				}
.c-nav-global__sub-nav > ul > li > a {
					color: #fff;
					text-decoration: none;
					padding: 15px;
					width: 100%;
					display: block;
				}
@media screen and (max-width: 991px) {
.c-nav-global__sub-nav > ul > li > a {
						text-align: center;
						padding: 10px 4%
				}
					}
.c-nav-global__sub-nav > ul > li > a:hover {
						opacity: .7;
					}
.c-nav-global-entry {
		margin-left: 1%;
		width: 12%;
		max-width: 220px;
	}
@media screen and (max-width: 991px) {
.c-nav-global-entry {
			width: 20%;
			max-width: 120px;
			-webkit-box-ordinal-group: 4;
			    -ms-flex-order: 3;
			        order: 3;
			padding-left: 10px
	}
		}
@media screen and (max-width: 767px) {
.c-nav-global-entry {
			width: 25%
	}
		}
.c-nav-global-entry a {
			background-color: #E31666;
			color: #fff;
			text-decoration: none;
			padding: 1rem 0;
			font-size: 1.7rem;
			font-weight: bold;
			font-family: "Montserrat", "Noto Sans JP", sans-serif;
			display: block;
			position: relative;
			text-align: center;
			border-radius: 100px;
			width: 100%;
		}
@media screen and (max-width: 1199px) {
.c-nav-global-entry a {
				font-size: 1.6rem;
				line-height: 1.4
		}
			}
@media screen and (max-width: 991px) {
.c-nav-global-entry a {
				font-size: 1.3rem;
				padding: 1.2rem 0
		}
			}
@media screen and (max-width: 767px) {
.c-nav-global-entry a {
				padding:  8px 10px;
				font-size: 1.1rem;
				right: 10px
		}
			}
@media screen and (max-width: 1199px) {
.c-nav-global-entry a span {
					display: block;
					width: 0;
					height: 0;
					overflow: hidden
			}
				}
@media screen and (max-width: 991px) {
.c-nav-global-entry a span {
					display: none
			}
				}
@media screen and (max-width: 767px) {
.c-nav-global-entry a span {
					display: block
			}
				}
[data-spmenu] {
	display: none;
}
@media screen and (max-width: 991px) {
[data-spmenu] {
		display: block;
		top: 18px;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2
}

		[data-spmenu] > span {
			display: block;
			width: 44px;
			height: 44px;
			position: relative;
		}

			[data-spmenu] > span span {
				position: absolute;
				width: 30px;
				height: 3px;
				background: #E31666;
				left: 7px;
				border-radius: 3px;
			}

				[data-spmenu] > span span:nth-child(1) {
					top: 10px;
					-webkit-transition: .2s;
					transition: .2s;
				}

				[data-spmenu] > span span:nth-child(2) {
					top: 20px;
					-webkit-transition: .1s;
					transition: .1s;
				}

				[data-spmenu] > span span:nth-child(3) {
					top: 30px;
					-webkit-transition: .2s;
					transition: .2s;
				}
	}
@media screen and (max-width: 991px) {
				[data-spmenu="show"] > span span:nth-child(1) {
					top: 20px;
					-webkit-transform: rotate(225deg);
					        transform: rotate(225deg);
				}

				[data-spmenu="show"] > span span:nth-child(2) {
					opacity: 0;
				}

				[data-spmenu="show"] > span span:nth-child(3) {
					top: 20px;
					-webkit-transform: rotate(-225deg);
					        transform: rotate(-225deg);
				}
	}
.c-header {
	font-size: 1.6rem;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 1000;
}
.c-header__body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		position: relative;
		width: 100%;
		padding: 30px 10px 30px 0;
	}
@media screen and (max-width: 991px) {
.c-header__body {
			padding: 10px 10px 10px 0;
			-webkit-box-pack: start;
			    -ms-flex-pack: start;
			        justify-content: flex-start
	}
		}
@media screen and (max-width: 767px) {
.c-header__body {
			padding: 5px 0
	}
		}
.c-header__body::before {
			content: "";
			display: block;
			width: 100%;
			height: 1px;
			position: absolute;
			bottom: 0;
			left: 0;
			z-index: -1;
		}
.c-header__title {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		margin-left: 30px;
	}
@media screen and (max-width: 767px) {
.c-header__title {
			margin-left: 15px
	}
		}
.c-header__site-name {
		margin: 0;
		max-width: 300px;
	}
@media screen and (max-width: 767px) {
.c-header__site-name {
			max-width: 150px
	}
		}
.c-header__site-name > a {
			color: #E31666;
			display: block;
			text-decoration: none;
		}
.c-header__site-name > a img {
				vertical-align: middle;
				max-width: 100%;
				width: 100%;
			}
.c-header__description {
		margin: 0;
	}
.c-header__info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 auto;
		        flex: 0 1 auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
.c-header__links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 auto;
		        flex: 0 1 auto;
		margin: 0;
		padding: 0;
	}
@media screen and (max-width: 991px) {
.c-header__links {
			margin: 0 auto 20px
	}
		}
.c-header__links > li {
			display: block;
			-webkit-box-flex: 0;
			    -ms-flex: 0 1 auto;
			        flex: 0 1 auto;
		}
.c-header__links > li > a {
				display: block;
				text-decoration: none;
				padding: 10px 20px;
				color: rgb(0, 0, 0);
				font-size: 0.875em;
			}
.c-header__links > li > a:hover {
					color: rgb(3, 3, 2);
				}
.c-header__tel {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 auto;
		        flex: 0 1 auto;
		text-align: right;
	}
.c-header__tel > a {
			color: #272727;
			text-decoration: none;
			text-align: center;
			width: 100%;
			padding: 8px 20px;
			border: 1px solid #272727;
			border-radius: 5px;
		}
@media screen and (max-width: 991px) {
.c-header__tel > a {
				width: 80%;
				margin: 0 auto;
				display: block;
				text-align: center
		}
			}
#ToolBar {
	opacity: .2;
	-webkit-transition: 300ms;
	transition: 300ms;
}
#ToolBar:hover {
		opacity: 1;
	}
.c-footer {
	color: #fff;
	margin-top: 100px;
	padding: 200px 0 35px;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 1199px) {
.c-footer {
		padding: 300px 0 10px
}
	}
@media screen and (max-width: 991px) {
.c-footer {
		padding: 200px 0 10px
}
	}
@media screen and (max-width: 767px) {
.c-footer {
		margin-top: 13.33333vw;
		padding: 16vw 0 4.66667vw;
		background-size: 150% auto
}
	}
.c-footer[data-footerbg="02"] {
		margin-top: 0;
		background: #F9F9F9;
	}
.c-footer__body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding: 0 50px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
@media screen and (max-width: 1360px) {
.c-footer__body {
			display: block
	}
		}
.c-footer__logo {
		text-align: center;
	}
@media screen and (max-width: 767px) {
.c-footer__logo {
			margin-bottom: 4vw
	}
		}
@media screen and (max-width: 767px) {
.c-footer__logo img {
				width: 60vw
		}
			}
.c-footer__links {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}
@media screen and (max-width: 767px) {
.c-footer__links {
			display: none
	}
		}
.c-footer__links ul {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: end;
			    -ms-flex-pack: end;
			        justify-content: flex-end;
			margin: 0 auto 20px;
			padding: 0;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
		}
@media screen and (max-width: 1360px) {
.c-footer__links ul {
				margin-top: 30px;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center
		}
			}
.c-footer__links li {
			display: block;
			padding: 0;
			border-left: 1px solid #fff;
		}
.c-footer__links li:first-child {
				border-left: none;
			}
.c-footer__links li:first-child a {
					padding-left: 0;
				}
.c-footer__links li:last-child a {
					padding-right: 0;
				}
.c-footer__links a {
			display: block;
			text-decoration: none;
			padding: 0 20px;
			text-align: center;
			line-height: 1.28;
		}
@media screen and (max-width: 1199px) {
.c-footer__links a {
				padding: 0 20px
		}
			}
@media screen and (max-width: 991px) {
.c-footer__links a {
				padding: 0 10px
		}
			}
.c-footer__links a [data-lang="en"] {
				font-weight: bold;
				color: #fff;
			}
.c-footer__links a [data-lang="jp"] {
				display: block;
				text-align: center;
				color: #fff;
				margin-top: 3px;
			}
.c-footer__copyright {
		width: 100%;
		margin-top: 50px;
		display: block;
		text-align: center;
		color: #fff;
	}
@media screen and (max-width: 767px) {
.c-footer__copyright {
			margin-top: 4vw
	}
		}
.c-footer-bg {
		position: absolute;
		z-index: -1;
		bottom: 0;
		left: 0;
		width: 100%;
		overflow: hidden;
	}
.c-footer-bg svg {
			width: 3000px;
			margin-left: calc(-1*(3000px - 100vw)/2);
			position: relative;
			top: 10px;
		}
@media screen and (max-width: 767px) {
.c-footer-bg svg {
				height: 46.66667vw
		}
			}
.c-footer-bg svg path {
				fill: #E31666;
			}
[data-pagetop-fix] {
	position: fixed;
	right: 5%;
	z-index: 10;
}
@media screen and (max-width: 767px) {
[data-pagetop-fix] {
		margin-right: 0;
		right: 5%;
		bottom: 3%
}
	}
[data-pagetop-fix] a {
		width: 78px;
		height: 78px;
		display: block;
	}
@media screen and (max-width: 767px) {
[data-pagetop-fix] a {
			width: 13.33333vw;
			height: 13.33333vw
	}
		}
[data-pagetop-fix] a img {
			width: 100%;
		}
[data-pagetop-fix="true"] {
	bottom: 50px;
}
[data-pagetop-fix="false"] {
	position: absolute;
	top: 50px;
}
@media screen and (max-width: 767px) {
[data-pagetop-fix="false"] {
		top: 10%
}
	}
.c-content-index {
	padding-bottom: 60px;
}
.c-content-index__body {
		max-width: 1030px;
		padding-left: 15px;
		padding-right: 15px;
		margin: 0 auto;
	}
.c-content-index__card-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
.c-content-index__card-item {
		-ms-flex-preferred-size: calc(33.33333% - 21px);
		    flex-basis: calc(33.33333% - 21px);
		-webkit-box-flex: 0;
		    -ms-flex-positive: 0;
		        flex-grow: 0;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		margin-bottom: 40px;
		margin-right: 30px;
	}
@media screen and (min-width: 576px) and (max-width: 767px) {
.c-content-index__card-item {
			-ms-flex-preferred-size: calc(33.33333% - 11px);
			    flex-basis: calc(33.33333% - 11px);
			margin-bottom: 20px;
			margin-right: 15px
	}
		}
@media screen and (max-width: 576px) {
.c-content-index__card-item {
			-ms-flex-preferred-size: calc(100% - 1px);
			    flex-basis: calc(100% - 1px);
			margin-bottom: 30px;
			margin-right: 0
	}
		}
.c-content-index__card-item:nth-child(3n) {
			margin-right: 0;
		}
.c-entry {
	margin-top: 80px;
}
@media screen and (max-width: 767px) {
.c-entry {
		margin-top: 10.66667vw
}
	}
.c-entry-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin: 0;
		padding: 0;
	}
.c-entry-list__item {
			width: 48.6%;
			list-style: none;
			margin-bottom: 4rem;
		}
@media screen and (max-width: 767px) {
.c-entry-list__item {
				width: 100%;
				margin-bottom: 4vw
		}
			}
.c-entry-list__item a {
				text-align: center;
				border: #E31666 5px solid;
				display: block;
				font-size: 2rem;
				font-weight: bold;
				padding: 4rem 3rem;
				text-decoration: none;
				color: #E31666;
				position: relative;
				-webkit-transition: 300ms;
				transition: 300ms;
				border-radius: 100px;
			}
@media screen and (max-width: 767px) {
.c-entry-list__item a {
					border-width: 0.8vw;
					font-size: 4.26667vw;
					padding: 5.33333vw 4vw
			}
				}
.c-entry-list__item a i {
					position: absolute;
					position: absolute;
					top: 50%;
					right: 25px;
					-webkit-transform: translateY(-50%);
					        transform: translateY(-50%);
					-webkit-transition: 300ms;
					transition: 300ms;
					width: 10px;
				}
@media screen and (max-width: 767px) {
.c-entry-list__item a i {
						right: 4vw;
						width: 2vw;
						height: 4vw
				}
					}
.c-entry-list__item a i svg {
						width: 100%;
					}
.c-entry-list__item a i svg path {
							fill: #E31666;
						}
.c-entry-list__item a:hover {
					opacity: .7;
				}
.c-entry-list__item a:hover::after {
						right: 20px;
					}
@media screen and (max-width: 767px) {
.c-entry-list__item a:hover::after {
							right: 3.33333vw
					}
						}
.bge-contents, .c-content-main {
	font-size: 1.6rem;
	line-height: 2;
}
@media screen and (max-width: 576px) {
.bge-contents, .c-content-main {
		font-size: 5vw
}
	}
/*.bge-contents a, .c-content-main a {
		color: currentColor;
	}*/
.bge-contents h2, .c-content-main h2 {
		font-size: 1.5em;
		line-height: 2;
		margin: 1em 0 25px;
		padding: 5px 25px;
		background: url("../img/bg-repeat-01.gif");
		color: #272727;
		border-bottom: 4px solid #E31666;
	}
.bge-contents h2:first-child, .c-content-main h2:first-child {
			margin-top: 0;
		}
.bge-contents .bge-title-h2, .c-content-main .bge-title-h2 {
		margin-top: 0;
	}
.bge-contents h3, .c-content-main h3 {
		font-size: 1.375em;
		line-height: 2;
		margin: 1em 0 20px;
		padding-left: 20px;
		border-left: 5px solid #E31666;
	}
.bge-contents h3:first-child, .c-content-main h3:first-child {
			margin-top: 0;
		}
.bge-contents .bge-title-h3, .c-content-main .bge-title-h3 {
		margin-top: 0;
	}
.bge-contents h4, .c-content-main h4 {
		font-size: 1.1875em;
		line-height: 2;
		margin: 1em 0 20px;
		background: #f6eee5;
		padding: 5px 25px;
	}
.bge-contents h4:first-child, .c-content-main h4:first-child {
			margin-top: 0;
		}
.bge-contents h5, .c-content-main h5 {
		font-size: 1.125em;
		color: #f07100;
		line-height: 2;
		margin: 1em 0;
	}
.bge-contents h5:first-child, .c-content-main h5:first-child {
			margin-top: 0;
		}
.bge-contents h6, .c-content-main h6 {
		font-size: 1.125em;
		line-height: 2;
		margin: 1em 0;
	}
.bge-contents h6:first-child, .c-content-main h6:first-child {
			margin-top: 0;
		}
.bge-contents ul, .c-content-main ul {
		padding-left: 20px;
	}
.bge-contents ul > li, .c-content-main ul > li {
			list-style: none;
		}
.bge-contents ul > li::before, .c-content-main ul > li::before {
				content: "";
				display: inline-block;
				vertical-align: middle;
				margin: 0 10px 0 -20px;
				width: 9px;
				height: 9px;
				border: 1px solid transparent;
				background: #272727;
				position: relative;
				top: -1px;
			}
.bge-contents ul > li > ul li::before, .c-content-main ul > li > ul li::before {
				background: rgb(232, 23, 103);
			}
.bge-contents ul > li > ul li::before > ul li::before, .c-content-main ul > li > ul li::before > ul li::before {
					background: rgb(3, 3, 2);
				}
.bge-contents ul ul, .bge-contents ul ol, .c-content-main ul ul, .c-content-main ul ol {
			margin-left: 2em;
		}
.bge-contents ol, .c-content-main ol {
		counter-reset: content-main-ol-default;
		padding-left: 0;
	}
.bge-contents ol > li, .c-content-main ol > li {
			list-style: none;
		}
.bge-contents ol > li::before, .c-content-main ol > li::before {
				content: counter(content-main-ol-default, decimal) ". ";
				counter-increment: content-main-ol-default;
				color: rgb(227, 22, 101);
				font-weight: bold;
			}
.bge-contents ol ul, .bge-contents ol ol, .c-content-main ol ul, .c-content-main ol ol {
			margin-left: 2em;
		}
.bge-contents table, .c-content-main table {
		border-collapse: collapse;
		width: 100%;
		margin-bottom: 30px;
	}
@media screen and (max-width: 576px) {
.bge-contents table, .c-content-main table {
			display: block
	}
		}
.bge-contents caption, .c-content-main caption {
		font-weight: bold;
		text-align: left;
	}
@media screen and (max-width: 576px) {
.bge-contents caption, .c-content-main caption {
			display: block
	}
		}
@media screen and (max-width: 576px) {
.bge-contents thead, .c-content-main thead {
			display: none
	}
		}
@media screen and (max-width: 576px) {
.bge-contents tfoot, .c-content-main tfoot {
			display: none
	}
		}
@media screen and (max-width: 576px) {
.bge-contents tbody, .c-content-main tbody {
			display: block
	}
		}
@media screen and (max-width: 576px) {
.bge-contents tr, .c-content-main tr {
			display: block
	}
		}
.bge-contents th, .bge-contents td, .c-content-main th, .c-content-main td {
		border-bottom: 1px solid #E5E5E5;
		background: transparent;
		padding: 38px 0;
		vertical-align: top;
	}
@media screen and (max-width: 576px) {
.bge-contents th, .bge-contents td, .c-content-main th, .c-content-main td {
			display: block;
			margin-top: -1px;
			width: 100% !important
	}
		}
.bge-contents th, .c-content-main th {
		width: 250px;
		text-align: left;
		font-size: 1.5rem;
	}
@media screen and (max-width: 767px) {
.bge-contents th, .c-content-main th {
			border-top: 1px solid #E5E5E5;
			font-size: 4vw;
			padding: 1.33333vw 0
	}
		}
@media screen and (max-width: 767px) {
			.bge-contents th br, .c-content-main th br {
				display: none;
			}
		}
.bge-contents th span, .c-content-main th span {
			font-weight: 300;
		}
@media screen and (max-width: 767px) {
.bge-contents th span, .c-content-main th span {
				margin-left: 1.33333vw;
				font-size: 3.46667vw
		}
			}
@media screen and (max-width: 767px) {
.bge-contents td, .c-content-main td {
			font-size: 3.73333vw;
			padding: 2.66667vw 0 10.66667vw;
			border-bottom: none
	}
		}
.bge-contents p:first-child, .c-content-main p:first-child {
			margin-top: 0;
		}
.bge-contents p:last-child, .c-content-main p:last-child {
			margin-bottom: 0;
		}
.bge-contents blockquote, .c-content-main blockquote {
		background: #F7F7F7;
		margin: 0 0 0 2em;
		padding: 1em 2em;
		position: relative;
	}
.bge-contents blockquote::before, .c-content-main blockquote::before {
			content: "“";
			display: block;
			font-size: 2.5em;
			left: 0;
			line-height: 0;
			margin-top: .5em;
			opacity: .2;
			pointer-events: none;
			position: absolute;
			top: 0;
			-webkit-user-select: none;
			   -moz-user-select: none;
			    -ms-user-select: none;
			        user-select: none;
		}
.bge-contents blockquote::after, .c-content-main blockquote::after {
			bottom: 0;
			content: "”";
			display: block;
			font-size: 2.5em;
			line-height: 0;
			opacity: .2;
			pointer-events: none;
			position: absolute;
			right: 0;
			-webkit-user-select: none;
			   -moz-user-select: none;
			    -ms-user-select: none;
			        user-select: none;
		}
.bge-contents figure, .c-content-main figure {
		margin: 0;
	}
.bge-contents figcaption, .c-content-main figcaption {
		background: none;
		font-size: 0.875em;
		font-weight: normal;
		line-height: 1.6;
		padding: .8em 1.2em;
		text-align: left;
	}
.bge-contents hr, .c-content-main hr {
		color: #d2cdcd;
		background: #d2cdcd;
		border-style: none;
		height: 2px;
		margin: 50px auto;
		width: 95%;
	}
.bge-contents hr:first-child, .c-content-main hr:first-child {
			margin-top: 0;
		}
.bge-contents input, .c-content-main input {
		font-size: 1.6rem;
		max-width: 100%;
	}
.bge-contents input[type="text"], .bge-contents input[type="email"], .bge-contents input[type="number"], .c-content-main input[type="text"], .c-content-main input[type="email"], .c-content-main input[type="number"] {
			border: 1px solid #EFEFEF;
			padding: 1.1rem .5em;
			background: #fafafa;
		}
@media screen and (max-width: 767px) {
.bge-contents input[type="text"], .bge-contents input[type="email"], .bge-contents input[type="number"], .c-content-main input[type="text"], .c-content-main input[type="email"], .c-content-main input[type="number"] {
				padding: 3.33333vw 2vw;
				font-size: 3.73333vw
		}
			}
.bge-contents input[type="text"]::-webkit-input-placeholder, .bge-contents input[type="email"]::-webkit-input-placeholder, .bge-contents input[type="number"]::-webkit-input-placeholder, .c-content-main input[type="text"]::-webkit-input-placeholder, .c-content-main input[type="email"]::-webkit-input-placeholder, .c-content-main input[type="number"]::-webkit-input-placeholder {
				color: #BABABA;
			}
.bge-contents input[type="text"]:-ms-input-placeholder, .bge-contents input[type="email"]:-ms-input-placeholder, .bge-contents input[type="number"]:-ms-input-placeholder, .c-content-main input[type="text"]:-ms-input-placeholder, .c-content-main input[type="email"]:-ms-input-placeholder, .c-content-main input[type="number"]:-ms-input-placeholder {
				color: #BABABA;
			}
.bge-contents input[type="text"]::-ms-input-placeholder, .bge-contents input[type="email"]::-ms-input-placeholder, .bge-contents input[type="number"]::-ms-input-placeholder, .c-content-main input[type="text"]::-ms-input-placeholder, .c-content-main input[type="email"]::-ms-input-placeholder, .c-content-main input[type="number"]::-ms-input-placeholder {
				color: #BABABA;
			}
.bge-contents input[type="text"]::placeholder, .bge-contents input[type="email"]::placeholder, .bge-contents input[type="number"]::placeholder, .c-content-main input[type="text"]::placeholder, .c-content-main input[type="email"]::placeholder, .c-content-main input[type="number"]::placeholder {
				color: #BABABA;
			}
@media screen and (max-width: 767px) {
.bge-contents input[type="text"], .bge-contents input[type="email"], .c-content-main input[type="text"], .c-content-main input[type="email"] {
				max-width: 100%
		}
			}
.bge-contents select, .c-content-main select {
		border: 1px solid #EFEFEF;
		padding: 1.1rem .5em;
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		background-image: url("../img/icon-select.png");
		background-repeat: no-repeat;
		background-size: 14px 6px;
		background-position: right 12px center;
		background-color: #fafafa;
	}
.bge-contents select::-ms-expand,.c-content-main select::-ms-expand{
		display: none;
	}
.bge-contents textarea, .c-content-main textarea {
		border: 1px solid #d2cdcd;
		font-size: 1.6rem;
		padding: .3em;
		width: 100%;
	}
.bge-contents textarea:focus, .c-content-main textarea:focus {
			-webkit-box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
			        box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
			outline: none;
		}
.bge-contents .cc-form-required, .c-content-main .cc-form-required {
			border: 1px solid #AD0000;
			color: #AD0000;
			padding: .2rem 2rem 0;
			font-size: 1.3rem;
			font-weight: 600;
			float: right;
		}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-required, .c-content-main .cc-form-required {
				font-size: 3.46667vw;
				padding: .1rem 1rem 0;
				line-height: 1.6;
				margin-top: .2rem
		}
			}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-table, .c-content-main .cc-form-table {
				display: block
		}
			}
.bge-contents .cc-form-table th, .c-content-main .cc-form-table th {
				padding-top: 45px;
				width: 260px;
				min-width: 260px;
			}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-table th, .c-content-main .cc-form-table th {
					padding-top: 0;
					border-top: none;
					display: block;
					width: 100%
			}
				}
.bge-contents .cc-form-table td, .c-content-main .cc-form-table td {
				padding-left: 45px;
			}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-table td, .c-content-main .cc-form-table td {
					padding-left: 0;
					display: block
			}
				}
.bge-contents .cc-form-input__name, .c-content-main .cc-form-input__name {
				width: 400px;
			}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-input__name, .c-content-main .cc-form-input__name {
					width: 100%
			}
				}
.bge-contents .cc-form-input__age, .c-content-main .cc-form-input__age {
				width: 80px;
			}
.bge-contents .cc-form-input__phone, .c-content-main .cc-form-input__phone {
				width: 200px;
			}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-input__phone, .c-content-main .cc-form-input__phone {
					width: 100%
			}
				}
.bge-contents .cc-form-input__email, .c-content-main .cc-form-input__email {
				width: 400px;
			}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-input__email, .c-content-main .cc-form-input__email {
					width: 100%
			}
				}
.bge-contents .cc-form-input__job, .c-content-main .cc-form-input__job {
				min-width: 300px;
			}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-input__job, .c-content-main .cc-form-input__job {
					min-width: 100%;
					width: 100%
			}
				}
.bge-contents .cc-form-address, .c-content-main .cc-form-address {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-address, .c-content-main .cc-form-address {
				display: block
		}
			}
.bge-contents .cc-form-address:not(:first-child), .c-content-main .cc-form-address:not(:first-child) {
				margin-top: 10px;
			}
.bge-contents .cc-form-address__before, .c-content-main .cc-form-address__before {
				width: 150px;
				display: inline-block;
			}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-address__before, .c-content-main .cc-form-address__before {
					display: block;
					width: 100%
			}
				}
.bge-contents .cc-form-address__input, .c-content-main .cc-form-address__input {
				-webkit-box-flex: 1;
				    -ms-flex: 1;
				        flex: 1;
			}
.bge-contents .cc-form-address__input .address-num, .c-content-main .cc-form-address__input .address-num {
					width: 100%;
					max-width: 150px;
				}
.bge-contents .cc-form-address__input .address-ken, .c-content-main .cc-form-address__input .address-ken {
					width: 100%;
					max-width: 250px;
				}
.bge-contents .cc-form-address__input .address-shi, .bge-contents .cc-form-address__input .address-ban, .c-content-main .cc-form-address__input .address-shi, .c-content-main .cc-form-address__input .address-ban {
					width: 100%;
					max-width: 400px;
				}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-address__input .address-shi, .bge-contents .cc-form-address__input .address-ban, .c-content-main .cc-form-address__input .address-shi, .c-content-main .cc-form-address__input .address-ban {
						max-width: 100%
				}
					}
.bge-contents .cc-form-radio, .c-content-main .cc-form-radio {
			margin: 5px 0;
		}
.bge-contents .cc-form-radio li, .c-content-main .cc-form-radio li {
				display: inline-block;
				margin-right: 4rem;
			}
.bge-contents .cc-form-radio li::before, .c-content-main .cc-form-radio li::before {
					content: none;
				}
.bge-contents .cc-form-radio input[type="radio"], .c-content-main .cc-form-radio input[type="radio"] {
				opacity: 0;
			}
.bge-contents .cc-form-radio input[type="radio"]:checked + label::before, .c-content-main .cc-form-radio input[type="radio"]:checked + label::before {
					opacity: 1;
				}
.bge-contents .cc-form-radio__label, .c-content-main .cc-form-radio__label {
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
				-webkit-transition: background-color 200ms linear;
				transition: background-color 200ms linear;
				position: relative;
				display: inline-block;
				margin-left: -20px;
				padding: 0 0 0 25px;
				border-radius: 8px;
				vertical-align: middle;
				cursor: pointer;
				min-width: 90px;
			}
.bge-contents .cc-form-radio__label::after, .c-content-main .cc-form-radio__label::after {
					-webkit-transition: border-color 200ms linear;
					transition: border-color 200ms linear;
					position: absolute;
					top: 50%;
					-webkit-transform: translateY(-50%);
					        transform: translateY(-50%);
					left: 0;
					display: block;
					width: 20px;
					height: 20px;
					border: 1px solid #272727;
					content: "";
					z-index: -1;
					border-radius: 50%;
				}
.bge-contents .cc-form-radio__label::before, .c-content-main .cc-form-radio__label::before {
					-webkit-transition: opacity 100ms ease-in;
					transition: opacity 100ms ease-in;
					position: absolute;
					top: 50%;
					left: 5px;
					-webkit-transform: translateY(-50%);
					        transform: translateY(-50%);
					display: block;
					width: 10px;
					height: 10px;
					border-radius: 50%;
					background-color: #E31666;
					content: "";
					opacity: 0;
				}
.bge-contents .cc-form-text__after, .c-content-main .cc-form-text__after {
			margin-left: 5px;
		}
.bge-contents .cc-form-btn, .c-content-main .cc-form-btn {
			text-align: center;
			margin-top: 9rem;
		}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-btn, .c-content-main .cc-form-btn {
				margin-top: 12vw
		}
			}
			.bge-contents .cc-form-btn [type="submit"], .bge-contents .cc-form-btn [type="button"], .c-content-main .cc-form-btn [type="submit"], .c-content-main .cc-form-btn [type="button"] {
				-webkit-appearance: none;
				   -moz-appearance: none;
				        appearance: none;
				display: inline-block;
				background-color: #E31666;
				color: #fff;
				border: none;
				font-weight: 600;
				font-size: 1.8rem;
				padding: 3rem 2rem;
				cursor: pointer;
				margin-left: 5px;
				margin-right: 5px;
			}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-btn [type="submit"], .bge-contents .cc-form-btn [type="button"], .c-content-main .cc-form-btn [type="submit"], .c-content-main .cc-form-btn [type="button"] {
					max-width: 80%;
					padding: 6.66667vw 5.33333vw;
					margin: 8px 0
			}
				}
.bge-contents .cc-form-btn [type="submit"].btn-check, .bge-contents .cc-form-btn [type="button"].btn-check, .c-content-main .cc-form-btn [type="submit"].btn-check, .c-content-main .cc-form-btn [type="button"].btn-check {
					width: 440px;
				}
.bge-contents .cc-form-btn [type="submit"].btn-send, .bge-contents .cc-form-btn [type="button"].btn-send, .c-content-main .cc-form-btn [type="submit"].btn-send, .c-content-main .cc-form-btn [type="button"].btn-send {
					width: 280px;
				}
.bge-contents .cc-form-btn [type="submit"].btn-back, .bge-contents .cc-form-btn [type="button"].btn-back, .c-content-main .cc-form-btn [type="submit"].btn-back, .c-content-main .cc-form-btn [type="button"].btn-back {
					background: #eee;
					color: #888;
					width: 280px;
				}
.bge-contents .cc-form-complete, .c-content-main .cc-form-complete {
			text-align: center;
		}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-complete, .c-content-main .cc-form-complete {
				margin-bottom: 13.33333vw
		}
			}
.bge-contents .cc-form-complete__title, .c-content-main .cc-form-complete__title {
				font-size: 2.6rem;
				font-weight: bold;
				margin-bottom: 30px;
				color: #E31666;
			}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-complete__title, .c-content-main .cc-form-complete__title {
					font-size: 5.06667vw
			}
				}
.bge-contents .cc-form-complete__link, .c-content-main .cc-form-complete__link {
				margin-top: 40px;
			}
.bge-contents .formError, .c-content-main .formError {
		display: block;
		width: 100%;
	}
.bge-contents .formError .formErrorContent, .c-content-main .formError .formErrorContent {
			background: transparent;
			color: #AD0000;
		}
.bge-contents input[type="number"]::-webkit-outer-spin-button, .bge-contents input[type="number"]::-webkit-inner-spin-button, .c-content-main input[type="number"]::-webkit-outer-spin-button, .c-content-main input[type="number"]::-webkit-inner-spin-button {
		-webkit-appearance: none;
		        appearance: none;
		margin: 0;
	}
.bge-contents input[type="number"], .c-content-main input[type="number"] {
		-webkit-appearance: textfield;
		   -moz-appearance: textfield;
		        appearance: textfield;
	}
.bge-contents .cc-form-step, .c-content-main .cc-form-step {
		margin-bottom: 50px;
	}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-step, .c-content-main .cc-form-step {
			margin-bottom: 6.66667vw
	}
		}
.bge-contents .cc-form-step ol, .c-content-main .cc-form-step ol {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
			overflow: hidden;
			position: relative;
			max-width: 730px;	
			margin: 0 auto;
			height: 100px;
			padding: 0;
		}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-step ol, .c-content-main .cc-form-step ol {
				height: 60px
		}
			}
.bge-contents .cc-form-step ol::before, .c-content-main .cc-form-step ol::before {
				content: "";
				display: block;
				position: absolute;
				top: 0;
				right: 0;
				width: 0;
				height: 0;
				border-style: solid;
				border-width: 0 50px 50px 0;
				border-color: transparent #fff transparent transparent;
				z-index: 2;
			}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-step ol::before, .c-content-main .cc-form-step ol::before {
					border-width: 0 30px 30px 0
			}
				}
.bge-contents .cc-form-step ol::after, .c-content-main .cc-form-step ol::after {
				content: "";
				display: block;
				position: absolute;
				bottom: 0;
				right: 0;
				width: 0;
				height: 0;
				border-style: solid;
				border-width: 0 0 50px 50px;
				border-color: transparent transparent #fff transparent;
				z-index: 2;
			}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-step ol::after, .c-content-main .cc-form-step ol::after {
					border-width: 0 0 30px 30px
			}
				}
.bge-contents .cc-form-step ol li, .c-content-main .cc-form-step ol li {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-flow: column wrap;
				        flex-flow: column wrap;
				position: relative;
				background-color: #fafafa;
				padding: 6px 0 6px 60px;
				z-index: 1;
				width: 33%;
			}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-step ol li, .c-content-main .cc-form-step ol li {
					padding: 0 0 0 30px
			}
				}
.bge-contents .cc-form-step ol li::before, .c-content-main .cc-form-step ol li::before {
					content: "";
					display: block;
					position: absolute;
					top: 0;
					left: 0;
					bottom: 0;
					margin: auto;
					width: 0;
					height: 0;
					border-style: solid;
					border-width: 58px 0 58px 75px;
					border-color: transparent transparent transparent #fff;
					z-index: -1;
				}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-step ol li::before, .c-content-main .cc-form-step ol li::before {
						border-width: 34px 0 34px 35px
				}
					}
.bge-contents .cc-form-step ol li::after, .c-content-main .cc-form-step ol li::after {
					content: "";
					display: block;
					position: absolute;
					top: 0;
					left: 0;
					bottom: 0;
					margin: auto;
					width: 0;
					height: 0;
					border-style: solid;
					border-width: 50px 0 50px 65px;
					border-color: transparent transparent transparent #fafafa;
					z-index: 1;
				}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-step ol li::after, .c-content-main .cc-form-step ol li::after {
						border-width: 30px 0 30px 30px
				}
					}
.bge-contents .cc-form-step ol li:first-child, .c-content-main .cc-form-step ol li:first-child {
					margin-left: 0;
					padding-left: 30px;
					width: 27%;
				}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-step ol li:first-child, .c-content-main .cc-form-step ol li:first-child {
						padding-left: 4vw
				}
					}
.bge-contents .cc-form-step ol li:first-child::before, .c-content-main .cc-form-step ol li:first-child::before {
						content: none;
					}
.bge-contents .cc-form-step ol li:first-child::after, .c-content-main .cc-form-step ol li:first-child::after {
						content: none;
					}
.bge-contents .cc-form-step ol li:last-child, .c-content-main .cc-form-step ol li:last-child {
					margin-right: 0;
					width: 40%;
					padding-left:0;
				}
.bge-contents .cc-form-step ol li[data-current="true"], .c-content-main .cc-form-step ol li[data-current="true"] {
					background-color: #E31666;
				}
.bge-contents .cc-form-step ol li[data-current="true"] span, .c-content-main .cc-form-step ol li[data-current="true"] span {
						color: #fff;
						opacity: 1 !important;
					}
.bge-contents .cc-form-step ol li[data-current="true"] + li::after, .c-content-main .cc-form-step ol li[data-current="true"] + li::after {
							border-color: transparent transparent transparent #E31666;
						}
.bge-contents .cc-form-step ol li span, .c-content-main .cc-form-step ol li span {
					width: 100%;
					text-align: center;
				}
.bge-contents .cc-form-step ol li span[data-step="num"], .c-content-main .cc-form-step ol li span[data-step="num"] {
						font-family: "Montserrat", "Noto Sans JP", sans-serif;
						font-size: 4.4rem;
						font-weight: 600;
						opacity: .2;
						line-height: 1.2;
					}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-step ol li span[data-step="num"], .c-content-main .cc-form-step ol li span[data-step="num"] {
							font-size: 6.66667vw;
							line-height: 1
					}
						}
.bge-contents .cc-form-step ol li span[data-step="text"], .c-content-main .cc-form-step ol li span[data-step="text"] {
						font-size: 1.5rem;
						font-weight: bold;
					}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-step ol li span[data-step="text"], .c-content-main .cc-form-step ol li span[data-step="text"] {
							font-size: 3.2vw
					}
						}
.bge-contents .btn-group, .c-content-main .btn-group {
		margin: 0 auto;
		text-align: center;
	}
.bge-contents .btn-group button, .c-content-main .btn-group button {
			-webkit-appearance: none;
			   -moz-appearance: none;
			        appearance: none;
			background: rgb(0, 0, 0);
			color: #fff;
			padding: 15px 20px;
			text-align: center;
			min-width: 150px;
			cursor: pointer;
			border: 1px solid transparent;
			border-radius: 5px;
		}
.bge-contents .btn-group button:hover, .c-content-main .btn-group button:hover {
				opacity: .7;
			}
.bge-contents .btn-group .btn-back, .c-content-main .btn-group .btn-back {
			background: rgb(3, 3, 2);
		}
.bge-contents .grid-frame, .bge-contents .grid-frame-flex, .c-content-main .grid-frame, .c-content-main .grid-frame-flex {
		-ms-flex-line-pack: start;
		    align-content: flex-start;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
.bge-contents .grid-frame-flex, .c-content-main .grid-frame-flex {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
@media screen and (max-width: 576px) {
.bge-contents .grid-xs-1, .c-content-main .grid-xs-1 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 8.33333%;
				    flex-basis: 8.33333%
		}
			}
@media screen and (min-width: 576px) and (max-width: 767px) {
.bge-contents .grid-sm-1, .c-content-main .grid-sm-1 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 8.33333%;
				    flex-basis: 8.33333%
		}
			}
@media screen and (min-width: 768px) and (max-width: 991px) {
.bge-contents .grid-md-1, .c-content-main .grid-md-1 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 8.33333%;
				    flex-basis: 8.33333%
		}
			}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.bge-contents .grid-lg-1, .c-content-main .grid-lg-1 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 8.33333%;
				    flex-basis: 8.33333%
		}
			}
@media screen and (min-width: 1200px) {
.bge-contents .grid-xl-1, .c-content-main .grid-xl-1 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 8.33333%;
				    flex-basis: 8.33333%
		}
			}
@media screen and (max-width: 576px) {
.bge-contents .grid-xs-2, .c-content-main .grid-xs-2 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 16.66667%;
				    flex-basis: 16.66667%
		}
			}
@media screen and (min-width: 576px) and (max-width: 767px) {
.bge-contents .grid-sm-2, .c-content-main .grid-sm-2 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 16.66667%;
				    flex-basis: 16.66667%
		}
			}
@media screen and (min-width: 768px) and (max-width: 991px) {
.bge-contents .grid-md-2, .c-content-main .grid-md-2 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 16.66667%;
				    flex-basis: 16.66667%
		}
			}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.bge-contents .grid-lg-2, .c-content-main .grid-lg-2 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 16.66667%;
				    flex-basis: 16.66667%
		}
			}
@media screen and (min-width: 1200px) {
.bge-contents .grid-xl-2, .c-content-main .grid-xl-2 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 16.66667%;
				    flex-basis: 16.66667%
		}
			}
@media screen and (max-width: 576px) {
.bge-contents .grid-xs-3, .c-content-main .grid-xs-3 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 25%;
				    flex-basis: 25%
		}
			}
@media screen and (min-width: 576px) and (max-width: 767px) {
.bge-contents .grid-sm-3, .c-content-main .grid-sm-3 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 25%;
				    flex-basis: 25%
		}
			}
@media screen and (min-width: 768px) and (max-width: 991px) {
.bge-contents .grid-md-3, .c-content-main .grid-md-3 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 25%;
				    flex-basis: 25%
		}
			}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.bge-contents .grid-lg-3, .c-content-main .grid-lg-3 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 25%;
				    flex-basis: 25%
		}
			}
@media screen and (min-width: 1200px) {
.bge-contents .grid-xl-3, .c-content-main .grid-xl-3 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 25%;
				    flex-basis: 25%
		}
			}
@media screen and (max-width: 576px) {
.bge-contents .grid-xs-4, .c-content-main .grid-xs-4 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 33.33333%;
				    flex-basis: 33.33333%
		}
			}
@media screen and (min-width: 576px) and (max-width: 767px) {
.bge-contents .grid-sm-4, .c-content-main .grid-sm-4 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 33.33333%;
				    flex-basis: 33.33333%
		}
			}
@media screen and (min-width: 768px) and (max-width: 991px) {
.bge-contents .grid-md-4, .c-content-main .grid-md-4 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 33.33333%;
				    flex-basis: 33.33333%
		}
			}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.bge-contents .grid-lg-4, .c-content-main .grid-lg-4 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 33.33333%;
				    flex-basis: 33.33333%
		}
			}
@media screen and (min-width: 1200px) {
.bge-contents .grid-xl-4, .c-content-main .grid-xl-4 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 33.33333%;
				    flex-basis: 33.33333%
		}
			}
@media screen and (max-width: 576px) {
.bge-contents .grid-xs-5, .c-content-main .grid-xs-5 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 41.66667%;
				    flex-basis: 41.66667%
		}
			}
@media screen and (min-width: 576px) and (max-width: 767px) {
.bge-contents .grid-sm-5, .c-content-main .grid-sm-5 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 41.66667%;
				    flex-basis: 41.66667%
		}
			}
@media screen and (min-width: 768px) and (max-width: 991px) {
.bge-contents .grid-md-5, .c-content-main .grid-md-5 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 41.66667%;
				    flex-basis: 41.66667%
		}
			}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.bge-contents .grid-lg-5, .c-content-main .grid-lg-5 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 41.66667%;
				    flex-basis: 41.66667%
		}
			}
@media screen and (min-width: 1200px) {
.bge-contents .grid-xl-5, .c-content-main .grid-xl-5 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 41.66667%;
				    flex-basis: 41.66667%
		}
			}
@media screen and (max-width: 576px) {
.bge-contents .grid-xs-6, .c-content-main .grid-xs-6 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 50%;
				    flex-basis: 50%
		}
			}
@media screen and (min-width: 576px) and (max-width: 767px) {
.bge-contents .grid-sm-6, .c-content-main .grid-sm-6 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 50%;
				    flex-basis: 50%
		}
			}
@media screen and (min-width: 768px) and (max-width: 991px) {
.bge-contents .grid-md-6, .c-content-main .grid-md-6 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 50%;
				    flex-basis: 50%
		}
			}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.bge-contents .grid-lg-6, .c-content-main .grid-lg-6 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 50%;
				    flex-basis: 50%
		}
			}
@media screen and (min-width: 1200px) {
.bge-contents .grid-xl-6, .c-content-main .grid-xl-6 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 50%;
				    flex-basis: 50%
		}
			}
@media screen and (max-width: 576px) {
.bge-contents .grid-xs-7, .c-content-main .grid-xs-7 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 58.33333%;
				    flex-basis: 58.33333%
		}
			}
@media screen and (min-width: 576px) and (max-width: 767px) {
.bge-contents .grid-sm-7, .c-content-main .grid-sm-7 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 58.33333%;
				    flex-basis: 58.33333%
		}
			}
@media screen and (min-width: 768px) and (max-width: 991px) {
.bge-contents .grid-md-7, .c-content-main .grid-md-7 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 58.33333%;
				    flex-basis: 58.33333%
		}
			}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.bge-contents .grid-lg-7, .c-content-main .grid-lg-7 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 58.33333%;
				    flex-basis: 58.33333%
		}
			}
@media screen and (min-width: 1200px) {
.bge-contents .grid-xl-7, .c-content-main .grid-xl-7 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 58.33333%;
				    flex-basis: 58.33333%
		}
			}
@media screen and (max-width: 576px) {
.bge-contents .grid-xs-8, .c-content-main .grid-xs-8 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 66.66667%;
				    flex-basis: 66.66667%
		}
			}
@media screen and (min-width: 576px) and (max-width: 767px) {
.bge-contents .grid-sm-8, .c-content-main .grid-sm-8 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 66.66667%;
				    flex-basis: 66.66667%
		}
			}
@media screen and (min-width: 768px) and (max-width: 991px) {
.bge-contents .grid-md-8, .c-content-main .grid-md-8 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 66.66667%;
				    flex-basis: 66.66667%
		}
			}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.bge-contents .grid-lg-8, .c-content-main .grid-lg-8 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 66.66667%;
				    flex-basis: 66.66667%
		}
			}
@media screen and (min-width: 1200px) {
.bge-contents .grid-xl-8, .c-content-main .grid-xl-8 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 66.66667%;
				    flex-basis: 66.66667%
		}
			}
@media screen and (max-width: 576px) {
.bge-contents .grid-xs-9, .c-content-main .grid-xs-9 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 75%;
				    flex-basis: 75%
		}
			}
@media screen and (min-width: 576px) and (max-width: 767px) {
.bge-contents .grid-sm-9, .c-content-main .grid-sm-9 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 75%;
				    flex-basis: 75%
		}
			}
@media screen and (min-width: 768px) and (max-width: 991px) {
.bge-contents .grid-md-9, .c-content-main .grid-md-9 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 75%;
				    flex-basis: 75%
		}
			}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.bge-contents .grid-lg-9, .c-content-main .grid-lg-9 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 75%;
				    flex-basis: 75%
		}
			}
@media screen and (min-width: 1200px) {
.bge-contents .grid-xl-9, .c-content-main .grid-xl-9 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 75%;
				    flex-basis: 75%
		}
			}
@media screen and (max-width: 576px) {
.bge-contents .grid-xs-10, .c-content-main .grid-xs-10 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 83.33333%;
				    flex-basis: 83.33333%
		}
			}
@media screen and (min-width: 576px) and (max-width: 767px) {
.bge-contents .grid-sm-10, .c-content-main .grid-sm-10 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 83.33333%;
				    flex-basis: 83.33333%
		}
			}
@media screen and (min-width: 768px) and (max-width: 991px) {
.bge-contents .grid-md-10, .c-content-main .grid-md-10 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 83.33333%;
				    flex-basis: 83.33333%
		}
			}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.bge-contents .grid-lg-10, .c-content-main .grid-lg-10 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 83.33333%;
				    flex-basis: 83.33333%
		}
			}
@media screen and (min-width: 1200px) {
.bge-contents .grid-xl-10, .c-content-main .grid-xl-10 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 83.33333%;
				    flex-basis: 83.33333%
		}
			}
@media screen and (max-width: 576px) {
.bge-contents .grid-xs-11, .c-content-main .grid-xs-11 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 91.66667%;
				    flex-basis: 91.66667%
		}
			}
@media screen and (min-width: 576px) and (max-width: 767px) {
.bge-contents .grid-sm-11, .c-content-main .grid-sm-11 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 91.66667%;
				    flex-basis: 91.66667%
		}
			}
@media screen and (min-width: 768px) and (max-width: 991px) {
.bge-contents .grid-md-11, .c-content-main .grid-md-11 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 91.66667%;
				    flex-basis: 91.66667%
		}
			}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.bge-contents .grid-lg-11, .c-content-main .grid-lg-11 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 91.66667%;
				    flex-basis: 91.66667%
		}
			}
@media screen and (min-width: 1200px) {
.bge-contents .grid-xl-11, .c-content-main .grid-xl-11 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 91.66667%;
				    flex-basis: 91.66667%
		}
			}
@media screen and (max-width: 576px) {
.bge-contents .grid-xs-12, .c-content-main .grid-xs-12 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 100%;
				    flex-basis: 100%
		}
			}
@media screen and (min-width: 576px) and (max-width: 767px) {
.bge-contents .grid-sm-12, .c-content-main .grid-sm-12 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 100%;
				    flex-basis: 100%
		}
			}
@media screen and (min-width: 768px) and (max-width: 991px) {
.bge-contents .grid-md-12, .c-content-main .grid-md-12 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 100%;
				    flex-basis: 100%
		}
			}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.bge-contents .grid-lg-12, .c-content-main .grid-lg-12 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 100%;
				    flex-basis: 100%
		}
			}
@media screen and (min-width: 1200px) {
.bge-contents .grid-xl-12, .c-content-main .grid-xl-12 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 100%;
				    flex-basis: 100%
		}
			}
@media screen and (max-width: 576px) {
.bge-contents .grid-xs-d5, .c-content-main .grid-xs-d5 {
			-webkit-box-flex: 0;
			    -ms-flex-positive: 0;
			        flex-grow: 0;
			-ms-flex-negative: 0;
			    flex-shrink: 0;
			-ms-flex-preferred-size: 20%;
			    flex-basis: 20%
	}
		}
@media screen and (min-width: 576px) and (max-width: 767px) {
.bge-contents .grid-sm-d5, .c-content-main .grid-sm-d5 {
			-webkit-box-flex: 0;
			    -ms-flex-positive: 0;
			        flex-grow: 0;
			-ms-flex-negative: 0;
			    flex-shrink: 0;
			-ms-flex-preferred-size: 20%;
			    flex-basis: 20%
	}
		}
@media screen and (min-width: 768px) and (max-width: 991px) {
.bge-contents .grid-md-d5, .c-content-main .grid-md-d5 {
			-webkit-box-flex: 0;
			    -ms-flex-positive: 0;
			        flex-grow: 0;
			-ms-flex-negative: 0;
			    flex-shrink: 0;
			-ms-flex-preferred-size: 20%;
			    flex-basis: 20%
	}
		}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.bge-contents .grid-lg-d5, .c-content-main .grid-lg-d5 {
			-webkit-box-flex: 0;
			    -ms-flex-positive: 0;
			        flex-grow: 0;
			-ms-flex-negative: 0;
			    flex-shrink: 0;
			-ms-flex-preferred-size: 20%;
			    flex-basis: 20%
	}
		}
@media screen and (min-width: 1200px) {
.bge-contents .grid-xl-d5, .c-content-main .grid-xl-d5 {
			-webkit-box-flex: 0;
			    -ms-flex-positive: 0;
			        flex-grow: 0;
			-ms-flex-negative: 0;
			    flex-shrink: 0;
			-ms-flex-preferred-size: 20%;
			    flex-basis: 20%
	}
		}
@media screen and (max-width: 576px) {
.bge-contents .grid-xs-flex, .c-content-main .grid-xs-flex {
			-webkit-box-flex: 0;
			    -ms-flex: 0 1 100%;
			        flex: 0 1 100%
	}
		}
@media screen and (min-width: 576px) and (max-width: 767px) {
.bge-contents .grid-sm-flex, .c-content-main .grid-sm-flex {
			-webkit-box-flex: 0;
			    -ms-flex: 0 1 100%;
			        flex: 0 1 100%
	}
		}
@media screen and (min-width: 768px) and (max-width: 991px) {
.bge-contents .grid-md-flex, .c-content-main .grid-md-flex {
			-webkit-box-flex: 0;
			    -ms-flex: 0 1 100%;
			        flex: 0 1 100%
	}
		}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.bge-contents .grid-lg-flex, .c-content-main .grid-lg-flex {
			-webkit-box-flex: 0;
			    -ms-flex: 0 1 100%;
			        flex: 0 1 100%
	}
		}
@media screen and (min-width: 1200px) {
.bge-contents .grid-xl-flex, .c-content-main .grid-xl-flex {
			-webkit-box-flex: 0;
			    -ms-flex: 0 1 100%;
			        flex: 0 1 100%
	}
		}
.bge-contents .mt-zero, .c-content-main .mt-zero {
		margin-top: 0;
	}
.bge-contents .mb-zero, .c-content-main .mb-zero {
		margin-bottom: 0;
	}
.bge-contents .mt-narrow, .c-content-main .mt-narrow {
	}
@media screen and (max-width: 576px) {
.bge-contents .mt-narrow, .c-content-main .mt-narrow {
			margin-top: 5px
	}
		}
@media screen and (min-width: 576px) and (max-width: 767px) {
.bge-contents .mt-narrow, .c-content-main .mt-narrow {
			margin-top: 10px
	}
		}
@media screen and (min-width: 768px) and (max-width: 991px) {
.bge-contents .mt-narrow, .c-content-main .mt-narrow {
			margin-top: 10px
	}
		}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.bge-contents .mt-narrow, .c-content-main .mt-narrow {
			margin-top: 15px
	}
		}
@media screen and (min-width: 1200px) {
.bge-contents .mt-narrow, .c-content-main .mt-narrow {
			margin-top: 15px
	}
		}
.bge-contents .mt-wide, .c-content-main .mt-wide {
	}
@media screen and (max-width: 576px) {
.bge-contents .mt-wide, .c-content-main .mt-wide {
			margin-top: 30px
	}
		}
@media screen and (min-width: 576px) and (max-width: 767px) {
.bge-contents .mt-wide, .c-content-main .mt-wide {
			margin-top: 50px
	}
		}
@media screen and (min-width: 768px) and (max-width: 991px) {
.bge-contents .mt-wide, .c-content-main .mt-wide {
			margin-top: 50px
	}
		}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.bge-contents .mt-wide, .c-content-main .mt-wide {
			margin-top: 80px
	}
		}
@media screen and (min-width: 1200px) {
.bge-contents .mt-wide, .c-content-main .mt-wide {
			margin-top: 80px
	}
		}
.bge-contents .mb-narrow, .c-content-main .mb-narrow {
	}
@media screen and (max-width: 576px) {
.bge-contents .mb-narrow, .c-content-main .mb-narrow {
			margin-bottom: 5px
	}
		}
@media screen and (min-width: 576px) and (max-width: 767px) {
.bge-contents .mb-narrow, .c-content-main .mb-narrow {
			margin-bottom: 10px
	}
		}
@media screen and (min-width: 768px) and (max-width: 991px) {
.bge-contents .mb-narrow, .c-content-main .mb-narrow {
			margin-bottom: 10px
	}
		}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.bge-contents .mb-narrow, .c-content-main .mb-narrow {
			margin-bottom: 15px
	}
		}
@media screen and (min-width: 1200px) {
.bge-contents .mb-narrow, .c-content-main .mb-narrow {
			margin-bottom: 15px
	}
		}
.bge-contents .mb-wide, .c-content-main .mb-wide {
	}
@media screen and (max-width: 576px) {
.bge-contents .mb-wide, .c-content-main .mb-wide {
			margin-bottom: 30px
	}
		}
@media screen and (min-width: 576px) and (max-width: 767px) {
.bge-contents .mb-wide, .c-content-main .mb-wide {
			margin-bottom: 50px
	}
		}
@media screen and (min-width: 768px) and (max-width: 991px) {
.bge-contents .mb-wide, .c-content-main .mb-wide {
			margin-bottom: 50px
	}
		}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.bge-contents .mb-wide, .c-content-main .mb-wide {
			margin-bottom: 80px
	}
		}
@media screen and (min-width: 1200px) {
.bge-contents .mb-wide, .c-content-main .mb-wide {
			margin-bottom: 80px
	}
		}
.bge-contents .entry-btn, .c-content-main .entry-btn {
		text-align: center;
		margin-top: 60px;
	}
.bge-contents .entry-btn a, .c-content-main .entry-btn a {
			display: inline-block;
			background: #E31666;
			color: #fff;
			text-decoration: none;
			width: 440px;
			max-width: 100%;
			padding: 2.4rem;
			font-size: 1.8rem;
			font-weight: 500;
			-webkit-transition: 300ms;
			transition: 300ms;
		}
.bge-contents .entry-btn a:hover, .c-content-main .entry-btn a:hover {
				background: rgb(232, 23, 103);
			}

/* movie追加 */
.c-page-home-movie {
	padding: 60px 0;
}
.c-page-home-movie__text {
	text-align: center;	
}
.c-page-home-movie__text h2 {
	margin-bottom: 20px;
}
.c-page-home-movie__text h2 [data-lang="en"]::before {
	display: none;
}
.c-page-home-movie__text h2 + p {
	font-size: 21px;
	font-weight: bold;
	margin: 0 0 50px;
}
.c-page-home-movie__text h2 + p span {
	display: inline-block;
}
@media screen and (max-width: 768px) {
	.c-page-home-movie {
		padding: 6.66667vw 0;
	}
		.c-page-home-movie__text h2 + p {
		font-size: 16px;
		margin-bottom: 30px;
	}
}

.c-page-home-movie__media {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}
.movie-content-wrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movie-content-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.movie-content-wrap img {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	width: 100%;
}
.sp-spacer {
	display: none;
	width: 1px;
	height: 1px;
}
@media screen and (max-width: 768px) {
	.sp-spacer {
		display: block;
	}
}


/*# sourceMappingURL=style_r03c08.css.map */
