@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@400;500&display=swap");

.keirou-main {
  line-height: 1.5;
  color: #333333;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}

/* Margin Padding */

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}


/* display */
.sp_only {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
}
/* .breadcrumb {
  display: none !important;
} */

/**************************************
breadcrumbs
**************************************/
/* .page_breadcrumb .breadcrumbs {
  width: 100%;
  max-width: 1140px;
  padding: 20px 10px 20px;
  margin: 0 auto;
}

.page_breadcrumb .breadcrumbs>ul {
  display: block;
}

.page_breadcrumb .breadcrumbs>ul>li {
  display: inline-block;
  height: 22px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 22px;
  margin-right: 8px;
}

.page_breadcrumb .breadcrumbs>ul>li::after {
  content: '\＞';
  font-size: 14px;
  padding-left: 10px;
  vertical-align: top;
}

.page_breadcrumb .breadcrumbs>ul>li:nth-last-of-type(1)::after {
  display: none;
}


.page_breadcrumb .breadcrumbs>ul>li>a {
  color: #000000;
  text-decoration: none;
}

.page_breadcrumb .breadcrumbs>ul>li>a:hover {
  text-decoration: underline;
} */

/*----------------------*/


/* ********************************************* */

.pc_taC{
  text-align: center;
}

.detail_hidden {
  display: none;
}

.sp_only {
  display: none;
}

.pc_only {
  display: block;
}

img {
  width: 100%;
}

.note {
  font-size: 14px;
  padding-left: 16px;
  text-indent: -16px;
}
.note li{
  margin-bottom: .5rem;
}

article.top {
  padding: 10px 0!important;
}

@media screen and (min-width: 769px) {
  article .main_visual h1 {
    max-width: 1120px;
    margin: 0 auto;
  }
  .main_visual h1 img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  article .main_visual {
    margin-bottom: 20px;
  }
  article .main_visual img {
    width: 100%;
  }
}

article.contents {
  width: 85%;
  max-width: 1120px;
  margin: 60px auto;
  padding: 20px 0;
  line-height: 1.5;
}
.marker span {
  background:linear-gradient(transparent 60%, #FFFCB2 60%);
  padding: 0 5px;
  font-weight: bold;
}

.bg_main {
  background-color: #e1ffed;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.b_hr {
  color: #666;
  margin: 0 20px;
}

ul.disc {
  list-style: disc;
  margin-left: 20px;
  font-size: 1.4rem;
}
ul.disc li{
  margin-bottom: .5rem;
}

.f-box {
  display: flex;
  justify-content: space-between;
}

.f-box .bg_main {
  width: 49%;
}

.f-box .img,
.f-box .txt {
  width: 49%;
}

.read {
  text-align: center;
  margin: 30px auto!important;
}

h2.ttl_ribon{
  border-top: 3px solid #000;
  border-bottom: 2px solid #000;
  height: 7px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}
h2.ttl_ribon span{
  background-color: #fff;
  padding: 20px 30px;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  left: center;
  position: absolute;
}
  @media only screen and (max-width: 768px) {
    h2.ttl_ribon{
      font-size: 20px;
      line-height: 1.4;
      margin-bottom: 50px;
    }
    h2.ttl_ribon span{
      padding: 10px 20px;
    }
  }
article.contents a:hover{
  opacity: .7;
}

/*----------------------------*/
.contents > p{
  font-size: 1.6rem;
  line-height: 2;
}
  @media only screen and (max-width: 768px) {
    .contents > p{
      font-size: 1.4rem;
      line-height: 1.6;
    }
  }

.period p{
  font-size: 2.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .period p{
      font-size: 2rem;
    }
  }

/*クーポンコード
/*----------------------------*/
.coupon_wrap{
  width: 100%;
  max-width: 90rem;
  margin: 0 auto 6rem;
  background-color: #FDECDA;
  padding: 2rem ;
}
.coupon_wrap .fukidashi{
  margin-top: 1rem;
  margin-bottom: 0;
}
.coupon_code{
  background-color: #ffffff;
  text-align: center;
  padding: 4rem 0;
  margin-bottom: 3rem;
}
.coupon_code h3{
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: .5rem;
}
.coupon_code h3 span{
  display: block;
  padding-top: 3rem;
}
.btn_copy{
  width: 80%;
  max-width: 28rem;
  margin: 3rem auto 0;
  border-radius: .6rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  background-color: #F25100;
  padding: 15px 0;
}
.coupon_wrap ul{
  font-size: 14px;
}
.coupon_wrap ul li{
  text-indent: -1.3em;
  padding-left: 1.3em;
  line-height: 1.4;
}
.coupon_wrap ul li:not(:first-child){
  margin-top: 1rem;
}
.coupon_code input[type="text"], input[type="tel"], input[type="number"], input[type="password"], input[type="email"]{
  border: none;
  box-shadow: none;
  font-size: 3.6rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  letter-spacing: .5rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .coupon_wrap{
    padding: 1rem ;
  }
  .coupon_code{
    padding: 2rem 0;
    margin-bottom: 1.5rem;
  }
  .coupon_code h3{
    font-size: 2.2rem;
    letter-spacing: 0;
  }
  .coupon_code h3 span{
    padding-top: 1rem;
  }
  .coupon_code p{
    font-size: 12px;
    margin-top: 0;
  }
  .coupon_code input[type="text"], input[type="tel"], input[type="number"], input[type="password"], input[type="email"]{
  font-size: 2.6rem;
  letter-spacing: 0;
}
  .btn_copy{
  font-size: 1.6rem;
  padding: 10px 0;
}
}

/*会員
/*----------------------------*/

.member{
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  border: solid 4px #F25100;
  padding: 4rem 0;
  text-align: center;
}
.member h3{
  text-align: center;
  margin-top: -5.5rem;
}
.member h3 span{
  border-radius: 3em;
  padding: 1rem 2rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  background-color: #F25100;
}
.mail_free{
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 5rem;
  margin-bottom: 2rem;
}
.mail_free span{
  position: relative;
  padding-right: 8rem;
}
.mail_free span::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 73px;
  height: 46px;
  background-size: contain;
}
.free_shipping{
  font-size: 4rem;
  font-weight: bold;
  color: #F25100;
}
.free_shipping span{
  display: inline-block;
  width: 80px;
  height: 80px;
  background-color: #F25100;
  border-radius: 50%;
  color: #fff;
  font-size: 1.8rem;
  padding-top: 2.5rem;
  position: relative;
  margin-right: 3rem;
  vertical-align: middle;
}
.free_shipping span::before{
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 30px solid #F25100;
  border-right: 0;
}
a.btn_member{
  display: block;
  width: 86%;
  max-width: 28rem;
  margin: 3rem auto 0;
  border-radius: .6rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  background-color: #000000;
  padding: 15px 0;
  position: relative;
  text-decoration: none;
}
a.btn_member::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%) rotate(45deg);
}
.comment.mbr{
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  margin-top: .5rem;
}
@media only screen and (max-width: 768px) {
.member h3 span{
  font-size: 1.6rem;
}
.mail_free{
  font-size: 1.6rem;
  margin-top: 5rem;
  margin-bottom: 2rem;
}
.mail_free span{
  padding-right: 6rem;
}
.mail_free span::before{
  width: 54px;
  height: 34px;
}
 .free_shipping{
  font-size: 2.4rem;
}
.free_shipping span{
  display: inline-block;
  width: 65px;
  height: 65px;
  font-size: 1.4rem;
  padding-top: 2rem;
  margin-right: 1.5rem;
}
.free_shipping span::before{
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #F25100;
  border-right: 0;
}
}

/*----------------------------*/
.fukidashi{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.fukidashi > span{
  position: relative;
  padding: 0 30px;
  display: inline-block;
}
.fukidashi > span::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 35px;
  transform: rotate(-30deg);
  background-color: #000;
}
.fukidashi > span::after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2px;
  height: 35px;
  transform: rotate(30deg);
  background-color: #000;
}

  @media only screen and (max-width: 768px) {
    .fukidashi{
      font-size: 16px;
      text-indent: 0;
      margin-bottom: 20px;
    }
    .fukidashi > span{
      padding: 0 18px;
    }
    .fukidashi > span::before{
      bottom: -3px;
      left: -7px;
      width: 2px;
      height: 30px;
    }
    .fukidashi > span::after{
      bottom: -3px;
      right: -5px;
      width: 2px;
      height: 30px;
    }
  }

/*----------------------------*/


/* riyouhouhou */
.pc_only .riyouhouhou_tejun ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 20px auto 10px;
  vertical-align: middle;
}
.pc_only .riyouhouhou_tejun ul li {
  width: 18.5%;
  background-color: #666;
  color: #fff;
  align-self: stretch;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  position: relative;
  vertical-align: middle;
}
@media only screen and (max-width: 1132px) {
  .pc_only .riyouhouhou_tejun ul li {
    padding-top: 25px;
  }
}
.pc_only .riyouhouhou_tejun ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 102%;
  margin-top: -6px;
  border: 6px solid transparent;
  border-left: 10px solid #666;
}
.pc_only .riyouhouhou_tejun ul li:last-child::after {
  border: none;
  border-left: none;
}
.pc_only .riyouhouhou_tejun ul li.r-box {
  background-color: #ff0100;
}
@media only screen and (max-width: 1132px) {
  .pc_only .riyouhouhou_tejun ul li.r-box {
    padding-top: 15px;
  }
}
.pc_only .riyouhouhou_tejun .arrow {
  text-align: center;
  margin-bottom: 20px;
}
.pc_only .riyouhouhou_tejun .arrow img {
  width: 100%;
  max-width: 51px;
}
.sp_only ul.riyouhouhou_tejun {
  margin-top: 50px;
}
.sp_only ul.riyouhouhou_tejun li {
  position: relative;
  text-align: center;
}
.sp_only ul.riyouhouhou_tejun li::after {
  content: "";
  position: absolute;
  /* top: 115%; */
  bottom: -42px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #666;
}
.sp_only ul.riyouhouhou_tejun li:last-child::after {
  border: none;
  border-top: none;
}
.sp_only ul.note li {
  text-align: left;
  margin-bottom: 0px;
}
.sp_only ul.note li::after {
  border: none;
  border-top: none;
}
.sp_only ul.riyouhouhou_tejun li .tejun_robon {
  display: block;
  background-color: #666;
  color: #fff;
  margin-bottom: 40px !important;
  padding: 20px 0;
  width: 80%;
  margin: 10px auto 40px;
}
.sp_only ul.riyouhouhou_tejun li .r-box {
  background-color: #ff0100;
  margin-bottom: 20px !important;
}
.sp_only ul.riyouhouhou_tejun .f-box {
  margin-bottom: 50px;
}
.sp_only ul.riyouhouhou_tejun .f-box p{
  font-size: 1.4rem;
}
.riyouhouhou .img {
    width: 59%;
}

.fukidashi3 {
  position: relative;
  display: inline-block;
  margin: 30px 0 130px 15px;
  padding: 30px;
  min-width: 120px;
  max-width: 100%;
  width: 38%;
  color: #000;
  font-size: 16px;
  background: #FFF;
  border: solid 2px #999;
  box-sizing: border-box;
}
.fukidashi3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}
.fukidashi3:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #999;
  z-index: 1;
}

/* SP_only */
@media only screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
  article.contents {
    width: 100%;
    margin: 70px auto 40px;
    padding: 0 1rem;
  }
  .note {
    font-size: 14px;
  }
  .f-box_pc {
    display: block;
  }
  .f-box_pc .bg_main {
    width: 100%;
  }
  .riyouhouhou .f-box {
    display: block;
  }
  .riyouhouhou .f-box .img {
    width: 80%;
    margin: 10px auto;
  }
  .fukidashi3 {
    position: relative;
    display: inline-block;
    margin: 15px auto 20px;
    padding: 30px;
    min-width: 120px;
    width: 80% !important;
    color: #000;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #999;
    box-sizing: border-box;
    /* left: 10%; */
  }
  .fukidashi3:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #FFF;
    z-index: 2;
  }
  .fukidashi3:after {
    content: "";
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-bottom: 14px solid #999;
    z-index: 1;
  }
}

/* item-wrap */
.item-wrap {
  max-width: 100rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.item-wrap .item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 2rem) / 2);
  background-color: #F8F8F8;
}
.item-wrap .item:nth-child(2n) {
  margin-left: 2rem;
}
.item-wrap .item:nth-child(n+2) {
  margin-top: 0;
}
.item-wrap .item:nth-child(n+3) {
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
 .item-wrap .item {
    width: 100%;
  }
  .item-wrap .item:nth-child(2n) {
    margin-left: 0;
  }
  .item-wrap .item:nth-child(n+2) {
    margin-top: 3rem;
  }
}
.item-wrap .item .item-info {
  padding: 2.8rem 2rem 2.5rem;
}
.item-wrap .item .item-name {
  line-height: 1.65;
  color: #E5843E;
  font-weight: bold;
  font-size: 2.6rem;
}
.item-wrap .item .item-price {
  margin-top: 0.3rem;
  font-size: 1.2rem;
}
.item-wrap .item .item-price .yen {
  margin-right: 0.2em;
  font-size: 1.5em;
}
.item-wrap .item .item-price strong {
  font-size: 2.5em;
  font-weight: bold;
}
.item-wrap .item .item-text {
  margin-top: 1rem;
  font-size: 16px;
  letter-spacing: .1rem;
}
.item-wrap .item .item-comment {
  margin-top: 1rem;
  color: #FC6A00;
  font-size: 1.2rem;
}
.item-wrap .item .prospect {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto 2rem 0;
  padding: 1rem;
  background-color: #fff;
  flex-wrap: wrap;
}
.prospect-list {
  display: table;
  border-collapse: collapse;
}
.prospect-list > div {
  display: flex;
  align-items: center;
}
.prospect-list > div:not(:first-child) {
  margin-top: -1px;
}
.prospect-list > div dt {
  width: 10rem;
  padding: 0.2em 0.3em;
  border: 1px solid #ADADAD;
  vertical-align: middle;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 0;
}
.prospect-list > div dd {
  flex: 1;
  padding-left: 0.8rem;
  vertical-align: middle;
  font-size: 1.4rem;
}
.prospect-list .comment {
  font-size: 0.75em;
}
.delivery-info{
  width: 100%;
  display: block;
  font-size: 14px;
  background-color: #ffe5d3;
  padding: .5rem;
  margin: 1rem 0 0;
  text-align: center;
}
.prospect .handwriting {
  display: inline-block;
  flex-shrink: 0;
  margin-left: 1em;
  padding: 0.3em 0.7em 0.4em;
  color: #fff;
  line-height: 1.3;
  font-size: 1.4rem;
  text-align: center;
  background-color: #E5843E;
}
.prospect .handwriting strong {
  display: block;
  font-weight: bold;
}
.item-wrap .item .btn-box {
  display: flex;
  justify-content: center;
  padding: 3.2rem 2rem 4rem;
}
.item-wrap .item .btn-box li {
  width: calc((100% - 1rem) / 2);
}
.item-wrap .item .detail-btn {
  padding-right: 2em;
}
.item-wrap .item .detail-btn::before {
  right: 1.3rem;
}

/* swiper */
.keirou-slider .swiper-slide {
  position: relative;
  background-color: #eee;
}
.keirou-slider .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 67.82%;
}
.keirou-slider .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.keirou-slider .swiper-button-next,
.keirou-slider .swiper-button-prev {
  width: 4rem;
  height: 7.5rem;
  margin-top: -3.8rem;
}
.keirou-slider .swiper-button-prev {
  left: 0;
}
.keirou-slider .swiper-button-prev::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 3.8rem 3.8rem 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.keirou-slider .swiper-button-prev::after {
  position: relative;
  margin-right: 0.2em;
  color: #fff;
  font-size: 3.2rem;
}
.keirou-slider .swiper-button-next {
  right: 0;
}
.keirou-slider .swiper-button-next::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 3.8rem 0 0 3.8rem;
  background-color: rgba(0, 0, 0, 0.4);
}
.keirou-slider .swiper-button-next::after {
  position: relative;
  margin-left: 0.2em;
  color: #fff;
  font-size: 3.2rem;
}
.detail-btn {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0.95em 1em 1.05em;
  border: 1px solid #000000;
  border-radius: 1.8em;
  color: #000000;
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
  text-decoration: none !important;
  letter-spacing: 0.1em;
  background-color: #fff;
}
.detail-btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 1.6rem;
  bottom: 0.7rem;
  margin: auto;
  width: 3rem;
  height: 0.9rem;
  border-bottom: 1px solid #000000;
  border-right: 0.19rem solid #000000;
  transform: skew(45deg);
}
.prospect .handwriting {
  display: inline-block;
  flex-shrink: 0;
  margin-left: 1em;
  padding: 0.3em 0.7em 0.4em;
  color: #fff;
  line-height: 1.3;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #E5843E;
}
.prospect .handwriting strong {
  display: block;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .item-wrap .item .prospect {
    display: block;
    margin: auto 1.5rem 0;
    padding: 2rem 1.5rem;
  }
  .prospect .handwriting {
    display: block;
    margin-top: 10px;
    margin-left: 0;
    font-size: 12px;
  }
  .prospect .handwriting strong {
    display: inline;
  }
}
@media only screen and (max-width: 559px) {
  .item-wrap .item:nth-child(2n) {
    margin-left: 0;
  }
  .item-wrap .item:nth-child(n+2) {
    margin-top: 8vw;
  }
  .item-wrap .item .item-name {
    font-size: 6.4vw;
  }
  .item-wrap .item .item-price {
    margin-top: 1.6vw;
  }
  .item-wrap .item .item-text {
    margin-top: 4vw;
    font-size: 4.26vw;
  }
  .item-wrap .item .item-info {
    padding: 4.8vw 4vw 5.33vw;
  }
  .item-wrap .item .prospect {
    margin: auto 4vw 0;
    padding: 5.33vw 4vw;
  }
  .item-wrap .item .btn-box {
    display: block;
    padding: 8vw 12vw 8vw;
  }
  .item-wrap .item .btn-box li {
    width: auto;
  }
  .item-wrap .item .detail-btn {
    padding-right: 1em;
  }
  .item-wrap .item .detail-btn::before {
    right: 4.26vw;
  }
  .prospect .handwriting {
    margin-top: 2.66vw;
    font-size: 3.2vw;
  }
  /* swiper */
  .keirou-slider .swiper-button-next, .keirou-slider .swiper-button-prev {
    width: 8vw;
    height: 15.46vw;
    margin-top: -7.73vw;
  }
  .keirou-slider .swiper-button-prev::before {
    border-radius: 0 7.73vw 7.73vw 0;
  }
  .keirou-slider .swiper-button-prev::after {
    font-size: 5.86vw;
  }
  .keirou-slider .swiper-button-next::before {
    border-radius: 7.73vw 0 0 7.73vw;
  }
  .keirou-slider .swiper-button-next::after {
    font-size: 5.86vw;
  }
}

/*ギフト*/
.gift-wrap{
  max-width: 100rem;
  margin: 8rem auto;
  background-color: #FDECDA;
  padding: 5rem 4rem 2rem;
  position: relative
}
.gift-wrap::before{
  content: "";
  position: absolute;
  top: -3.5rem;
  left: 0;
  width: 100%;
  height: 6.9rem;
  background-size: cover;
}
.gift-wrap > h3{
  text-align: center;
  padding-bottom: 1rem;
}
.gift-wrap h3 img{
  width: 80%;
  max-width: 40rem;
}
.gift-wrap > p{
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.8rem;
}
.gift-wrap .item-wrap .item{
  padding: 1rem;
  background-color: #fff;
  width: calc((100% - 4rem) / 2);
}
.gift-wrap .item-wrap .item:nth-child(2n) {
    margin-left: 4rem;
}
.gift-wrap .item-wrap .item .item-info{
  padding: 1.8rem 0 0;
}
.gift-wrap .item-wrap .item .item-name{
  font-size: 2.2rem;
}
.gift-wrap .item-wrap .item .btn-box {
  padding: 3.2rem 0 4rem;
}
.gift-wrap .item-wrap .item .btn-box li{
  width: calc((100% - 1rem) / 2);
}
.banner-keirou{
  width: 80%;
  max-width: 42rem;
  margin: 0 auto;
  display: block;
}
.gift-wrap > p.comment{
  text-align: right;
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .gift-wrap{
    margin: 6rem auto 4rem;
    padding: 4rem 2rem 2rem;
  }
  .gift-wrap::before{
    top: -2.5rem;
    height: 5rem;
    background-position: center center
  }
  .gift-wrap > h3{
  padding-bottom: 1rem;
}
  .gift-wrap > p{
  text-align: center;
  font-size: 1.4rem;
}
  .item-wrap{
    display: block;
  }
  .gift-wrap .item-wrap .item{
    width: 100%;
  }
  .gift-wrap .item-wrap .item:nth-child(2n) {
    margin-left: 0;
  }
  .gift-wrap .item-wrap .item .btn-box {
    display: block;
    padding: 8vw 6vw 5vw;
  }
  .gift-wrap .item-wrap .item .btn-box li{
    width: auto;
  }
  .gift-wrap .item-wrap .item .item-name{
  font-size: 1.8rem;
  }
  .item-wrap .item .item-price strong {
    font-size: 2em;
  }
  .gift-wrap > p.comment{
  font-size: 1.1rem;
}
}