@charset "utf-8";

/* 共通設定
--------------------------------------------------*/
html {
    font-family: 'Sail', 'Sawarabi Gothic', sans-serif;
    font-size: 16px;
    color: #534741;
    background-color: #102C5C;
}
body, header, main, footer{
	width: 100%;
}
/* header*/, section, footer{
	padding: 0 1rem;
}
/*PC*/
@media (min-width: 1280px) {
 section{
		padding: 1rem calc(50% - (1280px / 2));
	}
  .top-nav{
    padding: 0 calc(50% - (1280px / 2));
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

span {display:block;}
p{
  font-family: fot-tsukuardgothic-std, sans-serif;
}

/* 以下にスタイリングを記述
-------------------------------------------------- */
/* ボタンスタイリング */
.button_1 a {
    background: #fff;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    max-width: 250px;
    padding: 10px 25px;
    font-family: "Noto Sans Japanese";
    text-decoration: none;
    color: #736357;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 700;
    font-family: fot-tsukuardgothic-std, sans-serif;
}
.button_1 a:after,.button_red a:after,.button_green a:after,.button_yellow a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.button_1 a:hover:after,.button_red a:hover:after,.button_green a:hover:after,.button_yellow a:hover:after {
  right: 1.4rem;
}

.button_red a,.button_green a,.button_yellow a{
  border-radius: 9999px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  max-width: 250px;
  padding: 10px 25px;
  font-family: "Noto Sans Japanese";
  text-decoration: none;
  color: #fff;
  line-height: 1.8;
  transition: 0.3s ease-in-out;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
.button_red a{
  background: #BE2326;
}
.button_green a{
  background: #108B58;
}
.button_yellow a{
  background: #efc02b;
}
/* ボタンここまで */
/* ここからハンバーガーメニュー */
.nav-div-sp{
  display: none;
}
/* ハンバーガーメニューここまで */
/* PCアコーディオンここから */

/* トップビュー */
header{
    background-color: #102C5C;
    width: 100%;
    padding-bottom: 0;
}
.top-circle{
  display: block;
  position: fixed;
  bottom: 10px;
  right: 10px;

}
.top-circle img{
  width: 80px;
  max-width: 100%;
}
.top-pc{
  display: block;
  width: 100%;
}
.top-sp{
  display: none;
}
.nav-div{
  display: block;
  position: fixed;
  width: 1280px;
  max-width: 100%;
}
.layer-nav{
    padding: 5px 0;
    z-index: 999;
}
.top-nav{
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
    padding-left: 2rem;
    margin-bottom: 2rem;
}
.top-logo{
  width: 90px;
  max-width: 100%;
}
.top-header-ul,.header-ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-header-ul li,.header-ul li{
    margin: 15px 20px;
}
.top-header-ul li a,.header-ul li a{
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  text-decoration: none;
  color: #fff;
  position: relative;
}
.top-header-ul li a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: -2px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.top-header-ul li a:hover::after {
  transform: scale(1, 1);
  }
.no-border{
  position: unset;
  }
.nav-line a{
  padding: 0 50px;
}
.top-view{
  text-align: center;
}
.top-view img{
  max-width: 100%;
  margin: 0 auto;
  padding-top: 5rem;
}
/* トップビューここまで */
/* クーポン */
.coupon{
  padding-bottom: 160px;
}
.coupon_container{
  background-image: url(../images/background_1.jpg);
  max-width: 1440px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
}
.coupon h2,.novelty h2,.age h2,.price h2,.best h2{
font-family: "Yeseva One", sans-serif;
font-weight: 400;
font-size: 4rem;
font-style: normal;
letter-spacing: 3px;
text-align: center;
padding: 140px 0 60px;
color: #FFF;
}
.coupon h2 span,.novelty h2 span,.age h2 span,.price h2 span,.best h2 span{
  font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 700;
font-style: normal;
font-size: 1.5rem;
}
.coupon p{
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.coupon_img,.novelty_img {
  text-align: center
}
.coupon_img img{
  max-width: 100%;
  width: 1000px;
  margin-bottom: 20px;
}
.novelty_img img{
  max-width: 100%;
  width: 1100px;
  margin-bottom: 40px;
  padding: 0 20px;
}
.coupon_img img:hover ,.coupon_img img:hover{
  filter: brightness(110%);
}
/* クーポンここまで */
/* ノベルティここから */
.novelty{
  padding-bottom: 180px;
  padding-top: 40px;
}
.nov_pc{
  /* display: block; */
}
.nov_sp{
  display: none;
}
.nov_flex{
  display: flex;
  justify-content: center;
}
.nov_1 img{
  width: 100%;
  max-width: 500px;
}
.nov_1{
  margin-right: 80px;
}
.nov_2 img{
  width: 100%;
  max-width: 490px;
  margin-bottom: 20px;
}
/* コンテンツ区切り */
.star {
  background-color: #1F4377;
  background-image: url(../images/star.png);
  margin: 0 auto;
  height: 250px;
  background-repeat: repeat;
  background-size: cover;
}
.line {
  background-color: #F6F5F1;
  background-image: url(../images/line.png);
  margin: 0 auto;
  height: 100px;
  padding-top: 120px;
  background-repeat: repeat;
  background-size: cover;
}
/* 文字流れ */
.text_container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  background-color: #1F4377;
}
.text_last{
  padding-bottom: 120px;
}
.text_wrapper {
  display: flex;
  animation: loop-text 15s linear infinite;
}
.double-content {
  display: inline-block;
  font-size: 6rem;
  white-space: nowrap;
  font-family: "Codystar", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
}
@keyframes loop-text {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* 文字流れここまで */
.shapedividers_com-7048{
overflow:hidden;
position:relative;
height: 200px;
background-color: #1F7769;
}
.shapedividers_com-7048::before{
content:'';
font-family:'shape divider from [ShapeDividers.com](http://shapedividers.com/)';
position: absolute;
bottom: -1px;
left: -1px;
right: -1px;
top: -1px;
z-index: 3;
pointer-events: none;
background-repeat: no-repeat;
background-size: 132% 40px;
background-position: 50% 0%;

background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 100.86 4.15"><path fill="%23f6f5f1" d="M0 0v3.5a9.07 9.07 0 0 0 9.37-1.67 9.07 9.07 0 0 0 12.1 0 9.07 9.07 0 0 0 12.11 0 9.07 9.07 0 0 0 12.06 0 9.07 9.07 0 0 0 12.11 0 9.07 9.07 0 0 0 12.08 0 9.07 9.07 0 0 0 12.09 0 9.07 9.07 0 0 0 12.08 0 9.07 9.07 0 0 0 6.86 2.28V.01z"/></svg>');
}
/* ここからアイテム */
.item_pc{
  display: block;
}
.item_sp{
  display: none;
}
.item{
  background-color: #f6f5f1;
  padding: 120px 0;
}
.item_flex{
  display: flex;
  justify-content: center;
}
.item_img{
  margin: 20px;
}
.item_img img{
  width: 100%;
  max-width: 200px;
}
.item_img img:hover{
  opacity: 0.7;
  filter: brightness(110%);
}
/* ここまでアイテム */
/* ここからベストセラー */
.best{
  background-color: #1F7769;
  /* padding-top: 80px; */
  padding-bottom: 120px;
}
  .best p{
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 60px;
    line-height: 2.5rem;
  }
.best_p{
  text-align: center;
}
/* ここからニューアイテム */
.newitem{
  padding-bottom: 80px;
  background-color: #1F4377;
}
.newitem h2,.wrapping h2,.naire h2,.delivery h2,.newbrand h2{
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  font-size: 4rem;
  font-style: normal;
  letter-spacing: 3px;
  text-align: center;
  padding: 100px 0 80px;
  }
  .newitem h2{
    color: #fff;
  }
  .wrapping h2,.naire h2,.delivery h2{
    color: #534741;
  }
  .naire h2{
    padding: 100px 0 60px;
  }

  .newitem h2 span,.wrapping h2 span,.naire h2 span,.delivery h2 span,.newbrand h2 span{
    font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  }
.newitem_flex{
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 120px;
  max-width: 1500px;
}
.new_p{
  text-align: center;
}
.new_p img{
  width: 520px;
  max-width: 100%;
  margin-bottom: 30px;
}
.new_img img{
  width: 520px;
  max-width: 100%;
}
.best_img img{
  width: 520px;
  max-width: 100%;
}

/* ここから新ブランド */
.newbrand{
  padding: 120px 0 160px;
  background-color: #F6F5F1;
  text-align: center;
}
.newbrand h2{
  color: #534741;
}
.newbrand_flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 100px;
  max-width: 1500px;
  margin: 0 auto;
  background-color: #F5E8D7;
  padding: 80px 0;
  border-radius: 80px;
  width: 1100px;
  /* padding: 1rem calc(50% - (1280px / 2)); */
}
.newbrand_img{
  width: 520px;
  max-width: 100%;
  margin-bottom: 30px;
}
.newbrand_img img{
  width: 400px;
  padding-bottom: 40px;
}
.newbrand_container img{
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 80px;
}
.bg_pc{
  display: block;
}
.bg_tb,.bg_sp{
  display: none;
}
.background_navy{
  background-color: #1F4377;
}
.background_white{
  background-color: #F6F5F1;
}
/* ここから年齢から選ぶ */
.age{
  background-color: #1F7769;
  padding-top: 0;
  padding-bottom: 120px;
}
.age h3,.price h3{
  font-size: 2rem;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #fff;
  margin: 60px 0 40px;
  text-align: center;
}
.age_box,.price_box{
  background-color: #fff;
  width: 300px;
  padding: 20px 20px 30px;
  margin: 10px 10px 30px;
  border-radius: 25px;
}
.age h3:first-of-type,.price h3:first-of-type{
  margin: 30px 0;
}
.age_tag{
  color: #108B58;
  margin: 10px 0 20px;
}
.price_tag{
  color: #BE2326;
  margin: 10px 0 20px;
}
.toy_name,.toy_yen{
  color: #736357;
  font-weight: 700;
  margin-bottom: 20px;
}
.toy_name{
  font-size: 1.3rem;
  height: 50px;
}
.toy_yen{
  text-align: right;
  font-size: 1.5rem;
}
.age_flex img,.price_flex img{
  width: 280px;
  max-width: 100%;
}
.age_flex,.price_flex{
  display: flex;
  flex-wrap: wrap;
}
/* ここから予算から選ぶ */
.price{
  background-color: #98272B;
  padding-top: 0;
  padding-bottom: 120px;
}
/* ここから名入れ */
.naire h3,.wrapping h3,.delivery h3{
  font-size: 2rem;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #108B58;
  margin: 0 0 20px;
  text-align: center;
  line-height: 3.3rem;
}
.delivery h3 {
  color: #98272B;
}

.naire h3 br{
  display: none;
}
.naire_text{
  margin: 30px 0;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #673F20;
  text-align: center;
  letter-spacing: 2px;
  line-height: 2.5rem;
}
.naire_img,.wrapping_img{
  text-align: center;
}
.naire_img img,.wrapping_img img{
  width: 900px;
  max-width: 100%;
  margin: 40px 0 20px;
}
.wrapping_img{
  margin-bottom: 20px;
}
.wrapping .naire_text br{
  display: none;
}
.naire_item{
  font-size: 2rem;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #673F20;
  margin: 80px 0 30px;
  text-align: center;
}
/* ここから配送 */
.delivery{
  padding-bottom: 120px;
}
.ship dt{
  margin: 30px 0 16px;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #673F20;
  letter-spacing: 2px;
  line-height: 2.5rem;
}
.ship dd{
  font-size: 1rem;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #673F20;
  letter-spacing: 2px;
  line-height: 2.5rem;
}
.dl{
  margin: 0 100px;
}
.delivery{
  padding-bottom: 140px;
}
.ship-img{
  text-align: center;
  margin: 40px 0 20px;
}
.ship-img img{
  width: 800px;
  max-width: 100%;
}
/* ここからフッター */

footer{
  background-color:#102C5C;
   background-image: url(../images/background_footer.jpg);
  text-align: center;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center center;
}
.copy_text{
  position: absolute;
      top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  color: #FFF;
  font-size: 1rem;
  margin: 24px 0 16px;
}
.footer-nav-div{
  display: block;
}
.copy_text_br{
  display: none;
}

/* 雪ここから */
/* 背景を表示させるコンテナ */
.snow-container {
  position: relative;
  overflow: hidden; /* 背景からはみ出した雪を隠す */
}

/*雪の色とループ*/
.snow {
  position: absolute;
  background-color: #fff; /*色*/
  border-radius: 50%; /*雪を丸*/
  animation: animate-snow 20s linear; /*アニメーションでループ*/
}

/* 画面からの降り始めと画面から消える時の設定 */
@keyframes animate-snow {
  0% {
    top: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 100vh;
  }
}
/* 雪ここまで */

/* レスポンシブここから */
/* コンテンツ区切りここから */
@media (min-width:768px){
.shapedividers_com-7048::before{
background-size: 100% 55px;
background-position: 50% 0%;
}
}
 
@media (min-width:1025px){
.shapedividers_com-7048::before{ 
bottom: -0.1vw;
left: -0.1vw;
right: -0.1vw;
top: -0.1vw;
background-size: 100% 100px;
background-position: 50% 0%;
}
.star{
  height: 220px;
}
}
@media (min-width:2100px){
.shapedividers_com-7048::before{
background-size: 100% calc(2vw + 75px);
}
}
@media (min-width:1700px){
  .star{
    height: 300px;
  }
}
/* コンテンツ区切りここまで */

@media screen and (max-width: 1300px) {
  /* 1300pxまでの幅の場合に適用される */
  /* 新ブランドここから */
  .bg_tb{
  display: block;
  }
  .bg_pc,.bg_sp{
  display: none;
}
    .newbrand_flex {
        width: 750px;
        border-radius: 40px;
        padding: 60px 0;
    }
    .newbrand_img {
    width: 350px;
  }
    .newbrand_img img {
    width: 300px;
  }
/* 新ブランドここまで */
/* 文字流れここから */
  .text_container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  background-color: #1F4377;
}
.text_last{
  padding-bottom: 120px;
}
.double-content {
  font-size: 4rem;
}
/* 文字流れここまで */
/* コンテンツ区切りの幅 */
.shapedividers_com-7048 {
    height: 150px;
}
footer{
  height: 400px;
}
}
@media screen and (max-width: 768px) {
  /* 768pxまでの幅の場合に適用される */
  .top-view img{
    padding-top: 0;
  }
  .top-pc,.nav-div{
    display: block;
  }
  .top-sp,.nav-div-sp{
    display: none;
  }
  header{
    padding-top: 0;
}
.top-circle{
  bottom: 10px;
  right: 10px;
}
.top-circle img{
  width: 50px;
  max-width: 100%;
}
/* ここからクーポン */
.coupon{
   padding-bottom: 100px;
}
.coupon_container{
  background-image: url(../images/background_2.jpg);
  /* max-width: 390px; */
}
.age h2, .price h2,.best h2{
  font-size: 2.5rem;
  padding: 120px 0 40px;
}
.novelty h2{
  font-size: 2.5rem;
  padding: 0px 0 40px;
}
.coupon h2{
  font-size: 2.5rem;
  padding: 160px 0 40px;
}
.coupon h2 span, .novelty h2 span, .age h2 span, .price h2 span,.best h2 span,.newbrand h2 span {
  font-size: 1rem;
}
.coupon p {
  font-size: 1rem;
  margin-bottom: 20px;
}
.coupon_img img {
  max-width: 100%;
  width: 380px;
}
/* ここからノベルティ */
.novelty_img img {
  max-width: 100%;
  width: 360px;
  margin: 0 auto 40px;
}
.nov_pc{
  display: none;
}
.nov_sp{
  display: block;
  padding-bottom: 40px;
}
.novelty {
  padding: 100px 0 180px;
}
/* ここからアイテム */
.item_pc{
  display: none;
}
.item_sp{
  display: block;
}
.item{
  padding: 80px 0 80px;
}
.item_flex {
  display: flex;
  flex-wrap: wrap;
}
.item_img img {
  width: 100%;
  max-width: 105px;
}
.item_img {
margin: 7px;
}
/* ここからベストセラー */
.best{
  padding-top: 120px;
  padding-bottom: 120px;
  padding-right: 0;
}
.best_p {
  margin: 0;
}
.best p{
  font-size: 1rem;
  padding: 0 20px;
  text-align: center;
}
.best_flex_1{
  flex-direction: column-reverse;
}
/* ここからニューアイテム */
.newitem,.best{
  padding: 0 16px 40px;
}
.newitem h2{
  font-size: 2.5rem;
  padding: 80px 0 60px;
}
.wrapping h2, .naire h2, .delivery h2 {
  font-size: 2.5rem;
  padding: 120px 0 40px;
}
.newitem h2 span, .wrapping h2 span, .naire h2 span, .delivery h2 span {
  font-size: 1rem;
}
.newitem_flex {
  margin-bottom: 100px;
}
.newitem_flex:first-of-type,.newitem_flex:nth-child(4){
  flex-direction: column-reverse;
}
.newitem_flex:nth-child(3),.newitem_flex:nth-child(5){
display: block;
}
.newitem_flex:last-of-type{
  flex-direction: column-reverse;
}
.new_img{
  margin-bottom: 40px;
  text-align: center;
  width: unset;
}
/* ここからベストセラー */
.best_img img {
    width: 330px;
    max-width: 100%;
}
.best .new_p img{
    width: 300px;
    max-width: 100%;
    margin-bottom: 30px;
}
.best_img{
  margin-bottom: 30px;
  text-align: center;
  width: unset;
}
.best_img:first-child,.best_img:nth-child(3){
  padding-left: 10px;
}
.best_img:nth-child(2),.best_img:last-of-type {
  padding-right: 10px;
}
.text_last{
  padding-bottom: 120px;
}
.double-content {
  font-size: 2rem;
}
/* ここから新ブランド */
  .bg_sp{
  display: block;
  }
  .bg_pc,.bg_tb{
  display: none;
}
.newbrand{
   padding: 0 0 120px;
}
.newbrand h2 {
        font-size: 2.5rem;
        padding: 80px 0 40px;
      }
.newbrand_container img {
  padding-bottom: 40px;
}
.newbrand_flex{
  width: 360px;
  border-radius: 40px;
  padding: 60px 0;
}
.newbrand_img img{
  width: 300px;
}
.newbrand_img:first-child{
  margin-bottom: 60px;
}
/* ここから年齢 */
.age_flex, .price_flex {
  justify-content: center;
}
.age h3,.price h3{
  font-size: 1.5rem;
  text-align: center;
  margin: 40px 0 20px;
}
/* ここから名入れ */
.naire h3, .wrapping h3, .delivery h3 {
  font-size: 1.4rem;
  margin: 0 0 20px;
  line-height: 2.5rem;
}
.naire h3 br{
  display: block;
}
.naire_text {
  margin: 30px 0;
  font-size: 1rem;
  letter-spacing: normal;
  line-height: normal;
}
.naire .naire_text{
  text-align: unset;
}
.naire_text br{
  display: none;
}
.wrapping{
  padding: 0 16px;
}
.delivery{
  padding: 0 16px 120px;
}
.naire-container{
  padding: 0 16px;
}
.naire_item {
  font-size: 1.4rem;
  margin: 80px 0 30px;
}
/* ここからラッピング */
.wrapping .naire_text br{
  display: block;
}
/* ここから配送 */
.dl {
  margin: 0;
}
.ship dt {
  font-size: 1rem;
}
.ship dd {
  font-size: 0.9rem;
  line-height: 1.8rem;
}
.ship-img{
  text-align: center;
  margin: 40px 0 20px;
}
.ship-img img{
  max-width: 100%;
}
/* ここからフッター */
.copy_text {
  font-size: 0.7rem;
  line-height: 1.2rem;
}
.footer-nav-div{
  display: none;
}
footer{
   background-image: url(../images/background_footer_sp.jpg);
   background-position: center center;
}
.copy_text_br{
  display: block;
}
}


@media screen and (max-width: 600px) {
  /* 480pxまでの幅の場合に適用される */
  .top-pc,.nav-div{
    display: none;
  }
  .top-sp,.nav-div-sp{
    display: block;
  }

  /* ここからハンバーガーメニュー */
  .menulogo{
    text-align: center;
    margin: 30px 0 20px;
  }
  .menulogo img{
    width: 150px;
    max-width: 100%;
  }
#nav-toggle {
  position: fixed;
  height: 25px;
  width: 25px;
  cursor: pointer;
  margin: 10px;
  right: 10px;
}
#nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #fff;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease;
}
    #nav-toggle span:nth-child(1) {
      top: 0;
    }
    #nav-toggle span:nth-child(2) {
        top: 7px;
    }
    #nav-toggle span:nth-child(3) {
        top: 14px;
    }
.open #nav-toggle span:nth-child(1) {
        top: 7px;
        transform: rotate(45deg);
    }
.open #nav-toggle span:nth-child(2) {
        top: 14px;
        width: 0;
        left: 50%;
    }
.open #nav-toggle span:nth-child(3) {
        top: 7px;
        transform: rotate(-45deg);
}

#gloval-nav {
  background-color: #F6F5F1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-size: 20px;
  transform: translateX(-100%);
  transition: opacity .6s ease, visibility .6s ease;
}
#gloval-nav a{
    display: block;
    /* padding: 15px 0; */
    transition: color .6s ease;
  }
  #gloval-nav li {
      opacity: 0;
      opacity .2s ease;
    }
    .sp-li{
      padding: 15px 0;
    }
/* open */
.open {
  overflow: hidden;
}
  .open #gloval-nav {
    visibility: visible;
    transform: translateX(0);
    transition: transform .6s;
    width: 80vw;
  }
  .open #gloval-nav li {
    opacity: 1;
    transform: translateX(0);
    transition:  transform 1s ease, opacity .9s ease;
  }

#nav-toggle {
  z-index: 100;
}
#gloval-nav {
    z-index: 10;
}
.sp-ul a{
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.sp-ul li{
  color: #102C5C;
}
#gloval-nav li{
  color: #102C5C;
}


/* ここからアコーディオンメニュー */
.accordion__list a{
  font-size: 1rem;
  color: #534741;
  font-family: fot-tsukuardgothic-std, sans-serif;
  padding: 10px 0;
}

/*
  アコーディオンの2つ目以降、上に余白を取る。
  開閉動作に影響なし。
*/
.accordion__item:nth-child(n+2) {
  margin-top: 10px;
}

/*
  アコーディオンの開閉ボタンの装飾。
  position: relative;が無いと、
  「+」「-」の位置がずれるので注意。
*/
.accordion__head {
  position: relative;
  width: 100%;
  padding: 15px 0;
  cursor: pointer;
}
.accordion__head p{
  color: #102C5C;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*
  アコーディオンの開閉ボタンの右側に「+」を表示。
*/
.accordion__head::after {
  content: "+";
  position: absolute;
  top: 12px;
  right: 20px;
  color: #102C5C;
  font-weight: 400;
}

/*
  アコーディオンが開いた際に、
  開閉ボタンの右側に「+」を「-」に変更する。
*/
.accordion__item.active .accordion__head::after {
  content: "-";
  right: 20px;
  color: #102C5C;
  font-weight: 400;
}

/*
  アコーディオンの閉じている部分の装飾。
  height: 0; overflow: hidden;にすることで、
  通常時は表示されないようにする。
*/
.accordion__body {
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: all .25s ease;
}

/*
  アコーディオンが開いた際に、
  heightを0からautoに、paddingの上下を0から10に。
*/
.accordion__item.active .accordion__body {
  height: auto;
}
/* ここまでハンバーガーメニュー */
/* ニューアイテム星装飾 */
.star {
  height: 80px;
}
/* ここから商品一覧 */
.age_box, .price_box {
  background-color: #fff;
  width: 180px;
  padding: 10px 10px 20px;
  margin: 5px 5px 15px;
  border-radius: 20px;
}
.age_tag,.price_tag {
  font-size: 0.8rem;
  margin: 10px 0 20px;
}
.toy_name {
  font-size: 1.1rem;
  height: 60px;
  margin-bottom: 8px;
}
.toy_yen {
  font-size: 1.2rem;
  text-align: center;
}
/* コンテンツ区切りの幅 */
.shapedividers_com-7048 {
    height: 50px;
}
}
