@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1&display=swap');
/* CSS Document */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  scroll-behavior: smooth;
}

.btn_items {
    display: flex;
justify-content: center;
}
    
.btn_items .item {
	width : 50%;
}        
