@charset "UTF-8";
/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

	common

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
         -o-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

html {
  /* Sets a specific default `font-size` for user with `rem` type scales.*/
  font-size: 100%;
  /* Changes the default tap highlight to be completely transparent in iOS.*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  line-height: 1.5;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  font-weight: 400;
  font-size: 100%;
  letter-spacing: .05em;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  color: #333;
  min-width: 1040px;
  -webkit-print-color-adjust: exact;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

a {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

a:hover {
  opacity: .7;
}

a:hover img {
  opacity: 1;
}

select::-ms-expand {
  display: none;
}

.wrapper {
  min-width: 1040px;
  overflow: hidden;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}

.sp {
  display: none;
}

@media (max-width: 767px) {
  body {
    min-width: auto;
    font-size: 3.2vw;
    line-height: 6vw;
  }
  p {
    line-height: 6vw;
    letter-spacing: 0.05em;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .wrapper {
    min-width: inherit;
    max-width: 100%;
  }
  .maker-sp {
    background: #fef3bf;
  }
}

footer {
  padding: 70px 0 130px;
  border-top: 1px solid #dcdddd;
}

footer .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .logoArea {
  width: 520px;
  min-width: 520px;
}

footer .txtArea p {
  font-size: 14px;
  line-height: 35px;
}

footer .txtArea p .bold {
  font-weight: 600;
}

footer .copyright {
  display: block;
  margin-top: 45px;
  text-align: center;
}

@media (max-width: 750px) {
  footer {
    max-width: 100%;
    padding: 12.6666667vw 0 25.3333333vw;
    overflow-y: hidden;
  }
  footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .logoArea {
    width: 100%;
    min-width: auto;
    margin-bottom: 4vw;
  }
  footer .logoArea img {
    width: 64vw;
  }
  footer .txtArea p {
    font-size: 3.2vw;
    line-height: 6.6666667vw;
  }
  footer .txtArea p .bold {
    letter-spacing: 0;
  }
  footer .copyright {
    margin-top: 6.6666667vw;
    font-size: 2.6666667vw;
  }
}

#bottomFixedArea {
  display: none;
  width: 100%;
  background: #20723f;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
}
@media (min-width: 751px) {
  #bottomFixedArea,
  #productCatLink.fixed{
    min-width: 1040px;
  }
}
#bottomFixedArea .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 0;
}

#bottomFixedArea .container:before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 18px;
  background: url(../img/bf-check.png) 50%;
}

#bottomFixedArea p, #bottomFixedArea span {
  line-height: 16px;
}

#bottomFixedArea p {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}

#bottomFixedArea p .yellow {
  padding: 0 4px;
  color: #fff100;
}

#bottomFixedArea p .no {
  font-size: 40px;
}

#bottomFixedArea .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 400px;
  height: 60px;
  margin-left: auto;
  border-radius: 30px;
  background: #fff100;
  font-size: 18px;
  font-weight: 600;
  color: #20723f;
  position: relative;
}

#bottomFixedArea .btn:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-right: 2px solid #20723f;
  border-bottom: 2px solid #20723f;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -9px) rotate(45deg);
      -ms-transform: translate(0, -9px) rotate(45deg);
          transform: translate(0, -9px) rotate(45deg);
}

@media (max-width: 750px) {
  #bottomFixedArea .container {
    padding: 3vw 8vw;
  }
  #bottomFixedArea .container:before {
    content: none;
  }
  #bottomFixedArea p {
    display: none;
  }
  #bottomFixedArea .btn {
    height: 12vw;
  }
  #bottomFixedArea .btn:before {
    content: none;
  }
  #bottomFixedArea .btn .no {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 8vw;
    height: 8vw;
    border-radius: 5.3333333vw;
    background: #ff9000;
    font-size: 5vw;
    font-weight: 500;
    color: #fff;
    position: absolute;
    top: 2vw;
    left: 2.1333333vw;
    z-index: 1;
  }
}

#mv {
  height: 350px;
  background: url(../img/mv.jpg) 50% 100%/cover;
}

#mv .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: relative;
}

#mv .catch {
  margin-bottom: 20px;
}

@media (max-width: 750px) {
  #mv {
    height: 106.666667vw;
    padding-top: 25.6vw;
    background: url(../img/mv-sp.jpg) 50% 100%/cover;
  }
  #mv .container {
    display: block;
  }
  #mv .catch {
    width: 83.466667vw;
    margin: 0 auto;
    margin-bottom: 4.5572917vw;
  }
  #mv .logo {
    width: 50.666667vw;
    margin: 0 auto;
  }
}

#topics {
  margin-top: 80px;
  margin-bottom: 75px;
}

#topics .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#topics .heading {
  width: 220px;
  min-width: 220px;
}

#topics h2 {
  font-size: 40px;
  font-weight: 600;
  color: #288e4f;
}

#topics h2 span {
  display: block;
  margin-top: 18px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
}

#topics .body {
  width: 100%;
}

#topics .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 22px;
}

#topics .item time, #topics .item p {
  line-height: 14px;
}

#topics .item time {
  margin-right: 38px;
  font-size: 13px;
  color: #898989;
}

#topics .item p {
  font-size: 14px;
}

#topics .item:first-child {
  margin-top: 0;
}

@media (max-width: 750px) {
  #topics {
    margin-top: 12.666667vw;
    margin-bottom: 11.71875vw;
  }
  #topics .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 3.9062500vw;
  }
  #topics .heading {
    width: 100%;
    min-width: auto;
    margin-bottom: 5.859375vw;
    text-align: center;
  }
  #topics h2 {
    font-size: 7.8125vw;
  }
  #topics h2 span {
    margin-top: 3.2552083vw;
    font-size: 3.90625vw;
  }
  #topics .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 6.5104167vw;
  }
  #topics .item time {
    margin-right: 0;
    margin-bottom: 1.953125vw;
    font-size: 3.125vw;
    line-height: 1;
  }
  #topics .item p {
    font-size: 3.3854167vw;
    line-height: 5.2083333vw;
  }
  #topics .item:first-child {
    margin-top: 0;
  }
}

#filter {
  background: #288e4f;
}

#filter .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#filter .list.sp {
  display: none;
}

#filter .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% / 5);
  height: 100px;
  background: #288e4f;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

#filter .item .small {
  font-size: 15px;
}

#filter .item:hover {
  opacity: 1;
  background: #20723f;
}

#filter .item.active {
  background: #20723f;
}

@media (max-width: 750px) {
  #filter {
    display: none;
  }
}

#productListWrap {
  padding: 40px 0 105px;
  background: #f5f5f5;
}

@media (max-width: 750px) {
  #productListWrap {
    padding: 6.6666667vw 4vw 12.6666667vw;
  }
}

#filter_sp {
  display: none;
}

@media (max-width: 750px) {
  #filter_sp {
    display: block;
    margin-bottom: 6.5104167vw;
  }
  #filter_sp select {
    width: 100%;
    height: 13.0208333vw;
    padding-left: 3.90625vw;
    background: url(../img/filter_sp-arrow.png) right center/auto 100% no-repeat, #288e4f;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
}

.productCatLinkWrap {
  max-width: 1000px;
  height: 128px;
  margin: 0 auto;
  margin-bottom: 80px;
  position: relative;
}

@media (max-width: 750px) {
  .productCatLinkWrap {
    /*height: 16.5364583vw;*/
    margin-bottom: 9.7656250vw;
  }
}

#productCatLink {
  width: 100%;
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  /*left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);*/
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

#productCatLink .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}

#productCatLink .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 220px;
  height: 68px;
  padding-bottom: 10px;
  margin-right: 20px;
  border-radius: 3px;
  background: #288e4f;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  position: relative;
}

#productCatLink .item:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  bottom: 14px;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
      -ms-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
}

#productCatLink .item:last-child {
  margin-right: 0;
}

#productCatLink.fixed {
  width: 100vw;
  padding: 14px 30px;
  position: fixed;
  z-index: 999;
  -webkit-transition:padding .5s;
  -o-transition:padding .5s;
  transition:padding .5s;
  left:0;
}

#productCatLink.fixed .item {
  height: 42px;
  padding-bottom: 0;
}

#productCatLink.fixed .item:after {
  content: none;
}

@media (max-width: 750px) {
  #productCatLink {
    padding: 2.6666667vw;
  }
  #productCatLink .list{
    flex-wrap:wrap;
    margin: -1%;
        justify-content: flex-start;
  }
  #productCatLink .item {
    width: 31%;
    height: 11.328125vw;
    padding-bottom: 1.3020833vw;
    margin: 1%;
    border-radius: 0.78125vw;
    font-size: 3.3854167vw;
  }
  #productCatLink .item:after {
    width: 1.3020833vw;
    height: 1.3020833vw;
    bottom: 2.4vw;
  }
  #productCatLink .item:last-child {
    margin-right: 1%;
  }
  #productCatLink.fixed {
    width: 100vw;
    padding: 2.6666667vw;
  }
  #productCatLink.fixed .item {
    height:9vw;
    padding-bottom: 0;
  }
  #productCatLink.fixed .item:after {
    content: none;
  }
}

@media all and (-ms-high-contrast: none) {
  #productCatLink.fixed {
    -webkit-transition: 0;
    -o-transition: 0;
    transition: 0;
  }
}

.productCat {
  padding-top: 90px;
  margin-top: -90px;
  margin-bottom: 60px;
}

.productCat:last-child {
  margin-bottom: 0;
}

@media (max-width: 750px) {
  .productCat {
    padding-top: 28vw;
    margin-top: -28vw;
    margin-bottom: 16vw;
  }
}

.productList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.productCatHeading {
  margin-bottom: 35px;
}

.productCatHeading h2 {
  padding-bottom: 28px;
  border-bottom: 1px solid #b5b5b6;
  font-size: 30px;
  font-weight: 600;
  color: #288e4f;
}

.productCatHeading picture {
  display: block;
  margin-top: 40px;
}

.productCatHeading p {
  margin-top: 25px;
  line-height: 28px;
}

@media (max-width: 750px) {
  .productCatHeading {
    margin-bottom: 4.6666667vw;
  }
  .productCatHeading h2 {
    padding-bottom: 3.7333333vw;
    border-bottom: 2px solid #b5b5b6;
    font-size: 5.3333333vw;
  }
  .productCatHeading picture {
    margin-top: 6.4vw;
  }
  .productCatHeading p {
    margin-top: 4.6666667vw;
    line-height: 5.3333333vw;
  }
}

.productItem {
  width: 320px;
  /*margin-right: 20px;*/
  margin-bottom: 22px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.productItem .txtArea {
  padding: 20px 15px;
}

.productItem .catIconList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.productItem .catIconList img {
  display: none;
  width: 40px;
  margin: 0;
  margin-right: 5px;
}

.productItem .catIconList img:last-child {
  margin-right: 0;
}

.productItem .productName {
  margin-bottom: 15px;
}

.productItem .productName h3 {
  font-size: 18px;
  line-height: 28px;
}

.productItem .productTxt {
  margin-bottom: 17px;
}

.productItem .productTxt p {
  font-size: 14px;
  line-height: 24px;
}

.productItem .btnArea {
  height: 46px;
  position: relative;
}

.productItem .btnArea button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 46px;
  border-radius: 23px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}

.productItem .btnArea button:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 7px;
}

.productItem .btnArea button.add {
  background: #288e4f;
}

.productItem .btnArea button.add:before {
  background: url(../img/add.png) 50% no-repeat;
}

.productItem .btnArea button.added {
  background: #b5b5b5;
  opacity: 0;
  visibility: hidden;
}

.productItem .btnArea button.added:before {
  background: url(../img/added.png) 50% no-repeat;
}

.productItem.inoshishi .catIconList img[data="inoshishi"] {
  display: block;
}

.productItem.syoudoubutsu .catIconList img[data="syoudoubutsu"] {
  display: block;
}

.productItem.shika .catIconList img[data="shika"] {
  display: block;
}

.productItem.saru .catIconList img[data="saru"] {
  display: block;
}

.productItem.kuma .catIconList img[data="kuma"] {
  display: block;
}

.productItem.added .btnArea button.add {
  opacity: 0;
  visibility: hidden;
}

.productItem.added .btnArea button.added {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 751px) {
  .productList{
    margin:0 -10px;

  }
  .productItem {
    margin-left: 10px;
    margin-right: 10px;
  }
}
/*.productItem:nth-child(3n) {
  margin-right: 0;
}*/

@media (max-width: 750px) {
  .productItem {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5.3333333vw;
    background: #fff;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  }
  .productItem .imgArea img {
    width: 100%;
  }
  .productItem .txtArea {
    padding: 4vw 4vw 6.6666667vw;
  }
  .productItem .catIconList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5.3333333vw;
  }
  .productItem .catIconList img {
    width: 10.6666667vw;
    margin-right: 1.3333333vw;
  }
  .productItem .catIconList img:last-child {
    margin-right: 0;
  }
  .productItem .productName {
    margin-bottom: 2.6666667vw;
  }
  .productItem .productName h3 {
    font-size: 4vw;
    line-height: 6.6666667vw;
  }
  .productItem .productTxt {
    margin-bottom: 3.3333333vw;
  }
  .productItem .productTxt p {
    font-size: 3.2vw;
    line-height: 5.3333333vw;
  }
  .productItem .btnArea {
    height: 46px;
    position: relative;
  }
  .productItem .btnArea button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 46px;
    border-radius: 23px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
  }
  .productItem .btnArea button:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 7px;
  }
  .productItem .btnArea button.add {
    background: #288e4f;
  }
  .productItem .btnArea button.add:before {
    background: url(../img/add.png) 50% no-repeat;
  }
  .productItem .btnArea button.added {
    background: #b5b5b5;
    opacity: 0;
    visibility: hidden;
  }
  .productItem .btnArea button.added:before {
    background: url(../img/added.png) 50% no-repeat;
  }
  .productItem:last-child {
    margin-bottom: 0;
  }
}

#form .mv {
  height: 300px;
  background: url(../img/form-mv.jpg) 50%/cover;
}

#form .heading {
  padding-top: 95px;
  margin-bottom: 50px;
  text-align: center;
}

#form .heading h2 {
  margin-bottom: 45px;
  font-size: 30px;
  font-weight: 600;
  color: #288e4f;
}

#form .heading h3 {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

#form .heading p {
  line-height: 1.8;
}

#form form {
  padding-bottom: 100px;
}

#form .dlWrap {
  border-top: 1px solid #dcdddd;
}

#form dl, #form dt, #form dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#form dl {
  border-bottom: 1px solid #dcdddd;
}

#form dt {
  width: 320px;
  min-width: 320px;
  min-height: 87px;
  padding: 0 30px;
  padding-top: 31px;
  line-height: 26px;
  font-weight: 600;
}

#form dt span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 26px;
  margin-left: 15px;
  border-radius: 3px;
  background: #f19149;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

#form dd {
  width: 100%;
  min-height: 87px;
  padding: 18px 0;
}

#form input[type="text"], #form input[type="email"],textarea {
  width: 100%;
  height: 50px;
  padding: 4px 8px;
  border-radius: 3px;
  background: #eee;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

#form select {
  width: 250px;
  height: 50px;
  padding: 4px 8px;
  background: url(../img/select-arrow.png) right 20px center no-repeat #fff;
  border: 1px solid #c9caca;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

#form .zipcode {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#form .zipcode01 {
  margin-right: 10px;
}

#form .zipcode01 input {
  width: 160px;
}

#form .zipcode02 {
  margin-left: 10px;
}

#form .zipcode02 input {
  width: 180px;
}

#form .addedProductList {
  width: 100%;
  padding: 30px;
  background: #eee;
  border-radius: 3px;
}

#form .addedProduct {
  width: 100%;
  padding: 25px 70px 25px 20px;
  margin-bottom: 10px;
  background: #fff;
  font-size: 18px;
  position: relative;
  font-weight: 700;
}

#form .addedProduct label {
  display: block;
  /*padding-left: 60px;*/
  font-size: 16px;
  line-height: 30px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 15px);
  right: 20px;
  color:#288e4f;
  font-weight: 700;
}

/*#form .addedProduct label:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #c9caca;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#form .addedProduct label:after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/check.png) 50% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}*/

#form .addedProduct input[type="checkbox"] {
  display: none;
}

#form .addedProduct input[type="checkbox"]:checked + label:after {
  opacity: 1;
  visibility: visible;
}

#form .addedProduct:last-child {
  margin-bottom: 0;
}

#form .privacypolicy {
  width: 900px;
  height: 230px;
  padding: 27px;
  margin: 0 auto;
  margin-top: 40px;
  background: #f4f8f6;
  overflow-y: scroll;
}

#form .privacypolicy p {
  font-size: 13px;
  line-height: 1.8;
}

#form .acceptance {
  margin-top: 30px;
  text-align: center;
}

#form .acceptance label {
  display: inline-block;
  padding-left: 47px;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  cursor: pointer;
}

#form .acceptance label:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #288e4f;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#form .acceptance label:after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/check.png) 50% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}

#form .acceptance input[type="checkbox"] {
  display: none;
}

#form .acceptance input[type="checkbox"]:checked + label:after {
  opacity: 1;
  visibility: visible;
}

#form .submit input[type="submit"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 500px;
  height: 60px;
  margin: 0 auto;
  margin-top: 40px;
  background: #288e4f;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

#form .submit input[type="submit"]:hover {
  opacity: .7;
}

#form .submit input[type="submit"][disabled] {
  background: #999;
}

#form .submit input[type="submit"][disabled]:hover {
  opacity: 1;
}

@media (max-width: 750px) {
  #form .mv {
    height: 40vw;
    background: url(../img/form-mv-sp.jpg) 50%/cover;
  }
  #form .heading {
    padding: 0 4vw;
    margin-top: -20vw;
    padding-top: 32vw;
    margin-bottom: 7.3333333vw;
    text-align: left;
  }
  #form .heading h2 {
    margin-bottom: 4.6666667vw;
    font-size: 5.3333333vw;
    text-align: center;
  }
  #form .heading h3 {
    margin-bottom: 3.3333333vw;
    font-size: 3.7333333vw;
    line-height: 1.8;
  }
  #form .heading p {
    font-size: 3.2vw;
    line-height: 5.3333333vw;
  }
  #form form {
    padding: 0 4vw;
    padding-bottom: 13.3333333vw;
  }
  #form dl, #form dt, #form dd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #form dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3.7333333vw 0;
  }
  #form dt {
    width: 100%;
    min-width: 100%;
    min-height: auto;
    padding: 0;
    padding-top: 0;
    margin-bottom: 2.4vw;
    font-size: 3.7333333vw;
    line-height: 4.8vw;
  }
  #form dt span {
    width: 8vw;
    height: 4.8vw;
    margin-left: 15px;
    border-radius: 3px;
    font-size: 2.6666667vw;
  }
  #form dd {
    width: 100%;
    min-height: auto;
    padding: 0;
  }
  #form input[type="text"], #form input[type="email"],textarea {
    width: 100%;
    height: 10.6666667vw;
    padding: 1.3333333vw 2.6666667vw;
    border-radius: 3px;
    background: #eee;
    font-size: 16px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  #form select {
    width: 66.6666667vw;
    height: 10.6666667vw;
    padding: 1.3333333vw 2.6666667vw;
    background: url(../img/select-arrow.png) right 3.73333vw center no-repeat #fff;
    font-size: 16px;
  }
  #form .zipcode {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #form .zipcode01 {
    margin-right: 2.6666667vw;
  }
  #form .zipcode01 input {
    width: 26.6666667vw;
  }
  #form .zipcode02 {
    margin-left: 2.6666667vw;
  }
  #form .zipcode02 input {
    width: 34.6666667vw;
  }
  #form .addedProductList {
    padding: 4vw;
  }
  #form .addedProduct {
    padding: 3.3333333vw 2.6666667vw;
    margin-bottom: 2.6666667vw;
    font-size: 3.7333333vw;
    padding-right: 50px;
  }
  #form .addedProduct label {
    font-size: 13px;
    right:2.6666667vw;
  }
  /*#form .addedProduct label:before {
    width: 6.6666667vw;
    height: 6.6666667vw;
    top: -0.5vw;
    left: 0;
  }
  #form .addedProduct label:after {
    width: 6.6666667vw;
    height: 6.6666667vw;
    background: url(../img/check.png) 50%/4vw auto no-repeat;
    top: -0.5vw;
    left: 0;
  }*/
  #form .addedProduct:last-child {
    margin-bottom: 0;
  }
  #form .privacypolicy {
    width: 100%;
    height: 37.3333333vw;
    padding: 4vw;
    margin-top: 5.3333333vw;
  }
  #form .privacypolicy p {
    font-size: 3.2vw;
    line-height: 5.3333333vw;
  }
  #form .acceptance {
    margin-top: 6.6666667vw;
  }
  #form .acceptance label {
    padding-left: 10vw;
    font-size: 3.7333333vw;
    line-height: 6.6666667vw;
  }
  #form .acceptance label:before {
    width: 6.6666667vw;
    height: 6.6666667vw;
    border-radius: 3px;
  }
  #form .acceptance label:after {
    width: 6.6666667vw;
    height: 6.6666667vw;
    background: url(../img/check02.png) 50%/3.06667vw no-repeat;
  }
  #form .submit input[type="submit"] {
    width: 84vw;
    height: 13.3333333vw;
    border-radius: 6.6666667vw;
    margin-top: 6.6666667vw;
    font-size: 4vw;
    opacity: 1;
  }
  #form .submit input[type="submit"]:hover {
    opacity: 1;
  }
}

.note-txt {
  color: #aaa;
}

#hidden {
  position: absolute;
  left: -100000px;
}

#form dd {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

label.error {
  width: 100%;
  display: block;
  color: #f00;
  margin: 10px 0 0;
}


.sns_footer{
  margin: 10px 1px 24px 100px;
  display: flex;
}

.sns_footer p{
  width: 32px;
  margin-right: 15px;
}

.sns_text{
  width: auto !important;
  padding: 10px 0 0 0;
}

@media screen and (max-width: 768px) {
  /* 479px以下用（スマートフォン用）の記述 */
  .sns_footer{
    width:fit-content;
    text-align: center;
    margin: 20px auto 0;
    display: flex;
  }

  .sns_footer p{
    width: 32px;
    margin-right: 10px;
    margin-left: 15px;
  }
  .footer_logo{
    margin-bottom: 20px;
  }
}
