@charset "Shift_JIS";

html {
    font-size: 14px;
}

body {
    font-size: 14px;
    font-family: "Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",Meiryo,serif;
    line-height: 1.4;
    margin: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: black;
}

img {
    pointer-events: none;
}

.inner:after {
    content: "";
    clear: both;
    display: block;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
border-radius: 4px;
-webkit-box-sizing: content-box;
-webkit-appearance: button;
appearance: button;
border: none;
box-sizing: border-box;
cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
outline-offset: -2px;
}

/* header */
#top-head {
    position: fixed;
    height: 50px;
    top: 0px;
    width: 100%;
    line-height: 1;
    z-index: 999;
    background-color: rgba(0,0,0,0.8);
    padding: 10px;
    box-sizing: border-box;
}
#top-head .inner {
    height: 30px;
}
#top-head a {
    text-decoration: none;
}
#top-head .logo {
    float: left;
    font-size: 20px;
    margin: 0 0 0 10px;
    color: #fff;
    line-height: 30px;
}
#top-head .logo span {
    color: #e4b77d;
}
#global-nav ul {
    list-style: none;
    float: right;
    margin: 0;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    padding: 0 10px;
    display: block;
}
#global-nav ul li a:hover {
    opacity: 0.5;
    text-decoration: underline;
}
#global-nav ul li .active {
    color: #e4b77d;
}
#global-nav ul li .active:hover {
    opacity: 1;
    text-decoration: none;
}
#nav-toggle {
    display: none;
}
/* content */
.content {
    margin-top: 50px;
}
.main-img {
    width: 100%;
    display: block;
    position: relative;
}
.main-img:before {
    content:"";
    display: block;
    padding-top: 60%; /* 高さを幅の75%に固定 */
}

.main-img img {
    width: 100%;
}

/* --- 全体のBOX定義 ---------------------------------------- */
.box {
    max-width  : 100%;
    margin     : auto;
    overflow   : hidden;
}

/* --- 背景の指定 ------------------------------------------- */
.box .bgImg {
    position   : absolute;
    top        : 0;
    left       : 0;
    bottom     : 0;
    right      : 0;
    opacity    : 0;
    animation  : bgAnime 30s infinite;   /* 4画像 × 各5s = 20s */
}

/* --- 段差で背景画像のアニメーションを実行 ----------------- */
.box .src1 {
    background-image : url(img/top_img_1.gif);   /* 背景の画像を指定 */
    background-size:contain;
}
.box .src2 {
    background-image : url(img/top_img_2.gif);   /* 背景の画像を指定 */
    background-size:contain;
    animation-delay  : 5s;
}
.box .src3 {
    background-image : url(img/top_img_3.gif);   /* 背景の画像を指定 */
    background-size:contain;
    animation-delay  : 10s;
}
.box .src4 {
    background-image : url(img/top_img_4.gif);   /* 背景の画像を指定 */
    background-size:contain;
    animation-delay  : 15s;
}
.box .src5 {
    background-image : url(img/top_img_5.gif);   /* 背景の画像を指定 */
    background-size:contain;
    animation-delay  : 20s;
}
.box .src6 {
    background-image : url(img/top_img_6.gif);   /* 背景の画像を指定 */
    background-size:contain;
    animation-delay  : 25s;
}

@keyframes bgAnime {
    0% { opacity: 0; }
    5% { opacity: 1; }
    25% { opacity: 1; }
    30% { opacity: 0; }
    100% { opacity: 0; }
}

/* --- 前面の文字定義 ----- */
.box .boxString{
    position: absolute;
    display: inline-block; 
    color: #fff;
    top: 40%;
    margin: 0 auto;
    width: 100%;
    z-index: 11;
}
.box .boxString .boxString-main {
    font-size: 60px;
    text-align: center;
    text-shadow: #000 1px 0 10px;
    margin: 0;
}
.box .boxString .boxString-sub {
    font-size: 20px;
    text-align: center;
    text-shadow: #000 1px 0 10px;
    margin: 0;
}
.boxCopy {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    text-shadow: #000 0px 0 3px;
}

.boxCopy_b {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #000;
    text-shadow: #fff 0px 0 3px;
}
.concept {
    width: 700px;
    margin: 80px auto;
    overflow: hidden;
}
.concept .consept-ttl {
    color: #e4b77d;
    font-size: 25px;
    width: 170px;
    float: left;
    line-height: 75px;
    margin: 0;
}
.concept .consept-txt {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    width: 530px;
    float: left;
}
.content-box {
    margin: 0 auto 30px;
    width: 980px;
    overflow: hidden;
}
.content-box-left {
    width: 150px;
    float: left;
    margin-right: 50px;
}

.site_link {
    min-height: 150px;
    margin-top: 50px;
}

.site_link a{
    text-decoration: none;
    color:#fff;
}

.site_link_column{
    margin-top: 30px;
}

.site_link_column a{
    text-decoration: none;
    color:#fff;
}

.content-box-right {
    width: 780px;
    float: left;
}
.content-ttl {
    color: #e4b77d;
    margin: 0 0 10px 0;
}
.pg-box {
    width: 150px;
    height: 100px;
    position: relative;
    background-color: #272727;
    margin-bottom: 10px;
    display: block;
}
a.pg-box:hover {
    opacity: .5;
}
.pg-box span {
    width: 150px;
    position: absolute;
    bottom: 2px;
    left: 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-shadow: #000 1px 0 10px;
}
.news-box {
    display: block;
    width: 240px;
    float: left;
    margin-right: 20px;
    color: #fff;
    height: 300px;
    margin-bottom: 30px;
}
.news-box img {
    border: 1px solid #272727;
    box-sizing: border-box;
}
a.news-box:hover {
    opacity: .5;
    cursor: pointer;
}
.news-img-box {
    width: 240px;
    height: 150px;
    background-color: #272727;
}
.footer {
    background-color: #272727;
    color: #fff;
    padding: 15px 30px;
    color: #a0a0a0;
    margin-top: 200px;
}
.footer-inner {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
}
.float-right {
    float: right;
}
.float-left {
    float: left;
    margin-right: 30px;
}
.float-left a {
    color: #a0a0a0;
    text-decoration: none;
}
.float-left a:hover {
    opacity: 0.5;
    text-decoration: underline;
}
.comming-soon {
    font-size: 50px;
    color: #272727;
    height: 600px;
    padding: 300px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}
.text-contents {
    width: 600px;
    margin: 100px auto;
    color: #fff;
    font-size: 14px;
}
.text-contents650 {
    width: 650px;
    margin: 100px auto;
    color: #fff;
    font-size: 14px;
}
.img-box {
    width: 100%;
    position: relative;
}
.img-box900 {
    width: 900px;
    position: relative;
    margin: 0 auto;
}
.img-box400 {
    width: 400px;
    position: relative;
    margin: 0 auto;
}
.img-box img {
    width: 100%;
}
.img_capture {
    font-size: 12px;
    margin: 0 0 20px;
    color: rgb(146, 146, 146);
    text-align: right;
}
.img_capture_color {
    width: 115px;
    float: left;
    font-size: 12px;
    margin: 0;
    color: rgb(146, 146, 146);
    padding-left: 5px;
    box-sizing: border-box;
}
.text_white {
    color: white;
    font-size: 16px;
}
.text_white_small {
    color: white;
    font-size: 14px;
}
.tex-a_c {
    text-align: center;
}
.text-contents_h1 {
    color: #e4b77d;
    font-size: 20px;
    margin-bottom: 0;
}
.text-contents_h2 {
    color: #e4b77d;
    font-size: 16px;
    margin-bottom: 0;
}
.text-contents_h3 {
    font-size: 14px;
    margin-bottom: 0;
}
.about_ttl {
    color: #e4b77d;
    font-size: 30px;
    margin:30px 0 10px;
    text-align: center;
}
.column_ttl {
    color: #e4b77d;
    font-size: 30px;
    margin:30px 0 10px;
    text-align: center;
}
.frame_ttl {
    color: #e4b77d;
    font-size: 30px;
    margin:0 0 20px;
    text-align: center;
}
.white_ttl {
    color: #fff;
    font-size: 20px;
    margin:10px 0 80px;
    text-align: center;
}
.about_p {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    margin: 20px 0;
}
.phtotographer_p {
    font-size: 16px;
    line-height: 1.5;
    margin: 20px 0;
    text-align: justify;
}
.ph-list-box {
    width: 300px;
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    text-align: right;
    float: left;
    margin-right: 26px;
}
.ph-list-box:hover {
    opacity: .5;
}
.phtotographer_ttl {
    color: #e4b77d;
    font-size: 25px;
    margin: 30px 0 0;
}
.column_page_ttl {
    color: #e4b77d;
    font-size: 25px;
    margin: 15px 0 0;
}
.phtotographer-list_ttl {
    color: #fff;
    font-size: 25px;
    margin: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 10px;
    left: 0;
    text-shadow: #000 1px 0 10px;
}
.column_p {
    font-size: 17px;
    color: #bbbbbb;
    line-height: 1.5;
    margin: 10px 0 20px;
    text-align: justify;
}
.column_tex-a_r {
    text-align: right;
    font-size: 17px;
    color: #bbbbbb;
}
.text-content_p {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 16px;
    text-align: justify;
}
.mar-l_20 {
    padding-left: 20px;
    border-left: 1px solid #272727;
}
.content_box {
    width: 980px;
    margin: 0px auto;
    overflow: hidden;
}
.content_box_under {
    width: 820px;
    margin: 0 auto 50px;
    overflow: hidden;
}
.half_box {
    width: 460px;
    float: left;
}
.mar-r_20 {
    margin-right: 40px;
}
.ove-f_h {
    overflow: hidden;
}
.frame_mar-b {
    margin-bottom: 80px;
}
.gold_text {
    font-size: 14px;
    font-weight: bold;
    color: #e4b77d;
    margin-bottom: 10px;
    display: inline-block;
}
.help_lin-h {
    line-height: 1.8;
}
.top-badge {
    color: #e4b77d;
    font-weight: bold;
    font-size: 10px;
}
.news-ttl {
    display: inline-block;
    font-size: 16px;
    text-align: justify;
    line-height: 20px;
    margin: 0;
}
.news-p {
    margin-top: 0;
    font-size: 12px;
    color: #a0a0a0;
}
.artist-main {
    position: relative;
    width: 980px;
    margin-bottom: 30px;
}
.artist-list {
    display: block;
    width: 980px;
    margin: 30px 0;
    color: #fff;
    text-decoration: none;
    border: 1px solid #262626;
    box-sizing: border-box;
    background-color: #0c0000;
}
.artist-list:hover {
    opacity: .8;
}
.artist-list h2 {
    font-size: 30px;
    width: 100%;
    text-align: center;
    margin: 15px 0;
}
.artist-main img {
    border: 1px solid #262626;
    box-sizing: border-box;
}
.category-main {
    display: block;
    width: 980px;
    margin: 30px 0;
    background-color: #e4b77d;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    padding: 15px;
}
.category-main:hover {
    opacity: .8;
} 
.category-main h2 {
    font-size: 30px;
    color: #000;
    margin: 0;
}

.artist-ttl {
    position: absolute;
    display: inline-block;
    color: #fff;
    top: 450px;
    left: 0;
    width: 100%;
    z-index: 11;
    text-align: center;
}

.artist-ttl h2 {
    font-size: 60px;
    text-align: center;
    text-shadow: #000 1px 0 10px;
    margin: 0;
}

.item-list-box {
    overflow: hidden;
    margin: 50px 0;
}
.item-list-box ul {
    list-style: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.item-list-box li {
    display: block;
    float: left;
    width: 224px;
    height: 180px;
    margin-right: 28px;
    margin-bottom: 50px;
}
.item-list-box li:nth-of-type(4n) {
    margin-right: 0;
}
.item-list-link {
    display: block;
    width: 100%;
    color: #e4b77d;
    text-align: center;
}
.item-list-link img {
    border: 1px solid #272727;
    box-sizing: border-box;
}

.item-list-link:hover {
    opacity: .5;
}

.item-name {
    display: inline-block;
    width: 100%;
    font-size: 16px;
}
.category-ph-box {
    width: 100%;
    margin-bottom: 50px;
    overflow: hidden;
}
.ph-right {
    width: 200px;
    float: right;
}
.category-ph-name {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.category-pg-box {
    width: 200px;
    height: 133px;
    position: relative;
    background-color: #272727;
    display: block;
}
a.category-pg-box:hover {
    opacity: .5;
}
.category-pg-box span {
    width: 200px;
    position: absolute;
    bottom: 2px;
    left: 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-shadow: #000 1px 0 10px;
}
/*ベイビィズ指示で削除
.category-special {
    width: 100%;
    text-align: left;
    font-size: 12px;
    color: #ddd;
    margin:0 20px 30px 20px;
}
*/

.category-caption {
    width: 100%;
    text-align: right;
    font-size: 12px;
    color: #767676;
    margin-bottom: 50px;
}

.product-main {
    position: relative;
    width: 980px;
    text-align: center;
}
.product-main img {
    width: 100%;
    border: 1px solid #272727;
    box-sizing: border-box;
}
.product-name {
    color: #e4b77d;
}
.product-table {
    color: #fff;
    overflow: hidden;
}
.product-table table{
    float: right;
    border-collapse: collapse;
    width: 980px;
    font-family: YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",Meiryo,sans-serif;
}
.product-table th,.product-table td {
    padding: 5px 10px;
    border: 1px solid #444444;
    font-size: 16px;
}
.product-table td {
    position: relative;
    height: 40px;
}

.product-table td:last-child {
    width: 50px;
}

.product-table th {
    background-color: #272727;
    text-align: left;
    font-size: 12px;
}
/* セレクトここから */
.cp_ipselect {
	overflow: hidden;
	width: 90%;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 4px;
	background: #000;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 1em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #fff;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #fff;
}
/* セレクトここまで */
.product-price {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
}
.font-12 {
    font-size: 12px;
}
.btn {
    width: 60px;
    text-align: center;
    display: block;
    background-color: #e4b77d;
    border-radius:4px;
    border: none;
    text-decoration: none;
    padding: 6px 12px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    box-sizing: border-box;
    position: absolute;
    right: 5px;
    top: 7px;
}
.btn:hover {
    opacity: .8;
}
.btn_shipping {
    width: 60px;
    text-align: center;
    text-decoration: none;
    display: block;
    background-color: #e4b77d;
    border-radius:4px;
    padding: 6px 12px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    box-sizing: border-box;
}
.btn_shipping:hover {
    opacity: .8;
}

.boxArea .selected-box {
    display: none;
}
.boxArea .selected-box2 {
    display: none;
}


.product-box {
    width: 980px;
    overflow: hidden;
    margin: 30px 0 50px;
    position: relative;
}
.product-box h2 {
    color: #fff;
    margin: 0;
    font-size: 24px;
}
.product-link-box {
    width: 100%;
    text-align: right;
    margin-bottom: 5px;
}
.product-link {
    color: #fff;
    text-decoration: none;
}
.product-link:hover {
    opacity: .5;
}
/* .product-left {
    width: 400px;
    float: left;
    margin-right: 30px;
}
.product-right {
    width: 980px;
    float: left;
}
.product-right h2 {
    color: #fff;
    margin: 0 0 10px;
    font-size: 30px;
} */
.product-caption {
    color: #fff;
}
.matt-color-box {
    display: table;
    margin-bottom: 5px;
}
.matt-color-cell {
    display: table-cell;
    vertical-align: middle;
}
.matt-color-name {
    width: 100px;
}
.mar-b_20 {
    margin-bottom: 20px;
}
.product_img_capture_color {
    width: 100px;
    float: left;
    font-size: 11px;
    margin: 0 0 20px;
    color: rgb(146, 146, 146);
    box-sizing: border-box;
}
.img_border {
    border: 1px solid #262626;
    box-sizing: border-box;
}
.news-list {
    width: 300px;
    margin: 50px 80px 0 0;
    float: right;
}
.news-main {
    width: 600px;
    margin: 50px 0 50px;
    float: right;
    color: #fff;
    font-size: 16px;
}
.news-page-ttl {
    margin-top: 30px;
    font-size: 30px;
}
.news-strong_1 {
    margin-top: 10px;
    font-size: 26px;
}
.news-strong_2 {
    margin-top: 20px;
    font-size: 18px;
}

.news-strong_inner {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    display: inherit;
    margin-bottom: 10px;
}
.news-list ul {
    list-style: none;
    margin: 0;
    border-top: 1px solid #262626;
    padding: 0;
}
.news-list ul li {
    border-bottom: 1px solid #262626;
}
.news-list ul li a {
    color: #fff;
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 16px;
}
.news-list ul li a:hover {
    opacity: .5;
}
.news-badge {
    display: inline-block;
    background-color: #e4b77d;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 4px;
    margin-bottom: 10px;
    clear: both;
}
.link_wite {
    color: #fff;
}
.news-sk_box {
    display: table;
    margin-bottom: 20px;
}
.news-sk_l {
    display: table-cell;
    width: 110px;
}
.news-sk_r {
    display: table-cell;
    padding-left: 10px;
}
.sp_br {
    display: none;
}
.img_text {
    width: 100%;
    position: relative;
}

.mar-b_5 {
    margin-bottom: 5px;
}
.link_white {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.link_white:hover {
    opacity: .5;
}
.dis_t {
    display: table;
}
.dis_t-c {
    display: table-cell;
    vertical-align: middle;
}
.mar-t_0 {
    margin-top: 0;
}
.mar-l_10 {
    margin-left: 10px;
}
.mar-b_30 {
    margin-bottom: 30px;
}
.mar-b_50 {
    margin-bottom: 50px;
}
.indent {
    padding-left:1em;
    text-indent:-1em;
}
/** 忌野清志郎追加時、不要化
 .min-h_content {
    min-height: 500px;
}
**/

.top_news_update {
    font-size: 12px;
    color: #767676;
}
.news-link {
    display: inline-block;
    width: 100%;
    text-align: right;
    font-size: 12px;
    margin-top: 5px;
}
.font-adjust {
    font-size: 14px;
}
.sp_only {
    display: none;
}
.about-l {
    display: inline-block;
    width: 250px;
    text-align: right;
}
.about-r {
    display: inline-block;
    width: 250px;
    text-align: left;
}
.wid_btn_left {
    width: 190px;
}
.mar-t_5 {
    margin-top: 5px;
}
.mar-b_50 {
    margin-bottom: 50px;
}
.size-table {
    margin-bottom: 30px;
}
.size-table table{
    color: #fff;
    border-collapse: collapse;
    width: 600px;
    font-family: YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",Meiryo,sans-serif;
}
.size-table th,.size-table td {
    padding: 5px 10px;
    border: 1px solid #444444;
    font-size: 16px;
}
.size-table td {
    position: relative;
    height: 40px;
}
.size-table th {
    background-color: #272727;
    text-align: left;
    font-size: 12px;
}
.size-ttl {
    font-size: 24px;
    margin: 0 0 5px;
    color: #e4b77d;
}
.mar-b_0 {
    margin-bottom: 0;
}
.shipping-table {
    margin-bottom: 30px;
}
.shipping-table table{
    color: #fff;
    border-collapse: collapse;
    width: 800px;
    font-family: YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",Meiryo,sans-serif;
}
.shipping-table th,.shipping-table td {
    padding: 5px 10px;
    border: 1px solid #444444;
    font-size: 16px;
}
.shipping-table th {
    background-color: #272727;
    text-align: left;
    font-size: 12px;
}
.shipping-ttl {
    font-size: 24px;
    margin: 0 0 5px;
}
.shipping-table td.ship_city {
    font-size: 12px;
}
.ship_size {
    width: 80px;
    float: left;
}
.clumn_thumb {
    margin: 0;
    font-size: 20px;
    text-align: left;
}

.contact-input {
    padding: 5px 10px;
    border-radius: 4px;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
}

.contact-textarea {
    height: 300px;
}

.btn-contact {
    width: 120px;
    text-align: center;
    display: block;
    background-color: #e4b77d;
    border-radius:4px;
    border: none;
    text-decoration: none;
    padding: 6px 12px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    box-sizing: border-box;
    margin: 0 auto;
}
.btn-contact:hover {
    opacity: .8;
}
.text-a_c-box {
    width: 100%;
    text-align: center;
}
.pc_none {
    display: none;
}
/* コラム用 */
.clumn_lead {
    font-size: 24px;
}
.clumn_intro {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #272727;
    overflow: hidden;
    margin-top: 30px;
}
.clumn_intro_l {
    width: 210px;
    float: left;
}
.clumn_intro_l img {
    width: 100%;
}
.clumn_intro_r {
    margin-left: 10px;
    width: 358px;
    float: left;
    color: #bbbbbb;
    text-align: justify;
}
.clumn_intro_t {
    font-size: 18px;
    margin-bottom: 5px;
    color: #fff;
}
.top_news_4 {
    font-size: 13px;
}

.news-list ul li a.news_active {
    color: #e4b77d;
}

.news-center {
    text-align: center;
    color: #e4b77d;
}

@media screen and (max-width: 640px) {
    /* Toggle Button */
    #nav-toggle {
        display: block;
        position: absolute;
        right: 12px;
        top: 20px;
        width: 26px;
        height: 26px;
        cursor: pointer;
        z-index: 101;
        margin-right: 5px;
    }
    #nav-toggle div {
        position: relative;
    }
    #nav-toggle span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #666;
        left: 0;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }
    #nav-toggle span:nth-child(1) {
        top: 0;
    }
    #nav-toggle span:nth-child(2) {
        top: 8px;
    }
    #nav-toggle span:nth-child(3) {
        top: 16px;
    }
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head .inner {
        height: 57px;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
        height: 57px;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background-color: rgba(0,0,0,0.8);
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 0px;
        top: 13px;
        color: #fff;
        font-size: 20px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        float: none;
        bottom: 0;
        font-size: 14px;
        padding-inline-start: 0px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #top-head #global-nav ul li a.active {
        color: #e4b77d;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
    .box .boxString .boxString-main {
        font-size: 30px;
    }
    .box .boxString .boxString-sub {
        font-size: 12px;
        line-height: 2;
    }
    .box .boxString {
        line-height: 1.2;
        top:30%;
        width: 90%;
        margin-left: 5%;
    }
    .concept {
        width: 100%;
        margin: 0px;
        padding: 30px;
        box-sizing: border-box;
    }
    .concept .consept-ttl {
        width: 100%;
        line-height: 2;
    }
    .concept .consept-txt {
        width: 100%;
        text-align: justify;
        font-size: 4vw;
    }
    .content-box {
        width: 100%;
    }
    .content-box-left {
        width: 100%;
        padding: 30px 30px 0px 30px;
        box-sizing: border-box;
    }

    .site_link {
        min-height: 50px;
        margin-top: 50px;
    }
    
    .site_link a{
        text-decoration: none;
        color:#fff;
        font-size: 16px;
    }

    .site_link_column a{
        text-decoration: none;
        color:#fff;
        font-size: 16px;
    }

    .pg-box {
        width: 100%;
        height: auto;
        background-color: #000;
    }
    .pg-box img {
        width: 100%;
        height: auto;
    }
    .pg-box span {
        font-size: 20px;
        width: 100%;
        bottom: 10px;
    }
    .content-box-right {
        width: 100%;
        padding: 30px 30px 0px 30px;
        box-sizing: border-box;
    }
    .news-box {
        margin: 0 0 40px 0;
        width: 100%;
        height: auto;
    }
    .news-img-box {
        width: 100%;
    }
    .footer-inner {
        width: 100%;
    }
    .float-left {
        width: 100%;
        margin: 10px 0;
    }
    .float-right {
        width: 100%;
        margin: 10px 0;
        text-align: right;
    }
    .comming-soon {
        padding: 20%;
        height: 100%;
    }
    .text-contents {
        width: 90%;
        margin: 80px auto;
    }
    .text-contents650 {
        width: 90%;
        margin: 80px auto;
    }
    .about_ttl {
        color: #e4b77d;
        font-size: 20px;
        text-align: center;
    }
    .about_p {
        font-size: 16px;
        line-height: 1.5;
        text-align: left;
        margin: 20px 0 50px;
        text-align: justify;
    }
    .img_capture {
        font-size: 12px;
        margin: 0 0 20px;
        color: rgb(146, 146, 146);
        text-align: right;
    }
    .content_box {
        width: 100%;
        margin: 70px auto 0;
    }
    .sp_100 {
        width: 100%;
    }
    .white_ttl {
        font-size: 3.9vw;
        margin:10px 0 40px;
    }
    .frame_ttl {
        font-size: 20px;
    }
    .mar-r_20 {
        margin-right: 0;
    }
    .half_box{
        width: 90%;
        margin: 0 5%;
    }
    .half_box img {
        width: 100%;
    }
    .img_capture_color {
        width: 25%;
        line-height: 1;
    }
    .frame_mar-b {
        margin-bottom: 40px;
    }
    .sp_90 {
        width: 90%;
        margin: 0 5% 50px;
    }
    .phtotographer_ttl {
        font-size: 20px;
        margin-top: 10px;
    }
    .phtotographer_p {
        margin:10px 0 20px;
    }
    .artist-main {
        width: 90%;
        margin: 0 5% 20px;
        height: auto;
    }
    .artist-ttl {
        top: 10px;
    }
    .artist-ttl h2 {
        font-size: 26px;
    }
    .item-list-box li {
        width: 44%;
        height: auto;
        margin: 0 3% 40px;
        min-height:195px;
    }
    .p-i-w {
        height: 110px;
        width: auto;
    }
    .p-i-h {
        height: 110px;
    }

    .category-caption {
        width: 90%;
        margin: 0 5% 50px;
    }
    .item-list-box {
        margin: 50px 0 0;
    }
    .content {
        width: 100%;
    }
    .product-main {
        width: 90%;
        margin: 0 5%;
    }
    .product-main img {
        width: 100%;
        height: auto;
    }
    .product-name {
        font-size: 20px;
    }
    .product-box {
        width: 90%;
        margin: 30px 5%;
    }
    .product-left {
        width: 90%;
        margin: 0 5%;
    }
    .product-left img {
        width: 100%;
    }
    .product_img_capture_color {
        width: 25%;
    }
    .product-left .sp_50 {
        width: 50%;
        margin: 0 25% 20px;
    }
    .product-right {
        width: 90%;
        margin: 0 5%;
    }
    .product-table table {
        float: unset;
        width: 100%;
        border: none;
    }
    .product-table tr {
        display: block;
        margin-bottom: 50px;
    }
    .product-table th {
        display: none;
    }
    .product-table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    .sp_none {
        display: none;
    }
    .matt-color-name {
        width: 80%;
        font-size: 14px;
    }
    .matt-color-box {
        margin-bottom: 20px;
    }
    .matt-color-box:nth-child(4) {
        margin-bottom: 0;
    }
    .product-caption {
        color: #a0a0a0;
    }
    .artist-ttl h2.artist-name-cs {
        font-size: 30px;
    }
    .ph-right {
        float: none;
        text-align: center;
        width: 100%;
    }
    .category-pg-box {
        margin: 0 auto;
    }
    .news-main {
        width: 90%;
        margin: 0 5%;
    }
    .news-ttl {
        line-height: 1.4;
        font-size: 5.4vw;
    }
    .sp_br {
        display: inline;
    }
    .news-strong_1 {
        font-size: 5vw;
        margin-bottom: 10px;
    }
    .news-strong_2 {
        margin-top: 10px;
        font-size: 5.1vw;
    }
    .news-strong_inner {
        font-size: 4.1vw;
        line-height: 1.7;
    }
    .news-sk_box {
        font-size: 4.2vw;
    }
    .news-sk_l {
        width: 30vw;
    }
    .news-badge {
        margin-bottom: 10px;
    }
    .news_last {
        margin: 50px 0;
    }
    .news-list {
        display: none;
    }
    .sp_font-14 {
        font-size: 14px;
        color: rgb(146, 146, 146);
    }
    .text_white {
        font-size: 4vw;
    }
    .half_box img.sp_45vw {
        width: 45vw;
    }
    .sp_just {
        text-align: justify;
    }
    .news-page-ttl {
        font-size: 5.7vw;
    }
    .item-name {
        font-size: 4.5vw;
    }
    .artist-list {
        width: 90%;
        margin: 20px 5%;
    }
    .artist-list h2 {
        font-size: 20px;
    }
    .min-h_content {
        min-height: 300px;
    }
    .category-main {
        width: 90%;
        margin: 10px 5% 20px;
    }
    .category-name {
        margin: 0;
    }
    .img-box900 {
        width: 100%;
    }
    .img-box400 {
        width: 80%;
    }
    .mar-b_0 {
        margin-bottom: 0;
    }
    .top_news_update {
        font-size: 14px;
    }
    .font-adjust {
        font-size: 4.8vw;
    }
    .pc_only {
        display: none;
    }
    .sp_only {
        display: block;
    }
    .ph-list-box {
        width: 90%;
        margin: 0 5% 40px;
    }
    .product-link {
        top: 5px;
    }
    .product-table td.sp_td-height {
        border: none;
        padding: 10px 0;
    }
    .product-table td.sp_td-ttl {
        border: none;
        font-weight: bold;
        margin-left: -10px;
    }
    .size-table table {
        width: 100%;
    }
    .size-ttl {
        font-size: 18px;
    }
    .shipping-table table {
        float: unset;
        width: 100%;
        border: none;
    }
    .shipping-table tr {
        display: block;
        margin-bottom: 20px;
    }
    .shipping-table th {
        display: none;
    }
    .shipping-table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    .content_box_under {
        width: 100%;
        margin-bottom: 0;
    }
    .sp_100block {
        width: 100%;
        display: block;
        box-sizing: border-box;
    }
    .contact-input {
        padding: 10px;
    }
    .size-table td {
        height: auto;
        padding: 10px;
    }
    .pc_none {
        display: block;
    }
    .item-list-box li:nth-of-type(4n) {
        margin-right: 3%;
    }
    .product-link-box {
        margin: 20px 0;
        font-size: 4vw;
    }
    .btn {
        top: 10px;
        right: 0;
        padding: 9px 12px;
    }
    .wid_btn_left {
        width: 230px;
    }
    .cp_ipselect select {
        font-size: 16px;
    }
    /* コラム用 */
    .clumn_intro_l {
        width: 60%;
        margin: 0 20% 10px;
    }
    .clumn_intro_r {
        width: 100%;
        margin-left: 0;
    }
    .sp_font-size {
        font-size: 11px;
    }
    .top_news_4 {
        font-size: 4.6vw;
    }
}