@charset "utf-8";
/*
Theme Name: product
Author:
Author URI:
Description:
*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url(./reset.css);

/********************************************************************************
HTMLエレメント
********************************************************************************/
html {
  color: #231815;
  margin: 0;
  overflow-x: hidden;
  width: 100%;
}

body {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #231815;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'Lato', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-size: 100%;
  font-weight: 400;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  letter-spacing: 0.08em;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  margin: 0;
  text-align: center;
  width: 100%;
}

a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a img:hover {
  opacity: 0.7;
  zoom: 1;
}

/********************************************************************************
header
********************************************************************************/
.title {
  margin: 20px 0;
  width: 300px;
}

@media screen and (min-width:950px) {
  .title {
    margin: 20px 0 30px;
    width: 341px;
  }
}

/********************************************************************************
カエル
********************************************************************************/
.frog {
  display: block;
  margin: 0 auto 20px;
  width: 110px;
}

@media screen and (min-width:950px) {
  .frog {
    margin: 0 auto 30px;
    width: 200px;
  }
}

/********************************************************************************
テキストボックス
********************************************************************************/
input[type="text"] {
  border: 1px solid #666;
  border-radius: 3px;
  color: #231815;
  font-size: 14px;
  line-height: 38px;
  padding: 0 12px;
  width: 274px;
}

::-webkit-input-placeholder {
  color: #AAA;
  font-size: 16px;
}

::-ms-input-placeholder {
  color: #AAA;
  font-size: 16px;
}

::placeholder {
  color: #AAA;
  font-size: 14px;
}

@media screen and (min-width:950px) {
  input[type="text"] {
    font-size: 16px;
    line-height: 40px;
    width: 315px;
  }

  ::-webkit-input-placeholder {
    font-size: 16px;
  }

  ::-ms-input-placeholder {
    font-size: 16px;
  }

  ::placeholder {
    font-size: 16px;
  }
}

/********************************************************************************
チェックボックス
********************************************************************************/
.check-group {
  margin: 20px 0 0;
  text-align: left;
  width: 300px;
}

.check-group_shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 0 0;
  text-align: left;
  width: 300px;
}

.check-group_furima {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 0 0;
  text-align: left;
  width: 300px;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox]+label:before {
  color: #231815;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  display: inline-block;
  font-weight: 500;
}

input[type=checkbox]+label:before {
  content: "\f0c8";
}

input[type=checkbox]+label:before {
  letter-spacing: 6px;
}

input[type=checkbox]:checked+label:before {
  content: "\f14a";
}

label {
  font-size: 11px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: flex;
  line-height: 16px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  margin: 5px;
  width: calc(50% - 10px);
}

label:hover {
  cursor: pointer;
}

@media screen and (min-width:950px) {
  .check-group {
    margin: 30px 0 0;
    width: 341px;
  }

  .check-group_shop {
    margin: 15px 0 0;
    width: 341px;
  }

  .check-group_furima {
    margin: 15px 0 0;
    width: 341px;
  }

  label {
    font-size: 13px;
  }
}

/********************************************************************************
検索するボタン
********************************************************************************/
input[type="submit"] {
  background: #231815;
  border: none;
  border-radius: 100px;
  color: #FFF;
  display: block;
  font-size: 16px;
  letter-spacing: 0.08em;
  margin: 10px auto 0;
  padding: 10px 20px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  width: 150px;
}

input[type="submit"]:focus {
  outline: 0;
}

input[type="submit"]:hover {
  background: #FF6B64;
  cursor: pointer;
}

@media screen and (min-width:950px) {
  input[type="submit"] {
    margin: 20px auto 0;
  }
}

/********************************************************************************
注意書き
********************************************************************************/
.comment {
  font-size: 10px;
  margin: 10px 0 0;
}

.popup-link {
  text-align: center;
}

.popup-link a {
  border-bottom: 1px solid #666;
  color: #666;
  display: inline-block;
  font-size: 10px;
  line-height: 18px;
  margin: 30px 0 0;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.popup-link a:hover {
  border-bottom: 1px solid #FF6B64;
  color: #FF6B64;
  cursor: pointer;
}

@media screen and (min-width:950px) {
  .comment {
    font-size: 12px;
  }

  .popup-link a {
    font-size: 12px;
    margin: 40px 0 0;
  }
}

/********************************************************************************
footer
********************************************************************************/
footer {
  margin: 20px 0;
}

.copyright {
  color: #AAA;
  font-style: normal;
  font-size: 10px;
}

.copyright a {
  color: #AAA;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.copyright a:hover {
  color: #FF6B64;
}

/********************************************************************************
モーダルウィンドウ
********************************************************************************/
#overlay {
  background-color: rgba(0, 0, 0, .65);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9;
}

#modal {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  left: 50%;
  max-width: 70vw;
  max-height: 70vh;
  padding: 32px;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.active {
  display: block !important;
}
