@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: #F4F8FA;
    margin: 10rem auto 0;
    padding: 10rem 0;
}

.article_page #Intro p {
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.2;
    margin-top: 2rem;
}

.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;
}

.article_page #LineUp .inner {
    padding-top: 8rem;
    /* margin-top: -1rem; */
}

.article_page .item-cont {
    width: 27.6rem;
    padding: 2rem;
    position: relative;
    box-shadow: 0 2px 4px #ddd;
    background: #fff;
}

.article_page .item-cont .item-img {
    position: relative;
}

.article_page .item-cont .item-ico {
    position: absolute;
    /* background: #f5ebdb; */
    /* padding: 0.2rem .6rem; */
    /* font-size: 1.2rem; */
    top: 1rem;
    left: 1rem;
    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 .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 #889BAF;
    border-right: 1.5px solid #889BAF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.article_page #LineUp .slick-next::before {
    background: url(./img/arrow_right.svg) no-repeat;
    background-size: 100% auto;
    width: 1.2rem;
    height: 2.4rem;
}

.article_page #LineUp .slick-next {
    top: 50%;
    transform: translate(0, -50%);
    right: -4rem;
    /* z-index: 10; */
}

.article_page #LineUp .slick-prev:before {
    background: url(./img/arrow_left.svg) no-repeat;
    background-size: 100% auto;
    width: 1.2rem;
    height: 2.4rem;
}

.article_page #LineUp .slick-prev {
    top: 50%;
    transform: translate(0, -50%);
    left: -4rem;
}
.article_page .mv-area {
    position: relative;
    width: 100%;
    height: 66.6rem;
}

.article_page .mv-area::after {
    position: absolute;
    content: '';
    background: url(./img/mv.png) no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 100%;
}

.article_page .mv-area img {
    width: 15rem;
    position: absolute;
    z-index: 10;
    top: 10rem;
    left: 50%;
    transform: translate(-50%, 0);
}

.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 #TypeSelect {
    width: 88rem;
    background: #F4F8FA;
    padding: 7rem 4rem;
    margin: 0 auto;
}

.article_page #TypeSelect h3 {
    font-size: 2.4rem;
}

.article_page #TypeSelect .type-list {
    display: flex;
    justify-content: space-between;
    margin: 2.5rem 0 4rem;
}

.article_page #TypeSelect .type-list .inner {
    background: #fff;
    width: 25rem;
    text-align: center;
    padding-top: 1.5rem;
    box-shadow: 0 2px 4px #ddd;
    position: relative;
    height: 22rem;
}

.article_page #TypeSelect .type-list .inner dt {
    color: #A5B1BD;
    font-size: 1.4rem;
    padding-bottom: .5rem;
}

.article_page #TypeSelect .type-list .inner dd {
    font-size: 1.4rem;
    position: relative;
    height: 9.5rem;
}

.article_page #TypeSelect .type-list .inner dd::after {
    position: absolute;
    content: '';
    top: 5rem;
    left: 50%;
    transform: translate(-50%, 0);
    width: .2rem;
    height: 4rem;
    background-image: linear-gradient(to bottom, #C9D0D7 2px, transparent 2px);
    background-size: 2px 6px;
    background-repeat: repeat-y;
}

.article_page #TypeSelect .type-list .inner .border {
    background-image: linear-gradient(to bottom, #000 2px, transparent 2px);
    background-size: 10px 2px;
    background-repeat: repeat-x;
}

.article_page #TypeSelect .type-list .inner .main-txt {
    font-size: 1.4rem;
    color: #889BAF;
    line-height: 1.6;
}

.article_page #TypeSelect .type-list .inner .main-txt span {
    font-size: 1.8rem;
    font-weight: 600;
}

.article_page #TypeSelect .type-list .inner::after {
    position: absolute;
    content: '';
    background: url(./img/arrow.svg) no-repeat;
    width: 1.5rem;
    height: 1rem;
    bottom: 1.5rem;
    left: 50%;
    background-size: 100%;
    transform: translate(-50%, 0);
}

.article_page #TypeSelect h4 {
    font-size: 2rem;
    text-align: center;
    color: #889BAF;
}

.article_page .btn-white {
    background: #fff;
    width: 26rem;
    height: 4.8rem;
    line-height: 4.8rem;
    text-align: center;
    color: #889BAF;
    border: 1px solid #A5B1BD;
    margin: 2rem auto 0;
    font-size: 1.6rem;
    position: relative;
    border-radius: .2rem;
}

.article_page .btn-white::after {
	position: absolute;
	content: '';
	background: url(./img/arrow.svg) no-repeat;
	width: 1.2rem;
	height: 0.8rem;
	top: 50%;
	right: 2rem;
	background-size: 100%;
	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 h3.cont-ttl span::after {
    content: '';
    position: absolute;
    background: url(./img/line_type01.svg) no-repeat;
    width: 19rem;
    height: 1.2rem;
    bottom: -2.2rem;
    left: -2rem;
    background-size: 100%;
    transform: translate(0, -50%);
}

.article_page #LineUp h3.cont-ttl::before {
    content: '';
    position: absolute;
    background: #C9D0D7;
    height: 4rem;
    width: .1rem;
    top: -4rem;
    left: 50%;
    transform: translate(-50%, 0);
}

.article_page .item-list {
    display: flex;
    margin: 4rem 6rem 0;
    justify-content: space-between;
}

.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 {
    background: #303030;
    width: 100%;
    height: 3.7rem;
    line-height: 3.7rem;
    text-align: center;
    color: #fff;
    position: relative;
    border-radius: .2rem;
    padding-left: 2.2rem;
    margin-top: 2.5rem;
}

.article_page .cart-btn a::before {
    position: absolute;
    content: '';
    background: url(./img/cart.svg) no-repeat;
    width: 1.5rem;
    height: 1.5rem;
    top: 50%;
    left: 6.5rem;
    background-size: 100%;
    transform: translate(0, -50%);
}

.article_page #TypeSelect .type-list .inner dd span {
    background: -webkit-linear-gradient(transparent 64%, #E3ECF4 0%);
    background: linear-gradient(transparent 64%, #E3ECF4 0%);
}

.article_page #Recomended h3.cont-ttl {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: -2rem;
}

.article_page #Recomended h3.cont-ttl  span::after {
    background: url(./img/line_reco.svg) no-repeat;
    background-size: 100%;
    width: 30rem;
}

.article_page #Recomended  .intro-txt dt {
    text-align: center;
    font-size: 2.6rem;
    color: #889BAF;
    margin-bottom: 1.8rem;
    font-weight: 600;
}

.article_page #Recomended .intro-txt dt span {
    display: block;
    font-size: 1.4rem;
    color: #A5B1BD;
    font-weight: 500;
}

.article_page #Recomended .intro-txt dd {
    text-align: center;
    font-size: 1.6rem;
    line-height: 2;
}

.article_page #Recomended .inner {
    padding-top: 8rem;
}

.article_page .set-cart-btn {
    background: #A5B1BD;
    width: 36rem;
    height: 5.6rem;
    line-height: 5.6rem;
    text-align: center;
    color: #fff;
    position: relative;
    border-radius: .2rem;
    padding-left: 4rem;
    /* margin-top: 2.2rem; */
    font-size: 1.6rem;
    margin: 4rem auto 0;
    box-shadow: 0 2px 4px #ddd;
}

.article_page .set-cart-btn::before {
    position: absolute;
    content: '';
    background: url(./img/cart.svg) no-repeat;
    width: 1.8rem;
    height: 1.8rem;
    top: 50%;
    left: 11rem;
    background-size: 100%;
    transform: translate(0, -50%);
}

.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: 6rem auto;
}
.article_page .txt-btn a {
    margin-top: 0.8rem;
}

.article_page #Type02 h3.cont-ttl span::after {
    background: url(./img/line_type02.svg) no-repeat;
    background-size: 100%;
    width: 50rem;
}

.article_page #Type03 h3.cont-ttl span::after {
    background: url(./img/line_type03.svg) no-repeat;
    background-size: 100%;
    width: 23rem;
}
.article_page #Recomended .cont-ttl span {
    font-weight: 500;
}
@media screen and (max-width: 1200px) {
    html {
        font-size: calc((10*(100vw / 1200)));
    }
}
@media only screen and (min-width: 769px) {
.article_page #TypeSelect .type-list .inner:nth-child(2) dd::after {
    height: 2rem;
    top: 7rem;
}
}
@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(15 * (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_inner {
    /* background: url(./img/bg_sp.png) no-repeat; */
    /* background-size: cover; */
}

.article_page .mv-area {
    width: calc(360 * (100vw / 390));
    margin: 0 auto;
    height: calc( 240 * (100vw / 390));
}

.article_page .Contents_inner section {
    margin: 0 auto calc(50 * (100vw / 390));
    /* width: calc(360 * (100vw / 390)); */
}

.article_page #Intro {
    margin: calc(30 * (100vw / 390)) auto;
    /* padding: calc(30 * (100vw / 390))  0; */
}

.article_page .notes {
    font-size: calc(11 * (100vw / 390));
}

.article_page #LineUp {
    margin-top: 0;
}

.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: calc(240 * (100vw / 390));
    margin-left: calc(15 * (100vw / 390));
    flex-shrink: 0;
    padding: calc(20 * (100vw / 390));
}

.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 #LineUp .item-cont .txt-btn {
    /* margin: 0 calc(15 * (100vw / 390)) calc(15 * (100vw / 390)) auto; */
}
.article_page .fade {
  transform: translateY(calc(10 *(100vw / 750)));
}
.article_page .mv-area img {
    width: calc(55 * (100vw / 390));
    top: calc(28 * (100vw / 390));
}

.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: calc(13 * (100vw / 390));
    margin-top: calc(15 * (100vw / 390));
    line-height: 2;
}

.article_page #TypeSelect {
    width: calc(360 * (100vw / 390));
    padding: calc(35 * (100vw / 390)) calc(25 * (100vw / 390));
}

.article_page #TypeSelect h3 {
    font-size: calc(18 * (100vw / 390));
}

.article_page #TypeSelect .type-list {
    display: block;
    margin: calc(20 * (100vw / 390)) auto calc(30 * (100vw / 390));
}

.article_page #TypeSelect .type-list .inner {
    width: 100%;
    height: calc(175 * (100vw / 390));
    padding-top: calc(15 * (100vw / 390));
    margin-bottom: calc(12 * (100vw / 390));
}

.article_page #TypeSelect .type-list .inner dt {
    font-size: calc(11 * (100vw / 390));
}

.article_page #TypeSelect .type-list .inner dd {
    font-size: calc(13 * (100vw / 390));
    height: calc(65 * (100vw / 390));
}

.article_page #TypeSelect .type-list .inner .main-txt {
    font-size: calc(13 * (100vw / 390));
}

.article_page #TypeSelect .type-list .inner .main-txt span {
    font-size: calc(17 * (100vw / 390));
}

.article_page #TypeSelect .type-list .inner dd::after {
    top: calc(45 * (100vw / 390));
    width: calc(4 * (100vw / 390));
    height: calc(18 * (100vw / 390));
    background-image: linear-gradient(to bottom, #C9D0D7 2px, transparent 2px);
}

.article_page #TypeSelect .type-list .inner::after {
    width: calc(12 * (100vw / 390));
    height: calc(10 * (100vw / 390));
    bottom: calc(12 * (100vw / 390));
}

.article_page #TypeSelect h4 {
    font-size: calc(16 * (100vw / 390));
}

.article_page .btn-white {
    font-size: calc(14 * (100vw / 390));
    width: calc(200 * (100vw / 390));
    height: calc(44 * (100vw / 390));
    line-height: calc(44 * (100vw / 390));
    border-radius: calc(2 * (100vw / 390));
    margin-top: calc(15 * (100vw / 390));
}

.article_page .btn-white::after {
    width: calc(12 * (100vw / 390));
    height: calc(8 * (100vw / 390));
    right: calc(15 * (100vw / 390));
    top: 53%;
}
.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 a {
    font-size: calc(12 * (100vw / 390));
    height: calc(36 * (100vw / 390));
    line-height: calc(36 * (100vw / 390));
    border-radius: calc(2 * (100vw / 390));
    padding-left: calc(22 * (100vw / 390));
    margin-top: calc(20 * (100vw / 390));
}

.article_page .cart-btn a::before {
    width: calc(14 * (100vw / 390));
    height: calc(14 * (100vw / 390));
    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: calc(50 * (100vw / 390)) 0 calc(60 * (100vw / 390));
}

.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 #Type02 h3.cont-ttl span::after {
    width: calc(360 * (100vw / 390));
}

.article_page #Type03 h3.cont-ttl span::after {
    width: calc(180 * (100vw / 390));
}
}
