@charset "utf-8";
/* little-house css */

body {
	font-family: -apple-syste, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  background:#fff url(../images/bg-line.png) left top repeat;
}

header{
      position: relative;
    }
    .charpy-logo {
      width: 50%;
      position: absolute;
      z-index: 100;
      margin-top: 3%;
      padding: 3%;
    }
      @media only screen and (min-width:600px){
          .charpy-logo {
          width: 30%;
          margin-top: 0;
        }
      }
      @media only screen and (min-width:1025px){
          .charpy-logo {
          width: 20%;
            margin-top: 0;
        }
      }
    .little-house-logo {
      width: 100%;
      position: absolute;
      z-index: 90;
      text-align: center;
      top: 60%;
      left:50%;
      margin-right: -50%;
      transform:translate(-50%,-50%);
    }
  @media only screen and (min-width:600px) {
    .little-house-logo {
    top: 52%;
    }
    .little-house-logo img{
      width: 35%;
    }
  }
  @media only screen and (min-width:1025px) {
    .little-house-logo {
    top: 50%;
    }
    .little-house-logo img{
      width: 27%;
    }
  }
    .header-bg img, .header-bg picture{
      width: 100%;
    }
  @media only screen and (min-width:640px) {
    section.intro{
      background-image: url("../images/img-charpy-mama.webp");
      background-size: contain;
      background-position:bottom right;
      background-repeat: no-repeat;
      }
  }
  .intro .mobile-story-01{
    background: #f9c500;
    padding: 3em 1em;
    color: #FAFAFA;
  }
  .intro .mobile-story-02{
    background: #1fbed0;
    padding: 3em 1em;
    color: #FAFAFA;
  }
  .intro .mobile-story-03{
    background: #ff5656;
    padding: 3em 1em;
    color: #FAFAFA;
  }
  /*section.intro{
    padding: 5rem 0;
    background-image:
      url("../images/img-charpy-mama.png"), url("../images/bg-charpy-mama.png");

    background-repeat:
      no-repeat, repeat;

    background-position:
      bottom right, top left;
    
    background-size: contain, auto;
    }*/

    .more-english .midashi, .step .midashi, .seven-menu .midashi, .stepup .midashi, .products .midashi {
      background-image: url("../images/img-bg-midashi.png");
      background-position: 50% 50%;
      text-align: center;
      margin: 0;
      height: 140px;
      line-height: 140px;
    }
        .step .midashi h4, .products .midashi h4 {
          display: inline-block;
    }

@media only screen and (min-width:640px) {
      .born img{
        width: 100%;
       }
      }    
@media only screen and (min-width:1025px) {
      .born img{
        width: 100%;
      }
}      
      
      @media only screen and (min-width:640px) {
        .products-big{
          width: 70%;
        }
      }
      @media only screen and (min-width:1025px) {
        .products-big{
          width: 50%;
        }
      }

/* Hamburgermenu
=================================*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 102;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 5px ;
  left    : 6px;
  background : #FAFAFA;
  border-radius: 3px;
  box-shadow: 1px 1px 1px rgb(1 1 1 / 50%);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition   : 0.5s ease-in-out;
  transition        : 0.5s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background : #fff;
  -webkit-transform: rotate(315deg);
  -moz-transform   : rotate(315deg);
  transform        : rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background : #fff;
  -webkit-transform: rotate(-315deg);
  -moz-transform   : rotate(-315deg);
  transform        : rotate(-315deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 101;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgb(0 150 136 / 95%);
  text-align: center;
  width: 100%;
  height: 100vh;
  opacity: 0;
  padding-top: 10%;
  transition: opacity .6s ease, visibility .6s ease;
  display: none;
}
nav.globalMenuSp img {
  width: 0;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 75%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
  border-top: #4db6ac 4px dotted;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: #4db6ac 4px dotted;
}
nav.globalMenuSp ul li:hover{
  background :rgba(255,255,255,0.8);
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}
nav.globalMenuSp ul li a:hover {
  color: #009688!important;
}
  @media only screen and (min-width:640px) {
    nav.globalMenuSp ul li{
      font-size:1.5rem;
      letter-spacing: 0.1rem;
    }
  }

nav.globalMenuSp.active {
  opacity: 100;
  display:block;
  overflow-y: scroll;
  scrollbar-width:none;
  -ms-overflow-style:none;
}
nav.globalMenuSp.active::-webkit-scrollbar {
    display:none;
}

 nav.globalMenuSp.active img {
      width: 40%;
      margin-bottom: 5%;
    }
    @media only screen and (min-width:640px) {
      nav.globalMenuSp.active img {
        width: 21%;
      }
  }

#page-top {
  position: fixed;
  bottom: 20px;
  right: 0;
  font-size: 2rem;
  z-index: 11;
}
#page-top a {
  background: #780000;
  text-decoration: none;
  color: #fafafa;
  width: 50px;
  padding: 20px 0 20px 10px;
  text-align: center;
  display: block;
  border-radius: 50px 0 0 50px;
}
#page-top a:hover {
  text-decoration: none;
  background: #f5f5f5;
  color: #780000;
}

/* footer
=================================*/
footer {
	background: #f05064;
	padding-top: 2.5rem;
	padding-bottom:2rem;
}
footer ul {
	list-style: none;
	padding-left: 0;
}
footer ul li{
	margin-bottom: 2rem;
	font-weight: 800;
}
footer li a{
	color: #FAFAFA;
}
footer li a:hover{
	color: #F0AD4E;
	text-decoration: none;
}
.copyright {
	color: #FAFAFA;
	font-size: 0.8rem;
    line-height: normal;
}
/* Bread Crump
=================================*/
.bc ul{
    list-style: none;
    padding: 0;
    margin-bottom: 50px;
    }
        .bc li{
            display: inline-block;
            color: #666;
            font-size: 70% !important;
            font-weight: 600;
        }
        .bc li{
            margin-right: 0.1em;
            text-decoration: none;
        }
        .bc li a{
            color: #780000;
        }
        .bc li::after {
            font-family: "Font Awesome 5 Free";
            font-size: 0.6em;
            font-weight: 900;
            content: "\f054";
            margin-left: 0.4em;
        }.bc li.end::after {
            content: "";
        }

/* Social icons
=================================*/
#secondary .widget .social-icons a {
  color: #fff;
}
.social-icons, #menu-social {
  position: relative;
  text-align: center;
}
.sparkling-social #menu-social {
  text-align: left;
}
#secondary .widget .social-icons {
  text-align: left;
}
.social-icons a{
  font-size: 18px;
  line-height: 40px;
  list-style: none;
  display: inline-block;
  text-align: center;
  height: 40px;
  width: 40px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  /*background-color: #DADADA;*/
    background-color: #ec6879;
  -webkit-transition: background-color  0.5s;
     -moz-transition: background-color  0.5s;
       -o-transition: background-color  0.5s;
          transition: background-color  0.5s;
}
#menu-social li{
    border: none;
    display: inline-block;
    margin: 0;
}
.social-icons li a{
  font-size: 18px;
  line-height: 40px;
  list-style: none;
  display: inline-block;
  text-align: center;
  height: 40px;
  width: 40px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  /*background-color: #DADADA;*/
    background-color: #ec6879;
  -webkit-transition: background-color  0.5s;
     -moz-transition: background-color  0.5s;
       -o-transition: background-color  0.5s;
          transition: background-color  0.5s;
}
    #footer-area .social-icons a{
      margin-right: 7px;
      background-color: #363636;
      color: #fff;
    }
    #footer-area .social-icons li a {
      background-color: #363636;
      color: #fff;
      margin-right: 7px;
    }
    #menu-social li a span{ display: none; }

    #menu-social li a[href*="facebook.com"]:hover {
      background-color: #4265b9 !important;
    }
    #menu-social li a[href*="twitter.com"]:hover {
      background-color: #55ACEE !important;
    }
    #menu-social li a[href*="youtube.com"]:hover {
      background-color: #df3333 !important;
    }
    #menu-social li a[href*="instagram.com"]:hover {
      background-color: #F95B60 !important;
    }
    #menu-social li, #menu-social ul {
      border: 0!important;
      list-style: none;
      padding-left: 0;
    }

    #menu-social li a[href*="twitter.com"] .fa:before{content:"\f099"}
    #menu-social li a[href*="facebook.com"] .fa:before{content:"\f09a"}
    #menu-social li a[href*="youtube.com"] .fa:before{content: "\f167"}
    #menu-social li a[href*="instagram.com"] .fa:before{content: "\f16d"}

/* Other
=================================*/
.effect-brightness{
  transition: all 0.3s ease;
  filter: brightness(1);
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}
.effect-brightness:hover{
  filter: brightness(1.15);
  filter: drop-shadow(0 0.5rem 1.5rem rgba(0, 0, 0, 0.3));
  transform: translateY(-2px);
}
object {
  pointer-events: none; /* IE10以下未対応 */
}