@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 {
  overflow-x: hidden; /* 横スクロールを完全に殺す */
  width: 100%;
}

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: #272727;
  line-height: 1.6em;
  background-color: #FFE8E5;
  color: #272727;
}
@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;
}

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-weight: 700;
}

.avn {
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.avn_bold {
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.regular {
  overflow: hidden; /* 親でしっかりカットする */
}

.slick-track {
  display: flex !important; /* スライドの高さズレを防止 */
  align-items: center;
}

.buy {
  width: 300px;
  margin: 20px auto 0;
  height: 45px;
  border-radius: 35px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  background-color: #272727;
  font-size: 16px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .buy {
    width: 60%;
    height: 40px;
    line-height: 40px;
    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: 12px;
  }
}

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

#mainArea {
  /* 1. position を relative にし、z-index を明示的に高くする */
  position: relative;
  z-index: 10;
  /* 2. 背景色を必ず「不透明」にする（これが透明だと後ろの画像が透けます） */
  background-color: #FFE8E5 !important;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #mainArea {
    box-sizing: border-box;
  }
  #mainArea::after {
    content: "";
    display: block;
    padding-top: 58%;
  }
}
#mainArea {
  /* 共通の画像設定 */
}
#mainArea img {
  max-width: 100%;
  height: auto;
}
#mainArea .pack {
  width: 30%;
  position: absolute;
  top: 1vh; /* 画面上部からの位置をvhで指定 */
  left: 0%;
}
#mainArea .pack2 {
  width: 30%;
  position: absolute;
  top: 1vh;
  right: 0;
}
#mainArea .back {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#mainArea h1 {
  width: 34%;
  position: absolute;
  top: 10%; /* 画面高さに合わせて配置 */
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #mainArea h1 {
    width: 55%;
    top: 7%;
  }
}
#mainArea h2 {
  font-size: 1.875vw;
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.6em;
  text-align: center;
  width: 100%;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  #mainArea h2 {
    font-size: 4.2666666667vw;
    top: 18%;
  }
}
#mainArea h4 {
  font-size: 1.875vw;
  text-align: center;
  width: 9.375vw;
  height: 9.375vw;
  position: absolute;
  top: 3%;
  left: 22%;
  line-height: 1.4em;
  background-color: #E2A5DA;
  border-radius: 50%;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 768px) {
  #mainArea h4 {
    top: 2%;
    left: 4%;
    font-size: 3.7333333333vw;
    text-align: center;
    width: 18.6666666667vw;
    height: 18.6666666667vw;
  }
}
#mainArea .sale {
  width: 23%;
  position: absolute;
  top: 37%;
  transform: translateX(-50%);
  left: 50%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #mainArea .sale {
    width: 42%;
    position: absolute;
    top: 20%;
    transform: translateX(-50%);
    left: 50%;
    z-index: 1;
  }
}
#mainArea .pack, #mainArea .pack2, #mainArea .back, #mainArea h1, #mainArea h2, #mainArea h4 {
  z-index: 11;
}

.saleline {
  z-index: 10;
  position: relative;
  width: 100%;
  padding: 25px 0;
  box-sizing: border-box;
  background-color: #FA8AAD;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .saleline {
    padding: 20px 0;
  }
}
.saleline .inner {
  display: flex;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .saleline .inner {
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .saleline .inner {
    width: 100%;
    justify-content: center;
  }
}
.saleline .inner .time {
  font-size: 2.03125vw;
}
@media screen and (max-width: 768px) {
  .saleline .inner .time {
    font-size: 3.2vw;
  }
}
.saleline .inner .time span {
  font-size: 3.125vw;
}
@media screen and (max-width: 768px) {
  .saleline .inner .time span {
    font-size: 4.2666666667vw;
  }
}
.saleline .inner .day {
  font-size: 1.875vw;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .saleline .inner .day {
    font-size: 3.7333333333vw;
  }
}
.saleline .inner .day span {
  font-size: 1.40625vw;
}
@media screen and (max-width: 768px) {
  .saleline .inner .day span {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .saleline .inner .day {
    font-size: 3.7333333333vw;
    margin-left: 8px;
  }
}

ul.line {
  position: relative;
  z-index: 10;
  width: 100%;
  background-color: #E8E056;
  padding: 16px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  ul.line {
    padding: 10px 0;
  }
}
ul.line li {
  font-size: 1.875vw;
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  ul.line li {
    font-size: 3.7333333333vw;
  }
}

.contentlead {
  position: relative;
  width: 100%;
  background-color: #F7B0C6;
  z-index: 6;
}
.contentlead .inner {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .contentlead .inner {
    padding: 80px 0;
  }
}
.contentlead .inner .pa_img {
  width: 400px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .contentlead .inner .pa_img {
    width: 55.6%;
    margin: 0 auto 40px;
  }
}
.contentlead .inner h3 {
  font-size: 2.5vw;
  text-align: center;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .contentlead .inner h3 {
    font-size: 5.3333333333vw;
    width: 90%;
    margin: 0 auto;
  }
}
.contentlead .inner h3 span {
  display: block;
  width: 40%;
  margin: 32px auto 0;
  font-size: 1.40625vw;
  line-height: 1.7em;
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contentlead .inner h3 span {
    font-size: 3.7333333333vw;
    width: 100%;
    margin: 16px auto 24px;
  }
}
.contentlead .inner .boximg {
  width: 32%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contentlead .inner .boximg {
    width: 70%;
  }
}

.menu {
  background-color: #E2A5DA;
  width: 100%;
  margin: 0 auto 100px;
  position: relative;
  z-index: 5;
  top: 0;
  left: 0;
  height: 80px;
  position: fixed;
}
@media screen and (min-width: 769px) {
  .menu {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: fixed;
    box-sizing: border-box;
    height: 90px;
  }
}
.menu ul {
  display: flex;
  width: 47%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .menu ul {
    width: 90%;
    padding: 5px 0;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    justify-content: space-between;
  }
}
.menu ul li {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .menu ul li {
    width: 31%;
    padding: 7px 0;
  }
}
.menu ul li a {
  display: flex;
  color: #fff;
  border: 1px solid #fff;
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 30px;
  line-height: 50px;
}
.menu ul li a p {
  width: 100%;
  font-size: 1.5625vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .menu ul li a p {
    font-size: 3.7333333333vw;
    margin-left: 3px;
  }
}

#content {
  width: 100%;
  background-color: #F7B0C6;
  padding: 120px 0 0 0;
  letter-spacing: 0.15em;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #content {
    padding: 70px 0 0 0;
    overflow: hidden;
  }
}
#content .block {
  padding: 0 0 0 0;
  margin: 0 auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/back_2.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  z-index: 0;
  position: fixed;
}
#content .block::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  /* 画面の見た目幅(vw)に強制固定して、画像のはみ出しを物理的にカット */
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background-image: url("../images/back_2.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  /* 横幅を画面にぴったり合わせる */
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  #content .block::before {
    /* スマホでは画像が小さくなりすぎるなら、coverで隙間を埋める */
    background-size: cover;
  }
}
#content .slick_slide {
  width: 200px !important;
}
#content .regular2 {
  width: 1000px;
  margin: 0 auto 100px;
  letter-spacing: 0.1em;
  display: flex;
  height: 576px;
}
@media screen and (max-width: 768px) {
  #content .regular2 {
    width: 90%;
    height: 340px;
  }
}

#point {
  padding: 120px 0 20px;
  background-color: #FFE8E5;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #point {
    padding: 80px 0 20px;
  }
}
#point .puimg {
  width: 270px;
  margin: 0 auto 36px;
}
@media screen and (max-width: 768px) {
  #point .puimg {
    width: 50%;
  }
}
#point p.title {
  text-align: center;
  font-size: 2.5vw;
  line-height: 1.3em;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  #point p.title {
    font-size: 5.8666666667vw;
    line-height: 1.5em;
  }
}
#point p.title span {
  display: block;
  font-size: 1.25vw;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  #point p.title span {
    font-size: 4.2666666667vw;
  }
}
#point ul.point {
  width: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #point ul.point {
    width: 90%;
  }
}
#point ul.point li {
  width: 45%;
  border-radius: 30px;
  padding: 50px 20px 50px 20px;
  background-color: #FFF8F7;
  font-size: 1.09375vw;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 60px;
  position: relative;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  #point ul.point li {
    width: 48%;
    font-size: 3.2vw;
    padding: 40px 10px 20px 10px;
    margin-bottom: 50px;
  }
}
#point ul.point li span {
  font-size: 1.71875vw;
  display: block;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #point ul.point li span {
    font-size: 4.8vw;
  }
}
#point ul.point li::after {
  content: "";
  display: block;
  display: inline-block;
  width: 80px;
  height: 80px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #point ul.point li::after {
    width: 60px;
    height: 60px;
    top: -34px;
  }
}
#point ul.point li:nth-child(1)::after {
  content: "";
  background-image: url("../images/point_1.png");
}
#point ul.point li:nth-child(2)::after {
  content: "";
  background-image: url("../images/point_2.png");
}
#point ul.point li:nth-child(3)::after {
  content: "";
  background-image: url("../images/point_3.png");
}
#point ul.point li:nth-child(4)::after {
  content: "";
  background-image: url("../images/point_4.png");
}

#content2 {
  width: 100%;
  letter-spacing: 0.15em;
  padding: 80px 0 80px 0;
  margin: 0 auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/back_3.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  background-size: 100% auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #content2 {
    padding: 70px 0 70px 0;
    background-repeat: repeat;
  }
}
#content2 .block {
  padding: 0 0 0 0;
  margin: 0 auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/back_3.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #content2 .block {
    background-repeat: repeat;
  }
}
#content2 .pointbox {
  text-align: center;
  width: 50%;
  margin: 0 auto 56px;
  background-color: #fff;
  padding: 80px 0;
  border-radius: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #content2 .pointbox {
    width: 80%;
    padding: 64px 0 20px;
  }
}
#content2 .pointbox .inner {
  margin: 0 auto 64px;
  position: relative;
}
#content2 .pointbox .inner .pointchara {
  position: absolute;
}
#content2 .pointbox .inner .pointchara1 {
  width: 120px;
  bottom: -11px;
  left: 32px;
}
@media screen and (max-width: 768px) {
  #content2 .pointbox .inner .pointchara1 {
    bottom: -50px;
    left: -12px;
    width: 100px;
  }
}
#content2 .pointbox .inner .pointchara2 {
  width: 120px;
  bottom: -11px;
  right: 32px;
}
@media screen and (max-width: 768px) {
  #content2 .pointbox .inner .pointchara2 {
    width: 100px;
    bottom: -21px;
    right: 2px;
  }
}
#content2 .pointbox .inner .pointchara3 {
  width: 120px;
  bottom: -11px;
  left: 32px;
}
@media screen and (max-width: 768px) {
  #content2 .pointbox .inner .pointchara3 {
    width: 100px;
    bottom: -21px;
    left: 2px;
  }
}
#content2 .pointbox .inner .pointchara4 {
  width: 120px;
  bottom: -11px;
  right: 32px;
}
@media screen and (max-width: 768px) {
  #content2 .pointbox .inner .pointchara4 {
    width: 100px;
    bottom: -40px;
    right: -20px;
  }
}
#content2 .pointbox .inner p.title {
  background-color: #E2A5DA;
  font-size: 0.9375vw;
  border-radius: 30px;
  text-align: center;
  margin: 0 auto 8px;
  width: 110px;
  letter-spacing: 0.03em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #content2 .pointbox .inner p.title {
    font-size: 3.2vw;
    padding: 3px 0;
    box-sizing: border-box;
  }
}
#content2 .pointbox .inner p.title span {
  font-size: 1.25vw;
}
@media screen and (max-width: 768px) {
  #content2 .pointbox .inner p.title span {
    font-size: 4.2666666667vw;
  }
}
#content2 .pointbox .inner p.title2 {
  font-size: 1.875vw;
  line-height: 1.3em;
}
@media screen and (max-width: 768px) {
  #content2 .pointbox .inner p.title2 {
    font-size: 3.7333333333vw;
  }
}
#content2 .pointbox .inner p.title2 span {
  display: block;
  font-size: 1.25vw;
}
@media screen and (max-width: 768px) {
  #content2 .pointbox .inner p.title2 span {
    font-size: 3.2vw;
  }
}
#content2 .pointbox .inner .pointimg {
  width: 35.15625vw;
  margin: 24px auto 0;
}
@media screen and (max-width: 768px) {
  #content2 .pointbox .inner .pointimg {
    width: 60vw;
  }
}

p.all {
  text-align: center;
  font-size: 28px;
  margin: 160px auto 40px;
}
@media screen and (max-width: 768px) {
  p.all {
    font-size: 18px;
    margin: 120px auto 20px;
  }
}

ul.all {
  width: 830px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  ul.all {
    width: 88%;
    justify-content: space-around;
    margin: 0 auto 20px;
  }
}
ul.all li {
  width: 25%;
  padding: 12px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  ul.all li {
    width: 50%;
    padding: 10px;
    margin-bottom: 20px;
  }
}
ul.all li a {
  color: #272727;
  font-size: 14px;
  text-align: center;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  ul.all li a {
    font-size: 12px;
  }
}
ul.all li a img {
  margin-bottom: 10px;
}

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

div.last {
  background-color: #FFE8E5;
  padding: 20px;
  box-sizing: border-box;
  width: 322px;
  margin: 20px auto 0px;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  div.last {
    margin: 20px auto 0px;
  }
}
div.last .lead1 {
  color: #435FAF;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 1px;
}
div.last .lead2 {
  font-size: 14px;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  div.last .lead2 {
    font-size: 12px;
  }
}
div.last .lead2 span {
  font-size: 22px;
}
div.last .lead3 {
  font-size: 12px;
  margin-bottom: 7px;
}
div.last .lead4 {
  font-size: 14px;
  letter-spacing: 1px;
}

.item {
  width: 45%;
  background-color: #fff;
  padding: 0;
  margin: 0 auto 80px;
  position: relative;
  z-index: 1;
  border-radius: 30px;
}
@media screen and (min-width: 769px) {
  .item {
    padding-bottom: 80px;
  }
}
.item:before {
  content: "";
  display: block;
  padding-top: 179.25%;
}
@media screen and (max-width: 768px) {
  .item:before {
    padding-top: 199%;
  }
}
@media screen and (max-width: 768px) {
  .item {
    width: 80%;
    padding: 60px 0;
  }
}
.item .c_img1 {
  position: absolute;
  width: 37%;
  left: -5%;
  top: 0%;
}
@media screen and (max-width: 768px) {
  .item .c_img1 {
    width: 40%;
    left: -7%;
  }
}
.item .c_img2 {
  position: absolute;
  width: 26%;
  right: -6%;
  top: 0%;
}
@media screen and (max-width: 768px) {
  .item .c_img2 {
    width: 30%;
    right: -9%;
  }
}
.item .c_img3 {
  position: absolute;
  width: 30%;
  right: -6%;
  top: 0%;
}
@media screen and (max-width: 768px) {
  .item .c_img3 {
    width: 34%;
    right: -9%;
  }
}
.item .c_img4 {
  position: absolute;
  width: 36%;
  left: -6%;
  top: 0%;
}
@media screen and (max-width: 768px) {
  .item .c_img4 {
    width: 42%;
    left: -12%;
  }
}
.item .point {
  width: 9.375vw;
  height: 9.375vw;
  border-radius: 50%;
  background-color: #F7D7F3;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.40625vw;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  .item .point {
    width: 80px;
    height: 80px;
    font-size: 3.2vw;
  }
}
.item .point span {
  font-size: 0.625vw;
}
.item .point1 {
  position: absolute;
  top: 9%;
  right: 9%;
}
@media screen and (max-width: 768px) {
  .item .point1 {
    right: 7%;
  }
}
.item .point2 {
  position: absolute;
  bottom: 16%;
  left: 10%;
}
@media screen and (max-width: 768px) {
  .item .point2 {
    bottom: 19%;
  }
}
.item .point3 {
  position: absolute;
  top: 25%;
  right: 8%;
}
@media screen and (max-width: 768px) {
  .item .point3 {
    top: 28%;
    right: -3%;
  }
}
.item .inner {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.item .inner .itemimg {
  width: 85%;
  margin: 0 auto 24px;
}
.item .inner .other_title {
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .item .inner .other_title {
    margin-bottom: 20px;
  }
}
.item .inner .other_title p.otherInner {
  color: #fff;
  margin-bottom: 10px;
  background-color: #E2A5DA;
  font-size: 1.25vw;
  border-radius: 10px;
  padding: 3px;
  box-sizing: border-box;
  width: 200px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .item .inner .other_title p.otherInner {
    font-size: 3.2vw;
    width: 120px;
    margin: 0 auto 16px;
  }
}
.item .inner .other_title p.otherInner_long {
  width: 270px;
}
@media screen and (max-width: 768px) {
  .item .inner .other_title p.otherInner_long {
    width: 200px;
  }
}
.item .inner .other_title p.otherInner2 {
  line-height: 1.5em;
  font-size: 1.40625vw;
}
@media screen and (max-width: 768px) {
  .item .inner .other_title p.otherInner2 {
    font-size: 3.7333333333vw;
  }
}
.item .inner .other_title p.otherInner2 span {
  font-size: 2.5vw;
  display: block;
  margin-bottom: 16px;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .item .inner .other_title p.otherInner2 span {
    font-size: 5.8666666667vw;
    margin-bottom: 8px;
  }
}
.item .inner p.otherInner3 {
  line-height: 1.5em;
  font-size: 1.875vw;
  color: #F7B0C6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .item .inner p.otherInner3 {
    font-size: 3.7333333333vw;
  }
}
.item .inner p.otherInner3 span {
  font-size: 3.125vw;
  display: block;
  margin-bottom: 16px;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .item .inner p.otherInner3 span {
    font-size: 14px;
  }
}
.item .inner p.otherInner4 {
  line-height: 1.5em;
  font-size: 1.40625vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .item .inner p.otherInner4 {
    font-size: 3.2vw;
  }
}
.item .inner p.otherInner4 span {
  font-size: 3.125vw;
  display: block;
  margin-bottom: 16px;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .item .inner p.otherInner4 span {
    font-size: 14px;
  }
}
.item .inner .itembox {
  width: 55%;
  margin: 0 auto 56px;
}
.item .inner .btn {
  width: 370px;
  height: 70px;
  border-radius: 50px;
  background-color: #F7B0C6;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .item .inner .btn {
    width: 80%;
    height: 50px;
  }
}
.item .inner .btn a {
  display: block;
  color: white;
  text-align: center;
  line-height: 70px;
  font-size: 1.25vw;
}
@media screen and (max-width: 768px) {
  .item .inner .btn a {
    font-size: 3.7333333333vw;
    line-height: 50px;
  }
}

p.small {
  font-size: 0.9375vw;
}
@media screen and (max-width: 768px) {
  p.small {
    font-size: 2.6666666667vw;
  }
}

.footer {
  background-color: #F7B0C6;
  padding: 100px 0;
  position: relative;
  z-index: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 70px 0;
  }
}
.footer p.title {
  text-align: center;
  font-size: 1.875vw;
  margin: 0 auto 32px;
}
@media screen and (max-width: 768px) {
  .footer p.title {
    font-size: 6.4vw;
  }
}
.footer p.lead {
  width: 610px;
  font-size: 0.9375vw;
  margin: 0 auto 80px;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .footer p.lead {
    font-size: 3.2vw;
    width: 90%;
    line-height: 1.8em;
  }
}
.footer .copylogo {
  width: 150px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .footer .copylogo {
    width: 100px;
  }
}
.footer a {
  color: #fff;
}
.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;
  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-dots li button:before {
  font-size: 28px !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;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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 */