@charset "UTF-8";

/**/
html{
    font-size: 100%;
}
body{
    font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","Biz UDPGothic",sans-serif;
    line-height: 1.7;
    color: #432;
    /* background-image: url(../images/43483.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right; */
}

/* .section {
  各要素の背景画像とその他のスタイルを設定
  background-image: url(../images/44.jpg);  画像1を指定
  background-size: cover; 背景画像を要素いっぱいに表示
  background-position: center; 背景画像を中央に配置
  background-attachment: fixed; スクロールしても背景画像を固定
  height: 125vh; 要素の高さを画面の高さに合わせる（例）
  padding-top: 20px;
  margin: 50px;
} */

#section2 {
  background-image: url(../images/nonono2.png); /* 画像2を指定 */
  background-size: contain; /* 背景画像を要素いっぱいに表示 */
  background-position: center; /* 背景画像を中央に配置 */
  background-attachment: fixed; /* スクロールしても背景画像を固定 */
  height: 125vh; /*  要素の高さを画面の高さに合わせる（例） */
}

#section3 {
  background-image: url(../images/mamamonnnnnnnnnnnnn.png); /* 画像2を指定 */
  background-size: cover; /* 背景画像を要素いっぱいに表示 */
  background-position: center; /* 背景画像を中央に配置 */
  background-attachment: fixed; /* スクロールしても背景画像を固定 */
  height: 125vh; /* 要素の高さを画面の高さに合わせる（例） */
  margin-top: 100px;
  padding-top: 20px;
}
/* #section4 {
  background-image: url(../images/4980261bcbfd7e2b73e376ebe831575e.jpg); 画像2を指定
  background-size: cover; 背景画像を要素いっぱいに表示
  background-position: center; 背景画像を中央に配置
  background-attachment: fixed; スクロールしても背景画像を固定
  height: 120vh; 要素の高さを画面の高さに合わせる（例）
  margin: 50px;
  padding-top: 50px;
} */

.pinappuru{
    opacity: 0;
}
.pinappuru2{
    opacity: 0;
}
.usiro{
    background: rgb(128, 126, 125);
    height: 350px;
    width: 80%;
    margin: auto;
    translate: 0 25%;
    padding-top: 5px;
    opacity: .9;
}
#loading p{
    font-size: 7rem;
    font-family: "Caprasimo", serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    margin: 100px;
}

.box {
  /* 子要素のタイトルを abosolute 配置するために必要 */
  position: relative;
  /* width: 1500px;
  padding-bottom: 10rem;     */
}

.box .box_left {
  position: absolute;
  left: 0;
  margin: 270px 40px 150px;
  width: 34%;
}

.box .box_right {
  position: absolute;
  right: 0;
  margin: 270px 50px 150px;
  width: 30%;
}

.container {
  /* Flexコンテナとして設定 */
  display: flex;
  
  /* アイテムを横並びにする */
  justify-content: center;
  
  /* アイテムを垂直方向の中央に揃える */
  align-items: center;
}

.center-text {
  /* 文字の左右に余白を設ける */
  margin: 0 20px;
}

.kikanngenntei{
    margin-left: 100px;
    padding-top: 170px;
    padding-bottom: 170px;

}

.popopo{
    width: 50vw;
    margin: auto;
    margin-left: 300px;
    padding: 0 1.5rem;
}

.book{
    width: 70%;
    display: grid;
    gap: 0rem 1rem;
    grid-template-columns: repeat(2,1fr);
}

/**/
.wrapper{
    max-width: 1120px;
    margin: auto;
    padding: 0 1.5rem;
}
.align-center{
    text-align: center;
}
h1,
h2,
p{
    text-align: center;
}
/* h2 {
    color: #fff
} */
.about{
    max-width: 736px;
    padding: 0 1.2rem;
    margin: 5rem auto 0;
}
.about p{
    margin-bottom: 3rem;
}

.page-title{
    font-size: 3rem;
    text-align: center;
    margin-top: 3.5rem;
    line-height: 1.4;
}
.heading-large{
    font-size: 2rem;
    text-align: center;
    /* margin-bottom: 1rem; */
}

/* 背景が伸びる見出し */
/* .page-title{
    font-size: 3rem;
    text-align: center;
    margin-top: 2rem;
    line-height: 1.2;
    background-image: linear-gradient(90deg, #0bd, #0bd 50%, #fff 50%, #fff);
    background-size: 200% 100%;
    padding: .3rem 1rem;
} */


/* .heading-large{
    font-size: 3rem;
    text-align: center;
    margin-bottom: 1rem;
} */

/* レイアウト追加 */
.apt {
    color: #fff;
    margin-bottom: 1.5rem;
}
h1 {
        color: #432;
        /* margin-bottom: 5rem; */
}
/* h2 {
    margin: 1.5rem;
    line-height: 3rem;
} */
#iroha {
    font-family: HG創英角ﾎﾟｯﾌﾟ体;
    color: #fff;
    font-size: 4rem;
    text-emphasis: dot;
    background: rgb(238, 173, 210);
    display: inline-block;
    padding: 1rem 3rem;
    border-radius: 70%;
    letter-spacing: .5em;
}
.syasinn p {
    font-size: 1.1rem;
    margin-top: .5rem;
    border-width: 1px 4px 4px 1px;
    border-style: outset;
    border-color: #cfccc8;
    opacity: .9;
    color: #4a360c;    
    /* color: rgb(239, 206, 20);     */
}
#omeme,
#dekiru {
    font-size: 3rem;
}

.bound {
  width: 100px;
  height: 100px;
  margin: 100px;
  background: #000;
  animation: bound 3s infinite;
  margin: -3rem 0 -3rem 0;
}

@keyframes bound {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-25px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}

/*btn*/
.btn{
    display: inline-block;
    font-size: 2rem;
    background-color: lightcoral;
    color: #fff;
    border-radius: 10px;
    padding: .8rem 2rem;
    transition: .5s;
    margin-bottom: 3rem;
}
.btn:hover{
    background-color: crimson;
    scale: 1.2 1.2;
}

.kikanngenntei{
    display: flex;
    justify-content: center;
    background-image: url(../images/43483.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.papapa{
    width: 50vw;
    margin: auto;
    padding: 0 1.5rem;
}
.aaa{
    width: 80%;
    display: grid;
    gap: .5rem 1rem;
    grid-template-columns: repeat(3,1fr);
    text-align: center;
    margin: 50px auto;
}
.syasinn{
    aspect-ratio: 1/1;
    border-radius: 16px;
    /* opacity: 0; */
}
.syasinn img{
    width: 100%;
    height: 75%;
    border-radius: 16px;
    object-fit: cover;
    margin-bottom: -0.3rem;
}

.ribbon {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: rgb(113, 208, 208);
  border-radius: 10px;
  object-fit: cover;
}
.bobon{
    margin-top: -20px;
}

.bbb{
    display: grid;
    justify-content: center;
    
}
.bbb video{
    width: 50%;
    margin: auto;
}

.ccc{
    background-image: url(../images/AdobeStock_1526035357_Preview.png);
    background-size: cover;
}

.kukkukku- {
    width: 200px;
    height: 200px;
    object-fit: cover;
    margin-right: -225px;
    margin-top: -50px;
}

.kukkukku- {

    /* アニメーション名 アニメーションにかかる時間 アニメーションの繰り返し回数 */
  /* fluffy 3秒 無限ループ */
  animation: kukkukku- 0.5s infinite;
}

@keyframes kukkukku- {
  0%, 100% {
    transform: translate(0);
  }
  50% {
    transform: translateY(-200px);
  }
}

/*ヘッダー*/
.page-header{
    justify-content: space-between;
    background-image: url(../images/44.jpg);
    background-size: cover;
    height: 75vh;
    max-width: 1800px;
    color: #fff;
}

.abarano-center{
    margin: 100px;
    text-align: center;
}

/*  */
p {
    color: black;
}
.copyright{
    background-color: #313036;
    background-size: cover;
    max-width: 2000px;
    text-align: center;
    padding: 2rem 10px;
    margin-top: 6rem;
    color: #fff;
}

.bokugaku {
    color: white;
    text-decoration:none;
}

.bokugaku {
  /* 文字色は透明にして背景が見えるようにする */
  color: transparent;
  /* font-size: 60px; */

  /* オレンジと黒が50%の位置で切り替わるグラデーション */
  background: linear-gradient(to right, red 50%, #ffffff 50%) 100%;
  /* 背景をテキストで切り抜く */
  background-clip: text;

  /* 横幅は200%にしてグラデーションの青部分は見えないようにする */
  background-size: 200% 100%;

  transition: background-position 0.3s;
}

.bokugaku:hover {
  /* グラデーションの位置を移動して、オレンジ部分を見せる */
  background-position: 0 100%;
}

/*tobu*/
.pokipoki{
    background: rgb(103, 197, 189);
    padding: .55px;
    height: 50px;
    width: 70%;
    margin: auto;
    translate: 0 25%;
}
.ooo{
    margin: -4px;
}
.sugoibtn{
    display: inline-block;
    font-size: 2rem;
    background-color: rgb(103, 197, 189);
    color: #fff;
    border-radius: 5px;
    padding: .2rem 5rem;
    transition: .5s;
    text-align: center;
    margin: 50px;
    opacity: 9;
}
.sugoibtn:hover{
    background-color: crimson;
    scale: 1.2 1.2;
}
.sennsei2{
    margin: 10px 25%;
    width: 50%;
    opacity: 9;
}
.gannbari{
    text-align: center;
    margin-top: 50px;
    opacity: 9;
}
/*ro-dinggamenn*/
#loading{
    transition: all 1s;
    background-color: aquamarine;
    position: fixed;
    z-index: 9999z;
    inset: 0;
    display:grid;
    place-items: center;
}
.spinner{
    width: 200px;
    height: 200px;
}
/*kannryousitekakusugamenn*/
.loaded{
    opacity: 0;
    visibility: hidden;
}
/*konntenntububunn*/
.gallery{
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
}
.spinner img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
