@charset "UTF-8";
@import url(reset.css);
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Urbanist:wght@300;600&family=Zen+Maru+Gothic:wght@400;700&display=swap");
/* break point ------------------------------ */
/* colors ------------------------------ */
/* text ------------------------------ */
/* Hedding ------------------------------ */
/* animation ------------------------------ */
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Basic ------------------------------ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background-color: #FFF;
  font-family: 'Urbanist','Zen Maru Gothic','Noto Sans JP','游ゴシック体','Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, Osaka,'ＭＳ Ｐゴシック','MS PGothic', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  line-height: 1.5; }

#wrap {
  width: 100%;
  overflow: hidden; }

img {
  max-width: 100%;
  height: auto; }

.serif {
  font-family: '游明朝','Yu Mincho','ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','ヒラギノ明朝 Pro','Hiragino Mincho Pro','Noto Serif JP',HG明朝B,'ＭＳ Ｐ明朝','ＭＳ 明朝',serif; }

.tLeft {
  text-align: left !important; }

.tCenter {
  text-align: center; }

a.link {
  text-decoration: underline; }

@media screen and (min-width: 769px) {
  #wrap {
    padding-top: 100px; }

  .sp, .tb {
    display: none !important; }

  a {
    transition: opacity .25s; }
    a img {
      transition: opacity .25s; }
    a:hover {
      opacity: .6; }
      a:hover img {
        opacity: .75; } }
 /*
@media screen and (max-width: 1024px) and (min-width: 481px) {
  .sp, .pc {
    display: none;
  }
}*/
@media screen and (max-width: 768px) {
  body::before {
    position: fixed;
    top: 0;
    left: 100%;
    content: '';
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.95);
    z-index: 13;
    transition: left .5s; }
  body #gNav {
    transition: left .5s; }
  body[data-gnav]::before {
    left: 0; }
  body[data-gnav] #gNav {
    left: 0 !important; }
  body[data-gnav] #gNavBtn span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg) !important;
    margin-top: 0 !important; }
  body[data-gnav] #gNavBtn span:nth-child(2) {
    opacity: 0; }
  body[data-gnav] #gNavBtn span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg) !important; }

  #wrap {
    padding-bottom: 80px; }

  .tb, .pc {
    display: none !important; } }
/* link */
a {
  color: #000;
  text-decoration: none; }
  a:hover {
    color: #000;
    text-decoration: none; }

/* Space ------------------------------ */
.mt0 {
  margin-top: 0px !important; }

.mr0 {
  margin-right: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.ml0 {
  margin-left: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pr0 {
  padding-right: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pl0 {
  padding-left: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mr5 {
  margin-right: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.ml5 {
  margin-left: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.pr5 {
  padding-right: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pl5 {
  padding-left: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.pr10 {
  padding-right: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mr15 {
  margin-right: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.ml15 {
  margin-left: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.pr15 {
  padding-right: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pl15 {
  padding-left: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.ml20 {
  margin-left: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.pr20 {
  padding-right: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mr25 {
  margin-right: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.ml25 {
  margin-left: 25px !important; }

.pt25 {
  padding-top: 25px !important; }

.pr25 {
  padding-right: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pl25 {
  padding-left: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mr30 {
  margin-right: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.ml30 {
  margin-left: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.pr30 {
  padding-right: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pl30 {
  padding-left: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mr35 {
  margin-right: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.ml35 {
  margin-left: 35px !important; }

.pt35 {
  padding-top: 35px !important; }

.pr35 {
  padding-right: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pl35 {
  padding-left: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mr40 {
  margin-right: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.ml40 {
  margin-left: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.pr40 {
  padding-right: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pl40 {
  padding-left: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mr45 {
  margin-right: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.ml45 {
  margin-left: 45px !important; }

.pt45 {
  padding-top: 45px !important; }

.pr45 {
  padding-right: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pl45 {
  padding-left: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mr50 {
  margin-right: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.ml50 {
  margin-left: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.pr50 {
  padding-right: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pl50 {
  padding-left: 50px !important; }

/* -------------------------------
   header
------------------------------- */
#header {
  z-index: 11;
  background-color: #FFF;
  width: 100%; }
  #header #hDelv {
    display: flex; }
    #header #hDelv dt {
      font-size: 1rem; }
      #header #hDelv dt strong {
        color: #DC2E2E; }
  #header nav #bNav {
    display: flex; }
    #header nav #bNav li {
      text-align: center; }
  @media screen and (min-width: 769px) {
    #header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: fixed;
      max-width: 1920px;
      height: 120px;
      top: 0;
      left: 50%;
      transform: translate(-50%, 0);
      font-size: .875rem;
      transition: height .5s;
      padding: 0 60px 60px; }
      #header::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        width: 100vw;
        height: 100%;
        background-color: #FFF;
        z-index: -1; }
      #header #logo {
        transition: width .5s, height .5s; }
      #header #hDelv {
        display: flex;
        align-items: center; }
        #header #hDelv dt {
          margin-right: 20px; }
        #header #hDelv dd {
          margin-right: 20px; }
      #header nav {
        display: flex;
        align-items: center; }
        #header nav #hNav {
          display: flex;
          flex-wrap: wrap;
          justify-content: flex-end; }
          #header nav #hNav li {
            margin-right: 20px; }
        #header nav #bNav {
          border-left: 1px solid rgba(112,112,112,.1); }
          #header nav #bNav li {
            width: 70px;
            border-right: 1px solid rgba(112,112,112,.1); } }
  @media screen and (min-width: 769px) and (max-width: 1199px) {
    #header #hDelv {
      left: 10px; }
    #header nav {
      right: 10px;
      text-align: right; } }

  @media screen and (max-width: 768px) {
    #header #logo {
      position: fixed;
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 0);
      width: 110px;
      height: 88px;
      z-index: 12;
      border-radius: 50%;
      background-color: #FFF;
      box-shadow: 0 0 20px 0 rgba(0,0,0,.1); }
      #header #logo::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background-color: #FFF; }
      #header #logo a img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 75%;
        height: auto; }
    #header #hDelv {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      height: 40px;
      padding: 5px 20px; }
      #header #hDelv dd {
        font-size: .875rem; }
    #header nav #hNav {
      display: none; }
    #header nav #bNav {
      width: 100%;
      position: fixed;
      bottom: 0;
      left: 0;
      padding: 10px 0;
      box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
      background-color: #FFF;
      z-index: 11; }
      #header nav #bNav li {
        width: 25%; }
        #header nav #bNav li:nth-child(even) {
          border-left: 1px solid rgba(112,112,112,.1); }
        #header nav #bNav li:nth-child(3) {
          margin-left: 110px; }
        #header nav #bNav li a {
          display: flex;
          flex-direction: column;
          width: 100%;
          height: 60px;
          justify-content: center;
          align-items: center;
          font-size: .625rem; } }

/* -------------------------------
   footer
------------------------------- */
#footer #gNav a {
  display: block; }
#footer #gNav > ul > li > ul {
  padding-left: 10px; }
  #footer #gNav > ul > li > ul > li > a::before {
    content: '・'; }
  #footer #gNav > ul > li > ul > li > ul {
    padding-left: 1em; }
    #footer #gNav > ul > li > ul > li > ul > li > a::before {
      content: '-'; }
@media screen and (min-width: 769px) {
  #footer #gNav {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 60px; }
    #footer #gNav > ul {
      display: flex; }
      #footer #gNav > ul > li {
        margin-right: 40px; }
        #footer #gNav > ul > li > a:nth-child(n+2) {
          margin-top: 20px; }
    #footer #gNav .searchForm {
      display: none; }
  #footer #fBottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    color: #FFF;
    padding: 40px 60px;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    z-index: 1; }
    #footer #fBottom::before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, 0);
      background-color: #000;
      width: 100vw;
      height: 100%;
      z-index: -1; }
    #footer #fBottom ul {
      display: flex; }
      #footer #fBottom ul li a {
        display: block;
        color: #FFF; }
        #footer #fBottom ul li a:nth-child(n+2) {
          margin-top: 10px; }
      #footer #fBottom ul:nth-child(1) li {
        margin-right: 30px; }
      #footer #fBottom ul:nth-child(2) {
        align-items: center; }
        #footer #fBottom ul:nth-child(2) li {
          margin-left: 20px; }
    #footer #fBottom p {
      margin-top: 30px;
      width: 100%;
      text-align: right; } }
@media screen and (max-width: 768px) {
  #footer #gNavBtn {
    position: fixed;
    top: 40px;
    right: 0;
    width: 60px;
    height: 44px;
    z-index: 14; }
    #footer #gNavBtn span {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: block;
      width: 40px;
      height: 4px;
      border-radius: 4px;
      background-color: #000;
      transition: all 0.25s ease-in-out; }
      #footer #gNavBtn span:nth-child(1) {
        margin-top: -10px; }
      #footer #gNavBtn span:nth-child(2) {
        margin-top: 10px; }
  #footer #gNav {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    position: fixed;
    top: 50%;
    left: 100%;
    width: 100%;
    max-height: 100vh;
    transform: translate(0, -50%);
    overflow: auto;
    z-index: 13;
    padding: 120px 20px; }
    #footer #gNav .searchForm {
      width: 100%; }
    #footer #gNav > ul:nth-of-type(1) {
      margin-top: 20px;
      width: 100%;
      padding-right: 10px; }
      #footer #gNav > ul:nth-of-type(1) > li {
        border-bottom: 1px solid #CCC; }
        #footer #gNav > ul:nth-of-type(1) > li:nth-child(-n+3):nth-child(n+2) {
          margin-top: 10px; }
        #footer #gNav > ul:nth-of-type(1) > li:nth-child(-n+3) > a {
          padding-bottom: 10px; }
          #footer #gNav > ul:nth-of-type(1) > li:nth-child(-n+3) > a::before {
            content: '-'; }
        #footer #gNav > ul:nth-of-type(1) > li:nth-child(-n+3) > ul {
          font-size: .875rem;
          padding-bottom: 0;
          overflow: hidden;
          transition: padding-bottom .5s, max-height .5s;
          padding-bottom: 20px; }
          #footer #gNav > ul:nth-of-type(1) > li:nth-child(-n+3) > ul.disp {
            padding-bottom: 10px;
            max-height: 500px; }
          #footer #gNav > ul:nth-of-type(1) > li:nth-child(-n+3) > ul > li {
            width: 100%;
            margin-top: 5px; }
            #footer #gNav > ul:nth-of-type(1) > li:nth-child(-n+3) > ul > li > ul {
              display: none; }
        #footer #gNav > ul:nth-of-type(1) > li:nth-child(n+4) {
          display: none; }
    #footer #gNav > ul:nth-of-type(2) {
      margin-top: 20px;
      width: 50%;
      font-size: .875rem; }
      #footer #gNav > ul:nth-of-type(2) > li > a:nth-child(n+2) {
        margin-top: 10px; }
      #footer #gNav > ul:nth-of-type(2) > li:nth-child(n+2) {
        margin-top: 10px; }
    #footer #gNav > ul:nth-of-type(3) {
      width: 100%;
      font-size: .875rem; }
      #footer #gNav > ul:nth-of-type(3) > li {
        margin-top: 10px; }
    #footer #gNav > ul:nth-of-type(4) {
      width: 100%;
      margin-top: 40px;
      display: flex;
      justify-content: center;
      align-items: center; }
      #footer #gNav > ul:nth-of-type(4) li {
        padding: 0 10px; }
  #footer #fBottom {
    background-color: #000;
    color: #FFF;
    text-align: center;
    padding: 60px 10px; }
    #footer #fBottom ul:nth-child(1) {
      display: none; }
    #footer #fBottom ul:nth-child(2) {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px; }
      #footer #fBottom ul:nth-child(2) li {
        padding: 0 10px; } }

/* -------------------------------
   common
------------------------------- */
@media screen and (min-width: 769px) {
  body[data-scroll="1"] #header {
    height: 60px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05); }
    body[data-scroll="1"] #header #logo {
      width: 100px;
      height: 80px; } }

*[data-icon]::before {
  display: block;
  content: '';
  width: 30px;
  height: 25px;
  margin: 0 auto; }
*[data-icon][data-icon='mypage']::before {
  content: url("https://www.thegoodflowerjapan.net/html/template/thegoodflowerjapan/assets/img/icon_mypage.svg"); }
*[data-icon][data-icon='cart']::before {
  content: url("https://www.thegoodflowerjapan.net/html/template/thegoodflowerjapan/assets/img/icon_cart.svg"); }
*[data-icon][data-icon='search']::before {
  content: url("../img/icon_search.svg"); }
*[data-icon][data-icon='contact']::before {
  content: url("../img/icon_mail.svg"); }

*[data-arr]::before {
  display: inline-block;
  margin-right: 5px; }
*[data-arr][data-arr='normal']::before {
  content: url("../img/arr_normal.svg"); }
*[data-arr][data-arr='normal-wh']::before {
  content: url("../img/arr_normal_wh.svg"); }

.searchForm {
  position: relative; }
  .searchForm input[type=text] {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    border: 1px solid #CCC;
    background-color: #FFF;
    padding: 0 30px 0 15px; }
    .searchForm input[type=text]::placeholder {
      color: #CCC; }
  .searchForm button {
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
    background: none;
    border: none;
    padding: 5px; }

.contentsSec {
  position: relative; }
  .contentsSec::before {
    position: absolute;
    top: 0;
    display: block;
    content: '';
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1; }
  .contentsSec::after {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    content: '';
    background: white;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, white 100%);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    z-index: -1; }
  .contentsSec > header::before,
  .contentsSec > .contentsInner > header::before {
    position: absolute;
    left: 0;
    content: '';
    display: block;
    content: '';
    width: 100vw;
    height: 20px;
    background-color: #FFF; }
  .contentsSec > header > *,
  .contentsSec > .contentsInner > header > * {
    position: relative;
    z-index: 1; }
  .contentsSec > header .breadcrumb,
  .contentsSec > .contentsInner > header .breadcrumb {
    display: flex;
    list-style: none; }
    .contentsSec > header .breadcrumb li:not(:last-child) a::after,
    .contentsSec > .contentsInner > header .breadcrumb li:not(:last-child) a::after {
      display: inline-block;
      content: url("../img/arr_normal.svg");
      margin-left: 5px; }
    .contentsSec > header .breadcrumb li:last-child,
    .contentsSec > .contentsInner > header .breadcrumb li:last-child {
      font-weight: 700; }
  .contentsSec #categoryResultInfo {
    width: 100%; }
    .contentsSec #categoryResultInfo p span {
      color: #006234;
      font-size: 1.125rem;
      font-weight: bold; }
    .contentsSec #categoryResultInfo div {
      display: flex;
      justify-content: space-between; }
      .contentsSec #categoryResultInfo div select {
        display: block;
        width: calc((100% - 10px) / 2);
        border: 1px solid #000;
        border-radius: 20px;
        -webkit-appearance: none; }
        .contentsSec #categoryResultInfo div select:nth-child(n+2) {
          margin-left: 10px; }
  .contentsSec > .in {
    position: relative; }
  .contentsSec .sec .lineTtl {
    font-weight: 400;
    padding-bottom: 10px;
    border-bottom: 1px solid #000; }
  .contentsSec .sec > .in #sizeLinks {
    display: flex;
    align-items: flex-end;
    border: 1px solid #EEE;
    padding: 20px;
    justify-content: space-around; }
    .contentsSec .sec > .in #sizeLinks li {
      width: 15%; }
      .contentsSec .sec > .in #sizeLinks li:last-child {
        width: 10%;
        text-align: right;
        padding-left: 3%; }
  .contentsSec#itemListSec header h1 {
    font-weight: 300; }
  .contentsSec#itemListSec header .catList {
    display: flex;
    flex-wrap: wrap; }
    .contentsSec#itemListSec header .catList > li > a img {
      margin-bottom: 10px; }
  .contentsSec#itemListSec header .linkList {
    width: 100%;
    margin: 40px 0 0 0; }
    .contentsSec#itemListSec header .linkList dt {
      padding: 10px;
      background-color: #006234;
      color: #FFF;
      text-align: center; }
    .contentsSec#itemListSec header .linkList dd {
      padding: 0 20px 10px 0;
      border: 1px solid #CCC; }
      .contentsSec#itemListSec header .linkList dd ul {
        display: flex;
        flex-wrap: wrap; }
        .contentsSec#itemListSec header .linkList dd ul li {
          margin: 10px 0 0 20px; }
  .contentsSec#itemDetailSec .contentsInner {
    position: relative;
    z-index: 1; }
    .contentsSec#itemDetailSec .contentsInner > header::before {
      z-index: -1;
      left: 50%;
      transform: translate(-50%, 0); }
    .contentsSec#itemDetailSec .contentsInner > header .tags {
      display: flex;
      flex-wrap: wrap;
      margin-left: -5px; }
      .contentsSec#itemDetailSec .contentsInner > header .tags li {
        padding: 5px 20px;
        border: 1px solid #CCC;
        font-size: .875rem;
        margin-left: 5px;
        border-radius: 20px; }
    .contentsSec#itemDetailSec .contentsInner > header .name {
      font-weight: 500;
      margin: 15px 0; }
    .contentsSec#itemDetailSec .contentsInner > header .priceRegular {
      font-size: .875rem; }
    .contentsSec#itemDetailSec .contentsInner > header .price .value {
      font-size: 1.5rem;
      color: #DC2E2E; }
    .contentsSec#itemDetailSec .contentsInner > header .price .tax {
      font-size: .875rem; }
    .contentsSec#itemDetailSec .contentsInner > .in .galleryImgs {
      position: relative;
      overflow: hidden; }
      .contentsSec#itemDetailSec .contentsInner > .in .galleryImgs ul {
        display: flex;
        width: 10000%;
        transition: margin-left .25s, transform .25s; }
        .contentsSec#itemDetailSec .contentsInner > .in .galleryImgs ul li {
          width: 1%; }
          .contentsSec#itemDetailSec .contentsInner > .in .galleryImgs ul li figure picture {
            position: relative;
            display: block;
            padding-top: 133.33%;
            overflow: hidden; }
            .contentsSec#itemDetailSec .contentsInner > .in .galleryImgs ul li figure picture img {
              position: absolute;
              top: 50%;
              left: 50%;
              width: 100%;
              height: 100%;
              transform: translate(-50%, -50%);
              object-fit: cover;
              object-position: center center;
              max-width: none; }
          .contentsSec#itemDetailSec .contentsInner > .in .galleryImgs ul li figure figcaption {
            font-size: .875rem;
            position: relative;
            background-color: rgba(255, 255, 255, 0.8);
            padding: 5px;
            text-align: center;
            margin: -10px 10px 10px;
            z-index: 1; }
      .contentsSec#itemDetailSec .contentsInner > .in .galleryImgs form {
        position: absolute;
        top: 100%;
        left: 100%; }
        .contentsSec#itemDetailSec .contentsInner > .in .galleryImgs form button {
          position: absolute;
          right: 10px;
          bottom: 10px;
          width: 40px;
          height: 40px;
          background: none;
          border: none;
          padding: 0; }
    .contentsSec#itemDetailSec .contentsInner > .in #cartBox {
      width: 100%;
      background-color: #FFF;
      border: 1px solid #EEE;
      padding: 20px;
      margin: 30px auto; }
      .contentsSec#itemDetailSec .contentsInner > .in #cartBox #form1 .ec-productRole__actions .ec-select {
        margin-bottom: 10px; }
      .contentsSec#itemDetailSec .contentsInner > .in #cartBox #form1 .ec-productRole__actions .ec-numberInput {
        text-align: right; }
        .contentsSec#itemDetailSec .contentsInner > .in #cartBox #form1 .ec-productRole__actions .ec-numberInput span {
          font-weight: normal; }
          .contentsSec#itemDetailSec .contentsInner > .in #cartBox #form1 .ec-productRole__actions .ec-numberInput span::after {
            display: inline-block;
            content: ':';
            margin-right: 10px; }
      .contentsSec#itemDetailSec .contentsInner > .in #cartBox #form1 .ec-productRole__actions select,
      .contentsSec#itemDetailSec .contentsInner > .in #cartBox #form1 .ec-productRole__actions input[type=number] {
        height: auto;
        background: none;
        border: 1px solid #000;
        padding: 10px 20px;
        border-radius: 50px;
        font-size: 1rem;
        line-height: 1;
        -webkit-appearance: none; }
      .contentsSec#itemDetailSec .contentsInner > .in #cartBox #form1 .ec-productRole__actions select {
        width: 100%; }
      .contentsSec#itemDetailSec .contentsInner > .in #cartBox #form1 .ec-productRole__btn button {
        background-color: #006234;
        color: #FFF;
        font-size: 1.3125rem;
        font-weight: normal;
        line-height: 1;
        padding: 15px 10px 10px;
        height: auto;
        border-radius: 50px;
        border: none; }
        .contentsSec#itemDetailSec .contentsInner > .in #cartBox #form1 .ec-productRole__btn button::before {
          content: '';
          display: inline-block;
          background: url("../img/icon_cart_wh.svg") center center/contain no-repeat;
          width: 35px;
          height: 30px;
          vertical-align: middle;
          margin: -5px 5px 0 0; }
      .contentsSec#itemDetailSec .contentsInner > .in #cartBox #cartBoxBtns {
        border-top: 1px solid #EEE;
        font-size: .875rem;
        margin-top: 20px; }
        .contentsSec#itemDetailSec .contentsInner > .in #cartBox #cartBoxBtns li {
          border-bottom: 1px solid #EEE; }
          .contentsSec#itemDetailSec .contentsInner > .in #cartBox #cartBoxBtns li button {
            padding: 10px 0;
            background: none;
            border: none;
            color: #000;
            width: 100%;
            text-align: left;
            font-weight: 500; }
            .contentsSec#itemDetailSec .contentsInner > .in #cartBox #cartBoxBtns li button[disabled] {
              opacity: .5; }
            .contentsSec#itemDetailSec .contentsInner > .in #cartBox #cartBoxBtns li button::before {
              display: inline-block;
              content: '';
              width: 20px;
              height: 20px;
              vertical-align: middle;
              margin-right: 5px;
              background-position: center center;
              background-size: contain;
              background-repeat: no-repeat; }
            .contentsSec#itemDetailSec .contentsInner > .in #cartBox #cartBoxBtns li button#cartBoxFav::before {
              background-image: url("../img/icon_fav.svg"); }
            .contentsSec#itemDetailSec .contentsInner > .in #cartBox #cartBoxBtns li button#cartBoxContact::before {
              background-image: url("../img/icon_mail.svg"); }
    .contentsSec#itemDetailSec .contentsInner > .in .galleryThumbs {
      overflow: hidden;
      margin: 5px 0 0 -5px; }
      .contentsSec#itemDetailSec .contentsInner > .in .galleryThumbs ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-left: 0 !important;
        transition: margin-left .25s; }
        .contentsSec#itemDetailSec .contentsInner > .in .galleryThumbs ul li {
          position: relative;
          cursor: pointer;
          width: 20%;
          padding: 5px 0 0 5px; }
          .contentsSec#itemDetailSec .contentsInner > .in .galleryThumbs ul li figure picture {
            position: relative;
            display: block;
            padding-top: 133.33%;
            overflow: hidden; }
            .contentsSec#itemDetailSec .contentsInner > .in .galleryThumbs ul li figure picture img {
              position: absolute;
              top: 50%;
              left: 50%;
              width: 100%;
              height: 100%;
              transform: translate(-50%, -50%);
              object-fit: cover;
              object-position: center center;
              font-family: 'object-fit: cover; object-position: center center;';
              max-width: none; }
            .contentsSec#itemDetailSec .contentsInner > .in .galleryThumbs ul li figure picture::before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              border: 0 solid #006234;
              transition: border-width .25s;
              box-sizing: border-box;
              z-index: 1; }
          .contentsSec#itemDetailSec .contentsInner > .in .galleryThumbs ul li figure figcaption {
            display: none; }
          .contentsSec#itemDetailSec .contentsInner > .in .galleryThumbs ul li.active figure picture::before {
            border-width: 2px; }
      .contentsSec#itemDetailSec .contentsInner > .in .galleryThumbs form {
        display: none; }
    .contentsSec#itemDetailSec .contentsInner > .in .sliderNav {
      display: none;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
      .contentsSec#itemDetailSec .contentsInner > .in .sliderNav li {
        margin: 0 5px;
        cursor: pointer; }
        .contentsSec#itemDetailSec .contentsInner > .in .sliderNav li.prev {
          width: 55px;
          height: 20px;
          background: url("https://www.thegoodflowerjapan.net/html/template/thegoodflowerjapan/assets/img/prev.svg") center top/contain no-repeat; }
        .contentsSec#itemDetailSec .contentsInner > .in .sliderNav li[data-num] {
          width: 10px;
          height: 10px;
          border-radius: 10px;
          background-color: #CCC; }
          .contentsSec#itemDetailSec .contentsInner > .in .sliderNav li[data-num].active {
            background-color: #000; }
        .contentsSec#itemDetailSec .contentsInner > .in .sliderNav li.next {
          width: 55px;
          height: 20px;
          background: url("https://www.thegoodflowerjapan.net/html/template/thegoodflowerjapan/assets/img/next.svg") center top/contain no-repeat; }
    .contentsSec#itemDetailSec .contentsInner > .in .sep::before {
      content: '';
      display: block;
      width: 20px;
      height: 1px;
      background-color: #000;
      margin: 20px 0; }
    .contentsSec#itemDetailSec .contentsInner > .in .ec-productRole__description > *:nth-child(n+2) {
      margin-top: 20px; }
    .contentsSec#itemDetailSec .contentsInner > .in .ec-productRole__description a {
      text-decoration: underline; }
    .contentsSec#itemDetailSec .contentsInner > .in .ec-productRole__description #sizeLinks {
      display: flex;
      align-items: flex-end;
      border: 1px solid #EEE;
      padding: 20px;
      justify-content: space-evenly; }
      .contentsSec#itemDetailSec .contentsInner > .in .ec-productRole__description #sizeLinks li {
        width: 15%; }
        .contentsSec#itemDetailSec .contentsInner > .in .ec-productRole__description #sizeLinks li:last-child {
          width: 10%;
          text-align: right;
          padding-left: 3%; }
    .contentsSec#itemDetailSec .contentsInner > .in .ec-productRole__description #infoTable tbody tr th {
      position: relative;
      padding: 10px 10px 10px 66px;
      min-width: 240px;
      min-height: 52px;
      border-left: none;
      border-right: none;
      vertical-align: middle;
      line-height: 1.2; }
      .contentsSec#itemDetailSec .contentsInner > .in .ec-productRole__description #infoTable tbody tr th::before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translate(0, -50%);
        width: 36px;
        height: 32px;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat; }
      .contentsSec#itemDetailSec .contentsInner > .in .ec-productRole__description #infoTable tbody tr th[data-icon="truck"]::before {
        background-image: url("../img/products/icon_truck.svg"); }
      .contentsSec#itemDetailSec .contentsInner > .in .ec-productRole__description #infoTable tbody tr th[data-icon="calendar"]::before {
        background-image: url("../img/products/icon_calendar.svg"); }
      .contentsSec#itemDetailSec .contentsInner > .in .ec-productRole__description #infoTable tbody tr th[data-icon="board"]::before {
        background-image: url("../img/products/icon_board.svg"); }
      .contentsSec#itemDetailSec .contentsInner > .in .ec-productRole__description #infoTable tbody tr th[data-icon="mobile"]::before {
        background-image: url("../img/products/icon_mobile.svg"); }
      .contentsSec#itemDetailSec .contentsInner > .in .ec-productRole__description #infoTable tbody tr th[data-icon="wallet"]::before {
        background-image: url("../img/products/icon_wallet.svg"); }
    .contentsSec#itemDetailSec .contentsInner > .in .ec-productRole__description #infoTable tbody tr td {
      padding: 10px 20px;
      border-left: none;
      border-right: none;
      vertical-align: middle; }
    .contentsSec#itemDetailSec .contentsInner > .in .ec-productRole__description .toggleInfo {
      border: 1px solid #EEE;
      padding: 10px; }
      .contentsSec#itemDetailSec .contentsInner > .in .ec-productRole__description .toggleInfo dt {
        position: relative;
        line-height: 1;
        padding: 10px 40px 10px 10px;
        cursor: pointer; }
        .contentsSec#itemDetailSec .contentsInner > .in .ec-productRole__description .toggleInfo dt::before, .contentsSec#itemDetailSec .contentsInner > .in .ec-productRole__description .toggleInfo dt::after {
          position: absolute;
          top: 50%;
          right: 10px;
          content: '';
          display: block;
          width: 20px;
          height: 1px;
          background-color: #006234; }
        .contentsSec#itemDetailSec .contentsInner > .in .ec-productRole__description .toggleInfo dt:not(.open)::after {
          transform: rotate(90deg); }
      .contentsSec#itemDetailSec .contentsInner > .in .ec-productRole__description .toggleInfo dd {
        border-top: 1px solid #EEE;
        padding: 10px; }
        .contentsSec#itemDetailSec .contentsInner > .in .ec-productRole__description .toggleInfo dd:not(.open) {
          display: none; }
        .contentsSec#itemDetailSec .contentsInner > .in .ec-productRole__description .toggleInfo dd > * {
          margin-top: 10px; }

.pageSec > header {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%; }
  .pageSec > header h1, .pageSec > header .pagetit {
    line-height: 1;
    font-weight: 300;
    width: 100%; }
    .pageSec > header h1::before, .pageSec > header .pagetit::before {
      display: block;
      content: attr(data-en);
      font-weight: 500;
      margin-bottom: 10px; }
.pageSec > .in {
  position: relative; }

.stdSec h2 {
  font-weight: 500;
  text-align: center; }
  .stdSec h2[data-en] {
    line-height: 1;
    font-weight: 300; }
    .stdSec h2[data-en]::before {
      display: block;
      content: attr(data-en);
      font-weight: 500;
      margin-bottom: 10px; }
.stdSec:nth-child(even) {
  background-color: #F9F9F9; }

.imgTxtSec .tit {
  position: relative;
  font-weight: 500; }
  .imgTxtSec .tit::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    border-top: 1px solid #DDD; }
.imgTxtSec p {
  line-height: 2; }

.itemList {
  display: flex;
  flex-wrap: wrap; }
  .itemList li a figure {
    margin-bottom: 10px; }
    .itemList li a figure img {
      width: 100%;
      height: auto; }

.pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: .875rem; }
  .pager li {
    margin: 3px; }
    .pager li a {
      display: block;
      line-height: 2em;
      overflow: hidden; }
    .pager li.item a, .pager li.active a {
      width: 2em;
      height: 2em;
      border: 1px solid #000;
      text-align: center;
      border-radius: 50%; }
    .pager li.active a {
      background-color: #006234;
      border-color: #006234;
      color: #FFF; }

table.fix {
  table-layout: fixed; }
  table.fix th,
  table.fix td {
    width: auto !important; }
table.center th,
table.center td {
  text-align: center; }
table.middle th,
table.middle td {
  vertical-align: middle; }
table.stdTable {
  width: 100%; }
  table.stdTable tbody tr th {
    background-color: #F9F9F9;
    border: 1px solid #CCC;
    padding: 10px 20px;
    z-index: -1; }
  table.stdTable tbody tr td {
    background-color: #FFF;
    border: 1px solid #CCC;
    padding: 10px 20px; }
table.formTable {
  width: 100%;
  border-bottom: 1px solid #CCC; }
  table.formTable .icon {
    background-color: #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    vertical-align: middle; }
  table.formTable tbody tr th {
    border-top: 1px solid #CCC; }
    table.formTable tbody tr th .ec-required {
      display: inline-block;
      font-size: .875rem;
      font-weight: normal;
      margin-left: 10px; }
  table.formTable tbody tr td {
    border-top: 1px solid #CCC; }
    table.formTable tbody tr td p:nth-child(n+2) {
      margin-top: 20px; }
    table.formTable tbody tr td p.ec-errorMessage {
      text-align: left; }
    table.formTable tbody tr td input,
    table.formTable tbody tr td textarea,
    table.formTable tbody tr td select {
      padding: 9px;
      border: 1px solid #CCC!important;
      border-radius: 5px;
      width: 100%;
      max-width: 100%;
      -webkit-appearance: none; }
      table.formTable tbody tr td input[type="radio"], table.formTable tbody tr td input[type="checkbox"],
      table.formTable tbody tr td textarea[type="radio"],
      table.formTable tbody tr td textarea[type="checkbox"],
      table.formTable tbody tr td select[type="radio"],
      table.formTable tbody tr td select[type="checkbox"] {
        width: 1em;
        height: 1em;
        vertical-align: middle; }
        table.formTable tbody tr td input[type="radio"]:checked, table.formTable tbody tr td input[type="checkbox"]:checked,
        table.formTable tbody tr td textarea[type="radio"]:checked,
        table.formTable tbody tr td textarea[type="checkbox"]:checked,
        table.formTable tbody tr td select[type="radio"]:checked,
        table.formTable tbody tr td select[type="checkbox"]:checked {
          background-color: #006234; }
      table.formTable tbody tr td input[id*="_name_name"], table.formTable tbody tr td input[id*="_kana_kana"],
      table.formTable tbody tr td textarea[id*="_name_name"],
      table.formTable tbody tr td textarea[id*="_kana_kana"],
      table.formTable tbody tr td select[id*="_name_name"],
      table.formTable tbody tr td select[id*="_kana_kana"] {
        width: 378px;
        max-width: calc(50% - 12px); }
        table.formTable tbody tr td input[id*="_name_name"]:nth-of-type(n+2), table.formTable tbody tr td input[id*="_kana_kana"]:nth-of-type(n+2),
        table.formTable tbody tr td textarea[id*="_name_name"]:nth-of-type(n+2),
        table.formTable tbody tr td textarea[id*="_kana_kana"]:nth-of-type(n+2),
        table.formTable tbody tr td select[id*="_name_name"]:nth-of-type(n+2),
        table.formTable tbody tr td select[id*="_kana_kana"]:nth-of-type(n+2) {
          margin-left: 20px; }
      table.formTable tbody tr td input[id*="_address_pref"],
      table.formTable tbody tr td textarea[id*="_address_pref"],
      table.formTable tbody tr td select[id*="_address_pref"] {
        width: 10em; }
      table.formTable tbody tr td input[id*="_phone_number"],
      table.formTable tbody tr td textarea[id*="_phone_number"],
      table.formTable tbody tr td select[id*="_phone_number"] {
        width: 12em; }
      table.formTable tbody tr td input[id*="_postal_code"],
      table.formTable tbody tr td textarea[id*="_postal_code"],
      table.formTable tbody tr td select[id*="_postal_code"] {
        width: 8em; }
      table.formTable tbody tr td input[id*="_contents"],
      table.formTable tbody tr td textarea[id*="_contents"],
      table.formTable tbody tr td select[id*="_contents"] {
        width: 100%;
        height: 5em; }
      table.formTable tbody tr td input[id*="_password_"],
      table.formTable tbody tr td textarea[id*="_password_"],
      table.formTable tbody tr td select[id*="_password_"] {
        width: 20em; }
      table.formTable tbody tr td input[id*="_year"],
      table.formTable tbody tr td textarea[id*="_year"],
      table.formTable tbody tr td select[id*="_year"] {
        width: 6em; }
      table.formTable tbody tr td input[id*="_month"], table.formTable tbody tr td input[id*="_day"],
      table.formTable tbody tr td textarea[id*="_month"],
      table.formTable tbody tr td textarea[id*="_day"],
      table.formTable tbody tr td select[id*="_month"],
      table.formTable tbody tr td select[id*="_day"] {
        width: 4em; }
      table.formTable tbody tr td input[id*="_sex_"],
      table.formTable tbody tr td textarea[id*="_sex_"],
      table.formTable tbody tr td select[id*="_sex_"] {
        margin-right: 5px; }
        table.formTable tbody tr td input[id*="_sex_"]:nth-child(n+2),
        table.formTable tbody tr td textarea[id*="_sex_"]:nth-child(n+2),
        table.formTable tbody tr td select[id*="_sex_"]:nth-child(n+2) {
          margin-left: 20px; }

.formAgree {
  text-align: center;
  margin-top: 40px; }
  .formAgree input {
    width: 1em;
    height: 1em;
    vertical-align: middle; }

.ec-errorMessage {
  margin-top: 10px !important;
  color: #DC2E2E;
  text-align: center; }

ul.list {
  list-style: disc;
  padding-left: 20px; }
ul.cardList li p {
  margin-top: 10px; }
  ul.cardList li p.tit {
    font-weight: 700; }
ul.boxList li {
  position: relative;
  border: 1px solid #CCC; }
  ul.boxList li figure {
    position: absolute; }
    ul.boxList li figure img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  ul.boxList li .tit {
    font-weight: 700; }
ul.newsList {
  border-top: 1px solid #CCC; }
  ul.newsList li {
    display: flex;
    border-bottom: 1px solid #CCC; }
    ul.newsList li > *:not(.tit) {
      white-space: nowrap; }
ul.thumbList {
  display: flex;
  flex-wrap: wrap; }
  ul.thumbList li {
    position: relative; }
    ul.thumbList li figure {
      position: relative;
      width: 100%;
      padding-top: 75%;
      margin-bottom: 20px; }
      ul.thumbList li figure:not(.hasThumb) {
        background: url("../img/logo.svg") center center/20% auto no-repeat #EFEFEF; }
      ul.thumbList li figure img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        object-fit: cover;
        width: 100%;
        height: 100%; }
    ul.thumbList li .catLabel {
      position: absolute;
      top: 0;
      left: 0; }
ul.linkList li {
  border-bottom: 1px solid #EEE;
  padding-bottom: 10px; }

dl.list dt {
  position: relative;
  font-weight: 500;
  border-bottom: 1px solid #CCC; }
  dl.list dt[data-num]::before {
    display: inline-block;
    color: #006234;
    content: attr(data-num) ". ";
    margin-left: -1em;
    width: 1em; }
dl.list dd {
  margin-top: 20px; }
  dl.list dd[data-num] {
    margin-top: -.25em; }
    dl.list dd[data-num]::before {
      display: inline-block;
      color: #006234;
      content: attr(data-num) ". ";
      margin-left: -1em;
      width: 1em; }
dl.list[data-toggle="1"] dt {
  padding-right: 40px;
  cursor: pointer; }
  dl.list[data-toggle="1"] dt .toggleBtn::before, dl.list[data-toggle="1"] dt .toggleBtn::after {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-100%, -50%);
    display: block;
    content: '';
    width: 40px;
    height: 2px;
    background-color: #707070; }
  dl.list[data-toggle="1"] dt .toggleBtn::after {
    transform: translate(-100%, -50%) rotate(90deg); }
  dl.list[data-toggle="1"] dt.disp .toggleBtn::after {
    display: none; }
dl.list[data-toggle="1"] dd {
  display: none; }
  dl.list[data-toggle="1"] dd.disp {
    display: block; }
dl.simpleList dt {
  font-weight: 700; }
  dl.simpleList dt:nth-of-type(n+2) {
    margin-top: 20px; }
dl.simpleList dd {
  margin-top: 10px; }
dl.catList {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 0;
  border-bottom: 1px solid #EEE; }
  dl.catList dt {
    padding: 5px 10px;
    font-weight: 700;
    white-space: nowrap; }
  dl.catList dd ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    dl.catList dd ul li {
      padding: 5px 10px; }
      dl.catList dd ul li a {
        display: block; }
        dl.catList dd ul li a:before {
          display: inline-block;
          content: url(../img/arr_normal.svg);
          margin-right: 5px; }

.btn {
  text-align: center;
  margin-top: 40px; }
  .btn a,
  .btn button {
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border-radius: 60px;
    padding: 10px 20px 10px 30px;
    color: #FFF;
    background-color: #006234;
    min-width: 240px;
    height: auto;
    border: none; }
    .btn a::after,
    .btn button::after {
      display: inline-block;
      margin-left: 10px;
      content: url("../img/arr_normal_wh.svg");
      width: 7px;
      height: 10px; }

.btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .btns .btn {
    margin-left: 10px;
    margin-right: 10px; }

.backBtn {
  text-align: center;
  margin-top: 40px; }
  .backBtn a,
  .backBtn button {
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border-radius: 60px;
    padding: 10px 20px 10px 30px;
    background-color: #FFF;
    color: #006234!important;
    min-width: 240px;
    height: auto;
    border: 2px solid #006234; }
    .backBtn a::before,
    .backBtn button::before {
      display: inline-block;
      margin-right: 10px;
      content: url("https://www.thegoodflowerjapan.net/html/template/thegoodflowerjapan/assets/img/arr_normal_green.svg");
      transform: rotate(180deg);
      vertical-align: middle; }

.miniBtn {
  text-align: center;
  margin-top: 20px; }
  .miniBtn a,
  .miniBtn button {
    display: inline-block;
    text-align: center;
    background-color: transparent !important;
    border: none;
    font-weight: 400;
    color: inherit !important;
    outline: none !important; }
    .miniBtn a::before,
    .miniBtn button::before {
      display: inline-block;
      margin-right: 10px;
      content: url("../img/arr_normal.svg");
      transform: rotate(180deg);
      vertical-align: middle; }

.anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 0;
  border-bottom: 1px solid #EEE; }
  .anchor li {
    padding: 5px 10px; }
    .anchor li a {
      display: block; }
      .anchor li a:before {
        display: inline-block;
        content: url(../img/arr_normal.svg);
        transform: rotate(90deg);
        margin-right: 5px; }

.box {
  border: 1px solid #CCC; }

ul.komeList li {
  padding-left: 1em; }
  ul.komeList li::before {
    display: inline-block;
    content: '※';
    width: 1em;
    margin-left: -1em; }
ul.delivTimeList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px; }
  ul.delivTimeList li {
    background-color: #FFF;
    border: 1px solid #CCC;
    padding: 15px;
    font-weight: 700;
    margin-left: 10px;
    text-align: center; }

.mapWrap iframe {
  width: 100%;
  height: 450px; }

.ec-grid2 {
  background: none;
  border: 1px solid #CCC; }

@media screen and (min-width: 769px) {
  .contentsSec {
    padding-top: 80px;
    padding-bottom: 100px; }
    .contentsSec::before {
      background-image: url("../img/pagetit_bg.jpg");
      left: 60px;
      width: calc(100% - 120px);
      height: 280px; }
    .contentsSec::after {
      top: 80px;
      width: 1280px;
      max-width: calc(100% - 120px);
      height: 200px; }
    .contentsSec > header,
    .contentsSec > .contentsInner > header {
      margin: 0 auto;
      width: 1280px;
      max-width: calc(100% - 120px);
      padding: 40px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .contentsSec > header::before,
      .contentsSec > .contentsInner > header::before {
        top: 280px; }
      .contentsSec > header .breadcrumb:first-child,
      .contentsSec > .contentsInner > header .breadcrumb:first-child {
        width: 100%;
        justify-content: flex-end; }
      .contentsSec > header .breadcrumb li,
      .contentsSec > .contentsInner > header .breadcrumb li {
        margin-left: 20px; }
      .contentsSec > header #categoryDesc,
      .contentsSec > .contentsInner > header #categoryDesc {
        margin-top: 10px;
        padding-top: 20px;
        border-top: 1px solid rgba(112,112,112,.1);
        width: 100%; }
    .contentsSec #categoryResultInfo {
      margin-top: 40px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .contentsSec #categoryResultInfo div {
        width: 330px; }
        .contentsSec #categoryResultInfo div select {
          height: 40px;
          padding: 0 0 0 20px; }
    .contentsSec .sec .lineTtl {
      font-size: 1.5rem;
      clear: both;
      margin: 40px 0 20px; }
    .contentsSec .sec > .in {
      margin: 0 auto;
      padding: 0 60px;
      width: 100%;
      max-width: 1320px; }
    .contentsSec#itemListSec header h1 {
      font-size: 2rem; }
      .contentsSec#itemListSec header h1:nth-child(n+2) {
        width: 100%; }
    .contentsSec#itemListSec header ul.catList {
      clear: both;
      margin: 0 0 0 -40px; }
      .contentsSec#itemListSec header ul.catList li {
        width: calc(100% / 3);
        padding: 40px 0 0 40px; }
    .contentsSec#itemListSec header .linkList {
      display: table; }
      .contentsSec#itemListSec header .linkList dt {
        display: table-cell;
        width: 280px;
        vertical-align: middle; }
      .contentsSec#itemListSec header .linkList dd {
        display: table-cell;
        width: calc(100% - 280px); }
    .contentsSec#itemDetailSec .contentsInner {
      position: relative;
      width: 1280px;
      max-width: calc(100% - 120px);
      padding: 40px 40px 0;
      margin: 0 auto; }
      .contentsSec#itemDetailSec .contentsInner > header {
        display: block;
        padding-left: 50%;
        max-width: 100%; } }
      @media screen and (min-width: 769px) and (min-width: 1200px) {
        .contentsSec#itemDetailSec .contentsInner > header {
          float: left;
          padding-left: calc((100% + 80px) * .35 + 40px);
          width: calc(100% - 300px);
          margin: 0; } }
      @media screen and (min-width: 769px) and (max-width: 1199px) {
        .contentsSec#itemDetailSec .contentsInner > header {
          float: right;
          padding-left: 0;
          max-width: 50%; } }
@media screen and (min-width: 769px) {
        .contentsSec#itemDetailSec .contentsInner > header::before {
          top: 200px; }
        .contentsSec#itemDetailSec .contentsInner > header .name {
          font-size: 1.5rem; }
      .contentsSec#itemDetailSec .contentsInner > .in {
        padding-left: 50%; } }
      @media screen and (min-width: 769px) and (min-width: 1200px) {
        .contentsSec#itemDetailSec .contentsInner > .in {
          padding-left: calc((100% + 80px) * .35 + 40px); } }
      @media screen and (min-width: 769px) and (max-width: 1199px) {
        .contentsSec#itemDetailSec .contentsInner > .in {
          padding-left: 0; } }
@media screen and (min-width: 769px) {
        .contentsSec#itemDetailSec .contentsInner > .in #productGallery {
          position: absolute;
          top: 40px;
          left: 40px;
          width: calc(50% - 80px); } }
        @media screen and (min-width: 769px) and (min-width: 1200px) {
          .contentsSec#itemDetailSec .contentsInner > .in #productGallery {
            width: 35%; } }
        @media screen and (min-width: 769px) and (max-width: 1199px) {
          .contentsSec#itemDetailSec .contentsInner > .in #productGallery {
            float: left;
            position: relative;
            top: auto;
            left: auto;
            width: calc(50% - 20px);
            margin-bottom: 40px; } }
      @media screen and (min-width: 769px) and (min-width: 1200px) {
        .contentsSec#itemDetailSec .contentsInner > .in #cartBox {
          float: right;
          width: 280px;
          margin: 0; } }
      @media screen and (min-width: 769px) and (max-width: 1199px) {
        .contentsSec#itemDetailSec .contentsInner > .in #cartBox {
          float: right;
          width: 50%; } }
      @media screen and (min-width: 769px) and (min-width: 1200px) {
        .contentsSec#itemDetailSec .contentsInner > .in .sep {
          clear: left; }
          .contentsSec#itemDetailSec .contentsInner > .in .sep:not(.ec-productRole__description) {
            float: left;
            width: calc(100% - 300px);
            margin-bottom: 40px; }
          .contentsSec#itemDetailSec .contentsInner > .in .sep.ec-productRole__description {
            clear: both; } }
      @media screen and (min-width: 769px) and (max-width: 1199px) {
        .contentsSec#itemDetailSec .contentsInner > .in .sep:not(.ec-productRole__description) {
          float: right;
          width: 50%;
          margin-bottom: 40px; }
        .contentsSec#itemDetailSec .contentsInner > .in .sep.ec-productRole__description {
          clear: both; } }
@media screen and (min-width: 769px) {
    .contentsSec#itemDetailSec .stdSec:nth-of-type(1) {
      margin-top: 100px; }

  .pageSec > header {
    height: 200px;
    margin-bottom: 100px; }
    .pageSec > header h1, .pageSec > header .pagetit {
      font-size: 1rem; }
      .pageSec > header h1::before, .pageSec > header .pagetit::before {
        font-size: 2rem; }
  .pageSec > .in.limitedWidth {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px; }

  .stdSec {
    padding: 100px 0; }
    .stdSec h2 {
      font-size: 2rem;
      margin-bottom: 40px; }
      .stdSec h2[data-en] {
        font-size: 1rem; }
        .stdSec h2[data-en]::before {
          font-size: 2rem; }
    .stdSec > .in {
      width: 100%;
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 40px; }

  .imgTxtSec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    padding: 100px 0;
    width: 100%;
    max-width: 1280px; }
    .imgTxtSec:nth-child(odd) {
      padding-right: 40px; }
      .imgTxtSec:nth-child(odd) > *:not(figure) {
        padding-left: calc(50% + 40px); }
      .imgTxtSec:nth-child(odd) .tit::after {
        right: -30px; }
      .imgTxtSec:nth-child(odd) figure {
        left: 0; }
    .imgTxtSec:nth-child(even) {
      padding-left: 40px; }
      .imgTxtSec:nth-child(even) > *:not(figure) {
        padding-right: calc(50% + 40px); }
      .imgTxtSec:nth-child(even) .tit::after {
        left: -30px; }
      .imgTxtSec:nth-child(even) figure {
        right: 0; }
    .imgTxtSec .tit {
      font-size: 1.5rem;
      margin-bottom: 40px;
      padding-bottom: 20px; }
      .imgTxtSec .tit::after {
        width: calc(50% + 70px); }
    .imgTxtSec figure {
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      width: calc(50% - 20px);
      height: 100%;
      z-index: -1; }
      .imgTxtSec figure img {
        object-fit: cover;
        width: 100%;
        height: 100%; }

  .itemList {
    margin: -40px 0 0 -20px;
    font-size: .875rem; }
    .itemList li {
      width: 16.66%;
      padding: 40px 0 0 20px; }

  .pager {
    margin-top: 80px; }

  .stdTable tbody tr th {
    width: 20%;
    vertical-align: top; }
  .stdTable tbody tr td {
    width: 80%; }

  .formTable tbody tr th {
    width: 30%;
    vertical-align: top;
    padding: 30px 0; }
  .formTable tbody tr td {
    width: 70%;
    padding: 20px 0; }

  ul.cardList {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
    flex-wrap: wrap;
    justify-content: center; }
    ul.cardList li {
      width: 20%;
      padding: 0 20px; }
      ul.cardList li:nth-child(n+6) {
        margin-top: 40px; }
      ul.cardList li p.tit {
        margin-top: 20px; }
  ul.boxList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1280px;
    padding: 0 40px;
    margin: 100px auto 0; }
    ul.boxList li {
      width: calc(50% - 20px);
      min-height: 280px;
      padding: 20px 20px 20px 220px; }
      ul.boxList li:nth-child(n+3) {
        margin-top: 40px; }
      ul.boxList li figure {
        top: 20px;
        left: 20px;
        width: 180px;
        height: 240px; }
      ul.boxList li p {
        margin-top: 20px; }
        ul.boxList li p.tit {
          font-size: 150%; }
  ul.newsList li {
    padding: 20px; }
    ul.newsList li > *:not(.tit) {
      margin-right: 20px; }
  ul.thumbList {
    margin: 0 0 0 -75px; }
    ul.thumbList li {
      margin: 75px 0 0 75px;
      width: calc((100% - 225px) / 3); }
  ul.linkList {
    display: flex;
    flex-wrap: wrap; }
    ul.linkList li {
      width: calc((100% - 40px) / 3);
      margin-left: 20px; }
      ul.linkList li:nth-child(3n+1) {
        margin-left: 0; }
      ul.linkList li:nth-child(n+4) {
        margin-top: 10px; }

  dl.list dt {
    font-size: 1.5rem;
    padding-bottom: 20px; }
    dl.list dt:nth-child(n+2) {
      margin-top: 40px; }
    dl.list dt[data-num] {
      padding-left: 2.625rem; }
      dl.list dt[data-num]::before {
        font-size: 2.625rem; }
  dl.list dd[data-num] {
    padding-left: 2.625rem; }
    dl.list dd[data-num]::before {
      font-size: 2.625rem; }

  .box {
    padding: 40px; }

  ul.delivTimeList li {
    width: calc((100% - 60px) / 6); }
    ul.delivTimeList li:nth-child(n+7) {
      margin-top: 10px; } }
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .contentsSec::before {
    left: 0;
    width: 100%; }
  .contentsSec::after,
  .contentsSec > header,
  .contentsSec > .contentsInner > header, .contentsSec#itemDetailSec .contentsInner {
    max-width: calc(100% - 20px); } }
@media screen and (max-width: 768px) {
  .contentsSec {
    padding-top: 50px;
    padding-bottom: 60px; }
    .contentsSec::before {
      background-image: url("https://www.thegoodflowerjapan.net/html/template/thegoodflowerjapan/assets/img/pagetit_sp_bg.jpg");
      background-size: cover;
      left: 0px;
      width: 100%;
      height: 150px; }
    .contentsSec::after {
      top: 50px;
      width: calc(100% - 20px);
      height: 100px; }
    .contentsSec > header,
    .contentsSec > .contentsInner > header {
      width: 100%;
      padding: 20px 30px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .contentsSec > header::before,
      .contentsSec > .contentsInner > header::before {
        top: 150px; }
      .contentsSec > header .breadcrumb,
      .contentsSec > .contentsInner > header .breadcrumb {
        margin-top: 15px;
        padding-top: 10px;
        border-top: 1px solid rgba(112,112,112,.1);
        font-size: .875rem;
        width: 100%; }
        .contentsSec > header .breadcrumb li,
        .contentsSec > .contentsInner > header .breadcrumb li {
          margin-right: 15px; }
      .contentsSec > header #categoryDesc,
      .contentsSec > .contentsInner > header #categoryDesc {
        margin-top: 10px;
        font-size: .875rem; }
    .contentsSec #categoryResultInfo {
      margin-top: 40px;
      text-align: center; }
      .contentsSec #categoryResultInfo div {
        width: 100%;
        margin-top: 10px; }
        .contentsSec #categoryResultInfo div select {
          height: 36px;
          padding: 0 0 0 18px; }
    .contentsSec .sec .lineTtl {
      font-size: 1.25rem;
      margin: 30px 0 0; }
    .contentsSec .sec > .in {
      margin: 0 auto;
      padding: 0 15px 80px 15px;
      width: 100%; }
    .contentsSec#itemListSec header h1 {
      font-size: 1.125rem; }
    .contentsSec#itemListSec header ul.catList {
      margin: 0 0 0 -15px; }
      .contentsSec#itemListSec header ul.catList li {
        width: 100%;
        padding: 30px 0 0 15px; }
    .contentsSec#itemListSec header .linkList dt {
      width: 100%; }
    .contentsSec#itemListSec header .linkList dd {
      width: 100%; }
    .contentsSec#itemDetailSec .contentsInner > header {
      padding: 20px 30px; }
      .contentsSec#itemDetailSec .contentsInner > header::before {
        top: 100px; }
      .contentsSec#itemDetailSec .contentsInner > header .name {
        font-size: 1.125rem; }
    .contentsSec#itemDetailSec .contentsInner > .in {
      padding: 0 15px; }
      .contentsSec#itemDetailSec .contentsInner > .in .sep::before {
        content: '';
        display: block;
        width: 20px;
        height: 1px;
        background-color: #000;
        margin: 20px 0; }
      .contentsSec#itemDetailSec .contentsInner > .in .ec-productRole__description #infoTable tbody tr th {
        display: flex;
        align-items: center; }
    .contentsSec#itemDetailSec .stdSec:nth-of-type(1) {
      margin-top: 50px; }

  .pageSec > header {
    height: 100px;
    margin-bottom: 20px; }
    .pageSec > header h1, .pageSec > header .pagetit {
      font-size: 1rem; }
      .pageSec > header h1::before, .pageSec > header .pagetit::before {
        font-size: 1.5rem; }
  .pageSec > .in.limitedWidth {
    padding: 0 15px; }

  .stdSec {
    padding: 50px 0; }
    .stdSec h2 {
      font-size: 1.5rem;
      margin-bottom: 30px; }
      .stdSec h2[data-en] {
        font-size: 1rem; }
        .stdSec h2[data-en]::before {
          font-size: 1.5rem; }
    .stdSec > .in {
      width: 100%;
      padding: 0 15px; }

  .imgTxtSec {
    padding: 0 15px; }
    .imgTxtSec:nth-child(n+2) {
      margin-top: 60px; }
    .imgTxtSec > * {
      margin-top: 20px; }
    .imgTxtSec .tit {
      font-size: 1rem;
      padding-bottom: 10px;
      text-align: center; }
      .imgTxtSec .tit::after {
        right: 0;
        width: 100%; }
    .imgTxtSec figure img {
      width: 100%;
      height: auto; }

  .itemList {
    margin: 10px 0 0 -10px;
    font-size: .75rem; }
    .itemList li {
      width: 33.33%;
      padding: 30px 0 0 10px; }

  .pager {
    margin-top: 40px; }

  .tableScroller {
    width: 100%;
    overflow: auto; }
    .tableScroller table {
      width: 1200px;
      max-width: 200%; }
      .tableScroller table .stickyLeft {
        position: sticky;
        left: 0; }

  .stdTable:not([data-spmode="0"]) {
    display: block; }
    .stdTable:not([data-spmode="0"]) tbody {
      display: block; }
      .stdTable:not([data-spmode="0"]) tbody tr {
        display: block; }
        .stdTable:not([data-spmode="0"]) tbody tr th, .stdTable:not([data-spmode="0"]) tbody tr td {
          display: block;
          width: 100%;
          margin-top: -1px; }

  .formTable {
    display: block; }
    .formTable tbody {
      display: block; }
      .formTable tbody tr {
        display: block; }
        .formTable tbody tr th, .formTable tbody tr td {
          display: block;
          width: 100%;
          padding: 20px 0 0 0; }
        .formTable tbody tr td {
          border-top: none;
          padding: 10px 0 20px 0; }

  ul.cardList li {
    position: relative;
    padding-left: 135px;
    min-height: 160px; }
    ul.cardList li:nth-child(n+2) {
      margin-top: 20px; }
    ul.cardList li figure {
      position: absolute;
      top: 0;
      left: 0;
      width: 120px;
      height: 160px; }
      ul.cardList li figure img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    ul.cardList li p.tit {
      margin-top: 20px; }
  ul.boxList {
    margin-top: 40px;
    padding: 0 15px; }
    ul.boxList li {
      width: 100%;
      min-height: 190px;
      padding: 15px 15px 15px 150px; }
      ul.boxList li:nth-child(n+2) {
        margin-top: 20px; }
      ul.boxList li figure {
        top: 15px;
        left: 15px;
        width: 120px;
        height: 160px; }
      ul.boxList li p {
        margin-top: 15px;
        font-size: .875rem; }
        ul.boxList li p.tit {
          margin-top: 0;
          font-size: 1rem; }
  ul.newsList li {
    flex-wrap: wrap;
    padding: 10px; }
    ul.newsList li > *:not(.tit) {
      margin-right: 10px; }
    ul.newsList li .tit {
      width: 100%; }
  ul.thumbList li {
    margin-top: 40px;
    width: 100%; }
  ul.linkList li:nth-child(n+2) {
    margin-top: 10px; }

  dl.list dt {
    font-size: 1.125rem;
    padding-bottom: 15px; }
    dl.list dt:nth-child(n+2) {
      margin-top: 30px; }
    dl.list dt[data-num] {
      padding-left: 1.5rem; }
      dl.list dt[data-num]::before {
        font-size: 1.5rem; }
  dl.list dd[data-num] {
    padding-left: 1.5rem; }
    dl.list dd[data-num]::before {
      font-size: 1.5rem; }
  dl.catList {
    flex-wrap: wrap;
    padding: 15px 10px; }

  .anchor {
    justify-content: flex-start;
    margin: 20px 15px 0 15px;
    padding: 15px; }

  .box {
    padding: 15px; }

  ul.delivTimeList li {
    width: calc((100% - 20px) / 2); }
    ul.delivTimeList li:nth-child(n+3) {
      margin-top: 10px; } }
/* -------------------------------
   home
------------------------------- */
#mv {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1; }
  #mv .imgs {
    position: relative;
    overflow: hidden; }
    #mv .imgs .galleryImgs ul {
      display: flex;
      width: 10000%;
      transition: margin-left .25s, transform .25s; }
      #mv .imgs .galleryImgs ul li {
        width: 1%; }
    #mv .imgs .galleryThumbs {
      display: none; }
    #mv .imgs .sliderNav {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0); }
      #mv .imgs .sliderNav li {
        margin: 0 5px;
        cursor: pointer; }
        #mv .imgs .sliderNav li.prev {
          width: 55px;
          height: 20px;
          background: url("https://www.thegoodflowerjapan.net/html/template/thegoodflowerjapan/assets/img/next.svg") center top/contain no-repeat;
          transform: rotate(180deg); }
        #mv .imgs .sliderNav li[data-num] {
          width: 10px;
          height: 10px;
          border-radius: 10px;
          background-color: #CCC; }
          #mv .imgs .sliderNav li[data-num].active {
            background-color: #000; }
        #mv .imgs .sliderNav li.next {
          width: 55px;
          height: 20px;
          background: url("https://www.thegoodflowerjapan.net/html/template/thegoodflowerjapan/assets/img/next.svg") center top/contain no-repeat; }

#searchNav .searchList {
  display: flex; }
#searchNav .searchNavClose {
  display: none; }

.homeSec h2 {
  font-weight: 500; }

#topicsSec {
  display: flex; }
  #topicsSec header h2 {
    white-space: nowrap;
    margin-right: 20px; }
  #topicsSec header .more a::after {
    display: inline-block;
    margin-left: 5px;
    content: url("../img/arr_normal.svg"); }

#pickupSec:nth-child(odd),
#tabSecWarp:nth-child(odd),
#rankingSec:nth-child(odd),
#categorySec:nth-child(odd),
#journalSec:nth-child(odd) {
  background-color: #F9F9F9; }
#pickupSec h2,
#tabSecWarp h2,
#rankingSec h2,
#categorySec h2,
#journalSec h2 {
  line-height: 1;
  font-weight: 300;
  text-align: center; }
  #pickupSec h2::before,
  #tabSecWarp h2::before,
  #rankingSec h2::before,
  #categorySec h2::before,
  #journalSec h2::before {
    display: block;
    content: attr(data-en);
    font-weight: 500; }

#pickupSec > .in .pickupList {
  display: flex;
  flex-wrap: wrap; }
  #pickupSec > .in .pickupList li a {
    display: block; }
  #pickupSec > .in .pickupList li figure {
    position: relative;
    padding-top: 133.33%; }
    #pickupSec > .in .pickupList li figure img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      object-fit: cover;
      width: 100%;
      height: 100%; }

#tabSecWarp > section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }
  #tabSecWarp > section > header {
    margin-bottom: 20px; }
    #tabSecWarp > section > header > img {
      margin-bottom: 20px; }
    #tabSecWarp > section > header > h2 {
      text-align: left;
      margin: 0 1em 0 0;
      font-weight: 700;
      font-size: 1.125rem; }
    #tabSecWarp > section > header > h2,
    #tabSecWarp > section > header > .count {
      display: inline-block;
      margin-bottom: 20px; }
#tabSecWarp #tabBtns {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 8px;
  border-bottom: 2px solid #006234; }
  #tabSecWarp #tabBtns li {
    flex-grow: 1;
    padding: 0 2px; }
    #tabSecWarp #tabBtns li a {
      display: block;
      text-align: center;
      padding: 10px;
      border-radius: 10px 10px 0 0;
      background-color: #FFF;
      display: block;
      color: #006234; }
      #tabSecWarp #tabBtns li a.active {
        background-color: #006234;
        color: #FFF; }
#tabSecWarp > section {
  display: none; }
  #tabSecWarp > section > h2 {
    display: none; }
  #tabSecWarp > section.active {
    display: block; }
  #tabSecWarp > section ul.catList {
    display: flex;
    flex-wrap: wrap; }
    #tabSecWarp > section ul.catList > li > a img {
      margin-bottom: 10px; }
  #tabSecWarp > section h3 {
    font-weight: 400;
    padding-bottom: 10px;
    border-bottom: 1px solid #000; }

#rankingSec > .in .rankingList {
  counter-reset: rank;
  display: flex;
  flex-wrap: wrap; }
  #rankingSec > .in .rankingList li a {
    position: relative;
    display: block;
    height: 100%; }
    #rankingSec > .in .rankingList li a::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 60px;
      line-height: 40px;
      text-align: center;
      content: counter(rank) "th";
      counter-increment: rank;
      background-color: rgba(255, 255, 255, 0.75);
      z-index: 1;
      font-display: 1.375rem; }
    #rankingSec > .in .rankingList li a figure {
      position: relative;
      padding-top: 133.33%; }
      #rankingSec > .in .rankingList li a figure img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        object-fit: cover;
        width: 100%;
        height: 100%; }
  #rankingSec > .in .rankingList li:nth-child(1) a::before {
    content: '1st';
    background-color: #DBA947; }
  #rankingSec > .in .rankingList li:nth-child(2) a::before {
    content: '2nd';
    background-color: #CECBC6; }
  #rankingSec > .in .rankingList li:nth-child(3) a::before {
    content: '3rd';
    background-color: #A78769; }

#categorySec {
  text-align: center; }
  #categorySec .categoryList {
    display: flex; }
    #categorySec .categoryList li figure {
      border-radius: 50%;
      overflow: hidden; }

#page_homepage #categorySec {
  background-color: #FFF; }

#journalSec > .in {
  position: relative; }
  #journalSec > .in .journalCarousel {
    overflow: hidden; }
    #journalSec > .in .journalCarousel .journalList {
      display: flex; }
      #journalSec > .in .journalCarousel .journalList li a {
        display: block; }
  #journalSec > .in .slideBtns {
    display: none; }
    #journalSec > .in .slideBtns li {
      position: absolute;
      top: 50%;
      width: 60px;
      height: 60px;
      background: url("../img/arr_normal_wh.svg") center center no-repeat #000;
      cursor: pointer;
      font-size: 0;
      border-radius: 50%;
      margin: -30px; }
      #journalSec > .in .slideBtns li.prev {
        left: 0;
        transform: rotate(180deg); }
      #journalSec > .in .slideBtns li.next {
        right: 0; }
#journalSec[data-slide="-1"] > .in .journalCarousel .journalList {
  transition: transform .5s;
  transform: translate(1%, 0); }
  #journalSec[data-slide="-1"] > .in .journalCarousel .journalList li {
    transform: translate(-100%, 0); }
#journalSec[data-slide="1"] > .in .journalCarousel .journalList {
  transition: transform .5s;
  transform: translate(-1%, 0); }

#aboutusSec {
  color: #FFF;
  text-align: center;
  background: url("https://www.thegoodflowerjapan.net/html/template/thegoodflowerjapan/assets/img/home/about_bg.jpg") center center/cover no-repeat; }
  #aboutusSec a {
    color: #FFF; }
  #aboutusSec h2 {
    line-height: 1;
    font-weight: 300; }
    #aboutusSec h2::before {
      display: block;
      content: attr(data-en);
      font-weight: 500;
      margin-bottom: 5px; }
  #aboutusSec > .in ul li {
    position: relative; }
    #aboutusSec > .in ul li a {
      position: relative;
      display: block;
      z-index: 1; }
      #aboutusSec > .in ul li a::before {
        content: attr(data-en);
        line-height: 1.2; }
    #aboutusSec > .in ul li::after {
      content: '';
      position: absolute;
      background: url("../img/arr_normal_wh.svg") center center/7px 10px no-repeat;
      width: 40px;
      height: 40px;
      border: 1px solid #FFF;
      border-radius: 50%; }

#contact {
  color: #FFF;
  text-align: center;
  background: #0a635d;
  background: linear-gradient(180deg, #0a635d 0%, #006234 100%); }
  #contact h2 {
    line-height: 1;
    font-weight: 300; }
    #contact h2::before {
      display: block;
      content: attr(data-en);
      font-weight: 500;
      margin-bottom: 5px; }
  #contact .btn {
    text-align: center; }
    #contact .btn a {
      border: 2px solid #FFF;
      background-color: transparent; }

@media screen and (min-width: 769px) {
  #mv {
    position: relative;
    max-width: 1920px;
    padding: 0 60px;
    margin: 0 auto;
    z-index: 2; }
    #mv .imgs .galleryImgs ul li {
      height: 600px; }
      #mv .imgs .galleryImgs ul li figure, #mv .imgs .galleryImgs ul li picture {
        width: 100%;
        height: 600px; }
      #mv .imgs .galleryImgs ul li img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    #mv .sliderNav {
      bottom: 20px; }
    #mv #searchNav {
      display: flex; }

  #searchNav {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100vw;
    left: 50%;
    bottom: 0;
    padding: 10px 60px;
    height: 60px;
    background-color: #FAFAFA;
    transform: translate(-50%, 0); }
    #searchNav form input[type=text] {
      width: 240px; }
    #searchNav .searchList {
      justify-content: space-between;
      width: calc(100% - 260px);
      max-width: 1000px; }
      #searchNav .searchList > li {
        position: relative;
        white-space: nowrap;
        text-align: left;
        flex-grow: 1; }
        #searchNav .searchList > li > a {
          display: block;
          line-height: 20px;
          padding: 10px 0; }
        #searchNav .searchList > li > ul {
          position: absolute;
          top: 100%;
          left: 0;
          display: none;
          min-width: 120px; }
        #searchNav .searchList > li:hover > ul {
          display: block;
          padding: 10px;
          background-color: #FFF;
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05); }
          #searchNav .searchList > li:hover > ul > li:nth-child(n+2) {
            border-top: 1px solid #EEE; }
          #searchNav .searchList > li:hover > ul > li > a {
            display: block;
            padding: 5px; }

  #topicsSec {
    position: relative;
    width: 830px;
    padding: 20px 140px 20px 20px;
    margin: 0 auto;
    border-bottom: 1px solid #000;
    z-index: 1; }
    #topicsSec header h2 {
      font-size: 1.5rem;
      line-height: 1; }
    #topicsSec header .more {
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translate(0, -50%); }
      #topicsSec header .more a {
        display: block;
        width: 100px;
        line-height: 32px;
        border: 2px solid #000;
        text-align: center;
        border-radius: 20px; }
    #topicsSec time {
      margin-right: 20px; }

  #pickupSec,
  #tabSecWarp,
  #rankingSec,
  #categorySec,
  #journalSec {
    padding: 120px 60px;
    width: 100%; }
    #pickupSec h2,
    #tabSecWarp h2,
    #rankingSec h2,
    #categorySec h2,
    #journalSec h2 {
      font-size: 1.125rem;
      margin-bottom: 40px; }
      #pickupSec h2::before,
      #tabSecWarp h2::before,
      #rankingSec h2::before,
      #categorySec h2::before,
      #journalSec h2::before {
        font-size: 2.625rem;
        margin-bottom: 10px; }
    #pickupSec > .in,
    #tabSecWarp > .in,
    #rankingSec > .in,
    #categorySec > .in,
    #journalSec > .in {
      position: relative;
      width: 100%;
      max-width: 1200px;
      margin: 0 auto; }

  #pickupSec > .in .pickupList {
    margin: -60px 0 0 -40px; }
    #pickupSec > .in .pickupList li {
      width: 20%;
      padding: 60px 0 0 40px; }
      #pickupSec > .in .pickupList li figure {
        margin-bottom: 25px; }

  #tabSecWarp > section > header {
    margin-top: 40px; }
    #tabSecWarp > section > header > img {
      width: calc(50% - 20px);
      float: left;
      margin-right: 40px; }
  #tabSecWarp > section .catList {
    clear: both;
    margin: 0 0 0 -40px; }
    #tabSecWarp > section .catList li {
      width: calc(100% / 3);
      padding: 40px 0 0 40px; }
  #tabSecWarp h3 {
    font-size: 1.5rem;
    clear: both;
    margin: 40px 0 20px; }

  #rankingSec > .in .rankingList {
    margin: -60px 0 0 -60px;
    font-size: .875rem; }
    #rankingSec > .in .rankingList li {
      width: 20%;
      padding: 60px 0 0 60px; }
      #rankingSec > .in .rankingList li a {
        display: block;
        background-color: #FFF;
        padding-bottom: 15px; }
        #rankingSec > .in .rankingList li a figure {
          margin-bottom: 15px; }
        #rankingSec > .in .rankingList li a p {
          padding: 0 15px; }

  #categorySec > .in .categoryList {
    margin: -40px 0 0 -40px; }
    #categorySec > .in .categoryList li {
      padding: 40px 0 0 40px;
      width: calc(100% / 6); }
      #categorySec > .in .categoryList li a figure {
        margin-bottom: 20px; }

  #journalSec > .in {
    padding: 100px 60px;
    background-color: #FFF; }
    #journalSec > .in .journalCarousel {
      width: calc(100% + 60px); }
      #journalSec > .in .journalCarousel .journalList {
        width: 2500%;
        margin: 0; }
        #journalSec > .in .journalCarousel .journalList li {
          width: 1%;
          margin: 0;
          padding: 0 60px 0 0; }
  #journalSec[data-pc="1"] .slideBtns {
    display: block; }

  #aboutusSec {
    padding: 200px 60px;
    margin: -60px 60px 100px; }
    #aboutusSec h2 {
      font-size: 1.125rem;
      margin-bottom: 40px; }
      #aboutusSec h2::before {
        font-size: 2.625rem; }
    #aboutusSec > .in p {
      line-height: 2; }
    #aboutusSec > .in ul {
      display: flex;
      border-right: 1px solid #FFF;
      width: 1000px;
      margin: 40px auto 0; }
      #aboutusSec > .in ul li {
        width: 20%;
        border-left: 1px solid #FFF; }
        #aboutusSec > .in ul li::after {
          bottom: 20px;
          left: 50%;
          transform: translate(-50%, 0); }
        #aboutusSec > .in ul li a {
          font-size: 1.125rem;
          padding: 15px 0 80px;
          font-size: .875rem; }
          #aboutusSec > .in ul li a::before {
            text-align: center;
            display: flex;
            width: 5em;
            height: 2.4em;
            justify-content: center;
            align-items: center;
            margin: 0 auto 5px;
            font-size: 1.3125rem; }
          #aboutusSec > .in ul li a::after {
            display: block;
            content: '';
            width: 20px;
            border-top: 1px solid #FFF;
            margin: 20px auto 0; }
        #aboutusSec > .in ul li:hover::after {
          opacity: .6; }

  #contact {
    padding: 200px 60px; }
    #contact h2 {
      font-size: 1.125rem;
      margin-bottom: 60px; }
      #contact h2::before {
        font-size: 2.625rem; } }
@media screen and (max-width: 768px) {
  #mv {
    position: relative;
    max-width: 100%; }
    #mv .sliderNav {
      bottom: 20px; }

  #searchNav {
    position: fixed;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 40px 20px;
    z-index: 9;
    transition: transform .25s, opacity .25s;
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 0;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1); }
    #searchNav form input[type=text] {
      width: 100%; }
    #searchNav .searchList {
      flex-wrap: wrap;
      margin: 0 0 20px -10px; }
      #searchNav .searchList > li {
        width: 100%;
        padding: 10px 0 0 10px; }
        #searchNav .searchList > li > a {
          position: relative;
          display: block;
          padding: 10px 15px 10px 0;
          border-bottom: 1px solid rgba(112,112,112,.1); }
          #searchNav .searchList > li > a::after {
            position: absolute;
            top: 50%;
            right: 0;
            transform: translate(0, -50%);
            content: url("../img/arr_normal.svg"); }
        #searchNav .searchList > li > ul {
          display: none; }
    #searchNav.disp {
      transform: translate(0, calc(-100% - 80px));
      opacity: 1; }

  #topicsSec {
    padding: 25px 20px;
    flex-wrap: wrap;
    font-size: .875rem; }
    #topicsSec header {
      display: flex;
      width: 100%;
      margin-bottom: 5px; }
      #topicsSec header h2 {
        font-size: 1.125rem;
        line-height: 1; }
      #topicsSec header .more a {
        display: block; }
    #topicsSec time {
      margin-right: 10px; }

  #pickupSec,
  #tabSecWarp,
  #rankingSec,
  #categorySec,
  #journalSec {
    padding: 60px 0;
    margin: 0 auto;
    width: 100%; }
    #pickupSec h2,
    #tabSecWarp h2,
    #rankingSec h2,
    #categorySec h2,
    #journalSec h2 {
      font-size: .875rem;
      margin-bottom: 40px; }
      #pickupSec h2::before,
      #tabSecWarp h2::before,
      #rankingSec h2::before,
      #categorySec h2::before,
      #journalSec h2::before {
        font-size: 1.5em;
        margin-bottom: 10px; }

  #pickupSec > .in {
    padding: 0 15px; }
    #pickupSec > .in .pickupList {
      margin: -30px 0 0 -15px; }
      #pickupSec > .in .pickupList li {
        width: 50%;
        padding: 30px 0 0 15px; }
        #pickupSec > .in .pickupList li figure {
          margin-bottom: 10px; }

  #tabSecWarp #tabBtns {
    overflow: auto;
    white-space: nowrap; }
  #tabSecWarp > section {
    padding: 0 20px; }
    #tabSecWarp > section > header {
      margin-top: 20px; }
    #tabSecWarp > section .catList {
      margin: 0 0 0 -15px; }
      #tabSecWarp > section .catList li {
        width: 100%;
        padding: 30px 0 0 15px; }
  #tabSecWarp h3 {
    font-size: 1.25rem;
    margin: 30px 0 0; }

  #rankingSec > .in {
    padding: 0 15px; }
    #rankingSec > .in .rankingList {
      margin: -30px 0 0 -15px;
      font-size: .75rem; }
      #rankingSec > .in .rankingList li {
        width: 50%;
        padding: 30px 0 0 15px; }
        #rankingSec > .in .rankingList li a {
          display: block;
          background-color: #FFF;
          padding-bottom: 5px; }
          #rankingSec > .in .rankingList li a figure {
            margin-bottom: 5px; }
          #rankingSec > .in .rankingList li a p {
            padding: 0 5px; }

  #categorySec > .in {
    padding: 0 15px; }
    #categorySec > .in .categoryList {
      flex-wrap: wrap;
      margin: -30px 0 0 -15px; }
      #categorySec > .in .categoryList li {
        width: 50%;
        padding: 30px 0 0 15px; }
        #categorySec > .in .categoryList li a figure {
          margin-bottom: 10px; }

  #journalSec > .in {
    padding: 0 20px; }
    #journalSec > .in .journalCarousel .journalList {
      width: 10000%; }
      #journalSec > .in .journalCarousel .journalList li {
        width: 1%;
        margin-top: 0; }
        #journalSec > .in .journalCarousel .journalList li a {
          padding: 15px;
          background-color: #FFF; }
          #journalSec > .in .journalCarousel .journalList li a figure {
            width: calc(100% + 30px);
            margin: -15px -15px 15px; }
  #journalSec[data-sp="1"] .slideBtns {
    display: block; }
    #journalSec[data-sp="1"] .slideBtns li {
      margin: -30px -10px; }

  #aboutusSec {
    padding: 60px 15px; }
    #aboutusSec h2 {
      font-size: .875rem;
      margin-bottom: 40px; }
      #aboutusSec h2::before {
        font-size: 1.5em; }
    #aboutusSec > .in ul {
      border-top: 1px solid #FFF;
      margin-top: 30px; }
      #aboutusSec > .in ul li {
        width: 100%;
        border-bottom: 1px solid #FFF;
        text-align: left; }
        #aboutusSec > .in ul li::after {
          top: 50%;
          right: 0;
          transform: translate(0, -50%); }
        #aboutusSec > .in ul li a {
          padding: 10px 50px 10px 10px;
          font-size: .875rem; }
          #aboutusSec > .in ul li a::before {
            display: block;
            height: 1.3125em;
            font-size: 1.3125rem; }

  #contact {
    padding: 60px 15px; }
    #contact h2 {
      font-size: .875rem;
      margin-bottom: 40px; }
      #contact h2::before {
        font-size: 1.5em; } }
/* -------------------------------
   cart
------------------------------- */
.ec-progress .ec-progress__number {
  background: #000;
  color: #fff; }
.ec-progress .ec-progress__label {
  font-size: .875rem; }
.ec-progress .is-complete .ec-progress__number {
  background: #006234; }
.ec-progress .is-complete .ec-progress__label {
  color: #006234; }
@media screen and (min-width: 769px) {
  .ec-progress .ec-progress__item:after {
    top: 30px; }
  .ec-progress .ec-progress__number {
    line-height: 60px;
    width: 60px;
    height: 60px;
    font-size: 2rem; }
  .ec-progress .ec-progress__label {
    font-size: .875rem; } }
@media screen and (max-width: 768px) {
  .ec-progress .ec-progress__item:after {
    top: 15px; }
  .ec-progress .ec-progress__number {
    line-height: 30px;
    width: 30px;
    height: 30px;
    font-size: 1rem; }
  .ec-progress .ec-progress__label {
    font-size: .75rem; } }

.ec-cartRole__totalAmount {
  color: #006234!important; }

.ec-cartRole__cart {
  margin: 0 !important; }

.ec-cartRole__totalText {
  text-align: center; }

.ec-cartRole__actions {
  width: 100% !important;
  margin: 0 !important; }
  .ec-cartRole__actions .btn,
  .ec-cartRole__actions .backBtn {
    text-align: right; }
    .ec-cartRole__actions .btn a,
    .ec-cartRole__actions .btn button,
    .ec-cartRole__actions .backBtn a,
    .ec-cartRole__actions .backBtn button {
      margin: 0; }

.ec-role,
.ec-cartRole,
.ec-orderRole,
.ec-AddAddress,
.ec-registerRole {
  padding: 0 !important;
  max-width: none; }
  .ec-role .ec-alert-warning,
  .ec-cartRole .ec-alert-warning,
  .ec-orderRole .ec-alert-warning,
  .ec-AddAddress .ec-alert-warning,
  .ec-registerRole .ec-alert-warning {
    background-color: #DC2E2E;
    max-width: none; }
  .ec-role .ec-rectHeading,
  .ec-cartRole .ec-rectHeading,
  .ec-orderRole .ec-rectHeading,
  .ec-AddAddress .ec-rectHeading,
  .ec-registerRole .ec-rectHeading {
    margin-bottom: 20px; }
  .ec-role :nth-child(n+2) .ec-rectHeading,
  .ec-cartRole :nth-child(n+2) .ec-rectHeading,
  .ec-orderRole :nth-child(n+2) .ec-rectHeading,
  .ec-AddAddress :nth-child(n+2) .ec-rectHeading,
  .ec-registerRole :nth-child(n+2) .ec-rectHeading {
    margin-top: 40px; }
  .ec-role a.ec-inlineBtn,
  .ec-role button.ec-inlineBtn,
  .ec-cartRole a.ec-inlineBtn,
  .ec-cartRole button.ec-inlineBtn,
  .ec-orderRole a.ec-inlineBtn,
  .ec-orderRole button.ec-inlineBtn,
  .ec-AddAddress a.ec-inlineBtn,
  .ec-AddAddress button.ec-inlineBtn,
  .ec-registerRole a.ec-inlineBtn,
  .ec-registerRole button.ec-inlineBtn {
    line-height: 30px;
    text-align: center;
    border-radius: 60px;
    padding: 10px 20px;
    color: #FFF;
    background-color: #006234;
    min-width: 100px;
    border: none; }
  .ec-role input,
  .ec-role textarea,
  .ec-role select,
  .ec-cartRole input,
  .ec-cartRole textarea,
  .ec-cartRole select,
  .ec-orderRole input,
  .ec-orderRole textarea,
  .ec-orderRole select,
  .ec-AddAddress input,
  .ec-AddAddress textarea,
  .ec-AddAddress select,
  .ec-registerRole input,
  .ec-registerRole textarea,
  .ec-registerRole select {
    padding: 9px;
    border: 1px solid #CCC!important;
    border-radius: 5px;
    max-width: 100%;
    height: auto;
    background-color: transparent;
    margin: 0;
    background-color: #FFF;
    -webkit-appearance: none; }
    .ec-role input[type="radio"], .ec-role input[type="checkbox"],
    .ec-role textarea[type="radio"],
    .ec-role textarea[type="checkbox"],
    .ec-role select[type="radio"],
    .ec-role select[type="checkbox"],
    .ec-cartRole input[type="radio"],
    .ec-cartRole input[type="checkbox"],
    .ec-cartRole textarea[type="radio"],
    .ec-cartRole textarea[type="checkbox"],
    .ec-cartRole select[type="radio"],
    .ec-cartRole select[type="checkbox"],
    .ec-orderRole input[type="radio"],
    .ec-orderRole input[type="checkbox"],
    .ec-orderRole textarea[type="radio"],
    .ec-orderRole textarea[type="checkbox"],
    .ec-orderRole select[type="radio"],
    .ec-orderRole select[type="checkbox"],
    .ec-AddAddress input[type="radio"],
    .ec-AddAddress input[type="checkbox"],
    .ec-AddAddress textarea[type="radio"],
    .ec-AddAddress textarea[type="checkbox"],
    .ec-AddAddress select[type="radio"],
    .ec-AddAddress select[type="checkbox"],
    .ec-registerRole input[type="radio"],
    .ec-registerRole input[type="checkbox"],
    .ec-registerRole textarea[type="radio"],
    .ec-registerRole textarea[type="checkbox"],
    .ec-registerRole select[type="radio"],
    .ec-registerRole select[type="checkbox"] {
      width: 1em;
      height: 1em;
      vertical-align: middle; }
      .ec-role input[type="radio"]:checked, .ec-role input[type="checkbox"]:checked,
      .ec-role textarea[type="radio"]:checked,
      .ec-role textarea[type="checkbox"]:checked,
      .ec-role select[type="radio"]:checked,
      .ec-role select[type="checkbox"]:checked,
      .ec-cartRole input[type="radio"]:checked,
      .ec-cartRole input[type="checkbox"]:checked,
      .ec-cartRole textarea[type="radio"]:checked,
      .ec-cartRole textarea[type="checkbox"]:checked,
      .ec-cartRole select[type="radio"]:checked,
      .ec-cartRole select[type="checkbox"]:checked,
      .ec-orderRole input[type="radio"]:checked,
      .ec-orderRole input[type="checkbox"]:checked,
      .ec-orderRole textarea[type="radio"]:checked,
      .ec-orderRole textarea[type="checkbox"]:checked,
      .ec-orderRole select[type="radio"]:checked,
      .ec-orderRole select[type="checkbox"]:checked,
      .ec-AddAddress input[type="radio"]:checked,
      .ec-AddAddress input[type="checkbox"]:checked,
      .ec-AddAddress textarea[type="radio"]:checked,
      .ec-AddAddress textarea[type="checkbox"]:checked,
      .ec-AddAddress select[type="radio"]:checked,
      .ec-AddAddress select[type="checkbox"]:checked,
      .ec-registerRole input[type="radio"]:checked,
      .ec-registerRole input[type="checkbox"]:checked,
      .ec-registerRole textarea[type="radio"]:checked,
      .ec-registerRole textarea[type="checkbox"]:checked,
      .ec-registerRole select[type="radio"]:checked,
      .ec-registerRole select[type="checkbox"]:checked {
        background-color: #006234; }

@media screen and (max-width: 768px) {
  .ec-cartRole__actions .btn,
  .ec-cartRole__actions .backBtn {
    text-align: center; } }
/* -------------------------------
   post
------------------------------- */
.catLabel {
  font-size: .875rem;
  line-height: 1;
  padding: 10px;
  min-width: 90px;
  background-color: #006234;
  color: #FFF;
  text-align: center; }

#postDetailSec header {
  display: flex;
  flex-wrap: wrap; }
  #postDetailSec header .catLabel {
    margin-right: 20px; }
  #postDetailSec header h1 {
    margin-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEE;
    width: 100%;
    font-weight: 500; }
#postDetailSec > .in h2 {
  font-weight: 500; }
#postDetailSec > .in b {
  font-weight: 700; }
#postDetailSec > .in .howtoGlowHeader .txt h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #EEE; }
#postDetailSec > .in .howtoGlowHeader .txt .scientific {
  text-align: right;
  margin-top: 10px; }
#postDetailSec > .in .howtoGlowHeader .txt dl dt {
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #CCC;
  font-size: 1.125rem; }
#postDetailSec > .in .howtoGlowHeader .txt dl dd {
  margin-top: 10px;
  padding-left: 1em; }
#postDetailSec > .in .gaugeList {
  border-top: 1px dotted #CCC; }
  #postDetailSec > .in .gaugeList li {
    display: flex;
    padding: 20px 10px;
    white-space: nowrap;
    font-size: 21px;
    font-weight: bold;
    color: #006234;
    border-bottom: 1px dotted #CCC; }
    #postDetailSec > .in .gaugeList li:nth-child(n+2) {
      margin-top: 10px; }
    #postDetailSec > .in .gaugeList li > span {
      display: flex;
      width: 100%;
      margin-left: 10px;
      font-size: 16px; }
      #postDetailSec > .in .gaugeList li > span[data-gauge="1"]::before, #postDetailSec > .in .gaugeList li > span[data-gauge="1"]::after {
        display: block;
        background-color: #000;
        color: #FFF;
        padding: 2px 10px;
        border-radius: 50px; }
      #postDetailSec > .in .gaugeList li > span[data-gauge="1"]::before {
        content: 'よわい'; }
      #postDetailSec > .in .gaugeList li > span[data-gauge="1"]::after {
        content: 'つよい'; }
      #postDetailSec > .in .gaugeList li > span > span {
        position: relative;
        width: 100%; }
        #postDetailSec > .in .gaugeList li > span > span::before, #postDetailSec > .in .gaugeList li > span > span::after {
          position: absolute;
          top: 50%;
          display: block;
          content: ''; }
        #postDetailSec > .in .gaugeList li > span > span::before {
          left: 0;
          transform: translate(0, -50%);
          width: 100%;
          height: 5px;
          background-color: #CCC; }
        #postDetailSec > .in .gaugeList li > span > span::after {
          transform: translate(-50%, -50%);
          width: 20px;
          height: 20px;
          background-color: #e94709;
          border-radius: 10px;
          left: calc((var(--level) / 10) * 100%); }
#postDetailSec > .in .howtoGlowCalendar {
  width: 100%;
  font-size: 14px; }
  #postDetailSec > .in .howtoGlowCalendar th, #postDetailSec > .in .howtoGlowCalendar td {
    padding: 10px;
    border: 1px solid #EEE;
    text-align: center; }
  #postDetailSec > .in .howtoGlowCalendar thead th {
    background-color: #333;
    color: #FFF;
    background-color: #006234; }
  #postDetailSec > .in .howtoGlowCalendar tbody td {
    padding: 10px;
    width: 7%;
    color: #FFF; }
    #postDetailSec > .in .howtoGlowCalendar tbody td[data-start="1"], #postDetailSec > .in .howtoGlowCalendar tbody td[data-end="1"] {
      position: relative; }
      #postDetailSec > .in .howtoGlowCalendar tbody td[data-start="1"]::before, #postDetailSec > .in .howtoGlowCalendar tbody td[data-end="1"]::before {
        display: block;
        content: '';
        height: 100%;
        position: absolute;
        top: 0;
        background-color: #e94709; }
    #postDetailSec > .in .howtoGlowCalendar tbody td[data-start="1"] {
      border-right-color: #e94709; }
      #postDetailSec > .in .howtoGlowCalendar tbody td[data-start="1"]::before {
        width: calc(100% - (var(--start) / 30) * 100%);
        left: calc((var(--start) / 30) * 100%); }
    #postDetailSec > .in .howtoGlowCalendar tbody td[data-period="1"] {
      background-color: #e94709;
      border-left-color: #e94709;
      border-right-color: #e94709; }
    #postDetailSec > .in .howtoGlowCalendar tbody td[data-end="1"] {
      border-left-color: #e94709; }
      #postDetailSec > .in .howtoGlowCalendar tbody td[data-end="1"]::before {
        width: calc((var(--end) / 30) * 100%);
        right: calc(100% - (var(--end) / 30) * 100%); }

.backlink {
  text-align: center;
  border-top: 1px solid #EEE;
  padding-top: 20px; }
  .backlink a::before {
    display: inline-block;
    margin-right: 5px;
    content: url(../img/arr_normal.svg); }

@media screen and (min-width: 769px) {
  #postDetailSec {
    margin-top: 100px; }
    #postDetailSec header h1 {
      font-size: 2rem; }
    #postDetailSec > .in > * {
      margin-top: 40px; }
    #postDetailSec > .in h2 {
      font-size: 1.5rem; }
    #postDetailSec > .in .howtoGlowHeader {
      display: flex; }
      #postDetailSec > .in .howtoGlowHeader figure {
        width: 50%;
        padding-right: 40px; }
      #postDetailSec > .in .howtoGlowHeader .txt {
        width: 50%; }

  .backlink {
    margin-top: 100px; } }
@media screen and (max-width: 768px) {
  #postDetailSec {
    margin-top: 50px; }
    #postDetailSec header h1 {
      font-size: 1.5rem; }
    #postDetailSec > .in > * {
      margin-top: 20px; }
    #postDetailSec > .in h2 {
      font-size: 1.125rem; }
    #postDetailSec > .in .howtoGlowCalendar thead tr {
      display: flex; }
      #postDetailSec > .in .howtoGlowCalendar thead tr th {
        width: calc(100% / 12);
        padding: 5px; }
        #postDetailSec > .in .howtoGlowCalendar thead tr th:first-child {
          display: none; }
    #postDetailSec > .in .howtoGlowCalendar tbody tr {
      display: flex;
      flex-wrap: wrap; }
      #postDetailSec > .in .howtoGlowCalendar tbody tr th {
        width: 100%;
        padding: 5px; }
      #postDetailSec > .in .howtoGlowCalendar tbody tr td {
        width: calc(100% / 12);
        padding: 5px; }

  .backlink {
    margin-top: 40px; } }
/* -------------------------------
   mypage
------------------------------- */
#page_mypage .ec-mypageRole * {
  font-size: 1rem;
  font-weight: 500; }

.ec-login {
  max-width: 500px;
  margin: 0 auto;
  padding: 40px;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(0,0,0,.1); }

/* -------------------------------
   mypage
------------------------------- */
.js-fadeUp {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .8s, transform .8s; }

.js-fadeUp.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .2s; }