@charset "utf-8";
/*--------------------------------------------------- */
body { line-height: 1.6; color: #333; font-size: 16px; font-family: 'Ropa Sans', 'Hiragino Kaku Gothic Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', sans-serif !important; font-smooth:always;  background: #fff; box-sizing: border-box; overflow-x: hidden;}
p a{text-decoration: none; color:#333;}
p a:hover{text-decoration: underline; color:#333;}
/*------------------base.css-------------------*/
.container { width: 100%; margin: 0 auto; overflow-x: hidden;}
/*.footer { text-align: center; padding: 20px;}*/
/*------------------style.css-------------------*/
h1, h2, h3 { text-align: center; }
h1 { margin: 30px auto 20px; }
section { margin-bottom: 120px; }
.footer p { text-align: center; text-decoration: none;}
.footer p a{text-decoration: none; color:#333;}
/*COMMON*/
html, body {
  margin: 0;
  padding: 0;
}
br.sponly_br{
display:none;
}
br.pconly_br{
display:block;
}
.container {
width: 100%;
overflow: hidden;
}
/*fadein*/
.fadeInBlock {
  display: grid;
}
.fadeInout {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.8s ease-out;
}
.fadeInout.show {
  opacity: 1;
  transform: translateY(0);
}
/*HEADER*/
.header {
position:fixed;
top:0;
display:block;
width: 100%;
height:75px;
margin:0;
background-color:rgba(139,140,139,1.00);
opacity: 0.95;
z-index: 100;
}
.header img{
position:fixed;
top:10px;
left: 50%;
transform: translate(-50%, 0);
display:block;
margin:0 auto;
width:120px;
}
/*TITLE*/
.title_wrap{
position: relative;
}
.title_img{
display:block;
width:100%;
margin-top:75px;
z-index: 50;
}
.title_img img{
width:100%;
}
.title_img_SP{
display:none;
}

.title_text{
position:absolute;
top:35%;
left:50%;
z-index:80;
text-align:center;
transform: translate(-50%, -50%);
}
.title_text h1{
font-size:20px;
font-weight:bold;
color:#fff;
}
.title_text h1 span{
display:block;
opacity:0;
animation: fadeUpSlow 4.5s cubic-bezier(0.22,1,0.36,1) forwards;
}
.title_text h1 span:nth-child(1){ animation-delay: 0.6s; }
.title_text h1 span:nth-child(2){ animation-delay: 1.4s; }
.title_text h1 span:nth-child(3){ animation-delay: 2.2s; }

/*TEXT*/
.textbox{
display:block;
width:750px;
margin:20px auto;
}
.textbox p{
font-size:16px;
}
.textbox p span{
font-weight: bold;
display:block;
margin:20px 10px;
}
.itemBox{
display:block;
margin:30px auto;
}
.itemtextbox{
display:block;
width:500px;
margin:0 auto 20px;
}
.itemtextbox p{
font-size:16px;
}
.itemtextbox p span{
font-weight: bold;
margin:20px 10px 20px 0;
}
.itemtextbox p a{
text-decoration:underline;
font-weight:bold;
}
.itemtextbox p a:hover{
text-decoration:none;
}
/*IMAGE*/
.imgbox{
display:block;
margin:30px auto;
width:750px;
}
.imgbox img{
width:100%;
}
.imgbox2 {
  width: 750px;
  margin:30px auto;
  display: flex;
  gap: 20px;
}
.imgbox2 img {
  width: 50%;
  height: auto;
  display: block;
}
.imgbox3{
display:block;
margin:30px auto;
width:500px;
}
.imgbox3 img{
width:100%;
}
.imgbox4{
display:block;
margin:30px auto 10px;
width:500px;
}
.imgbox4 img{
width:100%;
}
.imgTextBox {
  width: 750px;
  margin: 0 auto 30px;
}
.images,
.texts {
  display: flex;
  gap: 20px;
}
.images img,
.texts p {
  width: 50%;
}
.images img {
  height: auto;
  display: block;
}
.texts p {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}

/*SNS*/
.sns_back{
  display: block;
  width: 100%;
  margin: 0;
  padding: 130px 0;
  background-color: rgba(255, 255, 255, 1.00);
}
.sns{
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0 auto;
  padding: 0px;
  gap: 50px;
}
.sns_button{
display:block;
}
.sns_button img{
width:35px;
}
.sns_button a:hover{
    opacity: 0.5;
    transition : 0.5s;
}
/*FOOTER*/
.morabito_footer{
display:block;
width:100%;
margin:0 auto 0;
padding:80px 0 90px;
background-color:rgba(139,140,139,1.00);
color:#fff;
font-family: 'Ropa Sans', 'Hiragino Kaku Gothic Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', sans-serif !important; font-smooth:always;
font-weight: 100;
position:relative;
}
.footer_box {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  padding-left: 100px;
  gap: 80px;
  text-align: left;
}
.footer_toggle {
  display: none;
}
.footer_lump {
  margin: 10px;
  text-align: left;
  /*width:120px;*/
  /*border:1px solid #fff;*/
}
.footer_title {
  font-size:18px;
  margin-bottom: 10px;
}
p.footer_link {
  margin: 5px 0;
  font-size:14px;
}
p.footer_link span {
  font-size:12px;
}
p.footer_link a{
  color:rgba(255,255,255,1);
}
p.footer_link a:hover{
  color:rgba(200,200,200,1);
  transition : 0.2s;
  text-decoration:none;
}
.footer_king{
  display: block;
  position: absolute;
  right: 5%;
  bottom: 30px;
  text-align: right;
  font-size:14px;
}
.footer_king a{
  color:rgba(255,255,255,1);
  text-decoration:none;
}
.footer_king  a:hover{
  color:rgba(200,200,200,1);
  transition : 0.2s;
  text-decoration:none;
}
@keyframes fadeUpSlow {
  from {
    opacity: 0;
    transform: translateY(0);
    filter: blur(1px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
/*---------------SP------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 798px) {
html{
font-size: calc(100vw / 40);
margin: 0;
padding: 0;
}
body {
margin: 0;
padding: 0;
}
br.sponly_br{
display:block;
}
br.pconly_br{
display:none;
}
.container {
width: 100%;
overflow: hidden;
}
/*fadein*/
.fadeInBlock {
  display: grid; /*wrapper*/
}
.fadeInout {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.8s ease-out;
}
.fadeInout.show {
  opacity: 1;
  transform: translateY(0);
}
/*HEADER*/
.header {
position:fixed;
top:0;
display:block;
max-width:100%;
height:75px;
margin:0;
background-color:rgba(139,140,139,1.00);
opacity: 0.95;
z-index: 100;
}
.header img{
position:fixed;
top:10px;
left: 50%;
transform: translate(-50%, 0);
display:block;
margin:0 auto;
width:120px;
}
/*TITLE*/
.title_wrap{
position: relative;
}
.title_img_SP{
display:block;
width:100%;
margin-top:75px;
z-index: 50;
}
.title_img_SP img{
width:100%;
}
.title_img{
display:none;
}

.title_text{
width:100%;
position:absolute;
top:40%;
left:50%;
z-index:80;
text-align:center;
transform: translate(-50%, -50%);
}
.title_text h1{
font-size:1.4rem;
font-weight:bold;
color:#fff;
}
.title_text h1 span{
display:block;
opacity:0;
animation: fadeUpSlow 4.5s cubic-bezier(0.22,1,0.36,1) forwards;
}
.title_text h1 span:nth-child(1){ animation-delay: 0.6s; }
.title_text h1 span:nth-child(2){ animation-delay: 1.4s; }
.title_text h1 span:nth-child(3){ animation-delay: 2.2s; }

/*TEXT*/
.textbox{
display:block;
width:95%;
margin:20px auto;
}
.textbox p{
font-size:1.6rem;
}
.textbox p span{
font-weight: bold;
display:block;
margin:20px 10px;
}
.itemBox{
display:block;
margin:30px auto;
}
.itemtextbox{
display:block;
width:90%;
margin:20px auto;
}
.itemtextbox p{
font-size:1.6rem;
}
.itemtextbox p span{
font-weight: bold;
margin:20px 10px 20px 0;
}
.itemtextbox p a{
text-decoration:underline;
font-weight:bold;
}
.itemtextbox p a:hover{
text-decoration:none;
}
/*IMAGE*/
.imgbox{
display:block;
margin:30px auto;
width:100%;
}
.imgbox img{
width:100%;
}
.imgbox2 {
  width: 90%;
  margin:30px auto;
  display: flex;
  gap: 30px;
  flex-direction: column; 
}
.imgbox2 img {
  width: 100%;
  height: auto;
  display: block;
}
.imgbox3{
display:block;
margin:30px auto 0;
width:100%;
}
.imgbox3 img{
width:100%;
}
.imgbox4{
display:block;
margin:30px auto 0;
width:90%;
}
.imgbox4 img{
width:100%;
}
.imgTextBox {
  width: 100%;
  margin: 0 auto 10px;
}
.images,
.texts {
  display: flex;
  gap: 1rem;
}
.images img,
.texts p {
  width: 50%;
}
.images img {
  height: auto;
  display: block;
}
.texts p {
  text-align: center;
  margin-top: 10px;
  font-size: 1.4rem;
}
/*SNS*/
.sns_back{
  display: block;
  width: 100%;
  margin: 0;
  padding: 70px 0;
  background-color: rgba(255, 255, 255, 1.00);
}
.sns{
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0 auto;
  padding: 0px;
  gap: 50px;
}
.sns_button{
display:block;
}
.sns_button img{
width:35px;
}
/*FOOTER*/
.morabito_footer{
display:block;
width:100%;
margin:0 auto 0;
padding:0 0 80px;
background-color:rgba(139,140,139,1.00);
color:#fff;
font-family: 'Ropa Sans', 'Hiragino Kaku Gothic Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', sans-serif !important; font-smooth:always;
font-weight: 100;
position:relative;
}
.footer_box {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  padding-left: 0;
  gap: 10px;
  text-align: center;
  flex-direction: column;
}
.footer_lump {
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding: 0 0;
}
.footer_lump:first-child {
  margin-top: 10px;
}
.footer_toggle {
  display: none;
}
.footer_title {
  font-size: 2rem;
  font-weight: 100;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.footer_title::after {
  content: "▼";
  position:absolute;
  right:5%;
  font-size: 12px;
  transition: transform 0.3s ease;
}
.footer_toggle:checked + .footer_title::after {
  transform: rotate(180deg);
}
.footer_links {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color:#fff;
}
.footer_toggle:checked + .footer_title + .footer_links {
  max-height: 600px;
}
p.footer_link {
  margin: 10px 0;
  font-size:2rem;
}
p.footer_link span {
  font-size:1.6rem;
}
p.footer_link a{
  color:rgba(100,100,100,1.00);
}
p.footer_link a:hover{
  color:rgba(150,150,150,1.00);
  transition : 0.2s;
  text-decoration:none;
}
.footer_king{
  display: block;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  text-align: center;
  font-size:1.8rem;
}
.footer_king a{
  color:rgba(255,255,255,1);
  text-decoration:none;
}
.footer_king  a:hover{
  color:rgba(200,200,200,1);
  transition : 0.2s;
  text-decoration:none;
}
}