@charset "UTF-8";

::-webkit-scrollbar{
    margin-right: 2px;
    width: 12px;
    height: 12px;}
 
::-webkit-scrollbar-thumb{
  background: #767676;
  border-radius: 6px;}

::-webkit-scrollbar-track{
    background-color: rgba(135, 135, 135, 0.505);
    border-radius: 65px;}

/*上の隙間をなくしてる*/
*{
    margin: 0;
    padding: 0;}

/*ページ左上のメインボタン*/
.top-top{
    height: 100px;
    margin-top: 2px;
    margin-left: 25px;
    float: left;}

/*ヘッダー全体*/
header{
    width: 100%;
    height: 110px;
    text-align: center;
    /*background-color: #f1c21e;*/
    font-family: Arial;}  

/*ヘッダーのメニュー*/
header .top-list{
    line-height: 40px;
    margin-top: 30px;
    float: right;
    margin-right: 35px;
    list-style: none;
    color: #ffffff;}

/*ヘッダーのメニューの色変え(青→白)*/
.t-m{
    color: inherit;
    text-decoration: none;}

/*ヘッダーの開いてるページのメニュー*/
header .top-list-item-1{
    list-style: none;
    display: inline-block;
    margin: 0 3px;
    border-bottom: 2px solid #ffffff;
    position: relative;}

/*ヘッダーの開いてるページ以外のメニュー①*/
header .top-list-item{
    list-style: none;
    display: inline-block;
    margin: 0 3px;
    position: relative;}

/*ヘッダーの開いてるページ以外のメニュー②*/
header .top-list-item::before{
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #ffffff;
    display: block;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1)}

/*ヘッダーの開いてるページ以外のメニュー③*/    
header .top-list-item:hover::before{
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)}

/*SDGS色のバー*/
.sdgs-bar{
    height: 5.5px;
    margin-top: 0px;
    padding: 0;
    width: 100%;
    vertical-align: top;
    position: fixed;
    z-index: 100;}

/*フッター全体*/
footer{
    width: 100%;
    background-color: #f1c21e;
    color: white;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;}

/*フッターのメニューを並べてる*/
ul.footer-menu li{
    display: inline;}

/*フッターのメニューの色変え*/
.f-m{
    color: inherit;
    text-decoration: none;}

/*フッターのメニューと©の隙間*/
footer .footer-spece{
    font-size: 1px;}

/*ホームタイトル*/
.main-title-2{
    font-size: 75px;
    color: #ffffff;
    float: left;
    bottom: 0;
    font-family: 'Noto Serif KR', serif;}

.main-title-1{
    font-size: 55px;
    color: #ffffff;
    bottom: 0;
    text-align: left;
    margin-left: 6%;
    font-family: 'Noto Serif KR', serif;}

div.animation_box1{
  padding: 10px;
  animation: fadeIn 4s ease 1s 1 normal backwards;}

div.animation_box2{
    padding: 10px;
    animation: fadeIn 4s ease 2.5s 1 normal backwards;}

div.animation_box3{
    padding: 10px;
    animation: fadeIn 4s ease 4s 1 normal backwards;}
 
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(-20px);}
  to {
    opacity: 1;
    transform: translateX(0);}}

.karamu{
    display: flex;}

.karamu1{
    width: 44%;
    margin-left: 6%;}

.karamu2{
    width: 44%;
    margin-right: 6%;}

.karamu-share{
    display: inline;}

.share-icon{
    width: 50px;}

/*固定背景の設定*/
.cd-fixed-bg {
    position: relative;
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;}

/*固定背景1*/
.cd-fixed-bg.main1  {
    background-image: url(../images/donate_top.jpeg);
    background-size: 100%;
    background-repeat: no-repeat;}

/*固定背景2*/
.cd-fixed-bg.main2  {
    background-image: url(../images/main2-backgraund.jpg);
    background-size: 100%;
    background-repeat: no-repeat;}

/*固定背景3*/
.cd-fixed-bg.main3  {
    background-image: url(../images/main3-backgraund.jpeg);
    background-size: 100%;
    background-repeat: no-repeat;}

/*固定背景4*/
.cd-fixed-bg.main4  {
    background-image: url(../images/main4-backgraund.jpg);
    background-size: 100%;
    background-repeat: no-repeat;}

/*固定背景5*/
.cd-fixed-bg.main5  {
    background-image: url(../images/main5-backgraund.jpg);
    background-size: 100%;
    background-repeat: no-repeat;}

.title-1{
    font-size: 45px;
    font-family: 'Noto Serif KR', serif;
    text-align: center;}

.title-2{
    font-size: 20px;
    font-family: 'Noto Serif KR', serif;
    text-align: center;}

.title-3{
    font-size: 33px;
    font-family: 'Noto Serif KR', serif;
    text-align: center;}

.title-4{
    font-size: 30px;
    font-family: 'Noto Serif KR', serif;
    text-align: center;}

.title-5{
    font-size: 16px;
    font-family: 'Noto Serif KR', serif;
    text-align: center;}

.title-6{
    font-size: 25px;
    font-family: 'Noto Serif KR', serif;
    text-align: center;}

.title-7{
    font-size: 55px;
    font-family: 'Noto Serif KR', serif;
    text-align: center;
    color: #003164;
    text-decoration: none;}

rt{
    font-size: 15px;}

a.btn--top{
    color: #6e4d00;
    background-color: #ffdb58;}
  
a.btn--top:hover{
    color: #6e4d00;
    background: #ffdb58;}
  
a.btn--top.btn--cubic{
    border-bottom: 5px solid #ffd43b;}
  
a.btn--top.btn--cubic:hover{
    margin-top: 3px;
    border-bottom: 2px solid #ffd43b;}
  
a.btn-c{
    font-size: 2rem;
    position: relative;
    padding: 1.5rem 3rem 1.5rem 2rem;
    border-radius: 100vh;}

a.btn-c:before{
    font-size: 1.6rem;
    line-height: 1;
    position: absolute;
    top: calc(50% - .8rem);
    margin: 0;
    padding: 0;}

.btn,a.btn,button.btn{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 0.8rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #6e4d00;
    border-radius: 0.5rem;
    border-radius: 100vh;
    font-family: 'Noto Serif KR', serif;}

/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
	display: none;}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;}

/*========= ページトップのためのCSS ===============*/
/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:30px;
	z-index: 100;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(150px);}

/*　上に上がる動き　*/
#page-top.UpMove{
	animation: UpAnime 0.5s forwards;}

@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(150px);}
  to {
    opacity: 1;
	transform: translateY(0);}}

/*　下に下がる動き　*/
#page-top.DownMove{
	animation: DownAnime 0.5s forwards;}

@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);}
  to {
  	opacity: 1;
	transform: translateY(150px);}}

/*画像の切り替えと動き*/
#page-top a{
    /*aタグの形状*/
	display: block;
	width: 100px;
	height: 100px;
	color: #171717;
    font-weight: bold;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size: 11px;
    /*背景画像の指定*/
	background: url("../images/page-top-before.png") no-repeat center;
	background-size: contain;}

#page-top.floatAnime a{
	width: 100px;
	height: 130px;
    /*背景画像の指定*/
	background: url("../images/page-top-after.png") no-repeat center;
	background-size: contain;
    /*アニメーションの指定*/
	animation: floatAnime 2s linear infinite;
	opacity: 0;}

@keyframes floatAnime {
  0% { transform: translateX(0); opacity: 0; }
  25% { transform: translateX(-6px);opacity: 1; }
  50% { transform: translateX(0) }
  100% { transform: translateX(6px);opacity: 1; }}

/*Page Topと書かれたテキストの位置*/
#page-top span{
    position: absolute;
    bottom: -20px;
    right: 20px;
	color: #171717;}

/*検証のためのCSS*/
section{
    padding: 500px 0;}

/*=== 9-1-4 矢印が動いてスクロールを促す  ====*/

/*スクロールダウン全体の場所*/
.scrolldown4{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:2%;
	right:50%;
    /*矢印の動き1秒かけて永遠にループ*/
	animation: arrowmove 1s ease-in-out infinite;}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
      0%{bottom:2%;}
      50%{bottom:4%;}
     100%{bottom:2%;}}

/*Scrollテキストの描写*/
.scrolldown4 span{
    /*描画位置*/
	position: absolute;
	left:-25px;
	bottom:10px;
    /*テキストの形状*/
	color: #eee;
	font-size: 16px;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;}

/* 矢印の描写 */
.scrolldown4:before{
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    right: -8.5px;
    /*矢印の形状*/
    width: 1.5px;
    height: 30px;
    background: #eee;
    transform: skewX(-31deg);}

.scrolldown4:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	right:0;
    /*矢印の形状*/
	width:1.5px;
	height: 75px;
	background:#eee;}