@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: "SansSerifFLF-Italic";
  src: url(../font/SansSerifFLF-Italic.otf);
}
html {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-weight: 350;
  line-height: 1.6;
  width: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif !important;
  line-height: 1.6;
  width: 100%;
  color: #4e4e4e;
  background: #fffff5 !important;
  width: 100%;
  color: #231815;
  background: #000;
}
@media screen and (min-width: 751px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 12px;
  }
}

.fYmAFU {
  display: none;
}

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

a {
  text-decoration: none;
}

p {
  font-family: "Noto Sans Japanese", sans-serif;
}
@media screen and (min-width: 751px) {
  p {
    font-weight: 200;
  }
}

@media screen and (min-width: 751px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .pcNone {
    display: block !important;
  }
}

@media screen and (min-width: 751px) {
  .spNone {
    display: block !important;
  }
}
@media screen and (max-width: 750px) {
  .spNone {
    display: none !important;
  }
}

section.main {
  background: #05a3a4;
  width: 100%;
  height: 800px;
  overflow-x: hidden;
  box-sizing: border-box;
  padding-top: 20px;
}
@media screen and (min-width: 751px) {
  section.main {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 800px;
    padding-top: 30px;
  }
}

.title {
  width: 90%;
  padding-top: 40px;
  padding-left: 30px;
}
@media screen and (min-width: 751px) {
  .title {
    padding: 0;
  }
}
.title img.tit_logo {
  width: 63.3333333333%;
}
@media screen and (min-width: 751px) {
  .title img.tit_logo {
    position: absolute;
    width: 26%;
    bottom: 6%;
    left: 18%;
  }
}
@media screen and (max-width: 750px) {
  .title .main_txt span.border_line {
    border-bottom: solid 1px #fff;
    width: 35px;
    padding-top: 30px;
    display: block;
  }
}
@media screen and (min-width: 751px) {
  .title .main_txt span.border_line {
    position: absolute;
    bottom: 6%;
    left: 51%;
    background: #fff;
    width: 1px;
    height: 8%;
  }
}
.title .main_txt p {
  color: #fff;
  padding-top: 18px;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 751px) {
  .title .main_txt p {
    position: absolute;
    bottom: 6%;
    left: 54%;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0.11em;
  }
}

.slider,
.slider_r,
.slider_01 {
  margin-top: 10px;
}
@media screen and (min-width: 751px) {
  .slider,
  .slider_r,
  .slider_01 {
    margin-bottom: 12px;
  }
}
.slider div,
.slider_r div,
.slider_01 div {
  margin-right: 7px;
  margin-bottom: -2px;
}
@media screen and (min-width: 751px) {
  .slider div,
  .slider_r div,
  .slider_01 div {
    margin-right: 14px;
    margin-bottom: 0;
  }
}

section.link {
  margin-top: 50px;
  margin-bottom: 60px;
}
section.link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  section.link ul {
    flex-wrap: nowrap;
    max-width: 990px;
    margin-top: 100px;
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 750px) {
  section.link ul li {
    width: 33.3333333333%;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 751px) {
  section.link ul li {
    width: 16.6666666667%;
  }
}
section.link ul li img {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  section.link ul li img {
    width: 78%;
    padding-bottom: 5px;
  }
}
section.link ul li p {
  font-family: "SansSerifFLF-Italic", sans-serif !important;
  letter-spacing: 0.02em;
  font-size: 15px;
  color: #4e4e4e;
}
@media screen and (min-width: 751px) {
  section.link ul li p {
    font-size: 20px;
  }
}
section.link ul li p span {
  font-family: "SansSerifFLF-Italic", sans-serif !important;
  font-size: 13px;
  padding-right: 1px;
  font-weight: bold;
  color: #ff9210;
}
@media screen and (min-width: 751px) {
  section.link ul li p span {
    padding-right: 3px;
    font-size: 18px;
  }
}
section.link ul li:nth-child(2) span {
  color: #18adb3 !important;
}
section.link ul li:nth-child(3) span {
  color: #e3a793 !important;
}
section.link ul li:nth-child(4) span {
  color: #83c3a0 !important;
}
section.link ul li:nth-child(5) span {
  color: #ffd769 !important;
}
section.link ul li:nth-child(6) span {
  color: #b85817 !important;
}

#left_txt {
  position: fixed;
  top: 20%;
  left: 4%;
  z-index: 999;
}
#left_txt img {
  width: 50%;
  height: 50%;
}

section.inner .block {
  position: relative;
  width: 100%;
  padding-top: 76.8%;
  margin-bottom: 50px;
}
@media screen and (min-width: 751px) {
  section.inner .block {
    padding-top: 39%;
    margin-bottom: 100px;
  }
}
section.inner .block img:nth-child(1) {
  width: 66%;
  margin: 0 auto;
  margin-top: -42%;
}
@media screen and (max-width: 750px) {
  section.inner .block img:nth-child(1) {
    width: 90%;
    margin: 0 auto;
    margin-top: -81%;
  }
}
@media screen and (min-width: 751px) {
  section.inner .block img:nth-child(2) {
    position: absolute;
    width: 64%;
    height: auto;
    top: -5%;
    left: 50%;
    transform: translateX(-50%);
  }
}
section.inner .block01 {
  background: #ff9210;
}
section.inner .block01 img:last-child {
  position: absolute;
  width: 42.6666666667%;
  top: 71%;
  left: 9%;
}
@media screen and (min-width: 751px) {
  section.inner .block01 img:last-child {
    width: 24.6153846154%;
    top: 67%;
    left: 20%;
  }
}
section.inner .block02 {
  background: #18adb3;
}
section.inner .block02 img:last-child {
  position: absolute;
  width: 42.6666666667%;
  top: 71%;
  left: 9%;
}
@media screen and (min-width: 751px) {
  section.inner .block02 img:last-child {
    width: 24.6153846154%;
    top: 67%;
    left: 20%;
  }
}
section.inner .block03 {
  background: #e3a793;
}
section.inner .block03 img:last-child {
  position: absolute;
  width: 56.5333333333%;
  top: 71%;
  left: 9%;
}
@media screen and (min-width: 751px) {
  section.inner .block03 img:last-child {
    width: 32.6153846154%;
    top: 67%;
    left: 20%;
  }
}
section.inner .block04 {
  background: #83c3a0;
}
section.inner .block04 img:last-child {
  position: absolute;
  width: 55.7333333333%;
  top: 71%;
  left: 9%;
}
@media screen and (min-width: 751px) {
  section.inner .block04 img:last-child {
    width: 32.1538461538%;
    top: 67%;
    left: 20%;
  }
}
section.inner .block05 {
  background: #ffd769;
}
section.inner .block05 img:last-child {
  position: absolute;
  width: 67.2%;
  top: 71%;
  left: 9%;
}
@media screen and (min-width: 751px) {
  section.inner .block05 img:last-child {
    width: 38.7692307692%;
    top: 67%;
    left: 20%;
  }
}
section.inner .block06 {
  background: #b85817;
}
section.inner .block06 img:last-child {
  position: absolute;
  width: 76.5333333333%;
  top: 71%;
  left: 9%;
}
@media screen and (min-width: 751px) {
  section.inner .block06 img:last-child {
    width: 44.1538461538%;
    top: 67%;
    left: 20%;
  }
}

ul.category,
div.category {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  ul.category,
  div.category {
    width: 70%;
  }
}
@media screen and (max-width: 750px) {
  ul.category,
  div.category {
    width: 90%;
    text-align: center;
  }
}
ul.category li,
div.category li {
  text-align: center;
}
@media screen and (min-width: 751px) {
  ul.category li,
  div.category li {
    width: calc((100% - 80px) / 4);
  }
  ul.category li p:first-child span,
  div.category li p:first-child span {
    display: none !important;
  }
}
@media screen and (min-width: 751px) {
  ul.category li:nth-child(1),
  ul.category li:nth-child(2),
  ul.category li:nth-child(3),
  ul.category li:nth-child(5),
  ul.category li:nth-child(6),
  ul.category li:nth-child(7),
  div.category li:nth-child(1),
  div.category li:nth-child(2),
  div.category li:nth-child(3),
  div.category li:nth-child(5),
  div.category li:nth-child(6),
  div.category li:nth-child(7) {
    margin-right: 25px;
  }
}
@media screen and (min-width: 751px) {
  ul.category li:nth-child(-n+4),
  div.category li:nth-child(-n+4) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  ul.category div:nth-child(odd),
  ul.category li:nth-child(odd),
  div.category div:nth-child(odd),
  div.category li:nth-child(odd) {
    margin-right: 10px !important;
  }
}
@media screen and (max-width: 750px) {
  ul.category > div,
  ul.category li,
  div.category > div,
  div.category li {
    width: calc((100% - 10px) / 2);
  }
}
ul.category a,
div.category a {
  font-size: 12px;
  line-height: 1.8;
  color: #484848;
}
@media screen and (min-width: 751px) {
  ul.category a:hover img,
  div.category a:hover img {
    opacity: 0.8;
  }
}
@media screen and (min-width: 751px) {
  ul.category a p,
  div.category a p {
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 751px) {
  ul.category a p:nth-child(3),
  div.category a p:nth-child(3) {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 751px) {
  ul.category a p.b_name,
  div.category a p.b_name {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 750px) {
  ul.category a .photo,
  div.category a .photo {
    margin-bottom: 7px;
  }
  ul.category a .photo span,
  div.category a .photo span {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  ul.category a .label,
  div.category a .label {
    display: none;
  }
}
ul.category a .salecolor,
div.category a .salecolor {
  color: #ee2e2e;
  margin-bottom: 0;
}
ul.category a .salecolor + .price,
div.category a .salecolor + .price {
  color: #ee2e2e;
}
ul.category a .ico_box,
div.category a .ico_box {
  display: none;
}
ul.category a .textOverflow,
div.category a .textOverflow {
  display: none;
}
ul.category a::after,
div.category a::after {
  content: "BUY";
  border: 1px solid #484848;
  color: #484848;
  display: block;
  width: 45%;
  margin: 5px auto 0;
  line-height: 1;
  padding: 5px 0;
  transition: 1s;
  text-align: center;
  font-size: 12px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  ul.category a::after,
  div.category a::after {
    padding: 5px 0;
    font-size: 12px;
  }
}

.btn a {
  display: block;
  font-size: 12px;
  width: 65%;
  text-align: center;
  color: #fffff5;
  margin: 0 auto;
  background-color: #676767;
  padding: 12px 0px;
  text-decoration: none;
  margin-bottom: 80px;
  letter-spacing: 0.06em;
  margin-top: 25px;
}
@media screen and (min-width: 751px) {
  .btn a {
    font-size: 16px !important;
    width: 30%;
    width: 410px;
    padding: 16px 0px;
    margin-top: 50px;
    margin-bottom: 160px;
  }
}

#page_top {
  width: 3.6%;
  position: fixed;
  bottom: 2%;
  right: 3%;
  z-index: 10;
}
@media screen and (min-width: 751px) {
  #page_top {
    width: 1.2%;
    bottom: 2%;
    right: 3%;
  }
}

#footArea {
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  #footArea {
    margin-top: -10px;
  }
}
#footArea p.copy {
  color: #606060;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.08em;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop-right {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes loop-right02 {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0%);
  }
}/*# sourceMappingURL=style.css.map */