@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/*フォント
---------------------------------------------*/
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html,
body,
#wrapper {
  letter-spacing: 0.1em;
  width: 100%;
  font-feature-settings: "palt" 1;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  letter-spacing: 1px;
  line-height: 1.6em;
  background-color: #eef2ff;
  color: #454545;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  html,
  body,
  #wrapper {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  html,
  body,
  #wrapper {
    font-size: 12px;
  }
}
html a,
body a,
#wrapper a {
  text-decoration: none;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

#copy1 {
  display: none;
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

.bold {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.rooney {
  font-family: "rooney-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.rooneybold {
  font-family: "rooney-sans", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #D1D1D1;
  z-index: 999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form {
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .form {
    width: 100%;
    text-align: center;
  }
}

.form2 {
  width: 160px;
  margin: 0 auto;
  height: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form2 {
    margin: 0 auto 5px;
  }
}

.form_in {
  color: #EAEAEA;
  display: none;
}

.code {
  width: 100%;
  text-align: center;
  font-size: 20px;
  padding: 7px 15px;
  border: 1px solid #454545;
  width: 120px;
  border-radius: 30px;
  display: block;
  margin: 20px auto 10px;
}
@media screen and (max-width: 768px) {
  .code {
    font-size: 16px;
  }
}

.buy {
  width: 600px;
  margin: 20px auto 0;
  height: 70px;
  border-radius: 35px;
  background-color: #454545;
  text-align: center;
  line-height: 70px;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .buy {
    width: 60%;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    margin: 0 auto 0;
  }
}
.buy a {
  color: #34b0ff;
  text-align: center;
  font-size: 16px;
  display: block;
  letter-spacing: 0.15em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .buy a {
    font-size: 14px;
  }
}

.buy2 {
  width: 130px;
  margin: 0 auto 15px;
  height: 35px;
  border-radius: 35px;
  background-color: #454545;
  text-align: center;
  line-height: 33px;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .buy2 {
    width: 80%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin: 20px auto 0;
  }
}
.buy2 a {
  text-align: center;
  font-size: 12px;
  display: block;
  letter-spacing: 0.15em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .buy2 a {
    font-size: 12px;
  }
}

.allbtn {
  width: 300px;
  margin: 40px auto 0;
  height: 70px;
  border-radius: 35px;
  background-color: #FFF9B1;
  text-align: center;
  line-height: 70px;
  font-size: 16px;
  border: #000000 1px solid;
}
@media screen and (max-width: 768px) {
  .allbtn {
    width: 280px;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    margin: 18px auto 0;
  }
}
.allbtn a {
  text-align: center;
  font-size: 16px;
  display: block;
  letter-spacing: 0.15em;
  color: #454545;
}
@media screen and (max-width: 768px) {
  .allbtn a {
    font-size: 14px;
  }
}

.buy:hover {
  background-color: #fff;
  border: 1px solid #454545;
  color: #454545;
}
.buy:hover a {
  color: #454545;
}

.buy2:hover {
  background-color: #fff;
  border: 1px solid #454545;
  color: #454545;
}
.buy2:hover a {
  color: #454545;
}

.buy_item {
  background-color: #fff;
  border: #454545 1px solid;
}
.buy_item a {
  color: #000000;
}

.buy_item2 {
  background-color: #fff;
  border: #454545 1px solid;
}
.buy_item2 a {
  color: #000000;
}

.buy_item:hover {
  background-color: #454545;
}
.buy_item:hover a {
  color: #fff;
}

.anim-box.poyoyon.is-animated {
  animation: poyoyon 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}

@keyframes poyoyon {
  0% {
    transform: translateX(140px);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
  }
  65% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
#mainArea {
  width: 100%;
  background-color: #EAEAEA;
}
#mainArea header {
  width: 100%;
  margin: 0 auto;
  height: 100vh;
  padding: 100px 0 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #mainArea header {
    height: 375px;
    padding: 30px 0 0 0;
  }
}
#mainArea header h2 {
  color: #FFF9B1;
  font-size: 52px;
  text-align: center;
  margin-bottom: 20px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #454545;
}
@media screen and (max-width: 768px) {
  #mainArea header h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
#mainArea header h1 {
  width: 45%;
  margin: 0px auto 15px;
}
@media screen and (max-width: 768px) {
  #mainArea header h1 {
    width: 70%;
    margin: 0px auto 10px;
  }
}
#mainArea header h3 {
  text-align: center;
  color: #454545;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #mainArea header h3 {
    font-size: 12px;
    letter-spacing: 0.16em;
    margin-bottom: 20px;
  }
}
#mainArea header h3 img {
  width: 30px;
}

.lead {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 100px 0 120px;
  text-align: center;
  background-color: #F7F7F7;
}
@media screen and (max-width: 768px) {
  .lead {
    padding: 70px 0;
  }
}
.lead h4 {
  font-size: 24px;
  margin: 5px auto;
  background: linear-gradient(transparent 50%, #B5DFFF 50%);
  display: inline-block;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .lead h4 {
    font-size: 18px;
  }
}
.lead h6 {
  line-height: 2em;
  font-size: 16px;
  letter-spacing: 0.12em;
  margin: 15px auto;
}
@media screen and (max-width: 768px) {
  .lead h6 {
    font-size: 12px;
    width: 90%;
    margin: 10px auto;
  }
}
.lead .how {
  padding: 70px;
  width: 600px;
  margin: 70px auto 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .lead .how {
    width: 90%;
    padding: 40px 0;
  }
}
.lead .how .title {
  font-size: 12px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .lead .how .title {
    margin-bottom: 30px;
  }
}
.lead .how .title span {
  font-size: 42px;
  color: #94D0FF;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #454545;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .lead .how .title span {
    font-size: 32px;
  }
}
.lead .how p.text {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .lead .how p.text {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.lead .how p.coupon {
  font-size: 14px;
  text-align: center;
}
.lead .how p.coupon span {
  display: block;
  font-size: 18px;
}
.lead .how .coupon2 {
  display: flex;
  margin: 0 auto 50px;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .lead .how .coupon2 {
    margin: 0 auto 30px;
    width: 80px;
  }
}
.lead .how .coupon2 .left {
  width: 18px;
}
@media screen and (max-width: 768px) {
  .lead .how .coupon2 .left {
    width: 15px;
  }
}
.lead .how .coupon2 .right {
  font-size: 12px;
  margin-left: 10px;
  color: #454545;
  margin-top: -5px;
}
@media screen and (max-width: 768px) {
  .lead .how .coupon2 .right {
    font-size: 10px;
    margin-left: 5px;
  }
}
.lead .how p.rule {
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  width: 350px;
  letter-spacing: 0.14em;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .lead .how p.rule {
    width: 90%;
    font-size: 12px;
    line-height: 1.9em;
    letter-spacing: 0.05em;
  }
}
.lead .how p.rule span {
  text-align: center;
  font-size: 18px;
  display: block;
  margin-bottom: 15px;
}

.couponimg {
  width: 350px;
  margin: 0 auto 30px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .couponimg {
    width: 70%;
  }
}

p.center {
  font-size: 23px;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  p.center {
    font-size: 16px;
  }
}

textarea.copyyou {
  width: 100px;
  height: 20px;
}

#content {
  width: 100%;
  background-color: #34b0ff;
  overflow: hidden;
  background-color: #EAEAEA;
  padding: 120px 0 0 0;
}
@media screen and (max-width: 768px) {
  #content {
    padding: 70px 0 0 0;
  }
}
#content .titleblock {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #content .titleblock {
    margin-bottom: 0px;
  }
}
#content .titleblock h5 {
  width: 550px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  #content .titleblock h5 {
    width: 85%;
  }
}
#content .titleblock p.content_text {
  text-align: center;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #content .titleblock p.content_text {
    text-align: left;
    width: 80%;
    margin: 0 auto 50px;
  }
}
#content ul.menu {
  width: 800px;
  margin: 0 auto 100px;
}
@media screen and (min-width: 769px) {
  #content ul.menu {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  #content ul.menu {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
}
#content ul.menu li.first::before {
  background: url(../images/menu1.png) no-repeat;
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  transform: translate(-50%, -50%);
  top: 10%;
  right: -40%;
  position: absolute;
  background-size: contain;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  #content ul.menu li.first::before {
    width: 130px;
    height: 130px;
    right: -55%;
    top: 25%;
  }
}
#content ul.menu li.two::before {
  background: url(../images/menu2.png) no-repeat;
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  transform: translate(-50%, -50%);
  top: 10%;
  right: -40%;
  position: absolute;
  background-size: contain;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  #content ul.menu li.two::before {
    width: 130px;
    height: 130px;
    right: -55%;
    top: 20%;
  }
}
#content ul.menu li.three::before {
  background: url(../images/menu3.png) no-repeat;
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  transform: translate(-50%, -50%);
  top: 10%;
  right: -40%;
  position: absolute;
  background-size: contain;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  #content ul.menu li.three::before {
    width: 130px;
    height: 130px;
    right: -55%;
    top: 20%;
  }
}
#content ul.menu li {
  width: 240px;
  height: 240px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  #content ul.menu li {
    width: 60%;
    margin: 0 auto 35px;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
  }
}
#content ul.menu li img {
  width: 50%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #content ul.menu li img {
    width: 40%;
  }
}
#content ul.menu li p {
  font-size: 12px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #454545;
  text-align: center;
  margin-top: -5px;
}
@media screen and (max-width: 768px) {
  #content ul.menu li p {
    font-size: 11px;
  }
}
#content ul.menu li p span {
  font-size: 20px;
  color: #94D0FF;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  #content ul.menu li p span {
    font-size: 16px;
  }
}
#content .block {
  width: 1000px;
  margin: 0 auto 120px;
  background-color: #F7F7F7;
  padding: 100px 0;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  #content .block {
    padding: 70px 0;
    width: 90%;
    margin: 0 auto 30px;
  }
}
#content .block .point {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  margin: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #content .block .point {
    width: 140px;
    height: 140px;
    margin-bottom: 20px;
  }
}
#content .block .point .point_inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #content .block .point .point_inner {
    top: 52%;
  }
}
#content .block .point .pointtitle1 {
  display: flex;
  width: 80px;
  margin: 0 auto -6px;
}
@media screen and (max-width: 768px) {
  #content .block .point .pointtitle1 {
    width: 65px;
    margin: 0 auto -3px;
  }
}
#content .block .point .pointtitle1 img {
  width: 30px;
}
@media screen and (max-width: 768px) {
  #content .block .point .pointtitle1 img {
    width: 20px;
  }
}
#content .block .point .pointtitle1 p {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #content .block .point .pointtitle1 p {
    font-size: 10px;
  }
}
#content .block .point p.pointtitle {
  color: #FFF9B1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #454545;
  font-size: 18px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #content .block .point p.pointtitle {
    font-size: 16px;
    margin-bottom: 0px;
  }
}
#content .block .point p.pointtitle span {
  font-size: 27px;
}
@media screen and (max-width: 768px) {
  #content .block .point p.pointtitle span {
    font-size: 20px;
  }
}
#content .block .point p.pointtext {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.3em;
}
@media screen and (max-width: 768px) {
  #content .block .point p.pointtext {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
#content .block .point img {
  width: 35px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #content .block .point img {
    width: 25px;
  }
}
#content .block .pick {
  margin: 0 auto;
  text-align: center;
  width: 270px;
  height: 83px;
  border-radius: 100px;
  background-color: #B4DFFF;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #content .block .pick {
    width: 60%;
    height: 55px;
  }
}
#content .block .pick div {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#content .block .pick div .pick1 {
  font-size: 27px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #454545;
  color: #fff;
  line-height: 0.5em;
}
@media screen and (max-width: 768px) {
  #content .block .pick div .pick1 {
    font-size: 20px;
  }
}
#content .block .pick div .pick1 span {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #content .block .pick div .pick1 span {
    font-size: 14px;
  }
}
#content .block .pick div .pick2 {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #content .block .pick div .pick2 {
    font-size: 12px;
  }
}
#content .block .pick div .pick2 span {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #content .block .pick div .pick2 span {
    font-size: 10px;
  }
}
#content .block .staff1 {
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #content .block .staff1 {
    width: 80%;
  }
}
#content .block .pointitem {
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.1em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #content .block .pointitem {
    font-size: 16px;
  }
}
#content .block .pointitem span {
  font-size: 18px;
  display: block;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  #content .block .pointitem span {
    font-size: 12px;
  }
}
#content .block .point_2 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #content .block .point_2 {
    font-size: 14px;
  }
}
#content .block .pointlead {
  margin-bottom: 30px;
  line-height: 1.6em;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #content .block .pointlead {
    font-size: 12px;
    text-align: center;
    margin-bottom: 30px;
  }
}
#content .block .itemimg {
  width: 70px;
  margin: 0 auto 10px;
}
#content .block div.box1::before {
  background: url(../images/box1_2.png) no-repeat;
  content: "";
  display: block;
  width: 350px;
  height: 250px;
  bottom: -5%;
  right: -25%;
  position: absolute;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #content .block div.box1::before {
    width: 170px;
    height: 170px;
    right: -10%;
    bottom: -3%;
  }
}
#content .block div.box2::before {
  background: url(../images/box2_1.png) no-repeat;
  content: "";
  display: block;
  width: 350px;
  height: 250px;
  bottom: -5%;
  left: -15%;
  position: absolute;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #content .block div.box2::before {
    width: 160px;
    bottom: -10%;
    left: -13%;
  }
}
#content .block div.box3::before {
  background: url(../images/box3_2.png) no-repeat;
  content: "";
  display: block;
  width: 300px;
  height: 250px;
  bottom: -5%;
  right: -25%;
  position: absolute;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #content .block div.box3::before {
    bottom: -13%;
    right: -19%;
    width: 150px;
  }
}
#content .block .box {
  width: 700px;
  margin: 0 auto 70px;
  background-color: #fff;
  padding: 70px 0;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  #content .block .box {
    width: 90%;
    padding: 50px 0 20px;
  }
}
#content .block .box .title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #content .block .box .title {
    font-size: 12px;
  }
}
#content .block .box .title span {
  color: #FFF9B1;
  font-size: 40px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #454545;
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #content .block .box .title span {
    font-size: 28px;
  }
}
#content .block .box ul.box2 {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #content .block .box ul.box2 li {
    display: flex;
    margin-bottom: 25px;
  }
}
#content .block .box ul.box2 li .left {
  width: 55%;
}
@media screen and (max-width: 768px) {
  #content .block .box ul.box2 li .left {
    width: 100%;
    margin: 0 auto 40px;
  }
}
#content .block .box ul.box2 li .right {
  width: 45%;
  position: relative;
}
#content .block .box ul.box2 li .right div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#content .block .box ul.box2 li .right div p.point2 {
  letter-spacing: 1px;
  font-size: 14px;
  margin-left: 20px;
  color: #FFF9B1;
  background-color: #454545;
  width: 65px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
#content .block .box ul.box2 li .right div p.point2 span {
  font-size: 10px;
}
#content .block .box ul.box2 li .right div p.text {
  font-size: 14px;
  margin-left: 20px;
  line-height: 1.7em;
}
#content .block .box ul.box2 li .right div p.text span {
  font-size: 18px;
  display: block;
  padding: 5px 0 10px 0;
  font-weight: 500;
}
#content .block .box ul.box2 li .right p.att::after {
  content: "※50×50cmの鏡に対して約3秒で噴射した場合";
  display: block;
  font-size: 10px;
  position: absolute;
  bottom: -23x;
  left: 0;
  color: #454545;
}
#content .block .box ul.box2 li .right p.att2::after {
  content: "※個人の感想です";
  display: block;
  font-size: 10px;
  position: absolute;
  bottom: -23x;
  left: 2-px;
  color: #454545;
}
#content .block .box ul.box2 li .sp_right {
  width: 100%;
}
#content .block .box ul.box2 li .sp_right p.point2 {
  letter-spacing: 1px;
  font-size: 12px;
  color: #FFF9B1;
  background-color: #454545;
  width: 65px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 5px;
}
#content .block .box ul.box2 li .sp_right p.point2 span {
  font-size: 10px;
}
#content .block .box ul.box2 li .sp_right .sp_att {
  margin-top: -20px;
  font-size: 10px;
  margin-bottom: 20px;
}
#content .block .box ul.box2 li .sp_right .lead2 {
  font-size: 12px;
  line-height: 1.7em;
  margin-bottom: 20px;
}
#content .block .box ul.box2 li .sp_right .lead2 span {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
#content .block .box ul.box2 li .sp_right p.att::after {
  content: "※50×50cmの鏡に対して約3秒で噴射した場合";
  display: block;
  font-size: 10px;
  position: absolute;
  bottom: -23x;
  left: 0;
  color: #454545;
}
#content .block .box ul.box2 li .sp_right p.att2::after {
  content: "※個人の感想です";
  display: block;
  font-size: 10px;
  position: absolute;
  bottom: -23x;
  left: 0;
  color: #454545;
}
#content .regular {
  width: 800px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  #content .regular {
    width: 90%;
    margin: 0 auto 50px;
  }
}
#content .regular li {
  padding: 0 5px;
  box-sizing: border-box;
}
#content .other {
  background-color: #F7F7F7;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #content .other {
    width: 100%;
    padding: 70px 0 0 0;
  }
}
#content .other .title {
  font-size: 14px;
  text-align: center;
  margin-bottom: 50px;
}
#content .other .title span {
  font-size: 42px;
  color: #94D0FF;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #454545;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #content .other .title span {
    font-size: 34px;
  }
}
#content .other p.text {
  font-size: 14px;
}
#content .other ul.item {
  width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #content .other ul.item {
    width: 90%;
  }
}
#content .other ul.item li {
  width: 31%;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #content .other ul.item li {
    width: 49%;
  }
}
#content .other ul.item li img {
  margin-bottom: 10px;
}
#content .other ul.item li p {
  text-align: center;
  font-size: 12px;
  line-height: 1.8em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #content .other ul.item li p {
    font-size: 10px;
    margin-bottom: 0;
  }
}
#content .other ul.item li p span {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #content .other ul.item li p span {
    font-size: 12px;
  }
}

.instagram {
  padding: 100px 0;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .instagram {
    padding: 70px 0;
  }
}
.instagram p.prof {
  text-align: center;
  font-size: 22px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .instagram p.prof {
    font-size: 18px;
  }
}
.instagram p.prof span {
  display: block;
  font-size: 32px;
  margin-bottom: 10px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #454545;
  color: #94D0FF;
  margin: 0 auto 50px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .instagram p.prof span {
    font-size: 24px;
    letter-spacing: 0.12em;
    width: 80%;
    margin: 0 auto 40px;
  }
}
.instagram p.p_lead {
  font-size: 14px;
  text-align: center;
  margin: 0 auto 30px;
  letter-spacing: 0.1em;
  line-height: 1.7em;
}
@media screen and (max-width: 768px) {
  .instagram p.p_lead {
    font-size: 12px;
    line-height: 1.6em;
    margin: 0 auto 20px;
  }
}
.instagram a {
  font-size: 18px;
  color: #454545;
}
@media screen and (max-width: 768px) {
  .instagram a {
    font-size: 14px;
  }
}
.instagram a .imgbox {
  width: 500px;
  margin: 0 auto 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .instagram a .imgbox {
    width: 100%;
  }
}
.instagram a .imgbox img {
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .instagram a .imgbox img {
    width: 36%;
    margin-bottom: 10px;
  }
}
.instagram a .name {
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .instagram a .name {
    width: 40%;
    font-size: 12px;
  }
}

.footer {
  background-color: #ADADAD;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 70px 0;
  }
}
.footer a .logo {
  margin: 0 auto;
  padding: 0px 0 20px;
}
@media screen and (max-width: 768px) {
  .footer a .logo {
    padding: 0px 0 20px 0;
  }
}
.footer a .logo img {
  width: 80px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer a .logo img {
    width: 20%;
    margin: 0 auto 0px;
  }
}
.footer a p {
  text-align: center;
  color: #fff;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .footer a p {
    font-size: 10px;
  }
}
.footer a p span {
  font-size: 20px;
  letter-spacing: 0.18em;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer a p span {
    line-height: 2.2;
    font-size: 14px;
  }
}

.flexslider {
  margin: 0 !important;
}

.slider {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .slider {
    width: 100%;
  }
}
.slider .slick-slide {
  padding: 10px;
  width: 230px;
}
@media screen and (max-width: 768px) {
  .slider .slick-slide {
    padding: 5px;
  }
}

.slick-prev:before,
.slick-next:before {
  font-size: 23px !important;
}
@media screen and (max-width: 768px) {
  .slick-prev:before,
  .slick-next:before {
    display: none !important;
  }
}

.slick-next:before {
  content: "";
  background: url(../images/next.png) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.slick-prev:before {
  background: url(../images/prev.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.slick-prev:before {
  color: transparent !important;
}

.slick-next:before {
  color: transparent !important;
}

.slick-prev,
.slick-next {
  top: 50% !important;
}

.copy {
  margin: 100px auto 20px;
  padding: 100px 0 0 0;
}
@media screen and (max-width: 768px) {
  .copy {
    padding: 0px 0 50px 0;
    margin: 100px auto 20px;
  }
}
.copy img {
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .copy img {
    width: 30%;
    margin: 0 auto 0px;
  }
}

.scrolltop {
  position: fixed;
  bottom: 20px;
  width: 70px;
  right: 15px;
  border-radius: 10px 0 0 10px;
  z-index: 10;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .scrolltop {
    bottom: 25px;
    width: 60px;
    right: 15px;
    z-index: 999;
  }
}

.img-wrapL {
  animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}

.img-wrapL:before {
  animation: img-wrapL 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #eef2ff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}
@keyframes img-wrapL {
  100% {
    transform: translateX(100%);
  }
}
.img-wrapR {
  overflow: hidden;
  position: relative;
  animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.img-wrapR:before {
  animation: img-wrapR 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #eef2ff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}
@keyframes img-wrapR {
  100% {
    transform: translateX(-100%);
  }
}
.img-wrapB {
  overflow: hidden;
  position: relative;
  animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.img-wrapB:before {
  animation: img-wrapB 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #eef2ff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}
@keyframes img-wrapB {
  100% {
    transform: translateY(100%);
  }
}
/* ANIMATION
--------------------------------------*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* sass読み込み
--------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}/*# sourceMappingURL=style.css.map */