@charset "utf-8";
/* CSS Document */
/*fabric_pc.css*/

    
/*----------- color241_pc -----------*/
body{
    position: relative;
    margin: 0 auto ;
    text-align: center;
    width: 100%;
}
h2{
    font-size: 1.8vw;
    margin: 3% auto;
    line-height: 2.2;
}
.color241{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: block;
}

.color241 img{
    width: 100%;
}

.color241 p{
    display: block;
    font-size: 1.2vw;
    color: #ed7cac;
}
.color241 ul, .color241 li{
    list-style: none;
    margin: 0;
    padding: 0;
    justify-items: center;
}
.color241 .pc{
    display: block;
}
.color241 .sp{
    display: none;
}

#tit{
    display: block;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
#tit .tit_main{   
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
}
#tit .tit_sub{   
    position: absolute;
    display: block;
    width: 37vw;
    margin: -36.5% auto 0 54%;
    animation-name: fadein;
    animation-duration: 0.8s;
    border-bottom: none;
}

@keyframes fadein{
    from{
    opacity: 0;
    transform: translatey(100px);
    }
    to{
    opacity: 1;
    transform: translatey(0);
    }
}
#menu {
    width: 80vw;
    margin: 0 auto 6%;
    display: inline-flex;
    animation-name: fadein;
    animation-duration: 1s;
}
#menu a{
    width: fit-content;
    display: block;
    padding: 0 1.1vw;
}
.red{
    display: block;
    width:18vw;
    height:35vw; background:url('https://kimuratan.itembox.design/item/img/f/241/color/241color_menu01_off.png');
    background-size: 18vw;
    background-repeat: no-repeat;
}
.red:hover{
    background:url('https://kimuratan.itembox.design/item/img/f/241/color/241color_menu01.png');
    background-size: 18vw;
    background-repeat: no-repeat;
}
.yellow{
    display: block;
    width:18vw;
    height:35vw; background:url('https://kimuratan.itembox.design/item/img/f/241/color/241color_menu02_off.png');
    background-size: 18vw;
    background-repeat: no-repeat;
}
.yellow:hover{
    background:url('https://kimuratan.itembox.design/item/img/f/241/color/241color_menu02.png');
    background-size: 18vw;
    background-repeat: no-repeat;
}
.green{
    display: block;
    width:18vw;
    height:35vw; background:url('https://kimuratan.itembox.design/item/img/f/241/color/241color_menu03_off.png');
    background-size: 18vw;
    background-repeat: no-repeat;
}
.green:hover{
    background:url('https://kimuratan.itembox.design/item/img/f/241/color/241color_menu03.png');
    background-size: 18vw;
    background-repeat: no-repeat;
}
.blue{
    display: block;
    width:18vw;
    height:35vw; background:url('https://kimuratan.itembox.design/item/img/f/241/color/241color_menu04_off.png');
    background-size: 18vw;
    background-repeat: no-repeat;
}
.blue:hover{
    background:url('https://kimuratan.itembox.design/item/img/f/241/color/241color_menu04.png');
    background-size: 18vw;
    background-repeat: no-repeat;
}

#menu .red,#menu .yellow,#menu .green,#menu .blue{

}

#menu img{
    width: 80%;
}

#style01,
#style02,
#style03,
#style04{
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    }

#style01{
    padding: 6% 0;
    position: relative;
    background-color: #ee515a;
}
#st01 {
    width: 55vw;;
    margin: 0 auto;
}
#st01 .sub_tit {
    width: 17vw;
    margin: 0 auto!important;
    position: absolute;
    z-index: 20;
    right: 0;
    left: 0;
    top:3%
}
#st01 .st01_tex{
    line-height: 2.3;        font-size: 1.1vw;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin: 0;
    right: 12%;
    bottom: 3%;
    position: absolute;
    text-align: right;
    z-index: 10;
    animation-name: fadein;
    animation-duration: 2s;
}
#st01 .st01_tex .check{
    background-color: #ee515a;
}

#st01 .st01_01{
    width: 28%;
    margin: 0 auto;
    position: absolute;
    top: 21%;
    left: 27%;
    z-index: 20;
    }
#st01 .st01_02{
    width: 22%;
    right: 5%;
    top: 36%;
    margin: 0;
    position: absolute;
    z-index: 20;
    }
#st01 .st01_03{
    width: 30%;
    margin: 0 auto;
    position: absolute;
    z-index: 20;
    top: 10%;
    right: 28vw;
    left: 18vw;
    }
#st01 .st01_bg{
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    }

#style02{
    padding: 6% 0;
    position: relative;
    background-color: #fec446;
}
#st02 {
    width: 55vw;;
    margin: 0 auto;
}
#st02 .sub_tit {
    width: 17vw;
    margin: 0 auto!important;
    position: absolute;
    z-index: 20;
    right: 0;
    left: 0;
    top:3%
}
#st02 .st02_tex{
    line-height: 2.3;        font-size: 1.1vw;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin: 0;
    right: 12%;
    bottom: 3%;
    position: absolute;
    text-align: right;
    z-index: 10;
    animation-name: fadein;
    animation-duration: 2s;
}

#st02 .check{
    background-color: #fec446;
}

#st02 .st02_01{
    width: 15%;
    margin: 0 auto;
    position: absolute;
    z-index: 20;
    right: 3%;
    top: 6%;
    }
#st02 .st02_02{
    width: 14%;
    margin: 14% 0 0 3%;
    position: absolute;
    z-index: 20;
    }
#st02 .st02_03{
    width: 8%;
    margin: 14% 0 0 1%;
    position: absolute;
    top: 9%;
    right: 33%;
    z-index: 20;
    }
#st02 .st02_04{
    width: 8%;
    margin: 14% 0 0 1%;
    position: absolute;
    top: 36%;
    left: 10%;
    z-index: 20;
    }
#st02 .st02_bg{
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    }
#style03{
    padding: 6% 0;
    position: relative;
    background-color: #01a37c;
}
#st03 {
    width: 55vw;;
    margin: 0 auto;
}
#st03 .sub_tit {
    width: 13vw;
    margin: 0 auto!important;
    position: absolute;
    z-index: 20;
    right: 0;
    left: 0;
    top:3%
}
#st03 .st03_tex{
    line-height: 2.3;        font-size: 1.1vw;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin: 0;
    right: 12%;
    bottom: 3%;
    position: absolute;
    text-align: right;
    z-index: 10;
    animation-name: fadein;
    animation-duration: 2s;
}

#st03 .check{
    background-color: #01a37c;
}
#st03 .st03_01{
    width: 50%;
    margin: 0 auto;
    position: absolute;
    z-index: 20;
    bottom: 3%;
    left: 6%;
    }
#st03 .st03_02{
    width: 18%;
    margin: 0 auto;
    position: absolute;
    z-index: 20;
    right: 42%;
    top: 12%;
    }
#st03 .st03_03{
    width: 18%;
    margin: 0 auto;
    position: absolute;
    z-index: 20;
    right: 10%;
    top: 22%;  
    }
#st03 .st03_bg{
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    }
#style04{
    padding: 6% 0;
    position: relative;
    background-color: #4072E6;
}
#st04 {
    width: 55vw;;
    margin: 0 auto;
}
#st04 .sub_tit {
    width: 11vw;
    margin: 0 auto!important;
    position: absolute;
    z-index: 20;
    right: 0;
    left: 0;
    top:3%
}
#st04 .st04_tex{
    line-height: 2.3;        font-size: 1.1vw;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin: 0;
    right: 12%;
    bottom: 3%;
    position: absolute;
    text-align: right;
    z-index: 10;
    animation-name: fadein;
    animation-duration: 2s;
}

#st04 .check{
    background-color: #4072E6;
}
#st04 .st04_01{
    width: 16%;
    margin: 0 auto;
    position: absolute;
    z-index: 20;
    right: 26%;
    top: 10%;
    }
#st04 .st04_02{
    width: 9%;
    margin: 0 auto;
    position: absolute;
    z-index: 20;
    right: 52%;
    top: 26%;
    transform: rotate(-5deg);
    }
#st04 .st04_03{
    width: 7%;
    margin: 0 auto;
    position: absolute;
    z-index: 20;
    left: 5%;
    top: 26%;
    }
#st04 .st04_04{
    width: 7%;
    margin: 0 auto;
    position: absolute;
    z-index: 20;
    right: 32%;
    top: 25%;
    }
#st04 .st04_05{
    width: 15%;
    margin: 0 auto;
    position: absolute;
    z-index: 20;
    left: 40%;
    top: 84%;
    }

#st04 .st04_bg{
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    }


.color241 .later{
    font-size: 0.75em;
    line-height: 1.4;
    display: block;
    margin: 2px 0 0;
    padding: 0.2% 0.5%;
    border: 2px dotted;
    text-align: center;
    width: fit-content;
}

#allitems,
#follow{
    display: block;
    width: 100%;
}    

/***** ふわふわ *****/    
#fuwa1, #fuwa2, #fuwa3 ,#fuwa4 ,#fuwa5, #fuwa6 ,#fuwa7 ,#fuwa8, #fuwa9 ,#fuwa10{
  animation: 3s fuwafuwa infinite;
}   
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-20px);
  }
}

#fuwa11, #fuwa12, #fuwa13, #fuwa14, #fuwa15, #fuwa16, #fuwa17, #fuwa18, #fuwa19, #fuwa20{
  animation: 3.5s fuwafuwa2 infinite;
}   
@keyframes fuwafuwa2 {
  0%, 100% {
    transform: translateY(-30px);
  }
  40% {
    transform: translateY(0);
  }
}

#fuwa21, #fuwa22, #fuwa23, #fuwa24, #fuwa25, #fuwa26, #fuwa27, #fuwa28, #fuwa29, #fuwa30{
  animation: 2s fuwafuwa3 infinite;
}   
@keyframes fuwafuwa3 {
  0%, 100% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(0);
  }
}

#fuwa31, #fuwa32, #fuwa33, #fuwa34, #fuwa35, #fuwa36, #fuwa37, #fuwa38, #fuwa39, #fuwa40{
  animation: 3s fuwafuwa4 infinite;
}   
@keyframes fuwafuwa4 {
  0%, 100% {
    transform: translateY(-30px);
  }
  30% {
    transform: translateY(0);
  }
}

#fuwa41, #fuwa42, #fuwa43, #fuwa44, #fuwa45, #fuwa46, #fuwa47, #fuwa48, #fuwa49, #fuwa50{
  animation: 3.5s fuwafuwa5 infinite;
}   
@keyframes fuwafuwa5 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25px);
  }
}


/***** ゆらゆら *****/ 
#yurayura1, #yurayura2, #yurayura3{
    transform-origin: left bottom;
    animation: yurayura 4s linear infinite;
}
@keyframes yurayura {
  0% , 100%{
      transform: rotate(5deg);
  }
  30%{
      transform: rotate(-5deg);
  }
  50%{
      transform: rotate(5deg);
  }
  80%{
      transform: rotate(-5deg);
  }  
}
    
#yurayura4, #yurayura5, #yurayura6{
    transform-origin: center bottom;
    animation: yurayura2 4.5s linear infinite;
}
@keyframes yurayura2 {
  0% , 100%{
      transform: rotate(-8deg);
  }
  25%{
      transform: rotate(8deg);
  }
  50%{
      transform: rotate(-8deg);
  }
  75%{
      transform: rotate(8deg);
  } 
} 

#yurayura7, #yurayura8, #yurayura9{
    transform-origin: left bottom;
    animation: yurayura3 5s linear infinite;
}
@keyframes yurayura3 {
  0% , 100%{
      transform: rotate(-3deg);
  }
  30%{
      transform: rotate(3deg);
  }
  50%{
      transform: rotate(-3deg);
  }
  80%{
      transform: rotate(3deg);
  }  
} 
#yurayura10, #yurayura11, #yurayura12{
    transform-origin: center bottom;
    animation: yurayura4 4.5s linear infinite;
}
@keyframes yurayura4 {
  0% , 100%{
      transform: rotate(8deg);
  }
  25%{
      transform: rotate(-8deg);
  }
  50%{
      transform: rotate(8deg);
  }
  75%{
      transform: rotate(-8deg);
  } 
} 

#kurukuru01{
    animation: 3s rotation infinite;
}
@keyframes rotation{
  0%{ transform:rotateY(0);}
  25%{ transform:rotateY(180deg);}     
  50%{ transform:rotateY(360deg);}
  80%{ transform:rotateY(180deg); }    
  100%{ transform:rotateY(100deg); }
}


#kurukuru02{
    animation: 6s rotation1 infinite;
}
@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}

#kurukuru03, #kurukuru04{
    animation: 10s rotation2 infinite;
    transform-origin: center top;
}
@keyframes rotation2{
  0%{ transform:rotateY(0);}
  50%{ transform:rotateY(360deg);}    
  100%{ transform:rotateY(200deg); }
}




.margin{ margin-top: 5% !important;
	
}

/*----------------------------
ボタン
----------------------------*/   
.color241 .btn{
    display: inline-block;
    background-color: #000;
    width: 50%;
    padding: 1.5% 5%;
    border-radius: 100px;
    margin: 16% auto 10%;
    color: #fff;
    font-size: 2.2vw;
    }
.color241 .btn:hover {
    opacity: .7;
}

.color241 .btn img{
    width: 62%;
}


/*----------------------------
フォント指定
----------------------------*/     
.noto100,.noto300,.noto400{
    font-family: 'Noto Sans JP', sans-serif;        
}
.noto100{
    font-weight: 100;
}
.noto300{
    font-weight: 300;
}
.noto400{
    font-weight: 400;
}

/*----------------------------
文字色
----------------------------*/    
.gold{
    color: #d4ae66;
}    
.gray{
    color: #7a7770;
}
    
/*----------------------------
font-size
----------------------------*/       
.fs01{
    font-size: 2.15vw;
    letter-spacing: 0.08em;
    line-height: 2.2;
    border-bottom: solid 3px #d4ae66;
    width: fit-content;
    margin: 0 auto;
} 
.fs02{
    font-size: 1.255555vw;
    letter-spacing: 0.08em;
    line-height: 2.2;
}   
.fs03{
    font-size: 1.15555vw;
    letter-spacing: 0.08em;
    line-height: 2.2;
}
    
/*----------------------------
背景色
----------------------------*/    
#bg_a{
    width: 100%;
    background-color: none;
    padding-top: 10%;
    margin: 0 auto;
}

#bg_b{
    width: 100%;
    background-color: none;
    padding-top: 10%;
}

#bg_y{
     background-color: #f8f4e1;
}


/*----------------------------
            表裏反転
----------------------------*/ 

/* カード内の画像 */
.card img {
  width: 100%;
}

.demo_div{
	width: 100%;
	height:100%;	
	text-align:center;
	position: relative;
	margin: 20% auto 90%;
	float: left;
	cursor: pointer;
}

.demo_div img{
    width: 60%;
    margin: 0 auto;
    position: absolute;
    left: 20%;
    right: 20%;
    top: 0px;
    opacity: 1.0;
    border-radius: 10%;
}

/* カード裏 */
@keyframes a1_1 {
    0% {
        transform: rotateY(0deg)
    }
    50% {
        transform: rotateY(90deg);
        opacity:1.0;
    }
    51% {
        opacity:0.0;
    }
    100% {
        opacity:0.0;
    }
}
@keyframes a1_2 {
    0% {
        transform: rotateY(0deg);
        opacity:0.0;
    }
    50% {
        transform: rotateY(90deg);
        opacity:0.0;
    }
    51% {
        opacity:1.0;
    }
    100% {
        transform: rotateY(0deg);
        opacity:1.0;
    }
}

.ani1_1{
	animation: a1_1 0.5s forwards;
}
.ani1_2{
	animation: a1_2 0.5s forwards;
}

/* カード表 */
@keyframes a2_1 {
    0% {
        opacity:0.0;
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(90deg);
        opacity:0.0;
    }
    51% {
        opacity:1.0;
    }
    100% {
        transform: rotateY(0deg);
        opacity:1.0;
    }
}
@keyframes a2_2 {
    0% {
        transform: rotateY(0deg);
        opacity:1.0;
    }
    50% {
        transform: rotateY(90deg);
        opacity:1.0;
    }
    51% {
        opacity:0.0;
    }
    100% {
        opacity:0.0;
    }
}

.ani2_1{
	animation: a2_1 0.5s forwards;
}
.ani2_2{
	animation: a2_2 0.5s forwards;
}

    
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(5px);
  opacity: 0;
}    
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*----------------------------
scroll_down ｜上から下へ出現
----------------------------*/
.scroll_down {
  transition: 0.8s ease-in-out;
  transform: translateY(-5px);
  opacity: 0;
}    
.scroll_down.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-200px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}
    
/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
} 



/*-- SNS --*/
#follow {
    display: block;
    width: 100%;
    position: relative;
    margin: 0;
    padding-bottom: 5%;
    animation-name: fadein;
    animation-duration: 1s;
    }    
#follow div {
    margin: 2% auto 0;
    font-family: 'Josefin Sans', sans-serif;
    position: revert;
    display: inline-block;
    padding: 0 16.5vw;
    font-size: 1.5vw;
    font-weight: 300;
    line-height: 1.3;
    z-index: -1;
    text-align: center;
    letter-spacing: 0.15em;
    color: #000;
}
#follow div:before, 
#follow div:after {
    content: '';
    top: 15%;
    display: inline-block;
    width: 8%;
    height: 0.2vh;
    background-color: #000;
}
#follow div:before {
    position: absolute;
    left: 30%;
}
#follow div:after {
    position: absolute;
    right: 30%;
} 
#follow li{    
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 2% 0.5%;
    padding: 0;
    background-color: #000;
    border-radius: 60%;
    }
#follow img {
    padding: 0;
    width: 50%;
    margin: 25%;
}        
#follow img:hover {
    opacity: .7;
}

/*-- Copyright --*/
.color241 .footer{
    font-style: normal;
    font-size: 0.9vw;
    padding-bottom: 5%;
    color: #fff;
}

#ftr ul{
    text-align: left;
}