@charset "utf-8";


/* ================================
 * Common
 * ================================ */

header {
	opacity: 0;
}

body.fs-body-top section,
section#contact {
    margin: 0 auto 160px;
}




/* ================================
 * Firstview
 * ================================ */

#firstview {
    position: relative;
    max-width: 1200px;
}


.firstview__text {
    width: calc(50% - 50px);
    padding: 40px 50px 20px 0;
    min-height: 160px;
    background: #fff;
    color: #333;
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: 1;
}
.firstview__textItem .category {
    font-size: 1.4rem;
    color: #c06c00;
    margin-bottom: 4px;
}
.firstview__textItem .title {
    transition: .25s;
}
.firstview__textItem .title.-en {
    font-size: 3.75rem;
    font-weight: 400;
    line-height: 1.1;
    margin-left: -2px;
    margin-bottom: 10px;
}
.firstview__textItem .title.-jp {
    font-size: 1.4rem;
    letter-spacing: .05em;
    line-height: 1.2;
    margin-left: -2px;
}


.firstview__slideshow {
    width: calc(100% - 100px);
    height: calc(100vh - 50px);
    margin: auto;
    padding-top: 70px;
}


#firstview .slick-dots {
    position: absolute;
    left: 0;
    bottom: 0px;
    text-align: left;
}
#firstview .slick-dots li {
    width: 32px;
    height: 4px;
    margin-right: 12px;
    background: #ddd;
    display: inline-block;
    transition: .3s;
}
#firstview .slick-dots li.slick-active {
    background: #000;
}


#firstview .slick-slide {
    height: calc(100vh - 120px);
}
#firstview .slick-slide .firstview__image a {
    width: 100%;
    height: calc(100vh - 50px);
    display: block;
}
#firstview .slick-slide a:hover {
    opacity: 1;
}
#firstview .slick-slide a:hover p {
    color: #c06c00;
}

.firstview__image {
    overflow: hidden;
}

#firstview .slick-slide.slick-current#slick-slide00 .firstview__image a {
	transform: translateX(-3%);
	transition: transform 5s ease-out;
}
#firstview .slick-slide.slick-current#slick-slide01 .firstview__image a {
	transform: translateY(-3%);
	transition: transform 5s ease-out;
}
#firstview .slick-slide.slick-current#slick-slide02 .firstview__image a {
	transform: scale(1.05);
	transition: transform 5s ease-out;
}




/* ================================
 * News
 * ================================ */

#news {
    width: 900px;
    overflow: hidden;
    position: relative;
}
#news .sectionTitle {
    line-height: 1;
    margin-bottom: 60px;
}

.news__left {
    width: calc(50% - 100px);
    position: absolute;
    top: 50%;
    left: -5%;
    transform: translateY(-50%);
    text-align: center;
}
.news__right {
    width: calc(50% + 100px);
    float: right;
}


.newsList a {
    padding: 12px 0;
    display: block;
    overflow: hidden;
}

.newsList a:hover {
    opacity: 1;
}

.newsList .anim--scale {
    width: 100px;
    float: left;
}

.newsList .newsList__desc {
    width: 425px;
    float: right;
    margin-top: -5px;
}

.newsList .newsList__desc p {
    line-height: 1.6;
    font-size: 1.45rem;
    margin-bottom: 6px;
}
.newsList .newsList__desc .category {
    font-size: 1.1rem;
    line-height: 1;
    color: #aa6103;
    display: inline-block;
    padding-right: 12px;
    margin-right: 10px;
    border-right: 1px solid #ddd;
}
.newsList .newsList__desc .date {
    font-size: 1.1rem;
    line-height: 1;
    color: #777;
    display: inline-block;
}




/* ================================
 * About
 * ================================ */

#about {
    position: relative;
    background: url('https://myhoneyjapan.itembox.design/item/img/index/about_img.jpg') no-repeat center / cover;
    padding: 64px 0 70px;
}

.about__text {
    width: 490px;
    margin-left: 50%;
    text-align: center;
}

.about__text img {
    display: inline-block !important;
    width: 150px;
    margin-bottom: 16px;
}
.about__text h2 {
    font-size: 3.5rem;
    font-weight: 200;
    letter-spacing: .05em;
    margin-bottom: 10px;
}
.about__text p {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: .05em;
    margin-bottom: 38px;
}




/* ================================
 * Lineup
 * ================================ */

#lineup {
    width: 85%;
    max-width: 1200px;
}


.wrapLineup {
    position: relative;
    overflow: hidden;
    padding-bottom: 60px;
}


.lineup__left {
    width: 50%;
    float: left;
    position: relative;
}
.lineup__left .sectionTitle.-bg {
    top: -26px;
    left: -28px;
}


.lineup__right {
    width: 40%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding-bottom: 60px;
}
.lineup__right h3 {
    font-size: 1.8rem;
    font-weight: 600;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #000 !important;
    margin-bottom: 36px !important;
}

.lineup__categoryList {
    overflow: hidden;
}
.lineup__categoryList li {
    width: 50%;
    float: left;
    overflow: hidden;
    margin-bottom: 14px;
}
.lineup__categoryList li:nth-child(odd) { width: 55%; }
.lineup__categoryList li:nth-child(even) { width: 45%; }

.lineup__categoryList li img {
    width: 50px;
    float: left;
}
.lineup__categoryList li p {
    width: calc(100% - 50px - 12px);
    font-size: 1.3rem;
    line-height: 1.6;
    margin-left: 12px;
    vertical-align: middle;
    display: inline-block;
    float: left;
}
.lineup__categoryList li.-active {
    font-weight: 600;
}

.lineup__categoryList li a {
    transition: .25s;
}
.lineup__categoryList li a:hover {
    opacity: 1;
    font-weight: 600;
}



.lineup__itemList {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}
.lineup__itemList li {
    width: 15.6%;
    margin-right: 1.2%;
    float: left;
    text-align: center;
}
.lineup__itemList li:last-child {
    margin-right: 0;
}


.lineup__itemList li .item {
	position: relative;
}
.lineup__itemList li .item:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, .05);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: .25s;
}
.lineup__itemList li a:hover .item:before {
	content: "";
	opacity: 1;
}

.lineup__itemList li .title {
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 10px auto 4px;
}
.lineup__itemList li .price {
    margin-bottom: 10px;
    color: #c06c00;
    font-size: 1.3rem;
}

.lineup__itemList li .more {
    font-weight: 600;
    font-size: 1.3rem;
    letter-spacing: .05em;
    position: relative;
    padding-left: 28px;
    transition: .25s;
}

.lineup__itemList li .more:before {
    content: "";
    width: 16px;
    height: 16px;
    background: url('https://myhoneyjapan.itembox.design/item/img/common/icon_arrow.png') no-repeat center / 16px;
    position: absolute;
    top: 2px;
    left: 50%;
    margin-left: -28px;
    transition: .25s;
}


.lineup__itemList li a:hover {
    opacity: 1;
}
.lineup__itemList li a:hover .more {
    color: #c06c00;
}
.lineup__itemList li a:hover .more:before {
    background: url('https://myhoneyjapan.itembox.design/item/img/common/icon_arrow_hover.png') no-repeat center / 16px;
}




/* ================================
 * Recommend
 * ================================ */

#recommend {
    width: 100%;
    background: #F7F4ED;
    position: relative;
    margin-bottom: 140px;
}
#recommend .sectionTitle {
    top: -1em;
    right: 1em;
    height: 7em;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}


.recommend__slideshow {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.recommend__image {
    width: 50%;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1200px) {
    .recommend__image {
        width: 60%;
    }
}

.recommend__image .item {
    overflow: hidden;
}
.recommend__image .item img {
    width: 90%;
    float: right;
}

.recommend__image .image {
    width: 45%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
 }
#slick-slide10 .recommend__image .image {
   background: url('https://myhoneyjapan.itembox.design/item/img/index/recommend_img1.jpg') no-repeat center / cover;
}
#slick-slide11 .recommend__image .image {
   background: url('https://myhoneyjapan.itembox.design/item/img/index/recommend_img2.jpg') no-repeat center / cover;
}

#recommend .slick-dots {
    display: none !important;
}


#recommend .wrap__slick-arrow {
    width: 35%;
    max-width: 450px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-top: -150px;
}

#recommend .slick-arrow {
    border: 0;
    background: none;
}
#recommend .slick-prev { margin-left:  10px; }
#recommend .slick-next { margin-right: 10px; }

#recommend .slick-arrow img {
    width: 20px;
    height: 20px;
}


.recommend__text {
    width: 35%;
    max-width: 450px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

.recommend__text h3 {
    padding: 0 30px;
    margin-bottom: 38px;
    font-size: 2.6rem;
    font-weight: 600;
    letter-spacing: .04em;
    line-height: 1.1;
    text-align: center;
}
.recommend__text h3 span {
    display: block;
    margin-top: 10px;
    font-size: 1.0rem;
    font-weight: normal;
    letter-spacing: .03em;
    line-height: 1.2;
}

.recommend__text .title {
    color: #c06c00;
    text-align: center;
    font-size: 2.2rem;
    letter-spacing: .08em;
    line-height: 1.5;
    margin-bottom: 16px;
}

.recommend__text .desc {
    text-align: justify;
    font-size: 1.4rem;
    letter-spacing: .03em;
    line-height: 1.8;
    margin-bottom: 12px;
}

.recommend__text .more {
    font-weight: 600;
    font-size: 1.3rem;
    letter-spacing: .05em;
    margin-bottom: 30px;
    transition: .25s;
}
.recommend__text .more a {
    position: relative;
    padding-left: 24px;
}
.recommend__text .more a:before {
    content: "";
    width: 16px;
    height: 16px;
    background: url('https://myhoneyjapan.itembox.design/item/img/common/icon_arrow.png') no-repeat center / 16px;
    position: absolute;
    top: 3px;
    left: 0;
    transition: .25s;
}


.recommend__text .more a:hover {
    opacity: 1;
}
.recommend__text .more a:hover {
    color: #c06c00;
}
.recommend__text .more a:hover:before {
    background: url('https://myhoneyjapan.itembox.design/item/img/common/icon_arrow_hover.png') no-repeat center / 16px;
}




/* ================================
 * Instagram
 * ================================ */

#instagram {
    width: 100%;
    text-align: center;
    margin-bottom: 180px;
}

#instagram .sectionTitle span {
    display: block;
    font-size: 2.4rem;
    letter-spacing: .07em;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 9px;
}
#instagram .sectionTitle {
    font-size: 4.4rem;
    line-height: 1;
    font-weight: 500;
}

.instagram__links {
    overflow: hidden;
    margin: 40px auto 46px;
}
.instagram__links li {
    display: inline-block;
    margin: 0 32px;
}

.instagram__links li .title {
    display: block;
    line-height: 1;
    margin-bottom: 11px;
}
.instagram__links li .title.-en {
    font-size: 1.1rem;
    opacity: .5;
    letter-spacing: .1em;
    margin-bottom: 8px;
}
.instagram__links li .title.-jp {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: .1em;
}
.instagram__links li img {
    width: 20px;
    height: 20px;
    margin: auto;
}


.instagram__links li a:hover {
    opacity: 1;
    color: #c06c00;
}


.instagram__api {
    width: 85%;
    max-width: 1200px;
    margin: auto;
}




/* ================================
 * Shoplist
 * ================================ */

#shoplist {
    position: relative;
    overflow: hidden;
    margin-bottom: 190px;
}
#shoplist .sectionTitle {
    top: -20px;
    left: 50%;
    height: 5.6em;
    transform: translateX(-100%);
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.shoplist__left {
    padding-top: 40px;
    width: 50%;
    float: left;
}

.shoplist__right {
    width: 25%;
    position: absolute;
    top: 50%;
    right: 12.5%;
    transform: translateY(-50%);
}

.shoplist__right__list {
    margin-bottom: 36px;
}
.shoplist__right__list a {
    display: block;
    padding: 16px 0;
    position: relative;
}
.shoplist__right__list .title {
    display: block;
    line-height: 1;
}
.shoplist__right__list .title.-jp {
    font-size: 1.65rem;
    font-weight: 600;
    letter-spacing: .08em;
    margin-bottom: 9px;
}
.shoplist__right__list .title.-en {
    font-size: 1.15rem;
    opacity: .5;
    letter-spacing: .08em;
}

.shoplist__right img {
    width: 11px;
    height: 11px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}


.shoplist__right__list a:hover {
    opacity: 1;
    color: #c06c00;
}



/* ================================
 * Brands
 * ================================ */

#brand {
    background: #221713;
    color: #fff;
    text-align: center;
    padding: 88px 0 140px;
    margin-bottom: 200px;
}

#brand .sectionTitle {
    font-size: 4.6rem;
    margin-bottom: 48px;
}

.brand__list {
    width: 85%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.brand__list li {
    width: 16%;
    padding-right: 4%;
    display: inline-block;
    margin: auto;
}
.brand__list.three li {
    width: 18%;
    padding-right: 7%;
}

.brand__list li:last-child {
    padding-right: 0;
}

.brand__list li a {
    display: block;
}
.brand__list li a .img {
    transition: .25s;
}


.brand__list li a:hover {
    opacity: 1;
}
.brand__list li a:hover .img {
    opacity: .65;
}


.brand__list li .desc {
    text-align: left;
    font-size: 1.15rem;
}



/* ================================
 * Column
 * ================================ */

#column {
    width: 90%;
    max-width: 1200px;
    position: relative;
}


#column .sectionTitle.-bg {
    top: -1.2em;
    right: -10px;
}
#column .sectionTitle h2 {
    letter-spacing: .03em;
}


.column__slideshow {
    margin-bottom: 50px;
    position: relative;
}

.column__slideshow .slick-arrow img {
    width: 34px;
    height: 34px;
}


.column__slideshow .slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.column__slideshow .slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.column__slideshow .slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.column__slideshow .slick-slide > div {
    margin: 0 50px;
}
.column__slideshow a {
    display: block;
}
.column__slideshow a {
    opacity: 1;
}
.column__slideshow a:hover {
    opacity: 1;
}


.column__slideshow .img {
    margin-bottom: 24px;
}
.column__slideshow .category {
    font-size: 1.2rem;
    line-height: 1;
    color: #aa6103;
    display: inline-block;
    padding-right: 12px;
    margin-right: 10px;
    border-right: 1px solid #ddd;
}
.column__slideshow .date {
    font-size: 1.1rem;
    line-height: 1;
    color: #777;
    display: inline-block;
}
.column__slideshow .desc {
    margin-top: 10px;
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: .1em;
    line-height: 1.5;
    display: inline-block;
}




/* ================================
 * Contact
 * ================================ */

#contact {
    text-align: center;
}


#contact .text {
    font-size: 1.45rem;
    letter-spacing: .05em;
    margin-top: 8px;
    margin-bottom: 44px;
}

#contact .tel {
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 4.4rem;
    letter-spacing: .03em;
    line-height: 1;
    font-weight: 600;
    border-bottom: 2px solid #000;
}

#contact .tel a {
    pointer-events: none;
}

#contact .tel span {
    font-size: 50%;
    margin-right: 10px;
}

#contact .time {
    font-size: 1.5rem;
    letter-spacing: .1em;
    margin-bottom: 4px;
}
#contact .time span {
    font-size: 80%;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .05em;
    margin-right: 10px;
    padding: 5px 6px 4px 8px;
    background: #e6e6e6;
}

#contact .attention {
    font-size: 1.2rem;
}
