/* flc_customcss.cssに追加されたスタイル（ファーストビュー以外） */

#wp-admin-bar-ai-toolbar-settings, #wp-admin-bar-comments, #wp-admin-bar-optimize, #wp-admin-bar-my-account, #wp-admin-bar-wp-logo {
    display: none;
}
#wpadminbar {
    position: fixed;
}

body.fixed {
    position: fixed;
    width: 100%;
    left: 0;
}

.kinkyu_01 {
    margin: 100px auto 150px;
    max-width: 800px; 
　　　　　　　　padding-top: 60px;
    margin-top: -60px;
}
#jump_011 {
    padding-top: 60px;
}
.flc_applink {
    /*border: solid 1px #ababab;*/
    border-radius: 2px;
    max-width: 470px;
    margin: 30px 10px;
}
/* ↑ファーストビュー関連 */



/* youtube埋込関連 */
.flc_youtubecontainer {
    position: relative;
    max-width: 450px;
    margin: 60px auto 40px;
}
/*.flc_youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.flc_youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 15px 0;
}*/
.adad {
    cursor: pointer;
    cursor: hand;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
}
.addcap:before {
        z-index: 1;
    width: 100%;
    text-shadow: 1px 1px 2px #000000, -1px -1px 2px #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 10px;
    font-size: min(4.8vw, 20px);
    white-space: pre;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 90px;
    letter-spacing: 1px;
}
#secondary .addcap:before {
    font-size: 100%;
}
.flcyoutube {
 /*overflow: hidden;*/
    position: relative;
border: solid 10px #fbfbfb;
    border-radius: 3px;
    -webkit-box-shadow: 3px 3px 5px 2px #cecece;
            box-shadow: 3px 3px 5px 2px #cecece;
/*aspect-ratio: 16/9;*/
width: 100%;
}
.flcyoutube:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.flcyoutube43 {
    position: relative;
    border: solid 2px #fbfbfb;
    border-radius: 3px;
    -webkit-box-shadow: 3px 3px 5px 2px #cecece;
            box-shadow: 3px 3px 5px 2px #cecece;
    aspect-ratio: 4/3;
}
.flcyoutube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ytthumb2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    -o-object-fit: cover !important;
       object-fit: cover !important;
}
.ytbutton3 {
    border-radius: 2px;
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    overflow: hidden;
    width: 50px;
    height: 17px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
    display: none;
}
.ytbutton5 {
    width: calc( 50px + 20 * (100vw - 320px)/2240);
    max-width: 70px;
    opacity: 0.9;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
z-index: 1;
}
.y_0TqvT0oDw:before {
    content: "部屋の電気を消したら\A写真の写りはどう変わる？";
}
.Hs1B8FYMqug:before {
    content: "今より「離れて撮る」だけで\Aお皿の「カタチがキレイ」に！？";
}
.zQLbWizZ8Q4:before {
    content: "何を撮るときでも\A「光の向き」が超大事！";
}
._Mis5JDXQwk:before {
    content: "「部屋の電気」と「自然光」\A写りはこんなに違っちゃう?!";
}
.-pEnREm3PwE:before {
    content: "部屋の電気を消したら\A写真の写りはどう変わる？";
}
/* youtube埋込関連 */

span.kaigyo01 {
    display: block;
}

span.keiko_aka {
background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(60%, #f4433652));
background: -o-linear-gradient(transparent 80%, #f4433652 60%);
background: linear-gradient(transparent 80%, #f4433652 60%);
    padding: 2px 0px;
}
blockquote {
    background: #f0f0f0 !IMPORTANT;
    margin: 30px auto;
    padding: 40px 20px;
    border-radius: 5px;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -o-transition: nonoe;
    transition: none;
    transition: none;
position: relative;
}
blockquote p {
    margin: 15px 0 !important;
}



.toppagebutton {
    margin: 40px auto;
    padding: 0;
    border-radius: 5px;
    display: block;
-webkit-box-shadow: 1px 0px 9px 0px rgb(0 0 0 / 25%);
    box-shadow: 1px 0px 9px 0px rgb(0 0 0 / 25%);
width: 90%;
    max-width: 350px;
}
.llink {
    width: 90%;
    max-width: 310px;
}
.flc_simplebutton2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 2px;
    position: relative;
    margin: auto;
background: #fff !important;
    border: solid 2px #6d6d6d !important;
        padding: 10px 20px !important;
    color: #565656 !important;
    font-size: 90%;
}
.flc_simplebutton2 img {
    margin: auto 10px;
    width: 30px;
    height: 30px;
}
.flc_simplebutton2 p {
    margin: 6px 20px !important;
    color: #fff;
    line-height: 1.7 !important;
}
.flc_simplebutton2 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pc-home-rectangle {
    margin-top: 50px;
}	
.modal_wrap input{
  display: none;
}
.modal_overlay{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0s 0.5s;
  transition: opacity 0.5s, -webkit-transform 0s 0.5s;
  -o-transition: opacity 0.5s, transform 0s 0.5s;
  transition: opacity 0.5s, transform 0s 0.5s;
  transition: opacity 0.5s, transform 0s 0.5s, -webkit-transform 0s 0.5s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.modal_trigger{
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal_content{
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 90%;
  max-width: 600px;
  padding: 30px 20px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
overflow-y: scroll;
max-height: 90%;
}
.close_button{
  position: absolute;
  top: 40px;
    right: 16px;
    font-size: 30px;
  cursor: pointer;
}

.modal_wrap input:checked ~ .modal_overlay{
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content{
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.open_button{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 30px;
  margin: auto;
  padding: 8px 16px;
  color: #444;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
          box-shadow: 0 1px 3px rgba(0,0,0,0.6);
  border-radius: 16px;
  cursor: pointer;
}
label.flc-profile-image {
    background-image: url(https://flowercamera.net/wp-content/uploads/2021/09/flc-profile-05.jpg);
    -webkit-filter: opacity(80%) contrast(105%) saturate(110%) brightness(100%);
            filter: opacity(80%) contrast(105%) saturate(110%) brightness(100%);
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
    margin: auto;
    cursor: pointer;
    max-width: 300px;
    background-repeat: no-repeat;
}
/* 追加分 */
/*ここまで*/

/*サイト全体*/
span.posted-on {
    display: none;
}
time.post_updated {
    margin: -15px auto 5px;
    display: block;
    letter-spacing: 1px;
    font-size: 12px;
    text-align: right;
}

#comments {
    display: none;
}
.authorbox {
    display: none;
}
.site-footer {
font-size: calc( 12px + 2 * (100vw - 320px)/448);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
margin-top: 0;
}
#flc-footer-widgets .search-form .search-field {
    margin: 0;
}
#flc-footer-widgets {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 30%;
            flex: 1 1 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#flc-footer-widgets input {
    border-radius: 5px;
}
.footer-credit {
    display: none;
}
span.footer-copyright {
    color: #9c9c9c;
}
#flc-footer-widgets #search-2 {
    max-width: 450px;
    display: block;
    width: 100%;
    margin: auto;
}
.widget-area form.search-form {
    margin-top: 40px;
}
.site-content .widget-area {
    max-width: 550px;
}
p.sponsorlink {
    visibility: hidden;
}

/*サイト全体*/

/*TOPページ関連*/

.site-branding {
    width: 100%;
    /*position: fixed;*/
    max-width: 1200px;
    top: 0;
}
.toppage_ls.l2 img {
    width: 90%;
}
.toppage_ls.l3 img {
    width: 90%;
    max-width: 260px;
    margin: 10px auto;
    display: block;
}
.toppage_ls.pagelink {
    display: flex;
    flex-direction: row;
    border-radius: 5px;
    align-items: center;
    max-width: 400px;
    margin: 70px auto 100px;
    padding: 8px;
    border: solid 1px #b7b7b7a1;
    -webkit-box-shadow: 0px 7px 10px 1px rgb(0 0 0 / 5%), 0px 3px 30px 0px rgb(0 0 0 / 3%);
    box-shadow: 0px 7px 10px 1px rgb(0 0 0 / 5%), 0px 3px 30px 0px rgb(0 0 0 / 3%);
    position: relative;
    height: 100px;
    background: #fff;
}
.pagelink.pc.toppage_ls {
    border-radius: 1px;
    border-color: #cfcfcf;
    margin: 0px 5px;
    padding: 10px 10px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-line-pack: center;
        align-content: center;
}
.pagelink.pc.toppage_ls p {
    font-size: max(12px, min(1.2vw, 13px)) !important;
}
.toppage_ls.pagelink img, .toppage_ls.pagelink video {
    margin: 0px 10px 0px 0px !important;
    border-radius: 2px;
    position: relative;
    height:85px;
    overflow: hidden;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    -o-object-fit: cover !IMPORTANT;
       object-fit: cover !IMPORTANT;
}

.toppage_ls.pagelink p {
    font-weight: bold;
    line-height: 20px !IMPORTANT;
    margin: 0 0px 0 0px !IMPORTANT;
    font-size: 12px !important;
    text-align: left !important;
    width: unset;
color: #565656;
}
.toppage_ls.pagelink a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    color: #565656;
    font-weight: bold;
    margin: auto;
    text-align: left;
    font-size: min(4vw,14px);
    line-height: 1.6;
}
.toppage_ls.pagelink:after {
    content: "Check!";
    position: absolute;
    bottom: 0px;
    right: 5px;
    font-size: 75%;
    text-decoration: underline;
}
.inpostlink.pc {
    width: 100%;
    -ms-flex-line-pack: distribute;
        align-content: space-around;
    margin: 0 0 10px;
}
h2.shiny_on {
    -webkit-animation: topbanner6 .8s cubic-bezier(0.42, 0, 0.06, 1.02) normal;
            animation: topbanner6 .8s cubic-bezier(0.42, 0, 0.06, 1.02) normal;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
/*TOPページ関連*/

/*動画関連*/
.video-btn {
    top: 0;
    left: 0;
    right: 0;
    bottom: 40px;
    cursor: pointer;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.finished .video-btn {
    position: absolute;
-webkit-animation: topbanner2 1s;
        animation: topbanner2 1s;
}
.finished .video-btn:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 0.6em;
    height: 0.6em;
    margin: auto;
    color: #fff;
    font-size: 50px;
    line-height: 1em;
    background: url(https://flowercamera.net/wp-content/uploads/2021/09/reload_icon02.png);
    background-size: cover;
}
.finished .video-btn:before {
    content: "もう一度見る";
    margin-bottom: -70px;
    font-size: 90%;
    font-weight: bold;
    color: #fff;
}
.flc_topmovie .hidden_box {
    margin: 70px auto;
    display: none;
text-align: center;
}
.flc_topmovie .hidden_box.open {
    display: block;
-webkit-animation: topbanner2 1s;
        animation: topbanner2 1s;
}
.flc_topmovie .hidden_box .hidden_show p {
    text-align: left !IMPORTANT;
width: 100%;
}
.flc_topmovie h2:before {
 content: "";
    background: url(https://flowercamera.net/wp-content/uploads/2022/05/hukidashi04.png);
    position: absolute;
    height: 110px;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-filter: opacity(0.8);
            filter: opacity(0.8);
    max-width: 370px;
    width: 100%;
    margin: auto;
    background-position: center;
    left: 0;
    bottom: -28px;
    right: 0;
}
.flc_topmovie_inner:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.flc_topmovie_inner:after {
    content: "FLOWERCAMERA";
    position: absolute;
    color: #e4e4e4;
    top: -2px;
    left: -25px;
    font-weight: bold;
    letter-spacing: 0.3px;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
}
/*ここから下 v6*/
.v6_videoContainer_outer {
    margin: 50px auto;
}
#v6_videoContainer {
    margin: auto;
    width: 100%;
    /*display: flex;
    flex-direction: column;
    align-items: center;*/
}
#v6_videoContainer video {
    width: 100%;
    margin: auto;
    height: 100%;
border: solid 1px #ddd;
}

.as9195 {
    aspect-ratio: 9/19.5;
    max-width: 250px !important;
}
.as1959 {
    aspect-ratio: 19.5/9;
    max-width: 770px !important;
}
.as916 {
    aspect-ratio: 9/16;
    max-width: 250px !important;
}
.as169 {
    aspect-ratio: 16/9;
    max-width: 600px !important;
}
.as34 {
    aspect-ratio: 3/4;
    max-width: 300px !important;
}
.as43 {
    aspect-ratio: 4/3;
    max-width: 600px !important;
}
.as32 {
    aspect-ratio: 3/2;
    max-width: 600px !important;
}
.as9195 video, .as1959 video .as916 video, .as32 video, .as34 video, .as43 video{
max-height: none !important;
}
.v6_video-controls {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    height: 25px;
    justify-content: flex-end;
    margin: 10px auto;
    align-items: center;
}
.v6_video-controls button {
    margin: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: none;
    box-shadow: none;
}
.v6_video-controls button img {
    width: 24px;
}
.v6_video-controls span {
  font-size: 13px;
    display: inline-flex;
      order: -1;
   align-items: center;
}
.v6_video-controls br {
    display: block !important;
}
.v6_video-controls button, .v5_video-controls span {
    font-family: monospace;
    color: #333;
}
#resetButton:hover, #playPauseButton:hover {
    transform: none;
    box-shadow: none;
}
.v6_video-controls button:hover {
    background: #e9e9e9;
}
.v6_time {
    font-weight: bold;
    letter-spacing: -0.5px;
}
.v6_video-controls > * {
    border-right: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    padding: 5px;
    text-align: center;
    justify-content: center;
    height: 40px;
    width: 48px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    line-height: 1.2;
}

/*動画関連*/

/*記事ページ関連*/
.post .entry-header+hr {
    background: #e0e0e0;
    height: 1px;
    width: 100%;
    margin: 0 0 50px;
}

.entry-content a {
    color: var(--color-primary);
}
    span.post-page-numbers.current {
    display: inline-block;
    line-height: 1.5;
    background: #2b90d9;
    text-align: center;
    padding: 0.5em 1em;
    border-radius: 4px;
    margin: 0px 0.5em;
    color: #f1f1f1;
    font-weight: bold;
}
.single-post .post-cat {
    display: none;
}
.single-post .entry-content {
    border-top: dotted 1px #424242b3;
    padding: 30px 5px 0px;
max-width: 700px;
    margin: auto;
text-align: justify;
    word-break: break-all;
    text-justify: inter-ideograph;
    text-justify: inter-character;
    word-wrap: break-word;
    overflow-wrap: break-word;
margin-top: 20px;
width: 100%;
}
.single-post .entry-content img, .single-post .entry-content video {
    max-height: 450px;
-o-object-fit: contain;
   object-fit: contain;
}
figure.wp-block-video video {
    width: 100%;
}
.aligncenter {
    text-align: center;
}
.authorbox-body {
    display: none;
}

.single-post .entry-content h2 {
    padding: 1.1em .2em 0.7em;
    margin: 3em 0 1.5em;
    line-height: 1.5;
    border-bottom: solid 4px #00bcd4;
    position: relative;
    font-size: min(5.8vw,24px);
font-weight: bold;
    color: #565656;
}
.single-post .entry-content h2:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 4px #ff5722;
    bottom: -4px;
    width: 20%;
    margin: 0 0 0 -4px;
}
.single-post .entry-content h3 {
    font-size: 140%;
    border-bottom: dotted 1px #565656;
    line-height: 1.7;
    margin: 2.5em 0 1.2em;
    padding: 0.9em 0 0.5em;
    font-weight: bold;
    color: #565656;
}
.single-post .entry-content h4 {
    font-size: 130%;
    margin: 2.5em 0 1.2em;
    border-bottom: solid 1px #565656;
    line-height: 1.4;
    padding: 10px 0;
}

.gallery-columns-2 {
    margin-bottom: 50px;
}
.mejs-controls {
    z-index: 1;
}
.w100h100 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#matome {
    margin: 35px 5px;
}
#matome dt {
  margin-top: 1em;
  padding: 5px 0.8em;
  color: #FFF;
  background-color: #de8a9d;
  font-size: 1.1em;
}
#matome dd {
padding: 0 1em;
    font-size: 1em;
    border-width: 0 1px 1px;
    border-style: none solid solid;
    border-color: #de8a9d;
    margin: 0;
}
#denwa dt {
    margin-top: 1em;
    padding: 5px 0.8em;
    color: #FFF;
    background-color: #5c5c5c;
    font-size: 1.1em;
    font-weight: inherit;
}
#denwa dd {
padding: 0 1em;
  margin-left: 0;
  font-size: 1em;
  border-width: 0 1px 1px;
  border-style: none solid solid;
  border-color: #5c5c5c;
  margin-bottom: 0em;
margin: auto;
}
.ttt1 {
text-align: center;
-webkit-box-flex: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    font-weight: bold;
    border-top: solid 1px #727272;
    border-bottom: solid 1px #727272;
    border-left: solid 1px #727272;
}
.ttt1 {
-webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}
.ttt2 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-top: solid 1px #727272;
    border-bottom: solid 1px #727272;
    border-left: solid 1px #727272;
}
.ttt1, .ttt2 {
 margin: 0 !IMPORTANT;
    width: 100% !IMPORTANT;
    font-size: max(12px, min(2vw, 13px)) !important;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
line-height: 1.5 !IMPORTANT;
padding: 4px;
letter-spacing: 0 !important;
}
span.table_br {
    display: inline-block;
line-height: 1.5 !IMPORTANT;
}
.hidden_box {
    margin: 2em 0;/*前後の余白*/
    padding: 0;
}
.hidden_box input {
    display: none;
}
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}
.hidden_box input:checked ~ .hidden_show {
    padding: 30px 0 10px;
    height: auto;
    opacity: 1;
}
.hidden_box label {
    padding: 6px 10px;
    border: solid 2px #848484;
    border-radius: 2px;
    font-size: 14px;
width: fit-content;
}
.hidden_show img {
    margin: auto;
    display: block;
}
.hidden_box label:hover {
    background: none;
}
.hidden_show p {
    margin-top: 40px !important;
    margin-bottom: 10px !IMPORTANT;
}
.flc_table07 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
border-right: solid 1px #727272;
margin: 30px auto;
}
.table07 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
/*.custum-page-link {
    font-weight: bold;
margin: 100px auto;
}*/
#page-links {
    margin: 20px 0 20px;
    text-align: center;
}
.next-page-link {
    text-align: center;
    padding: 2px;
    margin-bottom: 5px;
}
.next-page-link a {
    margin: 10px;
    font-size: 90%;
    border: solid 1px #2b90d9;
    padding: 8px 13px;
    border-radius: 3px;
    color: #2b90d9;
}
    #page-links a {
    display: inline-block;
    line-height: 1.5em;
    color: #2b90d9;
    text-align: center;
    padding: .5em 1em;
    border-radius: 2px;
    margin: 0 .5em;
    position: relative;
}
#page-links a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 99%;
    height: 99%;
    display: block;
    border: 1px solid #2b90d9;
    border-radius: 2px;
    margin: auto;
}
#bcn_widget-2 {
        max-width: 650px;
    width: 95%;
    margin: 50px auto 100px;
}
#bcn_widget-2 .breadcrumbs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    gap: 10px 20px;
}
#bcn_widget-2 a.taxonomy.category, #bcn_widget-2 a.post.post-post.current-item {
    position: relative;
    display: inline-flex;
    justify-content: center;
    margin-top: 20px;
}
#bcn_widget-2 a.taxonomy.category:before, #bcn_widget-2 a.post.post-post.current-item:before {
    padding: 0px 10px;
    margin: auto;
    border-radius: 2px;
    color: #fff;
    background: #565656;
    position: absolute;
    top: -25px;
    font-size: 16px;
    font-weight: bold;
    border: solid 1px #565656;
    transform: scale(0.5);
}
#bcn_widget-2 .breadcrumbs span:nth-child(1), #bcn_widget-2 .breadcrumbs span:last-child {
    width: 100%;
    text-align: center;
}
#bcn_widget-2 a.taxonomy.category:before {
    content: "Category";
}
#bcn_widget-2 a.post.post-post.current-item:before {
    content: "このページ";
}


.flc-images-arrange {
    justify-content: center;
    display: flex !important;
    align-items: center;
    flex-wrap: nowrap;
}
.flc-images-arrange figure {
    margin: 1em 0;
}
/*.flc-images-arrange img {
    width: auto;
}*/
.pagejump {
    padding-top: 200px;
    margin-top: -200px;
}
.flc_page_mokuji {
    margin: 50px auto;
    border: solid 2px #676767;
    border-radius: 10px;
}
.flc_page_mokuji:before {
    content: "目次";
    color: #fff;
    background: #676767;
    padding: 5px 10px;
    display: block;
    margin-bottom: 5px;
    border-radius: 5px 5px 0 0;
}
.flc_page_mokuji p {
    color: #6495ed;
    margin: 0 !IMPORTANT;
    padding: 0 10px;
border-bottom: dotted 1px;
}
.flc_page_mokuji a {
    list-style: disc;
    display: list-item;
    margin-left: 15px;
    line-height: 25px;
    padding: 5px 0;
    color: #676767 !important;
}
#mokuji_back {
    position: fixed;
    color: #fff;
    cursor: pointer;
    z-index: 1;
    background: #33333382;
    flex-direction: column;
    align-items: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    left: 10px;
    bottom: 30px;
    margin: 0;
    padding: 0 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
#mokuji_back:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M7 11l5 -5l5 5' /%3E%3Cpath d='M7 17l5 -5l5 5' /%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    transform: scaleX(1.5);
}
button#mokuji_back:focus, button#mokuji_back:hover {
    transform: none;
}
#mokuji_back:after {
    content: "目次に戻る"; color: #fff; font-size: 10px; width: fit-content; line-height: 1.2;
}
.htc_p1 {
    margin: 30px auto 0 !important;
}
.htc_p2 {
    text-align: center;
    font-size: 90% !important;
    margin: -20px auto 40px;
}
.button-off {
    display: inline-block;
    box-sizing: content-box;
    position: relative;
    width: 40px;
    height: 20px;
    background-color: #FFF;
    border: 2px solid #CCC;
    border-radius: 20px;
vertical-align: bottom;
    margin-right: 10px;
}
.button-off:before {
content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    border-radius: 50%;
    background-color: #FFF;
    box-shadow: 2px 2px 4px gray;
}
.button-on {
    display: inline-block;
    box-sizing: content-box;
    position: relative;
    width: 40px;
    height: 20px;
    background-color: #78D376;
    border: 2px solid #78D376;
    border-radius: 20px;
vertical-align: bottom;
    margin-right: 10px;
}
.button-on:before {
-webkit-transform: translateX(100%);
    transform: translateX(100%);
    box-shadow: none;
content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    border-radius: 50%;
    background-color: #FFF;
    box-shadow: 2px 2px 4px gray;
}
span.button-off:after {
    content: "オフ";
    position: absolute;
    top: -22px;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 12px !important;
}
span.button-on:after {
    content: "オン";
    position: absolute;
    top: -22px;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 12px !important;
}
/*記事ページ関連*/

/*アーカイブページ関連*/
.archive h1.page-title, .search h1.page-title {
    font-weight: 700;
    font-size: 16px;
    position: relative;
    padding-bottom: 10px;
    letter-spacing: 2px;
    line-height: 1.2;
    border-bottom: 3px solid #161616;
    margin: 10px auto 30px !important;
}

.archive .card-content p, .category .card-content p {
    display: none;
}
.archive h2.card-title, .search h2.card-title {
   font-size: max(14px, min(4vw, 16px));
font-size: 16px;
    font-weight: bold;
margin: 0 10px 0 5px;
    line-height: 1px !important;
overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-align: left;
}

.archive .archive-description {
    display: none;
}
.archive .card-chip {
    display: none;
}
.search .card-excerpt {
    display: none;
}

.archive .card-content a br, .category .card-content a br {
    display: none;
}
.archive.category nav.navigation.pagination {
    display: inline-block;
    width: 100%;
    margin: 30px auto;
    line-height: 50px;
    font-weight: bold;
}
.category .card-img, .archive .card-img, .search .card-img {
margin: 10px;
            flex: 0 0 35%;
    aspect-ratio: 4/3;
position: relative;
    width: 100%;
}
.category .card-img:before, .archive .card-img:before, .search .card-img:before {
    content: "";
    display: block;
    padding-top: 66.66%;
}
.archive .card-content, .category .card-content, .search .card-content {
    padding: 0;
}
.archive .card-title a, .category .card-title a, .search .card-title a {
    color: inherit;
    line-height: 20px !important;
font-weight: bold;
}
/*アーカイブページ関連*/

/*サイドバー関連*/
.flc_ms2 p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 -2em;
}
.flc_ms2 p::first-letter {
    font-size: 30px;
    margin-right: 2px;
}
#recent-posts-4 li {
        position: relative;
    margin: 35px 5px;
    -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
}
/*#recent-posts-4 li:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -15px;
    border-top: 3px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #ffffff;
    right: -13px;
    top: 15px;
}*/
#recent-posts-4 li a {
    border: solid #a7a7a7;
}
#recent-posts-4 li.new-post::after {
    content: "New!";
    position: absolute;
    top: -15px;
    background: crimson;
    color: #f1f1f1;
    font-weight: bold;
    font-size: 60%;
    padding: 3px;
    border-radius: 3px;
    left: -10px;
}
#recent-posts-4 a {
    font-size: 95%;
    color: #565656 !important;
    font-weight: bold;
margin-bottom: -15px !important;
}
/*サイドバー関連*/

/*広告*/
.yhadbanner { text-align: center; margin: 0 auto 20px; width: fit-content; padding: 20px 0px; display: flex; flex-direction: column; } 
.yhp { margin: 0px; } 
.yhadbanner a { color: #565656; }
/*広告*/

.blogcard {
  border-radius: 5px;
    margin: 50px auto 50px;
    border: solid 1px #b7b7b7a1;
    -webkit-box-shadow: 0px 7px 10px 1px rgb(0 0 0 / 5%), 0px 3px 30px 0px rgb(0 0 0 / 3%);
    box-shadow: 0px 7px 10px 1px rgb(0 0 0 / 5%), 0px 3px 30px 0px rgb(0 0 0 / 3%);
    background: #fff;
padding: 10px;
}
.blogcard a {
    color: #333 !important;
}
.blogcard_thumbnail {
    flex: 1 0 140px;
    aspect-ratio: 4/3;
}
.blogcard_thumbnail img {
    margin: 0;
    width: 100%;
    height: 100%;
}
.blogcard_title {
    flex: auto;
font-weight: bold;
}
.blogcard_excerpt {
    font-size: 85%;
}
.snsbtn_1 {
    margin: 10px;
}

/*Rinkerここから*/
.yyi-rinker-contents {
    border: solid 1px #cecece;
    border-radius: 5px;
    margin: 30px auto;
    padding: 0px !important;
}
.yyi-rinker-box {
    /*border: solid 1px #e3e3e3; */
    /* box-shadow: 0px 7px 10px 1px rgb(0 0 0 / 5%), 0px 3px 30px 0px rgb(0 0 0 / 3%); */
    /*padding: 0 10px;*/
    /*margin: 40px auto;*/
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.yyi-rinker-image {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    flex: 1;
    list-style: none;
}
.yyi-rinker-main-img {
    /*width: 100%;*/
width: auto;
    margin: 0px 0 0 !important;
    aspect-ratio: 1/1;
    padding-right: 10px;
max-height: 220px !IMPORTANT;
}
.yyi-rinker-info {
    flex: 1;
display: flex;
    flex-wrap: wrap;
    flex-direction: row;
padding: 15px 10px 10px;
}
.yyi-rinker-title {
   width: 100%;
    line-height: 1.5;
text-align: left;
    /*border-top: 2px solid #161616;
border-bottom: 2px solid #161616;*/
}
.yyi-rinker-detail {
    display: flex;
    margin: -10px auto 10px auto;
    color: #6b6b6b;
    line-height: 1.5;
    flex-direction: row;
    align-items: center;
    gap: 0px 10px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    border-bottom: solid 1px #ddd;
    padding: 15px 0px 10px;
}
.yyi-rinker-detail .credit-box, .yyi-rinker-detail .brand {
    font-size: 12px;
}
.yyi-rinker-links {
    padding: 0;
    /*margin: 0 auto !important;*/
    display: flex;
    flex-direction: column;
    max-width: 280px;
    flex: 1;
    margin: auto !important;
}
.yyi-rinker-title a {
    font-size: 105%;
    color: #333 !important;
    line-height: 1;
    letter-spacing: 1px;
font-weight: bold;
}
.yyi-rinker-links li {
    text-align: center;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 280px;
    width: 90%;
    border-radius: 3px;
    /* box-shadow: 2px 3px 12px 1px #cacaca, -11px -15px 6px #e9e9e91c; */
    overflow: hidden;
    margin: auto;
    /*opacity: 0.9;*/
}
.yyi-rinker-links li:hover, .yyi-rinker-links li:active {
    opacity: 1;
}
/*
.rakutenlink a:before, .amazonlink a:before, .yahoolink a:before {
    content: "";
    background-size: cover;
    aspect-ratio: 1;
    display: flow;
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    margin: auto;
transform: scale(1.1);
    opacity: 0.8;
}
.rakutenlink a:before {    
    background-image: url(https://flowercamera.net/wp-content/uploads/2024/09/rt.jpg);
}
.amazonlink a:before {
    background-image: url(https://flowercamera.net/wp-content/uploads/2024/09/az.jpg);
}
.yahoolink a:before {
    background-image: url(https://flowercamera.net/wp-content/uploads/2024/09/ys.jpg);
}
*/
.rakutenlink {
    order: 4;
margin-bottom: 10px !important;
background: #cf4944 !important;
}
.yahoolink {
    order: 6;
background: #51a7e8 !important;
margin-bottom: 10px !important;
}
.amazonlink {
    order: 2;
background: #f6a306 !important;
margin-bottom: 10px !important;
/*margin-top: 15px !important;*/
}
.yyi-rinker-links li a {
        background: none;
    box-shadow: none;
    transition: none;
    border-radius: 0px;
    width: 100%;
    padding: 0;
    margin: 0;
    letter-spacing: 0.5px;
    /* padding-left: 45px; */
    white-space: nowrap;
    font-size: 90% !important;
    font-weight: bold;
}
.amazonlink a:after, .yahoolink a:after, .rakutenlink a:after {
    content: "で探す";
    font-size: 80%;
    color: #fff;
    margin-left: 5px;
    margin-top: -5px;
}
.yyi-rinker-links li a:hover {
    transform: none !IMPORTANT;
}
.yyi-rinker-links li a, .yyi-rinker-links li a span {
color: #fff;
}
.yyi-rinker-links a span {
    font-size: 80%;
margin-left: 2px;
font-weight: bold;
}
.freelink4 {
        order: -1;
    box-shadow: none !important;
    min-height: auto !important;
    width: fit-content !important;
    margin: 5px auto 10px !important;
    flex: 100%;
    border: none !important;
}
.freelink4 a {
    color: #565656 !important;
    font-weight: 500 !important;
    text-decoration: underline;
    display: initial !important;
font-size: 95% !important;
padding: 0 !important;
}
.freelink4 a:before {
    content: "Amazonでレビューを";
    color: #565656 !important;
}
/*
.freelink4:before {
    content: url(https://flowercamera.net/wp-content/uploads/2023/05/icon_comment.svg) "";
    width: 20px;
    margin-right: 5px;
    display: inline-block;
}
*/
.freelink4:after {
    display: none;
}
.yyi-rinker-links li:after {
    display:none;
    content: "";
    position: absolute;
    right: 10px;
    background: url(https://flowercamera.net/wp-content/uploads/2023/04/arrow-left-01.svg);
    width: 14px;
    height: 14px;
    pointer-events: none;
}
.archive #primary .yyi-rinker-info {
    display: none;
}
/*.archive #primary .yyi-rinker-image:after {
    content: "Amazonで見る";
    position: relative;
    bottom: 30px;
}*/
.free-text {
    display: none;
}
    
.flc_gpaf {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 90%;
    max-width: 300px;
    margin: auto;
}

.flc_gpaf a {
    font-size: 95% !IMPORTANT;
    color: #fff !IMPORTANT;
    text-align: center;
    letter-spacing: 0.5px;
    padding: 0 !important;
    background: #676767 !important;
    line-height: 20px;
    min-height: 45px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    box-shadow: 6px 3px 11px 0px #cacaca, -11px -15px 6px #e9e9e91c !important;
    width: 100%;
    flex-direction: column;
}
.flc_gpaf:after {
    content: "";
    position: absolute;
    right: 10px;
    background: url(https://flowercamera.net/wp-content/uploads/2023/04/arrow-left-01.svg);
    width: 14px;
    height: 14px;
    pointer-events: none;
}
.flc_gpaf a:after {
    content: "GOOPASS";
color: #fff;
    font-size: 90% !IMPORTANT;
    width: 100%;
    line-height: 15px;
}
.flc_gpaf span {
    color: #fff;
    font-size: 90% !IMPORTANT;
    width: 100%;
    line-height: 15px;
}
.flc_gpaf a:hover {
    transform: none !important;
}

@media screen and (max-width: 576px)
{
/*Rinkerスマホ*/
.yyi-rinker-box {
    flex-direction: column;
}
.yyi-rinker-info, .yyi-rinker-image {
    width: 100%;
    flex: none;
}
.yyi-rinker-main-img {
    padding-right: 0px;
max-height: 250px !IMPORTANT;
margin-bottom: 5px !IMPORTANT;
}
.archive .amazonlink a, .archive .rakutenlink a, .archive .yahoolink a {
    text-align: center;
}
}
/*Rinkerスマホ*/
/*Rinkerここまで*/

.kaerebalink-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border: solid 1px #e3e3e3;
    -webkit-box-shadow: 0px 7px 10px 1px rgb(0 0 0 / 5%), 0px 3px 30px 0px rgb(0 0 0 / 3%);
            box-shadow: 0px 7px 10px 1px rgb(0 0 0 / 5%), 0px 3px 30px 0px rgb(0 0 0 / 3%);
    position: relative;
    padding: 15px;
    margin: 40px auto;
gap: 10px;
}
.kaerebalink-info {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 300px;
            flex: 1 0 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
}
.kaerebalink-link1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.shoplinkrakuten {
    margin: 0px 7px;
}
.kaerebalink-name a {
    font-size: min(5vw, 16px);
    font-weight: bold;
    color: #333 !important;
}
.kaerebalink-powered-date {
    margin: 5px auto -8px;
}
.kaerebalink-detail, .kaerebalink-powered-date {
    font-size: min(3vw, 12px);
}
.kaerebalink-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100px;
            flex: 1 1 100px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.kaerebalink-image img {
    width: 100%;
    height: 100%;
    margin: 0;
max-height: 250px !IMPORTANT;
}
.kaerebalink-name :first-of-type a {
    font-weight: inherit;
font-size: 12px;
}
.kaerebalink-box .booklink-footer {
    display: none;
}
.shoplinkyahoo, .shoplinkamazon, .shoplinkrakuten {
    padding: 2px 4px !important;
    border-radius: 1px;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.shoplinkyahoo a, .shoplinkamazon a, .shoplinkrakuten a {
    color: #ffffff !important;
    font-size: min(3vw, 12px);
    text-shadow: 0.6px 0.6px 1px #ff690061;
text-align: center;
    width: 100%;
font-weight: bold;
letter-spacing: 0.5px;
}
.shoplinkyahoo a:after, .shoplinkamazon a:after, .shoplinkrakuten a:after {
    content: "で\A探す";
    color: #fff;
    white-space: pre;
}
.shoplinkamazon {
    background: #ff9901;
-webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
order: 3;
}
.shoplinkyahoo {
    background: #ff0033;
-webkit-box-flex: 1.8;
    -ms-flex: 1.8;
        flex: 1.8;
opacity: 0.7;
}
.shoplinkrakuten {
    background: #c20004;
-webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
opacity: 0.7;
}
.afbox6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0px auto 50px;
}
.afbox6_inner {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 190px;
            flex: 0 1 190px;
margin: 0 auto;
}
.afbox6_inner p {
    margin-bottom: 5px !important;
    font-size: 90% !important;
}
.afbox6_inner img {
    padding: 0px;
margin: 0;
}
.bafg-twentytwenty-container {
    margin: auto;
}
.bafg-twentytwenty-wrapper {
    margin: 50px auto;
}

.gsc-input {
    margin: 0;
box-shadow: none !important;
}
.gsc-search-button-v2 {
    margin: 0 !important;
}
.gsc-input-box {
    padding: 0 !important;
}
.gsc-control-cse {
    padding: 0 !important;
    width: 100% !important;
    max-width: 500px !important;
    margin: auto !important;
}

/*↓レスポンシブ↓*/
@media screen and (min-width: 1100px){
#mokuji_back {
    right: calc(50% - 550px) !important;
}
}
@media screen and (max-width: 1100px){
}
@media screen and (min-width: 992px){
.home .site-title, .home p.site-description {
    display: none;
}
.single-post .site-branding, .archive .site-branding, .error404 .site-branding, .search .site-branding {
    display: none;
}

#mbmenuToggle {
    display: none !important;
}
#text-24 {
    margin-top: 480px;
}

.site-branding {
    -webkit-transform: none;
    -ms-transform: none;
        transform: none;
    padding: 0;
}

.card.single-card article, .card article.page {
    border-left: dotted 0.5px #a9a9a9;
    -o-border-image: -o-linear-gradient(top, #ffffff 0%, #a9a9a957 2%, #a9a9a957 100%);
       border-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(2%, #a9a9a957), to(#a9a9a957));
       border-image: linear-gradient(to bottom, #ffffff 0%, #a9a9a957 2%, #a9a9a957 100%);
    border-image-slice: 1;
}
}

@media only screen and (max-width: 992px)
{
.container {
    max-width: none;
}
#gnav>ul>li {
font-size: calc( 12px + 2 * (100vw - 768px)/224);
}
.archive #primary, .category #primary, .error404 #primary, .search #primary {
    margin-top: 20px;
}
.single-post .site-title a, .archive .site-title a, .error404 .site-title a, .search .site-title a {
    bottom: 5px;
    position: absolute;
    font-size: 13px;
    left: 12px;
    -webkit-transform: scale(1,1.1);
        -ms-transform: scale(1,1.1);
            transform: scale(1,1.1);
    color: #565656;
    letter-spacing: 1px;
    display: block;
}
.single-post p.site-description, .archive p.site-description, .error404 p.site-description {
    color: #565656;
    position: absolute;
    padding-left: 12px;
    -webkit-transform: scale(1,1.1);
        -ms-transform: scale(1,1.1);
            transform: scale(1,1.1);
    letter-spacing: 1px;
    font-size: 16px;
    left: 0;
    font-weight: bold;
    top: 7px;
}

.single-post .site-title a, .archive .site-title a, .error404 .site-title a, .search .site-title a  {
    display: none;
}
.single-post p.site-description, .archive p.site-description, .error404 p.site-description {
    display: none;
}
.flc_ms2 {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
}
}

@media screen and (max-width: 768px){
/*モバイルフッターメニュー*/
.mb_footermenubanner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: 3px;
    right: 0px;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.mb_footermenu {
    background: #f1f1f1b8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
max-width: 420px;
    margin: 50px auto 10px;
}
.mb_footermenu p {
    font-family: 'myfont2';
    font-size: 13px;
}
.mb_footermenu a {
padding: 5px;
    border-bottom: dotted 1px #565656;
    width: 90%;
    text-align: center;
    color: #565656 !important;
    max-width: 300px;
    font-size: calc( 14px + 2 * (100vw - 320px)/449);
}
#post-12451 .mb_footermenu {
    margin: 100px auto 0px;
}
/*モバイルフッターメニュー*/
}

@media screen and (min-width: 769px){
.flc-mobilemenu {
    display: none;
}
#flc_topbanner05, #custom_html-96 {
    display: none;
}
.mb_footermenu {
    display: none;
}
.site-footer .site-info {
    text-align: left;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
}
.site-footer {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
}
#flc-footer-widgets #search-2 {
    margin: auto 0 auto auto;
width: 90%;
}
#mokuji_back {
    right: 10px;
        left: auto;
}
}

@media screen and (min-width: 576px) 
{
.category .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.category .card-content, .search .card-content {
padding-right: 5px;
    flex: 3;
}
.category .card-img, .archive .card-img, .search .card-img {
    flex: 1;
aspect-ratio: 16/11;
}
.archive h2.card-title, .search h2.card-title {
    line-height: 24px !important;
}
#execphp-19 .npcard {
   display: flex;
    overflow-x: auto;
    gap: 5px;
}
#execphp-19 .npcard > div {
    flex: 1 0 240px;
    margin: 0 auto !important;
}
#custom_html-143  .toppage_ls.pagelink {
    display: block;
    height: auto;
    overflow: hidden;
}
#custom_html-143  .toppage_ls.pagelink video {
    width: 100%;
    aspect-ratio: 3/2;
    height: auto;
}
#custom_html-143  .toppage_ls.pagelink a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 80px;
    padding: 0px 5px 10px;
}
}

@media screen and (max-width: 576px)
{
/*カエレバスマホ*/
.kaerebalink-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    max-width: 350px;
}
.kaerebalink-link1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.shoplinkrakuten {
    margin: 7px 0;
}
.shoplinkyahoo a, .shoplinkamazon a, .shoplinkrakuten a {
    font-size: 14px;
    padding: 5px;
}
.kaerebalink-info {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
}
.kaerebalink-detail {
}
.kaerebalink-image {
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px !important;
height: 100%;
}
.shoplinkyahoo a:after, .shoplinkamazon a:after, .shoplinkrakuten a:after {
white-space: inherit;
}
/*カエレバスマホ*/
}
@media screen and (max-width: 375px)
{
.image-slider img{
        width:280px;
}
span.topmessage {
    font-size: calc(15px + 1 * (100vw - 320px)/55);
}
.flc-lesson2-detailimage p, .flc-lesson1-detailimage p {
    font-size: calc(20px + 2 * (100vw - 320px)/55) !important;
}
}

/* keyframes */

@-webkit-keyframes topbanner5{
0% {-webkit-transform:rotate(85deg);transform:rotate(85deg);}
5% {-webkit-transform:rotate(95deg);transform:rotate(95deg);}
10% {-webkit-transform:rotate(85deg);transform:rotate(85deg);}
85% {-webkit-transform:rotate(95deg);transform:rotate(95deg);}
90% {-webkit-transform:rotate(85deg);transform:rotate(85deg);}
}
@keyframes topbanner5{
0% {-webkit-transform:rotate(85deg);transform:rotate(85deg);}
5% {-webkit-transform:rotate(95deg);transform:rotate(95deg);}
10% {-webkit-transform:rotate(85deg);transform:rotate(85deg);}
85% {-webkit-transform:rotate(95deg);transform:rotate(95deg);}
90% {-webkit-transform:rotate(85deg);transform:rotate(85deg);}
}
@-webkit-keyframes posttopbanner1 {
0% {opacity: 0; bottom:-200px;}
100% {opacity: 1; bottom:0;}
}
@keyframes posttopbanner1 {
0% {opacity: 0; bottom:-200px;}
100% {opacity: 1; bottom:0;}
}
@-webkit-keyframes topbanner6 {
0% {opacity: 0; bottom:-70px;}
100% {opacity: 1; bottom:10px;}
}
@keyframes topbanner6 {
0% {opacity: 0; bottom:-70px;}
100% {opacity: 1; bottom:10px;}
}
@-webkit-keyframes topbanner7 {
0% {opacity: 0; bottom:-120px;}
100% {opacity: 1; bottom: 30px;}
}
@keyframes topbanner7 {
0% {opacity: 0; bottom:-120px;}
100% {opacity: 1; bottom: 30px;}
}
@-webkit-keyframes topbanner8 {
0% {opacity: 0;} 100% {opacity: 1;}
}
@keyframes topbanner8 {
0% {opacity: 0;} 100% {opacity: 1;}
}
@keyframes blinkEffect {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes sideclick {
  0% {right: -20px;}
  10% {right: -30px;}
20% {right: -20px;}
  30% {right: -30px;}
40% {right: -20px;}
  50% {right: -30px;}
60% {right: -20px;}
 100% {right: -20px;}
}
/* keyframes */