@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 {
  font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  width: 100%;
}

body {
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
  line-height: 1.8;
  width: 100%;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 14px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 10px;
  }
}

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

a {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}
@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 !important;
  }
}

/* CONTENT
--------------------------------------*/
div.mainArea {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  div.mainArea {
    width: 1280px;
  }
}
@media screen and (max-width: 768px) {
  div.mainArea {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  div.mainArea .main {
    width: 1280px;
    margin: 0px auto 100px;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  div.mainArea .main {
    width: 100%;
    margin: 0px auto 80px;
  }
}
@media screen and (min-width: 769px) {
  div.mainArea .main .mainImg {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  div.mainArea .main .mainImg {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  div.mainArea .main .mainImg_sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  div.mainArea .main .mainImg_sp {
    width: 100%;
  }
}
div.mainArea .introduction {
  width: 90%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  div.mainArea .introduction {
    margin: 0 auto 100px;
  }
}
@media screen and (max-width: 768px) {
  div.mainArea .introduction {
    margin: 0 auto 80px;
  }
}
@media screen and (min-width: 769px) {
  div.mainArea .introduction h1.text_title {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  div.mainArea .introduction h1.text_title {
    margin-bottom: 20px;
  }
}
div.mainArea .introduction h1.text_title span {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  div.mainArea .introduction h1.text_title span {
    font-size: 40px;
    margin: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  div.mainArea .introduction h1.text_title span {
    font-size: 25px;
    margin-bottom: 70px;
  }
}
div.mainArea .introduction h2.read {
  display: block;
}
@media screen and (min-width: 769px) {
  div.mainArea .introduction h2.read {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  div.mainArea .introduction h2.read {
    font-size: 12px;
  }
}
div.mainArea div.stylingBox {
  width: 100%;
}
@media screen and (min-width: 769px) {
  div.mainArea div.stylingBox .block {
    width: 800px;
    display: block;
    margin: 0 auto 200px;
  }
}
@media screen and (max-width: 768px) {
  div.mainArea div.stylingBox .block {
    width: 100%;
    display: block;
    justify-content: space-between;
    margin: 0 auto 100px;
  }
}
div.mainArea div.stylingBox .block div.textbox1 {
  display: block;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  div.mainArea div.stylingBox .block div.textbox1 {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  div.mainArea div.stylingBox .block div.textbox1 {
    width: 50%;
  }
}
div.mainArea div.stylingBox .block div.textbox1 div.credit {
  align-items: center;
  justify-content: center;
}
div.mainArea div.stylingBox .block div.textbox1 div.credit h3.bold {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
}
div.mainArea div.stylingBox .block div.textbox1 div.credit p.buy {
  display: inline;
  width: 100%;
  margin: 15px 0;
}
div.mainArea div.stylingBox .block div.textbox1 div.credit p.buy span {
  margin-left: 20px;
  background: #000;
  color: #fff;
  padding: 4px 10px;
  text-align: center;
}
div.mainArea div.stylingBox .block div.textbox2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  div.mainArea div.stylingBox .block div.textbox2 {
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  div.mainArea div.stylingBox .block div.textbox2 {
    width: 95%;
    margin: 0 auto;
  }
}
div.mainArea div.stylingBox .block div.textbox2 div.credit {
  width: 50%;
  padding-right: 15px;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  div.mainArea div.stylingBox .block div.textbox2 div.credit {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  div.mainArea div.stylingBox .block div.textbox2 div.credit {
    width: 100%;
    margin: 0 auto;
  }
}
div.mainArea div.stylingBox .block div.textbox2 div.credit h3.bold {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}
div.mainArea div.stylingBox .block div.textbox2 div.credit .center {
  display: block;
  text-align: center;
}
div.mainArea div.stylingBox .block div.textbox2 div.credit p.buy {
  display: inline;
  width: 100%;
  margin: 15px 0;
}
div.mainArea div.stylingBox .block div.textbox2 div.credit p.buy span {
  margin-left: 20px;
  background: #000;
  color: #fff;
  padding: 4px 10px;
  text-align: center;
}
div.mainArea div.stylingBox .block div.textbox2 div.credit p.buy2 {
  display: inline;
  width: 100%;
  margin: 15px 0;
}
div.mainArea div.stylingBox .block div.textbox2 div.credit p.buy2 span {
  margin-left: 10px;
  background: #000;
  color: #fff;
  padding: 4px 10px;
  text-align: center;
}
div.mainArea div.stylingBox .block div.textbox3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  div.mainArea div.stylingBox .block div.textbox3 {
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  div.mainArea div.stylingBox .block div.textbox3 {
    width: 95%;
    margin: 0 auto;
  }
}
div.mainArea div.stylingBox .block div.textbox3 div.credit {
  width: 50%;
  padding-right: 25px;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  div.mainArea div.stylingBox .block div.textbox3 div.credit {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  div.mainArea div.stylingBox .block div.textbox3 div.credit {
    width: 50%;
    margin: 0 auto;
  }
}
div.mainArea div.stylingBox .block div.textbox3 div.credit h3.bold {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}
div.mainArea div.stylingBox .block div.textbox3 div.credit .center {
  display: block;
  text-align: center;
}
div.mainArea div.stylingBox .block div.textbox3 div.credit p.buy {
  display: inline;
  margin: 15px 0;
}
div.mainArea div.stylingBox .block div.textbox3 div.credit p.buy span {
  margin-left: 20px;
  background: #000;
  color: #fff;
  padding: 4px 10px;
  text-align: center;
}
div.mainArea div.stylingBox .block div.textbox3 div.credit p.buy2 {
  display: inline;
  width: 100%;
  margin: 15px 0;
}
div.mainArea div.stylingBox .block div.textbox3 div.credit p.buy2 span {
  margin-left: 10px;
  background: #000;
  color: #fff;
  padding: 4px 10px;
  text-align: center;
}
div.mainArea div.stylingBox .block div.imgbox {
  width: 100%;
  margin: 35px 0;
}
@media screen and (min-width: 769px) {
  div.mainArea div.stylingBox .block div.imgbox div.item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  div.mainArea div.stylingBox .block div.imgbox div.item {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  div.mainArea div.stylingBox .block div.imgbox div.item2 {
    width: 400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  div.mainArea div.stylingBox .block div.imgbox div.item2 {
    width: 50%;
    margin-bottom: 30px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  div.mainArea div.footer1 {
    width: 1280px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 200px;
  }
}
@media screen and (max-width: 768px) {
  div.mainArea div.footer1 {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    margin: 200px auto 200px;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  div.mainArea div.footer1 div.item {
    width: 182px;
  }
}
@media screen and (max-width: 768px) {
  div.mainArea div.footer1 div.item {
    width: 33%;
  }
}
@media screen and (min-width: 769px) {
  div.mainArea .footer2 div.ciaopanic {
    width: 230px;
    margin: 400px auto 50px;
  }
}
@media screen and (max-width: 768px) {
  div.mainArea .footer2 div.ciaopanic {
    width: 30%;
    margin: 200px auto 20px;
  }
}
div.mainArea .footer2 p.copy {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  div.mainArea .footer2 p.copy {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  div.mainArea .footer2 p.copy {
    font-size: 10px;
  }
}
/*# sourceMappingURL=style.css.map */