@charset "UTF-8";
/* CSS Document */


html,body {
margin: 0;
padding: 0;
height:100%;
width: 100%;
background-color: #FFF;
font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,sans-serif;
line-height: 1.5em;
color:#FFF
color:#FFF;
}
a {
text-decoration: none;
}
a,a,h1 img:hover {
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
a:hover, h1 img:hover {
filter: alpha(opacity=80);
-moz-opacity:0.8;
opacity:0.8;
}
#wrapper {
z-index: 2!important;
width: 100%;
height: 100%;
min-height: 100%;
margin: 0;
padding: 0;
}
body > #wrapper {
height: auto;
}
/** clearfix **/
.cf:before,
.cf:after{
content:"";
display: table;
}
.cf:after{
clear:both;
}
/*IE6,7対策 （haslayout対策）*/
.cf{
*zoom:1;
}

@-webkit-keyframes fadein {
0%{
opacity: 0;
}
100%{
opacity: 1;
}
}

#maximage {
z-index: 1!important;
-webkit-animation-name: fadein;
-webkit-animation-duration: 3s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
}

/** top_contents **/
#top_bg_wrapper {
width: 100%;
height:auto !important;
margin: 0 auto;
background-color: #111;
}
#top_logo {
position: absolute;
top: 48%;
right: 5%;
z-index: 3;
}
#top_logo .animated {
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
#top_logo h1 a img {
width: 40%;
height: auto;
}
/** home_contents **/
#home_contents {
width: 100%;
height: auto;
}
/*
#home_contents ul {
z-index: 3;
width: 650px;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
height: 100px;
text-align: center;

}
#home_contents ul li {
width: auto;
list-style: none;
float: left;
margin-right: 30px;
}
#home_contents ul li#menu_logo {
width: 100px;
}
#home_contents ul li a {
text-decoration: none;
}
#home_contents ul li h2 a {
padding: 0;
margin: 0;
text-decoration: none;
color: #FFF;
font-size: 12px;
font-family: serif;
font-weight: normal;
}
#home_contents ul li a img {
width: 70%;
height: auto;
}
*/


/** header_wrapper **/
#header_wrapper {
width: 100%;
height: 55px;
padding-top: 20px;
z-index: 999;
}
#header_wrapper .animated {
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
#header_wrapper ul {
width: 86%;
margin-left: 8%;
padding: 0;
}
#header_wrapper ul li {
width: auto;
list-style: none;
float: left;
margin-right: 2%;
}
#header_wrapper ul li#menu_logo {
width: 100px;
}
#header_wrapper ul li a {
text-decoration: none;
}
#header_wrapper ul li h2 a {
padding: 0;
margin: 0;
text-decoration: none;
color: #EEE;
font-size: 12px;
font-family: serif;
font-weight: normal;
}
#header_wrapper ul li a img {
width: 70%;
height: auto;
}
#header_wrapper ul li#sns_icon {
float: right;
}
.fa-instagram:before {
color:#FFF;
font-size: 14px;
}

/** look_contents **/
#look_contents {
width: 90%;
height: auto;
background: #FFF;
margin: 20px auto;
text-align: center;
-webkit-animation-name: fadein;
-webkit-animation-duration: 3s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
}
#look_contents ul {
width: 100%;
height: auto;
}
#look_contents ul li {
width: 10%;
height: auto;
list-style: none;
float: left;
margin-right: 0.5%;
margin-bottom: 5px;
}
#look_contents ul li img {
width: 100%;
height:auto;
}
.superbox-show .animated {
-webkit-animation-duration: 4s;
animation-duration: 4s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
#look_contents p {
font-family: serif;
font-size: 10px;
color: #111;
text-align: left;
padding-left: 1%;
}
#look_contents h3 {
font-family: serif;
font-size: 12px;
color: #111;
text-align: center;
padding-bottom: 12px;
}
/** look all **/
#look_all {
width: 90%;
height: auto;
background: #FFF;
margin: 20px auto;
text-align: center;
-webkit-animation-name: fadein;
-webkit-animation-duration: 3s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
}
#look_all .inner {
	display: flex;
	justify-content: center;
	gap: 3%;
}
#look_all .inner .box {
	width: 20%;
}
#look_all .inner .box img {
	width: 100%;
	height: auto;
}
#look_all .inner .box a h3 {
    font-family: serif;
    color: #111;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 400;
}
/** profile_contents **/
#profile_contents {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 500px;
height: 650px;
text-align: center;
-webkit-animation-name: fadein;
-webkit-animation-duration: 3s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
}
#profile_contents h3 {
font-family: serif;
font-size:20px;
margin-top: 80px;
margin-bottom: 20px;
color: #111;
}
#profile_contents p {
font-family: serif;
font-size:12px;
color: #111;
}

/** press_contents **/
#press_contents {
width: 84%;
height: auto;
margin: 40px auto;
text-align: center;
}
ul#widget-container {
min-height: 600px!important;
}

/** contact_contents **/
#contact_contents {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 500px;
height: 500px;
text-align: center;
-webkit-animation-name: fadein;
-webkit-animation-duration: 3s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
}
#contact_contents h3 {
font-family: serif;
font-size:20px;
margin-top: 100px;
margin-bottom: 20px;
color: #111;
}
#contact_contents p {
font-family: serif;
font-size:12px;
color: #111;
}
#contact_contents p a {
font-family: serif;
font-size:12px;
color: #111;
}
/** shoplist_contents **/
#shoplist_contents {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 500px;
height: 250px;
text-align: center;
-webkit-animation-name: fadein;
-webkit-animation-duration: 3s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
font-family: serif;
font-size:12px;
color: #111;
}
#shoplist_contents h3 {
font-family: serif;
font-size:20px;
margin-top: 20px;
margin-bottom: 20px;
color: #111;
}
#shoplist_contents p {
font-family: serif;
font-size:12px;
color: #111;
}
.shoplist {
margin-bottom: 20px;
}
.shoplist h4 {
font-family: serif;
font-size:12px;
color: #111;
font-weight: bold;
}
/*** instafeed ***/
div#instafeed {
width: 100%;
    font-size: 0;
    text-align: center;
    margin: 0 auto;
background: #FFF;
}
div#instafeed .insta {
    list-style: none;
    display: inline-block;
    width: 16.66%;
    vertical-align: middle;
}
div#instafeed .insta img {
width: 100%;
height: auto;
}

/* PC */
@media screen and (min-width: 668px) {
#sp_main_navigation,
#press_contents_sp,
#sp_shoplist_contents,
#look_contents p#sp_copy {
display: none;
}
}
/* SmartPhone */
@media screen and (max-width: 667px) {
#top_logo {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 80px;
height: 32px;
}
#top_logo h1 a img {
width: 100%;
height: auto;
}

#home_contents ul {
z-index: 3;
width: 200px;
height: 300px;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
padding: 0;
}
#home_contents ul li#menu_logo {
width: 100%;
}
#home_contents ul li#menu_logo h1 a img {
width: 30%;
}
#home_contents ul li {
width: 100%;
list-style: none;
float: none;
text-align: center;
margin-right: 0%;
}
#home_contents ul li h1 {
width: 100%;
text-align: center;
}
#profile_contents {
width: 100%;
height: auto;
min-height: 680px;
padding: 5% 5% 10% 5%;
position: relative;
}
#profile_contents h3 {
margin-top: 10px;
margin-bottom: 5px;
}
#profile_contents p {
margin-bottom: 30px;
}

/* sp header */
#header_wrapper {
display: none;
}
#sp_main_navigation {
    width: 100%;
    height: 50px;
    padding-top: 10px;
    z-index: 99999;
}
#sp_logo {
    width: 50%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
#sp_logo a img {
    width: 40%;
    height: auto;
}
a#simple-menu {
    width: 7%;
    padding: 1% 2% 2% 3%;
    float: left;
    color: #111;
}

#contact_contents {
width: 100%;
height: auto;
padding: 5% 5% 10% 5%;
position: absolute;
top: 50%!important;
margin-top: -220px;
}
#contact_contents h3 {
margin-top: 10px;
margin-bottom: 20px;
}
#contact_contents p {
margin-bottom: 30px;
}
#press_contents {
width: 94%;
height: auto;
margin: 10px auto 30px auto;
}
/*** instafeed ***/
div#instafeed {
width: 100%;
    font-size: 0;
    text-align: center;
    margin: 0 auto;
background: #FFF;
}
div#instafeed .insta {
width: calc(100% / 3);
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}
div#instafeed .insta img {
width: 100%;
height: auto;
}
#look_contents,
#look_all {
margin: 10px auto;
}
#look_contents p#sp_copy {
display: block!important;
font-family: serif;
font-size: 10px;
color: #FFF;
text-align: left;
padding-left: 2.2%;
}
#look_all .inner {
    display: flex;
    justify-content: center;
    gap: 3%;
}
#look_all .inner {
	flex-wrap: wrap;
}
#look_all .inner .box {
    width: 48%;
    margin-bottom: 15px;
}
#look_all .inner .box a h3 {
	margin-top: 3px;
}
/** shoplist_contents **/

#shoplist_contents,
#look_contents p {
display: none;
}
#sp_shoplist_contents {
width: 100%;
height: auto;
min-height: 200px;
padding: 5% 5% 10% 5%;
position: absolute;
font-family: serif;
font-size:12px;
color: #111;
text-align: center;
top: 50%!important;
margin-top: -100px!important;
}
#sp_shoplist_contents a {
color: #111;
}
#sp_shoplist_contents h3 {
font-family: serif;
font-size:20px;
margin-top: 10px;
margin-bottom: 15px;
color: #111;
}
#sp_shoplist_contents p {
font-family: serif;
font-size:12px;
color: #111;
}
.shoplist {
margin-bottom: 20px;
}
.shoplist h4 {
font-family: serif;
font-size:12px;
color: #111;
font-weight: bold;
}
}
img.superbox-current-img {
    display: block;
    margin: 0 auto;
}