@charset "UTF-8";
/* ---------------------------------------------------------
A Modern CSS Reset
--------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
td,
th,
figure,
input,
select,
button,
optgroup,
textarea {
  margin: 0;
  padding: 0;
}

article,
aside,
footer,
header,
main,
nav,
section,
figcaption,
figure {
  display: block;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
}

li {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: .01ms !important;
            animation-duration: .01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: .01ms !important;
            transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ---------------------------------------------------------
config
--------------------------------------------------------- */
@media screen and (max-width: 750px) {
  [data-sc-pc] {
    display: none !important;
  }
}

@media print, screen and (min-width: 751px) {
  [data-sc-sp] {
    display: none !important;
  }
}

/* ---------------------------------------------------------
style
--------------------------------------------------------- */
body {
  font-family: YuGothic, 'Yu Gothic', sans-serif;
  line-height: 2;
  color: #333333;
  font-size: 14px;
  letter-spacing: .05em;
  word-break: break-all;
}

img {
  border-style: none;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a,
button {
  outline: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a:hover,
button:hover {
  cursor: pointer;
  opacity: 0.7;
}

a img,
button img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a img:hover,
button img:hover {
  opacity: 0.7;
}

/* ---------------------------------------------------------

  --------------------------------------------------------- */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* align-items: center; */
}

.row > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.w1100 {
  /* width: 100%; */
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* ---------------------------------------------------------

  --------------------------------------------------------- */
.navToggle {
  position: absolute;
  background: red;
  top: 0;
  right: 0.2rem;
  z-index: 1000;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.navToggle span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 73%;
  height: 2px;
  background: yellow;
  -webkit-transition: .3s;
  transition: .3s;
}

.navToggle span.bar01 {
  top: 32%;
}

.navToggle span.bar03 {
  top: 68%;
}

.navToggle.active .bar01 {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
          transform: translate(-50%, -50%) rotate(30deg);
}

.navToggle.active .bar02 {
  opacity: 0;
}

.navToggle.active .bar03 {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(150deg);
          transform: translate(-50%, -50%) rotate(150deg);
}

header nav {
  display: none;
  background: red;
}

/* -----------------------------------
txt
------------------------------------ */
.ttl_h2Dot {
  text-align: center;
  font-size: 50px;
  letter-spacing: .16em;
}

.ttl_h2Dot > div {
  display: inline-block;
  position: relative;
}

.ttl_h2Dot > div:before {
  position: absolute;
  content: "";
  top: -66px;
  left: calc(50% - 578px);
  width: 100px;
  height: 100px;
  background: url(../images/ttlh2_1.png) no-repeat center/contain;
}

.ttl_h2Dot > div span {
  position: relative;
}

.ttl_h2Dot > div span:before {
  position: absolute;
  content: "";
  top: -27px;
  left: calc(50% - 10px);
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #9fc24d;
}

/* -----------------------------------
campaign-close
------------------------------------ */
.campaign-close {
  background-color: #000;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  z-index: 1;
}

.campaign-close-mes {
  z-index: 2;
  position: absolute;
  top: 50%;
  width: 100%;
}

.campaign-close-mes p {
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  background-color: #FFF;
  padding: 5px 20px;
  border: 1px solid #dadada;
  max-width: 700px;
  font-size: 2.4rem;
}

@media screen and (max-width: 750px) {
  .campaign-close--sec {
    top: -10%;
    height: 110%;
  }
  .campaign-close-mes p {
    max-width: 75%;
    font-size: 1.7rem;
    line-height: 2.6rem;
  }
}

/* -----------------------------------
header
------------------------------------ */
header {
  position: absolute;
  z-index: 1000;
  padding: 10px;
}

header .logo {
  width: 264px;
}

/* -----------------------------------
mv
------------------------------------ */
.slider {
  position: relative;
  z-index: 1;
  height: 100%;
}

.slider-item {
  width: 100%;
  height: 100%;
}

.sec_mv {
  position: relative;
}

.sec_mv__catch {
  position: absolute;
  z-index: 2;
  top: calc(50% - 426px);
  left: calc(50% - 664px);
  width: 1190px;
  height: auto;
}

.sec_mv__frosch {
  position: absolute;
  z-index: 2;
  bottom: 52px;
  right: 146px;
  width: 150px;
  height: auto;
}

.sec_mv__kome {
  position: absolute;
  z-index: 2;
  bottom: -3em;
  right: 160px;
  font-size: 11px;
}

.sec_mv_A {
  height: 930px;
}

.sec_mv_A .slider img {
  width: 100%;
  height: 930px;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec_mv_B {
  height: 48.5vw;
}

.sec_mv_B .slider img {
  width: 100%;
  height: 48.5vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.lead {
  text-align: center;
  margin-top: 4em;
  font-size: 18px;
  line-height: 3em;
  letter-spacing: 3px;
}

.lead.lead2 {
  margin-top: 1em;
}

/* -----------------------------------
sec_Campaign
------------------------------------ */
.sec_Campaign {
  background: #FEF15A;
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 50px;
  margin-bottom: 160px;
  position: relative;
}

.sec_Campaign .h2Wrap {
  position: relative;
  background: #fff;
  margin-bottom: 30px;
}

.sec_Campaign .h2Wrap:before {
  position: absolute;
  content: "";
  top: -40px;
  left: 44px;
  width: 20px;
  height: 70px;
  background: url(../images/left.svg) no-repeat center/contain;
}

.sec_Campaign .h2Wrap::after {
  position: absolute;
  content: "";
  top: -40px;
  right: 44px;
  width: 20px;
  height: 70px;
  background: url(../images/left.svg) no-repeat center/contain;
}

.sec_Campaign h2 {
  position: relative;
  text-align: center;
  font-size: 46px;
  padding: .7em;
  line-height: 1.4;
  letter-spacing: .15em;
}

.sec_Campaign h2:before {
  position: absolute;
  content: "";
  top: 0;
  left: calc(50% - 260px);
  width: 93px;
  height: 98px;
  background: url(../images/suiteki.svg) no-repeat center/contain;
}

.sec_Campaign h2 .tohaBtn {
  position: absolute;
  right: calc(50% - 395px);
  width: 200px;
  height: 80px;
  top: -20px;
  z-index: 1;
  background: url(../images/campaign_img02.png) no-repeat center/contain;
  font-size: 0;
}

.sec_Campaign h2 .tohaBtn:hover {
  opacity: 1;
  background: url(../images/campaign_img02_b.png) no-repeat center/contain;
}

.sec_Campaign h2 .tohaBtn:hover img:hover,
.sec_Campaign h2 .tohaBtn:hover button img:hover {
  opacity: 1;
}

.sec_Campaign__img01 {
  margin-bottom: 25px;
}

.sec_Campaign__img02 {
  width: 500px;
  display: block;
  margin: 0 auto;
}

/* -----------------------------------
sec01
------------------------------------ */
.sec01 {
  margin-bottom: 200px;
}

.sec01__p01 {
  position: relative;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: .15em;
  line-height: 1.4;
  margin-top: 1.3em;
  color: #9FC24D;
}

.sec01__p01:before {
  position: absolute;
  content: "";
  top: -40px;
  left: calc(50% - 411px);
  width: 800px;
  height: 177px;
  background: url(../images/sec1_img01.png) no-repeat center/contain;
}

.sec01__p01 + p {
  font-size: 10px;
  text-align: center;
  margin-top: 1em;
}

.sec01__img02 {
  max-width: 940px;
  margin: 0 auto;
  margin-top: 30px;
}

.sec01__ul {
  max-width: 990px;
  margin: 0 auto;
  margin-top: 1em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sec01__ul p {
  text-align: center;
}

.sec01__product {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 70px;
}

.sec01__product li {
  margin: 0 20px;
}

.sec01__product li img:nth-child(1) {
  padding: 11px 29px;
}

.sec01__product li.hukidasi {
  position: relative;
}

.sec01__product li.hukidasi:before {
  position: absolute;
  content: "";
  top: -17px;
  left: -15px;
  width: 64%;
  height: 82px;
  background: url(../images/senjyou.png) no-repeat center/contain;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .sec01__product li.hukidasi:before {
    top: -20px;
    width: 100px;
    height: 82px;
  }
}

.sec01__product li p {
  text-align: center;
  font-size: 12px;
  margin-top: 1em;
  line-height: 1.6;
}

.sec01__btn01 {
  max-width: 513px;
  margin: 40px auto;
  display: block;
}

/* -----------------------------------
sec02
------------------------------------ */
.sec02 .ttl_h2Dot > div:before {
  left: calc(50% - 486px);
  background: url(../images/ttlh2_2.png) no-repeat center/contain;
}

.sec02__txt01 {
  text-align: center;
  font-size: 14px;
  margin-top: 1em;
  margin-bottom: 3em;
}

.sec02__row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 75px;
}

.sec02__row li {
  position: relative;
  width: calc(50% - 110px);
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  /* padding: 0 22px; */
  margin: 0 55px;
}

.sec02__row li:before {
  position: absolute;
  content: "";
  top: -33px;
  left: -24px;
  width: 75px;
  height: 103px;
  background: url(../images/flag-5.svg) no-repeat center/contain;
  z-index: 1;
}

.sec02__row li:nth-child(2):before {
  background: url(../images/flag-4.svg) no-repeat center/contain;
}

.sec02__row li:nth-child(3):before {
  background: url(../images/flag-3.svg) no-repeat center/contain;
}

.sec02__row li:nth-child(4):before {
  background: url(../images/flag-2.svg) no-repeat center/contain;
}

.sec02__row li p {
  font-size: 18px;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 4em;
  letter-spacing: .15em;
}

.sec02br {
  display: inline;
  margin-left: -.5em;
}

.youtubeWrap {
  max-width: 1100px;
  margin: 0 auto;
}

.youtubeWrap iframe {
  width: 100%;
  height: 610px;
}

/* -----------------------------------
sec03
------------------------------------ */
.sec03 {
  padding-top: 96px;
  position: relative;
}

.sec03::before {
  position: absolute;
  content: "";
  top: 280px;
  left: 0;
  width: 100%;
  height: 25px;
  background: #FEF15A;
  z-index: -1;
}

.sec03__imgBox {
  background: #fff;
  max-width: 1100px;
  margin: 0 auto;
}

.sec03 .ttl_h2Dot {
  letter-spacing: 0.07em;
}

.sec03 .ttl_h2Dot > div:before {
  left: calc(50% - 545px);
  background: url(../images/ttlh2_3.png) no-repeat center/contain;
}

.sec03 .ttl_h2Dot > div::after {
  position: absolute;
  content: "";
  top: 0px;
  right: calc(50% - 511px);
  width: 100px;
  height: 100px;
  background: url(../images/suiteki.svg) no-repeat center/contain;
}

.sec03__txt01 {
  /* text-align: center; */
  /* font-size: 16px; */
  display: block;
  max-width: 420px;
  margin: 0 auto;
  margin-top: 1em;
  margin-bottom: 4em;
}

.sec03__txt01 img {
  max-width: 420px;
}

.sec03 > .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec03 > .row > div {
  max-width: 550px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.sec03 .sec03__txt02 {
  text-align: justify;
  max-width: 920px;
  margin: 2em auto;
  font-size: 16px;
}

.sec03 .sec03__txt03 {
  text-align: center;
  margin: -1em 0 7em;
  font-size: 16px;
  font-weight: bold;
}

.sec03 .sec03__txt03 a {
  position: relative;
  margin-left: 3em;
}

.sec03 .sec03__txt03 a::before {
  position: absolute;
  content: "";
  top: 0px;
  left: -1.3em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #333333;
}

.sec03 .sec03__txt03 a::after {
  position: absolute;
  content: "";
  bottom: -7px;
  right: 0;
  width: 111%;
  height: 0;
  border-bottom: 2px solid;
}

.sec03 .meisui {
  max-width: 200px;
  margin: 0 auto;
}

/* -----------------------------------
sec04
------------------------------------ */
.sec04 {
  position: relative;
  padding: 10% 0;
}

.sec04__inner {
  margin-top: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1100px;
  margin: 0 auto;
}

.sec04__inner .ttl_h2Dot {
  font-size: 30px;
  margin-top: -100px;
  margin-bottom: 2em;
}

.sec04__inner .ttl_h2Dot > div {
  z-index: 1;
}

.sec04__inner .ttl_h2Dot > div:before {
  left: calc(50% - 135px);
  background: url(../images/sec04_img01.svg) no-repeat center/contain;
  width: 270px;
  height: 100px;
  top: -.5em;
  z-index: -1;
}

.sec04__inner .ttl_h2Dot > div span:before {
  position: absolute;
  content: "";
  top: -13px;
  left: calc(50% - 10px);
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background: #9fc24d;
}

.sec04__inner .kotaete {
  max-width: 45%;
  border: 2px solid #9FC24D;
  border-radius: 18px;
  padding: 6% 3%;
  margin: 0 20px;
  position: relative;
}

.sec04__inner .kotaete__image {
  width: 55%;
  position: absolute;
  top: -55px;
  left: 23%;
}

.sec04__inner .kotaeteRow {
  margin-top: 44px;
}

.sec04__inner .kotaeteRow .l {
  width: 60px;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  margin-right: 30px;
}

.sec04__inner .kotaeteRow .r .txt01 {
  font-weight: bold;
}

.sec04__inner .kotaeteRow .r .txt02 span {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #9FC24D));
  background: linear-gradient(transparent 50%, #9FC24D 50%);
}

.sec04__inner .sec04_img03 {
  max-width: 100%;
  margin: 20px 0;
}

.sec04__inner .sec04_img03.katte {
  width: 100%;
  margin: 35px 0;
  margin-top: -10px;
  margin-bottom: 20px;
}

.sec04__inner .txt03 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2em;
}

.sec04__inner .txt03.katte {
  line-height: 1.5;
  margin-bottom: 1em;
}

.sec04__inner .txt03.katte + p {
  text-align: center;
  line-height: 1.6;
  margin-bottom: 2em;
}

.sec04__inner .youkouWrap {
  border: 1px solid #9FC24D;
  padding: .5em;
  padding: .5em 1.3em;
}

.sec04__inner .youkouWrap .youkou {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #9FC24D;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.sec04__inner .youkouWrap .box {
  display: none;
}

.sec04__inner .youkouWrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec04__inner .youkouWrap dl:not(:last-child) {
  border-bottom: 1px solid #9FC24D;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.sec04__inner .youkouWrap dt {
  font-weight: bold;
  color: #9FC24D;
  width: 5em;
}

.sec04__inner .youkouWrap dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: justify;
}

.sec04__inner .youkouWrap dd span {
  font-weight: bold;
}

.sec04__inner .btn01 {
  position: relative;
  display: block;
  width: 218px;
  margin: 0 auto;
  margin-top: 1.5em;
  padding: 0.5em;
  text-align: center;
  text-indent: 2em;
  font-weight: bold;
  background: #FEF15A;
  border-radius: 10px;
}

.sec04__inner .btn01::before {
  position: absolute;
  content: "";
  top: 1.1em;
  left: 4em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 5px 10px;
  border-color: transparent transparent transparent #333333;
}

.sec04__inner .katteRow {
  border: 4px solid #fef15a;
  padding: 10px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}

.sec04__inner .katteRow img {
  width: 50px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.sec04__inner .katteRow div {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #9fc24d;
  line-height: 1.5em;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

/* -----------------------------------
sec05
------------------------------------ */
.sec05 {
  margin-top: 60px;
  font-size: 12px;
  padding-top: 85px;
  border-top: 25px solid #FEF15A;
}

.sec05 .txt01 {
  text-align: center;
  margin-bottom: 1em;
}

.sec05 .txtBox {
  max-width: 700px;
  margin: 0 auto;
  border: 1px solid;
  height: 130px;
  overflow: scroll;
  padding: 1em;
}

.sec05 .txtBox::-webkit-scrollbar {
  width: 10px;
  /* 垂直方向のスクロールバーの幅 */
  height: 0px;
  /* 水平方向のスクロールバーの幅 */
}

.sec05 .txtBox::-webkit-scrollbar-thumb {
  background-color: #969696;
  border-radius: 5px;
  -webkit-box-shadow: inset 3px 3px 3px rgba(255, 255, 255, 0.2);
          box-shadow: inset 3px 3px 3px rgba(255, 255, 255, 0.2);
}

.sec05 .txtBox::-webkit-scrollbar-track {
  background-color: gainsboro;
  border-radius: 5px;
  -webkit-box-shadow: inset 3px -3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 3px -3px 5px rgba(0, 0, 0, 0.2);
}

.sec05 .txtBox::-webkit-scrollbar-corner {
  display: none;
}

/* -----------------------------------
footer
------------------------------------ */
footer {
  background: #9FC24D80;
  margin-top: 40px;
  padding-top: 80px;
}

footer .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

footer .sns::after {
  position: absolute;
  content: "";
  top: -56px;
  right: calc(50% - 70px);
  width: 140px;
  height: 50px;
  background: url(../images/share.png) no-repeat center/contain;
}

footer .sns a {
  width: 50px;
}

footer small {
  text-align: center;
  background: #696969;
  color: #fff;
  font-size: 12px;
  display: block;
  padding: 1em;
  margin-top: 3.5em;
}

/* -----------------------------------
アコーディオン
------------------------------------ */
/*アイコンの＋と×*/
.youkou::before,
.youkou::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #9FC24D;
}

.youkou::before {
  top: 48%;
  right: 10px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.youkou::after {
  top: 48%;
  right: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/
.youkou.close::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.youkou.close::after {
  width: 0;
}

/* -----------------------------------
totop
------------------------------------ */
/*リンクを右下に固定*/
.page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 145px;
  height: 145px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  background: url(../images/totop.png) no-repeat center/contain;
}

#page-top:hover {
  -webkit-filter: sepia(70%);
          filter: sepia(70%);
}

/*　上に上がる動き　*/
#page-top.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* -----------------------------------
pc
------------------------------------ */
@media screen and (max-width: 1200px) and (min-width: 751px) {
  .sec_mv__catch {
    top: 130px;
    left: 0%;
    width: 90%;
  }
  .ttl_h2Dot > div {
    font-size: 3vw;
  }
  .ttl_h2Dot > div:before {
    top: -36px;
    left: -76px;
    width: 70px;
    height: 70px;
  }
  .sec02 .ttl_h2Dot > div:before {
    left: -80px;
  }
  .youtubeWrap iframe {
    height: 56vw;
  }
  .sec03 > .row > div {
    max-width: 50%;
  }
  .sec03 .ttl_h2Dot > div:before {
    left: -80px;
  }
  .sec03 .ttl_h2Dot > div::after {
    right: -100px;
  }
  .sec04__inner .kotaeteRow .r .txt02 span {
    font-size: 13px;
  }
  .sec04__inner .katteRow div {
    font-size: 12px;
  }
}

/* -----------------------------------
sp
------------------------------------ */
@media screen and (max-width: 750px) {
  header {
    width: 100%;
    position: fixed;
    background-color: #FFFFFF;
  }
  header .logo {
    width: 115px;
  }
  .navToggle {
    background: none;
    top: 13px;
    right: 20px;
    z-index: 1000;
    width: 50px;
    height: 45px;
  }
  .navToggle span {
    background: #9FC24D;
  }
  .sec_mv {
    height: auto;
    padding-top: 280px;
  }
  .sec_mv__catch {
    top: 13%;
    left: 8%;
    width: 80%;
  }
  .sec_mv__frosch {
    position: absolute;
    z-index: 2;
    bottom: 180px;
    right: 2px;
    width: 110px;
    height: auto;
  }
  .sec_mv__kome {
    bottom: -3em;
    right: 2em;
    font-size: 8px;
  }
  .sec_mv_A .slider img {
    height: 260px;
  }
  .lead {
    text-align: center;
    margin-top: 4em;
    font-size: 14px;
    line-height: 3em;
    letter-spacing: 1px;
  }
  .sec_Campaign {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .sec_Campaign h2 {
    font-size: 26px;
  }
  .sec_Campaign .w1100 {
    padding-left: 0;
    padding-right: 0;
  }
  .sec_Campaign h2:before {
    left: calc(50% - 109px);
    width: 45px;
    height: 48px;
  }
  .sec_Campaign h2 .tohaBtn {
    right: calc(68% - 65%);
    width: 170px;
    top: -50px;
    z-index: 1;
  }
  .sec_Campaign .h2Wrap:after,
  .sec_Campaign .h2Wrap:before {
    top: -20px;
    width: 20px;
    height: 54px;
  }
  .sec_Campaign__img01 {
    padding: 0 20px;
  }
  .sec_Campaign__img02 {
    width: 90%;
  }
  .ttl_h2Dot {
    font-size: 28px;
  }
  .ttl_h2Dot > div:before {
    top: -24px;
    left: calc(50% - 159px);
    width: 40px;
    height: 40px;
  }
  .ttl_h2Dot > div span:before {
    top: -14px;
    left: calc(50% - 7px);
    width: 7px;
    height: 7px;
  }
  .sec01__p01 {
    font-size: 4.5vw;
    margin-top: 1em;
  }
  .sec01__p01:before {
    top: -17px;
    left: 0;
    width: 100%;
    height: 88px;
  }
  .sec01__img02 {
    padding: 0 20px;
  }
  .sec01__ul p {
    font-size: 10px;
  }
  .sec01__btn01 {
    padding: 0px 32px;
  }
  .sec01 {
    margin-bottom: 0;
    padding-top: 75px;
  }
  .sec01__product {
    max-width: 80%;
  }
  .sec01__product li {
    margin: 0 10px;
  }
  .sec01__product li p {
    font-size: 10px;
  }
  .sec02 {
    padding-top: 89px;
  }
  .sec02 .ttl_h2Dot {
    line-height: 1.3;
  }
  .sec02br {
    display: block;
    margin: -2px 0 14px 0;
  }
  .sec02 .ttl_h2Dot > div:before {
    left: calc(50% - 115px);
  }
  .sec02__txt01 {
    margin-bottom: 1em;
  }
  .sec02__row {
    display: block;
    margin-top: 35px;
  }
  .sec02__row-topic {
    width: 25%;
  }
  .sec02__row li {
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .sec02__row li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec02__row li a > img {
    width: 63%;
    display: block;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec02__row li a div.image {
    width: 62%;
  }
  .sec02__row li a div.txt {
    padding-left: 0.8em;
    width: 38%;
  }
  .sec02__row li p {
    font-size: 12px;
    font-weight: bold;
    margin-top: 0.5em;
    margin-bottom: 0;
    line-height: 1.5;
  }
  .sec02__row li:before {
    display: none;
  }
  .youtubeWrap {
    padding: 0 20px;
  }
  .youtubeWrap iframe {
    height: 50vw;
  }
  .sec03 .ttl_h2Dot {
    line-height: 1.5;
    font-size: 7vw;
  }
  .sec03 .ttl_h2Dot > div:before {
    left: calc(50% - 117px);
  }
  .sec03 {
    padding-top: 75px;
  }
  .sec03::before {
    top: 162px;
  }
  .sec03__imgBox {
    max-width: 70%;
    padding: 0 5%;
  }
  .sec03__imgBox img {
    max-width: 100%;
  }
  .sec03__txt01 {
    margin-top: 1.5em;
    margin-bottom: 2em;
  }
  .sec03 > .row {
    width: 84%;
    margin: 0 auto;
  }
  .sec03 > .row > div {
    max-width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: auto;
  }
  .sec03 .ttl_h2Dot > div::after {
    top: 84px;
    right: calc(50% - 116px);
    width: 49px;
    height: 50px;
  }
  .sec03 .sec03__txt03 a::before {
    top: 1px;
    border-width: 5px 0 5px 9px;
  }
  .sec03 .sec03__txt02 {
    text-align: justify;
    max-width: 83%;
    margin: 1em auto;
    font-size: 13px;
    margin-bottom: 2em;
  }
  .sec03 .sec03__txt03 {
    text-align: center;
    margin: -1em 0 6em;
    font-size: 13px;
    font-weight: bold;
  }
  .sec03 .meisui {
    max-width: 90px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .sec04 {
    padding: 20% 0 1%;
  }
  .sec04__inner {
    display: block;
    margin-top: 0;
    padding: 0 17px;
  }
  .sec04__inner .kotaete {
    padding: 11% 3%;
    margin: 0 auto;
    margin-bottom: 70px;
    max-width: 530px;
  }
  .sec04__inner .kotaete__image {
    top: -45px;
  }
  .sec04__inner .ttl_h2Dot {
    font-size: 23px;
    margin-top: -38px;
    margin-bottom: 1em;
  }
  .sec04__inner .txt03.katte + p {
    font-size: 12px;
  }
  .sec04__inner .ttl_h2Dot > div:before {
    left: calc(50% - 95px);
    width: 190px;
    height: 76px;
  }
  .sec04__inner .kotaeteRow {
    margin-top: 10px;
  }
  .sec04__inner .kotaeteRow .r .txt02 span {
    font-size: 16px;
  }
  .sec04__inner .kotaeteRow .r .txt01 {
    font-size: 10px;
  }
  .sec04__inner .sec04_img03 {
    width: 94%;
    margin: 7px 0;
    margin-left: 0;
  }
  .sec04__inner .sec04_img03.katte {
    margin-top: -7px;
  }
  .sec04__inner .btn01 {
    width: 100%;
  }
  .sec04__inner .btn01::before {
    left: calc(50% - 4em);
  }
  .sec04__inner .youkouWrap dl {
    display: block;
  }
  .sec04__inner .youkouWrap .youkou {
    font-size: 16px;
  }
  .sec04__inner .youkouWrap dd {
    font-size: 12px;
  }
  .sec05 {
    margin-top: 20px;
    font-size: 12px;
    border-top: 0;
    padding: 0 20px;
  }
  footer {
    padding-top: 45px;
  }
  footer .sns {
    width: 80px;
  }
  footer .sns a {
    width: 33px;
  }
  footer .sns::after {
    top: -40px;
    right: calc(50% - 55px);
    width: 110px;
    height: 39px;
  }
  footer small {
    margin-top: 1.5em;
  }
  /*戻る、次へ矢印の位置*/
  .slick-prev,
  .slick-next {
    position: absolute;
    /*絶対配置にする*/
    top: 42%;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    height: 20px;
    width: 20px;
    background: url(../images/arrow.png) no-repeat center/contain;
  }
  .slick-prev {
    /*戻る矢印の位置と形状*/
    left: -1.5%;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .slick-next {
    /*次へ矢印の位置と形状*/
    right: -1.5%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  /* -----------------------------------
sp_nav
------------------------------------ */
  header {
    padding-left: 0;
    padding-right: 0;
  }
  header nav {
    background: #fff;
    padding-top: 60px !important;
    margin-top: -61px !important;
  }
  header nav ul {
    padding-bottom: 70px;
  }
  header nav li {
    padding: 90px 5% 0;
    position: relative;
  }
  header nav li::after {
    position: absolute;
    content: "";
    bottom: 3em;
    right: calc(50% - 27px);
    width: 54px;
    height: 56px;
  }
  header nav li.n1::after {
    background: url(../images/sp_nav1.png) no-repeat center/contain;
  }
  header nav li.n2::after {
    background: url(../images/sp_nav2.png) no-repeat center/contain;
  }
  header nav li.n3::after {
    background: url(../images/sp_nav3.png) no-repeat center/contain;
  }
  header nav li a {
    display: block;
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid;
    letter-spacing: .08em;
  }
  .page-top {
    width: 100px;
    height: 100px;
  }
}
/*# sourceMappingURL=style.css.map */