@charset "utf-8";
/* CSS Document */

/* ==============================================================
   #フッターメニュー
   ============================================================== */
footer {
    background-color: #FFF;
    z-index: 10;
    overflow: hidden;
}
#footer-info {
    margin-top: 30px;
    margin-bottom: 30px;
}
#footer-info h4 {
    font-size: 1.4rem;
    font-weight: 600;
}
#footer-info p {
    font-size: 1rem;
    line-height: 1.6;
}
#f-logo {
    display: block;
    height: 24px;
    margin: auto auto 20px;
}
#f-logo svg {
    fill: #FFF;
    height: 100%;
    width: auto;
}
#copy {
    font-size: 1.2rem;
    text-align: center;
    padding: 64px 0;
    margin: 0;
}
@media (min-width: 1024px) {
    #f-nav-wrap {
        border-left: rgba(255, 255, 255, 0.3) solid 1px;
    }
    #footer-info {
        margin-top: 60px;
    }
    #footer-info h4 {
        font-size: 1.4rem;
    }
    #footer-info p {
        font-size: 1.2rem;
    }
    #f-logo {
        height: 32px;
    }
}
/* ==============================================================
   #フッターリンク
   ============================================================== */
#site-list {
    margin: 2.5rem auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#site-list li {
    background-color: #FFF;
    display: block;
    text-align: center;
    line-height: 1.2;
    width: 100%;
    border: #DDD solid 1px;
    margin: auto;
}
#site-list li + li {
    margin: -1px 0 0 0;
}
@media (min-width: 768px) {
    #site-list li {
        width: 50%;
    }
    #site-list li + li {
        margin: 0 0 0 -1px;
    }
}
#site-list li a {
    display: block;
    padding: 2rem 0;
    color: #F76F00;
    text-decoration: none;
    /*font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;*/
    font-weight: 600;
    line-height: 1.6;
}
#site-list li a:hover {
    background-color: #F76F00;
    color: #FFF;
}
#site-list li a span {
    font-size: 12px;
    display: block;
}
#site-list li a span + span {
    font-size: 16px;
}
@media (min-width: 768px) {
    #site-list li a {
        padding: 2.4rem 0;
    }
    #site-list li a span {
        font-size: 14px;
    }
    #site-list li a span + span {
        font-size: 20px;
    }
}
/* ==============================================================
   #フッター固定メニュー
   ============================================================== */

#sticky-navi ul li:nth-child(1) a time {
    color: var(--color-main);
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    letter-spacing: 2px;
}
#sticky-navi ul li:nth-child(1) a time strong {
    letter-spacing: 0;
}
#sticky-navi ul li:nth-child(1) a time i {
    background-color: var(--color-wish);
    border-radius: 100%;
    color: #FFF;
    display: inline-block;
    font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    letter-spacing: 0;
    margin: 0 2px 0 0;
}
#sticky-navi ul li:nth-child(1) a img {
    width: auto;
    height: 60px;
    position: absolute;
    bottom: 0;
    right: -4px;
}
#sticky-navi ul li:nth-child(2) {
    background-color: var(--color-wish);
    flex-basis: 20%;
    max-width: 20%;
    font-weight: 600;
}
#sticky-navi ul li:nth-child(3) {
    background-color: #00C300;
    flex-basis: 20%;
    max-width: 20%;
    font-weight: 600;
}
#sticky-navi ul li:nth-child(2) a img, #sticky-navi ul li:nth-child(3) a img {
    width: auto;
    height: 60px;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.han {
    display: inline-block;
    transform: scaleX(.8);
    transform-origin: center;
    width: 150%;
}
/* ==============================================================
   #スクロールアイコン
   ============================================================== */
.icon-scroll {
    text-align: center;
    margin: auto;
    width: 64px;
    height: 100px;
    z-index: 100;
}
#billboard .icon-scroll {
    position: absolute;
    bottom: -50px;
    right: 0;
    left: 0;
}
.icon-scroll span {
    background-color: #000;
    margin: auto;
    height: 100px;
    width: 2px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    animation: header-line 1.4s ease-out 0s infinite normal;
    z-index: 10;
}
#introduction .icon-scroll span {
    background-color: #000;
}
.icon-scroll i {
    background-color: var(--color-wish);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 2rem;
    font-family: serif;
    height: 40px;
    width: 40px;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: -6rem;
    bottom: 0;
    z-index: 2;
}
.icon-scroll i::before, .icon-scroll i::after {
    content: "";
    background-color: var(--color-wish);
    border-radius: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-origin: center;
    animation: pulsate 2.4s ease-out;
    animation-iteration-count: infinite;
    z-index: -1;
}
.icon-scroll i::after {
    animation-delay: 3.6s;
}
/* ==============================================================
   #アニメーション
   ============================================================== */
.hov-action {
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.hov-action:hover {
    animation-name: hov;
    animation-duration: .5s;
    animation-fill-mode: both;
}
@keyframes hov {
    0%, from {
        transform: none;
    }
    50% {
        transform: scale3D(0.92, 0.92, 1);
    }
    99.9%, to {
        transform: none;
    }
}
/* ==============================================================
   #ボタン
   ============================================================== */
.btn-wrap {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
}
.fw-btn {
    background: #231815;
    border-radius: 0 0 8px 8px;
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.2;
    height: 80px;
    text-align: center;
    padding: 0 24px 0 24px;
    cursor: pointer;
    margin: 0 auto;
}
.fw-btn:hover {
	    background-color: #F76F00;
}

.fw-btn.min {
	border-radius: 100px;
	height: 50px;
	font-size: 1.4rem;
	max-width: 300px;
	margin: 20px auto 30px;
}

@media (min-width: 768px) {
	.fw-btn {
		 border-radius: 100px;
		font-size: 2rem;
		 height: 80px;
		max-width: 500px;
		margin: 30px auto 0;
	}
}


.btn-arrow {
    display: inline-block;
    padding-right: 16px;
    margin: 0 auto;
}
.btn-arrow::before {
    content: "";
    border-top: #FFF solid 2px;
    border-left: #FFF solid 2px;
    border-color: var(--color-mens);
    width: 10px;
    height: 10px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    transform: rotate(135deg);
}
.btn-arrow::after {
    /*	content: "";
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #FFF;
	width: 0;
	height: 0;
	margin: auto;
	position: absolute;
	top: 0;
	right: 8px;
	bottom: 0;*/
}
@media (min-width: 768px) {
    .fw-btn img {
        height: 18px;
    }
}
/* ==============================================================
   #トップ戻る
   ============================================================== */
.fw-page-top, .fw-page-bottom {
    position: fixed;
    margin: auto;
    right: 5px;
    z-index: 300;
}
.fw-page-top {
    bottom: 5px;
}
.fw-page-bottom {
    bottom: 0;
}
.fw-page-top a, .fw-page-bottom a {
    background-color: #F76F00;
    border-radius: 100%;
    display: block;
    width: 60px;
    height: 60px;
}
.fw-page-top a::before, .fw-page-bottom a::before {
    content: "";
    border-top: #FFF solid 2px;
    border-left: #FFF solid 2px;
    width: 10px;
    height: 10px;
    margin: auto;
    position: absolute;
}
.fw-page-top a::before {
    top: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.fw-page-bottom a::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 5px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.fw-page-top a:hover::before {}
@media (min-width: 768px) {
    .fw-page-top a, .fw-page-bottom a {
        width: 56px;
        height: 56px;
    }
    .fw-page-top, .fw-page-bottom {
        right: 20px;
    }
    .fw-page-top {
        bottom: 20px;
    }
}