@charset "UTF-8";
/* CSS Document */
body{
font-family: 'M PLUS 1p', sans-serif;
font-family: 'Klee One', cursive;
}
.top-title {
  background-image: url("../images/online_shop/onlineshop_background_mobile.png");
  background-repeat: repeat;
  background-position: bottom;
  background-size: 545px;
  width: 100%;
  height: 580px;
}
@media(min-width:1024px) {
  .top-title {
    height: 600px;
  }
}
@media(min-width:1300px) {
  .top-title {
    background-image: url("../images/online_shop/onlineshop_background.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 2000px;
    width: 100%;
    height: 800px;
  }
}
.onlineshop_all {
  margin-top: -530px;
  padding-bottom: 30px;
}
@media(min-width:1024px) {
  .onlineshop_all {
    margin-top: -525px;
  }
}
@media(min-width:1300px) {
  .onlineshop_all {
    margin-top: -750px;
  }
}
/*オンラインショップ_説明*/
.contact__top-title__description {
  display: block;
  margin: 0 auto;
}
.contact__top-title__description h2 {
  font-family: 'M PLUS 1p', sans-serif;
  font-style: normal;
  color: #776650;
  font-weight: 350;
  font-size: 1.4rem;
}
.contact__top-title__description h2 span {
  font-family: "Optima";
  color: #776650;
  font-weight: bold;
  font-size: 1.4rem;
}
.syutten br {
  display: none;
}
@media(min-width:1300px) {
  .contact__top-title__description {
    display: flex;
  }
  .contact__top-title__description {
    display: block;
  }
  .contact__top-title__description h2 {
    padding: 20px 0 0 27px;
  }
  .contact__top-title__description h2 span {
    font-family: Marcellus,sans-serif;
    font-size: 3.0rem;
    line-height: 60px;
  }
  .contact__top-title__description h2 {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 2.8rem;
    padding: 30px;
  }
}
/*吹き出し*/
#gokounyu-ok {
  font-family: 'M PLUS 1p', sans-serif;
  font-style: normal;
  color: #776650;
  font-weight: 400;
  font-size: 1.4rem;
  padding: 30px 0 0 0px;
  background-image: url(../images/online_shop/fukidashi.png);
  background-repeat: no-repeat;
  background-size: 220%;
  background-position: center;
  height: 155px;
  line-height: 1.5;
  width: 165px;
  margin: 0 auto;
}

#gokounyu-ok span{
  font-family: Marcellus,sans-serif;
  font-weight:700;
}
@media(min-width:1300px) {
  #gokounyu-ok {
    float: right;
    margin-left: 15px;
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 2.4rem;
    background-size: 710px;
    height: 330px;
    line-height: 1.5;
    width: 350px;
    margin-right: 2vw;
    padding-top: 85px;
  }
}
/*ハンドメイド系MALL_タイトル*/
.contact__top-title__handmade_mall h1 {
  font-family: 'M PLUS 1p', sans-serif;
  font-style: normal;
  color: #776650;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 30px;
  background: linear-gradient(transparent 60%, #DECAAE 100%);
  border-radius: 80% 50% 60% 5%/80% 75% 15% 75%;
  display: inline-block;
  margin-right: 180px;
}
/*韓国系MALL_タイトル*/
.contact__top-title__korean_mall h1 {
  font-family: 'M PLUS 1p', sans-serif;
  font-style: normal;
  color: #776650;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 30px;
  background: linear-gradient(transparent 60%, #DECAAE 100%);
  border-radius: 80% 50% 60% 5%/80% 75% 15% 75%;
  display: inline-block;
  margin-right: 240px;
}
@media(min-width:1300px) {
  .contact__top-title__handmade_mall h1 {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 4.0rem;
    line-height: 30px;
    margin-top: 40px;
  }
  .contact__top-title__korean_mall h1 {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 4.0rem;
    line-height: 30px;
    margin-top: 180px;
    margin-left: -500px;
  }
}
/*SHOPリンク*/
.contact__top-title__handmade_mall__handmade {
  display: flex;
}
@media(min-width:768px) {
  .contact__top-title__handmade_mall__handmade {
    display: flex;
  }
}


.handmade_mall{
  width: fit-content;
  margin: 0 auto;
}

.korean_mall{
  width: fit-content;
  margin: 0 auto;
}

.contact__top-title__handmade_mall__handmade img {
  height: 25px;
  margin-top: 20px;
}
.contact__top-title__handmade_mall__handmade h2 span {
  display: block;
}
.contact__top-title__handmade_mall__handmade h2 {
  font-family: 'M PLUS 1p', sans-serif;
  font-style: normal;
  color: #776650;
  font-weight: 800;
  font-size: 1.9rem;
  text-align: left;
  line-height: 30px;
  margin: 15px 0 -25px 5px;
}
.contact__top-title__handmade_mall p {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 10px;
  margin-top: 15px;
  border-bottom: dotted 15px;
  border-bottom-color: #F3DF6D;
}
.contact__top-title__korean_mall p {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 10px;
  margin-top: 15px;
  border-bottom: dotted 15px;
  border-bottom-color: #F3DF6D;
}
/*カート*/
#cart {
  height: 70px;
  margin-bottom: -60px;
}
.contact__top-title__korean_mall {
  margin-top: 0px;
  margin-bottom: 100px;
}
/*ハート*/
#heart_ashirai {
  height: 80px;
  margin-top: -70px;
}
@media(min-width:1300px) {
  #cart {
    margin: 0 0 -100px -60vw;
  }
  .contact__top-title__korean_mall {
  margin-top: -35px;
} 
  .contact__top-title__handmade_mall__handmade img {
    height: 50px;
  }
  .contact__top-title__handmade_mall__handmade h2 {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 4.0rem;
    line-height: 30px;
    margin: 40px 0 -25px 15px;
  }
  .contact__top-title__handmade_mall p {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 1.9rem;
    text-align: left;
    line-height: 10px;
    margin: 0;
  }
  #cart {
    height: 125px;
  }
  #heart_ashirai {
    height: 180px;
    float: right;
    margin: -200px 5% 50px 0px;
  }
  .contact__top-title__handmade_mall p {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 10px;
    margin: 15px 0 0px 15px;
  }
  .contact__top-title__korean_mall p {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 10px;
    margin: 15px 0 0px 15px;
  }
}