@charset "UTF-8";

/* 共通　*/
.mt05{
    margin-top: 0.5em;
}
.mt15{
    margin-top: 1.5em;
}
.mt30{
    margin-top: 3em;
}
.mt50{
    margin-top: 5em;
}
.mb15{
    margin-bottom: 1.5em;
}
.mb30{
    margin-bottom: 3em;
}
.mb50{
    margin-bottom: 5em;
}

#headbox-bg{
    background: #071731;
    z-index: 999;
    width: 100%;
    height: 100px;
    position: fixed;
    padding: 10px 20px;
    box-sizing: border-box;    
}
/* 白色 */
.svg-white img{
    filter: brightness(0) invert(1);
}
#headbox-bg .svg-white img{
    width: auto !important;
    height: 16px !important;
    vertical-align: middle;
}
#st-menuwide li a{
    color: #fff;
    font-family: 'Martel Sans', sans-serif;
}
header .smanone ul.menu li{
    padding: 0 13px 0 0 !important; 
}
header .smanone ul.menu li a{
  text-decoration: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
header .smanone ul.menu li a:hover{
    text-shadow: -2px 2px 5px #fff, 2px -2px 5px #fff;
}
#headbox img{
    max-width: 150px;
}
#content{
    padding-top: 100px;
}
a{
    text-decoration: none;
}
.align-right{
    text-align: right;
}
.align-center{
    text-align: center;
}
.font-s a,
.font-s{
    font-style: italic;
}
.font-w a,
.font-w{
    color: #fff !important;
}
.font-small{
    font-size: 80%;
    line-height: 1.4;
}
.contents-f{
    width: 80%;
    margin: 0 auto 30px;
}
.pc_only{
    display: block;
}
.sp_only{
    display: none;    
}
.delayed-image {
	/* じわっと画像が表示される */
 	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
/* じわっと画像が表示される ---------　一度追加していたら不要*/
@keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
}
/*古いブラウザ用　---------　一度追加していたら不要*/
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/* MENU  */

.current-menu-item a{
    text-shadow: -2px 2px 5px #fff, 2px -2px 5px #fff;
}

footer .footermenust li a{
    color: #fff !important;
}

.sns li:first-child{
    width: 70px;
    line-height: 50px;
}

/* PAGE NAVI */
.wp-pagenavi{
    margin: 20px 0 50px;
    text-align: right;
}
.wp-pagenavi a, .wp-pagenavi span,
.wp-pagenavi a:hover, .wp-pagenavi span.current{
    border: none !important;
    font-style: italic;
}

/* 背景円*/
.circle-down{
    background-image: url(../images/back-circle.png);
    background-repeat: no-repeat;
    background-position: left 50px top -550px;
    background-size: 57%;
}
.circle-up{
    background-image: url(../images/back-circle.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 57%;
}
    @media only screen and (max-width: 1200px) {
        .circle-down{
            background-position: left -80% top -550px;    
        }
    .circle-up{
        background-size: 100%;
        }
    }
    @media only screen and (max-width: 1024px) {
        .circle-down{
            background-position: left -300px top -550px;    
        }
    }
@media screen and (min-width: 601px) and (max-width: 834px) {
    .circle-down{
        background-position: right 200px top -300px;
        background-size: 100%;
        }
    .circle-up{
        background-size: 100%;
        }
    }
    @media only screen and (max-width: 600px) {
        .circle-down{
            background-position: right 50px top -100px;    
            background-size: 100%;
        }
        .circle-up{
            background-image: url(../images/back-circle.png);
            background-repeat: no-repeat;
            background-position: top center;
            background-size: 110%;
            }
    }


/* ＮＥＷ表記　*/
.sche-new{
    color: #fff;
    font-size: 80%;
    text-shadow: -2px 2px 5px #57d8ff, 2px -2px 5px #57d8ff;
}


/**/


/* TOP  ------------------------------------*/
h1.entry-title{
    text-align: left;
    font-size: 40px;
}
.entry-title{
    text-align: left;
    font-size: 30px;
}
.title h2{
    text-align: left;
    font-size: 30px;
}
.entry-title:before,
h1.entry-title:before,
.title h2:before{
    width: 100px;
}
.entry-title:after,
h1.entry-title:after,
.title h2:after {
  margin-top: 10px;
  width: 100px;
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(87, 216, 3755), #275bff);
  background: linear-gradient(to right, rgb(87, 216, 3755), #275bff);
  -webkit-transform: skew(-45deg);
  transform: skew(-45deg);}
.title h2 a{
    text-decoration: none;
}
.title h2 a:hover{
    color: #000;
    text-decoration: none;
}
.st-main-top{
	display: block;    
    margin: -100px auto 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;    
}

section .block{
    margin: 10px auto 30px;
    max-width: 1060px;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.panel-wrap{
    width: 50%;
    vertical-align: top;
}

.slider-wrap{
    width: 45%;    
    padding-top: 60px;
}
.padding-contrl{
    padding-left: 30px;
}
.panel-item h2{
    margin: 20px 0 30px !important;
    padding: 0 !important;
}
.slider{
    height: 350px;
    text-align: center;
}
.slider img{
    margin: auto;
    width: auto;
    height: 300px;
    object-fit: contain;
}
.slider img{
    box-shadow:
    5px 5px 3px 0 rgba(25, 144, 255, 0.6)}
.home-wide{
    max-width: 1060px;
    margin: auto;
}
.home-banner-f{
    margin-top: 100px;
    padding-top: 30px;
    display: flex;
    justify-content: center;
}
.home-banner{
    padding: 0 10px;
    box-sizing: border-box;
}
.home-banner img{
    max-height: 250px;
    width: auto;
}
.home-menu{
    display: flex;
    justify-content: space-between;
    max-width: 1060px;
    margin: auto;
}
.home-menu .entry-title{
    font-size: 20px;
    letter-spacing: 0 !important;
}
.home-menu .entry-title:before{
    width: 100px;
}
.home-menu .entry-title:after {
  margin-top: 10px;
  width: auto;
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(87, 216, 3755), #275bff);
  background: linear-gradient(to right, rgb(87, 216, 3755), #275bff);
  -webkit-transform: skew(-45deg);
  transform: skew(-45deg);}

.home-menu .entry-title:hover{
    color: #275bff;
}

section .home-login{
    width: 100%;
    height: 320px;
}
.home-login-title{
    padding: 150px 0 30px;
    text-align: center;
    font-size: 40px;
}
.home-login-rebra{
    margin: auto;
    text-align: center;
    font-size: 30px;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 250px;
    height: 40px;
    line-height: 40px;
}
.home-login-rebra a{
    display: block;
    font-size: 60%;
}
.home-login-rebra a:hover{
    background: rgb(255,255,255,0.5);
}

/* LIST  ------------------------------------*/
.list-title{
    font-size: 120%;
    min-height: 55px;
    height: auto;
    max-height: 50px;
    overflow: hidden;
    margin-bottom: 20px;
}
.list-title-day{
    font-size: 60%;
    padding: 5px 10px;
    border-radius: 5px;
    background: #275dff;
}

.list-title a{
    text-decoration: none;
    position: relative;
    display: inline-block;
    transition: .3s;
}
.list-title a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #265aff;
  transition: .3s;
}
.list-title a:hover{
    color: #265aff;
}
.list-title a:hover::after {
  width: 100%;
}
.list-f{
    width: 90%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 50px;
}

/* MEMBER CONTENTS  --*/
.member-mail{
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 90%;
}
.member-mail a{
    text-decoration: underline;
    color: #275bff;
}

/* MEMBER CONTENTS BLOG  --*/
.blog-cat{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;}

.list-cat{
    font-size: 60%;
    padding: 5px 10px;
    border-radius: 5px;
    background: #275dff;    
}
.list-cat:hover{
    background: linear-gradient(#275dff, #57d8ff);
}
.blog-cat li{
    margin: 0 5px 5px;
    list-style: none;
    font-size: 60%;
    padding: 5px 10px;
    border-radius: 5px;
    background: linear-gradient(#569eff, rgba(87,216,255,0.8));
    border:solid 1px #275dff;
}
.blog-cat li a,
.list-cat a{
    text-decoration: none;
    color:#fff !important;
}
.blog-cat li a:hover,
.list-cat a:hover{
    text-decoration: none !important;
    color:#fff !important;
}
.blog-cat li:hover,
.list-cat:hover{
    opacity: 1;
    color:#fff !important;
    background: #275dff;
}
.blog-cat .current,
.blog-cat li .current{
    background: #275dff;    
}
.home-block{
    box-sizing: border-box;
    text-align: center;
    display: flex;
    align-items:center;
    justify-content: center;
    margin-bottom: 100px;
}
.home-block1-l{
    width: 60%;
}
.home-block1-r{
    width: 38%;
}
.home-block2-l{
    box-sizing: border-box;
    width: 37%;
}
.home-block2-r{
    width: 60%;
    text-align: right;
}
.home-block2-l h2,
.home-block1-r h2{
    margin: 20px 0 10px !important;
    padding: 0 !important;
}
.home-block1-l img,
.home-block2-r img{
    max-height: 300px;
    box-shadow:
    -10px 10px 3px 0 rgba(25, 144, 255, 1),
    10px 10px 0 0 rgba(87, 216, 255,1)
}
.home-min-title{
    text-align: left;
    padding-left: 5px;
}
/* member-blog */
.top-blog-title{
    font-size: 90%;
    padding-left: 1em;
}



/* MEMEBER  ------------------------------------*/
.member-title{
    width: 100%;
    margin-bottom: 30px;
}
.member-contents-pc{
    display: block;
    width: 100%;
    margin-bottom: 30px;    
}
.member-contents-sp{
    display: none;
}
.member-blog{
    margin: auto;
    width: 70%;
}
.member-f{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.member-box{
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
}
.member-back{
    margin: 100px auto 30px;
    border: 1px solid #275dff;
    border-radius: 5px;
    height: 45px;
    line-height: 45px;
    width: 250px;
}
.big-member-back{
    width: 400px !important;    
    font-size: 120%;
}
.big-member-back a,
.member-back a{
    display: block;
    color: #275dff;
    text-decoration-line: none;
}
.big-member-back:hover,
.member-back:hover{
    background: linear-gradient(#275dff, #57d8ff);
    opacity: 1;
}
.big-member-back a:hover,
.member-back a:hover{
    color: #fff;
}
.member-single-f{
    margin: 30px auto 50px;
}
.member-single-f .home-block2-l h2{
    text-align: left;
    font-size: 30px;
}
.member-single-f .home-block2-l h2:before{
    width: 100px;
}
.member-single-f .home-block2-l h2:after{
  margin-top: 10px;
  width: 100px;
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(87, 216, 3755), #275bff);
  background: linear-gradient(to right, rgb(87, 216, 3755), #275bff);
  -webkit-transform: skew(-45deg);
  transform: skew(-45deg);}

.member-single-f .home-block2-r img{
    width: auto;
    height: 150px;
}


/* GALLERY  ------------------------------------*/
.gallery-f{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: baseline;
}
.gallery-box{
    width: 45%;
    padding: 10px;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.gallery-box img{
    border-radius: 10px;
    margin-left: 15px;
    height: 200px;
    object-fit: cover;
}


/* MOVIE  ------------------------------------*/
.movie-f{
    width: 90%;
    margin: auto;
    margin-bottom: 50px;
}


/* download  ------------------------------------*/

.download-f{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.download-box{
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}
.download-box img{
    max-height: 200px;
    width: auto;
}
.download-info{
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.4;
}

/* PRESENT  ------------------------------------*/
.present-img{
    margin-bottom: 20px;
}
.present-info{
    font-size: 120%;
    height: auto;
    margin-bottom: 10px;    
}

.entry-content .wpcf7-submit{
    border: 1px solid #275dff;
    border-radius: 5px;
    color: #275dff;
}
.entry-content .wpcf7-submit:hover{
    color: #fff;
    background: linear-gradient(#275dff, #57d8ff);
    opacity: 1;
}

/* SHOP  ------------------------------------*/
.shop-cat{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.shop-cat li{
    list-style: none;    
    padding: 0 10px;
}
.shop-cat .current{
    text-decoration-line: underline;
}
.shop-f{
    vertical-align: top;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.shop-box{
    margin-bottom: 25px;
    width: calc(100% / 4);
    text-align: center;
}
.shop-box .thum{
    max-height: 250px;
    margin: 0 10px 10px;
}
.shop-box h2{
    font-size: 90%;
    line-height: 1.2;
    text-align: left;
    margin: 10px 0 0;
    padding: 0 0 10px 30px;
    font-style: normal;
    word-break: break-all;
}
.shop-box .price{
    font-size: 110%;    
    padding: 0 0 0 30px;
    text-align: left;
}
.shop-box .price span{
    font-size: 80%;    
    text-align: left;
}

/* FOOTER  ------------------------------------*/
#page-top img{
    filter: invert(27%) sepia(71%) saturate(3787%) hue-rotate(223deg) brightness(103%) contrast(101%);
    width: auto;
    height: 20px;
}

/* STARRY  ------------------------------------*/
.stry-errorbox,
.stry-entry01-contents,
.stry-loginbox{
    background: none !important;
}

.stry-tableodd{
    background-color: rgba(255, 255, 255, 0.5) !important;
}

#div_item_ec04 table,#div_item_ec04 td,#div_item_ec04 th,
#div_item_ec05 table,#div_item_ec05 td,#div_item_ec05 th{
    border-collapse: collapse;
    border:1px solid #eee;
    padding: 20px !important;
}
#div_item_ec04 table,
#div_item_ec05 table{
	margin:20px 0 20px;
}
#div_entry09 select,
#div_entry09 input{
    margin-bottom: 20px;
}
.stry-ec02-breadcrumbs{
    display: none;
}

/* Granslate  ------------------------------------*/

#gtranslate_wrapper{
    top:35px !important;
    right: 3% !important;
}
.switcher .option,
.switcher .option a.selected,
.switcher .selected,
.switcher .option:hover,
.switcher .option a.selected:hover,
.switcher .selected:hover{
    background: #071731 !important;
}
.switcher .option a,
.switcher .selected a{
    color: #fff !important;
    border-radius: 8px;
    background: #071731 !important;
    font-size: 95%;
    letter-spacing: 0.1em;
}

/* MENU 翻訳調整 ----------------------------------------*/
@media only screen and (max-width: 1375px) {
	header .smanone ul.menu{
		zoom:1;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        height: 60px !important;
	}   
#headbox img{
    max-height: 65px;
    }    
#gtranslate_wrapper{
    top:10px !important;
    right: 3% !important;
}    
    header .smanone ul.menu li{
        padding: 0 5px !important;
    }    
}
@media only screen and (max-width: 1060px) {
    header .smanone ul.menu li a{
        font-size: 10px !important;
    }    
.home-menu{
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: auto;
}
.home-menu .entry-title{
    font-size: 20px;
}       
}

/* pcnone設定関連 ----------------------------------------*/
@media only screen and (max-width: 959px) {
#headbox{
    background: #071731;
    }
#headbox-bg{
    height: 60px;
    padding: 0;
}
#headbox-bg img{
    height: 30px;
    width: auto;
    }
header .sitename{
    display: block!important;
    width: 30% !important;
    float: left;
    margin-top: -30px;
    }      
#gtranslate_wrapper{
    top:15px !important;
    right: 10% !important;
}    
.shop-box .thum img{
    object-fit: cover;       
    height: 150px;
    object-position: top;
    }    
.shop-box h2{
    font-size: 80% !important;
    line-height: 1.2;
}       
}

@media only screen and (max-width: 1200px) {
#headbox img{
    max-height: 30px;    
    }
}

/* IPAD PRO  ----------------------------------------*/
@media screen and (min-width: 601px) and (max-width: 834px) {
#headbox img{
    max-height: 65px;
    }
.home-block1-r{
    box-sizing: border-box;
    padding-left: 50px;
    }    
section .home-login{
    width: 100%;
    height: 280px;
}
.home-login-title{
    padding: 100px 0 30px;
    text-align: center;
    font-size: 40px;
}       
}



/* IPAD  ----------------------------------------*/
@media only screen and (max-width: 768px) {

.pc_only{
    display: none;
}
.sp_only{
    display: block;    
}
.home-menu{
    display: flex;
    justify-content: space-between;
    max-width: 95%;
    margin: auto;
}
.home-menu .entry-title{
    font-size: 16px;
}    
.blog-cat li,
.list-cat{
    margin: 0 5px 5px;
    list-style: none;
    padding: 3px 5px;
    line-height: 1.8 !important;
}    
.blog-cat li a,
.list-cat a{
    font-size: 12px !important;
}    
}


/* SP  ----------------------------------------*/

@media only screen and (max-width: 600px) {
    .acordion_tree ul.menu li:nth-last-child(2),
    .acordion_tree ul.menu li:last-child{
        float: left;
    }    
    
    #gazou-wide{
        padding-top: 100px;
    }
    article{
        margin-top: 0 !important;
    }
    h2{
        margin: 20px auto !important;
}
.font-small{
    font-size: 11px;
    line-height: 1.4;
}    
header .sitename{
    display: block!important;
    width: 30% !important;
    float: left;
    margin-top: -30px;
    }    
#headbox-bg{
    height: 60px;
    padding: 0;
}
#headbox-bg img{
    height: 30px;
    width: auto;
}    
#s-navi{
    background: #071731;        
}    
    
#content{
    padding-top: 60px;
}    
.contents-f{
    width: 95%;
    margin: auto;
}    
.home-banner-f{
    margin-top: 100px;
    padding-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}    
.home-banner{
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
    }    
.home-banner img{
    max-height: 150px;
    }
section .block{
    margin: 30px auto 10px;
    max-width: 100%;
    min-height: 800px;
    display: block;
    justify-content: center;
    align-items: center;
}
.panel-wrap{
    width: 90%;
    margin: auto;
}
.slider-wrap{
    width: 90%;    
    margin: auto;
    padding-top: 30px;
}    
.title{
    padding-top: 30px;
}   
.title h2{
    text-align: left;
    font-size: 26px;
}   
.panel-item p{
    margin-bottom: 10px !important;
}    
.home-block{
    margin-bottom: 80px;
}        
.home-block1-l img,
.home-block2-r img{
    max-height: 100px;
    box-shadow:
    -5px 5px 3px 0 rgba(25, 144, 255, 0.5),
    5px 5px 0 0 rgba(87, 216, 255,1)
}    
 .home-block2-l{
    padding-left: 15px;
}  
.home-wide .entry-title{
    font-size: 20px !important;
    line-height: 1.1;
    }
.home-min-title{
    font-size: 90%;
}    
.home-menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 95%;
    margin: auto;
    margin-bottom: 60px;
}
.home-menu .entry-title{
    font-size: 16px;
}     
.home-menu-t p.entry-title:after{
  width: auto !important;
    }  
.home-menu-t{
     padding: 0 10px; 
    box-sizing: border-box;
    }    
.home-menu-t h2 {
    margin: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0;
    }    
    
section .home-login{
    width: 100%;
    height: 150px;
}
.home-login-title{
    padding: 40px 0 10px;
    text-align: center;
    font-size: 28px;
}
.home-login-rebra{
    margin: auto;
    text-align: center;
    font-size: 30px;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 200px;
    height: 30px;
    line-height: 30px;
}
.home-login-rebra a{
    display: block;
    font-size: 50%;
}    
    

/* page */
.member-single-f .home-block2-l h2{
    text-align: left;
    font-size: 22px;
}  
.member-single-f .home-block2-l{
    width: 70%;
    padding-left: 20px;
}    
.present-info{
    font-size: 100%;
}    
.list-title a{
    font-size: 16px;
    line-height: 1.2;
}    
.entry-content p{
    font-size: 80%;
}    
    
/* list */
.list-title{
    font-size: 100%;
    min-height: 70px;
    height: auto;
    margin-bottom: 10px;
    max-height: none;
    line-height: 1.2;
}    
.list-title-day{
    font-size: 80%;
}    
.list-title-margin{
    margin-top: 15px;
    }    
    
/* single*/
h1.entry-title{
    font-size: 30px;
}
.sns li:first-child{
    width: 100px;
    line-height: 60px;
}
    
/*member*/    
.member-contents-pc{
    display: none;

}
.member-contents-sp{
    display: block;
    width: 100%;
    margin-bottom: 30px;    
}    
/* MEMBER CONTENTS  --*/
.member-blog{
    margin: auto;
    width: 100%;
    }
.member-box{
    width: calc(100% / 3);
    margin-bottom:0;
    }
.member-box p{
    margin-bottom: 0;
    }
.member-mail{
    width: 95%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 90%;
}    
.big-member-back{
    margin: auto;
    width: 90% !important;    
    font-size: 100%;
}    
/* gallery */    
.gallery-box{
    width: 50%;
    padding: 5px;
    margin-bottom: 15px;
    box-sizing: border-box;
}    
    
.gallery-box img{
    margin-left: 0;
    height: 150px;
}    
    
    
.download-box{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}
    
/* SHOP  ------------------------------------*/
.shop-f{
    vertical-align: top;
}
.shop-box{
    display: inline-block;
    margin-bottom: 20px;
    width: 50%;
    text-align: center;
}
.shop-box h2{
    font-size: 80% !important;
    text-align: center;
    margin: 10px auto 0!important;
    padding: 0;
    font-style: normal;
}
.shop-box .thum img{
    object-fit: contain;       
    } 
.shop-box .price{
    font-size: 100%;    
    padding: 0;
    text-align: center;
}
.shop-box .price span{
    font-size: 80%;    
    text-align: left;
}     
    
    
    
/* Granslate  ---------*/

#gtranslate_wrapper{
    top:15px !important;
    right: 70px !important;
}    
    
  

}
