@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: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #272727;
  line-height: 1.6em;
  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: "ryo-gothic-plusn", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.eng {
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: italic;
}

.eng_bold {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: italic;
}

.loadimg.poyoyon2.is-animated {
  animation: poyoyon2 1s ease-in-out forwards;
}

@keyframes poyoyon2 {
  0% {
    transform: scale(1, 1) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1) translate(0, 8px);
  }
  50% {
    transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1, 0.9) translate(0, 5px);
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}
video {
  width: 350px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  video {
    width: 100%;
  }
}

.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #F5EEE1;
  z-index: 999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  /* ぽよんと弾むアニメーションを無限に繰り返す */
}
.loader .loadimg {
  width: 200px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(3px 3px 3px #D8CAB0);
}
@media screen and (max-width: 768px) {
  .loader .loadimg {
    width: 100px;
  }
}
.loader span {
  display: inline-block;
  width: 200px;
  margin: 50px;
  height: 100px;
  margin: 30px;
}
.loader #box1 {
  animation: 3s linear infinite rotation1;
}
@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.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 {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  padding: 7px 15px;
  width: 130px;
  border-radius: 30px;
  display: block;
  margin: 0px auto 0px;
}
@media screen and (max-width: 768px) {
  .code {
    font-size: 16px;
  }
}

.buy_flex {
  display: flex;
  margin: 20px auto 0;
  text-align: center;
  justify-content: space-between;
  width: 320px;
}
@media screen and (max-width: 768px) {
  .buy_flex {
    width: 257px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    margin: 0 auto 0;
  }
}
.buy_flex .buys {
  width: 150px;
  color: #fff;
  background-color: #272727;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .buy_flex .buys {
    font-size: 12px;
    width: 120px;
    height: 35px;
    line-height: 35px;
  }
}
.buy_flex a {
  color: #34b0ff;
  text-align: center;
  font-size: 16px;
  display: block;
  letter-spacing: 0.15em;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .buy_flex a {
    font-size: 12px;
  }
}

.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_margin {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .buy_margin {
    margin-bottom: 70px;
  }
}

.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;
}
.buy:hover a {
  color: #454545;
}

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

.buys:hover {
  background-color: #fff;
}
.buys:hover a {
  color: #232323;
}

.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% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#mainArea {
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 769px) {
  #mainArea {
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    position: relative;
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: left top;
    background-image: url("../images/main.jpg");
  }
}

.lead {
  font-size: 16px;
  padding: 100px 0 120px;
  text-align: center;
  background-color: #FCF6EA;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lead {
    padding: 100px 0;
    font-size: 14px;
    line-height: 1.8em;
  }
}
.lead h5 {
  background-color: #F1D3FC;
  padding: 20px;
  box-sizing: border-box;
  width: 322px;
  margin: 70px auto 0px;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .lead h5 {
    margin: 50px auto 0px;
  }
}
.lead h5 .lead1 {
  color: #435FAF;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 1px;
}
.lead h5 .lead2 {
  font-size: 14px;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  .lead h5 .lead2 {
    font-size: 12px;
  }
}
.lead h5 .lead2 span {
  font-size: 22px;
}
.lead h5 .lead3 {
  font-size: 12px;
  margin-bottom: 7px;
}
.lead h5 .lead4 {
  font-size: 14px;
  letter-spacing: 1px;
}
.lead .how {
  padding: 70px;
  width: 600px;
  margin: 0px 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;
}

@media screen and (max-width: 768px) {
  .modal {
    width: 90%;
  }
}

.innerModal {
  position: relative;
  width: 600px;
  height: 760px;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .innerModal {
    width: 100%;
  }
}
.innerModal .title {
  text-align: center;
  font-size: 12px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .innerModal .title {
    margin-bottom: 40px;
  }
}
.innerModal .title span {
  display: block;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .innerModal .title span {
    font-size: 20px;
  }
}
.innerModal .code {
  padding: 0;
}
.innerModal .coupon_lead {
  font-size: 14px;
  text-align: center;
}
.innerModal .coupon2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .innerModal .coupon2 {
    margin-top: -10px;
  }
}
.innerModal .close {
  position: absolute;
  top: 5%;
  right: 5%;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .innerModal .close {
    top: 3%;
  }
}

.coupon2 {
  display: flex;
  margin: -10px auto 40px;
}
@media screen and (max-width: 768px) {
  .coupon2 {
    margin: 0 auto 30px;
    width: 80px;
  }
}
.coupon2 .left {
  width: 15px;
}
@media screen and (max-width: 768px) {
  .coupon2 .left {
    width: 15px;
  }
}
.coupon2 .right {
  font-size: 12px;
  margin-left: 5px;
  color: #454545;
  margin-top: -5px;
}
@media screen and (max-width: 768px) {
  .coupon2 .right {
    font-size: 10px;
    margin-left: 5px;
    line-height: 1.7em;
  }
}

p.rule {
  margin: 0 auto 70px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.14em;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  p.rule {
    width: 90%;
    font-size: 12px;
    line-height: 1.9em;
    letter-spacing: 0.05em;
  }
}
p.rule span {
  text-align: center;
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
}

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

.item1 {
  width: 166px;
  height: 45px;
  text-align: center;
  background-color: #393939;
  color: #fff;
  text-decoration: none;
  line-height: 45px;
  margin: 0 auto;
}

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%;
  overflow: hidden;
  background-color: #F5EEE1;
  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 .menu {
  width: 100%;
  margin: 0 auto 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #F5EEE1;
}
@media screen and (min-width: 769px) {
  #content .menu {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  #content .menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: fixed;
    z-index: 1;
    box-sizing: border-box;
  }
}
#content .menu ul {
  display: flex;
  width: 930px;
  margin: 0 auto;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  #content .menu ul {
    width: 100%;
    padding: 5px 0;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 20px;
  }
}
#content .menu ul li {
  width: 20%;
}
@media screen and (max-width: 768px) {
  #content .menu ul li {
    width: 33%;
    padding: 7px 0;
  }
}
#content .menu ul li a {
  display: flex;
  color: #272727;
}
#content .menu ul li a .dots {
  width: 15%;
  position: relative;
}
#content .menu ul li a .dots img {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
@media screen and (max-width: 768px) {
  #content .menu ul li a .dots img {
    width: 100%;
    padding: 3px;
  }
}
#content .menu ul li a p {
  width: 85%;
  font-size: 15px;
  margin-left: 5px;
}
@media screen and (min-width: 769px) {
  #content .menu ul li a p {
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  #content .menu ul li a p {
    font-size: 12px;
    margin-left: 3px;
  }
}
#content .block {
  width: 900px;
  padding: 120px 0 0 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #content .block {
    width: 100%;
    padding: 0;
    margin: 0 auto 100px;
  }
}
#content .block h3 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #content .block h3 {
    font-size: 20px;
  }
}
#content .block .box {
  display: flex;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #content .block .box {
    display: block;
    margin-bottom: 70px;
  }
}
#content .block .box .left {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #content .block .box .left {
    width: 90%;
    margin: 0 auto 40px;
  }
}
#content .block .box .left p.title {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  #content .block .box .left p.title {
    font-size: 18px;
    line-height: 1.7em;
    text-align: center;
  }
}
#content .block .box .left p.title span {
  display: block;
  letter-spacing: 1px;
  width: 100px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #content .block .box .left p.title span {
    margin-bottom: 5px;
    margin: 0 auto 10px;
    width: 80px;
  }
}
#content .block .box .left p.boxlead {
  width: 400px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #content .block .box .left p.boxlead {
    width: 100%;
    font-size: 14px;
    line-height: 1.8em;
    margin: 0 auto 30px;
  }
}
#content .block .box .left p.boxlead span {
  font-size: 10px;
  display: block;
}
#content .block .box .left .imgbox {
  width: 100%;
}
#content .block .box .right {
  width: 40%;
  margin-left: 50px;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  #content .block .box .right {
    width: 90%;
    margin: 0 auto;
  }
}
#content .block .box .right .rightlead {
  margin-top: 280px;
  width: 350px;
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #content .block .box .right .rightlead {
    margin: 0 auto 10px;
    line-height: 1.8em;
    font-size: 12px;
    width: 80%;
  }
}
#content .block .box .right .rightimg {
  width: 330px;
}
@media screen and (max-width: 768px) {
  #content .block .box .right .rightimg {
    width: 80%;
    margin: 0 auto 40px;
  }
}
#content .block .box .right .rightlead2 {
  margin-top: 30px;
  width: 350px;
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #content .block .box .right .rightlead2 {
    font-size: 12px;
    width: 80%;
    margin: 0 auto 10px;
    line-height: 1.8em;
  }
}
#content .block .box .right .rightlead2-2 {
  margin-top: 30px;
  width: 350px;
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #content .block .box .right .rightlead2-2 {
    font-size: 12px;
    width: 50%;
    margin: 0 auto 10px;
    line-height: 1.8em;
  }
}
#content .block .box .right .rightlead3 {
  margin-top: 230px;
  width: 262px;
  margin-bottom: 10px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #content .block .box .right .rightlead3 {
    font-size: 12px;
    margin-top: 0px;
    line-height: 1.8em;
  }
}
#content .block .box .right .rightlead3 span {
  font-size: 10px;
  display: block;
}
#content .block .box .right .rightimg2 {
  width: 262px;
}
#content .block .box .right .rightimg3 {
  width: 166px;
}
@media screen and (max-width: 768px) {
  #content .block .box .right .rightimg3 {
    width: 50%;
    margin: 0 auto;
  }
}
#content .block .reco {
  width: 900px;
  margin: 0 auto;
  background-color: #FCF6EA;
  padding-bottom: 70px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #content .block .reco {
    width: 90%;
    padding-bottom: 70px;
  }
}
#content .block .reco .recommend {
  width: 900px;
  margin: 0 auto;
  background-color: #FCF6EA;
  border-radius: 30px;
  padding: 70px 0 0 0;
}
@media screen and (max-width: 768px) {
  #content .block .reco .recommend {
    width: 90%;
    padding: 70px 0 0 0;
  }
}
#content .block .reco .recommend h4 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #content .block .reco .recommend h4 {
    font-size: 18px;
  }
}
#content .block .reco .recommend h4 span {
  color: #5843AF;
  font-size: 16px;
  display: block;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  #content .block .reco .recommend h4 span {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
#content .block .reco .recommend h5 {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #content .block .reco .recommend h5 {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
#content .block .reco .recommend h5 span {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #content .block .reco .recommend h5 span {
    font-size: 11px;
  }
}
#content .block .reco .recommend h6 {
  text-align: center;
  font-size: 14px;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  #content .block .reco .recommend h6 {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
#content .block .reco .recommend h6 span {
  display: block;
  font-size: 10px;
  line-height: 1.5em;
  margin-top: 10px;
}
#content .block .reco .and .andtitle {
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #content .block .reco .and .andtitle {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
#content .block .reco .and .anditem {
  display: flex;
  width: 680px;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #content .block .reco .and .anditem {
    width: 90%;
  }
}
#content .block .reco .and .anditem li {
  width: 32%;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #content .block .reco .and .anditem li {
    padding: 5px;
  }
}
#content .block .reco .and .anditem li p {
  font-size: 14px;
  text-align: center;
  line-height: 1.5em;
  margin-bottom: 10px;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  #content .block .reco .and .anditem li p {
    font-size: 10px;
  }
}
#content .block .reco .and .anditem li p span {
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 768px) {
  #content .block .reco .and .anditem li p span {
    font-size: 10px;
    text-align: center;
  }
}
#content .block .reco .and .anditem li img {
  margin-bottom: 20px;
}
#content .block .reco .and .anditem li .andbuy {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #content .block .reco .and .anditem li .andbuy {
    font-size: 12px;
  }
}
#content .block .reco .and .anditem li .andbuy a {
  display: block;
  text-decoration: none;
  text-align: center;
  border: #272727 1px solid;
  height: 40px;
  width: 140px;
  margin: 0 auto;
  line-height: 40px;
  color: #272727;
  border-radius: 30px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #content .block .reco .and .anditem li .andbuy a {
    width: 85px;
    height: 25px;
    line-height: 25px;
    font-size: 10px;
    letter-spacing: 1px;
  }
}
#content .block .reco .and .anditem2 {
  display: flex;
  width: 452px;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #content .block .reco .and .anditem2 {
    width: 90%;
  }
}
#content .block .reco .and .anditem2 li {
  width: 49%;
  padding: 10px;
  box-sizing: border-box;
}
#content .block .reco .and .anditem2 li p {
  font-size: 14px;
  text-align: center;
  line-height: 1.5em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #content .block .reco .and .anditem2 li p {
    font-size: 12px;
  }
}
#content .block .reco .and .anditem2 li p span {
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 768px) {
  #content .block .reco .and .anditem2 li p span {
    font-size: 12px;
  }
}
#content .block .reco .and .anditem2 li img {
  margin-bottom: 10px;
}
#content .block .reco .and .anditem2 li .andbuy {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #content .block .reco .and .anditem2 li .andbuy {
    font-size: 10px;
  }
}
#content .block .reco .and .anditem2 li .andbuy a {
  display: block;
  text-decoration: none;
  text-align: center;
  border: #272727 1px solid;
  height: 40px;
  width: 140px;
  margin: 0 auto;
  line-height: 40px;
  color: #272727;
  border-radius: 30px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #content .block .reco .and .anditem2 li .andbuy a {
    width: 85px;
    height: 25px;
    line-height: 25px;
    font-size: 10px;
  }
}
#content .regular {
  width: 800px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  #content .regular {
    width: 90%;
    margin: 0 auto 40px;
  }
}
#content .regular li {
  padding: 0 5px;
  box-sizing: border-box;
}
#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;
  }
}
#content .regular2 .slick-slide {
  width: 315px !important;
  height: auto !important;
  background-color: #FFFEFA;
  padding: 40px;
  box-sizing: border-box;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  #content .regular2 .slick-slide {
    width: 150px !important;
    padding: 10px;
  }
}
#content .regular2 .slick-slide p {
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #content .regular2 .slick-slide p {
    font-size: 10px;
  }
}
#content .regular2 .slick-slide p span {
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #content .regular2 .slick-slide p span {
    font-size: 10px;
  }
}
#content .regular2 .slick-slide p.ue {
  margin-bottom: 5px !important;
}
#content .regular2 .slick-slide img {
  margin-bottom: 20px;
}
#content .regular2 .slick-slide p.otherLead {
  font-size: 14px;
}
#content .regular2 .slick-slide .otherBuy {
  width: 130px;
  margin: 0 auto;
  background-color: #F0D8FF;
  border-radius: 20px;
  height: 38px;
  font-size: 14px;
  text-align: center;
  line-height: 38px;
}
@media screen and (max-width: 768px) {
  #content .regular2 .slick-slide .otherBuy {
    width: 110px;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
#content .regular2 .slick-slide .otherBuy a {
  color: #272727;
}
#content .regular2 .slick-slide .otherBuypp {
  background-color: #D5D4F8 !important;
}
#content .regular2 .slick-slide .buypp {
  background-color: #D5D4F8 !important;
}

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: #F1D3FC;
  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;
}

.other {
  width: 100%;
  background-color: #FCF6EA;
  padding: 100px 0;
  margin-top: 100px;
}
.other .other_title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .other .other_title {
    margin-bottom: 20px;
  }
}
.other .other_title p.otherInner {
  color: #5843AF;
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .other .other_title p.otherInner {
    font-size: 14px;
  }
}
.other .other_title p.otherInner2 {
  font-size: 28px;
  line-height: 1.3em;
}
@media screen and (max-width: 768px) {
  .other .other_title p.otherInner2 {
    font-size: 20px;
  }
}
.other .other_title p.otherInner2 span {
  font-size: 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  .other .other_title p.otherInner2 span {
    font-size: 14px;
  }
}

.footer {
  background-color: #F5EEE1;
  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: #272727;
  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;
  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 */