@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select { /*text-transform:none*/ }

button, input, select, textarea { /*background-color:transparent;border-style:none;color:inherit*/ }

select { /*-moz-appearance:none;-webkit-appearance:none*/ }

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Verdana, Meiryo, sans-serif;
  font-size: 1.6rem;
  color: #000;
  min-width: 1280px;
}
@media screen and (max-width: 500px) {
  body {
    min-width: 375px;
    width: 100%;
  }
}

html, body {
  width: 100%;
}

main {
  display: block;
}

a {
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
}
a:hover {
  opacity: 0.7;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  pointer-events: none;
}
.splash ._1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.splash ._1 img {
  display: block;
  width: 70vw;
  height: auto;
}
.splash ._2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF;
}
.splash ._2 img {
  display: block;
  width: 70vw;
  height: auto;
}
.splash.fade {
  -webkit-animation: fadescreen 1s 2s forwards;
  animation: fadescreen 1s 2s forwards;
}
@media screen and (max-width: 500px) {
  .splash.fade {
    -webkit-animation: fadescreen 1s 1s forwards;
    animation: fadescreen 1s 1s forwards;
  }
}
.splash.fade ._2 {
  -webkit-animation: fadescreen 1s 1s forwards;
  animation: fadescreen 1s 1s forwards;
}

@-webkit-keyframes fadescreen {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadescreen {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1170px;
  padding: 0 0px;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .inner {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: auto;
    padding: 0 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) and (max-width: 500px) {
  .inner {
    width: 90%;
  }
}

.secTtl {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  font-size: 5.2rem;
  color: #FFF;
}
@media screen and (max-width: 500px) {
  .secTtl {
    font-size: 2.1rem;
  }
}
.secTtl span {
  display: inline-block;
  padding: 10px 0;
  border-top: 4px solid #FFF;
  border-bottom: 4px solid #FFF;
}
@media screen and (max-width: 500px) {
  .secTtl span {
    padding: 5px 0;
  }
}
.secTtl--c {
  color: #ECAD2A;
}
.secTtl--c span {
  border-top: 4px solid #ECAD2A;
  border-bottom: 4px solid #ECAD2A;
}

.subTtl {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 25px 0;
  color: #FFF;
}
@media screen and (max-width: 500px) {
  .subTtl {
    font-size: 1.4rem;
  }
}
.subTtl--c {
  color: #ECAD2A;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 30px;
  z-index: 1000;
}
@media screen and (max-width: 500px) {
  .header {
    position: relative;
    padding: 15px 0;
  }
}
.header_inner {
  width: 100%;
  min-width: 1220px;
  margin: 0 auto;
  height: 70px;
  background-color: #FFF;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
}
@media screen and (max-width: 500px) {
  .header_inner {
    width: 90%;
    padding: 0;
    min-width: 0;
  }
}
.header_logo a {
  display: block;
}
.header_logo img {
  display: block;
}
.header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_right a {
  color: #ECAD2A;
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-right: 30px;
}
@media screen and (max-width: 500px) {
  .header_right a {
    display: none;
  }
}
.header_humb {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #ECAD2A;
  border-radius: 25px;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .header_humb {
    position: fixed;
    top: 25px;
    right: 5%;
  }
}
.header_humb ._bar {
  width: 26px;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 13px);
}
.header_humb ._bar--1 {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.header_humb ._bar--3 {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}

.hero {
  position: relative;
  padding-bottom: 200px;
}
@media screen and (max-width: 500px) {
  .hero {
    padding-bottom: 70px;
  }
}
.hero::after {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background-image: url(../images/wave_up-w.svg);
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  bottom: 200px;
  left: 0;
  z-index: 500;
}
@media screen and (max-width: 500px) {
  .hero::after {
    display: none;
  }
}
.hero_slide {
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 500px) {
  .hero_slide {
    height: auto;
  }
}
.hero_slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}

.alart {
  background: #ECAD2A;
  padding: 40px 0;
}
.alart p {
  color: #fff;
  border: 1px solid #fff;
  line-height: 1.8;
  display: table;
  max-width: 90%;
  margin: 0 auto;
  padding: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 500px) {
  .alart p {
    font-size: 1.4rem;
    padding: 20px;
  }
}

.concept {
  position: relative;
}
.concept::before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background-image: url(../images/wave_up.svg);
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  top: -200px;
  left: 0;
}
@media screen and (max-width: 500px) {
  .concept::before {
    height: 70px;
    top: -70px;
    background-size: cover;
  }
}
.concept_top {
  background-color: #ECAD2A;
  padding-top: 80px;
  padding-bottom: 150px;
}
@media screen and (max-width: 500px) {
  .concept_top {
    padding: 40px 0;
  }
}
.concept_introImg {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 60px;
}
@media screen and (max-width: 500px) {
  .concept_introImg {
    margin: 40px 0;
  }
  .concept_introImg img {
    width: 270px;
    height: auto;
  }
}
.concept_introTxt {
  text-align: center;
  font-size: 4.3rem;
  line-height: 1.6em;
  color: #FFF;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  .concept_introTxt {
    font-size: 1.4rem;
  }
}
.concept_bottom {
  position: relative;
  background-color: #FFF;
  padding: 20px 0 80px 0;
}
@media screen and (max-width: 500px) {
  .concept_bottom {
    padding: 100px 0 50px 0;
  }
}
.concept_bottom .inner {
  z-index: 100;
}
.concept_bottom::before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background-image: url(../images/wave_down.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 500px) {
  .concept_bottom::before {
    height: 70px;
    background-size: cover;
  }
}
.concept_bottom::after {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background-image: url(../images/wave_up.svg);
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 500px) {
  .concept_bottom::after {
    height: 70px;
    background-size: cover;
  }
}
.concept_colWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 500px) {
  .concept_colWrap {
    display: block;
    margin-bottom: 50px;
  }
}
.concept_colWrap--rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.concept_colWrap ._img {
  display: block;
  width: 534px;
  height: auto;
}
@media screen and (max-width: 500px) {
  .concept_colWrap ._img {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.concept_colWrap ._txt {
  width: 570px;
  color: #ECAD2A;
}
@media screen and (max-width: 500px) {
  .concept_colWrap ._txt {
    width: 100%;
  }
}
.concept_colWrap ._txt h3 {
  font-size: 3.4rem;
  line-height: 1.7em;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .concept_colWrap ._txt h3 {
    font-size: 2.4rem;
    text-align: center;
  }
}
.concept_colWrap ._txt p {
  font-size: 1.9rem;
  line-height: 1.7em;
}
@media screen and (max-width: 500px) {
  .concept_colWrap ._txt p {
    font-size: 1.4rem;
    text-align: center;
  }
}

.commitment {
  background-color: #ECAD2A;
  padding: 80px 0;
  padding-bottom: 200px;
}
@media screen and (max-width: 500px) {
  .commitment {
    padding: 40px 0;
    padding-bottom: 110px;
  }
}
.commitment_txtImg {
  text-align: center;
  margin: 30px 0;
}
@media screen and (max-width: 500px) {
  .commitment_txtImg img {
    width: 180px;
    height: auto;
  }
}
.commitment_colWrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 80px 0;
}
@media screen and (max-width: 500px) {
  .commitment_colWrap {
    display: block;
    margin: 0;
  }
}
.commitment_col {
  width: 350px;
  height: 350px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 500px) {
  .commitment_col {
    width: 280px;
    height: 280px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.commitment_col ._front {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  border: 30px solid #FFF;
  position: absolute;
  top: 0;
  color: #FFF;
  background-color: #ECAD2A;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 500px) {
  .commitment_col ._front {
    width: 280px;
    height: 280px;
    border: 20px solid #FFF;
  }
}
.commitment_col ._front .__num {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 5.4rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .commitment_col ._front .__num {
    font-size: 5rem;
  }
}
.commitment_col ._front .__txt {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6em;
}
@media screen and (max-width: 500px) {
  .commitment_col ._front .__txt {
    font-size: 2rem;
  }
}
.commitment_col ._back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #FFF;
  color: #ECAD2A;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  padding: 0 40px;
  text-align: center;
  font-size: 1.3rem;
}
@media screen and (max-width: 500px) {
  .commitment_col ._back {
    width: 280px;
    height: 280px;
    font-size: 1.1rem;
  }
}
.commitment_col:hover ._front {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.commitment_col:hover ._back {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.whatisnetaimo {
  background-color: #FFF;
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 500px) {
  .whatisnetaimo {
    padding: 40px 0;
  }
}
.whatisnetaimo::before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background-image: url(../images/wave_up-w.svg);
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  top: -200px;
  left: 0;
}
@media screen and (max-width: 500px) {
  .whatisnetaimo::before {
    height: 70px;
    top: -70px;
    background-size: cover;
  }
}
@media screen and (max-width: 500px) {
  .whatisnetaimo .inner {
    width: 100%;
  }
}
.whatisnetaimo-second {
  padding-bottom: 280px;
}
@media screen and (max-width: 500px) {
  .whatisnetaimo-second {
    padding: 0;
    padding-bottom: 100px;
  }
}
.whatisnetaimo-second::before {
  display: none;
}
.whatisnetaimo_box {
  width: 970px;
  height: 1280px;
  margin: 0 auto;
  position: relative;
  border: 4px solid #ECAD2A;
  padding: 60px;
  padding-top: 100px;
}
@media screen and (max-width: 500px) {
  .whatisnetaimo_box {
    display: none;
  }
}
.whatisnetaimo_box ._top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  height: 70px;
  background-color: #FFF;
  border: 4px solid #ECAD2A;
  font-family: "Lato", sans-serif;
  color: #ECAD2A;
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  position: absolute;
  top: -37px;
  left: calc(50% - 130px);
}
.whatisnetaimo_box ._ttl {
  text-align: center;
}
.whatisnetaimo_box ._product {
  width: 593px;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 216px;
}
.whatisnetaimo_box ._product-second {
  width: 1200px;
  left: -127px;
  bottom: 60px;
}
.whatisnetaimo_box ._txt {
  position: absolute;
  font-family: "Lato", sans-serif;
  font-size: 3.4rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  color: #ECAD2A;
  line-height: 1.2em;
}
.whatisnetaimo_box ._txt1 {
  top: 380px;
  left: 100px;
}
.whatisnetaimo_box ._txt2 {
  top: 300px;
  left: 480px;
}
.whatisnetaimo_box ._txt3 {
  top: 500px;
  right: 50px;
}
.whatisnetaimo_box ._txt4 {
  bottom: 340px;
  right: 80px;
}
.whatisnetaimo_box ._txt2-1 {
  top: 320px;
  right: 210px;
}
.whatisnetaimo_box ._txt2-2 {
  top: 600px;
}
.whatisnetaimo_box ._line {
  position: absolute;
}
.whatisnetaimo_box ._line1 {
  width: 230px;
  height: 50px;
  top: 510px;
  left: 170px;
}
.whatisnetaimo_box ._line1::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  border-bottom: 2px solid #ECAD2A;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.whatisnetaimo_box ._line1::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  border-left: 2px solid #ECAD2A;
  -webkit-transition: all 0.25s 0.25s linear;
  transition: all 0.25s 0.25s linear;
}
.whatisnetaimo_box ._line2 {
  height: 150px;
  left: 520px;
  top: 392px;
}
.whatisnetaimo_box ._line2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  border-left: 2px solid #ECAD2A;
  -webkit-transition: all 0.25s 0.25s linear;
  transition: all 0.25s 0.25s linear;
}
.whatisnetaimo_box ._line3 {
  width: 140px;
  height: 50px;
  right: 110px;
  top: 595px;
}
.whatisnetaimo_box ._line3::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 2px solid #ECAD2A;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.whatisnetaimo_box ._line3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 0;
  border-left: 2px solid #ECAD2A;
  -webkit-transition: all 0.25s 0.25s linear;
  transition: all 0.25s 0.25s linear;
}
.whatisnetaimo_box ._line4 {
  width: 100px;
  right: 260px;
  bottom: 400px;
}
.whatisnetaimo_box ._line4::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 2px solid #ECAD2A;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.whatisnetaimo_box ._line2-1 {
  height: 250px;
  top: 370px;
  left: 540px;
}
.whatisnetaimo_box ._line2-1::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  border-left: 2px solid #ECAD2A;
  -webkit-transition: all 0.25s 0.25s linear;
  transition: all 0.25s 0.25s linear;
}
.whatisnetaimo_box ._line2-2 {
  top: 650px;
  left: 140px;
  width: 250px;
  height: 60px;
}
.whatisnetaimo_box ._line2-2::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  border-bottom: 2px solid #ECAD2A;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.whatisnetaimo_box ._line2-2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  border-left: 2px solid #ECAD2A;
  -webkit-transition: all 0.25s 0.25s linear;
  transition: all 0.25s 0.25s linear;
}
.whatisnetaimo_box ._desc {
  position: absolute;
  top: 380px;
  left: 570px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #ECAD2A;
}
.whatisnetaimo_box ._label {
  position: absolute;
  bottom: 60px;
  left: 40px;
}

.interval {
  position: relative;
  height: 1000px;
  background-image: url(../images/imopcn.jpg);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 500px) {
  .interval {
    height: 300px;
  }
}
.interval::before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background-image: url(../images/wave_down-w.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 500px) {
  .interval::before {
    height: 70px;
    background-size: cover;
  }
}
.interval::after {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background-image: url(../images/wave_up-w.svg);
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 500px) {
  .interval::after {
    height: 70px;
    background-size: cover;
  }
}
.interval_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  top: 0;
  right: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.progress {
  position: relative;
  background-color: #FFF;
  padding: 20px 0 80px 0;
}
@media screen and (max-width: 500px) {
  .progress {
    padding: 40px 0;
  }
}
.progress .inner {
  z-index: 100;
}
@media screen and (max-width: 500px) {
  .progress .inner {
    width: 100%;
  }
}
.progress::before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background-image: url(../images/wave_border.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 500px) {
  .progress::before {
    display: none;
  }
}
.progress::after {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background-image: url(../images/wave_border.svg);
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 500px) {
  .progress::after {
    display: none;
  }
}
.progress_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 500px) {
  .progress_box {
    position: relative;
    display: block;
    margin-bottom: 30px;
    padding-bottom: 70px;
  }
  .progress_box::before {
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    background-image: url(../images/wave_border.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    top: 50px;
    left: 0;
    height: 44px;
    background-size: cover;
  }
  .progress_box::after {
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    background-image: url(../images/wave_border.svg);
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 44px;
    background-size: cover;
  }
}
.progress_box--rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.progress_box ._img {
  display: block;
  width: 534px;
  height: auto;
}
@media screen and (max-width: 500px) {
  .progress_box ._img {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.progress_box ._txt {
  width: 570px;
  color: #ECAD2A;
}
@media screen and (max-width: 500px) {
  .progress_box ._txt {
    width: 100%;
  }
}
.progress_box ._txt h3 {
  font-size: 3.4rem;
  line-height: 1.7em;
  margin-bottom: 20px;
}
.progress_box ._txt h3 img {
  height: 30px;
}
@media screen and (max-width: 500px) {
  .progress_box ._txt h3 {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 2.4rem;
    text-align: center;
  }
  .progress_box ._txt h3 img {
    height: auto;
  }
}
.progress_box ._txt p {
  font-size: 1.9rem;
  line-height: 1.7em;
}
@media screen and (max-width: 500px) {
  .progress_box ._txt p {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 1.4rem;
    text-align: center;
  }
}

.howtoeat {
  position: relative;
  padding-top: 60px;
  background-color: #ECAD2A;
}
@media screen and (max-width: 500px) {
  .howtoeat {
    padding-top: 20px;
  }
}
.howtoeat::before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background-image: url(../images/wave_up.svg);
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  top: -200px;
  left: 0;
}
@media screen and (max-width: 500px) {
  .howtoeat::before {
    height: 70px;
    top: -70px;
    background-size: cover;
  }
}
.howtoeat_lower {
  position: relative;
  background-color: #F4BF11;
  padding-bottom: 300px;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .howtoeat_lower {
    padding-bottom: 100px;
  }
}
.howtoeat_lower::before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background-image: url(../images/wave_down.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 500px) {
  .howtoeat_lower::before {
    height: 70px;
    background-size: cover;
    top: -30px;
  }
}
.howtoeat_lower .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1220px;
  padding-top: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 500px) {
  .howtoeat_lower .inner {
    display: block;
    width: 90%;
  }
}
.howtoeat_lower .inner img {
  display: block;
  width: 391px;
  height: auto;
}
@media screen and (max-width: 500px) {
  .howtoeat_lower .inner img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.howtoeat_lower .inner ._no2 {
  margin-top: 200px;
}
@media screen and (max-width: 500px) {
  .howtoeat_lower .inner ._no2 {
    margin: 0;
    margin-bottom: 20px;
  }
}
.howtoeat_lower .inner ._no3 {
  margin-top: 60px;
}
@media screen and (max-width: 500px) {
  .howtoeat_lower .inner ._no3 {
    margin: 0;
    margin-bottom: 20px;
  }
}

.products {
  position: relative;
  background-color: #FFF;
  padding: 60px 0;
}
@media screen and (max-width: 500px) {
  .products {
    padding: 40px 0;
  }
}
.products::before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background-image: url(../images/wave_up-w.svg);
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  top: -200px;
  left: 0;
}
@media screen and (max-width: 500px) {
  .products::before {
    height: 70px;
    top: -70px;
    background-size: cover;
  }
}
.products_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.products_item {
  display: block;
  width: 570px;
  margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .products_item {
    width: 47%;
  }
}
.products_item img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.products_item p {
  text-align: center;
}
.products_item p span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ECAD2A;
  color: #FFF;
  width: 370px;
  height: 30px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 500px) {
  .products_item p span {
    width: 100%;
    height: 20px;
    font-size: 1.2rem;
  }
}
.products_item h4 {
  font-size: 3.9rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #ECAD2A;
  padding-top: 30px;
}
.products_item h4 img {
  display: inline-block;
  height: 36px;
  width: auto;
}
@media screen and (max-width: 500px) {
  .products_item h4 img {
    height: 20px;
  }
}
@media screen and (max-width: 500px) {
  .products_item h4 {
    font-size: 2rem;
    padding-top: 15px;
  }
}

.shop {
  padding: 60px 0;
}
@media screen and (max-width: 500px) {
  .shop {
    padding: 40px 0;
    padding-top: 0;
  }
}
.shop_cafe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 60px 0;
}
@media screen and (max-width: 500px) {
  .shop_cafe {
    margin: 30px 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .shop_cafe {
    display: block;
  }
}
.shop_cafe ._img {
  display: block;
  width: 570px;
  height: auto;
}
@media screen and (max-width: 500px) {
  .shop_cafe ._img {
    width: 100%;
  }
}
.shop_cafe ._right {
  width: 570px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 500px) {
  .shop_cafe ._right {
    width: 100%;
    padding: 25px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.shop_cafe ._right img {
  display: block;
  width: 120px;
  height: auto;
  margin-right: 30px;
}
@media screen and (max-width: 500px) {
  .shop_cafe ._right img {
    width: 100px;
  }
}
.shop_cafe ._right .__info {
  color: #ECAD2A;
}
.shop_cafe ._right .__info h3 {
  font-family: "Lato", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 500px) {
  .shop_cafe ._right .__info h3 {
    font-size: 2rem;
  }
}
.shop_cafe ._right .__info p {
  font-size: 2.3rem;
}
@media screen and (max-width: 500px) {
  .shop_cafe ._right .__info p {
    font-size: 1.4rem;
  }
}
.shop_cafe ._right .__info .___address {
  font-size: 1.6rem;
  margin-top: 20px;
}
@media screen and (max-width: 500px) {
  .shop_cafe ._right .__info .___address {
    font-size: 1.2rem;
  }
}
.shop_online {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  border-top: 3px solid #ECAD2A;
  border-bottom: 3px solid #ECAD2A;
}
@media screen and (max-width: 500px) {
  .shop_online {
    display: block;
    padding: 20px 0;
  }
  .shop_online img {
    display: block;
    width: 270px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
.shop_online ._link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 500px) {
  .shop_online ._link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.shop_online ._link a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  color: #ECAD2A;
  padding: 5px 0;
  margin: 0 20px;
  font-family: "Lato", sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 500px) {
  .shop_online ._link a {
    font-size: 1.6rem;
    width: 140px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 0 5px;
    border-radius: 10px;
    border: 2px solid #ECAD2A;
  }
}
.shop_online ._link a:hover {
  border-bottom: 3px solid #ECAD2A;
}

.footer {
  background-color: #ECAD2A;
}
.footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 0;
}
@media screen and (max-width: 500px) {
  .footer .inner {
    padding: 40px 0;
  }
}
.footer .inner a {
  display: block;
  margin: 50px 0;
}
@media screen and (max-width: 500px) {
  .footer .inner a {
    margin: 25px 0;
  }
  .footer .inner a ._nlogo {
    width: 180px;
    height: auto;
  }
  .footer .inner a ._slogo {
    width: 120px;
    height: auto;
  }
}
.footer_copy {
  text-align: center;
  background-color: #F0ECE3;
  font-size: 1.2rem;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  padding: 20px 0;
}

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #ECAD2A;
  border-radius: 0 0 0 40px;
  padding: 40px;
  width: 330px;
  z-index: 2000;
  -webkit-transform: translateX(330px);
          transform: translateX(330px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.drawer.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.drawer_inner {
  position: relative;
}
.drawer_logo img {
  display: block;
  width: 200px;
  height: auto;
}
.drawer_close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.drawer_menu {
  list-style: none;
  margin-top: 40px;
}
.drawer_menu li {
  margin: 15px 0;
  font-family: "Lato", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  letter-spacing: 0.3em;
  font-weight: 900;
  height: 40px;
}
@media screen and (max-width: 500px) {
  .drawer_menu li {
    margin: 10px 0;
  }
}
.drawer_menu a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  font-size: 2.9rem;
}
@media screen and (max-width: 500px) {
  .drawer_menu a {
    font-size: 2.3rem;
  }
}
.drawer_menu a:hover {
  border-bottom: 2px solid #FFF;
  opacity: 1;
}

.anim {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.anim_delay-025 {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.anim_delay-05 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.anim_delay-075 {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.anim_delay-1 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.anim_h {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}
.anim_h.on {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.anim_v {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.anim_v.on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.anim_howtoeat {
  opacity: 1;
}
.anim_howtoeat img {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.anim_howtoeat ._no1 {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.anim_howtoeat ._no2 {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.anim_howtoeat ._no3 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.anim_howtoeat.on img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.anim_line {
  opacity: 1;
}
.anim_line.on::before {
  width: 100%;
}
.anim_line.on::after {
  height: 100%;
}
.anim_product {
  opacity: 1;
}
.anim_product a {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.anim_product ._1 {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.anim_product ._2 {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.anim_product ._3 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.anim_product ._4 {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.anim_product ._5 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.anim_product ._6 {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.anim_product.on a {
  opacity: 1;
}
.anim_mask {
  opacity: 1;
}
.anim_mask.on {
  width: 0%;
}

.whatis_sp {
  display: none;
}
@media screen and (max-width: 500px) {
  .whatis_sp {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 500px) {
  .only-pc {
    display: none;
  }
}

.whatisnetaimo {
  padding: 0 0 80px;
}

.products-ppuccino {
  padding: 60px 0 200px;
}

.w-wave {
  background-color: #FFF;
  position: relative;
  padding: 0px 0;
  border: none;
}
@media screen and (max-width: 500px) {
  .w-wave {
    padding: 0px 0;
  }
}
.w-wave::before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background-image: url(../images/wave_up-w.svg);
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  top: -200px;
  left: 0;
}
@media screen and (max-width: 500px) {
  .w-wave::before {
    height: 70px;
    top: -70px;
    background-size: cover;
  }
}