@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 {
  margin: 0;
  padding: 0;
  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 {
width: 100%;
overflow-y: scroll;
overflow-x: hidden;
font-size: 62.5%; /* font-sizeは16pxの62.5%の10px */
}

@media screen and (min-width: 769px) {
body {
width: 100%;
height: auto;
font-family: sans-serif "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ;
font-weight: 400;
font-style: normal;
color: #000;
background:#fff;
margin:0;
padding:0;
}}

@media screen and (max-width: 768px) {
body {
width: 100%;
height: auto;
font-family: sans-serif ,Lato, "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ;
font-weight: 300;
font-style: normal;
color: #000;
background:#fff;
margin:0;
padding:0;
}
}

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

h1 {
  display: none;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
}
}
@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;
}
}
/*リンクのアクション*/
a {
color: #000;
text-decoration:none;
}
a:hover {
  color: #999999;
transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), 0.3s;
text-decoration: none;
}
/* clearfix */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}
}

/*-----------------------
maiImg
-------------------------*/

div#mainArea::before {
  content: "";
  display: block;
  padding-top: 100%;
  padding-top: 177.8666666667%;
}

@media screen and (max-width: 768px) {
div#mainArea {
width: 100%;
height: 100vh;
margin: 0 auto;
background-image: url(../img/main_sp.jpg);
background-size: cover;
background-position: center center;
}
}

@media screen and (min-width: 769px) {
div#mainArea {
width: 100%;
height: 100vh;
margin: 0 auto;
background-image: url(../img/main_pc.jpg);
background-size: cover;
background-position: center center;
position:relative;
}
}

/*---title---*/
@media screen and (max-width: 999px) {
div#mainArea .title {
width: 89%;
position: absolute;
bottom: 1.8%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
}

@media screen and (min-width: 769px) {
div#mainArea .title {
max-width: 650px;
position:absolute;
bottom: 8%;
left: 5%;
}
}


/*---logo---*/
div#mainArea .logo {
  position: absolute;
}

@media screen and (max-width: 999px) {
  div#mainArea .logo {
    width: 30%;
    right:-12%;
    top: 3%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
}
@media screen and (min-width: 769px) {
  div#mainArea .logo {
width: 16%;
top: 6%;
right:-3%;
transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
}

@media screen and (min-width: 769px) {
#container {
max-width: 74%;
margin:0 auto;
padding:0;
font-family: “source-serif-4-caption”, serif;
font-weight: 400;
font-style: normal;
}
}

@media screen and (max-width: 768px) {
#container {
width:100%;
height: auto;
margin:0 auto;
padding:0;
font-family: “source-serif-4-caption”, serif;
font-weight: 400;
font-style: normal;
}
}
/*-----------------
トップサムネイルエリア
-------------------*/
#thumb_wrap ul.thumb_area {
width: 100%;
display: -webkit-box;/*display: flex;*/
display: flex;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-ms-flex-flow:row wrap;
flex-flow:row wrap;/*flex-flow:row wrap;*/
}


@media screen and (min-width: 769px) {
#thumb_wrap {
max-width: 100%;
height: auto;
margin: 110px auto 0 auto;
}

#thumb_wrap ul.thumb_area li {
width: 16.5%;
height: auto;
/* margin-top: 0.2%;
margin-right:0.2%; */
}

#thumb_wrap ul.thumb_area li:nth-child(6n) {
margin-right: 0;
}
}

@media screen and (max-width: 768px) {
#thumb_wrap {
width:89%;
height: auto;
padding: 0;
margin: 90px auto 0 auto;
}


#thumb_wrap ul.thumb_area li {
width: 33%;
height: auto;
/* margin-top: 0.5%;
margin-right:0.5%; */
}

#thumb_wrap ul.thumb_area li:nth-child(3n) {
margin-right: 0;
}
}

#thumb_wrap ul.thumb_area li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.6;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

/*-----------------
スタイリングエリア
-------------------*/
.st_num {
font-weight: 400;  
font-size: 5.0rem;
line-height: 1.6;
letter-spacing: 0.020em;
color: #000;
}

@media screen and (min-width: 769px) {
.st_num {
text-align: left;
margin-top: 180px;
}
}

@media screen and (max-width: 768px) {
.st_num {
text-align:center;
margin-top: 120px;
margin-bottom:20px;
}
}


@media screen and (min-width: 769px) {
#st_wrap {
width: 100%;
margin:0 auto;
padding:0;
}

@media screen and (max-width: 768px) {
#st_wrap {
width: 100%;
margin:0 auto;
padding:0;
}}


#container .stbox1 {
width: 100%;
height: auto;
margin:0 auto;
padding: 0;
}


@media screen and (min-width: 769px) {
#container div.stbox1 .styling_area {
width: 100%;
margin:0 auto;
padding: 0;
display: -webkit-box;/*display: flex;*/
display: flex;
-webkit-box-orient:horizontal;/*flex-flow:row wrap;*/
-webkit-box-direction:normal;
-ms-flex-flow:row wrap;
flex-flow:row wrap;
-webkit-box-pack: justify;/*flex-flow:row wrap;*/
justify-content: space-between;
}

#container div.stbox1 .styling_area .stimg1 {
width: 49%;
margin-right: 1%;
}

#container div.stbox1 .styling_area .stimg2 {
width: 49%;
}

#container .stbox2 {
width: 700px;
height: auto;
margin:0 auto;
padding: 0;
}
		
		
		
}
	
	
@media screen and (max-width: 768px) {
#container div.stbox1 .styling_area {
width:100%;
margin:0 auto;
padding: 0;
display: -webkit-box;/*display: flex;*/
display: flex;
-webkit-box-orient:horizontal;/*flex-flow:row wrap;*/
-webkit-box-direction:normal;
-ms-flex-flow:row wrap;
flex-flow:row wrap
-webkit-box-orient: vertical;/*flex-direction: column;*/
-webkit-box-direction: normal;
flex-direction: column;
}

}
}

@media screen and (max-width: 768px) {
#container .stbox1 {
width: 100%;
height: auto;
margin:0 auto;
padding: 0;
}

#container .stbox2 {
width: 100%;
height: auto;
margin:0 auto;
padding: 0;
}

#container .stbox2 .slider_wrap {
margin-bottom:25px;
}

#container div.stbox1 .styling_area .stimg1 {
width: 100%;
positon: relative;
}


#container div.stbox1 .styling_area .stimg2 {
width: 84%;
margin: 45px auto 25px auto;
}
}

/*-----------------
.credit
-------------------*/
.credit {
width: 90%;
margin: 0 auto;
font-family: “source-serif-4-caption”, serif;
font-weight: 400;
font-style: normal;
margin:25px auto;
}

div.stbox2 .credit {
width: 50%;
margin: 0 auto;
font-family: “source-serif-4-caption”, serif;
font-weight: 400;
font-style: normal;
margin:25px auto;
}

@media screen and (max-width: 768px) {
  div.stbox2 .credit {
    width: 80%;
    margin: 0 auto;
    font-family: “source-serif-4-caption”, serif;
    font-weight: 400;
    font-style: normal;
    margin:25px auto;
    }
  }


@media screen and (min-width: 769px) {
.stbox1 .credit {
width: 65%;
margin: 25px 0 0 35%;
}

.stbox2 .credit {
width: 50%;
margin: 25px auto;
}
}


.credit ul.group:not(:last-of-type) {
margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
.credit ul.group:not(:last-of-type) {
 margin-bottom: 30px;
}
}

.credit ul li:not(:first-child) {
margin-top: 10px;
}


@media screen and (min-width: 769px) {
.credit ul li:not(:first-child) {
margin-top: 10px;
}
}

.credit ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  line-height: 1.6;
  transition: 0.4s;
}

@media screen and (min-width: 769px) {
.credit ul li a {
font-size: 14px;
}
}

.credit ul li a:not([class=disabled]):hover {
  cursor: pointer;
}

.credit ul li a.disabled {
  background-color: transparent;
  color: #000000;
  border: none;
  padding: 1px 0;
  font-weight: normal;
  opacity: 0.5;
}

.credit ul li a span.price {
margin-left: 5px;
}

.credit ul li a span.notice {
  display: block;
  font-weight: bold;
  letter-spacing: 1px;
}

.credit ul li a span.buy {
  display: inline-block;
  width: 60px;
  border: 1px solid #000;
  box-sizing: border-box;
  text-align: center;
  font-size: 15px;
  padding: 0 5px;
  border-radius: 15px;
}

@media screen and (min-width: 769px) {
  .credit ul li a span.buy {
    width: 60px;
    border-radius: 15px;
}
}
.credit ul li a span.buy:hover {
  background-color: #000;
  color: #fff;
}


/*-----------------
ALL ITEM リンクボタン
-------------------*/
#itemlist {
margin: 0 auto;
font-family: “source-serif-4-caption”, serif;
font-weight: 400;
font-style: normal;
margin: 180px auto 120px;
}

#itemlist a {
  position: relative;
  display: block;
  padding: 15px 0;
  text-decoration: none;
  border: 1px solid #000;
  text-align: center;
  letter-spacing: 0.1em;
  border-radius: 30px;
  color: #000;
}

@media screen and (min-width: 769px) {
#itemlist a {
  width: 280px;
  margin: 0 auto 30px;
  font-size: 18px;
}
}

@media screen and (max-width: 999px) {
#itemlist a {
  width: 60%;
  margin: 0 auto 15px;
  font-size: 20px;
}
}

#itemlist a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.2s;
  z-index: -1;
  border-radius: 25px;
}

#itemlist a:hover {
  color: #fff;
}

#itemlist a:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}

/*-----------------
フッターバナー
-------------------*/
@media screen and (min-width: 769px) {
#fbnr_wrap {
width: 700px;
height: auto;
margin: 0 auto;
padding:0;
}
}

@media screen and (max-width: 768px) {
#fbnr_wrap {
width:96%;
height: auto;
padding: 0;
margin: 0 auto;
}
}

#fbnr_wrap ul.fbnr_area {
width: 100%;
display: -webkit-box;/*display: flex;*/
display: flex;
-webkit-box-orient:horizontal;/*flex-flow:row wrap;*/
-webkit-box-direction:normal;
-ms-flex-flow:row wrap;
flex-flow:row wrap;
justify-content: center;
}

#fbnr_wrap ul.fbnr_area li {
width: 49%;
height: auto;
margin-top: 1%;
margin-right: 0;
}

#fbnr_wrap ul.fbnr_area li:nth-child(2n) {
margin-left: 1%;
}


#fbnr_wrap ul.fbnr_area li a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}


/*-----------------
footer logo
-------------------*/
footer {
width: 96%;
margin: 120px auto 50px;
}


@media screen and (min-width: 769px) {
footer {
width: 650px;
margin: 10% auto;
}
}

footer .logo {
width: 55%;
margin: 0 auto 4%;
}
@media screen and (min-width: 769px) {
footer .logo {
width: 280px;
}
}

footer h4 {
  text-align: center;
}
@media screen and (min-width: 1000px) {
footer h4 {
  font-size: 10px;
  margin-bottom: 30px;
}
}

@media screen and (max-width: 768px) {
footer h4 {
  font-size: 10px;
  margin-bottom: 20px;
}
}