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

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif !important;
  font-feature-settings: "palt";
  line-height: 1;
  font-size: 14px;
  color: #fff;
  background-color: #000;
  font-weight: normal;
  opacity: 0;
  letter-spacing: 0.08em;
}
body.loaded {
  opacity: 1;
  transition: 2s;
}

img {
  width: 100%;
  vertical-align: bottom;
  display: block;
}

a {
  color: #333;
  text-decoration: none;
}

p {
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (min-width: 800px) {
  p {
    line-height: 2;
    font-size: 15px;
  }
}

.slick-arrow:before {
  content: "" !important;
}

header #inner img {
  width: 100%;
  height: auto;
}
header h1 {
  width: 90%;
  margin: 0 auto;
  padding: 60px 0 70px 0;
  text-align: center;
}
@media screen and (min-width: 800px) {
  header h1 {
    padding: 140px 0 160px 0;
  }
}
header h1 .tit_item {
  font-size: 20px;
  font-size: clamp(17px, 5vw, 20px);
  font-weight: bold;
  padding-bottom: 20px;
}
@media screen and (min-width: 800px) {
  header h1 .tit_item {
    font-size: 34px;
    padding-bottom: 50px;
  }
}
header h1 p {
  font-size: 12px;
}
@media screen and (min-width: 800px) {
  header h1 p {
    line-height: 1.4;
    font-size: 17px;
  }
}

.section h2 p {
  font-size: 22px;
  text-align: center;
  padding: 32px 0;
}
@media screen and (min-width: 800px) {
  .section h2 p {
    font-size: 32px;
    padding: 64px 0 50px 0;
  }
}
.section h3 p {
  font-size: 18px;
  text-align: center;
  padding: 4px 0 20px 0;
}
@media screen and (min-width: 800px) {
  .section h3 p {
    padding: 8px 0 32px 0;
    font-size: 22px;
  }
}

.section .credit01 {
  display: flex;
  justify-content: space-between;
  width: 66.6666666667%;
  margin: 0 auto;
  font-size: 12px;
  padding: 30px 0 60px 0;
  align-items: center;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (min-width: 800px) {
  .section .credit01 {
    width: 80%;
    padding: 60px 0 120px 0;
    font-size: 15px;
  }
}
.section .credit01 .cre_inner span {
  padding-left: 5px;
  color: #fff;
}
.section .credit01 .buy {
  margin: 0 auto;
  background-color: #fff;
  color: #000;
  text-align: center;
  font-size: 12px;
  padding: 6px 18px;
  font-weight: bold;
}
@media screen and (min-width: 800px) {
  .section .credit01 .buy {
    font-size: 14px;
  }
}

.code_txt {
  width: 90%;
  padding: 30px 0 68px 0;
  margin: 0 auto;
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 800px) {
  .code_txt {
    padding: 60px 0 136px 0;
  }
}

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

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

@media screen and (min-width: 800px) {
  .pd30 {
    padding-left: 30px;
    float: right;
  }
}

@media screen and (min-width: 800px) {
  #wrapper {
    width: 80%;
    margin: 0 auto;
  }
}
#wrapper #topArea ul {
  width: 96%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  #wrapper #topArea ul {
    flex-wrap: nowrap;
    gap: 10px;
  }
}
#wrapper #topArea ul li {
  width: calc(50% - 10px);
  padding-bottom: 10px;
  margin: 0 auto;
}
#wrapper #topArea ul li p {
  padding: 15px 0 25px 0;
  text-align: center;
  color: #fff;
}
#wrapper #topArea .link_txt {
  text-align: center;
  margin: 80px 0 160px 0;
  border: 1px solid #000;
  border-color: #fff;
  width: 80%;
  margin: 0 auto;
  padding: 25px 15px;
  margin-bottom: 80px;
  margin-top: 35px;
}
@media screen and (min-width: 800px) {
  #wrapper #topArea .link_txt {
    width: 65%;
    margin: 0 auto;
    margin-bottom: 160px;
    margin-top: 70px;
    padding: 25px 15px 45px 15px;
  }
}
#wrapper #topArea .link_txt .tit01 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
}
@media screen and (min-width: 800px) {
  #wrapper #topArea .link_txt .tit01 {
    font-size: 26px;
  }
}
@media screen and (min-width: 800px) {
  #wrapper #topArea .link_txt p {
    line-height: 2;
  }
}
@media screen and (min-width: 800px) {
  #wrapper #contents .section .nom01 {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 800px) {
  #wrapper #contents .section .nom02 {
    width: 70%;
    margin: 0 auto;
  }
}
#wrapper #contents .section .nom02 ul {
  display: flex;
}
#wrapper #contents .section .nom02 ul li {
  width: 50%;
}
#wrapper #contents .section .nom03 {
  width: 100%;
  margin: 0 auto;
}
#wrapper #contents .section .nom03 .credit01 {
  padding-bottom: 10px !important;
}
@media screen and (min-width: 800px) {
  #wrapper #contents .section .nom03 .credit01 {
    width: 40%;
  }
}
#wrapper #contents .section .nom04 p.styling {
  text-align: center;
  padding: 20px 0px 15px 0px;
  font-size: 18px;
}
@media screen and (min-width: 800px) {
  #wrapper #contents .section .nom04 p.styling {
    font-size: 26px !important;
  }
}
@media screen and (min-width: 800px) {
  #wrapper #contents .section .nom04 .imgnom04 {
    width: 50%;
    margin: 0 auto;
  }
}
#wrapper #contents .section .nom04 .flex_box {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0;
  width: 90%;
  margin: 0 auto;
  font-size: 12px;
}
@media screen and (min-width: 800px) {
  #wrapper #contents .section .nom04 .flex_box {
    width: 800px;
    padding: 120px 0 100px 0;
  }
}
#wrapper #contents .section .nom04 .flex_box ul {
  width: 100%;
  border-bottom: solid 1px #fff;
  padding: 15px 0;
}
#wrapper #contents .section .nom04 .flex_box ul:nth-child(1) {
  border-top: solid 1px #fff;
}
@media screen and (min-width: 800px) {
  #wrapper #contents .section .nom04 .flex_box ul {
    width: 50%;
    padding-top: 20px 0;
  }
  #wrapper #contents .section .nom04 .flex_box ul:nth-child(1) {
    border-top: solid 1px #fff;
  }
  #wrapper #contents .section .nom04 .flex_box ul:nth-child(2) {
    border-top: solid 1px #fff;
  }
}
#wrapper #contents .section .nom04 .flex_box ul li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 800px) {
  #wrapper #contents .section .nom04 .flex_box ul li {
    width: 96%;
  }
}
#wrapper #contents .section .nom04 .flex_box ul li a {
  display: flex;
  align-items: center;
}
#wrapper #contents .section .nom04 .flex_box ul li .images {
  width: 28%;
}
#wrapper #contents .section .nom04 .flex_box ul li .credit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 72%;
}
#wrapper #contents .section .nom04 .flex_box ul li .credit p {
  width: 53.8461538462%;
  padding-left: 22px;
  color: #fff;
}
@media screen and (min-width: 800px) {
  #wrapper #contents .section .nom04 .flex_box ul li .credit p {
    font-size: 12px;
  }
}
#wrapper #contents .section .nom04 .flex_box ul li .credit p span {
  display: block;
}
@media screen and (min-width: 800px) {
  #wrapper #contents .section .nom04 .flex_box ul li:nth-child(3) {
    padding-bottom: 20px;
    border-bottom: solid 1px #fff;
  }
}
@media screen and (min-width: 800px) {
  #wrapper #contents .section .nom04 .flex_box ul li:nth-child(even) {
    padding-left: 30px;
  }
}
#wrapper #contents .section .nom04 .flex_box ul .buy {
  background-color: #fff;
  color: #000;
  text-align: center;
  font-size: 12px;
  padding: 8px 18px 6px 13px;
  width: 9%;
  height: 13px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media screen and (min-width: 800px) {
  #wrapper #contents .section .nom04 .flex_box ul .buy {
    padding: 8px 18px 8px 16px;
  }
}
#wrapper #contents .nom05 {
  width: 90%;
  margin: 0 auto;
}
#wrapper #contents .nom05 .color_box {
  margin-bottom: 126px;
}
@media screen and (min-width: 800px) {
  #wrapper #contents .nom05 .color_box {
    width: 800px;
    margin: 0 auto;
    margin-bottom: 200px;
  }
}
#wrapper #contents .nom05 .color_box ul {
  display: flex;
  gap: 2%;
}
#wrapper #contents .nom05 .color_box ul li p {
  text-align: center;
  padding-top: 10px;
  color: #fff;
  text-decoration: underline;
}

.all_button {
  margin-top: -30px;
}
.all_button a {
  color: #000;
  background: #fff;
  padding: 16px 0px;
  width: 80%;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
}
@media screen and (min-width: 800px) {
  .all_button a {
    width: 45%;
    padding: 20px 0px;
    font-size: 20px;
  }
}
.all_button :hover {
  color: #fff;
  border: solid 1px #fff;
  background: #000;
}

footer {
  margin: 126px 0 70px 0;
}
footer #insta {
  width: 6.6666666667%;
  margin: 0 auto;
  margin-bottom: 21px;
}
@media screen and (min-width: 800px) {
  footer #insta {
    width: 30px;
    padding-top: 52px;
    margin: 100px auto 40px;
  }
}
footer #logo {
  width: 20.8%;
  margin: 0 auto;
  padding-bottom: 44px;
}
@media screen and (min-width: 800px) {
  footer #logo {
    width: 120px;
    padding-bottom: 50px;
  }
}
footer p {
  font-size: 10px;
  text-align: center;
}
@media screen and (min-width: 800px) {
  footer p {
    margin-bottom: 50px;
  }
}/*# sourceMappingURL=style.css.map */