@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@400;700&display=swap");
/*********************************
 *
 * COMMON
 *
 *********************************/
body {
  overflow-x: hidden;
  color: #030303;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 0.85vw;
  font-weight: 700; }
  @media screen and (max-width: 750px) {
    body {
      max-width: 750px;
      font-size: 3vw; }
      body .pc {
        display: none !important; } }
  @media screen and (min-width: 751px) {
    body a {
      transition: 0.3s; }
      body a:hover {
        opacity: 0.8; }
    body .sp {
      display: none !important; } }
  body a {
    text-decoration: none; }
  body img {
    width: 100%;
    height: auto; }

/* font */
p.l_1em {
  padding: 0 0 0 1em !important;
  text-indent: -1em;
  line-height: 1.7; }

/* fadeIn */
.fadeIn,
.fadeIn_dl400,
.fadeIn_dl600,
.fadeIn_dl800,
.fadeIn_dl1200 {
  animation-name: fadeInAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  transition-timing-function: ease-in;
  opacity: 0; }

.fadeIn_dl400 {
  animation-delay: 0.4s; }

.fadeIn_dl600 {
  animation-delay: 0.6s; }

.fadeIn_dl800 {
  animation-delay: 0.8s; }

.fadeIn_dl1200 {
  animation-delay: 1.2s; }

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeInAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeInTrigger {
  opacity: 0; }

/* fadeUp */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0; }

.fadeUp_dl400 {
  animation-name: fadeUpAnime;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  transition-timing-function: ease-in;
  animation-delay: 0.4s;
  opacity: 0; }

.fadeUp_dl800 {
  animation-name: fadeUpAnime;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  transition-timing-function: ease-in;
  animation-delay: 0.8s;
  opacity: 0; }

.fadeUp_dl1200 {
  animation-name: fadeUpAnime;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  transition-timing-function: ease-in;
  animation-delay: 1.2s;
  opacity: 0; }

.fadeUp_dl1600 {
  animation-name: fadeUpAnime;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  transition-timing-function: ease-in;
  animation-delay: 1.6s;
  opacity: 0; }

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.fadeUpTrigger {
  opacity: 0; }

/* rotate */
.rotate {
  animation: rotateAnime 20s linear infinite;
  transform-origin: 49.9% 48.8% 0; }

@-webkit-keyframes rotateAnime {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* updown */
.updown {
  animation: updownAnime 0.3s ease-in-out infinite alternate-reverse; }

@keyframes updownAnime {
  0% {
    transform: translateY(-8%); }
  100% {
    transform: translateY(8%); } }
/* leftright */
.leftright {
  animation: leftrightAnime 6s ease-in-out infinite alternate-reverse; }

@keyframes leftrightAnime {
  0% {
    transform: translateX(-10%); }
  100% {
    transform: translateX(10%); } }
/* rightleft */
.rightleft {
  animation: rightleftAnime 6s ease-in-out infinite alternate-reverse; }

@keyframes rightleftAnime {
  0% {
    transform: translateX(18%); }
  100% {
    transform: translateX(-18%); } }
.rightleft2 {
  animation: rightleftAnime 4s ease-in-out infinite alternate-reverse; }

@keyframes rightleftAnime {
  0% {
    transform: translateX(12%); }
  100% {
    transform: translateX(-12%); } }
/* rumble */
.rumble {
  animation: rumbleAnime 2.5s linear infinite; }

@keyframes rumbleAnime {
  0% {
    transform: rotate(-10deg); }
  6% {
    transform: rotate(10deg); }
  13% {
    transform: rotate(-10deg); }
  20% {
    transform: rotate(10deg); }
  27% {
    transform: rotate(-10deg); }
  34% {
    transform: rotate(10deg); }
  41% {
    transform: rotate(-10deg); }
  48% {
    transform: rotate(10deg); }
  55% {
    transform: rotate(-10deg); }
  62% {
    transform: rotate(10deg); }
  69% {
    transform: rotate(0deg); }
  94% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-10deg); } }
.rumble2 {
  animation: rumble2Anime 2.5s linear infinite; }

@keyframes rumble2Anime {
  0% {
    transform: rotate(10deg); }
  6% {
    transform: rotate(-10deg); }
  13% {
    transform: rotate(10deg); }
  20% {
    transform: rotate(-10deg); }
  27% {
    transform: rotate(10deg); }
  34% {
    transform: rotate(-10deg); }
  41% {
    transform: rotate(10deg); }
  48% {
    transform: rotate(-10deg); }
  55% {
    transform: rotate(10deg); }
  62% {
    transform: rotate(-10deg); }
  69% {
    transform: rotate(0deg); }
  94% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(10deg); } }
.rumble3 {
  animation: rumble3Anime 1s linear alternate-reverse; }

@keyframes rumble3Anime {
  0% {
    transform: translate(0); }
  50% {
    transform: translate(0); }
  60% {
    transform: translate(5%); }
  64% {
    transform: translate(0); }
  68% {
    transform: translate(-5%); }
  72% {
    transform: translate(0); }
  76% {
    transform: translate(5%); }
  80% {
    transform: translate(0); }
  84% {
    transform: translate(-5%); }
  88% {
    transform: translate(0); }
  100% {
    transform: translate(0); } }
.rumble4 {
  animation: rumble4Anime 2.5s linear infinite; }

@keyframes rumble4Anime {
  0% {
    transform: rotate(11deg); }
  6% {
    transform: rotate(-11deg); }
  13% {
    transform: rotate(11deg); }
  20% {
    transform: rotate(-11deg); }
  27% {
    transform: rotate(11deg); }
  34% {
    transform: rotate(-11deg); }
  41% {
    transform: rotate(11deg); }
  48% {
    transform: rotate(-11deg); }
  55% {
    transform: rotate(11deg); }
  62% {
    transform: rotate(-11deg); }
  69% {
    transform: rotate(0deg); }
  94% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(11deg); } }
/*********************************
 *
 * MV
 *
 *********************************/
#mv {
  width: 100%;
  margin: 0 auto; }
  #mv .mv_inner {
    position: relative; }
    #mv .mv_inner .logo {
      position: absolute;
      width: 9.9%;
      top: 8.5%;
      left: 5.2%; }
      @media screen and (max-width: 750px) {
        #mv .mv_inner .logo {
          width: 12.8%;
          top: 4.4%;
          left: 3.7%; } }
    #mv .mv_inner .img {
      position: absolute;
      width: 27.3%;
      top: 4.4%;
      left: 25.6%; }
      @media screen and (max-width: 750px) {
        #mv .mv_inner .img {
          width: 39.7%;
          top: 4.8%;
          left: 25%; } }
  #mv.close {
    position: relative; }
    #mv.close .close_box {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.6);
      z-index: +1; }
      #mv.close .close_box picture {
        display: block;
        width: 78.6%; }
        @media screen and (max-width: 750px) {
          #mv.close .close_box picture {
            width: 86.6%; } }

/*********************************
 *
 * DATE
 *
 *********************************/
#date.lp {
  background: #fff; }
  #date.lp .date_img {
    width: 57.5%;
    /*max-width: 1104px;*/
    margin: 0 auto;
    padding: 1.6vw 0; }
    @media screen and (max-width: 750px) {
      #date.lp .date_img {
        width: 80.2%;
        padding: 3.4vw 0; } }
#date.lp2 {
  position: relative;
  z-index: 2; }
  #date.lp2 .date_img {
    position: relative; }
    #date.lp2 .date_img::before {
      position: absolute;
      display: block;
      content: "";
      height: calc(tan(60deg) * 3vw / 2);
      width: 2.6vw;
      clip-path: polygon(0 0, 100% 0, 50% 100%);
      background: #fdf000;
      bottom: -2.6vw;
      left: 50%;
      transform: translateX(-50%); }
  #date.lp2 dl dt {
    background: #f29d03; }
    #date.lp2 dl dt picture {
      display: block;
      width: 63.5%;
      margin: 0 auto; }
      @media screen and (max-width: 750px) {
        #date.lp2 dl dt picture {
          width: 100%; } }
  #date.lp2 dl dd {
    background: #fdf000; }
    #date.lp2 dl dd picture {
      display: block;
      width: 63.5%;
      margin: 0 auto; }
      @media screen and (max-width: 750px) {
        #date.lp2 dl dd picture {
          width: 100%; } }
#date.teaser dl dt {
  background: #f29d03; }
  #date.teaser dl dt picture {
    display: block;
    width: 89.5%;
    margin: 0 auto; }
    @media screen and (max-width: 750px) {
      #date.teaser dl dt picture {
        width: 100%; } }
#date.teaser dl dd {
  background: #fdf000; }
  #date.teaser dl dd picture {
    display: block;
    width: 89.5%;
    margin: 0 auto; }
    @media screen and (max-width: 750px) {
      #date.teaser dl dd picture {
        width: 100%; } }

/*********************************
 *
 * BTN
 *
 *********************************/
#btn {
  background: #4ba7dd; }
  #btn .btn_inner {
    width: 36.5%;
    /*max-width: 701px;*/
    margin: 0 auto;
    padding: 5vw 0 0 0; }
    @media screen and (max-width: 750px) {
      #btn .btn_inner {
        width: 77.3%;
        padding: 8vw 0 0 0; } }

/*********************************
 *
 * ABOUT
 *
 *********************************/
#about {
  position: relative;
  padding: 4vw 0 0 0;
  background: #4ba7dd url("../images/about_bg.png") left top 4vw no-repeat;
  background-size: 100% auto; }
  @media screen and (max-width: 750px) {
    #about {
      padding: 11.4vw 0 4vw 0;
      background: #7cc5e9 url("../images/about_bg-sp.png") left top no-repeat;
      background-size: 100% auto; } }
  #about .about_inner {
    width: 60.7%;
    /*max-width: 1166px;*/
    margin: 0 auto; }
    @media screen and (max-width: 750px) {
      #about .about_inner {
        width: 89.3%; } }
    #about .about_inner .lead {
      width: 90.4%;
      /*max-width: 1054px;*/
      margin: 0 auto; }
      @media screen and (max-width: 750px) {
        #about .about_inner .lead {
          width: 77.3%; } }
    #about .about_inner h2 {
      width: 53.9%;
      /*max-width: 659px;*/
      margin: 2.9vw auto 0 auto; }
      @media screen and (max-width: 750px) {
        #about .about_inner h2 {
          width: 72.5%;
          margin: 5.3vw auto 0 auto; } }
    #about .about_inner .img {
      margin: 3.4vw auto 0 auto; }
      @media screen and (max-width: 750px) {
        #about .about_inner .img {
          margin: 5.3vw auto 0 auto; } }
    #about .about_inner .notice {
      width: 80%;
      margin: 1em auto 0 auto;
      font-size: 90%; }
      @media screen and (max-width: 750px) {
        #about .about_inner .notice {
          width: 90%;
          margin: 0.5em auto 0 auto; } }
  #about .anime9 {
    position: absolute;
    width: 4.4%;
    top: 8.4%;
    left: 12.6%; }
    @media screen and (max-width: 750px) {
      #about .anime9 {
        display: none; } }
  #about .anime1 {
    position: absolute;
    width: 8.6%;
    top: 41.9%;
    right: 8%; }
    @media screen and (max-width: 750px) {
      #about .anime1 {
        width: 8.5%;
        top: 11.3%;
        right: 7.4%; } }
  #about .anime2 {
    position: absolute;
    width: 11.6%;
    top: 73.4%;
    left: 5.7%; }
    @media screen and (max-width: 750px) {
      #about .anime2 {
        width: 11.2%;
        top: 12%;
        left: 5.3%; } }
  #about.lp2 {
    background: #77c3e9 url("../images/about_bg.png") left top no-repeat;
    background-size: 100% auto; }
    @media screen and (max-width: 750px) {
      #about.lp2 {
        padding: 7vw 0 4vw 0;
        background: #7cc5e9 url("../images/lp2_about_bg-sp.png") left top -8vw no-repeat;
        background-size: 100% auto; } }
    #about.lp2 .btn {
      width: 60.1%;
      margin: 0 auto; }
      @media screen and (max-width: 750px) {
        #about.lp2 .btn {
          width: 86.5%; } }
    #about.lp2 .anime9 {
      top: 5.2%; }
    @media screen and (max-width: 750px) {
      #about.lp2 .anime1 {
        width: 8.5%;
        top: 12.3%;
        right: 5%; } }
    @media screen and (max-width: 750px) {
      #about.lp2 .anime2 {
        width: 11.2%;
        top: 12%;
        left: 3.3%; } }
  #about.teaser {
    background: #77c3e9 url("../images/about_bg.png") left top -4vw no-repeat;
    background-size: 100% auto; }
    @media screen and (max-width: 750px) {
      #about.teaser {
        padding: 10vw 0 4vw 0;
        background: #7cc5e9 url("../images/lp2_about_bg-sp.png") left top no-repeat;
        background-size: 100% auto; } }
    #about.teaser .anime9 {
      top: 2.1%; }
    @media screen and (max-width: 750px) {
      #about.teaser .anime1 {
        width: 8.5%;
        top: 2.5%;
        right: 5%; } }
    @media screen and (max-width: 750px) {
      #about.teaser .anime2 {
        width: 11.2%;
        top: 3%;
        left: 3.3%; } }

/*********************************
 *
 * PRODUCT
 *
 *********************************/
#product {
  position: relative;
  background: #acdcef url("../images/product_bg.png") left top no-repeat;
  background-size: 100% auto; }
  @media screen and (max-width: 750px) {
    #product {
      background: #afddef url("../images/product_bg-sp.png") left top no-repeat;
      background-size: 100% auto; } }
  #product .product_inner {
    width: 65.1%;
    /*max-width: 1250px;*/
    margin: 0 auto;
    padding: 5.1vw 0; }
    @media screen and (max-width: 750px) {
      #product .product_inner {
        width: 94.6%;
        padding: 0; } }
    #product .product_inner h2 {
      width: 52.7%;
      /*max-width: 659px;*/
      margin: 2.9vw auto 0 auto; }
      @media screen and (max-width: 750px) {
        #product .product_inner h2 {
          width: 68.4%;
          margin: 0 auto; } }
    #product .product_inner .img {
      margin: -7vw auto 0 auto; }
    #product .product_inner .notice {
      width: 74%;
      margin: -0.5vw auto 0 auto;
      font-size: 90%; }
      @media screen and (max-width: 750px) {
        #product .product_inner .notice {
          width: 80%; } }
      #product .product_inner .notice li {
        padding-left: 1em;
        text-indent: -1em; }
    #product .product_inner .btn {
      width: 44.9%;
      /*max-width: 561;*/
      margin: 3.1vw auto 0 auto; }
      @media screen and (max-width: 750px) {
        #product .product_inner .btn {
          width: 81.7%;
          margin: 7.4vw auto 0 auto; } }
  #product .anime3 {
    position: absolute;
    width: 8.4%;
    top: 14%;
    right: 9.5%; }
    @media screen and (max-width: 750px) {
      #product .anime3 {
        width: 8.6%;
        top: auto;
        bottom: 15%;
        right: 5%; } }

/*********************************
 *
 * FIELD
 *
 *********************************/
#field {
  position: relative;
  margin-top: -1px; }
  #field .anime4 {
    position: absolute;
    width: 2.7%;
    top: 18%;
    left: 55.7%; }
    @media screen and (max-width: 750px) {
      #field .anime4 {
        width: 3.8%;
        top: 13.9%;
        left: 57.6%; } }
  #field .anime5 {
    position: absolute;
    width: 8.4%;
    top: 2.4%;
    right: 33%; }
    @media screen and (max-width: 750px) {
      #field .anime5 {
        width: 11.4%;
        top: 2%;
        right: 27.2%; } }
  #field .anime6 {
    position: absolute;
    width: 12.5%;
    top: 7%;
    left: 38.2%; }
    @media screen and (max-width: 750px) {
      #field .anime6 {
        width: 17%;
        top: 5.5%;
        left: 34.4%; } }

/*********************************
 *
 * BG
 *
 *********************************/
.bg {
  position: relative;
  margin-top: -1px;
  padding: 0 0 12vw 0;
  background: #d1f1d5 url("../images/howto_bg.png") left top no-repeat;
  background-size: 100% auto;
  z-index: 2; }
  @media screen and (max-width: 750px) {
    .bg {
      position: relative;
      padding: 0 0 42vw 0;
      background: #afddef url("../images/howto_bg-sp.png") left top no-repeat;
      background-size: 100% auto; }
      .bg::before {
        position: absolute;
        display: block;
        content: "";
        width: 100%;
        height: 42vw;
        bottom: 0;
        left: 0;
        background: #afddef url("../images/howto_bg2-sp.png") left bottom no-repeat;
        background-size: 100% auto; } }

/*********************************
 *
 * HOWTO
 *
 *********************************/
#howto {
  padding: 0 0 4.8vw 0; }
  #howto .howto_inner {
    width: 57.5%;
    /*max-width: 1104px;*/
    margin: 0 auto; }
    @media screen and (max-width: 750px) {
      #howto .howto_inner {
        width: 80%; } }
    #howto .howto_inner h2 {
      width: 52.7%;
      /*max-width: 659px;*/
      margin: 0 auto; }
      @media screen and (max-width: 750px) {
        #howto .howto_inner h2 {
          width: 81%; } }
    #howto .howto_inner .step {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin: 3.3vw auto 0 auto; }
      @media screen and (max-width: 750px) {
        #howto .howto_inner .step {
          margin: 0 auto; } }
      #howto .howto_inner .step div {
        width: 31.8%;
        /*max-width: 351px;*/ }
        @media screen and (max-width: 750px) {
          #howto .howto_inner .step div {
            width: 100%;
            margin-top: 3.7vw; } }
      #howto .howto_inner .step .step1 {
        position: relative; }
        #howto .howto_inner .step .step1 picture + picture,
        #howto .howto_inner .step .step1 a {
          position: absolute;
          display: block;
          width: 88%;
          top: 42%;
          left: 6%; }
          @media screen and (max-width: 750px) {
            #howto .howto_inner .step .step1 picture + picture,
            #howto .howto_inner .step .step1 a {
              width: 84%;
              top: 44%;
              left: 9%; } }
    #howto .howto_inner .notice {
      width: 96%;
      margin: 0.5vw auto 0 auto; }
      @media screen and (max-width: 750px) {
        #howto .howto_inner .notice {
          width: 100%;
          margin: 3vw auto 0 auto;
          font-size: 75%;
          line-height: 1.3; } }
      #howto .howto_inner .notice li {
        padding-left: 1em;
        text-indent: -1em; }
      #howto .howto_inner .notice ul {
        margin-top: 0.1em; }
    #howto .howto_inner h3 {
      width: 81.6%;
      /*max-width: 901px;*/
      margin: 1.3vw auto 0 auto; }
      @media screen and (max-width: 750px) {
        #howto .howto_inner h3 {
          width: 100%;
          margin: 4vw auto 0 auto; } }
    #howto .howto_inner .ng {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 81.6%;
      /*max-width: 901px;*/
      margin: 0.8vw auto 0 auto; }
      @media screen and (max-width: 750px) {
        #howto .howto_inner .ng {
          width: 80.3%;
          margin: 0 auto; } }
      #howto .howto_inner .ng div {
        width: 24.5%;
        /*max-width: 221px;*/ }
        @media screen and (max-width: 750px) {
          #howto .howto_inner .ng div {
            width: 46.2%;
            margin: 4vw auto 0 auto; } }
      #howto .howto_inner .ng p {
        text-align: center;
        margin: 0.8vw auto 0 auto;
        font-size: 140%;
        line-height: 1.2; }
        @media screen and (max-width: 750px) {
          #howto .howto_inner .ng p {
            font-size: 100%; } }
    #howto .howto_inner .btn {
      width: 63.5%;
      /*max-width: 701px;*/
      margin: 4.8vw auto 0 auto; }
      @media screen and (max-width: 750px) {
        #howto .howto_inner .btn {
          width: 96.6%;
          margin: 8vw auto 0 auto; } }

/*********************************
 *
 * TERMS
 *
 *********************************/
#terms {
  position: relative;
  z-index: 2; }
  #terms .terms_inner {
    width: 37.5%;
    /*max-width: 720px;*/
    margin: 0 auto; }
    @media screen and (max-width: 750px) {
      #terms .terms_inner {
        width: 80%;
        margin: 4vw auto 0 auto; } }
    #terms .terms_inner h2 {
      width: 91.5%;
      /*max-width: 659px;*/
      margin: 0 auto; }
      @media screen and (max-width: 750px) {
        #terms .terms_inner h2 {
          width: 81%; } }
    #terms .terms_inner .terms_box {
      margin: 3.4vw auto 0 auto;
      padding: 1em 0.5em 1em 1em;
      background: #fff;
      border-radius: 1.4em;
      line-height: 1.6; }
      @media screen and (max-width: 750px) {
        #terms .terms_inner .terms_box {
          margin: 5vw auto 0 auto;
          border-radius: 0.7em; } }
      #terms .terms_inner .terms_box .scroll {
        height: 27vw;
        overflow-y: scroll; }
        @media screen and (max-width: 750px) {
          #terms .terms_inner .terms_box .scroll {
            height: 47vw; } }
      #terms .terms_inner .terms_box p {
        padding-top: 1em; }
      #terms .terms_inner .terms_box .ttl + p {
        padding: 0; }
      #terms .terms_inner .terms_box .ttl {
        padding: 1.5em 0 0.4em 0;
        color: #009a41;
        font-size: 120%; }
      #terms .terms_inner .terms_box ul.dot li {
        position: relative;
        padding-left: 1em; }
        #terms .terms_inner .terms_box ul.dot li::before {
          position: absolute;
          display: block;
          content: "●";
          top: 0;
          left: 0; }
      #terms .terms_inner .terms_box ul.dot2 li::before {
        content: "○"; }
      #terms .terms_inner .terms_box ol {
        margin-left: 1.3em;
        list-style-type: decimal; }
      #terms .terms_inner .terms_box a {
        color: #009a41;
        border-bottom: 1px solid #009a41; }
  #terms .anime_box {
    position: absolute;
    width: 20.8%;
    bottom: 0%;
    right: 2.6%;
    z-index: -1; }
    @media screen and (max-width: 750px) {
      #terms .anime_box {
        width: 22.1%;
        right: 10.9%;
        bottom: -38%; } }
  #terms .anime_box_inner {
    position: relative; }
  #terms .anime7 {
    position: absolute;
    width: 114%;
    top: -28%;
    left: -11%; }
    @media screen and (max-width: 750px) {
      #terms .anime7 {
        top: -32%;
        left: -5%; } }

/*********************************
 *
 * CONTACT
 *
 *********************************/
#contact {
  background: #d1f1d5; }
  #contact .contact_inner {
    width: 37.5%;
    /*max-width: 720px;*/
    margin: 0 auto;
    padding: 2.2vw 0 5vw 0; }
    @media screen and (max-width: 750px) {
      #contact .contact_inner {
        width: 80%;
        margin: 0 auto;
        padding: 5.2vw 0 5vw 0; } }
    #contact .contact_inner h2 {
      width: 91.5%;
      /*max-width: 659px;*/
      margin: 0 auto; }
      @media screen and (max-width: 750px) {
        #contact .contact_inner h2 {
          width: 81%; } }
    #contact .contact_inner .contact_box {
      margin: 3.4vw auto 0 auto;
      padding: 1.8vw 2.6vw 1vw 2.6vw;
      background: #fff;
      border: 5px solid #009a41;
      border-radius: 1.4em;
      line-height: 1.6; }
      @media screen and (max-width: 750px) {
        #contact .contact_inner .contact_box {
          margin: 5.3vw auto 0 auto;
          padding: 5vw 5.6vw 3.5vw 5.6vw;
          border: 3px solid #009a41;
          border-radius: 0.7em;
          line-height: 1.6; } }
      #contact .contact_inner .contact_box .tel {
        margin-top: 1.4vw; }
        @media screen and (max-width: 750px) {
          #contact .contact_inner .contact_box .tel {
            margin-top: 4vw; } }
      #contact .contact_inner .contact_box .mail {
        margin-top: 0.8vw; }
        @media screen and (max-width: 750px) {
          #contact .contact_inner .contact_box .mail {
            margin-top: 1.6vw; } }
      #contact .contact_inner .contact_box .img {
        margin-top: 0.8vw; }
        @media screen and (max-width: 750px) {
          #contact .contact_inner .contact_box .img {
            margin-top: 2.6vw; } }
        #contact .contact_inner .contact_box .img li + li {
          margin-top: 0.6vw; }
          @media screen and (max-width: 750px) {
            #contact .contact_inner .contact_box .img li + li {
              margin-top: 1.6vw; } }
    #contact .contact_inner .notice {
      margin: 1em auto 0 auto; }
      @media screen and (max-width: 750px) {
        #contact .contact_inner .notice {
          margin: 0.5em auto 0 auto;
          font-size: 90%;
          line-height: 1.3; } }
      #contact .contact_inner .notice li {
        padding-left: 1em;
        text-indent: -1em; }

/*********************************
 *
 * FOOTER
 *
 *********************************/
footer {
  background: #fff url("../images/footer_bg.png") left top no-repeat;
  background-size: 100% auto; }
  footer .footer_inner {
    width: 37.5%;
    /*max-width: 720px;*/
    margin: 0 auto;
    padding: 7.2vw 0 3vw 0; }
    @media screen and (max-width: 750px) {
      footer .footer_inner {
        width: 100%;
        padding: 11vw 0 6vw 0; } }
    footer .footer_inner .bnr {
      width: 70.4%;
      /*max-width: 507px;*/
      margin: 0 auto; }
      @media screen and (max-width: 750px) {
        footer .footer_inner .bnr {
          width: 67.7%; } }
    footer .footer_inner .copy {
      margin: 2em auto 0 auto;
      font-size: 110%;
      text-align: center; }
      @media screen and (max-width: 750px) {
        footer .footer_inner .copy {
          margin: 1em auto 0 auto;
          font-size: 90%; } }
