/*2025母の日特集*/
/*母の日特集*/
@charset "utf-8";
/* CSS Document */

body {font-family: 'Noto Serif JP', serif;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ＭＳ ゴシック",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;}
body,div{padding:auto;margin: auto;}
img,a{text-align: center}
a {text-decoration: none;}
/*p{font-size: 0.8vw;letter-spacing:0.2vw;line-height:1.8;color: #0e2a4b;font: 200}*/
li {margin: auto;}
html{scroll-behavior: smooth;}


/*看板*/
#wrap{
    display: flex;
    align-items: center;
    justify-content: center;
	width: 100%;height: 100%;
	margin-bottom:70vw;
	position: relative;
}
@media only screen and (min-width:701px){
#wrap{
	width: 100%;height: 100%;
	margin-bottom:25vw;
	position: relative;
}}

.circle{
    background-color: #FFC6E2;
    border-radius: 30%;
    margin-left: 5%;
    width: 95%;height: 75vw;
    animation-name: puyopuyo;
    animation-duration: 20.0s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
background-image: url("../images/top_bg.jpg");
background-size: cover;
z-index: 1;
}

@media only screen and (min-width:701px){
.circle{
    border-radius: 50%;
	margin-left: 20%;
    width: 80%;height: 40vw;
background-image: url("../images/top_bg02.jpg");
	z-index:10;
}}


@keyframes puyopuyo{  
    0%{
        border-radius: 5% 0% 54% 70%/20% 40% 42% 80%;
    }
    14%{
        border-radius: 3% 0% 44% 50%/49% 50% 40% 61%;
    }
    28%{
        border-radius: 5% 0% 60% 45%/20% 40% 50% 80%;
    }
    42%{
        border-radius: 3% 0% 40% 60%/49% 60% 40% 71%;
    }
    56%{
        border-radius: 5% 0% 74% 50%/20% 40% 62% 80%;
    }
    70%{
        border-radius: 3% 0% 54% 45%/49% 60% 40% 61%;
    }
    84%{
        border-radius: 5% 0% 60% 70%/35% 61% 35% 75%;
    }
    100%{
        border-radius: 3% 0% 54% 56%/20% 40% 42% 80%;
    }
}



.shape-2{
position:absolute;
opacity: 0.3;
margin: auto;
background-color: #D78787;
/*background-color: rgba(240, 230, 140);*/
border-radius:38% 44% 46% 42% / 37% 47% 42% 51%;
  /*//  回転アニメーション設定*/
animation: 10s linear infinite rotation1;
}

@media only screen and (max-width:700px){
.shape-2{
width: 45vw;
height: 45vw;
top:50vw;
right:8vw;}
}
@media only screen and (min-width:701px){
.shape-2{
width: 20vw;
height: 20vw;
top:20vw;
left: -5vw;
 border-radius:35% 50% 50% 45% / 40% 60% 40% 50%;
z-index:10;
}
}


/*//  回転アニメーション設定*/
@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg);}
}


.js-animation { opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;}
.js-animation.is-show { opacity: 1;
  visibility: visible;
  transform: translateY(0px);}


@media only screen and (max-width:700px){
.ttl_content{top:40vw;left:0vw;position: absolute;background-repeat:no-repeat;background-size: auto;z-index:9999;}
.ttl_content {width:60vw;height:30vw; background-image: url("../images/ttl_sp.png");background-size: cover;}
.text_content{top:80vw;left:34.5vw;position: absolute;background-repeat:no-repeat;background-size: auto;z-index:9999;}
.text_content img{width:30vw;}

.content{position: absolute;background-repeat: no-repeat;background-size: auto;z-index:9999;}
.content img{width:22vw;}

.photo_img02{top:80vw;left: 0vw;}
.photo_img03{top:90vw;left: 18vw;}
.photo_img01{top:100vw;right: 18vw;}
.photo_img00{top:110vw;right: 0vw;}
}

@media only screen and (min-width:701px){
.ttl_content{top:10vw;left:5vw;position: absolute;background-repeat:no-repeat;background-size: auto;z-index:9999;}
.ttl_content {width:30vw;height:12vw;background-image: url("../images/ttl.png");background-size: cover;}
.text_content{top:28vw;left:15.5vw;position: absolute;background-repeat:no-repeat;background-size: auto;z-index:9999;}
.text_content img{width:11vw;}

.content{position: absolute;background-repeat: no-repeat;background-size: auto;}
.content img{width:15vw;}


.photo_img00{top:28vw;left: 0vw;z-index:1;}
.photo_img02{top:32vw;left: 26vw;z-index:1;}
.photo_img03{top:40vw;left:40vw;z-index:1;}
.photo_img01{top:45vw;left:5vw;z-index:1;}


}	


/*各項目*/
/*.item_ttl::before{font-size:2.5vw;letter-spacing:0.3vw; content:'AWARD';color: #c2910b;}*/

.item_ttl{text-align: center;display: block;font-weight:normal;}
.main_text{margin: auto;font-size:5.8vw;letter-spacing:1.0vw;line-height: 1.8;font-family: 'Noto Serif JP', serif;}
.sub_text{margin: auto; font-size:3vw;letter-spacing:.55vw;line-height:1.8;color:#333333;}	

@media only screen and (min-width:701px){
.item_ttl::before{font-size:1.0vw;letter-spacing:0.5vw;}
.main_text{margin:0.1vw;font-size:3.0vw;letter-spacing:0.5vw;line-height: 1.8;}
.sub_text{font-size:1.5vw;letter-spacing:.5vw;line-height:1.8;}
/*.sub_text br{display: none}*/
}
@media only screen and (min-width: 1500px){
.item_ttl::before{font-size:0.5vw;letter-spacing:0.5vw;}
.main_text{margin:0.5vw;font-size:1.5vw;letter-spacing:0.3vw;line-height: 1.8;}
.sub_text{font-size:0.825vw;letter-spacing:.25vw;line-height:1.8;}
/*.sub_text br{display: none}*/
}

.item_icon{width: 30%}
@media only screen and (min-width:701px){
.item_icon{width: 30%}}
@media only screen and (min-width: 1500px){
.item_icon{width: 30%}}


/*母の日限定*/
#p_home__about{position:relative;background: #ffe1e3;z-index:1;}
.p_home__about__layout{width:100%;/**/display: flex;}

.p_home__about__image{font-size:0;overflow:hidden;border-radius: 3vw;background-size: cover;object-positioin:cover;}


.img01{background-image: url("https://gigaplus.makeshop.jp/Lbose2022/top/2025-mothersday/%E8%8F%AF/main_Hana.jpg");z-index:10}	
.img02{background-image: url("https://gigaplus.makeshop.jp/Lbose2022/top/2025-mothersday/%E7%91%9E/Mizuho.jpg");z-index:10}
.img03{background-image: url("https://gigaplus.makeshop.jp/Lbose2022/top/2025-mothersday/%E9%9F%BF/Hibiki.jpg");z-index:10}
.img04{background-image: url("../img/top_rebundashi.jpg");z-index:10}
.p_home__about__text{max-width:100%;width:90%;margin:3% 5%;z-index:999;}
.p_home__about__icon img{margin:0;padding-left:8%;width:30%;}
.c_section__title{margin:0;padding-left:8%;font-size:2.0vw;letter-spacing:.5vw;color:#ab0e12;font-family: "A-OTF 見出ゴMB31 Pro";}
.p_home__about__text__copy{color:#ab0e12;font-weight: 700;font-family: 'Noto Serif JP', serif;}
.p_home__about__text__copy p{display: inline;margin-left:2vw; font-size:8.0vw;letter-spacing:.3vw;line-height:0.2;font-weight: 500;}


@media only screen and (max-width:700px){
#p_home__about{margin:0 0;padding:0 0;}
.p_home__about__layout{flex-direction: column;margin-top:10vw;}
.order1 {order: 1;/*上から1番目*/}
.order2 {order: 2;/*上から2番目*/}
.p_home__about__image{width:85%;height:60vw;}

.img01{background-image: url("https://gigaplus.makeshop.jp/Lbose2022/top/2025-mothersday/%E8%8F%AF/main_Hana.jpg");z-index:10}	
.img02{background-image: url("https://gigaplus.makeshop.jp/Lbose2022/top/2025-mothersday/%E7%91%9E/Mizuho.jpg");z-index:10}
.img03{background-image: url("https://gigaplus.makeshop.jp/Lbose2022/top/2025-mothersday/%E9%9F%BF/Hibiki.jpg");z-index:10}
.img04{background-image: url("../img/pc_rebundashi.jpg");z-index:10}
.p_home__about__text__copy{margin:0;padding-left:2.5vw;font-size:6vw;letter-spacing:.17vw;line-height:1.5;}
.p_home__about__text__main{width: 90%; margin-top:2vw;padding-left:2vw;font-size:3.75vw;letter-spacing:.3vw;line-height:1.7;font-weight: 600;}
.p_home__about__text__main .price{margin-top:1.5vw;font-size:4.0vw;letter-spacing:.2vw;line-height:1.7}
}

@media only screen and (min-width:701px){
#p_home__about{margin:0 0;padding: 0 0;}
.p_home__about__layout{margin-top:10vw;width:90vw;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}
.p_home__about__image{width:40vw;height:45vw;}
/*.p_home__about__image img{width:100%;max-width:80%; height:auto}*/
	
.p_home__about__text{max-width:40vw;width:50%;margin-top:15vw;}
.c_section__title{font-size:2.0vw;letter-spacing:.5vw;line-height:0.8}
.p_home__about__text__copy{margin-top:3vw;padding-left:1.5vw;font-size:3.0vw;letter-spacing:.3vw;line-height:1.5}
.p_home__about__text__copy p{display: inline;margin-left:1.5vw; font-size:4.0vw;letter-spacing:.3vw;line-height:0.2}
.p_home__about__text__main{margin-top:2vw;padding-left:1.5vw;font-size:1.8vw;letter-spacing:.17vw;line-height:1.8}
.p_home__about__text__main .price{float:right; margin-top:0.8vw;font-size:1.5vw;letter-spacing:.25vw;line-height:1.0}
}

@media only screen and (min-width: 1500px){
#p_home__about{margin:0 0;padding: 0 0;}
#p_home__about .item_ttl{margin-bottom:-5vw;}
.p_home__about__layout{margin-top:10vw;width:90vw;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}	

.p_home__about__image{width:50vw;height:35vw;float: left;}
/*.p_home__about__image img{width:100%;max-width:90%;height:auto}*/
.img01{background-image: url("https://gigaplus.makeshop.jp/Lbose2022/top/2025-mothersday/%E8%8F%AF/main_Hana.jpg");}	
.img02{background-image: url("https://gigaplus.makeshop.jp/Lbose2022/top/2025-mothersday/%E7%91%9E/Mizuho.jpg");}
.img03{background-image: url("https://gigaplus.makeshop.jp/Lbose2022/top/2025-mothersday/%E9%9F%BF/Hibiki.jpg");}
.img04{background-image: url("../img/pc_rebundashi.jpg");}


.p_home__about__text{max-width:40vw;width:30%;margin-top:10vw;}
.c_section__title{font-size:1.0vw;letter-spacing:.35vw;line-height:0.5}
.p_home__about__text__copy{margin:2vw 0;padding-left:2vw;font-size:1.9vw;letter-spacing:.13vw;line-height:1.5}
.p_home__about__text__copy p{display: inline;margin-left:1.5vw; font-size:4.0vw;letter-spacing:.3vw;line-height:0.2}
.p_home__about__text__main{margin-top:1vw;padding-left:2vw;font-size:1.0vw;letter-spacing:.25vw;line-height:1.8}
.p_home__about__text__main .price{float:right; margin-top:1vw;font-size:1.1vw;letter-spacing:.25vw;line-height:1.5;font-family: "A-OTF 見出ゴMB31 Pro";}
}

.icon{position: absolute;text-align: center;z-index:999;}
.icon2{position: absolute;text-align: center;z-index:1;}


.hana_01{}.hana_02{z-index: 20;}
.hana_03{font-family: "Origins"; font-style: oblique;color:#ffa49f;opacity: 0.5;}
.nago_01{}.nago_02{z-index: 20;}
.nago_03{font-family: "Origins"; font-style: oblique;color:#ffa49f;opacity: 0.5;}
.sere_01{}.sere_02{z-index: 20;}
.sere_03{font-family: "Origins"; font-style: oblique;color:#ffa49f;opacity: 0.5;}
.dashi_01{}.dashi_02{z-index: 20;}
.dashi_03{font-family: "Origins"; font-style: oblique;color:#ffa49f;opacity: 0.5;}

@media only screen and (max-width:700px){
.hana_01{width: 30%;top:36vw;left: 0vw;}.hana_02{width: 40%;top:131vw;right: 0vw;}.hana_03{width: 50%;top:96vw;left: 0vw;}
.nago_01{width: 30%;top:170vw;left: 0vw;}.nago_02{width: 40%;top:261vw;right: 0vw;}.nago_03{width: 50%;top:233vw;left: 0vw;}
.sere_01{width: 30%;top:304vw;left: 0vw;}.sere_02{width: 40%;top:390vw;right: 0vw;}.sere_03{width: 50%;top:360vw;left: 0vw;}
.dashi_01{width: 30%;top:430vw;left: 0vw;}.dashi_02{width: 40%;top:480vw;right: 2vw;}.dashi_03{width: 50%;top:488vw;left: 0vw;}
}

@media only screen and (min-width:701px){
.hana_01{width: 20%;top:74vw;left: 75vw;}.hana_02{width: 25%;top:64vw;right: 25vw;}.hana_03{width: 20%;top:52vw;right: 10vw;}
.nago_01{width: 20%;top:133vw;right: 2vw;}.nago_02{width: 25%;top:123vw;left: 46vw;}.nago_03{width: 20%;top:109vw;left: 30vw;}
.sere_01{width: 20%;top:190vw;left: 73vw;}.sere_02{width: 25%;top:184vw;right: 27vw;}.sere_03{width: 20%;top:163vw;right: 10vw;}
.dashi_01{width: 20%;top:190vw;right: 0vw;}.dashi_02{width: 25%;top:197vw;left: 28vw;}.dashi_03{width: 20%;top:217vw;left: 30vw;}
}

@media only screen and (min-width: 1500px){
.hana_01{width: 15%;top:15vw;left: 2vw;}.hana_02{width: 18%;top:53vw;right:20vw;}.hana_03{width: 10%;top:35vw;right: 8vw;}
.nago_01{width: 15%;top:60vw;right: 2vw;}.nago_02{width: 18%;top:98.5vw;left:22vw;}.nago_03{width: 10%;top:81.5vw;left: 25vw;}
.sere_01{width: 15%;top:104vw;left: 2vw;}.sere_02{width: 18%;top:145vw;right:20vw;}.sere_03{width: 10%;top:125.5vw;right: 10vw;}
.dashi_01{width: 15%;top:150vw;right: 2vw;}.dashi_02{width: 18%;top:156vw;left:24vw;}.dashi_03{width: 10%;top:171vw;left: 25vw;}
}

@media only screen and (max-width:700px){
.back_img{width: 30%;top:30vw;right:0vw;opacity: 0.5;z-index:999;}
.back_img2{width: 30%;top:200vw;left:0vw;opacity: 0.5;z-index:999;}
.back_img3{width: 30%;top:300vw;right:0vw;opacity: 0.5;z-index:999;}
.back_img4{width: 30%;top:470vw;left:0vw;opacity: 0.5;z-index:999;}
}
@media only screen and (min-width:701px){
.back_img{width: 25%;top:35vw;right:0vw;opacity: 0.3}
.back_img2{width: 25%;top:90vw;left:0vw;opacity: 0.3}
.back_img3{width: 25%;top:150vw;right:0vw;opacity: 0.3}
.back_img4{width: 25%;top:200vw;left:0vw;opacity: 0.3}
}

@media only screen and (min-width:1500px){
.back_img{width: 20%;top:25vw;right:0vw;opacity: 0.3}
.back_img2{width: 20%;top:65vw;left:0vw;opacity: 0.3}
.back_img3{width: 20%;top:117vw;right:0vw;opacity: 0.3}
.back_img4{width: 20%;top:155vw;left:0vw;opacity: 0.3}
}



/*.c_k{position:relative}.c_k:before{content:"";display:block;width:2.375rem;height:1px;background-color:#000000;position:absolute;top:calc(50% + 0.1rem)}.c_k.-before{padding-left:3rem}.c_k.-before:before{left:0}*/

/*ランキング*/
#ranking::before{ content:'RANKING';font-size:0.5vw;letter-spacing:0.2vw;color: #c2910b;text-align: center;display: block;font-weight:normal;}
#slidesub{
width: 80%;
padding: 10%;
margin-top: 3%;
position: relative;
overflow: hidden;
list-style: none;
z-index: 1;
}
#slidesub img {
width: 100%;
margin: 0;
box-shadow: none;
vertical-align: bottom;
}
.swiper-button-prev,.swiper-button-next {
width: 5%;
height: 5%;
margin-top: -16px;
padding: 0 20%;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex
;
    transition-property: transform;
    box-sizing: content-box;
}


@media only screen and (min-width: 980px){
#slidesub{
width: 85%;
padding: 3%;
}
#slidesub img {
width: 100%;
margin: 0;
}
.swiper-button-prev,.swiper-button-next {
width: 10px;
height: 10px;
padding: 0 1%;
}
}


@media only screen and (min-width: 1500px){
#slidesub{
width: 1000px;
padding: 30px;
}
#slidesub img {
width: 100%;
margin: 0;
}
.swiper-button-prev,
.swiper-button-next {
width: 3px;
height: 3px;
padding: 0 5px;
}
}

/*ランキングスワイプ*/

/* スライダーコンテナ */
.slider-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* スライドのラッパー */
.slider-wrapper {
  width: 80%;
}

/* スライドアイテム */
.slider-track {
  display: flex;
  transition: transform 0.3s ease-in-out;
}

.slider-item {
  flex: 0 0 100%; /* 1つの画像が100%の幅で表示される */
  text-align: center;
  margin-right: 0; /* 画像同士の間隔を空けない */
}

.slider-item img {
  width: 100%;
  height: auto;
  border-radius: 0; /* 角を丸くしない */
}

/* ボタンのスタイル */
.slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 20px;
  z-index: 10;
}

/* 左ボタン */
.slider-button.prev {
  left: 10px;
}

/* 右ボタン */
.slider-button.next {
  right: 10px;
}

/* 小さい画面用（ボタンを表示、スライドさせる） */
@media screen and (max-width: 768px) {
  .slider-button {
    display: block;
  }

  .slider-wrapper {
    width: 80%;
  }

  .slider-item {
    width: 80%; /* 1枚だけ表示 */
    margin-right: 0;
   
  }

  .slider-track {
    display: flex;
    width: 80%;
  }
}

/* 大きな画面用（ボタンを非表示） */
@media screen and (min-width: 768px) {
  .slider-button {
    display: none;
  }

  .slider-track {
    display: flex;
    width: 100%;
  }

  .slider-item {
    flex: 0 0 20%; /* 5つの画像が横並びに表示されるように */
    margin-right: 10px; /* 画像同士の間隔を空ける */
  }

  .slider-item:last-child {
    margin-right: 0; /* 最後の画像の右側の間隔は空けない */
  }
}




/* ボタン */
.button003{margin-top: 5%;}
.button003 a {
    background: #ab0e12;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 90%;/*260px*/
    padding: 2vw 0;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size:3.5vw;letter-spacing:.5vw;
}
.button003 a:hover {
    background: #FFF;
    color: #ab0e12;
}
.button003 a:after {
    content: '';
    width: 1vw;
    height: 1vw;
    border-top: 3px solid #ab0e12;
    border-right: 3px solid #ab0e12;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20%;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button003 a:hover:after {
    border-color: #ab0e12;
}

@media only screen and (min-width:701px){
.button003{margin-top: 4vw;}
.button003 a {
    background: #ab0e12;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 100%;/*260px*/
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size:1.0vw;letter-spacing:.2vw;
}
.button003 a:hover {
    background: #FFF;
    color: #ab0e12;
}
.button003 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #ab0e12;
    border-right: 3px solid #ab0e12;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button003 a:hover:after {
    border-color: #FFF;
}
}


#cont00{
	margin-bottom:25vw;
}

.ctglbx a {
display: block;
position: relative;
color: #c90303;
background-color:#fceceb;
text-align:center;
font-weight: 500;
margin: 0 auto;
padding: 3%;
width: 85%;
font-size:2.8vw;letter-spacing:.25vw;
border-radius: 10vw;
font-weight:600;
/*border: 0.3vw solid #c90303;*/
transition: 0.3s;
}
.ctglbx a:hover {
text-decoration: none;
color: #c90303;
background-color:#ffd9d9;
}
.ctglbx a:hover::after {
bottom: 0.8vw;
right: 0.8vw;
}


@media only screen and (min-width:701px){
#cont00{
position: center;
width: 60%;margin-bottom:10%;}

.ctglbx a {
margin: 0 auto;
padding:3% 0 3% 0;
width: 90%;
font-size:2.0vw;letter-spacing:.25vw;
/*border: 0.15vw solid #c90303;*/
transition: 0.3s;
}}

@media only screen and (min-width:1500px){
#cont00{
position: center;
width: 60%;margin-bottom:10%;}	

.ctglbx a {
margin: 0 auto;
padding:1% 0 1% 0;
width: 50%;
font-size:1.0vw;letter-spacing:.15vw;
/*border: 0.15vw solid #c90303;*/
transition: 0.3s;
}}
/*.ctglbx a::after {
content: '';
position: absolute;
bottom: 0.5vw;
right: 0.5vw;
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 1vw 1vw;
border-color: transparent transparent #c90303 transparent;
transition: 0.3s;
}
.ctglbx a:hover {
text-decoration: none;
color: #f28f8f;
background-color:#ffeded;
}
.ctglbx a:hover::after {
bottom: 0.8vw;
right: 0.8vw;
}*/



/*全体*/
.box{
	width:98%;
	margin-bottom:2%;
	  display: flex;
        flex-wrap: wrap;
        margin:0 auto;
	padding:0 auto;}

  .box1 {flex: auto;
	  margin:0 auto;
        width: 45%;
        padding: 0;}

/*　　　－－－－－　　▼　１カラム（900px）　▼　　　－－－－－　　*/

@media only screen and (min-width:701px){
.box {   width: 90%;
        display: flex;
        flex-wrap: wrap;
        margin:0 auto;
        padding-bottom: 3%;}

  .box1 {flex: auto;
        width: 25%;
          margin: 0;
        padding: 0;}
}

@media only screen and (min-width:1500px){
.box {  width: 1000px;
        display: flex;
        flex-wrap: wrap;
        margin:0 auto;
        padding-bottom: 25px;}

  .box1 {flex: auto;
        width: 200px;
          margin: 25px;
        padding: 0;}
}
