@import url(https://fonts.googleapis.com/css2?family=Baskervville&family=Cormorant+Unicase:wght@400;600&family=Sawarabi+Gothic&family=Sawarabi+Mincho&display=swap);

@charset "UTF-8"@keyframes text_anime_on {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes circleanime {
    0% {
        transform: scale(.68)
    }

    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

@keyframes mv01-fadeIn {
    0% {
        transform: scale(.8) translateY(0);
        opacity: 0;
        filter: blur(50px)
    }

    100% {
        transform: scale(1) translateY(0);
        opacity: 1;
        filter: blur(0)
    }
}

@keyframes bgImage {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.1)
    }
}

@keyframes fadeAnime {
    0% {
        opacity: 0
    }

    10% {
        opacity: 1
    }

    50% {
        opacity: 1
    }

    60% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes scrolldown {
    0% {
        height: 60px;
        top: 0;
        opacity: 1
    }

    100% {
        height: 0;
        top: 60px;
        height: 0
    }
}

html {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%
}

figure,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
button,
caption,
cite,
code,
dfn,
em,
input,
optgroup,
option,
select,
strong,
textarea,
th,
var {
    font: inherit
}

del,
ins {
    text-decoration: none
}

li {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

q:before,
q:after {
    content: ""
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: baseline
}

sub {
    vertical-align: baseline
}

legend {
    color: #000
}

.cf:before,
.cf:after {
    content: "";
    display: table
}

.cf:after {
    clear: both
}

.cf {
    zoom: 1
}

body,
html {
    width: 100%;
    height: 100%;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

* {
    outline: none
}

svg,
img {
    vertical-align: bottom
}

a {
    text-decoration: none
}

hr {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0
}

* {
    box-sizing: border-box
}

body {
    overflow-x: hidden;
    letter-spacing: .14em;
    font-family: "Sawarabi Gothic", sans-serif
}

a {
    color: #000
}

p {
    line-height: 2
}

.min {
    display: block;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif
}

.go {
    font-family: "Sawarabi Gothic", sans-serif
}

.it {
    font-style: italic
}

.is-android .min {
    font-family: "Noto Serif JP", serif
}

::selection {
    background: rgba(255, 181, 181, .5);
    color: #fff
}

.scroll-wrap {
    background: linear-gradient(0deg, rgb(254, 250, 250) 0, rgb(255, 255, 255) 800px) no-repeat;
    overflow: hidden
}

.hidden {
    overflow: hidden
}

.flex {
    display: flex
}

.middle {
    vertical-align: middle
}

.box_center {
    justify-content: center;
    text-align: center
}

.box_left {
    justify-content: flex-start;
    text-align: left
}

.box_right {
    justify-content: flex-end;
    text-align: right
}

.center {
    text-align: center
}

.left {
    text-align: left
}

.right {
    text-align: right
}

.bold {
    font-weight: 700
}

body {
    font-size: 1.2rem
}

.btn {
    text-align: right;
    display: inline-block;
    vertical-align: top
}

.btn a {
    display: inline-block;
    width: auto;
    color: #fff;
    padding: 8px 15px 9px 20px;
    font-size: 1.2rem;
    background: #ef858f;
    border-radius: 100px;
    transition: box-shadow 0.45s ease-out;
    display: flex;
    align-items: center
}

.btn a:hover {
    box-shadow: 0 0 24px rgba(237, 119, 139, .7)
}

.pc-item {
    display: block
}

.sp-item {
    display: none
}
.hukubako {
    width: 100%;
    text-align: center;
    padding-bottom: 90px;
    /* max-width: 1234px; */
    /* padding: 0 24px; */
    width: 100%;
    max-width: 1234px;
    padding: 0 24px 90px;
    margin: auto;
}
.hukubakoSP {
    display: none;
}
.hukubako.hukubakoSP img {
    width: 100%;
}
p.newsTitle {
    text-align: center;
    border: 1px solid;
    width: 300px;
    margin: auto;
    margin-bottom: 90px;
    padding: 10px;
}


@media screen and (max-width:767px) {
    .pc-item {
        display: none
    }

    .sp-item {
        display: block
    }
    .hukubako {
        display: none;
    }
    .hukubakoSP {
        display: block;
    }
}

._none {
    display: none !important
}

.wf-sawarabigo {
    font-family: "Sawarabi Gothic", sans-serif
}

.wf-sawarabimin {
    font-family: "Sawarabi Mincho", sans-serif
}

.wf-Baskervville {
    font-family: "Baskervville", serif
}

.CormorantUnicase {
    font-family: "Cormorant Unicase", serif
}

._serif {
    font-family: "Noto Serif JP", serif
}

@font-face {
    font-family: "icon";
    src: url(fonts/icon.eot?emosen);
    src: url("fonts/icon.eot?emosen#iefix") format("embedded-opentype"), url(fonts/icon.ttf?emosen) format("truetype"), url(fonts/icon.woff?emosen) format("woff"), url("fonts/icon.svg?emosen#icon") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class^=icon-],
[class*=" icon-"] {
    font-family: "icon" !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-new-tab:before {
    content: "\ea7e"
}

.icon-instagram:before {
    content: "\ea92"
}

.icon-twitter:before {
    content: "\ea96"
}

.icon-file-pdf:before {
    content: "\eadf"
}

.icon-arrow:before {
    content: "\e900"
}

a.underline {
    position: relative
}

a.underline:after,
a.underline:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    background: #000;
    top: .6em
}

a.underline:before {
    left: 0;
    transition: all 0.1s cubic-bezier(.625, .015, .28, 1)
}

a.underline:after {
    right: 0;
    transition: all 0.3s cubic-bezier(.625, .015, .28, 1) 0.1s
}

a.underline:hover {
    text-decoration: none
}

a.underline:hover:after,
a.underline:hover:before {
    width: 100%
}

a.underline:hover:before {
    transition: all 0.3s cubic-bezier(.625, .015, .28, 1)
}

a.underline:hover:after {
    transition: all 0.1s cubic-bezier(.625, .015, .28, 1) 0.2s
}

a.c-button-box {
    width: 260px;
    height: 50px;
    line-height: 50px;
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    color: #fff;
    font-weight: 700;
    text-align: center;
    letter-spacing: .15em
}

a.c-button-box:hover {
    text-decoration: none;
    -webkit-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px)
}

a.c-button-box:hover:after {
    width: inherit
}

a.c-button-box:before,
a.c-button-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: inherit
}

a.c-button-box:before {
    z-index: -1;
    width: inherit;
    background-image: linear-gradient(90deg, #92772f, #967c36 45%, #c0a357)
}

a.c-button-box:after {
    z-index: -1;
    width: 0;
    background-color: #886f2d;
    transition: width 0.3s cubic-bezier(.215, .61, .355, 1)
}

a.viewmore {
    display: block;
    font-size: 1.8rem;
    font-family: "Cormorant Unicase", serif;
    color: #000;
    transform: 0.3s cubic-bezier(.215, .61, .355, 1)
}

a.viewmore:after {
    display: inline-block;
    content: "\e902";
    font-family: "icon" !important;
    position: relative;
    transition: transform 0.3s cubic-bezier(.215, .61, .355, 1)
}

a.viewmore:hover {
    opacity: .5
}

a.viewmore:hover:after {
    transform: translateX(10px)
}

a.underline2 {
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 1px;
    transition: background-size 0.4s cubic-bezier(.23, 1, .32, 1) 0s
}

a.underline2:hover {
    background-position: left bottom;
    background-size: 100% 1px
}

#loader {
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: calc(var(--vh, 1vh) * 100);
    background: #ddd
}

#loader.loaded {
    pointer-events: none;
    animation: fadeOut 0.5s cubic-bezier(.39, .575, .565, 1) 0.5s forwards
}

#loader figure {
    width: 68%;
    max-width: 400px
}

#loader .cls-1 {
    fill: #000
}

#loader .cls-2 {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-opacity: 1;
    stroke-width: 12px
}

#loader .txt-secondary {
    opacity: 0;
    animation: fadeIn 1s cubic-bezier(.39, .575, .565, 1) 2s forwards
}

.loading {
    animation: fadeIn 1s cubic-bezier(.39, .575, .565, 1) 2.5s forwards
}

.loading-logo {
    width: 286px;
    height: 80.23px
}

.toggle {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.6s cubic-bezier(.19, 1, .22, 1);
    transform-origin: center center;
    z-index: 110
}

.toggle-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 16px
}

.toggle .btn-trigger {
    position: relative;
    width: 30px;
    height: 16px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box
}

.toggle .btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 4px;
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box
}

.toggle .btn-trigger span:nth-of-type(1) {
    top: 0
}

.toggle .btn-trigger span:nth-of-type(2) {
    top: 7px
}

.toggle .btn-trigger span:nth-of-type(3) {
    bottom: 0
}

.toggle .btn-trigger.active {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.toggle .btn-trigger.active span {
    background: #111
}

.toggle .btn-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg)
}

.toggle .btn-trigger.active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg)
}

.toggle .btn-trigger.active span:nth-of-type(3) {
    opacity: 0
}

@media screen and (min-width:768px) {
    .toggle {
        display: none
    }
}

.navWrap {
    display: block;
    position: fixed;
    background: #E1DFE0;
    top: 115vh;
    transition: all 0.5s cubic-bezier(.075, .82, .165, 1);
    z-index: 100;
    width: 100vw;
    height: 100vh
}

.navWrap.open {
    top: 0;
    opacity: 1
}

#spNav {
    position: relative;
    overflow-y: auto
}

#spNav .siteNav {
    padding-top: 100px
}

#spNav .siteNav li {
    text-align: center;
    font-size: 2.4rem
}

#spNav .siteNav li:nth-of-type(n+2) {
    margin-top: 1.5em
}

#spNav .socialNav {
    margin-top: 36px;
    display: flex;
    justify-content: center
}

#spNav .socialNav li {
    font-size: 2.4rem;
    padding: .5em
}

body {
    position: relative;
    background: #fff
}

.siteNav {
    font-family: "Cormorant Unicase", serif
}

section .inner {
    width: 100%;
    max-width: 1234px;
    padding: 0 24px;
    margin: auto
}

section p {
    font-size: 1.4rem;
    line-height: 2.286
}

@media screen and (max-width:767px) {
    section .inner {
        padding: 0 20px
    }
}

.header .inner {
    display: flex;
    justify-content: space-between;
    padding-top: 43px;
    padding-bottom: 43px
}

.header .headerNav {
    display: flex;
    justify-content: center
}

.header .siteNav {
    display: flex;
    align-items: center
}

.header .siteNav li {
    margin-left: 1.5em;
    font-size: 1.4rem;
    letter-spacing: .2em
}

.header .socialNav {
    display: flex
}

.header .socialNav li {
    margin-left: 30px;
    font-size: 2.4rem
}

.header .socialNav li:nth-of-type() {
    margin-left: 1em
}

.header .socialNav a {
    transition: all 0.2s ease-in-out
}

.header .socialNav a:hover {
    opacity: .5
}

.scrolldown {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 60px;
    z-index: 100
}

.scrolldown:after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 60px;
    background: #fff;
    animation: scrolldown 1s ease-in-out infinite
}

.scrolldown span {
    position: absolute;
    left: calc(-50% - 1.5em);
    top: -24px;
    color: #fff;
    font-size: 2rem;
    font-family: "Cormorant Unicase", serif;
    letter-spacing: .1em
}

#shopTitle .inner {
    width: 100%;
    max-width: inherit;
    position: absolute;
    z-index: 100;
    padding: 0;
    text-align: center;
    min-height: 70px
}

#shopTitle .inner .shopLogo {
    display: block;
    width: 100%;
    max-width: 335px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 101
}

#shopTitle .inner .shopLogo img {
    width: 100%
}

#shopTitle .inner #shopLogo {
    fill: #fff;
    transition: all 0.3s ease-in-out
}

#shopTitle .inner #shopLogo.active {
    fill: #000
}

@media screen and (max-width:767px) {
    #shopTitle .inner .shopLogo {
        width: 60%
    }
}

#hero .mv2 {
    position: relative;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden
}

#hero .mv2:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0
}

#hero .mv2[class*=-active]:before {
    animation: bgImage 5s ease-out 0s 1 both
}

.swiper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100vh;
    height: calc(var(--vh, 1vh) * 100)
}

.swiper .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.swiper .swiper-slide:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10
}

.swiper .swiper-slide[class*=-active] .slide-media img {
    transition-delay: 0s;
    transform: scale(1.05)
}

.swiper .swiper-slide[class*=-active]:before {
    animation: bgImage 5s ease-out 0s 1 both
}

.swiper .swiper-slide ._context {
    position: absolute;
    left: 240px;
    width: 50%;
    min-width: 33em;
    padding: 1em;
    font-size: 18px;
    color: #333;
    z-index: 90
}

.swiper .swiper-slide ._context ._headline {
    font-size: 2em;
    font-feature-settings: "palt";
    letter-spacing: .1em
}

.swiper .swiper-slide ._context ._headline span {
    display: inline-block;
    opacity: 0
}

.swiper .swiper-slide ._context ._body {
    margin-top: 1em
}

.swiper .mv01:after,
.swiper .mv03:after {
    content: "";
    display: block;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, rgb(208, 196, 192) 240px, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20
}

.swiper .mv01:before {
    background-image: url(../img/mv01.jpg)
}

.swiper .mv02:before {
    background-image: url(../img/mv02.jpg)
}

.swiper .mv03:before {
    background-image: url(../img/mv03.jpg)
}

.swiper .swiper-pagination {
    display: flex;
    top: 50%;
    left: 20px;
    right: auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 65vh;
    z-index: 100
}

.swiper .swiper-pagination:before {
    content: "";
    display: block;
    width: 1px;
    height: calc(65vh - 16px);
    background: #fff;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translate(0, -50%)
}

.swiper .swiper-pagination-bullet {
    display: flex !important;
    align-items: center;
    width: auto;
    height: 1em;
    margin-left: 6px;
    background: none !important;
    opacity: 1;
    z-index: 99
}

.swiper .swiper-pagination-bullet .marker {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    background: #f0f0f0;
    border-radius: 50%
}

.swiper .swiper-pagination-bullet .label {
    margin: 6px;
    color: #f0f0f0
}

.swiper .swiper-pagination-bullet-active .label {
    color: #C57236
}

.swiper .swiper-pagination-bullet-active .marker {
    background: #C57236
}

.swiper .swiper-pagination-bullet-active .marker:after {
    position: relative;
    content: "";
    position: absolute;
    left: calc(-50% - 1px);
    top: calc(-50% - 1px);
    border: 1px solid #C57236;
    background: rgba(255, 255, 255, .3);
    width: 200%;
    height: 200%;
    border-radius: 50%;
    line-height: 1;
    opacity: 1;
    animation: 1s circleanime linear infinite
}

@media screen and (min-width:768px) and (max-width:1200px) {
    .swiper .swiper-slide ._context {
        left: 17%
    }
}

@media screen and (max-width:767px) {
    .swiper .swiper-slide {
        background: #f0f0f0
    }

    .swiper .swiper-slide:before {
        height: 70%;
        overflow: hidden
    }

    .swiper .swiper-slide:after {
        display: none
    }

    .swiper .swiper-slide ._context {
        left: 0;
        top: auto;
        bottom: 70px;
        width: 100%;
        min-width: auto;
        padding: 30px;
        background: #f0f0f0
    }

    .swiper .swiper-slide ._context:before {
        content: "";
        display: block;
        width: 100%;
        height: 30%;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(240, 240, 240) 100%);
        position: absolute;
        left: 0;
        top: auto;
        top: -30%;
        z-index: 20
    }

    .swiper .swiper-slide ._context ._headline {
        font-size: 5.5555555556vw
    }

    .swiper .swiper-slide ._context ._body {
        font-size: 14px;
        line-height: 1.7
    }

    .swiper .mv02:before {
        background-image: url(../img/mv02.jpg);
        background-position: 78% 50%
    }

    .swiper .swiper-pagination {
        left: 10px;
        top: 30%;
        height: 40vh
    }

    .swiper .swiper-pagination:before {
        height: calc(40vh - 16px)
    }

    .swiper .swiper-pagination-bullet .label {
        display: none
    }
}

@media screen and (max-height:568px) and (max-width:768px) {
    .swiper .swiper-slide ._context {
        padding: 20px 30px
    }

    .swiper .swiper-slide ._context ._headline {
        font-size: 18px !important
    }

    .swiper .swiper-slide ._body {
        font-size: 12px !important;
        line-height: 1.5
    }
}

#hero .inner {
    position: relative;
    padding: 0
}

#hero .mv {
    position: relative;
    margin-left: 178px
}

#hero .mv-img {
    width: 100%;
    max-width: 1188px
}

#hero .mv-text {
    position: absolute;
    top: 40%;
    left: 7%;
    width: 100%;
    max-width: 483px;
    margin-left: 0;
    transform: translateY(-50%)
}

#hero .mv .loader {
    position: absolute;
    left: -126px;
    top: 50%;
    transform: translateY(-50%)
}

@media screen and (max-width:767px) {
    #hero .mv {
        margin-left: 0;
        height: 100vh
    }

    #hero .mv-img {
        width: 100%;
        object-fit: cover;
        object-position: 65% 0
    }

    #hero .mv-text {
        top: 30%;
        bottom: inherit;
        left: 0;
        right: 0;
        margin: auto;
        width: 76%;
        transform: translateY(-50%)
    }

    #hero .mv .loader {
        display: none
    }
}

#about .inner {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px
}

#about .inner:after {
    content: "";
    display: block;
    width: 80px;
    height: 420px;
    background: url(../img/txt-about-v.svg) no-repeat 0 0;
    position: absolute;
    right: 0;
    top: 70px;
    z-index: -1
}

#about .aboutWrap {
    display: flex;
    justify-content: space-between
}

#about .aboutWrap:nth-of-type(n+2) {
    padding-top: 160px
}

#about .aboutWrap._reverse {
    flex-direction: row-reverse
}

#about .aboutWrap-figure {
    position: relative;
    display: flex;
    align-items: center
}

#about .aboutWrap-figure img {
    width: 100%
}

#about .aboutWrap-figure .mask {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1
}

#about .aboutWrap-context {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

#about .aboutWrap-context dt {
    font-size: 2rem;
    line-height: 1.9;
    letter-spacing: .1em
}

#about .aboutWrap-context dd {
    margin-top: 30px
}

#about .aboutWrap-context dd p {
    font-size: 1.4rem;
    line-height: 2.286;
    letter-spacing: .1em
}

#about .aboutWrap-01 .aboutWrap-figure {
    justify-content: flex-end;
    width: 50%
}

#about .aboutWrap-01 .aboutWrap-figure .about-img {
    position: relative;
    display: block;
    width: 455px;
    height: 455px;
    transform: translateX(-13px)
}

#about .aboutWrap-01 .aboutWrap-figure .about-img-photo {
    width: 100%;
    height: 100%;
    background: url(../img/about-01-figure.png) no-repeat 50% 50%;
    background-size: cover
}

#about .aboutWrap-01 .aboutWrap-figure .about-img-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100px;
    left: -215px;
    background: #DDD;
    z-index: -1
}

#about .aboutWrap-01 .aboutWrap-context {
    width: 50%
}

#about .aboutWrap-01 .aboutWrap-context .logo {
    margin-bottom: 30px
}

#about .aboutWrap-02 .aboutWrap-figure .about-img {
    width: 455px;
    height: 455px;
    background: url(../img/about-02-figure.png) no-repeat 50% 50%;
    background-size: cover
}

#about .aboutWrap-02 .aboutWrap-context {
    display: flex;
    width: 61.63%;
    background: url(../img/about-02-figure.jpg) no-repeat right bottom
}

#about .aboutWrap-02 .aboutWrap-context dl {
    position: relative
}

#about .aboutWrap-02 .aboutWrap-context dl dt,
#about .aboutWrap-02 .aboutWrap-context dl dd {
    z-index: 10
}

#about .aboutWrap-03 {
    align-items: flex-start
}

#about .aboutWrap-03 .aboutWrap-figure {
    position: relative;
    width: calc(61.63% - 12px)
}

#about .aboutWrap-03 .aboutWrap-figure .about-img {
    display: block;
    width: 821px;
    height: 509px;
    background: url(../img/about-03-figure.png) no-repeat 50% 50%;
    background-size: cover
}

#about .aboutWrap-03 .aboutWrap-figure .slidebox {
    position: absolute;
    right: 0;
    display: block;
    width: 821px;
    height: 509px;
    overflow: hidden
}

#about .aboutWrap-03 .aboutWrap-figure .faseslide {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    animation: fadeAnime 10s infinite
}

#about .aboutWrap-03 .aboutWrap-figure .about-img-01 {
    background-image: url(../img/about-03-figure.png)
}

#about .aboutWrap-03 .aboutWrap-figure .about-img-02 {
    background-image: url(../img/about-03-02-figure.png);
    animation-delay: 5s
}

#about .aboutWrap-03 .aboutWrap-context {
    width: calc(38.36% - 12px);
    flex-shrink: 0
}

@media screen and (max-width:767px) {
    #about .inner:after {
        display: none
    }

    #about .aboutWrap {
        flex-direction: column
    }

    #about .aboutWrap:nth-of-type(n+2) {
        padding-top: 30px
    }

    #about .aboutWrap._reverse {
        flex-direction: column
    }

    #about .aboutWrap-context dt {
        font-size: 1.8rem;
        line-height: 1.5
    }

    #about .aboutWrap-context dd {
        margin-top: 20px
    }

    #about .aboutWrap-context dd p {
        font-size: 1.2rem;
        line-height: 2.25;
        letter-spacing: -.04em
    }

    #about .aboutWrap-01 .aboutWrap-figure {
        width: 100%;
        justify-content: center;
        padding-bottom: 40px
    }

    #about .aboutWrap-01 .aboutWrap-figure .about-img {
        width: 60vw;
        height: 60vw;
        transform: translateX(0)
    }

    #about .aboutWrap-01 .aboutWrap-figure .about-img-photo {
        width: 100%;
        height: 100%
    }

    #about .aboutWrap-01 .aboutWrap-figure .about-img-bg {
        left: -50%;
        top: 20%
    }

    #about .aboutWrap-01 .aboutWrap-context {
        width: 100%
    }

    #about .aboutWrap-01 .aboutWrap-context .logo {
        width: 80%;
        margin: 40px auto 50px
    }

    #about .aboutWrap-01 .aboutWrap-context .logo img {
        width: 100%
    }

    #about .aboutWrap-01 .aboutWrap-context p {
        text-align: left
    }

    #about .aboutWrap-02 .aboutWrap-figure {
        width: 100%;
        justify-content: center;
        padding-bottom: 40px
    }

    #about .aboutWrap-02 .aboutWrap-figure .about-img {
        width: 60vw;
        height: 60vw;
        transform: translateX(0)
    }

    #about .aboutWrap-02 .aboutWrap-figure .about-img:after {
        left: -50%;
        top: 40px
    }

    #about .aboutWrap-02 .aboutWrap-context {
        padding-bottom: 120px;
        width: 100%;
        background-size: 70% 70%
    }

    #about .aboutWrap-02 .aboutWrap-context p {
        text-align: left
    }

    #about .aboutWrap-03 {
        flex-direction: column-reverse
    }

    #about .aboutWrap-03 .aboutWrap-figure {
        width: auto;
        margin-top: 70px;
        margin-left: -20px;
        margin-right: -20px;
        transform: translateX(0)
    }

    #about .aboutWrap-03 .aboutWrap-figure .about-img {
        width: 100vw;
        height: 62vw
    }

    #about .aboutWrap-03 .aboutWrap-figure .slidebox {
        position: relative;
        width: 100vw;
        height: 62vw
    }

    #about .aboutWrap-03 .aboutWrap-context {
        width: 100%
    }

    #about .aboutWrap-03 .aboutWrap-context p {
        text-align: left
    }
}

.brands {
    margin-top: 90px
}

.brands-list {
    display: flex;
    justify-content: space-between;
}

.brands-list-item {
    /*width: calc(50% - 24px);
    margin-left: 48px;*/
    width: calc(95% / 4);
    margin: 0;
}

.brands-list-item:nth-of-type(3n+1) {
    margin-left: 0
}

.brands-list-item img {
    width: 100%
}

@media screen and (max-width:767px) {
    .brands {
        margin-top: 36px
    }

    .brands-list {
        display: flex;
        flex-direction: column
    }

    .brands-list-item {
        width: 100%;
        /*margin-left: 0*/
    }

    .brands-list-item:nth-of-type(n+2) {
        margin-top: 24px
    }
}

.brand {
    margin-top: 90px
}

.brand .inner {
    position: relative
}

.brand-headline {
    position: relative;
    padding: 60px 0;
    overflow: hidden
}

.brand-headline-title {
    height: auto;
    z-index: 10;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 436px;
    background: #fff
}

.brand-headline-title-inner {
    width: 100%;
    padding: 55px 40px 40px
}

.brand-headline-title .logo {
    display: block;
    width: 100%;
    max-width: 226px
}

.brand-headline-title .btnWrap {
    margin-top: 10px
}

.brand .brandWrap {
    display: flex;
    justify-content: center;
    padding: 0 20px;
    margin-top: 48px
}

.brand .brandWrap-figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.brand .brandWrap-figure .btnWrap {
    margin-top: 20px;
    text-align: center;
    width: 100%
}

.brand .brandWrap-context {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 590px;
    text-align: center;
    margin-left: 24px
}

.brand .brandWrap-context p {
    font-size: 1.4rem;
    line-height: 2.286
}

@media screen and (max-width:767px) {
    .brand-headline {
        padding: 0;
        overflow: visible;
        margin-left: -20px;
        margin-right: -20px
    }

    .brand-headline:after {
        box-sizing: content-box;
        right: 0;
        height: calc(100% + 60px);
        margin-top: -30px;
        margin-right: -20px
    }

    .brand-headline-title {
        position: relative;
        left: auto;
        width: 70%;
        margin: 0 0 0 auto;
        background: #fff
    }

    .brand-headline-title-inner {
        padding: 15px 10px 10px;
        width: 80%;
        margin: auto
    }

    .brand-headline-title a.viewmore {
        font-size: 12px
    }

    .brand-headline-image {
        width: 100%;
        margin-top: -20px
    }

    .brand-headline-image img {
        width: 100%
    }

    .brand .brandWrap {
        flex-direction: column;
        padding: 0
    }

    .brand .brandWrap:nth-of-type(n+2) {
        margin-top: 90px
    }

    .brand .brandWrap-figure {
        justify-content: center
    }

    .brand .brandWrap-figure img {
        width: 50%
    }

    .brand .brandWrap-context {
        width: 100%;
        margin-top: 30px;
        margin-left: 0
    }

    .brand .brandWrap-context p {
        text-align: left;
        font-size: 1.35rem;
        line-height: 1.7;
        letter-spacing: -.04em
    }
}

#tdearly .brand-headline {
    background: url(../img/tdearly-title-photo.jpg) no-repeat -200px center/cover
}

#tdearly .brand-headline-title {
    margin: 0 0 0 auto
}

#tdearly .brand-headline-image {
    text-align: left
}

@media screen and (max-width:767px) {
    #tdearly .brand-headline {
        position: relative;
        background-position: left center;
        height: 160px
    }

    #tdearly .brand-headline-title {
        position: absolute;
        left: 20px;
        top: 70%
    }
}

#oimomerci .brand-headline {
    background: url(../img/oimomerci-title-photo.jpg) no-repeat 200px center/cover
}

@media screen and (max-width:767px) {
    #oimomerci .brand-headline {
        position: relative;
        height: 160px;
        background-position: 60% center
    }

    #oimomerci .brand-headline-title {
        position: absolute;
        left: 20px;
        top: 70%
    }
}

.section-lineup {
    overflow: hidden;
    padding: 60px 0
}

.section-lineup .inner2 {
    margin: 0 auto;
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem
}

.section-lineup .lineup {
    position: relative
}

.section-lineup .lineup li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%
}

.section-lineup .lineup li .thumb {
    width: calc(100% - 24px)
}

.section-lineup .lineup-ttl {
    position: relative;
    width: 100%;
    margin-top: -80px;
    margin-left: 6px;
    text-align: left
}

.section-lineup .lineup-ttl img {
    width: auto;
    max-width: 85%;
    margin-top: 10px
}

.section-lineup .lineup-carousel img {
    display: block;
    height: 100%
}

.section-lineup .slick-list {
    overflow: visible
}

.section-lineup .slick-nav-arrows {
    position: absolute;
    top: -40px;
    right: 0%
}

.section-lineup .slick-arrow {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center
}

.section-lineup .slick-next {
    right: 0
}

.section-lineup .slick-prev {
    left: -80px
}

.section-lineup .slick-next:before,
.section-lineup .slick-prev:before {
    color: #000
}

#tdearly .section-lineup .lineup-ttl:before {
    content: "";
    display: block;
    width: 210px;
    height: 55px;
    background: url(../img/lineup-tdearly-logo.svg) no-repeat left top;
    background-size: 100%;
    transform: rotate(-11deg)
}

#oimomerci .section-lineup .lineup-ttl:before {
    content: "";
    display: block;
    width: 160px;
    height: 55px;
    background-size: 100%;
    transform: rotate(-11deg)
}

@media screen and (max-width:767px) {
    .section-lineup .inner2 {
        padding-right: 0
    }

    .section-lineup .lineup {
        overflow: hidden
    }

    .section-lineup .lineup li {
        max-width: 360px
    }

    .section-lineup .lineup li .thumb {
        width: auto;
        height: auto;
        max-width: 100%;
        margin: 0 auto
    }

    .section-lineup .lineup-ttl img {
        max-width: 90%
    }

    .slick-slide {
        display: none;
        margin-right: 15px;
        overflow: hidden;
        text-align: center
    }
}

#topics {
    margin-top: 60px
}

#topics .inner {
    display: flex;
    justify-content: space-between
}

#topics .inner .headline {
    width: calc(50% - 36px)
}

#topics .inner .headline-title {
    position: relative;
    padding: 160px 0;
    height: 100%
}

#topics .inner .headline-title:after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background: #EAE8E9;
    position: absolute;
    left: -90px;
    top: 0;
    z-index: -1
}

#topics .inner .headline-title img {
    width: 100%;
    max-width: 435px
}

#topics .inner .topicsWrap {
    position: relative;
    width: 50%
}

#topics .inner .topicsWrap:after {
    content: "";
    display: block;
    width: 100%;
    height: 10vh;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0
}

#topics .inner .topicsWrap .btnWrap {
    margin-top: 60px;
    text-align: center;
    display: none
}

#topics .inner .topicsWrap a.viewmore {
    display: block
}

#topics .topics-list {
    overflow-y: scroll;
    height: 50vw;
    padding-bottom: 10vh
}

#topics .topics-list-item:nth-of-type(n+2) {
    margin-top: 70px
}

#topics .topics-list-item-wrap {
    display: flex;
    align-items: center
}

#topics .topics-list-item ._figure {
    flex-shrink: 0;
    width: 120px
}

#topics .topics-list-item ._figure img {
    width: 100%
}

#topics .topics-list-item ._context {
    margin-left: 40px;
    font-size: 1.4rem
}

#topics .topics-list-item ._context p.date {
    margin-bottom: 1em;
    line-height: 1
}

@media screen and (max-width:767px) {
    #topics .inner {
        flex-direction: column
    }

    #topics .inner .headline {
        width: 100%
    }

    #topics .inner .headline-title {
        width: 72%;
        padding: 60px 0
    }

    #topics .inner .headline-title:after {
        left: -20px;
        width: 50vw
    }

    #topics .inner .topicsWrap {
        width: 100%;
        margin-top: 65px
    }

    #topics .topics-list {
        height: 85vh
    }

    #topics .topics-list-item:nth-of-type(n+2) {
        margin-top: 60px
    }

    #topics .topics-list-item-wrap ._figure {
        width: 45vw
    }

    #topics .topics-list-item-wrap ._context {
        margin-left: 20px
    }

    #topics .topics-list-item-wrap ._context p {
        font-size: 1.2rem;
        line-height: 1.833
    }

    #topics .topics-list-item-wrap ._context p.date {
        font-size: 1.4rem
    }
}

footer {
    background: #1A1311;
    color: #fff;
    margin-top: 160px
}

footer .inner {
    width: 100%;
    max-width: 1186px;
    padding: 70px 20px;
    margin: auto
}

footer a,
footer a:active,
footer a:visited {
    color: #fff
}

footer .corporateNav {
    display: flex;
    margin-bottom: 88px
}

footer .corporateNav li {
    font-size: 1.6rem
}

footer .corporateNav li:nth-of-type(n+2) {
    margin-left: 2em
}

footer .socialNav {
    display: flex
}

footer .socialNav li {
    font-size: 2.4rem
}

footer .socialNav li:nth-of-type(n+2) {
    margin-left: 1em
}

footer .socialNav a {
    transition: all 0.2s ease-in-out
}

footer .socialNav a:hover {
    opacity: .5
}

footer .siteNav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 70px
}
.snsIconBox {
    display: flex;
    padding-left: 30px;
}
.snsIcon {
    max-width: 50px;
}

footer .siteNav img {
    width: 100%
}

footer .copyright {
    opacity: .3
}

@media screen and (max-width:767px) {
    footer {
        margin-top: 0
    }

    footer .inner {
        padding: 0 20px 70px
    }

    footer .corporateNav {
        flex-wrap: wrap;
        margin-left: -20px;
        margin-right: -20px;
        border-bottom: solid 1px #505050
    }

    footer .corporateNav li {
        width: 50%;
        height: 4em
    }

    footer .corporateNav li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 1em;
        text-align: center;
        font-size: 1.4rem
    }

    footer .corporateNav li a:hover {
        opacity: .3
    }

    footer .corporateNav li:nth-of-type(n+2) {
        margin-left: 0
    }

    footer .corporateNav li:nth-of-type(n+3) {
        border-top: solid 1px #505050
    }

    footer .corporateNav li:nth-of-type(2n - 1) {
        border-right: solid 1px #505050
    }

    footer .corporateNav li:nth-of-type(4) {
        border-bottom: solid 1px #505050
    }

    footer .siteNav {
       /* flex-direction: column;*/
        margin-bottom: 30px;
        flex-direction: column-reverse;
    }
    .snsIconBox {
        margin-bottom: 30px;
        padding-left: 0px;
    }

    footer .socialNav {
        margin-top: 36px
    }

    footer .copyright {
        text-align: center
    }
}

#slider {
    display: none;
    background: #ccc
}

#slider .inner {
    position: relative;
    height: 100vh
}

#hero .mv {
    position: relative;
    height: 652px
}

.slide-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1188px;
    height: 100%;
    overflow: hidden
}

.slides {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    transition: background-image 0.65s ease-in-out
}

.slides>div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    text-indent: -9999px;
    background-position: 50% 100%;
    background-repeat: no-repeat
}

.carousel-nav {
    position: absolute;
    left: -126px;
    top: 40%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    align-items: center;
    transform: translateY(-50%)
}

.carousel-nav .timer {
    position: relative;
    width: 76px;
    height: 76px
}

.carousel-nav .timer svg {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-90deg)
}

.carousel-nav .controlbar {
    width: 148px;
    height: 1px;
    background-color: #DFDFDF;
    position: absolute;
    top: 50%;
    right: -110px
}

.carousel-nav .dots {
    display: none;
    margin-top: 15px
}

.carousel-nav .dots li {
    margin-bottom: 5px
}

.carousel-nav .dots li span {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 auto;
    border: 2px solid #999
}

.carousel-nav .dots li:hover {
    cursor: pointer
}

.carousel-nav .dots li:focus {
    outline: none
}

.carousel-nav .dots li.active span {
    background: #999;
    border: 2px solid #999
}

.carousel-nav .thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.carousel-nav .thumb:before {
    content: "";
    border-radius: 50%;
    display: block;
    width: 75%;
    height: 75%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.carousel-nav .thumb.thumb1:before {
    background-image: url(../img/mv-01.jpg)
}

.carousel-nav .thumb.thumb2:before {
    background-image: url(../img/mv-02.jpg)
}

.carousel-nav .thumb.thumb3:before {
    background-image: url(../img/-mv-03.jpg)
}

.carousel-nav .pause,
.carousel-nav .play {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.carousel-nav .pause:before,
.carousel-nav .play:before {
    color: #111
}

.carousel-nav .pause:hover,
.carousel-nav .play:hover {
    cursor: pointer
}

.carousel-nav .pause:before {
    font-family: "fontawesome";
    display: inline-block
}

.carousel-nav .play:before {
    font-family: "fontawesome";
    display: inline-block;
    font-size: 15px
}

#circle_base {
    stroke: #DFDFDF;
    stroke-width: 1
}

#circle_active {
    stroke: #111;
    fill: none;
    stroke-width: 1;
    stroke-dasharray: 226.192;
    stroke-dashoffset: 226.192
}

@media screen and (max-width:767px) {
    #hero .mv {
        height: 100vh;
        max-height: 1024px
    }

    .carousel-nav {
        display: none
    }
}