@charset "UTF-8";
* {
  box-sizing: border-box;
}

html,
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #62002E;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  width: 100%;
  margin: 0 auto;
}

a {
  color: #62002E;
  text-decoration: none;
}

h1 {
  text-align: center;
  font-size: 3rem;
}

h3 {
  margin: 4rem 0;
  padding: 10px 0 0;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: 3rem;
}

h4{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  text-align: center;
    font-size: 1.6rem;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.wrap {
  overflow: hidden;
}

.box-btl img.btlimg {
  text-align: center;
  width: 8%;
}

.btn_border,
.limitedBlock_btn,
.lineupBlock_btn,
.CCPT-Block_btn,
.onlinestoreBlock_btn,
.storeBlock_btn {
  display: block;
  position: relative;
  border: 1px solid #62002E;
  padding: 20px;
  font-size: 1.2em;
  text-align: center;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all  1.5s ease;
}

.btn_border:hover,
.limitedBlock_btn:hover,
.lineupBlock_btn:hover,
.CCPT-Block_btn:hover,
.onlinestoreBlock_btn:hover,
.storeBlock_btn:hover {
  display: block;
  position: relative;
  border: 1px solid #62002E;
  padding: 20px;
  font-size: 1.2em;
  text-align: center;
  background-color: #e1dcc5;
}


.btn_border .material-icons,
.limitedBlock_btn .material-icons,
.lineupBlock_btn .material-icons,
.CCPT-Block_btn .material-icons,
.onlinestoreBlock_btn .material-icons,
.storeBlock_btn .material-icons {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 30px;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

.padding50{
  padding-bottom: 50px;
}

.padding60100{
  padding-top: 60px;
  padding-bottom: 100px;
}

.padding5010{
  padding-top: 50px;
  padding-bottom: 10px;
}



@media only screen and (max-width: 1400px) {

  img {
    max-width: 100%;
    margin: 0 auto;
  }

  h4{
  width: 90%;
  margin: 0 auto;
}

}

@media only screen and (max-width: 750px) {
  img {
    max-width: 100% !important;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
} 


@media (max-width: 640px) {
  .btn_border .material-icons,
  .limitedBlock_btn .material-icons,
  .lineupBlock_btn .material-icons,
  .CCPT-Block_btn .material-icons,
  .onlinestoreBlock_btn .material-icons,
  .storeBlock_btn .material-icons {
    right: 10px;
  }

}


@media (max-width: 640px) {
  .btn_border,
  .limitedBlock_btn,
  .lineupBlock_btn,
  .CCPT-Block_btn,
  .onlinestoreBlock_btn,
  .storeBlock_btn {
    font-size: 1.6rem;
    padding: 10px;
  }

  .btn_border:hover,
  .limitedBlock_btn:hover,
  .lineupBlock_btn:hover,
  .CCPT-Block_btn:hover,
  .onlinestoreBlock_btn:hover,
  .storeBlock_btn:hover {
    background-color: #e1dcc5;
  }

  .padding50{
    padding-bottom: 25px !important;
  }

  .padding60100{
    padding-top: 30px !important;
    padding-bottom: 50px!important;
  }

  .padding5010{
    padding-top: 30px!important;
    padding-bottom: 5px!important;
  }

}


.btn-common {
  display: inline-block;
  border-radius: 3px;
  padding: 1rem 2rem;
  background: #62002E;
  color: #fff;
}

.btn-common.btn-frame {
  background: #fff;
  border: 1px solid #62002E;
  color: #62002E;
}

.underline {
  text-decoration: underline;
}

.scroll-fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 800ms;
}

.scroll-fade.active {
  opacity: 1;
  transform: translate(0, 0);
}

#page {
  margin: 0 auto;
  padding: 0;
}

#page p {
  margin: 0.5rem 0;
  /* text-align: center; */
  line-height: 1.7;
}

#concept p {
  text-align: justify;
  font-weight: 400;
}

/*=== トップイメージ ================================= */

.main_img{
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}

.relative{
  position: relative;
  width: auto;
  height: 800px;
  margin-top: 2%;
}

.absolute {
  position: absolute;
  width: 550px;
  left: 20%;
  bottom: 50px;
}

.sp .absolute {
  position: absolute;
  width: 80%;
  left:10%;
  bottom: 12%;
  margin: 0 auto;
}

/* .fa-phone:before{
  content: "¥f095";
} */

@media only screen and (max-width: 1400px) {
.relative{
  height: auto;
}

.absolute {
  width: 500px;
  left: 15%;
  bottom: 40px;
}

}

@media only screen and (max-width: 1200px) {

  .absolute {
    width: 480px;
    bottom: 30px;
  }

}


@media only screen and (max-width: 1000px) {

  .absolute {
    width: 400px;
    bottom: 30px;
  }

}


.link-scrollWrap {
  position: relative;
  margin: 120px auto 20px;
}

#link-scroll span {
  position: absolute;
  display: block;
  box-sizing: border-box;
  bottom: 48px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #62002E;
  border-bottom: 1px solid #62002E;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: act 1.5s infinite;
  animation: act 1.5s infinite;
}


@-webkit-keyframes act {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-24px, 24px);
    opacity: 0;
  }
}

@keyframes act {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-24px, 24px);
    opacity: 0;
  }
}



/*=== 共通テキストサイズ================================= */

#concept .lead_catch {
  font-size: 1.1em !important;
  font-weight: 500;
  color: #303030;
}


#lineup .lead_catch {
  font-size: 1.1em !important;
  font-weight: 500;
  color: #303030;
  text-align: justify;
}

#lineup2 .lead_catch {
  font-size: 1.1em !important;
  font-weight: 500;
  color: #303030;
  text-align: justify;
}


.hl_catch {
  margin: 5rem 0 !important;
  font-size: 3rem !important;
  line-height: 1.75 !important;
  font-weight: bold;
}

@media (max-width: 1400px) {

  
}

@media (max-width: 750px) {


  .hl_catch {
    font-size: 1.6rem !important;
    padding-top: 30px !important;
  }

}



/*=== NEWS ================================= */
#news {
  background: #f7f5f1;
  padding: 30px 20px 50px;
  text-align: center;
}

.newsList {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}

.newsList_item {
  display: flex;
  align-items: flex-start;
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: dashed 1px #ccc;
}

@media (max-width: 640px) {
  .newsList_item {
    display: block;
    margin: 10px 0px;
  }
}

.newsList_item_date {
  width: 100px;
  font-size: 1em;
  font-weight: 500;
  text-align: left;
  margin-left: 4%;
}

.newsList_item_ttl {
  font-size: 1.1em;
  font-weight: 500;
  text-align: left;
  margin-left: 4%;
}

.newsList_item_ttl img {
  width: 100%;
  margin: 7px 0 0;
}

/*=== #concept ================================= */

#concept{
  background-image: url(../img/Concept_Blossom_beans_plate.png);
  background-repeat: no-repeat;
  background-position: right -300px bottom -330px;
  background-color:rgba(255,255,255,0.6);
  background-blend-mode:lighten;
}

.conceptBlock_img {
  margin: 0 auto;
  text-align: center;
}

.conceptBlock_img img {
  width: 100%;
}

.conceptBlock_ttl {
  text-align: center;
  font-size: 3.1rem;
  margin-top: 50px;
}

.conceptBlock_txt {
  padding-top: 20px;
}

.movie {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  aspect-ratio: 16 / 9;
}

.movie iframe {
  width: 100%;
  height: 100%;
}


/*=== CONCEPT ================================= */

#CCPT {
  background: #f7f5f1;
  padding: 30px 20px 50px;
  text-align: center;
}

.CCPT-Block {
  display: flex;
  flex-direction: row;
  margin: auto;
  align-items: center;
  width: 80%;
}

.CCPT-Block:nth-child(odd) {
  flex-direction: row-reverse;
}

.CCPT-Block_img_left
.CCPT-Block_img_right{
  text-align: left;
  width: 90%;
  margin: 0 auto;
  /* padding: 10px; */
  margin: 20px;
}


.CCPT-textbox_r,
.CCPT-textbox_l
{
  text-align: left;
  padding: 0px 30px 20px 30px;
  text-align: justify;
}

.CCPT-Block_3img{
  width: 33%;
  text-align: center;
}

.CCPT-Block_3img img{
  width: 80%;
  border-radius: 100%;
  margin: 10px auto;
  vertical-align: top;
  }

.CCPT-Block_3img h5{
  width: 90%;
  margin: 10px auto 10px;
  font-size: 1.2em;
  font-weight: 500;
  }

.CCPT-Block_3img p{
padding: 0px 40px;
height: 300px;
font-weight: 400;
    }

h4.CCPT-title{
font-size: 1.8em;
color: #62002E;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
text-align: center;
}

.CCPT-Block_ttl {
  font-size: 2.8rem;
  padding: 80px 0 50px;
  text-align: center;
}

.CCPT-point{
  text-align: center;
  margin: 0 auto;
  height: auto;
  position: relative;
}

.CCPT-point img{
  border-radius: 0;
  position: absolute;
  width: 120px;
  height: auto;
  top: -30px;
  left: 5%;
}

.marker{
  background-color: #a79369;
  background: linear-gradient(transparent 95%, #a79369 70%);
}


@media screen and (max-width: 1400px) {

  .CCPT-Block {
    max-width: 1000px;
    margin: 0 auto;
  }
  .CCPT-Block_img_left{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  div.CCPT-textbox_r,
  div.CCPT-textbox_l{
    width: 500px;
    padding: 20px;
  }

  .CCPT-Block_img_right img{
    margin-left: 10px !important;
  }

  div.CCPT-textbox_l{
    margin-left: 20px;
  }

  #concept .lead_catch{
    line-height: 1.75;
    font-size: 1.1em !important;
    font-weight: 500;
    padding-top: 0;
    padding-bottom: 0;
  }
  
  h4.CCPT-title{
    font-size: 2.8rem;
  }

  .CCPT-Block_3img h5{
    margin: 20px auto 20px;
  }
  .CCPT-Block_3img p{
    padding: 0px 40px 10px;
    height: 200px;
        }
  
}


@media (max-width: 1200px) {

  #page p{
  width: 100% !important;
  }

  .CCPT-Block {
    /* display: block; */
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
    width: 100%;
  }
  
  .CCPT-Block:nth-child(odd) {
    flex-direction: column;
  }

  .CCPT-Block_img_left,
  .CCPT-Block_img_right{
    padding: 0;
}

  .CCPT-Block_img_right img{
    margin-left: 0px !important;
  }

  div.CCPT-textbox_l{
    margin-left: 0;
  }

  .CCPT-textbox_r,
  .CCPT-textbox_l
  {
    text-align: left;
    padding: 0;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  h4.CCPT-title{
    font-size: 2.5rem;
    }

  #concept .lead_catch{
  text-align: justify;
  }
    
  .CCPT-Block_ttl {
    padding: 30px 0;
  }

  .CCPT-point img{
    width: 120px;
    height: auto;
    top: -40px;
    left: 5%;
  }
}

.CCPT-Block_txt {
  text-align: center;
  line-height: 2.2;
}

.CCPT-Block_btn {
  width: 640px;
  margin: 20px auto;
}

.CCPT-Block_3img{
  width: 40%;
  text-align: center;
}

@media (max-width: 750px) {
  #page p{
    width: 90% !important;
    }

  .CCPT-Block_img_left img,
  .CCPT-Block_img_right img{
    width: 100%;
  }

  h4.CCPT-title{
    font-size: 2.5rem;
    }

  .CCPT-Block_3img{
    width: 60%;
    text-align: center;
  }



  }

@media (max-width: 640px) {

  #concept{
    padding: 0;
  }

  .CCPT-Block_btn {
    width: 90%;
  }

  .CCPT-Block {
    width: 100%;
  }

  .CCPT-Block_img_left img,
  .CCPT-block_img_right img{
    width: 100%;
    margin: 0;
  }
  
  div.CCPT-textbox_r,
  div.CCPT-textbox_l{
    width: 100%;
    font-size: 0.9em;
  }
    
  .CCPT-Block_ttl {
    padding: 30px 0;
  }

 h4.CCPT-title{
    font-size: 2.5rem;
    }

  .CCPT-Block_3img{
    width: 80%;
    text-align: center;
  }
  .CCPT-Block_3img h5{
    margin: 20px auto 20px;
  }
  .CCPT-Block_3img p{
    padding: 0px 20px 0px;
    height: 180px;
        }


}


/*=== ラインアップ ================================= */

#lineup{
  background: #f7f5f1;
}

#lineup2{
  background: #f7f5f1;
}

@media (max-width: 640px) {
  #lineup2{
    background: #f7f5f1;
    background-image: url(../img/Lineup_Sillky_beans_image.png);
    background-repeat: no-repeat;
    background-position: left 0 bottom -100px;
    background-size: 100%;
  }
}



#lineup hr{
  border-style: none;
  border-top: 2px solid #62002E;
}

#lineup2 hr{
  border-style: none;
  border-top: 2px solid #62002E;
}

p.text_left{
  display: table-cell;
  text-align: center !important;
  vertical-align: middle;
  margin-top: 30px;
  font-size: small;
}

@media (max-width: 900px) {
  #lineup hr{
    width: 80%;
    text-align: center;
  }

  #lineup2 hr{
    width: 80%;
    text-align: center;
  }

}

@media (max-width: 750px) {
  }

@media (max-width: 640px) {
    }

  
.lineupBlock {
  padding: 20px 0 50px;
}

.lineupBlock_img {
  text-align: center;
  margin: 0 auto;
}

.lineupBlock_img img {
  width: 100%;
}

.lineupBlock_ttl {
  text-align: center;
  max-width: 600px;
  margin: 30px auto;
}

@media (max-width: 900px) {
  .lineupBlock_ttl img {
    width: 98%;
  }
}

.lineupBlock_point_btn a {
  display: inline-block !important;
  width: 380px !important;
  margin: 20px 150px;
  background: #f7f5f1;
  padding: 10px;
  font-size: 16px;
  text-align: center !important;
}

@media (max-width: 900px) {
  .lineupBlock_point_btn a {
    display: inline-block !important;
    width: 60% !important;
    margin: 5% 10%;
    background: #f7f5f1;
    /* padding: 5%; */
    font-size: 14px;
    text-align: center !important;
  }
}

.lineupBlock_btn {
  width: 640px;
  margin: 20px auto;
}

@media (max-width: 900px) {
  .lineupBlock_btn {
    width: 90%;
  }
}



/*=== ラインアップ item ================================= */

#item{
background-color: #f7f5f1;
background-image: url(../img/tape_01.png),url(../img/tape_01.png);
background-repeat: no-repeat;
background-position: left top 25%, right top 25%;
background-size: 60%, 60%;

}

#item2{
background-color: #f7f5f1;
background-image: url(../img/tape_02.png),url(../img/tape_02.png),url(../img/Lineup_Sillky_beans_image.png);
background-repeat: no-repeat;
background-position: left top 100%, right top 25%, left 0 bottom 0px;
background-size: 60%, 60%, 80%;
}

#itemE{
    background-color: #f7f5f1;
    background-image: url(../img/tape_01.png),url(../img/tape_01.png);
    background-repeat: no-repeat;
    background-position: left top 25%, right top 25%;
    background-size: 60%, 60%;
    }

#itemC{
      background-color: #f7f5f1;
      background-image: url(../img/tape_01.png),url(../img/tape_01.png);
      background-repeat: no-repeat;
      background-position: left top 25%, right top 25%;
      background-size: 60%, 60%;
      }
  

#itemK{
        background-color: #f7f5f1;
        background-image: url(../img/tape_01.png),url(../img/tape_01.png);
        background-repeat: no-repeat;
        background-position: left top 25%, right top 25%;
        background-size: 60%, 60%;
        }
    
    
.ITEM-Block {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  width: 80%;
  background: rgb(255 255 255 / 1);
  opacity: 0.5;
  border-radius: 0 0 10px 10px;
  padding: 30px;
  border-top: 10px solid #FFD5F0;
}

#item2 .ITEM-Block{
  border-top: 10px solid #C8EBF6;
}


#itemE .ITEM-Block{
    border-top: 10px solid #bd5666;
  }

#itemC .ITEM-Block{
    border-top: 10px solid #942a57;
  }

#itemK .ITEM-Block{
    border-top: 10px solid #676242;
  }



.ITEM-Block_img_left{
  width: 50%;
  margin: 0 auto;
  margin: 20px;
}

.ITEM-Block_img_left img{
 /* max-width: 600px; */
 text-align: center;
 margin: 0 auto;
}

.ITEM-textbox_r{
  padding-top: 30px;
  width: 50%;
  text-align: left;
  margin:0 auto;
  max-width: 450px;
  color: #303030;
}

.ITEM-textbox_r span{
margin: 0 auto;
}

.item_title img{
  position: absolute;
  top: -10px;
  left: -60px;
  rotate: -15deg;
  opacity: 0.5;
}

.item_text {
  font-weight: 600;
  text-align: left;
  font-size: 1.0em;
  color: #62002E;
  line-height: 1.25;
}


p.item_text{
  padding: 5px 10px;
}

.item_detail{
  font-weight: 500;
  font-size: 0.95em;
  padding-left: 15px;
}

.item_limit{
  font-weight: 700;
  font-size: 1.1em;
  color: #62002E;
  padding-left: 15px;
}

.item_price{
  font-weight: 700;
  font-size: 1.3em;
  color: #62002E;
}

.itemE_color{
  color: #7d3440;
  }

.itemC_color{
  color: #581130;
  }

.itemK_color{
  color: #0c3219;
  }

.img_chart{
  margin: 2% 22%;
}

.item_buy_btn{
display: inline-block;
width: 90%;
/* padding: 15px; */
background: #62002E;
border-radius: 10px;
text-align: center;
margin-left: 5%;
margin-bottom: 10px;
}

.itemE_color_btn{
  background: #7d3440;
  }

.itemC_color_btn{
  background: #581130;
  }

.itemK_color_btn{
  background: #0c3219;
  }

.item_buy_btn a{
  font-size: 1em;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  width: 400px;
  padding: 15px 10px;
  display: block;
}


/*=== ラインアップ item SP ================================= */

@media screen and (max-width: 1400px) {
  .ITEM-Block_img_left{
    width: 50%;
    margin: 0 auto;
    margin: 10px;
  }

  p.item-limit{
    padding-left: 20px;
  }

  .ITEM-textbox_r{
    padding-top: 20px;
    width: 50%;
    text-align: left;
    margin:0 auto;
  }

  .item_buy_btn{
    margin-left: 5%;
    text-align: center;
    margin-bottom: 10px;
  }

  .item_buy_btn a{
    width: 100%;
    padding: 15px 0;
}
}

@media (max-width: 1200px) {

  #item{
    background-position: left top 15%, right  top 15%;
    background-size: 60%, 60%;
    }

  #item2{
  background-position: left top 15%, right  top 15%, left 0 bottom -200px;
  background-size: 60%, 60%, 80%;
  }

  #page p{
  width: 100% !important;
  }

  .ITEM-Block {
    /* display: block; */
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
    width: 80%;
  }
  
  .ITEM-textbox_r{
    padding-top: 20px;
    width: 90%;
    text-align: center;
    margin:0 auto;
    max-width: 500px;
  }

  .ITEM-Block:nth-child(odd) {
    flex-direction: column;
  }

  .ITEM-Block_img_left,
  .ITEM-Block_img_right{
    width: 80%;
    padding: 0;
}

  .ITEM-Block_img_right img{
    margin-left: 0px !important;
  }

  .ITEM-textbox_l{
    margin: 0 auto;
  }

  .ITEM-textbox_r,
  .ITEM-textbox_l
  {
    text-align: center;
    padding: 0;
    margin-bottom: 10px;
  }

  .item_buy_btn{
    margin-left: 0%;
  }

}


.ITEM-Block_txt {
  text-align: center;
  line-height: 2.2;
}

.ITEM-Block_btn {
  width: 640px;
  margin: 20px auto;
}

@media (max-width: 750px) {

  #item{
    background-position: left top 15%, right  top 15%;
    background-size: 90%, 90%;
    }

  #item2{
  background-position: left top 15%, right  top 15%, left 0 bottom -70px;
  background-size: 90%, 90%, 100%;
  }


  .ITEM-Block{
    padding: 20px;
  }

  #page p{
    width: 100% !important;
    }

  p.item_text{
      padding: 0 0;
    }
    
  p.item_detail{
    padding: 0 0;

  }

  .ITEM-Block_img_left img,
  .ITEM-Block_img_right img{
    width: 100%;
    margin-bottom: 20px;
  }

  .img_chart{
    margin: 20px 0;
    width: 60%;
  }

  }

@media (max-width: 1000px) {
  #lineup{
    padding: 0;
  }

  .ITEM-Block_btn {
    width: 90%;
  }

  .ITEM-Block {
    width: 90%;
  }

  .ITEM-Block_img_left img,
  .ITEM-block_img_right img{
    width: 100%;
    margin: 0;
  }
  
  div.ITEM-textbox_r,
  div.ITEM-textbox_l{
    width: 90%;
  }
    
  .ITEM-Block_ttl {
    padding: 30px 0;
  }

 h4.ITEM-title{
    font-size: 2.5rem;
    }

}





/*=== お取り扱い店舗 ================================= */

#store {
  /* background: #f7f5f1; */
  padding: 0 10px 50px;
  color: #62002E;
}

.storeBlock {
  text-align: center;

}

.store_list{
  width: 60%;
  margin: 0 auto;
}

.store_dl{
  width: 60%;
  margin: 0 auto;
  padding: 20px 17%;
}

.store_dt{
    float: left;
    line-height: 2.0em;
    width: 35%;
    text-align: left;
    padding-right: 5%;
    font-weight: bold;
    clear: both;
}

.store_dd{
  font-weight: bold;
  width: 100%;
  font-size: 1.1em;
  line-height: 1.9em;
  text-align: left;
  padding-left: 30%;
  padding-right: 0%;
}

.store_name{
  font-weight: bold;
  font-size: 1.3em;
  text-align: center;
}

.store_add{
  font-size: 1.2em;
  text-align: center;
}

@media screen and (max-width: 1300px) {

.store_dl{
  padding: 20px 15%;
}
}

@media screen and (max-width: 1200px) {

  .store_dl{
  width: 60%;
  padding: 20px 12%;
}

.store_dt{

    width: 35%;
    text-align: left;
    padding-right: 5%;
}

.store_dd{
  padding-left: 25%;
  padding-right: 0%;
}

}

@media screen and (max-width: 900px) {

  .store_dl{
  padding: 20px 5%;
}

}
@media (max-width: 640px) {

  .store_dl{
  width: 90%;
  margin: 0 auto;
  padding: 0px 0%;
}

.store_dt{
    width: 28%;
    font-size: 1.0em;
    line-height: 1.45em;
    text-align: left;
    padding-right: 0%;
}

.store_dd{
  padding-left: 17%;
    font-size: 1.0em;
      line-height: 1.6em;
  width: 100%;
}

  .store_list{
    width: 90%;
    margin: 0 auto;
  }
  

}

.storeBlock_btn {
  width: 600px;
  margin: 20px auto;
  color: #62002E;
  border: 1px #62002E solid;

}

@media (max-width: 640px) {
  .storeBlock_btn {
    width: 98%;
  }
}

#box-shop {
  width: 80%;
  max-width: 700px;
  margin: 50px auto;
  text-align: center;
}

@media (max-width: 640px) {
  #box-shop {
    width: 90%;
  }
}


/*=== オンラインストア ================================= */
#online_store {
  padding: 0 0 30px;
}

@media (max-width: 640px) {
  #online_store {
    padding: 0 0 50px;
  }

}
.onlinestoreBlock {
  text-align: center;
}


@media (max-width: 640px) {
  .onlinestoreBlock_ttl {
    padding: 30px 0;
  }
}

.onlinestoreBlock_btn {
  width: 600px;
  margin: 20px auto;
}

@media (max-width: 640px) {
  .onlinestoreBlock_btn {
    width: 98%;
  }
}

/*=== コンタクト ================================= */

#access {
  /* max-width: 1000px; */
  margin: 0 auto;
  padding-bottom: 100px;
  background: #f7f5f1;
}

#access img {
  float: right;
  width: 480px;
  padding: 0 0 0 6rem;
}

#access p em {
  font-size: 2rem;
  font-weight: bold;
}

#access #address {
  /* float: center; */
  text-align: center;
}

.f15{
font-size: 1.5rem;
}

.contact_name {
  font-weight: bold;
  font-size: 1.3em;
}

.address img{
width: 140px;
}

.address{
  font-style: normal;
  text-align: center;
}

/*=== PCのトップメニュー ================================= */


#top-bar {
  position: fixed;
  overflow: hidden;
  width: 100%;
  background-color: #62002E;
  z-index: 10000;
  top:0;
  left:0;
}

#top-bar-left {
  float: left;
}

#top-bar-left li a,
#top-bar-right li a {
  padding: 0 0;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  color: #fff;
  font-size: 1.2em;
}

#top-bar-left li {
  border-left: 1px solid #62002E;
}

#top-bar-left li:first-child {
  border-left: none;
}

#top-bar-right {
  text-align: center;
}

#top-bar-left li,
#top-bar-right li {
  display: inline-block;
  padding: 0 2%;
  vertical-align: middle;
}


ul.logo_size img{
  width: 180px;
  height: auto;
  margin-right: 100px;
  }




/* TOP-BAR　レスポンシブ*/

@media screen and (max-width: 1400px) {

  ul.logo_size img{
    width: 180px;
    margin-right: 100px;
    height: auto;
    }

  #top-bar-right li{
    padding: 0 2%;
  }

  #top-bar-right li a{
    font-size: 1.2em;
    padding: 0 0;
  }

}

@media screen and (max-width: 1200px) {

  ul.logo_size img{
    width: 180px;
    margin-right: 80px;
    }

  #top-bar-right li{
    padding: 0 1.5%;
  }

  #top-bar-right li a{
    font-size: 1.2em;
    padding: 0 0;
  }

}

@media screen and (max-width: 1000px) {

  #top-bar-right img{
    width: 180px;
    margin-right: 80px;
  }

  #top-bar-right li{
    padding: 0 1%;
  }

  #top-bar-right li a{
    font-size: 1.2em;
  }

}

@media screen and (max-width: 900px) {

  #top-bar-right img{
    width: 160px;
    /* margin-right: 10px; */
  }

  #top-bar-right li{
    padding: 0 1% ;
  }

  #top-bar-right li a{
    font-size: 1em;
  }


}

ul.bar-sp-menu.menu-page{
padding-left: 0;
  text-align: center;

}

#top-bar-sp img{
width: 250px;
}



#top-bar-sp ul{
  width: 100%;
  margin: 0 auto;
}

.bar-sp-menu{
  list-style: none;
}

.bar-sp-menu li{
  text-align: center;
  margin: 0 auto;
}

.bar-sp-menu li a{
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  color: #fff;
  font-size: 1em;
  line-height: 1.75;
}

/*=== フッター ================================= */

#footer {
  margin: 0;
  text-align: center;
  background: #62002E;
}

#footer img{
  width: 300px;
  padding: 20px;
}

#lang {
  padding: 1rem 0;
}

#copy {
  padding: 1rem 0;
  background: #62002E;
  color: #fff;
}

@media screen and (max-width: 780px) {
  #nav-lupicia {
    display: none;
  }
  .release {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  #top-bar {
    padding: 2rem 1rem;
  }
  #top-bar-sp {
    display: none;
    position: fixed;
    text-align: center;
    width: 100%;
    padding: 4rem 2rem 2rem;
    background: #62002E;
    opacity: 0;
    transition: all 800ms;
    z-index: 100000;
    pointer-events: none;
  }
  #top-bar-sp.active {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }

  #top-bar-sp li {
    padding: 0.5rem;
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    color: #fff !important;
    font-size: 2.2rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
  }

  #top-bar-sp a {
    color: #fff !important;

  }

  .bar-sp-menu a {
    display: block;
  }
  #btn-menu {
    position: absolute;
    height: 24px;
    width: 24px;
    display: block;
    box-sizing: border-box;
    top: 1rem;
    right: 1.5rem;
  }
  #btn-menu div {
    position: absolute;
    left: 0;
    height: 1px;
    width: 24px;
    background-color: #fff;
    display: inline-block;
    box-sizing: border-box;
  }
  #btn-menu div:nth-of-type(1) {
    top: 3px;
  }
  #btn-menu div:nth-of-type(2) {
    top: 10px;
  }
  #btn-menu div:nth-of-type(3) {
    bottom: 6px;
  }
  #btn-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
  }
  #btn-close span::before,
  #btn-close span::after {
    display: block;
    content: "";
    position: absolute;
    top: 2rem;
    right: 1.5rem;
    width: 24px;
    height: 1px;
    background: #fff;
  }
  #btn-close span::before {
    transform: rotate(-45deg);
  }
  #btn-close span::after {
    transform: rotate(45deg);
  }
}

/* end max-width: 780px */
@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .mailttl {
    /* display: none; */
  }
  h1 {
    font-size: 1.8rem;
  }
  h3 {
    margin: 100px 0 6rem 0;
    margin-top: 1rem;
    padding: 1rem 0 0;
  }
  #page p {
    margin: 0 auto !important;
    width: 86%;
  }
  .main-img {
    width: 80%;
  }
  #main {
    padding-top: 20vh;
  }
  #anim-frame2 {
    top: 15vh;
  }
  #main-caption {
    font-size: 1.4rem;
  }
  #link-scroll span {
    bottom: 15vh;
  }
  #link-detail {
    margin: 4rem 0 0;
  }
  #access #address {
    display: block;
    float: none;
  }
  #access img {
    display: block;
    float: none;
    padding: 0 0 1rem;
    width: 100%;
  }
  .menu-brand {
    margin: 2rem 0;
    font-size: 1.4rem;
  }
  .menu-brand a {
    color: #a47d30;
  }
  .menu-lang a {
    display: inline-block;
    text-decoration: underline;
  }
  #top-bar-left {
    font-size: 1.4rem;
  }
  .no-wrap {
    /* display: inline-block; */
  }
  #goods .box-goods img.goodsimg {
    width: 100%;
  }
}

/* end max-width: 640px */
/*=== 横ラインの小見出し ================================= */
.text-line {
  display: flex;
  align-items: center;
  max-width: 1000px;
  margin: 6% auto 3%;
  font-size: 2.4rem;
}

.text-line:before,
.text-line:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background:#62002E;
  display: block;
}

.text-line:before {
  margin-right: 40px;
}

.text-line:after {
  margin-left: 40px;
}



/*=== instagram ================================= */
.instaBlock {
  background: #f7f5f1;
  padding: 50px;
  text-align: center;
}

@media (max-width: 640px) {
  .instaBlock {
    padding: 50px 10px;
  }
}
