
/* COLOR
-------------------------------------------------- */
/* 特設ページ
  #E63E76　フューチャーピンク
  #F5F5F7　クールグレー
  #2C2E3E　ミッドナイトネイビー
  #FF8A5C　サンセットオレンジ
  #A8E6CF　フレッシュミント
  #FFFFFF　ホワイト
*/

:root {
  --bg-color-main: #E63E76;
  --bg-color-sub: #2C2E3E;
  --bg-color-act: #FF8A5C;
  --bg-color-white: #FFFFFF;
  --bg-color-gray: #F5F5F7;
  --text-color-main: #E63E76;
  --text-color-sub: #2C2E3E;
  --text-color-white: #FFFFFF;
}

a {
    color: #FF8A5C;
    text-decoration: underline;
}

/* HTML, BODY
----------------------------------------------<span>(医療法人社団MKDC 理事長 宮内康範)</span>---- */
html, body {
    margin: 0px;
    padding: 0px;
    padding-bottom: 0px;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
}

body {
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: auto;
    background-color: #F5F5F7;
    background-image: url(/special/lrsk2025/common/images/noise.webp);
    background-size: 100px auto;
    background-attachment: fixed;
}

body.lang-jp {
    line-height: 2.25;
    font-size: 16px;
    --font-bold: Zen Kaku Gothic New, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W6, ヒラギノ角ゴシック, Hiragino Sans, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    --font-medium: Zen Kaku Gothic New, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W6, ヒラギノ角ゴシック, Hiragino Sans, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    --font-regular: Zen Kaku Gothic New, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, ヒラギノ角ゴシック, Hiragino Sans, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}

/* SITE TOP
-------------------------------------------------- */
.site-top {
    width: 100%;
}

.site-footer {
    position: relative;    
    width: 100%;
    text-align: right;
    z-index:1;
    margin-top: 3.0em;
    overflow: hidden;
}

.background-shape {
    position: absolute;
    top: 0;
    left: 0;
    width:97%;
}

.background-shape-footer {
    position: absolute;
    top: 0;
    right: 0;

}

/* HEADER
-------------------------------------------------- */
header {
    position: relative;
    color: var(--text-color-white);
    width:100%;
}

header #header-inner {

}

header #logo-area {
    position: relative;
    text-align: left;
    width:100%;
}

header #logo-area img {
    max-width: 10%;
}

header #msg-area {
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 2;
}

header #msg-area img {
    width: 45%;
    -webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.8));
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.5)); 
}

header #countdown-area {
    position: relative;
    left: 0;
    text-align: left;
    width: 100%;
    z-index: 2;
    line-height: 300%;
    margin: 2.0em 1.5em;
    font-size: 1.2em;
}

header #countdown-area span {
    font-size: 8.0em;
    font-weight: bold;
    line-height: 1.0em;
    margin: 0 0.25em;
}

@media (max-width: 768px) {
    header #countdown-area {
        line-height: 300%;
        margin: 1.5em 1.0em;
        font-size: 0.8em;
    }

    header #countdown-area span {
        font-size: 4.0em;
    }
}

@media (max-width: 430px) {
    header #countdown-area {
        line-height: 300%;
        margin: 0em 1.0em;
        font-size: 0.8em;
    }

    header #countdown-area span {
        font-size: 5.0em;
        line-height: 0.8em;
    }
}



/* SLIDE SHOW
-------------------------------------------------- */

.slideshow-slide {
  position: absolute;
  max-width: 60%;
  width: 960px;
  height: 720px;
  overflow: hidden;
  padding: 0;
  top: 30px;
  right: 0;
  z-index:1;
  transform: translateX(-10%) rotate(5deg);
}

.slideshow-slide li {
  list-style: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 1s;
  opacity: 0;
  z-index: 1;
}

.slideshow-slide li.slide {
  opacity: 1;
  z-index: 2;
}

.slideshow-slide li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 10px;
}

.slideinLeft {
  animation: slideinLeft 3s;
}

@keyframes slideinLeft {
  0% {
    transform: translateX(100%) rotate(-5deg);
  }
  100% {
    transform: translateX(-10%) rotate(5deg);
  }
}

/* MAIN
-------------------------------------------------- */
main {
    position: relative;
    color: var(--text-color-sub);
    width:100%;
}

/* TITLE
-------------------------------------------------- */
h2 {
    color: #E63E76;
    margin: 1.0em;
    text-align: center;
    display: block;
    font-weight: bold;
}

/* BUTTON
-------------------------------------------------- */
.btn-area {
    position: relative;
    text-align: center;
    z-index:3;
}

.btn-lrsk {
    font-size: 2.0em;
    padding: 1.0em;
    margin: 1.0em;
    background-color: var(--bg-color-act);
    color: var(--text-color-white);
    font-weight: bold;
    width: 500px;
    max-width: 100%;
    border-radius: 0.6em;
    border: 3px solid #FFFFFF;
    -webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.8));
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.5)); 
}

.btn-lrsk:hover {
    background-color: #A8E6CF;    
    border: 3px solid #A8E6CF;
}

.btn-lrsk2 {
    font-size: 2.0em;
    padding: 1.0em;
    margin: 1.0em;
    background-color: var(--bg-color-main);
    color: var(--text-color-white);
    font-weight: bold;
    width: 500px;
    max-width: 40%;
    border-radius: 0.6em;
    border: 3px solid #FFFFFF;
    -webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.8));
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.5)); 
}

.btn-lrsk2:hover {
    background-color: #A8E6CF;    
    border: 3px solid #A8E6CF;
}

@media (max-width: 768px) {
    .btn-lrsk, .btn-lrsk2 {
        max-width: 85%;
        font-size: 1.5em;
        margin: 0.33em;
        padding: 0.8em;
    }
}

/* CARD
-------------------------------------------------- */
.contents-card1 {
    background-color: var(--bg-color-white);
    border-radius: 1.0em;
    margin: 2.0em 1.0em;
    padding: 2.0em 1.0em;
}

.contents-card2 {
    background-color: var(--bg-color-white);
    margin: 2.0em 0.0em;
    padding: 2.0em 1.0em;
    width: 100%;
}

.contents-card3 {
    margin: 2.0em 1.0em;
    padding: 2.0em 1.0em;
}

.text-contents h3 {
    display: block;
    color: #888;
    font-weight: bold;
    font-size: 1.33em;
    border-left: 0.75em solid var(--bg-color-main);
    border-bottom: 1px solid var(--bg-color-main);
    padding: 0.2em 1.0em;
    line-height: 1.5em;
}

.text-contents p.out {
    display: block;
    font-size: 1.25em;    
    padding: 0 1.0em 1.0em;
    margin-bottom: 1.0em;
}

.text-contents p.in {
    display: block;
    font-size: 1.25em;    
    padding: 0 1.0em 1.0em;
    margin-bottom: 1.0em;
}

.text-contents .title {
    display: block;
    color: #555;
    font-weight: bold;
    font-size: 2.0em;
    padding: 0.2em 1.0em;
    line-height: 1.5em;
    border-top: 2px solid var(--bg-color-main);
}

.text-contents img {
    width: 100%;
    max-width: 640px;
    text-align: center;
}

.text-record .row {
    border-bottom: 1px solid #ccc;
    font-size: 1.25em;
}

.text-record .col {
    padding: 0.5em 0;
}

.text-record .photo img {
    max-width: 200px;
    width: 100%;
    margin: 1.0em;
}

.text-record .photo img:hover {
    opacity: 0.8;
}

.text-record .date {
    font-weight: bold;
}

.text-record .text {
    
}

@media (max-width: 768px) {
    
    .contents-card1 {
        margin: 2.0em 0.0em;
        padding: 2.0em 0.0em;
    }

    .contents-card2 {
        margin: 2.0em 0.0em;
        padding: 2.0em 0.0em;
    }

    .contents-card3 {
        margin: 2.0em 0.0em;
        padding: 2.0em 1.0em;
    }

    .text-contents {
        padding: 0.2em 0.2em;
    }

    .text-contents h3 {
        font-size: 1.3em;
        line-height: 1.5em;
    }
    
    .text-contents .title {
        font-weight: bold;
        font-size: 2.0em;
    }

    .text-contents p.out {
        font-size: 1.3em;
        line-height: 1.5em;
    }
    
    .text-contents p.in {
        font-size: 1.3em;
        line-height: 1.5em;
        padding: 0em 0em;
    }
    
    .text-contents ul {
        font-size: 1.25em;
    }

    .text-contents li {
        margin-bottom: 1.0em;
        line-height: 1.5em;
    }

    .text-contents th {
        line-height: 1.0em;
    }

    .text-record .row {
        border-bottom: 1px solid #ccc;
        margin-bottom: 1.5em;
    }
    
    .text-record .date {
        font-size: 1.25em;
    }
    
}



/* SPONSOR
-------------------------------------------------- */
.coop-area {
    padding: 2.0em 0;
    text-align: center;
}

.coop-area span {
    font-size: 0.8em;;
}

.coop-area a {
    color: var(--text-color-sub);
    display: block;
}

.coop-area a:hover {
    opacity: 0.6;
}

.coop-area .rank h3 {
    font-size: 2.5em;
    text-align: center;
    color: #ccc;
    margin-bottom: 1.2em;
}

.coop-area .gold img {
	width: 100%;
	max-width: 500px;
}

.coop-area .silver img {
	width: 100%;
	max-width: 300px;
}

.coop-area .gold, .coop-area .silver {
        margin-bottom: 2.5em;
        line-height: 1.0em;
}
.coop-area .gold a, .coop-area .silver a {
        color: #AAAAAA;
}
.coop-area .gold span, .coop-area .silver span{
        margin-top: 1.5em;
        display: block;
}
.coop-area .bronze {
        margin-bottom: 2.0em;
        display: block;
        text-align: center;
        font-size: 1.25em;
        line-height: 1.0em;
}
.coop-area .bronze a, .coop-area .bronze span {
        font-size: 0.9em;
}

@media (max-width: 768px) {
    .coop-area .gold img {
        margin-bottom: 2.0em;
        max-width: 80%;
    }

    .coop-area .silver img {
        margin-bottom: 2.0em;
    }
    .coop-area .rank h3 {
        font-size: 1.5em;
        margin-top:0;
        margin-bottom: 1.2em;
    }
    .coop-area .bronze {
        margin-bottom: 0.8em;
        font-size: 1.2em;
    }
    .coop-area .gold span, .coop-area .silver span{
            margin-top: 0em;
    }

}

    

/* CHEERED MESSAGE
-------------------------------------------------- */
#cheered-area {
    
}

#cheered-area .row {
    border-bottom: 1px dashed #ccc;    
}

#cheered-area .cheers {
    text-align: center;
    vertical-align: middle;
    width: 160px;
    height: 160px;
    line-height: 160px;
    margin: 1.0em 0;
    overflow: hidden;
}

#cheered-area .coop-logo {

}

#cheered-area .coop-logo img {
    width: 100%;
}


#cheered-area .user-icon {
    background-color: var(--bg-color-gray);
    border-radius: 50%;
}

#cheered-area .user-icon img {
    width: 50%;
    height: 50%;
}

#cheered-area p {
    margin: 0.5em 0;
    padding: 0.5em;
}

#cheered-area span {
    display: block;
    text-align: right;
    font-size: 1.0em;
    font-weight: bold;
    color: #999;
}

@media (max-width: 768px) {
    
    #cheered-area .cheers {
        width: 100px;
        height: 100px;
        line-height: 100px;
        margin-bottom:0px;
    }

    #cheered-area p {
        margin: 0 0 0.5em;
        padding: 1.0em;
    }
    
     #cheered-area .cheers-outer {
        padding: 1.0em 0 0 1.0em;
    }

}

/*********************************************************/

#cheered-area2 {

}

#cheered-area2 .card-wrap {
    display: flex;
}

#cheered-area2 .card {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    padding-bottom: 2.0em;
}

#cheered-area2 .cheers {
    text-align: center;
    vertical-align: middle;
}

#cheered-area2 .coop-logo {

}

#cheered-area2 .coop-logo img {
    width: 100%;
}


#cheered-area2 .user-icon {
    background-color: var(--bg-color-gray);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0.75em;
    overflow: hidden;
}

#cheered-area2 .user-icon img {
    height: 50%;
}

#cheered-area2 p {
    margin: 0;
    padding: 0;
    font-size: 0.85em;
    line-height: 1.5em;
    display: block;
    width: 100%;
    word-break: break-word;       /* 単語の途中で改行可（日本語向け） */
    line-break: strict;           /* 禁則処理を有効にする（句読点など） */
    overflow-wrap: break-word;    /* 長い単語の折り返し */
    white-space: normal;          /* 通常の改行処理 */
}

#cheered-area2 span {
    display: block;
    text-align: right;
    font-size: 0.9em;
    font-weight: bold;
    color: #999;
    width: 100%;
    padding: 0.5em 1.0em 1.0em;
    position: absolute;
    left: 0px;
    bottom: 0px;
    line-height: 0.9em;
}

@media (max-width: 768px) {
    #cheered-area2 span {
        font-size: 0.7em;
    }
}


/* ANIMATION
-------------------------------------------------- */

@keyframes pulse {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.05); }
  100% { transform: scale(1); }
}

@keyframes shake {
  0%   { transform: rotate(0deg) translateX(0); }
  20%  { transform: rotate(-2deg) translateX(-2px); }
  40%  { transform: rotate(2deg) translateX(2px); }
  60%  { transform: rotate(-2deg) translateX(-2px); }
  80%  { transform: rotate(2deg) translateX(2px); }
  100% { transform: rotate(0deg) translateX(0); }
}

.card.pulse {
  animation: pulse 0.6s ease-in-out;
}

.card.shake {
  animation: shake 0.6s ease-in-out;
}





/* PAGE TOP
-------------------------------------------------- */
.pagetop {
  position: fixed;
  bottom: 1.0em;
  right: 1.0em;
  text-align: center;
  z-index: 99999;
}

.pagetop a {
  display: block;
  text-decoration: none;
  width: 44px;
  height: 44px;
  background-color: #000;
  opacity: 0.5 ;
  color: #fff;
  border-radius: 3px;
  line-height: 44px;
}


/* INFO
-------------------------------------------------- */




/* ACCESS
-------------------------------------------------- */


/* FOOTER
-------------------------------------------------- */
footer {
    position: relative;
    margin: 0px;
    padding: 0px;
}

footer .contents {
    position: relative;
    top: 10em;
    left: 0;
    text-align: left;
    z-index:2;
}

footer #logo-area2 {
    position: relative;
    text-align: left;
    width:100%;
    vertical-align: middle;
    font-size: 1.5em;
    font-weight: bold;
}

footer #logo-area2 img {
    max-width: 140px;
}

footer #logo-area2 span {
}

.copyright {
    font-size: 0.8em;
    text-align: center;
    background-color: var(--bg-color-main);
    color: var(--text-color-white);
    padding: 0.25em;
}
