@charset "UTF-8";

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

/* Document */
/* ============================================ */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
* 3. Remove gray overlay on links for iOS.
*/
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-webkit-tap-highlight-color: transparent;
	/* 3*/
}

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

/**
* Render the `main` element consistently in IE.
*/
main {
	display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

/**
* 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: inherit;
	/* 2 */
}

address {
	font-style: inherit;
}

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

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
	-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: inherit;
	/* 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;
}

/* Replaced content */
/* ============================================ */
/**
* Prevent vertical alignment issues.
*/
svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
* Reset form fields to make them styleable.
* 1. Make form elements stylable across systems iOS especially.
* 2. Inherit text-transform from parent.
*/
button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	/* 1 */
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit;
	/* 2 */
}

/**
* Reset radio and checkbox appearance to preserve their look in iOS.
*/
[type="checkbox"] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

[type="radio"] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}

/**
* Correct cursors for clickable elements.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
	cursor: default;
}

/**
* Improve outlines for Firefox and unify style with input elements & buttons.
*/
:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
* Remove padding
*/
option {
	padding: 0;
}

/**
* Reset to invisible
*/
fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

legend {
	padding: 0;
}

/**
* 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;
}

/**
* 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 outline style in Safari.
*/
[type="search"] {
	outline-offset: -2px;
	/* 1 */
}

/**
* 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. Fix font inheritance.
*/
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/**
* Clickable labels
*/
label[for] {
	cursor: pointer;
}

/* 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;
}

/*
* Remove outline for editable content.
*/
[contenteditable]:focus {
	outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
	border-color: inherit;
	/* 1 */
	border-collapse: collapse;
}

caption {
	text-align: left;
}

td,
th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: bold;
}

:root {
	--black: #222222;
	--white: #ffffff;
	--gray: #eeeeee;
	--gold: #a88c17;
	--gold-02: #776500;
	--gold-03: #d8cc76;
	--gold-04: #efe8b1;
	--red: #c10000;
	--red-02: #670000;
	--blue: #128cd9;
}

html {
	overflow-x: hidden;
	font-size: 62.5%;
}

body {
	overflow-x: hidden;
	color: var(--black);
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック", "メイリオ",
		sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: justify;
	line-height: 1;
	background-color:#000;
}

.parallax {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: -1;
	background-image: url("../images/main_bg_sp.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color:#000;
}

.container {
	position: relative;
	width: 100%;
	height: auto;
}

.content {
	width: 92%;
	height: auto;
	margin: 0 auto;
	transition: all 300ms;
}

.content--full {
	width: 100%;
}

.no-pc {
	display: block;
}

.no-sp {
	display: none;
}

.Point {
	padding: 35px 0;
	background-color: rgba(0, 0, 0, 0.6);
}

.Point__heading {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.Point__heading h2 {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: 80px;
	margin: 0 auto;
}

.Point__heading h2 img {
	width: auto;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.Point__heading h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100px;
	border-top: double 4px var(--gold-03);
	border-bottom: double 4px var(--gold-03);
	background: linear-gradient(90deg, rgba(0, 0, 0, 0), black 25%, black 75%, rgba(0, 0, 0, 0) 100%);
	color: var(--white);
	font-size: 2.8rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.35;
}

.Point__description {
	margin-bottom: 25px;
	color: var(--white);
	line-height: 1.9;
}

.Point__caution {
	margin-top: -15px;
	margin-bottom: 30px;
	color: var(--white);
	font-size: 1.4rem;
	font-weight: 300;
}

[data-aos="original-fade-in"] {
	opacity: 0;
	transform: translateY(20px);
	will-change: transform, opacity;
}

[data-aos="original-fade-in"].aos-animate {
	opacity: 1;
	transform: translateY(0);
}


/*---CVボタン---*/

.button-wrapper {
  position: relative;
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  padding: 30px 0px 10px;
}

.fv .button-wrapper{
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
}
.button-wrapper a {
  display: flex;
  position: relative;
  z-index: 1;
  justify-content: center;
	text-align: center;
  align-items: center;
  height: 70px;
  overflow: hidden;
  transition: all 300ms;
  border-radius: 100vh;
  color: var(--white);
  font-size: 2rem;
  font-weight: 900;
}
.button-wrapper .cv-button::before {
	position: absolute;
	content:"";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  -webkit-animation: shiny-btn1 4000ms ease-in-out infinite;
  animation: shiny-btn1 4000ms ease-in-out infinite;
}
.button-wrapper a:hover {
  transform: translateY(8px);
 }

.button-wrapper img {
  display: block;
  width: 13px;
  height: auto;
  margin-left: 5px;
}

.fa-chevron-right{
  display: block;
  height: auto;
  margin-left: 10px;
}

.cv-button{
margin-bottom:30px;
}

.cv-button_red{
	background:linear-gradient(90deg, #c10000, #890000);
	box-shadow: 0 8px 0 var(--red-02);
	}

a.cv-button_red:hover{
	box-shadow: 0 0 0 var(--red-02);
	}

.cv-button_orange{
background: linear-gradient(90deg, #ff9500, #be5c00);
box-shadow: 0 8px 0 #854000;
}

a.cv-button_orange:hover{
	box-shadow: 0 0 0 #854000;
	}

.cv-button_gold{
background: linear-gradient(90deg, #d3bf4f, #a88c17);
box-shadow: 0 8px 0 var(--gold-02);
}

a.cv-button_gold:hover{
box-shadow: 0 0 0 var(--gold-02);
}

@-webkit-keyframes shiny-btn1 {
	0% {
		transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	80% {
		transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}

	81% {
		transform: scale(4) rotate(45deg);
		opacity: 1;
	}

	100% {
		transform: scale(100) rotate(45deg);
		opacity: 0;
	}
}

@keyframes shiny-btn1 {
	0% {
		transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	80% {
		transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}

	81% {
		transform: scale(4) rotate(45deg);
		opacity: 1;
	}

	100% {
		transform: scale(100) rotate(45deg);
		opacity: 0;
	}
}

.fv {
	position: relative;
	background-color:#000;
}

.fv__image {
	width: 100%;
	height: auto;
	max-width: 1000px;
}

.fv__image img {
	width: 100%;
	height: auto;
}

.fv_under{
background-color:#000;
}

.news {
	background-color: #000;
	padding:40px 0 40px;
	background-image: linear-gradient(0deg, #4c4c4c, #000000);
}

.news h2 {
	margin-bottom: 25px;
	color: var(--white);
	font-size: 2.8rem;
	font-weight: 900;
	text-align: center;
}

.news__image {
	display: inline-block;
	text-align: center;
	padding-bottom:20px;
}

.news__image img {
	width: 100%;
	height: 100%;
	border:1px solid rgb(165, 165, 165);
	box-shadow: 0 30px 45px 0 rgba(0, 0, 0, .5);
}
a:hover.news__image {
	opacity:0.3;
	animation: calc();
	transition: opacity 300ms
}

.news__movie{
position: relative;
height: 0;
padding: 20px 0 56.25%;
}
	
.news__movie iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 85%;
	height: 85%;
	border:1px solid rgb(165, 165, 165);
	box-shadow: 0 30px 45px 0 rgba(0, 0, 0, .5);
	}

.about {
	padding: 30px 0 18px;
	background-image: url("../images/about_bg_sp.jpg");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.about__img-01 {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
}

.about__img-01 img {
	width: 100%;
	height: auto;
	text-align: center;
}

.about__heading {
	position: relative;
	z-index: 2;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 30px auto 30px;
	font-size: 2.2rem;
	line-height: 2em;
}

.about__heading span {
	margin-bottom: 20px;
	font-size: 3.5rem;
	font-family: "Kaisei Tokumin", "Times New Roman", serif;
	color: var(--red);
	letter-spacing: 0.2rem;
	background: linear-gradient(transparent 70%, #fff 0%);
}

.about__heading p {
	font-size: 2.8rem;
	font-weight: 900;
	text-align: center;
}

.about__heading p.furigana {
	font-size: 1.6rem;
	letter-spacing: 0.75em;
	color: var(--black);
	text-align: center;
}

.about__main__text {
	margin-bottom: 16px;
	font-weight: 700;
	text-align: center;
	line-height: 1.875;
}

.about__img-02 {
	width: 88%;
	height: auto;
	margin: 0 auto;
}

.about__img-02 img {
	width: 100%;
	height: auto;
}

.feature {
	padding: 40px 0 40px;
	background: linear-gradient(#c10000, #890000);
}

.feature__heading {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto 12px;
	text-align: center;
}

.feature__heading__text-01 {
	margin-bottom: 8px;
	color: var(--white);
	font-family: "Kaisei Tokumin", "Times New Roman", serif;
	font-weight: 800;
	font-size: 2.2rem;
}

.feature__heading h2 {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	color: var(--white);
	font-size: 3rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.2;
}

.feature__heading h2 span.font_eng {
	margin-bottom: 20px;
	font-size: 3.5rem;
	font-family: "Kaisei Tokumin", "Times New Roman", serif;
	color: var(--white);
	letter-spacing: 0.2rem;
}

.feature__heading h2 span.color-gold {
	color: var(--gold-03);
	letter-spacing: 0.1em;
	padding-bottom: 8px;
}

.feature__heading h2 span.size-45 {
	font-size: 40px;
}

.title-border {
	display: flex;
	align-items: center;
	letter-spacing: 4px;
}

.title-border:before,
.title-border:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
}

.title-border:before {
	margin-right: 1rem;
}

.title-border:after {
	margin-left: 1rem;
}

.feature__list {
	display: flex;
	flex-direction: column;
}

.feature__list li {
	width: 100%;
	height: auto;
	padding: 5px 0;
}

.feature__list a {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 80px;
	padding: 0 10px;
	border-radius: 5px;
	box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.16);
	background-color: var(--white);
	transition: all 300ms;
}

.feature__list a:hover {
	opacity: 0.5;
}

.feature__list p {
	margin-left: 10px;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.2;
}

.feature__list .icon {
	width: 38px;
	height: auto;
}

.feature__list .icon img {
	width: 100%;
	height: auto;
}

.feature__list img.arrow {
	position: absolute;
	display: block;
	top: 50%;
	right: 20px;
	width: 20px;
	height: auto;
	transform: translateY(-50%);
}

.Point1__gallery {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}

.Point1__gallery:nth-last-child(2) {
	margin-bottom: unset;
}

.Point1__gallery h4 {
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	position: relative;
	width: 100vw;
	height: 50px;
	margin-bottom: 20px;
	margin-left: -4vw;
	background: linear-gradient(90deg, #fff, #b7b7b7);
	font-size: 2.2rem;
	font-weight: 900;
}

.Point1__gallery__heading--column {
	height: auto !important;
	padding: 12px 0;
	flex-direction: column;
}

.Point1__gallery span {
	margin-top: 8px;
	font-size: 1.4rem;
}

.Point1__gallery__heading--column {
	height: auto;
	flex-direction: column;
}

.Point1__gallery__premium h4 {
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	position: relative;
	width: 100vw;
	height: 70px;
	margin-bottom: 20px;
	margin-left: -4vw;
	background: linear-gradient(90deg, #d8cc76, #a88c17);
	font-size: 2.2rem;
	font-weight: 900;
}

.Point1__gallery__main {
	display: flex;
	flex-wrap: wrap;
}

.Point1__gallery__main img {
	display: block;
	width: 33.3%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
}

.Point1__gallery__main--03 img {
	-o-object-fit: contain;
	object-fit: contain;
}

.Point1__gallery__main--03 img:nth-child(4),
.Point1__gallery__main--03 img:nth-child(5) {
	display: none;
}

.Point1__gallery__main--03 img:nth-child(4) {
	width: 16.2%;
}

.Point1__gallery__main--03 img:nth-child(5) {
	width: 31.25%;
}

.Point1__gallery__main--04 {
	display: grid;
	grid-template-columns: 42.85% auto;
}

.Point1__gallery__main--04 picture:nth-child(1) {
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 3;
	width: 100%;
}

.Point1__gallery__main--04 picture:nth-child(1) img {
	width: 100%;
}

.Point1__gallery__main--04 img:nth-child(2) {
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 2;
	width: 100%;
}

.Point1__gallery__main--04 img:nth-child(3) {
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 2;
	grid-row-end: 3;
	width: 100%;
}

.Point1__gallery__main--05 img:nth-child(1),
.Point1__gallery__main--05 img:nth-child(3) {
	width: 25%;
}

.Point1__gallery__main--05 img:nth-child(2) {
	width: 50%;
}

.Point1__gallery__main--05 img:nth-child(4),
.Point1__gallery__main--05 img:nth-child(5) {
	width: 50%;
}

.Point1__button-wrapper {
	width: 100%;
	height: auto;
	margin-top: 30px;
}

.Point1__button {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 600px;
	height: 56px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 100vh;
	background: linear-gradient(90deg, #c10000, #890000);
	font-size: 2rem;
	font-weight: 900;
}

.Point1__button::after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 300ms;
	background-color: var(--white);
}

.Point1__button:hover::after {
	opacity: 1;
}

.Point1__button:hover p {
	color: var(--red);
}

.Point1__button:hover rect {
	fill: var(--red);
}

.Point1__button p {
	position: relative;
	z-index: 2;
	color: var(--white);
}

.Point1__button svg {
	position: relative;
	z-index: 2;
	width: 20px;
	height: auto;
	margin-left: 18px;
	transform: scale(1, -1);
}

.Point1__button svg rect {
	fill: var(--white);
}

.Point1__modal {
	display: flex;
	flex-direction: column;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	padding: 4vw;
	opacity: 0;
	transition: opacity 300ms;
	pointer-events: none;
	background-color: rgba(0, 0, 0, 0.5);
}

.Point1__modal--open {
	opacity: 1;
	pointer-events: auto;
}

.Point1__modal__header {
	flex-shrink: 0;
	position: relative;
	width: 100%;
	height: auto;
	padding: 16px;
	background-color: var(--white);
	border-radius: 10px 10px 0 0;
}

.Point1__modal .text-1 {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-bottom: 5px;
	padding: 5px 5px 5px 2px;
	font-size: 1.4rem;
	background-color: var(--gold-04);
}

.Point1__modal .text-2 {
	margin-bottom: 5px;
	font-size: 1.4rem;
	color: var(--red);
}

.Point1__modal .text-3 {
	font-size: 1.4rem;
	font-weight: 300;
}

.Point1__modal__close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 42px;
	height: auto;
}

.Point1__modal__close .image {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

.Point1__modal__close .image img {
	width: 100%;
	height: auto;
}

.Point1__modal__close p {
	font-size: 1.3rem;
	font-weight: 700;
	text-align: center;
}

.Point1__modal__main {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	transform: translateY(-1px);
	overflow: scroll;
	overscroll-behavior: none;
	-ms-overflow-style: none;
	scrollbar-width: none;
	max-height: 100%;
	background-color: var(--white);
	padding: 0 16px;
	border-radius: 0 0 10px 10px;
}

.Point1__modal__main::-webkit-scrollbar {
	display: none;
}

.Point1__modal .wrapper {
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.Point1__modal .heading {
	background-color: #000000;
	height: auto;
	margin-bottom: 2px;
	padding: 12px 8px;
	color: var(--white);
	font-weight: 700;
}

.Point1__modal .series-title {
	position: relative;
	padding: 6px 8px 6px calc(8px + 1em);
	background-color: var(--gray);
	text-indent: -1em;
	line-height: 1.25;
}

.Point1__modal .series-title:nth-child(2n) {
	background-color: var(--white);
}

.Point1__modal .series-title--text-red {
	color: var(--red);
}

.Point1__modal .series-title--bg-yellow {
	border-top: solid 1px var(--white);
	border-bottom: solid 1px var(--white);
	background-color: var(--gold-04) !important;
}

.Point2__card {
	width: 100%;
	height: auto;
	margin-top: 25px;
	padding: 15px 15px 25px;
	border-radius: 10px;
	background: linear-gradient(#fff, #b7b7b7);
}

.Point2__card .image {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
}

.Point2__card .image img {
	width: 100%;
	height: auto;
}

.Point2__card h4 {
	margin-bottom: 12px;
	padding: 4px 4px 4px 10px;
	border-left: solid 4px var(--red);
	font-size: 2.2rem;
	font-weight: 700;
}

.Point2__card p {
	font-size: 1.4rem;
	line-height: 1.6;
}

.Point3 .image {
	width: 100%;
	height: auto;
	margin-top: -5px;
}

.Point3 .image img {
	width: 100%;
	height: auto;
}

.Point4__card {
	width: 100%;
	height: auto;
	padding: 15px 15px 20px;
	border-radius: 10px;
	background: linear-gradient(#fff, #b7b7b7);
}

.Point4__card__title-box {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}

.Point4__card__title-box .badge {
	width: 75px;
	height: auto;
}

.Point4__card__title-box .badge img {
	width: 100%;
	height: auto;
}

.Point4__card__title-box h4 {
	margin-left: 10px;
	color: var(--red);
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.35;
}

.Point4__card p {
	margin-bottom: 15px;
	font-size: 1.4rem;
	line-height: 1.65;
}

.Point4__card .image {
	width: 100%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	overflow: hidden;
	border-radius: 10px;
}

.Point4__card .image img {
	width: 100%;
	height: auto;
}

.Point5__main {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
}

.Point5__main .badge {
	position: absolute;
	top: -10px;
	left: 8px;
	width: 70px;
	height: auto;
}

.Point5__main .badge img {
	width: 100%;
	height: auto;
}

.Point5__main p {
	padding: 20px 0px 20px 20px;
	color: var(--white);
	line-height: 1.65;
	font-size: 1.4rem;
}

.Point5__main p::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: calc(100% - 20px);
	background-color: var(--black);
}

.Point5__main .image {
	width: auto;
	height: 140px;
}

.Point5__main .image img {
	width: auto;
	height: 100%;
}

.plan {
	padding-top: 60px;
	padding-bottom:20px;
	background: linear-gradient(#fff, #b7b7b7);
}

.plan h2 {
	margin-bottom: 30px;
	font-size: 2.8rem;
	font-weight: 900;
	text-align: center;
}

.plan__card {
	width: 100%;
	height: auto;
	margin-top: 20px;
	box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.16);
}

.plan__card h3 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	background-color: var(--red);
	color: var(--white);
	font-size: 2.2rem;
	font-weight: 700;
}

.plan__card__detail {
	width: 100%;
	margin-top: -4px;
	padding: 20px 20px;
	border: solid 4px var(--red);
	background: linear-gradient(#fff, #ffdfdb);
}

.plan__card .text {
	margin-bottom: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 1.55;
}

.plan__card h4 {
	position: relative;
	margin-bottom: 15px;
	font-weight: 700;
	text-align: center;
}

.plan__card h4::before,
.plan__card h4::after {
	content: "";
	position: absolute;
	top: 50%;
	width: calc(50% - (1em + 12px));
	height: 1px;
	transform: translateY(-50%);
	background-color: var(--black);
}

.plan__card h4::before {
	left: 0;
}

.plan__card h4::after {
	right: 0;
}

.plan__card .price {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: 80px;
	margin: 0 auto;
}

.plan__card .price img {
	width: auto;
	height: 100%;
}

.plan__card--premium h3 {
	background-color: var(--gold);
}

.plan__card--premium .icon {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -65%);
	width: 45px;
	height: auto;
}

.plan__card--premium .plan__card__detail {
	border: solid 4px var(--gold);
	background: linear-gradient(#fff, #efe8b1);
}

.compare {
	margin-top: 60px;
	padding-bottom:15px;
}

.compare h2 {
	margin-bottom: 25px;
	color: var(--white);
	font-size: 2.8rem;
	font-weight: 900;
	text-align: center;
}

.compare__table {
	width: 100vw;
	margin-left: -4vw;
}

.compare__table img {
	width: 100%;
	height: auto;
}

/*キャンペーン概要追加*/
.campaign {
	padding: 60px 0 60px;
	background: linear-gradient(#c10000, #890000);
}

.campaign h2 {
	margin-bottom: 30px;
	font-size: 2.8rem;
	font-weight: 900;
	color:#fff;

	text-align: center;
}

.attention {
	margin: 0 auto;
	background-color: #fff;
	text-align: left;
	padding: 10px 20px 40px;
	}

.attention dl dt {
	margin: 1.2em 0 0.5em 0;
	padding: 0.5em 0 0.5em 14px;
	color: #da1c0b;
	border-left:10px solid #da1c0b;
	border-bottom: 3px solid #da1c0b;
	font-weight: 800;
	font-size: 1.25em;
	background-color: #ffebeb;
}

.attention dl dd {
	line-height: 1.8em;
	color: #000;
	font-size: 1.13em;
	font-weight:400;
}

.attention dl dd li{
	list-style-type: disc;
	margin:0px 0px 10px 20px;
}

.attention dl dd a {
	color: #da1c0b;
	text-decoration: underline;
}

span.CP_annotation{
display:block;
font-size:80%;
line-height:1.7;
}

.contact＿address{
	background-color:#eee;
	text-align:center;	
	padding:15px;
	font-size:90%;
	line-height:1.5;
	}

.contact＿address h5{
padding:0px 10px 10px;
border-bottom:#000 1px solid;
}

.contact＿address p{
padding-top:10px;
}

.footer {
	position: relative;
	padding: 20px 0;
	background-color: #333;
}

.footer h2 {
	margin-bottom: 20px;
	color: var(--white);
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
}

.footer__text {
	margin-top: 10px;
	color: var(--white);
	padding-left: 1em;
	font-size: 1.4rem;
	font-weight: 300;
	font-feature-settings: "palt";
	letter-spacing: 0.15em;
	text-indent: -0.5em;
	line-height: 1.55;
}

.footer__text a {
	color: var(--blue);
}

.footer__text a:hover {
	color: var(--red);
}

.footer__caution {
	width: 100%;
	height: auto;
	margin-top: 30px;
	margin-bottom: 40px;
	padding-left: 1em;
	color: var(--white);
	font-size: 1.4rem;
	font-weight: 300;
	font-feature-settings: "palt";
}

.footer__caution p {
	text-indent: -1em;
	letter-spacing: 0.06em;
	line-height: 1.4;
}

.footer h3 {
	margin-bottom: 20px;
	color: var(--white);
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}

.footer a.sns-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	margin: 0 auto;
	border-radius: 100vh;
	background-color: #1d9bf0;
}

.footer a.sns-icon i {
	color: var(--white);
	font-size: 30px;
}

.footer .top-button {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 50px;
	height: auto;
	transition: opacity 300ms;
}

.footer .top-button:hover {
	opacity: 0.5;
}

.footer .top-button img {
	width: 100%;
	height: auto;
}

.correction{
	background-color:white;
	line-height:1.5em;
	padding:50px 0px;
	}
	
	.correction h2{
		font-size: 2rem;
		font-weight: 900;
		padding-bottom:10px;
		text-align: center;
	}
	
	.fee_correction{
	display:block;
	padding:15px;
	text-align: center;
	}
	
	.fee_correction span{
	color:var(--red);
	}
	

@media screen and (min-width: 768px) {
	.parallax {
		background-image: url("../images/main_bg_pc.jpg");
		background-size: cover;
		background-color:#000;
	}

	.container {
		max-width: 1000px;
		margin: 0 auto;
	}

	.content {
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
	}

	.no-pc {
		display: none;
	}

	.no-sp {
		display: block;
	}

	/*---CVボタン---*/

	.fv .button-wrapper {
		width: 100%;
		max-width: 800px;
	}

	.Point {
		padding: 50px 0;
	}

	.Point__heading {
		margin-bottom: 30px;
	}

	.Point__description {
		margin-bottom: 30px;
		text-align: center;
	}

	.Point__caution {
		margin-top: -22px;
		margin-bottom: 35px;
		text-align: center;
	}

	.about {
		padding: 30px 0 40px;
		background-image: url("../images/about_bg_pc.jpg");
		background-size: cover;
		background-position: center;
	}

	.about__heading p.furigana {
		font-size: 1.8rem;
	}

	.about__img-01 {
		width: auto;
		height: 54px;
		margin: 0 auto;
		text-align: center;
	}

	.about__img-01 img {
		width: auto;
		height: 100%;
	}

	.about__heading {
		margin: 30px auto 30px;
	}

	.about__main {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0 30px;
	}

	.about__main__text {
		text-align: left;
	}

	.about__img-02 {
		width: 47.15%;
		margin: unset;
	}

	.feature {
		padding: 70px 0 55px;
	}

	.feature__heading {
		margin: 0 auto 30px;
	}

	.feature__heading h2 img.decoration {
		height: 40px;
	}

	.feature__heading h2 img.decoration:nth-of-type(1) {
		left: -32px;
	}

	.feature__heading h2 img.decoration:nth-of-type(2) {
		right: -32px;
	}

	.feature__list {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 0 10px;
	}

	.feature__list li {
		width: calc(50% - 5px);
	}

	.feature__list li:nth-child(1) {
		width: 100%;
	}

	.feature__list a {
		height: 60px;
	}

	.feature__list p {
		font-size: 2.2rem;
	}

	.Point1__gallery {
		margin-bottom: 50px;
	}

	.Point1__gallery h4 {
		left: 50%;
		max-width: 1000px;
		height: 56px;
		transform: translateX(-50%);
		margin-bottom: 30px;
		margin-left: unset;
	}

	.Point1__gallery__main img {
		width: 16.66%;
	}

	.Point1__gallery__main--03 img {
		width: 17.5%;
		height: auto;
		flex-shrink: 0;
	}

	.Point1__gallery__main--03 img:nth-child(4),
	.Point1__gallery__main--03 img:nth-child(5) {
		display: block;
	}

	.Point1__gallery__main--04 {
		display: flex;
	}

	.Point1__gallery__main--04 picture:nth-child(1) {
		width: 33.33%;
	}

	.Point1__gallery__main--04 img:nth-child(2) {
		width: 33.33%;
	}

	.Point1__gallery__main--04 img:nth-child(3) {
		width: 33.33%;
	}

	.Point1__gallery__main--05 img:nth-child(1),
	.Point1__gallery__main--05 img:nth-child(3) {
		width: 10.8%;
	}

	.Point1__gallery__main--05 img:nth-child(2) {
		width: 21.75%;
	}

	.Point1__gallery__main--05 img:nth-child(4),
	.Point1__gallery__main--05 img:nth-child(5) {
		width: 28.25%;
	}

	.Point1__button-wrapper {
		margin-top: 50px;
	}

	.Point1__button {
		padding: 0 25px;
	}

	.Point1__modal__header {
		padding: 20px;
	}

	.Point1__modal__close {
		top: 20px;
		right: 20px;
	}

	.Point1__modal .wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: baseline;
	}

	.Point1__modal .wrapper .table {
		width: 47.5%;
	}

	.Point1__modal .series-title {
		width: 100%;
		font-size: 1.5rem;
	}

	.Point2 .wrapper {
		display: flex;
		justify-content: space-between;
	}

	.Point2__card {
		width: 47.5%;
		padding: 20px 20px 33px;
	}

	.Point3 .wrapper {
		display: flex;
		gap: 0 55px;
	}

	.Point3 .wrapper p {
		margin-bottom: unset;
		text-align: left;
		line-height: 1.875;
	}

	.Point3 .image {
		width: 50%;
		flex-shrink: 0;
	}

	.Point4__card {
		display: grid;
		grid-template-columns: auto 50.5%;
		padding: 20px;
	}

	.Point4__card__title-box {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 1;
		grid-row-end: 2;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		margin-bottom: 15px;
	}

	.Point4__card p {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 2;
		grid-row-end: 3;
		margin-right: 30px;
		margin-bottom: unset;
	}

	.Point4__card .image {
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 1;
		grid-row-end: 3;
	}

	.Point5 .wrapper {
		display: flex;
		gap: 0 70px;
	}

	.Point5 .wrapper p:nth-child(1),
	.Point5 .wrapper p:nth-child(2) {
		text-align: justify;
	}

	.Point5__main {
		width: 47.5%;
		flex-shrink: 0;
	}

	.Point5 .button-wrapper {
		padding: 50px 0 8px;
	}

	.plan {
		padding-bottom:25px;
	}

	.plan .wrapper {
		display: flex;
		justify-content: space-between;
	}

	.plan__card {
		width: 47.5%;
		margin-top: unset;
	}

	.plan__card__detail {
		padding: 20px 40px;
	}

	.compare {
		padding-top:60px;
		padding-bottom:25px;
		}

	.compare__table {
		width: 100%;
		margin-left: unset;
	}

	.attention {
		margin: 0 auto;
		background-color: #fff;
		text-align: left;
		padding: 20px 40px 60px;
	}

	.attention dl dd li{
		list-style-type: disc;
		margin:0px 0px 10px 15px;
	}

	.footer {
		padding: 20px 0 100px;
	}

	.footer h2 {
		margin-bottom: 15px;
	}

	.footer__text {
		margin: 10px auto 0;
		letter-spacing: 0.08em;
	}

	.footer__caution {
		margin-bottom: 60px;
	}

	.footer .top-button {
		right: 30px;
		bottom: 30px;
	}
}


@media screen and (min-width: 1000px) {
	.compare {
		background-color: var(--black);
	}
}