@charset "UTF-8";


/* ------------- スクロールフェードインDown用 ------------- */
.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translate(20px,20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translate(20px,20px); -ms-transform: translate(20px,20px); transform: translate(20px,20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.fadeInDown_2 {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown_2;
 animation-name: fadeInDown_2;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown_2 {
 0% { opacity: 0; -webkit-transform: translate(-20px,20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown_2 {
 0% { opacity: 0; -webkit-transform: translate(-20px,20px); -ms-transform: translate(-20px,20px); transform: translate(-20px,20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.fadeInDown_3 {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fadeInDown_3;
 animation-name: fadeInDown_3;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown_3 {
 0% { opacity: 0; -webkit-transform: translate(-100px,100px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown_3 {
 0% { opacity: 0; -webkit-transform: translate(-100px,100px); -ms-transform: translate(-100px,100px); transform: translate(-100px,100px) }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.fadeInDown_4 {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fadeInDown_4;
 animation-name: fadeInDown_4;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown_4 {
 0% { opacity: 0; -webkit-transform: translate(100px,100px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown_4 {
 0% { opacity: 0; -webkit-transform: translate(100px,100px) ; -ms-transform: translate(100px,100px); transform: translate(100px,100px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}


.fadeInDown_5 {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fadeInDown_5;
 animation-name: fadeInDown_5;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown_5 {
 0% { opacity: 0.5; -webkit-transform: translate(0px,5px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown_5 {
 0% { opacity: 0.5; -webkit-transform: translate(0px,5px) ; -ms-transform: translate(0px,5px); transform: translate(0px,5px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}






/* ------------- スクロールフェードインDown用 END ------------- */





/* キャンパス設定 */
html, body {
  height: 100%;
}



.box {
  width: 50px;
  height: 50px;
  /* margin: calc(50vh - 150px) auto; */
  margin: 0 auto;
  v: 5px;
  /* box-shadow: 0 2px 30px #999; */
  /* background: #fff; */
  position: relative;
  overflow: hidden;
}

/* アニメーション設定 */
.arrowWrap {
  /* margin-top: 50vh; */
}

.arrow1 {
  width: 15px;
  margin: 0 auto;
  -webkit-animation: arrow1 2s linear 0s infinite normal;
  animation: arrow1 2s linear 0s infinite normal;
}

.arrow2 {
  width: 15px;
  margin: 0 auto;
  -webkit-animation: arrow2 2s linear 0s infinite;
  animation: arrow2 2s linear 0s infinite;
}

.arrow1 span,
.arrow2 span {
  position: relative;
  display: block;
  left: 50%;
}

.arrow1 span {
  margin-top: -10px;
}

.arrow1 span:before,
.arrow2 span:before {
  content: '';
  width: 15px;
  height: 15px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  left: 0;
  margin: auto;
  box-sizing: border-box;
}

@keyframes arrow1 {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  20% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
  }

  80% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes arrow2 {
  0% {
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
  }

  20% {
    -webkit-transform: translate3d(-50%, 20px, 0);
    transform: translate3d(-50%, 20px, 0);
  }

  40% {
    -webkit-transform: translate3d(-50%, 20px, 0);
    transform: translate3d(-50%, 20px, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 20px, 0);
    transform: translate3d(-50%, 20px, 0);
  }

  80% {
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
  }
}




/* 矢印終わり */








#synalio-iframe {
  display:none;
}
.sideBtn_cart {
  display: none;

}
.sideBtn_link {
  display: none;
}

.FS2_Sort {
    display: none;
}



.h1.FS2_PageTitle {
  color: white;
  display: none;
  display: block;
  font-size: 0.4rem;
  line-height: 1.4;
  padding: 0 0 5px 0!important;
  font-weight: normal;
  margin: 25px 10px 10px!important;
  border-bottom: 4px double #ffffff;
}













































pc


body {
  min-width: auto;
}
.fs-l-main {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.fs-l-pageMain {
  width: 100%;
  max-width: none;
}

.koromogae {
  overflow-x: hidden;
}

.topimgsp {
  /* display: none; */
}

.layout_menu {
  display: none;
}

.layout_header_delivery {
  display: none;
}

.koromogae .catalog1 .pic1-1 img {
  margin-bottom: 5%;
}

.top_banner {
  display: none;
}
.koromogae .center {
  text-align: center;
}


.topstyle {
  position: relative;
  }

.topstyle p {
  color: white;
  font-weight: bold;
  font-size: 2.8em;
  position: absolute;
  top: 42%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  }

.topstyle img {
  width: 31%;
      /* margin: 0 auto; */
      margin: 0% 0% 2% 33.5%;
  }




.koromogae .soryo {
    font-size: 23px;
    /* width: 34%; */
    text-align: center;
    /* margin: 0 auto; */
    padding-top: 8%;
    color: #fb109b;
    /* color: white; */
    /* background-color: #ff8c8c; */
}


.koromogae .hon {
  width: 18%;
  margin: -43% 5% 2% 58%;
  padding-top: 8%;
}


.koromogae .coupon {
  width: 40%;
  margin: 21% 30% 0%;
}



.koromogae .top {
  width: 100%;
  margin: 14% 0% 11.5%;
}



.koromogae .title1 {
  font-size: 32px;
  font-weight: bold;
  margin: 31% 0 1%;
}

.koromogae .title2 {
  font-size: 23px;
  line-height: normal;
  margin-bottom: 18%;
}


.koromogae .catalog1 .pic {
  width: 100%;
  margin: 3% 0% 0% 11.5%;
}


.koromogae .catalog1 .text {
  /* float: left; */
  /* width: 100%; */
  /* margin: 8% 11% 0% 4%; */
  /* background-color: rgba(226, 220, 188, 0.5); */
}

.koromogae .catalog1 .title01 {
  width: 35%;
  margin: 12% 33% 2%;
}






.koromogae .catalog1 .pic1-1 {
  width: 38%;
  margin: 0% 0% 0% 0%;
  float: left;
}

.koromogae .catalog1 .pic1-1 img {
  margin-bottom: 5%;
}

.koromogae .catalog1 .pic1-2 {
  width: 38%;
  margin: 0% 0% 4% 1%;
  float: left;
}

.koromogae .catalog1 .pic1-2 img {
  margin-bottom: 5%;
}


.koromogae .credit01 {
  /* width: 22%; */
  margin: 0% 0% 5%;
  /* float: left; */
}

.koromogae .credit01 img {
  width: 100%;
  margin: 1% 0% 0%;
}

.koromogae .credit01 p {
  text-align:center;
  font-size: 18px;
  margin: 0%;
  /* font-weight: bold; */
  line-height: 150%;
}

.koromogae .credit01 h1 {
  /* text-align: center; */
  font-size: 24px;
  /* line-height: normal; */
  padding: 1%;
  width: 26%;
  margin: auto;
  /* text-align: center; */
  margin-top: 0%;
  margin-bottom: 11%;
  background: #afafaf;
  color: #f4f4f9;

}


/* .koromogae .nebiki {
  text-decoration: line-through;
  color: black;
} */







.koromogae .last img {
  width: 25%;
  margin: 5% 0% 40% 34%;
}

  .koromogae .item {
    /* margin-top: 15%; */
  }

  .koromogae .item .only {
    margin: 0% 0% 0% 33.5%;
  }

.koromogae .item ul li a {
    font-size: 14px;
    font-size: .875rem;
    line-height: 24px;
    display: inline-block;
    width: 50px;
    height: 24px;
    margin-left: 10px;
    text-align: center;
    text-decoration: none;
    letter-spacing: .05rem;
    color: #666;
    border: 1px solid #666;
  }

.koromogae .item ul li span {
      font-family: 'Source Sans Pro', 'Noto Sans JP', sans-serif;
      font-size: 16px;
      font-size: 1rem;
      margin-bottom: 1vw;
      letter-spacing: .05rem;
      text-transform: uppercase;
      color: #666;
  }



  .koromogae .item ul li .sp {
    display: none;
  }

  .koromogae .item ul li, .koromogae .item ul li span {
    font-family: 'Source Sans Pro', 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 1vw;
    letter-spacing: .05rem;
    text-transform: uppercase;
    color: #666;
}

  .koromogae .item ul li, .koromogae .item ul li .pc {
    font-family: 'Source Sans Pro', 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    margin-bottom: 1vw;
    letter-spacing: .05rem;
    text-transform: uppercase;
    color: #666;
  }


  .all_item_list {
      margin-bottom: 80px;
    }

    .all_item_list {
        display: block;
        color: #000000 !important;
        border: 1px solid #000000;
        margin: 20px auto 90px;
        text-align: center;
        padding: 10px;
        width: 250px;
        font-size: 14px;
        font-weight: 400;
    }


















/* pc */



.koromogae .main {
  margin: 0 auto;
}

.koromogae .main p {
  font-size: 17px;
  line-height: 190%;
  padding: 0% 36% 1%;
}

.koromogae .main p span {
  font-size: 20px;
  /* width: 70%; */
  line-height: 315%;
  padding: 0% 17%;
  /* text-align: center; */
  /* margin: 0 auto; */
  font-weight: bold;
  color: black;
}


.koromogae .step01 {
  float: left;
  width: 25%;
}

.koromogae .step02 {
  float: left;
  width: 25%;
}

.koromogae .step03 {
  float: left;
  width: 25%;
}

.koromogae .step04 {
  float: left;
  width: 25%;
}


.koromogae .sav {
  font-size: 18px;
  line-height: 200%;
  color: black;
  margin: auto;
  margin-bottom: 5%;
  text-align: center;
  width: 23%;
  padding: 0% 0% 0%;
  /* font-weight: bold; */
  background-color: #e5c63a;
}



  .topimgpc {
    display: block;
    margin: 0 auto;
    padding-top: 0%;
    width: 54%;

  }

  .kkm {
    width: 100%;
  }

  .topimgsp {
    width: 24%;
    margin: 3% 38% 0%;
  }

  /* feature */
  .koromogae .catalog1 .pic1-1 {
    float: none;
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 2%;
  }
  .koromogae .catalog1 .pic1-2 {
    float: none;
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 2%;
  }


.koromogae .catalog1 .pic {
    margin: 0;
  }

  .koromogae .item .only {
    margin: 0;
    margin-top: 15px;
  }


.koromogae ul li a {
      font-size: 12px;
      font-size: .75rem;
      display: block;
      width: 160px;
      margin: 10px auto 25px;
    }

.koromogae ul {
  margin: 0% 0 0 12%;
  width: 76%;
}

.koromogae ul li {
  margin-top: 70px;
  margin-bottom: 58px;
  text-align: center;
}

.koromogae .step01 img {
  width: 41%;
  margin: 4% 0%;
}

.koromogae .step02 img {
  width: 44%;
  margin: 3% 0%;
}

.koromogae .step03 img {
  width: 30%;
  margin: 10% 0%;
}

.koromogae .step04 img {
  width: 43%;
  margin: 4% 0%;
}

.koromogae ul li p {
  font-size: 33px;
}

.koromogae ul li h1 {
  font-size: 20px;
  font-weight: bold;
}

.koromogae ul li .gon {
  padding: 6% 16%;
  font-size: 15px;
  line-height: 166%;
}

.koromogae ul li span {
    font-size: 13px;
    font-size: .8125rem;
    margin-bottom: 10px;
    text-align: center;
    display: block;
    background: #ece9e9;
    width: 160px;
    margin: 10px auto 25px;
    line-height: 24px;
    height: 24px;
}


.topstyle img{
  /* padding-bottom: 30%; */
  width: 100%;
  margin: 0;
}


.koromogae .item ul li .sp {
  display: none;
}

.koromogae .item ul li .pc {
  display: ;
}

.koromogae .item {
  margin-top: 0%;
  margin-bottom: 12%;
}

.topstyle p {
  color: white;
      /* font-weight: normal; */
      font-size: 1em;
      position: absolute;
      /* top: 94%; */
      /* width: 139%; */
      margin: 0% 0% 0% 0%;
      line-height: 124%;
      /* left: 48%; */
      text-align: center;
}

.koromogae .tyui h1 {
  width: 34%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 2%;
  margin: 10% 0% 11% 31%;
  background-color: #e4e4e7;
}

.koromogae .tyui {
  margin: 0% 30%;
  font-size: 12px;
  line-height: 143%;
}

.koromogae .tyui span {
  font-weight: bold;
  font-size: 15px;
}

.koromogae .tyui .kome {
  padding: 2% 0% 8%;
}



.koromogae .last p {
      font-size: 35px;
      color: #dcbb23;
      text-align: center;
      line-height: normal;
      margin: 11% 0% 12% 0%;
}
















@media only screen and (max-width: 519px) {

  /* reset */
  body {
    min-width: auto;
  }
  .fs-l-main {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .fs-l-pageMain {
    width: 100%;
  }

  .kkm {
    display: block;
  }

.koromogae .main {
  margin: 0 auto;
}

.koromogae .main p {
  font-size: 13px;
  line-height: 200%;
  margin: auto;
  padding: 0% 13% 2%;
}

.koromogae .sav {
  font-size: 12px;
  line-height: 200%;
  color: black;
  margin: auto;
  margin-bottom: 27%;
  text-align: center;
  width: 72%;
  padding: 0% 0% 0%;
  /* font-weight: bold; */
  background-color: #e5c63a;
}


.fs-c-heading.fs-c-heading--page {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}


  .topimgpc {
    display: none;
  }

  .topimgsp {
    display: block;
    width: 84%;
    margin: auto;
    margin-top: 15%;
  }

  /* feature */
  .koromogae .catalog1 .pic1-1 {
    float: none;
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 2%;
  }
  .koromogae .catalog1 .pic1-2 {
    float: none;
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 2%;
  }


.koromogae .catalog1 .pic {
    margin: 0;
  }

  .koromogae .item .only {
    margin: 0;
    margin-top: 15px;
  }


.koromogae ul li a {
      font-size: 12px;
      font-size: .75rem;
      display: block;
      width: 160px;
      margin: 10px auto 25px;
    }

.koromogae ul {
    margin:  0 0;
    width: 100%;
}

.koromogae ul li {
  margin-top: 70px;
  margin-bottom: 58px;
  text-align: center;
}

.koromogae .step01 img {
  width: 41%;
  margin: 4% 0%;
}

.koromogae .step02 img {
  width: 50%;
}

.koromogae .step03 img {
  width: 35%;
  margin: 4% 0%;
}

.koromogae .step04 img {
  width: 54%;
  margin: 0;
}

.koromogae ul li p {
  font-size: 33px;
}

.koromogae ul li h1 {
  font-size: 20px;
  font-weight: bold;
}

.koromogae ul li .gon {
  padding: 6% 16%;
  font-size: 13px;
  line-height: 166%;
}

.koromogae ul li span {
    font-size: 13px;
    font-size: .8125rem;
    margin-bottom: 10px;
    text-align: center;
    display: block;
    background: #ece9e9;
    width: 160px;
    margin: 10px auto 25px;
    line-height: 24px;
    height: 24px;
}


.topstyle img{
  /* padding-bottom: 30%; */
  width: 100%;
  margin: 0;
}


.koromogae .item ul li .sp {
  display: none;
}

.koromogae .item ul li .pc {
  display: ;
}

.koromogae .item {
  margin-top: 0%;
  margin-bottom: 12%;
}

.topstyle p {
  color: white;
      /* font-weight: normal; */
      font-size: 1em;
      position: absolute;
      /* top: 94%; */
      /* width: 139%; */
      margin: 0% 0% 0% 0%;
      line-height: 124%;
      /* left: 48%; */
      text-align: center;
}

.koromogae .tyui h1 {
  width: 70%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 4%;
  margin: 0% 0% 9% 15%;
  background-color: #e4e4e7;
}

.koromogae .tyui {
  margin: 0% 6%;
  font-size: 12px;
  line-height: 143%;
}

.koromogae .tyui span {
  font-weight: bold;
  font-size: 15px;
}

.koromogae .tyui .kome {
  padding: 2% 0% 8%;
}


.koromogae .step01 {
  float: none;
  width: 100%;
}

.koromogae .step02 {
  float: none;
  width: 100%;
}

.koromogae .step03 {
  float: none;
  width: 100%;
}

.koromogae .step04 {
  float: none;
  width: 100%;
}


.fs-l-pageMain {
    padding-left: 0;
    padding-right: 0;
}

.koromogae .last p {
      font-size: 17px;
      color: #dcbb23;
      text-align: center;
      line-height: normal;
      margin: 11% 0% 12% 0%;
}

}
