@charset "UTF-8";
/* CSS Document */
@media (min-width: 900px) {
  .repc {
    display: block;
  }
  .resp {
    display: none;
  }
  img.repc {
    display: inline-block;
  }
  html {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  .repc {
    display: none;
  }
  .resp {
    display: block;
  }
  img.resp {
    display: inline-block;
  }
  html {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  .cont_sp, body.detail .img_sample, body.detail .img_text_story, body.detail .text_story, body.detail .title_info .info .text_info, body.detail .lead_detail, body.detail .ttl_detail {
    padding-left: 4%;
    padding-right: 4%;
  }
}

section {
  width: 98%;
  margin: auto;
  max-width: 1090px;
  margin-bottom: 70px;
  margin-top: 30px;
}
section .box {
  background: url(../images/common/bg_boxl.png) repeat;
  padding: 24px;
  position: relative;
  border: 6px solid #000;
  border-radius: 7px;
}
section .box:before {
  position: absolute;
  left: 15px;
  top: 15px;
  background: url(../images/common/bg_headerfix.png) repeat;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 7px;
  z-index: -2;
}
section .box .box_inner {
  background: #fff;
  padding: 10px 20px;
}
section .ttl {
  text-align: center;
  position: relative;
}
@media (max-width: 900px) {
  section .ttl {
    margin-bottom: 15px;
  }
}
@media (max-width: 900px) {
  section .ttl img {
    width: 50%;
    margin: auto;
  }
}
section .ttl .neko {
  position: absolute;
  z-index: 10;
}
@media (max-width: 900px) {
  section .ttl {
    width: 100%;
    overflow: hidden;
  }
}
section .text {
  line-height: 1.5rem;
}

input[type=submit], input[type=reset] {
  -webkit-appearance: none;
}

body.list .date_none {
  display: none;
}
body.list .list_title {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
@media (min-width: 900px) {
  body.list .list_title {
    display: flex;
  }
}
body.list .list_title li {
  width: 48%;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  body.list .list_title li {
    width: 100%;
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 10px;
  }
}
body.list .list_title li:hover {
  background: #fff1e1;
}
body.list .list_title li a {
  display: flex;
  height: 100%;
  padding: 10px;
}
body.list .list_title li .thum {
  width: 35%;
}
body.list .list_title li .thum img {
  width: 100%;
}
body.list .list_title li .info {
  width: 68%;
  display: flex;
  margin: 0 10px;
}
body.list .list_title li .info dt {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  padding-bottom: 5px;
}
body.list .list_title li .info dt span {
  background: linear-gradient(transparent 60%, #feff76 0%);
}
body.list .list_title li .info dd {
  font-size: 0.9rem;
  line-height: 1.3rem;
  margin-bottom: 9px;
  margin-top: 9px;
}
@media (max-width: 900px) {
  body.list .list_title li .info dd {
    margin: 5px;
  }
}
body.list .list_title li .info dd .icon {
  font-size: 13px;
  padding: 3px 5px;
  display: inline-block;
  margin-right: 5px;
}
body.list .list_title li .info dd .icon_age1 {
  background: #ffd6b9;
}
body.list .list_title li .info dd .icon_age1:after {
  content: "0～2歳";
}
body.list .list_title li .info dd .icon_age2 {
  background: #ffcafb;
}
body.list .list_title li .info dd .icon_age2:after {
  content: "3～5歳";
}
body.list .list_title li .info dd .icon_age3 {
  background: #aeffd0;
}
body.list .list_title li .info dd .icon_age3:after {
  content: "6～8歳";
}
body.list .list_title li .info dd .icon_age4 {
  background: #aee0ff;
}
body.list .list_title li .info dd .icon_age4:after {
  content: "9歳以上";
}
body.list #search {
  margin-top: 70px;
}
@media (max-width: 900px) {
  body.list #search {
    margin-top: 50px;
  }
  body.list #search .box_inner {
    padding: 10px;
  }
}
body.list #search dl.serch {
  border: 5px solid #3d1a00;
  background: #fff;
  border-radius: 30px;
  font-size: 1.3rem;
  font-weight: bold;
  width: 100%;
  margin: -70px auto 0 auto;
  box-shadow: 0 3px #3d1a00;
}
@media (max-width: 900px) {
  body.list #search dl.serch {
    margin: -50px auto 0 auto;
  }
}
@media (min-width: 900px) {
  body.list #search dl.serch {
    display: flex;
  }
}
@media (max-width: 900px) {
  body.list #search dl.serch {
    font-size: 1.3rem;
  }
}
body.list #search dl.serch dt {
  padding: 15px 20px;
  margin-left: 30px;
  background: url("../images/common/ico_arrow.png") no-repeat right center;
  color: #d45404;
}
@media (max-width: 900px) {
  body.list #search dl.serch dt {
    position: relative;
    z-index: 95;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    padding: 10px 20px;
  }
}
body.list #search dl.serch .slide {
  width: 80%;
  display: flex;
}
@media (max-width: 900px) {
  body.list #search dl.serch .slide {
    width: 100%;
    z-index: 90;
    position: relative;
    top: 0;
    padding-top: 10px;
    display: none;
    margin: auto;
    border-top: 1px solid #ea7659;
  }
  body.list #search dl.serch .slide:after {
    content: "";
    clear: both;
    display: block;
  }
}
body.list #search dl.serch dd {
  font-size: 18px;
  width: 20%;
}
@media (max-width: 900px) {
  body.list #search dl.serch dd {
    float: left;
    width: 33%;
  }
}
@media (min-width: 900px) {
  body.list #search dl.serch dd:first-of-type {
    margin-left: 37px;
  }
}
body.list #search dl.serch dd:last-of-type a:after {
  content: none;
}
body.list #search dl.serch dd a, body.list #search dl.serch dd p {
  display: block;
  padding: 15px;
  text-align: center;
}
body.list #search dl.serch dd a:hover span {
  background: linear-gradient(transparent 60%, #ffdeae 0%);
}

body.detail .ttl_detail {
  text-align: center;
  font-size: 22px;
  margin-top: 35px;
  padding-bottom: 10px;
}
@media (max-width: 900px) {
  body.detail .ttl_detail {
    margin-top: 15px;
    line-height: 1.8rem;
  }
}
body.detail .ttl_detail span {
  background: linear-gradient(transparent 60%, #feff76 0%);
  padding: 0 50px;
}
@media (max-width: 900px) {
  body.detail .ttl_detail span {
    padding: 0;
  }
}
body.detail .lead_detail {
  text-align: center;
  margin-top: 20px;
  color: #eb7e63;
  font-size: 1.1rem;
}
body.detail .title_info {
  margin-top: 40px;
}
@media (min-width: 900px) {
  body.detail .title_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 900px) {
  body.detail .title_info {
    margin-top: 10px;
  }
}
body.detail .title_info .thum {
  width: 35%;
  margin-left: 30px;
  text-align: right;
}
@media (max-width: 900px) {
  body.detail .title_info .thum {
    width: 85%;
    margin: auto;
  }
}
@media (min-width: 900px) {
  body.detail .title_info .thum {
    max-width: 400px;
  }
}
body.detail .title_info .thum img {
  width: 100%;
  border: 1px solid #efefef;
}
body.detail .title_info .info {
  width: 40%;
}
@media (min-width: 900px) {
  body.detail .title_info .info {
    margin-left: 40px;
  }
}
@media (max-width: 900px) {
  body.detail .title_info .info .text_info {
    margin-top: 20px;
  }
}
body.detail .title_info .info .text_info li {
  line-height: 1.2rem;
  margin-bottom: 8px;
}
body.detail .title_info .info .text_info .author {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 900px) {
  body.detail .title_info .info {
    width: 100%;
  }
}
body.detail .title_info .link_shop {
  background: #efefef;
  padding: 20px 15px;
  border-radius: 15px;
  margin-top: 30px;
  width: 95%;
}
@media (max-width: 900px) {
  body.detail .title_info .link_shop {
    width: 95%;
    margin: 30px auto 0;
  }
}
body.detail .title_info .link_shop h4 {
  font-size: 1.2rem;
  background: url(../images/common/bg_line04.png) repeat-x bottom;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
body.detail .title_info .link_shop h4:before {
  content: "●";
  color: #ffc97c;
  font-size: 1rem;
  vertical-align: top;
  margin-right: 2px;
}
body.detail .title_info .link_shop ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 900px) {
  body.detail .title_info .link_shop ul {
    justify-content: space-between;
  }
}
body.detail .title_info .link_shop ul li {
  width: 16%;
  margin: 1%;
}
@media (max-width: 900px) {
  body.detail .title_info .link_shop ul li {
    width: 45%;
    margin-bottom: 10px;
  }
}
body.detail .title_info .link_shop ul li a {
  display: block;
  max-width: 152px;
}
body.detail .title_info .link_shop ul li img {
  width: 100%;
}
body.detail .title_info .card a {
  margin-top: 20px;
  background: #ff914c;
  border-radius: 15px;
  padding: 15px 10px;
  text-align: center;
  box-shadow: 0 5px 0 #ce6a24;
  width: 90%;
  max-width: 315px;
  line-height: 1.4rem;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 900px) {
  body.detail .title_info .card a {
    margin: 20px auto 0;
  }
}
body.detail .title_info .card a span {
  display: block;
  font-size: 0.9rem;
}
body.detail .title_info .special {
  width: 90%;
  max-width: 315px;
  margin-top: 20px;
}
@media (max-width: 900px) {
  body.detail .title_info .special {
    margin: 20px auto 0;
  }
}
body.detail .title_info .special img {
  width: 100%;
}
body.detail .box_bnr_l {
  width: 90%;
  margin: 20px auto;
  text-align: center;
  max-width: 780px;
}
body.detail .box_bnr_l img {
  width: 100%;
}
body.detail .box_toggle dd {
  display: none;
  margin-top: 1rem;
}
body.detail .text_story {
  font-size: 1.1rem;
  line-height: 2rem;
  width: 90%;
  margin: 40px auto;
}
@media (max-width: 900px) {
  body.detail .text_story {
    width: 100%;
  }
}
body.detail .text_story a {
  color: #eb7e63;
}
body.detail .img_text_story {
  font-size: 1.1rem;
  line-height: 2rem;
  width: 90%;
  margin: 40px auto;
}
@media (max-width: 900px) {
  body.detail .img_text_story {
    width: 100%;
  }
}
body.detail .img_text_story img {
  display: block;
  margin-bottom: 2rem;
  width: 100%;
}
body.detail .box_youtube {
  width: 90%;
  margin: 40px auto;
  text-align: center;
}
body.detail .box_youtube iframe {
  width: 100%;
  max-width: 560px;
  margin: auto;
}
body.detail .img_sample ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.detail .img_sample ul li {
  margin-bottom: 30px;
  border: 1px solid #c8c8c8;
}
@media (min-width: 900px) {
  body.detail .img_sample ul li {
    width: 48%;
  }
}
body.detail .img_sample ul li img {
  width: 100%;
}
body.detail .info_author {
  padding-top: 15px;
}
body.detail .info_author h4 {
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
  margin-top: 40px;
  margin-bottom: 45px;
  padding-bottom: 10px;
}
@media (max-width: 900px) {
  body.detail .info_author h4 {
    width: 90%;
    margin: 30px auto;
  }
}
body.detail .info_author h4 span {
  background: linear-gradient(transparent 50%, #ffd6b9 0%);
  width: 80%;
  display: inline-block;
}
@media (max-width: 900px) {
  body.detail .info_author h4 span {
    width: 100%;
  }
}
@media (min-width: 900px) {
  body.detail .info_author ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
body.detail .info_author ul li {
  width: 45%;
  background: #efefef;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  body.detail .info_author ul li {
    width: 90%;
    margin: 10px auto;
  }
}
body.detail .info_author ul li h5 {
  font-size: 1.1rem;
  font-weight: bold;
  background: url("../images/common/bg_line04.png") repeat-x bottom;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
body.detail .info_author ul li p {
  line-height: 1.5rem;
}
body.detail .info_other h4 {
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
  margin-top: 40px;
  padding-bottom: 10px;
}
@media (max-width: 900px) {
  body.detail .info_other h4 {
    width: 90%;
    margin: 30px auto;
  }
}
body.detail .info_other h4 span {
  background: linear-gradient(transparent 50%, #ffd6b9 0%);
  width: 80%;
  display: inline-block;
}
@media (max-width: 900px) {
  body.detail .info_other h4 span {
    width: 100%;
  }
}
body.detail .info_other h5 {
  font-size: 1.1rem;
  font-weight: bold;
  background: url(../images/common/bg_line04.png) repeat-x bottom;
  padding-bottom: 10px;
  margin: 2rem auto 0;
  text-align: center;
  width: 75%;
}
body.detail .info_other .box_cont {
  width: 75%;
  margin: 2rem auto 3rem;
}
@media (min-width: 900px) {
  body.detail .info_other .box_cont ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
body.detail .info_other .box_cont ul li {
  width: 48%;
  text-align: center;
  margin-bottom: 1rem;
}
@media (max-width: 900px) {
  body.detail .info_other .box_cont ul li {
    width: 98%;
  }
}
body.detail .info_other .box_cont img {
  width: 100%;
}
body.detail .info_other .box_cont .list_orange {
  color: #eb7e63;
}
body.detail .info_other .box_cont .list_orange img {
  margin-top: 0.2rem;
  display: block;
}
body.detail .info_download {
  padding-top: 15px;
}
body.detail .info_download h4 {
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
  margin-top: 40px;
  margin-bottom: 45px;
  padding-bottom: 10px;
}
@media (max-width: 900px) {
  body.detail .info_download h4 {
    width: 90%;
    margin: 30px auto;
  }
}
body.detail .info_download h4 span {
  background: linear-gradient(transparent 50%, #ffd6b9 0%);
  width: 80%;
  display: inline-block;
}
@media (max-width: 900px) {
  body.detail .info_download h4 span {
    width: 100%;
  }
}
body.detail .info_download ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.detail .info_download ul li {
  width: 30%;
  background: #efefef;
  border-radius: 10px;
  padding: 20px;
  margin: 0 1% 30px 1%;
  text-align: center;
}
@media (max-width: 900px) {
  body.detail .info_download ul li {
    width: 45%;
    margin: 10px 1%;
  }
}
body.detail .info_download ul li:hover {
  background: #fff1e1;
}
body.detail .info_download ul li p {
  line-height: 1.5rem;
  margin-top: 0.5rem;
}
body.detail .supp {
  width: 85%;
  margin: 15px auto 10px;
  line-height: 1.5rem;
}
body.detail .supp .box_link a {
  font-weight: bold;
  line-height: 40px;
  background: #FF914C;
  border-radius: 10px;
  font-size: 1.2rem;
  text-align: center;
  box-shadow: 0 5px 0 #ce6a24;
  display: block;
  padding: 15px;
  color: #fff;
  letter-spacing: 1px;
}
body.detail .supp .box_link a span {
  border-top: 1px #ffd6b9 dashed;
  padding-top: 10px;
  font-weight: normal;
}

body.login .ttl_login {
  text-align: center;
  font-size: 22px;
  margin: 20px auto;
  padding-bottom: 10px;
  width: 90%;
  max-width: 600px;
  background: linear-gradient(transparent 60%, #feff76 0%);
  padding: 0 50px;
}
body.login .text {
  text-align: center;
  margin-bottom: 30px;
}
body.login .text a {
  display: inline;
}
body.login .text a:hover {
  background: linear-gradient(transparent 60%, #ff9f5c 0%);
  font-weight: bold;
}
body.login .btn_l a {
  width: 70%;
  max-width: 280px;
  padding: 15px;
}
body.login .form_login {
  background: #fffbf2;
  border: 1px solid #ffd6b9;
  border-radius: 30px;
  width: 80%;
  max-width: 570px;
  margin: 40px auto 0;
  padding: 25px 25px 10px;
}
body.login .form_login dl {
  width: 90%;
  max-width: 380px;
  margin: auto;
  font-weight: bold;
}
body.login .form_login dt {
  line-height: 25px;
  vertical-align: bottom;
}
@media (min-width: 900px) {
  body.login .form_login dt {
    text-align: right;
    width: 5em;
    float: left;
    margin-bottom: 20px;
  }
}
body.login .form_login dd {
  margin-bottom: 20px;
}
@media (min-width: 900px) {
  body.login .form_login dd {
    width: calc(100% - 6em);
    float: right;
  }
}
@media (max-width: 900px) {
  body.login .form_login dd {
    width: 100%;
  }
}
body.login .form_login dd input {
  width: 100%;
  height: 25px;
}
body.login .btn_submit {
  display: block;
  width: 80%;
  max-width: 350px;
  background: #ff914c;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  box-shadow: 0px 5px 0px #ce6a24;
  color: #fff;
  letter-spacing: 1px;
  margin: 25px auto 40px;
  border: none;
  cursor: pointer;
}

@media (max-width: 900px) {
  body.contact input, body.contact textarea {
    font-size: 16px;
  }
}
body.contact .ttl_contact {
  text-align: center;
  margin: 20px auto 20px;
}
body.contact .ttl_contact span {
  width: 90%;
  background: linear-gradient(transparent 55%, #fff68c 0%);
  max-width: 600px;
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  padding: 0 50px;
}
@media (max-width: 900px) {
  body.contact .ttl_contact span {
    padding: 0 10px;
  }
}
body.contact .text_contact {
  text-align: center;
  margin-bottom: 30px;
}
body.contact .text_contact dl {
  width: 80%;
  margin: 0 auto 20px;
  max-width: 500px;
}
body.contact .text_contact dl:first-child {
  border-bottom: dashed 2px #ccc;
  padding-bottom: 20px;
}
body.contact .text_contact dt {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 15px;
}
body.contact .text_contact dt p {
  font-size: 24px;
}
body.contact .text_contact dd {
  line-height: 24px;
}
body.contact .text_contact .tel {
  color: #ce6a24;
  font-size: 16px;
  font-weight: bold;
}
body.contact .text {
  text-align: center;
}
body.contact .form_contact {
  background: #fffbf2;
  border: 1px solid #ffd6b9;
  border-radius: 30px;
  width: 90%;
  max-width: 900px;
  margin: 40px auto 40px;
  padding: 25px 25px 10px;
}
body.contact .form_contact p {
  text-align: center;
  margin-bottom: 20px;
}
body.contact .form_contact dl {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  body.contact .form_contact dl {
    width: 100%;
  }
}
body.contact .form_contact dt {
  width: 30%;
  min-height: 26px;
  margin-bottom: 20px;
  line-height: 25px;
  vertical-align: bottom;
}
@media (min-width: 900px) {
  body.contact .form_contact dt {
    text-align: right;
    width: 13em;
    float: left;
  }
}
@media (max-width: 900px) {
  body.contact .form_contact dt {
    width: 100%;
    min-height: auto;
    line-height: 1.2rem;
  }
}
@media (max-width: 900px) {
  body.contact .form_contact dt {
    margin-bottom: 0;
  }
}
body.contact .form_contact dd {
  width: 70%;
  margin-left: 1%;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  body.contact .form_contact dd {
    margin-bottom: 15px;
    width: 100%;
  }
}
body.contact .form_contact dd input, body.contact .form_contact dd select {
  width: 100%;
  height: 26px;
}
body.contact .form_contact dd span {
  font-size: 12px;
  font-weight: normal;
  display: block;
  margin-top: 5px;
}
body.contact .form_contact textarea {
  width: 100%;
  min-height: 100px;
}
body.contact .form_contact .mark {
  color: #ff0000;
}
body.contact .form_contact .form__table .input_req {
  border: #ff0000 1px solid;
}
body.contact .form_contact .form__table p {
  text-align: left;
  color: #ff0000;
  margin-bottom: 0;
  margin-top: 2px;
}
body.contact .form_contact .btn_confirm {
  display: block;
  width: 100%;
  background: #ff914c;
  border-radius: 15px;
  padding: 15px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  box-shadow: 0px 5px 0px #ce6a24;
  color: #fff;
  letter-spacing: 1px;
  margin: 20px auto;
  border: none;
  cursor: pointer;
}
@media (max-width: 900px) {
  body.contact .form_contact .btn_confirm {
    margin: 20px 0;
  }
}
@media (min-width: 900px) {
  body.contact .form_contact .btn_confirm {
    width: 40%;
    max-width: 250px;
  }
}
body.contact .form_contact .box_confirm {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 100;
  padding-top: 20vh;
  display: none;
}
@media (max-width: 900px) {
  body.contact .form_contact .box_confirm {
    padding-top: 5vh;
  }
}
body.contact .form_contact .box_confirm .box_cont {
  width: 100%;
  max-width: 800px;
  margin: auto;
  background: #fff;
  padding: 20px;
  max-height: 70vh;
  overflow-y: scroll;
}
@media (max-width: 900px) {
  body.contact .form_contact .box_confirm .box_cont {
    max-height: 90vh;
  }
}
body.contact .form_contact .box_confirm dd {
  background: #ddd;
  border: 1px solid #fff;
  padding: 5px;
  text-align: left;
  overflow-wrap: break-word;
}
body.contact .form_contact .box_confirm dd.mes {
  height: 8rem;
  overflow-y: scroll;
}
body.contact .form_contact .box_confirm .txt_confirm {
  text-align: center;
}
body.contact .form_contact .box_sending {
  display: none;
  text-align: center;
  width: 90%;
  max-width: 300px;
  margin: 20vh auto 0;
  background: #ffd6b9;
  color: #3d1a00;
  font-size: 1.5rem;
  padding: 2rem;
  border-radius: 10px;
  font-weight: bold;
}
body.contact .form_contact .box_sending .point {
  position: relative;
  width: 128px;
  margin: auto;
  line-height: 60px;
}
body.contact .form_contact .box_sending .point > .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  margin: 8px;
  animation: anim-dot 1s ease-in-out infinite;
}
body.contact .form_contact .box_sending .point > .dot:nth-child(1) {
  animation-delay: 0s;
}
body.contact .form_contact .box_sending .point > .dot:nth-child(2) {
  animation-delay: 0.33s;
}
body.contact .form_contact .box_sending .point > .dot:nth-child(3) {
  animation-delay: 0.66s;
}
@keyframes anim-dot {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1);
  }
  65% {
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
body.contact .form_contact .form__submite .btn {
  display: block;
  width: 100%;
  background: #ff914c;
  border-radius: 15px;
  padding: 15px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  box-shadow: 0px 5px 0px #ce6a24;
  color: #fff;
  letter-spacing: 1px;
  margin: 20px auto;
  border: none;
  cursor: pointer;
}
@media (max-width: 900px) {
  body.contact .form_contact .form__submite .btn {
    margin: 20px 0;
  }
}
@media (min-width: 900px) {
  body.contact .form_contact .form__submite .btn {
    width: 40%;
    max-width: 250px;
  }
}
@media (min-width: 900px) {
  body.contact .form_contact .box_btn {
    display: flex;
    justify-content: center;
  }
}
body.contact .text_thanks {
  text-align: center;
  margin: 50px 0;
}
body.contact .txt_faq {
  text-align: center;
  margin-top: 1rem;
  line-height: 1.5rem;
}
body.contact .txt_faq p {
  background: #ff914c;
  border-radius: 15px;
  padding: 1rem;
  width: 50%;
  max-width: 400px;
  margin: 2rem auto;
}
body.contact .txt_faq p a {
  color: #fff;
}

.box_thanks p {
  background: #ff914c;
  border-radius: 15px;
  width: 20rem;
  margin: 0 auto 2rem;
}
.box_thanks p a {
  padding: 1rem;
  color: #fff;
  display: block;
}

body.download .box_inner {
  padding-top: 30px !important;
}
body.download .text {
  text-align: center;
}
body.download .ttl_download {
  text-align: center;
  margin: 20px auto 20px;
}
body.download .ttl_download span {
  width: 100%;
  background: linear-gradient(transparent 55%, #fff68c 0%);
  text-align: center;
  font-size: 22px;
  margin: 20px auto 35px;
  line-height: 30px;
  padding: 0 50px;
}
@media (max-width: 900px) {
  body.download .ttl_download span {
    padding: 0 10px;
  }
}
body.download .ttl_download span {
  display: block;
}
body.download .box_kakuzai {
  display: flex;
  flex-flow: wrap;
  width: 95%;
  justify-content: space-around;
  margin: auto;
}
body.download .box_kakuzai li {
  margin-bottom: 20px;
}
@media (min-width: 900px) {
  body.download .box_kakuzai li {
    width: 25%;
  }
}
@media (max-width: 900px) {
  body.download .box_kakuzai li {
    width: 43%;
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  body.download .box_kakuzai li img {
    width: 100%;
  }
}
body.download .box_kakuzai li:hover {
  background: #fff1e1;
}
body.download .box_kakuzai li a {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
body.download .box_kakuzai li p {
  font-weight: bold;
  margin-top: 0;
  margin-left: 5px;
  padding: 0 15px;
  line-height: 1.1em;
}
body.download .ttl_download_orderall {
  text-align: center;
  margin: 20px auto 20px;
  margin-top: 30px;
}
body.download .ttl_download_orderall span {
  width: 100%;
  background: linear-gradient(transparent 55%, #c2ecc0 0%);
  text-align: center;
  font-size: 22px;
  margin: 20px auto 35px;
  line-height: 30px;
  padding: 0 50px;
}
@media (max-width: 900px) {
  body.download .ttl_download_orderall span {
    padding: 0 10px;
  }
}
body.download .ttl_download_orderall span {
  display: block;
}
body.download .btn_ordersheet {
  display: block;
  background: #ff914c;
  border-radius: 15px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  box-shadow: 0px 5px 0px #ce6a24;
  color: #fff;
  letter-spacing: 1px;
  margin: 25px auto 40px;
  border: none;
  cursor: pointer;
  max-width: 350px;
  padding: 20px;
  width: 90%;
}
@media (max-width: 900px) {
  body.download .btn_ordersheet {
    margin: 15px auto 20px;
  }
}
body.download .btn_ordersheet a {
  color: #fff;
}
body.download .btn_ordersheet p {
  font-size: 14px;
  font-weight: normal;
  margin-top: 3px;
}

body.faq .ttl_faq {
  text-align: center;
  margin: 20px auto 20px;
}
body.faq .ttl_faq span {
  width: 100%;
  background: linear-gradient(transparent 55%, #fff68c 0%);
  text-align: center;
  font-size: 22px;
  margin: 20px auto 35px;
  line-height: 30px;
  padding: 0 50px;
}
@media (max-width: 900px) {
  body.faq .ttl_faq span {
    padding: 0 10px;
  }
}
body.faq .text {
  text-align: center;
  margin: 20px auto;
  width: 80%;
  max-width: 500px;
}
body.faq .box_faq {
  width: 90%;
  max-width: 765px;
  margin: auto;
}
body.faq .box_faq .box_question {
  margin-top: 20px;
  line-height: 1.4rem;
  border-radius: 15px;
  padding: 20px 40px;
  font-weight: bold;
  font-size: 16px;
  background: #fff2e9 url(../images/common/ico_arrow.png) no-repeat 23px 17px;
}
@media (max-width: 900px) {
  body.faq .box_faq .box_question {
    font-size: 14px;
    padding: 15px 20px;
    background: #fff2e9 url(../images/common/ico_arrow.png) no-repeat 13px 17px;
    background-size: 6px auto;
  }
}
body.faq .box_faq .box_question:hover {
  cursor: pointer;
  background-color: #ffd6b9;
}
body.faq .box_faq .box_answer {
  display: none;
  line-height: 1.5em;
  position: relative;
  background: #eeeeee;
  margin-top: 25px;
  margin-bottom: 30px;
  padding: 20px 40px;
  border-radius: 15px;
}
@media (max-width: 900px) {
  body.faq .box_faq .box_answer {
    padding: 10px 20px;
  }
}
body.faq .box_faq .box_answer:after {
  bottom: 100%;
  left: 15%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(238, 238, 238, 0);
  border-bottom-color: #eeeeee;
  border-width: 20px;
  margin-left: -20px;
}
body.faq .box_faq .box_answer .law {
  background: #fff;
  padding: 12px;
  margin-top: 20px;
}
body.faq .box_faq .box_answer span {
  font-weight: bold;
}
body.faq .box_faq .box_answer a {
  display: inline;
  font-weight: bold;
}
body.faq .box_faq .box_answer a:hover {
  color: #d45404;
}
body.faq .box_faq .box_answer .btn_application {
  display: block;
  background: #ff914c;
  border-radius: 15px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  box-shadow: 0px 5px 0px #ce6a24;
  color: #fff;
  letter-spacing: 1px;
  margin: 25px auto 40px;
  border: none;
  cursor: pointer;
  max-width: 280px;
  padding: 15px;
  width: 90%;
  margin: 10px auto;
  font-size: 1rem;
}
@media (max-width: 900px) {
  body.faq .box_faq .box_answer .btn_application {
    margin: 15px auto 20px;
  }
}
body.faq .box_faq .box_answer .btn_application a {
  color: #fff;
}

@media (max-width: 1000px) {
  .inner_sp {
    padding: 10px !important;
  }
}
.font_b {
  color: #000 !important;
}

.font_c {
  color: #d45404 !important;
}

.scr_section, #contents #faq, #contents #pickup, #contents #voice, #contents #newrelease, #contents #news {
  margin-top: -80px;
  padding-top: 100px;
}

@media (max-width: 1000px) {
  .scr_section, #contents #faq, #contents #pickup, #contents #voice, #contents #newrelease, #contents #news {
    padding-top: 20%;
  }
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

body {
  background-color: #fffbf2;
  background-image: url("../images/common/bg_l.png"), url("../images/common/bg_r.png");
  background-position: left top, right top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #3c1a01;
}

@media (max-width: 1000px) {
  body {
    background-size: 40%, 40%;
  }
}
a, a:visited {
  text-decoration: none;
  color: #3c1a01;
}

a {
  display: block;
}

.ha:hover {
  animation: hoveranime 0.4s ease-out forwards;
}

@keyframes hoveranime {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 0.9);
  }
  100% {
    transform: scale(1, 1);
  }
}
.ha2:hover {
  animation: hoveranime2 0.4s ease-out forwards;
}

@keyframes hoveranime2 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 0.95);
  }
  100% {
    transform: scale(1, 1);
  }
}
img {
  vertical-align: bottom;
}

.btn_l {
  text-align: center;
  margin-bottom: 20px;
}
.btn_l a {
  display: inline-block;
  width: 80%;
  max-width: 350px;
  background: #ff914c;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  box-shadow: 0px 5px 0px #ce6a24;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

body.info .ttl_info {
  text-align: center;
  font-size: 22px;
  margin: 20px auto;
  padding-bottom: 10px;
  width: 90%;
  max-width: 600px;
  background: linear-gradient(transparent 60%, #feff76 0%);
  padding: 0 50px;
}
body.info h3 {
  text-align: right;
}
body.info .text {
  width: 80%;
  margin: 2rem auto;
}
body.info .text h4 {
  border-bottom: 1px dashed #ce6a24;
  margin-bottom: 0.5rem;
}/*# sourceMappingURL=sub.css.map */