@charset "UTF-8";
html {
    font-size: 62.5% !important;
}
#Wrap {
    width: 100%;
  }

.pc_only {
	display: block;
}
.sp_only {
	display: none;
}

.article_page .main-ttl .flex-box {
    display: flex;
    align-items: center;
}

.article_page .main-ttl {
    width: 100rem;
    margin: 0 auto;
}

.article_page .main-ttl .article_ttl {
    margin: 1.5rem 0 3rem;
}

div {
    line-height: 0;
}

.article_page .fade {
opacity: 0;	
transform: translateY(1rem);
  transition: opacity 1s ease, transform 1s ease;
}

.article_page .fade_in {
  opacity: 1;
  transform: translateY(0);
}


.article_page .Contents_inner {
    background: url(./img/bg.png) no-repeat;
    background-size: cover;
    padding: 6rem 0 10rem;
    font-family: "Lato", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: 400;
    color: #795314;
    letter-spacing: 0.05em;
}

.article_page .Contents_inner section {
    max-width: 72rem;
    margin: 0 auto 8rem;
}

.article_page  #Intro {
    background: rgb(239 178 84 / 10%);
    padding: 3.5rem 0;
}

.article_page #Intro .day-list {
    display: flex;
    color: #B98735;
    font-size: 1.6rem;
    justify-content: center;
    border-top: 1px solid rgb(185 135 53 / 50%);
    border-bottom: 1px solid rgb(185 135 53 / 50%);
    width: 36rem;
    margin:  0 auto;
    padding: 1rem 0;
}

.article_page #Intro .day-list span {
    /* border: 1px solid; */
    padding: .2rem .6rem;
    margin-right: 1rem;
    font-size: 1.4rem;
    background: #f7e0c0;
}

.article_page #Intro .day-list li:first-child {
    margin-right: 2rem;
}

.article_page #Intro h2 {
    color: #B98735;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    padding: 1.5rem 0;
}

.article_page #Intro .item-list {
    display: flex;
    justify-content: center;
}

.article_page #Intro .item-list img {
    width: auto;
    height: 20rem;
    margin-right: -1rem;
}

.article_page #Intro .item-list li {
    text-align: center;
    margin: 0 4rem;
}

.article_page #Intro .item-list dt {
    font-size: 1.4rem;
    color: #B98735;
    font-weight: 600;
}

.article_page #Intro .item-list dd {
    font-size: 1.6rem;
    color: #B98735;
    padding: 0.4rem 0 1rem;
}

.article_page #Intro .item-list dd span {
    font-size: 1.1rem;
}

.article_page .cv-btn {
    background: linear-gradient(to bottom right, #eac892, #B98735);
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    font-weight: 400;
}

.article_page #Intro .item-list .cv-btn {
    width: 14rem;
    height: 3rem;
    line-height: 3rem;
}

.article_page h3 {}

.article_page .Contents_inner h3 {
    color: #B98735;
    text-align: center;
    font-weight: 600;
}

.article_page #Content01 h3 {
    font-size: 2.2rem;
    position: relative;
    margin-bottom: 1.8rem;
}

.article_page #Content01 h3::before, .article_page #Content01 h3::after {
    position: absolute;
    content: '';
    height: .1rem;
    width: 24rem;
    background: #B98735;
    top: 50%;
    transform: translate(0, -50%);
}

.article_page #Content01 h3::before {
    left: 0;
}

.article_page #Content01 h3::after {
    right: 0;
}

.article_page #Content01 {
    border-bottom: 1px solid #B98735;
    padding-bottom: 2rem;
}

.article_page #Content01 .point-list li {
    position: relative;
    font-size: 1.6rem;
    padding-bottom: 1.2rem;
    padding-left: 2.5rem;
}

.article_page #Content01 .point-list li::before {
    content: '';
    position: absolute;
    background: url(./img/check.svg) no-repeat;
    width: 2rem;
    height: 2rem;
    background-size: 100%;
    top: 35%;
    transform: translate(0, -50%);
    left: 0;
}

.article_page #Content01 .point-list {width: 40rem;margin: 0 auto;}

.article_page #Content02 {
    background: rgb(255 255 255 / 50%);
    position: relative;
    padding: 4rem 5rem;
}

.article_page #Content02 h3 {
    font-size: 2.2rem;
    line-height: 1.8;
    margin-bottom: 2.5rem;
}

.article_page #Content02 .ico-limited {
    font-size: 1.5rem;
    background: #F8E9D2;
    width: 8rem;
    height: 8rem;
    border-radius: 10rem;
    line-height: 8rem;
    text-align: center;
    color: #B98735;
    font-weight: 600;
    position: absolute;
    top: 3rem;
    left: 3rem;
}

.article_page #Content02 .cont-txt {
    font-size: 1.4rem;
    margin-top: 2.5rem;
    line-height: 2;
}

.article_page h3.cont-ttl {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-bottom: 4rem;
}

.article_page h3.cont-ttl span {
    font-size: 1.5rem;
    display: block;
    font-weight: 600;
}

.article_page #Review .review-list li {
    display: flex;
    background: #fff;
    padding: 2.5rem;
    align-items: center;
    margin-top: 1rem;
}

.article_page #Review .review-list li dl {
    width: 8rem;
    margin-right: 2rem;
}

.article_page #Review .review-list .review-txt {
    width: 55rem;
    font-size: 1.4rem;
    line-height: 1.75;
}

.article_page #Review .review-list li dd {
    font-size: 1.2rem;
    text-align: center;
    padding-top: .2rem;
}

.article_page #LineUp .item-cont {
    display: flex;
    align-items: center;
}

.article_page #LineUp .item-cont .item-txt {
    width: 46rem;
    margin-right: 6rem;
    margin-left: 5rem;
    margin-bottom: 3rem;
}

.article_page #LineUp .item-cont .item-detail dt {
    color: rgb(185 135 53 / 30%);
    font-size: 5rem;
    line-height: 1.2;
}

.article_page #LineUp .item-cont:nth-child(even) {
    flex-direction: row-reverse;
    margin-top: 7rem;
}

.article_page #LineUp .item-cont .item-img {
    width: 12rem;
}

.article_page #LineUp .item-cont:nth-child(even) .item-txt {
    margin-left: 5rem;
    margin-right: 2rem;
}

.article_page #LineUp .item-cont .item-detail dd {
    font-size: 1.5rem;
    margin: 2rem 0 2.5rem;
    line-height: 1.8;
}

.article_page .notes {
    font-size: 1.2rem;
    display: block;
    padding-top: 1rem;
}

.article_page #LineUp .item-cont h4 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 0.6rem;
}

.article_page #LineUp .item-cont .item-price dt {
    font-size: 1.8rem;
    font-weight: 600;
}

.article_page #LineUp .item-cont .item-price span {
    font-size: 1.2rem;
}

.article_page #LineUp .item-cont .cv-btn {
    width: 14rem;
    height: 3.3rem;
    line-height: 3.3rem;
    margin-top: 2rem;
}

.article_page_inner {
    padding-bottom: 0;
}

.article_page  #Related {
    max-width: 80rem;
    margin-top: -1rem;
}

.article_page  #Related .item-cont {
    width: 25rem;
    margin-left: 2.5rem;
    background: #FCFAF7;
}

.article_page #Related .item-cont .item-img {
    position: relative;
}

.article_page #Related .item-cont .item-ico {
    position: absolute;
    background: #f5ebdb;
    padding: 0.2rem 1rem;
    font-size: 1.3rem;
    top: 1rem;
    left: 1rem;
}

.article_page #Related .item-cont .item-name dt {
    margin: 1.5rem 1.5rem .8rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.article_page #Related .item-cont .item-name dd {
    margin: 0 1.5rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.article_page #Related .item-cont dd span {
    font-size: 1.1rem;
}

.article_page #Related .item-cont .item-fragrance {
    margin: 1.5rem 1.5rem .8rem;
    font-size: 1.3rem;
}

.article_page #Related .item-cont .item-fragrance span {
    border: 1px solid;
    padding: 0 .4rem;
    border-radius: .2rem;
    margin-right: .5rem;
    font-size: 1.2rem;
}

.article_page #Related .item-cont .item-txt {
    font-size: 1.3rem;
    margin: 0 1.5rem 1.5rem;
    opacity: 0.7;
}

.article_page .txt-btn {
    position: relative;
    display: block;
    width: 6rem;
    color: #B98735;
    font-weight: 500;
    font-size: 1.3rem;
}

.article_page #Related .item-cont .txt-btn {
    margin: 0 1.5rem 1.5rem auto;
}

.article_page .txt-btn::before, .article_page .txt-btn::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.article_page .txt-btn::before {
    width: 7px;
    height: 7px;
    border-top: 1.5px solid #B98735;
    border-right: 1.5px solid #B98735;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.article_page #Related .slick-next::before {
    background: url(./img/arrow_right.svg) no-repeat;
    background-size: 100% auto;
    width: 1.2rem;
    height: 2.4rem;
}

.article_page #Related .slick-next {
    top: 50%;
    transform: translate(0, -50%);
    right: -4rem;
    /* z-index: 10; */
}

.article_page #Related .slick-prev:before {
    background: url(./img/arrow_left.svg) no-repeat;
    background-size: 100% auto;
    width: 1.2rem;
    height: 2.4rem;
}

.article_page #Related .slick-prev {
    top: 50%;
    transform: translate(0, -50%);
    left: -4rem;
}

.article_page .all-btn .cv-btn {
    width: 40rem;
    height: 6rem;
    line-height: 6rem;
    font-size: 1.6rem;
    margin: 0 auto;
    position: relative;
}

.article_page .all-btn .cv-btn::before, .article_page .all-btn .cv-btn::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2rem;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.article_page .all-btn .cv-btn::before {
    width: 1rem;
    height: 1rem;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (max-width: 768px) {
.pc_only {
	display: none;
}
.sp_only {
	display: block;
}

.article_page .main-ttl {
    width: 100%;
    background: #fff;
    padding: calc(20 * (100vw / 390)) calc(15 * (100vw / 390)) 0;
}

.article_page .main-ttl .article_ttl {
    padding: calc(10 * (100vw / 390)) 0 calc(15 * (100vw / 390));
    margin: 0;
}

.article_page .Contents_inner {
    background: none;
    padding: 0 0 calc(60 * (100vw / 390));
}

.article_page_inner {
    background: url(./img/bg_sp.png) no-repeat;
    background-size: cover;
}

.article_page .mv-area {
    width: calc(360 * (100vw / 390));
    margin: 0 auto;
    padding-top: calc(20 * (100vw / 390));
}

.article_page .Contents_inner section {
    margin: 0 auto calc(50 * (100vw / 390));
    width: calc(360 * (100vw / 390));
}

.article_page #Intro {
    margin-top: calc(20 * (100vw / 390));
    padding: calc(30 * (100vw / 390))  0;
}

.article_page #Intro .day-list {
    width: calc(320 * (100vw / 390));
    font-size: calc(14 * (100vw / 390));
}

.article_page #Intro .day-list span {
    font-size: calc(13 * (100vw / 390));
    margin-right: calc(8 * (100vw / 390));
    padding: calc(2 * (100vw / 390))  calc(6 * (100vw / 390));
}

.article_page #Intro .day-list li:first-child {
    margin-right: calc(18 * (100vw / 390));
}

.article_page #Intro h2 {
    font-size: calc(18 * (100vw / 390));
    padding: calc(15 * (100vw / 390))  0;
}

.article_page #Intro .item-list img {
    height: calc(160 * (100vw / 390));
}

.article_page #Intro .item-list li {
    margin: 0 calc(15 * (100vw / 390));
}

.article_page #Intro .item-list .cv-btn {
    width: calc(120 * (100vw / 390));
    height: calc(30 * (100vw / 390));
    line-height: calc(30 * (100vw / 390));
}

.article_page #Intro .item-list dt {
    font-size: calc(13 * (100vw / 390));
}

.article_page #Intro .item-list dd {
    font-size: calc(16 * (100vw / 390));
}

.article_page #Intro .item-list dd span {
    font-size: calc(10 * (100vw / 390));
}

.article_page #Content01 h3 {
    font-size: calc(18 * (100vw / 390));
    margin-bottom: calc(15 * (100vw / 390));
}

.article_page #Content01 h3::before, .article_page #Content01 h3::after {
    width: calc(82 * (100vw / 390));
}

.article_page #Content01 .point-list li {
    font-size: calc(14 * (100vw / 390));
    padding-left: calc(20 * (100vw / 390));
    padding-bottom: calc(10 * (100vw / 390));
}

.article_page #Content01 .point-list li::before {
    width: calc(16 * (100vw / 390));
    height: calc(16 * (100vw / 390));
}

.article_page #Content01 .point-list {
    width: 100%;
    padding: 0 .5rem;
}

.article_page #Content01 {
    padding-bottom: calc(15 * (100vw / 390));
}

.article_page #Content02 h3 {
    font-size: calc(18 * (100vw / 390));
    margin-bottom: calc(20 * (100vw / 390));
}

.article_page #Content02 .ico-limited {
    font-size: calc(14 * (100vw / 390));
    line-height: 1.4;
    width: calc(60 * (100vw / 390));
    height: calc(60 * (100vw / 390));
    padding: calc(11 * (100vw / 390))  0;
    top: calc(-10 * (100vw / 390));
    left: calc(-10 * (100vw / 390));
}

.article_page #Content02 {
    padding: calc(30 * (100vw / 390))  calc(20 * (100vw / 390));
}

.article_page #Content02 img {
    width: calc(280 * (100vw / 390));
    margin: 0 auto;
    display: block;
}

.article_page #Content02 .cont-txt {
    font-size: calc(13 * (100vw / 390));
    margin-top: calc(15 * (100vw / 390));
}

.article_page h3.cont-ttl {
    font-size: calc(24 * (100vw / 390));
    margin-bottom: calc(25 * (100vw / 390));
}

.article_page h3.cont-ttl span {
    font-size: calc(13 * (100vw / 390));
}

.article_page #Review .review-list {
    overflow-x: scroll;
    display: flex;
    justify-content: space-between;
    /* margin-left: calc(20 * (100vw / 390)); */
}

.article_page #Review .review-list li {
    width: calc(220*(100vw / 390));
    margin: 0 calc(10*(100vw / 390)) 0 0;
    flex-shrink: 0;
    padding: calc(15 * (100vw / 390))  calc(15 * (100vw / 390)) calc(20 * (100vw / 390));
    display: block;
}

.article_page #Review .review-list .review-txt {
    width: 100%;
    font-size: calc(13 * (100vw / 390));
}

.article_page #Review .review-list li dl {
    width: 100%;
    display: flex;
    align-items: center;
    margin-right: 0;
    margin-bottom: calc(5 * (100vw / 390));
}

.article_page #Review .review-list li dt {
    width: calc(60 * (100vw / 390));
}

.article_page #Review .review-list li dd {
    padding-top: 0;
    padding-left: calc(10 * (100vw / 390));
}

.article_page #Review .review-list li:last-child {
    margin-right: calc(15 * (100vw / 390));
}

.article_page #LineUp .item-cont {
    display: block;
    position: relative;
    padding: 0 calc(15 * (100vw / 390));
}

.article_page #LineUp .item-cont .item-txt {
    width: auto;
    margin: 0;
}

.article_page #LineUp .item-cont .item-img {
    width: calc(90 * (100vw / 390));
    position: absolute;
    top: 0;
    right: 0;
}

.article_page #LineUp .item-cont .item-detail dt {
    font-size: calc(34 * (100vw / 390));
    width: calc(225 * (100vw / 390));
}

.article_page #LineUp .item-cont .item-detail dd {
    width: calc(225 * (100vw / 390));
    font-size: calc(14 * (100vw / 390));
    margin: calc(14 * (100vw / 390))  0 calc(25 * (100vw / 390));
}

.article_page .notes {
    font-size: calc(11 * (100vw / 390));
}

.article_page #LineUp .item-cont h4 {
    font-size: calc(16 * (100vw / 390));
}

.article_page #LineUp .item-cont .item-price dt {
    font-size: calc(16 * (100vw / 390));
}

.article_page #LineUp .item-cont .item-price span {
    font-size: calc(10 * (100vw / 390));
}

.article_page #LineUp .item-cont .item-price {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.article_page #LineUp .item-cont .cv-btn {
    margin: 0;
    font-size: calc(13 * (100vw / 390));
    width: calc(120 * (100vw / 390));
    height: calc(30 * (100vw / 390));
    line-height: calc(30 * (100vw / 390));
}

.article_page #LineUp .item-cont:nth-child(even) .item-txt {
    margin: 0;
}

.article_page #LineUp .item-cont:nth-child(even) {
    margin-top: calc(50 * (100vw / 390));
}

.article_page #LineUp .item-cont:nth-child(even) .item-img {
    left: calc(25 * (100vw / 390));
}

.article_page #LineUp .item-cont:nth-child(even) .item-detail dt, .article_page #LineUp .item-cont:nth-child(even) .item-detail dd {
    margin-left: calc(110 * (100vw / 390));
}

.article_page #Related {
    margin-top: 0;
}

.article_page .all-btn .cv-btn {
    width: calc(300 * (100vw / 390));
    height: calc(50 * (100vw / 390));
    line-height: calc(50 * (100vw / 390));
    font-size: calc(15 * (100vw / 390));
}

.article_page .all-btn .cv-btn::before {
    width: calc(8 * (100vw / 390));
    height: calc(8 * (100vw / 390));
}
	
.article_page .Contents_inner #Review, .article_page .Contents_inner #Related {
    width: 100%;
}

.article_page #Review .review-list:first-child {}

.article_page #Review .review-list li:first-child {
    margin-left: calc(15 * (100vw / 390));
}

.article_page #Related .item-list {
    overflow-x: scroll;
    display: flex;
    justify-content: space-between;
}

.article_page #Related .item-cont {
    width: calc(200 * (100vw / 390));
    margin-left: calc(10 * (100vw / 390));
    flex-shrink: 0;
}

.article_page #Related .item-cont:first-child {
    margin-left: calc(15 * (100vw / 390));
}

.article_page #Related .item-cont:last-child {
    margin-right: calc(15 * (100vw / 390));
}

.article_page #Related .item-cont .item-ico {
    font-size: calc(11 * (100vw / 390));
    padding: calc(3 * (100vw / 390))  calc(6 * (100vw / 390));
    top: calc(8 * (100vw / 390));
    left: calc(8 * (100vw / 390));
}

.article_page #Related .item-cont .item-name dt {
    font-size: calc(14 * (100vw / 390));
    margin: calc(10 * (100vw / 390))  calc(15 * (100vw / 390)) calc(8 * (100vw / 390));
}

.article_page #Related .item-cont .item-name dd {
    font-size: calc(14 * (100vw / 390));
    margin: 0 calc(15 * (100vw / 390));
}

.article_page #Related .item-cont .item-name dd span {
    font-size: calc(10 * (100vw / 390));
}

.article_page #Related .item-cont .item-fragrance {
    font-size: calc(12 * (100vw / 390));
    margin: calc(12 * (100vw / 390))  calc(15 * (100vw / 390)) calc(8 * (100vw / 390));
}

.article_page #Related .item-cont .item-fragrance span {
    font-size: calc(10 * (100vw / 390));
    padding: calc(2 * (100vw / 390)) calc(6 * (100vw / 390));
}

.article_page #Related .item-cont .item-txt {
    font-size: calc(12 * (100vw / 390));
    margin: 0 calc(15 * (100vw / 390)) calc(10 * (100vw / 390));
}

.article_page #Related .item-cont .txt-btn {
    margin: 0 calc(15 * (100vw / 390)) calc(15 * (100vw / 390)) auto;
}
.article_page .fade {
  transform: translateY(calc(10 *(100vw / 750)));
}
#FooterWrap {
    margin-top: calc(-20 * (100vw / 390));
}
}
