/* setting.scss start*/
/*input, button, textarea, select {
margin: 0;
padding: 0;
background: none;
border: none;
border-radius: 0;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}*/
.fade, .nekonoteStore_header .navArea_nekonoteStore .online_btn {
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}

.fade:hover, .nekonoteStore_header .navArea_nekonoteStore .online_btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* setting.scss end*/
.nekonoteStore_header {
  border-bottom: 1px solid #dedede;
  margin-bottom: 30px;
}

.nekonoteStore_header .h1Area {
  background-color: #f3d924;
  padding: 4px 0;
}

@media screen and (max-width: 767px) {
  .nekonoteStore_header .h1Area {
    display: none;
  }
}

.nekonoteStore_header .h1Area .boxwap {
  text-align: left;
}

.nekonoteStore_header .h1Area .boxwap h1,
.nekonoteStore_header .h1Area .boxwap p {
  font-size: 13px;
  font-weight: 400;
  display: inline;
}

.nekonoteStore_header .navArea_nekonoteStore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nekonoteStore_header .navArea_nekonoteStore .logoArea_nekonoteStore {
  width: 23%;
  display: block;
}

@media screen and (max-width: 767px) {
  .nekonoteStore_header .navArea_nekonoteStore .logoArea_nekonoteStore {
    width: 40%;
  }
}

.nekonoteStore_header .navArea_nekonoteStore .logoArea_nekonoteStore img {
  width: 100%;
  height: auto;
}

.nekonoteStore_header .navArea_nekonoteStore .online_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px;
  background-color: #219244;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .nekonoteStore_header .navArea_nekonoteStore .online_btn {
    width: 50%;
    padding: 3% 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.nekonoteStore_header .navArea_nekonoteStore .online_btn span {
  font-weight: 600;
  color: #fff;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .nekonoteStore_header .navArea_nekonoteStore .online_btn span {
    font-size: 4.3vw;
    line-height: 1.3;
  }
}

.nekonoteStore_header .navArea_nekonoteStore .online_btn .imgsize {
  width: 27px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .nekonoteStore_header .navArea_nekonoteStore .online_btn .imgsize {
    display: none;
  }
}

.nekonoteStore_header .navArea_nekonoteStore .online_btn .imgsize img {
  width: 100%;
  height: auto;
}

.nekonote .titleAreaBox .mainChach {
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
  .nekonote .titleAreaBox .mainChach {
    font-size: 6.5vw;
  }
}

.imgcatArea {
  width: 55%;
  margin-right: 5%;
}

@media screen and (max-width: 767px) {
  .imgcatArea {
    width: 80%;
    margin-right: 0;
  }
}

.imgcatArea img {
  width: 100%;
  height: auto;
}

/* footer */
/* footer */
#footerArea {
  background-color: #fff;
}

#footerArea .flexArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 6% 0;
}

#footerArea .flexArea .boxArea {
  width: 31%;
}

#footerArea .flexArea .boxArea .box:nth-child(2) {
  border-top: 1px dashed #c9c5c5;
  margin-top: 8%;
  padding-top: 8%;
}

#footerArea .flexArea .boxArea .titleArea {
  padding-bottom: 0;
  border-bottom: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5%;
}

#footerArea .flexArea .boxArea .titleArea h2 {
  font-size: 13px;
}

#footerArea .flexArea .boxArea .titleArea .arrow {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
}

#footerArea .flexArea .boxArea .titleArea .arrow:hover {
  text-decoration: underline;
}

#footerArea .flexArea .boxArea .titleArea .arrow p {
  color: #333;
  font-size: 12px;
  margin-top: 0;
  text-align: left;
}

#footerArea .flexArea .boxArea .titleArea .arrow .imgsize {
  width: 15%;
  margin-left: 8px;
}

#footerArea .flexArea .boxArea .titleArea .arrow .imgsize img {
  width: 100%;
}

#footerArea .flexArea .boxArea .infoArea {
  text-align: left;
  line-height: 1.5;
}

#footerArea .footer_infoArea {
  background-color: #f0eceb;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  #footerArea .footer_infoArea {
    padding: 10% 0;
  }
}

#footerArea .footer_infoArea .flexArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  width: 600px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #footerArea .footer_infoArea .flexArea {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}

#footerArea .footer_infoArea .flexArea .logoArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
}

#footerArea .footer_infoArea .flexArea .logoArea .logo {
  width: 33%;
  margin-right: 8%;
}

#footerArea .footer_infoArea .flexArea .logoArea .logo img {
  width: 100%;
}

#footerArea .footer_infoArea .flexArea .logoArea .infoP {
  text-align: left;
  line-height: 1.5;
}

#footerArea .footer_infoArea .flexArea .logoArea .infoP .name {
  font-weight: 700;
  font-size: 1.2em;
}

#footerArea .footer_infoArea .flexArea .snsArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#footerArea .footer_infoArea .flexArea .snsArea a {
  display: block;
  width: 30px;
  margin-left: 15px;
}

#footerArea .footer_infoArea .flexArea .snsArea a img {
  width: 100%;
}

#footerArea .copyright {
  color: #000;
  font-size: 11px;
  text-align: center;
  margin: 10px auto;
}

.f_btn01 {
  border: 1px solid #cccccc;
  border-radius: 5px;
  background-color: #f9f9f9;
  padding: 6% 0;
}

.f_btn02 {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  color: #333333;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .f_btn02 {
    font-size: 5vw;
  }
}

.f_btn02_img {
  width: 7%;
  margin-right: 5%;
  margin-top: 1%;
  margin-left: 20%;
}

.f_btn {
  width: 40%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .f_btn {
    width: 100%;
  }
  .f_btn:first-child {
    margin-bottom: 5%;
  }
}

.img_size {
  width: 100%;
}

.boxwap_new02 {
  width: 20%;
  display: block;
  margin: 30px auto;
}

@media screen and (max-width: 767px) {
  .boxwap_new02 {
    width: 60%;
  }
}


.nekonote .liquid-speech-balloon-avatar{
  width: 85px;
  height: 85px;
}

@media screen and (max-width: 767px){
  .nekonote .liquid-speech-balloon-avatar{
    width: 64px;
    height: 64px;
  }
}

.nekonote .liquid-speech-balloon-avatar::after{
  width: 110%;
  top: 87px;
}

@media screen and (max-width: 767px){
  .nekonote .liquid-speech-balloon-avatar::after{
    width: 100%;
    top: 69px;
  }
}