@charset "UTF-8";

/* ===================================================================

file name  :  lookbook.css

=================================================================== */
 /* This used to work for the parent element of button divs */
/* But it does not work with newer browsers, the below doesn't hide the play button parent div */

*::-webkit-media-controls-panel {
  display: none !important;

  -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::-webkit-media-controls-play-button {
  display: none !important;

  -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works! */

*::-webkit-media-controls-start-playback-button {
  display: none !important;

  -webkit-appearance: none;
}

.ani {opacity: 0;}
.fadein {
    animation-name: fadein;
    animation-duration: 2s;
    animation-timing-function: ease;

    animation-fill-mode: forwards;
}
@keyframes fadein {
    0% { opacity: 0;}
    100% { opacity: 1;}
}

.ani {opacity: 0;}
.fadein {
    animation-name: fadein;
    animation-duration: 3s;
    animation-timing-function: ease;

    animation-fill-mode: forwards;
}
@keyframes fadein {
    0% { opacity: 0;}
    100% { opacity: 1;}
}

article header .ttl2{ text-align: center;}
article header .ttl2 img{ width: auto; height: 12vw;}

article header .ttl3{ text-align: center;}
article header .ttl3 img{ width: auto; height: 18.66666667vw;}

.main > .lead{ margin: 0 0 25px; padding: 0 15px; font-family: "Noto Serif JP", serif; line-height: 1.8;}

.list-archive{ display: flex; margin: 0; padding: 0 4px; width: 100%; border-bottom: 1px solid #e9e1d1; justify-content: center;}
.list-archive > li{ padding: 0 4px;}
.list-archive a{ position: relative; z-index: 10; display: flex; padding: 8px 16px; height: 100%; border: 1px solid #e9e1d1; border-bottom: none; border-radius: 4px 4px 0 0; text-align: center; white-space: nowrap; letter-spacing: .1em; font-size: 10px; font-family: "Noto Serif JP", serif; line-height: 1.4; align-items: center;}
.list-archive .current a{ background: #e9e1d1;}

.list-look{ margin: -60px 0 0; padding: 0 0 60px;}
.list-look > li{ padding: 120px 0 0;}
.list-look > li.left{ padding: 120px 30% 0 0; text-align: left;}
.list-look > li.right{ padding: 120px 0 0 30%; text-align: right;}
.list-look > li.center{ padding: 120px 15% 0; text-align: center;}

.list-look video,
.list-look img{ width: 100%; height: auto;}
.list-look a{ position: relative; display: inline-block;}
.list-look .caption{ position: absolute; top: 0; left: 0; display: flex; width: 100%; height: 100%; background: rgba(0,0,0,.5); color: #fff; text-align: center; font-size: 14px; line-height: 1.8; opacity: 0; transition: all .5s ease; align-items: center; justify-content: center;}
.list-look a:hover .caption{ opacity: 1;}

.list-look2{ display: flex; padding: 0 8px; flex-wrap: wrap;}
.list-look2 > li{ padding: 17px 7px 0; width: 50%;}
.list-look2 img{ width: 100%; height: auto;}
.list-look2 a{ position: relative; display: inline-block;}
.list-look2 .caption{ position: absolute; top: 0; left: 0; display: flex; flex-direction: column; width: 100%; height: 100%; background: rgba(0,0,0,.5); color: #fff; text-align: center; letter-spacing: .1em; font-size: 12px; font-family: "Noto Serif JP", serif;line-height: 1.5; opacity: 0; transition: all .5s ease; align-items: center; justify-content: center;}
.list-look2 .caption small{ font-size: 12px;}
.list-look2 .caption em{ color: #fff; font-size: 18px;}
.list-look2 .caption span{ margin: 1em 0 0; font-family: 'Noto Sans JP', sans-serif;}
.list-look2 a:hover .caption{ opacity: 1;}

.list-sort{ display: flex; margin: 20px 0 0; padding: 0 8px; font-size: 10px; justify-content: center;}
.list-sort > li{ padding: 0 5px; width: 50%;}
.list-sort .sort{ position: relative; display: block; padding: 8px 0; width: 100%; border: 1px solid #e9e1d1; text-align: center; line-height: 1; cursor: pointer;}
.list-sort .sort:before,
.list-sort .sort:after{ position: absolute; top: 50%; right: 8px; width: 8px; height: 1px; background: #333; content: ""; transition: .3s all; transform: translate(0,-50%) rotate(0deg);}
.list-sort .sort:after{ transform: translate(0,-50%) rotate(90deg);}
.list-sort .sort.open:after{ transform: translate(0,-50%) rotate(0);}
.list-sort fieldset{ margin: 0; padding: 0; border: none; background: none;}
.list-sort .control{ display: block; padding: 8px 0; width: 100%; border: 1px solid #e9e1d1; background: none; text-align: center; line-height: 1; cursor: pointer;}
.list-sort .control.mixitup-control-active{ background: #e9e1d1;}

.cnt{ display: none; padding: 0 15px; font-size: 10px;}
.cnt fieldset{ margin: 0; padding: 0; border: none;}
.cnt .control-group-label{display: block;  margin: 16px 0 0; padding: 0 0 8px; border-bottom: 1px solid #e9e1d1; border-bottom: 1px solid #e9e1d1;}
.cnt fieldset > ul{ display: flex; overflow: hidden; margin: 0 -4px; flex-wrap: wrap;}
.cnt fieldset > ul > li{ padding: 8px 4px 0;}
.cnt fieldset > ul button{ display: inline-block; padding: 8px; border: 1px solid #e9e1d1; background: none; text-align: center; line-height: 1;}
.cnt fieldset > ul button.mixitup-control-active{ background: #e9e1d1;}
.cnt fieldset .checkbox-label{ display: inline; padding: 0 0 0 1em;}
.cnt button[type="reset"]{ display: block; margin: 20px auto 0; padding: 8px 0; width: 50%; border: none; background: #e9e1d1; text-align: center; line-height: 1;}

.cnt .control-group2 > ul{ margin: 0; justify-content: center;}
.cnt .control-group2 > ul > li{ padding: 8px 0 0; width: 50%;}
.cnt .control-group2 > ul button{ display: block; width: 100%;}

.count{ margin: 20px 0 -3px; padding: 0 15px; letter-spacing: .1em; font-size: 12px; font-family: "Noto Serif JP", serif;}

.sort-wrap{ display: flex; margin: 0 -1px; padding: 18px 0 0; flex-wrap: wrap;}
.sort-wrap > div{ padding: 2px 1px 0; width: calc(100% / 3);}
.sort-wrap img{ width: 100%; height: auto;}
.sort-wrap a{ position: relative; display: block; overflow: hidden;}
.sort-wrap .caption{ display: none;}
.product .cs{display: flex;  margin: 30px auto 0; padding: 0; width: 160px; height: 40px; border: 1px solid; color: #999; text-align: center; letter-spacing: .05em;font-size: 14px; line-height: 1; justify-content: center; align-items: center;}
.sort-wrap .new:before{ position: absolute; top: 4%; left: -15%; z-index: 10; padding: .2em 0; width: 70%; height: auto; background: #b48e3a; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); color: #fff; content: "NEW"; text-align: center; letter-spacing: .1em; font-size: 10px; font-family: "Noto Serif JP", serif; line-height: 1; transform: rotate(-30deg);}

article .main .pager{ position: relative; margin: 30px 0 0; border-top: 1px solid #e9e1d1; border-bottom: 1px solid #e9e1d1; text-align: center;}
article .main .pager .index{ display: inline-block;}
article .main .pager .index a{ display: inline-block; padding: 15px;}
article .main .pager .back{ position: absolute; top: 0; left: 15px; display: inline-block;}
article .main .pager .back a{ display: inline-block; padding: 15px;}
article .main .pager .back a:after{
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #b38d41;
    border-bottom: 1px solid #b38d41;
    content: "";
    transform: rotate(135deg);
}
article .main .pager .next{ position: absolute; top: 0; right: 15px; display: inline-block;}
article .main .pager .next a{ display: inline-block; padding: 15px;}
article .main .pager .next a:after{
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #b38d41;
    border-bottom: 1px solid #b38d41;
    content: "";
    transform: rotate(-45deg);
}

.product{ display: flex; flex-direction: column; padding: 15px 15px 0; text-align: left; line-height: 1.75; align-items: flex-start;}
.product figure{ text-align: center;}
.product figure li{ padding: 15px 0 0;}
.product figure li:first-child{ padding-top: 0;}
.product figure a{ position: relative; display: block;}
.product figure img,
.product figure video{ width: 100%;}
.product .line1{ margin: 30px 0 0; padding: 5px 0; width: 100%; border-top: 3px double; border-bottom: 3px double; color: #b38d41; text-align: center; letter-spacing: .1em; font-family: "Noto Serif JP", serif; line-height: 2;}
.product > .lead{ margin: 30px 0 0;}
.product > .lead span{ display: inline;}
.product dl{ margin: 1em 0 0;}
.product dd span{ display: inline-block; padding: 0 0 0 10px;}
.product .lead2{ margin: 30px 0 0;}
.product .option{ margin: 15px 0 0;}
.product .cs{ display: flex; margin: 30px auto 0; padding: 0; width: 42.666vw; height: 10.666vw; border: 1px solid; color: #999; text-align: center; letter-spacing: .05em; line-height: 1; justify-content: center; align-items: center;}
.product .cap{ margin: 1em 0 0; padding: 1em; background: #e9e1d1; font-size: 12px; line-height: 1.5;}
.product .btn{ margin: 30px 0 0; width: 100%;}
.product .btn a{ position: relative; display: block; padding: 15px; background: #b38d41; color: #fff; letter-spacing: .1em; line-height: 1;}
.product .btn a:after{ position: absolute; top: 50%; right: 15px; display: block; width: 6px; height: 6px; border-right: 1px solid #fff; border-bottom: 1px solid #fff; content: ""; transform: translate(0,-50%) rotate(-45deg);}

.product .backindex{ margin: 0 0 30px; padding: 45px 0 0; width: 100%; text-align: center;}
.product .backindex a{ display: flex; margin: 0 auto; width: 38vw; height: 8vw; border: 1px solid #b38d41; color: #b38d41; letter-spacing: .1em; font-size: 10px; align-items: center; justify-content: center;}
.product .backindex a:hover{ background: #b38d41; color: #f6f4f0;}

.footwear{ padding: 20px 15px 0;}
.footwear figure ul{ display: flex; margin: -2px -1px 0; flex-wrap: wrap;}
.footwear figure ul > li{ padding: 2px 1px 0; width: 50%;}
.footwear .detail{ padding: 0;}
.footwear .detail p{ margin: 15px 0 0; line-height: 1.8;}

.topics-wrap{ margin: 45px 0 0; padding: 40px 0 0; background: url("/sp/img/blt.gif") no-repeat top center / contain;}
.main > .topics-wrap:first-of-type{ margin: 0;}
.topics-wrap > h2{ color: #b48e3a; text-align: center; letter-spacing: .12em; font-size: 20px; font-family: "Noto Serif JP", serif;}
.list-topics{ display: flex; padding: 0 8px; flex-wrap: wrap;}
.list-topics > li{ padding: 30px 7px 0; width: 50%;}
.list-topics a{ display: flex; flex-direction: column;}
.list-topics figure{ position: relative; overflow: hidden; margin: 0; padding: 0; padding-top: 100%; height: 0;}
.list-topics figure img{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.list-topics .detail{ margin: .5em 0 0; padding: 0 .5em; line-height: 1.5;}
.list-topics time{ letter-spacing: .01em; font-size: 10px;}
.list-topics .tl{ margin: .25em 0 0; word-break: break-all; font-size: 12px;}

.more{ margin: 30px 0 0;}
.more a{ display: flex; margin: 0 auto; width: 38vw; height: 8vw; border: 1px solid #b38d41; color: #b38d41; letter-spacing: .1em; font-size: 10px; align-items: center; justify-content: center;}
.more a:hover{ background: #b38d41; color: #f6f4f0;}

.pagination-container{ margin: 30px 0 0; padding: 0 15px;}
.pagination{ display: flex; font-size: 12px; line-height: 1; justify-content: center; flex-wrap: wrap;}
.pagination > li{ margin: 15px 0 0; width: calc(100% / 8); border-left: 1px solid #e9e1d1;}
.pagination > li:nth-child(8n),
.pagination > li:last-child{ border-right: 1px solid #e9e1d1;}
.pagination .active a{ color: #b38d41;}
.pagination a{ display: flex; padding: .75em 0; color: #000; justify-content: center;}
.pagination a:hover{ color: #b38d41;}

.topics{ padding: 0 15px; font-size: 12px;}
.topics > .entry h2{ font-size: 18px; line-height: 1.5;}
.topics > .entry time{ display: block; margin: 1em 0 0; font-size: 10px; line-height: 1.5;}
.topics > .entry .detail{ margin: 15px 0 0; padding: 30px 0; border-top: 1px solid #e9e1d1; border-bottom: 1px solid #e9e1d1; text-align: justify; text-justify: inter-ideograph; line-height: 1.8;}
.topics > .entry .detail p{ margin: 1em 0 0;}
.topics > .entry .detail > p:first-child{ margin: 0;}
.topics > .entry .detail img{ max-width: 100%; width: auto; height: auto}
.topics > aside{ margin: 45px 0 0;}
.topics > aside h2{ font-size: 16px;}
.topics > aside .list-topics{ flex-direction: column; padding: 0;}
.topics > aside .list-topics > li{ padding: 15px 0 0; width: 100%;}
.topics > aside .list-topics a{ display: flex; flex-direction: row;}
.topics > aside .list-topics figure{ padding-top: 20vw; width: 20vw;}
.topics > aside .list-topics .detail{ margin: 0; padding: 0 0 0 15px; width: calc(100% - 20vw); line-height: 1.5;}

.list-tab{ display: flex; margin: 25px 0 0; padding: 0 4px; width: 100%; border-bottom: 1px solid #e9e1d1; justify-content: center;}
.list-tab > li{ position: relative; z-index: 10; display: flex; margin: 0 4px; padding: 8px 16px; height: 100%; border: 1px solid #e9e1d1; border-bottom: none; border-radius: 4px 4px 0 0; text-align: center; white-space: nowrap; letter-spacing: .1em; font-size: 10px; font-family: "Noto Serif JP", serif; line-height: 1.4; align-items: center;}
.list-tab > li.current{ background: #e9e1d1;}

.tab-content{ display: none; text-align: center;}
.tab-content.current{ display: block;}