@charset "UTF-8";
/* Hero ================================= */

#hero {
    padding: 0;
    min-height: auto;
}

#hero .swiper-slide {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
}

#hero .swiper-slide img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

@media (max-width:414px) {
    #hero .swiper-slide img {
        object-fit: cover;
        min-height: 50vh;
    }
}

#hero .title_wrap {
    width: auto;
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translateX(-50%);
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.2;
    box-sizing: border-box;
    white-space: nowrap;
}

#hero .title_wrap .title {
    font-size: 2.0rem;
    margin: 0.5em 0;
    word-break: break-all;
}

#hero .title_wrap .modelNumber, #hero .title_wrap .comment {
    font-size: 1.4rem;
    margin: 0 0 5px;
    word-break: break-all;
}

#hero .title_wrap span {
    display: block;
}

/* product recommend, online limited ================================= */
#product-recommend,
#prproduct-online-limited{
    display: flex;
    justify-content: center;
	padding: 0 0 50px;
}
#product-recommend .inner,
#prproduct-online-limited .inner{
    padding: 0;
    width: calc(100% - 60px);
    max-width: 1300px;
    box-sizing: border-box;
    position: relative;
}
#product-recommend .inner .swiper-container,
#prproduct-online-limited .inner .swiper-container{
    margin-top: 50px;
}
#product-recommend .inner .swiper-container .item_box,
#prproduct-online-limited .inner .swiper-container .item_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: calc(100% / 4);
}
#product-recommend .inner .item_box .item_img,
#prproduct-online-limited .inner .item_box .item_img{
    background: #FFF;
    position: relative;
    width: 100%;
}
#product-recommend .inner .item_box .item_img::before,
#prproduct-online-limited .inner .item_box .item_img::before {
    content: "";
    display: block;
    padding-top: 100%;
}
#product-recommend .inner .item_box .item_img img,
#prproduct-online-limited .inner .item_box .item_img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
#product-recommend .inner .item_box .item_img .item_notice,
#prproduct-online-limited .inner .item_box .item_img .item_notice{
    padding: 8px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
}
#product-recommend .inner .item_box .explain,
#prproduct-online-limited .inner .item_box .explain {
    width: 100%;
    margin-top: 20px;
    line-height: 1.5;
    font-size: 1.2rem;
    word-break: break-all;
	text-align: center;
}
#product-recommend .inner .name,
#prproduct-online-limited .inner .name {
    font-size: 1.0rem;
	min-height: 3em;
}
#product-recommend .inner .modelNumber,
#prproduct-online-limited .inner .modelNumber {
    font-size: 1.7rem;
    margin: 0 0 10px;
}
#product-recommend .inner .price,
#prproduct-online-limited .inner .price {
    font-size: 1.6rem;;
    margin: 0;
	font-color: #535353;
}
#product-recommend .inner .tax,
#prproduct-online-limited .inner .tax{
	font-size: 1rem;
    margin-left: 10px;
}
#product-recommend .swiper-button-prev,
#prproduct-online-limited .swiper-button-prev{
    background: none;
    top: 51%;
    left: -25px;
    width: 30px;
    height: 30px;
}
#product-recommend .swiper-button-next,
#prproduct-online-limited .swiper-button-next {
    background: none;
    top: 51%;
    right: -25px;
    width: 30px;
    height: 30px;
}
#product-recommend .swiper-button-prev::before,
#product-recommend .swiper-button-prev::after,
#product-recommend .swiper-button-next::before,
#product-recommend .swiper-button-next::after,
#prproduct-online-limited .swiper-button-prev::before,
#prproduct-online-limited .swiper-button-prev::after,
#prproduct-online-limited .swiper-button-next::before,
#prproduct-online-limited .swiper-button-next::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#product-recommend .swiper-button-prev::before,
#product-recommend .swiper-button-next::before,
#prproduct-online-limited .swiper-button-prev::before,
#prproduct-online-limited .swiper-button-next::before {
    width: 30px;
    height: 30px;
    background: #535353;
}
#product-recommend .swiper-button-prev::after,
#prproduct-online-limited .swiper-button-prev::after {
    left: 12px;
    width: 7px;
    height: 7px;
    border-bottom: 3px solid #FFF;
    border-left: 3px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#product-recommend .swiper-button-next::after,
#prproduct-online-limited .swiper-button-next::after {
    left: 8px;
    width: 7px;
    height: 7px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#product-recommend .swiper-button-disabled,
#prproduct-online-limited .swiper-button-disabled {
    display: none;
}
.under-center{/* 要素が少ない時に中央寄せ */
	display: flex;
	justify-content: center;
}
/* カラーチップ */
.colorTip{
    margin: 0;
    padding: 0;
    display: inline;
}
.colorTip li{
    display: inline-block;
    margin-right: 10px;
    width: 22px;
    height: 22px;
    position: relative;
}
.colorTip li:last-child{
    margin-right: 0;
}
.colorTip .checked_w::after,
.colorTip .checked_b::after{
    display: block;
    content: "✓";
    position: absolute;
    top: -2px;
    left: 1px;
    width: 22px;
    height: 22px;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 20px;
}
.colorTip .checked_w::after{
    color: #fff;
}
.colorTip .checked_b::after{
    color: #000;
}
.colorTip .single,
.colorTip .double{
    display: inline-block;
    width: 22px;
    height: 22px;
    transform: rotate(-55deg);
    border-radius: 11px;
    border: 1px solid #bdbdbd;
    box-sizing: border-box;
}
.colorTip .single .one{
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 100%;
}
.colorTip .double .one,
.colorTip .double .two{
    display: block;
    width: 100%;
    height: 50%;
    background: #000;
}
.colorTip .double .one{
    border-radius: 11px 11px 0 0;
}
.colorTip .double .two{
    border-radius: 0 0 11px 11px;
}












/* Topics ================================= */

#topics {
    padding-bottom: 0;
}

#topics .inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
    padding: 0px 20px;
    max-width: 500px;
}

#topics .inner>div {
    width: 100%;
    box-sizing: border-box;
    word-break: break-all;
}

#topics .inner .big_topics {
    border: none;
    padding-right: 0;
}

#topics .img_wrap {
    background: #aaa;
    position: relative;
    width: 100%;
}

#topics .img_wrap::before {
    content: "";
    display: block;
    padding-top: 75%;
    /* 4:3の比率の場合　100% / 4 *3 */
}

#topics .img_wrap .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#topics .img_wrap .thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#topics .inner .topics_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0;
}

#topics .ablock {
    display: block;
    text-decoration: none;
    line-height: 1.5;
}

#topics .topics_list .ablock {
    width: calc(50% - 10px);
    min-width: unset;
    min-height: 255px;
    margin-bottom: 20px;
    text-align: center;
}

#topics .big_topics .ablock {
    height: 100%;
    margin-bottom: 20px;
    text-align: center;
}

#topics .big_topics .title {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0.5em 0 1em;
    color: #000;
}

#topics .excerpt, #topics .topics_list .title {
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: left;
    color: #000;
}

#topics .cat_style {
    margin: 10px;
    color: #000;
}

.cat_style::before {
    bottom: -5px;
}

/* New-product ================================= */

#new-product {
    background: #EAEAEA;
    display: flex;
    justify-content: center;
}

#new-product .inner {
    padding: 0;
    width: 70vw;
    max-width: 1300px;
    box-sizing: border-box;
    position: relative;
}

#new-product .inner .swiper-container {
    margin-top: 50px;
}

#new-product .inner .swiper-container .item_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: calc(100% / 4);
}

#new-product .inner .item_box .item_img {
    background: #FFF;
    position: relative;
    width: 100%;
}

#new-product .inner .item_box .item_img::before {
    content: "";
    display: block;
    padding-top: 100%;
}

#new-product .inner .item_box .item_img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

#new-product .inner .item_box .explain {
    width: 100%;
    border-top: 1px solid #000;
    margin-top: 30px;
    line-height: 1.5;
    font-size: 1.2rem;
    word-break: break-all;
}

#new-product .inner .name {
    margin: 1em 0;
    font-size: 1.0rem;
}

#new-product .inner .modelNumber {
    font-size: 1.7rem;
    margin: 0;
}

#new-product .swiper-button-prev {
    background: none;
    top: 38%;
    left: -51px;
    width: 46px;
    height: 46px;
}

#new-product .swiper-button-next {
    background: none;
    top: 38%;
    right: -51px;
    width: 46px;
    height: 46px;
}

#new-product .swiper-button-prev::before, #new-product .swiper-button-prev::after, #new-product .swiper-button-next::before, #new-product .swiper-button-next::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#new-product .swiper-button-prev::before, #new-product .swiper-button-next::before {
    width: 46px;
    height: 46px;
    background: rgba(255, 255, 255, 0.8);
}

#new-product .swiper-button-prev::after {
    left: 20px;
    width: 7px;
    height: 7px;
    border-bottom: 3px solid #505659;
    border-left: 3px solid #505659;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#new-product .swiper-button-next::after {
    left: 16px;
    width: 7px;
    height: 7px;
    border-top: 3px solid #505659;
    border-right: 3px solid #505659;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#new-product .swiper-button-next.swiper-button-disabled, #new-product .swiper-button-prev.swiper-button-disabled {
    display: none;
}

/* News=============================================== */

#news {
    padding-bottom: 0;
}

#news .inner {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    justify-content: space-between;
}

#news .news_box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 145px;
    margin: 0 0 30px 0;
    box-sizing: border-box;
}

#news .news_box:nth-child(2n) {
    margin-right: 0;
}

#news .news_box .news_pic, #news .news_box .news_pic_none {
    position: relative;
    width: 160px;
    height: 106px;
    border: 1px solid #cbcbcb;
    background: #FFF;
    margin-bottom: 10px;
}

#news .news_box .news_pic::before, #news .news_box .news_pic_none::before {
    content: "";
    display: block;
    padding-top: 65.25%;
}

#news .news_box .news_pic .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#news .news_box .news_pic_none {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#news .news_box .news_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#news .news_box .news_desc {
    flex: 1;
    padding-left: 10px;
}

#news .news_box .news_desc .news_cat {
    display: inline-block;
    padding-right: 10px;
    margin-right: 5px;
    border-right: 1px solid #000;
    text-transform: uppercase;
    font-size: 1.3rem;
    letter-spacing: 0.15em;
}

#news .news_box .news_desc time {
    display: inline-block;
    font-size: 1.2rem;
}

#news .news_box .news_desc p, #news .news_box .news_desc a {
    display: block;
    font-size: 1.2rem;
    word-break: break-all;
    line-height: 1.8;
    margin: 20px 0 0;
    height: 5.3em;
    overflow: hidden;
}

/* Connect =============================================== */

#connect .inner {
    text-align: center;
}

#connect .inner p {
    margin: 1em 0;
}

#connect .inner .connect_icon {
    display: inline-flex;
    padding: 0;
    justify-content: space-around;
}

#connect .inner .connect_icon li {
    margin: 0 1em;
}

#connect .inner .connect_icon li a {
    display: inline-block;
    width: 30px;
    height: 30px;
}
#connect .inner .connect_icon li a img{
	object-fit: contain;
	width: 30px;
	height: 30px;
}
@media (max-width: 320px) {
    #news .news_box .news_desc p, #news .news_box .news_desc a {
        font-size: 1.0rem;
    }
    #new-product .swiper-button-next {
        right: -40px;
    }
    #new-product .swiper-button-prev {
        left: -40px;
    }
}

/*==============================
2020.0914 追記 premium / wirelessearphone バナー
==============================*/

.mincho {
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

#bnrArea>ul>li>.head, #bnrArea>ul>li>a {
    opacity: 0;
    transition: opacity 0.3s linear;
}

#bnrArea>ul>li>a {
    transition-delay: 0.3s;
}

#bnrArea>ul>li a .inner {
    opacity: 0;
    transition: opacity 0.3s linear 0.6s;
}

#bnrArea>ul>li.show>.head, #bnrArea>ul>li.show>a, #bnrArea>ul>li.show>a .inner {
    opacity: 1;
}

#bnrArea {
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 90px;
}

#bnrArea img {
    vertical-align: top;
    max-width: 100%;
}

#bnrArea .head {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 30px;
}

#bnrArea>ul>li+li {
    margin-top: 90px;
}

#bnrArea>ul>li a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #fff;
    line-height: 1.4;
}

#bnrArea>ul>li a .tit {
    font-size: 5.5vw;
    text-align: left;
}

#bnrArea>ul>li a .en {
    font-size: 3.7vw;
    margin-top: 0.5em;
}

#bnrArea>ul>li a .lead {
    font-size: 3.4vw;
    margin-top: 1.5em;
}

#bnrArea>ul>li a .more {
    font-size: 12px;
    margin-top: 2em;
    display: inline-block;
    border-bottom: 1px solid #fff;
}

#bnrArea>ul>li.premium a .inner {
    position: absolute;
    bottom: 5vw;
    left: 5vw;
    z-index: 1;
}

#bnrArea>ul>li.premium a figure:nth-of-type(2) {
    position: absolute;
    top: 0;
}

#bnrArea>ul>li.premium a figure:nth-of-type(2) {
    opacity: 0;
    transition: opacity 1s linear;
}

#bnrArea>ul>li.premium.on a figure:nth-of-type(2) {
    opacity: 1;
}

#bnrArea>ul>li.wirelessearphone {}

#bnrArea>ul>li.wirelessearphone a {
    color: #000;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}

#bnrArea>ul>li.wirelessearphone a .imgArea {}

#bnrArea>ul>li.wirelessearphone a .imgArea ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#bnrArea>ul>li.wirelessearphone a .imgArea li {
    position: relative;
    width: 33.33333%;
}

#bnrArea>ul>li.wirelessearphone a .imgArea img:last-child {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 1s linear;
}

#bnrArea>ul>li.wirelessearphone a .imgArea li:nth-child(2n-1) img:last-child {
    transition-delay: 2.5s;
}

#bnrArea>ul>li.wirelessearphone.on a .imgArea img:last-child {
    opacity: 1;
}

#bnrArea>ul>li.wirelessearphone a .inner {
    padding: 5vw;
}

#bnrArea>ul>li.wirelessearphone a .more {
    border-color: #000;
}

/*==============================
2020.0914 追記 find the best / wirelessearphone バナー
==============================*/

#findthebest .inner {
    padding: 0 20px;
}

#findthebest .navi {
    margin: 20px auto;
    padding: 0;
    justify-content: center;
    min-height: 110px;
}

#findthebest .navi a {
    display: flex;
    align-items: center;
}

#findthebest .navi a .naviImg img {
    width: 50vw;
}

#findthebest .navi a .text {
    width: 50vw;
    padding-left: 30px;
    text-align: left;
    color: #000;
}

#findthebest .navi a .text .title {
    font-size: 1.4rem;
}

#findthebest .navi a .text .excerpt {
    font-size: 1.2rem;
    margin-top: 2vh;
	line-height: 1.8;
}

#findthebest .navi a .pc {
    display: none !important;
}

#findthebest .navi a .sp {
    display: block !important;
}

@media (max-width:414px) {
    #findthebest .navi {
        margin: 1vh auto;
    }
    #findthebest .navi a .text {
        padding-left: 10px;
    }
    #findthebest .navi a .text .title {
        font-size: 1.1rem;
    }
    #findthebest .navi a .text .excerpt {
        font-size: 1rem;
        margin-top: 1vh;
    }
}

/*==============================
2021.10.25 追記 TOPICS / Premium 順序入れ替え
==============================*/

#bnrArea .premium .head {
    margin-top: 90px;
}