@charset "utf-8";

/*
Theme Name: eyevan
Description: eyevan
Author: Nobuyuki Suzuki
*/

/* RESET */
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,
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-size: 100%;
    /* font: inherit; */
    vertical-align: baseline;
}


body {
    font-family: "Noto Sans SC", sans-serif;
    font-weight: 300;
}

dl,
dt,
dd,
ol,
ul,
li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: top;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

*:focus {
    outline: 0;
}

/* padding,border内側設定 */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* HTML5 */
article,
aside,
figure,
figcaption,
footer,
header,
nav,
section {
    display: block;
}

/*------------------------------------------------------------
	BASE
------------------------------------------------------------*/

html,
body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    -webkit-text-size-adjust: none;
}

.alignleft {
    float: left;
    margin: 0 2% 2% 0;
}
.alignright {
    float: right;
    margin: 0 0 2% 2%;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 2% auto 2%;
}

/* clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "";
    clear: both;
    height: 0;
}
/* clearfix for ie7 */
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}

body {
    color: #333;
    font-size: 14px;
    font-weight: 300;
    line-height: 2;
    font-feature-settings: "palt" 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wow {
    visibility: hidden;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
a {
    text-decoration: none;
    color: #333;
}

/*------------------------------------------------------------
	COMMON
------------------------------------------------------------*/

#wrap {
    width: 100%;
    min-width: 960px;
    height: auto;
    padding: 0;
    position: relative;
}
#main-contents {
    padding: 0;
    width: 100%;
    max-width: 960px;
    margin: auto;
}

@media only screen and (max-width: 640px) {
    #wrap {
        min-width: 320px;
    }
}

/*------------------------------------------------------------
	HEADER
------------------------------------------------------------*/

#header {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 80px;
    font-size: 10px;
}
#header-wrap {
    width: 100%;
    min-width: 960px;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 1px solid transparent;
    background-color: #fff;
    z-index: 999;
}
#header-wrap > .bogo-language-switcher {
    display: none;
}
.moved #header-wrap {
    border-bottom: 1px solid #ddd;
}
#header .header-logo {
    visibility: visible;
    -webkit-transition: 0.2s ease 0.2s;
    -o-transition: 0.2s ease 0.2s;
    transition: 0.2s ease 0.2s;
}
.opened #header .header-logo {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.2s ease 0.2s;
    -o-transition: 0.2s ease 0.2s;
    transition: 0.2s ease 0.2s;
}
#header .header-logo img {
    width: 120px;
    position: absolute;
    top: 50%;
    left: 35px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

@media only screen and (max-width: 640px) {
    #header {
        height: auto;
        padding-top: 15.625%;
    }
    #header-wrap {
        height: auto;
        padding-top: 15.625%;
        min-width: 320px;
    }
    #header .header-logo img {
        width: 30%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    #header-wrap > .bogo-language-switcher {
        display: block;
        position: fixed;
        top: calc(100vw * 50 / 640);
        right: 6.25vw;
        z-index: 4;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #header-wrap > .bogo-language-switcher > li > a {
        font-weight: 300;
        color: #666;
        letter-spacing: 0.08em;
        text-indent: 0.08em;
        font-size: 2.5vw;
    }
    #header-wrap > .bogo-language-switcher .current {
        display: none;
    }
    #header-wrap > .bogo-language-switcher .bogoflags {
        display: none;
    }
}

/*==== menu ====*/

.menu {
    position: absolute;
    top: 50%;
    right: 35px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.menu-wrap > ul {
    letter-spacing: -0.5em;
    float: left;
    display: flex;
    align-items: center;
}
.menu-wrap > ul > li {
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0.08em;
    display: inline-block;
    text-align: center;
    position: relative;
}
.menu-wrap > ul > li.sp {
    display: none;
}
.menu-wrap > ul > li.pc {
    display: inline-block;
}

.menu-wrap > ul > li > .has-child,
.menu-wrap > ul > li > a {
    opacity: 1;
    line-height: 2;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
    font-weight: 300;
    margin-left: 35px;
    color: #000;
    display: inline-block;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.menu-wrap > ul > li > .has-child {
    position: relative;
}
.menu-wrap > ul > li > .has-child::before,
.menu-wrap > ul > li > .has-child::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    width: 5px;
    height: 4px;
    display: block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.menu-wrap > ul > li > .has-child::before {
    z-index: 1;
    background: url(/wp-content/themes/eyevan/images/triangle.svg) center
        center/cover no-repeat;
    opacity: 1;
}
.menu-wrap > ul > li > .has-child::after {
    z-index: 2;
    background: url(/wp-content/themes/eyevan/images/triangle-hover.svg) center
        center/cover no-repeat;
    opacity: 0;
}
.menu-wrap > ul > li:hover > .has-child::after {
    opacity: 1;
}

.home .menu-wrap > ul > li.home > a,
.page-template-about .menu-wrap > ul > li.about > a,
.page-template-about-history .menu-wrap > ul > li.about > a,
.page-template-about-archive .menu-wrap > ul > li.about > a,
.page-template-about-interview1 .menu-wrap > ul > li.about > a,
.page-template-about-interview2 .menu-wrap > ul > li.about > a,
.page-template-about-sabae .menu-wrap > ul > li.about > a,
.page-template-capsule_collection .menu-wrap > ul > li.c_collection > a,
.single-collections .menu-wrap > ul > li.c_collection > a,
.single-collection .menu-wrap > ul > li.collection > a,
.post-type-archive-collaboration .menu-wrap > ul > li.collaboration > a,
.single-collaboration .menu-wrap > ul > li.collaboration > a,
.post-type-archive-press .menu-wrap > ul > li.press > a,
.single-press .menu-wrap > ul > li.press > a,
.post-type-archive-stores .menu-wrap > ul > li.stores > a,
.single-stores .menu-wrap > ul > li.stores > a,
.menu-wrap > ul > li > a:hover {
    color: #999;
}

.menu-wrap > .main-nav > li:first-child > a {
    margin-left: 0;
}
.menu-wrap > ul > li > a .arrow {
    display: none;
}
.menu-wrap > .bogo-language-switcher {
    position: relative;
    margin-left: 35px;
}
.menu-wrap > .bogo-language-switcher .current {
    display: none;
}
.menu-wrap > .bogo-language-switcher::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 10px;
    background-color: #ccc;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.menu-wrap > .bogo-language-switcher > li > a {
    color: #666;
}
.menu-wrap > .main-nav-bottom {
    display: none;
}
.menu-wrap > .main-nav-sns > li > a {
    font-size: 15px;
    color: #999;
    line-height: 24px;
}
.menu-wrap > .main-nav-sns > li > a:hover {
    color: #000;
}
.menu-wrap > ul > li.xiaohongshu > .xiaohongshu-link,
#footer .copyright .xiaohongshu-link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    cursor: pointer;
}
.menu-wrap > ul > li.xiaohongshu .xiaohongshu-icon,
#footer .copyright .xiaohongshu-icon {
    display: block;
}
.menu-wrap > ul > li.xiaohongshu .xiaohongshu-qr {
    position: absolute;
    left: 50%;
    top: calc(100% + 8px);
    width: 160px;
    max-width: none;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    z-index: 20;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.menu-wrap > ul li .main-nav-child-wrap {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: -7px;
    padding-top: 9px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-filter: drop-shadow(0 0 3px #ddd);
    filter: drop-shadow(0 0 3px #ddd);
    -webkit-transition: opacity 0.1s ease-out;
    -o-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
}
.menu-wrap > ul li:hover .main-nav-child-wrap {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.menu-wrap > ul li .main-nav-child-wrap::after,
.menu-wrap > ul li .main-nav-child-wrap::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.menu-wrap > ul li .main-nav-child-wrap::before {
    border-top: 11px solid transparent;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 11px solid #ddd;
    z-index: 3;
    margin-bottom: -10px;
}
.menu-wrap > ul li .main-nav-child-wrap::after {
    border-top: 10px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #fff;
    z-index: 4;
    margin-bottom: -11px;
}
.menu-wrap > ul li .main-nav-child {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 10px 30px;
}
.menu-wrap > ul li .main-nav-child li {
    line-height: 1;
}
.menu-wrap > ul li .main-nav-child li a {
    display: block;
    text-align: left;
    position: relative;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 300;
    padding: 20px;
    padding-left: 40px;
    color: #333;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.menu-wrap > ul li .main-nav-child li a:hover {
    color: #999;
}
.menu-wrap > ul li .main-nav-child li a span {
    display: block;
    font-size: 9px;
    margin-bottom: 0.8em;
}

.menu-wrap > ul .main-nav-child-wrap .main-nav-child li a::before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 8px;
    font-style: italic;
}
.menu-wrap > ul .main-nav-child-wrap .main-nav-child li:nth-child(1) a::before {
    content: "0.";
}
.menu-wrap > ul .main-nav-child-wrap .main-nav-child li:nth-child(2) a::before {
    content: "1.";
}
.menu-wrap > ul .main-nav-child-wrap .main-nav-child li:nth-child(3) a::before {
    content: "2.";
}
.menu-wrap > ul .main-nav-child-wrap .main-nav-child li:nth-child(4) a::before {
    content: "3.";
}
.menu-wrap > ul .main-nav-child-wrap .main-nav-child li:nth-child(5) a::before {
    content: "4.";
}
.menu-wrap > ul .main-nav-child-wrap .main-nav-child li:nth-child(6) a::before {
    content: "5.";
}

.about-nav-wrapper {
    display: none;
}

.overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.opened .overlay {
    visibility: visible;
    opacity: 1;
}

@media only screen and (max-width: 1280px) {
    .menu-wrap > ul > li > .has-child,
    .menu-wrap > ul > li > a {
        margin-left: 25px;
    }
    .menu-wrap > .bogo-language-switcher {
        margin-left: 25px;
    }
}

@media only screen and (max-width: 640px) {
    .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #fff;
        text-align: center;
        z-index: 5;
        max-height: 100vh;
        overflow-y: scroll;
        opacity: 0;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
        -webkit-transition:
            -webkit-transform 0.4s ease-in 0s,
            opacity 0.15s ease-in 0s;
        -moz-transition:
            transform 0.4s ease-in 0s,
            opacity 0.15s ease-in 0s;
        transition:
            transform 0.4s ease-in 0s,
            opacity 0.15s ease-in 0s;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    .opened .menu {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition:
            -webkit-transform 0.4s ease-out 0.1s,
            opacity 0.2s ease-out 0.3s;
        -moz-transition:
            transform 0.4s ease-out 0.1s,
            opacity 0.2s ease-out 0.3s;
        transition:
            transform 0.4s ease-out 0.1s,
            opacity 0.2s ease-out 0.3s;
    }
    .menu-wrap {
        min-height: 100vh;
        height: auto;
        padding-bottom: 17.5vw;
        position: relative;
    }
    .menu-wrap > ul {
        float: none;
        display: block;
    }
    .menu-wrap > ul.main-nav {
        display: block;
        width: 62.5%;
        margin: auto;
        padding-top: 10vw;
        /* border-bottom: 1px solid #ddd; */
    }
    .menu-wrap > ul > li.sp {
        display: block;
    }
    .menu-wrap > ul > li.pc {
        display: none;
    }
    .menu-wrap > ul.main-nav > li > a {
        font-size: 4vw;
        line-height: 3.5;
        border-top: 1px solid #ddd;
        display: block;
    }
    .menu-wrap > ul.main-nav > li:first-child > a {
        border-top: none;
    }
    .menu-wrap > .main-nav-sns > li > a {
        font-size: 5vw;
        color: #999;
        line-height: 3;
    }
    .menu-wrap > .main-nav-bottom {
        display: block;
        position: absolute;
        left: 0;
        bottom: 9.375vw;
        text-align: center;
        width: 100%;
    }
    .menu-wrap > .main-nav-bottom > li {
        display: inline-block;
        font-size: 2.5vw;
    }
    .menu-wrap > .main-nav-bottom > li:first-child::after {
        content: "/";
        margin: 0 1em;
        color: #333;
    }
    .menu-wrap > .main-nav-bottom > li a {
        color: #333;
        font-size: 2.5vw;
    }
    .menu-wrap > ul > li {
        font-weight: 300;
        font-size: 12px;
        letter-spacing: 0.08em;
        display: block;
        text-align: center;
        position: relative;
    }
    .menu-wrap > ul > li > a {
        margin: 0;
    }
    .menu-wrap > ul > li > a .arrow {
        display: block;
        position: absolute;
        width: 2vw;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
    }
    .menu-wrap > ul.main-nav > li > a.about-trigger {
        position: absolute;
        top: 50%;
        right: 0;
        width: 14vw;
        height: 14vw;
        border-top: none;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .menu-wrap > .bogo-language-switcher {
        position: absolute;
        top: calc(100vw * 50 / 640);
        right: 6.25vw;
        z-index: 20;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .menu-wrap > .bogo-language-switcher::before {
        display: none;
    }
    .menu-wrap > .bogo-language-switcher > li > a {
        color: #666;
        font-size: 2.5vw;
    }
    .about-nav-wrapper {
        display: block;
        position: fixed;
        background-color: #fff;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        overflow-y: scroll;
        opacity: 0;
        z-index: 10;
        -webkit-transition:
            -webkit-transform 0.4s ease-in 0s,
            opacity 0.15s ease-in 0s;
        -moz-transition:
            transform 0.4s ease-in 0s,
            opacity 0.15s ease-in 0s;
        transition:
            transform 0.4s ease-in 0s,
            opacity 0.15s ease-in 0s;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    .about-nav-wrap {
        width: 100%;
        min-height: 100%;
        padding-bottom: 17.5vw;
        height: auto;
        position: relative;
        text-align: center;
    }
    .open-about .about-nav-wrapper {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition:
            -webkit-transform 0.4s ease-out 0.1s,
            opacity 0.2s ease-out 0.3s;
        -moz-transition:
            transform 0.4s ease-out 0.1s,
            opacity 0.2s ease-out 0.3s;
        transition:
            transform 0.4s ease-out 0.1s,
            opacity 0.2s ease-out 0.3s;
    }
    .about-nav-wrap .about-nav li a span::before {
        margin-right: 0.5em;
        display: inline-block;
    }
    .about-nav-wrap .about-nav li:nth-child(1) a span::before {
        content: "0.";
    }
    .about-nav-wrap .about-nav li:nth-child(2) a span::before {
        content: "1.";
    }
    .about-nav-wrap .about-nav li:nth-child(3) a span::before {
        content: "2.";
    }
    .about-nav-wrap .about-nav li:nth-child(4) a span::before {
        content: "3.";
    }
    .about-nav-wrap .about-nav li:nth-child(5) a span::before {
        content: "4.";
    }
    .about-nav-wrap .about-nav li:nth-child(6) a span::before {
        content: "5.";
    }
    .about-nav-wrap .about-nav-title {
        padding-top: 10vw;
        line-height: 15vw;
        font-size: 2.8vw;
        letter-spacing: 0.15em;
        text-indent: 0.15em;
        font-weight: 700;
    }
    .about-nav-wrap .about-nav {
        width: 62.5%;
        margin: auto;
        border-bottom: 1px solid #ddd;
    }
    .about-nav-wrap .about-nav li a {
        display: block;
        line-height: 1;
        border-top: 1px solid #ddd;
        font-weight: 300;
        font-size: 3.4375vw;
        letter-spacing: 0.05em;
        text-indent: 0.05em;
        padding: 3.75vw 0;
        white-space: nowrap;
    }
    .about-nav-wrap .about-nav li a span {
        display: block;
        font-weight: 300;
        font-size: 2.5vw;
        letter-spacing: 0.05em;
        text-indent: 0.05em;
        margin-bottom: 1em;
    }
    .about-nav-wrap .about-nav li a span::before {
        margin-right: 0.5em;
        position: static;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .about-nav-wrap .close-about {
        display: block;
        position: absolute;
        left: 0;
        bottom: 9.375vw;
        text-align: center;
        width: 100%;
    }
    .about-nav-wrap .close-about a {
        position: relative;
        display: inline-block;
        font-weight: 700;
        letter-spacing: 0.08em;
        font-size: 2.5vw;
    }
    .about-nav-wrap .close-about a .arrow {
        display: block;
        position: absolute;
        width: 2vw;
        left: 0;
        top: 50%;
        margin-left: -1.5em;
        -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        -o-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
    }
}

/*==== menu button ====*/

.menu-trigger {
    width: 25px;
    height: 20px;
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2000;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.menu-trigger span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 1;
    background-color: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.menu-trigger:hover span {
    opacity: 0.5;
}
.opened .menu-trigger span {
    background-color: #000;
}
.menu-trigger span:nth-of-type(1),
.menu-trigger span:nth-of-type(3) {
    -webkit-transition:
        opacity 0.2s ease 0s,
        top 0.2s ease 0.3s,
        -webkit-transform 0.2s ease 0s;
    -o-transition:
        opacity 0.2s ease 0s,
        top 0.2s ease 0.3s,
        -o-transform 0.2s ease 0s;
    transition:
        opacity 0.2s ease 0s,
        top 0.2s ease 0.3s,
        transform 0.2s ease 0s;
}
.menu-trigger span:nth-of-type(1) {
    top: 5px;
}
.menu-trigger span:nth-of-type(2) {
    top: 50%;
    display: none;
    -webkit-transition:
        opacity 0.2s ease 0s,
        left 0.4s;
    -o-transition:
        opacity 0.2s ease 0s,
        left 0.4s;
    transition:
        opacity 0.2s ease 0s,
        left 0.4s;
}
.menu-trigger span:nth-of-type(3) {
    top: 13px;
}
.opened .menu-trigger span:nth-of-type(1),
.opened .menu-trigger span:nth-of-type(3) {
    -webkit-transition:
        opacity 0.2s ease 0s,
        top 0.2s ease 0s,
        -webkit-transform 0.2s ease 0.3s;
    -o-transition:
        opacity 0.2s ease 0s,
        top 0.2s ease 0s,
        -o-transform 0.2s ease 0.3s;
    transition:
        opacity 0.2s ease 0s,
        top 0.2s ease 0s,
        transform 0.2s ease 0.3s;
}
.opened .menu-trigger span:nth-of-type(1) {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.opened .menu-trigger span:nth-of-type(2) {
    left: -50%;
    opacity: 0;
}
.opened .menu-trigger span:nth-of-type(3) {
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu .current {
    display: none;
}

.menu .bogo-language-switcher .ja,
.menu .bogo-language-switcher .en-US {
    background: none;
}
.menu .bogo-language-switcher .bogoflags {
    display: none;
}
.menu ul.bogo-language-switcher li {
    padding-left: 0;
}

@media only screen and (max-width: 640px) {
    .menu-trigger {
        display: block;
        width: 6.25%;
        height: auto;
        padding-top: 1.5625%;
        left: 6.25%;
    }
    .menu-trigger span {
        height: 1px;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }
    .menu-trigger span:nth-of-type(3) {
        top: 100%;
    }
}

/*------------------------------------------------------------
	Slide
------------------------------------------------------------*/
#slides #slide-pc {
    display: block;
}
#slides #slide-sp {
    display: none;
}
#slides .slick-box {
    height: auto;
}
#slides .click-next {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#slides .slick-dots {
    line-height: 1;
    font-size: 10px;
}
#slides .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 9px;
    line-height: 1;
    vertical-align: bottom;
}
#slides .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 3px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    border: 1px solid #000;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.3;
}
#slides .slick-dots li button:hover,
#slides .slick-dots li.slick-active button {
    opacity: 1;
}

#slides .slick-dots li button:before {
    content: "";
    display: block;
    line-height: 4px;
    position: static;
    width: 4px;
    height: 4px;
    opacity: 1;
    background-color: #fff;
    border-radius: 50%;
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#slides .slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
    background-color: #000;
}
#slides .slick-dotted.slick-slider {
    margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
    #slides #slide-sp {
        display: block;
    }
    #slides #slide-pc {
        display: none;
    }
    #slides .slick-dots {
        bottom: calc(-100vw * 30 / 640);
    }
    #slides .slick-dotted.slick-slider {
        margin-bottom: calc(100vw * 30 / 640);
    }
}
@media only screen and (max-width: 480px) {
    #slides .slick-dots {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
        -webkit-transform-origin: center bottom;
        -moz-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        -o-transform-origin: center bottom;
        transform-origin: center bottom;
    }
}

/*------------------------------------------------------------
	Items
------------------------------------------------------------*/

#items #section-wrap {
    width: 960px;
    margin: auto;
    padding: 80px 20px;
}
#items .item-list {
    margin-top: -70px;
    letter-spacing: -0.5em;
}
#items .item-list li {
    letter-spacing: normal;
    display: inline-block;
    width: 300px;
    margin-right: 10px;
    margin-top: 70px;
    text-align: center;
}
#items .item-list li:nth-child(3n) {
    margin-right: 0;
}
#items .item-list li a {
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#items .item-list li a:hover {
    opacity: 0.6;
}
#items .item-list li .thumb {
    padding: 0 25px;
}
#items .item-list li h3 {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    color: #888;
    line-height: 2;
}
@media only screen and (max-width: 640px) {
    #items #section-wrap {
        width: 100%;
        padding: calc(100vw * 80 / 640) 0;
    }
    #items .item-list {
        margin-top: calc(-100vw * 90 / 640);
    }
    #items .item-list li {
        margin-right: 0;
        margin-top: calc(100vw * 70 / 640);
        width: 50%;
    }
    #items .item-list li h3 {
        font-size: calc(100vw * 20 / 640);
        display: block;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }
    #items .item-list li .thumb {
        padding: 0 calc(100vw * 20 / 640);
    }
}
/*------------------------------------------------------------
	Contents
------------------------------------------------------------*/

#main-contents {
    font-size: 10px;
}
#top_contents #section-wrap {
    width: 100%;
    max-width: 960px;
    margin: auto;
    padding: 0 0 70px;
    font-weight: 300;
}
#top_contents #section-wrap::after {
    content: "";
    clear: both;
    display: block;
}
#top_contents .section-left {
    float: left;
    width: 420px;
}
#top_contents .section-right {
    float: right;
    width: 420px;
}
#top_contents #section-wrap p {
    font-weight: 400;
    font-size: 120%;
    line-height: calc(30 / 12);
}
.en-US #top_contents #section-wrap p {
    font-weight: 300;
    font-size: 130%;
    line-height: 2;
    letter-spacing: 0.05em;
}
#top_contents #section-wrap .text-area {
    padding-bottom: 50px;
}
#top_contents #section-wrap .btnto-capsule_collection a {
    display: block;
    font-size: 180%;
    letter-spacing: 0.08em;
    line-height: 1.3;
    padding: 1em 1.4em;
    border: 1px solid #ddd;
    position: relative;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
#top_contents #section-wrap .btnto-capsule_collection a:hover {
    opacity: 0.6;
}
#top_contents #section-wrap .btnto-capsule_collection a .arrow {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 2em;
    margin-top: -5px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
#top_contents #section-wrap .btnto-capsule_collection a:hover .arrow {
    right: 1.8em;
}

#top_contents #section-wrap .btnto-about a {
    display: block;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.3;
    padding: 1em 1.4em;
    border: 1px solid #333;
    position: relative;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
#top_contents #section-wrap .btnto-about a span {
    font-size: 14px;
}
#top_contents #section-wrap .btnto-about a:hover {
    opacity: 0.6;
}
#top_contents #section-wrap .btnto-about a .arrow {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 2em;
    margin-top: -5px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
#top_contents #section-wrap .btnto-about a:hover .arrow {
    right: 1.8em;
}
#top_contents #section-wrap .top-news {
    position: relative;
    margin-top: 0;
}
#top_contents #section-wrap h3 {
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    text-indent: 0.15em;
    letter-spacing: 0.15em;
    color: #333;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#top_contents #section-wrap h3 span {
    display: inline-block;
    background-color: #fff;
    padding: 0 1em;
}
#top_contents #section-wrap .news-list {
    border-top: 1px solid #ddd;
}
#top_contents #section-wrap .news-list li {
    border-bottom: 1px solid #ddd;
}
#top_contents #section-wrap .news-list li a {
    display: block;
    padding: 30px 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#top_contents #section-wrap .news-list li a:hover {
    opacity: 0.6;
}
#top_contents #section-wrap .news-list li h4 {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 1.2em;
}
#top_contents #section-wrap .news-list li p {
    font-size: 12px;
    line-height: 1.8;
}
#top_contents #section-wrap .news-list li .date {
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #666;
}

#top_contents #section-wrap .btn-news-archive {
    width: 100%;
    margin-top: 20px;
    text-align: right;
}
#top_contents #section-wrap .btn-news-archive a {
    display: inline-block;
    line-height: 1;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.15em;
    padding-right: 1.5em;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#top_contents #section-wrap .btn-news-archive a:hover {
    opacity: 0.6;
}
#top_contents #section-wrap .btn-news-archive a img {
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

@media only screen and (max-width: 640px) {
    #main-contents {
        font-size: calc(100vw * 20 / 640);
    }
    #top_contents #section-wrap {
        width: calc(100vw * 500 / 640);
        padding: 0 0 0;
    }
    #top_contents .section-left,
    #top_contents .section-right {
        float: none;
        width: 100%;
    }
    #top_contents #section-wrap p {
        font-size: calc(100vw * 22 / 640);
        line-height: calc(44 / 22);
        letter-spacing: normal;
    }
    #top_contents #section-wrap .text-area {
        padding-bottom: calc(100vw * 55 / 640);
    }
    #top_contents #section-wrap .top-news {
        margin-top: calc(100vw * 100 / 640);
    }
    #top_contents #section-wrap h3 {
        font-size: calc(100vw * 16 / 640);
    }
    #top_contents #section-wrap .news-list li a {
        padding: calc(100vw * 40 / 640) 0;
    }
    #top_contents #section-wrap .news-list li h4 {
        font-size: calc(100vw * 24 / 640);
        line-height: calc(30 / 24);
        margin-bottom: calc(100vw * 40 / 640);
    }
    #top_contents #section-wrap .news-list li p {
        font-size: calc(100vw * 20 / 640);
        line-height: 1.7;
    }
    #top_contents #section-wrap .news-list li .date {
        font-size: calc(100vw * 16 / 640);
        line-height: 1;
        margin-top: 1em;
    }
    #top_contents #section-wrap .btnto-about a,
    #top_contents #section-wrap .btnto-about a span {
        font-size: calc(100vw * 24 / 640);
    }
    #top_contents #section-wrap .btnto-about a .arrow {
        width: calc(100vw * 12 / 640);
        height: auto;
        right: 1em;
    }
    #top_contents #section-wrap .btnto-about a:hover .arrow {
        right: 0.8em;
    }
    #top_contents #section-wrap .btnto-capsule_collection a {
        font-size: 120%;
        padding: 0.8em 1.2em;
    }
    #top_contents #section-wrap .btnto-capsule_collection a .arrow {
        width: 2.4%;
        height: auto;
        right: 1.4em;
        margin-top: 0;
        -webkit-transform: rotate(90deg) translateX(-50%);
        -ms-transform: rotate(90deg) translateX(-50%);
        -o-transform: rotate(90deg) translateX(-50%);
        transform: rotate(90deg) translateX(-50%);
    }
    #top_contents #section-wrap .btn-news-archive {
        line-height: 1;
        margin-top: calc(100vw * 30 / 640);
    }
    #top_contents #section-wrap .btn-news-archive a {
        font-size: calc(100vw * 18 / 640);
    }
    #top_contents #section-wrap .btn-news-archive a img {
        width: calc(100vw * 12 / 640);
    }
}

/*------------------------------------------------------------
	FOOTER
------------------------------------------------------------*/

#footer {
    width: 100%;
    height: 80px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#footer a {
    color: #333;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
#footer a:hover {
    opacity: 0.6;
}
#footer .footer-link {
    text-align: left;
}
#footer .footer-link a {
    display: inline-block;
    margin-right: 35px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.08em;
    line-height: 2;
}
#footer .btnto-pagetop img {
    width: 10px;
    height: 10px;
}
#footer .btnto-pagetop a {
    display: inline-block;
    padding: 5px;
    line-height: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#footer .btnto-pagetop {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
}
#footer .copyright {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.08em;
    color: #999;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1em;
}
#footer .copyright .xiaohongshu-qr {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 8px);
    width: 160px;
    max-width: none;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    z-index: 100000;
}
@media only screen and (min-width: 641px) {
    .menu-wrap > ul > li.xiaohongshu:hover .xiaohongshu-qr,
    .menu-wrap > ul > li.xiaohongshu:focus-within .xiaohongshu-qr {
        opacity: 1;
    }

    #footer .copyright .xiaohongshu-link:hover .xiaohongshu-qr,
    #footer .copyright .xiaohongshu-link:focus .xiaohongshu-qr,
    #footer .copyright .xiaohongshu-link:focus-visible .xiaohongshu-qr {
        opacity: 1;
    }
}

@media only screen and (max-width: 640px) {
    .menu-wrap > ul > li.xiaohongshu > .xiaohongshu-link {
        display: flex;
        width: 100%;
        margin: 0;
        min-height: 14vw;
    }

    .menu-wrap > ul > li.xiaohongshu .xiaohongshu-qr,
    #footer .copyright .xiaohongshu-qr {
        width: 80px;
    }

    .menu-wrap > ul > li.xiaohongshu > .xiaohongshu-link.is-open .xiaohongshu-qr,
    #footer .copyright .xiaohongshu-link.is-open .xiaohongshu-qr {
        opacity: 1;
    }

    #footer {
        font-size: calc(100vw * 20 / 640);
        width: 100%;
        padding: 10% 0;
        text-align: center;
        height: auto;
        line-height: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #footer .btnto-pagetop {
        position: static;
        left: auto;
        bottom: auto;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        padding-bottom: 5%;
        line-height: 1;
    }
    #footer .btnto-pagetop a {
        position: static;
        display: inline-block;
        padding: 0;
        width: auto;
        height: auto;
        line-height: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    #footer .btnto-pagetop img {
        width: calc(100vw * 12 / 640);
        height: auto;
    }
    #footer .footer-link {
        position: static;
        text-align: center;
        text-indent: 0.08em;
        margin-bottom: 5%;
        height: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    #footer .footer-link a {
        font-size: calc(100vw * 22 / 640);
        width: auto;
        padding: 0 6.25vw;
        margin-right: 0;
        line-height: 1;
        position: static;
    }
    #footer .copyright {
        font-size: 90%;
        position: static;
        text-indent: 0.08em;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

/*------------------------------------------------------------
	COMPANY
------------------------------------------------------------*/

#company {
}
#company h1 {
    text-align: center;
    font-size: 24px;
    font-weight: 100;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
    color: #333;
    line-height: 1;
    padding: 120px 0 150px;
    text-align: center;
}

#company .company-contents-first {
    width: 100%;
    margin: auto;
    padding-bottom: 150px;
    border-bottom: 1px solid #ddd;
}
#company .company-contents-left {
    width: 100%;
    text-align: center;
}
#company .company-contents-right {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}
#company .company-contents-left h3 {
    margin-bottom: 1em;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    line-height: 1.2;
    font-size: 14px;
    font-weight: 700;
}
#company .company-contents-left h2 img {
    width: 100%;
    margin-bottom: 1em;
    max-width: 350px;
}
#company .company-contents-left p a {
    opacity: 0.4;
    color: #000;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 1.2;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
#company .company-contents-left p a:hover {
    opacity: 1;
}
#company .company-contents-right h2 {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 0.2em;
}
#company .company-contents-right p {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.6;
    color: #555;
    letter-spacing: 0.08em;
}
#company .company-contents-right .office-lists-box {
    padding-top: 50px;
}
#company .company-contents-right .office-lists-box:first-child {
    padding-top: 0px;
}
#company .company-contents-second {
    max-width: 960px;
    margin: auto;
    padding: 150px 0 0;
}
#company .company-contents-second .brand-lists {
    text-align: center;
    letter-spacing: -0.5em;
}
#company .company-contents-second .brand-lists li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    position: relative;
    padding-bottom: 150px;
}
#company .company-contents-second .brand-lists.column-1 li {
    width: 100%;
}
#company .company-contents-second .brand-lists.column-2 li {
    width: 50%;
}
#company .company-contents-second .brand-lists.column-3 li {
    width: 33.333%;
}
#company .company-contents-second .brand-lists.column-4 li {
    width: 25%;
}
#company .company-contents-second .brand-lists li a img {
    vertical-align: bottom;
    max-width: 220px;
    width: 100%;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
#company .company-contents-second .brand-lists li a:hover img {
    opacity: 0.6;
}
#company .company-contents-second .brand-lists .brand-url a {
    font-size: 12px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
    color: #999;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
#company .company-contents-second .brand-lists .brand-url a:hover {
    color: #000;
}

@media only screen and (max-width: 640px) {
    #company h1 {
        font-size: calc(100vw * 28 / 640);
        line-height: 1;
        padding-top: 15.625%;
        padding-bottom: 15.625%;
    }
    #company .company-contents-first {
        padding-bottom: 0;
        position: relative;
        border-bottom: none;
    }
    #company .company-contents-first::before {
        content: "";
        display: block;
        height: 1px;
        width: 87.5%;
        background-color: #ddd;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -43.75%;
    }
    #company .company-contents-right,
    #company .company-contents-left {
        float: none;
        width: 100%;
        text-align: center;
        padding-left: 0;
        padding-bottom: 15.625%;
    }
    #company .company-contents-left h2 img {
        max-width: 100%;
        width: 68.75%;
        margin-bottom: 0;
    }
    #company .company-contents-left p a {
        font-size: calc(100vw * 18 / 640);
        text-indent: 0.08em;
    }
    #company .company-contents-right h2 {
        font-size: calc(100vw * 24 / 640);
        text-indent: 0.05em;
    }
    #company .company-contents-right p {
        font-size: calc(100vw * 20 / 640);
        text-indent: 0.08em;
    }
    #company .company-contents-right .office-lists-box {
        padding-top: 15.625%;
    }
    #company .company-contents-second {
        padding-top: 15.625%;
    }
    #company .company-contents-second .brand-lists li {
        padding-bottom: 15.625%;
    }
    #company .company-contents-second .brand-lists .brand-url a {
        font-size: calc(100vw * 16 / 640);
    }
    #company .company-contents-second .brand-lists li a img {
        max-width: 100%;
        width: 75%;
    }
}



/*------------------------------------------------------------
	CAPSULE COLLECTION - page
------------------------------------------------------------*/

#capsule_collection h1 {
    text-align: center;
    font-size: 24px;
    font-weight: 100;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
    color: #333;
    line-height: 1;
    padding: 120px 0 150px;
    text-align: center;
}
#capsule_collection .section-contents {
    width: 100%;
    max-width: 540px;
    margin: auto;
    font-size: 13px;
    font-weight: 300;
    line-height: 2;
}
#capsule_collection .models-wrap {
    padding: 150px 0 70px;
}
#capsule_collection .models-list {
    width: 100%;
    max-width: 930px;
    margin: auto;
    letter-spacing: -0.5em;
    text-align: center;
}
#capsule_collection .models-list li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    padding-bottom: 80px;
}
#capsule_collection .models-list li a h3 {
    margin-top: 1em;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    color: #666;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#capsule_collection .models-list li a:hover h3 {
    color: #000;
}

@media only screen and (max-width: 640px) {
    #capsule_collection h1 {
        font-size: calc(100vw * 28 / 640);
        line-height: 1;
        padding-top: 15.625%;
        padding-bottom: 15.625%;
    }
    #capsule_collection .section-contents {
        width: 78.125%;
        font-size: calc(100vw * 22 / 640);
        line-height: 2;
    }
    #capsule_collection .models-wrap {
        padding: 10.9375% 0 15.625%;
    }
    #capsule_collection .models-list {
        width: 78.125%;
    }
    #capsule_collection .models-list li {
        width: 100%;
        padding-top: 14%;
        padding-bottom: 0;
    }
    #capsule_collection .models-list li:first-child {
        padding-top: 0;
    }
    #capsule_collection .models-list li a h3 {
        font-size: calc(100vw * 16 / 640);
        margin-top: 0;
    }
}

/*------------------------------------------------------------
	CAPSULE COLLECTION - Single
------------------------------------------------------------*/

#capsule_collection_single .section-title {
    text-align: center;
    padding: 120px 0 90px;
}
#capsule_collection_single .section-title h2 {
    position: relative;
    font-size: 24px;
    font-weight: 100;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
    line-height: 1;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
#capsule_collection_single .section-title h2::after {
    content: "";
    display: block;
    height: 1px;
    width: 220px;
    background-color: #ddd;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -110px;
}
#capsule_collection_single .section-title h1 {
    line-height: 1;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
}
#capsule_collection_single .slick-dotted.slick-slider {
    margin-bottom: 150px;
}
#capsule_collection_single .capsule_collection-gallery .slick-list {
    width: 100%;
    max-width: 800px;
    margin: auto;
    margin-bottom: 60px;
}
#capsule_collection_single .capsule_collection-gallery-image {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s !important;
}
#capsule_collection_single .capsule_collection-gallery-image.slick-active {
    -webkit-transition-delay: 0.5s !important;
    -o-transition-delay: 0.5s !important;
    transition-delay: 0.5s !important;
}
#capsule_collection_single .slick-dots {
    position: static;
    letter-spacing: -0.5em;
    margin: auto;
    width: 100%;
}
#capsule_collection_single .slick-dots li {
    letter-spacing: normal;
    vertical-align: top;
    margin: 0;
    margin-top: 40px;
    padding: 0 6px;
    height: auto;
    cursor: pointer;
}
#capsule_collection_single .slick-dots li span {
    width: 100%;
    display: block;
    padding-top: 34%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#capsule_collection_single .slick-dots li.slick-active:hover span {
    opacity: 1;
}
#capsule_collection_single .slick-dots li:hover span {
    opacity: 0.6;
}
#capsule_collection_single .slick-dots li p {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    color: #ddd;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#capsule_collection_single .slick-dots li:hover p,
#capsule_collection_single .slick-dots li.slick-active p {
    color: #333;
}
#capsule_collection_single .column-4 .slick-dots {
    max-width: 80%;
}
#capsule_collection_single .column-3 .slick-dots {
    max-width: 60%;
}
#capsule_collection_single .column-2 .slick-dots {
    max-width: 40%;
}
#capsule_collection_single .column-1 .slick-dots {
    max-width: 20%;
}

#capsule_collection_single .column-8 .slick-dots li {
    width: 12.5%;
}
#capsule_collection_single .column-7 .slick-dots li {
    width: 14.285%;
}
#capsule_collection_single .column-6 .slick-dots li {
    width: 16.666%;
}
#capsule_collection_single .column-5 .slick-dots li {
    width: 20%;
}
#capsule_collection_single .column-4 .slick-dots li {
    width: 25%;
}
#capsule_collection_single .column-3 .slick-dots li {
    width: 33.333%;
}
#capsule_collection_single .column-2 .slick-dots li {
    width: 50%;
}
#capsule_collection_single .column-1 .slick-dots li {
    width: 100%;
}

#capsule_collection_single .capsule_collection-detail {
    width: 100%;
    max-width: 540px;
    margin: auto;
    margin-bottom: 150px;
}

#capsule_collection_single
    .capsule_collection-detail
    .capsule_collection-contents {
    font-size: 13px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-bottom: 50px;
}
#capsule_collection_single .capsule_collection-detail dl {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #888;
    border-bottom: 1px solid #ddd;
}
#capsule_collection_single .capsule_collection-detail dl dt {
    float: left;
    width: 100px;
    padding: 1.2em 0;
    border-top: 1px solid #ddd;
}
#capsule_collection_single .capsule_collection-detail dl dd {
    margin-left: 100px;
    padding: 1.2em 0;
    border-top: 1px solid #ddd;
}

#capsule_collection_single .other-models-wrap {
    text-align: center;
    padding: 100px 0 20px;
    border-top: 1px solid #ddd;
}
#capsule_collection_single .other-models-wrap h2 {
    font-size: 18px;
    font-weight: 100;
    line-height: 1;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    margin-bottom: 80px;
}
#capsule_collection_single .other-models-list {
    width: 100%;
    max-width: 930px;
    margin: auto;
    letter-spacing: -0.5em;
}
#capsule_collection_single .other-models-list li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    padding-bottom: 80px;
}
#capsule_collection_single .other-models-list li a h3 {
    margin-top: 1em;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    color: #666;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#capsule_collection_single .other-models-list li a:hover h3 {
    color: #000;
}

@media only screen and (max-width: 640px) {
    #capsule_collection_single .section-title {
        padding-top: 15.625%;
        padding-bottom: 7.8125%;
    }
    #capsule_collection_single .section-title h2 {
        font-size: calc(100vw * 28 / 640);
        margin-bottom: 7.8125%;
        padding-bottom: 7.8125%;
    }
    #capsule_collection_single .section-title h1 {
        font-size: calc(100vw * 20 / 640);
    }
    #capsule_collection_single .slick-dotted.slick-slider {
        margin-bottom: 7.8125%;
    }
    #capsule_collection_single .capsule_collection-gallery .slick-list {
        margin-bottom: 9.375%;
    }
    #capsule_collection_single .slick-dots-wrap {
        width: 100%;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    #capsule_collection_single .slick-dots {
        max-width: none;
        padding: 0 9vw;
    }
    #capsule_collection_single .column-4 .slick-dots,
    #capsule_collection_single .column-3 .slick-dots,
    #capsule_collection_single .column-2 .slick-dots,
    #capsule_collection_single .column-1 .slick-dots {
        max-width: none;
    }
    #capsule_collection_single .column-8 .slick-dots {
        width: calc(25vw * 8 + 18vw);
    }
    #capsule_collection_single .column-7 .slick-dots {
        width: calc(25vw * 7 + 18vw);
    }
    #capsule_collection_single .column-6 .slick-dots {
        width: calc(25vw * 6 + 18vw);
    }
    #capsule_collection_single .column-5 .slick-dots {
        width: calc(25vw * 5 + 18vw);
    }
    #capsule_collection_single .column-4 .slick-dots {
        width: calc(25vw * 4 + 18vw);
    }
    #capsule_collection_single .column-3 .slick-dots {
        width: calc(25vw * 3 + 18vw);
    }
    #capsule_collection_single .column-2 .slick-dots {
        width: calc(25vw * 2 + 18vw);
    }
    #capsule_collection_single .column-1 .slick-dots {
        width: calc(25vw * 1 + 18vw);
    }
    #capsule_collection_single .slick-dots li {
        margin-top: 0;
        margin-bottom: 7.8125vw;
        width: 25vw;
    }
    #capsule_collection_single .slick-dots li p {
        font-size: calc(100vw * 18 / 640);
    }
    #capsule_collection_single .capsule_collection-detail {
        max-width: 100%;
        width: 87.5%;
        margin-bottom: 15.625%;
    }
    #capsule_collection_single
        .capsule_collection-detail
        .capsule_collection-contents {
        font-size: calc(100vw * 22 / 640);
        margin-bottom: 15.625vw;
    }
    #capsule_collection_single .capsule_collection-detail dl {
        font-size: calc(100vw * 20 / 640);
        line-height: 1.5;
    }
    #capsule_collection_single .capsule_collection-detail dl dt {
        width: 26.8%;
        padding: 0.8em 0;
    }
    #capsule_collection_single .capsule_collection-detail dl dd {
        margin-left: 26.8%;
        padding: 0.8em 0;
    }
    #capsule_collection_single .other-models-wrap {
        padding: 15.625% 0 3.125%;
    }
    #capsule_collection_single .other-models-wrap h2 {
        font-size: calc(100vw * 24 / 640);
        margin-bottom: 12.5%;
    }
    #capsule_collection_single .other-models-list li {
        padding-bottom: 12.5vw;
    }
    #capsule_collection_single .other-models-list li a h3 {
        font-size: calc(100vw * 16 / 640);
    }
}

/*------------------------------------------------------------
	STORES - archive
------------------------------------------------------------*/

.archive-stores-wrap {
    padding: 120px 0 150px;
    width: 100%;
    margin: auto;
}
.archive-stores-wrap > h1 {
    text-align: center;
    font-size: 24px;
    font-weight: 100;
    line-height: 1;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
    color: #333;
    padding-bottom: 50px;
}
.flagship-store-wrap > h1 {
    text-align: center;
    font-size: 24px;
    font-weight: 100;
    line-height: 1;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
    color: #333;
    padding-bottom: 50px;
}
.archive-stores-wrap .single-stores-area-wrap {
    padding-bottom: 50px;
    border-top: 1px solid #ddd;
}
.archive-stores-wrap .single-stores-area-wrap:first-child {
    border-top: none;
}
.archive-stores-wrap .single-stores-area-wrap > h2 {
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.archive-stores-wrap .pref-state-list-wrap {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #ddd;
}
.archive-stores-wrap .pref-state-list li {
    display: inline-block;
    width: 25%;
    padding-right: 10px;
    vertical-align: top;
    padding: 0 10px 0 0;
    margin-bottom: 50px;
}
.archive-stores-wrap .pref-state-list li a {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #000;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.archive-stores-wrap .pref-state-list li a:hover {
    color: #666;
}

.archive-stores-wrap .stores-lists li {
    width: 25%;
    display: inline-block;
    line-height: 24px;
    padding: 0 10px 0 40px;
    margin-bottom: 50px;
    position: relative;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.05em;
    vertical-align: top;
}
.archive-stores-wrap .stores-lists li a {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #000;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.archive-stores-wrap .stores-lists li a:hover {
    color: #666;
}
.archive-stores-wrap .stores-lists span img {
    border: 1px solid #ddd;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
}

.post-type-archive-stores #flagship-store-wrap {
    padding-top: 0;
}
.post-type-archive-stores #flagship-store-wrap .flagship-store-list a h3 {
    font-weight: 100;
    font-size: 38px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
    line-height: 1.3;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.post-type-archive-stores #flagship-store-wrap .flagship-store-list a h3 span {
    font-size: 16px;
    font-weight: 300;
    display: block;
}

@media only screen and (max-width: 640px) {
    .archive-stores-wrap {
        margin-top: 0;
        padding-bottom: 0;
        padding-top: calc(100vw * 100 / 640);
    }
    .archive-stores-wrap > h1 {
        font-size: calc(100vw * 28 / 640);
        padding-bottom: calc(100vw * 100 / 640);
    }
    .flagship-store-wrap > h1 {
        font-size: calc(100vw * 28 / 640);
        padding-bottom: calc(100vw * 100 / 640);
    }
    .archive-stores-wrap .single-stores-area-wrap {
        border-top: 1px solid #ddd;
        padding-bottom: calc(100vw * 50 / 640);
    }
    .archive-stores-wrap .single-stores-area-wrap.japan {
        margin-top: 0;
    }
    .post-type-archive-stores #flagship-store-wrap .flagship-store-list a h3 {
        font-size: calc(100vw * 38 / 640);
    }
    .post-type-archive-stores
        #flagship-store-wrap
        .flagship-store-list
        a
        h3
        span {
        display: none;
    }
    .archive-stores-wrap .single-stores-area-wrap > h2 {
        padding: calc(100vw * 100 / 640) 0;
        font-size: calc(100vw * 18 / 640);
    }
    .archive-stores-wrap .pref-state-list {
        width: 87.5%;
        margin: auto;
    }
    .archive-stores-wrap .pref-state-list li {
        width: 50%;
        padding: 0;
        margin-bottom: calc(100vw * 50 / 640);
    }
    .archive-stores-wrap .pref-state-list li a {
        font-size: calc(100vw * 20 / 640);
    }
    .archive-stores-wrap .stores-lists {
        width: 87.5%;
        margin: auto;
    }
    .archive-stores-wrap .stores-lists li {
        width: 50%;
        padding: 0 0.5em 0 2em;
        margin-bottom: calc(100vw * 50 / 640);
        font-size: calc(100vw * 20 / 640);
        line-height: 1.6;
    }
    .archive-stores-wrap .stores-lists li a {
        font-size: 10px;
        font-size: calc(100vw * 20 / 640);
    }
    .archive-stores-wrap .stores-lists span img {
        width: 1.2em;
        border-radius: 0.3em;
        top: 0.2em;
    }
}

/*------------------------------------------------------------
	STORES - single
------------------------------------------------------------*/

.single-stores-wrap {
    padding: 120px 0 100px;
    width: 100%;
    margin: auto;
}
.single-stores-wrap .single-stores-contents-header {
    text-align: center;
    padding: 0 0 50px;
}
.single-stores-wrap .single-stores-contents-header h2 {
    font-size: 24px;
    font-weight: 100;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
    line-height: 1;
}
.single-stores-wrap .single-stores-contents-header h2 a {
    color: #333;
    display: inline-block;
    padding-left: 1em;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    backface-visibility: hidden;
}
.single-stores-wrap .single-stores-contents-header h2 a:hover {
    opacity: 0.6;
}
.single-stores-wrap .single-stores-contents-header h2 a img {
    width: 0.44em;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}
.single-stores-wrap .single-stores-contents-header h1 {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    line-height: 1;
    padding-top: 2em;
    margin-top: 2em;
    position: relative;
}
.single-stores-wrap .single-stores-contents-header h1::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 220px;
    height: 1px;
    background-color: #ddd;
    margin-left: -110px;
}
.single-stores-wrap .fa {
    font-size: 14px;
}
.single-stores-wrap .store-box {
    padding: 100px 0 0;
}
.single-stores-wrap .store-box.flagship-store,
.single-stores-wrap .store-box.store-border-top {
    border-top: 1px solid #ddd;
    margin-top: 100px;
}
.single-stores-wrap .store-box:first-child,
.single-stores-wrap .store-box.store-border-top:first-child {
    margin-top: 0;
}
.single-stores-wrap .store-box-left {
    float: left;
    width: 280px;
    padding-right: 0.5em;
    font-weight: 100;
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0.08em;
}
.single-stores-wrap .store-box-right {
    margin-left: 280px;
}
.single-stores-wrap .store-box-right h3 {
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin-bottom: 5px;
}
.single-stores-wrap .store-box-right h3 a {
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 1.6;
    color: #000;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.single-stores-wrap .store-box-right h3 a:hover {
    color: #666;
}
.single-stores-wrap .store-box-right p,
.single-stores-wrap .store-box-right .store-address {
    font-weight: 300;
    line-height: 20px;
    font-size: 13px;
    color: #666;
    letter-spacing: 0.08em;
}
.single-stores-wrap .store-box-right .store-tel {
    font-weight: 300;
    line-height: 20px;
    font-size: 13px;
    letter-spacing: 0.08em;
    color: #666;
}
.single-stores-wrap .store-box-right .store-tel a {
    font-weight: 300;
    line-height: 20px;
    font-size: 13px;
    letter-spacing: 0.08em;
    color: #666;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.single-stores-wrap .store-box-right p a {
    color: #000;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.single-stores-wrap .store-box-right .store-tel a:hover {
    color: #000;
}
.single-stores-wrap .store-box-right p a:hover {
    color: #666;
}
.single-stores-wrap .store-box-right p a i {
    margin-left: 1em;
}

.single-stores-wrap .pref-state-list-wrap {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #ddd;
}
.single-stores-wrap .pref-state-list li {
    display: inline-block;
    width: 25%;
    padding-right: 10px;
    vertical-align: top;
    padding-bottom: 50px;
}
.single-stores-wrap .pref-state-list li a {
    font-weight: 100;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #000;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.single-stores-wrap .pref-state-list li a:hover {
    color: #666;
}

@media only screen and (max-width: 640px) {
    .single-stores-wrap {
        margin-top: 0;
        padding-bottom: calc(100vw * 100 / 640);
        padding-top: calc(100vw * 100 / 640);
        border-bottom: none;
    }
    .single-stores-wrap > h1 {
        font-size: calc(100vw * 26 / 640);
        font-weight: 100;
        line-height: 1;
    }
    .single-stores-wrap .single-stores-contents-header {
        text-align: center;
        padding-bottom: calc(100vw * 100 / 640);
    }
    .single-stores-wrap .single-stores-contents-header h2 {
        font-size: 17px;
        font-size: calc(100vw * 28 / 640);
    }
    .single-stores-wrap .single-stores-contents-header h1 {
        font-size: calc(100vw * 26 / 640);
        font-weight: 100;
    }
    .single-stores-wrap .stores-list {
        width: 100%;
        margin: auto;
    }
    .single-stores-wrap .store-box {
        padding-top: calc(100vw * 100 / 640);
    }
    .single-stores-wrap .store-box.flagship-store,
    .single-stores-wrap .store-box.store-border-top {
        margin-top: 14.3%;
    }
    .single-stores-wrap .store-box-left {
        font-size: calc(100vw * 32 / 640);
        line-height: 1.35;
        width: 100%;
        float: none;
        text-align: center;
        padding: 0 0 calc(100vw * 100 / 640);
        display: none;
    }
    .single-stores-wrap .store-border-top .store-box-left {
        display: block;
    }
    .single-stores-wrap .store-box-right {
        margin-left: 0;
        text-align: center;
    }
    .single-stores-wrap .store-box.flagship-store .store-box-left {
        float: none;
        padding-right: 0;
        width: 100%;
        font-size: calc(100vw * 32 / 640);
        margin-bottom: 0.5em;
    }
    .single-stores-wrap .store-box.flagship-store .store-box-left br {
        display: none;
    }
    .single-stores-wrap .store-box.flagship-store .store-box-right {
        margin-left: 0;
    }
    .single-stores-wrap .store-box.flagship-store .store-box-right h3 {
        font-size: 15px;
        font-size: calc(100vw * 24 / 640);
        font-weight: 100;
        margin-bottom: 0.5em;
        line-height: 1.35;
    }
    .single-stores-wrap .store-box-right h3 {
        font-size: calc(100vw * 24 / 640);
        line-height: 1.35;
    }
    .single-stores-wrap .store-box-right h3 a {
        font-size: calc(100vw * 24 / 640);
        line-height: 1.35;
    }
    .single-stores-wrap .store-box-right p,
    .single-stores-wrap .store-box-right .store-address,
    .single-stores-wrap .store-box-right .store-tel,
    .single-stores-wrap .store-box-right .store-tel a {
        font-size: calc(100vw * 18 / 640);
        line-height: 1.5;
    }
    .single-stores-wrap .pref-state-list li {
        width: 33.333%;
        font-size: calc(100vw * 18 / 640);
        padding: 0 0.5em 2.5em 0;
    }
    .single-stores-wrap .pref-state-list li a {
        font-size: 10px;
        font-size: calc(100vw * 18 / 640);
    }
    .single-stores-wrap .pref-state-list {
        width: 87.5%;
        margin: auto;
    }
}

/*------------------------------------------------------------
	PRESS - archive
------------------------------------------------------------*/

.archive-press-wrap {
    padding: 120px 0 0;
    width: 100%;
    margin: auto;
}
.archive-press-wrap > h1 {
    text-align: center;
    font-size: 24px;
    font-weight: 100;
    line-height: 1;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
    color: #333;
    padding-bottom: 50px;
    margin-bottom: 40px;
    position: relative;
}
.archive-press-wrap > h1::after {
    content: "";
    height: 1px;
    width: 200px;
    background-color: #ddd;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -100px;
}
.archive-press-wrap .etabs {
    width: 100%;
    text-align: center;
    line-height: 1;
    margin-bottom: 140px;
}
.archive-press-wrap .etabs li {
    display: inline-block;
    line-height: 1;
    font-size: 14px;
    padding: 0 1em;
}
.archive-press-wrap .etabs li a {
    line-height: 2.5;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    color: #999;
    display: block;
}
.archive-press-wrap .etabs li a.active {
    color: #000;
}
.archive-press-wrap .panel-container {
    text-align: center;
}
.archive-press-wrap .panel-container h2 {
    font-size: 18px;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    font-weight: 100;
    line-height: 1;
    margin-bottom: 30px;
}
.archive-press-wrap .press-list {
    width: 100%;
    letter-spacing: -0.5em;
    font-size: 0;
    margin-bottom: 120px;
}
.archive-press-wrap .press-list li {
    display: inline-block;
    letter-spacing: normal;
    width: 110px;
    font-size: 12px;
    padding: 0 5px 30px;
}
.archive-press-wrap .press-list li .thumb {
    padding: 10px 0;
}
.archive-press-wrap .press-list li a {
    color: #666;
}
.archive-press-wrap .press-list li a h3 {
    letter-spacing: 0.08em;
    text-indent: 0.08em;
    line-height: 1.3;
    margin-top: 0.5em;
}
.archive-press-wrap .press-list li a h3 span {
    display: block;
}
@media only screen and (max-width: 640px) {
    .archive-press-wrap {
        padding: 15.625vw 0 0;
    }
    .archive-press-wrap h1 {
        font-size: calc(100vw * 28 / 640);
        letter-spacing: 0.15em;
        text-indent: 0.15em;
        margin-bottom: 7vw;
        padding-bottom: 7.8125vw;
    }
    .archive-press-wrap > h1::after {
        width: 46vw;
        margin-left: -23vw;
    }
    .archive-press-wrap .etabs {
        margin-bottom: 15.625vw;
    }
    .archive-press-wrap .etabs li {
        padding: 0 3.125vw;
    }
    .archive-press-wrap .etabs li a {
        font-size: calc(100vw * 18 / 640);
        line-height: calc(100vw * 28 / 640);
    }
    .archive-press-wrap .panel-container h2 {
        font-size: calc(100vw * 24 / 640);
        margin-bottom: 7.8125vw;
    }
    .archive-press-wrap .press-list {
        width: 85.9375vw;
        margin: 0 auto 10.9375vw;
    }
    .archive-press-wrap .press-list li {
        width: 20%;
        padding: 0 0.78125vw 7.8125vw;
    }
    .archive-press-wrap .press-list li .thumb {
        padding: 1.5625vw 0;
    }
    .archive-press-wrap .press-list li a h3 {
        font-size: calc(100vw * 16 / 640);
        line-height: 1.5;
    }
    .post-type-archive-press #footer {
        padding-top: 0;
    }
}

/*------------------------------------------------------------
	PRESS - single
------------------------------------------------------------*/

.single-press-wrap {
    padding: 120px 0 120px;
    width: 100%;
    margin: auto;
    text-align: center;
}
.single-press-wrap .btn-back {
    font-size: 24px;
    font-weight: 100;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
    line-height: 1;
}
.single-press-wrap .btn-back a {
    color: #333;
    display: inline-block;
    padding-left: 1em;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    backface-visibility: hidden;
}
.single-press-wrap .btn-back a:hover {
    opacity: 0.6;
}
.single-press-wrap .btn-back a img {
    width: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}
.single-press-wrap .press-title {
    position: relative;
    margin-top: 30px;
    padding-top: 30px;
}
.single-press-wrap .press-title::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 220px;
    height: 1px;
    background-color: #ddd;
    margin-left: -110px;
}
.single-press-wrap .press-title .date {
    font-size: 12px;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    font-weight: 300;
    color: #333;
}

.single-press-wrap .press-title h1 {
    font-weight: 100;
    font-size: 24px;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
    line-height: 1;
    line-height: 1.8;
    margin-bottom: 20px;
}
.single-press-wrap .thumb {
    margin-bottom: 30px;
}
.single-press-wrap .thumb img {
    width: 160px;
    vertical-align: bottom;
}
.single-press-wrap .model {
    font-weight: 100;
    font-size: 24px;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    color: #333;
    line-height: 1;
    margin-bottom: 30px;
}
.single-press-wrap .model::before {
    content: "Model";
    display: block;
    font-size: 12px;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 1em;
}
.single-press-wrap .contents {
    padding-bottom: 150px;
}

@media only screen and (max-width: 640px) {
    .single-press-wrap {
        padding: 15.625vw 0 0;
        width: 87.5vw;
        margin: auto;
    }
    .single-press-wrap .btn-back {
        font-size: calc(100vw * 28 / 640);
    }
    .single-press-wrap .btn-back a img {
        width: calc(100vw * 12 / 640);
        height: auto;
    }
    .single-press-wrap .press-title {
        padding-top: 7.8125vw;
        margin-top: 7.8125vw;
    }
    .single-press-wrap .press-title::before {
        width: 37.5vw;
        margin-left: -18.75vw;
    }
    .single-press-wrap .press-title .date {
        font-size: calc(100vw * 16 / 640);
    }
    .single-press-wrap .press-title h1 {
        font-size: calc(100vw * 26 / 640);
        margin-bottom: 7vw;
    }
    .single-press-wrap .thumb {
        margin-bottom: 7.8125vw;
    }
    .single-press-wrap .model::before {
        font-size: calc(100vw * 16 / 640);
    }
    .single-press-wrap .model {
        font-size: calc(100vw * 26 / 640);
        margin-bottom: 7.8125vw;
    }
    .single-press-wrap .contents {
        padding-bottom: 15.625vw;
    }
}

/*------------------------------------------------------------
	NEWS - archive
------------------------------------------------------------*/

.archive-news-wrap {
    padding: 120px 0 120px;
    width: 100%;
    margin: auto;
}
.archive-news-wrap > h1 {
    text-align: center;
    font-size: 24px;
    font-weight: 100;
    line-height: 1;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
    color: #333;
    padding-bottom: 150px;
}
.archive-news-wrap .news-list {
    border-top: 1px solid #ddd;
}
.archive-news-wrap .news-list li {
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
}
.archive-news-wrap .news-list li a {
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.archive-news-wrap .news-list li a:hover {
    opacity: 0.6;
}
.archive-news-wrap .news-list li .date {
    float: left;
    letter-spacing: 0.1em;
    font-size: 12px;
    font-weight: 300;
    line-height: 2.3;
}
.archive-news-wrap .news-list li h2,
.archive-news-wrap .news-list li .news-excerpt {
    margin-left: 130px;
}
.archive-news-wrap .news-list li h2 {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 0.5em;
}
.archive-news-wrap .news-list li .news-excerpt {
    font-size: 12px;
    line-height: 1.67;
}

@media only screen and (max-width: 640px) {
    .archive-news-wrap {
        padding: 15.625vw 0 0;
    }
    .archive-news-wrap > h1 {
        padding-bottom: 15.625vw;
        font-size: calc(100vw * 28 / 640);
        letter-spacing: 0.15em;
        text-indent: 0.15em;
    }
    .archive-news-wrap .news-list {
        width: 78.125vw;
        margin: auto;
    }
    .archive-news-wrap .news-list li {
        padding: 15.625vw 0 20vw;
        position: relative;
    }
    .archive-news-wrap .news-list li .date {
        font-size: calc(100vw * 18 / 640);
        line-height: calc(100vw * 20 / 640);
        position: absolute;
        bottom: 15.625vw;
        left: 0;
    }
    .archive-news-wrap .news-list li h2,
    .archive-news-wrap .news-list li .news-excerpt {
        margin-left: 0;
        line-height: 2;
    }
    .archive-news-wrap .news-list li h2 {
        font-size: calc(100vw * 24 / 640);
    }
    .archive-news-wrap .news-list li .news-excerpt {
        font-size: calc(100vw * 20 / 640);
    }
}

/*------------------------------------------------------------
	NEWS - single
------------------------------------------------------------*/

.single-news-wrap {
    padding: 120px 0 120px;
    width: 100%;
    margin: auto;
    text-align: center;
}
.single-news-wrap .btn-back {
    font-size: 24px;
    font-weight: 100;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
    line-height: 1;
}
.single-news-wrap .btn-back a {
    color: #333;
    display: inline-block;
    padding-left: 1em;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    backface-visibility: hidden;
}
.single-news-wrap .btn-back a:hover {
    opacity: 0.6;
}
.single-news-wrap .btn-back a img {
    width: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}
.single-news-wrap .news-header .btn-back {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
}
.single-news-wrap .news-header .btn-back a {
    padding-left: 1.5em;
}
.single-news-wrap h1 {
    font-size: 22px;
    line-height: 1.4;
    margin: 1em 0;
}
.single-news-wrap .date {
    font-size: 12px;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    font-weight: 300;
    line-height: 1;
}
.single-news-wrap .contents {
    text-align: left;
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.single-news-wrap .contents p {
    font-size: 13px;
    line-height: 2.2;
}

@media only screen and (max-width: 640px) {
    .single-news-wrap {
        padding: 15.625vw 0 0;
        width: 78.125vw;
        margin: auto;
    }
    .single-news-wrap .contents {
        margin: 15.625vw 0;
        padding: 15.625vw 0;
    }
    .single-news-wrap .btn-back,
    .single-news-wrap .news-header .btn-back {
        font-size: calc(100vw * 28 / 640);
    }
    .single-news-wrap h1 {
        position: relative;
        margin-top: 7.8125vw;
        font-size: calc(100vw * 32 / 640);
        line-height: 1.625;
        padding-top: 6.25vw;
    }
    .single-news-wrap h1::before {
        content: "";
        display: block;
        height: 1px;
        width: 37.5vw;
        background-color: #ddd;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .single-news-wrap .date {
        font-size: calc(100vw * 16 / 640);
    }
    .single-news-wrap .contents p {
        font-size: calc(100vw * 20 / 640);
        line-height: 2;
    }
    .single-news-wrap .btn-back a img {
        width: calc(100vw * 12 / 640);
        height: auto;
    }
}

/*------------------------------------------------------------
	COLLABORATION - archive
------------------------------------------------------------*/

.archive-collaboration-wrap {
    padding: 120px 0 120px;
    width: 100%;
    margin: auto;
}

.flagship-store-wrap {
    padding: 120px 0 120px;
    width: 100%;
    margin: auto;
}

.archive-collaboration-wrap > h1 {
    text-align: center;
    font-size: 24px;
    font-weight: 100;
    line-height: 1;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
    color: #333;
    padding-bottom: 150px;
}
.archive-collaboration-wrap a {
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.archive-collaboration-wrap a:hover {
    opacity: 0.6;
}
.archive-collaboration-wrap a .pc {
    display: block;
}
.archive-collaboration-wrap a .sp {
    display: none;
}
@media only screen and (max-width: 640px) {
    .archive-collaboration-wrap {
        padding: 15.635vw 0 0;
    }
    .archive-collaboration-wrap > h1 {
        padding-bottom: 15.625vw;
        font-size: calc(100vw * 28 / 640);
        letter-spacing: 0.15em;
        text-indent: 0.15em;
    }
    .archive-collaboration-wrap a .sp {
        display: block;
    }
    .archive-collaboration-wrap a .pc {
        display: none;
    }
    .archive-collaboration-wrap ul {
        width: 87.5vw;
        margin: auto;
    }
}

/*------------------------------------------------------------
	COLLABORATION - single
------------------------------------------------------------*/
.single-collaboration #wrap {
    background-color: #f5f5f5;
}
.single-collaboration #main-contents {
    max-width: 820px;
    font-size: 13px;
    line-height: 2;
    color: #333;
}
.single-collaboration #main-contents p {
    margin-bottom: 1em;
}
.single-collaboration #header {
    padding: 0;
}
.single-collaboration .btn-back_to_official {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
    line-height: 1;
    position: absolute;
    z-index: 10;
    top: 20px;
    right: 20px;
}
.single-collaboration .btn-back_to_official a {
    color: #333;
    display: inline-block;
    padding-right: 1.5em;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    backface-visibility: hidden;
}
.single-collaboration .btn-back_to_official a:hover {
    opacity: 0.6;
}
.single-collaboration .btn-back_to_official a img {
    width: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.single-collaboration .btn-back_to_official .bogo-language-switcher {
    display: inline-block;
    line-height: 1;
}
.single-collaboration .btn-back_to_official li {
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #aaa;
    line-height: 1;
}
.single-collaboration .btn-back_to_official li a {
    padding-right: 0;
}
.single-collaboration .btn-back_to_official li.current,
.single-collaboration .btn-back_to_official .bogoflags,
.single-collaboration .btn-back_to_official .bogoflags-before:before {
    display: none;
}

.single-collaboration .header-image,
.single-collaboration .header-image img {
    width: 100%;
}
.single-collaboration .header-image .pc {
    display: block;
}
.single-collaboration .header-image .sp {
    display: none;
}
.single-collaboration .contents,
.single-collaboration .sec-contents {
    padding: 80px 0 50px;
}
.single-collaboration.en-US .contents {
    font-size: 13px;
    line-height: calc(22 / 13);
    font-weight: 300;
}

.single-collaboration .sec-contents {
    border-top: 1px solid #ddd;
}
.single-collaboration .sec-contents::after {
    content: "";
    display: block;
    clear: both;
}
.single-collaboration .sec-contents .left {
    float: left;
    width: 140px;
    margin-right: 36px;
}
.single-collaboration .sec-contents .right {
    margin-left: 176px;
}
.single-collaboration .sec-contents .right h2 {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.2em;
    margin-bottom: 1.5em;
    line-height: 1;
}
.single-collaboration .sec-contents .right h2 span {
    font-size: 13px;
}
.single-collaboration.en-US .sec-contents .right h2 {
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 1.5em;
    line-height: 1;
}
.single-collaboration.en-US .sec-contents .right h2 span {
    margin-left: 1em;
}
.single-collaboration.en-US .sec-contents .right p {
    font-size: 13px;
    line-height: calc(22 / 13);
    font-weight: 300;
}
.single-collaboration .sec-contents .right .sp {
    display: none;
}
#footer .btn-back_to_official {
    position: absolute;
    top: 50%;
    right: 35px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
    line-height: 1;
    position: absolute;
    z-index: 10;
    padding-right: 1.5em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#footer .btn-back_to_official img {
    width: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.single-collaboration #footer .copyright.pc {
    position: static;
    display: inline-block;
}
.single-collaboration #footer .copyright.sp {
    display: none;
}

@media only screen and (max-width: 640px) {
    .single-collaboration #main-contents {
        max-width: 81.25vw;
        margin: auto;
        font-size: calc(100vw * 20 / 640);
        line-height: 2;
        color: #333;
    }
    .single-collaboration .contents,
    .single-collaboration .sec-contents {
        padding: 12.5vw 0 7.8125vw;
    }
    .single-collaboration.en-US .contents,
    .single-collaboration.en-US .sec-contents .right p {
        font-size: calc(100vw * 22 / 640);
        line-height: calc(38 / 22);
    }
    .single-collaboration #main-contents p {
        margin-bottom: 1.5em;
    }
    .single-collaboration .btn-back_to_official {
        top: calc(100vw * 20 / 640);
        right: calc(100vw * 20 / 640);
        font-size: calc(100vw * 16 / 640);
    }
    .single-collaboration .btn-back_to_official > a {
        display: none;
    }
    .single-collaboration #footer .btn-back_to_official {
        display: inline-block;
        font-size: calc(100vw * 22 / 640);
        line-height: 1;
        position: static;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .single-collaboration #footer .btn-back_to_official img {
        width: calc(100vw * 12 / 640);
        height: auto;
    }
    .single-collaboration .btn-back_to_official li {
        margin-right: 0;
        padding-right: 0;
        border-right: none;
    }
    .single-collaboration #footer .btnto-pagetop {
        padding-top: 15.625%;
        margin-top: 15.625%;
        position: relative;
    }
    .single-collaboration #footer .btnto-pagetop::before {
        content: "";
        display: block;
        width: 78.125vw;
        height: 1px;
        background-color: #ddd;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .single-collaboration #footer .copyright.sp {
        display: block;
    }
    .single-collaboration #footer .copyright.pc {
        display: none;
    }

    .single-collaboration .header-image .pc {
        display: none;
    }
    .single-collaboration .header-image .sp {
        display: block;
    }
    .single-collaboration .sec-contents .left {
        display: none;
    }
    .single-collaboration .sec-contents .right {
        float: none;
        margin-left: 0;
    }
    .single-collaboration .sec-contents .right .sp {
        display: block;
        float: right;
        margin-left: 3.125vw;
        width: 31.25vw;
    }
    .single-collaboration .sec-contents .right h2,
    .single-collaboration .sec-contents .right h2 span {
        font-size: calc(100vw * 24 / 640);
        margin-bottom: 1em;
    }
}

/*------------------------------------------------------------
	COLLABORATION - gallery
------------------------------------------------------------*/
.main-wrap {
    width: 100%;
}
.thumbnail-wrap {
    text-align: center;
    font-weight: 300;
}
.thumbnail-wrap ul {
    letter-spacing: -0.5em;
}
.thumbnail-wrap li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    width: 200px;
    padding: 0 10px;
    cursor: pointer;
    color: #ccc;
    padding-bottom: 30px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.thumbnail-wrap li:hover,
.thumbnail-wrap li.active {
    color: #000;
}
.thumbnail-wrap h2 {
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    color: #333;
    font-size: 13px;
    position: relative;
    margin-bottom: 30px;
}
.thumbnail-wrap h2::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #ccc;
    z-index: 1;
}
.thumbnail-wrap h2 span {
    background-color: #f5f5f5;
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 0 2em;
}

.thumbnail-wrap h3 {
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    font-size: 12px;
}
@media only screen and (max-width: 640px) {
    .item-list-wrap {
        width: 100vw;
        margin-left: -9.375vw;
    }
    .thumbnail-wrap h2 {
        width: calc(100vw * 600 / 640);
        margin: 0 auto calc(100vw * 30 / 640);
        font-size: calc(100vw * 20 / 640);
    }
    .thumbnail-wrap li {
        padding: 0;
        width: 25%;
        padding-bottom: calc(100vw * 30 / 640);
    }
    .thumbnail-wrap h3 {
        font-size: calc(100vw * 18 / 640);
    }
}

/*------------------------------------------------------------
	FLAGSHIP STORE
------------------------------------------------------------*/

.flagship-store-wrap.contents-wrap {
    padding: 0;
    width: 100%;
    margin: -100px auto 0;
    border-bottom: 1px solid #ddd;
}
.flagship-store-wrap.contents-wrap .header-title-h2 {
    text-align: center;
    font-size: 14px;
    color: #333;
    font-weight: 300;
    line-height: 100px;
}
.flagship-store-wrap.contents-wrap .flagship-stores-list {
    letter-spacing: -0.5em;
    width: 100%;
    padding: 60px 0;
    text-align: center;
}
.flagship-store-wrap.contents-wrap .flagship-stores-list li {
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    font-weight: 100;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
    text-align: center;
    margin: auto;
    padding: 0 3em;
    color: #000;
}
.flagship-store-wrap.contents-wrap .flagship-stores-list a {
    color: #bbb;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.flagship-store-wrap.contents-wrap .flagship-stores-list a:hover {
    color: #000;
}

.flagship-store-wrap .flagship-gallery {
    display: none;
    width: 100%;
}
.flagship-store-wrap .flagship-gallery-sp {
    display: block;
    width: 100%;
}
.flagship-store-wrap .slick-dots li {
    margin: 0;
}
.flagship-store-wrap .slick-dots li button:before {
    font-size: 6px;
    line-height: 4px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 4px;
    height: 4px;
    content: "";
    text-align: center;
    opacity: 1;
    background-color: #000;
    border-radius: 50%;
}
.flagship-store-wrap .slick-dots li.slick-active button:before {
    background-color: transparent;
    border: 3px solid #000;
}

.flagship-store-wrap .slick-dots {
    width: 100%;
    letter-spacing: -0.5em;
    bottom: auto;
    top: 100%;
    margin-top: 1em;
}
.flagship-store-wrap .slick-dots li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    margin: 0;
    padding: 0;
    opacity: 0.2;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.flagship-store-wrap .slick-dots li:hover,
.flagship-store-wrap .slick-dots li.slick-active {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.flagship-store-wrap .slick-dots li span {
    width: 100%;
    display: block;
    padding-top: 66.67%;
}

.flagship-store-wrap .flagship-contents {
    max-width: 900px;
    width: 100%;
    margin: auto;
    padding: 130px 0 0px;
    font-weight: 300;
}
.flagship-text h1 {
    font-size: 22px;
    line-height: 1.6;
    font-weight: 100;
    letter-spacing: 0.08em;
    margin-bottom: 1em;
}
.flagship-store-wrap .flagship-contents p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.08em;
    margin-bottom: 1.8em;
    line-height: 1.6;
}
.flagship-store-wrap .flagship-contents table {
    font-size: 14px;
    font-weight: 300;
}
.flagship-store-wrap .flagship-contents table td {
    padding: 0 0.3em;
}
.flagship-store-wrap .flagship-contents::after {
    content: "";
    display: block;
    clear: both;
}
.flagship-store-wrap .flagship-contents .flagship-text {
    float: left;
    width: 33%;
    padding-right: 10px;
}
.flagship-store-wrap .flagship-contents .flagship-map {
    float: right;
    width: 50%;
}
.flagship-store-wrap .flagship-contents .togmap {
    font-size: 13px;
    margin-top: 10px;
    letter-spacing: 0.08em;
    display: block;
    text-align: right;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.flagship-store-wrap .flagship-contents .togmap:hover {
    opacity: 0.5;
}
.flagship-store-wrap .flagship-contents .togmap i {
    color: #888;
    font-size: 16px;
    margin-left: 1em;
}

@media only screen and (max-width: 640px) {
    .flagship-store-wrap.contents-wrap {
        margin-top: 0;
        border-bottom: none;
    }
    .flagship-store-wrap .flagship-contents {
        padding: 15.625% 0 0;
    }
    .flagship-store-wrap.contents-wrap .header-title-h2 {
        font-size: 12px;
        font-size: calc(100vw * 24 / 640);
        line-height: 1;
        padding-top: 7.8125%;
        padding-bottom: 10.9375%;
        border-bottom: 1px solid #ddd;
    }
    .flagship-store-wrap.contents-wrap .flagship-stores-list li {
        font-size: 18px;
        font-size: calc(100vw * 36 / 640);
        padding: 0;
        width: 40%;
    }
    .flagship-store-wrap.contents-wrap .flagship-stores-list li span {
        display: none;
    }
    .flagship-store-wrap .flagship-gallery {
        display: none;
    }
    .flagship-store-wrap .flagship-gallery-sp {
        display: block;
    }
    .flagship-store-wrap .flagship-contents .flagship-text,
    .flagship-store-wrap .flagship-contents .flagship-map {
        float: none;
        width: 100%;
        margin: auto;
        text-align: center;
        padding: 0 5%;
    }

    .flagship-store-wrap .flagship-contents .flagship-text+.flagship-text {
        padding-top: 15.625%;
    }

    .flagship-store-wrap .flagship-contents .flagship-text .min-44,
    .flagship-store-wrap .flagship-contents .flagship-text .min-70{
        min-height: auto;
    }
    .flagship-store-wrap .flagship-contents h1 {
        font-size: 18px;
        font-size: calc(100vw * 36 / 640);
        margin-bottom: 2em;
    }
    .flagship-store-wrap .flagship-contents p {
        font-size: 12px;
        font-size: calc(100vw * 24 / 640);
    }
    .flagship-store-wrap .flagship-contents table {
        font-size: 12px;
        font-size: calc(100vw * 24 / 640);
        width: 13em;
        margin: auto;
        text-align: left;
    }
    .flagship-store-wrap .flagship-contents .flagship-map {
        margin-top: 15.625%;
    }
    .flagship-store-wrap .flagship-contents .flagship-map img {
        width: 75%;
        margin: auto;
        vertical-align: bottom;
    }
    .flagship-store-wrap .flagship-contents .togmap {
        text-align: center;
        font-size: 10px;
        line-height: 1;
        font-size: calc(100vw * 20 / 640);
        margin-top: 15.625%;
    }
}

.flagship-contents {
    max-width: 900px;
    width: 100%;
    margin: auto;
    padding: 50px 0 100px;
}
.flagship-contents h3 {
    font-size: 22px;
    line-height: 1.6;
    font-weight: 100;
    letter-spacing: 0.08em;
    margin-bottom: 1em;
}
.flagship-contents p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.08em;
    margin-bottom: 1.8em;
    line-height: 1.6;
}
.flagship-contents::after {
    content: "";
    display: block;
    clear: both;
}
.flagship-contents .flagship-text {
    float: left;
    width: 50%;
    padding-right: 10px;
}
.flagship-contents .flagship-text .min-44 {
    min-height: 44px;
}
.flagship-contents .flagship-text .min-70 {
    min-height: 70px;
}
.flagship-contents .flagship-map {
    float: right;
    width: 50%;
}
.flagship-contents .togmap {
    font-size: 13px;
    margin-top: 10px;
    letter-spacing: 0.08em;
    display: block;
    text-align: left;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.flagship-contents .togmap:hover {
    opacity: 0.5;
}
.flagship-contents .togmap i {
    color: #888;
    font-size: 16px;
    margin-left: 1em;
}

@media only screen and (max-width: 640px) {
    .flagship-contents .flagship-text,
    .flagship-contents .flagship-map {
        float: none;
        width: 100%;
        margin: auto;
        text-align: center;
    }
    .flagship-contents h3 {
        font-size: 18px;
        font-size: calc(100vw * 36 / 640);
        margin-bottom: 2em;
    }
    .flagship-contents p {
        font-size: 12px;
        font-size: calc(100vw * 24 / 640);
    }
    .flagship-contents .flagship-map {
        margin-top: 15.625%;
    }
    .flagship-contents .flagship-map img {
        width: 75%;
        margin: auto;
        vertical-align: bottom;
    }
    .flagship-contents .togmap {
        text-align: center;
        font-size: 10px;
        line-height: 1;
        font-size: calc(100vw * 20 / 640);
        margin-top: 15.625%;
    }
}

/*------------------------------------------------------------
	COLLECTION - archive
------------------------------------------------------------*/

#contents .collection-wrap h1 {
    padding: 120px 0 35px;
    text-align: center;
    font-size: 24px;
    font-weight: 100;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
    color: #333;
    line-height: 1;
    text-align: center;
}
.collection-wrap .season-lists {
    width: 960px;
    margin: auto;
    text-align: center;
    letter-spacing: -0.5em;
}
.collection-wrap .season-lists li {
    display: none;
    letter-spacing: 0.08em;
    font-size: 14px;
    line-height: 1;
    font-weight: 300;
    width: 20%;
}
.collection-wrap .season-lists li.sp {
    display: none;
}
.collection-wrap .season-lists li.pc {
    display: inline-block;
}
.collection-wrap .season-lists li.sp.none,
.collection-wrap .season-lists li.pc.none {
    display: none;
}
.collection-wrap .season-lists li span {
    display: block;
    font-size: 12px;
    padding-top: 0.6em;
}
.collection-wrap .season-lists li a {
    color: #bbb;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.collection-wrap .season-lists li a:hover,
.collection-wrap .season-lists li.current-menu-item a {
    color: #333;
}

#contents .collection-slide {
    margin-top: 150px;
}

.page-template-all-models .contents-wrap .collection-switch {
    position: relative;
    width: 960px;
    margin: auto;
    margin-top: 30px;
    letter-spacing: -0.5em;
    text-align: center;
    padding: 30px 0 150px;
    border-bottom: 1px solid #ddd;
    line-height: 1;
}
.page-template-all-models .contents-wrap .collection-switch::before {
    content: "";
    display: block;
    background-color: #ddd;
    width: 220px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -110px;
}
.page-template-all-models .contents-wrap .collection-switch li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
    line-height: 1;
    padding: 0 15px;
}
.page-template-all-models .contents-wrap .collection-switch li a {
    color: #bbb;
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.page-template-all-models .contents-wrap .collection-switch li a:hover,
.page-template-all-models .contents-wrap .collection-switch li.active a {
    color: #333;
}

#contents .collection-list-wrap {
    width: 960px;
    margin: auto;
    padding: 80px 20px;
}
#contents .collection-list {
    margin-top: -70px;
}
#contents .collection-list li {
    display: inline-block;
    width: 296px;
    margin-right: 10px;
    margin-top: 70px;
    text-align: center;
}
#contents .collection-list li:nth-child(3n) {
    margin-right: 0;
}
#contents .collection-list li a {
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#contents .collection-list li a:hover {
    opacity: 0.6;
}
#contents .collection-list li .thumb {
    padding: 0 25px;
}
#contents .collection-list li h3 {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    color: #888;
    line-height: 2;
}
#contents .slick-dots {
    line-height: 1;
}
#contents .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 9px;
    line-height: 1;
}
#contents .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 3px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    border: 1px solid #000;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.3;
}
#contents .slick-slide {
    opacity: 0.15;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#contents .slick-slide.slick-active,
#contents .slick-slide.slick-center {
    opacity: 1;
}
#contents .slick-dots li button:hover,
#contents .slick-dots li.slick-active button {
    opacity: 1;
}

#contents .slick-dots li button:before {
    content: "";
    display: block;
    line-height: 4px;
    position: static;
    width: 4px;
    height: 4px;
    opacity: 1;
    background-color: #fff;
    border-radius: 50%;
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#contents .slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
    background-color: #000;
}
@media screen and (max-width: 640px) {
    #contents .collection-list-wrap {
        width: 100%;
        padding: calc(100vw * 80 / 640) 0 0;
    }
    #contents .collection-wrap h1 {
        padding: calc(100vw * 60 / 640) 0 calc(100vw * 50 / 640);
        font-size: calc(100vw * 28 / 640);
        text-indent: 0.15em;
        letter-spacing: 0.15em;
    }
    .collection-wrap .season-lists {
        width: calc(100vw * 560 / 640);
    }
    .collection-wrap .season-lists li {
        font-size: calc(100vw * 22 / 640);
        font-weight: 100;
    }
    .collection-wrap .season-lists li span {
        font-size: calc(100vw * 20 / 640);
        font-weight: 300;
        padding-top: 0.2em;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }
    .collection-wrap .season-lists li.pc {
        display: none;
    }
    .collection-wrap .season-lists li.sp {
        display: inline-block;
    }
    .page-template-all-models .contents-wrap .collection-switch {
        width: calc(100vw * 500 / 640);
        margin: calc(100vw * 50 / 640) auto 0;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding: 0;
    }
    .page-template-all-models .contents-wrap .collection-switch::before {
        display: none;
    }
    .page-template-all-models .contents-wrap .collection-switch li {
        font-size: calc(100vw * 20 / 640);
        font-weight: 100;
        line-height: calc(100 / 20);
        padding: 0 calc(100vw * 40 / 640);
    }
    #contents .collection-list {
        margin-top: calc(-100vw * 60 / 640);
    }
    #contents .collection-list li {
        margin-right: 0;
        margin-top: calc(100vw * 70 / 640);
        width: 50%;
    }
    #contents .collection-list li h3 {
        font-size: calc(100vw * 20 / 640);
        display: block;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }
    #contents .collection-list li .thumb {
        padding: 0 calc(100vw * 20 / 640);
    }
    #contents .collection-slide {
        margin-top: calc(100vw * 100 / 640);
    }

    #contents .slick-dots {
        bottom: calc(-100vw * 30 / 640);
    }
    #contents .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 480px) {
    #contents .slick-dots {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
        -webkit-transform-origin: center bottom;
        -moz-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        -o-transform-origin: center bottom;
        transform-origin: center bottom;
    }
}

/*------------------------------------------------------------
	COLLECTION - Single
------------------------------------------------------------*/

#collection_single .section-title {
    text-align: center;
    padding: 120px 0 90px;
}
#collection_single .section-title h2 {
    font-size: 24px;
    font-weight: 100;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
    line-height: 1;
    margin-bottom: 30px;
}
#collection_single .back-to-archive {
    margin-bottom: 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 250px;
    display: inline-block;
}
#collection_single .back-to-archive a {
    display: block;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
    line-height: calc(48 / 14);
    position: relative;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#collection_single .back-to-archive a:hover {
    opacity: 0.6;
}
#collection_single .back-to-archive a::before {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    left: 5px;
    top: 50%;
    background: url(/assets/img/icon-arrow.svg) center center/cover no-repeat;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#collection_single .back-to-archive a:hover::before {
    left: 0;
}

#collection_single .back-to-archive a.new,
#collection_single .back-to-archive a.frame,
#collection_single .back-to-archive a.sunglasses {
    display: none;
}
#collection_single .section-title h1 {
    line-height: 1;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
}
#collection_single .slick-dotted.slick-slider {
    margin-bottom: 150px;
}
#collection_single .collection-gallery .slick-list {
    width: 100%;
    max-width: 800px;
    margin: auto;
    margin-bottom: 60px;
}
#collection_single .collection-gallery-image {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s !important;
    padding: 0 70px;
}
#collection_single .collection-gallery-image.slick-active {
    -webkit-transition-delay: 0.5s !important;
    -o-transition-delay: 0.5s !important;
    transition-delay: 0.5s !important;
}
#collection_single .slick-dots {
    position: static;
    letter-spacing: -0.5em;
    margin: auto;
    width: 100%;
}
#collection_single .slick-dots li {
    letter-spacing: normal;
    vertical-align: top;
    margin: 0;
    margin-top: 40px;
    padding: 0 21px;
    height: auto;
    cursor: pointer;
}
#collection_single .slick-dots li span {
    width: 100%;
    display: block;
    padding-top: 34%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#collection_single .slick-dots li.slick-active:hover span {
    opacity: 1;
}
#collection_single .slick-dots li:hover span {
    opacity: 0.6;
}
#collection_single .slick-dots li p {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    color: #ddd;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#collection_single .slick-dots li:hover p,
#collection_single .slick-dots li.slick-active p {
    color: #333;
}
#collection_single .column-4 .slick-dots {
    max-width: 80%;
}
#collection_single .column-3 .slick-dots {
    max-width: 60%;
}
#collection_single .column-2 .slick-dots {
    max-width: 40%;
}
#collection_single .column-1 .slick-dots {
    max-width: 20%;
}

#collection_single .column-8 .slick-dots li {
    width: 12.5%;
}
#collection_single .column-7 .slick-dots li {
    width: 14.285%;
}
#collection_single .column-6 .slick-dots li {
    width: 16.666%;
}
#collection_single .column-5 .slick-dots li {
    width: 20%;
}
#collection_single .column-4 .slick-dots li {
    width: 25%;
}
#collection_single .column-3 .slick-dots li {
    width: 33.333%;
}
#collection_single .column-2 .slick-dots li {
    width: 50%;
}
#collection_single .column-1 .slick-dots li {
    width: 100%;
}

#collection_single .collection-detail {
    width: 100%;
    max-width: 540px;
    margin: auto;
    margin-bottom: 150px;
}

#collection_single .collection-detail .collection-contents {
    font-size: 13px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-bottom: 50px;
}
#collection_single .collection-detail dl {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #888;
    border-bottom: 1px solid #ddd;
}
#collection_single .collection-detail dl dt {
    float: left;
    width: 100px;
    padding: 1.2em 0;
    border-top: 1px solid #ddd;
}
#collection_single .collection-detail dl dd {
    margin-left: 100px;
    padding: 1.2em 0;
    border-top: 1px solid #ddd;
}

#collection_single .other-models-wrap {
    text-align: center;
    padding: 100px 0 20px;
    border-top: 1px solid #ddd;
}
#collection_single .other-models-wrap h2 {
    font-size: 18px;
    font-weight: 100;
    line-height: 1;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    margin-bottom: 80px;
}
#collection_single .other-models-list {
    width: 100%;
    max-width: 930px;
    margin: auto;
    letter-spacing: -0.5em;
}
#collection_single .other-models-list li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    padding: 0 30px 80px;
}
#collection_single .other-models-list li a {
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#collection_single .other-models-list li a:hover {
    opacity: 0.6;
}
#collection_single .other-models-list li a h3 {
    margin-top: 1em;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    color: #666;
}

@media screen and (max-width: 640px) {
    #collection_single .section-title {
        padding-top: calc(100vw * 60 / 640);
        padding-bottom: 7.8125%;
    }
    #collection_single .section-title h2 {
        font-size: calc(100vw * 28 / 640);
        letter-spacing: 0.15em;
        text-indent: 0.15em;
        margin-bottom: 0;
        padding-bottom: calc(100vw * 50 / 640);
    }
    #collection_single .section-title h1 {
        font-size: calc(100vw * 20 / 640);
    }
    #collection_single .back-to-archive {
        width: calc(100vw * 320 / 640);
        margin-bottom: calc(100vw * 50 / 640);
    }
    #collection_single .back-to-archive a {
        font-size: calc(100vw * 18 / 640);
        line-height: calc(90 / 18);
    }
    #collection_single .back-to-archive a::before {
        width: calc(100vw * 10 / 640);
        height: calc(100vw * 10 / 640);
        left: calc(100vw * 6 / 640);
    }
    #collection_single .collection-gallery-image {
        padding: 0 calc(100vw * 70 / 640);
    }
    #collection_single .slick-dots li {
        padding: 0 calc(100vw * 20 / 640);
    }
    #collection_single .slick-dotted.slick-slider {
        margin-bottom: 7.8125%;
    }
    #collection_single .collection-gallery .slick-list {
        margin-bottom: 9.375%;
    }
    #collection_single .slick-dots-wrap {
        width: 100%;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    #collection_single .slick-dots {
        max-width: none;
        padding: 0 9vw;
    }
    #collection_single .column-4 .slick-dots,
    #collection_single .column-3 .slick-dots,
    #collection_single .column-2 .slick-dots,
    #collection_single .column-1 .slick-dots {
        max-width: none;
    }
    #collection_single .column-8 .slick-dots {
        width: calc(25vw * 8 + 18vw);
    }
    #collection_single .column-7 .slick-dots {
        width: calc(25vw * 7 + 18vw);
    }
    #collection_single .column-6 .slick-dots {
        width: calc(25vw * 6 + 18vw);
    }
    #collection_single .column-5 .slick-dots {
        width: calc(25vw * 5 + 18vw);
    }
    #collection_single .column-4 .slick-dots {
        width: calc(25vw * 4 + 18vw);
    }
    #collection_single .column-3 .slick-dots {
        width: calc(25vw * 3 + 18vw);
    }
    #collection_single .column-2 .slick-dots {
        width: calc(25vw * 2 + 18vw);
    }
    #collection_single .column-1 .slick-dots {
        width: calc(25vw * 1 + 18vw);
    }
    #collection_single .slick-dots li {
        margin-top: 0;
        margin-bottom: 7.8125vw;
        width: 25vw;
    }
    #collection_single .slick-dots li p {
        font-size: calc(100vw * 18 / 640);
    }
    #collection_single .collection-detail {
        max-width: 100%;
        width: 87.5%;
        margin-bottom: 15.625%;
    }
    #collection_single .collection-detail .collection-contents {
        font-size: calc(100vw * 22 / 640);
        margin-bottom: 15.625vw;
    }
    #collection_single .collection-detail dl {
        font-size: calc(100vw * 20 / 640);
        line-height: 1.5;
    }
    #collection_single .collection-detail dl dt {
        width: 26.8%;
        padding: 0.8em 0;
    }
    #collection_single .collection-detail dl dd {
        margin-left: 26.8%;
        padding: 0.8em 0;
    }
    #collection_single .other-models-wrap {
        padding: 15.625% 0 3.125%;
    }
    #collection_single .other-models-wrap h2 {
        font-size: calc(100vw * 24 / 640);
        margin-bottom: 12.5%;
    }
    #collection_single .other-models-list {
        margin-top: calc(-100vw * 80 / 640);
    }
    #collection_single .other-models-list li {
        padding: calc(100vw * 80 / 640) calc(100vw * 20 / 640) 0;
    }
    #collection_single .other-models-list li a h3 {
        font-size: calc(100vw * 16 / 640);
    }
}

/*------------------------------------------------------------
	Collection - Search
------------------------------------------------------------*/

.search .collection-wrap .page-title {
    padding: 120px 0 30px;
    text-align: center;
    font-size: 24px;
    font-weight: 100;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
    color: #333;
    line-height: 1;
    text-align: center;
}
.search #contents .collection-wrap .search-title {
    line-height: 1;
    padding: 0 0 70px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
    color: #333;
}
.search #contents .collection-wrap .search-title span {
    display: block;
    font-size: 20px;
    position: relative;
    margin-top: 30px;
    padding-top: 30px;
}
.search #contents .collection-wrap .search-title span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 220px;
    height: 1px;
    margin-left: -110px;
    background-color: #ddd;
}
@media only screen and (max-width: 640px) {
    .search .collection-wrap .page-title {
        padding: calc(100vw * 60 / 640) 0 calc(100vw * 50 / 640);
        font-size: calc(100vw * 28 / 640);
        text-indent: 0.15em;
        letter-spacing: 0.15em;
    }
    .search #contents .collection-wrap .search-title {
        font-weight: 100;
        font-size: calc(100vw * 22 / 640);
        padding: 0;
    }
    .search #contents .collection-wrap .search-title span {
        font-size: calc(100vw * 24 / 640);
        margin-top: calc(100vw * 50 / 640);
        padding-top: calc(100vw * 50 / 640);
    }
}

/*------------------------------------------------------------
	Search Settings
------------------------------------------------------------*/

.search-trigger {
    display: none;
}

.search-box-wrap {
    position: fixed;
    bottom: 0;
    left: calc(50% + 110px);
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    border-radius: 3px 3px 0 0;
    padding: 7px 50px 7px 8px;
    -webkit-animation: searchBox 3s ease 0s;
    -o-animation: searchBox 3s ease 0s;
    animation: searchBox 3s ease 0s;
}
@-webkit-keyframes searchBox {
    0% {
        opacity: 0;
        bottom: -60px;
    }
    80% {
        opacity: 0;
        bottom: -50px;
    }
    100% {
        opacity: 1;
        bottom: 0;
    }
}
@-o-keyframes searchBox {
    0% {
        opacity: 0;
        bottom: -60px;
    }
    80% {
        opacity: 0;
        bottom: -60px;
    }
    90% {
        opacity: 0;
        bottom: -30px;
    }
    100% {
        opacity: 1;
        bottom: 0;
    }
}
@keyframes searchBox {
    0% {
        opacity: 0;
        bottom: -60px;
    }
    80% {
        opacity: 0;
        bottom: -50px;
    }
    100% {
        opacity: 1;
        bottom: 0;
    }
}

.search-box-wrap input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.search-box-wrap input[type="text"] {
    border-radius: 0;
    box-shadow: none;
    font-weight: 300;
    border: none;
    background-color: #f5f5f5;
    color: #666;
    line-height: 2;
    font-size: 13px;
    width: 312px;
    padding: 0.4em 1em;
}
.search-box-wrap .pc input[type="submit"] {
    position: absolute;
    top: 8px;
    right: 8px;
    border: none;
    width: 36px;
    height: 36px;
    overflow: hidden;
    text-indent: 36px;
    background: url(images/search-icon-sp.svg) center center/20px 20px no-repeat;
    box-shadow: none;
    opacity: 0.4;
}
.search-box-wrap input:focus {
    outline: none;
}

.search-wrap {
    padding: 0;
    margin-top: -100px;
}
.search-wrap .header-title {
    text-align: center;
    font-size: 14px;
    color: #333;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
    line-height: 100px;
}
.search-wrap .page-title {
    text-align: center;
    font-size: 22px;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
    font-weight: regular;
    line-height: 100px;
}
.search-list-wrap {
    border-top: 1px solid #ddd;
}
.search-list-wrap .search-list li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
.search-list-wrap .search-list li:nth-child(odd) {
    padding-right: 20px;
}
.search-list-wrap .search-list li:nth-child(even) {
    padding-left: 20px;
}
.search-list-wrap .search-list li a {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 50px 0;
}
.search-list-wrap .search-list li a::after {
    content: "";
    display: block;
    clear: both;
}
.search-list-wrap .search-list li a img {
    width: 300px;
    float: left;
    margin-right: 20px;
}
.search-list-wrap .search-list li a h3 {
    font-size: 22px;
    font-weight: regular;
    letter-spacing: 0.05em;
    padding-top: 1em;
}
.search-list-wrap .search-list li a p {
    font-size: 13px;
    font-weight: regular;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 640px) {
    .search-wrap {
        margin-top: 0;
    }
    .search-wrap .header-title {
        font-size: calc(100vw * 24 / 640);
        padding-top: 7.8125%;
        line-height: 1;
    }
    .search-wrap .page-title {
        font-size: calc(100vw * 40 / 640);
        line-height: 1.4;
        padding-top: 0.8em;
        padding-bottom: 14vw;
    }
    .search-list-wrap {
        width: 87.5vw;
        margin: auto;
        border-top: none;
    }
    .search-list-wrap .search-list li {
        width: 100%;
        padding: 0;
    }
    .search-list-wrap .search-list li:nth-child(odd),
    .search-list-wrap .search-list li:nth-child(even) {
        padding: 0;
    }
    .search-list-wrap .search-list li a {
        padding: 7.8125vw 0;
        border-top: 1px solid #ddd;
        border-bottom: none;
    }
    .search-list-wrap .search-list li a img {
        width: 46.875vw;
        margin: 0;
    }
    .search-list-wrap .search-list li a h3 {
        font-size: calc(100vw * 24 / 640);
        margin-left: 51vw;
        padding-top: 0.5em;
    }
    .search-list-wrap .search-list li a p {
        font-size: calc(100vw * 18 / 640);
        margin-left: 51vw;
    }
    .search-box-wrap {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
        background-color: #fff;
        box-shadow: none;
        border-radius: 0;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding: calc(100vw * 15 / 640) calc(100vw * 150 / 640)
            calc(100vw * 15 / 640) calc(100vw * 70 / 640);
        margin-top: calc(100vw * 90 / 640);
        -webkit-animation: none;
        -o-animation: none;
        animation: none;
    }
    .search-box-wrap input[type="text"] {
        width: 100%;
        font-size: calc(100vw * 24 / 640);
        padding: 0.7em 1em 0.3em;
    }
    .search-box-wrap .pc input[type="submit"] {
        top: 50%;
        right: calc(100vw * 70 / 640);
        width: calc(100vw * 70 / 640);
        height: calc(100vw * 70 / 640);
        background: url(images/search-icon-sp.svg) center
            center/calc(100vw * 25 / 640) calc(100vw * 25 / 640) no-repeat;
        border: 1px solid #ddd;
        text-indent: calc(100vw * 70 / 640);
        opacity: 0.75;
        border-radius: 3px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .search-wrap {
        margin-top: 0;
    }
}
