@charset "utf-8";


/* ================================
 * Common
 * ================================ */

header {
	opacity: 0;
}

body.fs-body-top section,
section#contact {
    margin: 0 auto 120px;
}




/* ================================
 * Firstview
 * ================================ */

#firstview {
    position: relative;
}


.firstview__text {
    width: 75%;
    padding: 28px 10% 32px 10%;
    background: #fff;
    margin-top: -50px;
    position: relative;
    z-index: 1;
}
.firstview__textItem .category {
    font-size: 1.2rem;
    color: #c06c00;
    letter-spacing: .08em;
    margin-bottom: 2px;
}
.firstview__textItem .title {
    transition: .25s;
}
.firstview__textItem .title.-en {
    font-size: 3.3rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .03em;
    margin-left: -2px;
    margin-bottom: 10px;
}
.firstview__textItem .title.-jp {
    font-size: 1.1rem;
    letter-spacing: .08em;
    line-height: 1.2;
    margin-left: -2px;
}


.firstview__slideshow {
    width: 100%;
    margin: auto;
    padding-top: 65px;
    overflow: hidden;
}


#firstview .slick-dots {
    position: absolute;
    left: 10%;
    bottom: 0;
    text-align: left;
}
#firstview .slick-dots li {
    width: 20px;
    height: 3px;
    margin-right: 10px;
    background: #ddd;
    display: inline-block;
    transition: .3s;
}
#firstview .slick-dots li.slick-active {
    background: #000;
}


#firstview .slick-slide a {
    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-slide00 .firstview__image a {
    width: 103%;
}
#firstview .slick-slide#slick-slide01 .firstview__image a {
    width: 103%;
}

#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: 80%;
    position: relative;
    margin-bottom: 100px;
}
#news .sectionTitle {
    line-height: 1;
    margin-bottom: 36px;
}


.newsList {
    margin-bottom: 12px;
}
.newsList a {
    padding: 14px 0;
    display: block;
    overflow: hidden;
}

.newsList a:hover {
    opacity: 1;
}

.newsList .anim--scale {
    width: 70px;
    float: left;
}

.newsList .newsList__desc {
    width: calc(100% - 90px);
    float: right;
    margin-top: -5px;
}

.newsList .newsList__desc p {
    line-height: 1.6;
    font-size: 1.3rem;
    margin-bottom: 4px;
}
.newsList .newsList__desc .category {
    font-size: 1rem;
    line-height: 1;
    color: #aa6103;
    display: inline-block;
    padding-right: 8px;
    margin-right: 6px;
    border-right: 1px solid #ddd;
}
.newsList .newsList__desc .date {
    font-size: 1rem;
    line-height: 1;
    color: #777;
    display: inline-block;
}




/* ================================
 * About
 * ================================ */

#about {
    position: relative;
    background: url('https://myhoneyjapan.itembox.design/item/img/index/sp_about_img.jpg') no-repeat center / cover;
}

.about__text {
    padding: 45px 0 45px;
    width: 90%;
    margin: auto;
    text-align: center;
}

.about__text img {
    display: inline-block !important;
    width: 120px;
    margin-bottom: 10px;
}
.about__text h2 {
    font-size: 3.1rem;
    font-weight: 200;
    letter-spacing: .05em;
    margin-bottom: 2px;
}
.about__text p {
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: .05em;
    margin-bottom: 130px;
}




/* ================================
 * Lineup
 * ================================ */

#lineup {
    width: 100%;
}


.lineup__left {
    width: 85%;
    margin-left: 15%;
    position: relative;
}
.lineup__left .sectionTitle.-bg {
    top: -18px;
    left: -15%;
}


.lineup__right {
    width: 100%;
    margin-top: 70px;
}
.lineup__right h3 {
    width: 95%;
    margin-left: 5% !important;
    font-size: 1.8rem;
    font-weight: 600;
    padding-bottom: 6px !important;
    border-bottom: 2px solid #000 !important;
    margin-bottom: 18px !important;
}

.lineup__categoryList {
    width: 90%;
    margin: 0 auto 32px;
    overflow: hidden;
}
.lineup__categoryList li {
    overflow: hidden;
    margin-bottom: 6px;
    float: left;
}
.lineup__categoryList li:nth-child(odd) { width: 55%; }
.lineup__categoryList li:nth-child(even) { width: 45%; }

.lineup__categoryList li a {
    display: block;
}

.lineup__categoryList li img {
    width: 45px;
    float: left;
}
.lineup__categoryList li p {
    width: calc(100% - 45px - 12px);
    font-size: 1.2rem;
    line-height: 1.5;
    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: 90%;
    margin: auto;
    overflow: hidden;
}
.lineup__itemList li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 48px;
    float: left;
    text-align: center;
}
.lineup__itemList li:nth-child(even) {
    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: 90px;
}
#recommend .sectionTitle {
    padding: 14px 20px;
    top: -1.5em;
    right: 0;
    padding: 10px;
    right: 20px;    
    height: 5.3em;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
#recommend .sectionTitle h2 {
    font-size: 78% !important;
    letter-spacing: .03em !important;
    white-space:nowrap;
}


.recommend__slideshow {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#recommend .slick-dots {
    display: none !important;
}

#recommend .wrap__slick-arrow {
    width: 90%;
    height: 40px;
    position: absolute;
    top: 40%;
    left: 5%;
    z-index: 1;
    overflow: hidden;
}
@media screen and (max-width: 979px) {
    #recommend .wrap__slick-arrow { margin-top: 33%; }
}
@media screen and (max-width: 767px) {
    #recommend .wrap__slick-arrow { margin-top: 28%; }
}
@media screen and (max-width: 700px) {
    #recommend .wrap__slick-arrow { margin-top: 25%; }
}
@media screen and (max-width: 610px) {
    #recommend .wrap__slick-arrow { margin-top: 20%; }
}
@media screen and (max-width: 530px) {
    #recommend .wrap__slick-arrow { margin-top: 16%; }
}
@media screen and (max-width: 490px) {
    #recommend .wrap__slick-arrow { margin-top: 12%; }
}
@media screen and (max-width: 460px) {
    #recommend .wrap__slick-arrow { margin-top: 8%; }
}
@media screen and (max-width: 400px) {
    #recommend .wrap__slick-arrow { margin-top: 0; }
}
@media screen and (max-width: 360px) {
    #recommend .wrap__slick-arrow { margin-top: -3%; }
}
@media screen and (max-width: 350px) {
    #recommend .wrap__slick-arrow { margin-top: -10%; }
}
@media screen and (max-width: 330px) {
    #recommend .wrap__slick-arrow { margin-top: -15%; }
}

#recommend .slick-arrow {
    border: 0;
    background: none;
}
#recommend .slick-prev { float: left; }
#recommend .slick-next { float: right; }

#recommend .slick-arrow img {
    width: 20px;
    height: 20px;
}


.recommend__image {
    position: relative;
    z-index: 1;
}

.recommend__image .item {
    position: absolute;
    top: -5%;
    left: 0;
}

.recommend__image .image {
    width: 100%;
}


.recommend__text {
    width: 75%;
    margin: 28% auto 80px;
}

.recommend__text h3 {
    margin-bottom: 28px;
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: .04em;
    line-height: 1.1;
    text-align: center;
}
.recommend__text h3 span {
    display: block;
    margin-top: 6px;
    font-size: 1.0rem;
    font-weight: normal;
    letter-spacing: .03em;
    line-height: 1.2;
}

.recommend__text .title {
    color: #c06c00;
    text-align: center;
    font-size: 1.85rem;
    letter-spacing: .08em;
    line-height: 1.5;
    margin-bottom: 12px;
}

.recommend__text .desc {
    font-size: 1.3rem;
    letter-spacing: .03em;
    line-height: 1.8;
    margin-bottom: 12px;
    text-align: justify;
}

.recommend__text .more {
    font-weight: 600;
    font-size: 1.3rem;
    letter-spacing: .05em;
    margin-bottom: 28px;
    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;
}

#instagram .sectionTitle span {
    display: block;
    font-size: 1.8rem;
    letter-spacing: .07em;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 9px;
}
#instagram .sectionTitle {
    font-size: 3.6rem;
    line-height: 1;
    font-weight: 500;
}

.instagram__links {
    overflow: hidden;
    margin: 40px auto 32px;
}
.instagram__links li {
    display: inline-block;
    margin: 0 14px;
}

.instagram__links li .title {
    display: block;
    line-height: 1;
    margin-bottom: 11px;
}
.instagram__links li .title.-en {
    font-size: 1rem;
    opacity: .5;
    letter-spacing: .1em;
    margin-bottom: 6px;
}
.instagram__links li .title.-jp {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: .1em;
}
.instagram__links li img {
    width: 18px;
    height: 18px;
    margin: auto;
}


.instagram__links li a:hover {
    opacity: 1;
    color: #c06c00;
}


.instagram__api {
    width: 97%;
    margin: auto;
}




/* ================================
 * Shoplist
 * ================================ */

#shoplist {
    position: relative;
    overflow: hidden;
    margin-bottom: 130px;
}
#shoplist .sectionTitle {
    padding: 14px 20px;
    top: -10px;
    left: 28px;
    height: 4.5em;
    transform: translateX(-100%);
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
#shoplist .sectionTitle h2 {
    font-size: 80% !important;
    letter-spacing: .05em !important;
}

.shoplist__left {
    padding-top: 20px;
    width: 87.5%;
    margin-left: 12.5%;
}

.shoplist__right {
    width: 75%;
    margin: auto;
    margin-top: 32px;
}

.shoplist__right__list {
    margin-bottom: 26px;
}
.shoplist__right__list a {
    display: block;
    padding: 15px 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.1rem;
    opacity: .5;
    letter-spacing: .1em;
}

.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: 68px 0 50px;
    margin-bottom: 154px;
}

#brand .sectionTitle {
    font-size: 4.6rem;
    margin-bottom: 24px;
}
#brand .sectionTitle h2 {
    font-size: 80%;
    font-weight: 200;
}

.brand__list {
    width: 88%;
    margin: auto;
    overflow: hidden;
}
.brand__list li {
    width: 47%;
    padding-right: 6%;
    float: left;
    margin: 0 auto 50px;
}
.brand__list li:nth-child(even) {
    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.1rem;
}



/* ================================
 * Column
 * ================================ */

#column {
    width: 100%;
    position: relative;
}


#column .sectionTitle.-bg {
    top: -46px;
    right: 0;
}


.column__slideshow {
    margin-bottom: 40px;
}

.column__slideshow .slick-arrow img {
    width: 36px;
    height: 36px;
}


.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 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 h2{
    letter-spacing: .05em;
}


#contact .text {
    font-size: 1.4rem;
    letter-spacing: .05em;
    margin-top: 8px;
    margin-bottom: 32px;
}

#contact .tel {
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 18px;
    font-size: 3.4rem;
    letter-spacing: .03em;
    line-height: 1;
    font-weight: 600;
    border-bottom: 2px solid #000;
}
#contact .tel span {
    font-size: 50%;
    margin-right: 10px;
}

#contact .time {
    font-size: 1.4rem;
    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;
}
