body {
    color:#333333;
    line-height:1.6;
    font-family:"Shippori Mincho B1",serif;
    font-size:15px;
}

header {
    position: sticky;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 95px;
    background: #fff;
    margin-bottom: 10px;
}

.header-logo img {
    position: relative;
    top: 9px;
    max-height: 85px;
    margin-left: 11.5%;
}

h2 {
    font-family: 'EB Garamond', serif;
    font-size: 35px;
    color: #6b6b6b;
}

.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slider {
  display: flex;
  transition: transform 1.2s ease;
}

.slide {
  flex-shrink: 0;
  width: 100%;
}

.slide img {
  width: 100%;
  display: block;
}

/* 矢印 */
.slider-prev,
.slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 20px;
  z-index: 10;
}

.slider-prev { left: 10px; }
.slider-next { right: 10px; }

/* インジケーター */
.slider-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
}

.slider-indicators div {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
}

.slider-indicators .active {
  background: #333;
}

.flex-container {
    display:flex;
    justify-content:space-evenly;
    padding:0 3% 0 1.5%;
    text-align:center; 
}

.side {
    width: 190px;
}

.search {
    background: #e6e6e680;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
}

.search-btn {
    font-size: 12px;
    border: 1px solid #333333;
    border-radius: 3px;
    background: #fff;
    display: block;
    padding: 10px;
    text-align: center;
}

.search-area li {
    margin-bottom: 20px;
}

.search-area label {
    display: block;
    margin-bottom: 10px;
}

.search-area input,
.search-area select {
    width:100%;
}

input.search-price {
    width:36%;
    margin-right:4px;
}

.sp-side-section {
    display: none;
}

.side-category {
    text-align: center;
    margin-top: 80px;
}

.side-category-title {
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    color: #111;
}

.side-category-item {
    position: relative;
    border-bottom: 1px solid #ccc;
}

.side-category-item p,
.side-category-item a {
    width: 100%;
    padding: 15px 0;
    display: inline-block;
}

.side-category-item p:before {
    display: block;
    content: "";
    position: absolute;
    top: 26px;
    right: 0;
    margin: auto;
    width: 12px;
    height: 1px;
    background-color: #333333;
    transition: .2s;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.side-category-item p:after {
    display: block;
    content: "";
    position: absolute;
    top: 26px;
    right: 0;
    margin: auto;
    width: 12px;
    height: 1px;
    background-color: #333333;
    transition: .3s;
}

.side-category-item p.on {
    width: 95%;
    background: #333333;
    color: #fff;
    padding-left: 6px;
    padding-right: 14px;
}

.side-category-item p.on:before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    background: #fff;
    right: 10px;
}

.side-category-item p.on:after {
    background-color: transparent;
    background: #fff;
    right: 10px;
}

.child-item {
    padding: 8px !important;
    font-size: 12px;
}

.close {
    display: none;
}

.accordion {
    cursor: pointer;
}

.introduce-container {
    width:50%;
}

.introduce {
    position:relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
    align-content:stretch;
    flex-wrap:nowrap;
    flex-direction:column;
    padding:3% 11%;
}

.deco-frame-top {
    width:40%;
    object-fit:contain;
    align-self:start;
}

.introduction {
    width:100%;
    position:absolute;
    align-self:center;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

.deco-frame-bottom {
    width:40%;
    object-fit:contain;
    align-self:end;
}

.category-title {
    display:flex;
    justify-content:center;
    align-items:flex-end;
}

.top-category:before {
    content:"";
    display:block;
    width:100%;
    border:2px dotted #88a692a8;
    margin:3% 0;
} 

.blue{ 
   color:#7b9cbe; 
}

.flower-icon {
    height:35px;
}

.item-category {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 下のバナーは2列 */
  gap: 10px;
}

/* 上の大きいバナーだけ全幅に */
.item-category .all-items {
  grid-column: 1 / -1;
}

/* 画像は列幅にフィットさせる */
.item-category img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #ddd; /* 薄いグレーの線 */
  border-radius: 6px; /* 角を丸く */
  box-shadow: 0 2px 4px rgba(0,0,0,0.07); /* ほんのり立体感 */
}


.news-list-container {
    margin:10% 0 5%;
}

.news-list {
    display:flex;
    justify-content:space-evenly;
    align-items:center;
    margin-top:3%;
    position: relative; /*positionをrelativeに指定*/
}

.news-list::after {
    position: absolute; /*positionをabsoluteに指定*/
    content: "";
    background-color:#e8e8e8; /*下線の色*/
    width:78%; /*線の幅*/
    height:1px; /*線の太さ*/
    bottom:0px; /*線のタテ位置*/
    left:56%;  /*線のヨコ位置*/
    transform:translateX(-56%); /*線のヨコ位置*/
}

.news-headline {
    width: 78%;
}

.news-date {
    font-size: 1.2em;
    color: #757575;
}

.news-title {
    color: #757575;
    font-size: 0.8em;
}

.news-content {
    font-size:0.9em;
    margin:1% 0 4%;
}


.brand-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 25px;
}

.brand-items img {
    width: 100%;
    height: auto;
    display: block;
}

.sns-icon-box {
    display:flex;
    justify-content:center;
    margin-top:10%;
}

.sns-icon-box img {
    width:30px;
    margin:0 10px;
}

.shopping {
    display: flex;
    margin: 40px auto 70px;
    justify-content: center;
    align-items: center;
}

.shopping li {
    width: calc(50% / 2);
}

.shopping  li img {
    display:block;
    width:95%;
    margin: auto;
    border-radius: 15px;
}

footer {
    background-image:url(https://gigaplus.makeshop.jp/ClassA/footer-bg.jpg);
    text-align: center;
}

.footer-top {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-around;
    align-items:center;
    padding:5%;
}

.footer-logo{
    font-family:'Italianno',cursive;
    font-size:55px;
    margin:0;
}

.footer-nav{
    display:flex;
    align-items:center;
}

.footer-nav li{
    margin-right:30px;
}

.footer-nav li:last-child {
    margin-right: 0;
}

.copyright{
    font-size:13px;
}

/*--------------------------------------------
【768px以下】*/

@media screen and (max-width: 768px) {
header{
    height: 70px;
    margin-bottom: 10px;
}

.header-logo img{
    max-height: 62px;
    top: 12px;
    margin-left: 7%;
}
    
.bx-wrapper{
    margin-bottom: 0 !important;
}

.container{
    display:flex;
    justify-content:center;
}

.flex-container{
    display:flex;
    justify-content:center;
    padding:0 3%;
    text-align:center; 
}
    
.top-contents{
    padding:5px 0;
}
    
.top-container{
    padding:0;
}

.top-main{
    width:97%;
}

.introduce-container{
    width:100%;
}

.introduce{
    padding:8% 0;
}
    
.introduction{
    font-size:0.85em;
}
    
.flower-icon{
    height:30px;
}

.news-list-container {
    margin:16% 0 10%;
}
    
.news-list {
    justify-content:space-around;
    margin-bottom:6%;
}

.news-list::after {
    left:50%;
    transform:translateX(-50%);
}
    
.product-container {
    width:92%;
}

.top-item-list {
    margin-top:17%;
}
    
.top-item-list li {
    width:calc(94% / 2);
    margin-bottom:13.5%;
}

.brand-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
}

.sns-icon-box {
    margin-top:20%;
}
    
.sns-icon-box img {
    width:27px;
    margin:0 7px;
}        

.side {
    width: auto;
    padding-right: 0;
}

.openbtn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #666;
    width: 45%;
}

.openbtn span:nth-of-type(1) {
    top: 15px;
}

.openbtn span:nth-of-type(2) {
    top: 23px;
}

.openbtn span:nth-of-type(3) {
    top: 31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
    background: #fff;
}

.openbtn.active span:nth-of-type(2) {
    opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
    background: #fff;
}
    
#g-nav {
    position: fixed;
    z-index: 100;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #707070;
    transition: all 0.6s;
}

#g-nav.panelactive {
    right: 0;
}

#g-nav.panelactive,
#g-nav-list {
    position: fixed;
    z-index: 200;
    width: 100%;
    height: 100vh;
    overflow: auto;
}

.search {
    padding: 20px 45px 16px;
    background: none;
    color: #fff;
}

.search-btn {
    background: #333333;
    color: #fff;
}

.side-section {
    width: 75%;
    margin: 50px auto;
}

.sp-side-section {
    display: block;
    padding: 90px 45px 0;
}
    
.sp-side-section,
.sp-gnav li {
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}
    
.sp-side-section,
.sp-gnav li a {
    color: #fff;
}
    
.sp-side-section,
.sp-gnav
.logout a:before {
    display: inline-block;
    margin-right: 6px;
}
    
.sp-side-section,
.sp-gnav,
.membership a:before {
    display: inline-block;
    margin-right: 6px;
    color: #fff;
}

.sp-side-section
.sp-gnav
.login a:before {
    display: inline-block;
    margin-right: 6px;
    color: #fff;
}
    
.side-category {
    margin: 80px 40px 100px;
}
    
.side-category-title {
    color: #fff;
}
    
.side-category-list a {
    color: #fff;
}

.category-list-title,
.side-category-item {
    border-bottom: 1px solid #ccc;
    color: #fff;
}

.side-category-item p:before {
    background-color: #fff;
}
    
.side-category-item p:after {
    background-color: #fff;
}
    
.side-category-item p.on {
    width: 96%;
    background: #333333;
    color: #fff;
    padding-left: 10px;
    padding-right: 18px;
} 
    
.item-list {
    display: flex;
    flex-wrap: wrap;
}
    
.item-list li{
    width:calc((100% - 16px) / 2 );
    margin-bottom:40px;
    position:relative;
}

.item-list li img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    margin-bottom: 4px;
}

.shopping {   
    flex-wrap: wrap;
}
    
.shopping li {   
    width: 100%;
}
    
.shopping  li img{    
    width: 67%;
    margin: 8px auto;
}
    
.footer-top {
    justify-content: space-between;
    align-items: flex-start;
    padding: 38px 20px 42px;
}
    
.footer-nav {
    display: block;
    font-size: 0.8rem;
    margin-top: 10px;
}
    
.footer-nav li {
    margin-right: 0;
    margin-bottom: 16px;
}
}

/*--------------------------------------------
    【374px以下】
----------------------------------------------*/     
@media screen and (max-width: 374px) {
h2{
    font-size: 28px;
}

.introduction {
    font-size:0.75em;
}
  
.sns-icon-box img {
    margin:0 4px;
}
    
.shopping {   
    flex-wrap: wrap;
}
    
.shopping li {   
    width: 100%;
}
    
.shopping  li img{    
    width: 82%;
    margin: 8px auto;
}
}