@charset 'utf-8';

:root {
    --lp-fullscreen-height: 100vh;
    --lp-scroll-position: 0;
    --lp-body-background: #fcfcfc;
    --lp-color-white: #fff;
    --lp-color-black: #111;
    --lp-color-text: #16160e;   /* 暗黒色 (あんこくしょく) */
    --lp-color-alert: #e2041b;  /* 猩々緋 (しょうじょうひ)*/
    --lp-color-link: #0094c8;   /* 薄藍 (うすあい) */
}

*, ::before, ::after {
    margin:0px; padding:0px; box-sizing:border-box; vertical-align:baseline; backface-visibility:visible; justify-content:center; align-items:center; flex-wrap:wrap;
}

body, textarea, input, button { font-family:Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans", Meiryo, sans-serif; }

html { height:100%; overflow-y:scroll; padding:0 !important; }
body,main,section,article,aside,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,button,p,blockquote,th,table,tbody,tr,td,a,img,label,time,nav,figure,picture {
	position:relative; padding:0; margin:0; border:none; border-spacing:0;
}
body {
    width:100%; min-height:100%; height:auto;
    text-align:center; word-break:normal; word-wrap:break-word; overflow-wrap:break-word;
    font-size:16rem; line-height:1.6em; letter-spacing:0; text-size-adjust:100%; font-feature-settings:"palt"; font-kerning:normal;
    background:var(--lp-body-background); color:var(--lp-color-text);
}
h1,h2,h3,h4,h5,h6 { font-weight:inherit; font-size:inherit; line-height:1.6em; }
ul, ol { list-style:none; }
table { border-collapse: collapse; border: none; border-spacing:0; }
i { font-style:normal; }
main { position:absolute; left:0; top:0; width:100%; min-height:100%; }
section, figure, picture { overflow:hidden; }
figure, picture { font-size:0; line-height:0; letter-spacing:0; margin-left:auto; margin-right:auto; }
figure img, picture img, figure svg, picture svg { width:100%; height:auto; }
img { user-drag:none; -webkit-user-drag:none; }
svg { overflow:visible; }

/* A tag */
a, a:link, a:active, a:hover { text-decoration:none; }
a { color:inherit; }
a.block { display:block; }
a.inlineBlock { display:inline-block; vertical-align:baseline; }
a.LPUnderline, .LPUnderline { display:inline-block; border-bottom:2rem solid; }


/* スケーリング (max-width:1200px margin:40px) */
html { font-size:1px; }
@media (max-width:1280px) {     /* PC(Minimam) */
    html { font-size:calc(1 / 1280 * 100vw); }
}
@media (max-width:780px) {      /* MOBILE */
    html { font-size:calc(1 / 390 * 100vw); }
}

/* 汎用コンテンツラッパー */
.LPContentWrapper { max-width:1200rem; width:100%; margin-left:auto; margin-right:auto; }
@media (max-width:1280px) {     /* PC(Minimam) */
    .LPContentWrapper { max-width:none; margin-left:40rem; margin-right:40rem; }
}
@media (max-width:780px) {      /* MOBILE */
    .LPContentWrapper { margin-left:12rem; margin-right:12rem; width:auto; }
}


/* FORM default */
/*
input, select, textarea { width:100%; }
*/
input, textarea, button { -webkit-appearance:none; -moz-appearance:none; outline:none; appearance:none; }
input, textarea, button, select { font-size:16rem; line-height:24rem; padding:10rem 12rem; border:1rem solid #ccc; color:#444; background-color:#fff; border-radius: 0; }
input::placeholder, textarea::placeholder { color:#acacac; }
input[type=number]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; -moz-appearance:textfield; margin: 0; }
input[type=file] { border:none; padding:0; }
input[type=radio] { width:24rem; height:24rem; margin-right:8rem; padding:0; position:relative; border-radius:50%; border:1px solid #ccc; vertical-align:text-bottom; }
input[type=radio]:checked::before { content:''; position:absolute; left:2rem; top:2rem; width:18rem; height:18rem; border-radius:50%; background-color:#444; }
input[type=checkbox] { width:24rem; height:24rem; margin-right:8rem; padding:0; position:relative; vertical-align:text-bottom; cursor:pointer; }
input[type=checkbox]:checked::before { content:''; position:absolute; width:10rem; height:24rem; left:9rem; top:18rem; border:4rem solid #444; border-right:none; border-bottom:none; transform:rotate(-135deg); transform-origin:left top; }
textarea { width:100%; height:200rem; resize:vertical; }
button { display:inline-flex; justify-content:center; align-items:center; font-size:12rem; line-height:1; padding:0 10rem; background-color:#fff; border:1rem solid var(--lp-color-text); border-radius:4rem; height:36rem; }
button > * { display:flex; justify-content:center; align-items:center; width:100%; height:100%; padding-left:12rem; padding-right:12rem; }
label { display:inline-block; white-space:nowrap; }
*[type=submit] { transition:opacity 0.2s; }
*[type=submit]:disabled { opacity:0.33; }
input:-webkit-autofill { transition: background-color 10000s ease-in-out 0s; }


/*
    スクロールロック
*/
html.LPScrollLocked { overflow:hidden; }
html.LPScrollLocked::-webkit-scrollbar { display:none; }
html.LPScrollLocked .body { overflow-y:hidden; }


/*
    遅延読み込み
*/
.LPDelayLoad { opacity:0; visibility:hidden; }
.LPDelayLoad:not(.nofade) { transition:opacity 0.2s; }
.LPDelayLoad.loaded,
.LPDelayLoad.nofade { opacity:1; visibility:visible; }


/*
    フルスクリーン
*/
.LPFullScreen { width:100%; height:100vh; }
@media (max-width:980px) {     /* TABLET */
    .LPFullScreen { height:var(--fullscreen-height); }
}


/*
    諸々の読み込みが終わったらページを表示する

    .LPLoadingIcon がついている要素はページが読み込まれるまで表示され、終わると消える
*/
.LPActivateAfterLoading main { visibility:hidden; opacity:0; }
.LPActivateAfterLoading .LPLoadingIcon { position:fixed; left:50%; top:50%; transform:translate(-50%, -50%); pointer-events:none; opacity:0; transition:opacity 0.66s 1s; }
.LPActivateAfterLoading .LPLoadingIcon.on { opacity:1; }
.LPActivateAfterLoading.ready .LPLoadingIcon.on { opacity:0; transition:opacity 0.33s; }
.LPActivateAfterLoading.ready main { visibility:visible; opacity:1; transition:opacity 0.2s; }


/*
    コンテンツボックス
*/
.LPContentBox { max-width:1200rem; width:100%; margin-left:auto; margin-right:auto; padding-top:60rem; padding-bottom:60rem; }
.LPContentBox.width640 { max-width:640rem; }
.LPContentBox.width900 { max-width:900rem; }
.LPContentBox.width960 { max-width:960rem; }
.LPContentBox.widthFull { max-width:none; }
.LPContentBox.noTopPadding { padding-top:0; }
@media (max-width:780px) {      /* MOBILE */
    .LPContentBox { padding-left:20rem; padding-right:20rem; padding-top:30rem; padding-bottom:30rem; }
}

/*
    完全固定ヘッダー
*/
.LPFixedHeader { position:fixed; left:0; top:0; width:100%; z-index:1000; }


/*
    スクロール固定ヘッダー
*/
.LPHeaderGuide { height:0; }
.LPAttachmentHeaderAttached .LPAttachmentHeader { position:fixed; left:0; top:0; width:100%; z-index:1000; }


/*
    ヘッダー
*/
.LPHeader { box-shadow:0 1rem 2rem rgba(0, 0, 0, 0.1); background:rgba(255, 255, 255, 0.95); }
.LPHeader .headerBox { width:100%; max-width:1200rem; min-height:80rem; margin:0 auto; display:flex; justify-content:flex-start; }
.LPHeader .logo { margin-right:auto; line-height:1; }
.LPHeader .logo .text { font-size:20rem; font-weight:bold; }
.LPHeader .logo .image { width:320rem; }
.LPHeader nav { display:flex; column-gap:40rem; }
.LPHeader nav.positionRight { margin-left:auto; }
.LPHeader nav > * { display:flex; align-items:stretch; font-size:15rem; line-height:1; }
.LPHeader nav > ul > li > *:not(.subMenu) { display:flex; width:100%; height:100%; }
.LPHeader nav ul.subMenu { display:none; position:absolute; left:50%; top:0; transform:translateX(-50%); white-space:nowrap; margin-top:58rem; border:1rem solid #ccc; background-color:#fff; }
.LPHeader nav ul.subMenu::before, .LPHeader nav ul.subMenu::after { content:''; position:absolute; left:50%; top:-12rem; border:12rem solid transparent; border-top:none; border-bottom:12rem solid #ccc; transform:translateX(-50%); }
.LPHeader nav ul.subMenu::after { top:-10rem; border-width:10rem; border-bottom:10rem solid #fff; }
.LPHeader nav ul.subMenu > li { height:40rem; font-size:15rem; line-height:1; }
.LPHeader nav ul.subMenu > li > * { display:flex; height:100%; padding:0 20rem; justify-content:flex-start; }
.LPHeader nav > ul > li:hover ul.subMenu { display:block; }
@media (max-width:980px) {     /* TABLET */
    .LPHeader nav .contentWrapper { height:40rem; justify-content:center; }
    .LPHeader nav .logo { margin-right:0; }
    .LPHeader nav nav { display:none; }
}
@media (max-width:780px) {      /* MOBILE */
    .LPHeader nav { height:40rem; }
}


/*
    フッター
*/
.LPFooter { padding-top:60rem; }
.LPFooter .footerContent { font-size:14rem; padding:20rem 0; background-color:#f8f8f8; }
.LPFooter nav > ul { display:flex; justify-content:flex-start; }
.LPFooter nav > ul > li { font-size:12rem; line-height:15em; margin-right:40rem; }

/*
    固定フッター
*/
footer.LPAdjustFooter { position:absolute; left:0; bottom:0; width:100%; opacity:1; visibility:hidden; }
footer.LPAdjustFooter .luckypeaks { width:0; height:0; overflow:hidden; }
footer.LPAdjustFooter.on { visibility:visible; }

footer.LPFixedFooter { position:fixed; left:0; bottom:0; width:100%; }

/*
    モバイルメニュー

    <div class="LPMobileMenu" data-target="header nav"><i></i></div>
*/
.LPMobileMenu { display:flex; width:60rem; height:60rem; display:none; }
.LPMobileMenu > * { position:relative; display:block; width:80%; height:3rem; background: #fff; transition:background 0.66s; }
.LPMobileMenu > *::before,
.LPMobileMenu > *::after { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:#fff; transition:all 0.66s; }
.LPMobileMenu > *::before { transform:translateY(-14rem); }
.LPMobileMenu > *::after { transform:translateY(14rem); }
.LPMobileMenu.black > *,
.LPMobileMenu.black > *::before,
.LPMobileMenu.black > *::after { background:#000; }
.LPMobileMenuOpened .LPMobileMenu:not(.noAnimation) > * { background:transparent; }
.LPMobileMenuOpened .LPMobileMenu:not(.noAnimation) > *::before { transform:translateY(0) rotate(45deg); }
.LPMobileMenuOpened .LPMobileMenu:not(.noAnimation) > *::after { transform:translateY(0) rotate(-45deg); }
.LPMobileMenuTargetThis.toDown { transform:top 0.2s; top:-100vw; }
.LPMobileMenuOpened .LPMobileMenuTargetThis.toDown { top:0; }
@media (max-width:780px) {      /* MOBILE */
    .LPMobileMenu { display:flex; }
    .LPMobileMenu > * { width:28rem; height:3rem; }
    .LPMobileMenu > *::before { transform:translateY(-11rem); }
    .LPMobileMenu > *::after { transform:translateY(11rem); }
}


/* メニュー本体 */
.LPPopupMenu { position:fixed; left:0; top:0; width:100%; height:100%; z-index:999; pointer-events:none; opacity:0; transition:all 0.33s; }
.LPPopupMenuOpen .LPPopupMenu { pointer-events:auto; opacity:1; }

/*
    タブ
*/
.LPTabs { display:flex; user-select:none; -moz-user-select:none; -webkit-user-select:none; -ms-user-select:none; }
.LPTabs > * { cursor:pointer; }
.LPTabPage { display:none; }
.LPTabPage.active { display:block; }

/*
    文字列変形
*/
.LPTextStretch { overflow:hidden; }
.LPTextStretch > *:first-child { white-space:nowrap; display:inline-block; transform:scaleX(1); transform-origin:left; }

/*
    ...つける
*/
.LPTextEllipsis { overflow:hidden; }

/*
    選択不可
*/
.LPUnselect { user-select:none; -moz-user-select:none; -webkit-user-select:none; -ms-user-select:none; }
.LPUndrag { user-drag:none; -webkit-user-drag:none; }

/*
    スクロールバーを消す
*/
.LPHideScrollBar { scrollbar-width: none; }
.LPHideScrollBar::-webkit-scrollbar { display:none; -ms-overflow-style:none; }

/*
    固定ポップアップ
*/
/* トリガー */
.LPFixedDialogTrigger:hover { cursor:pointer; }
/* ポップアップコンテンツ */
.LPFixedDialogContent { position:fixed; left:0; top:0; width:100%; height:100%; z-index:2000; transition:opacity 0.2s; }
.LPFixedDialogContent .bg { position:absolute; left:0; top:0; width:100%; height:100%; transition:background-color 0.2s; }
.LPFixedDialogContent .scroller { position:absolute; left:0; top:0; width:100%; height:100%; display:flex; overflow-y:scroll; padding:40rem 0; }
.LPFixedDialogContent .close:hover { cursor:pointer; }
.LPFixedDialogContent.active .bg { background-color:rgba(0, 0, 0, 0.5); }
.LPFixedDialogContent.closing { opacity:0; }

/*
    スクロールアクションボタン
*/
.LPScrollTo { cursor:pointer; }

/*
    汎用
*/
.LPInvisible { display:none !important; }
.LPWidthFull { width:100%; }
.LPAdjustFull { position:absolute; left:0; top:0; width:100%; height:100%; }
.LPAdjustFixedFull { position:fixed; left:0; top:0; width:100%; height:100%; }
.LPCenterPosition { position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); }
.LPCenterMargin { margin-left:auto; margin-right:auto; }
.LPLeftPosition { position:absolute; left:0; top:50%; transform:translateY(-50%); }
.LPTextCenter { text-align:center; }
.LPTextCenter > * { display:inline-block; text-align:left; }
.LPFlexBox { display:flex; }
.LPFlexBox.column { flex-direction:column; }
.LPFlexBox.left { justify-content:flex-start; }
.LPFlexBox.top { align-items:flex-start; }
.LPFlexBox.bottom { align-items:flex-end; }
.LPFlexBox.stretch { align-items:stretch; }
.LPCenterTextBlock { display:flex; }

/* 画像をフィットさせる */
img.LPImageFit { position:absolute; left:0; top:0; width:100%; height:100%; object-fit:cover; }

/*
    CSSで作る×ボタン
*/
.LPCloseIcon { width:32rem; height:32rem; display:block; position:absolute; right:0; top:0; cursor:pointer; }
.LPCloseIcon::before, .LPCloseIcon::after { content:''; position:absolute; left:50%; top:50%; width:32rem; height:2rem; background-color:#444; }
.LPCloseIcon::before { transform:translate(-50%, -50%) rotate(45deg); }
.LPCloseIcon::after { transform:translate(-50%, -50%) rotate(-45deg); }
.LPCloseIcon.small { width:16rem; height:16rem; }
.LPCloseIcon.small::before, .LPCloseIcon.small::after { width:16rem; height:2rem; }

/*
    CSSで作る矢印○ボタン
*/
.LPCircleArrow { width:52rem; height:52rem; display:block; border-radius:50%; background-color:rgba(0, 0, 0, 0.5); cursor:pointer; }
.LPCircleArrow::before, .LPCircleArrow::after { content:''; position:absolute; left:33%; top:48%; width:33%; height:4%; background-color:#fff; }
.LPCircleArrow::before { transform-origin:left center; transform:rotate(-45deg); }
.LPCircleArrow::after { transform-origin:left center; transform:rotate(45deg); }

/*
    汎用的な大きなボタン
*/
.LPButtons { display:flex; gap:20rem; margin-top:60rem; }
.LPButtons.vertical { flex-direction:column; }
.LPButtons.noTopMargin { margin-top:0; }
.LPButtons.shortTopMargin, .LPButtons.shortMarginTop { margin-top:40rem; }
.LPButtons.largeTopMargin, .LPButtons.largeMarginTop { margin-top:100rem; }
.LPButton { display:inline-flex; justify-content:center; align-items:center; background-color:#fff; border-radius:3rem; width:320rem; height:52rem; padding:0; cursor:pointer; font-size:16rem; line-height:1.25; border:1rem solid; }
.LPButton > * { display:flex; justify-content:center; align-items:center; width:100%; height:100%; padding-left:12rem; padding-right:12rem; }
.LPButton.borderGray { border:1rem solid #444; }
.LPButton.arrow::after { content:''; position:absolute; top:calc(50% - 1rem); width:14rem; height:14rem; border:2rem solid; border-bottom:none; }
.LPButton.arrow.prev::after { left:20rem;  border-right:none; transform-origin:left top; transform:rotate(-45deg); }
.LPButton.arrow.next::after { right:20rem; border-left:none; transform-origin:right top; transform:rotate(45deg); }
@media (max-width:780px) {      /* MOBILE */
    .LPButtons { display:flex; flex-direction:column-reverse; margin-top:40rem; gap:20rem; }
    .LPButtons.spNoReverse { flex-direction:column; }
    .LPButtons.horizontal { flex-direction:row; }
    .LPButtons.shortTopMargin { margin-top:20rem; }
    .LPButtons.largeTopMargin { margin-top:60rem; }
    .LPButton.arrow::after { width:10rem; height:10rem; }
}

/*
    ページタイトル
*/
.LPPageTitle { font-size:32rem; padding:60rem 0; font-weight:bold; }
.LPPageTitle .subTitle { font-size:15rem; }

/*
    ブロックタイトル
*/
.LPBlockTitle { font-size:24rem; font-weight:bold; margin-bottom:40rem; }

/*
    インデックス付きBOX
*/
.LPIndexBox > * { display:flex; align-items:flex-start; }
.LPIndexBox > *:not(.noIndex) > *:nth-child(1) { width:120rem; }
.LPIndexBox > *:not(.noIndex) > *:nth-child(2) { width:calc(100% - 120rem); }

/*
    ※付き
*/
.LPNotes > *, .LPNote { padding-left:1em; text-align:left; }
.LPNotes > * + * { margin-top:0.25em; }
.LPNotes > *::before, .LPNote::before { content:'\203B'; position:absolute; left:0; top:0; }

/*
    ・付き
*/
.LPDots > *, .LPDot { padding-left:1em; text-align:left; }
.LPDots > * + * { margin-top:0.25em; }
.LPDots > *::before, .LPDot::before { content:'\30FB'; position:absolute; left:0; top:0; }

/*
    PC/SP 切り替え
*/
.sp, span.sp, img.sp, br.sp { display:none; }
@media (max-width:780px) {      /* MOBILE */
    .pc { display:none; }
    .sp { display:block; }
    span.sp, img.sp, br.sp { display:inline; }
}

/*
    フォント / テキスト関連
*/
.fwLight { font-weight:300 !important; }
.fwNormal { font-weight:400 !important; }
.fwMedium { font-weight:500 !important; }
.fwSemiBold { font-weight:600 !important; }
.fwBold { font-weight:700 !important; }
.fwBlack { font-weight:900 !important; }
.taCenter { text-align:center; justify-content:center; }
.taLeft { text-align:left; justify-content:flex-start; }
.taRight { text-align:right; justify-content:flex-end; }

/*
    Hoverアクション
*/
/*  ホバーアクション
----------------------------------------*/
html.LPHoverReady .LPHoverFade { transition:opacity 0.33s; }
html.LPHoverReady .LPHoverFade:hover { opacity:0.66; cursor:pointer; }
html.LPHoverReady .LPHoverFadeChild .fadeItem { transition:opacity 0.33s; }
html.LPHoverReady .LPHoverFadeChild:hover .fadeItem { opacity:0.66; cursor:pointer; }
html.LPHoverReady .LPHoverZoom { transition:transform 0.33s; }
html.LPHoverReady .LPHoverZoom:hover { transform:scale(1.1); cursor:pointer; }
html.LPHoverReady .LPHoverZoom2 { transition:transform 0.33s; }
html.LPHoverReady .LPHoverZoom2:hover { transform:scale(1.2); cursor:pointer; }
html.LPHoverReady .LPHoverZoom3 { transition:transform 0.33s; }
html.LPHoverReady .LPHoverZoom3:hover { transform:scale(1.3); cursor:pointer; }
html.LPHoverReady .LPHoverZoomImg img { transition:transform 0.33s; }
html.LPHoverReady .LPHoverZoomImg:hover img { transform:scale(1.1); cursor:pointer; }
html.LPHoverReady .LPHoverZoomChild .zoomItem { transition:transform 0.33s; }
html.LPHoverReady .LPHoverZoomChild:hover .zoomItem { transform:scale(1.1); cursor:pointer; }
html.LPHoverReady .LPHoverUpShadow { transition:transform 0.4s, box-shadow 0.4s; }
html.LPHoverReady .LPHoverUpShadow:hover { transform:translateY(-8rem); box-shadow:6rem 6rem 12rem rgba(0, 0, 0, 0.1); cursor:pointer; }
html.LPHoverReady .LPHoverGreyBg { transition:background 0.33s; }
html.LPHoverReady .LPHoverGreyBg:hover { background:#eee; cursor:pointer; }
html.LPHoverReady .LPHoverBlackBg { transition:background 0.33s, color 0.33s, border 0.33s; }
html.LPHoverReady .LPHoverBlackBg:hover { background:var(--lp-color-black); color:var(--lp-color-white); border-color:var(--lp-color-black); cursor:pointer; }
html.LPHoverReady .LPHoverWhiteBg { transition:background 0.33s, color 0.33s, border 0.33s; }
html.LPHoverReady .LPHoverWhiteBg:hover { background:var(--lp-color-white); color:var(--lp-color-black); border-color:var(--lp-color-white); cursor:pointer; }
html.LPHoverReady .LPHoverWhite20Bg { transition:background 0.33s; }
html.LPHoverReady .LPHoverWhite20Bg:hover { background:rgba(255,255,255,0.2); cursor:pointer; }
html.LPHoverReady .LPHoverWhite33Bg { transition:background 0.33s; }
html.LPHoverReady .LPHoverWhite33Bg:hover { background:rgba(255,255,255,0.33); cursor:pointer; }
html.LPHoverReady .LPHoverWhiteShadow { transition:box-shadow 0.33s; }
html.LPHoverReady .LPHoverWhiteShadow:hover { box-shadow:0 0 8rem #fff; cursor:pointer; }
html.LPHoverReady .LPHoverLinkBg { transition:background 0.33s, color 0.33s, border 0.33s; }
html.LPHoverReady .LPHoverLinkBg:hover { background:var(--lp-color-link); border-color:var(--lp-color-link); color:var(--lp-color-white); cursor:pointer; }
html.LPHoverReady .LPHoverUnderline { transition:color 0.33s, border 0.33s; cursor:pointer; border-bottom:1rem solid transparent; }
html.LPHoverReady .LPHoverUnderline:hover { border-bottom-width:1rem; border-bottom-style:solid; }

/*
    InView アクション
*/
.LPInView {  }
.LPInView .inViewFadeIn { opacity:0; transition:opacity 1s 0.5s; }
.LPInView.in .inViewFadeIn { opacity:1; }

/*
    アコーディオン
*/
.LPAccordion { cursor:pointer; }

/*
    WordPress関連
*/
/* その他 */
#wpadminbar { background:rgba(0, 0, 0, 0.3); z-index:10000; }

/* 固定ページ */
.LPWPPage .title { font-size:24rem; line-height:1.5em; font-weight:bold; margin:60rem auto; }
.LPWPPage .date { font-size:16rem; line-height:1.5em; text-align:right; }
.LPWPPage .content { font-size:18rem; line-height:1.6em; text-align:left; margin-top:40rem; max-width:840rem; margin-left:auto; margin-right:auto; }
.LPWPPage .content > figure { margin:1em auto; font-size:inherit; }
.LPWPPage .content > figure:first-child { margin-top:0; }
.LPWPPage .content table { font-size:18rem; line-height:1.5em; }
.LPWPPage .content .wp-block-table th { padding:0.5em; }
.LPWPPage .content .wp-block-heading { font-weight:bold; }
.LPWPPage .content { font-size:16rem; max-width:900rem; }
.LPWPPage .content h2 { font-size:32rem; line-height:1.4; font-weight:bold; }
.LPWPPage .content h3 { font-size:30rem; line-height:1.4; font-weight:bold; }
.LPWPPage .content h4 { font-size:26rem; line-height:1.4; font-weight:bold; }
.LPWPPage .content h5 { font-size:22rem; line-height:1.4; font-weight:bold; }
.LPWPPage .content h6 { font-size:18rem; line-height:1.4; font-weight:bold; }
.LPWPPage .content .wp-block-list > * { padding-left:1em; }
.LPWPPage .content .wp-block-list > *::before { content:'・'; position:absolute; left:0; }
.LPWPPage .content a { color:var(--lp-color-link); }
.LPWPPage .content p { min-height:1.6em; }
.LPWPPage .content mark { background-color:inherit; }
.LPWPPage .content h2:first-child,
.LPWPPage .content h3:first-child,
.LPWPPage .content h4:first-child,
.LPWPPage .content h5:first-child,
.LPWPPage .content h6:first-child,
.LPWPPage .content p:first-child { margin-top:0; }
.LPWPPage .content .buttons {  }
@media (max-width:780px) {      /* MOBILE */
    .LPWPPage .title { font-size:18rem; }
    .LPWPPage .date { font-size:14rem; }
    .LPWPPage .content { font-size:15rem; }
}

/* 記事 */
.LPWPContent .title { font-size:24rem; line-height:1.5em; font-weight:bold; margin-bottom:60rem; }
.LPWPContent .date { font-size:16rem; line-height:1.5em; text-align:right; }
.LPWPContent .content { font-size:18rem; line-height:1.6em; text-align:left; margin-top:40rem; max-width:840rem; margin-left:auto; margin-right:auto; }
.LPWPContent .content > * ~ * { margin-top:0.75em; }
.LPWPContent .content > figure { margin:1em auto; font-size:inherit; }
.LPWPContent .content > figure.noMargin { margin:0 auto; }
.LPWPContent .content table { font-size:18rem; line-height:1.5em; }
.LPWPContent .content .wp-block-table th { padding:0.5em; }
.LPWPContent .content .wp-block-heading { font-weight:bold; }
.LPWPContent .content h2.wp-block-heading { font-size:1.4em; margin-top:2em; font-weight:bold; }
.LPWPContent .content h3.wp-block-heading { font-size:1.2em; margin-top:2em; font-weight:bold; }
.LPWPContent .content h4.wp-block-heading { font-size:1.1em; margin-top:1.6em; font-weight:bold; }
.LPWPContent .content h5.wp-block-heading { font-size:1em; margin-top:1.6em; font-weight:bold; }
.LPWPContent .content h6.wp-block-heading { font-size:1em; margin-top:1.2em; font-weight:bold; }
.LPWPContent .content .wp-block-list > * { padding-left:1em; }
.LPWPContent .content .wp-block-list > *::before { content:'・'; position:absolute; left:0; }
.LPWPContent .content a { color:var(--lp-color-link); }
.LPWPContent .content p { min-height:1.6em; }
.LPWPContent .content mark { background-color:inherit; }
.LPWPContent .buttons {  }
@media (max-width:780px) {      /* MOBILE */
    .LPWPContent .title { font-size:18rem; }
    .LPWPContent .date { font-size:14rem; }
    .LPWPContent .content { font-size:15rem; }
}


/*  ローディングアイコン
<div class="LPLoadingSpinner"><div class="bounce1"></div><div class="bounce2"></div><div class="bounce3"></div></div>
---------------------------------------------------------*/
.LPLoadingSpinner { position:fixed; left:50%; top:50%; transform:translate(-50%, -50%); width: 70rem; text-align: center; transition:opacity 0.33s; pointer-events:none; }
.LPLoadingSpinner > div { width: 18px; height: 18px; background-color:var(--lp-color-text); border-radius: 100%; display: inline-block; animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
.LPLoadingSpinner .bounce1 { -webkit-animation-delay: -0.32s; animation-delay: -0.32s; }
.LPLoadingSpinner .bounce2 { -webkit-animation-delay: -0.16s; animation-delay: -0.16s; }
html.ready .LPLoadingSpinner { opacity:0; }
html.ready .LPLoadingSpinner > div { opacity:0; }
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
