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

/*変数
---------------------------------------------*/
/*全体
---------------------------------------------*/
body {
  font-feature-settings: "palt";
  letter-spacing: 3px;
  font-family: 'Questrial', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif; }

body::before {
  background: url(../images/back_img.png) no-repeat left top;
  background-size: cover;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1; }

a {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 1;
  text-decoration: none;
  color: #000; }

.fixedsticky {
  top: 0;
  z-index: 10; }

@-webkit-keyframes main_img {
  from {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes main_img {
  from {
    opacity: 0; }
  100% {
    opacity: 1; } }
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transition: 2.0s; }

.fadeInUp {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

/*head -------------------------*/
.read p {
  text-align: center;
  color: #fff; }
.read p span {
  color: #b0a6e4;
  font-size: 18px; }

#contents {
  margin: 0 auto;
  color: #000; }

.shiro {
  background-color: #fff; }
.shiro a {
  color: #d0d7f3; }
.shiro a:hover {
  background-color: #d0d7f3;
  color: #fff; }

.purple {
  background-color: #d0d7f3; }
.purple a {
  color: #fff; }
.purple a:hover {
  background-color: #fff;
  color: #d0d7f3; }

.box_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto; }
.box_flex .box_img {
  width: 45%;
  padding: 5px; }
.box_flex a {
  display: table;
  margin: 10px; }
.box_flex ul {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

#box4_flex {
  display: flex;
  flex-flow: column nowrap; }

/* footer -------------------------*/
#sns_flex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto; }
#sns_flex a {
  text-decoration: none; }

#logo {
  margin: 0 auto; }

#copyright p {
  text-align: center;
  color: #000; }

/* PC
--------------------------------------*/
@media screen and (min-width: 668px) {
  body {
    font-feature-settings: "palt";
    letter-spacing: 3px;
    font-family: 'Questrial', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif; }

  body::before {
    background: url(../images/back_img.png) no-repeat left top;
    background-size: cover;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1; }

  .pc_none {
    display: none; }

  .fixedsticky {
    top: 0;
    z-index: 10; }

  @-webkit-keyframes main_img {
    from {
      opacity: 0; }
    100% {
      opacity: 1; } }
  @keyframes main_img {
    from {
      opacity: 0; }
    100% {
      opacity: 1; } }
  .inviewfadeInUp {
    opacity: 0;
    transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transition: 2.0s; }

  .fadeInUp {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }

  #fp-nav.right {
    right: 17px; }

  /*head -------------------------*/
  #cover {
    width: 100%;
    height: 100vh;
    background: url(../images/main_pc.jpg) no-repeat;
    background-size: cover;
    background-position: left top;
    position: relative;
    -webkit-animation: main_img 1.0s linear 1 forwards;
    animation: main_img 1.0s linear 1 forwards; }
  #cover p {
    font-size: 15px;
    line-height: 25px;
    position: absolute;
    top: 55%;
    left: 17%;
    text-align: center; }

  h1 {
    width: 25%;
    padding-left: 100px;
    position: absolute;
    top: 30%;
    left: 6%; }

  .read p {
    font-size: 16px;
    line-height: 30px; }

  #contents {
    max-width: 9999px; }

  .shiro a {
    border: 3px solid #d0d7f3; }

  .purple a {
    border: 3px solid #fff; }

  .box_flex {
    width: 700px; }
  .box_flex a {
    width: 300px;
    height: 300px; }
  .box_flex .item_name {
    font-size: 27px; }
  .box_flex .price {
    font-size: 18px;
    padding-top: 5px; }
  .box_flex .price span {
    font-size: 15px; }
  .box_flex .buy {
    font-size: 18px; }

  .box4 .price {
    font-size: 15px;
    padding-top: 5px; }
  .box4 .price .buy {
    font-size: 15px; }

  #box4_flex a {
    width: 303px;
    height: 135px;
    margin: 10px; }

  /* footer -------------------------*/
  #sns_flex {
    width: 25%;
    padding-bottom: 100px; }
  #sns_flex li {
    width: 12%; }
  #sns_flex a {
    text-decoration: none; }

  #logo {
    width: 10%; }

  #copyright p {
    padding: 50px 0 0 0;
    font-size: 11px; } }
/* SP
--------------------------------------*/
@media screen and (max-width: 667px) {
  body {
    font-feature-settings: "palt";
    letter-spacing: 3px;
    font-family: 'Questrial', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif; }

  body::before {
    background: url(../images/back_img.png) no-repeat left top;
    background-size: cover;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1; }

  .sp_none {
    display: none; }

  .fixedsticky {
    top: 0;
    z-index: 10; }

  @-webkit-keyframes main_img {
    from {
      opacity: 0; }
    100% {
      opacity: 1; } }
  @keyframes main_img {
    from {
      opacity: 0; }
    100% {
      opacity: 1; } }
  .inviewfadeInUp {
    opacity: 0;
    transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transition: 2.0s; }

  .fadeInUp {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }

  #fp-nav.right {
    right: 5px; }

  /*head -------------------------*/
  #cover .main_sp {
    margin-top: -67px;
    overflow: hidden;
    -webkit-animation: main_img 1.0s linear 1 forwards;
    animation: main_img 1.0s linear 1 forwards; }
  #cover p {
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    padding-top: 15px; }

  h1 {
    width: 45%;
    margin: 0 auto;
    padding-top: 15px; }

  .read p {
    font-size: 13px;
    line-height: 25px;
    padding: 0 60px;
    font-weight: bold; }

  #contents {
    width: 100%; }

  .shiro a {
    border: 2px solid #d0d7f3; }

  .purple a {
    border: 2px solid #fff; }

  .box_flex {
    width: 88%; }
  .box_flex a {
    width: 135px;
    height: 220px; }
  .box_flex ul {
    font-weight: bold; }
  .box_flex .item_name {
    font-size: 16px; }
  .box_flex .price {
    font-size: 13px;
    padding-top: 5px; }
  .box_flex .price span {
    font-size: 11px; }
  .box_flex .buy {
    font-size: 15px; }

  #box4_flex a {
    width: 143px;
    height: 100px;
    margin: 8px; }

  /* footer -------------------------*/
  #sns_flex {
    width: 70%;
    padding-bottom: 70px; }
  #sns_flex li {
    width: 11%; }
  #sns_flex a {
    text-decoration: none; }

  #logo {
    width: 25%; }

  #copyright p {
    padding: 30px 0 0 0;
    font-size: 10px; } }
