/* --------------- ipad pro --------------- */
@media(max-width: 1024px){
  .wrap{
    width: 100%;
    padding: 0 10px;
  }
  header .wrap{
    padding: 20px 15px;
  }
  #sidebar{
    right: 10px;
  }
  section.wrap{
    padding: 50px 10px;
  }
  .left_contents{
    max-width: 670px;
    width: 67%;
  }
  .recommend_item{
    margin: 20px 0.58% 0;
  }
  .promotion_item{
    margin: 30px 1.4% 0;
  }
  .top_flowers .right_contents{
    max-width: 300px;
    width: 29.3%;
  }
  .top_flowers .right_contents p{
    font-size: 1.4rem;
  }
  
  #sidebar{
    max-width: 300px;
    width: 29.3%;
  }
  .side_new_release_item .left{
    max-width: 140px;
    width: 49%;
  }
  .side_new_release_item .right{
    width: 50%;
  }
  .side_new_release_item .buy_link_group{
    display: block;
    width: 90%;
  }
  .side_new_release_item .buy_link_group li,
  .side_new_release_item .buy_link_group li a{
    width: 100%;
  }
  .foot_nav{
    padding: 50px 0;
  }
  
  .f_member_item{
    margin: 30px 1.3% 0;
  }
  .backnumber_item{
    margin: 30px 7% 0;
  }
}



/* --------------- ipad --------------- */
@media(max-width: 768px){
  #wpadminbar{
    display: none;
  }
  .wrap{
    padding: 0 15px;
  }
  header > .wrap{
    display: none;
  }
  .sp_header{
    z-index: 100;
  }
  .sp_header.active:before{
    z-index: 200;
  }
  .sp_gnav{
    z-index: 300;
  }
  .hbg_position{
    z-index: 400;
  }
  html.active{
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  header .sp_header{
    display: block;
    width: 100%;
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.95);
  }
  .sp_header:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(112,112,112,0.45);
    opacity: 0;
    visibility: hidden;
  }
  .sp_header.active:before{
    opacity: 1;
    visibility: visible;
  }
  header .sp_header .head_logo{
    max-width: 230px;
    width: 30%;
    margin: 0 auto;
  }
  .sp_loupe_btn{
    display: block;
    width: 35px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .sp_loupe_btn img{
    width: 100%;
    height: auto;
  }
  .sp_search_window{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%);
    background: rgba(255, 244, 253,0.95);
    padding: 20px 25px;
    opacity: 0;
    visibility: hidden;
  }
  .sp_search_window.active{
    opacity: 1;
    visibility: visible;
  }
  .sp_search_window input{
    width: 100%;
    padding: 10px;
    border: solid 1px #FF9DD5;
  }
  .sp_search_window input::placeholder{
    color: #BAB7B7;
  }
  .sp_search_window button{
    display: none;
  }
  .hbg_position{
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 45px;
    height: 30px;
  }
  .hbg_position p{
    font-size: 1.2rem;
    color: #EB2A99;
    letter-spacing: 0.1em;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #EB2A99;
    border-radius: 2px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 13px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(13px) rotate(-30deg);
    transform: translateY(13px) rotate(-30deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-13px) rotate(30deg);
    transform: translateY(-13px) rotate(30deg);
  }
  .sp_gnav{
    width: 77%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    transform: translateX(-100%);
    z-index: 200;
  }
  .sp_gnav.active{
    transform: translate(0);
  }
  .sp_gnav_contents{
    height: calc(100% - 97px);
    overflow: scroll;
    padding: 0 20px;
  }
  .sgc_logo{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: solid 1px #EB2A99;
    position: relative;
    margin-bottom: 2px;
  }
  .sgc_logo:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: -3px;
    left: 0;
    background: #EB2A99;
  }
  .sgc_logo a{
    display: block;
    max-width: 150px;
    width: 20%;
  }
  .sgc_logo a img{
    width: 100%;
    height: auto;
  }
  .hbg_nav_list{
    position: relative;
    margin-bottom: 20px;
  }
  .hbg_nav_list li{
    border-bottom: solid 1px #EB2A99;
  }
  .hbg_nav_list li a{
    display: block;
    width: 100%;
    padding: 25px 10px;
    line-height: 1;
    font-size: 1.6rem;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    color: #EB2A99;
    position: relative;
  }
  .hbg_nav_list li a:before{
    content: '';
    position: absolute;
    width: 12px;
    height: 17px;
    background: url(../images/icon/btn_arrow_pink.svg)no-repeat;
    background-size: contain;
    background-position: center;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .h_follow_us{
    font-size: 2rem;
    font-family: 'Elsie Swash Caps', cursive;
    font-weight: bold;
    color: #4d4d4d;
    position: relative;
    padding: 8px 0 0 18px;
    margin-bottom: 15px;
  }
  .h_follow_us:before{
    position: absolute;
    content: '';
    background: url(../images/icon/icon_heart.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 33px;
    height: 33px;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .sp_gnav_contents .sns_list{
    display: block;
    margin: 0 0 50px 10px;
  }
  
  /* index */
  #main{
    min-height: auto;
  }
  .left_contents{
    width: 100%;
    max-width: none;
  }
  .section_mv.wrap{
    width: 100%;
    padding: 0;
  }
  #sidebar{
    display: none;
  }
  .sp_under_nav{
    margin: 15px 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .sp_under_nav li{
    width: 25%;
    position: relative;
  }
  .sp_under_nav li:before{
    position: absolute;
    content: '';
    width: 1px;
    height: 1em;
    background: #EB2A99;
    top: 50%;
    left: 0;
    transform: translate(-50%,-50%);
  }
  .sp_under_nav li:nth-of-type(1):before,
  .sp_under_nav li:nth-of-type(5):before{
    display: none;
  }
  .sp_under_nav li a{
    display: block;
    padding: 12px 0;
    text-align: center;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #EB2A99;
  }
  .sp_under_nav li a.fasion{
    color: #EF73BA !important;
  }
  .sp_under_nav li a.beauty{
    color: #D8D800 !important;
  }
  .sp_under_nav li a.lifestyle{
    color: #47B160 !important;
  }
  .sp_under_nav li a.love{
    color: #E83939 !important;
  }
  .sp_under_nav li a.trip{
    color: #74F5D2 !important;
  }
  .sp_under_nav li a.entame{
    color: #F7EF1C !important;
  }
  .sp_under_nav li a.fortune{
    color: #D62ADD !important;
  }
  .sp_under_nav li a.news{
    color: #639CEA !important;
  }
  .sp_under_nav li a:hover{
    background: #EB2A99;
    color: #fff;
  }
  .sp_news_rank{
    display: block;
    padding-bottom: 30px;
  }
  .tab-group{
    display: flex;
    justify-content: center;
    border-bottom: solid 8px #FFEAFB;
  }
  .tab{
    flex-grow: 1;
    padding: 15px 0;
    text-align:center;
    cursor:pointer;
    border-radius: 15px 15px 0 0;
  }
  .tab .fpink_head{
    margin-bottom: 0;
  }
  .panel-group{
    border-top:none;
  }
  .panel{
    display:none;
  }
  .tab.is-active{
    background: #EB2A99;
    transition: all 0.2s ease-out;
  }
  .tab.is-active .fpink_head,
  .tab.is-active .fpink_head:first-letter,
  .tab.is-active .fpink_head b,
  .tab.is-active .fpink_head span{
    color: #fff;
  }
  .tab .fpink_head span{
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-size: 1.4rem;
  }
  .panel.is-show{
    display:block;
  }
  .pc_topnews{
    display: none;
  }
  .sp_news_rank .picup_item,
  .sp_news_rank .news_item{
    padding: 20px 10px;
    border-top: none;
    border-bottom: solid 0.5px #ccc;
  }
  .sp_news_rank .news_item .n_thumb,
  .sp_news_rank .picup_item .p_u_left{
    width: 21.6%;
    padding-bottom: 21.6%;
    height: auto;
  }
  .sp_news_rank .news_item .n_right,
  .sp_news_rank .picup_item .p_u_right{
    width: 76.4%;
    padding-top: 15px;
  }
  .sp_news_rank .news_item .n_right .category a,
  .sp_news_rank .picup_item .p_u_right .category a{
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #4d4d4d;
    font-size: 1.6rem;
  }
  .sp_news_rank .news_item .n_right .tieup,
  .sp_news_rank .picup_item .p_u_right .tieup{
    width: 29px;
    height: 14px;
  }
  .sp_news_rank .news_item .n_right h3,
  .sp_news_rank .picup_item .p_u_right h3{
    font-weight: normal;
    margin-top: 5px;
    height: 75px;
    overflow: hidden;
    line-height: 1.5em;
  }
  .sp_news_rank .news_item .n_right h3 a,
  .sp_news_rank .picup_item .p_u_right h3 a{
    font-size: 1.8rem;
  }
  .sp_news_rank .news_item:nth-of-type(1):before,
  .sp_news_rank .news_item:nth-of-type(2):before,
  .sp_news_rank .news_item:nth-of-type(3):before{
    width: 50px;
    height: 50px;
  }
  .sp_news_rank .picup_item:nth-of-type(1) .p_u_left:before,
  .sp_news_rank .picup_item:nth-of-type(2) .p_u_left:before,
  .sp_news_rank .picup_item:nth-of-type(3) .p_u_left:before,
  .sp_news_rank .picup_item:nth-of-type(4) .p_u_left:before,
  .sp_news_rank .picup_item:nth-of-type(5) .p_u_left:before{
    border-width: 50px 50px 0 0;
  }
  .sp_news_rank .picup_item:nth-of-type(1) .p_u_left:after,
  .sp_news_rank .picup_item:nth-of-type(2) .p_u_left:after,
  .sp_news_rank .picup_item:nth-of-type(3) .p_u_left:after,
  .sp_news_rank .picup_item:nth-of-type(4) .p_u_left:after,
  .sp_news_rank .picup_item:nth-of-type(5) .p_u_left:after{
    top: -12px;
    left: -11px;
    width: 50px;
    height: 32px;
  }
  a.more_btn{
    font-size: 2rem;
  }
  a.more_btn:before{
    opacity: 1;
    width: 40px;
    height: 40px;
    top: -13px;
  }
  #sp_sidebar{
    display: block;
  }
  .pink_back,
  .top_pr,
  .top_flowers{
    display: none;
  }
  #sp_sidebar .pink_back,
  #sp_sidebar .top_pr,
  #sp_sidebar .top_flowers{
  display: block;
  }
  
  #sp_sidebar .side_special{
    background: #F094C9;
  }
  #sp_sidebar .side_special .h_special{
    font-size: 2.8rem;
  }
  #sp_sidebar ul.banner_list{
    padding: 0 15px;
  }
  #sp_sidebar #media_gallery-2{
    border: solid 1px #fff;
  }
  #sp_sidebar .banner_list dl{
    border: none;
    margin: 0;
  }
  #gallery-2{
    display: none;
    opacity: 0;
    transition: opacity .3s linear;
  }
  #gallery-2.slick-initialized{
    opacity: 1;
    display: block;
  }
  .recommend_shelf{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .recommend_item{
    width: 49%;
    margin: 20px 0 0;
    display: block;
  }
  .recommend_item:nth-of-type(3){
    margin-top: 20px;
  }
  
  .promotion_item{
    display: flex;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
  }
  .promotion_item .p_thumb{
    width: 50%;
    padding-bottom: 32.5%;
    margin: 0;
  }
  .p_i_text{
    width: 50%;
    padding: 10px;
    position: relative;
  }
  .promotion_item .p_i_text .date{
    position: absolute;
    left: 10px;
    bottom: 10px;
  }
  .top_flowers{
    background: #fff;
  }
  .top_flowers:before{
    background: url(../images/pic/flowres_back_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.7;
  }
  .h_flowers img{
    display: none;
  }
  .h_flowers img.h_flowers_white{
    display: block;
  }
  .top_flowers .right_contents{
    max-width: none;
    width: 100%;
    padding: 20px;
  }
  .top_flowers .right_contents h3,
  .top_flowers .right_contents h3 span{
    font-size: 2.6rem;
  }
  .top_flowers .right_contents li:last-of-type{
    margin-bottom: 0;
  }
  .side_youtube{
    position: relative;
    margin: 20px 0;
    padding: 30px 15px;
  }
  .yotube_window{
    position: relative;
    padding-bottom: 54%;
  }
  .yotube_window iframe{
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  section.side_new_release{
    padding: 15px;
    background: #FFEAFB;
    margin-bottom: 30px;
  }
  .side_new_release_item{
    padding: 10px;
  }
  .side_new_release_item .left{
    widows: 50%;
    max-width: none;
  }
  .side_new_release_item .right h2 img{
    max-width: 300px;
    width: 86%;
  }
  .side_new_release_item .right h3 img{
    max-width: 160px;
    width: 46%;
  }
  .side_new_release_item .right p{
    font-size: 1.6rem;
  }
  .buy_link_group li a{
    padding: 4% 4px;
    font-size: 1.4rem;
  }
  section.side_hotword{
    position: relative;
    width: calc(100% - 30px);
    margin: 0 auto;
    border-top: solid 1px #4d4d4d;
    padding: 0 0 5px;
  }
  section.information{
    padding: 50px 15px;
  }
  .foot_nav{
    display: none;
  }
  .footer_nav_sp{
    display: block;
  }
  .sp_fn_top{
    background: #FFF4FD;
    padding: 30px 15px 15px;
  }
  .sp_fn_top h2{
    margin-bottom: 20px;
  }
  .sp_fn_top h2 img{
    width: 41%;
    height: auto;
    margin: 0 auto;
  }
  .sp_fn_top ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 560px;
    margin: 0 auto;
  }
  .sp_fn_top ul li{
    margin: 0 10px 15px;
  }
  .sp_fn_top ul li a{
    color: #EB2A99;
    font-size: 1.4rem;
    font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-weight: bold;
  }
  .sp_fn_foot{
    padding: 30px 15px 0;
    background: #EB2A99;
  }
  .sp_fn_foot h2{
    margin-bottom: 18px;
  }
  .sp_fn_foot h2 img{
    width: 41%;
    height: auto;
    margin: 0 auto;
  }
  .sp_fn_foot p{
    color: #fff;
    text-align: center;
    font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-weight: bold;
  }
  .sp_fn_foot .sns_list{
    margin: 18px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sp_fn_foot .sns_list li{
    margin: 0 15px;
    display: block;
  }
  .coppyright{
    padding: 15px 0;
  }
  
  /* 広告掲載・お問い合わせ */
  .page_contact #sp_sidebar .pink_back,
  .page_contact #sp_sidebar .top_pr,
  .page_contact #sp_sidebar .top_flowers{
    display: none;
  }
  .page_contact section.contact{
    margin-bottom: 50px;
  }
  
  /* プライバシーポリシー */
  .page_privacypolicy #sp_sidebar .pink_back,
  .page_privacypolicy #sp_sidebar .top_pr,
  .page_privacypolicy #sp_sidebar .top_flowers{
    display: none;
  }
  
  /* Flowresメンバー紹介 */ 
  .page_flowers #sp_sidebar .top_flowers{
    display: none;
  }
  .f_member_item{
    padding: 4% 3% 3%;
    margin: 30px 1.1% 0;
  }
  
  /* 最新ニュース一覧 */
  .page_newarticle #sp_sidebar .top_flowers{
    display: none;
  }
  
  /* 最新ニュース詳細 */
  .page_single_newarticle #sp_sidebar .top_flowers{
    display: none;
  }
  
  /* 最新号一覧 */
  .page_new_release #sp_sidebar .top_flowers,
  .page_new_release #sp_sidebar .side_new_release{
    display: none;
  }
  .page_new_release #sp_sidebar .top_pr{
    padding-bottom: 0;
  }
  .large_new_release .side_new_release_item .right{
    width: 50%;
    margin-top: 0;
  }
  .large_new_release .buy_link_group{
    margin-top: 10px;
  }
  .large_new_release .buy_link_group li a{
    padding: 7px;
  }
  .sp_gnav_contents{
    height: calc(100% - 67px);
  }
  
  /* ギャラリー */
  .gallery_thumb{
    padding-bottom: 64.93%;
    height: auto;
  }
  .gallery_slide{
    opacity: 1;
    display: block;
    height: auto;
    overflow: auto;
  }
  .gallery_ad{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .gallery_ad p{
    font-size: 1.4rem;
    display: block;
    width: 80%;
    position: relative;
    text-align: center;
    margin: 0 auto 20px;
  }
  .gallery_ad:before {
    position: absolute;
    content: '';
    background: #4d4d4d;
    height: 1px;
    width: 80%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .gallery_ad p:before, .gallery_ad p:after {
    position: absolute;
    content: '';
    width: 30%;
    height: 1px;
    background: #4d4d4d;
    top: 50%;
    transform: translateY(-50%);
  }
  .gallery_ad p:before{
    left: 0;
  }
  .gallery_ad p:after{
    right: 0;
  }
  .gallery_ad .ad_tag {
    display: table;
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
  }
  .gallery_slide_item{
    padding-bottom: 64.93%;
    margin-bottom: 30px;
    height: auto;
  }
  
  
  .sp_gallery_slide{
    display: block;
  }
  .gallery_thumb{
    position: relative;
    margin-bottom: 30px;
  }
  .start_btn_position{
    top: auto;
    transform: none;
    bottom: 40px; 
  }
  a.start_btn{
    pointer-events: none;
    padding: 15px 35px 15px 15px;
  }
  a.start_btn img{
    display: none;
  }
  a.start_btn:hover{
    opacity: 1;
  }
  .sp_g_ad{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .sp_g_ad:before{
    position: absolute;
    content: '';
    background: #4d4d4d;
    height: 1px;
    width: 80%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .sp_g_ad p{
    font-size: 1.4rem;
    display: block;
    width: 80%;
    position: relative;
    text-align: center;
    margin: 0 auto 20px;
  }
  .sp_g_ad p:before,
  .sp_g_ad p:after{
    position: absolute;
    content: '';
    width: 30%;
    height: 1px;
    background: #4d4d4d;
    top: 50%;
    transform: translateY(-50%);
  }
  .sp_g_ad p:before{
    left: 0;
  }
  .sp_g_ad p:after{
    right: 0;
  }
  .sp_g_ad .ad_tag{
    width: 75%;
    max-width: 550px;
    margin: 0 auto;
  }
  .sp_gallery_slide .gallery_slide_item{
    margin-bottom: 30px;
  }


}



/* --------------- Smartphone --------------- */
@media(max-width: 540px){
  .main_slider.pc_slider{
    display: none !important;
  }
  .main_slider.sp_slider.slick-initialized{
    display: block !important;
  }
  
  header .sp_header .head_logo{
    width: 40%;
  }
  header .sp_header{
    padding: 12px 0;
  }
  .menu-trigger{
    width: 33px;
    height: 22px;
  }
  .menu-trigger span{
    height: 2px;
    border-radius: 0;
  }
  .menu-trigger span:nth-of-type(2){
    top: 10px;
  }
  .hbg_position p{
    font-size: 1.1rem;
    letter-spacing: normal;
  }
  .sp_loupe_btn{
    width: 29px;
  }
  .menu-trigger.active span:nth-of-type(1){
    -webkit-transform: translateY(10px) rotate(-30deg);
    transform: translateY(10px) rotate(-30deg);
  }
  .menu-trigger.active span:nth-of-type(3){
    -webkit-transform: translateY(-10px) rotate(30deg);
    transform: translateY(-10px) rotate(30deg)
  }
  .sgc_logo a{
    width: 40%;
  }
  .hbg_nav_list li a{
    padding: 20px 10px;
  }
  .sp_search_window{
    padding: 10px 25px;
  }
  .sp_search_window input{
    font-size: 1.4rem;
    padding: 7px 10px;
  }

  
  
  /* index */
  .main_slider .slide_item .pink_band{
    padding: 8px 20px;
    bottom: 20px;
  }
  .main_slider .slide_item .pink_band .category{
    margin-bottom: 2px;
  }
  .main_slider .slide_item .pink_band .category a{
    font-size: 1.4rem;
  }
  .main_slider .slide_item .pink_band .title a{
    font-size: 1.6rem;
  }
  .main_slider .slide_item .pink_band .tieup{
    width: 28px;
    height: 13px;
  }
  .sp_news_rank .news_item .n_right .tieup,
  .sp_news_rank .picup_item .p_u_right .tieup{
    width: 24px;
    height: 12px;
  }
  .recommend_item .category{
    margin-right: 5px;
  }
  .recommend_item .date{
    margin: 0;
  }
  .recommend_item .tieup{
    margin-left: 5px;
    width: 24px;
    height: 12px;
  }
  .page_newarticle .news_item .n_right .tieup{
    margin-left: 5px;
    width: 24px;
    height: 12px;
  }
  
  
  .sp_under_nav{
    margin: 14px 0 16px;
  }
  .sp_under_nav li a{
    font-size: 1.4rem;
    padding: 10px 0;
  }
  .tab .fpink_head,
  .fpink_head b{
    font-size: 2.1rem;
  }
  .tab .fpink_head span{
    font-size: 1.1rem;
    margin-top: 4px;
  }
  .tab{
    padding: 10px 0;
  }
  .sp_news_rank .picup_item,
  .sp_news_rank .news_item{
    padding: 10px 5px;
  }
  .sp_news_rank .news_item .n_thumb,
  .sp_news_rank .picup_item .p_u_left{
    width: 28%;
    padding-bottom: 28%;
    margin: 0;
  }
  .sp_news_rank .news_item .n_right,
  .sp_news_rank .picup_item .p_u_right{
    width: 72%;
    padding: 0 0 0 10px;
  }
  .news_item .n_right .category{
    vertical-align: top;
    margin-right: 10px;
  }
  .sp_news_rank .news_item .n_right .category a,
  .sp_news_rank .picup_item .p_u_right .category a{
    font-size: 1.4rem;
  }
  .sp_news_rank .news_item .n_right p{
    font-size: 1rem;
  }
  .sp_news_rank .news_item .n_right h3,
  .sp_news_rank .picup_item .p_u_right h3,
  .sp_news_rank .news_item .n_right h3 a,
  .sp_news_rank .picup_item .p_u_right h3 a{
    font-size: 1.4rem;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "verdana", sans-serif;
    color: #5C5C5C;
  }
  .sp_news_rank .news_item .n_right h3,
  .sp_news_rank .picup_item .p_u_right h3{
    height: 66px;
    margin-top: 2px;
  }
  .sp_news_rank .news_item:nth-of-type(1):before,
  .sp_news_rank .news_item:nth-of-type(2):before,
  .sp_news_rank .news_item:nth-of-type(3):before{
    width: 40px;
    height: 40px;
    top: 2px;
    left: -5px;
  }
  .sp_news_rank .picup_item:nth-of-type(1) .p_u_left:before,
  .sp_news_rank .picup_item:nth-of-type(2) .p_u_left:before,
  .sp_news_rank .picup_item:nth-of-type(3) .p_u_left:before,
  .sp_news_rank .picup_item:nth-of-type(4) .p_u_left:before,
  .sp_news_rank .picup_item:nth-of-type(5) .p_u_left:before{
    border-width: 40px 40px 0 0;
  }
  .sp_news_rank .picup_item:nth-of-type(1) .p_u_left:after,
  .sp_news_rank .picup_item:nth-of-type(2) .p_u_left:after,
  .sp_news_rank .picup_item:nth-of-type(3) .p_u_left:after,
  .sp_news_rank .picup_item:nth-of-type(4) .p_u_left:after,
  .sp_news_rank .picup_item:nth-of-type(5) .p_u_left:after{
    top: -7px;
    left: -10px;
    width: 40px;
    height: 22px;
  }
  .sp_sl_wrap{
    display: block;
    position: relative;
  }
  
  @font-face {
    /*フォントの名前*/
    font-family: "snellroundhand";
    /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
    src: url("../font/AnyConv.com__SnellRoundhand-Bold-02.woff") format("woff")
  }
  .calendar_position{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
  }
  .calendar_in{
    position: relative;
    width: 75px;
    height: 86px;
    padding: 5px 0;
    background: rgba(255,244,253,0.8);
  }
  .calendar_in:before,
  .calendar_in:after{
    position: absolute;
    content: '';
    background: url(../images/icon/cl_material.svg)no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    padding-bottom: 8%;
  }
  .calendar_in:before{
    top: 0;
    left: 0;
  }
  .calendar_in:after{
    bottom: 0;
    left: 0;
    transform: scale(-1);
  }
  .calendar_in .month,
  .calendar_in .day,
  .calendar_in .c_week p
  {
    font-family: 'snellroundhand', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    line-height: 1;
  }
  .calendar_in .month{
    font-size: 2.7rem;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    text-align: center;
  }
  .calendar_in .day{
    font-size: 3.4rem;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 40px;
    text-align: center;
  }
  .calendar_in .c_week p{
    font-size: 1.4rem;
    color: #EB2A99;
    text-align: center;
  }
  .c_date{
    width: 82%;
    height: 56px;
    margin: 0 auto;
    position: relative;
  }
  .c_date:before{
    position: absolute;
    content: '';
    background: #4d4d4d;
    width: 1px;
    height: 48px;
    top: 4px;
    left: 26px;
    transform: rotate(50deg);
  }
  .calendar_in .month,
  .calendar_in .day{
    display: table;
    letter-spacing: -0.02em;
  }
  .calendar_in .c_week{
    margin-top: 2px;
  }
  #sp_sidebar .side_special{
    padding: 5px 0 15px;
  }
  #sp_sidebar .side_special .h_special{
    margin-bottom: 7px;
  }
  .pink_back{
    padding: 30px 0;
  }
  .h_recommend{
    margin-bottom: 20px;
  }
  .h_recommend img{
    width: 197px;
  }
  .recommend_item{
    margin: 15px 0 0 !important;
    min-height: 224px;
  }
  .recommend_item:nth-of-type(1),
  .recommend_item:nth-of-type(2){
    margin: 0 !important;
  }
  .recommend_item ins{
    height: 210px;
  }
  .recommend_item .title{
    line-height: 1.2em;
    height: 60px;
  }
  .recommend_item .title a{
    font-size: 1.2rem;
  }
  .recommend_item .category a{
    font-size: 1.3rem;
  }
  .recommend_item .date{
    font-size: 1rem;
  }
  #sp_sidebar .top_pr{
    padding: 30px 15px;
  }
  .h_promotion{
    margin-bottom: 20px;
  }
  .h_promotion img{
    width: 218px;
  }
  .promotion_item:last-of-type{
    margin: 0;
  }
  .promotion_item .p_thumb{
    padding-bottom: 34.5%;
  }
  .p_i_text{
    padding: 7px 5px;
  }
  .promotion_item .title{
    line-height: 1.2em;
    height: 80px;
  }
  .promotion_item .title a{
    font-size: 1.3rem;
  }
  .promotion_item .p_i_text .date{
    font-size: 1rem;
    left: 7px;
    bottom: 6px;
  }
  #sp_sidebar .top_flowers .wrap{
    padding: 30px 15px;
  }
  .h_flowers{
    margin-bottom: 11px;
  }
  .h_flowers img{
    width: 190px;
    margin: 0 auto;
  }
  .h_youtube{
    margin-bottom: 20px;
  }
  .h_youtube img{
    width: 223px;
  }
  .side_new_release_item{
    padding: 8px;
  }
  .side_new_release_item .right h3{
    margin: 4px 0;
  }
  .side_new_release_item .right p{
    font-size: 1.3rem;
  }
  .side_new_release_item .buy_link_group{
    width: 77%;
  }
  .side_new_release_item .buy_link_group li a{
    font-size: 1.1rem;
  }
  .side_tag_group{
    max-height: 190px;
  }
  .side_tag_group li a{
    font-size: 1.1rem;
  }
  section.information{
    padding: 40px 15px;
  }
  .info_item .date{
    font-size: 1.4rem;
    margin-bottom: 2px;
  }
  .btn_infoall{
    margin: 25px auto 0;
  }
  .sp_fn_top h2 img{
    width: 60%;
  }
  .sp_fn_top ul li{
    line-height: 1;
  }
  .sp_fn_top ul li a{
    font-size: 1.3rem;
  }
  .coppyright small{
    font-size: 1.1rem;
  }
  
  
  /* お知らせ一覧 */
  .breadcrumb{
    margin-top: 6px;
  }
  section.newarticle{
    padding: 25px 0 30px;
  }
  .fpink_head{
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
  .fpink_head span{
    margin-top: 5px;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "verdana", sans-serif;
  }
  .page_newarticle .news_item{
    padding: 15px 0;
  }
  .page_newarticle .news_item .n_thumb{
    width: 44%;
    padding-bottom: 44%;
    max-width: 150px;
    max-height: 150px;
  }
  .page_newarticle .news_item .n_right{
    width: 56%;
    padding: 8px 5px 0 15px; 
  }
  .page_newarticle .news_item .n_right p{
    font-size: 1.2rem;
  }
  .page_newarticle .news_item .n_right .category a{
    font-size: 1.3rem;
  }
  .page_newarticle .news_item .n_right p.date{
    font-size: 1rem;
  }
  .page_newarticle .news_item .n_right h3{
    font-size: 1.45rem;
    height: 92px;
    margin-top: 1px;
  }
  .page_newarticle .news_item .n_right h3 a{
    font-weight: bold;
    font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "verdana", sans-serif;
    color: #5C5C5C;
  }
  .page_newarticle .news_item:nth-of-type(1):before,
  .page_newarticle .news_item:nth-of-type(2):before,
  .page_newarticle .news_item:nth-of-type(3):before{
    width: 45px;
    height: 45px;
    top: 4px;
    left: -9px;
  }
  .page_newarticle .news_item.info_a_item{
    padding: 15px 30px;
  }
  .tag-information #sp_sidebar section.side_hotword{
    margin-bottom: 30px;
  }
  .wp-pagenavi{
    margin-top: 20px;
  }
  .wp-pagenavi a, .wp-pagenavi span{
    font-size: 1.4rem;
    width: 18px;
    height: 18px;
    margin: 0 2px !important;
  }
  .wp-pagenavi span.current{
    font-size: 1.5rem;
  }
  .wp-pagenavi a.nextpostslink:before,
  .wp-pagenavi a.previouspostslink:before{
    width: 7px;
    height: 9px;
  }
  .wp-pagenavi a.last,
  .wp-pagenavi a.first{
    margin: 0 3px !important;
  }
  .wp-pagenavi a.last:before,
  .wp-pagenavi a.first:before{
    width: 9px;
    height: 9px;
  }
  
  /* ニュース詳細 */
  .single_wrap{
    padding: 0;
  }
  .page_single_newarticle .breadcrumb,
  .single_na{
    padding: 0 15px;
  }
  .single_na_thumb{
    padding-bottom: 80%;
  }
  .s_pink_band ul li,
  .s_pink_band ul li a{
    font-size: 1.2rem;
  }
  .s_pink_band .title{
    font-size: 1.6rem;
    margin-top: 3px;
  }
  .s_pink_band{
    padding: 8px 15px;
    bottom: 18px;
  }
  
  /* 記事内容 */
  .single_contents p{
    font-size: 1.4rem;
  }
  .productInfo{
    font-size: 1.3rem;
  }
  .single_contents h2{
    font-size: 1.8rem;
  }
  .single_contents .wp-caption,
  .single_contents img{
    max-width: 100%;
  }
  .addtoany_share_save_container.addtoany_content.addtoany_content_bottom{
    margin: 40px 0 0;
  }
  .single_contents .left_pink:before{
    height: calc(100% - 14px);
  }
  .single_contents .pink_h3{
    font-size: 1.6rem;
  }
  .single_contents .heart_icon{
    font-size: 1.7rem;
  }
  .single_contents .pink_border_h3{
    font-size: 1.5rem;
  }
  .single_contents .pink_border_h3:before{
    width: calc(100vw - 30px);
  }
  .single_contents .check_ul li{
    font-size: 1.4rem;
  }
  .single_taglist .side_tag_group li{
    margin: 5px 10px 5px 0;
  }
  #autoload{
    height: 0;
  }
  
  /* お問い合わせ */
  .advertisement{
    padding: 25px 0 30px;
  }
  .lower_page .fpink_head{
    margin-bottom: 20px;
  }
  .page_contact section.advertisement p,
  .page_contact section.contact p,
  .page_privacypolicy .privacypolicy p,
  .pp_ul li,
  .post-263 .privacypolicy ul li{
    font-size: 1.4rem;
  }
  .page_contact section.contact{
    margin-bottom: 30px;
  }
  .privacypolicy{
    padding: 25px 0 15px;
  }
  .normal_h3{
    font-size: 1.8rem;
  }
  .page_privacypolicy .table{
    margin: 30px auto 0;
  }
  .page_privacypolicy .table .tr{
    margin-bottom: 15px;
  }
  .page_privacypolicy .table .tr:last-of-type{
    margin: 0;
  }
  .page_privacypolicy .table .tr .th,
  .page_privacypolicy .table .tr .td{
    width: 100%;
    padding: 0;
  }
  .page_privacypolicy .table .tr .th{
    font-size: 1.4rem;
    padding: 5px 0;
    font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-weight: bold;
  }
  .post-263 .privacypolicy{
    padding: 25px 0 0;
  }
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.name, input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.kana, input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.age, input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.birth, input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.job, input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.location, input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.e_mail, input.wpcf7-form-control.wpcf7-text.line_id, textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.t_area{
    padding: 3px 5px;
  }
  
  /* flowers */
  .page_flowers .under_flowers{
    padding: 25px 0 30px;
  }
  .page_flowers .h_flowers img{
    display: block;
    width: 150px;
  }
  .page_flowers .h_flowers{
    margin-bottom: 20px;
  }
  .h_g_text{
    margin: 15px 0 0;
  }
  .h_g_text p{
    font-size: 1.4rem;
  }
  .f_member_shelf{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .f_member_item{
    margin: 20px 0 0;
    width: 48%;
    display: block;
  }
  .f_member_item dd{
    margin-top: 12px;
  }
  
  /* 最新号紹介 */
  .page_new_release .new_release{
    padding: 25px 0 30px;
  }
  .page_new_release .new_release .large_new_release .side_new_release_item{
    flex-wrap: wrap;
    padding: 20px;
  }
  .page_new_release .new_release .large_new_release .side_new_release_item .left{
    width: 100%;
    max-width: none;
  }
  .page_new_release .new_release .large_new_release .side_new_release_item .right{
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .page_new_release .new_release .large_new_release .side_new_release_item .right h3 img{
    width: 120px;
  }
  .page_new_release .new_release .large_new_release .side_new_release_item .right p{
    font-size: 1.4rem;
  }
  .page_new_release .new_release .large_new_release .side_new_release_item .right ul.buy_link_group{
    width: 100%;
  }
  .page_new_release .new_release .large_new_release .side_new_release_item .right ul.buy_link_group li a{
    font-size: 1.6rem;
    padding: 12px 0;
  }
  .page_new_release .new_release .large_new_release .side_new_release_item .right ul.buy_link_group li{
    margin-bottom: 10px;
  }
  .backnumber_item{
    width: 48%;
    max-width: 163px;
    margin: 30px 0 0;
  }
  .backnumber_item .title{
    font-size: 1.6rem;
  }
  section.buck_number{
    padding: 0 0 30px;
  }
  .backnumber_shelf{
    justify-content: space-between;
  }
  .single_new_release .large_new_release{
    margin-bottom: 30px;
  }

  
  /* ギャラリー */
  .g_title{
    padding: 0 5px 0 35px;
  }
  .g_title:before{
    left: 15px;
    width: 9px;
    height: calc(100% - 8px);
  }
  .g_title ul li,
  .g_title ul li a{
    font-size: 1.2rem;
  }
  .s_pink_band ul li.date,
  .g_title ul li.date{
    font-size: 1rem;
  }
  .g_title h2{
    font-size: 1.6rem;
    margin-top: 3px;
  }
  a.start_btn h3{
    font-size: 2rem;
  }
  a.start_btn p,
  a.start_btn p span{
    font-size: 1.4rem;
  }
  a.start_btn{
    padding: 10px 25px 10px 15px;
  }
  .gallery_ad p{
    font-size: 1.1rem;
  }
  .gallery_ad p:before,
  .gallery_ad p:after{
    width: 17%;
  }
  
  /* Android */
  .android .side_youtube{
    padding: 50px 15px;
  }
}