@charset "UTF-8";
/* CSS Document */
*{
    font-family: "Zen Maru Gothic", sans-serif;
}
html{
    height: 100%;
}
body{
    height: 100%;
    margin: 0;
}
:root {
--main-color: #FFD500;
--text-color: #494634;
--sub-color: #F6F6F3;
--ad-color: #41A336;
}

p{
     font-size: 16px;
    line-height: 1.6;
    letter-spacing: 1px;
    color: var(--text-color);
    margin-top: 10px;
}
p:first-of-type{
    margin-top: 0;
}
.sp_only{
    display: none;
}

header{
    width: 100vw;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}
header .f_container{
    position: relative;
    width: 800px;
    max-width: 90%;
    padding: 10% 0;
    margin: 0 auto;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: nowrap;
  	flex-wrap: nowrap;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
header .f_container .f_item{
    width: 50%;
    max-width: 300px; 
}
header .f_container .f_item img{
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}
header .f_container .f_item .text p{
    position: absolute;
    left: 0;
    bottom:20%;
    width: 480px;
    z-index: 10;
    max-width: 90%;
    text-align: left;
    font-size: 28px;
    letter-spacing: 2px;
    line-height: 2.0;

}

/*============
nav
=============*/
nav {
  display: block;
  position: fixed;
  top: 0;
  right: -400px;
  bottom: 0;
  width: 400px;
  background: var(--main-color);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 100;
  opacity: 0;
}
.open nav {
  right: 0;
  opacity: 1;
}
nav .inner {
  padding: 60px 25px 25px 25px;
}
nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
}
nav .inner ul li a {
  display: block;
  color: var(--text-color);
  font-size: 16px;
  padding: 1.5em 0;
  text-decoration: none;
  transition: all 0.5s ease 0s
}
nav .inner ul li a:hover {
    letter-spacing: 1px;
    transition: all 0.5s ease 0s
}
nav .inner ul li a.btn{
    background: var(--text-color);
    color: var(--main-color);
}

/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 300;
}
.toggle_btn span {
  display: block;
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  background-color: var(--main-color);
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.open .toggle_btn span {
  background-color: var(--text-color);
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}

.bg-wrap {
  overflow: hidden;
  position: relative;
}

.bg-wrap::before {
  animation: bg-wrap 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: var(--main-color);
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

@keyframes bg-wrap {
  100% {
    transform: translateX(100%);
  }
}

@keyframes bg-wrap-before {
  100% {
    transform: translateY(100%);
  }
}
#contents{
    position: relative;
    z-index: 10;
    background: #fff;
    overflow: hidden;
}
#contents .center{
    text-align: center;
}
#contents section{
    padding: 100px 3%;
    box-sizing: border-box;

}
#contents section .inner{
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}
#contents .gray{
    background: var(--sub-color);
}
#contents h2{
    font-weight: 500;
    color: var(--text-color);
    font-size: 28px;
    margin-bottom: 30px;
    letter-spacing: 3px;
}
#contents h2 span{
    background: linear-gradient(transparent 70%, #FFD500 70%);
    line-height: 1.5;
}


#contents .inner .f_container{
    width: 1000px;
    max-width: 100%;
    margin: 0 auto 40px;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: nowrap;
  	flex-wrap: nowrap;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#contents .inner .f_container .f_item{
    width: 47%;
    max-width: 465px;
}

#contents .inner .f_container.left .f_item img{
    width: 400px;
    max-width: 100%;
    
}
#contents .inner .w_box{
    text-align: center; 
    background: #fff;
    width: 1000px;
    max-width: 100%;
    padding: 60px;
    border-radius: 60px;
    margin: 100px auto 0;
    box-sizing: border-box;
}
#contents #concept .inner .f_container .f_item{}

#contents #vision{
    background: url(../images/img_bg.png);
    background-repeat: repeat;
    
}
#contents #vision .inner ol{
    list-style: none;
    margin-top: 100px;
}
#contents #vision .inner ol li{
    background: #fff;
    border-radius: 60px;
    padding: 60px;
    margin-bottom: 40px;
    position: relative;
}

#contents #vision .inner ol li:before{
    position: absolute;
    content: '';
    width: 240px;
    height: 72px;
    top: -25px;
    left: calc(50% - 120px);
    background-repeat: no-repeat;
    background-size: contain;
}

#contents #vision .inner ol li:nth-child(1):before{
    background-image: url(../images/img_vision_01.png);
}
#contents #vision .inner ol li:nth-child(2):before{
    background-image: url(../images/img_vision_02.png);
}
#contents #vision .inner ol li:nth-child(3):before{
    background-image: url(../images/img_vision_03.png);
}
#contents #vision .inner ol li:after{
    position: absolute;
    content: '';
    width: 72px;
    height: 72px;
    top: 50px;
    left: 40px;
    background-repeat: no-repeat;
    background-size: contain;
}
#contents #vision .inner ol li:first-child:after{
    background-image: url(../images/img_num01.jpg);
}
#contents #vision .inner ol li:nth-child(2):after{
    background-image: url(../images/img_num02.jpg);
}
#contents #vision .inner ol li:nth-child(3):after{
    background-image: url(../images/img_num03.jpg);
}
#contents #vision .inner ol li .f_container{
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: nowrap;
  	flex-wrap: nowrap;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    margin-bottom: 0;
}
#contents #vision .inner ol li .f_container .f_item{
    text-align: left;
    width: 65%;
    
}
#contents #vision .inner ol li .f_container .f_item:first-child{
    width: 35%;
}
#contents #vision .inner ol li .f_container .f_item h3{
    font-size: 28px;
    color: var(--text-color);
    font-weight: 400;
    position: relative;
    z-index: 1000;
}
#contents #vision .inner ol li .f_container .f_item p{
    text-align: justify;
    line-height: 1.2;
}
#contents #vision .inner ol li .f_container .f_item p .sub{
    border: 1px solid var(--text-color);
    width: 80px;
    display: block;
    text-align: center;
    margin-top: 10px;
}
#contents #vision .inner ol li .f_container .f_item p:first-child .sub{
    margin-top: 0;
}

#contents #plan .inner .p_wrap .f_container{
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#contents #plan .inner .p_wrap .f_container:last-child{
    -webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
    margin-top: 80px;
}
#contents #plan .inner .p_wrap .f_container .f_item{
    text-align: justify;
    width: 48%;
    
}
#contents #plan .inner .p_wrap .f_container .f_item.text{
    max-width: 465px;
}
#contents #plan .inner .p_wrap .f_container .f_item.img{
    max-width: 400px;
}
#contents #plan .inner .p_wrap .f_container .f_item h3{
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 2.0;
    margin-bottom: 40px;
    color: var(--text-color);
}
#contents #plan .inner .p_wrap .f_container:last-child .f_item h3{
    text-align: right;
}
#contents #plan .inner .p_wrap .f_container .f_item p{
    
}

#contents #plan .inner .p_wrap .f_container .f_item img{
    width: 100%;
    max-width: 100%;
    display: block;
}
#contents #plan .inner .f_box{
    width: 600px;
    max-width: 100%;
    height: 110px;
    margin: 100px auto 0;
    background: url(../images/img_frame.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    
}
#contents #plan .inner .f_box span{
    font-size: 26px;
    color: var(--text-color);
    line-height: 1.5;
    letter-spacing: 2px;
}
#contents #about{
    background: url(../images/img_bg.png);
    background-repeat: repeat;
    
}
#contents #about .inner .f_container{
    -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
#contents #about .inner .f_container.arrow{
    position: relative;
}
#contents #about .inner .f_container.arrow:before{
    position: absolute;
    content: '';
    width: 40px;
    height: 194px;
    background: url(../images/img_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    right: 0;
    animation: updown 2s infinite ease-in-out;
}
@keyframes updown {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
#contents #about .s_container{
    width: 50%;
    min-width: 560px;
    height: 60vh;
    overflow: scroll;
}

#contents #about .s_container ul{
    margin-left: 20px;
}
#contents #about .s_container ul li{
    background: #fff;
    margin-bottom: 40px;
    width: 480px;
    max-width: 100%;
    height: 350px;
    border-radius: 60px;
    overflow: hidden;
}
#contents #about .s_container ul li .f_container .f_item{
    height: auto;
    width: 280px;
    max-width: 100%;
    overflow: hidden;
}
#contents #about .s_container ul li .f_container .f_item.left{
    box-sizing: border-box;
}
#contents #about .s_container ul li .f_container .f_item img{
    width: 100%;
    max-width: 100%;
    display: block;
}
#contents #about .s_container ul li .f_container .f_item .name h3{
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 4px;
    padding: 30px 30px 0;
    margin-bottom: 30px;
    color: var(--text-color);
}
#contents #about .s_container ul li .f_container .f_item .name h3 span{
    display: block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
#contents #about .s_container ul li .f_container .f_item.left{
    overflow: scroll;
}
#contents #about .s_container ul li .f_container .f_item.left .c_box{
    height: 230px;
    overflow: scroll;
    padding: 0 30px 30px;
    box-sizing: border-box;
}

#contents #about .s_container ul li:nth-child(4) .f_container .f_item.left .c_box{
        height: 200px;
    }
#contents #about .s_container ul li .f_container .f_item.left .c_box p{
    font-size: 14px;
}
#contents #about .s_container ul li .f_container .f_item.left .c_box p:first-child{
    margin-bottom: 10px;
}
#contents #about .s_container ul li .f_container .f_item.left .c_box p span{
    background: var(--text-color);
    color: #fff;
    padding: 0 0.4em;
    
}

}
#contents #info .f_container .f_item{
    width: 45%;
}
#contents #info .f_container .f_item .map{
    overflow: hidden;
    width: 100%;
    max-width: 465px;
    height: 260px;
    border-radius: 60px;
    margin-top: 40px;
}
#contents #info .f_container .f_item.img{
    width: 45%;
    max-width: 400px;
}
#contents #info .f_container .f_item.img img{
    width: 100%;
    max-width: 100%;
}


#contents #insta .wrap{
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
}
#contents #insta h2{
    line-height: 1.8
}
.banner{
        width: 100%;
    max-width: 720px;
    height: 180px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
    border-radius: 60px;
}

.banner .inner{
    background: url(../images/img_event.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s;
    background-position: center;
}

.banner .inner:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    transition: all 0.5s ease 0s;
}
.banner .inner:hover:before{
    transition: all 0.5s ease 0s;
    background: rgba(0,0,0,0.1);
}
.banner a span {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 220px;
    height: 60px;
    display: block;
    background: var(--main-color);
    color: var(--text-color);
    text-decoration: none; 
    transition: all 0.5s ease 0s;
}
.banner a:hover span{
    transition: all 0.5s ease 0s;
    color: var(--main-color);
    background: var(--text-color);
}
.banner a span{
    line-height: 60px;
}
.btn{
    background: var(--main-color);
    color: var(--text-color);
    font-size: 14px;
    width: 100%;
    max-width: 200px;
    padding: 1.5em;
    display: block;
    text-decoration: none;
    text-align: center;
    margin: 40px 0 0;
    transition: all 0.5s ease 0s;
}
.btn:hover{
    transition: all 0.5s ease 0s;
    color: var(--main-color);
    background: var(--text-color);
}

#footer{
    background-color: var(--main-color);
    
}
#footer .inner .logo{
    width: 400px;
    max-width: 90%;
    margin: 0 auto;
}
#footer .inner .logo img{
    width: 100%;
    max-width: 100%;
    display: block;
    height: auto;
}


footer{
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: #35363A;
    padding: 10px 0;
}
/* スクロールCSS */
.fade-in {
  opacity: 0;
  transition-duration: 1500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}


@media screen and (max-width: 768px) {
        .sp_only{
    display: block;
}
    header{
    }
    nav {
    right: -250px;
    width: 250px;
  }
    header h1{
    top: 15%;
        left: 5%;

    }

    header .main img {
        min-height: 50%;
        top: 25%;
    }
    .title-span{
        line-height: 1;
    }

    #contents h2{
        font-size: 28px;
    }
        #contents .center p{
        width: 100%;
    }
    #contents .inner .f_container{
        -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    }
    #contents .inner .f_container .f_item{
        width: 100%;
        max-width: 100%;
    }
    #contents #concept .inner .f_container{
        -ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
        text-align: center;
    }
    #contents #concept .inner .f_container .f_item:last-child{
        margin-bottom: 40px;
    }
    #contents #concept .inner .f_container .f_item img{
        text-align: center;
    }
    #contents #concept .inner .f_container .f_item h2{
        text-align: left;
    }
    #contents #concept .inner .f_container .f_item p{
        text-align: justify;
    }
    #contents .inner .w_box{
        margin-top: 80px;
    }
    #contents #vision .inner ol li .f_container{
        -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    }
    #contents #vision .inner ol li .f_container .f_item{
        width: 100%;
        
    }
    #contents #vision .inner ol li .f_container .f_item:first-child{
        width: 100%;
        padding: 40px 0 0 40px;
        margin-bottom: 20px;
    }
    #contents #plan .inner .p_wrap .f_container .f_item.text{
        max-width: 100%;
    }
    #contents #plan .inner .p_wrap .f_container .f_item.img{
        max-width: 400px;
        margin: 0 auto 40px;
    }

    #contents #info .f_container .f_item.img{
        margin: 0 auto;
    }
    #contents #info .f_container .f_item .map{
        margin: 40px auto;
    }
    #contents #plan .inner .p_wrap .f_container{
        -ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
        text-align: center;
    }
    #contents #plan .inner .p_wrap .f_container .f_item{
        width: 100%;
        
    }
    #contents #about .s_container{
        margin: 40px auto 0;
        width: 640px;
        max-width: 100%;
    }
    #contents #about .s_container ul li{
        width: 100%;
    }
    #contents #about .s_container ul li .f_container .f_item{
        width: 50%;
    }
    #contents #about .s_container ul li .f_container .f_item.left .c_box{
        height: 230px;
    }

    #footer .f_item ul li a{
        font-size: 14px;
    }
    #contents section#footer{
        padding-bottom: 80px;
    }

    #footer .f_item .logo{
        width: 200px;
    }
    .btn{
        margin-top: 20px;
    }
}

@media screen and (max-width: 600px) {

    header .f_container .f_item{
        width: 230px;
    }
        
    header .f_container .f_item .text p{
        font-size: 24px;
        line-height: 1.8;
        bottom: 15%;
            left: 2%;

    }

    .toggle_btn{
        top: 20px;
        right: 20px;
    }
    #contents section{
        padding: 60px 6%;
    }
    #contents h2{
        font-size: 24px;
        margin-bottom: 20px;
    }
    #contents h2 .jp{
        font-size: 16px;
    }
    #contents #vision .inner ol{
        margin-top: 70px;
    }
    #contents #vision .inner ol li .f_container .f_item h3{
        font-size: 24px;
    }
    #contents #vision .inner ol li{
        padding: 50px;
    }
    #contents #vision .inner ol li:before{
        width: 200px;
        left: calc(50% - 100px);
        height: 60px;
    }
    #contents #vision .inner ol li:after{
        left: 30px;
        top: 40px;
    }
    #contents #plan .inner .f_box{
        background-image: url(../images/img_frame_sp.png);
        width: 480px;
        height: 146px;
    }
    #contents #plan .inner .f_box span{
        font-size: 24px;
    }
        #contents #plan .inner .p_wrap .f_container:last-child .f_item h3{
        text-align: left;
    }
    #contents #about .inner .f_container,
    #contents #info .inner .f_container{
       flex-wrap: wrap; 
    }
    #contents #info .f_container .f_item .map{
        width: 100%;
        height: 180px;
    }
    #contents #info .inner .f_container .map iframe{
        width: 400px;
        height: 180px;
        border-radius: 60px;
        overflow: hidden;
    }

    #contents #about .inner .f_container, #contents #info .inner .f_container{
        margin-bottom: 0;
    }
 
    #contents #about .inner .f_container.left .f_item{
        max-width: 100%;
        margin-bottom: 0;
    }
    
    
    #contents #about .inner .f_container.left .f_item:first-child{
        margin-bottom: 40px;
    }
    

    #contents #about .s_container ul li .f_container .f_item .name h3{
        font-size: 20px;
        margin-bottom: 20px;
    }
    #contents #about .s_container ul li .f_container .f_item .name h3 span{
        font-size: 14px;
    }
    #contents #about .s_container ul li .f_container .f_item.left .c_box{

    }
    #contents #about .s_container ul li .f_container .f_item.left .c_box p{
        line-height: 1.5;
        font-size: 13px;
        padding-bottom: 10px;
    }
    #contents #info .f_container .f_item:last-child{
        margin-bottom: 0;
        width: 100%;
    }
    #contents #about .s_container ul{
        margin-left: 0;
    }
    #contents #about .s_container ul li{
        width: 480px;
        margin: 0 auto 20px 10px;
        height: 280px;
    }
    
    #footer .inner .f_container{
       flex-wrap: wrap; 
    }
    #footer .f_container .f_item{
        width:  100%;
    }
    
    .banner{
        height: 150px;
    }
    .banner a span{
        width: 180px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }
}
    
@media screen and (max-width: 480px){
    .banner{
        height: 110px;
    }

    header .f_container .f_item{
        width: 160px;
    }
    header .f_container .f_item .text p{
        font-size: 20px;
        bottom: 8%;

    }
    p{
        line-height: 1.3;
    }
    #contents .inner .w_box{
        padding: 30px 20px;
        margin-top: 40px;
    }
    #contents #vision .inner ol li{
        padding: 30px 30px 40px;
    }
    #contents #vision .inner ol li .f_container .f_item h3{
        text-align: center;
    }
    #contents #vision .inner ol li:after{
        width: 62px;
        height: 62px;
        left: 20px;
        top: 30px;
    }
    #contents #vision .inner ol li .f_container .f_item:first-child{
        padding: 30px 0 0 0;
        margin-bottom: 40px;
    }
    #contents #plan .inner .p_wrap .f_container .f_item h3{
        font-size: 20px;
        line-height: 1.8;
        margin-bottom: 20px;
    }
    #contents #plan .inner .p_wrap .f_container .f_item.img{
        margin-bottom: 20px;
    }

    #contents #about .s_container ul li{
        width: 330px;
        margin: 0 auto 20px 0px;
        height: 170px;
    }
    
    #contents #about .s_container ul li .f_container .f_item{
        width: 35%;
    }
    #contents #about .s_container ul li .f_container .f_item.left{
        width: 65%;
    }
    #contents #about .s_container ul li .f_container .f_item .name h3{
        padding: 20px 20px 0;
        
    }

    #contents #about .s_container ul li .f_container .f_item.left .c_box{
        padding: 0 20px 20px;
        height: 94px;
    }
    #contents #about .s_container ul li:nth-child(4) .f_container .f_item.left .c_box{
        height: 68px;
    }
    
    #contents #about .s_container ul li .f_container .f_item.left .c_box p{
        line-height: 1.3;
    }
    #contents #about .inner .f_container.arrow:before{
        right: -20px;
        width: 30px;
        height: 164px;
    }
    #contents #plan .inner .f_box{
        height: 109px;
        margin-top: 60px;
    }
    #contents #plan .inner .f_box span{
        font-size: 18px;
        
    }
    
}

.loading {
  /*ローディング画面の縦横幅を画面いっぱいになるように指定*/
  width: 100vw;
  height: 100vh;
  /*ローディング画面の表示位置を固定*/
  position: fixed;
  top: 0;
  left: 0;
  background: var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /*ローディング画面を0.5秒かけて非表示にする*/
  transition: all 0.5s linear;
z-index: 100000000000;
}

/*ローディング画面を非表示にする*/
.loading.loaded {
  opacity: 0;
  visibility: hidden;
}

.loading-text {
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

.spinner {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 5px solid #FFF;
  border-left-color: var(--main-color); 
  /* アニメーションを1秒かけて実行 */
  animation: spinner-rotation 1s linear infinite;
}

/* アニメーションの設定 */
@keyframes spinner-rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
