<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&amp;family=Sawarabi+Mincho&amp;display=swap');

* {
    box-sizing: border-box;
 }
 body {
    margin: 0;
    padding: 0;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #e6e6e6;
    /*#e6e6e6グレー*/
    letter-spacing : 0.2em;
 }
 header {
    padding: 30px 4% 10px;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    /*transparent*/
    display: flex;
    align-items: center;
    opacity: 0.5;  /*不透明度*/
 }
 .pc-nav{
    z-index: 10;
 }

p{
    text-align: center;
    color: rgb(76, 69, 104);
}
p span {
    position: relative;
    background: linear-gradient(transparent 40%, rgb(252, 234, 196) 40%);
  }
  .dateSec a{
    color: rgb(255, 255, 255);
    background-color: rgb(182, 207, 223);
  }


body {
    font-family:  無心; 
    font-size: 18px;
    color: rgb(18, 18, 18);
    
}

.josefin {
    color: rgb(122, 134, 177);

    text-align: center;
    font-size: 20px;
    animation: bounce;
    animation-duration: 1s; 
    animation-delay: 2s; 
    animation-fill-mode: both; 
}
.activate {
    animation-name: bounceInLeft;
    animation-duration: 1s;
}

.innerWrap {
    width: 1240px;
    margin: 0 auto;
    padding: 80px 20px 0;
}

main h2{
    text-align: center;
    font-size: 60px;
    letter-spacing: 0.05em;
    margin-bottom: 80px;
}
main .josefin p {
    color: #fff;
    text-shadow:1px 1px 3px;
}


header.innerWrap {
    height: 720px;
    position: relative;
}

header h1 {
    padding-top: 120px;
    text-align: right;
}



header .scroll {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
}
header .scroll p {
    color: white;
}

header .scroll img {
    margin-top: 8px;
}
header nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
        background: white;
}

header nav ul{
    display: flex;
    justify-content: space-evenly;
    width: 1240px;
    margin: 0 auto;
    padding: 10px 20px;
    list-style: none;
    z-index: 100;
    font-family: 無心;
}
header nav ul a {
    color: inherit;
    text-decoration: none;
}
header nav ul a:hover {
    text-decoration: underline;
}

iframe{
    display: block;
 width: 500px;
 height: 300px;
 margin: 0 auto;
}

.video-container{
margin: 0px auto;
}

ul {
    display: flex;
    justify-content: center;
  }
  #rounded img {
    border-radius: 10px;
  }
  #cards {
    display: flex;
    justify-content: center;
  }
  
  .card {
    width: 1000px;
    height: 240px;
    /*border: 1px solid lightgray;*/
    background-color: #fff;
    border-radius: 10px;
    padding: 1rem 1.5rem 0;
    border-bottom: solid 3px rgb(142, 172, 179);
    animation: pulse;
    animation-duration: 1s; 
    animation-fill-mode: both;


    
    



  }

  
  .card i {
    font-size: 150%;
    line-height: 60px;
    -webkit-transition: all .3s;
    transition: all .3s;
    letter-spacing: 0;
  }
  .card i {
    line-height: 55px;
  }




  
  .card:nth-child(2) {
    margin-right: 10px;
    margin-left: 10px;
  }
  
  .picture img {
    width: 100%;
    height: 200px;
    border-radius: 10px;
  }
  
  .description {
    width: 100%;
    height: 145px;
    padding-right: 12px;
    padding-left: 12px;
    box-sizing: border-box;
  }
  
  .description p {
    font-size: 13px;
    color: dimgray;
  }

  .example { 
    z-index: 15;
  }
  
  .example p {
    position: absolute;/*絶対配置*/
    color: white;/*文字は白に*/
    top: 25%;
    left: 37%;
    font-size: 250%;
    animation-duration: 3s; 
    }
  
  .example img {
    width: 100%;
    }

    .example h1{
    position: relative; 
    top: 25%;
    left: 1%;
    font-size: 150%;
    color: rgb(122, 134, 177);/*文字は白に*/
    }


/*その他と主な共通部分は省略*/

a.btn-border {
  border-radius: 0;
}

a.btn-border:before,
a.btn-border:after {
  position: absolute;

  width: 100%;
  height: 2px;

  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;

  background: rgb(122, 134, 177);
}

a.btn-border:before {
  top: 0;
  left: 0;
}

a.btn-border:after {
  right: 0;
  bottom: 0;
}

a.btn-border:hover:before,
a.btn-border:hover:after {
  width: 0;
}

/* 
シーン調節
.activate {
    animation-name: bounceInLeft;
    animation-duration: 1s;
} */


--------------------------------------
  カード型_02
--------------------------------------
.l-wrapper_02 {
  margin: 1rem auto;
  width: 380px;
}
.card-radius_02{
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.card_02 {
  background-color: #fff;
  box-shadow: 0 0 0px rgba(0, 0, 0, .16);
  color: #6b6386;
  text-decoration: none;
}

.cardheader_02 {
  display: flex;
  flex-wrap: wrap;
}

.cardtitle_02 {
  padding: 1rem 1.5rem 0;
  font-size: 1.6rem;
  order: 1;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 3px black;

}

.cardthumbnail_02 {
  margin: 0;
  order: 0;
}

.cardimage_02 {
  width: 100%;
}

.cardbody_02 {
  padding: 0 1.5rem;
}

.cardtext_02 {
  font-size: .8rem;
  text-align:center;
  text-decoration: none;
}

.card__text2_02 {
  font-size: .8rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.msgSec {
    margin-bottom: 0px;
}
.msgSec .dataDetail{
    font-size: 72px;
    margin: 0 0 170px -100px;
    background-color: rgb(255, 255, 255);
    padding: 40px 64px;
    line-height: 1.2;
}

.msgSec::after{
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.msgSec p {
    text-align: center;
    line-height: 1.75;
    margin-bottom: 40px;
}

.msgSec p.illust{
    margin-top: 80px;
    margin-bottom: 0;
    line-height: 0;
    position: relative;
}



.dateSec {
  
    padding-bottom: 120px;
}
.dateSec .layoutWrap {
    display: flex;
}
.dateSec .layoutWrap &gt; p {
    flex-basis: 735px;
}
.dateSec .layoutWrap &gt; div {
    flex-basis: 465px;
}
.dateSec .dataDetail{
    font-size: 72px;
    margin: 0 0 170px -100px;
    background-color: rgb(255, 255, 255);
    padding: 40px 64px;
    line-height: 1.2;
}
.word1{
    font-size: 35px;
}
.word2{
    font-size: 40px;
}
.word3{
    font-size: 60px;
}
.accessSec {
    margin-left: 40px;
}
.accessSec h3{
    color: rgb(207, 175, 163);
    font-size: 55px;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
}
.accessSec p{
    line-height: 1.6;
}
footer{
    background-color: rgb(127, 199, 195);
    color: rgb(243, 224, 229);
    padding: 14px 10px 20px;
    text-align: center;
}

@keyframes scrollAnimation{
    0%{
        transform: scaleY(0);
        transform-origin: top;
    }
    50%{
        transform: scaleY(1);
        transform-origin: top;
    }
    50.1%{
        transform: scaleY(1);
        transform-origin: bottom;
    }
    100%{
        transform: scaleY(0);
        transform-origin: bottom;
    }
}
header .scroll img {
    animation-name: scrollAnimation;
    animation-duration: 1.8s;
    animation-timing-function: ease-out;
    animation-timing-function: inherit;
}
@media screen and (max-width: 640px){
    .dateSec .layoutWrap {
        display: block;
    }

.innerWrap,
header nav ul,
header h1 img,
.msgSec p.illust img,
.dateSec .layoutWrap &gt; p img {
    width: 100%;
}
.msgSec p.illust::before {
    left: -16%;
    bottom: -80%;
    transform: scale(0.7);
}
.msgSec p.illust::after {
    right: -16%;
    bottom: -80%;
    transform: scale(0.7);
}

body{
    font-size: 16px;
}
main h2{
    font-size: 44px;
    margin-bottom: 60px;
}



.msgSec::after{
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/IMG_4340.JPG) no-repeat center/cover;
    z-index: -1;
}


header .innerWrap{
height: 90vh;
}
header h1 {
    padding-top: 80px;
}
.msgSec p{
    text-align: left;
}

 .dateSec .dataDetail {
    font-size: 36px;
    margin: 0 0 0 25%;
    padding: 20px;
 }
 .word1,
 .word2{
    font-size: 20px;
 }
 .word3{
    font-size: 30px;
 }
.dateSec .layoutWrap &gt; div {
    padding-top: 0;
    transform: translateY(-50px);
}
.accessSec h3{
    font-size: 44px;
}
.accessSec {
    margin: 32px 0 0 32px;
}
.msgSec {
    padding-bottom: 40px;
    margin-bottom: 250px;
}


ul{
    list-style: none;
    position: relative;
}
li{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}
img{
    display: block;
    max-width: 100%;
    height: auto;
}
li{
    animation: slide 14s infinite;/* (a+b)×c=x */
    opacity: 0;
}
@keyframes slide{
    0%{opacity: 0;}
    3.5%{opacity: 1;z-index: 1;}/* b÷x×100=y */
    25%{opacity: 1;}/* 100÷c=z */
    28.5%{opacity: 0;z-index: 0;}/* y+z */
}
ul:hover li{
    animation-play-state:paused;/* マウスを載せると一時停止 */
}
li:first-child{
    position:relative;
}

}
</pre></body></html>