@charset "UTF-8";


:root{
    --color_main:#1e120f;
    --color_ore:#e56608;
    --color_gray:#f0f0f0;}

/* Flex  ------------------------------------*/
.flexwrap{
 display: -webkit-flex;
 display: flex;
 flex-wrap: wrap;
 -webkit-flex-wrap: wrap;
}
.flexnowrap{
 display: -webkit-flex;
 display: flex;
 flex-wrap: nowrap;
 -webkit-flex-wrap: nowrap;
}
.JCfs{
 justify-content: flex-start;
 -webkit-justify-content: flex-start;
}
.JCfe{
 justify-content: flex-end;
 -webkit-justify-content: flex-end;
}
.JCc{
 justify-content: center;
 -webkit-justify-content: center;
}
.JCsb{
 justify-content: space-between;
 -webkit-justify-content: space-between;
}
.AIc{
    align-items: center;
    -webkit-align-items: center;
}
.AIfs{
    align-items:flex-start;
    -webkit-align-items: flex-start;
}
.AIfe{
    align-items:flex-end;
    -webkit-align-items: flex-end;
}


body{
      display: flex;
      flex-direction: column;
      min-height: 100vh;    
}

.base-center-container{
    line-height: 1.6;
}

/* Page navi */
.nav-links{
    width: 100%;
    text-align: center;
    margin: 2em auto;
}
.wp-pagenavi{
    width: 100%;
    text-align: center;
}
.wp-pagenavi a:hover{
    text-decoration-line: underline;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current,
.wp-pagenavi a, .wp-pagenavi span,
.nav-links .current,
.nav-links a{
    color: #666;
    border-radius: 4px;
    background-color: #f2f2f2;
    padding: 6px 8px !important;
    margin: 0px 1px;
    color: #333 !important;
    border: unset !important;}
.pagination .page-numbers .svg-icon {
      display: none; }
.pagination .page-numbers span {
      display: none; }
.pagination .page-numbers.prev {
      padding: 6px 12px 6px 12px;
      background-image: url("../img/base/prev-btn.svg");
      background-position: center center;
      background-size: 10px 9px;
      background-repeat: no-repeat;
      margin: 0px 4px; }
.pagination .page-numbers.next {
      padding: 6px 12px 6px 12px;
      background-image: url("../img/base/next-btn.svg");
      background-position: center center;
      background-size: 10px 9px;
      background-repeat: no-repeat;
      margin: 0px 4px; }

/* TOP PAGE */
.top-logo{
    text-align: center;
    width: 95%;
    margin: 0 auto 3em;
}
.top-logo img{
    max-width: 300px;
    height: auto;
}
.btn-f {
  width: 80%;   
  max-width: 300px;
  margin: 30px auto 0;
}
/*=============
a.btn
=============*/
a.top_btn {
  width: 100%;
  height: 50px;
  position: relative;
  background: var(--color_main);
  border: 1px solid var(--color_main);
  box-sizing: border-box;
  padding: 0 25px 0 40px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
a.top_btn:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}
a.top_btn:hover {
  background: #fff;
  color: var(--color_main);
}
a.top_btn:hover:before {
  border-top: 2px solid var(--color_main);
  border-right: 2px solid var(--color_main);
}

/* TOP NEWS固定 */
.top-news-f h2{
    width: 250px;
}
.top-news-f .top-news{
    width: calc(100% - 250px);
}
.top-news-f .top-news li.last{
    margin-top: 10px;
    margin-bottom: 0;
}
.top-news-f .top-news li img{
    width: auto;
    height: 15px;
}
.top-news-f .top-news a{
    margin-left: 10px;
    color: var(--color_main);
    font-size: 12px;
}

/* PHOTO MOVIE*/
.fc-cat{
    background-color: #333;
}
.photo-single a{
    width: calc((100% - 90px)/3);
    margin: 15px;
}
.news-list .news-container li a img{
    aspect-ratio: 4 / 3;        
    width: 100%;
    height: auto;
    object-fit: contain;
}
.fc-single .main-text{
    text-align: center;
}
.fc-single .main-text .photo-text{
    text-align: left;
    padding: 0 15px;
}
.back-btn{
    width: 100%;
    text-align: right;
}
.back-btn a{
    display: block;
}
.back-btn img{
    width: auto;
    height: 10px;
    vertical-align: baseline;
}

/* WALLPAPER */
.wall-box-l{
    width: calc(40% - 40px);
    height: auto;
    margin: 20px 20px 3em;
}
.wall-box-r{
    width: calc(60% - 40px);
    height: auto;
    margin: 20px;
}
.wall-box-l img{
    width: 100%;
    height: auto;
    border: 1px solid var(--color_gray);
}
.wall-box-l wall-box-sp img{
    width: 100%;
}
.wall-box-r a{
    display: block;
}
.wall-box-r p{
    margin: 10px;
    border: 1px solid var(--color_ore);
    border-radius: 15px;
    padding: 10px;
    width: 100%;
    max-width: 400px;    
}
.wall-box-r p:hover{
    background-color: var(--color_gray);
    transition: 0.3s;
}
.wall-box-r p img{
    height: 20px;
    width: auto !important;
    vertical-align: text-bottom;
    filter: invert(40%) sepia(100%) saturate(2793%) hue-rotate(14deg) brightness(101%) contrast(103%);
    padding-right: 10px;
}
.wall-box-old{
    width: 100%;
}
a .wall-box-old{
    background: var(--color_gray);
    border-radius: 15px;
    border: 1px solid var(--color_gray);
    margin-bottom: 1em;
    padding: 5px 20px;
}
a .wall-box-old:hover{
    border: 1px solid var(--color_ore);
    transition: 0.3s;
}


/* SHOP */
.shop_menu{
    margin: 1em 0 2em;
    background-color: #f0f0f0;
    border-radius: 50px;
    width: 120px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #f0f0f0;
}
.shop_menu a{
    display: block;
    color: #e56608;
    font-weight: 600;
}
.shop_menu:hover{
    border: 1px solid #e56608;    
    transition: 0.3s;
}
.shop_menu a:hover{
    text-decoration-line: none;
}
.shop-box{
    margin: 15px;
    width: calc((100% - 90px)/3);
    border-radius: 15px;
    background-color: #f0f0f0;
    border: 8px solid #f0f0f0;
    overflow: hidden;
}
.shop-box img{
    border-radius: 20px;
    width: 100%;
    aspect-ratio: 1 / 1;     
    object-fit: contain;
}
.shop-box img:hover{
    transform: scale(1.05); 
    transition: 0.3s}
.shop-box h3{
    padding: 10px;
}
.shop-box p{
    padding: 0 10px 10px 10px;
    text-align: right;
}

/* CONTACT */

h3.contact{
    margin-bottom: 3em;
    font-size: 18px;
    background-color: #000;
    height: 60px;
    line-height: 60px;
    border-left: 10px solid #e56608;
    max-width: 600px;
    padding: 0 20px;
}
h3.contact a{
    color: #fff;
}
h3.contact a:hover{
    color: #e56608;
    transition: 0.3s;
}
footer {
      margin-top: auto;
}

@media only screen and (max-width: 1600px) {
    header .inner .main-nav li{
        margin: 0px 0px 0px 50px;
    }    
}
@media only screen and (max-width: 1440px) {
    header .inner .main-nav li{
        margin: 0px 0px 0px 40px;
    }    
}

@media only screen and (max-width: 1024px) {
    header .inner .main-nav{
        width: calc(100% - 300px);
        top: 32px;
    }
    .base-center-container{
        width: 95%;
    }
.news-list .news-container li{
    width: calc((100% - 32px)/3) !important;    
    }    
.shop-box{
    margin: 15px;
    width: calc((100% - 60px)/2);
    border-radius: 15px;
    background-color: #f0f0f0;
    border: 8px solid #f0f0f0;
    overflow: hidden;
}    
    
}

@media only screen and (max-width: 768px) {
    header .inner .main-nav{
        overflow-y: auto;
        height: 100%;
        top: 52px;
        visibility: unset;
        overflow-y: scroll;
        padding-bottom: 50px;
    }
    header .inner .main-nav li.member,
    header .inner .main-nav li.shop{
        padding: 0 16px 12px;
    }
    header .inner .main-nav li.member a,
    header .inner .main-nav li.shop a{
        padding: 12px 0 0;
        
    }
    .menu-starry_menu-container{
        width: calc(100% - 40px);   
    }
    
}
@media only screen and (max-width: 601px) {
    header .inner .main-nav.on{
        padding-bottom: 200px;
    }
    header .inner .main-nav{
        width: 100%;
    }
    #STARRY_MENU li{
        width: 100%;
    }
    .top-logo{
        margin-bottom: 100px;
    }
    .top-news-f h2,.top-news-f .top-news{
        width: 100%;
    }
    .top-news-f h2{
        margin-bottom: 0.5em;
    }
    .news-list .news-container li{
    width: 100% !important;    
    }    
    .shop-box{
    width: 100%;
    }
    .wall-box-l,.wall-box-r{
        width: 100%;
        margin: auto;
    }
    .wall-box-r{
        margin-bottom: 2em;
    }
    .wall-box-r p{
        margin: 10px 0;
    }
    
}
