@charset "UTF-8";

/* ================================================
===================================================
===================================================
Base
===================================================
===================================================
================================================ */
body{-webkit-text-size-adjust: 100%;color: #292929;font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;padding: 0;height: auto;font-size: 16px;}
img {width: 100%;}
body * {
  box-sizing : border-box;
}
/*++++++++++++++++++++++++++
	Link : Img
++++++++++++++++++++++++++*/
/*  PC  */
@media screen and (min-width: 641px){a:hover img {filter: alpha(opacity=75);-moz-opacity:0.75;opacity:0.75;}a:hover{filter: alpha(opacity=75);-moz-opacity:0.75;opacity:0.75;}
/* hover */.hover,a.hover{text-decoration:none ;-webkit-transition: background-color 0.4s linear;-moz-transition: background-color 0.4s linear;-o-transition: background-color 0.4s linear;transition: background-color 0.4s linear;filter: alpha(opacity=100);-moz-opacity:1;opacity:1;}}
dl,dt,dd,ul,ol,li{margin: 0px;padding: 0px;list-style:none;}
/*++++++++++++++++++++++++++
	汎用クラス
++++++++++++++++++++++++++*/
td {text-align: left;}
th {font-weight: normal;text-align: center;}
section {clear: both;margin: 0;padding: 0;}
/* ================================================
===================================================
===================================================
Base end
===================================================
===================================================
================================================ */

/* ================================================
===================================================
===================================================
reset
===================================================
===================================================
================================================ */
/* 
	html5doctor.com Reset Stylesheet
	v1.6.1
	Last Updated: 2010-09-17
	Author: Richard Clark - http://richclarkdesign.com 
	Twitter: @rich_clark
*/
 
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tfoot, thead, 
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;margin: 0;font-style: normal;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {display:block;}
nav ul {list-style:none;padding:0 ;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {content:'';content:none;}
.clear_both {clear: both;}
a {margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
h1, h2, h3, h4, h5, h6 {font-size:100%;font-weight:normal;}
address{font-style:normal ;}
/* ================================================
===================================================
===================================================
reset end
===================================================
===================================================
================================================ */

/*++++++++++++++++++++++++++
	背景
++++++++++++++++++++++++++*/
html{
    scroll-padding-top: 30px;
}
.wrapper {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "游ゴシック", "Yu Gothic", "メイリオ", "sans-serif";
    max-width: 800px;
    width: 92%;
    margin: auto;
}
body{
    background-color: #8DC53E;
    color: #171717;
    font-size: 16px;
    font-weight:normal;
    line-height: 1.7em;
    position: relative;
    overflow-x: hidden;
}
img{
    vertical-align: bottom;
    width: 100%;
    height: 100%;
}
body a:hover{
    opacity: 1;
}
body a:hover img{
    opacity: 1;
}
main{
    background-image: url(../images/back_line.png);
    background-position: top center;
    background-size: 11px;
    background-repeat: repeat-y;
}

main,
footer{
    max-width: 500px;
    width: 100%;
    margin: auto;
    background-color: #8DC53E;
}
@media only screen and (max-width: 700px) {
    main,
    footer{
        max-width: 700px;
        width: 100%;
    }
}
/*++++++++++++++++++++++++++
	ボタン
++++++++++++++++++++++++++*/

a{text-decoration:none; color:#171717;}
a:link{text-decoration:none; color:#171717;}
a:visited{text-decoration:none; color:#171717;}
a:hover{text-decoration:none; color:#171717;}
a:active {text-decoration:none; color:#171717;}

/*++++++++++++++++++++++++++
	共通コンテンツ
++++++++++++++++++++++++++*/
.sp{
    display: none;
}
.pc{
    display:block;
}
@media only screen and (max-width: 700px) {
.sp{
     display: block;
}
.pc{
     display: none;
}
}
/*++++++++++++++++++++++++++
背景
++++++++++++++++++++++++++*/
.background .conts_left1{
    position: fixed;
    top: 10%;
    left: 0;
    z-index: 0;
    width: calc(50vw - 257px);
    z-index: 10000;
}
.background .conts_left1 figure{
    max-width: 350px;
    width: 80%;
    margin: auto;
}
.background .conts_left2{
    position: fixed;
    bottom: -4%;
    left: 0;
    width: calc(50vw - 257px);
    z-index: 10000;
}
.background .conts_left2 figure{
    max-width: 160px;
    width: 60%;
    margin: auto;
}
.background .conts_right{
    position: fixed;
    top:0;
    right: 0;
    z-index: 0;
}
.background .conts_right figure img{
    width: calc(50vw - 257px);
    height: 100vh;
    object-fit: cover;
}
@media only screen and (max-width: 1500px){
    .background .conts_left1{
        top: calc(45% - 20vw);
    }
}
@media only screen and (max-width: 700px) {
    .background .conts_left1,
    .background .conts_left2,
    .background .conts_right{
        display: none;
    }
}

/*++++++++++++++++++++++++++
メインビジュアル
++++++++++++++++++++++++++*/
#mainvisual{
    position: relative;
}
#mainvisual .title figure{
    position: absolute;
    top: 23%;
    left: 0;
    right: 0;
    margin: auto;
    width: 53%;
    z-index: 2;
}
/*++++++++++++++++++++++++++
共通コンテンツ
++++++++++++++++++++++++++*/
.w-contents{
    background-color: #fff;
    border: solid 2px #000;
    border-radius: 15px;
    padding: 90px 5% 8%;
}
hgroup{
    background-color: #fff;
    border: solid 3px #7B7B7B;
    width: 280px;
    margin: auto auto -60px;
    position: relative;
    z-index: 2;
    padding: 15px 0;
}
hgroup h1{
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
    letter-spacing: 0.02em;
}
hgroup h6{
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
    letter-spacing: 0.05em;
}
hgroup .arrow {
    position: relative;
    width: calc(100% - 20px);
    height: 26px;
    background: #3FC1B2;
}
hgroup .arrow::after {
    content: "";
    position: absolute;
    right: -25.8px;
    border-left: 13px solid #3FC1B2;
    border-top: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 13px solid transparent;
}
.posi-rel{
    position: relative;
}
.posi-rel .cloud1{
    position: absolute;
    top: -15px;
    left: 2%;
    width: 80px;
    z-index: 0;
}
.posi-rel .cloud2{
    position: absolute;
    top: -15px;
    right: 2%;
    width: 80px;
    z-index: 0;
}
/*++++++++++++++++++++++++++
about
++++++++++++++++++++++++++*/
#about{
    margin-top: 70px;
}
#about .w-contents{
    padding-bottom: 0;
}
#about p{
    font-weight: 600;
}
#about .mgn-b30{
    margin-bottom: 30px;
}
#about .att-txt{
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}
#about .image{
    margin-bottom: -2.57%;
}
/*++++++++++++++++++++++++++
howto
++++++++++++++++++++++++++*/
#howto{
    margin-top: 100px;
}
#howto h5{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
#howto .step-box:not(:last-child){
    margin-bottom: 50px;
}
#howto .step-box .number{
    background-color: #FFC453;
    padding: 12px 5px;
    margin-bottom: 30px;
}
#howto .step-box .number .txt{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
#howto .step-box .image{
    margin-bottom: 25px;
}
#howto .step-box .image .wid1{
    max-width: 200px;
    width: 80%;
    margin: auto;
}
#howto .step-box .image .wid2{
    max-width: 180px;
    width: 75%;
    margin: auto;
}
#howto .step-box p.txt1{
    font-weight: 600;
}
#howto .step-box p.txt2{
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
}
#howto .step-box .link-btn{
    margin-top: 20px;
}
#howto .step-box .link-btn a .txt{
    background-color: #36A1D1;
    border-radius: 1000px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 15px 5px;
    color: #fff;
}
/*++++++++++++++++++++++++++
map
++++++++++++++++++++++++++*/
#map{
    margin-top: 100px;
}
#map p.txt1{
    font-weight: 600;
}
#map .conts-box{
    position: relative;
}
#map .liner{
    margin-top: 40px;
}

#map .conts-box .post .p-txt{
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 500;
    text-align: center;
    position: relative;
}
#map .conts-box .post .p-txt::before{
    content: '';
    position: absolute;
    bottom: 3.2em;
    left: 0;
    right: 0;
    width: 30px;
    margin: auto;
}
#map .conts-box .post{
    position: absolute;
}
/*投稿数位置*/
#map .conts-box .kkk1{
    top: 770px;
    right: 130px;
}
#map .conts-box .kkk2{
    top: 680px;
    right: 30px;
}
#map .conts-box .kkk3{
    top: 490px;
    right: 0;
}
#map .conts-box .kkk4{
    top: 360px;
    right: 0;
}
#map .conts-box .kkk5{
    top: 230px;
    right: 0;
}
#map .conts-box .kkk6{
    top: 95px;
    right: 25px;
}
#map .conts-box .kkk7{
    top: 20px;
    left: 175px;
}
#map .conts-box .kkk8{
    top: 105px;
    left: 25px;
}
#map .conts-box .kkk9{
    top: 230px;
    left: 0;
}
#map .conts-box .kkk10{
    top: 350px;
    left: 0;
}
#map .conts-box .kkk11{
    top: 460px;
    left: 0;
}
#map .conts-box .kkk12{
    top: 570px;
    left: 0;
}
#map .conts-box .kkk13{
    top: 730px;
    left: 40px;
}
#map .conts-box .post.kkk1 .p-txt::before,
#map .conts-box .post.kkk2 .p-txt::before,
#map .conts-box .post.kkk3 .p-txt::before{
    background-color: #AFD666;
}
#map .conts-box .post.kkk4 .p-txt::before{
    background-color: #7EC3E2;
}
#map .conts-box .post.kkk5 .p-txt::before,
#map .conts-box .post.kkk6 .p-txt::before{
    background-color: #7D96DB;
}
#map .conts-box .post.kkk7 .p-txt::before,
#map .conts-box .post.kkk8 .p-txt::before{
    background-color: #968ACC;
}
#map .conts-box .post.kkk9 .p-txt::before,
#map .conts-box .post.kkk10 .p-txt::before,
#map .conts-box .post.kkk11 .p-txt::before,
#map .conts-box .post.kkk12 .p-txt::before,
#map .conts-box .post.kkk13 .p-txt::before{
    background-color: #F09286;
}
/*---------投稿数長さ---------*/
#map .conts-box .value .p-txt::before,
#map .conts-box .value0 .p-txt::before{
    max-height: 0;
    height: 0;
}
#map .conts-box .value1 .p-txt::before{
    max-height: 1px;
    height: 0.2vw;
}
#map .conts-box .value2 .p-txt::before{
    max-height: 2px;
    height: 0.4vw;
}
#map .conts-box .value3 .p-txt::before{
    max-height: 3px;
    height: 0.6vw;
}
#map .conts-box .value4 .p-txt::before{
    max-height: 4px;
    height: 0.8vw;
}
#map .conts-box .value5 .p-txt::before{
    max-height: 5px;
    height: 1vw;
}
#map .conts-box .value6 .p-txt::before{
    max-height: 6px;
    height: 1.2vw;
}
#map .conts-box .value7 .p-txt::before{
    max-height: 7px;
    height: 1.4vw;
}
#map .conts-box .value8 .p-txt::before{
    max-height: 8px;
    height: 1.6vw;
}
#map .conts-box .value9 .p-txt::before{
    max-height: 9px;
    height: 1.8vw;
}
#map .conts-box .value10 .p-txt::before{
    max-height: 10px;
    height: 2vw;
}
#map .conts-box .value11 .p-txt::before{
    max-height: 11px;
    height: 2.2vw;
}
#map .conts-box .value12 .p-txt::before{
    max-height: 12px;
    height: 2.4vw;
}
#map .conts-box .value13 .p-txt::before{
    max-height: 13px;
    height: 2.6vw;
}
#map .conts-box .value14 .p-txt::before{
    max-height: 14px;
    height: 2.8vw;
}
#map .conts-box .value15 .p-txt::before{
    max-height: 15px;
    height: 3vw;
}
#map .conts-box .value16 .p-txt::before{
    max-height: 16px;
    height: 3.2vw;
}
#map .conts-box .value17 .p-txt::before{
    max-height: 17px;
    height: 3.4vw;
}
#map .conts-box .value18 .p-txt::before{
    max-height: 18px;
    height: 3.6vw;
}
#map .conts-box .value19 .p-txt::before{
    max-height: 19px;
    height: 3.8vw;
}
#map .conts-box .value20 .p-txt::before{
    max-height: 20px;
    height: 4vw;
}
#map .conts-box .value21 .p-txt::before{
    max-height: 21px;
    height: 4.2vw;
}
#map .conts-box .value22 .p-txt::before{
    max-height: 22px;
    height: 4.4vw;
}
#map .conts-box .value23 .p-txt::before{
    max-height: 23px;
    height: 4.6vw;
}
#map .conts-box .value24 .p-txt::before{
    max-height: 24px;
    height: 4.8vw;
}
#map .conts-box .value25 .p-txt::before{
    max-height: 25px;
    height: 5vw;
}
#map .conts-box .value26 .p-txt::before{
    max-height: 26px;
    height: 5.2vw;
}
#map .conts-box .value27 .p-txt::before{
    max-height: 27px;
    height: 5.4vw;
}
#map .conts-box .value28 .p-txt::before{
    max-height: 28px;
    height: 5.6vw;
}
#map .conts-box .value29 .p-txt::before{
    max-height: 29px;
    height: 5.8vw;
}
#map .conts-box .value30 .p-txt::before{
    max-height: 30px;
    height: 6vw;
}
#map .conts-box .value31 .p-txt::before{
    max-height: 31px;
    height: 6.2vw;
}
#map .conts-box .value32 .p-txt::before{
    max-height: 32px;
    height: 6.4vw;
}
#map .conts-box .value33 .p-txt::before{
    max-height: 33px;
    height: 6.6vw;
}
#map .conts-box .value34 .p-txt::before{
    max-height: 34px;
    height: 6.8vw;
}
#map .conts-box .value35 .p-txt::before{
    max-height: 35px;
    height: 7vw;
}
#map .conts-box .value36 .p-txt::before{
    max-height: 36px;
    height: 7.2vw;
}
#map .conts-box .value37 .p-txt::before{
    max-height: 37px;
    height: 7.4vw;
}
#map .conts-box .value38 .p-txt::before{
    max-height: 38px;
    height: 7.6vw;
}
#map .conts-box .value39 .p-txt::before{
    max-height: 39px;
    height: 7.8vw;
}
#map .conts-box .value40 .p-txt::before{
    max-height: 40px;
    height: 8vw;
}
#map .conts-box .value41 .p-txt::before{
    max-height: 41px;
    height: 8.2vw;
}
#map .conts-box .value42 .p-txt::before{
    max-height: 42px;
    height: 8.4vw;
}
#map .conts-box .value43 .p-txt::before{
    max-height: 43px;
    height: 8.6vw;
}
#map .conts-box .value44 .p-txt::before{
    max-height: 44px;
    height: 8.8vw;
}
#map .conts-box .value45 .p-txt::before{
    max-height: 45px;
    height: 9vw;
}
#map .conts-box .value46 .p-txt::before{
    max-height: 46px;
    height: 9.2vw;
}
#map .conts-box .value47 .p-txt::before{
    max-height: 47px;
    height: 9.4vw;
}
#map .conts-box .value48 .p-txt::before{
    max-height: 48px;
    height: 9.6vw;
}
#map .conts-box .value49 .p-txt::before{
    max-height: 49px;
    height: 9.8vw;
}
#map .conts-box .value50 .p-txt::before{
    max-height: 50px;
    height: 10vw;
}
@media only screen and (max-width: 700px) {
    #map .conts-box .post .p-txt{
        font-size: 3vw;
    }
    #map .conts-box .post .p-txt::before{
        width: 6vw;
    }
    /*投稿数位置*/
    #map .conts-box .kkk1{
        top: 88.5%;
        right: 28%;
    }
    #map .conts-box .kkk2{
        top: 78%;
        right: 5%;
    }
    #map .conts-box .kkk3{
        top: 56.5%;
        right: 0;
    }
    #map .conts-box .kkk4{
        top: 40.5%;
        right: 0;
    }
    #map .conts-box .kkk5{
        top: 26%;
        right: 0;
    }
    #map .conts-box .kkk6{
        top: 9.5%;
        right: 6%;
    }
    #map .conts-box .kkk7{
        top: 1%;
        left: 43%;
    }
    #map .conts-box .kkk8{
        top: 12%;
        left: 3%;
    }
    #map .conts-box .kkk9{
        top: 26.5%;
        left: 0;
    }
    #map .conts-box .kkk10{
        top: 40%;
        left: 0;
    }
    #map .conts-box .kkk11{
        top: 52%;
        left: 0;
    }
    #map .conts-box .kkk12{
        top: 66%;
        left: 0;
    }
    #map .conts-box .kkk13{
        top: 84%;
        left: 12%;
    }
}


#map details{
    margin-top: 40px;
}
#map .details-summary {
	position: relative;
	display: block;
	padding: 15px;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	background-color: #8FC440;
    &:hover {
		cursor: pointer;
	}
	.btn {
		position: absolute;
		top: calc(50% - 13px);
		right: 15px;
		width: 26px;
		height: 26px;
		transform-origin: center center;
		transition-duration: 0.2s;
        background-color: #fff;
        border-radius: 100px;

		&:before,
		&:after {
			content: "";
			background-color: #000;
			border-radius: 10px;
			width: 14px;
			height: 1px;
			position: absolute;
			top: 13px;
			right: 6px;
			transform-origin: center center;
		}
		&:before {
			width: 1px;
			height: 14px;
			top: 6px;
			right: 13px;
		}
	}
	&.is-active {
		.btn {
			-webkit-transform: rotate(-180deg);
			transform: rotate(-180deg);
			&:before {
				content: none;
			}
		}
	}
}
#map .details-close {
	position: relative;
	display: block;
	padding: 15px;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	background-color: #8FC440;
    &:hover {
		cursor: pointer;
	}
	.btn {
		position: absolute;
		top: calc(50% - 13px);
		right: 15px;
		width: 26px;
		height: 26px;
		transform-origin: center center;
		transition-duration: 0.2s;
        background-color: #fff;
        border-radius: 100px;

		&:before{
			content: "";
			background-color: #000;
			border-radius: 10px;
			width: 14px;
			height: 1px;
			position: absolute;
			top: 13px;
			right: 6px;
			transform-origin: center center;
		}
	}
}
#map .details-summary::-webkit-details-marker{
	display: none;
}
#map .details-content{
	padding: 40px 0 10px;
}
#map .details-content .kukaku{
    margin-bottom: 30px;
}
#map .details-content .kukaku h2.clr1{
    background-color: #AFD666;
}
#map .details-content .kukaku h2.clr2{
    background-color: #7EC3E2;
}
#map .details-content .kukaku h2.clr3{
    background-color: #7D96DB;
}
#map .details-content .kukaku h2.clr4{
    background-color: #968ACC;
}
#map .details-content .kukaku h2.clr5{
    background-color: #F09286;
}
#map .details-content .kukaku h2{
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    padding: 13px 5px;
    border-radius: 1000px;
    margin-bottom: 18px;
}
#map .details-content .kukaku h3{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}
#map .details-content .kukaku h3 span{
    font-size: 0.8em;
}
/*++++++++++++++++++++++++++
post
++++++++++++++++++++++++++*/
#post{
    margin-top: 100px;
}
#post p.txt1{
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
}
#post .link-btn{
    margin-top: 20px;
}
#post .link-btn a .txt{
    background-color: #8FC440;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 15px 5px;
    color: #fff;
}
/*++++++++++++++++++++++++++
contact
++++++++++++++++++++++++++*/
#contact{
    margin-top: 100px;
    padding-bottom: 130px;
}
#contact h4{
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
}
#contact p.txt1{
    font-weight: 600;
    line-height: 2em;
    text-align: center;
    margin-bottom: 40px;
}
#contact p.txt2{
    text-align: center;
}
/*++++++++++++++++++++++++++
フッター
++++++++++++++++++++++++++*/
footer{
    background-color: #fff;
    padding: 30px 0 20px;
    position: relative;
}
footer figure{
    max-width: 280px;
    width: 90%;
    margin: auto auto 20px;
}
footer p.copyright{
    font-size: 12px;
    text-align: center;
}
/*+++++++トップへ戻る++++++*/
.pagetop {
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: none;
    z-index: 10;
    cursor: pointer;
}
.caret-circle{
    display: inline-block;
    vertical-align: middle;
    color: #C4C4C4;
    line-height: 1;
    position: relative;
    width: 30px;
    height: 30px;
    background: currentColor;
    border-radius: 50%;
    box-sizing: content-box;
}

.caret-circle::before{
    content: '';
    color: #fff;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 6px 9px;
    border-right-color: currentColor;
    border-left: 0;
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
/*++++++++++++++++++++++++++
トップアニメーション
++++++++++++++++++++++++++*/
.scale-in {
    transform: scale(0.7);
    opacity: 0;
}
.scale-in.show {
    opacity: 1;
    animation: scaleBounceIn 0.65s cubic-bezier(0,.22,.22,1) forwards;
}
@keyframes scaleBounceIn {
    0% {
        transform: scale(0.7);
        opacity: 0;
    }
    50% {
        transform: scale(1.02);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.slide-in-up {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s, transform 1s;
}
.slide-in-up.show {
    opacity: 1;
    transform: translateY(0);
}
/*++++++++++++++++++++++++++
スクロールアニメーション
++++++++++++++++++++++++++*/
.scroll-fadeup{
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s, transform 1s;
}
.scroll-fadeup.is-inview{
    opacity: 1;
    transform: translateY(0);
}
.scroll-scaleup {
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.6s, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}
.scroll-scaleup.is-inview {
    opacity: 1;
    transform: scale(1);
}