@charset "UTF-8";
/* ===========================================
 * ROOT
 * ======================================== */
:root {
  --font_fm-main: YakuHanMP,"Zen Old Mincho", serif;
  --font_fm-text: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

/* ===========================================
 * RESET
 * ======================================== */
html{
	width: 100%;
	margin-inline: auto;
}
img {
	max-width: 100%;
	padding: 0;
	margin-inline: auto;   
	border: none;
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
	display: block;
}
a {
	color: inherit;
	text-decoration: none;
	outline: none;
  cursor:pointer;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
h1, h2, h3, h4, h5, h6 {
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
}
figure, dl, dt, dd, small, b {
	padding: 0;
	margin: 0;
	display: block;
}
p, figure, strong {
	padding: 0;
	margin: 0;
}
ul, ol {
	list-style: none;
}
small {
	font: inherit;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
button {
	border: none;
	outline: none;
	box-shadow: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	cursor: pointer;
}
details {
	cursor: pointer;
}
summary {
	cursor: pointer;
	list-style: none;
}
summary::-webkit-details-marker {
	display: none;
}
sup {
	font-size: 60%;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.clearfix {
	zoom: 1;
}
.clearfix::after {  
	content: '';
	display: block;
	clear: both;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
*::before,
*::after {
	display: block;
}

.sp {
  display: none!important;
}
.pc {
  display: block!important
}
@media screen and (max-width: 767px) {
  .sp {
    display: block!important;
  }
  .pc {
    display: none!important;
  }
}

/* ===========================================
 * HAEDER
 * ======================================== */
.headerWrap {
  width: 100%;
  height: 100px;
  border-bottom: 2px solid #d9d9d9;
  background-color: #ffffff;
}
.headerInner {
  width: min(100%, 960px);
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headerLogo {
  width: fit-content;
  margin-inline: auto;
}
.headerLogo > span {
  width: 238px;
  display: block;
}
@media screen and (max-width: 767px) {
  .headerWrap {
    height: 72px;
  }
  .headerLogo > span {
    width: 176px;
  }
}

/* ===========================================
 * MAIN
 * ======================================== */
main {
  width: 100%;
  position: relative;
  z-index: auto;
  overflow: hidden;
}
/* TOP */
/* ======================================== */
/* .topWrap {} */
.topInner {
  margin-inline: auto;
}
.topImg {
  display: block;
}
.topImg img {
  width: 100%;
}
/* PERIOD */
/* ======================================== */
.periodWrap {
  height: 70px;
  background-color: #172247;
}
.periodInner {
  width: min(100%, 960px);
  height: 100%;
  padding-inline: 20px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.period {
  display: grid;
  grid-template-columns: 120px auto;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.periodTitle {
  width: 120px;
  height: 33px;
  text-align: center;
  font: 700 24px / 33px var(--font_fm-main);
  color: #172247;
  background-color: #ffffff;
  display: block;
}
.periodText {
  width: 100%;
  font: 700 24px / 33px var(--font_fm-main);
  color: #ffffff;
  display: block;
}
.periodText > span {
  font: 700 36px / 1.0 var(--font_fm-main);
}
@media screen and (max-width: 767px) {
  .periodWrap {
    height: 70px;
  }
  .period {
    grid-template-columns: auto;
    grid-template-rows: auto auto;
    gap: 6px;
  }
  .periodTitle {
    width: 80px;
    height: 20px;
    margin-inline: auto;
    font: 700 14px / 20px var(--font_fm-main);
  }
  .periodText {
    font: 700 14px / 20px var(--font_fm-main);
  }
  .periodText > span {
    font: 700 20px / 1.0 var(--font_fm-main);
  }
}
/* INTRO */
/* ======================================== */
.introWrap {
  padding-block: 80px 170px;
  background: top center / 960px auto no-repeat url(../img/intro_bg.png);
  background-color: #f3ede5;
}
.introInner {
  width: min(100%, 1000px);
  padding-inline: 20px;
  margin-inline: auto;
}
.introTextContainer {
  margin-bottom: 3em;
  display: grid;
  gap: 3em;
}
.introText {
  text-align: center;
  font: 600 24px / 2.0 var(--font_fm-main);
  color: #172247;
}
.introText > span {
  letter-spacing: -0.075em;
}
.introPkg {
  width: fit-content;
  margin-inline: auto;
}
.introPkg > img {
  margin-inline: auto;
  display: block;
}
.introBtn {
  width: min(100%, 480px);
  height: 80px;
  padding-inline: 40px;
  margin-inline: auto;
  margin-top: 85px;
  text-align: center;
  font: 600 20px / 1.5 var(--font_fm-main);
  color: #ffffff;
  border-radius: 9999px;
  background-color: #172247;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: auto;
}
.introBtn::after {
  content: "";
  width: 20px;
  height: 20px;
  margin: auto;
  background: center center / 20px 20px no-repeat url(../img/intro_btn-deco.svg);
  display: block;
  position: absolute;
  z-index: auto;
  top: 0;
  bottom: 0;
  right: 20px;
}
.introBtn > span {
  width: fit-content;
  display: block;
}
@media screen and (max-width: 767px) {
  .introWrap {
    padding-block: 35px 100px;
    background: top center / 375px auto no-repeat url(../img/intro_bg_sp.png);
    background-color: #f3ede5;
  }
  .introTextContainer {
    /* margin-bottom: 75px; */
  }
  .introText {
    font: 600 18px / 2.0 var(--font_fm-main);
  }
  .introPkg {
    width: 100%;
    margin-inline: auto;
  }
  .introBtn {
    height: 80px;
    margin-top: 40px;
    font: 600 16px / 1.5 var(--font_fm-main);
  }
  .introBtn::after {
    right: 20px;
  }
}
/* RECRUT */
/* ======================================== */
.recrutWrap {
  padding-block: 75px 240px;
  background-color: #d5e0e7;
  position: relative;
  z-index: auto;
}
.recrutWrap::before {
  content: "";
  width: 100%;
  height: 45px;
  background: bottom center / 100% 45px no-repeat url(../img/recrut_section.png);
  display: block;
  position: absolute;
  z-index: auto;
  top: -45px;
}
.recrutInner {
  width: min(100%, 1000px);
  padding-inline: 20px;
  margin-inline: auto;
  margin-bottom: 100px;
}
.recrutInner:last-of-type {
  margin-bottom: 0;
}
.recrutSectionDeco {
  width: min(100%, 960px);
  margin-inline: auto;
  position: relative;
  z-index: auto;
}
.recrutSectionDecoLeft,
.recrutSectionDecoRight {
  content: "";
  display: block;
  position: absolute;
  z-index: auto;
}
.recrutSectionDecoLeft {
  width: 190px;
  height: 155px;
  background: center center / 190px 155px no-repeat url(../img/recrut_section-deco01.png);
  left: -60px;
  bottom: 60px;
}
.recrutSectionDecoRight {
  width: 92px;
  height: 82px;
  background: center center / 92px 82px no-repeat url(../img/recrut_section-deco02.png);
  right: -30px;
  bottom: 55px;
}
.recrutTitle {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 80px;
  text-align: center;
  font: 600 40px / 1.5 var(--font_fm-main);
  color: #172247;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: auto;
}
.recrutTitle::after {
  content: "";
  width: 260px;
  height: 50px;
  margin-inline: auto;
  background: center center / 260px 50px no-repeat url(../img/recrut_title-bg.png);
  display: block;
  position: absolute;
  z-index: auto;
  bottom: -15px;
}
.recrutLead {
  margin-bottom: 60px;
}
.recrutLeadtext {
  text-align: center;
  font: 600 24px / 2.0 var(--font_fm-main);
  color: #172247;
}
.recrutLeadtext > span {
  font: 600 32px / 1.0 var(--font_fm-main);
  background: linear-gradient(transparent 80%, #a8d3ee 20%);
  display: inline-block;
}
.recrutCaution {
  width: fit-content;
  padding-left: 1em;
  margin-inline: auto;
  margin-top: 1em;
  text-indent: -1em;
  font: 400 16px / 1.4 var(--font_fm-text);
  color: #172247;
  display: block;
}
.recrutCardContainer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.recrutCard {
  filter: drop-shadow(8px 8px 10px rgba(23, 34, 71, 0.2));
  display: block;
}
.recrutListContainer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 40px;
}
.recrutList {
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 70px 230px;
}
.recrutListTitle {
  width: 100%;
  height: 100%;
  font: 700 32px / 1.0 var(--font_fm-main);
  letter-spacing: -0.1em;
  color: #172247;
  background-color: #90c0de;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recrutListTitle > span {
  width: fit-content;
  display: block;
}
.recrutListContents {
  width: 100%;
  height: 100%;
  background-color: #f7f4ed;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recrutListText {
  text-align: center;
  font: 700 32px / 1.25 var(--font_fm-main);
  color: #172247;
}
.recrutListText > span {
  font: 700 40px / 1.5 var(--font_fm-main);
}
.recrutListText > small {
  padding: 0.5em 0.75em;
  margin-top: 10px;
  text-align: center;
  font: 700 24px / 1.25 var(--font_fm-main);
  background-color: #fadbdd;
  display: block;
}

@media screen and (max-width: 767px) {
  .recrutWrap {
    padding-block: 45px 125px;
  }
  .recrutWrap::before {
    height: 22.5px;
    background: bottom center / 100% 22.5px no-repeat url(../img/recrut_section_sp.png);
    top: -22.5px;
  }
  .recrutInner {
    margin-bottom: 45px;
  }
  .recrutInner:last-of-type {
    margin-bottom: 0;
  }
  .recrutSectionDecoLeft {
    width: calc(190px / 2);
    height: calc(155px / 2);
    background: center center / calc(190px / 2) calc(155px / 2) no-repeat url(../img/recrut_section-deco01.png);
    left: 25px;
    bottom: 33px;
  }
  .recrutSectionDecoRight {
    width: calc(92px / 2);
    height: calc(82px / 2);
    background: center center / calc(92px / 2) calc(82px / 2) no-repeat url(../img/recrut_section-deco02.png);
    right: 20px;
    bottom: 30px;
  }
  .recrutTitle {
    margin-bottom: 40px;
    font: 600 32px / 1.5 var(--font_fm-main);
  }
  .recrutTitle::after {
    content: "";
    width: 180px;
    height: 100%;
    margin-inline: auto;
    background: center center / 180px auto no-repeat url(../img/recrut_title-bg.png);
    bottom: -20px;
  }
  .recrutCardContainer {
    width: fit-content;
    margin-inline: auto;
    align-content: center;
    flex-direction: column;
  }
  .recrutCard {
    filter: drop-shadow(5px 5px 5px rgba(23, 34, 71, 0.2));
    display: block;
  }
  .recrutListContainer {
    grid-template-columns: auto;
    grid-template-rows: repeat(3, auto);
  }
  .recrutList {
    grid-template-rows: 50px auto;
  }
  .recrutListTitle {
    font: 700 24px / 1.0 var(--font_fm-main);
    letter-spacing: initial;
  }
  .recrutListContents {
    padding: 30px;
  }
  .recrutListText {
    font: 700 18px / 1.25 var(--font_fm-main);
  }
  .recrutListText > span {
    font: 700 24px / 1.5 var(--font_fm-main);
  }
  .recrutListText > small {
    padding: 0.25em 0.75em;
    font: 700 18px / 1.25 var(--font_fm-main);
  }
  .recrutLead {
    margin-bottom: 40px;
  }
  .recrutLeadtext {
    font: 600 18px / 2.0 var(--font_fm-main);
    letter-spacing: -0.01em;
  }
  .recrutLeadtext > span {
    font: 600 24px / 1.0 var(--font_fm-main);
  }
  .recrutCaution {
    font: 400 14px / 1.4 var(--font_fm-text);
  }
}
/* PRIZE */
/* ======================================== */
.prizeWrap {
  padding-block: 75px 220px;
  background: linear-gradient( #fadbdd 0%, #d7e0e7 100%);
  position: relative;
  z-index: auto;
}
.prizeWrap::before {
  content: "";
  width: 100%;
  height: 45px;
  background: bottom center / 100% 45px no-repeat url(../img/prize_section.png);
  display: block;
  position: absolute;
  z-index: auto;
  top: -45px;
}
.prizeInner {
  width: min(100%, 1000px);
  padding-inline: 20px;
  margin-inline: auto;
}
.prizeSectionDeco {
  width: min(100%, 960px);
  margin-inline: auto;
  position: relative;
  z-index: auto;
}
.prizeSectionDecoLeft,
.prizeSectionDecoRight {
  content: "";
  display: block;
  position: absolute;
  z-index: auto;
}
.prizeSectionDecoLeft {
  width: 210px;
  height: 190px;
  background: center center / 210px 190px no-repeat url(../img/prize_section-deco01.png);
  left: -70px;
  bottom: 50px;
}
.prizeSectionDecoRight {
  width: 110px;
  height: 90px;
  background: center center / 110px 90px no-repeat url(../img/prize_section-deco02.png);
  right: -55px;
  bottom: 30px;
}
.prizeTitle {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 80px;
  text-align: center;
  font: 600 40px / 1.5 var(--font_fm-main);
  color: #172247;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: auto;
}
.prizeTitle::after {
  content: "";
  width: 260px;
  height: 50px;
  margin-inline: auto;
  background: center center / 260px 50px no-repeat url(../img/recrut_title-bg.png);
  display: block;
  position: absolute;
  z-index: auto;
  bottom: -15px;
}
.prizeCardContainer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.prizeCard {
  filter: drop-shadow(8px 8px 10px rgba(23, 34, 71, 0.2));
  display: block;
}
@media screen and (max-width: 767px) {
  .prizeWrap {
    padding-block: 45px 125px;
  }
  .prizeWrap::before {
    height: 22.5px;
    background: bottom center / 100% 22.5px no-repeat url(../img/prize_section_sp.png);
    top: -22.5px;
  }
  .prizeInner {
    padding-inline: 20px;
  }
  .prizeSectionDecoLeft {
    width: calc(210px / 2);
    height: calc(190px / 2);
    background: center center / calc(210px / 2) calc(190px / 2) no-repeat url(../img/prize_section-deco01.png);
    left: 20px;
    bottom: 20px;
  }
  .prizeSectionDecoRight {
    width: calc(110px / 2);
    height: calc(90px / 2);
    background: center center / calc(110px / 2) calc(90px / 2) no-repeat url(../img/prize_section-deco02.png);
    right: 30px;
    bottom: 25px;
  }
  .prizeCardContainer {
    flex-direction: column;
  }
  .prizeTitle {
    margin-bottom: 60px;
    font: 600 32px / 1.5 var(--font_fm-main);
  }
  .prizeTitle::after {
    width: 335px;
    height: 95px;
    background: center center / 335px 95px no-repeat url(../img/recrut_title-bg_sp.png);
  }
  .prizeCard {
    filter: drop-shadow(8px 8px 10px rgba(23, 34, 71, 0.2));
  }
}
/* APPLY */
/* ======================================== */
.applyWrap {
  padding-block: 75px 110px;
  background: #ffffff;
  position: relative;
  z-index: auto;
}
.applyWrap::before {
  content: "";
  width: 100%;
  height: 45px;
  background: bottom center / 100% 45px no-repeat url(../img/apply_section.png);
  display: block;
  position: absolute;
  z-index: auto;
  top: -45px;
}
.applyInner {
  width: min(100%, 1000px);
  padding-inline: 20px;
  margin-inline: auto;
}
.applyBox {
  margin-bottom: 75px;
}
.applyTitle {
  height: 45px;
  margin-bottom: 30px;
  text-align: center;
  font: 700 28px / 45px var(--font_fm-main);
  color: #ffffff;
  background-color: #172247;
  display: flex;
  align-items: center;
  justify-content: center;
}
.applyTitle > span {
  width: fit-content;
  display: block;
}
.applyText {
  font: 400 24px / 1.5 var(--font_fm-text);
  color: #172247;
}
.applyCautionContainer {
  margin-top: 1.5em;
}
.applyCaution {
  padding-left: 1em;
  text-indent: -1em;
  font: 400 16px / 1.5 var(--font_fm-text);
  color: #172247;
  display: inline-block;
}
.applyBtn {
  width: min(100%, 450px);
  height: 80px;
  margin-inline: auto;
  text-align: center;
  font: 700 28px / 80px var(--font_fm-main);
  color: #ffffff;
  border-radius: 9999px;
  background-color: #e70012;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: auto;
}
.applyBtn::after {
  content: "";
  width: 20px;
  height: 20px;
  margin: auto;
  background: center center / 20px 20px no-repeat url(../img/apply_btn-deco.svg);
  display: block;
  position: absolute;
  z-index: auto;
  top: 0;
  bottom: 0;
  right: 20px;
}
.applyBtn > span {
  width: fit-content;
  display: block;
}
.applyMethodContents {
  display: grid;
  grid-template-columns: calc(586 / 960 * 100%) calc(293 / 960 * 100%);
  grid-template-rows: auto;
  gap: 75px;
}
.applyMethodImg {
}
.applyMethodArrow {
  position: relative;
  z-index: auto;
}
.applyMethodArrow::after {
  content: "";
  width: 30px;
  height: 54px;
  margin: auto;
  background-color: #172247;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  display: block;
  position: absolute;
  z-index: auto;
  top: 0;
  bottom: 0;
  right: -54px;
}
@media screen and (max-width: 767px) {
  .applyWrap {
    padding-block: 50px 80px;
  }
  .applyWrap::before {
    height: calc(45px / 2);
    background: bottom center / 100% calc(45px / 2) no-repeat url(../img/apply_section_sp.png);
    top:  calc(-45px / 2);
  }
  .applyBox {
    margin-bottom: 30px;
  }
  .applyTitle {
    height: 36px;
    margin-bottom: 0.5em;
    font: 700 18px / 36px var(--font_fm-main);
  }
  .applyText {
    font: 400 16px / 1.5 var(--font_fm-text);
  }
  .applyCautionContainer {
    margin-top: 1.5em;
  }
  .applyCaution {
    font: 400 14px / 1.5 var(--font_fm-text);
  }
  .applyBtn {
    height: 80px;
    font: 700 20px / 80px var(--font_fm-main);
  }
  .applyMethodContents {
    grid-template-columns: auto;
    grid-template-rows: auto auto;
    gap: 75px;
  }
  .applyMethodArrow::after {
    width: 38px;
    height: 23px;
    margin: 0 auto;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    top: initial;
    bottom: -50px;
    right: 0;
    left: 0;
  }
}
/* NOTE */
/* ======================================== */
.noteWrap {
  padding-block: 75px 125px;
  background: #ededed;
}
.noteInner {
  width: min(100%, 1000px);
  padding-inline: 20px;
  margin-inline: auto;
}
.noteBox {
  margin-bottom: 75px;
}
.noteBox:last-of-type {
  margin-bottom: 0;
}
.noteTitle {
  height: 45px;
  margin-bottom: 30px;
  text-align: center;
  font: 700 28px / 45px var(--font_fm-main);
  color: #ffffff;
  background-color: #6f7177;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Terms */
.noteTerms {
  height: 340px;
  padding: 1.5em;
  font: 400 16px / 1.5 var(--font_fm-text);
  color: #172247;
  border: 1px solid #cecece;
  background-color: #ffffff;
  overflow-y: scroll;
}
.noteTermsHead {
  font: 600 20px / 1.5 var(--font_fm-text);
  margin-bottom: 0.5em;
  display: inline-block;
}
.noteTermsListContainer {
  margin-block: 1em;
}
.noteTermsTitle {
  margin-bottom: 0.25em;
}
.noteTermsList {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
/* Info */
.noteInfoTitle {
  font: 400 24px / 1.5 var(--font_fm-text);
  color: #172247;
}
.noteInfoList {
  font: 400 24px / 1.5 var(--font_fm-text);
  color: #172247;
}
.noteInfoCaution {
  margin-left: 1em;
  font: 400 16px / 1.5 var(--font_fm-text);
  color: #172247;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .noteWrap {
    padding-block: 30px 80px;
  }
  .noteBox {
    margin-bottom: 40px;
  }
  .noteTitle {
    height: 36px;
    margin-bottom: 0.5em;
    font: 700 18px / 36px var(--font_fm-main);
  }
  /* Terms */
  .noteTerms {
    height: 185px;
    font: 400 14px / 1.5 var(--font_fm-text);
  }
  .noteTermsHead {
    font: 600 16px / 1.5 var(--font_fm-text);
  }
  .noteTermsListContainer {
    margin-block: 1em;
  }
  .noteTermsTitle {
    margin-bottom: 0.25em;
  }
  .noteTermsList {
    padding-left: 0.5em;
    text-indent: -0.5em;
  }
  /* Info */
  .noteInfoTitle {
    font: 400 16px / 1.5 var(--font_fm-text);
  }
  .noteInfoList {
    font: 400 16px / 1.5 var(--font_fm-text);
  }
  .noteInfoCaution {
    margin-left: 0;
    display: inline-block;
  }
}

/* ===========================================
 * FOOTER
 * ======================================== */
.footerWrap {
  width: 100%;
  height: 100px;
  background-color: #4b4545;
}
.footerInner {
  width: min(100%, 1000px);
  height: 100%;
  padding-inline: 20px;
  margin-inline: auto;
}
.footerCopyrightContainer {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footerCopyright {
  font: 400 16px / 1.0 var(--font_fm-text);
  color: #ffffff;
  display: block;
}
@media screen and (max-width: 767px) {
  .footerWrap {
    height: 65px;
  }
  .footerCopyright {
    font: 400 12px / 1.0 var(--font_fm-text);
  }
}
/* LINK */
/* ======================================== */
.linkWrap {
  width: 100%;
  height: 100px;
  background-color: #cfcfcf;
}
.linkInner {
  width: min(100%, 1000px);
  height: 100%;
  padding-inline: 20px;
  margin-inline: auto;
}
.linkTextContainer {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4em;
}
.linkText {
  font: 400 16px / 1.0 var(--font_fm-text);
  text-decoration: underline;
  color: #172247;
  display: block;
}
.linkText:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .linkWrap {
    height: 65px;
  }
  .linkTextContainer {
    gap: 1.5em;
  }
  .linkText {
    font: 400 14px / 1.0 var(--font_fm-text);
  }
}


.totopBtn {
  width: 154px;
  aspect-ratio: 1 / 1;
  display: block;
  position: fixed;
  z-index: 100;
  right: 30px;
  bottom: 60px;
  cursor: pointer!important;
  transition: opacity .3s, visibility .3s;
  opacity: 1;
  visibility: visible;
}
.totopBtn.hide {
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
    }
@media screen and (max-width: 767px) {
  .totopBtn {
    width: 77px;
    right: 10px;
    bottom: 30px;
  }
}

/* ===========================================
 * MAIN
 * ======================================== */
.is-fadein {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.9s cubic-bezier(0.39, 0.575, 0.565, 1),
    transform 0.92s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.is-fadein.active {
  opacity: 1;
  transform: translateY(0);
}

.btnInactive {
  position: relative;
  z-index: auto;
  pointer-events: none;
}
.btnInactiveCaution {
  width: 660px;
  height: 140px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  background-color: rgba(0,0,0,0.8);
}
.btnInactiveCaution > p {
  width: fit-content;
  text-align: left;
  font: 500 27px / 1.5 var(--font_fm-text);
  letter-spacing: 0.05em;
  display: block;
  filter: drop-shadow(0 0 6px #000000);
}
@media screen and (max-width: 767px) {
  .btnInactiveCaution {
    width: min(calc(100vw - 20px), 670px);
    height: 100px;
    padding-inline: 20px;
  }
  .btnInactiveCaution > p {
    font: 500 20px / 1.5 var(--font_fm-text);
  }
}