@charset "utf-8";

/* --- 全体はじまり ----- */
body{
margin: 0;
padding: 0;
font-family: 'Rubik Dirt', cursive;
}

p,h1,h2,h3,h4,h5,h6{
margin-top: 0;
}

img{
vertical-align:bottom;
}

ul{
margin: 0;
padding: 0;
}

#wrap{
clear: both;
width: :auto;
margin: 0 auto;
}

.blank{
width: 100%;
height: 50px;
background: transparent;
}
/* --- 全体おわり ----- */

/*---------------------------------
アコーディオンボックス
--------------------------------*/
.acbox{
width: auto;
font-size:0px; 
margin:0 10px;
}

.acbox label{
width: auto;
font-size: 16px; 
font-weight: bold;
text-align: center;
background:#aaabab; 
position: relative;
display: block;
padding:8px;
border-radius: 0px; 
cursor: pointer;
color: #fff;
letter-spacing: 2px;
}

.acbox label:hover{
background:#1e1210;
}

.acbox input{
display: none;
}

.acbox label:after{
color: #fff;
content:"＋"; 
position: absolute;
top: 50%;
right: 15px;
margin-top: -14px;
}

.acbox input:checked ~ label::after {
content:"－"; 
}

.acbox div{
height: 0px;
overflow: hidden;
opacity: 0;
transition: 0.15s; 
}

.acbox input:checked ~ div{
height: auto;
padding: 10px; 
border-radius: 0px;
background: transparent; 
opacity: 1;
z-index: -1;
}

.acbox input:checked ~ label {
background: #1e1210; 
}

.acbox-under{
font-size: 12px; 
letter-spacing: 2px;
font-weight: 100;
color: #1e1210;
}

/*scrollbar始まり*/
div::-webkit-scrollbar {
width: 15px;
}

div::-webkit-scrollbar-track {
background:#000;
border-radius: 5px;
}
div::-webkit-scrollbar-thumb {
background:#fff;
border-radius:5px;
}

/*scrollbarおわり*/

* --- 文字スクロールはじまり ----- */
.scroll {
margin     : auto;
width      : 96%;
text-align : center;
color      : #333;
overflow   : hidden;

}

.scroll span{
display     : inline-block;
padding-left: 65%;
white-space : nowrap;
animation   : scrollAnime 11s linear infinite;
}

.scroll img{
width: 50px;
}

@keyframes scrollAnime{
0% { transform: translateX(0)}
100% { transform: translateX(-100%)}
}

.scroll2 {
margin     : auto;
width      : 96%;
text-align : center;
color      : #333;
overflow   : hidden;

}

.scroll2 span{
display     : inline-block;
padding-left: 65%;
white-space : nowrap;
animation   : scrollAnime 5s linear infinite;
}

.scroll2 img{
width: 50px;
}

@keyframes scrollAnime{
0% { transform: translateX(0)}
100% { transform: translateX(-100%)}
}

.scroll3 {
margin     : auto;
width      : 96%;
text-align : center;
color      : #333;
overflow   : hidden;
}

.scroll3 span{
display     : inline-block;
padding-left: 65%;
white-space : nowrap;
animation   : scrollAnime 3s linear infinite;
}

.scroll3 img{
width: 50px;
}

@keyframes scrollAnime{
0% { transform: translateX(0)}
100% { transform: translateX(-100%)}
}

@media (max-width: 768px){
.scroll {
margin     : auto;
width      : 96%;
text-align : center;
color      : #333;
overflow   : hidden;

}

.scroll span{
display     : inline-block;
padding-left: 65%;
white-space : nowrap;
animation   : scrollAnime 11s linear infinite;
}

.scroll img{
width: 50px;
}

@keyframes scrollAnime{
0% { transform: translateX(0)}
100% { transform: translateX(-100%)}
}

.scroll2 {
margin     : auto;
width      : 96%;
text-align : center;
color      : #333;
overflow   : hidden;

}

.scroll2 span{
display     : inline-block;
padding-left: 65%;
white-space : nowrap;
animation   : scrollAnime 5s linear infinite;
}

.scroll2 img{
width: 50px;
}

@keyframes scrollAnime{
0% { transform: translateX(0)}
100% { transform: translateX(-100%)}
}

.scroll3 {
margin     : auto;
width      : 96%;
text-align : center;
color      : #333;
overflow   : hidden;
}

.scroll3 span{
display     : inline-block;
padding-left: 65%;
white-space : nowrap;
animation   : scrollAnime 3s linear infinite;
}

.scroll3 img{
width: 50px;
}

@keyframes scrollAnime{
0% { transform: translateX(0)}
100% { transform: translateX(-100%)}
}
}
/* --- 文字スクロール終わり ----- */

/* --- hoverエフェクトはじまり ----- */
.hover {
position: relative;
width: 100%;
height:100%;
}
.hover .hover-img {
margin: 0;
padding: 0;
}
.hover-img img {
width: 100%;
height: 100%;
}
.hover .hover-text {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
color: #fff;
background-image: url(../images-home/service-bg02.png);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
opacity: 0;
transition: .3s ease-in-out;
}
.hover .hover-text .text1 {
font-size: 22px;
padding: 10px 20px;
}
.hover .hover-text .text2 {
font-size: 16px;
padding: 0 20px;
}
.hover:hover .hover-text {
opacity: 1;
}
/* --- hoverエフェクト終わり ----- */

/* --- 文字エフェクトはじまり ----- */
.str01{ 
display       : inline-block;        
border-bottom : 2px solid #fff;  
}

.str02{
color:#fdd000;
font-size: 60px;
font-weight: bold;
}

/* --- 文字エフェクトおわり ----- */

/* --- top　ボタン ----- */
.topIcon {
display       : inline-block;
position      : fixed;       
bottom        : 10px;        
right         : 5px;        
padding       : 15px 15px;   
background    : #bcd537; 
color         : #fff;     
opacity       : 0.93;        
border-radius : 50%;        
font-size     : 10pt;        
font-weight   : ;        
line-height   : 1em;       
letter-spacing: 3px;        
text-align    : center;      
cursor        : pointer;    
z-index       : 99999;     
font-family: 'Rubik Dirt','M PLUS Rounded 1c', sans-serif;
}

.topIcon:hover {
opacity       : 0.3;   
}

.topIcon a{
text-decoration: none;
color: #fff;
}
/* --- top　ボタン ----- */

/*ボタン　はじまり*/
.btn {
display: inline-block;          
position: relative;              
width: 150px;                   
height: 50px;                   
text-align: center;              
line-height: 50px;              
font-size: 16px;
font-family: 'Sriracha','Noto Serif JP', cursive;
 }
.btn span {
display: block;                  
position: absolute;              
width: 100%;                     
height: 100%;                    
border: 2px solid #fff;         
transform-style: preserve-3d;   
transition: 0.5s;   
opacity: 1;
border-radius: 10px;
}
.btn span:nth-child(1) {
background-color: transparent;  
color: #fff;         /
transform: rotateX(0deg);       
transform-origin: 0 50%  -30px;  
}
.btn span:nth-child(2) {
background-color: transparent;   
color: #fff;         
transform: rotateX(90deg);      
transform-origin: 0 50%  -30px;  
}
.btn:hover span:nth-child(1) {
transform: rotateX(-90deg);      
}
.btn:hover span:nth-child(2) {
transform: rotateX(0deg);       
}

.btn2{
 display:inline-block;
 background:transparent;
 width: 80%;
 padding:10px 30px 10px 20px;
 text-align:center;
 color:#1a0b08;
 margin:5px;
 border:0px solid;
 cursor:pointer;
 position: relative;
 text-decoration: none;
font-size: 20px;
font-family: 'Rubik Dirt','M PLUS Rounded 1c', sans-serif;
letter-spacing: 5px;
}
.btn2::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 0px);
    right: 20px;
    width: 20px;
    height: 5px;
    border: none;
    border-right: 2px solid #1a0b08;
    border-bottom: 1px solid #1a0b08;
    transform: skew(45deg);
    transition: .3s;
}
.btn2:hover::after{
    right: 10px;
    width: 30px;
}


.btn-2{
 display:inline-block;
 background:#bcd537;
 width: 80%;
 padding:10px 30px 10px 20px;
 text-align:center;
 color:#fff;
 margin:5px;
 border:0px solid;
 cursor:pointer;
 position: relative;
 text-decoration: none;
font-size: 24px;
font-family: 'Rubik Dirt','M PLUS Rounded 1c', sans-serif;
letter-spacing: 5px;
border-radius: 30px;
}
.btn-2::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 0px);
    right: 20px;
    width: 20px;
    height: 5px;
    border: none;
    border-right: 2px solid #fff;
    border-bottom: 1px solid #fff;
    transform: skew(45deg);
    transition: .3s;
}
.btn-2:hover::after{
    right: 10px;
    width: 30px;
}

.btn3{
    display:inline-block;
    background:transparent;
    width: 120px;
    padding:10px 30px 10px 20px;
    text-align:center;
    color:#fff;
    margin:5px;
    border:1px solid;
    cursor:pointer;
    position: relative;
    text-decoration: none;
}
.btn3::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 0px);
    right: 20px;
    width: 20px;
    height: 5px;
    border: none;
    border-right: 2px solid #FFF;
    border-bottom: 1px solid #FFF;
    transform: skew(45deg);
    transition: .3s;
}
.btn3:hover::after{
    right: 10px;
    width: 30px;
}

.btn4{
    display:inline-block;
    background:transparent;
    width: 120px;
    padding:10px 30px 10px 20px;
    text-align:center;
    color:#68666c;
    margin:5px;
    border:1px solid;
    cursor:pointer;
    position: relative;
    text-decoration: none;
    font-family: 'Sriracha','Noto Serif JP', cursive;
    font-weight: bold;
}
.btn4::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 0px);
    right: 20px;
    width: 20px;
    height: 5px;
    border: none;
    border-right: 2px solid #68666c;
    border-bottom: 1px solid#68666c;
    transform: skew(45deg);
    transition: .3s;
}
.btn4:hover::after{
    right: 10px;
    width: 30px;
}

.btn5{
    display:inline-block;
    background:transparent;
    width: 120px;
    padding:0px 30px 10px 20px;
    text-align:center;
    color:#fff;
    margin:5px;
    border:0px solid;
    cursor:pointer;
    position: relative;
    text-decoration: none;
    font-family: 'Sriracha','Noto Serif JP', cursive;
    font-weight: bold;
    font-size: 18px;
}
.btn5::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 0px);
    right: 20px;
    width: 20px;
    height: 5px;
    border: none;
    border-right: 2px solid #fff;
    border-bottom: 1px solid #fff;
    transform: skew(45deg);
    transition: .3s;
}
.btn5:hover::after{
    right: 10px;
    width: 30px;
}

.btn6{
    display:inline-block;
    background:transparent;
    width: 120px;
    padding:0px 30px 10px 20px;
    text-align:center;
    color:#9fd9fb;
    margin:5px;
    border:0px solid;
    cursor:pointer;
    position: relative;
    text-decoration: none;
    font-family: 'Sriracha','Noto Serif JP', cursive;
    font-weight: bold;
    font-size: 18px;
}
.btn6::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 0px);
    right: 20px;
    width: 20px;
    height: 5px;
    border: none;
    border-right: 2px solid #9fd9fb;
    border-bottom: 1px solid #9fd9fb;
    transform: skew(45deg);
    transition: .3s;
}
.btn6:hover::after{
    right: 10px;
    width: 30px;
}

.btn-navi {
  display: inline-block;           
  position: relative;              
  width: 100%;                    
  height: 50px;                    
  text-align: center;              
  line-height: 50px;               
  font-size: 16px;
 }
.btn-navi span {
  display: block;                  
  position: absolute;              
  width: 100%;                     
  height: 100%;                    
  border: 0px solid transparent;         
  transform-style: preserve-3d;   
  transition: 0.3s;   
   opacity: 1;
}
.btn-navi span:nth-child(1) {
  background-color: transparent;  
  color:#74a64c;       
  transform: rotateX(0deg);        
  transform-origin: 0 50%  -30px;   
  border-radius: 0px;
}
.btn-navi span:nth-child(2) {
  background-color: transparent;   
  color:#74a64c;       
  transform: rotateX(90deg);     
  transform-origin: 0 50%  -30px; 
  border-radius: 30px;
}
.btn-navi:hover span:nth-child(1) {
  transform: rotateX(-90deg);    
}
.btn-navi:hover span:nth-child(2) {
  transform: rotateX(0deg);       
}
/*ボタンおわり*/

/* スクロールCSS始まり */
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

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

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

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

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

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}
/* スクロールCSS終わり */



/* --- スクロールダウン ----- */
body {
scroll-behavior: smooth;
}
/* --- スクロールダウン ----- */

.Text-Span {
  position: relative;
  z-index: 1;
}
.Text-Span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 0%;
  height: 3px;
  background: #ffe200;
  z-index: -1;
  transition: all 5s;
}
.Text-Span.isActive:after {
  width: 100%;
}

.ex1 {
    display: flex;
    justify-content: space-between;
}
.ex1 div {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    height: 50px;
    background-color: transparent;
}

@media (max-width: 768px){

/*---------------------------------
アコーディオンボックス
--------------------------------*/
.acbox{
width: auto;
font-size:0px; 
margin:0 5px;
}

.acbox label{
width: auto;
font-size: 14px; 
font-weight: bold;
text-align: left;
background:#aaabab; 
position: relative;
display: block;
padding:5px;
border-radius: 0px; 
cursor: pointer;
color: #fff;
letter-spacing: 1px;
}

.acbox label:hover{
background:#1e1210;
}

.acbox input{
display: none;
}

.acbox label:after{
color: #fff;
content:"＋"; 
position: absolute;
top: 60%;
right: 5px;
margin-top: -14px;
}

.acbox input:checked ~ label::after {
content:"－"; 
}

.acbox div{
height: 0px;
overflow: hidden;
opacity: 0;
transition: 0.15s; 
}

.acbox input:checked ~ div{
height: auto;
padding: 10px; 
border-radius: 0px;
background: transparent; 
opacity: 1;
z-index: -1;
}

.acbox input:checked ~ label {
background: #1e1210; 
}

.acbox-under{
font-size: 12px; 
letter-spacing: 2px;
font-weight: 100;
color: #1e1210;
}
    
}
