@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@400;500&display=swap");
* {
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  box-sizing: border-box;
}

body, div, p, ul, ol, li, dl, dt, dd, table, th, td, img, figure, h1, h2, h3, h4, h5, h6, form, select {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
}

svg, input, select, textarea, label {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6, th, em, strong {
  font-weight: normal;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

iframe {
  border: none;
}

:focus {
  outline: 0;
}

/*/////////////////////////
base layout　helve
//////////////////////////*/
html {
  width: 100%;
  font-size: 62.5%;
}

body {
  font-family: "Kiwi Maru", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 2;
  width: 100%;
  color: #303030;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background-color: #fff;
  text-align: center;
  overflow-y: auto;
}

.touchDevice body {
  max-width: 1030px;
}

body.fixed {
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

html.deactive, html.deactive body {
  pointer-events: none;
}

img {
  vertical-align: bottom;
}

a, a:link {
  color: #007043;
  text-decoration: underline;
  outline: 0;
}

a:hover, a:active {
  color: #007043;
  text-decoration: none;
}

a:visited {
  color: #007043;
  text-decoration: none;
}

a.btn {
  display: inline-block;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0 auto 0 auto;
  font-weight: normal;
  display: block;
}

hr {
  border: 0;
  padding: 0;
  margin: 0;
  height: 1px;
}

p {
  margin-bottom: 2em;
}

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

/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown {
  color: #666;
  opacity: 1;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #666;
  opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #666;
  opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

.placeholder {
  color: #666;
  opacity: 1;
}

:disabled {
  color: #fff !important;
  opacity: 1 !important;
}

textarea[disabled][readonly], input[disabled][readonly] {
  color: #fff !important;
  opacity: 1 !important;
}

/* loading cover
----------------------------------------------- */
#loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 9999;
  background: #fff;
}

#loadingAnim {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 174px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  background: url(../img/parts/loading.gif) center center no-repeat;
}

#loading_count {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: 30px 0 0 -50px;
  text-align: center;
  color: #999;
  font-size: 1rem;
  width: 100px;
  padding: 0;
}

/* IE Only
----------------------------------------------- */
#dp_swf_engine {
  display: none;
}

/* wrap
----------------------------------------------- */
#container {
  position: relative;
  z-index: 2;
  margin: auto;
  width: 100%;
  height: auto;
  min-height: 100%;
  opacity: 0;
}

body.fixed #container {
  z-index: 1;
  margin: auto;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

#container .bnr {
  display: block;
  position: fixed;
  right: -30px;
  bottom: 50px;
  z-index: 1000;
}

#container .bnr:hover {
  opacity: .9;
}

/* body
----------------------------------------------- */
#container.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* example4
----------------------------------------------- */
.anim {
  -webkit-transition: -webkit-all 300ms cubic-bezier(0.5, 0, 0.5, 1);
  -webkit-transition: all 300ms cubic-bezier(0.5, 0, 0.5, 1);
  transition: all 300ms cubic-bezier(0.5, 0, 0.5, 1);
}

table.normal, table.normal th, table.normal td {
  border-collapse: collapse;
  border: 1px solid #ccc;
  font-size: 0.8em;
  line-height: 1.5;
  background: #fff;
}

table.normal th {
  width: auto;
  padding: 5px;
  font-weight: 500;
  background: #3f3f3f;
  color: #ffffff;
  white-space: nowrap;
}

table.normal td {
  width: auto;
  padding: 10px;
  white-space: nowrap;
}

.color {
  color: #007043;
}

.onlyPC {
  display: inline-block;
}

.onlySP {
  display: none;
}

.pcOnly {
  display: block;
}

.spOnly {
  display: none;
}

section#location div.location_box .box_txt h4.fontsizeSP {
  font-size: 40px !important;
}

.onlyTouchDevice {
  display: none;
}

.touchDevice .onlyNonTouchDevice {
  display: none;
}

.touchDevice .onlyTouchDevice {
  display: block;
}

/* layout
----------------------------------------------- */
#frameWrap {
  padding: 20px;
}

/* menu
----------------------------------------------- */
#mainMenu.globalMenu {
  width: calc(100% - 20px);
  position: absolute;
  top: 20px;
  left: 0px;
  z-index: 1900;
  overflow: visible;
}

.touchDevice #mainMenu.globalMenu {
  width: 100% !important;
  left: 0 !important;
}

.globalMenu .logo {
  width: 152px;
  height: 50px;
  background: url(../img/logo.png) left center no-repeat;
  background-size: contain;
  position: absolute;
  top: 20px;
  left: 40px;
  z-index: 20;
}

.touchDevice #mainMenu.globalMenu .logo {
  left: 40px;
}

.globalMenu .logo a {
  display: block;
  height: 50px;
}

.globalMenu .logo span {
  display: none;
}

.globalMenu ul.menu {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  top: 22px;
  right: 20px;
  z-index: 50;
}

#mainMenu.globalMenu ul.menu {
  right: 20px;
}

.globalMenu ul.menu li {
  color: #fff;
  display: inline-block;
  font-size: 0.9em;
  margin-right: 20px;
  letter-spacing: 0.2em;
  cursor: pointer;
  position: relative;
}

.globalMenu ul.menu li:after {
  content: '/';
  display: inline-block;
  padding: 0 10px;
  position: absolute;
  right: -25px;
}

.globalMenu ul.menu li:last-child:after {
  display: none;
}

.globalMenu ul.menu li.service:after {
  display: none;
}

.globalMenu ul.share {
  font-size: 0;
  line-height: 0;
  position: relative;
  top: 0;
}

.globalMenu ul.share li {
  width: 30px !important;
  height: 30px !important;
  display: inline-block;
  margin-right: 15px;
}
.globalMenu ul.share li:last-child {
  margin-right: 0;
}

.globalMenu ul.share li a {
  display: block;
  height: 0;
  padding-top: 30px !important;
  overflow: hidden;
}

.globalMenu ul.share li.instagram a {
  background: url(../img/sns/instagram.svg) center center no-repeat;
  background-size: contain;
}

.globalMenu ul.share li.facebook a {
  background: url(../img/sns/facebook.svg) center center no-repeat;
  background-size: contain;
}

.globalMenu ul.share li.twitter a {
  background: url(../img/sns/x_bk.svg) center center no-repeat;
  background-size: contain;
}

.globalMenu ul.share li.line a {
  background: url(../img/sns/line.svg) center center no-repeat;
  background-size: contain;
}

#fixedMenu.globalMenu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 73px;
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0, 0.8, 0.3, 1);
  transition: all 500ms cubic-bezier(0, 0.8, 0.3, 1);
  pointer-events: none;
}

#fixedMenu.globalMenu.in {
  opacity: 1;
  pointer-events: all;
}

#fixedMenu.globalMenu:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .9;
  position: absolute;
  top: 0;
  left: 0;
}

#fixedMenu.globalMenu .logo {
  background: url(../img/logo_color.png) left center no-repeat;
  background-size: contain;
  top: 10px;
}

#fixedMenu.globalMenu ul.menu {
  top: 17px;
  right: 20px;
}

#fixedMenu.globalMenu ul.menu li {
  color: #303030;
}

#fixedMenu.globalMenu ul.menu li.service:after {
  display: none;
}

#fixedMenu.globalMenu ul.share {
  position: relative;
  top: 0;
  right: 0;
}

#fixedMenu.globalMenu ul.share li {
  background: none !important;
}

.menuBtn {
  display: none;
}

.touchDevice #mainMenu.globalMenu{
  right: 60px !important;
}

.menuBtn:before,
.menuBtn:after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #fff;
}

.menuBtn hr {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border: 0;
  position: absolute;
  top: 10px;
  left: 0;
}

.menuBtn:before {
  position: absolute;
  top: 0;
  left: 0;
}

.menuBtn:after {
  position: absolute;
  top: 20px;
  left: 0;
}

.menuBtn:before,
.menuBtn:after,
.menuBtn hr {
  -webkit-transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
}

.menuBtn.on:before {
  position: absolute;
  top: 21px;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menuBtn.on:after {
  position: absolute;
  top: 21px;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menuBtn.on hr {
  opacity: 0;
}

.menuBtn.on:before,
.menuBtn.on:after,
.menuBtn.on hr {
  background-color: #fff;
}

#spFixMenuBtn.menuBtn:before,
#spFixMenuBtn.menuBtn:after,
#spFixMenuBtn.menuBtn hr {
  background-color: #303030;
}

#spFixMenuBtn.menuBtn.on:before,
#spFixMenuBtn.menuBtn.on:after,
#spFixMenuBtn.menuBtn.on hr {
  background-color: #fff;
}

#menuCover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1800;
  opacity: 0;
  -webkit-transition: all 1000ms cubic-bezier(0, 0.8, 0.3, 1);
  transition: all 1000ms cubic-bezier(0, 0.8, 0.3, 1);
  pointer-events: none;
}

#menuCover:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
}

#menuCover.visible {
  opacity: 1;
}

/* footer
----------------------------------------------- */
footer.global {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  background-color: #e7e5d5;
  height: 180px;
  position: relative;
  font-size: 0.8em;
}

footer.global .logo {
  position: absolute;
  top: 40px;
  left: 40px;
}

footer.global .logo a {
  width: 151px;
  height: 0;
  padding-top: 53px;
  overflow: hidden;
  background: url(../img/logo_color.png) center center no-repeat;
  background-size: contain;
}

footer.global .copy {
  position: absolute;
  top: 40px;
  right: 40px;
  text-align: right;
  line-height: 1;
}

footer.global .link {
  position: absolute;
  top: 80px;
  right: 40px;
  text-align: right;
}

footer.global .link li {
  display: inline-block;
}

footer.global .link li:first-child:after {
  content: '/';
  display: inline-block;
  padding: 0 10px;
}

footer.global a,
footer.global a:link,
footer.global a:visited,
footer.global a:hover {
  color: #303030;
  text-decoration: none;
}

/* section
----------------------------------------------- */
section {
  position: relative;
}

section > .globalInner {
  width: 94%;
  margin: auto;
  position: relative;
}

section div.title {
  padding: 0 0 30px 0;
  margin-bottom: 55px;
  position: relative;
}

section div.title:after {
  content: '';
  display: block;
  width: 0px;
  height: 1px;
  background-color: #333333;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  -webkit-transition: all 1500ms cubic-bezier(0, 0.8, 0.3, 1) 300ms;
  transition: all 1500ms cubic-bezier(0, 0.8, 0.3, 1) 300ms;
}

section div.title h2 {
  letter-spacing: 0.2em;
  font-size: 1.9em;
  overflow: hidden;
  -webkit-transition: all 1500ms cubic-bezier(0, 0.8, 0.3, 1) 0ms;
  transition: all 1500ms cubic-bezier(0, 0.8, 0.3, 1) 0ms;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

section div.title h3 {
  margin: 0;
  padding-top: 22px;
  overflow: hidden;
  -webkit-transition: all 1500ms cubic-bezier(0, 0.8, 0.3, 1) 100ms;
  transition: all 1500ms cubic-bezier(0, 0.8, 0.3, 1) 100ms;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

section div.title.in:after {
  width: 160px;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}

section div.title.in h2,
section div.title.in h3 {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
}

/* kv
----------------------------------------------- */
#kv {
  height: 100%;
  height: calc(100vh);
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  background: url(../img/kv.jpg) 40% 50% no-repeat;
  background-size: cover;
}

.kv-logo {
  width: 100%;
}

.kv-logo-wrapper {
  width: 88vh;
  margin: 0 auto;
  padding-top: 5vh;
}

/* concept
----------------------------------------------- */
section#concept {
  padding: 130px 0;
}

section#concept .concept-text {
  font-size: 0.95em;
  line-height: 2.4;
  -webkit-transition: all 1500ms cubic-bezier(0, 0.8, 0.3, 1) 100ms;
  transition: all 1500ms cubic-bezier(0, 0.8, 0.3, 1) 100ms;
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
          transform: translate(0px, 50px);
}

.pcDevice section#concept .concept-text p {
  margin-bottom: 0;
}

.pcDevice section#concept .concept-text p + p {
  margin-top: 1.0em;
}

section#concept .concept-logo {
  width: 380px;
  -webkit-transition: all 1500ms cubic-bezier(0, 0.8, 0.3, 1) 100ms;
  transition: all 1500ms cubic-bezier(0, 0.8, 0.3, 1) 100ms;
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
          transform: translate(0px, 50px);
}

section#concept .concept-text.in,
section#concept .concept-logo.in {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

/* sample
----------------------------------------------- */
section#sample {
  padding: 70px 0 100px;
  background-color: rgba(159, 201, 213, 0.5);
}

section#sample div.title {
  margin: 0 0 40px;
  padding: 0;
}

section#sample div.title::after {
  display: none;
}

section#sample h2 {
  display: inline-block;
  margin: 0;
  padding: 0px 25px 5px;
  background-color: #fff;
  font-size: 0.8em;
}

section#sample .sample-image {
  width: 30%;
  -webkit-box-shadow: 10px 10px #9fc9d5;
          box-shadow: 10px 10px #9fc9d5;
}

section#sample .sample-image-wrapper {
  margin: 0 auto;
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-transition: all 1500ms cubic-bezier(0, 0.8, 0.3, 1) 100ms;
  transition: all 1500ms cubic-bezier(0, 0.8, 0.3, 1) 100ms;
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
          transform: translate(0px, 50px);
}

section#sample .sample-image-wrapper.in {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

/* howto
----------------------------------------------- */
section#howto {
  padding: 130px 0;
}

section#howto .stepArea {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section#howto .stepArea dl.step {
  width: 370px;
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
          transform: translate(0px, 50px);
  position: relative;
  -webkit-transition: all 1500ms cubic-bezier(0, 0.8, 0.3, 1) 100ms;
  transition: all 1500ms cubic-bezier(0, 0.8, 0.3, 1) 100ms;
  opacity: 0;
  transform: translate(0px, 50px);
}

section#howto .stepArea dl.step.in {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

section#howto .stepArea dl.step::after {
  content: "";
  position: absolute;
  top: 105px;
  right: -30px;
  width: 30px;
  height: 30px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

section#howto .stepArea dl.step:last-child::after {
  display: none;
}

section#howto .stepArea dl.step dt {
  color: #fff;
  display: block;
  letter-spacing: 0.2em;
  padding: 6px 0;
  font-size: 1.2em;
  background-color: #9fc9d5;
  border-radius: 3px;
  overflow: hidden;
}

section#howto .stepArea dl.step dd p {
  font-size: 0.8em;
  padding-top: 40px;
}

section#howto .stepArea dl.step_1 .qr {
  width: 50%;
  margin: 0 auto;
  position: relative;
}

section#howto .stepArea dl.step_1 .qr img {
  width: 100%;
}

section#howto .stepArea dl.step_1 .qr::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 40px;
  left: -70px;
  background: url(../img/howto/kazari01.png) no-repeat center center;
  background-size: cover;
  width: 100px;
  height: 100px;
}

section#howto .stepArea dl.step_2 img {
  width: 50%;
}

section#howto .stepArea dl.step_2 .img-wrapper {
  position: relative;
}

section#howto .stepArea dl.step_2 .img-wrapper::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 40px;
  right: 0px;
  background: url(../img/howto/kazari01.png) no-repeat center center;
  background-size: cover;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
  width: 100px;
  height: 100px;
}

section#howto .stepArea dl.step_3 img {
  width: 70%;
  border: 1px solid #9fc9d5;
  -webkit-box-shadow: 5px 5px #9fc9d5;
          box-shadow: 5px 5px #9fc9d5;
}

section#howto .stepArea dl.step_3 .img-wrapper {
  position: relative;
}

section#howto .stepArea dl.step_3 .img-wrapper::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -60px;
  right: -20px;
  background: url(../img/howto/kazari02.png) no-repeat center center;
  background-size: cover;
  width: 100px;
  height: 100px;
}

section#howto .stepArea dl.step dd h4 {
  font-size: 1.2em;
  padding: 40px 0;
  overflow: hidden;
  position: relative;
}

section#howto .stepArea dl.step.in {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

/* campaign
----------------------------------------------- */
section#campaign {
  padding: 130px 0 50px;
  background-color: #fff9bb;
}

section#campaign p {
  padding: 30px 0;
  margin-bottom: 0;
  -webkit-transition: all 1500ms cubic-bezier(0, 0.8, 0.3, 1) 100ms;
  transition: all 1500ms cubic-bezier(0, 0.8, 0.3, 1) 100ms;
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
          transform: translate(0px, 50px);
}

section#campaign p.in {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

section#campaign h3 {
  font-size: 1.7em;
  font-weight: 500;
  -webkit-transition: all 1500ms cubic-bezier(0, 0.8, 0.3, 1) 100ms;
  transition: all 1500ms cubic-bezier(0, 0.8, 0.3, 1) 100ms;
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
          transform: translate(0px, 50px);
}

section#campaign h3.in {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

section#campaign h3 .marker {
  background-color: #fff;
}

section#campaign h3 .marker span {
  margin-right: 10px;
}

section#campaign h4 {
  font-size: 0.85em;
  font-weight: 500;
  padding-top: 50px;
  padding-bottom: 10px;
}

section#campaign h4 .marker {
  background-color: #fff;
}

.campaign-flow-wrapper,
.campaign-item-wrapper {
  -webkit-transition: all 1500ms cubic-bezier(0, 0.8, 0.3, 1) 100ms;
  transition: all 1500ms cubic-bezier(0, 0.8, 0.3, 1) 100ms;
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
          transform: translate(0px, 50px);
}

.campaign-flow-wrapper.in,
.campaign-item-wrapper.in {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.campaign-flow {
  width: 800px;
  margin: 0 auto;
  padding: 25px 0;
  margin-bottom: 40px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

section#campaign dl {
  width: 730px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 0 auto;
  font-size: 0.9em;
}

section#campaign dl dt {
  width: 70px;
  text-align: center;
}

section#campaign dl dd {
  text-align: left;
  width: 660px;
}

section#campaign dl dd span {
  margin-right: 5px;
}

section#campaign .period {
  position: relative;
  display: inline-block;
  font-size: 1.3em;
  letter-spacing: 0.1em;
  padding: 5px 0;
}

section#campaign .period span {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #fff)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #fff 0%) repeat scroll 0 0;
}

section#campaign ul.link {
  margin: 80px auto;
  -webkit-transition: all 1500ms cubic-bezier(0, 0.8, 0.3, 1) 100ms;
  transition: all 1500ms cubic-bezier(0, 0.8, 0.3, 1) 100ms;
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
          transform: translate(0px, 50px);
}

section#campaign ul.link.in {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

section#campaign ul.link li {
  display: inline-block;
  margin: 0 10px;
  width: 40px;
  height: 40px;
}

section#campaign ul.link li a {
  display: block;
  width: 40px;
  height: 0;
  padding-top: 40px;
  overflow: hidden;
}

section#campaign ul.link li:nth-of-type(1) a {
  background: url(../img/sns/x_bk.svg) center center no-repeat;
  background-size: contain;
}

section#campaign ul.link li:nth-of-type(2) a {
  background: url(../img/sns/instagram.svg) center center no-repeat;
  background-size: contain;
}

.campaign-item {
  width: 750px;
}

/* service
----------------------------------------------- */
section#service {
  padding: 130px 0 50px;
}

section#service h3 {
  margin-top: -40px;
  font-size: 1.3em;
  -webkit-transition: all 1500ms cubic-bezier(0, 0.8, 0.3, 1) 100ms;
  transition: all 1500ms cubic-bezier(0, 0.8, 0.3, 1) 100ms;
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
          transform: translate(0px, 50px);
}

section#service h3.in {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

section#service .service-text {
  font-size: 1.75em;
  padding-top: 70px;
  padding-bottom: 20px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 1500ms cubic-bezier(0, 0.8, 0.3, 1) 100ms;
  transition: -webkit-transform 1500ms cubic-bezier(0, 0.8, 0.3, 1) 100ms;
  transition: transform 1500ms cubic-bezier(0, 0.8, 0.3, 1) 100ms;
  transition: transform 1500ms cubic-bezier(0, 0.8, 0.3, 1) 100ms, -webkit-transform 1500ms cubic-bezier(0, 0.8, 0.3, 1) 100ms;
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
          transform: translate(0px, 50px);
}

section#service a.pethoken {
  -webkit-transition: opacity 1500ms cubic-bezier(0, 0.8, 0.3, 1) 300ms, -webkit-transform 1500ms cubic-bezier(0, 0.8, 0.3, 1) 300ms;
  transition: opacity 1500ms cubic-bezier(0, 0.8, 0.3, 1) 300ms, -webkit-transform 1500ms cubic-bezier(0, 0.8, 0.3, 1) 300ms;
  transition: opacity 1500ms cubic-bezier(0, 0.8, 0.3, 1) 300ms, transform 1500ms cubic-bezier(0, 0.8, 0.3, 1) 300ms;
  transition: opacity 1500ms cubic-bezier(0, 0.8, 0.3, 1) 300ms, transform 1500ms cubic-bezier(0, 0.8, 0.3, 1) 300ms, -webkit-transform 1500ms cubic-bezier(0, 0.8, 0.3, 1) 300ms;
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
          transform: translate(0px, 50px);
}

section#service a.pethoken img {
  width: 950px;
}

section#service .service-text.in,
section#service .linekanyu.in,
section#service a.pethoken.in,
section#service .toLine.in {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

/* sns
----------------------------------------------- */
section#sns {
  padding: 70px 0 70px 0;
}

section#sns ul.link {
  margin: auto;
  -webkit-transition: all 1500ms cubic-bezier(0, 0.8, 0.3, 1) 100ms;
  transition: all 1500ms cubic-bezier(0, 0.8, 0.3, 1) 100ms;
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
          transform: translate(0px, 50px);
}

section#sns ul.link.in {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

section#sns ul.link li {
  display: inline-block;
  margin: 0 10px;
  width: 40px;
  height: 40px;
}

section#sns ul.link li a {
  display: block;
  width: 40px;
  height: 0;
  padding-top: 40px;
  overflow: hidden;
}

section#sns ul.link li:nth-of-type(1) a {
  background: url(../img/sns/line.svg) center center no-repeat;
  background-size: contain;
}

section#sns ul.link li:nth-of-type(2) a {
  background: url(../img/sns/x_bk.svg) center center no-repeat;
  background-size: contain;
}

section#sns ul.link li:nth-of-type(3) a {
  background: url(../img/sns/instagram.svg) center center no-repeat;
  background-size: contain;
}

section#sns ul.link li:nth-of-type(4) a {
  background: url(../img/sns/facebook.svg) center center no-repeat;
  background-size: contain;
}

/*
	slidein
--------------------------------*/
.slidein {
  -webkit-transform: translate(0px, 50px);
          transform: translate(0px, 50px);
  -webkit-transition: all 1500ms cubic-bezier(0, 0.8, 0.3, 1) 100ms;
  transition: all 1500ms cubic-bezier(0, 0.8, 0.3, 1) 100ms;
  opacity: 0;
}

.slidein.in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*
	#check
--------------------------------*/
#check {
  padding: 130px 0 150px;
  background-color: rgba(159, 201, 213, 0.5);
}

#check h3 {
  font-size: 1.8em;
  margin-top: -10px;
  margin-bottom: 70px;
  -webkit-transition: all 1500ms cubic-bezier(0, 0.8, 0.3, 1) 100ms;
  transition: all 1500ms cubic-bezier(0, 0.8, 0.3, 1) 100ms;
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
          transform: translate(0px, 50px);
}

#check h3.in {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

#check .slider .thumb img {
  width: 100%;
}

.swiper-button-next {
  background: #9fc9d5;
  width: 70px;
  height: 70px;
  right: 0;
  margin-top: -35px;
}

.swiper-button-next:after {
  content: "";
  width: 16px;
  height: 16px;
  border-top: #fff solid 3px;
  border-right: #fff solid 3px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -4px;
}

.swiper-button-prev {
  background: #9fc9d5;
  width: 70px;
  height: 70px;
  left: 0;
  margin-top: -35px;
}

.swiper-button-prev:after {
  content: "";
  width: 16px;
  height: 16px;
  border-bottom: #fff solid 3px;
  border-left: #fff solid 3px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 4px;
}

.vsm-tile {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
          transform: translate(0px, 50px);
  -webkit-transition: all 1500ms cubic-bezier(0, 0.8, 0.3, 1) 100ms;
  transition: all 1500ms cubic-bezier(0, 0.8, 0.3, 1) 100ms;
}

.vsm-tile.in {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

/*
	slick
--------------------------------*/
.slick-prev, .slick-next {
  opacity: 1;
  background: rgba(0, 0, 0, 0.8);
  width: 50px;
  height: 50px;
}

.slick-prev:before, .slick-next:before {
  width: 14px;
  height: 14px;
}

.slick-prev:before {
  -webkit-transform: translate(-30%, -50%) rotate(-45deg);
          transform: translate(-30%, -50%) rotate(-45deg);
}

.slick-next:before {
  -webkit-transform: translate(-70%, -50%) rotate(-45deg);
          transform: translate(-70%, -50%) rotate(-45deg);
}

.slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
  opacity: 1;
  background: rgba(0, 0, 0, 0.8);
}

.slick-prev {
  left: -25px;
}

.slick-next {
  right: -25px;
}

@media screen and (max-width: 1030px) {
  #mainMenu.globalMenu,
  #fixedMenu.globalMenu {
    width: 100%;
  }
  #frameWrap {
    padding: 10px;
  }
  #mainMenu.globalMenu{
    top: 10px;
  }
  #mainMenu.globalMenu .logo {
    left: 20px !important;
    z-index: 20;
  }
  .globalMenu .logo {
    width: 60px;
    top: 0;
  }
  .menuBtn {
    display: block;
    width: 30px;
    height: 26px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1000;
    cursor: pointer;
  }
  .pcDevice #mainMenu.globalMenu .menuBtn {
    right: 40px !important;
  }
  .globalMenu ul.menu {
    display: block;
    width: 100%;
    visibility: hidden;
    right: 0 !important;
    padding-top: 100px;
    pointer-events: none;
    -webkit-transition: opacity 300ms cubic-bezier(0.5, 0, 0.5, 1);
    transition: opacity 300ms cubic-bezier(0.5, 0, 0.5, 1);
  }
  .globalMenu ul.menu li {
    color: #fff !important;
    display: block;
    width: 100% !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 0;
  }
  .globalMenu ul.menu li span,
  .shareList .onlySP{
    font-size: 1.04rem;
  }
  .globalMenu ul.menu li:after {
    display: none;
  }
  .globalMenu ul.menu.on {
    visibility: visible;
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  .globalMenu ul.menu.off {
    opacity: 0 !important;
  }
  .globalMenu .shareList {
    display: block;
    width: 100% !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
    padding: 40px 0 0;
    font-size: 0.9em;
    cursor: default;
  }
  .globalMenu .shareList:after {
    display: none;
  }
  .globalMenu .shareList ul.share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 60%;
    margin: 0 auto;
    padding-top: 20px;
    width: 150px;
  }
  .globalMenu .shareList ul.share li a {
    display: block;
    height: 0;
    padding-top: 36px !important;
    overflow: hidden;
  }
  .globalMenu ul.share li.twitter a {
    background: url(../img/sns/x_wh.svg) center center no-repeat;
    background-size: contain;
  }
  #fixedMenu.globalMenu {
    pointer-events: none;
  }
  #fixedMenu.globalMenu.in {
    pointer-events: all;
  }
  #fixedMenu.globalMenu .logo,
  #fixedMenu.globalMenu:before {
    display: none;
  }
  .touchDevice .globalMenu .menuBtn {
    right: 20px !important;
  }
  .touchDevice #fixedMenu.globalMenu .menuBtn {
    right: 20px !important;
  }
  .onlyPC, .pcOnly {
    display: none;
  }
  .onlySP, .spOnly {
    display: block;
  }
  html.touchDevice,
  .touchDevice body {
    font-size: 1rem;
  }
  html.touchDevice,
  .touchDevice body {
    overflow-x: hidden;
    max-width: 100%;
    margin: 0 auto;
  }
  body {
    max-width: 100%;
  }
  #container {
    min-width: 100%;
  }
  section#kv {
    background-size: cover;
    background-position: 48% top;
    height: 120vw;
  }
  .kv-logo {
    width: 100%;
  }
  .kv-logo-wrapper {
    width: 95vw;
    margin: 0 auto;
    padding-top: 5%;
  }
  section#sample{
    padding: 36px 0 50px;
  }
  section#sample div.title{
    margin: 0 0 20px;
  }
  section#sample .sample-image {
    width: 80%;
  }
  section#sample .sample-image-wrapper {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section#sample .sample-image + .sample-image {
    margin-top: 30px;
  }
  footer.global {
    padding: 40px 0 60px 0;
    height: auto;
    text-align: center;
    font-size: 0.7em;
  }
  footer.global .logo {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 30px;
  }
  footer.global .copy {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 40px;
    text-align: center;
  }
  footer.global .link {
    position: relative;
    top: auto;
    right: auto;
    margin: auto;
    text-align: center;
  }
  footer.global .link li {
    display: block;
  }
  footer.global .link li:first-child:after {
    content: '';
    padding: 0 10px;
  }
  section > .globalInner {
    width: 96%;
  }
  section#concept{
    padding: 60px 0;
  }
  section div.title{
    padding: 0 0 20px 0;
    margin-bottom: 36px;
  }
section div.title.in:after{
    width: 80px;
}
  section div.title h2 {
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    padding-top: 24px;
  }
  section div.title h3 {
    padding-top: 27px;
  }
  section#concept .concept-text{
    font-size: 0.95em;
  }
  section#concept .concept-logo{
    width: 200px;
  }
  section#howto{
    padding: 60px 0;
  }
  section#howto .stepArea dl.step {
    width: 100%;
    margin: 0 auto 60px;
  }
  section#howto .stepArea dl.step dt {
    margin: 0 5%;
  }
  section#howto .stepArea dl.step dd h4 {
    font-size: 1.2em;
    padding: 24px 0;
  }
  section#howto .stepArea dl.step dd p {
    font-size: 0.84rem;
  }
  section#howto .stepArea dl.step:nth-child(1) p {
    padding-top: 0;
  }
  section#howto .stepArea dl.step:nth-child(1) img {
    width: 50%;
  }
  section#howto .stepArea dl.step:nth-child(2) p {
    margin-bottom: 0;
  }
  section#howto .stepArea dl.step:nth-child(2) .img-wrapper::after {
    position: absolute;
    bottom: 20px;
    right: 10px;
    background: url(../img/howto/kazari01.png) no-repeat center center;
    background-size: 100%;
    width: 100px;
    height: 100px;
  }
  section#howto .stepArea dl.step_3 img{
    width: 60%;
  }
  section#howto .stepArea dl.step:nth-child(3) img {
    -webkit-box-shadow: 10px 10px #9fc9d5;
            box-shadow: 10px 10px #9fc9d5;
    
  }
  section#howto .stepArea dl.step:nth-child(3) .img-wrapper::after {
    position: absolute;
    top: -60px;
    right: 10px;
    background: url(../img/howto/kazari02.png) no-repeat center center;
    background-size: 100%;
    width: 100px;
    height: 100px;
  }
  /* campaign
	----------------------------------------------- */
  section#campaign h3 {
    line-height: 1.8;
  }
  section#campaign h3 .marker span {
    margin-right: 0;
  }
  section#campaign h4 {
    font-size: 1.2em;
  }
  section#campaign .campaign-flow {
    width: 90%;
    padding: 40px 0;
    margin-bottom: 80px;
  }
  section#campaign .campaign-flow dl, section#campaign .campaign-flow dd {
    width: 100%;
    text-align: center;
  }
  section#campaign .campaign-flow dt {
    display: inline-block;
    background-color: #fff;
    padding: 3px 60px;
  }
  section#campaign .campaign-flow .step2 {
    margin-top: 40px;
  }
  section#campaign .campaign-flow-text {
    padding-top: 5px;
    line-height: 1.5;
  }
  section#campaign .campaign-flow-subtext {
    margin: 20px 0;
    line-height: 1.5;
  }
  section#campaign .campaign-flow .period {
    margin-top: 20px;
    line-height: 1.5;
  }
  section#campaign .campaign-item {
    width: 90%;
  }
  section#campaign .campaign-item-wrapper {
    width: 100%;
    margin: 0 auto;
  }
  section#campaign ul.link {
    margin: 80px auto;
  }
  section#campaign ul.link li {
    margin: 0 20px;
    width: 70px;
    height: 70px;
  }
  section#campaign ul.link li a {
    display: block;
    width: 70px;
    height: 0;
    padding-top: 70px;
    overflow: hidden;
  }
  /* check
	----------------------------------------------- */
  #check{
    padding: 60px 0 70px;
  }
  section#check h3 {
    font-size: 1rem;
  }
  /* service
	----------------------------------------------- */
  section#service{
    padding: 60px 0 26px;
  }
  section#service h3{
    font-size: 1.2rem;
    padding-top: 14px;
  }
  section#service .service-text {
    font-size: 1.3rem;
    padding-top: 36px;
  }
  section#service .btn.pethoken {
    width: 90%;
  }
  section#service .btn.pethoken img {
    width: 100%;
  }
  /* sns
	----------------------------------------------- */
  section#sns {
    padding: 36px 0 20px 0;
  }
  section#sns ul.link {
    margin: auto;
  }
  section#sns ul.link li {
    margin: 0 10px;
    height: 70px;
  }
  section#sns ul.link li a {
    display: block;
    height: 0;
    padding-top: 70px;
    overflow: hidden;
  }
}
