@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.font-small { font-size: small; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

.mt-0 { margin-top: 0 !important; }

/* CSS Document */
#mai-con {
	flex-direction: column;
}
#mai-con.mai-single {
	display: inherit;
}
#mai-con.mai-2col {
	flex-wrap: wrap;
	flex-direction: row;
}
#mai-con h2.head-h2 {
	padding: 0 0 5px 0;
	font-size: 120%;
  font-weight: 600;
  line-height: 140%;
}
#mai-con h3.head-h3 {
	font-weight: 600;
	margin: 2.75em auto 1.5em;
	border-bottom: 2px dotted #000;
	padding: 8px 0;
	font-size: 110%;
	line-height: 140%;
}
.mail-con .complete_text {
	line-height: 2em;
	margin: 2em auto 0;
	font-weight: normal;
}
.mail-con .complete_text:first-child {
	font-weight: 600;
	margin: 0;
}
.form span.require,
.form p > span {
	color: #f00;
}
.mail-con {
	background: #eee;
	border: 1px solid #bbb;
	margin: auto;
	padding: 20px;
	margin-top: 2.75em;
}
.mail-con p:not(:nth-last-child(1)) {
	margin-bottom: .5em;
}
.mail-con li {
	list-style-type: disc;
	margin-left: 20px;
}
.mail-con span {
	color: #f00;
}
.mail-con .annotation {
	font-weight: normal;
	font-size: 90%;
	margin: 0;
}
.mail-con p,/*.mail-con span,*/ .form p {
	font-weight: 600;
}
.name_full {
	width: 85%;
	margin: auto;
}
.caption {
	width: 25%;
	border-right: 1px solid #bbb;
}
.caption span {
	color: #f00;
}
.form p {
	text-align: center;
	font-size: 90%;
}
.btn-submit {
	background: #cf0002;
	color: #fff !important;
	font-size: 14px;
	padding: 5px 30px;
	border: 0;
	text-decoration: none;
	display: block;
	text-align: center;
}
button:disabled {
	background: #9b9b9b;
	cursor:not-allowed;
}
.btn-gray {
	background: #444444;
	color: #fff !important;
	font-size: 14px;
	padding: 5px 30px;
	border: 0;
	text-decoration: none;
	display: block;
	text-align: center;
}
.button {
	width: 186px;
	margin: 2.625em auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.5rem;
}
.buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}
.form-con {
	border: 1px solid #bbb;
	display: table;
	border-bottom: none;
	width: 90%;
	margin: auto;
}
.form-con > dl {
	display: table-row;
}
.form-con > dl > dt {
	display: table-cell;
	border-bottom: 1px solid #bbb;
	padding: 20px;
	box-sizing: border-box;
	vertical-align: middle;
}
.form-con > dl > dd {
	display: table-cell;
	border-bottom: 1px solid #bbb;
	margin: 15px;
	padding: 16px 35px;
	vertical-align: middle;
}
.form-con > dl > dd > dl {
	display: inline-block;
}
.form-con > dl > dd > dl > dt {
	display: inline-block;
}
.form-con > dl > dd > dl > .firstname {
	padding-left: 25px;
}
.form-con > dl > dd > dl > dd {
	display: inline-block;
	padding-left: 32px;
}
.form-con > dl > dd > p {
	text-align: left;
}
@media screen and (max-width: 800px){
	.form-con > dl {
    display: flex;
    flex-direction: column;
	}
	.form-con > dl > dt {
		width: 100%;
    border-right: 0;
	}
	.form-con > dl > dd {
		margin: 0;
	}
}
select {
	width: 200px;
	height: 34px;
}

.alert {
	color: red;
}

input[type="text"].tel{
	width: calc(30% - 12px);
}
#form_birthday select {
	width: calc(30% - 12px);
	margin-left: 6px;
	margin-right: 6px;
}

/*--------------------------------------------------------------
						解約フォーム
--------------------------------------------------------------*/
form > .cancellation-con {
	border: 1px solid #bbb;
	display: table;
	border-bottom: none;
	width: 90%;
	margin: auto;
}
.cancellation-form p {
	text-align: center;
	font-size: 90%;
	font-weight: 600;
}
.cancellation-con > dl {
	display: table-row;
}
.cancellation-con > dl > dt {
	display: table-cell;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	padding: 20px;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: center;
	min-width: 50px;
}
.cancellation-con > dl > dt > span {
	color: #f00;
}
.cancellation-con > dl > dd {
	display: table-cell;
	border-bottom: 1px solid #bbb;
	margin: 15px;
	padding: 16px 35px;
	vertical-align: middle;
}
.cancellation-con > dl > dd > p {
	text-align: left;
}
.mail-con .cancellation-com_text {
	font-weight: normal;
	margin-top: 2em;
}
.mail-con .cancellation-com_text:first-child{
	margin-top: 3em;
}
.mail-con .for-top {
	color: #fff;
    font-size: 80%;
    letter-spacing: 0px;
    background-color: #555;
    line-height: 22px;
    width: 94px;
    border: none;
    border-radius: 0px;
    cursor: pointer;
	text-decoration: none;
	padding: 1px 6px;
	display: block;
	text-align: center;
}

.sec-tit-terms {
	margin-bottom: calc(5px + 2.75em);
}
.regist-step {
	display: flex;
	margin: 20px 0;
}
.regist-step-child {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	text-align: center;
}
.regist-step-child:not(:first-of-type):before {
	position: absolute;
	left: 0;
	top: 25px;
	content: "";
	display: inline-block;
	background-color: #cf0002;
	height: 2px;
	width: 30%;
}
.regist-step-child:not(:last-of-type)::after {
	position: absolute;
	right: 0;
	top: 25px;
	content: "";
	display: inline-block;
	background-color: #cf0002;
	height: 2px;
	width: 30%;
}
.regist-step-child > span {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	border: 2px solid #cf0002;
	margin-bottom: 20px;
}
.regist-step-child > span.regist-step-active {
	background: #cf0002;
	color: #fff;
}
.color-red {
	color: #cf0002;
}
@media screen and (max-width: 800px) {
	.regist-step-child > span {
		width: 20px;
		height: 20px;
	}
	.regist-step-child:not(:first-of-type):before {
		top: 20px;
		width: 10%;
	}
	.regist-step-child:not(:last-of-type)::after {
		top: 20px;
		width: 10%;
	}
}

.regist-txt {
	margin-bottom: 2.75em;
}

.btn-submit-smscheck {
	min-width: 144px;
}

.payform-plan-container {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: stretch;
	justify-content: center;
}
.payform-plan {
	border: 2px solid #000;
	width: 300px;
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.payform-plan .caption {
	width: 100%;
	border: 0;
	border-bottom: 1px dotted;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
}
.payform-plan .body {
	text-align: center;
	font-size: 150%;
}
.payform-plan .body .price {
	font-size: 200%;
}
.payform-plan .body .color-red {
	font-size: 90%;
	display: block;
}
.payform-plan .buttons {
	width: 100%;
	margin-top: 20px;
}


.account-tab {
	display: flex;
	margin-bottom: 2.75em;
}
.account-tab-child {
	flex: 1;
	text-align: center;
}
.account-tab-child {
	text-decoration: none;
	padding: 20px 0;
	border-left: #bbb 1px solid;
}
.account-tab > .account-tab-child:first-of-type {
	border-left: 0;
}
.account-tab > .account-tab-child:last-of-type {
	border-right: 0;
}
.account-tab-child-active {
	border-top: #000 3px solid;
	border-left: #bbb 1px solid !important;
}
.account-tab-child-active + .account-tab-child {
	border-left: #fff 1px solid !important;
}
.account-tab > :not(.account-tab-child-active) {
	border-top: #f2f2f2 3px solid;
	border-bottom: #bbb 1px solid;
	color: #bbb;
	background-color: #f2f2f2;
}

.plan-select {
	border-top: #bbb 1px solid;
	border-bottom: #bbb 1px solid;
	padding: 20px 0;
	margin: 2.75em 0;
}
.plan-select > label {
	display: flex;
	gap: 2.75em;
}
.plan-select-name > strong {
	font-weight: 600;
	display: inline-block;
}
.plan-select-name > small {
	display: inline-block;
}
.plan-button {
	display: flex;
	justify-content: end;
}
.plan-button > .button {
	margin: 0;
}

ul.cancellation-list {
	padding-left: 20px;
}
.cancellation-list > li {
	list-style-type: disc;
}

.cancellation-button {
	display: flex;
	justify-content: center;
}


.breadcrumb {
    padding: 10px 0;
}
.breadcrumb-list {
    display: block;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.breadcrumb-list > li {
    display: inline;
}
.breadcrumb-list > li + li::before {
    content: "/";
}
.breadcrumb-list > li > * {
    margin-right: 10px;
    display: inline;
}
.breadcrumb-list > li + li > * {
    margin-left: 10px;
}

.plan-change {
    display: flex;
	flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
}

/*--------------------------------------------------------------*/
@media screen and (max-width: 800px){
/*--------------------------------------------------------------*/
.form-con > dl > dd > dl > .firstname {
	padding: 5px 0;
}
.form-con > dl > dd > dl {
	display: table;
}
.form-con > dl > dd > dl > dt {
	display: table-cell;
}
.cancellation-con > dl > dt {
	padding: 0;
}
}


.p-note {
	background: #eee;
	border: 1px solid #bbb;
	padding: 10px;
	width: 90%;
	margin: auto;
	margin-top: 30px;
}
.p-note h3 {
	font-size: 110%;
	line-height: 140%;
	color: #000;
	padding: 8px 0;
	font-weight: 600;
	border-bottom: dotted 1px #444;
	margin-bottom: 10px;
	text-align: center;
}
.p-note p {
	font-weight: 400;
}

.banner-regist {
	width: 1000px;
	max-width: 100%;
	display: block;
	font-size: 0;
	line-height: 0;
	margin: 15px auto;
}
.banner-regist img {
	width: 100%;
}


.mai-con-gray {
    background: #F5F5F5;
    padding: 40px 0;
}
@media screen and (max-width: 800px) {
	.mai-con-gray {
        width: calc(100vw - 41px);
        padding: 20px;
        margin-left: -3%;
	}
}

.white-inner {
	box-sizing: border-box;
	width: 1000px;
    margin: auto;
    background: #fff;
	padding: 40px 60px;
}
@media screen and (max-width: 800px) {
	.white-inner {
		width: 100%;
        padding: 20px 20px;
	}
}

.glossary-list {
	display: flex;
	flex-wrap: wrap;
}

.en {
	font-family: "Montserrat", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}

.center-headline2 {
	text-align: center;
    font-size: 180%;
	margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
	.center-headline2 {
		margin-bottom: 20px;
	}
}

.faq-accordion {
    margin-bottom: 7px;
    background-color: #f5f5f5;
}

.faq-accordion summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 15px 30px 15px 20px;
	font-weight: 600;
	cursor: pointer;
}
.faq-accordion[open] summary {
	border-bottom: 1px solid #e5e5e5;
}

.faq-accordion summary::-webkit-details-marker {
    display: none;
}

.faq-accordion summary::before,
.faq-accordion summary::after {
    width: 3px;
    height: 20px;
    background-color: #D10C0E;
    content: '';
}

.faq-accordion summary::before {
    position: absolute;
    right: 30px;
    rotate: 90deg;
}

.faq-accordion summary::after {
    transition: rotate .3s;
}

.faq-accordion[open] summary::after {
    rotate: 90deg;
}

.faq-accordion p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 20px 20px 20px 60px;
    transition: transform .5s, opacity .5s;
	position: relative;
}

.faq-accordion[open] p {
    transform: none;
    opacity: 1;
}

.faq-q {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: calc(40px / 2);
	background: #D10C0E;
	color: #fff;
	font-size: 140%;
}
.faq-q-tit {
	flex: 1;
	display: block;
	padding: 0 10px;
	font-size: 110%;
}
.faq-a {
	color: #D10C0E;
	font-size: 140%;
	position: absolute;
	top: 18px;
	left: 30px;
}

.loading {
	text-align: center;
}
.section-hide {
	display: none;
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to{
    transform: rotate(359deg);
  }
}
.spinner-box {
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  margin: auto;
}
.circle-border {
  width: 150px;
  height: 150px;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #cf0005;
  background: linear-gradient(0deg, rgba(207,0,5,0.1) 33%, #cf0005 100%);
  animation: spin .8s linear 0s infinite;
}
.circle-core {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 50%;
}


.tmodal_img {
	display: inline-block;
}


.movie-container {
	position: relative;
	height: 0;
	padding: 0 0 56.25%;
	overflow: hidden;
}
.movie-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}