@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul ,li{
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}


/* reset */
*{ outline: none; }



/*___________________

    common
___________________*/

body{
    font-family: 'Cormorant Garamond','Noto Sans CJK JP', 'Noto Sans JP', serif;
    font-weight: 100;
}


.font-Notojp{
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', serif;
    font-weight: 100;
}

#wrap{ overflow-x: hidden; }

/*___________________

    animation
___________________*/
.animated-sp{ opacity: 1; }

@media screen and (min-width: 1001px){
    .animated{ opacity: 0; }
    .animated-sp{ opacity: 1; }
}
@media screen and (max-width: 820px){
    .animated-sp{ opacity: 0; }
    .animated-sp.fadeInRight,
    .animated-sp.fadeInLeft{ opacity: 1; }
}


/*___________________

    改行
___________________*/

.sbr{ display: none; }
@media screen and (max-width: 1000px){
    .sbr{ display: block; }
}


/*___________________

    inner
___________________*/
a{
    color: #000;
    text-decoration: none;
}
.inner{
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 1306px) and (min-width: 641px){
    .inner{ padding: 0 30px; }
}

@media screen and (max-width: 640px){
    .inner{ padding: 0 4vw; }
}


/*___________________

    video
___________________*/

#mainVideo {
    overflow: hidden;
    position: relative;
    top: 0; left: 0; right: 0; bottom: 0;
    height: 70vh;
    margin: 2% 2% 0;
}


#background_video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* object-fit: cover; */
    /* height: 100%; */
    width: 100%;
    z-index: 0;
}

#video_cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('https://ricardojp.itembox.design/item/movie/main_03.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

#overlay {
    position: absolute;
    top: 0; right: 0; left: 0; bottom: 0;
    background: rgba(111,129,142,0.3);
}

#video_contents {
    position: relative;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 32.3%;
}

#video_contents img {
    width: 100%;
}

@media screen and (max-width: 820px){
    #mainVideo{
        height: 125vw;
        margin: 0 0 7vw;
    }
    #background_video {
    	height: 100%;
	    width: auto;
	}
    #video_contents{
        width: 77%;
    }
}


/*___________________

    header
___________________*/

.header{
    box-sizing: border-box;
    border-bottom: 1px solid #d7d7d7;
    background-color: rgba(255,255,255,.9);
    width: 96%;
    margin: 0 auto;
}

.logo{
    width: 100%;
    max-width: 143px;
    margin-right: 48px;
}
.logo img{ width: 100%; }

.header_inner{
    -js-display: flex;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 30px;
    height: 80px;
}

.gnav_list{
    -js-display: flex;
    display: flex;
    justify-content: space-between;
    width: 100%;
    width: 582px;
}
.gnav_item{
    position: relative;
}
.gnav_item a{
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
}
.gnav_item > a{
    position: relative;
    letter-spacing: 0.12em;
}

#header_sub {
    background: #f0f0f0;
}

.h_sub_wrap {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem;
    font-weight: 300;
    padding: 0.5rem 0;
}

.h_sub_wrap .sub_left {
    color: #8d8d8d;
    display: flex;
}

.h_sub_wrap .sub_left .mypage {
    margin-left: 15px;
    text-decoration: underline;
}

.h_sub_wrap .sub_right,
.h_cart {
    display: flex !important;
    align-items: center !important;
    justify-content: center;
}

.loginName {
    margin: 0 0.3rem;
}

.fs-l-header {
    padding: 0;
}

.fs-p-headerUtilityMenu__list a::before {
    border: 0;
}

.fs-p-headerUtilityMenu__list.is-ready {
    font-size: 0.8rem;
    align-items: center;
}

.sub_right .fs-pt-menu__link {
    background: #a4a4a4;
    color: #fff !important;
    padding: 0.25rem 0.8rem;
    box-sizing: border-box;
    margin-right: 1rem;
    border-radius: 100px;
    display: flex;
    align-items: center;
}

.sub_right .fs-pt-menu__link::before {
    content: "";
    background: url(https://ricardojp.itembox.design/item/images/header/login_pc.png);
    width: 15px;
    height: 15px;
    margin-right: 0.2rem;
}

.h_cart {
    position: relative;
}

.h_cart img {
    margin-right: 0.6rem;
    width: 17px;
}

.h_cart .fs-client-cart-count {
    position: absolute;
    left: 15px;
    top: -2px;
    background: #ee323b;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-family: sans-serif;
    font-size: 0.6rem;
}

.pc_cont {
    display: block;
}

.sp_cont {
        display: none;
    }



@media screen and (min-width: 1201px){
    .gnav_item{
        padding: 32px 0;
    }
    .gnav_item > a:before{
        content: '';
        display: inline-block;
        position: absolute;
        top: 120%;
        left: 0;
        width: 0;
        height: 1px;
        background-color: #000;
        transition: all .2s;
    }
    .gnav_item:hover > a:before{
        width: 100%;
    }
}



/*___________________

    header - form
___________________*/

.form{
    margin-left: auto;
}
.form_wrap{
    display: flex;
    flex-wrap: wrap;
}

.form_textBox input{
    box-sizing: border-box;
    cursor: text;
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 1.4;
    border: none;
    box-shadow: none;
    background-color: #f0f0f0;
    width: 266px;
    height: 34px;
    padding: 7.5px 10px;
    border-radius: 0;
}
.form_submitBox input{
    cursor: pointer;
    border: none;
    background: url('../images/header/icon_search.png') center center no-repeat #f0f0f0;
    background-size: 16px;
    width: 34px;
    height: 34px;
}

.free {
font-size: 13px;
font-family: sans-serif;
line-height: 1.5;
text-align: right;
}

.free span {
color: #bc0000;
}

@media screen and (max-width: 820px){
    .form_textBox{
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
    }
    .form_textBox input{
        color: #fff;
        font-size: 20px;
        border-radius: none;
        background-color: #00000060;
        width: 100%;
        height: auto;
        padding: 4vw 3vw;
    }
    .form_textBox input::-webkit-input-placeholder{
        color: #fff;
    }
    .form_submitBox input{
        background-size: 20px;
        background-color: transparent;
    }

    .pc_cont {
    display: none;
    }

    .sp_cont {
        display: block;
    }

    .h_sub_wrap {
        display: block;
        padding: 0;
    }

    .sub_right {
        justify-content: center;
        padding: 0.6rem;
        border-bottom: 1px solid #d7d7d7;
    }

    .sub_left {
        background: #eaeaea;
        padding: 0.6rem;
    }

    .loginWrap {
        width: 49%;
        margin-right: 2%;
    }

    .cartWrap {
        width: 49%;
    }

    .loginWrap .fs-p-headerUtilityMenu {
        width: 100%;
    }

    .sub_right .fs-pt-menu__link {
        width: 100%;
        padding: 0.8rem 1rem;
    }

    .h_cart {
        width: 100%;
        padding: 0.8rem 0;
        background: #eaeaea;
        border-radius: 100px;
    }

    .h_cart .fs-client-cart-count {
        left: 1.8rem;
        top: 0.6rem;
    }

    .loginWrap .fs-pt-menu__link {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .loginWrap .fs-pt-menu__item--lv1 {
        width: 100%;
        margin: 0;
    }

    .sub_right .fs-pt-menu__link::before {
        background: url(https://ricardojp.itembox.design/item/images/header/login_sp.png);
        background-size: 15px !important;
    }
}



/*___________________

    header - fixed
___________________*/

.header.fix{
    z-index: 99999;
    position: fixed;
    top: 0;
    border-bottom: none;
    width: 100%;
}



/*___________________

    header - sp menu
___________________*/

#menuBtn{
    cursor: pointer;
    display: none;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 45px;
  height: 30px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 14px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

/* overlay */
#menuOverlay{ display: none; }


/* full size only */
@media screen and (min-width: 1201px){
    .gnav_child_list{
        transition: all .4s;
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 200%;
        height: auto;
        min-width: 235px;
        max-height: 0;
        overflow: hidden;
        visibility: hidden;
        background-color: rgba(255,255,255,.9);
        box-sizing: border-box;
        z-index: 100;
        padding: 10px 0;
    }
    .gnav_child_item{
        width: 100%;
        margin-bottom: 6px;
    }
    .gnav_child_item:last-child{ margin-bottom: 0; }
    .gnav_child_item a{
        display: block;
        font-size: 15px;
        text-align: center;
        line-height: 1.8;
    }

    /* hover */
    .gnav_item-subnav:hover .gnav_child_list{
        visibility: visible;
        max-height: 500px;
    }
    .gnav_child_item span{ position:relative; }
    .gnav_child_item span:before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 120%;
        left: 0;
        width: 0;
        height: 1px;
        background-color: #000;
        transition: all .2s;
    }
    .gnav_child_item:hover span:before {
        width: 100%;
    }
    .gnav_item-spnavi{
        display: none;
    }
}


@media screen and (max-width: 1200px){
    .header{ width: 100%; }
    .header.fix{
        left: 0;
        margin: 0;
    }
    .header_inner{
        justify-content: space-between;
    }
    .logo{
        position: absolute;
        top: 50%;
        left: 50%;
        width: 35.6%;
        max-width: 200px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: 0;
    }


    #menuBtn{ display: block; }
    .form{ margin: 0; }


    /*___________________

        header - sp menu
    ___________________*/

    .gnav{
        overflow-y: scroll;
        -webkit-overflow-scrolling : touch;
        position: fixed;
        top: 0;
        left: -100%;
        transition: all .4s;
        background-color: #fff;
        width: 80%;
        max-width: 400px;
        height: 100%;
        max-height: 100%;
    }
    .gnav_list{
        flex-wrap: wrap;
        width: 100%;
    }
    .gnav_item{
        width: 100%
    }
    .gnav_item a{ background-color: #fff; }

    .gnav_item a{
        -js-display: flex;
        display: flex;
        justify-content: space-between;
        align-items: center;

        font-size: 18px;
        padding: 20px 20px;
        border-bottom: 1px solid #d7d7d7;
    }
    .gnav_item a:hover{
        opacity: 0.7;
    }
    .gnav_item > a:after{
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 8px;
        border-color: transparent transparent transparent #5d6a76;
    }

    /*___________________

        spmenu - open
    ___________________*/

    .open .gnav{
        z-index: 9999;
        left: 0;
    }

    .open #menuOverlay{
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 5;
        background-color: rgba(0,0,0,.7);
        width: 100%;
        height: 100%;
    }

    /*___________________

        spmenu - 2階層
    ___________________*/

    .gnav_item-subnav > a{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .gnav_item-subnav > a:after{
        content: '+';
        font-size: 20px;
        width: auto;
        height: auto;
        font-family: 'Noto Sans Japanese';
        font-weight: normal;
        border: none;
    }
    .gnav_item-subnav > a.on:after{
        content: '-';
    }

    /* chld */
    .gnav_child_list{
        display: none;
    }
    .gnav_child_item a{
        background-color: #eaeaea;
        border-bottom: 1px solid #fff;
        padding-left: 40px;
    }
    .gnav_item-spnavi{
        box-sizing: border-box;
        width: 50%;
    }
    .gnav_item-spnavi:nth-of-type(odd) a{ border-right: 1px solid #fff; }
    .gnav_item-spnavi a{
        box-sizing: border-box;
        font-size: 14px;
        font-family: 'Noto Sans Japanese';
        font-weight: 200;
        letter-spacing: 0.06em;
        background-color: #eaeaea;
        border-bottom: 1px solid #fff;
        height: 100%;
        padding: 10px 10px 10px 20px;
    }
    .gnav_item-spnavi:nth-last-of-type(-n+2) a{ border-bottom: none; }
    #btn_close{
        display: none;
        cursor: pointer;
        z-index: 7;
        position: fixed;
        top: 28px;
        left: 450px;
        width: 41px;
        height: 41px;
    }
    #btn_close img{ width: 100%; }
    .open #btn_close{ display: block; }
}

/* iphone x 横 */
@media screen and (max-width: 820px){

    .header_inner{
        height: auto;
        padding: 1vw 4vw;
    }

    .header{
        z-index: 99999;
        position: fixed;
        top: 0;
        left: 0;
        border-bottom: none;
    }

    .menu-trigger {
      width: 30px;
      height: 20px;
    }
    .menu-trigger span:nth-of-type(2) {
      top: 9px;
    }
    #btn_close{
        left: 420px;
        width: 20px;
        height: 20px;
    }
}
@media screen and (max-width: 500px){
    /* .logo{ margin-left: -18%; } */
    #btn_close{
        left: 85%;
    }
}

/*_________________________________________

    バナーエリア
_________________________________________*/

.bnr{ margin-bottom: 100px; }
.bnr-item img{ width: 100%; }

.sp_bnr{ display: none; }

/* table 01 */
@media screen and (max-width: 960px){

}

/* table 02 */
@media screen and (max-width: 768px){}

/* sp  */
@media screen and (max-width: 600px){
    .pc_bnr{ display: none; }
    .sp_bnr{ display: block; }
}

/* sp  */
@media screen and (max-width: 480px){}


/*_________________________________________

    inner
_________________________________________*/

.sec-inner{
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.sec-inner-bnr{
    box-sizing: border-box;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 960px){
    .sec-inner,.sec-inner-bnr{
        padding-right: 4vw;
        padding-left: 4vw;
    }
}

/*___________________

    information
___________________*/
#info {
        margin-bottom: 30px;
}

.top_info_wrap {
	max-width: 1200px;
    margin: 0 auto;
    display: flex;
    background: #f5f5f5;
    padding: 20px 40px 20px 0;
	justify-content: center;
    align-items: center;
	flex-wrap: wrap;
}

.top_info_wrap h2 {
	width: 25%;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
}
.topInfo_txtAria{
	width: 75%;	
    border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	
}
.topInfo_txt {
	font-size: 13px;
    font-weight: 300;
	padding: 15px 0 0;
	line-height: 19px;
}
.topInfo_txt:nth-last-child(1){
	padding: 15px 0 15px;
}

.topInfo_ttl_red {
	color: #ff0000;
}

.topInfo_btn {
	margin-left: 20px;
	position: relative;
	border-bottom: 1px solid #000;
}

.topInfo_btn::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -13px;
	margin: auto;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #000;
}

@media screen and (max-width: 768px){
	.top_info_wrap h2 {
		width: 100%;
		margin-bottom: 10px;
	}

	.top_info_wrap {
		padding: 20px 10px;
	}
	.topInfo_txt{
		width: 90%;
		margin: 0 auto;
	}
	.topInfo_txtAria {
		width: 100%;
	}
	.topInfo_btn{
		display: inline-block;
		margin-left: 0;
	}
}

/*___________________

    news
___________________*/

.news{
    margin: 0 0 90px;
	background: #f5f5f5;
    padding: 70px 0;
}
.news_ttl{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.12em;
    margin-bottom: 36px;
}
.news_list{
    -js-display: flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1037px;
    margin: 0 auto;
}
.news_item{
    width: 32%;
    /*max-width: 280px;*/
	margin-right: 2%;
}

.news_item:last-of-type {
	margin-right: 0;
}

.news_thum {
	margin-bottom: 5px;
	width: 333px;
}
.news_thum img {
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
}

.news_detail {
	width: 333px;
}

.news_time,
.news_txt{
    text-align: center;
    line-height: 25px;
}

.news_time{
    font-size: 18px;
    letter-spacing: 0.08em;
}
.news_txt{
    font-size: 15px;
    font-family: 'Noto Sans Japanese','メイリオ',sans-serif;
    font-weight: 100;
    letter-spacing: 0.04em;
}

.news_txt a {
	text-decoration: underline;
	text-decoration-color: #969696;
}


@media screen and (max-width: 1037px) and (min-width: 769px){
    .news_item{
        width: 32%;
    }
}

@media screen and (max-width: 768px){
	main {
		padding: 25px 0 0 !important;
	}

    .news{ margin: 7.6vw 0 13.3vw; }
    .news_ttl{
        font-size: 20px;
        margin-bottom: 1.4vw;
    }
    .news_list{ margin-bottom: 2.6vw; }
    .news_item{
        -js-display: flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        border-bottom: 1px solid #d7d7d7;
        padding: 2.6vw 0;
		margin-right: 0;
    }
    .news_item:last-of-type{ border-bottom: none; }
    .news_thum{
        order: 1;
        width: 30%;
    }
    .news_detail{ width: 65%; }
    .news_time{
        display: inline-block;
        color: #fff;
        font-size: 4vw;
        background-color: #000;
        margin-bottom: 2.4vw;
        padding: 1vw 1.8vw;
    }
    .news_txt{
        font-size: 3.7vw;
        text-align: left;
    }

}

/*___________________

    btn - view all
___________________*/

.btn_viewAll{
    width: 200px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
}
.btn_viewAll-product{
    width: 250px;
}

.btn_viewAll span{
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-decoration: none;

    background-color: #000;

    padding: 15px 0 14px;
}
.btn_viewAll span:after{
    content: '';
    display: inline-block;
    transition: all .2s;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.5px 0 2.5px 4px;
    border-color: transparent transparent transparent #fff;
    margin-left: 10px;
}
.btn_viewAll:hover span{
    color: #000;
    background-color: #fff;
}
.btn_viewAll:hover span:after{
    border-color: transparent transparent transparent #000;
}


/*----- btn style -----*/
.btn-4{
  position: relative;
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-4::before,
.btn-4::after{
  content:"";
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}

.btn-4::after{
  right:0;
  bottom: 0;
  transition-duration: 0.4s;
}
.btn-4 a{
    color: #000;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-4 a::after{
  right:0;
  bottom: 0;
  transition-duration: 0.4s;
}
.btn-4::before{
  left: 0;
  top: 0;
  transition-duration: 0.4s;
}
.btn-4 a::before{
  left: 0;
  top: 0;
  transition-duration: 0.4s;
}
.btn-4 a::before, .btn-4 a::after{
  content:"";
  width:1px;
  height:0;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}
.btn-4:hover::before, .btn-4:hover::after{
  background-color: #000;
  width: 100%;
}
.btn-4:hover a::before, .btn-4:hover a::after{
    background-color: #000;
  height: 100%;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


@media screen and (max-width: 1000px){

    .btn_viewAll-product{
        margin-top: 5vw;
    }
}

@media screen and (max-width: 640px){
    .btn_viewAll{
        max-width: 62%;
        margin-top: 5.3vw;
    }
    .btn_viewAll a{
        font-size: 4vw;
    }
    .btn_viewAll a:after{
        border-width: 3px 0 3px 7px;
        margin-left: 10px;
    }
}

/*___________________

    btn - more
___________________*/

/* 基本スタイル */

.btn_more{
    display: flex;
    align-items: flex-start;

    color: #000;
    font-size: 14px;
    font-weight: 600;

    text-decoration: none;
}
.btn_more:after{
    content: '';
    display: inline-block;
    position: relative;
    transition: all .4s;
    background: url('../images/arrow_more.svg') 0 0 no-repeat;
    background-size: cover;
    width: 27px;
    height: 6px;
    top: 1px;
    left: 12px;
}


/* feature */
.btn_more-feature{
    position: absolute;
    top: 50%;
    right: 45px;
    margin-top: -14px;
}

/* tieup */
.btn_more-tieup{
    justify-content: flex-end;
    margin-left: auto;
    padding-right: 12px;
}

/* pickup  col2 */
.btn_more-col2{
    position: absolute;
    bottom: 0;
    right: 12px;
}
.pickup_col2_item:nth-child(even) .btn_more-col2{
    right: 30px;
}

/*
@media screen and (max-width: 640px){
*/
@media screen and (max-width: 768px){

    .btn_more{
        font-size: 4vw;
    }
    .btn_more:after{
        width: 7.2vw;
        height: 1.6vw;
        margin-top: .5vw;
    }

    /* feature */
    .btn_more-feature{

       top: 105%;
       right: 14px;
       margin: 0;
    }

    /* tie-up */
    .btn_more-tieup{
        position: absolute;
        right: 8vw;
        bottom: 2.5%;
    }

    /* pick up */
    .pickup_col2_item:nth-child(even) .btn_more-col2{
        right: auto;
        left: 22%;
    }
}


/*

*/

.overlay_link{
    z-index: 3;
    width: 100%;
    height: 100%;
}
.overlay_link-feature{
    position: absolute;
    top: 0;
    left: 0;
}

.overlay_link:hover .btn_more:after{
    left: 20px;
}

main {
	display: block;
    padding: 83px 0 0;
}


/*___________________

    Feature
___________________*/

.feature_item{
    position: relative;
    min-height: 450px;
    margin-bottom: 90px;
}

.feature_item:before{
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(left, #000 75%, transparent);
    background: -webkit-linear-gradient(left, #000 75%, transparent);
    background: linear-gradient(to right, #000 75%, transparent);
    opacity: 0.4;
    display: block;
    width: 48%;
    height: 100%;
}

.feature_thumb{
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.feature_thumb_bg{
    transition: all .4s;
}
.feature_thumb_bg-aileron{
    background: url(../images/bnr/1905_bnr_aileron_a.jpg) center -413px no-repeat;
    background-size: auto 1505px;
    width: 100%;
    height: 100%;
}

.feature_detail{
    z-index: 2;
    position: absolute;
    top: 130px;
    left: 60px;
}
.feature_detail > *{ color: #fff; }

.feature_ttl{
    font-size: 70px;
    /*font-style: italic;*/
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 14px;
}
.feature_subttl{
    font-size: 21px;
    /*font-style: italic;*/
    font-weight: 300;
}
.feature_txt_en{
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 8px;
}
.feature_txt_jp{
    font-size: 15px;
    font-family: 'Noto Sans Japanese','メイリオ',sans-serif;
    transform: rotate(0.001deg);
    line-height: 1.4;
    letter-spacing: 0.06em;
}

.feature_product{
    z-index: 3;
    position: absolute;
    top: 62%;
    left: 74.5%;
    width: 300px;
}
.feature_product img{ width: 100%;}


.feature_item:hover .feature_thumb_bg{
    transform: scale(1.05);
}



@media screen and (max-width: 1306px) and (min-width: 641px){
    .feature_product{
        left: auto;
        right: 2%;
        width: 250px;
    }
}


@media screen and (max-width: 768px){

    .feature_item{ margin-bottom: 28vw; }
    .feature_item:before{
        width: 77%;
    }

    .feature_item-aileron{

        height: 120vw;
        max-height: 900px;
        min-height: auto;
    }
    .feature_thumb_bg-aileron{
        background-position: 0% -94px;
    background-size: auto 150vw;
    }

    .feature_detail{
        top: 26.2%;
        left: 5.7%;
    }

    .feature_ttl{
        font-size: 17vw;
        margin-bottom: 1.4vw;
    }
    .feature_subttl{ font-size: 38px; }
    .feature_txt_en{ font-size: 6vw; }
    .feature_txt_jp{ font-size: 4vw; }



    .feature_product{
        width: 54.6%;
        top: 82%;
        left: 5.8%;
    }

}

@media screen and (max-width: 420px){

}



/*___________________

    tie-up
___________________*/
.tieup{
    overflow: hidden;
    margin-bottom: 90px;
}
.tieup_item{
    box-sizing: border-box;
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-color: #f1ecee;
}


.tieup_descr{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 50%;

}
.tieup_img{
    overflow: hidden;
    width: 50%;
}
.tieup_bg_img{
    transition: all .4s;
    background: url('https://ricardojp.itembox.design/item/images/tieup/191018_tieup_img.jpg') 20% 83% no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 450px;
}
.tieup_item:hover .tieup_bg_img{
    transform: scale(1.05);
}

.tieup_ttl{
    font-size: 57px;
    font-weight: 400;
    margin-bottom: 14px;
}

.tieup_new {
	font-family: 'Noto Sans Japanese','メイリオ',sans-serif;
	font-size: 14px;
	color: #ff0000;
	font-weight: 400;
    letter-spacing: 2px;
}

.tieup_txt{
    font-family: 'Noto Sans Japanese','メイリオ',sans-serif;
    font-size: 18px;
    letter-spacing: 0.12em;
    margin-bottom: 35px;
}

@media screen and (max-width: 768px){

    .tieup{
        background-color: #f1ecee;
        padding: 7.3vw 4vw 13.3vw;
    }
    .tieup_item{
        position: static;
    }

    .tieup_descr{
        width: 100%;
    }
    .tieup_ttl{
        font-size: 9.3vw;
        margin-bottom: 1.5vw;
    }
    .tieup_txt{
        font-size: 3vw;
        margin-bottom: 4vw;
    }
    .tieup_img{
        width: 100%;
    }
}



/*___________________

    pickup
___________________*/

.pickup_col2_item{
    margin-bottom: 90px;
}
.pickup_col2_item a{
    -js-display: flex;
    display: flex;
}
.pickup_col2_item:nth-child(even) a{
    flex-direction: row-reverse;
}

.pickup_col2_thumb,
.pickup_col2_descr{
    width: 50%;
}
.pickup_col2_thumb{
    overflow: hidden;
    min-height: 450px;
}
.pickup_col2_thumb_bg{
    transition: all .4s;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
/* firefox 背景画像非表示バグ対策 */
.pickup_col2_thumb_bg:after{
    content : "";
    display : block;
    height : 450px;
    clear : both;
}

.pickup_col2_item:hover .pickup_col2_thumb_bg{
    transform: scale(1.05);
}

.pickup_col2_thumb_bg-pic01{
    background-image: url(../images/pickup/img_arris02.jpg);
    background-position: 0px -138px;
    background-size: auto 631px;
}
.pickup_col2_thumb_bg-pic02{
    background-image: url('../images/pickup/img_yosemite01.jpg');
    background-position: -80px -209px;
    background-size: auto 668px;
}
.pickup_col2_thumb_bg-pic03{
    background-image: url('../images/pickup/img_sanmarcos01.jpg');
    background-position: -150px -321px;
    background-size: auto 819px;
}

.pickup_col2_thumb_bg-pic04{
    background-image: url(../images/pickup/img_oceandrive02.jpg);
    background-position: 0px -69px;
    background-size: auto 500px;
}

.pickup_col2_descr{
    -js-display: flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.pickup_col2_descr_subttl{
    font-size: 21px;
    /*font-style: italic;*/
    font-weight: 400;
    margin-bottom: 5px;
}
.pickup_col2_descr_ttl{
    font-size: 70px;
    /*font-style: italic;*/
    font-weight: 400;
    margin-bottom: 25px;
}
.pickup_col2_descr_txt_en{
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 15px;
}
.pickup_col2_descr_txt_jp{
    font-size: 16px;
    font-family: 'Noto Sans Japanese','メイリオ',sans-serif;
    font-weight: 200;
    letter-spacing: 0.06em;
}

@media screen and (max-width: 1000px){

    .pickup_col2_descr{
        align-items: flex-end;
        top: 0;
        right: 0;
    }
    .pickup_col2_item:nth-child(even) .pickup_col2_descr{
        align-items: flex-start;
        left: 0;
    }
    .pickup_col2_descr_txt_en,
    .pickup_col2_descr_txt_jp{
        text-align: right;
    }

    .pickup_col2_item:nth-child(even) .pickup_col2_descr *{
        text-align: left;
    }

    .pickup_col2_descr_txt_en{ font-size: 30px; }
    .pickup_col2_descr_txt_jp{ font-size: 21px; }

}

@media screen and (max-width: 768px){
    .pickup_col2_thumb{
        height: 77.3vw;
        min-height: 320px;
    }
    .pickup_col2_thumb_bg-pic01{
        background-position: 45% 40%;
    background-size: auto 90vw;
    }

    .pickup_col2_thumb_bg-pic02{
        background-position: 19% 95%;
        background-size: auto 110vw;
    }

    .pickup_col2_thumb_bg-pic03{
        background-position: 33% 61%;
        background-size: auto 110vw;
    }

	.pickup_col2_thumb_bg-pic04{
        background-position: 45% 90%;
    background-size: auto 80vw;
    }
}

@media screen and (max-width: 768px){




    .pickup_col2_item{
        position: relative;
        margin-bottom: 9.3vw;
    }
    .pickup_col2_descr{
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .pickup_col2_descr_subttl{
        font-size: 4.2vw;
    }
    .pickup_col2_descr_ttl{
        font-size: 12vw;
        margin-bottom: 3.4vw;
    }

    .pickup_col2_descr_txt_en,
    .pickup_col2_descr_txt_jp{
        text-align: right;
    }

    .pickup_col2_descr_txt_en{
        font-size: 4vw;
    }
    .pickup_col2_descr_txt_jp{
        font-size: 2.8vw;
    }

}


/*___________________

    item 商品一覧
___________________*/

.overlay_link-product{
    -js-display: flex;
    display: flex;
    position: relative;
}

.product{
    margin-bottom: 60px;
}
.product_list{
    -js-display: flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.product_item{
    position: relative;
    width: 48.8%;
    margin-bottom: 30px;
}
.product_item-title{
    -js-display: flex;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}


.product_txt,
.product_en,
.product_jp{
    text-align: center;
    line-height: 1.2;
}

.product_txt{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.15em;
}
.product_en{
    font-size: 55px;
    font-weight: 600;
    letter-spacing: 0.15em;
    margin-bottom: 3px;
}
.product_jp{
    font-size: 20px;
    font-family: 'Noto Sans Japanese','メイリオ',sans-serif;
    font-weight: 100;
    letter-spacing: 0.36em;
}

.product_no{
    font-size: 22px;
    /*font-style: italic;*/
    font-weight: 400;
    margin-bottom: 15px;
}

.product_descr{
    box-sizing: border-box;
    background-color: #f5f5f5;
    width: 42%;
    padding: 20px;
}


.product_thumb{
    overflow: hidden;
    position: relative;
    width: 58%;
}

/*  */
.product_thumb_bg{
    transition: all .4s;
    min-height: 407px;
}
.product_thumb_bg-pic01{
    background: url('../images/item/item_img01.jpg') 0 0 no-repeat;
}
.product_thumb_bg-pic02{
    background: url('../images/item/item_img02.jpg') 0 0 no-repeat;
}
.product_thumb_bg-pic03{
    background: url('../images/item/item_img03.jpg') 0 0 no-repeat;
}
.product_thumb_bg-pic04{
    background: url('../images/item/item_img04.jpg') 0 0 no-repeat;
}
.product_thumb_bg-pic05{
    background: url('../images/item/item_img05.jpg') 0 0 no-repeat;
}

.product_name{
    font-size: 40px;
    /*font-style: italic;*/
    font-weight: 400;
    line-height: 0.7;
    letter-spacing: 0.02em;
    margin-bottom: 13px;
}



/* View All  */
.product_btn{
    display: inline-block;
    position: relative;

}
.product_btn:before{
    content: '';
    display: inline-block;
    position: absolute;
    top: 120%;
    width: 0;
    height: 1px;
    background-color: #000;
    transition: all .4s;
}

.product_btn span{
    -js-display: flex;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.12em;
}
.product_btn span:after{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.5px 0 2.5px 4px;
    border-color: transparent transparent transparent #000;
    margin-left: 8px;
}

.product_sp_contents{ display: none; }

/* product slick カスタマイズ */
/*.product .slick-dots{ bottom: -60px; }*/
.product .slick-dots{
    position: static;
    margin-top: 20px;
}
.product .slick-dots li button:before{ font-size: 27px; }
.product .slick-dots li.slick-active button:before{ color: #000000; }
.product .slick-dots li button:before{
    color: #c9c9c9;
    opacity: 1;
}

/* hover アクション */
.product_item:hover .product_thumb_bg{
    transform: scale(1.05);
}
.product_item:hover .product_thumb:before{ opacity: 0; }
.product_item:hover .product_btn:before{
    width: 100%;
}

@media screen and (min-width: 1201px){

    /* pc only */
    .product_thumb:before{
        content: '';
        z-index: 2;
        opacity: 1;
        transition: all .4s;
        display: block;
        position: absolute;
        background: rgba(0,0,0,.4);
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 1000px){
    .product_pc_contents{ display: none; }
    .product_sp_contents{ display: block; }

    .product_item{
        box-sizing: border-box;
        flex-wrap: wrap;
        width: 100px;
        margin: 0 1vw;
    }
    .product_item-title{
        width: 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }

    .product_descr{
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
        background-color: rgba(255,255,255,.6);
        width: 100%;
        padding: 2.2vw 3vw 3.8vw;
    }
    .product_no{
        font-size: 20px;
        line-height: 0.1;
        margin-right: 10px;
    }
    .product_name{
        font-size: 31px;
    }
    .product_descr > *{ margin-bottom: 0; }
    .product_thumb{
        width: 100%;
    }
    .product_thumb a:before{ display: none; }

    .product_list{
        box-sizing: border-box;
        width: 94%;
        margin: 0 auto;
        /*padding: 0 4vw;*/
    }
    .product_sp_contents{
        background-color: #f5f5f5;
        padding: 5.7vw 0 6.6vw;
    }
    .product_btn{
        -js-display: flex;
        display: flex;
        justify-content: flex-start;
        width: 90px;
        margin: 12px 0 5px auto;
    }

    /* .product slick */
    .product .slick-dots{ margin-top: 9px; }
    .product .slick-prev{ left: -2vw; }
    .product .slick-next{ right: -2vw; }

}


@media screen and (max-width: 640px){
    .product_thumb_bg{
        background-position: 70% 99%;
        background-size: 116%;
        min-height: 300px;
    }
    .product_item-title{
        margin-bottom: 3vw;
    }
    .product_txt{
        font-size: 3.73vw;
    }
    .product_en{
        font-size: 9.3vw;
        margin-bottom: 3px;
    }
    .product_jp{
        font-size: 3.4vw;
    }
    .product_list{
        width: 85%;
    }
    /* .product slick */
    .product .slick-dots{ margin-top: 9px; }
    .product .slick-prev{ left: -5vw; }
    .product .slick-next{ right: -5vw; }
}


/*_________________________________________

    RANKING
_________________________________________*/

.sec--ranking{
    padding-bottom: 79px;
}
.sec-ttl--ranking{
	margin-bottom:90px;
	    font-size: 25px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.12em;
}
.ranking-item a{ text-decoration: none; }
.ranking-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 19px;
}
.ranking-box{
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
	position:relative;
}
.ranking-thumb{
	width:232px;
	height:232px;
	object-fit: contain;
    position: relative;
}
.ranking-crown{
	position:absolute;
	width:40px;
	height:40px;
	line-height:40px;
	text-align: center;
	top: 0;
	left:5px;
	border-radius:50%;
	color:#FFF;
	 font-family:'ヒラギノ角ゴシック','メイリオ',sans-serif;
	font-style: italic;
}

.rank1{background-color:#d9b340;}
.rank2{background-color:#6f7b83;}
.rank3{background-color:#a15326;}
.rank4{background-color:#bdbdbd;}
.rank5{background-color:#bdbdbd;}

.ranking-thumb img{
    vertical-align: bottom;
    transition: all .7s;  /* 要相談 */
}

.hover-ranking-thumb{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;  
}

.ranking-name{ margin-bottom: 13px; }
.ranking-name-brand,
.ranking-name-txt{
    display: block;
    color: #000;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.05em;
}
.ranking-name-brand{
   font-weight:bold;
}
.ranking-name-txt{
    
}
.ranking-name-txt-num{
    
}
.ranking-price{
    color: #010101;
    font-size: 13px;
  
    text-align: center;
}

.ranking-price:before,
.ranking-price:after{
    display: inline-block;
    font-size: 12px;
}
.ranking-price:before{
    content: '￥';
}
.ranking-price:after{
    content: '(税込)';
    font-weight: 200;
    margin-left: .25em;
}


.ranking-item:hover .ranking-thumb{
    transform: scale(1.05);
}
.ranking-item:hover .ranking-brand,
.ranking-item:hover .ranking-spec,
.ranking-item:hover .ranking-price{
    opacity: 0.7;
}

/* table 01 */
@media screen and (max-width: 960px){
       
}

/* table 02 */
@media screen and (max-width: 768px){
	.sec-ttl--ranking{
	margin-bottom:10px;
}
	.ranking-crown{
		width:30px;
		height:30px;
		line-height:30px;
	}
	.ranking-thumb{
	width:172px;
	height:172px;
	}
    .ranking-thumb img{ width: 100%; }

    /* RECOMMEND SLICK */
    .sec--ranking .slick-dots{
        bottom: -8.6vw;
    }
    .slick-dots{
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
    }
    .slick-dots li{
        margin: 0 2.75vw;
    }
    .slick-dots li,
    .sec--ranking .slick-dots li.slick-active button:before{
        width: 3.2vw;
        height: 3.2vw;
    }
    .sec--ranking .slick-dots li button:before{
        width: 1.46vw;
        height: 1.46vw;
    }

    .ranking-name-brand,
    .ranking-name-txt{
        font-size: 1.2rem;
        line-height: 1.5;
    }
    .ranking-price{
        font-size: 1rem;
    }
    .ranking-price:after{
        font-size: .8rem;
    }


}

/* sp 横 */
@media screen and (max-width: 600px){
    .ranking-name-brand,
    .ranking-name-txt{
        font-size: 3.2vw;
    }
    .ranking-price{
        font-size: 3.2vw;
    }
    .ranking-price:after{
        font-size: 2.9vw;
    }
}

/* sp 縦 */
@media screen and (max-width: 480px){
    
}
/*___________________

    recommend
___________________*/

.recommend{
    /*background-color: #e8e6e3;
    margin-bottom: 90px;*/
    padding: 50px 0 54px 0;
}

.recommend_ttl{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.12em;
    margin-bottom: 35px;
}

.recommend_list{
    width: 100%;
    max-width: 1206px;
    margin: 0 auto;
}
.recommend_item{
    width: 25%;
    padding-top: 10px;
}
.recommend_item a{
    color: #000;
    text-decoration: none;
}
.recommend_thumb{
    transition: all .4s;
}
.recommend_thumb img{
    height: 100%;
    margin: 0 auto;
}
.recommend_thumb{
    height: 288px;
    margin: 0 auto 35px;
}

.recommend_brand,
.recommend_spec,
.recommend_price{
    transition: all .3s;
    text-align: center;
}
.recommend_brand{
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 0.2rem;
}
.recommend_spec{
    font-size: 14px;
    font-family: 'Noto Sans Japanese','メイリオ',sans-serif;
    margin: 0 0 0.2rem;
}
.recommend_price{
    font-size: 16px;
    font-family: 'Noto Sans Japanese','メイリオ',sans-serif;
}

.recommend_price .rec_tax {
    font-size: 0.7rem;
    margin-left: 2px;
}



/* recommend slick カスタマイズ */
.recommend_item{ z-index: 5; }
.recommend .slick-list{ overflow: hidden; }
.recommend .slick-dotted.slick-slider{ margin-bottom: 0; }
.recommend .slick-dots{
    position: static;
    margin-top: 25px;
}
.recommend .slick-dots li button:before, .news .slick-dots li button:before{ font-size: 27px; }
.recommend .slick-dots li.slick-active button:before{ color: #b2ab9e; }
.recommend .slick-dots li button:before{
    color: #d4cec4;
    opacity: 1;
}

/* hover */
.recommend_item:hover .recommend_thumb{
    transform: scale(1.05);
}
.recommend_item:hover .recommend_brand,
.recommend_item:hover .recommend_spec,
.recommend_item:hover .recommend_price{
    opacity: 0.7;
}

@media screen and (min-width: 769px){

    /* slider fadeIn animation */
    .fade{
        position: relative;
        transition: all 1.3s;
        opacity: 0;
        top: -50px;
    }
    .fadeDown{
        opacity: 1;
        top: 0;
    }
    .fade-time01{
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
    }
    .fade-time02{
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
    }
    .fade-time03{
    -webkit-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }
    .fade-time04{
    -webkit-transition-delay: 1.0s;
        transition-delay: 1.0s;
    }
}
@media screen and (max-width: 1306px){
    .recommend .slick-prev{ left: 45px; }
    .recommend .slick-next{ right: 45px; }
}

@media screen and (max-width: 1000px){

    .recommend_ttl{ font-size: 40px; }
    .recommend .slick-prev{ left: -5vw; }
    .recommend .slick-next{ right: -5vw; }
    .recommend_list{ width: 80%; }

}
@media screen and (max-width: 640px){
    .recommend{
        margin-bottom: 5.3vw;
        padding: 7.8vw 0 5vw;
    }
    .recommend_ttl,.news_ttl{ font-size: 8vw; }
    .recommend_list{ width: 80%; }

	.recommend_thumb {
		height: 180px;
	}

	.recommend_item {
		padding: 10px 10px 0;
	}


    .slick-dots{
        position: static;
        margin-top: 6vw;
    }
}

/*___________________

    concept
___________________*/

.overlay_link-concept{
    position: absolute;
    top: 0;
    left: 0;
}

.concept{ margin-bottom: 70px; }
.concept_item{
    position: relative;
    min-height: 450px;
}
.concept_item:before{
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(left, #fff 75%, transparent);
    background: -webkit-linear-gradient(left, #fff 75%, transparent);
    background: linear-gradient(to right, #fff 75%, transparent);
    opacity: 0;
    display: block;
    width: 0%;
    height: 100%;
}
.concept_item:hover .concept_thumb_bg{
    transform: scale(1.05);
}

.concept_thumb{
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.concept_thumb_bg{
     transition: .4s;
    background: url(../images/concept/concept_img02.jpg) -10px -340px no-repeat;
    background-size: auto 900px;
    width: 100%;
    height: 100%;
}

.concept_detail{
    z-index: 2;
    position: absolute;
    top: 95px;
    left: 60px;
}
.concept_detail > *{ color: #000; }

.concept_ttl{
    font-size: 58px;
    font-style: normal;
    letter-spacing: 0.04em;
    line-height: 1.1;
    margin-bottom: 25px;
}
.concept_subttl{
    font-size: 23px;
    /*font-style: italic;*/
    font-weight: 400;
    letter-spacing: 0.08em;
    margin-bottom: 5px;
}
.concept_txt{
    font-size: 15px;
    font-family: 'Noto Sans Japanese','メイリオ',sans-serif;
    font-weight: 200;
    line-height: 1.86;
    transform: rotate(0.001deg);
    margin-bottom: 42px;
}

.concept_product{
    position: absolute;
    top: 62%;
    left: 74.5%;
    width: 300px;
}
.concept_product img{ width: 100%;}


@media screen and (max-width: 768px){

    .concept{ margin-bottom: 44.4vw; }
    .concept_item{
        min-height: 67vw;
    }
    .concept_thumb_bg{
        background-size: 300vw;
    background-position: 24% -358px;
    }
    .concept_item:before{
        width: 70%;
    }

    .concept_detail{
        top: 64.9vw;
        left: 0;
        width: 100%;
    }

    .concept_ttl{
        font-size: 13.3vw;
        margin-bottom: 0;
        line-height: 0.8;
        margin-bottom: 2vw;
    }
    .concept_subttl{
        font-size: 5.3vw;
        line-height: 0.8;

    }
    .concept_txt{
        font-size: 3.2vw;
        line-height: 1.75;
        margin-bottom: 3.6vw;
    }

    .btn_more-concept{
        justify-content: flex-end;
        margin-right: 14px;
    }
	
	.tieup_bg_img {
    background-position: 50%;
}

}

/*___________________

    pg_top
___________________*/

.pg_top{
    z-index: 4;
    display: flex;
    justify-content: flex-end;
    text-align: right;
    margin-bottom: 10px;
}
.pg_top a{
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 0.8;
    letter-spacing: 0.06em;
    text-decoration: none;
}

.pg_top a:after{
    vertical-align: top;
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 3.5px 7px 3.5px;
    border-color: transparent transparent #231815 transparent;
    margin: 2px 0 0 11px;
}
@media screen and (max-width: 768px){
    .pg_top{
        position: fixed;
        right: 0;
        bottom: 50px;
        padding: 0;
        /*display: none;*/
    }
    .pg_top a{
        font-size: 0;
        background: url('../images/footer/btn_pgtop.png') 0 0 no-repeat;
        background-size: contain;
        width: 50px;
        height: 50px;
    }
    .pg_top a:after{ display: none; }
}


/*___________________

    footer
___________________*/

#footer{
    background-color: #f5f5f5;
}

.footer_inner{
    box-sizing: border-box;
    -js-display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1306px;
    margin: 0 auto;
    padding: 64px 0 85px;
}
.f_infoList_wrap{
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    border-right: 1px solid #9d9d9d;
    border-left: 1px solid #9d9d9d;
    margin: 0 50px;
    padding: 0 45px 0 45px;
}
.f_infoList{
    margin-right: 35px;
}
.f_infoList:last-child{ margin-right: 0; }
.f_infoList_item{ margin-bottom: 15px; }
.f_infoList_item:last-child{ margin-bottom: 0; }
.f_infoList_item a{
    position: relative;
    color: #6c6c6c;
    font-size: 13px;
    font-family: 'Noto Sans Japanese','メイリオ',sans-serif;
    font-weight: 200;
    text-decoration: none;
    letter-spacing: 0.08em;
    line-height: 1.4;
}
.f_infoList_item_link {
	padding-left: 1.3em;
	text-indent: -1.3em;
}

.infoList_ttl {
    font-size: 15px;
    font-weight: 400;
    color: #6c6c6c;
    font-family: 'Noto Sans Japanese','メイリオ',sans-serif;
}
.f_infoList_item a .icon_rakuten img{ vertical-align: baseline; }



.f_logo{ width: 179px; }
.f_logo_other{
    /*　▼スカイウェイロゴ▼　*/
    /*width: 104px; */
    width: 30px;
}
.f_logo_other img{
    padding-bottom: 13px;
}
.f_logo img,
.f_logo_other img{ width: 100%; }

.f_logo:hover,
.f_logo_other a:hover{
    opacity: 0.6;
    transition: all .3s;
}

.f_under{
    position: relative;
}
.f_sns_list{
    position: absolute;
    top: 9px;
    left: 30px;
    display: flex;
    flex-wrap: wrap;
}
.f_sns_item{
    width: 23px;
    margin-right: 21px;
}
.f_sns_item:last-child{ margin-right: 0; }
.f_sns_item img{ width: 100%; }

#copyRight{
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
    background-color: #a5bac9;
    padding: 12px 0;
}

/* LINE友達追加 */
.line_fix{
    position: fixed;
    right: 0%;
    bottom: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.3s;
    background-color: rgb(0, 0, 0);
    opacity: 0.8;
    text-align: center;
    vertical-align: middle;
    height: 60px;
    box-sizing: border-box;
}

img.flo_img {
    max-width: 1000px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



/* hover */
.f_infoList_item a{
    transition: all .4s
}
.f_infoList_item a:hover{
    opacity: 0.7;
}

/* sp　only img */
.sp_img{ display: none; }



@media screen and (max-width: 1200px) and (min-width: 769px){
    .footer_inner{
        padding: 64px 20px 85px;
    }
    .f_infoList_wrap{
        margin: 0 2%;
        padding: 0 2%;
    }
    /*.f_infoList{ margin-right: 15px; }*/
    .f_logo{ width: 10%; }

/*
    .infoList_ttl{ font-size: 14px; }
    .f_infoList_item a{ font-size: 11px; }
*/
}
.sec--ranking {
    padding-bottom: 30px;
}
@media screen and (max-width: 900px) and (min-width: 769px){

    .f_infoList{ margin-right: 15px; }



    .infoList_ttl{ font-size: 14px; }
    .f_infoList_item a{ font-size: 11px; }


}
/*
@media screen and (max-width: 640px){
*/

@media screen and (max-width: 768px){
    .footer_inner{
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        padding: 6.9vw 0 9.3vw;
    }
    .f_logo{
        width: 33%;
        margin-bottom: 6.9vw;
    }
    .f_logo_other{
        width: 22%;
    }
    
    .f_logo_other img{
        width: 8vw;
    }
    
    .f_logo_other img:last-child{
         margin-left: 8px;
    }
    

    .f_infoList_wrap{
        flex-wrap: wrap;
        flex-direction: column;
        border: none;
        padding: 0;
    }
    .f_infoList-spNone{ display: none; }
    .f_infoList{ margin: 0; }
    .f_infoList_item{
        text-align: center;
        margin-bottom: 6vw;
    }
    .f_infoList_item:last-child{ margin-bottom: 6vw; }
    .f_infoList_item a{ font-size: 15px; }
	.f_infoList_item_link {
		text-indent: inherit;
		padding-left: 0;
	}
	.f_infoList_item_link_txt {
		display: inline-block;
		padding-left: 1vw;
	}
	.f_infoList_item a .icon_rakuten img {
		vertical-align: super;
	}

    .infoList_ttl{ font-size: 20px; }

    .f_sns_item{
        width: 7.9vw;
    }
    #copyRight{ font-size: 20px; }

    /* sp　only img */
    .sp_img{ display: block; }
    .pc_img{ display: none; }
    
    
    /*LINE友達追加*/
    .line_fix_sp {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 100000;}
        
    .line_fix_sp a {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    height: 55px;}
    
    .line_fix_sp img {
    width: 100%;}
    
}

@media screen and (max-width: 420px){
    .footer_inner{
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        padding: 6.9vw 0 9.3vw;
    }
    .f_logo{
        width: 33%;
        margin-bottom: 6.9vw;
    }
    .f_logo_other{
        width: 22%;
    }

    .f_infoList_wrap{
        flex-wrap: wrap;
        flex-direction: column;
        border: none;
        padding: 0;
    }
    .f_infoList-spNone{ display: none; }
    .f_infoList{ margin: 0; }
    .f_infoList_item{
        text-align: center;
        margin-bottom: 6vw;
    }
    .f_infoList_item:last-child{ margin-bottom: 6vw; }
    .f_infoList_item a{
   	    display: flex;
	    align-items: center;
	    justify-content: center;
    	font-size: 3.2vw;
    }
    .f_infoList_item a .icon_rakuten img{ width: 15px; }
    .infoList_ttl{
        font-size: 15px;
    }
	.f_infoList_item a .icon_rakuten img {
		vertical-align: middle;
	}

    /* sns */
    .f_sns_list{
        position: static;
        justify-content: center;
        border-top: 1px solid #d7d7d7;
        padding: 3.4vw 0;
    }
    .f_sns_item{
        width: 7.9vw;
        margin-right: 7.6vw;
    }
    #copyRight{ font-size: 3vw; }

    /* sp　only img */
    .sp_img{ display: block; }
    .pc_img{ display: none; }
}
