@charset "UTF-8";
/* COMPASS
 * ----------------------------------------------- */
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;
}
/* BASE
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body * {
    max-height: 99999em;
}
body img {
    max-height: none;
}
input, label, select, button, textarea {
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: none;
    font: inherit;
    line-height: 1;
}
input:focus, button:focus, select:focus {
    outline: 0;
}
/* Make webkit render the search input like a normal text field */
input[type=search] {
    -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
 display: none;
}
/* Turn off scroll bars in IE unless needed */
textarea {
    overflow: auto;
    white-space: pre-line;
}

.pano-container {
    padding: 0px 15px;
}

.pano-container canvas {
    width: 100%;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
body {
    -webkit-print-color-adjust: exact;
}
html, body {
    margin: 0;
}
@page {
    margin: 0;
}
 @page :left {
 margin: 0;
}
 @page :right {
 margin: 0;
}
 @page :first {
 margin-top: 0;
}
}
/* GENERAL
 * ----------------------------------------------- */
body {
    color: #333333;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    background: #fff;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
}
.ft-serif {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}
/* HELPERS
 * ----------------------------------------------- */
a {
    color: #000;
    text-decoration: none;
}
.trans {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
}
.trans:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}
.hidden {
    display: none;
}
.invisible {
    visibility: hidden;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.container {
    width: auto;
    min-width: 320px;
}
.wrapper {
    width: auto;
    padding: 0;
    margin: 0;
}
img {
    width: 100%;
    height: auto;
}
.flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
header {
    padding-top: 57px;
}
header .header_top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
    background: #fff;
    width: 100%;
    height: 57px;
}
header .logo {
    width: 150px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}
header .menu-toggle {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
    background: rgba(2, 0, 36, 0.8);
    background: linear-gradient(90deg, rgba(2, 0, 36, 0.9) 0%, rgba(201, 83, 88, 0.9) 0%, rgba(77, 86, 150, 0.9) 80%);
}
header .menu-toggle .inner {
    padding-top: 75px;
    overflow-y: scroll;
    height: 100%;
}
header #top-navi {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 33px;
    height: 26px;
    z-index: 4000;
}
header .navBtn {
    font-size: 13px;
    font-weight: 400;
    color: #181e55;
    width: 33px;
    height: 26px;
    line-height: 20px;
    cursor: pointer;
    z-index: 2000;
}
header .navBtn span {
    display: block;
    font-size: 10px;
    height: 2px;
    width: 100%;
    background: #181e55;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
header .navBtn span:nth-of-type(2), header .navBtn span:nth-of-type(3) {
    margin-top: 10px;
}
header .navBtn span:nth-of-type(2) {
    background: #ba2913;
}
header .logo-center {
    width: 130px;
    margin: 25px auto 0;
}
header .logo-center6 {
    width: 155px;
}
header .logo-center5 {
    width: 90px;
}
.navOpen .navBtn span:nth-of-type(1) {
    -webkit-transform: translateY(12px) translateX(0) rotate(45deg);
    -ms-transform: translateY(12px) translateX(0) rotate(45deg);
    transform: translateY(12px) translateX(0) rotate(45deg);
    background: #db2208;
}
.navOpen .navBtn span:nth-of-type(2) {
    opacity: 0;
}
.navOpen .navBtn span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
    transform: translateY(-9px) translateX(0) rotate(-45deg);
    margin-top: 7px;
    background: #db2208;
}
.navOpen header .menu-toggle {
    height: 100%;
    opacity: 1;
    visibility: inherit;
    transition: all .5s ease;
}
.clothes-ct {
    padding: 20px 15px;
}
.clothes-info1 {
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}
.clothes-img {
    width: 85px;
}
.clothes6-img{
    margin-left: -15px;
    width: 100px;
}
.clothes-tit1 {
    line-height: 1.3;
    width: calc(100% - 95px);
    letter-spacing: 0.2px;
}
.clothes-tit1 span {
    width: 170px;
    display: block;
}
.clothes-data{
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
    color: #333;
    font-size: 14px;
    line-height: 22px;
}
.clothes-detail-style1{
    letter-spacing: -1px !important;
}
.spec {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
    color: #808080;
    font-size: 11px;
    letter-spacing: 1.6px;
}
.spec .clothes-detail li {
    line-height: 1.9;
}
.spec .clothes-detail li span {
    min-width: 38px;
    display: inline-block;
}
.spec .clothes-detail{
    line-height: 1.9;
}
.spec .clothes-detail:after{
    content: "." !important;
    clear: both !important;
    display: block !important;
    height: 0 !important;
    visibility: hidden !important;
}
.spec .clothes-detail dt{
    width: 45px;
    float: left;
}
.spec .clothes-detail dd{
    float: left;
    position: relative;
    padding-left: 15px;
    letter-spacing: 0;
}
.spec .clothes-detail dd span{
    position: absolute;
    top: 0;
    left: 0;
}
.spec .clothes-detail dd em{
    letter-spacing: -0.5px;
}
.clothes-tit2 {
    width: 70px;
}
.clothes-info2 {
    padding-top: 15px;
    justify-content: flex-start;
}
.clothes-info2 p {
    width: 7.335vmin;
    margin-right: 10px;
    position: relative;
    padding-bottom: 2vmin;
}
.clothes-info2 p span {
    font-size: 2vmin;
    position: absolute;
    bottom: 0;
    left: -5px;
    right: -5px;
    text-align: center;
    letter-spacing: -1px;
}
.clothes-info2 p.ico-large {
    width: 10vmin;
}
.clothes-info2 p.product_ico13 {
    width: 8.67vmin;
}
.color {
    padding: 20px 0 15px;
}
.color .color-list {
    justify-content: flex-start;
    padding-top: 5px;
}
.color .color-list li {
    margin-right: 5px;
    margin-bottom: 5px;
    width: 7.335vmin;
    height: 7.335vmin;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.clothes-txt{
    bottom: -2.6vmin !important;
    left: -15px !important;
    right: -15px !important;
}
.product3-clothes-info2{
    -webkit-flex-wrap: inherit;
    flex-wrap: inherit;
}
.section-pants {
    padding-top: 20px;
}
.pagetop {
    text-align: center;
    padding: 43px 0 75px;
}
.pagetop a{
    width: 58px;
    margin: 0 auto;
    display: block;
}
address {
    color: #fff;
    background: #1f2a67;
    line-height: 1;
    padding: 5px 0;
    text-align: center;
    font-size: 10px;
    letter-spacing: 1px;
}
.specs-menu {
    border-top: 2px solid #261829;
    padding-bottom: 35px;
}
.specs-menu .logo-category {
    width: 90px;
}
.specs-menu .logo-category3 {
    width: 105px;
}
.specs-menu .flex {
    max-width: 330px;
    margin: 0 auto;
}
.specs-menu .specs-item {
    width: 150px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding-top: 20px;
}
.specs-menu .specs-item dd {
    line-height: 1.2;
    letter-spacing: 2px;
    width: 85px;
    margin: 0 auto;
}
.specs-menu2 .specs-item dd{
    width: 115px;
}
.specs-menu3 .specs-item dd{
    width: 108px;
}
@media (max-width: 360px) {
.specs-menu .flex {
    max-width: 290px;
}
.specs-menu .specs-item {
    width: 140px;
}
.spec{
    font-size: 9px;
}
.spec .clothes-detail dt{
    width: 35px;
    letter-spacing: 0;
}

}
