@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: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  width: 100%;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  html,
body,
#wrapper {
    font-size: 18px;
  }
}
@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;
  }
}

.img-wrap {
  -webkit-animation: img-wrap 3s cubic-bezier(0.4, 0, 0.2, 1);
          animation: img-wrap 3s cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes img-wrap {
  0% {
    clip-path: circle(0 at 50% 50%);
    -webkit-clip-path: circle(0 at 50% 50%);
  }
  100% {
    clip-path: circle(100% at 50% 50%);
    -webkit-clip-path: circle(100% at 50% 50%);
  }
}

@keyframes img-wrap {
  0% {
    clip-path: circle(0 at 50% 50%);
    -webkit-clip-path: circle(0 at 50% 50%);
  }
  100% {
    clip-path: circle(100% at 50% 50%);
    -webkit-clip-path: circle(100% at 50% 50%);
  }
}
@media screen and (min-width: 769px) {
  div#mainArea {
    background-color: #91aea4;
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  div#mainArea {
    background-color: #91aea4;
    width: 100%;
    padding: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (min-width: 769px) {
  div#mainArea .img-wrap {
    width: 34%;
    margin: 0 auto;
    opacity: 1;
    -webkit-transition: 1s ease 0.8s;
    transition: 1s ease 0.8s;
  }
}

h2 {
  background-color: #f3ebde;
  width: 100%;
  color: #94837d;
  text-align: center;
  padding: 70px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  h2 div.box1 {
    width: 90%;
    margin: 0 auto;
  }
}
h2 img {
  width: 500px;
  margin: 50px auto 20px;
}
@media screen and (max-width: 768px) {
  h2 img {
    width: 90%;
    margin: 50px auto 0;
  }
}

h3 {
  width: 100%;
  background-color: #f3ebde;
  padding-bottom: 70px;
}
h3 .border {
  height: 5px;
  width: 1000px;
  margin: 0 auto;
  background-image: linear-gradient(to right, #94837d, #94837d 2px, transparent 3px, transparent 3px);
  background-size: 15px 4px;
  /* この値を変更 */
  background-position: top;
  background-repeat: repeat-x;
  background-color: #f3ebde;
}
@media screen and (max-width: 768px) {
  h3 .border {
    width: 90%;
  }
}

div#item {
  padding: 50px 0;
  background-color: #f3ebde;
}
@media screen and (max-width: 768px) {
  div#item {
    padding: 20px 0 30px;
  }
}
div#item p.footer {
  text-align: center;
  color: #94837d;
}
@media screen and (max-width: 768px) {
  div#item p.footer {
    padding: 30px 0 0 0;
  }
}
@media screen and (min-width: 769px) {
  div#item ul {
    width: 70%;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  div#item ul {
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
  }
}
div#item ul li .box {
  position: relative;
  text-align: center;
  background-color: #e1d5c8;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 22px;
}
@media screen and (max-width: 768px) {
  div#item ul li .box {
    width: 90%;
    margin: 0 auto 20px;
    padding: 30px;
  }
}
div#item ul li .box p {
  color: #a1b2aa;
  font-size: 26px;
  line-height: 1.3em;
}
@media screen and (max-width: 768px) {
  div#item ul li .box p {
    font-size: 22px;
    line-height: 1em;
  }
}
div#item ul li .box p span {
  color: #94837d;
  font-size: 18px;
  line-height: 0.1em !important;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  div#item ul li .box p span {
    font-size: 12px;
    line-height: 0.1em !important;
  }
}
div#item ul li .box .month {
  position: absolute;
  width: 37%;
  top: -20%;
  left: -15%;
}
@media screen and (max-width: 768px) {
  div#item ul li .box .month {
    width: 30%;
    top: -20%;
    left: -5%;
  }
}
div#item ul li .box .item1 {
  position: absolute;
  width: 28%;
  bottom: -12%;
  right: -10%;
}
@media screen and (max-width: 768px) {
  div#item ul li .box .item1 {
    width: 22%;
    bottom: -12%;
    right: -10%;
  }
}
div#item ul li .box .item2 {
  position: absolute;
  width: 30%;
  bottom: -18%;
  left: -5%;
}
@media screen and (min-width: 769px) {
  div#item ul li .box .item2 {
    position: absolute;
    width: 30%;
    bottom: -18%;
    left: -11%;
  }
}
div#item ul li .box .item3 {
  position: absolute;
  width: 30%;
  bottom: -20%;
  left: -10%;
}
div#item ul li .box .store {
  position: absolute;
  width: 29%;
  top: -24%;
  left: 10%;
}
@media screen and (max-width: 768px) {
  div#item ul li .box .store {
    width: 22%;
    top: -18%;
    left: 17%;
  }
}
@media screen and (min-width: 769px) {
  div#item ul li {
    width: calc(100% / 3 - 32px);
    margin: 0 48px 100px 0;
  }
}
div#item ul li:nth-child(3n) {
  margin: 0 0 100px 0;
}
@media screen and (max-width: 768px) {
  div#item ul li:nth-child(3n) {
    margin: 0 0 0 0;
  }
}

div.btncover {
  width: 100%;
  background-color: #f3ebde;
  padding: 50px 0;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  div.btncover {
    padding: 0 0 50px;
  }
}
div.btncover .btn {
  width: 900px;
  height: 90px;
  background-color: #94837d;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
  color: #f3ebde;
  position: relative;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  div.btncover .btn {
    width: 90%;
    margin: 0 auto 20px;
    height: 70px;
    line-height: 1.1em;
  }
}
div.btncover .btn a {
  font-size: 22px;
  color: #f3ebde;
  text-decoration: none;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  div.btncover .btn a {
    font-size: 14px;
  }
}
div.btncover .btn a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div.btncover .btn div.o1 {
  position: absolute;
  width: 90px;
  top: -6%;
  left: 2%;
}
@media screen and (max-width: 768px) {
  div.btncover .btn div.o1 {
    width: 50px;
    top: 25%;
    left: 1%;
  }
}
div.btncover .btn div.o2 {
  position: absolute;
  width: 90px;
  top: -2%;
  left: 22%;
}
@media screen and (max-width: 768px) {
  div.btncover .btn div.o2 {
    display: none;
  }
}
div.btncover .btn div.o3 {
  position: absolute;
  width: 80px;
  top: -70%;
  left: 12%;
}
@media screen and (max-width: 768px) {
  div.btncover .btn div.o3 {
    width: 40px;
    top: -4%;
    left: 15%;
  }
}
div.btncover .btn div.o4 {
  position: absolute;
  width: 80px;
  top: -40%;
  right: 14%;
}
@media screen and (max-width: 768px) {
  div.btncover .btn div.o4 {
    width: 40px;
    top: 12%;
    right: 16%;
  }
}
div.btncover .btn div.o5 {
  position: absolute;
  width: 130px;
  top: -53%;
  right: 0;
}
@media screen and (max-width: 768px) {
  div.btncover .btn div.o5 {
    width: 53px;
    top: 23%;
    right: 0;
  }
}
div.btncover .btn div.o6 {
  position: absolute;
  width: 110px;
  top: -59%;
  left: -8%;
  right: 0;
}
@media screen and (max-width: 768px) {
  div.btncover .btn div.o6 {
    width: 70px;
    top: -59%;
    left: -4%;
    right: 0;
  }
}
div.btncover .btn2 {
  width: 900px;
  height: 70px;
  background-color: #94837d;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
  line-height: 70px;
}
@media screen and (max-width: 768px) {
  div.btncover .btn2 {
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
}
div.btncover .btn2 a {
  font-size: 22px;
  color: #f3ebde;
  text-decoration: none;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  div.btncover .btn2 a {
    font-size: 14px;
  }
}

div#info {
  text-align: center;
  width: 100%;
  padding: 100px 0 90px;
  background-color: #f3ebde;
  position: relative;
}
@media screen and (max-width: 768px) {
  div#info {
    padding: 30px 0 70px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
}
div#info div.title {
  width: 280px;
  height: 70px;
  background-color: #91aea4;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0px;
  color: #fff;
  font-size: 28px;
  line-height: 70px;
}
@media screen and (max-width: 768px) {
  div#info div.title {
    width: 50%;
    height: 40px;
    top: -30px;
    font-size: 22px;
    line-height: 40px;
  }
}
div#info p {
  font-size: 28px;
  color: #94837d;
  line-height: 1.5em;
}
@media screen and (min-width: 769px) {
  div#info p {
    top: 19%;
  }
}
@media screen and (max-width: 768px) {
  div#info p {
    font-size: 18px;
    line-height: 1.3em;
  }
}
div#info p span {
  font-size: 22px;
  display: block;
  padding: 10px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  div#info p span {
    font-size: 12px;
    margin-bottom: 0px;
  }
}
div#info .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin: 0px auto 50px;
}
@media screen and (max-width: 768px) {
  div#info .flex {
    width: 100%;
    margin: 0px auto 20px;
  }
}
div#info .flex ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
div#info .flex ul li {
  padding: 1%;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
div#info div.back {
  width: 1000px;
  margin: 20px auto 0;
  background-color: #fef9f3;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  div#info div.back {
    width: 100%;
  }
}

.link {
  width: 200px;
  height: 50px;
  background-color: #91aea4;
  margin: 0 auto;
  line-height: 50px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .link {
    margin: 20px auto;
    width: 150px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}
.link a {
  text-decoration: none;
  color: #fef9f3;
  display: block;
}

.other2 {
  font-size: 14px;
  color: #94837d;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 42%;
}
@media screen and (min-width: 769px) {
  .other2 {
    bottom: 16%;
  }
}
@media screen and (max-width: 768px) {
  .other2 {
    font-size: 10px;
    width: 100%;
    bottom: 10%;
  }
}
.other2 a {
  text-decoration: underline;
  color: #94837d;
}

.other1 {
  font-size: 28px;
  color: #94837d;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 32%;
}
@media screen and (min-width: 769px) {
  .other1 {
    bottom: 15%;
  }
}
@media screen and (max-width: 768px) {
  .other1 {
    font-size: 16px;
    width: 90%;
    bottom: 10%;
    margin: 0 auto;
  }
}
.other1 a {
  text-decoration: underline;
  color: #94837d;
}

div.footer02 {
  width: 100%;
  background-color: #f3ebde;
  padding: 150px auto 50px;
  margin: 0 auto;
}
div.footer02 div.logo {
  width: 120px;
  margin: 0 auto;
  padding: 100px 0 50px;
}
@media screen and (max-width: 768px) {
  div.footer02 div.logo {
    width: 20%;
    padding: 0px 0 150px;
  }
}

#page-top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  #page-top {
    bottom: 20px;
    right: 20px;
  }
}

#page-top a {
  text-decoration: none;
  width: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 1s;
  transition: 1s;
}
@media screen and (max-width: 768px) {
  #page-top a {
    width: 100px;
  }
}

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

@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: 1500px;
  position: relative;
  margin: 0 auto;
}

/* ANIMATION
--------------------------------------*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-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);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    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;
  -webkit-transition: opacity 0.6s;
  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;
  -webkit-transition: opacity 0.6s;
  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;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}