@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

*, ::before, ::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}
body {
	margin: 0;
	background-color:#000;
}
main {
	display: block
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
	margin: 0
}
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none
}
dt {
	font-weight: 700
}
dd {
	margin-left: 0
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit
}
pre {
	font-family: monospace, monospace;
	font-size: inherit
}
address {
	font-style: inherit
}
a {
	background-color: transparent;
	text-decoration: none;
	color: inherit
}
abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}
b, strong {
	font-weight: bolder
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: inherit
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
svg, img, embed, object, iframe {
	vertical-align: bottom
}
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 */
}

[type="checkbox"] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox
}
[type="radio"] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio
}
button, [type="button"], [type="reset"], [type="submit"] {
	cursor: pointer
}
button:disabled, ["button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
	cursor: default
}

form,
[value="web_login"],
[value="tsuburaya"]{
display:none;
}

:-moz-focusring {
	outline: auto
}
select:disabled {
	opacity: inherit
}
option {
	padding: 0
}
fieldset {
	margin: 0;
	padding: 0;
	min-width: 0
}
legend {
	padding: 0
}
progress {
	vertical-align: baseline
}
textarea {
	overflow: auto
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto
}
[type="search"] {
	outline-offset: -2px
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}
label[for] {
	cursor: pointer
}
details {
	display: block
}
summary {
	display: list-item
}
[contenteditable]:focus {
	outline: auto
}
table {
	border-color: inherit;
	border-collapse: collapse
}
caption {
	text-align: left
}
td, th {
	vertical-align: top;
	padding: 0
}
th {
	text-align: left;
	font-weight: 700
}
:root {
	--black: #222;
	--white: #fff;
	--gray: #eee;
	--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
}
.parallax {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: -1;
	background-image: url(../../common/images/main_bg_sp.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}
.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, .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;
	line-height:2rem;
}
[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)
}



@-webkit-keyframes shiny-btn1 {
	0% {
		transform: scale(0) rotate(45deg);
		opacity: 0
	}
	80% {
		transform: scale(0) rotate(45deg);
		opacity: .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: .5
	}
	81% {
		transform: scale(4) rotate(45deg);
		opacity: 1
	}
	100% {
		transform: scale(100) rotate(45deg);
		opacity: 0
	}
}
.cv-campaign {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	max-width: 600px;
	margin: 0 auto;
	border-radius: 100vh;
	background: linear-gradient(to right, #d8cc76, #a88c17);
	transition: all 300ms
}
.cv-campaign::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 300ms;
	border-radius: 100vh;
	background-color: transparent
}
.cv-campaign p {
	padding: 16px;
	transition: all 300ms;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.2
}
.cv-campaign .arrow {
	width: 13px;
	height: auto
}
.cv-campaign .arrow svg {
	width: 100%;
	height: auto;
	transform: rotate(90deg)
}
.cv-campaign .arrow svg path {
	fill: #fff
}
.cv-campaign:hover::after {
	background-color: #fff
}
.cv-campaign:hover p {
	color: #a88c17
}
.cv-campaign:hover svg path {
	fill: #a88c17
}

a.coupon-link {
	display: block;
	width: fit-content;
	margin: 16px auto 0;
	color:#fff;
	font-size:1.3rem;
	text-decoration: underline
}

.fv {
	position: relative;
}

.fv__image {
	width: 100%;
	height: auto;
	max-width: 1000px
}
.fv__image img {
	width: 100%;
	height: auto
}
.fv .button-wrapper {
	position: absolute;
	left: 50%;
	bottom: 2%;
	width: 92%;
	transform: translateX(-50%);
	margin-bottom:40px;
}
.campaign {
	width: 100%;
	height: auto;
	background-color: #000;
	padding-bottom: 32px
}
.campaign__banner {
	width: 100vw;
	height: auto;
	margin-bottom: 24px;
	margin-left: -4vw
}
.campaign__banner img {
	width: 100%;
	height: auto
}
.campaign__description {
	margin-bottom: 30px;
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.55
}
.campaign__description span {
	color: #ffe200
}
.campaign__step {
	position: relative;
	width: 100%;
	margin-top: 20px;
	padding: 30px 24px 30px;
	border-radius: 20px;
	background: linear-gradient(to bottom, #333, #292929)
}
.campaign__step p {
	position: absolute;
	top: 0;
	left: 50%;
	width: 80px;
	height: auto;
	transform: translateX(-50%)
}
.campaign__step h2 {
	margin-bottom: 16px;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.4
}
.campaign__coupon {
	width: 100%;
	max-width: 300px;
	height: auto;
	margin: 0 auto
}
.campaign__coupon input {
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 13px;
	border: solid 2px #fff;
	border-radius: 20px;
	background-color: #eee;
	color: #333;
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center
}
.campaign__coupon input:focus {
	outline: none;
	cursor: pointer
}
.campaign__image {
	width: 100%;
	height: auto
}
.campaign__image img {
	width: 100%;
	height: auto;
	padding: 0 20px
}
.about {
	padding: 50px 0 50px;
	background-image: url(../../common/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: .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: .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 18px;
	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: .2rem
}
.feature__heading h2 span.color-gold {
	color: var(--gold-03);
	letter-spacing: .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, .16);
	background-color: var(--white);
	transition: all 300ms
}
.feature__list a:hover {
	opacity: .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, .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: #000;
	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 20px 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%
}
.Point5 .button-wrapper {
	padding: 30px 0 8px
}
.plan {
	padding:50px 0px 50px;
	background: linear-gradient(#fff, #b7b7b7);
}

.plan h2 {
	margin-bottom: 45px;
	font-size: 2.8rem;
	font-weight: 900;
	text-align: center
}
.plan__card {
	width: 100%;
	margin-top: 20px;
	box-shadow: 4px 4px 4px 0 rgba(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;
	height:230px;
	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;
	letter-spacing: 0em;
	font-size:90%;
}
.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 {
	padding:50px 0px 50px;

}
.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
}
.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: .15em;
	text-indent: -.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: .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: #000;
}
.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: .5
}
.footer .top-button img {
	width: 100%;
	height: auto
}
.campaign-details {
	width: 100%;
	height: auto;
	padding-top: 40px;
	background-color: #fff
}
.campaign-details h2 {
	margin-bottom: 16px;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	text-decoration: underline;
	text-decoration-color: #eee;
	text-decoration-thickness: .6em;
	text-underline-offset: -.4em;
	line-height: 1.2
}
.campaign-details__attention {
	margin-bottom: 32px
}
.campaign-details__attention .text-1 {
	margin-bottom: 24px;
	line-height: 1.5
}
.campaign-details__attention .text-1 span {
	color: #c10000
}
.campaign-details__target {
	width: 100%;
	height: auto;
	margin-bottom: 16px
}
.campaign-details__target h3 {
	width: 100%;
	height: auto;
	padding: 8px;
	color: #fff;
	font-weight: 700;
	text-align: center
}
.campaign-details__target h3.bg-red {
	background-color: #c10000
}
.campaign-details__target h3.bg-grey {
	background-color: #333
}
.campaign-details__target ul {
	width: 100%;
	height: auto;
	padding: 24px;
	background-color: #eee
}
.campaign-details__target ul li {
	padding-left: 1em;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.6;
	text-indent: -1em
}
.campaign-details__target ul li:not(:last-of-type) {
	margin-bottom: 8px
}
.campaign-details__target ul.red li {
	color: #c10000
}
.campaign-details__figure {
	width: 100%;
	height: auto;
	margin-bottom: 20px
}
.campaign-details__figure img {
	width: 100%;
	height: auto
}
.campaign-details__caution li {
	padding-left: 1em;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.6;
	text-indent: -1em
}
.campaign-details__caution li a {
	color: #c10000;
	text-decoration: underline;
	text-decoration-color: #c10000
}
.campaign-details__flow h3 {
	margin-bottom: 16px;
	padding: 8px;
	background-color: #c10000;
	color: #fff;
	font-weight: 700;
	text-align: center
}
.campaign-details__flow__content .flex {
	display: flex;
	margin-bottom: 24px;
	align-items: flex-start
}
.campaign-details__flow__content .image {
	width: 35%;
	max-width: 320px;
	min-width: 135px;
	border: solid 1px #9f9f9f
}
.campaign-details__flow__content .image img {
	width: 100%;
	height: auto
}
.campaign-details__flow__content .main-content {
	margin-left: 16px;
	line-height: 1.875
}
.campaign-details__flow__content .main-content a {
	color: #c10000;
	text-decoration: underline
}
.campaign-details__flow__content .main-content span {
	color: #c10000
}
.campaign-details__flow__caution {
	padding: 20px;
	color: #c10000;
	line-height: 1.6;
	background-color:#fff0f0;
}
.correction {
	background-color: #fff;
	line-height: 1.5em;
	padding: 50px 0
}
.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)
}

/* 2023年11月追加分-無料プラン*/

: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;
}

.fv-banner a {
  display: flex;
  width: 100%;
  height: auto;
  transition: all 300ms;
}

.fv-banner a:hover {
  opacity: 0.6;
}

.fv-banner img {
  width: 100%;
  height: auto;
}

/* 「よく見られるコンテンツ紹介」のスタイル */
.free_plan {
  padding: 50px 0px 50px;
  background: linear-gradient(rgb(191, 217, 231),rgb(138, 203, 231));
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}

.free_plan_title{
  text-align: center;
}


.TI_logo{
  text-align: center;
}

.free_plan h2 {
  color: #000;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing:0.1em;
  text-align: center;
  padding:20px 0px 10px;
}

.free_plan_contents {
  margin-bottom: 40px;
}

.free_plan h2 span {
  color:var(--red);
}

.balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  width: 100%;
  max-width:800px;
  font-size: 16px;
  padding: 7px 0;
  background:linear-gradient(90deg, #0067dc, #002c7f);
}

.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #004AAE;
}

.free_plan h3 {
  margin-left: -4vw;
  padding: 20px 0;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  padding: 0;
  margin: 10px 0;
  color:#fff;
}

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

.free_plan__banner {
  display: flex;
  width: 100%;
  height: auto;
}

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


.free_plan_contents{
  margin-bottom: 10px;
}

.free_plan_contents__banner {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  margin-bottom: 30px;
}

.free_plan_contents__banner .image {
  width: 100%;
  height: auto;
}

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

.free_plan_contents__image__tate{
  text-align: center;
}

.free_plan_contents__image__tate img{
  width:100%;
  max-width:500px;
}

.free_plan_contents__image__yoko{
  text-align: center;
}

.free_plan_contents__image__yoko img{
  width:100%;
  max-width:800px;
}

.free_plan_contents a:hover > span {
  background-image: url("../images/free_plan_button_arrow_hover.svg");
}

@media screen and (min-width: 768px) {
  .free_plan__description {
    margin-bottom: 25px;
    color: var(--black);
    line-height: 1.9;
    text-align: center;
  }
  
  .free_plan_contents__banner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 50px;
  }

  .free_plan_contents__banner .image {
    width: calc(50% - 7.5px);
  }
}

@media screen and (min-width:768px) {
	.parallax {
		background-image: url(../../common/images/main_bg_pc.jpg);
		background-size: cover
	}
	.container {
		max-width: 1000px;
		margin: 0 auto
	}
	.content {
		width: 100%;
		max-width: 800px;
		margin: 0 auto
	}
	.no-pc {
		display: none
	}
	.no-sp {
		display: block
	}
	
	.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;
	}

	a.coupon-link {
		font-size:1.5rem;
	}

	.about {
		padding: 30px 0 40px;
		background-image: url(../../common/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-top: 60px
	}
	.plan h2 {
		margin-bottom: 40px
	}
	.plan .wrapper {
		display: flex;
		justify-content: space-between
	}
	.plan__card {
		width: 47.5%;
		margin-top: unset
	}
	.plan__card__detail {
		padding: 20px 20px
	}
	.compare {
		padding-top: 70px
	}
	.compare__table {
		width: 100%;
		margin-left: unset
	}
	.footer {
		padding: 20px 0 100px
	}
	.footer h2 {
		margin-bottom: 15px
	}
	.footer__text {
		margin: 10px auto 0;
		letter-spacing: .08em
	}
	.footer__caution {
		margin-bottom: 60px
	}
	.footer .top-button {
		right: 30px;
		bottom: 30px
	}
	.cv-campaign {
		margin-top: 10px
	}
	.campaign {
		padding-bottom: 60px
	}
	.campaign__banner {
		width: 100%;
		height: auto;
		margin-bottom: 32px;
		margin-left: 0
	}
	.campaign__step-wrapper {
		display: flex;
		gap: 40px
	}
	.campaign__step-wrapper .campaign__step {
		width: calc(50% - 20px);
		height: auto;
		margin-top: 40px
	}
	.campaign-details__attention {
		margin-bottom: 56px
	}
	.campaign-details__attention .text-1 {
		text-align: center
	}
	.campaign-details__attention .flex {
		display: flex;
		justify-content: space-between
	}
	.campaign-details__target {
		width: calc(50% - 20px);
		margin-bottom: 40px
	}
	.campaign-details__target ul {
		padding: 32px
	}
	.campaign-details__figure {
		flex-shrink: 0;
		width: calc(50% - 20px);
		margin-bottom: unset
	}
	.campaign-details__caution {
		width: calc(50% - 20px)
	}
	.campaign-details__flow {
		max-width: 660px;
		margin: 0 auto
	}
	.campaign-details__flow__content .image {
		flex-shrink: 0;
		width: 40%;
		max-width: 180px
	}
	.campaign-details__flow__content .main-content {
		margin-left: 24px
	}
	.campaign-details__flow__content .main-content h3 {
		text-align: left
	}
}
@media screen and (min-width:1000px) {
	.compare {
		background-color: var(--black)
	}
}