html,body,*{
  box-sizing: border-box;
}
html,body{
  margin: 0;
  padding: 0;
}
a{
  display: inline-block;
}
img{
  vertical-align: bottom;
}
.image{
  width: 100%;
}
.contents,
section{
  position: relative;
}
.w100per{
  width: 100%;
}
.w750{
  max-width: 750px;
}
.contents_wrapper{
  max-width: 750px;
  margin: 0 auto;
}
header img{
  width: 100%;
}
header .spacer{
    display: block;
    position: absolute;
    height: 28%;
    width: 50%;
    background: #FFF;
    top: 65%;
    right: 2.2%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 50px;
}
header .spacer:hover{
  opacity: 0.3;
  transition : 0.3s;
}
.btn{
  text-align: center;
  position: absolute;
  bottom: 7.5%;
  padding: 0 10%;
}
.btn2{
  bottom: 3.5%;
}
.douga1{
height: 0;
}
.douga2 {
    padding-top: 70%;
    width: 100%;
    position: relative;
}
.douga3 {
    width: 37%;
    height: 94%;
    position: absolute;
    top: -100%;
    left: 32%;
}
.btn a{
  filter: brightness(100%);
  transition : 0.3s;
}
.btn a:hover{
  filter: brightness(120%);
  transition : 0.3s;
}
.anime{
  vertical-align: middle;
  animation-name: btnanime;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1s;
}
@keyframes btnanime{
  0%{
    width:100%;
  }
  100%{
    width:95%;
  }
}
.imamade{
  padding-top: 10%;
}
.imamade .side_scroll_box img{
  margin: 5% 0;
}
.imamade .side_scroll_box{
  background-image: url(../images/01_05.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 10%;
}
.imamade .side_scroll_box{
  margin-top: -9%;
}
.imamade .side_scroll_box_inner{
  margin: 5%;
  padding-top: 5%;
  overflow-x: auto;
  white-space: nowrap;
  cursor: grab;
}
.scroll-hint-icon{
  background-color: rgba(255,255,255,1);
  box-shadow: 3px 3px 7px rgba(0,0,0,1);
  padding: 10px;
  width: 50%;
  height: 25%;
  left: 25%;
}
.scroll-hint-icon:before{
  background-image: url(../images/scr_icon.png);
  height: 100%;
  width: 90%;
}
.scroll-hint-icon:after,
.scroll-hint-text{
  display: none;
}
.tyouonpa {
  padding: 8% 0 17% 0;
}
.tyouonpa .image{
  margin-bottom: 20%;
}
.EDCAREtoha{
  background-image: url(../images/02_04.jpg);
  background-position: center top;
  background-size: 100% auto;
}

.EDCAREtoha .listbox{
  padding: 5% 5% 40% 5%;
}
.EDCAREtoha .listbox ul{
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #FFF;
}
.EDCAREtoha .listbox li{
}
.EDCAREtoha .listbox li .open_btn{
  cursor: pointer;
  filter: brightness(100%);
  transition : 0.3s;
  border-bottom: 1px solid #FFF;
}
.EDCAREtoha .listbox li:last-child .open_btn{
  border-bottom: 0;
}
.open_box{
  display: none;
}
.EDCAREtoha .listbox li .open_btn:hover{
  filter: brightness(110%);
  transition : 0.3s;
}
.siyou .title{
  position: absolute;
  margin-top: -33%;
  z-index: 1;
}
.siyou .tyuui{
  margin-bottom: 10%;
}

.qa_single{
  padding: 5%;
}
footer{
  text-align: center;
  font-size: 12px;
  padding: 6% 0 23% 0;
  background: #f53793;
  color: #FFF;
  /*margin-bottom: 8%;*/
}
.tuibi{
  position: fixed;
  bottom: 0;
  z-index: 2;
}
.tuibi a,
.tuibi a img{
  display: block;
  width: 100%;
  filter: brightness(100%);
  transition : 0.3s;
}
.tuibi a:hover{
  filter: brightness(110%);
  transition : 0.3s;
}
/*光る位置*/
.tuibi .spacer {
    position: absolute;
    bottom: 0;
    right: 5%;
    width: 41%;
    height: 94%;
    overflow: hidden;
    pointer-events: none;
    border-radius: 16px 16px 0 0;
}

/*キラッと光る*/
.tuibi .spacer::before {
	content: '';
	position: absolute;
	top: 0;
	left: -75%;
  width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	transform: skewX(-25deg);
}
.tuibi .spacer::before {
  animation-name: shine;
  animation-iteration-count: infinite;
  animation-duration: 2s;
}
@keyframes shine {
	100% {
		left: 500%;
	}
}

  /*Q&A*/
.anuCAREtoha{
  margin-top: 3em;
  background-image: url(../images/02_04.jpg);
  background-position: center top;
  background-size: 100% auto;
}

.anuCAREtoha .listbox{
  padding: 5% 5% 40% 5%;
}
.anuCAREtoha .listbox ul{
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #FFF;
}
.anuCAREtoha .listbox li{
}
.anuCAREtoha .listbox li .open_btn{
  cursor: pointer;
  filter: brightness(100%);
  transition : 0.3s;
  border-bottom: 1px solid #FFF;
}
.anuCAREtoha .listbox li:last-child .open_btn{
  border-bottom: 0;
}
.open_box{
  display: none;
}
.anuCAREtoha .listbox li .open_btn:hover{
  filter: brightness(110%);
  transition : 0.3s;
}

.anuCAREtoha2{
  margin-top: 0;
  margin-bottom: 30px;
}

.listbox2 ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.listbox2 li{
  /*cursor: pointer;*/
  /*filter: brightness(100%);*/
  transition : 0.3s;
  margin-bottom: 15px;
}
img.image.open_btn {
    cursor: pointer;
}
.listbox2{
  border-bottom: 0;
}
.listbox2 li{
  /*filter: brightness(110%);*/
  transition : 0.3s;
}
.anuCAREtoha .listbox li .open_btn{
  cursor: pointer;
  filter: brightness(100%);
  transition : 0.3s;
  border-bottom: 1px solid #FFF;
}
.anuCAREtoha .listbox li:last-child .open_btn{
  border-bottom: 0;
}
.open_box{
  display: none;
}
.anuCAREtoha .listbox li .open_btn:hover{
  filter: brightness(110%);
  transition : 0.3s;
}
