@charset "shift_jis";
/*==============================================
common
============================================= */
html {
	overflow: auto;
}
body {
	overflow: hidden;
	min-width: 1000px;
}
#header {
    border-bottom: #ededed solid 1px;
}
.headerIn, .footerIn {
    width: 1000px;
    margin: 0 auto;
}
.copyRight {
    margin-top: 10px;
    border-top: 1px solid #ededed;
}
#footer {
    padding-top: 10px;
    background-color: #fff;
}
.copyRightIn {
    width: 1000px;
}
#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;
}
.pageTop {
    border-radius: 50%;
}
.sp {
    display: none;
}
sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0.1em;
}
.sticker {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_irobot_channel/sticker_20th.png) no-repeat 0 0;
    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;
}
.mainTitle {
    padding: 60px 0 80px;
}
.mainTitle h1 {
    display: block;
    width: 870px;
    height: 160px;
    margin: 0 auto;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_irobot_channel/h1.svg) no-repeat 0 0;
    text-indent: -999em;
    font-size: 0;
}
.mainTitle .img {
    margin: 50px auto 0;
    text-align: center;
}
.lead {
    width: 830px;
    line-height: 1.8;
    margin: 60px auto 0;
    font-size: 18px;
}
.lead + .lead {
    margin-top: 30px;
}
.lead .marker {
    background:linear-gradient(transparent 60%, #dbb1d3 60%);
    color: #222;
    font-weight: 700;
}
.lead .marker a {
    text-decoration: underline;
}
.lead .marker a:hover {
    text-decoration: none;
}
/*.btnSale*/
.btnSale {
    width: 830px;
    margin: 60px auto 0;
}
.btnSale a {
    display: block;
    position: relative;
    width: 830px;
    height: 70px;
    line-height: 70px;
    border: 2px solid #6cb86a;
    border-radius: 35px;
    text-align: center;
    color: #6cb86a;
    font-size: 18px;
    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;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto 0;
    width: 20px;
    height: 12px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_irobot_channel/arrow_20th.svg) no-repeat 0 0;
}
.btnSale .sticker {
    margin: -4px 20px 0 0;
    vertical-align: middle;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    padding: 80px 0;
}
.paragraph:nth-child(even) {
    background-color: #eff0f2;
}
.paragraph#article01,
.paragraph#articleLineup {
    background-color: #dce9d5;
}
/*h*/
.paragraph h2 {
    position: relative;
    width: 830px;
    margin: 0 auto 60px;
    text-align: center;
    color: #447355;
}
.paragraph h2 .sub{
    display: block;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 25px;
    font-size: 22px;
    font-weight: 500;
}
.paragraph h2 .sub::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 4px;
    background-color: #447355;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.5;
    font-size: 34px;
    font-weight: 500;
}
.paragraph h3,
.paragraph h4,
.paragraph h5 {
    line-height: 1.5;
    font-weight: 500;
}
.paragraph p {
    line-height: 1.8;
    font-size: 18px;
}
/*.btn*/
.paragraph .btn + .btn {
    margin-top: 10px;
}
.paragraph .btn a,
.paragraph .btn span {
    display: block;
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    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: 5px;
    height: 10px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_irobot_channel/arrow.svg) no-repeat 0 0;
}
/*==============================================
#article01
============================================= */
.swiper-wrapper {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
}
.swiper-slide {
    width: 235px;
}
.swiper-slide .product {
}
.swiper-slide .product h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #447355;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
/*.content*/
.swiper-slide .product .content {
    padding: 20px 20px 30px;
    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: 10px;
    text-align: center;
    color: #447355;
    font-size: 18px;
}
.swiper-slide .product .content p {
    margin-top: 10px;
    font-size: 16px;
}
.swiper-slide .product .content .btn {
    margin-top: 20px;
}
/*.voice*/
.voice {
    margin-top: 30px;
    text-align: center;
}
.voice .en {
    display: inline-block;
    position: relative;
    color: #6cb86a;
    font-size: 12px;
    font-weight: 700;
}
.voice .en::before,
.voice .en::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 1px;
    margin: auto 0;
    background-color: #6cb86a;
}
.voice .en::before {
    left: -25px;
}
.voice .en::after {
    right: -25px;
}
.voice .jp {
    font-size: 14px;
    font-weight: 700;
}
/*.kuchikomi*/
.swiper-slide .kuchikomi {
    position: relative;
    margin-top: 30px;
    padding: 40px 20px 20px;
    border: 1px solid #87a28e;
}
/*.swiper-slide .kuchikomi::before {
    content: "";
    display: block;
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 20px;
    height: 30px;
    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: 50px;
    margin: 0 auto;
}
.swiper-slide .kuchikomi .face img {
    width: 100%;
}
.swiper-slide .kuchikomi h5 {
    text-align: center;
    color: #447355;
    font-size: 16px;
}
.swiper-slide .kuchikomi p {
    margin-top: 10px;
    font-size: 14px;
}
/*==============================================
.anchorBox
============================================= */
.anchorBox {
    /*display: flex;
    justify-content: space-between;*/
    width: 490px;
    margin: 60px auto 0;
}
.anchorBox .btn + .btn {
    margin-top: 30px;
}
.anchorBox .btn a {
    display: block;
    position: relative;
    width: 490px;
    height: 50px;
    line-height: 46px;
    border-radius: 25px;
    font-size: 16px;
}
.anchorBox .btn a::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.4em;
    margin: auto 0;
    width: 5px;
    height: 10px;
    transform:rotate(90deg);
}
/*==============================================
#article02
============================================= */
.txt {
    text-align: center;
}
.chart {
    width: 1300px;
    margin: 60px auto 0;
    padding: 0 20px;
}
.chart .chartInner {
    display: flex;
}
.chart .chartInner img {
    vertical-align: top;
}
/*@media (min-width: 1300px) {
    .chart {
        width: 1300px;
    }
}*/

/*==============================================
#article03
============================================= */
.boxMovie {
    width: 830px;
    margin: 0 auto;
}
.boxMovie + .boxMovie {
    margin-top: 60px;
}
.boxMovie .mov {
    font-size: 0;
}
.boxMovie .img img {
    width: 100%;
}
.boxMovie h3 {
    position: relative;
    padding: 25px 40px 25px 180px;
    background-color: #447355;
    color: #fff;
    font-size: 22px;
}
.boxMovie h3 .i {
    display: inline-block;
    position: absolute;
    top: 3px;
    bottom: 0;
    left: 40px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    margin: auto 0;
    background-color: #ebc273;
    text-align: center;
    color: #000;
    font-size: 15px;
}
.boxMovie h3 .i::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -5px;
    margin: auto 0;
    width: 5px;
    height: 10px;
    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: 40px;
    background-color: #fff;
}
.boxMovie .content p {
    font-size: 16px;
}
.boxMovie .content p.note {
    margin-top: 20px;
    padding-left: 1.2em;
    text-indent: -1.2em;
    font-size: 12px;
}
.boxMovie .content .model {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}
.boxMovie .content .model h4 {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
}
.boxMovie .content .model h4::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 17px;
    height: 12px;
    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;
    margin-top: 15px;
}
.boxMovie .content .model ul li {
    height: 30px;
    line-height: 28px;
    margin-right: 10px;
    padding: 0 15px;
    border-radius: 15px;
    background-color: #6cb86a;
    color: #fff;
    font-size: 12px;
    box-sizing: border-box;
}
/*==============================================
#article04
============================================= */
#article04 .paragraphIn {
    width: 830px;
    margin: 0 auto;
}
#article04 .paragraphIn p {
    margin-top: 40px;
}
/*==============================================
#article05 06
============================================= */
#article05 .paragraphIn,
#article06 .paragraphIn {
    width: 830px;
    margin: 0 auto;
}
#article05 h2,
#article06 h2 {
    margin-bottom: 0;
    color: #6a768c;
    font-size: 26px;
    font-weight: 500;
}
#article05 .paragraphIn .bnr,
#article06 .paragraphIn .bnr {
    margin-top: 40px;
    text-align: center;
}
#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 a img,
#article06 .paragraphIn .bnr a img {
    max-width: 830px;
}
#article05 .paragraphIn .bnr + .bnr,
#article06 .paragraphIn .bnr + .bnr {
    margin-top: 40px;
}
/*==============================================
#articleMatome
============================================= */
#articleMatome .paragraphIn {
    width: 830px;
    margin: 0 auto;
}
#articleMatome .paragraphIn p + p {
    margin-top: 40px;
}
/*==============================================
#articleLineup
============================================= */
#articleLineup h2 {
    margin-bottom: 40px;
}
#articleLineup .paragraphIn {
    width: 1000px;
    margin: 0 auto;
}
/*.order*/
.order {
    display: flex;
    justify-content: center;
}
.btnP, .btnL {
    display: block;
    position: relative;
    width: 320px;
    height: 50px;
    line-height: 46px;
    margin: 0 10px;
    border-radius: 25px;
    border: 2px solid #518a70;
    box-sizing: border-box;
    text-align: center;
    color: #518a70;
    font-size: 16px;
    font-weight: 500;
    transition: background-color .2s;
    cursor: pointer;
}
.btnP:hover,
.btnL:hover {
    background-color: #eef4ea;
}
.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: 5px;
    height: 10px;
    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;
}
#j7 .txt,  #i5_plus .txt, #i2 .txt {
    height: 129px;
}
#m6 .txt {
    height: auto;
}
/*.p*/
.p #j7 .txt, .p #i5_plus .txt, .p #m6 .txt {
    height: 101px;
}
.p #i2 .txt {
    height: 129px;
}
.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 .txt, .l #j7_plus .txt, .l #i2 .txt {
    height: 129px;
}
.l #m6 .txt, .l #i3 .txt, .l #j7_plus_combo .txt, .l #s9_plus .txt {
    height: 179px;
}
.l #i5_plus .txt {
    height: auto;
}
.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;
    justify-content: center;
    flex-wrap: wrap;
    width: 1020px;
    margin: 0 -10px 0;
}
.lineup li {
    width: 320px;
    margin: 60px 10px 0 10px;
    background-color: #fff;
}
.lineup li h3 {
    padding: 15px 0;
    background-color: #447355;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.lineup li .content {
    position: relative;
    padding: 20px 30px 30px;
}
.lineup li .content .spring {
    display: block;
    position: absolute;
    width: 15em;
    top: 18px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #ae72a3;
    font-size: 14px;
    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: 20px;
    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;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
}
.lineup li .content .anniversary .otoku {
    position: relative;
    width: 13em;
    margin: 0 auto;
    color: #6cb86a;
    font-size: 14px;
    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: 20px;
    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: 8px;
    text-align: center;
    color: #6cb86a;
    font-size: 12px;
}
.lineup li .content .img {
    width: 80%;
    margin: 0 auto;
}
.lineup li .content .img img {
    width: 100%;
}
.lineup li .content h4 {
    font-size: 12px;
}
.lineup li .content h4 span {
    color: #ae72a3;
}
/*.price*/
.lineup li .content .price {
    line-height: 1.2;
    color: #000!important;
    font-size: 32px;
    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 {
    height: 179px;
    margin: 15px 0 20px;
    text-align: left;
    font-size: 14px;
}
.lineup li .content .txt .note {
    display: block;
    margin-top: 10px;
    padding-left: 1.2em;
    text-indent: -1.2em;
    font-size: 12px;
}
/*.level*/
.lineup li .content .level {
    display: flex;
    align-items: center;
}
.lineup li .content .level .i {
    margin-right: 10px;
    padding: 1px 6px;
    background-color: #ebc273;
    font-size: 11px;
}
.lineup li .content .level .num {
    margin-right: 10px;
    font-size: 20px;
    font-weight: 700;
}
.lineup li .content .level .star {
    width: 116px;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    margin-top: 20px;
    text-align: right;
    font-size: 11px;
    font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
}