@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: source-han-sans-japanese, sans-serif, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif !important;
  width: 100%;
  line-height: 1.4;
  letter-spacing: 2px;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  html,
body,
#wrapper {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  html,
body,
#wrapper {
    font-size: 12px;
    letter-spacing: 1px;
  }
}

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

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

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

#page_top {
  z-index: 1;
  width: 70px;
  height: 70px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #e7e6cf;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  #page_top {
    width: 50px;
    height: 50px;
  }
}

#page_top a {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #page_top a {
    width: 50px;
    height: 50px;
  }
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  font-size: 23px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

div.main {
  background-color: #e7e6cf;
  width: 100%;
  padding-top: 100px;
  position: relative;
}
@media screen and (min-width: 769px) {
  div.main {
    height: 815px;
  }
}
@media screen and (max-width: 768px) {
  div.main {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 0 0;
  }
}
@media screen and (min-width: 769px) {
  div.main .title {
    margin: 0 auto;
  }
}
div.main .title .futura {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}
div.main .title h1 {
  text-align: center;
  font-size: 24px;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0px auto 10px;
  background-color: #aba978;
  color: #fff;
  width: 270px;
  height: 35px;
  line-height: 35px;
}
@media screen and (max-width: 768px) {
  div.main .title h1 {
    font-size: 17px;
    height: 25px;
    line-height: 25px;
    margin: 0px auto 5px;
    width: 45%;
  }
}
div.main .title h2 {
  text-align: center;
  font-size: 24px;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #aba978;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  div.main .title h2 {
    font-size: 17px;
    letter-spacing: 2px;
    margin: 0 auto 15px;
  }
}
div.main .title h2 span {
  font-size: 20px;
  display: inline-block;
  background-color: #aba978;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  text-align: center;
  line-height: 33px;
  padding-left: 3px;
  box-sizing: border-box;
  color: #fff;
}
@media screen and (max-width: 768px) {
  div.main .title h2 span {
    font-size: 13px;
    line-height: 1.4em;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}
div.main .title h3 {
  font-size: 49.6px;
  letter-spacing: 3.6px;
  text-align: center;
  margin: 0 auto 60px;
  line-height: 1.1em;
}
@media screen and (max-width: 768px) {
  div.main .title h3 {
    font-size: 32px;
    margin: 0 auto 40px;
    line-height: 1.3em;
  }
}
@media screen and (min-width: 769px) {
  div.main .mainimg {
    width: 900px;
    position: absolute;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  div.main .mainimg {
    width: 100%;
  }
}

div.lead {
  width: 100%;
  background-color: #f3f2e5;
  padding: 180px 0 90px;
}
@media screen and (max-width: 768px) {
  div.lead {
    letter-spacing: 1px;
    padding: 60px 0 40px;
  }
}
div.lead h4 {
  text-align: center;
  letter-spacing: 2.4px;
  line-height: 1.7em;
}

.content {
  background-color: #f3f2e5;
}
.content h3 {
  text-align: center;
  font-size: 41px;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 0.8em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .content h3 {
    font-size: 30px;
    line-height: 1em;
    margin-bottom: 20px;
  }
}
.content h3 span {
  font-size: 20px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .content h3 span {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .content div.block02,
.content div.block03 {
    max-width: 1000px;
    margin: 0 auto 40px;
  }
}
.content div.block02 div.item_list,
.content div.block03 div.item_list {
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .content div.block02 div.item_list,
.content div.block03 div.item_list {
    width: 1080px;
    padding: 0px 70px;
    margin-bottom: 50px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .content div.block02 div.item_list,
.content div.block03 div.item_list {
    padding: 25px 0;
  }
}
@media screen and (max-width: 768px) {
  .content div.block02 div.item_list,
.content div.block03 div.item_list {
    width: 90%;
    margin: 0 auto 50px;
  }
}
.content div.block02 div.item_list ul.category,
.content div.block02 div.item_list div.category,
.content div.block03 div.item_list ul.category,
.content div.block03 div.item_list div.category {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content div.block02 div.item_list ul.category li,
.content div.block02 div.item_list ul.category div,
.content div.block02 div.item_list div.category li,
.content div.block02 div.item_list div.category div,
.content div.block03 div.item_list ul.category li,
.content div.block03 div.item_list ul.category div,
.content div.block03 div.item_list div.category li,
.content div.block03 div.item_list div.category div {
  position: relative;
  background-color: #fff;
  padding: 10px 10px 66px 10px;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .content div.block02 div.item_list ul.category li,
.content div.block02 div.item_list ul.category div,
.content div.block02 div.item_list div.category li,
.content div.block02 div.item_list div.category div,
.content div.block03 div.item_list ul.category li,
.content div.block03 div.item_list ul.category div,
.content div.block03 div.item_list div.category li,
.content div.block03 div.item_list div.category div {
    margin-bottom: 50px;
    width: 23%;
  }
}
@media screen and (max-width: 768px) {
  .content div.block02 div.item_list ul.category li,
.content div.block02 div.item_list ul.category div,
.content div.block02 div.item_list div.category li,
.content div.block02 div.item_list div.category div,
.content div.block03 div.item_list ul.category li,
.content div.block03 div.item_list ul.category div,
.content div.block03 div.item_list div.category li,
.content div.block03 div.item_list div.category div {
    margin-bottom: 50px;
    width: 48.3%;
    padding: 7px 7px 66px 7px;
  }
}
.content div.block02 div.item_list ul.category li a,
.content div.block02 div.item_list ul.category div a,
.content div.block02 div.item_list div.category li a,
.content div.block02 div.item_list div.category div a,
.content div.block03 div.item_list ul.category li a,
.content div.block03 div.item_list ul.category div a,
.content div.block03 div.item_list div.category li a,
.content div.block03 div.item_list div.category div a {
  font-size: 12px;
  color: #000;
  text-decoration: none;
  line-height: 1.5em;
}
@media screen and (min-width: 769px) {
  .content div.block02 div.item_list ul.category li a img,
.content div.block02 div.item_list ul.category div a img,
.content div.block02 div.item_list div.category li a img,
.content div.block02 div.item_list div.category div a img,
.content div.block03 div.item_list ul.category li a img,
.content div.block03 div.item_list ul.category div a img,
.content div.block03 div.item_list div.category li a img,
.content div.block03 div.item_list div.category div a img {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .content div.block02 div.item_list ul.category li a img,
.content div.block02 div.item_list ul.category div a img,
.content div.block02 div.item_list div.category li a img,
.content div.block02 div.item_list div.category div a img,
.content div.block03 div.item_list ul.category li a img,
.content div.block03 div.item_list ul.category div a img,
.content div.block03 div.item_list div.category li a img,
.content div.block03 div.item_list div.category div a img {
    margin-bottom: 10px;
  }
}
.content div.block02 div.item_list ul.category li a div,
.content div.block02 div.item_list ul.category div a div,
.content div.block02 div.item_list div.category li a div,
.content div.block02 div.item_list div.category div a div,
.content div.block03 div.item_list ul.category li a div,
.content div.block03 div.item_list ul.category div a div,
.content div.block03 div.item_list div.category li a div,
.content div.block03 div.item_list div.category div a div {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}
.content div.block02 div.item_list ul.category li a::after,
.content div.block02 div.item_list ul.category div a::after,
.content div.block02 div.item_list div.category li a::after,
.content div.block02 div.item_list div.category div a::after,
.content div.block03 div.item_list ul.category li a::after,
.content div.block03 div.item_list ul.category div a::after,
.content div.block03 div.item_list div.category li a::after,
.content div.block03 div.item_list div.category div a::after {
  content: "BUY";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  margin: 10px auto;
  display: inline-block;
  color: #fff;
  padding: 5px 0;
  text-align: center;
  margin: 0 auto;
  background-color: #aba978;
}
@media screen and (min-width: 769px) {
  .content div.block02 div.item_list ul.category li a::after,
.content div.block02 div.item_list ul.category div a::after,
.content div.block02 div.item_list div.category li a::after,
.content div.block02 div.item_list div.category div a::after,
.content div.block03 div.item_list ul.category li a::after,
.content div.block03 div.item_list ul.category div a::after,
.content div.block03 div.item_list div.category li a::after,
.content div.block03 div.item_list div.category div a::after {
    width: 30%;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .content div.block02 div.item_list ul.category li a::after,
.content div.block02 div.item_list ul.category div a::after,
.content div.block02 div.item_list div.category li a::after,
.content div.block02 div.item_list div.category div a::after,
.content div.block03 div.item_list ul.category li a::after,
.content div.block03 div.item_list ul.category div a::after,
.content div.block03 div.item_list div.category li a::after,
.content div.block03 div.item_list div.category div a::after {
    width: 40%;
    bottom: 15px;
  }
}
.content .all {
  margin: 0 auto 90px;
  width: 497px;
  height: 55px;
  text-align: center;
  border: 1px solid #000;
  line-height: 55px;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .content .all {
    width: 80%;
    margin-bottom: 90px;
  }
}
.content .all a {
  text-decoration: none;
  color: #000;
  font-size: 24px;
  display: block;
}
@media screen and (max-width: 768px) {
  .content .all a {
    font-size: 18px;
  }
}

.footer {
  background-color: #e7e6cf;
  padding: 90px 0;
}
.footer .all_btn {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .footer .all_btn {
    margin: 0 auto 50px;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .footer .all_btn {
    width: 80%;
    margin: 0 auto 70px;
    font-size: 18px;
  }
}
.footer .all_btn li {
  border: 1px solid #333;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  height: 55px;
  line-height: 55px;
}
@media screen and (min-width: 769px) {
  .footer .all_btn li {
    width: 500px;
    margin: 0 auto;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .footer .all_btn li {
    margin-bottom: 30px;
  }
}
.footer .all_btn li a {
  text-decoration: none;
  display: block;
  color: #000;
}
.footer .pal {
  text-align: center;
  margin-bottom: 10px;
  font-size: 24px;
}
.footer .pal a {
  text-decoration: none;
  color: #000;
  font-size: 24px;
}
.footer .copy {
  text-align: center;
  font-size: 10px;
  padding-bottom: 20px;
}

/* 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;
    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 */