@charset "UTF-8";

#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: #787878; */
    letter-spacing: 0.05em;
}

.article_page #Recomended {
    background: #F5F5F2;
    /* margin: 10rem auto 0; */
    padding: 8rem 0;
}

.article_page #Intro p {
    text-align: center;
    font-size: 1.6rem;
    /* line-height: 2.2; */
    margin-top: 1.5rem;
}

.article_page .Contents_inner h3 {
    /* color: #889BAF; */
    text-align: center;
    font-weight: 500;
}

.article_page #LineUp h3.cont-ttl {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.1em;
    position: relative;
    margin-top: 5rem;
    line-height: 2;
}

.article_page h3.cont-ttl span {
    font-size: 3rem;
    position: relative;
    font-weight: 600;
}


.article_page_inner {
    padding-bottom: 0;
    background: #FAFAFA;
}

.article_page #LineUp .inner {
    padding-top: 8rem;
    /* margin-top: -1rem; */
}

.article_page .item-cont {
    width: 26rem;
    padding: 2rem 2rem 2.5em;
    position: relative;
    box-shadow: 0 2px 4px #ddd;
    background: #fff;
    margin: 0 1rem 1rem;
}

.article_page .item-cont .item-img {
    width: 20rem;
    margin: 1rem auto;
}

.article_page .item-cont .item-ico {
    color: #787878;
    border: 1px solid #A9AAAA;
    padding: 0.1rem .6rem;
    font-size: 1.1rem;
    width: fit-content;
    margin: 0 auto;
    /* z-index: 10; */
    /* display: flex; */
    /* border: 1px solid #A9AAAA; */
}

.article_page .item-cont .item-name dt {
    margin: 1rem 0 0.5rem;
    font-size: 1.5rem;
    text-align: center;
}

.article_page .item-cont .item-name dd {
    text-align: center;
    font-size: 1.6rem;
    /* font-weight: 600; */
}

.article_page .item-cont dd span {
    font-size: 1.1rem;
}

.article_page .item-cont .item-txt {
    font-size: 1.3rem;
    margin: 1.2rem 0 1rem;
    opacity: 0.8;
    line-height: 1.75;
}

.article_page .txt-btn {
    position: relative;
    padding-right: 1rem;
    text-decoration: underline;
    color: #889BAF;
    font-weight: 500;
    font-size: 1.2rem;
    height: 1.8rem;
}

.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 #889BAF;
    border-right: 1.5px solid #889BAF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.article_page .mv-area p {
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 2.2rem;
    color: #898989;
    top: 31rem;
    left: 50%;
    transform: translate(-50%, 0);
    line-height: 2;
    width: 100%;
}

.article_page .mv-area h2 {
    font-size: 4rem;
    position: absolute;
    z-index: 10;
    bottom: 19rem;
    left: 50%;
    transform: translate(-50%, 0);
    color: #898989;
    width: 100%;
    text-align: center;
}

.article_page #Intro p span {
    background: -webkit-linear-gradient(transparent 64%, #E3ECF4 0%);
    background: linear-gradient(transparent 64%, #E3ECF4 0%);
}
.article_page {
    color: #000;
    background: #fff;
}

.article_page #Intro h3 {
    font-size: 2.2rem;
    line-height: 1.8;
    margin-bottom: 2.5rem;
}

.article_page #Intro h3 span {
    font-size: 3rem;
    background: linear-gradient(transparent 70%, rgb(204 200 190 / 40%) 50%);
}


.article_page #Recomended h3 {
    font-size: 2.2rem;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.article_page #Recomended h3 span {
    font-size: 2.4rem;
}

.article_page #Recomended .item-price {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}

.article_page #Recomended .item-price dd {
    color: #AF4E4E;
    font-size: 3.5rem;
}

.article_page #Recomended .item-price dd span {
    font-size: 1.8rem;
}

.article_page #Recomended .item-price dt {
    background: #AF4E4E;
    color: #fff;
    border-radius: 10rem;
    height: 3.6rem;
    width: 18rem;
    text-align: center;
    font-size: 1.8rem;
    line-height: 3.3rem;
}

.article_page #Recomended .item-price dt span {
    font-size: 2.6rem;
}

.article_page #Recomended .item-img {
    width: 35rem;
    margin: 2rem auto 3rem;
    display: block;
}

.article_page .txt-link {
    padding-right: .5rem;
    text-decoration: underline;
    position: relative;
    font-size: 1.4rem;
    width: fit-content;
    margin: 0 auto;
}

.article_page .txt-link::before, .article_page .txt-link::after {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    right: -1rem;
    width: .8rem;
    height: .2rem;
    border-radius: 10rem;
    background-color: #000000;
    transform-origin: calc(100% - 1px) 50%;
}

.article_page .txt-link::before {
    transform: rotate(45deg);
}

.article_page .txt-link::after {
    transform: rotate(-45deg);
}

.article_page .cart-btn {
    background: #303030;
    color: #fff;
    font-size: 1.5rem;
    width: 28rem;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    padding-left: 1rem;
    /* position: relative; */
    margin: 3rem auto 0;
}

.article_page .cart-btn a::before {
    content: '';
    position: absolute;
    background: url(./img/ico_cart.svg) no-repeat;
    width: 2rem;
    height: 2rem;
    background-size: 100%;
    top: 49%;
    left: -.4rem;
    transform: translate(0, -50%);
}


.article_page #LineUp .intro-txt dt {
    text-align: center;
    font-size: 2.2rem;
}

.article_page #LineUp .intro-txt  dt span {
    font-size: 1.4rem;
    display: block;
    color: #A5B1BD;
}

.article_page #LineUp .intro-txt  dd {
    font-size: 1.6rem;
    text-align: center;
    padding-top: 1.8rem;
    line-height: 2;
}


.article_page .item-list {
    display: flex;
    margin: 3rem 8rem 0rem;
    justify-content: center;
}

.article_page .item-cont .item-ico li {
    padding: .1rem .5rem 0;
    font-size: 1.2rem;
    border: 1px solid #A9AAAA;
    margin-right: .5rem;
}

.article_page .fl-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.article_page .item-cont .review-btn a {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
}

.article_page .item-cont .review-btn img {
    width: 7.7rem;
    margin-right: .5rem;
}

.article_page .cart-btn a {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    padding-left: 2.2rem;
}


.article_page #Recomended .campaign-area {
  background: radial-gradient(rgba(255, 255, 255, 1), rgb(238 238 230));
  width: 70rem;
  margin: 6rem auto 0;
  text-align: center;
  padding: 4rem 0;
}

.article_page #Recomended .campaign-area h4 {
  color: #9B906B;
  font-size: 2rem;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.article_page #Recomended .campaign-area h4::before, .article_page #Recomended .campaign-area h4::after {
  position: absolute;
  content: '';
  transform: rotate(45deg);
  background: hsl(46deg 19% 51% / 50%);
  width: .6rem;
  height: .6rem;
  top: 1.3rem;
}

.article_page #Recomended .campaign-area h4::before {
  left: -1.8rem;
}

.article_page #Recomended .campaign-area h4::after {
  right: -1.8rem;
}

.article_page #Recomended .campaign-area .ico-txt {
  border: 1px solid #787878;
  font-size: 1.3rem;
  display: inline-block;
  padding: .2rem 1.5rem .1rem;
  margin: 2.5rem auto 1rem;
}

.article_page #Recomended .campaign-item .campaign-txt {
  font-size: 1.6rem;
	line-height: 1.8;
	padding-bottom: 1rem;
}

.article_page #Recomended .campaign-area .price-txt {
  font-size: 1.8rem;
  color: #AF4E4E;
  font-weight: 500;
  padding-bottom: .5rem;
}

.article_page #Recomended .campaign-area .before-price {position: relative;font-size: 2.2rem;}

.article_page #Recomended .campaign-area .before-price span {
  font-size: 1.2rem;
}

.article_page #Recomended .campaign-area .before-price::before {
  content: '';
  position: absolute;
  height: .1rem;
  width: 100%;
  background: #000;
  top: 50%;
  left: 0;
}

.article_page #Recomended .campaign-area .after-price {
  font-size: 3rem;
  color: #AF4E4E;
}

.article_page #Recomended .campaign-area .after-price span {
  font-size: 1.5rem;
}

.article_page #Recomended .campaign-area .before-price::after {
  content: '';
  position: absolute;
  background: url(./img/arrow.svg) no-repeat;
  width: 1.5rem;
  height: 1.2rem;
  background-size: 100%;
  top: 50%;
  transform: translate(0, -50%);
  right: -2.8rem;
}

.article_page #Recomended .campaign-area .notes {
  font-size: 1.3rem;
}

.article_page #Recomended .campaign-days .campaign-txt span {
  font-size: 1.3rem;
}

.article_page #Recomended .campaign-days .campaign-txt {
  font-size: 2rem;
}



.article_page .item-cont .item-ttl {
    font-size: 1.2rem;
    text-align: center;
    background: #F4F4F4;
    margin: 1rem -2rem 1.5rem;
    padding: .4rem 0;
}
.article_page #Intro {
    margin: 7rem auto 8rem;
}
.article_page .txt-btn a {
    margin-top: 0.8rem;
}

.article_page #Recomended .cont-ttl span {
    font-weight: 500;
}

.article_page .check-btn {
    background: #303030;
    color: #fff;
    font-size: 1.5rem;
    width: 35rem;
    height: 6rem;
    line-height: 6rem;
    text-align: center;
    position: relative;
    margin: 0 auto 0;
}

.article_page #Service {
    background: #d2d2d2;
    padding: 2rem 0 8rem;
}

.article_page .check-btn::before, .article_page .check-btn::after {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    right: 2rem;
    width: .8rem;
    height: .2rem;
    border-radius: 10rem;
    background-color: #ffffff;
    transform-origin: calc(100% - 1px) 50%;
}

.article_page .check-btn::before {
    transform: rotate(45deg);
}

.article_page .check-btn::after {
    transform: rotate(-45deg);
}

.article_page .check-btn.gray-btn {
    background: #8D8D8D;
    margin: 4rem auto 1.5rem;
}

.article_page #LineUp h3 {
    font-size: 2.4rem;
}

.article_page #LineUp h3 span {
    display: block;
    font-size: 1.5rem;
    color: #918E86;
}

.article_page #LineUp {
    padding: 8rem 0 10rem;
}

.article_page .item-cont .item-name {
    text-align: center;
    font-size: 1.4rem;
}

.article_page .item-cont .item-price {
    font-size: 1.3rem;
    text-align: center;
    padding: 1rem 0 2.5rem;
}

.article_page .item-cont .item-price .price {
    font-size: 2rem;
}

.article_page .item-cont .item-price .tax {
    font-size: 1.1rem;
}

.article_page .item-cont .txt-link {
    color: #918E86;
    font-size: 1.3rem;
}

.article_page .item-cont .txt-link::before, .article_page .item-cont .txt-link::after {
    background-color: #918E86;
}

.article_page .item-cont .cart-btn {
    width: 22rem;
    font-size: 1.2rem;
    height: 4rem;
    line-height: 4rem;
    padding-left: 0;
    margin-top: 2.5rem;
}

.article_page .item-list .slick-next {
    top: 50%;
    transform: translate(0, -50%);
    right: -4rem;
}

.article_page .item-list .slick-prev {
    top: 50%;
    transform: translate(0, -50%);
    left: -4rem;
}

.article_page .item-cont .cart-btn a::before {
    width: 1.6rem;
    height: 1.6rem;
    top: 47%;
    left: 0;
}
.article_page #Recomended .campaign-area .price-txt span {
    font-size: 2.6rem;
}

.article_page #Recomended .campaign-area .check-btn {
    font-size: 1.5rem;
    width: 28rem;
    height: 5rem;
    line-height: 5rem;
    margin-top: 2rem;
}

.article_page .item-cont .item-price.first-price {
    padding-bottom: 0;
    color: #AF4E4E;
}

.article_page #Recomended .intro p {
    font-size: 1.6rem;
    text-align: center;
    line-height: 2;
    /* margin: 1.5rem auto 3rem; */
}
/*--------------------------------
            Responsive
 --------------------------------*/

@media screen and (max-width: 1400px){
html {
  font-size: calc(10 * (100vw / 1400));
}

}

@media only screen and (max-width: 768px) {
html {
	font-size: calc(10 * (100vw / 390));
}	
	
.pc_only {
	display: none;
}
.sp_only {
	display: block;
}

.article_page .main-ttl {
    width: 100%;
    background: #FAFAFA;
    padding: calc(20 * (100vw / 390)) calc(15 * (100vw / 390)) calc(10 * (100vw / 390));
}

.article_page .main-ttl .article_ttl {
    padding-top: calc(10 * (100vw / 390));
    margin: 0;
}

.article_page .Contents_inner {
    background: none;
    /* padding: 0 0 calc(60 * (100vw / 390)); */
}

.article_page #Intro {
    margin: 4rem auto 5rem;
    /* padding: calc(30 * (100vw / 390))  0; */
}

.article_page .notes {
    font-size: calc(11 * (100vw / 390));
}

.article_page #LineUp {
    padding: 6rem 0 8rem;
}

.article_page .item-list {
    /* overflow-x: scroll; */
    /* display: flex; */
    /* justify-content: space-between; */
    margin: calc(20 * (100vw / 390)) 0 0;
    /* padding: calc(10*(100vw / 390)) calc(15*(100vw / 390)) calc(10 * (100vw / 390)) 0; */
}

.article_page .item-cont {
    width: 26rem;
    /* margin: calc(15 * (100vw / 390)); */
    /* flex-shrink: 0; */
    padding: 2rem 1rem 2.5rem;
}

.article_page #LineUp .item-cont:first-child {
    /* margin-left: calc(15 * (100vw / 390)); */
}

.article_page #LineUp .item-cont:last-child {
    /* margin-right: calc(25 * (100vw / 390)); */
}

.article_page .item-cont .item-ico li {
    font-size: calc(11 * (100vw / 390));
    padding: calc(1 * (100vw / 390))  calc(5 * (100vw / 390)) 0;
    margin-right: calc(4 * (100vw / 390));
    /* left: calc(8 * (100vw / 390)); */
}

.article_page .item-cont .item-name dt {
    font-size: calc(14 * (100vw / 390));
    margin: calc(5 * (100vw / 390))  0 calc(6 * (100vw / 390));
}

.article_page .item-cont .item-name dd {
    font-size: calc(15 * (100vw / 390));
    /* margin: 0 calc(15 * (100vw / 390)); */
}

.article_page .item-cont .item-name dd span {
    font-size: calc(10 * (100vw / 390));
}

.article_page .item-cont .item-txt {
    font-size: calc(12 * (100vw / 390));
    margin: calc(6 * (100vw / 390)) 0 calc(12 * (100vw / 390));
}
.article_page .fade {
  transform: translateY(calc(10 *(100vw / 750)));
}
.article_page .mv-area p {
    font-size: calc(13 * (100vw / 390));
    line-height: 1.8;
    top: calc(95 * (100vw / 390));
}

.article_page .mv-area h2 {
    font-size: calc(22 * (100vw / 390));
    bottom: calc(55 * (100vw / 390));
}

.article_page #Intro p {
    font-size: 1.4rem;
    margin-top: 1rem;
    line-height: 2;
}

.article_page #LineUp .intro-txt dt span {
    font-size: calc(13 * (100vw / 390));
}

.article_page #LineUp .intro-txt dt {
    font-size: calc(17 * (100vw / 390));
}

.article_page #LineUp .intro-txt dd {
    font-size: calc(13 * (100vw / 390));
    padding-top: calc(10 * (100vw / 390));
}

.article_page h3.cont-ttl span {
    font-size: calc(22 * (100vw / 390));
}

.article_page #LineUp h3.cont-ttl {
    font-size: calc(15 * (100vw / 390));
    margin-top: calc(40 * (100vw / 390));
}

.article_page h3.cont-ttl span::after {
    width: calc(140 * (100vw / 390));
    height: calc(10 * (100vw / 390));
    bottom: calc(-20 * (100vw / 390));
    left: calc(-12 * (100vw / 390));
}

.article_page #LineUp h3.cont-ttl::before {
    height: calc(30 * (100vw / 390));
    top: calc(-30 * (100vw / 390));
}

.article_page #LineUp .inner {
    padding-top: calc(30 * (100vw / 390));
}

.article_page .item-cont .item-ico {
    /* top: calc(10 * (100vw / 390)); */
    /* left: calc(10 * (100vw / 390)); */
}

.article_page .item-cont .review-btn img {
    width: calc(68 * (100vw / 390));
    margin-right: calc(5 * (100vw / 390));
    margin-top: calc(-2 * (100vw / 390));
}

.article_page .item-cont .review-btn a {
    font-size: calc(11 * (100vw / 390));
}

.article_page .txt-btn {
    font-size: calc(12 * (100vw / 390));
    padding-right: calc(10 * (100vw / 390));
    height: calc(12 * (100vw / 390));
}

.article_page .cart-btn {
    width: 26rem;
    height: 4.6rem;
    font-size: 1.4rem;
    line-height: 4.6rem;
    /* padding-left: calc(22 * (100vw / 390)); */
    /* margin-top: calc(20 * (100vw / 390)); */
}

.article_page .cart-btn a::before {
    width: 1.8rem;
    height: 1.8rem;
    /* left: calc(48 * (100vw / 390)); */
}

.article_page #Recomended h3.cont-ttl {
    font-size: calc(15 * (100vw / 390));
    margin-bottom: calc(-10 * (100vw / 390));
}

.article_page #Recomended h3.cont-ttl span::after {
    width: calc(210 * (100vw / 390));
}

.article_page #Recomended .intro-txt dt {
    font-size: calc(18 * (100vw / 390));
    margin-bottom: calc(10 * (100vw / 390));
}

.article_page #Recomended .intro-txt dt span {
    font-size: calc(13 * (100vw / 390));
}

.article_page #Recomended .inner {
    padding-top: calc(40 * (100vw / 390));
}

.article_page #Recomended {
    /* margin-top: calc(60 * (100vw / 390)); */
    padding: 5rem 0 6em;
}

.article_page #Recomended .intro-txt dd {
    font-size: calc(13 * (100vw / 390));
    /* line-height: 1.75; */
}

.article_page .set-cart-btn {
    font-size: calc(15 * (100vw / 390));
    width: calc(250 * (100vw / 390));
    height: calc(50 * (100vw / 390));
    line-height: calc(50 * (100vw / 390));
    padding-left: calc(30 * (100vw / 390));
    margin-top: calc(30 * (100vw / 390));
    border-radius: calc(2 * (100vw / 390));
}

.article_page .set-cart-btn::before {
    width: calc(16 * (100vw / 390));
    height: calc(16 * (100vw / 390));
    left: calc(55 * (100vw / 390));
}

.article_page .item-cont .item-ttl {
    font-size: calc(11 * (100vw / 390));
    margin: calc(10 * (100vw / 390)) calc(-20 * (100vw / 390)) calc(10 * (100vw / 390));
    padding: calc(4 * (100vw / 390)) 0;
}
.article_page .txt-btn a {
    margin-top: calc(5 * (100vw / 390));
}
	
.article_page #Intro h3 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
}

.article_page #Intro h3 span {
    font-size: 2rem;
}

.article_page #Recomended h3 span {
    font-size: 1.8rem;
}

.article_page #Recomended h3 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
}

.article_page #Recomended .item-price dt {
    font-size: 1.2rem;
    width: 12rem;
    height: 3rem;
    line-height: 2.8rem;
}

.article_page #Recomended .item-price dt span {
    font-size: 1.8rem;
}

.article_page #Recomended .item-price dd {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1;
}

.article_page #Recomended .item-price dd span {
    font-size: 1.2rem;
}

.article_page #Recomended .item-img {
    width: 30rem;
    margin-bottom: 2rem;
}

.article_page .txt-link {}

.article_page #Recomended .campaign-area {
    width: 34rem;
    margin-top: 4rem;
    padding: 3rem 0;
}

.article_page #Recomended .campaign-area h4 {
    font-size: 1.6rem;
}

.article_page #Recomended .campaign-area h4::before, .article_page #Recomended .campaign-area h4::after {
    top: .9rem;
    width: .5rem;
    height: .5rem;
}

.article_page #Recomended .campaign-area .ico-txt {
    font-size: 1.2rem;
    margin-top: 2rem;
}

.article_page #Recomended .campaign-item .campaign-txt {
    font-size: 1.5rem;
    /* font-weight: 600; */
}

.article_page #Recomended .campaign-area .after-price {
    font-size: 2.6rem;
    font-weight: 600;
}

.article_page #Recomended .campaign-area .after-price span {
    font-size: 1.2rem;
}

.article_page #Recomended .campaign-area .before-price {
    font-size: 2rem;
    font-weight: 600;
}

.article_page #Recomended .campaign-area .after-price span {
    font-size: 1.1rem;
}

.article_page #Recomended .campaign-area .before-price::after {
    width: 1.2rem;
    height: 1rem;
    right: -2rem;
}

.article_page #Recomended .campaign-area .price-txt {
    gap: 3rem;
}

.article_page #Recomended .campaign-area .notes {
    font-size: 1.2rem;
}

.article_page #Recomended .campaign-days .campaign-txt {
    font-size: 1.8rem;
    font-weight: 600;
}

.article_page #Service {
    padding: 1rem 0 6rem;
    margin-top: -1rem;
}

.article_page .check-btn {
    width: 33rem;
    height: 5.4rem;
    line-height: 5.4rem;
    font-size: 1.4rem;
}

.article_page .check-btn.gray-btn {
    margin: 3rem auto 1.2rem;
}

.article_page #LineUp h3 {
    font-size: 2rem;
}

.article_page #LineUp h3 span {
    font-size: 1.3rem;
}

.article_page .item-list .slick-next, .article_page .item-list .slick-prev {
    display: none !important;
}
	
.article_page #Recomended .campaign-area .check-btn {
    width: 26rem;
    height: 4.6rem;
    font-size: 1.4rem;
    line-height: 4.6rem;
}
.article_page #Recomended .intro p {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.article_page #Recomended .item-price {
    margin-top: 3rem;
}
}
