@charset "UTF-8";
/*
color #e60012 logo赤
ペールカラー
青緑　#b9ded6
黄緑　#e5f3a6
水色　#abc0db
紫　　#b6a1c8
ピンク　#e8a5b7
黄色　#f5e0a1

*/

* {
font-family: 'Sora', sans-serif !important;
font-family: 'Kosugi Maru', sans-serif;
}

.pc_none{
    display: none;
}
.sp_none{
    display: block;
}

a:hover{
    color: #666;
    text-decoration-color: #e5f3a6;
    text-decoration-line: underline;
}

h3{
    font-weight: 100;
}
.color-pink{
    color: #e8a5b7 !important;
}
.color-main{
    color: #b9ded6;
}
.color-yellow{
    color:#ecc382;
}

/* STARRY関連 */
/*カートパンくず消去*/
.stry-ec02-breadcrumbs{
    display: none;
}
#div_item_ec03 input:not([type=checkbox]):not([type=radio]):not([type=submit]){
    width: auto !important;
}
/* カード入力情報　調整*/
#div_entry09 input:not([type=checkbox]):not([type=radio]):not([type=submit]),
#div_entry09 select{
    width: auto;
}
/*代引きの説明バナー消去*/
#div_logo_cod,
#div_logo_payeasy,
#div_logo_cvs{display:none;}

/*　NAVI　*/

#site-navigation{
    width: 80%;
    margin: 40px 0 30px auto;
    font-size: 20px;
    float: right;
}
#site-navigation2{
    background: #999;
    padding: 10px 5%;
    font-size: 20px;
    text-align: right;
    z-index: 900;
    border-bottom: 1px solid #e5f3a6;
}
#site-navigation3{
    width: 80%;
    margin: auto;
    padding: 20px 0;
}

#site-navigation-rq{
    width: 70%;
    margin: 0 0 15px auto;
    font-size: 20px;
    float: right;
    text-align: right;
}
#site-navigation-tv{
    padding: 10px 5%;
    font-size: 20px;
    text-align: right;
    z-index: 900;
}

.nav-f{
    overflow: visible;
    height: 50px;
}

.main-navigation-rq ul,
.main-navigation-tv ul,
.main-navigation ul{
    list-style: none;    
    margin: 0 ;
    padding: 0 ;
}
.main-navigation-rq li,
.main-navigation-tv li,
.main-navigation li{
    display: inline-block;
    margin: 0 15px;
    font-size: 16px;
    text-align: center;
}
.main-navigation li a{
  font-size: 16px;
  font-weight: 800;
  overflow: auto;
  background: linear-gradient(to right, #f5e0a1, #f5e0a1 50%, white 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;    
  transition: background-position 275ms ease;
}
.main-navigation li a:hover {
  background-position: 0 100%;
}
.main-navigation li a:hover::after {
  transform: scale(1, 1);
}
.main-navigation li .current {
  border-bottom: 1px #000 solid;
}

.dashicons, .dashicons-before:before{
    font-family: dashicons !important;
}

.main-navigation-rq li a{
  font-size: 16px;
  font-weight: 800;
  overflow: hidden;
  color: #b9ded6;
}
.main-navigation-rq li a:hover {
    color: #e5f3a6;
}

.main-navigation-tv li a{
  font-size: 16px;
  font-weight: 800;
  overflow: hidden;
  color: #666;
}
.main-navigation-tv li a:hover {
    color: #e8a5b7;
}
#MAIN_MENU li img{
    filter: brightness(0) invert(1);
}

/* sub-menu */

/* 以下、ドロップダウン */
/* サブメニューをabsoluteにするため、親メニューをrelativeに */
.menu-item-has-children {
  position: relative;
}

/* 親メニューにマウスオーバーしたときにカーソルを変更 */
.menu-item-has-children:hover {
  cursor: pointer;
}

/* 子を持つ親メニューにマウスオーバーしたときサブメニューを表示 */
.menu-item-has-children:hover .sub-menu {
  display: block;
}

/* サブメニューをabsoluteにして親メニューの下に配置。スタイルは適宜調整してください */
.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -15px;
  width: 150px;
  background: #b9ded6;
  padding: 0;
  z-index: 999;
  text-align: left;
  border-radius: 10px;
}

/* サブメニューの境目をわかりやすくするため、一番下の項目以外下線を引いた */
.sub-menu > .menu-item:not(:last-child) {
  border-bottom: 1px solid #eee;
}

/* サブニューのリンクタグをmenu-itemの大きさと合わせ、クリックしやすいようにした */
.sub-menu > .menu-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: .5em 0;
  color: #fff !important;
}

/* サブメニューにマウスオーバーしたときリンクの背景色とテキストカラーを変更 */
.sub-menu > .menu-item a:hover {
}

/* 下矢印 */
li.menu-item-has-children > a::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 15px 0 0 20px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#responsive-menu-container #responsive-menu ul.responsive-menu-submenu-depth-1 a.responsive-menu-item-link{
    padding-left:5% !important;
}


#breadcrumb, #breadcrumb ol{
    font-size: 13px;
}

#breadcrumb a{
    color: #ccc !important;
}

.mainbox{
    margin: 20px 0;
}

.st-main{
    min-height: 700px;
}


/*　TOP 　*/
.headermenu{
    width: 100%;    
    background: #b9ded6;
    overflow: hidden;
}
.header-logo{
    float: left;
    width: 200px;
    margin: 10px 0;
}
.header-logo span{
    color:#e50014;
}
.header-logo img{
    margin: 0 0 0 15px;
}
.main-navigation a,
.main-navigation a:hover{
    color: #fff !important;
}

/*　装飾　title　*/
.title-decoration-top {
    width: 95%;
    height: 40px;
    margin: 20px 0;
    padding: 0 0 0 20px;
    line-height: 40px;
	color: #e5f3a6;
	font-size: 18px;
    font-weight: 100;
    background: #999;
    border-left: 5px #e5f3a6 solid;
}

.title-decoration {
    width: 97.8%;
    height: auto;
    margin: 20px 0;
    padding: 0 0 0 20px;
    line-height: 40px;
	color: #e5f3a6;
	font-size: 18px;
    font-weight: 100;
    background: #999;
    border-left: 5px #e5f3a6 solid;
}

/*　装飾　title　ミニ　*/

.title-decoration-min {
  margin: 20px 0 10px;
  position: relative;
  font-size: 90%;
  font-weight: 100;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
  border-bottom: 1px dotted #bbb;
  clear: both;
}

.title-decoration-min:before {
  font-size: 90%;
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
  color: #e5f3a6;
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}


/*　装飾　title　RQ情報用　*/

.title-decoration-rq {
  width: 15%;
  position: relative;
  font-size: 90%;
  font-weight: 100;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
  float: left;
}

.title-decoration-rq:before {
  font-size: 90%;
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
  color: #e5f3a6;
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}



/*　装飾　title　2　*/

.title-decoration2 {
  margin: 20px 0 10px;
  position: relative;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
  border-bottom: 1px dotted #bbb;
  clear: both;
}

.title-decoration2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
  color: #e5f3a6;
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}

/*　装飾　記事用ボタン　*/
.button_pink a{
  color: #000;
  font-size: 13px;
  font-weight: bold;
  background: #e8a5b7;
  padding: 3px 15px;
  border: 2px solid #d7849b;
  box-shadow: 0 4px 0 #d7849b;
  border-radius: 6px;
  display: inline-block;
  transition: .3s;
  text-decoration-line: none;
}
.button_pink a:hover {
  color: #000;
  transform: translateY(5px);
  box-shadow: 0 0 0 #d7849b;
}

.button_blue a{
  color: #000;
  font-size: 13px;
  font-weight: bold;
  background: #abc0db;
  padding: 3px 15px;
  border: 2px solid #6a97d0;
  box-shadow: 0 4px 0 #6a97d0;
  border-radius: 6px;
  display: inline-block;
  transition: .3s;
  text-decoration-line: none;
}
.button_blue a:hover {
  color: #000;
  transform: translateY(5px);
  box-shadow: 0 0 0 #6a97d0;
}


.button_green a{
  color: #000;
  font-size: 13px;
  font-weight: bold;
  background: #b9ded6;
  padding: 3px 15px;
  border: 2px solid #7bc7b7;
  box-shadow: 0 4px 0 #7bc7b7;
  border-radius: 6px;
  display: inline-block;
  transition: .3s;
  text-decoration-line: none;
}
.button_green a:hover {
  color: #000;
  transform: translateY(5px);
  box-shadow: 0 0 0 #7bc7b7;
}


/*　home　*/
.top-f{
    clear: both;
    overflow: hidden;
}

.top-left{
    margin: 0;
    width: 350px;
}

.top-topics-box{
   margin: 0 10px 20px;
   width: 700px;
   float: right;
}

h2.top-topics,
.top-topics{
   margin: 0;
   width: 95%;
   height: auto;
   color:#333333;
   font-size: 15px;
   font-weight: 100;
   margin-bottom: 1em;
   padding: 0 0 0.2em 20px;
   letter-spacing: 0.05em;
   line-height: 1.5;
   border: none;
}
.top-topics a {
  position: relative;
  display: block;
  text-decoration: none;
}
.top-topics a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #e8a5b7;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.top-topics a:hover::after {
  transform: scale(1, 1);
}
.top_allnews{
    overflow: hidden;
    border-bottom: 1px dotted #e5f3a6;
}
.top_allnews a{
    margin: 20px 0 0;
    padding: 5px 20px;
    display: block;
    color: #e5f3a6;
    background: #999;
    float: right;
}
.top_allnews a:hover{
    background: #e5f3a6;
    color: #666;
}
.top-info-f{
    margin: 5px 0;
    display:flex;
  flex-direction: row;
  justify-content: space-between;
}
.top-info{
    width: 32%;
    height: 50px;
    line-height: 50px;
    background: #b9ded6;
    border: 1px solid #eee;
    font-size: 85%;
    font-weight: 100;
    text-align: center;
}
.top-info a{
    display: block;
    color: #fff;
}
.top-info a:hover{
    display: block;
    background: #abc0db;
    text-decoration-line: none;
}
.pickup-category{
    padding: 5px 5px 5px 10px !important;
    background: #fbefef;
    border-radius: 5px;
}
.top-banner{
    margin: 10px 0;
    width: 700px;
}
.top-banner-min-f{
    margin: 10px 0;
    overflow: hidden;
}
.top-banner-min-box{
    width: 31%;
    margin: 0 8px;
    float: left;
    height: 330px;
}
.top-banner-min{
    margin: 10px 0;
    display: table;
    width: 100%;
}
.top-banner-min img{
    max-height: 200px;
    width: auto;    
}
.top-banner-min-title{
    display: table-cell;
    vertical-align: middle; 
    padding: 0 0 0 10px;
    width: 100%;
    height: 65px;
    line-height: 1.5;
    font-size: 80%;
    font-weight: 100;
    border-left: 5px solid #abc0db;
}
.top-banner-min a{
    display: block;
}
.top-banner-min a:hover{
    display: block;
}
.top-girl{
    text-align: center;
}
.top-girl img{
     border-radius: 10px;
}
.top-girl a{
    font-size: 90%;
}

.top-plus-sp{
    display: none;        
    }    
.top-plus-pc{
    display: block;        
    }  

/*　FOOTER BANNER　*/
.banner-box{
    margin: auto;
    width: 500px;
}
.footer-c .f-banner{
    display: inline-block;
    margin: 0 3px 3px 0;
}
.footer-c{
    margin: 0 0 20px 0;
}

/*　NEWS　*/

.news-kanren-f{
    margin-bottom: 30px;
}
.news-kanren{
    width: 100%;
    height: 30px;
    overflow: hidden;
}
.news-kanren p{
    font-size: 80%;
}
.smanone2{
    margin: 0 0 30px;
    border-bottom: 1px #666 dotted;
    padding: 0 0 0 15px;
}

.smanone2 p{
    font-size: 16px;
}

.blog_title{
    font-size: 18px;
    height: auto;
    background-color: #eee;
    line-height: 2.5;
    padding: 0 0 0 15px;
}

.blog_title a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.blog_title:hover{
    border-left: 5px solid #e5f3a6;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
}

.blog_title a:hover::after {
  transform: scale(1, 1);
}

.blog_category{
    font-size: 10px;
    margin: 15px 0 30px;
    padding: 0 0 0 15px;
}

.blog_categorylist{
    font-size: 20px;
    margin: 0 0 30px;
    border-bottom: 1px #666 dotted;
}

.catname:hover{
    background-color: #fff;
}

/*　PICKUP　*/

.pickup-frame{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.pickup-today{
    width: 100%;
    height: auto;
    margin: 0 0 80px;
    padding: 10px 0 0;
    overflow: hidden;
    }
.pickup-photo-box-cat .wp-caption-text,
.pickup-photo-box .wp-caption-text,
.pickup-today .wp-caption-text{
    display: none;
}
.pickup-photo-box{
    width: 32%;
    height: auto;
    float: left;
    text-align: center;
	overflow:		hidden;
	position:		relative;    
}

.pickup-photo-box {
  position: relative;
  }
.pickup-photo-box .fa-search-plus{
  position: absolute;
  top: 10%;
  left: 68%;
  -ms-transform: translate(-7%,-86%);
  -webkit-transform: translate(-7%,-86%);
  transform: translate(-7%,-86%);
  margin:0;
  padding:0;
  color: #b6a1c8;
  font-size: 35px;
  }

.pickup-photo-box p{
    margin-bottom:0;
}
.pickup-photo-box h3{
    margin-top: 10px;
}

.pickup-photo-box img{
    max-height: 500px;
    width: auto;
}

.pickup-photo-box-cat {
  position: relative;
  display: inline-block;
  margin: 10px 0 0 0;
  }
.pickup-photo-box-cat .fa-search-plus{
  position: absolute;
  top: 10%;
  left: 68%;
  -ms-transform: translate(-7%,-86%);
  -webkit-transform: translate(-7%,-86%);
  transform: translate(-7%,-86%);
  margin:0;
  padding:0;
  color: #b6a1c8;
  font-size: 35px;
  }
.pickup-photo-box-cat p{
    margin-bottom:0;
}
.pickup-photo-box-cat img{
    max-height: 200px;
    width: auto;
}
.pickup-photo-box-cat a{
    font-size: 80%;
}
.pickup-box{
    margin: 10px 10px 30px 10px;
    width: 100%;
}
.pickup-title{
    width: 100%;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
    padding: 0 0 0 10px;
    letter-spacing: 0.1em;
}
.pickup-btn{
    margin: 15px auto;
    width: 250px;
    height: 50px;
    border: 1px #000 solid;
    text-align: center;
    font-size: 22px;
    line-height: 2.2;
}
.pickup-btn:hover{
    background-color: #000;
    color:#fff !important;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.pickup-btn a{
    display: block;
}
.pickup-btn a:hover{
    color: #fff !important;
}
.pickup-info{
    font-size: 14px;
    width: 730px;
    height: auto;
}
.pickup-info p{
    font-size: 14px;
}
.pickup-info2{
    margin: 10px 0;
}


.entry-title, .post .entry-title{
    border-bottom: 1px #333 dotted;
}

/*Foogallery*/
.fbx-modal .fbx-error-msg>span, .fbx-modal .fbx-loader>div, .fbx-modal a.fbx-close, .fbx-modal a.fbx-next, .fbx-modal a.fbx-prev{
    font-family: foobox !important;
}



/*　RQ list　*/
#search {
	width: 40%;
    margin-left: auto;
    margin-bottom: 2em;
    clear: both;
}

.wpulike{
    text-align: right;
}

.rq-f{
    width: 100%;
    overflow: hidden;
    margin: 0 0 30px;
}
.rq-box{
    margin: 0 10px 20px;
    width: 210px;
    height: 300px;
    text-align: center;
    float: left;
    border-radius: 10px;
}
.rq-box a{
    display: block;
}
.rq-box a:hover{
}
.rq-box img{
    border-radius: 10px;
}
.rq-box-name{
    height: 30px;
    font-size: 90%;
    line-height: 30px;
    clear: both;
}
.rq-box-kana{
    height: 20px;
    font-size: 70%;
    line-height: 10px;
    color:#e8a5b7;
}
.rq-memo{
    width: 80%;
    margin: 30px 0 0;
    overflow: hidden;
}
.rq-memo-box{
    border-bottom: 1px dotted #bbb;
    margin-bottom: 15px;
}
.rq-memo-text{
    margin: 0 0 0 30px;
    font-size: 90%;
    padding: 0.5em 0.5em 0.5em 1.8em;
}
.rq_sns-f{
    width: 100%;
    overflow: hidden;
    margin: 0 0 20px;
}
.rq_twitter{
    margin: 0 20px 0 0;
    border: 1px solid #24bfff;
    height: 30px;
    width: 100px;
    line-height: 30px;
    float: left;
    text-align: center;
}
.rq_twitter a{
    font-size: 80%;
    color:#24bfff;
    display: block;
}
.rq_twitter a:hover{
    color:#fff;
    background: #24bfff;
    text-decoration-line: none;
}
.rq_twitter fab{
    color:#24bfff;
}
.rq_insta{
    margin: 0 20px 0 0;
    border: 1px solid #e48fa1;
    height: 30px;
    width: 100px;
    line-height: 30px;
    float: left;
    text-align: center;
}
.rq_insta a{
    font-size: 80%;
    color:#e48fa1;
    display: block;
}
.rq_insta a:hover{
    color:#fff;
    background: #e48fa1;
    text-decoration-line: none;
}
.rq_insta fab{
    color:#e48fa1;
}
.rq_blog{
    margin: 0 20px 0 0;
    border: 1px solid #7e807f;
    height: 30px;
    width: 100px;
    line-height: 30px;
    float: left;
    text-align: center;
}
.rq_blog a{
    font-size: 80%;
    color:#7e807f;
    display: block;
}
.rq_blog a:hover{
    color:#fff;
    background: #7e807f;
    text-decoration-line: none;
}
.rq_blog fab{
    color:#7e807f;
}
.rq-photo-f{
  margin: 5px 0 20px;
  overflow: hidden;
}
.rq-photo-info{
    float: left;
    width: 40%;
    height: 50px;
    line-height: 50px;
    background: #b9ded6;
    border: 1px solid #eee;
    font-size: 85%;
    text-align: center;
}
.rq-photo-info a{
    display: block;
    color: #fff;
}
.rq-photo-info a:hover{
    display: block;
    background: #abc0db;
    text-decoration-line: none;
}

.wp-caption{
    display: inline-block;
    width: 200px !important;
    max-height: 300px;
}

/* report*/
.report-content-min{
    margin: 0 0 10px;
    padding: 0 0 0 20px;
}
.report-content-min p{
    font-size: 90%;
    margin-bottom:0;
}
.report-content-min img{
    width: auto;
    height: 100px;
}
.report-category{
    padding: 5px 10px;
    background: #999;
    border-radius: 10px;
    font-size: 100%;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
}
.report-category a{
    display: block;
    color: #fff;
}
.report-category a:hover{
    text-decoration-line: none;
    color: #fff;
    background: #abc0db;
}

/*report アーカイブナビ*/
.nav-archive{
    text-align: right;
}
.nav-archive select{
    width: 20%;
    font-size: 90%;
    color: #b9ded6;
    border: #b9ded6;
}

/*　special　*/

.spe-f{
    margin: 0 0 0 20px;
    clear: both;
    overflow: auto;
}
.spe-info-f{
    margin: 0 0 0 30px;
}
.spe-thum{
    width: 35%;
    max-width: 320px;
    height: auto;
    float: left;
}
.spe-ex{
    width: 60%;
    float: left;
}

.back-title{
    margin: 200px 0 0 0;
    font-size: 90%;
}

/* PLUS */


.plus-box{
    margin: 0 15px 30px 0;
    width: 31%;
    height: 360px;
    float: left;
}
.plus-box-in{
    text-align: center;
}

/* TV */

.tv-logo{
    float: left;
    width: 300px;
    margin: 10px 0 0;
}
.tv-logo img{
    margin: 0 0 0 15px;
}

.tv-f{
    clear: both;
    margin: 30px auto 50px;
    padding: 0 0 10px;
    overflow: hidden;
}
.tv-box{
    margin: 0 10px 30px 0;
    width: 23%;
    height: 360px;
    float: left;
}
.tv-box-in{
    height: 165px;
}

.tv-box iframe,
.tv-box img{
    width: auto;
    max-height: 165px;
    margin-top: 10px;
    margin-bottom: -10px;
}
.tv-btn{
    height: 40px;
    text-align: center;
}
.tv-btn a{
    border-radius: 5px;
    font-weight: 800;
    color: #fff;
    width: 95%;
    display: block;
    padding: 5px;
    background: #e8a5b7;
}
.tv-btn a:hover{
    text-decoration: none;
    background: #e5f3a6;
}
/* 無料の文字　ON*/
.tv-box-free{
 position: relative;
}
.tv-box-free span{
 position: absolute;
 color: white;
 top: 50%;
 left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
 margin:0;
 padding:0;
 font-size: 130%;
 font-weight: 800;
}


.tv-title{
    margin: 10px 0 5px;
    height: auto;
    width: auto;
    font-size: 90%;
}
.tv-date{
    margin: 0 0 10px 5px;
    height: auto;
    width: auto;
    color: #e8a5b7;
    font-size: 90%;
}
.tv-category{
    padding: 3px 7px;
    background: #b9ded6;
    border-radius: 10px;
    font-size: 80%;
    color: #fff;
}
.tv-category a{
    color: #fff;
}


/*　QueensMail　*/

.qm-nav{
    height: 50px;
    width: 100%;
    font-size: 90%;
    margin-left: auto;
}

/*

.qm-nav{
    height: 50px;
    width: 30%;
    font-size: 90%;
    margin-left: auto;
}

*/

.qm-nav select{
    background: #b9ded6;
    color: #fff;
}

.qm-f{
    width: 100%;
    margin: 20px auto;
    padding: 0 0 0 20px;
}
.qm-person{
    padding: 5px 10px;
    border-bottom: 1px dotted #b6a1c8;
    margin: 10px 0;
    border-left: 5px solid #b6a1c8;
    letter-spacing: 0.1em;
    font-size: 100%;
}
.qm_info p {
    padding: 0 0 0 20px;
	color: #333;
    font-size: 14px;
}

.qmarch-f{
    margin: 10px 0 10px;
    width: 97.8%;
}
.qmarch_box{
    width: 100%;
    height: 70px;
    margin: 0 10px 10px 0;
    background: #eee;
    border: 1px #abc0db solid;
}
.qmarch_box-thum{
    margin: 0 20px 0 0;
    float: left;
    text-align: center;
    background: #abc0db;
    width: 70px;
    height: 70px;
}
.qmarch_box-thum img{
    max-height: 60px;
    width: auto;
    padding: 5px;
}
.qmarch_box-title{
    line-height: 70px;
    padding: 0 0 0 20px;
    display: block;
    font-size: 100%;
}
.qmarch_box-title a{
    display: block;
    text-decoration-line: none;
}
.qmarch_box-title a:hover{
    background: #abc0db;
}
.qmarch_box-day{
    background: #abc0db;
    padding: 3px 5px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.1em;
}

/*　SHOP　*/
.shop-f{
 display: -webkit-flex;
 display: flex;
 flex-wrap: wrap;
 -webkit-flex-wrap: wrap;
 justify-content: flex-start;
 -webkit-justify-content: flex-start;
    box-sizing: border-box;
}
.shop-box{
    margin: 0 10px 20px;
    width: calc((100% - 80px) / 4);
}
.shop-box img{
    margin-bottom: 10px;
}
.shop-box .tv-date{
    margin-left: 0;
}
.shop-box h3{
    font-size: 95%;
}


/*　googallery　*/

.fg-image-viewer.fg-light .fiv-inner .fiv-ctrls, .fg-image-viewer.fg-light .fiv-inner .fiv-ctrls .fiv-count, .fg-image-viewer.fg-light .fiv-inner .fiv-ctrls .fiv-next, .fg-image-viewer.fg-light .fiv-inner .fiv-ctrls .fiv-prev, .fg-image-viewer.fg-light .fiv-inner .fiv-inner-container{
    background-color:#b9ded6 !important;
    border-color:#b9ded6 !important;
}

.fg-image-viewer .fiv-inner .fiv-inner-container .fg-item{
    padding: 5px;
    background: #fff;
}


/*　お気に入り機能　*/
.wpfp{
    margin: 10px 0;
    font-size: 90%;
    letter-spacing: 0.1em;
}
.wpfp-link{
    padding-left: 25px;
}
.wpfp-link span{
    padding-right: 25px;
}
.wpfp-list-box{
    margin: 0 10px 30px;
    display: inline-block;
    width: 180px;
    height: auto;
    text-align: center;
    font-size: 90%;
    vertical-align: top;
}
.wpfp-list-box span a{
    color: #e8a5b7;}

.wpfp-list-box img{
    width: auto;
    max-height: 200px;
    text-align: center;
    margin: 0 0 15px;
}
.wpfp-list-delet{
    font-size: 80%;
    margin-top: 10px;
}

/*　新規入会・マイページ　*/

.stry-title{
    float: left;    
}

.stry-entry01-frame{
    width: 1050px;    
}
.stry-entry01-font{
    font-size: 26px;
    height: 22px;
    
}
.stry-entry01-logo{
	font-size: 50px;
    height: 50px;
}

.stry-ohtalogo{
    float: none;
}

.stry-ohtalogo img{
    height: 60px;
    width: auto;
}

.stry-ohtainfo{
    float: none;
    margin: 15px 0 0 10px;
}

.stry-entry01-contents{
    background-color: #fff !important;
    border: none !important;
}

.stry-leave{
    margin: 10px 0 !important;
    font-size: 80%;
    width: 320px;
    height: 20px;
    line-height: 20px;
    background: #eee;
    border: 1px solid;
    text-align: center;
}
.stry-leave a{
    display: block;
}
.stry-leave a:hover{
    background: #e5e3e3;
    height: 20px;
    line-height: 20px;
}
/* スペシャルをメンバーオンリーに統一可用　タイトル非表示*/
.stry-error01-alert-en,.stry-error01-alert-jp{
    display: none;
}
#payment_kind{
    height: 50px;
}
.stry-paymethodinfobox{
    max-width: 200px !important;
}


/* VOTE*/

.ow_vote_cnt_content{
    font-size:0;
}
.ow_vote_cnt_content:before{
    font-size: 12px; 
    content: "票";
}   
.ow_vote_contest_top_bar{
    display: none;
}
.owt_warning{
    background: #e8a5b7;
    color:#fff;
}
.owt_success{
    background: #abc0db;
} 
a.ow_voting_green_button{
    background: #e5f3a6 !important;
}
.ow_vote_grid .ow_show_contestant img{
    object-fit: contain;
}
.ow_vote_grid .ow_show_contestant h2{
    text-align: center !important;
}


/* VOTE 閲覧画面　*/
.vote-f{
    width: 100%;
    overflow: hidden;
}
.vote-box{
    margin: 0 10px 10px 0;
    width: 250px;
    float: left;
}
.vote-box-name{
    margin: 0 0 10px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 10px;
    border-bottom: dotted 1px #b9ded6;
    font-size: 95%;
}
.vote-box-photo{
    text-align: center;
}
.vote-box-photo p{
    margin-bottom: 5px !important;
}
.vote-box-photo img{
    border-radius: 5px;
}
.vote-box-info{
    text-align: right;
    font-size: 90%;
    padding: 0 20px;
}

/* 管理画面 */
.acf-field .acf-label label{
    color: #e8a5b7 !important;
}




/*ipad以上のPC-------------------*/
@media only screen and (max-width: 1210px) {
    
.top-topics-box{
   width: 55%;
   font-size: 14px;
}
.top-photo{
    width: 35%;
}
.top-twitter{
    width: 35%;
}
/*　TOP Banner　*/
.top-banner-f{
	width: 60%;
}
.top-banner-box{
    margin: 10px;
    float: left;
	width: 45%;
    height: 120px;
}
}


/*media Queries ipad ipad PRO
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1025px) {
    
#site-navigation{
    width: 75%;
}    
    
.top-topics{
   width: 80%;
   height: auto;
}    

/*　pickup　*/
    
.pickup-frame{
    width: 100%;
}
    
.pickup-date{
    width: 100%;
}

.pickup-info{
    width: 100%;
} 
    
/*　LINK　*/

.link-frame{
    width: 95%;
    height: auto;
    margin: 50px auto;
    overflow: auto;
}

.link-info{
    width: 33%;
    height: auto;
}

.link-banner{
    width: 95%;
    height: auto;
    margin-bottom:0px !important;
}
    
.link-banner img{
    width: 100%;
}
    
.link-name{
    margin: -20px 0 20px;
}

    
}


/*media Queries ipad（768px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {

/*　NAVI　*/
.pc_none{
    display: block;
}
.sp_none{
    display: none;
}
    
.header-logo{
    margin: 30px auto;
    text-align: center;
    float: none;
    width: 100%;
}    
.header-logo img{
    width: 60%;
    height: auto;
}    
    

/* 下矢印 */
li.menu-item-has-children > a::after {
    display: none;
}
#site-navigation{
    width: 80%;
    margin: 0 auto 10px;
}    
#site-navigation2{
}  
.main-navigation li{
    margin: 0 10px;
    }
.main-navigation li a{
  font-size: 14px;
}    
.title-decoration {
    width: 95%;
}    
    
/*　home　*/    
.top-topics-box{
   width: 100%;
   height: auto;
   float: none;
   margin: auto;
    overflow: hidden;
}    
.top-topics{
   width: 95%;
   margin: auto;
   color:#333333;
   font-size: 13px;
   padding: 0px;      /* 上線の内側の余白はナシ */
   margin-bottom: 0.5em;  /* 下線の外側の余白量 */
   padding-bottom: 0.2em; /* 下線の内側の余白量 */
}    
.top-topics a {
  display: initial;
}      
.top-left{
    width: 100%;
    float: none;
    margin: 0;
}
.top-twitter{
    margin: 0 10px 20px;
    width: 100%;
    float: none;
}
/*　TOP Banner　*/
.top-banner{
    margin: 0;
    width: 100%;
}
.top-twitter-in{
    margin: auto;
    width: 90%;       
    }    
#side .st-bannerside {
	clear: both;
	float: none;
	width: auto;
	position: static;
    text-align: center;
}
    
.header-bg-child {
    padding: 0 0 5px;
}    

/*　BLOG　*/
    
.blog_title a {
  display: inherit;
}    
    
/*　pickup　*/

.pickup-frame{
    width: 100%;
}    
    
.pickup-box{
    width: 100%;
    height: auto;
}    

.pickup-title{
    height: auto;
}    

.pickup-img{
    width: 95%;
    margin: auto;
    height: auto;
}

.pickup-btn{
    width: 95%;
    height: 50px;
    font-size: 22px;
    line-height: 2.2;
}

.pickup-date{
    width: 95%;
    height: auto;
    margin: auto;
    padding: 10px 0;
}

.pickup-info{
    border-top: #eee 1px dotted;
    font-size: 14px;
    width: 95%;
    height: auto;
    margin: auto;
    padding: 10px 0;
}

.pickup-info p{
    font-size: 14px;
}    
    
.pickup-photo-box .fa-search-plus{
  top: 8%;
  left: 83%;
  font-size: 25px;
  }    
    
.rq-box{
    margin: 10px auto;
    width: 80%;
    height: auto;
    text-align: left;
    float: none;
}    
    
.tv-box-in{
    height: auto;
    text-align: center;
}    
    
.tv-box iframe{
    max-height: 250px;
}    
    
/*　QueensMail　*/

.qm-f{
    width: 90%;
    padding: 0;
}    
.qm_info p{
    padding: 0;
}  
.qmarch_box-title{
    line-height: 1.5;
    display: block;
    font-size: 90%;
    padding: 15px 0 0 0;
}    
.stry-entry01-frame{
    width: 95%;    
}
    
.stry-entry01-logo{
    height: 80px;
}
/*vote*/
    
.ow_vote_grid .ow_vote_showcontent_view, .ow_vote_grid .vote_right_side_content{
    width: 95% !important;        
    }    
    
    
}


/*media Queries スマートフォンとタブレットサイズ（600px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {

.header-logo{
    margin: 0 auto;
}    
.header-logo img{
    width: 40%;
}    
.main-navigation li{
    width: auto;
    margin: 0 10px;
    font-size: 70%;
    }
    
/* サブメニューをabsoluteにして親メニューの下に配置。スタイルは適宜調整してください */
.sub-menu {
  right: 0;
  left: unset;
}    

.title-decoration {
    width: 95%;
    height: auto;
    margin: 10px 0;
    padding: 8px 0 8px 5px;
    line-height: 1.2;
	font-size: 90%;
}    
.mainbox{
    margin: 10px 0;
}    
.huto{
    font-size: 85%;
    line-height: 1.8;
}        
.p-navi dl dt    {
    text-align: right;
}
h2.top-topics,
.top-topics{
   margin-bottom: 1.3em;
}      
.top-info-f{
    margin: 5px 0;
    display:list-item;
  flex-direction: row;
  justify-content: space-between;
}    
.top-info{
    margin: 0 auto 10px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 90%;
    text-align: center;
}    
.top-banner-min-f{
    margin: 10px 0;
    overflow: hidden;
}
.top-banner-min-box{
    width: 80%;
    margin: 0 auto 25px;
    float: none;
    height: auto;
}
.top-banner-min{
    margin: 10px 0;
    display: table;
    width: 100%;
}
.top-banner-min-box img{
    max-width: 70% !important;
    height: auto;
}
.top-banner-min-title{
    display: table-cell;
    vertical-align: middle; 
    padding: 0 0 0 10px;
    width: 100%;
    height: auto;
    line-height: 1.5;
    font-size: 90%;
    border-left: 5px solid #abc0db;
}    
.top-plus-sp{
    display: block;        
    }    
.top-plus-pc{
    display: none;        
    }    
/* NEWS */
.news-kanren{
    height: auto;   
}      
/* RQ */ 
.rq-memo{
    width: 100%;
}    
.title-decoration-rq {
  width: 100%;
  font-size: 80;
  float: none;
}    
.rq-photo-info{
    width: 49%;
 }            
/* pickup */

.pickup-box{
    margin: 0 0 40px;   
    }
    
.pickup-photo-box{
    width: 80%;
    margin: 20px auto 0;
    height: auto;
    float: none;
}    
.pickup-photo-box a{
    text-align: center;
    font-size: 90%;
    }    
.back-title{
    margin: 50px 0 0 0;
    font-size: 90%;
}    
.pickup-photo-box .fa-search-plus{
  left: 74%;
  }
.pickup-photo-box-cat{
    margin: 10px 0 0 0;
    width: 32%;
}
.pickup-photo-box-cat a{
    font-size: 80%;
}
    
/* report*/
.report-f{
    min-height: 800px;
    }        
.photo-nav{
    width: 80% !important;
    margin-bottom: 1em !important;
}     
.photo-nav ul li{
    margin-bottom: 1em !important;        
    }
.photo-nav .sub-menu li{
    margin-bottom: 5px !important;                
    }
    
/* TV */

.tv-logo{
    float: none;
    width: 300px;
    margin: 10px 0 0;
}
.tv-logo img{
    margin: 0 0 0 15px;
}

.tv-f{
    clear: both;
    width: 100%;
    margin: 30px auto 50px;
    overflow: hidden;
}
.tv-box{
    width: 100%;
    height: auto;
    float: none;
}
.tv-box img{
    margin-top: 10px;
    margin-bottom: -10px;
}
.tv-box iframe{
    max-height: 170px;
}       
.tv-title{
    margin: 10px 0 5px;
    height: auto;
    width: auto;
    font-size: 90%;
}
.tv-date{
    margin: 0 0 10px 5px;
    height: auto;
    width: auto;
    color: #e8a5b7;
    font-size: 90%;
}
.tv-category{
    padding: 3px 7px;
    background: #b9ded6;
    border-radius: 10px;
    font-size: 80%;
    color: #fff;
}
.tv-category a{
    color: #fff;
}

/* shop */
.shop-box{
    margin: 0 10px 20px;
    width: calc((100% - 40px) / 2);
}

    
/*　FOOTER BANNER　*/
.banner-box{
    width: 100%;
}        
.footer-c .f-banner img{
    width: 300px;
    height: auto;
}    
    
/*　お気に入り機能　*/
    
.wpfp-list-box{
    margin: 0 10px 30px;
    width: 43%;
    height: 250px;
    font-size: 90%;
}    
.wpfp-list-box img{
    max-height: 180px;
}    
.wpfp-list-delet .wpfp-link{
    padding-left:0;    
    }    
 .wpfp-link{
    padding-left:0;    
    }    
.wpfp-link span{
    padding-right: 0;
}    
}

/*media Queries スマートフォンとタブレットサイズ（415px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 415px) {

.headerlogo {
	font-size: 46px;
}
    
.main-navigation li{
    margin: 0 5px;
    }   
}


/*media Queries スマートフォンとタブレットサイズ（415px以下）iphone5以下
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 320px) {

.headerlogo {
	font-size: 38px;
}
    
.main-navigation li{
    margin: 0 3px;
    font-size: 70%;
    }   
}
