@charset "shift_jis";
/*==============================================
 common
============================================= */
html {
    font-size: calc(100vw / 32);
    -webkit-text-size-adjust: 100%;
}
#header {
    border-bottom: #ededed solid 1px;
}
#footer {
    padding-top: 20px;
    background-color: #fff;
}
.breadCrumb {
    margin: 0 15px;
}
.copyRight {
    border-top: 1px solid #ededed;
}
.pageTop {
    width: 40px;
    height: 40px;
    right: 10px;
    background-size: 40px;
    border-radius: 50%;
}
#mainContents {
    font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
    color: #000;
	letter-spacing: 0.05em;
    font-feature-settings: "palt" 1;
}
.pc {
    display: none;
}
sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0.1em;
}
.sticker {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_irobot_channel/sticker_20th.png) no-repeat 0 0;
    background-size: 100%;
    font-size: 0;
}
/*==============================================
 .noto
============================================= */
/* regular */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Regular.woff);
    font-weight: 400;
}
/* medium */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Medium.woff);
    font-weight: 500;
}
/* bold */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Bold.woff);
    font-weight: 700;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_irobot_channel/main_title_bg.png) repeat-x center top;
    background-size: 24rem;
}
.mainTitle {
    padding: 2rem 0 3rem;
}
.mainTitle h1 {
    display: block;
    position: relative;
    margin: 0 2rem;
    padding-top: 32%;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_irobot_channel/sp_h1.svg) no-repeat 0 0;
    text-indent: -999em;
    font-size: 0;
}
.mainTitle .img {
    margin: 2rem auto 0;
    text-align: center;
}
.mainTitle .img img {
    width: 100%;
}
.lead {
    line-height: 1.8;
    margin: 2rem 2rem 0;
    font-size: 1.4rem;
}
.lead + .lead {
    margin-top: 1.5rem;
}
.lead .marker {
    background:linear-gradient(transparent 60%, #dbb1d3 60%);
    color: #222;
    font-weight: 700;
}
.lead .marker a {
    text-decoration: underline;
}
/*.btnSale*/
.btnSale {
    position: relative;
    margin: 2rem 2rem 0;
}
.btnSale a {
    display: block;
    position: relative;
    padding: 1rem 1rem 2.5rem;
    border: 2px solid #6cb86a;
    border-radius: 1.5rem;
    color: #6cb86a;
    font-size: 1.3rem;
    font-weight: 500;
    transition: background-color .2s;
}
.btnSale a:hover {
    background-color: rgba(108,184,106,0.20);
}
.btnSale a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: .9rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1.5rem;
    height: .9rem;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_irobot_channel/arrow_20th.svg) no-repeat 0 0;
}
.btnSale .sticker {
    width: 4rem;
    height: 4rem;
    margin: 0 1rem 0 0;
    vertical-align: middle;
}
.btnSale .txt {
    display: inline-block;
    vertical-align: middle;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    border-top: 1px solid #c7c8cb;
    background-color: #eff0f2;
}
.paragraph#articleLineup {
    background-color: #dce9d5;
}
.paragraphIn {
    padding-bottom: 3rem;
}
.spAccordion {
    display: none;
}
/*h*/
.paragraph h2 {
    display: block;
    position: relative;
    padding: 2rem 2rem 2rem 4.5rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-align: left;
    color: #447355;
}
.paragraph h2.toggle::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2rem;
    width: 1.5rem;
    height: 1.5rem;
    margin: auto 0;
    border-radius: 50%;
    background-color: #447355;
    transition: .2s;
}
.paragraph h2.toggle::after {
    content: "";
    display: block;
    position: absolute;
    top: 0.1rem;
    bottom: 0;
    left: 2.5rem;
    width: 0;
    height: 0;
    margin: auto 0;
    border-right: 0.25rem solid transparent;
    border-left: 0.25rem solid transparent;
    border-top: 0.4rem solid #fff;
    transition: .2s;
}
.paragraph.active h2.toggle::before {
    background-color: #c7c8cb;
}
.paragraph.active h2.toggle::after {
    top: -0.1rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.paragraph h2 .sub {
    display: block;
    position: relative;
    margin-bottom: 1.0rem;
    padding-bottom: 1.0rem;
    font-size: 1.3rem;
    font-weight: 700;
}
.paragraph h2 .sub::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #447355;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.5;
    font-size: 1.6rem;
    font-weight: 700;
    color: #000;
}
.paragraph h3,
.paragraph h4,
.paragraph h5 {
    line-height: 1.5;
    font-weight: 500;
}
.paragraph p {
    line-height: 1.8;
    font-size: 1.4rem;
}
/*.btn*/
.paragraph .btn + .btn {
    margin-top: 1rem;
}
.paragraph .btn a,
.paragraph .btn span {
    display: block;
    position: relative;
    width: 100%;
    height: 3.6rem;
    line-height: 3.6rem;
    border-radius: 1.8rem;
    background-color: #ae72a3;
    text-align: center;
    color: #fff;
    font-weight: 500;
    transition: background-color .2s;
}
.paragraph .btn.blank a {
    background-color: #6a768c;
}
.paragraph .btn.none span {
    background-color: #ddd;
}
.paragraph .btn a:hover {
    background-color: rgba(174,114,163,0.80);
} 
.paragraph .btn.blank a:hover {
    background-color: rgba(106,118,140,0.80);
} 
.paragraph .btn a::after,
.paragraph .btn span::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto 0;
    width: 0.5rem;
    height: 1rem;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_irobot_channel/arrow.svg) no-repeat 0 0;
}
/*==============================================
#article01
============================================= */
.swiper-wrapper {
    padding-bottom: 3rem;
}
.swiper-slide {
    width: 80%;
    margin: 0 2%;
    opacity: .5;
    transition: opacity .2s;
}
.swiper-slide-active {
    opacity: 1;
}
.swiper-slide .product {
}
.swiper-slide .product h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    background-color: #447355;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
}
/*.content*/
.swiper-slide .product .content {
    padding: 2rem 2rem 3rem;
    background-color: #fff;
}
.swiper-slide .product .content .img {
    width: 80%;
    margin: 0 auto;
}
.swiper-slide .product .content .img img {
    width: 100%;
}
.swiper-slide .product .content h4 {
    margin-top: 1rem;
    text-align: center;
    color: #447355;
    font-size: 1.6rem;
}
.swiper-slide .product .content p {
    margin-top: 1rem;
    font-size: 1.3rem;
}
.swiper-slide .product .content .btn {
    margin-top: 1rem;
}
/*.voice*/
.voice {
    margin-top: 3rem;
    text-align: center;
}
.voice .en {
    display: inline-block;
    position: relative;
    color: #6cb86a;
    font-size: 1.1rem;
    font-weight: 700;
}
.voice .en::before,
.voice .en::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2rem;
    height: 1px;
    margin: auto 0;
    background-color: #6cb86a;
}
.voice .en::before {
    left: -2.5rem;
}
.voice .en::after {
    right: -2.5rem;
}
.voice .jp {
    font-size: 1.2rem;
    font-weight: 700;
}
/*.kuchikomi*/
.swiper-slide .kuchikomi {
    position: relative;
    margin-top: 2rem;
    padding: 3rem 2rem 2rem;
    border: 1px solid #87a28e;
}
/*.swiper-slide .kuchikomi::before {
    content: "";
    display: block;
    position: absolute;
    top: -5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1.6rem;
    height: 2.4rem;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_irobot_channel/arrow_kuchikomi.svg) no-repeat 0 0;
}*/
.swiper-slide .kuchikomi .face {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    width: 4rem;
    margin: 0 auto;
}
.swiper-slide .kuchikomi .face img {
    width: 100%;
}
.swiper-slide .kuchikomi h5 {
    text-align: center;
    color: #447355;
    font-size: 1.4rem;
}
.swiper-slide .kuchikomi p {
    margin-top: 1rem;
    font-size: 1.2rem;
}
/*.pagination*/
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}
.swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    background: #fff;
    opacity: 1;
    transition: background-color .2s;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 .5rem;
}
.swiper-pagination-bullet-active {
    background-color: #87a28e;
}

.swiper-button-prev,
.swiper-button-next {
    top: 25rem;
    width: 2.5rem;
    height: 5rem;
    background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_irobot_channel/arrow_swiper.svg);
    background-size: 100%;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0;
    right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0;
    left: auto;
    transform:rotate(180deg);
}
/*==============================================
.anchorBox
============================================= */
.anchorBox {
    margin: 3rem 2rem 0;
}
.anchorBox .btn + .btn {
    margin-top: 1.5rem;
}
.anchorBox .btn a {
    display: block;
    position: relative;
}
.anchorBox .btn a::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.4em;
    margin: auto 0;
    width: 0.5rem;
    height: 1rem;
    transform:rotate(90deg);
}
/*==============================================
#article02
============================================= */
#article02 .paragraphIn {
    margin: 0 2rem;
}
.txt {
}
.chartWrap {
    position: relative;
}
.chartWrap::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1rem;
    width: 2.5rem;
    height: 2.5rem;
    margin: auto 0;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_irobot_channel/arrow_chart.svg) no-repeat center center;
    background-size: 100%;
    z-index: 1;
}
.chartWrap::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 3rem;
    height: 100%;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_irobot_channel/chart_gradation.png) repeat-y right center;
    background-size: 100%;
}
.chartWrap::before,
.chartWrap::after {
    transition: opacity .2s;
}
.chartWrap.active::before,
.chartWrap.active::after {
    opacity: 0;
}
.chart {
    overflow-x: auto;
    padding-bottom: 2rem;
    -webkit-overflow-scrolling: touch;
}
.chart .chartInner {
    display: flex;
}
.chart .chartInner img {
    vertical-align: top;
}
/*scrollbar*/
.chart::-webkit-scrollbar {
    height: 4px;
}
.chart::-webkit-scrollbar-track {
    background-color: #d7d7d7;
}
.chart::-webkit-scrollbar-thumb {
    background-color: #87a28e;
    border: none;
}
.chart::-webkit-scrollbar-thumb:hover {
    background-color: #447355;
}

/*==============================================
#article03
============================================= */
.boxMovie {
    margin: 0 2rem;
}
.boxMovie + .boxMovie {
    margin-top: 3rem;
}
.boxMovie .mov {
    font-size: 0;
}
.boxMovie .mov video {
    width: 100%;
    height: auto;
}
.boxMovie .img img {
    width: 100%;
}
.boxMovie h3 {
    position: relative;
    padding: 4.5rem 2rem 2rem;
    background-color: #447355;
    color: #fff;
    font-size: 1.5rem;
}
.boxMovie h3 .i {
    display: inline-block;
    position: absolute;
    top: 2rem;
    left: 2rem;
    width: 8rem;
    height: 2rem;
    line-height: 2rem;
    background-color: #ebc273;
    text-align: center;
    color: #000;
    font-size: 1rem;
}
.boxMovie h3 .i::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -5px;
    margin: auto 0;
    width: 0.5rem;
    height: 1rem;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_irobot_channel/arrow_yellow.svg) no-repeat 0 0;
}
/*.content*/
.boxMovie .content {
    padding: 2rem;
    background-color: #fff;
}
.boxMovie .content p {
    font-size: 1.3rem;
}
.boxMovie .content p.note {
    margin-top: 1rem;
    padding-left: 1.2em;
    text-indent: -1.2em;
    font-size: 1rem;
}
.boxMovie .content .model {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #ddd;
}
.boxMovie .content .model h4 {
    position: relative;
    padding-left: 2.2rem;
    font-size: 1.3rem;
}
.boxMovie .content .model h4::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 1.4rem;
    height: 1rem;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_irobot_channel/arrow_check.svg) no-repeat 0 0;
}
.boxMovie .content .model ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: .5rem -.2rem 0;
}
.boxMovie .content .model ul li {
    width: 49%;
    height: 2rem;
    line-height: 1.8rem;
    margin-top: .5rem;
    border-radius: 1rem;
    background-color: #6cb86a;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    box-sizing: border-box;
}
/*==============================================
#article04
============================================= */
#article04 .paragraphIn {
    margin: 0 2rem;
}
#article04 .graph img {
    width: 100%;
}
#article04 .paragraphIn p {
    margin-top: 2rem;
}
/*==============================================
#article05 06
============================================= */
#article05 h2,
#article06 h2 {
    line-height: 1.5;
    font-size: 1.6rem;
    font-weight: 700;
    color: #000;
}
#article05 .paragraphIn,
#article06 .paragraphIn {
    margin: 0 2rem;
}
#article05 .paragraphIn .bnr,
#article06 .paragraphIn .bnr {
    margin-top: 2rem;
}
#article05 .paragraphIn .bnr a,
#article06 .paragraphIn .bnr a {
    transition: opacity .2s;
}
#article05 .paragraphIn .bnr a:hover,
#article06 .paragraphIn .bnr a:hover {
    opacity: .7;
}
#article05 .paragraphIn .bnr img,
#article06 .paragraphIn .bnr img {
    width: 100%;
}
#article05 .paragraphIn .bnr + h2,
#article06 .paragraphIn .bnr + h2 {
    margin-top: 60px;
}
/*==============================================
#articleMatome
============================================= */
#articleMatome .paragraphIn {
    margin: 0 2rem;
}
#articleMatome .paragraphIn p + p {
    margin-top: 1rem;
}
/*==============================================
#articleLineup
============================================= */
#articleLineup .paragraphIn {
    margin: 0 2rem;
}
#articleLineup h2 {
    margin-left: 0;
    margin-right: 0;
    padding: 2rem 0 0;
}
#articleLineup h2 .title {
    text-align: center;
    color: #447355;
}
/*.order*/
.order {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}
.btnP, .btnL {
    display: block;
    position: relative;
    width: 48%;
    height: 3.6rem;
    line-height: 3.4rem;
    border-radius: 1.8rem;
    border: 2px solid #518a70;
    box-sizing: border-box;
    text-align: center;
    color: #518a70;
    font-weight: 500;
    transition: background-color .2s;
}
.btnP.active,
.btnL.active {
    color: #fff;
    background-color: #518a70;
}
.btnP::after,
.btnL::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.2em;
    margin: auto 0;
    width: 0.5rem;
    height: 1rem;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_irobot_channel/arrow_green.svg) no-repeat 0 0;
    transform:rotate(90deg);
}
.btnP.active::after,
.btnL.active::after {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_irobot_channel/arrow.svg) no-repeat 0 0;
}
/*.p*/
.p #j7_plus_combo {
    order: 1;
}
.p #s9_plus {
    order: 0;
}
.p #j7_plus {
    order: 2;
}
.p #j7 {
    order: 3;
}
.p #i5_plus {
    order: 4;
}
.p #i2 {
    order: 6;
}
.p #m6 {
    order: 5;
}
/*.l*/
.l #j7_plus_combo {
    order: 4;
}
.l #s9_plus {
    order: 5;
}
.l #j7_plus {
    order: 1;
}
.l #j7 {
    order: 0;
}
.l #i5_plus {
    order: 6;
}
.l #i2 {
    order: 2;
}
.l #m6 {
    order: 3;
}
/*.lineup*/
.lineup {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.lineup li {
    margin-top: 2rem;
    background-color: #fff;
}
.lineup li h3 {
    padding: 1.5rem;
    background-color: #447355;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
}
.lineup li .content {
    position: relative;
    padding: 2rem 2rem 2rem;
}
.lineup li .content .spring {
    position: relative;
    width: 15em;
    margin: 0 auto;
    color: #ae72a3;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
}
.lineup li .content .spring::before,
.lineup li .content .spring::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 1.5rem;
    height: 1px;
    background-color: #ae72a3;
    
}
.lineup li .content .spring::before {
    left:0;
    transform: rotate(60deg);
}
.lineup li .content .spring::after {
    right: 0;
    transform: rotate(-60deg);
}
.lineup li .content .anniversary {
    display: block;
}
.lineup li .content .anniversary .otoku {
    position: relative;
    width: 13em;
    margin: 0 auto;
    color: #6cb86a;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
}
.lineup li .content .anniversary .otoku::before,
.lineup li .content .anniversary .otoku::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 1.5rem;
    height: 1px;
    background-color: #6cb86a;
    
}
.lineup li .content .anniversary .otoku::before {
    left:0;
    transform: rotate(60deg);
}
.lineup li .content .anniversary .otoku::after {
    right: 0;
    transform: rotate(-60deg);
}
.lineup li .content .anniversary .off {
    margin-top: 1rem;
    text-align: center;
    color: #6cb86a;
    font-size: 1.0rem;
}
.lineup li .content .img {
    width: 80%;
    margin: 0 auto;
}
.lineup li .content .img img {
    width: 100%;
}
.lineup li .content h4 {
    font-size: 1rem;
}
.lineup li .content h4 span {
    color: #6cb86a;
}
/*.price*/
.lineup li .content .price {
    line-height: 1.2;
    color: #000!important;
    font-size: 2.6rem;
    font-weight: 700;
    font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
    letter-spacing: 0;
}
.lineup li .content .price .tax {
    display: inline-block;
    margin-top: -.1em;
    margin-left: .2em;
    font-size: .4em;
    font-weight: 400;
    letter-spacing: 0.05em;
}
.lineup li .content .txt {
    margin: 1rem 0 1.5rem;
    font-size: 1.2rem;
}
.lineup li .content .txt .note {
    display: block;
    margin-top: 10px;
    padding-left: 1.2em;
    text-indent: -1.2em;
    font-size: 1.0rem;
}
/*.level*/
.lineup li .content .level {
    display: flex;
    align-items: center;
}
.lineup li .content .level .i {
    margin-right: 1rem;
    padding: .1rem .6rem;
    background-color: #ebc273;
    font-size: .8rem;
}
.lineup li .content .level .num {
    margin-right: 10px;
    font-size: 1.8rem;
    font-weight: 700;
}
.lineup li .content .level .star {
    width: 10rem;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    padding: 1rem 0 0;
    font-size: 0.85rem;
}