@charset "UTF-8";
/*======================================================= 
 ポータルサイトスタイル
=======================================================*/
html{
    overflow-x: hidden;
    background-color: #fff!important;
}
*, *::before, *::after {
  box-sizing: border-box;
}
.main-content{
    position: relative;
    background-color: #fff!important;
    padding: 0;
}
h1{
    font-size: 50px;
}
h2{
    font-size: 50px;
    text-align: center;
    padding: 1em 0;
}
h2 span{
    display: block;
    font-size: 0.6em;
    padding-top: 0.6em;
}
p, a{
    font-size: 18px;
}

/* 共通 */
.pc{
    display: block;
}
.sp{
    display: none;
}
.header, .container{
    display: none;
}
.container{
    position: relative;
    background-color: #fff;
    border: 30px solid #DC1515;
    max-width: 1000px;
    margin: auto;
}
.flame{
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
    width: 20px;
}
.flame.left{
    left: -25px
}
.flame.right{
    right: -25px
}
.flame p{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    writing-mode: vertical-rl;
    white-space: nowrap;
}

/* header */
.header{
    position: absolute;
    max-width: 940px;
    width: 100%;
    height: auto;
    background-color: #fff;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    padding: 15px;
}
.header .logo{
    max-width: 250px;
    height: max-content;

}

/* ----- 動画コンテナ ----- */
.video-container {
  position: relative;
  max-width: 100%;
  width: 100vw;
  height: 100vh;
  /* overflow: hidden; */
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  margin: 0!important;
}
#video {
  height: 100%;
  width: auto;
  object-fit: cover;
}

/* ----- モーダル ----- */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    overflow-y: scroll;
    z-index: 9999;
}
.modal-content {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 90%;
    max-width: 600px;
    border-radius: 10px;
    padding: 20px 30px 15px 30px;
}
.close {
    position: absolute;
    top: 10px; right: 15px;
    font-size: 20px;
    cursor: pointer;
}
.logo-60th{
    display: block;
    margin: auto;
}
.modal h2{
    font-size: 30px;
    padding: 1em 0 0.5em 0;
}
.logo-block{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 10px 0;
}
.logo-item p{
    text-align: center;
    font-weight: bold;
}

/* main */
/* ----- top ----- */
.top{
    width: calc(100% - 30px);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top img{
    max-width: 250px;
    width: 100%;
}
.sns{
    display: flex;
    align-items: center;
}
.sns a{
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #DC1515;
    line-height: 0;
    margin-left: 10px;
    transition-duration: .2s;
}
.sns a:hover{
    transform: translateY(-5px);
}
.sns i{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
}
/* ----- パンちゃんの部屋 ----- */
.pan-home{
    position: relative;
}
/* ----- 吹き出し共通 ----- */
.parts{
    position:absolute;
    z-index:1;
}
.fukidashi{
    display: none;
    width: 180px;
    position: absolute;
    bottom: calc(100% + 10px);
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    font-weight: bold;
    text-align: center;
    padding: 15px;
    z-index: 2;
}
.fukidashi.active{
    display: block;
}
.fukidashi::before,
.fukidashi::after{
  content:"";
  position:absolute;
  margin-left: -50px;
}
.fukidashi:before{
    top: 90%;
    border: 10px solid transparent;
    border-top: 25px solid #fff;
    transform: rotate(15deg);
    z-index: 1;
}
.fukidashi::after {
    top: 100%;
    border: 15px solid transparent;
    border-top: 15px solid rgba(0, 0, 0, 0.3);
    filter: blur(2px);
    transform: translateY(2px);
    z-index: 0;
}
.fukidashi a{
    display: block;
    background-color: #DC1515;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50px;
    padding: 5px;
    margin-top: 3px;
}
/* パンちゃん */
.pan-chan{
    top: 21%;
    right: 36%;
    width: 25%;
}
.fukidashi-pan-chan{
    position: relative;
    min-height: 100px;
    background-color:#fff;
    border-radius:5px;
    box-shadow:3px 3px 3px rgba(0,0,0,0.3);
    font-weight:bold;
    text-align: center;
    line-height: 1.4;
    z-index:2;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    white-space: nowrap;
}
.fukidashi-pan-chan p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.fukidashi-pan-chan:after{
    content:"";
    position:absolute;
    left:50%;
    transform: translateX(-50%);
    bottom: -16px;
    border: 10px solid transparent;
    border-top: 10px solid #fff;
}
.fukidashi-pan-chan::before {
    content:"";
    position:absolute;
    left:50%;
    transform: translateX(-50%);
    bottom: -30px;
    border: 15px solid transparent;
    border-top: 15px solid rgba(0,0,0,0.3);
    filter: blur(2px);
}
.pan-chan img{
    margin-top: 5px;
}
/* アプリ */
.application{
    top: 51%;
    left: 22%;
}
.application .fukidashi{
    left: 17%;
}
.application img{
    animation: swing 2s ease-in-out infinite;
}
@keyframes swing {
    20% {
        transform: rotate(10deg)
    }
    40% {
        transform: rotate(-10deg)
    }
    60% {
        transform: rotate(10deg)
    }
    80% {
        transform: rotate(-10deg)
    }
    100% {
        transform: rotate(0deg)
    }
}
/* Instagram */
.instagram{
    top: 29%;
    left: 5%;
}
.instagram .fukidashi{
    left: 70%;
    top: -45%;
    bottom: auto;
}
.instagram img{
    animation: float 2s ease-in-out infinite;
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-5px);
    }
    100% {
        transform: translatey(0px);
    }
}
/* YouTube */
.youtube{
    top: 56.5%;
    left: 45%;
}
.youtube .fukidashi{
    left: 25%;
}
.youtube img{
    animation: pulse 2s infinite ease-in-out;
}
@keyframes pulse {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

/* ----- bottom ----- */
.bottom{
    width: 100%;
    bottom: 15px;
}
.pan{
    width: 50%;
    height: 270px;
    bottom: 5px;
    overflow: hidden;
}
.pan-left{
    width: 100%;
    position: absolute;
    left: -60px;
    bottom: 0;
    transition-duration: .2s;
}
.pan-left:hover,
.coupon:hover{
    transform: translateY(-5px);
}
.pan-left img,
.coupon img{
    display: block;
    width: 100%;
    height: auto;
}
.coupon{
    width: 45%;
    transition-duration: .2s;
    right: 15px;
    bottom: 15px;
}

/* ----- bottom-content ----- */
.bottom-content{
    position: relative;
}
.news {
    display: flex;
    align-items: center;
    color: #000;
    border: 1px solid #333;
    width: 100%;
    overflow: hidden;
    font-family: sans-serif;
}
.news:hover{
    color: #333;
}
.news-label {
    flex: 0 0 auto;
    padding: 5px 10px;
    background: #f2f2f2;
    border-right: 1px solid #333;
    font-weight: bold;
}
.news-content {
    position: relative;
    overflow: hidden;
    flex: 1 1 auto;
    white-space: nowrap;
}
.news-tx {
  display: inline-block;
  white-space: nowrap;
  animation: scroll 15s linear infinite;
}
.news-tx span {
  display: inline-block;
  padding-right: 1rem;
}
@keyframes scroll {
    0% {
    transform: translateX(0);
    }
    100% {
    transform: translateX(-50%);
    }
}

.info{
    background-color: #fff;
    padding: 20px;
}
.info-block{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.info-block img{
    width: 100%;
}


/*1000px以下*/
@media screen and (max-width: 1000px){
    .header{
        max-width: 100%;
        width: calc(100% - 60px);
    }
}

/*950px以下*/
@media screen and (max-width: 950px){
    /* パンちゃんの部屋 */
    .fukidashi-pan-chan{
        min-height: 80px;
    }
    .application img{
        width: 60px;
    }
    .instagram img{
        width: 85px;
    }
    .youtube img{
        width: 80px;
    }
    .pan{
        height: 250px;
    }
    .pan-left{
        left: -45px;
    }
}

/*750px以下*/
@media screen and (max-width: 750px){
    p, a{
        font-size: 14px;
    }
    /* モーダル */
    .modal h2{
        font-size: 25px;
    }
    /* パンちゃんの部屋 */
    .top img{
        max-width: 200px;
    }
    .sns a{
        width: 45px;
        height: 45px;
        margin-left: 7px;
    }
    .fukidashi-pan-chan{
        min-height: 65px;
    }
    .fukidashi-pan-chan p{
        font-size: 12px;
    }
    .application img{
        width: 45px;
    }
    .instagram img{
        width: 60px;
    }
    .youtube img{
        width: 52px;
    }
    .pan{
        height: 195px;
    }
    .pan-left{
        left: -30px;
    }
    /* info */
}

/*550px以下*/
@media screen and (max-width: 550px){
    .pan-chan{
        top: 19%;
    }
    .fukidashi-pan-chan{
        min-height: 55px;
    }
}

/*480px以下*/
@media screen and (max-width: 480px){
    html, body{
        overflow: hidden;
        height: 100%;
    }
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .header{
        width: calc(100% - 40px);
        top: 20px;
        padding: 10px;
    }
    /* モーダル */
    .modal-content{
        padding: 20px 15px 15px 15px;
    }
    .logo-60th{
        width: 200px;
    }
    .modal h2{
        font-size: 18px;
    }
    .container{
        height: 100%;
        border: 20px solid #DC1515;
    }
    .flame.left{
        left: -20px;
    }
    .flame.right{
        right: -20px;
    }
    .flame p{
        font-size: 12px;
    }
    /* パンちゃんの部屋 */
    .top{
        width: calc(100% - 20px);
    }
    .top img{
        max-width: 145px;
    }
    .sns a{
        width: 35px;
        height: 35px;
        margin-left: 5px;
    }
    .pan-home{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .pan-chan{
        width: 27%;
        top: 16%;
    }
    .fukidashi{
        width: 115px;
        padding: 7px;
    }
    .fukidashi:before{
        border: 7px solid transparent;
        border-top: 15px solid #fff;
    }
    .fukidashi::after {
        border: 10px solid transparent;
        border-top: 10px solid rgba(0, 0, 0, 0.3);
    }
    .fukidashi p{
        font-size: 12px;
    }
    .fukidashi a{
        font-size: 10px;
        padding: 3px;
    }
    .fukidashi-pan-chan{
        width: 120%;
        min-height: 45px;
        left: -10%;
    }
    .fukidashi-pan-chan p{
        font-size: 10px;
    }
    .application img{
        width: 35px;
    }
    .instagram img{
        width: 50px;
    }
    .youtube img{
        width: 41px;
    }
    .pan{
        height: 125px;
    }
    .pan-left{
        left: -15px;
    }
    .coupon{
        right: 10px;
        bottom: 10px;
    }
    /* ----- bottom ----- */
    .bottom{
        bottom: 10px;
        right: 10px;
    }
    /* news */
    .news-tx{
        font-size: 12px;
    }
    /* info */
    .info{
        padding: 10px;
    }
    .info-block{
        gap: 5px;
    }
}