@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%);
}

.marker2{
  background-color: #d56e00;
  background: linear-gradient(transparent 95%, #d56e00 60%);
}

.ITEM-Block02
 {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    width: 80%;
    background: rgb(255 255 255 / 1);
    border-radius: 0 0 10px 10px;
    padding: 30px 30px 0px 30px;
 }

 .ITEM-Block03
 {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    background: rgb(255 255 255 / 1);
    border-radius: 0 0 10px 10px;
    padding: 30px 30px 0px 30px;

 }


 .MORE-Block{
    display: flex;
    flex-direction: row;
    margin: 0 auto;
 }

.MORE-textbox_r,
.MORE-textbox_l
{
  text-align: left;
  padding: 0px 30px 20px 30px;
  text-align: justify;
  width: 90%;
}

h4.MORE-title{
font-size: 1.2em;
color: #303030;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
text-align: left;
margin: 15px 0 10px 0;
background:#f7f5f1;
}

.MORE-intro{
font-size: 1em !important;
border: #d56e00 solid 1px;
color: #d56e00!important;
font-weight: 500;
padding: 15px;
/*font-family: 'Times New Roman', Times, serif;*/
}

.MORE-text{
font-size: 1em;
color: #303030;
}

p.MORE-text{
margin-bottom: 10px!important;
}

img.More-pic{
  width: 520px;
  margin-bottom: 10px;
}

.pic-text{
    width: 470px;
font-size: 0.8em;
color: #303030;
margin-bottom: 5px;
}


/*続きを読む　ここから*/
.readmore {
  position: relative;
  margin: 0px auto 0;
  padding: 0 0 75px;
}

.readmore label {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0;
  margin: 0px auto 30px;
  width: 200px;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #333;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
}

.readmore label::before{
  content: '続きを読む';
}

.readmore input[type="checkbox"]:checked ~ label::before {
  content: '元に戻す';
}

.readmore input[type="checkbox"]{
  display: none;
}

.readmore-content {
  position: relative;
  height: 0px;
  overflow: hidden;
}

.readmore input[type="checkbox"]:checked ~ .readmore-content {
  height: auto;
}
/*続きを読む　ここまで*/

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


.ITEM-Block02{
width: 80%;
margin: 0 auto;
 }

.MORE-Block_img_left{
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  h4.MORE-title{
width: 100%;
  }

  div.MORE-textbox_r,
  div.MORE-textbox_l{
width: 100%;

  } 

.MORE-text{
    width: 100%;
}

  .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;
  }

    div.MORE-textbox_r, div.MORE-textbox_l {
        padding: 10px;


  }

    .ITEM-Block03 {
    width: 100%;
  }

  .sp-more-pic{
margin-top: 30px;
  }

  }
@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: 100%;
    text-align: center;
  }

}

@media (max-width: 750px) {
  .ITEM-Block03{
    display: block;
    width: 80px;
  }
}


@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%;
}

#itemT{
    background-color: #f7f5f1;

    }


#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%;
        }

#itemS{
        background-color: #f7f5f1;
        background-image: url(../img/tape_03.png),url(../img/tape_03.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;
}

#itemT .ITEM-Block{
    border: 10px solid #f77450;
      border-radius: 0 0 0px 0px;
      max-width: 1000px;
  }

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

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

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

#itemS .ITEM-Block{
    border-top: 10px solid #e59a57;
  }



.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_detail2{
  font-weight: 500;
  font-size: 0.9em;
  padding-left: 20px;
  line-height: 2em;
}

.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;
}

.item_match{
  font-weight: 700;
  font-size: 0.8em;
  color: #62002E;
  width: 30%;
  text-align: center;
  border: solid #62002E 1px;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  left: 3%;
}

.item_match.itemT_color{
    border: solid #f77450 1px;
}

.item_match.itemE_color{
    border: solid #7d3440 1px;
}

.item_match.itemC_color{
    border: solid #581130 1px;
}

.item_match.itemK_color{
    border: solid #0c3219 1px;
}

.itemT_color{
  color: #f77450;
}

.itemE_color{
  color: #7d3440;
  }

.itemC_color{
  color: #581130;
  }

.itemK_color{
  color: #0c3219;
  }

.itemS_color{
  color: #006365;
  }  

.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;
}

.itemT_color_btn{
  background: #f77450;
  }

.itemE_color_btn{
  background: #7d3440;
  }

.itemC_color_btn{
  background: #581130;
  }

.itemK_color_btn{
  background: #0c3219;
  }

.itemS_color_btn{
  background: #d56e00;
  }

.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%;
  }

  p.item_match{
    display: inline;
    padding: 2px 6px;
    margin-bottom: 5px;
    position: static;
  }


}


.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-Block02 {
    width: 90%;
  }



  .ITEM-Block03 {
    width: 100%;
  }
   .MM {
    width: 90%;

  }

  .BR00{
        border-radius: 0 0 0 0;
  }

  .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;
    }

}


.padding0{
padding: 0;
}

.margin0{
margin: 0;
}


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

#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;
  }
}




/*=== 取り扱い店舗アコーディオン仕様 ================================= */
.uk-accordion-title {
    position: relative;
    display: flex;
    align-items: center;
    background: #F5F4EF;
  }

    .uk-accordion{
    margin-left: -5% ;
  }
  #acco02 .uk-accordion-title {
    font-size: 18px;
    font-weight: bold;
    padding: 5px 15px;
  }

  #acco02 .uk-accordion-title::before {
  right: 16px;
  left: auto;
}

  .inner_wrap02{
    width: 800px;
    margin: 0 auto;
  }

  .uk-accordion div {
      margin: 10px;
  }

  .uk-accordion-content {
    display: none;
    margin-left: 30px;
  }

  .uk-accordion-content div a{
   text-align: center;
  }

  .A_text{
  text-indent: 30px;
  }

  .uk-open>.uk-accordion-content {
    display: block;
    transition: .3s;
  }

@media only screen and (max-width: 640px) {
  .inner_wrap02{
    width: 100%;
    margin: 0 auto;
  }

  .uk-accordion{
    margin-left: -10% ;
  }

  #acco02 .uk-accordion-title {
    font-size: 18px !important;
   }
  .uk-accordion p {
    font-size: 14px !important;
    line-height: 1.1rem;
    padding: 0.3rem 0.1rem 0.3rem 1rem;
  }
  .uk-accordion span {
    font-size: 14px !important;

  }
  .A_text{
    text-indent: 10px;
  }
  }


  #acco02 .uk-open>.uk-accordion-title::before {
    content: "";
    width: 16px !important;
    height: 16px !important;
    background-image: url(https://www.lupicia.com/page/coffee/img/close_02.svg)!important;
    right: 16px;
    top: 11px;
    transition: .3s;
  }


  #acco02 .uk-accordion-title::before {
    content: "";
    width: 16px !important;
    height: 16px !important;
    background-image: url(https://www.lupicia.com/page/coffee/img//open_02.svg)!important;
    position: absolute;
    right: 16px;
    top: 11px;
    transition: .3s;
  }

  .uk-accordion li{
    padding-bottom: 18px;
    list-style: none;
  }

  .uk-accordion div {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-left: 0px;
    text-align: center;
  }

  .uk-accordion div:first-child {
    border-top:1px solid #ccc;
  }


/*=== 新商品発売CSS
 ================================= */

 #april {
      font-family: "Arial", sans-serif;
      text-align: center;
      padding-top: 0px; /* ページ上部の余白を指定（調整可能） */
      font-family: "Zen Kaku Gothic New", sans-serif;
height: auto;
      position: relative;
    }

    .new-item img{
      margin: 0 auto;
      height: auto;

    }

    .gogai2 img{
    position: absolute;
    width: 150px;
    bottom: -20px;
    right: 25%;
    rotate: 8deg;
    opacity: 0.9;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    }

    .new0401 img{
    position: absolute;
    bottom: 200px;
    left: 3%;
    rotate: 0deg;
    opacity: 0.9;
    width: 180px;
    }

    div.store_here2{
background-color:  #c55534;
height: auto;
width: 100%;
margin:  0 auto;
color: #fff;
margin-top: 0px;
padding: 3px 0;
text-align: center;
    }

   .store_here2 span{
font-size: 1.2em;
    }


   .store_here2 a{
color: #fff;
text-decoration: underline ;
    }

  .new_title{
    font-size: 1.4em;
    padding-top: 40px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    color:#c55534;
  }

      div.store_here2{
      padding:  10px  0;
      }


  @media only screen and (max-width: 640px) {
  .new_title{
    font-size: 1.2em;
    padding-top: 100px;
    width: 90%;
    margin: 20px auto;
  }

      div.store_here2{
      padding:  15px ;
      }

      .store_here2 span{
    font-size: 1.2em;
    }

     .store_here2 p{
    font-size: 0.95em;
    }

  }


/*=== カウントダウンCSS
 ================================= */

#april01 {
      font-family: "Arial", sans-serif;
      text-align: center;
      padding-top: 0px; /* ページ上部の余白を指定（調整可能） */
      background-color: #f4fdd8;/* ページ全体の背景色 */
      font-family: "Zen Kaku Gothic New", sans-serif;
      height: 360px;
      position: relative;
    }


#countdown {
      font-weight: bold;         /* 太字指定 */
      color: #228303;               /* カウントダウンの文字色（変更可） */
      background: #fff;          /* 背景色（変更可） */
      display: inline-block;
      padding: 30px 50px;        /* 上下・左右の内側余白（下側を広くするならここ） */
      margin-bottom: 40px;       /* 要素下部の外側余白（←追加） */
      border-radius: 15px;       /* 角の丸み */
      box-shadow: 0 0 15px rgba(0, 0, 0, 0); /* 影のデザイン */
      line-height: 1;
    }


#countdown #date{
      margin-bottom: 20px;
      font-size: 64px;
}

#countdown #rest{
      font-size: 16px;
}

#countdown #time{
      font-size: 21px;
}

#target-label {
      font-size: 28px;           /* イベントタイトルの文字サイズ */
      margin-bottom: 5px;        /* 下の日時との間隔 */
      color: #222;               /* ラベル文字色 */
    }

#target-date {
      font-size: 16px;           /* 日付テキストの文字サイズ */
      margin-bottom: 15px;       /* カウントダウンとの間隔 */
      color: #666;               /* 日付の文字色 */
    }

    .gogai img{
    position: absolute;
    width: 500px;
    bottom: 20px;
    left: 60%;
    rotate: 8deg;
    opacity: 0.9;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    }

    .icon0401 img{
    position: absolute;
    top: -40px;
    left: 25%;
    rotate: 0deg;
    opacity: 0.9;
    width: 180px;
    }

    div.store_here{
background-color:  #529551;
height: auto;
width: 100%;
margin:  0 auto;
color: #fff;
margin-top: -20px;
padding: 3px 0;

    }

   .store_here a{
color: #fff;
text-decoration: underline ;

    }

  @media only screen and (max-width: 1400px) {
    .gogai img{
    bottom: 20px;
    right: 15%;
    }

    .icon0401 img{
    top: -40px;
    left: 20%;
    }

  }

    @media only screen and (max-width: 1200px) {
    .gogai img{
    bottom: 20px;
    right: 5%;
    }

    .icon0401 img{
    top: -40px;
    left: 15%;
    }

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

   .gogai img{
    position: absolute;
    bottom: 20px;
    left: 70%;
    width:40vw;
    }

    .icon0401 img{
    position: absolute;
    top: -40px;
    left: 10%;
    rotate: 0deg;
    opacity: 0.9;
    width:20vw;
    }
  }
    @media only screen and (max-width: 640px) {

   .gogai img{
    position: absolute;
    bottom: -120px;
    left: 30%;
    width:50vw;
    z-index: 10;
    }

    .icon0401 img{
    position: absolute;
    top: -40px;
    left: 10%;
    rotate: 0deg;
    opacity: 0.9;
    width:25vw;
    }

    #april {
      padding-top: 80px; /* ページ上部の余白を指定 */
      height: auto;
    }

    #countdown {
      font-size: 28px;           /* カウントダウン文字サイズ */
      display: inline-block;
      padding: 30px 30px;        /* 上下・左右の内側余白（下側を広くするならここ） */
      margin-bottom: 40px;       /* 要素下部の外側余白（←追加） */
      width: 95%;
    }

    }

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

   .gogai img{
    position: absolute;
    top: -80px;
    left: 9%;
    width:55vw;
    }

    .icon0401 img{
    position: absolute;
    top: -60px;
    left: 8%;
    rotate: 0deg;
    opacity: 0.9;
    width:30vw;
    }
  }

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

   .gogai img{
    position: absolute;
    top: -80px;
    left: 9%;
    }

    .icon0401 img{
    position: absolute;
    top: -60px;
    left: 8%;
    rotate: 0deg;
    opacity: 0.9;
    width:30vw;
    }
  }

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

   .gogai img{
    position: absolute;
      top: -40px;
      right:8%;
    }

    .icon0401 img{
    position: absolute;
    top: -40px;
    left: 8%;
    rotate: 0deg;
    opacity: 0.9;
    width:30vw;
    }
  }

#acco02 span{
  color: #676242;
  font-weight: bold;
  margin-left: 10px;
}
  
.gogai img{
  cursor:pointer;
  max-width:100%;
}

/* モーダル背景 */
.modal{
  display:none;
  position:fixed;
  z-index:9999;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.8);
  text-align:center;
}

/* 拡大画像 */
.modal-content{
  margin-top:5%;
  max-width:90%;
  max-height:90%;
}

/* ×ボタン */
.close{
  position:absolute;
  top:60px;
  right:30px;
  font-size:40px;
  color:#fff;
  cursor:pointer;
}


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

/* 拡大画像 */
.modal-content{
  margin-top:20%;
  max-width:90%;
  max-height:90%;
}

/* ×ボタン */
.close{
  position:absolute;
  top:35px;
  right:13px;
  font-size:30px;
  color:#fff;
  cursor:pointer;
}
  }


  /* 完売info */

#itemZ{
  background-color: #f7f5f1;
}
  .info-box{
    width: 60%;
    margin: 0 auto;
    padding: 50px 0;
  }
  .info{
    padding: 10px;
    margin-top: 20px;
    background: #faf3e6;
    border-radius: 10px;
    border: 1px solid #e9dbbe;
  }
 .info p{
  font-size: 0.95em;
  color: #303030;
  margin-left: 10px;
 }


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

  .info-box{
    width: 90%;
    margin: 0 auto;
        padding: 30px 0;
  }
   .info p{
  font-size: 0.9em;
  }
  }


/*=== ブレンド3種メニュー設置 ================================= */
@media only screen and (max-width: 1200px) {
#itemT .ITEM-Block_img_left{
width: 100%;
}

}
  #blend-menu{
    margin: 0 auto;
    padding: 100px 0;
    background-color: #f7f5f1;
  }

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

    .menu3item a{
    height: auto;  
    margin: 0
    ;
}

   .menu3item span{
    font-size: 2em;
    font-family: serif;
    font-weight: 500;
    margin: 30px 0 10px 0;
  }

  .menu3item p{
    font-size: 1em;
    margin: 0px 0;
    line-height: 0.5 !important;
    font-weight: 500;
  }

  #blend-menu .menu3item{
    background-color: #fff;
    margin-left: 5px;
  }

  .itemE_border{
    color: #bd5666;
    border-bottom: #bd5666 solid 10px;
  }

   .itemC_border{
    color: #942a57;
    border-bottom: #942a57 solid 10px;
  }

   .itemK_border{
    color: #676242;
    border-bottom: #676242 solid 10px;
  }

  div.menu3item{
    margin: 30px 0;
    padding: 10px;
  }

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

#blend-menu h4{
        margin-bottom: 20px;
      }
  .menu3item{
    width: 90%;
  }
    div.menu3item{
    margin: 10px 0;
  }
  }


  .newarea{
    border: none !important;
    background-color: #fcf1e4;
  }
  .bg-color0401{
    background-color: #fcf1e4!important;
  }
  .newarea img{
    max-width: 500px;
  }


  /* お取り扱い店舗(ポップアップ)
-------------------------------------------------------- */

#store{
  background-color: #c55534;
  padding: 20px 0 ;
  /* margin-top: -24px;*/
}

#storeall{
  background-color: #fff;
  padding: 20px 0 ;

}


.store-inner{
  width: 400px;
  margin: 0 auto;
  margin-bottom: 50px;
  color: #222;
}

#store h2{
  font-size: 20px;
  text-align: center;
  line-height: 3rem;
}

#store dl{
  display: table;
  width: 100%;
  font-size: 1em;
  line-height: 2rem;
  font-weight: bold;
  overflow: auto;
}

#store dt{
  display: table-cell;
  text-align: right;
  float: left;
    font-size: 1em;
  /* font-weight: bold; */
  clear: both;
  width: 20%;
 color: #222;

}

#store dd{
  display: table-cell;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: normal;
  display: block;
  float: right;
  text-align: left;
  width:60%;
 color: #222;
  /* clear: both; */
  /* text-decoration: underline;*/
}

#store dd dt{
  margin-bottom: 3rem;
}



.popup_wrap input {
  display: none;
  }
  .popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
  }
  
  .popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
  }
  
  .popup_content {
  position: relative;
  align-self: center;
  width: 90%;
  max-width: 630px;
  max-height: 80%;
  padding: 30px 0px;
  box-sizing: border-box;
  background: #fcf1e4;
  line-height: 1.4em;
  transition: 0.5s;
  text-align: justify;
  overflow-y: scroll;
  }
  
  .close_btn {
  /* position: absolute; */
  position: fixed;
  top: 10px;
  right: 10px;
  font-size: 14px;
  cursor: pointer;
  padding:8px;
  background: #fff;
  color: #c55534;
  font-weight: 600;
  border-radius:3px;
  line-height:10px;
  z-index: 1000;
 
  }
  
  .popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
  }
  
  .popup_wrap input:checked ~ .popup_overlay .popup_content{
  transform: translateY(50px);
  }
  
  .open_btn {
  position: relative;
  font-size: 16px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 20px;
  margin: 0px auto 10px;
  color: #c55534;
  font-weight: 600;
  background:#fcf1e4;
  padding: 15px 10px;
  /* font-weight: bold; */
  cursor: pointer;
  transition: .3s ease;
  border-radius: 3px;
  }
  
  /* .open_btn:hover{
  background:#fff5ad;
  border:solid 0.5px #fff5ad;
  color:#111;
  transition: .3s ease;
  }*/

  #store p{
    font-size: 14px;
    text-align: center;
  }

  #store a{
 color: #222;
  }

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

  .store-inner{
  width: 90%;
}

    #store dl{
    font-size: 0.8em;
    line-height: 1.5em;
    }
    #store dt{
    text-align: center;
    padding-top: 10px;
    width: 100%;
    font-size: 1.1em;
    }
    #store dd{
    width: 100%;
    text-align: center;
    margin-top:0px;
    font-size: 1.2em;
    }
    #store h2 {
    font-size: 1.1em;
    }

    .store-inner{
    width: 100%;
    padding: 0;
    }
    .popup_content {
      width: 90%;
    }
    .open_btn {
      width: 80%;
      height: 30px;
      font-size: 15px;
      padding: 5px;
    }
  }