@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 {
  font-family: tbudrgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  height: 100%;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  html, body, #wrapper {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  html, body, #wrapper {
    font-size: 12px;
  }
}

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

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

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

div#mainArea {
  width: 100%;
  background: #B7CDCC;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  div#mainArea {
    width: 100%;
    margin: 0 auto 0;
  }
}
div#mainArea div.back {
  max-width: 1280px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: #B7CDCC;
  padding-top: 50px;
}
div#mainArea div.titleArea {
  margin: 0 auto 0;
  text-align: center;
  color: #406eb7;
}
@media screen and (min-width: 769px) {
  div#mainArea div.titleArea {
    width: 1280px;
    font-size: 18px;
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  div#mainArea div.titleArea {
    width: 90%;
    padding: 34px 0;
  }
}
div#mainArea div.titleArea h1 {
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 48px;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  div#mainArea div.titleArea h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  div#mainArea div.titleArea h2 {
    font-size: 12px;
  }
}
div#mainArea div.titleArea h2 span.bold {
  color: #e05b4f;
}
div#mainArea div.titleArea div.hana {
  width: 70.3%;
  margin: 70px auto;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  div#mainArea div.titleArea div.hana {
    width: 100%;
  }
}

div#desc {
  color: #e28279;
  position: relative;
}
@media screen and (min-width: 769px) {
  div#desc {
    padding: 130px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  div#desc {
    padding: 35px 0;
  }
}
div#desc span.brown {
  color: #406eb7;
}
div#desc div.penelope {
  display: flex;
  margin: 0 auto;
  width: 1100px;
}
@media screen and (max-width: 768px) {
  div#desc div.penelope {
    flex-direction: column;
    width: 100%;
  }
}
div#desc div.penelope div.p10 {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div#desc div.penelope div.p10 {
    width: 40%;
    margin: 50px auto 50px;
  }
}
@media screen and (min-width: 769px) {
  div#desc div.penelope p {
    font-size: 18px;
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  div#desc div.penelope p {
    font-size: 18px;
    text-align: center;
    margin: 0 auto 0;
    width: 95%;
  }
}
div#desc div.penelope p span {
  display: inline-block;
}
div#desc div.penelope p span.fM {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  div#desc div.penelope p span.fM {
    font-size: 12px;
    width: 100%;
    letter-spacing: 1.5;
    line-height: 1.7;
  }
}

.title_item {
  background-color: #B7CDCC;
  background: url(../images/box110.png);
  background-size: cover;
  height: 350px;
  position: relative;
  top: 10px;
}
@media screen and (max-width: 768px) {
  .title_item {
    background: url(../images/sp_back2.png);
    height: 100px;
    background-size: cover;
  }
}
.title_item h2 {
  text-align: center;
  line-height: 350px;
  color: #ffffff;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .title_item h2 {
    margin-bottom: 150px;
    font-size: 70px;
  }
}
@media screen and (max-width: 768px) {
  .title_item h2 {
    margin-bottom: 35px;
    font-size: 27px;
    line-height: 100px;
  }
}

div#item {
  background: #B7CDCC;
  padding-top: 250px;
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  div#item {
    padding-top: 130px;
  }
}
div#item .m1280 {
  position: relative;
}
div#item h3 {
  text-align: center;
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  color: #e63520;
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  div#item h3 {
    font-size: 12px;
    top: -85px;
  }
}
div#item ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  div#item ul {
    width: 1130px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  div#item ul {
    width: 95%;
    margin: 0 auto;
  }
}
div#item ul li {
  text-align: center;
}
@media screen and (min-width: 769px) {
  div#item ul li {
    width: 300px;
    margin: 0 11px 100px 0;
  }
}
@media screen and (max-width: 768px) {
  div#item ul li {
    width: calc(100% / 3 - 2px);
    margin: 0 3px 0 0;
  }
}
div#item ul li:nth-child(3n) {
  margin: 0 0 60px 0;
}
div#item ul li a {
  color: #406eb7;
  text-decoration: none;
}
div#item ul li a img {
  border-radius: 50%;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  div#item ul li a p {
    margin-top: 24px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  div#item ul li a p {
    margin-top: 10px;
    font-size: 10px;
  }
}
div#item ul li a span.price {
  display: block;
}
@media screen and (min-width: 769px) {
  div#item ul li a span.price {
    font-size: 36px;
    margin: 5px 0;
  }
}
@media screen and (max-width: 768px) {
  div#item ul li a span.price {
    font-size: 16px;
    margin: 5px 0;
  }
}
@media screen and (min-width: 769px) {
  div#item ul li a span.tax {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  div#item ul li a span.tax {
    font-size: 11px;
  }
}

.title_item2 {
  background: url(../images/box210.png);
  background-size: cover;
  height: 800px;
  position: relative;
  top: -30px;
}
@media screen and (max-width: 768px) {
  .title_item2 {
    background: url(../images/sp_back1.png);
    height: 400px;
    background-size: cover;
  }
}
.title_item2 div.innerinsta {
  margin: 0 auto;
  letter-spacing: 0.1em;
  color: #ffffff;
  position: absolute;
  line-height: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (min-width: 769px) {
  .title_item2 div.innerinsta {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .title_item2 div.innerinsta {
    width: 90%;
    position: absolute;
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px) {
  .title_item2 div.innerinsta p.lead {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .title_item2 div.innerinsta p.lead {
    font-size: 14px;
    width: 80%;
    margin: 0 auto 24px;
  }
}
.title_item2 div.innerinsta p.lead span {
  display: block;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .title_item2 div.innerinsta p.lead span {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .title_item2 div.innerinsta p.lead span {
    font-size: 10px;
  }
}
.title_item2 div.innerinsta a {
  display: block;
  color: #406eb7;
}
@media screen and (min-width: 769px) {
  .title_item2 div.innerinsta a {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .title_item2 div.innerinsta a {
    margin-top: 24px;
  }
}

div#insta {
  color: #ffffff;
}
div#insta h2 {
  line-height: 1.2;
  width: 45%;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  div#insta h2 {
    margin: 0 auto 50px;
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  div#insta h2 {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 768px) {
  div#insta p.copy {
    width: 50%;
    margin: 35px auto 0;
  }
}
@media screen and (min-width: 769px) {
  div#insta p.copy {
    width: 300px;
    margin: 50px auto 0;
  }
}

div#coins {
  background: #c0d3d0;
}
div#coins a {
  display: block;
}
@media screen and (min-width: 769px) {
  div#coins a {
    width: 920px;
    margin: 0 auto;
  }
}

div#info {
  text-align: center;
}
div#info p#explain {
  color: #406eb7;
  margin-bottom: 18px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  div#info p#explain {
    font-size: 24px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  div#info p#explain {
    font-size: 12px;
    margin-top: 30px;
  }
}
div#info p#explain a {
  color: #406eb7;
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  div#info p#explain a {
    font-size: 30px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  div#info p#explain a {
    font-size: 16px;
    margin-top: 5px;
  }
}
div#info div.linkimg {
  width: 500px;
  margin: 0 auto 200px;
}
@media screen and (max-width: 768px) {
  div#info div.linkimg {
    width: 48%;
  }
}
div#info div.back {
  width: 200px;
  background-color: #406eb7;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  border-radius: 20px 20px;
  margin: 0 auto;
  letter-spacing: 0.1em;
}
div#info div.back a {
  text-decoration: none;
  color: #ffffff;
  display: block;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 13px;
}

#page-top a {
  background: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  color: #fff;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 50%;
  padding: 0px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
}

#page-top a:hover {
  text-decoration: none;
  background: black;
}

@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;
  }
}

.m1280 {
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #info .m1280 {
    padding: 75px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  #info .m1280 {
    padding: 35px 0 100px;
  }
}

div.chara01 {
  width: calc(160/1130 *100);
  position: absolute;
  top: -35.7142857143%;
  right: -5.3097345133%;
}
@media screen and (max-width: 768px) {
  div.chara01 {
    width: 18%;
    position: absolute;
    top: -29.7619047619%;
    right: 0%;
  }
}

div.chara02 {
  width: calc(71 / 1130 *100%);
  position: absolute;
  top: -17.8571428571%;
  right: 9.7345132743%;
}
@media screen and (max-width: 768px) {
  div.chara02 {
    width: calc(71 / 1130 *100%);
    position: absolute;
    top: -9.9206349206%;
    right: 18.5840707965%;
  }
}

div.chara03 {
  width: calc(61 / 1130 *100%);
  position: absolute;
  bottom: 7.9365079365%;
  left: 31.5044247788%;
}

div.chara04 {
  width: calc(61 / 1130 *100%);
  position: absolute;
  bottom: 2.5793650794%;
  left: 25.7522123894%;
}

div.chara05 {
  width: calc(111 / 1130 *100%);
  position: absolute;
  top: -9.9206349206%;
  right: -3.7168141593%;
}
@media screen and (max-width: 768px) {
  div.chara05 {
    right: 0.8849557522%;
  }
}

div.chara06 {
  width: calc(134 / 1130 *100%);
  position: absolute;
  top: -28.7698412698%;
  left: 23.2743362832%;
}
@media screen and (max-width: 768px) {
  div.chara06 {
    top: -19.8412698413%;
    left: 24.7787610619%;
  }
}

div.chara07 {
  width: calc(81 / 1130 *100%);
  position: absolute;
  top: -2.7777777778%;
  left: 21.2389380531%;
}
@media screen and (max-width: 768px) {
  div.chara07 {
    top: -5.9523809524%;
    left: 19.4690265487%;
  }
}

div.chara08 {
  width: calc(135 / 1130 *100%);
  position: absolute;
  top: -7.9365079365%;
  right: 23.6283185841%;
}
@media screen and (max-width: 768px) {
  div.chara08 {
    top: -9.9206349206%;
    right: 23.6283185841%;
  }
}

div.chara09 {
  width: calc(62 / 1130 *100%);
  position: absolute;
  top: -25.7936507937%;
  right: 25.6637168142%;
}
@media screen and (max-width: 768px) {
  div.chara09 {
    top: -19.8412698413%;
    right: 25.6637168142%;
  }
}

div.chara10 {
  width: calc(130 / 1130 *100%);
  position: absolute;
  top: -8.9285714286%;
  left: -4.4247787611%;
}
@media screen and (max-width: 768px) {
  div.chara10 {
    top: -11.9047619048%;
    left: 0.8849557522%;
  }
}

div.chara11 {
  width: calc(61 / 1130 *100%);
  position: absolute;
  bottom: 0%;
  left: -4.4247787611%;
}
@media screen and (max-width: 768px) {
  div.chara11 {
    left: 4.4247787611%;
    bottom: -19.8412698413%;
  }
}

div.chara12 {
  width: calc(60 / 1130 *100%);
  position: absolute;
  bottom: 0%;
  right: -7.0796460177%;
}
@media screen and (max-width: 768px) {
  div.chara12 {
    right: 4.4247787611%;
  }
}

div.chara13 {
  width: calc(60 / 1130 *100%);
  position: absolute;
  bottom: -9.9206349206%;
  right: -1.7699115044%;
}
@media screen and (max-width: 768px) {
  div.chara13 {
    right: 8.8495575221%;
  }
}

/* ANIMATION
--------------------------------------*/
.fuwatAnime {
  animation-fill-mode: both;
  animation-duration: 1.5s;
  animation-name: fuwatAnime;
  visibility: visible !important;
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* sass読み込み
--------------------------------------*/
html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */