@charset "Shift_JIS";

/*===================================
2021.11.10 レスポンシブ
===================================*/


/* --------------------------
共通で使えるCSS
-------------------------- */
#lp_freshers {
    color: #333;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 1.6;
}

#lp_freshers #header_area_pc {
    display: block;
    width: 1030px;
    margin: 0 auto 30px;
}
#lp_freshers #header_area_sp { display: none;}

#lp_freshers #read_area .ttl_read_ {
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 1.8rem;
}

#lp_freshers #read_area .ttl_read_ > br { display: none;}

#lp_freshers #read_area {
    margin: 0 0 5em 0;
    text-align: center;
}

#lp_freshers img {
    width: 100%;
    height: auto;
    vertical-align: bottom;/* 画像の下にできる余白を削除 */
}


/* ---------------------------
ナビゲーション
--------------------------- */
#lp_freshers #nav_area {
    margin: 0 auto 100px auto;
    width: 1030px;
}

#lp_freshers #nav_area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

#lp_freshers #nav_area li { width: 220px; height:auto;}
#lp_freshers #nav_area li a { display: block; width: 220px;	height: auto;}
#lp_freshers #nav_area li a img {
    width: 220px;
    height: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: ;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#lp_freshers #nav_area li a:hover img {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

/* 各ナビのロールオーバー設定 */
#lp_freshers #nav_area li a#recommended { background: url(/img/lp/freshers_b/nav_recommended_pc_on.jpg) 0 0 no-repeat;}
#lp_freshers #nav_area li a#shopstaff {	background: url(/img/lp/freshers_b/nav_shopstaff_pc_on.jpg) 0 0 no-repeat;}
#lp_freshers #nav_area li a#typeandfeature { background: url(/img/lp/freshers_b/nav_typeandfeature_pc_on.jpg) 0 0 no-repeat;}
#lp_freshers #nav_area li a#simulator { background: url(/img/lp/freshers_b/nav_simulator_pc_on.jpg) 0 0 no-repeat;}


/* ---------------------------
各コンテンツの共通部分
--------------------------- */
#lp_freshers .contents_area_ { margin: 5em 0;}

#lp_freshers .contents_area_ h2 { text-align: center;}

#lp_freshers .contents_area_ .txt_cntread_ {
    margin: 2em 0 3em;
    line-height: 1.6;
    text-align: center;
}


/* ---------------------------
20万円以下で買えるブランド一覧
--------------------------- */
#lp_freshers #to_recommend_brand { margin: 0 0 3em 0;}
#lp_freshers #to_recommend_brand h2 {
    background-image: url(/img/lp/freshers_b/ttl_recommended.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 8%;
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    font-family: 'Noto serif Japanese', serif, sans-serif;
    padding: 5% 0 0 0;
    margin: 0;
}

#lp_freshers .brand_nav { width: 1030px; margin: 0 auto 5em;}
#lp_freshers .brand_nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
#lp_freshers .brand_nav ul li img { padding: 0 0 0.2em 0;}
#lp_freshers .brand_nav ul li {
    width: 140px;
    height: auto;
    font-family: 'Times New Roman', serif, sans-serif;
    text-align: center;
}
#lp_freshers .brand_nav ul li span {
    display: block;
    font-size: 1.2rem;
    letter-spacing: normal;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    padding: 0.2em 0 0 0;
}
#lp_freshers .brand_nav ul li a {
    font-size: 2.5rem;
    color: #333;
    line-height: 1;
    letter-spacing: .05em;
    text-decoration: none;
}
#lp_freshers .brand_nav ul li a:hover { text-decoration: none; opacity: 0.7;}



/*#lp_freshers .brand_nav .inner_wrap_ {
 margin: -35px 0 60px -190px;
 overflow: hidden;
}

#lp_freshers .brand_nav .inner_wrap_ div {
 overflow: hidden;
 float: left;
 width: 420px;
 height: 250px;
 margin: 35px 0 0 190px;
}

#lp_freshers .brand_nav h3 {
 margin-bottom: 15px;
}

#lp_freshers .brand_nav .left h3 {
 width: 255px;
 margin-right: auto;
}

#lp_freshers .brand_nav .right h3 {
 width: 255px;
 margin-left: auto;
}

#lp_freshers .brand_nav ul {
 text-align: center;
}

#lp_freshers .brand_nav ul li {
 display: inline-block;
 font-size: 14px;
 margin: 0 13px;
}


#lp_freshers .brand_nav ul li a:hover{
	filter:alpha(opacity=60); /* IE 6,7*/
	/*-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	/*-moz-opacity:0.6; /* FF , Netscape */
	/*-khtml-opacity: 0.6; /* Safari 1.x */
	/*opacity:0.6;
	zoom:1; /*IE*/
/*}


#lp_freshers .brand_nav .nav_japan .nav_ajast {
 text-align: right;
 padding: 0;
}

#lp_freshers .brand_nav .nav_germany .nav_ajast {
 text-align: left;
 padding: 0;
}

#lp_freshers .brand_nav .nav_america .nav_ajast {
 text-align: right;
 margin: 0 83px 0 0;
}

#lp_freshers .brand_nav .nav_switzerland .nav_ajast {
 text-align: center;
 margin: 0px 155px 6px 0;
}*/


/* ---------------------------
各ブランドごとのデザイン
--------------------------- */
#lp_freshers .brand_wrap_ { padding: 40px 0;}
#lp_freshers .bg_lightglay_ { background-color: #eee;}

#lp_freshers .brand_wrap_ .inner_wrap_ {
    width: 1030px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

#lp_freshers .brand_wrap_ .brand_img { width: 500px;}

#lp_freshers .brand_wrap_ .brand_info { width: 500px;}


/* 各ブランドの切替 */
#lp_freshers .brand_wrap_ .main_brand_ {
    position: relative;
    width: 500px;
    height: 350px;
    margin: 0 0 20px 0;
    background-color: #fff;
    border: 1px solid #999;
}

#lp_freshers .brand_wrap_ .main_brand_ li {
    width: 500px;
    height: 350px;
    position: absolute;
    display: none;
    text-align: center;
}
#lp_freshers .brand_wrap_ .main_brand_ li img { 
/*20220107*/
/*width: 350px; height: 350px;*/
width: 348px; height: 348px;
}
#lp_freshers .brand_wrap_ .main_brand_ li:first-child { display: block;}


/* サムネイル画像 */
#lp_freshers .brand_wrap_ .thum_brand_ {
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: 300px;
    margin: 0 auto;
}

#lp_freshers .brand_wrap_ .thum_brand_ li {
    display: inline-block;
    margin: 0 6px;
    border: 1px solid #999;
    cursor: pointer;
}

#lp_freshers .brand_wrap_ .thum_brand_ li:hover {
    filter: alpha(opacity=40);
    -ms-filter: "alpha(opacity=40)";/* IE6,7 */
    -moz-opacity: 0.4;/* IE8,9 */
    -khtml-opacity: 0.4;/* FF,Netscape */
    opacity: 0.4;/* Safari 1.x */
    text-decoration: none;
}

#lp_freshers .brand_wrap_ .thum_brand_ li.current {
    filter: alpha(opacity=40);
    -ms-filter: "alpha(opacity=40)";/* IE6,7 */
    -moz-opacity: 0.4;/* IE8,9 */
    -khtml-opacity: 0.4;/* FF,Netscape */
    opacity: 0.4;/* Safari 1.x */
    text-decoration: none;
}



/* 各ブランド紹介 */
#lp_freshers .brand_wrap_ .brand_info { position: relative; height: 350px;}

#lp_freshers .brand_wrap_ .brand_info .ttl_brand_ {
    display: block;
    overflow: hidden;
    padding: 0 0 7px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #999;
    background-size: 10%;
}
#lp_freshers .brand_wrap_ .ttl_brand_sp { display: none;}

#lp_freshers .brand_wrap_ .brand_info .ttl_brand_ h3 {
    font-size: 2.2rem;
    font-family: 'Times New Roman', serif, sans-serif;
    font-weight: bold;
    float: left;
    padding: 7px 0 0 0;
}

#lp_freshers .brand_wrap_ .brand_info .ttl_brand_ h3 span {
    font-size: 1.4rem;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: normal;
    display: inline-block;
    margin-left: 15px;
    vertical-align: top;
    padding: 7px 0 0 0;
}

/*#lp_freshers .brand_wrap_ .brand_info .ttl_brand_ .txt_date_ {
 padding: 10px 60px 0 0;
 font-size: 14px;
 float: right;
}*/

#lp_freshers .brand_wrap_ .brand_info p { text-align: left; line-height: 1.6;}


/* 時計タイプのボタン */
#lp_freshers .brand_wrap_ .brand_info .btn_more {
    width: 155px;
    position: absolute;
    left: 0;
    bottom: 0;
}
#lp_freshers .brand_wrap_ .brand_info .btn_more a {
    position: relative;
    text-align: center;
    padding: 15px 30px 15px 15px;
    display: block;
    background-color: #333;
    color: #fff;
}
#lp_freshers .brand_wrap_ .brand_info .btn_more a::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -5px;
}
#lp_freshers .brand_wrap_ .brand_info .btn_more a:hover { opacity: 0.8; text-decoration: none;}




/* ---------------------------
スタッフ初めての相棒
--------------------------- */
#lp_freshers #watch_partner {
    background-color: #333;
    color: #fff;
    padding: 50px 0;
}

#lp_freshers #watch_partner h2 {
    background-image: url(/img/lp/freshers_b/ttl_shopstaff.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 15%;
    text-align: center;
    font-size: 3rem;
    color: #fff;
    font-weight: 700;
    font-family: 'Noto serif Japanese', serif, sans-serif;
    padding: 10% 0 0 0;
    margin: 0;
}

#lp_freshers #watch_partner h2 > br { display: none;}

#lp_freshers #watch_partner .inner_wrap_ { width: 1030px; margin: 0 auto;}
#lp_freshers #watch_partner .episode_wrap_ {
    margin: 0 0 3em 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#lp_freshers #watch_partner .episode_wrap_:last-child { margin: 0 0 0 0;}

#lp_freshers #watch_partner .episode_wrap_ .episode_box_ {
    width: 490px;
    margin: 0;
    text-align: center;
}

#lp_freshers #watch_partner .episode_wrap_ p { line-height: 1.8; text-align: left;}
#lp_freshers #watch_partner .episode_wrap_ p+p { margin: 30px 0 0 0;}

#lp_freshers #watch_partner .episode_wrap_ div .txt_staffname_ {
    display: inline-block;
    margin: 0 auto;
    padding: 8px 0;
    border-top: 1px solid #b1996b;
    border-bottom: 1px solid #b1996b;
}


/* 各質問 */
#lp_freshers #watch_partner .episode_wrap_ .q_box_ { margin: 26px 0 0 0;}
#lp_freshers #watch_partner .episode_wrap_>.q_box_:first-child,
#lp_freshers #watch_partner .episode_wrap_ div>.q_box_:first-child { margin: 0 0 0 0;}

#lp_freshers #watch_partner .episode_wrap_ .q_box_ h4 {
    font-size: 1.6rem;
    color: #b1996b;
    margin: 0 0 5px 0;
    text-align: left;
}


/* ---------------------------
腕時計の種類と特長
---------------------------- */
#lp_freshers .contents_area_ .watch_type_wrap_ {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#lp_freshers .contents_area_ h2.type {
    background-image: url(/img/lp/freshers_b/ttl_typeandfeature.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 8%;
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    font-family: 'Noto serif Japanese', serif, sans-serif;
    padding: 5% 0 0 0;
    margin: 0;
}

#lp_freshers .contents_area_ h2.simulator {
    background-image: url(/img/lp/freshers_b/ttl_simulator.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 8%;
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    font-family: 'Noto serif Japanese', serif, sans-serif;
    padding: 5% 0 0 0;
    margin: 4em 0 0 0;
}

#lp_freshers .contents_area_ h2.various {
    background-image: url(/img/lp/freshers_b/ttl_variousservices.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 8%;
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    font-family: 'Noto serif Japanese', serif, sans-serif;
    padding: 5% 0 0 0;
    margin: 4em 0 0 0;
}

#lp_freshers .contents_area_ h2.various > br { display: none;}

#lp_freshers .contents_area_ .watch_type_wrap_ .type_box_ { width: 310px; margin: 0;}
#lp_freshers .contents_area_ .watch_type_wrap_ .type_box_ .txt_wrap_ { height: 180px;}
#lp_freshers .contents_area_ .watch_type_wrap_ .type_box_ img { margin: 0 0 1.5em 0;}
#lp_freshers .contents_area_ .watch_type_wrap_ .type_box_ p { line-height: 1.6; text-align: left;}
#lp_freshers .contents_area_ .watch_type_wrap_ .type_box_ .btn_list_ { position: relative; width: 155px; margin: auto;}
#lp_freshers .contents_area_ .watch_type_wrap_ .type_box_ .btn_list_ a {
    padding: 15px 30px 15px 15px;
    display: block;
    background-color: #333;
    color: #fff;
    text-align: center;
}
#lp_freshers .contents_area_ .watch_type_wrap_ .type_box_ .btn_list_ a::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -5px;
}
#lp_freshers .contents_area_ .watch_type_wrap_ .type_box_ .btn_list_ a:hover { opacity: 0.8; text-decoration: none;}



/* ---------------------------
30万円
--------------------------- */

#lp_freshers #btn_simulator {
	width:300px;
	height:85px;
	margin:auto;
}

#lp_freshers #btn_simulator a{
	display:block;
	width:300px;
	height:85px;
	background:url(/img/lp/freshers/btn_simulator_pc_on.jpg) 0 0 no-repeat;
	display:block;
}

#lp_freshers #btn_simulator a img{
	opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: ;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#lp_freshers #btn_simulator a:hover img{
	opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}



/* ---------------------------
各種サービス
--------------------------- */
#lp_freshers #list_ansin_service {
    width: 1030px;
    margin: 3em auto 8em auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#lp_freshers #list_ansin_service li {
    width: 190px;
    height: 90px;
    position: relative;
    background-color: #333;
}
#lp_freshers #list_ansin_service li a {
    display: table-cell;
    width: 190px;
    height: 90px;
    text-align: center;
    vertical-align: middle;
    background-color: #333;
    color: #fff;
}
#lp_freshers #list_ansin_service li a:hover {
    opacity: 0.8;
    text-decoration: none;
}
#lp_freshers #list_ansin_service li a span { font-size: 10px;}
#lp_freshers #list_ansin_service li::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -5px;
}
/*#lp_freshers #list_ansin_service li:hover { opacity: 0.8;}*/


/* ---------------------------
おすすめの特集
---------------------------- */
#lp_freshers #recommend_area {
    background-color: #f2f1ef;
    padding: 3em 0;
    margin-top: 5em;
}

#lp_freshers #recommend_area .inner_wrap_ {
    width: 750px;
    margin: 0 auto;
}

#lp_freshers #recommend_area h2 {
    font-size: 3.5rem;
    font-weight: 700;
    font-family: 'Times New Roman', serif, sans-serif;
    margin: 0;
}
#lp_freshers #recommend_area h2, #lp_freshers #recommend_area h2+p { text-align: center;}

#lp_freshers #recommend_area .inner_wrap_ ul {
    margin-top: 3em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#lp_freshers #recommend_area .inner_wrap_ ul li {
    width: 340px;
    text-align:center;
    margin: 0 0 2em 0;
}

#lp_freshers #recommend_area .inner_wrap_ ul li p { margin: 1em 0 0 0;}


/* ---------------------------
オフィシャルブログの特集
---------------------------- */
#lp_freshers #officialblog_area {
	position:relative;
    width: 1050px;
    margin: 0 auto;
    padding: 8em 0;
}

#lp_freshers #officialblog_area h2 {
    font-size: 3.5rem;
    font-weight: 700;
    font-family: 'Times New Roman', serif, sans-serif;
    margin: 0;
}
#lp_freshers #officialblog_area h2, #lp_freshers #officialblog_area h2+p { text-align: center;}

#lp_freshers #officialblog_area #blog_slider{
    margin: 3em 0 5em 0;
    text-align: center;
}

#lp_freshers #officialblog_area #blog_slider .swiper-slide {
    position: relative;
    width: 240px;
}

#lp_freshers #officialblog_area #blog_slider .swiper-slide .blog_box_ {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 240px;
    padding: 8px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 1.2rem;
    text-align: left;
}

#lp_freshers #officialblog_area #blog_slider .swiper-slide .blog_box_ a { color: #fff;}

#lp_freshers #btn_goto_top {
    margin-top: 60px;
    text-align: center;
}

#lp_freshers #btn_goto_top a {
    color: #333;
    text-decoration: underline;
}

#lp_freshers #btn_goto_top a:hover { text-decoration: none;}

#lp_freshers .btn_search_item {
    width: 600px;
    margin: 0 auto;
    text-align: center;
}
#lp_freshers .btn_search_item.size_s_ { width: 300px;}
#lp_freshers .btn_search_item a {
    position: relative;
    display: block;
    padding: 20px 30px 20px 20px;
    background-color: #333;
    color: #fff;
    font-size: 1.6rem;
}
#lp_freshers .btn_search_item a::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 65px;
    margin-top: -5px;
}
#lp_freshers .btn_search_item a:hover {
    text-decoration: none;
    opacity: 0.8;
}

/* スライダーのボタン */
#lp_freshers #officialblog_area .swiper-button-prev{
	position:absolute;
	top: 265px;
    left: -70px;
	z-index:1;
	width:60px;
	height: 160px;
	cursor: pointer;
	background: url(/img/lp/messika/btn_slider-prev.jpg) no-repeat center center;
}

#lp_freshers #officialblog_area .swiper-button-next{
	position:absolute;
	top: 265px;
    right: -70px;
	z-index:1;
	width: 60px;
	height: 160px;
	cursor: pointer;
	background: url(/img/lp/messika/btn_slider-next.jpg) no-repeat center center;
}





/************************************
ここからSP用CSS
************************************/
@media screen and (max-width: 560px) {
    #lp_freshers { font-size: 3.73vw; line-height: 1.7;}

    #lp_freshers #header_area_pc { display: none;}
    #lp_freshers #header_area_sp { display: block; margin: 0 0 3em 0;}

    #lp_freshers #read_area .ttl_read_ {
        margin: 0 0 1em 0;
        font-weight: bold;
        font-size: 4.2vw;
        text-align: center;
    }
    
    #lp_freshers #read_area .ttl_read_ > br { display: block;}

    #lp_freshers #read_area > p {
        margin: 0 0 3em 0;
        text-align: left;
        padding: 0 5%;
    }

    #lp_freshers img {
        width: 100%;
        height: auto;
        vertical-align: bottom;/* 画像の下にできる余白を削除 */
    }


/* ---------------------------
ナビゲーション
--------------------------- */
    #lp_freshers #nav_area {
        margin: 0 auto 3em auto;
        width: 90%;
    }

    #lp_freshers #nav_area ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0;
        padding: 0;
    }

    #lp_freshers #nav_area li { width: 48%; height:auto; margin: 0 0 1em 0;}
    #lp_freshers #nav_area li a { display: block; width: 100%; height: auto;}
    #lp_freshers #nav_area li a img {
        width: 100%;
        height: auto;
        opacity: 1;
        filter: alpha(opacity=100);
        -moz-opacity: ;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
    #lp_freshers #nav_area li a:hover img {
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

/* 各ナビのロールオーバー設定 */
    #lp_freshers #nav_area li a#recommended { background: url(/img/lp/freshers_b/nav_recommended_pc_on.jpg) 0 0 no-repeat;}
    #lp_freshers #nav_area li a#shopstaff {	background: url(/img/lp/freshers_b/nav_shopstaff_pc_on.jpg) 0 0 no-repeat;}
    #lp_freshers #nav_area li a#typeandfeature { background: url(/img/lp/freshers_b/nav_typeandfeature_pc_on.jpg) 0 0 no-repeat;}
    #lp_freshers #nav_area li a#simulator { background: url(/img/lp/freshers_b/nav_simulator_pc_on.jpg) 0 0 no-repeat;}


/* ---------------------------
各コンテンツの共通部分
--------------------------- */
    #lp_freshers .contents_area_ { margin: 3em 0;}

    #lp_freshers .contents_area_ h2 { text-align: center;}

    #lp_freshers .contents_area_ .txt_cntread_ {
        margin: 1em 0 2em;
        text-align: center;
        padding: 0 5%;
    }


/* ---------------------------
20万円以下で買えるブランド一覧
--------------------------- */
    #lp_freshers #to_recommend_brand { margin: 0 0 8em 0;}
    #lp_freshers #to_recommend_brand h2 {
        background-image: url(/img/lp/freshers_b/ttl_recommended.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 35%;
        text-align: center;
        font-size: 5.5vw;
        font-weight: 700;
        font-family: 'Noto serif Japanese', serif, sans-serif;
        padding: 20% 0 0 0;
        margin: 0;
    }

    #lp_freshers .brand_nav { width: 100%; margin: 0 auto 1em;}
    #lp_freshers .brand_nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 0 3em 0;
        padding: 0;
    }
    #lp_freshers .brand_nav ul li img { padding: 0 0 0.5em 0;}
    #lp_freshers .brand_nav ul li {
        width: 30%;
        height: auto;
        font-family: 'Times New Roman', serif, sans-serif;
        text-align: center;
    }
    #lp_freshers .brand_nav ul li span {
        display: block;
        font-size: 3vw;
        letter-spacing: normal;
        font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
        padding: 0.2em 0 0 0;
    }
    #lp_freshers .brand_nav ul li a {
        font-size: 5vw;
        color: #333;
        line-height: 1;
        letter-spacing: .05em;
        text-decoration: none;
    }
    #lp_freshers .brand_nav ul li a:hover { text-decoration: none; opacity: 0.7;}


/* ---------------------------
各ブランドごとのデザイン
--------------------------- */
    #lp_freshers .brand_wrap_ { padding: 40px 0;}
    #lp_freshers .bg_lightglay_ { background-color: #eee;}

    #lp_freshers .brand_wrap_ .inner_wrap_ {
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
        display: block;
    }

    #lp_freshers .brand_wrap_ .brand_img { width: 100%; margin: 0 0 1em 0;}

    #lp_freshers .brand_wrap_ .brand_info { width: 100%;}


/* 各ブランドの切替 */
    #lp_freshers .brand_wrap_ .main_brand_ {
        position: relative;
        width: 100%;
        /*height: auto;*/
        margin: 0 0 20px 0;
        background-color: #fff;
        border: 1px solid #999;
    }

    #lp_freshers .brand_wrap_ .main_brand_ li {
        width: 100%;
        height: auto;
        position: absolute;
        display: none;
        text-align: center;
    }
    #lp_freshers .brand_wrap_ .main_brand_ li img { 
    width: 100%; height: auto;
    /*20220107*/
    max-width:340px;
    }
    #lp_freshers .brand_wrap_ .main_brand_ li:first-child { display: block;}


/* サムネイル画像 */
    #lp_freshers .brand_wrap_ .thum_brand_ {
        display: flex;
        justify-content: space-between;
        text-align: center;
        width: 90%;
        margin: 0 auto;
    }

    #lp_freshers .brand_wrap_ .thum_brand_ li {
        display: inline-block;
        margin: 0 6px;
        border: 1px solid #999;
        cursor: pointer;
    }

    #lp_freshers .brand_wrap_ .thum_brand_ li:hover {
        filter: alpha(opacity=40);
        -ms-filter: "alpha(opacity=40)";/* IE6,7 */
        -moz-opacity: 0.4;/* IE8,9 */
        -khtml-opacity: 0.4;/* FF,Netscape */
        opacity: 0.4;/* Safari 1.x */
        text-decoration: none;
    }

    #lp_freshers .brand_wrap_ .thum_brand_ li.current {
        filter: alpha(opacity=40);
        -ms-filter: "alpha(opacity=40)";/* IE6,7 */
        -moz-opacity: 0.4;/* IE8,9 */
        -khtml-opacity: 0.4;/* FF,Netscape */
        opacity: 0.4;/* Safari 1.x */
        text-decoration: none;
    }



/* 各ブランド紹介 */
    #lp_freshers .brand_wrap_ .brand_info { position: relative; height: auto;}

    #lp_freshers .brand_wrap_ .brand_info .ttl_brand_ { display: none;}
    
    #lp_freshers .brand_wrap_ .ttl_brand_sp {
        display: block;
        overflow: hidden;
        padding: 0;
        margin: 0 0 0.5em 0;
        border-bottom: none;
        /*background-size: 10%;*/
    }
    
    #lp_freshers .brand_wrap_ .ttl_brand_sp h3 {
        display: block;
        font-size: 6vw;
        font-family: 'Times New Roman', serif, sans-serif;
        font-weight: bold;
        float: left;
        padding: 7px 0 0 0;
    }

    #lp_freshers .brand_wrap_ .ttl_brand_sp h3 span {
        font-size: 3.73vw;
        font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
        font-weight: normal;
        display: inline-block;
        margin-left: 15px;
        vertical-align: top;
        padding: 7px 0 0 0;
    }


/*#lp_freshers .brand_wrap_ .brand_info .ttl_brand_ .txt_date_ {
 padding: 10px 60px 0 0;
 font-size: 14px;
 float: right;
}*/

    #lp_freshers .brand_wrap_ .brand_info p { text-align: left; line-height: 1.6;}


/* 時計タイプのボタン */
#lp_freshers .brand_wrap_ .brand_info .btn_more {
    width: 155px;
    position: relative;
    margin: 2em auto 0;
    /*left: 0;
    bottom: 0;*/
}
#lp_freshers .brand_wrap_ .brand_info .btn_more a {
    position: relative;
    text-align: center;
    padding: 15px 30px 15px 15px;
    display: block;
    background-color: #333;
    color: #fff;
}
#lp_freshers .brand_wrap_ .brand_info .btn_more a::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -5px;
}
#lp_freshers .brand_wrap_ .brand_info .btn_more a:hover { opacity: 0.8; text-decoration: none;}




/* ---------------------------
スタッフ初めての相棒
--------------------------- */
    #lp_freshers #watch_partner {
        background-color: #333;
        color: #fff;
        padding: 3em 0;
    }

    #lp_freshers #watch_partner h2 {
        background-image: url(/img/lp/freshers_b/ttl_shopstaff.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 35%;
        text-align: center;
        font-size: 5.5vw;
        color: #fff;
        font-weight: 700;
        font-family: 'Noto serif Japanese', serif, sans-serif;
        padding: 20% 0 0 0;
        margin: 0;
    }
    #lp_freshers #watch_partner h2 > br { display: block;}
    #lp_freshers #watch_partner p.txt_cntread_ { margin: 2em 0 1em;}

    #lp_freshers #watch_partner .inner_wrap_ { width: 90%; margin: 0 auto; padding: 0;}
    #lp_freshers #watch_partner .episode_wrap_ { margin: 0;}
    #lp_freshers #watch_partner .episode_wrap_:last-child { margin: 0;}

    #lp_freshers #watch_partner .episode_wrap_ .episode_box_ { width: 100%;}
    #lp_freshers #watch_partner .episode_wrap_ .episode_box_ img { margin: 2em 0;}

    #lp_freshers #watch_partner .episode_wrap_ p { line-height: 1.8; text-align: left;}
    #lp_freshers #watch_partner .episode_wrap_ p+p { margin: 2em 0 0 0;}

    #lp_freshers #watch_partner .episode_wrap_ div .txt_staffname_ {
        display: inline-block;
        margin: 0 auto;
        padding: 8px 0;
        border-top: 1px solid #b1996b;
        border-bottom: 1px solid #b1996b;
    }


/* 各質問 */
    #lp_freshers #watch_partner .episode_wrap_ .q_box_ { margin: 2em 0 0 0;}
    #lp_freshers #watch_partner .episode_wrap_>.q_box_:first-child,
    #lp_freshers #watch_partner .episode_wrap_ div>.q_box_:first-child { margin: 2em 0 0 0;}

    #lp_freshers #watch_partner .episode_wrap_ .q_box_ h4 {
        font-size: 4.5vw;
        color: #b1996b;
        margin: 0 0 5px 0;
        text-align: left;
    }


/* ---------------------------
腕時計の種類と特長
---------------------------- */
    #lp_freshers .contents_area_ .watch_type_wrap_ {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #lp_freshers .contents_area_ h2.type {
        background-image: url(/img/lp/freshers_b/ttl_typeandfeature.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 35%;
        text-align: center;
        font-size: 5.5vw;
        font-weight: 700;
        font-family: 'Noto serif Japanese', serif, sans-serif;
        padding: 20% 0 0 0;
        margin: 0;
    }

    #lp_freshers .contents_area_ h2.simulator {
        background-image: url(/img/lp/freshers_b/ttl_simulator.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 35%;
        text-align: center;
        font-size: 5.5vw;
        font-weight: 700;
        font-family: 'Noto serif Japanese', serif, sans-serif;
        padding: 20% 0 0 0;
        margin: 4em 0 0 0;
    }

    #lp_freshers .contents_area_ h2.various {
        background-image: url(/img/lp/freshers_b/ttl_variousservices.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 35%;
        text-align: center;
        font-size: 5.5vw;
        font-weight: 700;
        font-family: 'Noto serif Japanese', serif, sans-serif;
        padding: 20% 0 0 0;
        margin: 4em 0 0 0;
    }

    #lp_freshers .contents_area_ h2.various > br { display: block;}

    #lp_freshers .contents_area_ .watch_type_wrap_ .type_box_ { width: 90%; margin: 0 auto 2em auto;}
        #lp_freshers .contents_area_ .watch_type_wrap_ .type_box_:last-child { width: 90%; margin: 0 auto;}
    #lp_freshers .contents_area_ .watch_type_wrap_ .type_box_ .txt_wrap_ { height: auto;}
    #lp_freshers .contents_area_ .watch_type_wrap_ .type_box_ img { margin: 0 0 1em 0;}
    #lp_freshers .contents_area_ .watch_type_wrap_ .type_box_ p { line-height: 1.6; text-align: left;}
    #lp_freshers .contents_area_ .watch_type_wrap_ .type_box_ .btn_list_ { position: relative; width: 155px; margin: 1.5em auto;}
    #lp_freshers .contents_area_ .watch_type_wrap_ .type_box_ .btn_list_ a {
        padding: 15px 30px 15px 15px;
        display: block;
        background-color: #333;
        color: #fff;
        text-align: center;
    }
    #lp_freshers .contents_area_ .watch_type_wrap_ .type_box_ .btn_list_ a::after {
        content: "";
        width: 8px;
        height: 8px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -5px;
    }
    #lp_freshers .contents_area_ .watch_type_wrap_ .type_box_ .btn_list_ a:hover { opacity: 0.8; text-decoration: none;}



/* ---------------------------
30万円
--------------------------- */

    #lp_freshers #btn_simulator {
	   width:70%;
	   height:auto;
	   margin:0 auto;
    }

    #lp_freshers #btn_simulator a{
	   display:block;
	   width:100%;
	   height:auto;
	   background:url(/img/lp/freshers/btn_simulator_pc_on.jpg) 0 0 no-repeat;
	   display:block;
    }

    #lp_freshers #btn_simulator a img{
        opacity: 1;
        filter: alpha(opacity=100);
        -moz-opacity: ;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    #lp_freshers #btn_simulator a:hover img{
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }



/* ---------------------------
各種サービス
--------------------------- */
#lp_freshers #list_ansin_service {
    width: 90%;
    margin: 2em auto 3em;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#lp_freshers #list_ansin_service li {
    width: 48%;
    height: auto;
    position: relative;
    background-color: #333;
    margin: 0 0 1em 0;
}
#lp_freshers #list_ansin_service li a {
    display: table-cell;
    /*width: 190px;
    height: 90px;*/
    text-align: center;
    vertical-align: middle;
    background-color: #333;
    color: #fff;
}
#lp_freshers #list_ansin_service li a:hover {
    opacity: 0.8;
    text-decoration: none;
}
#lp_freshers #list_ansin_service li a span { font-size: 2.5vw;}
#lp_freshers #list_ansin_service li::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    top: 82%;
    right: 48%;
    /*margin-top: -5px;*/
}
/*#lp_freshers #list_ansin_service li:hover { opacity: 0.8;}*/


/* ---------------------------
おすすめの特集
---------------------------- */
    #lp_freshers #recommend_area {
        background-color: #f2f1ef;
        padding: 3em 0;
        margin-top: 5em;
    }

    #lp_freshers #recommend_area .inner_wrap_ {
        width: 90%;
        margin: 0 auto;
    }

    #lp_freshers #recommend_area h2 {
        font-size: 8vw;
        line-height: 1.2;
        font-weight: 700;
        font-family: 'Times New Roman', serif, sans-serif;
        margin: 0;
    }
    #lp_freshers #recommend_area h2, #lp_freshers #recommend_area h2+p { text-align: center;}

    #lp_freshers #recommend_area .inner_wrap_ ul {
        margin-top: 2em;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #lp_freshers #recommend_area .inner_wrap_ ul li {
        width: 48%;
        text-align:center;
        margin: 0 0 1em 0;
    }

    #lp_freshers #recommend_area .inner_wrap_ ul li p { margin: 1em 0 0 0; font-size: 3.2vw;}


/* ---------------------------
オフィシャルブログの特集
---------------------------- */
    #lp_freshers #officialblog_area {
	   position:relative;
        width: 90%;
        margin: 0 auto;
        padding: 3em 0;
    }

    #lp_freshers #officialblog_area h2 {
        font-size: 8vw;
        line-height: 1.2;
        font-weight: 700;
        font-family: 'Times New Roman', serif, sans-serif;
        margin: 0;
    }
    #lp_freshers #officialblog_area h2, #lp_freshers #officialblog_area h2+p { text-align: center;}

    #lp_freshers #officialblog_area #blog_slider{
        margin: 3em 0;
        text-align: center;
    }

    #lp_freshers #officialblog_area #blog_slider .swiper-slide {
        position: relative;
        width: 240px;
    }

    #lp_freshers #officialblog_area #blog_slider .swiper-slide .blog_box_ {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 240px;
        padding: 8px;
        background-color: rgba(0, 0, 0, 0.7);
        color: #fff;
        font-size: 1.2rem;
        text-align: left;
    }

    #lp_freshers #officialblog_area #blog_slider .swiper-slide .blog_box_ a { color: #fff;}

    #lp_freshers #btn_goto_top {
        margin-top: 60px;
        text-align: center;
    }

    #lp_freshers #btn_goto_top a {
        color: #333;
        text-decoration: underline;
    }

    #lp_freshers #btn_goto_top a:hover { text-decoration: none;}

    #lp_freshers .btn_search_item {
        width: 600px;
        margin: 0 auto;
        text-align: center;
    }
    #lp_freshers .btn_search_item.size_s_ { width: 80%;}
    #lp_freshers .btn_search_item a {
        position: relative;
        display: block;
        padding: 20px 30px 20px 20px;
        background-color: #333;
        color: #fff;
        font-size: 1.6rem;
    }
    #lp_freshers .btn_search_item a::after {
        content: '';
        width: 8px;
        height: 8px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 10%;
        margin-top: -5px;
    }
    #lp_freshers .btn_search_item a:hover {
        text-decoration: none;
        opacity: 0.8;
    }

/* スライダーのボタン */
    #lp_freshers #officialblog_area .swiper-button-prev{ display: none;}
    #lp_freshers #officialblog_area .swiper-button-next{ display: none;}
}