@charset "utf-8";

/* CSS Document */


html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #000;
    font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
    line-height: 1.6;
    font-size: 62.5%;
    letter-spacing: 0.1em;
}

body {
    font-size: 1.6rem; /* 16px */
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    overflow-x: hidden;    
}

/* reset */

h1, h2, h3, p {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    height: auto;
    vertical-align: top;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

a:hover img {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

a {
    text-decoration: none;
    cursor: pointer;
    tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    color: #fff;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased
}

a:hover {
    opacity: 0.8;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;    
}

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

.hide {
    display: none;
}

/* typekit */
.wf-loading {
    visibility: hidden;
}

.wf-active {
    visibility: visible;
}

.wf-inactive {
    visibility: visible;
}

#all_wrap {
    width: 100%;
    height: 100%;
}

/* preloader */
#preloader {
    width: 100%;
    height: 100%;
    /*background: #111;*/
    background-image: url(../images/bg_pre.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;    
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.preloader_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

img.pre_logo {
    display: block;
    position: relative;
    width: 263px;
    height: auto;
    margin: 0 auto 30px;
}

p.scroll_effect {
    position: relative;
    text-align: center;
    font-size: 2rem;
    color: #fff;
}

p.scroll_effect span.jp {
    display: block;
    margin: 10px 0 0;
    font-size: 1.4rem;
}

/* header */

header {
    width: 100%;
    /* padding: 20px; */
    /* background: #000; */
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

div.h_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

div.h_inner .logo img {
    width: 150px;
    height: auto;
}

div.h_inner .menu p {
    color: #fff;
}

div.h_inner .on p {
    color: #000;
}

.menu {
    position: relative;
    height: 60px;
    width: 135px;
    display: flex;
}

.menu_link {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}

p.menu_txt {
    display: inline-block;
    position: relative;
    top: 17px;
    color: #fff;
}

.hamburger_icon {
    position: absolute;
    width: 20px;
    height: 14px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 1px;
}

.hamburger_bar {
    background-color: #ffffff;
    height: 2px;
    width: 100%;
    border-radius: 2px;
    position: absolute;
    left: 0;
    transition: all 0.25s ease-in-out;
}

.menu.on .hamburger_bar {
    background-color: #000;
    height: 2px;
    width: 100%;
    border-radius: 2px;
    position: absolute;
    left: 0;
}

.menu.on.open .hamburger_bar {
    background-color: #fff !important;
}

.hamburger_bar_2 {
    top: 0;
    bottom: 0;
    margin: auto;
}

.hamburger_bar_3 {
    bottom: 0;
}

.menu.open .hamburger_bar_1 {
    transform: translateY(7px) translateY(-50%) rotate(45deg);
}

.menu.open .hamburger_bar_2 {
    opacity: 0;
}

.menu.open .hamburger_bar_3 {
    transform: translateY(-7px) translateY(50%) rotate(-45deg);
}

.menu_overlay {
    background-color: #111;
    color: #fffff;
    height: 100%;
    width: 100%;
    position: fixed;
    text-align: center;
    transition: opacity 0.2s ease-in-out;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.menu_overlay.open {
    opacity: 1;
    visibility: visible;
}

.menu_overlay nav {
    position: absolute;
    width: 45%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.menu_overlay ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.menu_overlay li {
    display: block;
    position: relative;
    opacity: 1;
    margin: 4%;
    width: 42%;
}

.menu_overlay ul.item_links li:nth-child(1)::before {
    content: '01';
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    font-size: 5rem;
    color: #fff;
}

.menu_overlay ul.item_links li:nth-child(2)::before {
    content: '02';
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    font-size: 5rem;
    color: #fff;
}

.menu_overlay ul.item_links li:nth-child(3)::before {
    content: '03';
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    font-size: 5rem;
    color: #fff;
}

.menu_overlay ul.item_links li:nth-child(4)::before {
    content: '04';
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    font-size: 5rem;
    color: #fff;
}

ul.sns {
    margin: 40px 0 0;
    justify-content: center;
}

ul.sns p {
    width: 100%;
    color: #fff;
    margin: 0 0 10px 0;
}

ul.sns li {
    width: 50px;
    margin: 10px !important;
}

ul.sns li a {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 100%;
    color: #fff;
    line-height: 50px;
}

.menu_overlay a {
    display: block;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
}

.menu_overlay a p {
    margin: 10px 0;
    font-size: 2rem;
}

.menu_overlay a.nav_links:hover {
    transition: 0.6s;
}

.on.open p {
    color: #fff !important;
}

/* contents */

.hero {
    position: relative;
    overflow: hidden;
}


.hero_bg {
    background-image: url("../images/bg_catalog_pc.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    overflow: hidden;
}


.title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 40%;
}

.scroll_link {
    position: relative;
}

.scroll_link a {
    position: absolute;
    font-size: 1.4rem;
    bottom: -20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-decoration: none;
    padding-top: 70px;
    color: #fff;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.scroll_link a span {
    position: absolute;
    top: 0;
    left: 49%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 1.5s infinite;
    animation: sdb 1.5s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb {
 0% {
 -webkit-transform: rotate(-45deg) translate(0, 0);
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 -webkit-transform: rotate(-45deg) translate(-20px, 20px);
 opacity: 0;
}
}
@keyframes sdb {
 0% {
 transform: rotate(-45deg) translate(0, 0);
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 transform: rotate(-45deg) translate(-20px, 20px);
 opacity: 0;
}
}

.c_item {
    width: 80%;
    margin: 10% auto;
}

.c_item h3.c_name {
    text-align: center;
    margin: 10% 0 5%;
    font-size: 4rem;
    letter-spacing: 0.05em;
}

.c_item h3.c_name span {
    display: block;
    font-size: 1.4rem;
}

.c_item ul {
    display: flex;
    flex-wrap: wrap;
}

.c_item ul li {
    box-sizing: border-box;
    padding: 20px;
    width: 25%;
}

.c_item ul li .item_image {
    margin-bottom: 20px;
}

.c_item ul li .item_detail p.item_number {
    color: #999;
    font-size: 1rem;
    margin: 0 0 10px 0;
}

.c_item ul li .item_detail p.item_name {
    color: #000;
    font-size: 1.4rem;
    margin: 0 0 10px 0;
}

.c_item ul li .item_detail p.item_w, .c_item ul li .item_detail p.item_size, .c_item ul li .item_detail p.item_color {
    color: #000;
    font-size: 0.8rem;
    margin: 0 0 2.5px 0;
}

.c_item ul li .item_detail p.item_price {
    color: #000;
    font-size: 1.4rem;
    margin-top: 20px;
}

.c_item ul li .item_detail p.item_price span.tax_txt {
    color: #000;
    font-size: 0.8rem;
    margin-top: 8px;
    margin-left: 2px;
}

.more_wrap {
    width: 100%;
    text-align: center;
    margin: 10% 0;
}

.more_wrap a {
    padding: 10px 20px;
    color: #000;
    border: 1px solid #eeeeee;
    -webkit-transform: rotate(-180deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

[class^="hidden_show_0"] {
    display: none;
}

a .fa-angle-down {
    margin-right: 5px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.on_click .fa-angle-down {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.page_top {
    display: block;
    position: fixed;
    right: 2%;
    bottom: 3%;
    font-size: 1.6rem;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #111;
    z-index: 2;
    text-align: center;
    border-radius: 100%;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

/* footer */
footer {
    text-align: center;
}

footer .f_inner {
    padding: 20px 0;
    background: #eeeeee;
}

footer .f_inner p.copyright {
    font-size: 0.8rem;
}

/* responsive */

.pc {
    display: block;
}

.sp {
    display: none;
}

/* swiper */
.swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

/* General styles for the modal */

/* 
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the 
perspective effects (not including the modals and the overlay).
*/
.md-perspective,
.md-perspective body {
	height: 100%;
	overflow: hidden;
}

.md-perspective body  {
	background: #222;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
}

.container {
	background: #e74c3c;
	min-height: 100%;
}

.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 630px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(143,27,15,0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content {
	color: #fff;
	background: #e74c3c;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
}

.md-content h3 {
	margin: 0;
	padding: 0.4em;
	text-align: center;
	font-size: 2.4em;
	font-weight: 300;
	opacity: 0.8;
	background: rgba(0,0,0,0.1);
	border-radius: 3px 3px 0 0;
}

.md-content > div {
	padding: 15px 40px 30px;
	margin: 0;
	font-weight: 300;
	font-size: 1.15em;
}

.md-content > div p {
	margin: 0;
	padding: 10px 0;
}

.md-content > div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}

.md-content > div ul li {
	padding: 5px 0;
}

.md-content button {
	display: block;
	margin: 0 auto;
	font-size: 0.8em;
}

/* Individual modal styles with animations/transitions */

/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

@media screen and (max-width: 1280px) { /* pc(small) */
}

@media screen and (max-width: 1024px) { /* tablet(horizontal) */

.sp {
    display: block !important;
}

.pc {
    display: none !important;
}
}

@media screen and (max-width: 768px) { /* tablet(length) */

.hero_bg {
    background-image: url("../images/bg_catalog_sp.jpg");    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.menu_overlay nav {
    width: 80%;
}

.c_item {
    width: 100%;
    margin: 10% auto;
}

.c_item ul li {
    box-sizing: border-box;
    padding: 20px;
    width: 50%;
}
}

@media screen and (max-width: 480px) { /* sp */
    
/* preloader */
#preloader {
    background-image: url(../images/bg_pre_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;    
}

img.pre_logo {
    display: block;
    position: relative;
    width: 160px;
    height: auto;
    margin: 0 auto 20px;
}

p.scroll_effect {
    position: relative;
    text-align: center;
    font-size: 1rem;
    color: #fff;
}

p.scroll_effect span.jp {
    display: block;
    margin: 10px 0 0;
    font-size: 1rem;
}


div.h_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
}

div.h_inner .logo img {
    width: 100px;
    height: auto;
}

.menu {
    position: relative;
    height: 60px;
    width: 108px;
    display: flex;
}

div.h_inner .menu p {
    font-size: 1.2rem;
}
    
.menu_overlay a p {
    font-size: 1.2rem;
}
    
.menu_overlay ul.item_links li:nth-child(1)::before,
.menu_overlay ul.item_links li:nth-child(2)::before,
.menu_overlay ul.item_links li:nth-child(3)::before,
.menu_overlay ul.item_links li:nth-child(4)::before {
    top: -25px;
    font-size: 3rem;
}
    
ul.sns p {
    font-size: 1.2rem;
}
    
    .scroll_link a {
        font-size: 1.2rem;
    }

.c_item ul li .item_detail p.item_number {
    font-size: 0.8rem;
}

.c_item ul li .item_detail p.item_name,  .c_item ul li .item_detail p.item_price {
    font-size: 1.2rem;
}

.c_item ul li .item_detail p.item_w, .c_item ul li .item_detail p.item_size, .c_item ul li .item_detail p.item_color {
    font-size: 0.8rem;
}
    
.c_item ul li {
    padding: 10px;
}    
    
    
}
