@charset "UTF-8";
/*
Theme Name: flowers2019
Author: Shogakukan
Author URI: https://flowers.shogakukan.co.jp/
*/

/* ------------------------------------

  全般

------------------------------------  */
a:hover{
    opacity: 1;
    text-decoration: none;
    transition: none;
}
body{
    font-family: Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    background-color: #fff;
}
.content {
    background: #fff;
}
ol, ul {
    list-style: none;
}
.content__inner{
    /* max-width: 100%; */
}
.content__inner{	
    max-width: 950px;	
}
.content__main {
  width: 620px;
  margin: 0;
  padding: 0;
}
.content__sub {
  width: 300px;
  padding: 0;
}
.flowers_extra-template-default .content__inner,
.flowers-template-default .content__inner{
    max-width: 100%;
}
.linkBtnArea a{
    display: inline-block;
    margin: 0 0 6px;
    padding: 0 1em;
    width: auto;
    min-width: 140px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    border-style: none;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.linkBtnArea .btn--green{
    background-color: #43d011;
    border: #43d011 solid 1px;
}
.linkBtnArea .btn--green:hover{
    background-color: #fff;
    color: #43d011;
    border: #43d011 solid 1px;
}
.linkBtnArea .btn--orange{
    background-color: #ffab3f;
    border: #ffab3f solid 1px;
}
.linkBtnArea .btn--orange:hover{
    background-color: #fff;
    color: #ffab3f;
    border: #ffab3f solid 1px;
}
article li, article p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 1em;
}
.content__inner section {
    margin-bottom: 32px;
}
@media screen and (max-width: 768px) {/* スマートフォン用スタイル */
    .content {
        padding: 0;
    }
    .content__main {
        width: 100%;
    }
    .content__sub {
        width: 100%;
    }
}
/* ------------------------------------

  共通

------------------------------------  */
.topic-path{
    background: #fff;
    max-width: 950px;
    margin: auto;
    padding: 20px 10px;
}
.container{
    margin: 0 auto;
    position: relative;
}
.container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    height: 57.5px;
    z-index: -1;
    display: block;
}
/* ------------------------------------

  ヘッダー

------------------------------------  */
.global-header {
    height: 109px;
    background: #00d0ff url(../img/flowers2019/bg01.gif)repeat-x;
    z-index: 1;
}
.global-header__inner{
    max-width: 100%;
    display: block;
    padding: 0;
}
.global-header__logo a {
    display: block;
    height: 70px;
    width: 170px;
}
.global-header .global-header__lead {
    width: 285px;
    background: url(../img/flowers2019/header_item01.png)no-repeat center 2pc;
    background-size: 285px auto;
}
.global-header__lead,
.global-header__logo {
    display: block;
    height: 73px;
    text-indent: 300%;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
}
.global-header__nav {
    width: auto;
    height: auto;
    cursor: auto;
    bottom: auto;
    background-color: #00d0ff;
}
.global-header__sitename{
    display: flex;
    justify-content: space-between;
    /* max-width: 1030px; */
    margin: auto;
    padding: 0 20px;
    position: relative;
    z-index: 101;
}
.global-header__logo {
    width: 390px;
    background: url(../img/flowers2019/header_logo.png)no-repeat center 8px;
    /* background: url(../img/flowers2019/header_logo__20thAnniversary.png)no-repeat center 8px; */
    background-size: 390px auto;
}
.global-header__nav ul {
    position: static;
    margin: 0 auto;
    width: 100%;
    max-width: 950px;
    height: 36px;
    line-height: 36px;
}
.global-header__nav li {
    display: inline-block;
    margin-left: .5em;
}
#navHome a {
    text-indent: -9999px;
    width: 60px;
    background-image: url(../img/flowers2019/header_item02.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px auto;
}
.global-header .global-header__nav .onPage a,
.global-header .global-header__nav a:hover {
    background-color: #7be7fb;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.global-header .global-header__nav a {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    background: transparent;
    padding: 0 1em;
    border-top: 0;
    font-weight: 700;
    font-size: 1.6rem;
    text-decoration: none;
    transition: none;
}
.global-header .global-header__nav a .label-new {
    font-size: 1rem;
    color: #ff0000;
}
.topBanner{
    display: block;
    width: 100%;
    height: 100%;
}
.topBanner a{
    display: block;
    height: 100%;
    width: 80%;
    margin-left: auto;
}
@media screen and (min-width: 1201px){
    .global-header__sitename {
        max-width: 1120px;
        padding: 0px 10px;
    }
}
@media screen and (max-width: 950px) {/* スマートフォン用スタイル */
    .global-header__sitename {
        padding: 0 10px;
    }
}
@media screen and (max-width: 801px) {/* スマートフォン用スタイル */
    #navHome a {
        text-indent: 0;
        width: auto;
        background-image: none;
    }
    .global-header__nav li {
        display: block;
        margin: 0;
    }
    .global-header__nav{
        display: block;
        height: 48px;
        overflow: hidden;
        width: 100%;
        top: 2px;
        position: absolute;
        right: 0;
        background: none;
    }
    .global-header__nav ul {
        position: relative;
        top: 48px;
        left: 0;
        width: 100%;
        min-width: inherit;
        height: auto;
        transform: translateY(-150%);
        z-index: 3;
    }
    .global-header__nav.active{
        height: 480px;
    }
    .global-header__nav.active ul{
        transform: translateY(0);
    }
    .global-header__logo a {
        height: 46px;
        width: 5pc;
    }
    .global-header__logo {
        margin: 0 0 0 5%;
        display: block;
        height: 3pc;
        width: 180px;
        background: url(../img/flowers2019/header_logo_sp.png)no-repeat center 9pt;
        /* background: url(../img/flowers2019/header_logo__20thAnniversary_sp.png)no-repeat center 9pt; */
        background-size: 180px auto;
    }
    .global-header {
        z-index: 4;
        position: relative;
        background: none;
        height: 0;
    }
    .global-header__inner{
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 100;
        height: 50px;
        background: #00d0ff;
    }
    .global-header__lead{
        display: none;
    }
    .global-header__btn {
        width: 44px;
        height: 50px;
        background: url(../img/flowers2019/nav_open.png)no-repeat center center;
        background-size: 22px 22px;
        cursor: pointer;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1;
    }
    .active .global-header__btn {
        background: url(../img/flowers2019/nav_close.png)no-repeat center center;
        background-size: 22px 22px;
    }
    .global-header .global-header__nav a {
        display: block;
        height: 3pc;
        line-height: 3pc;
        padding-left: 5%;
        background: #2f292a;
        border-top: 1px solid #453c3d;
        border-bottom:none;
        color: #fff;
        transition: none;
    }
    .global-header__nav > ul{
        padding: 0;
        display: block;
    }
    .global-header .global-header__nav .onPage a,
    .global-header .global-header__nav a:hover{
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }
    .global-header .global-header__nav .onPage a {
        background-color: #2f292a;
    }
    .global-header .global-header__nav .onPage a:hover{
        background-color: #7be7fb;
    }
    .global-header__nav > ul li a:after{
        content: none;
    }
    .global-header__sitename {
        padding: 0 10px;
        position: absolute;
        top: 0;
        left: 0;
        width: 210px;
    }
}
/* ------------------------------------

  フッター

------------------------------------  */


/* ------------------------------------

  flowers-magazine

------------------------------------  */
.flowers-magazine{
    position: relative;
    padding: 0 0 75px;
    background: #fff;
    width:100%;
}
.flowers-magazine .col{
    margin: 0 auto;
    width: 950px;
    position: relative;
}
.flowers-magazine:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    z-index: 0;
}
.flowers-magazine.next:after,
.flowers-magazine.zoukan:after{
    content: none;
}
.flowers-magazine h3{
    position: relative;
    margin-bottom: 1em;
    padding: 6px 1em;
    background-color: #0000b1;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.333;
}
.mainVisual{
    height: 500px;
}
.spVisual{
    display: none;
}
.magazineArea{
  position:relative;
  z-index: 1;
  margin-top: 20px;
  width: 950px;
  margin: auto;
  padding: 20px 0 0;
}
.magazineArea:after{
    content: "";
    display: table;
    clear: both;
}
.magazineArea--zoukan{
    margin: 0 30px 0 0;
    padding: 240px 0 0;
    width: 360px;
    float: right;
}
/* .zoukan-title {
    background-position: right 40px;
    height: 500px;
} */
.magazine-cover {
    width: 170px;
    margin-left: auto;
}
.magazine-info {
    width: 170px;
    margin-left: auto;
}
.zoukan .magazine-info {
    width: 200px;
}
.magazine-name,
.magazineArea p{
    margin: 0;
    padding: 0;
    text-align: left;
    color: #000;
    display: block;
    margin: 4px 0;
    font-size: 1pc;
    font-weight: 700;
    border-bottom: #43d011 solid 2px;
}
.magazine-date p{
    font-weight: bold;
    font-size: 1.4rem;
}
.magazine-date span{
    font-size: 1.9rem;
    line-height: 22px;
    font-weight: normal;
}
.magazineArea p.magazine-date {
    font-size: 1.4rem;
    line-height: 22px
}
.magazineArea p.magazine-date p {
    font-weight: 400;
    font-size: 1.9rem
}
.zoukan .magazine-date p{
    padding-bottom: 6px;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    text-align: left;
    font-weight: normal;
}
.zoukan .magazine-date span{
    font-weight: 400;
    font-size: 24px;
}
.magazineArea--zoukan ul li,
.magazineArea ul li {
    width: 100%;
    margin-top: 4px;
    text-align: center;
    font-size: 1.4rem;
}
.magazine-btn{
    display: block;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    padding: 7px 0;
    line-height: 1;
    text-decoration: none;
    background-color: #9E9E9E;
    border: 1px solid #9E9E9E;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: 0.3s;
}
.magazine-btn.btn-green {
    color: #fff;
    background-color: #43d011;
    border: 1px solid #43d011;
}
.magazine-btn.btn-green:hover {
    background-color: #fff;
    color: #43d011;
    border: 1px solid #43d011;
}
.magazine-btn.btn-white {
    color: #43d011;
    background-color: #fff;
    border: 1px solid #43d011;
}
.magazine-btn.btn-white:hover {
    background-color: #43d011;
    color: #fff;
    border: 1px solid #43d011;
}
.openingpageInfo{
    padding: 20px 0 10px;
    background-color: #fff;   
}
.snsArea{
    position: absolute;
    right: 0;
    top: 0;
    height: 34px;
    overflow: hidden;
    display: flex;
}
.openingpageComic{

}
.openingpageComic .phBox {
    float: right;
    margin: -50px 20px 0 0;
    padding: 0 0 0 0;
    width: 440px;
}
.openingpageComic__pttl{
    font-size: 2rem;
    line-height: 24px;
    padding-bottom: .2em;
    color: #df004e;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0.5em;
}
.openingpageComic__ttl{
    font-size: 3.4rem;
    line-height: 38px;
    padding-bottom: .3em;
}
.openingpageComic__tagline{
    font-size: 2rem;
    line-height: 24px;
    padding-bottom: .1em;
}
.openingpageComic__summary{
    font-size: 1.8rem;
    line-height: 22px;
    padding-bottom: 1em;
}
.openingpageComic ul span{
    font-weight: bold;
}
.LinkbtnArea{
    height: 40px;
    display: flex;
}
.LinkbtnArea a{
    display: block;
    margin: 0 6px 6px 0;
    padding: 7px 0;
    width: 140px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    border-radius: 3px;
    transition: 0.3s;
    height: 30px;
    line-height: 1;
}
.LinkbtnArea01{
    margin-right: 6px;
    background-color: #ffab3f;
    border: 1px solid #ffab3f;
}
.LinkbtnArea01:hover{
    background-color: #fff;
    color: #ffab3f;
    border: 1px solid #ffab3f;
}
.LinkbtnArea02{
    background-color: #43d011;
    border: 1px solid #43d011;
    margin-right: 0;
}
.LinkbtnArea02:hover{
    background-color: #fff;
    color: #43d011;
    border: 1px solid #43d011;
}
.postInformation{
    clear: both;
    max-width: 950px;
    width: 100%;
    margin: 15px auto 30px;
    padding: 0;
    border-top: #ccc solid 1px;
    background-color: #fff;
}
.special2 {
    margin: 0;
    clear: both;
    padding: 12px 0 10px 0;
    border-top: 4px dotted #df004e;
    border-bottom: 4px dotted #df004e;
}
.special li,
.special2 li {
    font-weight: 900;
    margin: 0 0 0 1.5em;
    padding: 0;
    line-height: 1.333;
    list-style: disc;
}
.zoukan .special li{
    font-weight: normal;
    list-style: none;
}
.special3 {
    margin: 0;
    clear: both;
    padding: 12px 0 10px 0;
    border-bottom: 4px dotted #df004e;
}
.special3 .txtBox {
    float: right;
    width: 690px;
}
.special3 .phBox {
    float: left;
    margin: 0 20px 0 0;
    padding: 0 0 0 0;
    width: 600px;
}
.special3 li {
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1;
    list-style: none;
    font-size: 120%;
}
.special .phBox img,
.special2 .phBox img,
.special3 .phBox img {
    width: 100%;
}
.special3 .txtBox {
    float: right;
    width: 330px;
}
.comicList {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
}
.comicList dd {
    margin: 0 0 20px 0;
    width: 48.8%;
}
.productInfo {
    position: relative;
}
.comicCv {
    float: left;
    width: 150px;
    min-height: 160px;
    height: auto !important;
    height: 180px;
}
.comicCvL {
    float: left;
    width: 240px;
    min-height: 240px;
    height: auto !important;
    height: 180px;
}
.comicCv img, .comicCvL img {
    width: 100%;
    height: auto;
    border: 1px solid #e3e3e3;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.comicDetail {
    width: auto;
    margin-left: 165px;
}
.comicDetailL {
    width: auto;
    margin-left: 255px;
}
.special h3, .special2 h3, .special3 h3 {
    clear: inherit;
    display: block;
    margin: 0 0 6px 0;
    padding: 0;
    font-size: 1.8rem;
    line-height: 1.24;
    background-color: transparent;
    color: #df004e;
    text-indent: 0 !important;
}
.comicTilt,
.comicTiltL,
.comicTiltM {
    color: #df004e;
    font-weight: 700;
}
.zoukan .comicTilt,
.zoukan .comicTiltL {
    color: #e90003;
    font-weight: 700;
}
.zoukan .comicTilt {
    font-size: 2rem;
    line-height: 24px;
    padding-bottom: .2em;
}
.comicTitleM {
    font-size: 2.8rem;
    line-height: 32px;
}
dd .comicTilt {
    font-size: 1.4rem;
    line-height: 18px;
}
.zoukan dd .comicTilt {
    font-size: 1.4rem;
    line-height: 18px;
}
dd .comicTitle {
    font-size: 2rem;
    line-height: 24px;
}
dd .comicSummary, .comicSummaryM {
    font-size: 1pc;
    line-height: 20px;
}
.comicSummary {
    font-size: 1.8rem;
    line-height: 22px;
    padding-bottom: 1em;
}
.publishedWorkList {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 3pc;
    clear: both;
}
.publishedWorkList li {
    display: flex;
    align-items: stretch;
    margin: 0;
    padding: 0;
    width: 48.8%;
    border-bottom: #ccc solid 1px;
    font-size: 1.5rem;
    line-height: 20px;
}
.publishedWorkList li.nonLink {
    background-image: none;
    pointer-events: none;
    width: 48.8%;
}
.publishedWorkList li.nonLink span {
    display: block;
    width: 100%;
    padding: 18px 30px 18px 10px;
    box-sizing: border-box;
}
.publishedWorkList li:nth-child(2n):last-child {
    margin-left: auto;
}
.publishedWorkList li:hover {
    background-color: #f8f8f8;
}
.publishedWorkList li a {
    display: block;
    padding: 18px 30px 18px 10px;
    width: 100%;
    color: #000;
    background: url(../img/flowers2019/arrow.png)right center no-repeat;
    background-size: auto 15px;
    box-sizing: border-box;
}
.publishedWorkList li strong {
    font-size: 1.8rem;
    font-weight: 400;
    padding: 18px 30px 18px 10px;
    box-sizing: border-box;
}
.special .ph-box {
    float: right;
    width: 33%;
    margin: -2em 2em 0 0;
}
.special .txt-box {
    float: left;
    width: 60%;
    padding: 3em 0 1em 0;
}
.special .txt-box a{
    color: #00e;
}
.postInformation .inner::after,
.special::after,
.special2::after,
.special3::after {
    content: "";
    display: block;
    clear: both;
}
.magazineArea--zoukan .magazine-cover{
    line-height: 0;
    width: 150px;
    float: left;
}
.magazineArea--zoukan .magazine-name{
    display: block;
    margin: 6px 0;
    font-size: 1.6rem;
    font-weight: 700;
    border-bottom: #43d011 solid 2px;
    color: #000;
}
.magazineArea--zoukan .magazine-date{

}
.openingPageInfo{
    background-color: #fff;
    padding: 20px 0 10px;
}
.comicTitle {
    font-size: 34px;
    line-height: 38px;
    padding-bottom: .3em;
}
.special .txt-box li {
    width: 7em;
    padding: 0 0 1em 0;
    float: left;
    font-size: 22px;
}
.flowers-magazine.next{
    text-align: center;
    line-height: 0;
    padding: 20px 0 75pt;
    background: #fff;
}
.flowers-magazine.next .LinkbtnArea{
    margin: 40px auto 0;
    max-width: 680px;
    width: 100%;
    height: 50px;
}
.flowers-magazine.next .LinkbtnArea a{
    display: block;
    background-color: #ffab3f;
    margin: 0 0 6px;
    width: 100%;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0;
}
.flowers-magazine.next .LinkbtnArea a:hover{
    background-color: #fff;
    color: #ffab3f;
    border: #ffab3f solid 1px;
}
.comicDetailw {
    width: auto;
    margin-left: 165px;
}
.comicList dd.ddmono {
    /* margin: 0 0 20px 0;
    width: 100%; */
}
.special3 ul {
    margin-top: 1em;
}
.gotoDetail {
    background-color: #ffab3f;
    border: #ffab3f solid 1px;
}
.buyBtn, .gotoDetail {
    display: block;
    margin: 0 0 6px;
    padding: 7px 0;
    width: 140px;
    color: #fff;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    border-radius: 3px;
    transition: 0.3s;
}
.gotoDetail:hover {
    background-color: rgba(255,255,255,1.00);
    color: #ffab3f;
    border: #ffab3f solid 1px;
}
@media screen and (min-width: 801px) {
    .comicList dd:nth-child(2n+1) {
        clear: both;
    }
}
@media screen and (max-width: 640px) {/* スマートフォン用スタイル */
    .spVisual {
        clear: both;
        margin: 0 0 10px;
        display: block;
    }
    .flowers-magazine:after{
        content:none;
    }
}
@media screen and (max-width: 801px) {/* スマートフォン用スタイル */
    .flowers-magazine .col{
        width: auto;
        padding: 0 10px;
    }
    .magazineArea{
        width: 100%;
    }
    /* .flowers-magazine.zoukan{
        background-size: auto 580px;
    } */
    .publishedWorkList {
        clear: both;
    }
    .publishedWorkList li:nth-of-type(odd) {
        background: #fbfbfb;
    }
    .publishedWorkList li a {
        padding: 1pc 20px 18px 1em;
    }
    .publishedWorkList li a:hover {
        background-color: #fff;
    }
    .comicList dd, .productInfo {
        padding: 10px 0;
    }
    .comicCv {
        width: 24%;
        min-height: inherit;
    }
    .comicDetail, .comicDetailw {
        margin-left: 26%;
        margin-right: 1.5%;
    }
    .special2 h2, .special2 h3, .special3 h3 {
        margin-left: 0;
    }
    .special .txtBox, .special2 .txtBox, .special3 .txtBox {
        float: none;
        width: 100%;
    }
    .special .phBox, .special2 .phBox, .special3 .phBox {
        float: none;
        margin: 0 auto 1em auto;
        padding: 10px 0 0 0;
    }
    .special3 .phBox{
        width: 100%;
        float: none;
        margin: 0 auto 1em auto;
        padding: 10px 0 0 0;
    }
    .comicCv, .comicCvL {
        width: 24%;
        min-height: inherit;
    }
    .comicList dd, .productInfo {
        padding: 10px 0;
    }
    .comicList dd {
        width: 100%;
        border-top: none;
        border-bottom: #ccc solid 1px;
        margin-bottom: 0;
    }
    dl.comicList {
        width: 100%;
    }
    .postInformation {
        clear: both;
        width: auto;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }
    .publishedWorkList {
        clear: both;
    }
    .publishedWorkList li:nth-of-type(odd) {
        background: #fbfbfb;
    }
    .publishedWorkList li, .publishedWorkList li.nonLink {
        margin: 0;
        width: 100%;
        border-left: 0;
    }
    .publishedWorkList li a {
        padding: 1pc 20px 18px 1em;
    }
    .publishedWorkList li:nth-of-type(even) {
        background: #f8f8f8;
    }
    .publishedWorkList li, .publishedWorkList li.nonLink {
        margin: 0;
        width: 100%;
        border-left: 0;
    }
    .comicDetail, .comicDetailw, .comicDetailL {
        margin-left: 26%;
        margin-right: 1.5%;
    }
    .openingpageComic .phBox{
        width: 100%;
        max-width: 440px;
        float: none;
        margin: 0 auto 1em auto;
        padding: 10px 0 0 0;
    }
}
@media screen and (max-width: 800px) {
    .special .ph-box {
        width: 36%;
        margin: 0 1em 0 0;
    }
    .special .txt-box {
        padding: 1em 0;
    }
    .special .txt-box li {
        font-size: 18px;
        line-height: 1.8;
    }
    .special .txt-box {
        padding: 1em 0;
    }
    dl.comicList {
        width: 100%;
    }
}
@media only screen and (max-width:640px) {
    .flowers-magazine {
      background-image: none
    }
      
    .flowers-magazine::after {
        content: "";
        display: none;
    }
    .mainVisual {
      height: auto
    }
    .magazineArea {
      margin: 0 auto;
      padding: 20px 0;
      width: 420px;
      float: none
    }
    .magazine-name {
        color: #000!important;
    }
    .magazine-cover {
      width: 200px;
      float: left
    }
    .magazine-info {
      padding-top: 30px;
      width: 200px;
      float: right
    }
    #openingPageInfo {
      padding-top: 0
    }
    .spVisual {
      clear: both;
      margin: 0 0 10px;
      background-size: 100% auto;
      display: inline-block;
      width: 100%;
    }
    .spVisual img {
      width: 100%;
      height: auto
    }
    .postInformation {
      margin: 10px;
      padding-bottom: 9px
    }
    .postInformation .inner {
      padding: 0 10px
    }
    .colLeft, .colRight {
      clear: both;
      margin-bottom: 8px;
      padding: 20px;
      width: auto;
      float: none;
      background-color: #f5f5f5;
      border: 0;
      border-radius: 18px;
      -webkit-border-radius: 18px;
      -moz-border-radius: 18px
    }
    .colLeft img {
      max-width: 460px
    }
    .postInformation .Ltxt {
      font-size: 28px;
      line-height: 2pc
    }
  }
@media only screen and (max-width:640px) {
    .magazineArea p {
        color: #000!important;
    }
    .snsArea{
        position: relative;
        justify-content: flex-end;
        margin-top: 0;
        border-bottom: #c7c7c7 dotted 1px;
        margin-bottom: 9pt;
        height: auto;
        min-height: 34px;
    }
}
@media only screen and (max-width:420px) {
    .magazineArea {
      width: auto;
    }
    .magazine-cover {
      width: 48%
    }
    .magazine-info {
      padding-top: 0;
      width: 49%;
    }
  
    .magazineArea p.magazineData {
      font-size: 13px;
      line-height: 22px;
    }
    .magazineArea p.magazineData strong {
      font-size: 16px
    }
    .postInformation ul li {
      float: none;
      width: auto;
      margin: 0 0 4px
    }
    #buyNew, #buySub, .postInformation ul li:nth-child(even) {
      float: none
    }
  }
  @media screen and (max-width: 481px){
    .comicCv, .comicCvL{
        float: left;
        width: 32%;
    }
    .comicDetail, .comicDetailw, .comicDetailL {
        float: right;
        width: 66%;
        margin-left: 0;
        margin-right: 0;
    }
    .LinkbtnArea {
        height: auto;
        display: block;
    }
  }
  @media screen and (max-width: 480px){
    .special .ph-box {
        float: right;
        width: 50%;
    }
    .special .txt-box {
        float: left;
        width: 40%;
        padding: 0 0 1em 0;
    }
    .special .txt-box li {
        padding: 0 0 14px 0;
        line-height: 1;
    }
}
@media only screen and (max-width: 431px){
    .magazineArea--zoukan p.magazine-data {
        font-size: 14px;
        line-height: 22px;
    }
    .magazine-info {
        padding-top: 0;
        width: 140px;
    }
    .zoukan .magazine-info {
        padding-top: 0;
        width: 150px;
    }
    .magazineArea--zoukan{
        margin: 0;
        width: 300px;
    }
    .zoukan .magazine-cover {
        width: 140px;
    }
}
@media screen and (max-width: 621px) {
    /* .flowers-magazine.zoukan {
        background-image: none!important;
        margin: 0 auto;
        padding: 0;
        float: none;
    } */
    section.zoukan-title.col {
        background-position: center 30px;
    }
    .magazineArea--zoukan{
        float: none;
        margin: auto;
    }
}
/* ------------------------------------

  トップページメインビジュアル

------------------------------------  */
.flowers-container{
    background-position: center;
    /* min-width: 950px; */
    min-width: 1100px;
    border-bottom: #00d0ff solid 4px;
    width: 100%;
    margin-bottom: 40px;
}
.flowers-container__inner{
    margin: 0 auto;
    width: 950px;
    height: 380px;
    position: relative;
}
.topMagazine{
    position: absolute;
    width: 200px;
    top: 16px;
    z-index: 2;
}
.topMagazine-cover{
    line-height: 0;
}
.topMagazine-cover img{
    margin-bottom: 6px;
}
.topMagazine p{
    display: block;
    margin: 0;
    padding: 0;
    font-size: 11px;
    line-height: 1.3;
    overflow: hidden;
    text-align: center;
}
.topMagazine p span{
    font-size: 14px;
    font-weight: bold;
}
.topMagazine .topMagazine-number{
    font-size: 14px;
    font-weight: bold;
}
.topLinkarea{
    position: absolute;
    bottom: -24px;
    left: 0;
    width: 100%;
    height: 44px;
    padding: 4px;
    background: #00d0ff;
    border-radius: 22px;
    box-sizing: border-box;
    z-index: 2;
}
.topLinkarea a{
    white-space: normal;
    margin-right: 1px;
    display: inline-block;
    width: 22%;
    color: #00d0ff;
    font-size: 14px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    transition: 0.3s;
}
.topMagazinelink {
    position: absolute;
    bottom: -20px;
    right: 4px;
    width: 28%;
    z-index: 2;
}
.topMagazinelink a{
    display: block;
    color: #fff;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    background-color: #030daa;
    border-radius: 18px;
    transition: 0.3s;
}
.topLinkarea a:first-child{
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}
.topLinkarea a:last-child{
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}
@media screen and (max-width: 950px) {
    .flowers-container__inner{
        width: auto;
    }
    .flowers-container{
        min-width: auto;
    }
}
@media screen and (max-width: 801px) {
    .flowers-container{
        background-size: 145%;
        min-width: 8in;
        background-color: #fff;
    }
    .flowers-container__inner{
        width: auto;
        padding: 0 10px;
    }
    .topLinkarea{
        width: 98%;
        left: 1%;
    }
    .topLinkarea a{
        font-size: 12px;
    }
    .topMagazinelink{
        right: 1%;
        width: 25%;
        padding-right: 4px;
    }
    .topMagazinelink a{
        font-size: 12px;
    }
    .topBanner{
        height: 300px;
        width: auto;
        top: 0;
        right: inherit;
        left: 150px;
    }
}
@media screen and (max-width: 761px) {
    .flowers-container{
        background-size: 144%;
        background-position: 50% center;
        min-width: 600px;
    }
    .flowers-container__inner{
        width: auto;
        height: 290px;
        padding: 0 10px;
    }
    .topMagazine{
        width: 150px;
        top: 10px;
    }
}
@media screen and (max-width: 640px) {
    .flowers-container{
        background-size: 146%;
        background-position: 45% center;
        min-width: auto;
    }
}
@media screen and (max-width: 600px) {
    .flowers-container{
        background-image: none;
        min-width: 20pc;
        border-bottom: none;
    }
    .flowers-container__inner{
        height: auto;
        padding: 0;
        position: static;
    }
    .topMagazine{
        margin: 0 auto;
        padding: 10px 0;
        position: static;
        width: 100%;
        max-width: 25pc;
        min-width: 20pc;
        border-left: 6px solid #00d0ff;
        border-right: 6px solid #00d0ff;
    }
    .topMagazine-cover{
        margin: 0 10px;
        background-size: 100% auto;
    }
    .topLinkarea{
        position: static;
        width: 100%;
        height: auto;
        left: auto;
        border-radius: 0;
        border: 6px solid #00d0ff;
        padding: 0;
        margin-bottom: 12px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

    }
    .topLinkarea a{
        font-size: 11px;
        width: 33%;
        margin: 0;
        line-height: 1.5;
        padding: 10px 0;
    }
    .topMagazinelink{
        position: static;
        right: auto;
        width: auto;
        margin: 0 10px;
        padding-right: 0;
    }
    .topMagazinelink a{
        border-radius: 0;
    }
    .topBanner{
        margin: 0 10px;
        border: #030daa solid 4px;
        border-bottom: none;
        position: static;
        height: auto;
        background-position: 68% center;
        background-size: 190%;
    }
    .topBanner a{
        width: 100%;
        padding-top: 45%;
    }
    .topLinkarea a:first-child{
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .topLinkarea a:last-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
}
/* ------------------------------------

  作家一覧

------------------------------------  */
.author-container{
    padding: 40px 0 75pt;
    background: #fff;
    width:100%;
    margin: auto;
}
.author-container__inner{
    margin: 0 auto;
    max-width: 950px;
    width: 100%;
}
.author-container h2{
    padding: 0 0 14px;
    font-size: 30px;
    line-height: 38px;
    color: #000;
    background: url(../img/flowers2019/item01.png)no-repeat;
    background-position: center bottom;
    background-size: 100% 9pt;
    margin: 0;
}
.author-container h3{
    padding: 3px 0 0;
    text-indent: .5em;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 9px;
}
#panel1 h3 {
    background-color: #0000b1;
}
#panel2 h3 {
    background-color: #519b31;
}
/*
デザインが本番環境にあわせることになったので非表示
.author-container h3:after{
    content: "";
    display: block;
    height: 9pt;
    background: #fff url(../img/flowers2019/item01.png)no-repeat;
    background-position: center 0;
    background-size: 100% 9pt;
}
*/
.artistsList{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
    color: #fff;
    background-color: #fff;
}
.artistsList img{
    border: 1px #ccc solid;
    float: left;
    margin: 0 10px 0 0;
    width: 36px;
    height: 36px;
}
.artistsList span{
    font-size: 1pc;
    padding-right: 3px;
    font-weight:bold;
}
.artistsList a{
    margin: 0;
    padding: 4px 4px 4px 6px;
    display: block;
    height: 44px;
    color: #000;
}
.artistsList li {
    width: 33%;
    margin-right: 0.2%;
    padding: 0;
    line-height: 38px;
    font-size: 11px;
    border-bottom: #ccc solid 1px;
}
.artistsList li.newInfo a {
    background: url(../img/flowers2019/item02.png)no-repeat;
    background-position: right 0;
}
.artistsList li:nth-of-type(odd) {
    background: #f8f7f4;
}
.artistsList li:nth-of-type(even) {
    background: #f6f4e7;
}
.authorLink{

}
.authorLink-btn:hover{
    background: #fff;
    text-decoration: none;
}
.authorLink-btn{
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 36px;
    color: #000;
    height: 36px;
    width: 280px;
    text-align: center;
    background: url(../img/flowers2019/item03.png)repeat-x;
    background-position: center;
    border: #dbdbdb solid 1px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
#tabselect {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 6px;
    overflow: hidden;
}
#tabselect li {
    display: block;
    width: 49.5%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
#tabselect1 {
    float: left;
}
#tabselect2 {
    float: right;
}
#tabselect li a {
    position: relative;
    display: block;
    line-height: 60px;
    color: #fff;
    border-radius: 10px 10px 0 0;
    background: #ccc;
    transition: 0.3s;
}
#tabselect::after {
    content: "";
    display: block;
    clear: both;
}
#tabselect1 a.active {
    background: #0309b0;
}
#tabselect2 a.active {
    background: #519b31;
}
#tabselect::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #0309b0;
}
#tabselect2 a.active::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -6px;
    right: 0;
    width: 202%;
    height: 6px;
    background: #519b31;
}
@media screen and (max-width: 801px) {/* スマートフォン用スタイル */
    .author-container{
        padding: 40px 0 75pt;
        background: #fff;
    }
    .author-container__inner{
        width: auto;
        padding: 0 10px;
    }
}
@media screen and (max-width: 721px) {
    .artistsList li{
        width: 100%;
    }
    #tabselect li {
        font-size: 16px;
    }
}
/* ------------------------------------

  作家詳細

------------------------------------  */
.author-post-container{
    padding: 40px 0 75pt;
    background: #fff;
}
.author-post-container__inner{
    margin: 0 auto;
    padding-top: 10px;
    max-width: 920px;
    box-shadow: rgba(0,0,0,.06) 0 20px 20px 0;
    -webkit-box-shadow: rgba(0,0,0,.06) 0 20px 20px 0;
    -moz-box-shadow: rgba(0,0,0,.06) 0 20px 20px 0;
    position: relative;
}
.LinkBtnArea{
    position: absolute;
    top: 0;
    width: 100%;
    height: 30px;
}
.LinkBtnArea a{
    display: block;
    clear: both;
    font-size: 14px;
    font-weight: 700;
    line-height: 36px;
    color: #000;
    height: 36px;
    width: 280px;
    text-align: center;
    background: url(../img/flowers2019/btnbg01.png)repeat-x;
    background-position: center;
    border: #dbdbdb solid 1px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: auto;
    padding: 0 1.5em;
    margin-right: 20px;
    float: right;
}
.LinkBtnArea a:hover{
    background: #fff;
}
.artistsInfo,
.artistsWorksTable{
    margin: 0 auto;
    border: 0;
    border-collapse: collapse;
    width: 100%;
}
.artistsInfo__left{
    background-color: #438ABE;
    vertical-align: top;
    width: 234px;
    text-align: center;
}
.artistsInfo__left > p{
    padding-bottom: 30px;
}
.artistsInfo td,
.artistsWorksTable td{
    /* vertical-align: top;
    width: 234px;
    text-align: center; */
    padding: 0;
    font-size: 13px;
    line-height: 15px;
    vertical-align: top;
    border-collapse: collapse;
}
.artistsInfo__profile{
    text-align: left;
    margin: 8px 0 3px;
    font-family: Verdana, Arial, sans-serif;
    border: #fff 1px solid;
}
.artistsInfo__profile,
.comicsLineUp{
    font-size: 9pt;
    font-weight: 700;
    line-height: 20px;
    padding: 0 6px;
    color: #fff;
}
.comicsLineUp{
    background-color: #438ABE;
    margin: 0 0 6px;
}
.artistsInfo__box{
    color: #fff;
    padding: 9pt 9pt 24px;
    text-align: left;
}
.artistsInfo__box img {
    float: right;
}
.artistsInfo__box::after{
    content: "";
    clear: both;
}
.artistsInfo__box p{
    font-size: 1.2rem;
    line-height: 1.4em;
}
.artistsInfo__box p{
    margin: 0;
    padding: 0;
    line-height: 1.34;
}
.artistsInfo__box .artistsInfo__text{
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    margin: 8px 0 3px;
    padding: 0 6px;
    color: #fff;
    font-family: Verdana, Arial, sans-serif;
    border: #fff 1px solid;
}
.artistsInfo__link a{
    display: block;
    padding: 6px;
    background: #fff url(../img/flowers2019/arrow.png)no-repeat;
    background-position: right center;
    background-size: 15px auto;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
}
.artistsInfo__img01{
    width: 210px;
}
.artistsInfo__box .artistsInfo__img01:nth-of-type(2) {
    margin: 5px auto 12px;
}
.artistsInfo__box .artistsInfo__ttl{
    font-size: 22.5px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN";
    margin: 5px auto 8px;
    display: inline-block;
}
.artistsInfo__img02{
    margin: 0 0 6px 6px;
    width: 210px;
    margin-bottom:6px;
}
.artistsInfo .artistWorks{
    padding: 20px 0 75pt 20px;
}
.artistsWorks__name{
    color: #438ABE;
    font-size: 4.8rem;
    font-weight: 700;
    margin: 0 0 4px;
    line-height: 1.4;
}
.artistsWorksTable{
    width: 100%;
}
.artistsWorksTable td{
    padding: 10px 0;
    border-bottom: #e0e0e0 solid 1px;
    line-height: 1.24;
}
.artistsWorks__Cover{
    width: 70px;
}
.artistsWorks__Cover img {
    margin-right: 8px;
    display: block;
    width: 62px;
    height: auto;
    border: #b5b5b5 solid 1px;
}
.artistsWorks__btn{
    display: inline-block;
    margin-top: 0.8em;
    padding: 6px 0.5em;
    width: auto;
    background-color: #ffab3f;
    color: #fff;
    line-height: 1;
    border: #ffab3f solid 1px;
    font-size: 11px;
    font-weight: 700;
    text-align: left;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.artistsWorks__btn:hover{
    background-color: #fff;
    color: #ffab3f;
    border: #ffab3f solid 1px;
    text-decoration: none;
}
.artistsWorks__info span{
    font-weight: bold;
    color: #438ABE;
    font-size: 1.56rem;
}
@media screen and (max-width: 950px) {
    .author-post-container__inner{
        padding: 10px;
    }
}
@media screen and (max-width: 800px) {
    .LinkBtnArea {
        display: none;
    }
    .artistsInfo__left{
        width: 30%;
    }
    .artistsInfo__left a {
        width: 90%;
        display: block;
        margin: auto;
    }
}
@media screen and (max-width: 680px) {
    .artistsInfo__box img {
        float: none;
        display: block;
        margin: 5px auto;
    }
    .artistsWorks__name{
        font-size: 4rem;
    }
    .artistsInfo__box .artistsInfo__ttl{
        float: none;
        display: block;
        margin: 5px auto;
        width: 210px;
    }
}
@media screen and (max-width: 490px) {
    .artistsInfo > tbody > tr > td {
        float: left;
        width: 100%;
    }
    .artistsInfo__box p:last-child {
        padding-top: 10px;
    }
    .artistsInfo__box p:last-child:after {
        content: "";
        clear: both;
        display: block;
    }
    .artistsInfo__box p:last-child img {
        float: left;
        margin: 0 10px 0 0;
    }
    .artistsInfo .artistWorks{
        padding: 20px 0 75pt 0;
    }
    .artistsWorks__name{
        font-size: 3.2rem;
        margin-top: 20px;
    }
    .artistsInfo__box .artistsInfo__img01:nth-of-type(2){
        margin: 0 auto;
    }
}
/* ------------------------------------

  作品詳細

------------------------------------  */
.work-post-container{
    padding: 40px 0 75pt;
    background: #fff;
}
.work-post-container:after{
    content: "";
    clear: both;
    display: table;
}
.work-post-container__inner{
    margin: 0 auto;
    width: 950px;
}
.work-post-container h1{
    display: block;
    width: 550px;
    height: auto;
    float: left;
}
.work-post-container h2{
    font-size: 22px;
    line-height: 28px;
}
.work-post-container h1 img{
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.workPost__snsArea{
    clear: both;
    position: static;
    margin-top: 6px;
    height: 34px;
    overflow: hidden;
}
.workPost__snsArea div{
    float: right;
}
.backToNavi{
    margin: 0;
    padding: 0 0 9pt;
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    background: url(../img/flowers2019/item04.png)no-repeat;
    background-position: center bottom;
    background-size: 100% 9pt;
}
.backToNavi a{
    display: inline-block;
    padding: 0 1em;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    background-color: #0000b1;
    border-top: #0000b1 solid 1px;
    border-left: #0000b1 solid 1px;
    border-right: #0000b1 solid 1px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
}
.ProfileArea{
    float: right;
    width: 350px;
}
.ProfileArea__keyart{
    margin: 0 auto 40px;
    border: 0;
    line-height: 0;
    width: 350px;
    box-shadow: rgba(0,0,0,.06) 0 20px 20px 0;
    -webkit-box-shadow: rgba(0,0,0,.06) 0 20px 20px 0;
    -moz-box-shadow: rgba(0,0,0,.06) 0 20px 20px 0;
}
.ProfileArea__keyart img{
    width: 100%;
    height: auto;
}
.ProfileArea__text{
    padding: 20px;
    background: #efefef;
}
.ProfileArea__sub{
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    border: 0;
}
.ProfileArea__text p{
    font-size: 1.3rem;
}
.ProfileArea__link{
    padding-top: 1em;
}
.ProfileArea__link a{
    background-color: #ffab3f;
    border: #ffab3f solid 1px;
    display: inline-block;
    margin: 0 0 6px;
    padding: 0 1em;
    width: auto;
    min-width: 140px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    border-style: none;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.workPost__info{
    display: block;
    width: 550px;
    float: left;
}
.workPost__synopsis,
.workPost__character{
    margin: 0 0 20px;
    padding-top: 2pc;
}
.workPost__lead{
    padding-top: 8px;
    font-size: 1.8rem;
    line-height: 22px;
    margin-bottom: .5em;
    font-weight: 700;
    color: #0000b1;
}
.workPost--sub{
    margin-bottom: 9pt;
    border-bottom: #999 solid 1px;
    font-size: 2.2rem;
    line-height: 28px;
}
.workPost__lead{
    padding-top: 8px;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: .5em;
    font-weight: 700;
    color: #0000b1;
}
.characterImg{
    margin: 0 1pc 0 0;
    line-height: 0;
    float: left;
    width: 75pt;
    overflow: hidden;
    box-shadow: #ccc 2px 2px 0 0;
    -webkit-box-shadow: #ccc 2px 2px 0 0;
    -moz-box-shadow: #ccc 2px 2px 0 0;
}
.characterImg img{
    width: 75pt;
    height: 123px;
    border: #ccc solid 1px;
}
.workPost__character li span{
    font-weight: bold;
}
.workPost__character li{
    clear: both;
    padding: 8px 0 0;
}
@media screen and (max-width: 801px) {
    .work-post-container__inner{
        width: auto;
        padding: 0 10px;
    }
    .work-post-container h1{
        width: 100%;
        float: none;
    }
    .work-post-container h1 img{
        max-width: 550px;
    }
    .ProfileArea{
        float: none;
        width: auto;
        padding-top: 9pt;
    }
    .ProfileArea__text{
        order-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
    }
    .workPost__info{
        width: auto;
        float: none;
    }
}
@media screen and (max-width: 621px) {
    .workPost__snsArea{
        float: none;
        border-bottom: #c7c7c7 dotted 1px;
        margin-bottom: 9pt;
        height: auto;
        min-height: 34px;
    }
}
@media screen and (max-width: 481px) {
    .ProfileArea__keyart{
        width: 98%;
        max-width: 350px;
    }
}

/* ------------------------------------

  新人募集

------------------------------------  */
.award-container{
    padding: 40px 0 75pt;
    background: #fff;
    margin: 0 auto;
}
.award-container__inner{
    margin: 0 auto;
    max-width: 950px;
}
.caNavi{
    margin: 0;
    padding: 0;
    background-color: #fff;
}
.caNavi ul{
    display: flex;
    justify-content: space-between;
}
.award-container .caNavi1{
    width: 46%;
    line-height: 0;
}
.award-container .caNavi2{
    width: 52%;
    line-height: 0;
}
.coBox{
    padding: 25px;
    background: #d20085;
    border-top-left-radius: 24px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    -webkit-border-top-left-radius: 24px;
    -webkit-border-bottom-right-radius: 24px;
    -webkit-border-bottom-left-radius: 24px;
    -moz-border-radius-topleft: 24px;
    -moz-border-radius-bottomright: 24px;
    -moz-border-radius-bottomleft: 24px;
}
.coBox__inner{
    padding: 60px;
    background: #fff;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    box-shadow: hsla(0,0%,42%,.65) 0 0 8px 3px;
    -webkit-box-shadow: hsla(0,0%,42%,.65) 0 0 8px 3px;
    -moz-box-shadow: hsla(0,0%,42%,.65) 0 0 8px 3px;
}
.coBox p{
    margin: 0 0 1em;
}
.coBox h2{
    margin: 0;
    padding: 0 0 14px;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    background: url(../img/flowers2019/item04.png)no-repeat;
    background-position: center bottom;
    background-size: 100% 9pt;
}
.coBox h3{
    margin: 2em 0 10px;
    padding: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    border-bottom: #999 solid 1px;
}
.award--sub{
    clear: both;
    margin: 1.5em 0 0;
    padding: 0;
    text-indent: 1em;
    background-color: #0000b1;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 38px;  
}
.award--sub01{
    margin-top:3em;
}
.award--sub03{
    background-color:#d20085;
}
.coBox__attention{
    margin: -0.5em auto 2em;
    padding: 18px 20px 20px;
    clear: both;
    border: #d20085 solid 6px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
}
.coBox__attention p{
    margin: 0;
    font-weight: 700;
    line-height: 1.3;
}
.attentio__txt01{
    font-size: 26px;
    margin-bottom: 0.1em;
    color: #d20085;
}
.coBox__attention p span{
    font-size: 2.4rem;
    font-weight: bold;
    color: #d20085;
}
.attentio__txt02{
    margin-bottom: 0;
}
.attentio__txt03{
    margin-top:1em; 
}
.awardBox{
    display: flex;
}
.awardBox1{
    width: 420px;
    padding: 10px 0 5px;
}
.awardBox2{
    width: 350px;
    padding-top: 10px;
}
.benefitInfo{
    padding: 10px 0 0 0;
    border-top: #9000c4 double 3px;
}
.benefitInfo__txt{
    margin-bottom: 1.5em;
}
.benefitInfo__txt p{
    padding: 3px 4px 0;
    margin: 0;
}
.benefitInfo__txt p span{
    font-weight: bold;
}
.bringing{
    position: relative;
    height: 390px;
}
.bringingTxt{
    padding: 10px 360px 20px 0;
}
.bringingTxt01{
    margin-bottom:8px;
    color: #FF0000;
}
.bringingTxt02{
    margin-bottom:0px;
}
.bringingTxt03{
    margin-bottom:6px;
    font-size:12px;
    line-height:1.24;
}
.bringingTxt04{
    margin-bottom:6px;
}
.bringingTxt04 span{
    font-size: 2pc;
}
.bringingMap{
    position: absolute;
    width: 340px;
    top: 10px;
    right: 0; 
}
.bringing span{
    font-weight: bold;
}
.postText{
    padding: 10px 0 20px;
}
.postText span{
    font-size: 2rem;
    font-weight: 400;
}
.postText__link{
    display: inline-block;
    margin: 10px 0 6px;
    padding: 0 36px;
    line-height: 78px;
    color: #7b004e;
    border-style: none;
    font-size: 20px;
    font-weight: 700;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: url(../img/flowers2019/award_bg01.png)repeat-x;
    background-position: center;
    border: #d20085 solid 5px;
    box-shadow: hsla(0,0%,85%,.39) 0 2px 3px 2px;
    -webkit-box-shadow: hsla(0,0%,85%,.39) 0 2px 3px 2px;
    -moz-box-shadow: hsla(0,0%,85%,.39) 0 2px 3px 2px;
}
.postText__link:hover{
    background: #fff;
}
.guideLines{
    margin-bottom: 1em;
}
.guideLines li{
    clear: both;
    margin: 0 0 14px;
    padding: 0 0 14px;
    line-height: 1.3;
    border-bottom: #999 dotted 1px;
}
.guideLines li span{
    font-weight: bold;
    font-size: 1.8rem;
}
.guideLines li .guideLines__txt{
    color: #FF0004;
    font-size: 1.6rem;
    font-weight: normal;
}
.guideLines__caph1{
    float: left;
    width: 340px;
}
.guideLines__caph2{
    float: right;
    width: 420px;
}
.guideLines__caph1,
.guideLines__caph2{
    padding: 20px 0 0;
}
.guideLines__caph2__link{
    display: block;
    margin: 20px 0 6px;
    width: 100%;
    color: #fff;
    height: 46px;
    line-height: 46px;
    border-style: none;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #ff167b;
    border: #ff167b solid 1px;
}
.guideLines__caph2__link:hover{
    background-color: #fff;
    color: #ff167b;
}
.Guidelines2{
    margin: .5em 0 0;
}
.guidelines2 li{
    margin: 0 0 6px;
    padding: 0;
    font-size: 14px;
    line-height: 1.3;
    text-indent: -1em;
    padding-left: 1em;
    border: 0;
}
.guidelines3 li{
    margin: 0 0 3px;
    font-size: 13px;
    line-height: 1.3;
    text-indent: -1em;
    padding-left: 1em;
}
@media screen and (max-width: 801px) {/* スマートフォン用スタイル */
    .award-container__inner{
        width: auto;
        min-width: 20pc;
        padding: 0;
    }
    .coBox{
        padding: 24px 10px 3pc;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
    }
    .coBox__inner{
        padding: 30px;
    }
    .awardBox1{
        width: 380px;
    }
    .awardBox2{
        width: 310px;
    }
    .bringing{
        height: 390px;
    }
    .bringingTxt{
        padding: 20px 340px 20px 0;
    }
    .bringingMap{
        width: 310px; 
    }
    .guideLines__caph1{
        width: 310px; 
    }
    .guideLines__caph2{
        width: 380px;
    }
}
@media screen and (max-width: 769px) {
    .awardBox1,.awardBox2{
        padding-bottom: 20px;
    }
    .awardBox1{
        width: 51%;
    }
    .awardBox2{
        width: 46%;
    }
    .bringing {
        height: auto;
    }
    .bringingTxt{
        padding: 20px 330px 20px 20px;
    }
    .bringingMap{
        width: 300px;
    }
    .guideLines__caph1{
        width: 300px;
    }
    .guideLines__caph2{
        width: 370px;
    }
}
@media screen and (max-width: 741px) {
    .bringingTxt{
        padding: 20px 0;
    }
    .bringingMap{
        position: static;
        width: 300px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 641px) {
    .coBox__inner{
        padding: 30px 20px;
    }
    .awardBox{
        display: block;
    }
    .awardBox1,.awardBox2{
        padding-bottom: 10px;
        width: auto;
        margin: 0 auto;
    }
    .awardBox1{
        max-width: 420px;
    }
    .awardBox2{
        max-width: 420px;
    }
    .guideLines__caph1,
    .guideLines__caph2{
        float: none;
        width: 300px;
        margin: 0 auto;
    }
    .guideLines__caph2__link{
        margin: 10px 0 6px;
    }
}
@media screen and (max-width: 481px) {
    .awardBox1{
        max-width: 420px;
    }
    .awardBox2{
        max-width: 360px;
    }
    .awardBox1,.awardBox2{
        width: auto;
        margin: 0 auto;
        padding-bottom: 10px;
    }
    .postText,.bringingTxt{
        padding: 10px 0;
    }
    .bringingMap{
        width: auto;
        margin: 0 auto;
    }
    .postText__link{
        font-size: 1pc;
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .guideLines__caph1{
        max-width: 300px;
    }
    .guideLines__caph1,
    .guideLines__caph2{
        width: auto;
        margin: 0 auto;
    }
}
@media screen and (max-width: 361px) {
    .coBox__inner{
        padding: 30px 15px;
    }
}
/* ------------------------------------

  コミックエッセイ　一覧

------------------------------------  */
.wakaba-list {
    padding: 40px 0 100px;
    background: #FFF;
}
.wakaba-list__inner {
    margin: 0 auto;
    width: 950px;
}
.wakaba-list .caNavi1{
    width: 52%;
    line-height: 0;
}
.wakaba-list .caNavi2{
    width: 46%;
    line-height: 0;
}
.wakabaListBox {
    padding: 24px 12px 48px 48px;
    background: #17970a;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    -webkit-border-top-right-radius: 24px;
    -webkit-border-bottom-right-radius: 24px;
    -webkit-border-bottom-left-radius: 24px;
    -moz-border-radius-topright: 24px;
    -moz-border-radius-bottomright: 24px;
    -moz-border-radius-bottomleft: 24px;
}
.wakabaListBox__txt {
    margin: 0 36px 1em 0;
    font-size: 18px;
    color: #FFF;
    border-bottom: #FFF solid 2px;
}
.wakabaListBox ul li {
    margin: 0 12px 16px 0;
    color: #FFF;
    font-size: 14px;
    line-height: 24px;
    width: 31%;
    float: left;
}
.wakabaListBox ul li a {
    display: block;
    color: #FFF;
}
.wakabaListBox ul li a:hover {
    text-decoration: underline;
}
.wakabaListBox ul li img {
    display: block;
    height: 100px;
    width: auto;
    margin-right: 10px;
    float: left;
}
.wakabaListBox ul li p {
    display: block;
    padding-top: 20px;
}
.wakabaListBox ul li .author {
    font-size: 20px;
    line-height: 20px;
}
.wakabaListBox ul li .vol.new:after {
    display: inline;
    padding: 0 0 0 8px;
    font-weight: 700;
    color: #FD0;
}
.wakabaListBox:after{
    content: "";
    display: table;
    clear: both;
}
@media screen and (max-width: 801px) {
    .wakaba-list__inner {
        width: auto;
        min-width: 320px;
        padding: 0;
    }
    .wakabaListBox {
        padding: 24px 10px 48px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
    }
    .wakabaListBox__txt {
        margin: 0 0 1em;
        padding-bottom: 6px;
        font-size: 18px;
        line-height: 20px;
    }
    .wakabaListBox ul li {
        width: 42%;
        float: left;
    }
}
@media screen and (max-width: 621px) {
    .wakabaListBox ul li {
        width: 48%;
        margin: 0 8px 8px 0;
    }
    .wakabaListBox ul li img {
        height: 80px;
        width: auto;
    }
    .wakabaListBox ul li span {
        padding-top: 10px;
    }
}
@media screen and (max-width: 481px) {
    .wakabaListBox ul li {
        margin: 0 0 8px;
        width: 100%;
        height: 80px;
        float: none;
    }
}
/* ------------------------------------

  コミックエッセイ　詳細

------------------------------------  */
.wakaba-post {
    padding: 40px 0 100px;
    background: #FFF;
}
.wakaba-post__inner{
    margin: 0 auto;
    width: 950px;
}
.wakaba-post h2 {
    clear: both;
    margin: 0;
    padding: 0 0 14px;
    line-height: 0;
}
.wakaba-post h2 img {
    display: block;
    margin: 0 auto;
}
.wakabaPostBox__link {
    margin: 0 auto;
    width: 950px;
}
.wakabaPostBox {
    padding: 48px;
    background: #17970a;
    border-radius: 48px;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
}
.wakabaPostBox__link {
    width: 100%;
    height: 30px;
    position: relative;
    top: auto;
}
.wakabaPostBox__link a {
    width: auto;
    padding: 0 1.5em;
    float: right;
}
.wakabaPostBox__sns {
    clear: both;
    width: 300px;
    float: right;
    margin-top: 50px;
    height: 34px;
}
.wakabaPostBox__sns div {
    float: right;
}
.wakaba-post article{
    margin: 0 auto;
    padding: 0 0 40px;
}
.wakaba-post .wakabaPostBox article h1{
    display: block;
    height: 150px;
    width: 450px;
    color: #FFF;
    float: left;
    margin: -60px 0 12px;
    font-size: 2rem;
    line-height: 34px;
}
.wakaba-post article h1 img{
    display: block;
    height: 140px;
    width: auto;
    margin-right: 10px;
    float: left;
}
.wakaba-post article h1 span {
    padding-top: 24px;
    font-size: 2rem;
}
.wakaba-post .wakabaPostBox article p {
    font-size: 2rem;
}
.wakaba-post article h1 .author{
    padding-top: 24px;
    font-size: 3.4rem;
    line-height: 34px;
    padding-right: 5px;
}
.wakabaPostBox__comicbox {
    margin: 0 auto;
    width: 800px;
}
.wakabaPostBox__comicbox img {
    width: 100%;
    height: auto;
}
.wakabaPostBox__comiccap {
    margin: 0 auto;
    padding-top: 8px;
    width: 800px;
    color: #FFF;
    text-align: right;
    font-size: 14px;
}
.wakabaPostBox:after {
    content: "";
    display: table;
    clear: both;
}
@media screen and (max-width: 801px) {
    .wakaba-post__inner{
        width: auto;
        min-width: 320px;
        padding: 0;
    }
    .wakabaPostBox h2 img {
        width: 98%;
        max-width: 780px;
    }
    .wakabaPostBox {
        padding: 10px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }
    .wakabaPostBox__link {
        float: none;
        margin: 0;
        width: 200px;
        height: 38px;
        display: block;
    }
    .wakabaPostBox__link a {
        float: left;
    }

    .wakabaPostBox__sns {
        clear: none;
        width: auto;
        float: right;
        margin-top: 10px;
        height: 34px;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0;
    }
    .wakabaPostBox__sns div {
        float: right;
    }
    .wakaba-post article {
        padding: 0 0 40px;
    }
    .wakaba-post .wakabaPostBox article h1 {
        clear: both;
        width: 100%;
        margin-top: 10px;
        float: none;
    }
    .wakabaPostBox__comicbox {
        width: auto;
    }
    .wakabaPostBox__comiccap {
        width: auto;
    }
    .wakabaPostBox {
        padding: 10px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        position: relative;
    }
    .wakaba-post .wakabaPostBox article p {
        position: relative;
        top: 33px;
    }
}
@media screen and (max-width: 481px) {
    .LinkBtnArea {
        float: right;
    }
    .wakabaPostBox__link a {
        float: right;
    }
    .wakabaPostBox__sns {
        width: 100%;
        border-bottom: #FFF dotted 1px;
        position: relative;
    }
    .wakaba-post .wakabaPostBox article h1 {
        height: 100px;
        font-size: 18px;
        line-height: 26px;
        padding-top: 5px;
    }
    .wakaba-post .wakabaPostBox article h1 img {
        height: 100px;
    }
    .wakaba-post .wakabaPostBox article h1 span {
        padding-top: 14px;
    }
    .wakaba-post article h1 .author{
        font-size: 28px;
        line-height: 26px;
    }
    .wakaba-post .wakabaPostBox article p{
        top: 15px;
    }
}
/* ------------------------------------

  carousel-s

------------------------------------  */

@media screen and (max-width: 768px) {/* スマートフォン用スタイル */
 
}

/* ------------------------------------

widget-common__header

------------------------------------  */
.widget-common__header h1,
.widget-common__header h2{
  margin: 0;
  padding: 0 0 14px;
  font-weight: 700;
  background: url(../img/flowers2019/item01.png)no-repeat;
  background-position: center bottom;
  background-size: 100% 9pt;
  color: #000;
  border-bottom:none;
}
.widget-common__header h1{
  font-size: 3rem;
  line-height: 38px;
}
.widget-common__header h2{
  font-size: 2.1rem;
  line-height: 24px;
}

/* ------------------------------------

widget-common__footer

------------------------------------  */
.widget-common__footer a{
    display: block;
    clear: both;
    font-size: 14px;
    font-weight: 700;
    line-height: 36px;
    color: #000;
    height: 36px;
    width: 280px;
    text-align: center;
    background: url(../img/flowers2019/btnbg01.png)repeat-x;
    background-position: center;
    border: #dbdbdb solid 1px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 0;
}
.widget-common__footer a:hover{
    background: #fff;
    text-decoration: none;
}
/* ------------------------------------

  3列カードV型(SP1列)

------------------------------------  */

.p3s1-card-v__inner{
    max-width: 970px;
    padding: 0 10px;
}
.home .p3s1-card-v__inner{
    margin: 40px auto 100px;
}
.p3s1-card-v__item__inner{
    background:none;
}
.p3s1-card-v__item{
    width: calc((100% - 21px) / 3);
    border-left: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
    margin: 0 10px 8px 0;
    border-top: none;
    border-right: none;
}
.p3s1-card-v__item:nth-child(3n){
    margin: 0 0 8px 0;
}
.p3s1-card-v__link a{
    margin-top: 1em;
    padding: 6px 0.5em;
    width: auto;
    background-color: #ffab3f;
    color: #fff;
    line-height: 1;
    border: #ffab3f solid 1px;
    font-size: 11px;
    font-weight: 700;
    text-align: left;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.p3s1-card-v__box02{
    display: flex;
    flex-direction: column;
    text-align: left;
    width: calc(100% - 90px);
}
.p3s1-card-v__date{
    order:4;
    margin: 4px 0 0 0;
    padding: 0;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 700;
    color: #ff0004;
}
.p3s1-card-v__author{
    order:2;
    margin-bottom: 2px;
    padding: 0;
    font-size: 13px;
    line-height: 16px;
}
.p3s1-card-v__title{
    order:1;
    margin: 0 0 2px 0;
    padding: 0;
    font-size: 1.5rem;
    line-height: 18px;
    font-weight: 700;
}
.p3s1-card-v__info{
    order:3;
}
.p3s1-card-v__link{
    order:5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 0 0;
}
.p3s1-card-v__link a {
    margin: 2px 0;
}
.p3s1-card-v__label{
    display: none;
}
.p3s1-card-v__box02{
    margin-left: 8px;
}
.p3s1-card-v__box01 img {
    width: 90px;
    height: auto;
    border: #e3e3e3 solid 1px;
    box-sizing: border-box;
}
.p3s1-card-v__link a:hover{
    background-color: #fff;
    color: #ffab3f;
    border: #ffab3f solid 1px;
}
.p3s1-card-v__link br {
    display: none;
}
@media screen and (max-width: 768px) {
    .p3s1-card-v__inner{
        padding: 46px 10px;
    }
    .p3s1-card-v__item{
        margin: 0 4px 4px 0;
        border-left: none;
        width: 100%;
    }
    .p3s1-card-v__item:nth-child(3n){
        margin: 0 4px 4px 0;
    }
}

/* ------------------------------------

  4列バナーH型(SP2列)

------------------------------------  */

.p4s2-banner-h__inner{
    max-width: 970px;
}
.p4s2-banner-h__item {
    /* width: calc((100% / 4) - 57.5px);
    margin: 0 76.66px 10px 0;
    max-width: 180px; */
    height: 248px;
    width: 23%;
    max-width: none;
    margin: 0 1.999% 30px 0;
}
.p4s2-banner-h__item:nth-child(4n){
    /* margin: 0 0 10px 0; */
    margin: 0 1.999% 30px 0;
}
.p4s2-banner-h__main  {
    overflow: hidden;
}
.p4s2-banner-h__main ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 102%;
}
.p4s2-banner-h__box02__title{
    font-size: 88%;
}
@media screen and (max-width: 768px) {
    .p4s2-banner-h__item {
        width: calc((100% / 2) - 2.5px);
        margin: 0 5px 10px 0;
        max-width: 100%;
        height: auto;
    }
    .p4s2-banner-h__item:nth-child(2n) {
        margin: 0 0 10px 0;
    }
    .p4s2-banner-h__box02__title {
        min-height: 48px;
    }
    .s2-banner-h__main ul{
        width: 103.333%;
    }
    .p4s2-banner-h__box01, .p4s2-banner-h__box02{
        width: 100%;
    }
}
@media screen and (max-width: 481px) {
    .p4s2-banner-h__box01, .p4s2-banner-h__box02{
        width: 100%;
    }
    .p4s2-banner-h__item {
        width: calc((100% / 2) - 1.5px);
        margin: 0 3px 10px 0;
        max-width: 100%;
    }
    .p4s2-banner-h__main ul {
        width: 102%;
    }
    .p4s2-banner-h__item,
    .p4s2-banner-h__item:nth-child(2n),
    .p4s2-banner-h__item:nth-child(4n) {
        width: 48%;
        margin: 0 1.999% 30px 0;
    }
}
/* ------------------------------------

  flowers専用　ニュース詳細

------------------------------------  */
.post-main {
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-bottom: #0000b1 solid 3px;
}
.post-main__title{
    position: relative;
    background: url(../img/flowers2019/item04.png)no-repeat;
    background-position: center bottom;
    background-size: 100% 9px;
    margin-bottom: 26px;
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
    padding-bottom: 26px;
}
.post-main__date {
    padding-top: 3px;
    font-size: 1.3rem;
    line-height: 15px;
}
@media screen and (max-width: 801px) {
    .post-main {
        margin: 0 10px 50px;
    }
}
/* ------------------------------------

  flowers専用　ニュース一覧

------------------------------------  */
.news-list{
    margin: 0 auto 24px;
    padding-top: 16px;
}
.news-list img{
    transition: all 0.5s ease 0s;
}
.news-list__inner{
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.news-list__main{
    width: 620px;
}
.news-list__sub{
    width: 300px;
}

.news-list__main h1{
    padding: 0 0 14px;
    font-size: 30px;
    line-height: 38px;
    color: #000;
    background: url(../img/flowers2019/item01.png)no-repeat;

    background-position: center bottom;
}
.NL__bnrarea{
    margin-bottom: 20px;
}
.NL__bnrarea .itemlink01{
    padding: 2px;
    background-color: #ffd100;
    line-height: 0;
}
.NL__bnrarea .item01{
    width: 280px;
    height: auto;
}
.NL__bnrarea .itemlink02{
    width: 100px;
    height: 100px;
    margin: 5px 0;
    border: #e3e3e3 solid 1px;
    -webkit-transition: all .15s ease-out;
    -webkit-transition-delay: 0;
    -moz-transition: all .15s ease-out 0;
    -o-transition: all .15s ease-out 0;
    transition: all .15s ease-out 0;
}
.NL__bnrarea__box{
    display: flex;
    align-items:flex-start
}
.NL__bnrarea__list{
    width: calc(100% - 110px);
    margin: 5px 0 5px 10px;
}
.NL__bnrarea__list li{
    margin: 0;
    padding: 1px 2px;
    font-size: 1.3rem;
    border-bottom: #ccc dotted 1px;
    -webkit-transition: all .15s ease-out;
    -webkit-transition-delay: 0;
    -moz-transition: all .15s ease-out 0;
    -o-transition: all .15s ease-out 0;
    transition: all .15s ease-out 0;
}
.NL__bnrarea__list li:hover{
    background-color: #fff7d5;
}
.NL__bnrarea__list a{
    display: block;
    color: #0040be;
    text-decoration: none;
}
.NL__bnrarea__list span{
    color: #666;
    font-size: 1.2rem;
}
.news-list .sidebar-twitter {
    background: #00d0ff;
}
.news-list .p1s1-banner-s__item,
.content__sub .p1s1-banner-s__item{
    margin-bottom: 6px;
}
.news-list .p1s1-banner-s__inner,
.content__sub .p1s1-banner-s__inner{
    padding:0;
}
.news-list .p1s1-list-v__box01{
    width: 100px;
    height: 100px;
    overflow: hidden;
}
.news-list .p1s1-list-v__img {
    width: 100px;
    height: 100px;
    position: relative;
}
.news-list .news-list .p1s1-list-v__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.news-list .p1s1-list-v__item a:hover .p1s1-list-v__box02__title{
    color: #ffab3f;
}
.news-list .p1s1-list-v__item a:hover img{
    opacity: 0.7;
}
.news-list .p1s1-list-v__item{
    position: relative;
    border-bottom: #e2e2e2 solid 1px;
    padding: 5px 0;
    margin: 0;
}
.news-list .p1s1-list-v__box02{
    width: calc(100% - 100px);
}
.news-list .p1s1-list-v__box02__title{
    color: #0040be;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 20px;
    padding-bottom: .5em;
}
.news-list .p1s1-list-v__box02__text{
    margin-bottom: 1em;
    font-size: 1.4rem;
    line-height: 18px;
}
.news-list .p1s1-list-v__box02__date{
    font-size:1.2rem;
    line-height: 13px;
    color: #666;
}
.news-list .p1s1-list-v__box02__label{
    display: none;
}
.news-list .p1s1-list-v__inner{
    padding: 0;
}
@media screen and (max-width: 768px) {
    .news-list__inner{
        display: block;
    }
    .news-list__main{
        width: 100%;
    }
    .news-list__sub{
        width: 100%;
    }
    .news-list__sub .p1s1-banner-s:first-of-type{
        /*display: none;*/
    }
    .NL__bnrarea .itemlink02{
        width: 80px;
        height:80px; 
    }
    .news-list .sidebar-twitter {
        /*display: none;*/
    }
    .news-list .p1s1-list-v__box01,
    .news-list .p1s1-list-v__img{
        width: 80px;
        height:80px;
    }
    .news-list .p1s1-list-v__box02 {
        padding: 0 0 0 20px;
        width: calc(100% - 80px);
    }
    .news-list .p1s1-list-v__box02__date{
        margin-bottom: 0;
    }
}
/* ------------------------------------

  flowerstop ニュース一覧

------------------------------------  */
.home .p1s1-list-v__inner{
    max-width: 970px;
}
/* ------------------------------------

  pagetop

------------------------------------  */
.fwFooter__logo{
    display:none;
}
.fwFooter {
    background-color: #3a3a3a;
    color: #fff;
    padding: 0 10px 30px;
    margin-top: 100px;
}
.fwFooter__btn a{
    display: block;
    width: 180px;
    height: 37px;
    font-size: 9px;
    color: #3a3a3a;
    line-height: 10px;
    background: url(../img/flowers2019/footerItem.png)no-repeat;
    background-position: center 14px;
    transition: noen;
}
.fwFooter__btn{
    background: url(../img/flowers2019/footerItemBg.png)no-repeat;
    background-position: center 0;
    background-size: 180px auto;
}
.fwFooter__btn{
    margin: 0 auto;
    width: 180px;
    text-align: center;
    height: 37px;
}
.fwFooter__btn a:hover{
    background-position: center 9pt;
    text-decoration: none;
}
@media screen and (max-width: 801px){
    .fwFooter {
        padding: 0;
        height: 5pc;
    }
    .fwFooter__logo{
        display:block;
    }
    .fwFooter__logo a{
        display:block;
        float: left;
        margin-left: 10px;
        width: 90px;
        height: 50px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        background: url(../img/flowers2019/footer_logo.png)no-repeat;
        background-position: 0 10px;
        background-size: 90px auto;
    }
    .fwFooter__btn{
        background: url(../img/flowers2019/footerItemBgs.png)no-repeat;
        background-position: center 0;
        background-size: 90px auto;
        margin: 0;
        width: 90px;
        float: right;
    }
    .fwFooter__btn a{
        width: 90px;    
        height: 37px;
    }
}

/* ------------------------------------

  横幅修正

------------------------------------  */
.topic-path,
.global-header__nav ul,
.flowers-container__inner,
.news-list__inner,
.p3s1-card-v__inner,
.p4s2-banner-h__inner,
.flowers-magazine,
.flowers-magazine .col,
.magazineArea,
.content__inner,
.author-container__inner,
.author-post-container__inner,
.flowers-magazine.zoukan{
    max-width: 1100px;
    width:100%;
    margin: auto;
}
.postInformation{
    max-width: 1100px;
}
@media screen and (min-width: 769px){
.news-list__main,
.content__main{
    width: 770px;
    /* 元は620pxでしたが、widthが150px増えたため+150pxで調整 */
}
}
@media screen and (min-width: 800px){
.workPost__info{
    max-width: 700px;
    width: calc(100% - 400px);
    /* 元は550pxでしたが、widthが150px増えたため+150pxで調整 */
}
.work-post-container__inner{
    width: 1100px;
}
}
