/**************************************
.guide
**************************************/
.guide {
  font-family: "ヒラギノ角ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", メイリオ, "Meiryo", sans-serif;
  font-weight: 500;
  color: #5C3C29;
  /*background-image: url(../Contents/ImagesPkg/guide/Gohan_GUIDE_PC_1.jpg);*/
  /*width: 1400px;*/
  /*background-position-y: -110px;*/
}
.guide .sp_only {
  display: none;
}
.guide .pc_only {
  display: block;
}
/**************************************
.guide .breadcrumbs
**************************************/
.guide .breadcrumbs {
  height: 30px;
  background: #FFEE90;
}
.guide .breadcrumbs ul {
  display: inline-block;
  margin-right: 35px;
  font-size: 11px;
  font-size: 14px;
}
.guide .breadcrumbs li {
  display: inline-block;
  margin-right: 35px;
  padding-top: 9px;
  font-size: 11px;
  font-size: 14px;
  position: relative;
  color: #5C3C29;
}
.guide .breadcrumbs li:not(:last-of-type)::after {
  content: '';
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  top: 10px;
  right: -20px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent transparent #EA5E5E #EA5E5E;
  transform: rotate(225deg);
  margin-left: -25px;
}
.guide .breadcrumbs li:nth-of-type(1) {
  margin-left: 130px;
}
.guide .breadcrumbs li a {
  color: #5C3C29;
}
/**************************************
.guide_mv
**************************************/
.guide .guide_mv {
  width: 100%;
  height: 450px;
  margin: 0;
  background-image: url("../Contents/ImagesPkg/about/about_mv_pc.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.guide .guide_mv_txt {
  position: absolute;
  top: 87px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
  width: 600px;
  height: 280px;
  border-radius: 10px;
}
.guide .guide_mv_img {
  margin: 24px 0 0;
}
.guide .guide_mv_img img {
  width: 79px;
  height: auto;
}
.guide .guide_mv_ttl {
  width: 300px;
  margin: 0 auto 33px;
  padding: 19px 0 10px;
  text-align: center;
  font-size: 46px;
  font-weight: 700;
  color: #453028;
}
.guide .guide_mv_ttl span {
  position: relative;
}
.guide .guide_mv_ttl span::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: -5px;
  background-color: #FFEE90;
  width: 103%;
  height: 10px;
  z-index: -1;
}
.guide .guide_mv_last {
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 2px;
  color: #453028;
}
/**************************************
.guide_contents
**************************************/
.guide .flex {
  display: flex;
}
.guide .guide_contents {
  width: 100%;
  margin: 0 auto 60px;
  padding-bottom: 100px;
  background: #F9F8EE 0% 0% no-repeat padding-box;
  /*opacity: 0.4;*/
}
.guide .guide_contents section {
  width: 950px;
  margin: 0 auto 0;
  display: none;
}
.guide .guide_contents section.show {
  display: block;
}
.guide .guide_contents section.hide {
  display: none;
}
/**************************************
.tab_wrap
**************************************/
.guide .tab_wrap {
  width: 960px;
  margin: 0 auto -25px;
  position: relative;
  top: -75px;
  justify-content: space-between
}
.guide .tab_wrap li {
  width: 230px;
  height: 120px;
  margin: 0;
  background-color: #fff;
  border: 2px solid #EA5E5E;
  border-radius: 10px;
  justify-content: space-between;
  text-align: center;
  font-size: 20px;
  color: #5C3C29;
  font-weight: 700;
  line-height: 1.1;
}
.guide .tab_wrap li.active {
  width: 230px;
  height: 120px;
  background-color: #EA5E5E;
  border: 2px solid #EA5E5E;
  border-radius: 10px;
  justify-content: space-between;
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 1.1;
}
.guide .tab_wrap li .tab_img {
  margin: 15px 0 8px;
}
.guide .tab_wrap li .tab_img img {
  display: inline-block;
}
.guide .tab_wrap li .tab_img img.white {
  display: none;
}
.guide .tab_wrap li.guide_buy .tab_img {
  margin: 15px 0 14px;
}
.guide .tab_wrap li.guide_food .tab_img {
  margin: 15px 0 8px;
}
.guide .tab_wrap li.guide_change .tab_img {
  margin: 18px 0 8px;
}
.guide .tab_wrap li.guide_faq .tab_img {
  margin: 15px 0 10px;
}
.guide .tab_wrap li.guide_faq .tab_img img {
  width: 36px;
}
.guide .guide_faq .guide_list_ttl .icon img {
  width: 36px;
  margin-bottom: -10px;
}
.guide .tab_wrap li.active {
  background-color: #EA5E5E;
}
.guide .tab_wrap li.active .tab_img img.white {
  display: inline-block;
}
.guide .tab_wrap li.active .tab_img img.orange {
  display: none;
}
/**************************************
.guide_list
**************************************/
.guide .guide_contents .guide_list_ttl {
  margin: 0 0 50px 0;
  font-size: 30px;
  text-align: center;
  color: #5C3C29;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.guide .guide_contents .guide_list_ttl .icon {
  display: inline-block;
  margin: 0 10px 0 0;
}
.guide .guide_contents .guide_list > li {
  box-sizing: border-box;
  padding: 32px 0 35px;
  margin-bottom: 30px;
  border-radius: 20px;
  background-color: #fff;
}
.guide .guide_contents .guide_list .ttl {
  width: 851px;
  border-bottom: 2px solid #EA5E5E;
  margin: 0px auto 14px;
  padding: 0 0 17px;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #453028;
}
.guide .guide_contents .guide_list > li > .ttl::after {
  display: block;
  content: '';
  width: 33px;
  height: 10px;
  position: absolute;
  top: 2.5px;
  right: 21px;
  background-image: url(../Contents/ImagesPkg/guide/guide_arrow.png);
  background-size: cover;
}
.guide_contents .guide_list .txt {
  width: 830px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #453028;
}
.guide_contents .guide_list .guide_list_block {
  width: 851px;
  margin: 0 auto;
}
.guide .tab_list_img img {
  width: 100%;
}
.guide .tab_list_img img.pc_image {
  display: block;
}
.guide .tab_list_img img.sp_image {
  display: none;
}
.guide .guide_list .orange {
  color: #EA5E5E;
}
.guide .guide_list .txt .orange {
  font-weight: 700;
  color: #EA5E5E;
}
.guide .guide_list .txt a {
  display: inline-block;
  color: #EA5E5E;
  font-weight: 700;
  text-decoration: underline;
}
.guide .guide_faq h3 {
  width: auto;
  font-size: 22px;
  margin: 0px auto 30px;
  padding-left: 30px;
  color: #453028;
  text-align: center;
  font-weight: 700;
}
.guide .guide_faq h3:not(:first-of-type) {
  margin: 60px auto 30px;
}
/**************************************
.guide_list .guide_buy .order
**************************************/
.guide .guide_buy .guide_list:nth-of-type(1) li:nth-of-type(1) {
  padding-bottom: 52px;
}
.guide .guide_buy .order:last-of-type {}
.guide .guide_buy .order .ttl {
  display: flex;
  margin: 0 0 15px 0;
  padding: 0;
  align-items: center;
  border: none;
  font-size: 20px;
  font-weight: 700;
  color: #5C3C29;
  letter-spacing: 0.1em;
}
.guide .guide_buy .order .ttl .num {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  margin-left: 9px;
  background-color: #5C3C29;
  border-radius: 40px;
  font-weight: normal;
  color: #fff;
}
.guide .guide_buy .order .txt {
  width: 730px;
  margin: 0 52px 25px;
  font-size: 16px;
  line-height: 1.68;
  letter-spacing: 0.1em;
}
.guide .guide_buy .order .txt:nth-of-type(2) {
  margin-bottom: 35px;
}
.guide .guide_buy .order .txt.orange {
  margin-bottom: 3px;
  color: #EA5E5E;
  font-size: 20px;
}
.guide .guide_buy .order .tab_list_img {
  margin: 25px 0 40px 125px;
}
.guide .guide_buy .order .tab_list_img img {
  width: 600px;
  border: solid 1px #c7b2a5;
}
.guide .guide_buy .order .btn {
  display: flex;
  align-items: center;
  width: 350px;
  height: 50px;
  margin: 0 0 38px 52px;
  padding: 0 0 0 83px;
  border: 2px solid #EA5E5E;
  border-radius: 80px;
  position: relative;
  font-size: 16px;
  color: #EA5E5E;
  letter-spacing: 0.1em;
}
.guide .guide_buy .order .btn::before {
  content: '';
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #EA5E5E #EA5E5E;
  transform: rotate(225deg);
  margin-left: -25px;
}
.guide .guide_buy .order {
  position: relative;
  padding-bottom: 25px;
}
.guide .guide_buy .order:not(:last-of-type)::after {
  content: '';
  display: block;
  position: absolute;
  top: 60px;
  left: 28px;
  width: 1px;
  height: calc(100% - 85px);
  background-color: #5C3C29;
}
.guide .guide_buy .order:nth-of-type(5)::before {
  display: none;
}
/**************************************
.guide_list .guide_buy .tell
**************************************/
.guide .guide_buy .tell {
  width: 830px;
  margin: 25px auto 0;
}
.guide .guide_buy .tell .tell_01 {
  display: block;
  width: 415px;
  margin: 0 40px 0 0;
}
.guide .guide_buy .tell .tell_01 ul {
  margin-bottom: 10px;
  border: 2px solid #EA5E5E;
  border-radius: 10px;
}
.guide .guide_buy .tell .tell_01 li:nth-of-type(1) {
  padding: 10px 0;
  background-color: #EA5E5E;
  color: #fff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.1em;
}
.guide .guide_buy .tell .tell_01 li:nth-of-type(1) span {
  font-size: 22px;
  font-weight: 700;
}
.guide .guide_buy .tell .tell_01 li:nth-of-type(2) {
  display: flex;
  padding: 17px 0;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #5C3C25;
  font-weight: 700;
  text-align: center;
}
.guide .guide_buy .tell .tell_01 li:nth-of-type(2) a {
  color: #5C3C25;
}
.guide .guide_buy .tell .tell_01 li:nth-of-type(2) a.pcPrevent {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .guide .guide_buy .tell .tell_01 li:nth-of-type(2) a.pcPrevent {
    pointer-events: inherit;
  }
}
.guide .guide_buy .tell .tell_01 .time {
  text-align: center;
  font-size: 16px;
}
.guide .guide_buy .tell .tell_01 .time .orange {
  font-weight: 700;
}
.guide .guide_buy .tell .tell_02 {
  width: 351px;
  display: block;
  margin: 0;
}
.guide .guide_buy .tell .tell_02 .ttl {
  width: 351px;
  display: block;
  border-top: 1px solid #EA5E5E;
  border-bottom: 1px solid #EA5E5E;
  margin: 0 auto 17px;
  padding: 20px 0;
  font-size: 16px;
}
.guide .guide_buy .tell .tell_02 ol {
  width: 351px;
  margin-left: 10px;
  display: block;
  font-size: 14px;
  line-height: 1.6;
}
.guide .guide_buy .tell .tell_02 ol li {
  padding: 0 !important;
}
/**************************************
.guide_list .guide_buy .credit
**************************************/
.guide .guide_food .credit:nth-of-type(1) {
  margin: 25px auto 50px;
}
.guide .guide_food .credit .tab_list_img {
  width: 290px;
  margin: 20px 0 30px 10px;
}
.guide .guide_food .credit .ttl {
  width: 830px;
  margin: 0px auto 20px;
  background: #5C3C29 0% 0% no-repeat padding-box;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  padding: 0 0 0 20px;
  border: none;
}
/**************************************    
.guide_list .guide_food .credit
**************************************/
.guide .guide_change {
  margin: 25px auto 50px;
}
.guide .guide_change .guide_list > li:nth-of-type(1) {
  padding-bottom: 27px;
}
.guide .guide_payment .guide_payment_box .flex .tab_list_img {
  width: 311px;
  margin: 0 auto;
}
.guide .guide_payment .guide_payment_box .flex {
  text-align: right;
}
.guide .guide_change .guide_list > li:nth-of-type(1) .flex {
  display: flex;
  width: 642px;
  margin: 25px auto 0;
  justify-content: space-between;
  font-size: 14px;
  text-align: right;
}
.guide .guide_change .guide_list > li:nth-of-type(1) .flex span {
  display: block;
  margin-top: 10px;
}
.guide .guide_change .guide_list > li:nth-of-type(2) .ttl {
  margin-bottom: 29px;
}
.guide .guide_change .guide_list > li:nth-of-type(2) .tab_list_img {
  width: 130px;
  margin: 0 0 0 30px;
}
.guide .guide_change .guide_list > li:nth-of-type(2) .flex {
  display: flex;
  width: 830px;
  margin: 0 50px 0 auto;
  justify-content: space-between;
  font-size: 14px;
}
.guide .guide_change .guide_list > li:nth-of-type(2) .flex .txt {
  width: 370px;
}
.guide .guide_change .guide_list > li:nth-of-type(2) .flex .txt .small {
  display: block;
  margin-top: 13px;
  font-size: 14px;
  letter-spacing: 0.08em;
}
.guide .guide_change .guide_list > li:nth-of-type(2) .flex .microwave {
  width: 240px;
  align-items: center;
  height: 40px;
  border: 2px solid #FFEE90;
  border-radius: 10px;
  margin: 20px 0 0 70px;
  color: #453028;
}
.guide .guide_change .guide_list > li:nth-of-type(2) .flex .microwave p:nth-of-type(1) {
  width: 100px;
  height: 40px;
  background: #FFEE90;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  align-content: baseline;
  font-size: 17px;
  font-weight: 700;
}
.guide .guide_change .guide_list > li:nth-of-type(2) .flex .microwave p:nth-of-type(2) {
  width: 140px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: baseline;
  font-weight: 700;
}
.guide .guide_change .guide_list > li:nth-of-type(2) .flex .microwave p:nth-of-type(2) ._4 {
  font-size: 17px;
  padding: 0 5px;
}
.guide .guide_change .guide_list > li:nth-of-type(2) .flex .microwave p:nth-of-type(2) ._5 {
  font-size: 17px;
  padding: 0 5px;
}
.guide .guide_change .guide_list > li:nth-of-type(3) .ttl {
  margin-bottom: 29px;
}
.guide .guide_change .guide_list > li:nth-of-type(3) .flex {
  justify-content: flex-start;
}
.guide .guide_change .guide_list > li:nth-of-type(3) .flex .txt {
  width: 582px;
  margin: 0 30px 0 10px !important;
}
.guide .guide_change .guide_list > li:nth-of-type(3) .flex .txt .small {
  display: block;
  margin-top: 13px;
  font-size: 14px;
}
.guide .guide_change .guide_list > li:nth-of-type(3) .flex .tab_list_img {
  width: 315px;
  margin-top: 8px;
}
.guide .guide_contents .guide_list > li:last-of-type .txt:nth-of-type(1) {
  margin: 0 auto 10px;
}
.guide .guide_contents .guide_change .guide_list > li {
  padding: 36px 0 55px;
}
.guide .guide_contents .guide_change .guide_list .ttl {
  margin: 0px auto 14px;
  margin: 0px auto 13px;
}
.guide .guide_contents .guide_change .guide_list .txt a {
  color: #453028;
  text-decoration: none;
}
.guide .guide_contents .guide_faq .guide_list .txt a {
  color: #453028;
  text-decoration: none;
}
.guide .guide_contents .guide_faq .guide_list > li {
  padding: 36px 0 55px;
}
.guide .guide_contents .guide_faq .guide_list .ttl {
  margin: 0px auto 14px;
  margin: 0px auto 13px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {}
@media screen and (min-width: 770px) and ( /*max-width: 1024px*/ max-width: 1141px) {}
@media screen and (max-width: 768px) {
  .guide .sp_only {
    display: block;
  }
  .guide .pc_only {
    display: none;
  }
  .guide {
    font-weight: 600;
  }
  /**************************************
.guide .breadcrumbs
**************************************/
  .guide .breadcrumbs {
    height: 30px;
    background: #FFEE90;
  }
  .guide .breadcrumbs ul {
    display: inline-block;
    margin-right: 35px;
    font-size: 11px;
    font-size: 14px;
  }
  .guide .breadcrumbs li {
    display: inline-block;
    margin-right: 35px;
    padding-top: 9px;
    font-size: 11px;
    font-size: 14px;
    position: relative;
  }
  .guide .breadcrumbs li:not(:last-of-type)::after {
    content: '';
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    top: 10px;
    right: -20px;
    border-style: solid;
    border-width: 2px;
    border-color: transparent transparent #EA5E5E #EA5E5E;
    transform: rotate(225deg);
    margin-left: -25px;
  }
  .guide .breadcrumbs li:nth-of-type(1) {
    margin-left: calc(20*(100vw / 768));
  }
  /**************************************
.guide_mv
**************************************/
  .guide .guide_mv {
    width: 100%;
    height: calc(500*(100vw / 768));
    background-image: url("../Contents/ImagesPkg/about/about_mv_sp.jpg");
    background-size: cover;
    background-position-y: -70px;
    background-repeat: no-repeat;
    position: relative;
  }
  .guide .guide_mv_txt {
    top: calc(87 * (100vw / 750));
    width: calc(570 * (100vw / 750));
    height: calc(334 * (100vw / 750));
    border-radius: calc(10 * (100vw / 750));
    font-weight: 600;
  }
  .guide .guide_mv_img {
    margin-bottom: 10px;
  }
  .guide .guide_mv_img img {
    width: 32px;
  }
  .guide .guide_mv_ttl {
    width: calc(300*(100vw / 768));
    margin: 0 auto calc(10*(100vw / 768));
    padding: calc(9*(100vw / 768)) 0 10px;
    text-align: center;
    font-size: calc(48*(100vw / 768));
    font-weight: 600;
    /* letter-spacing: 0.15em; */
    /* color: #453028;*/
  }
  .guide .guide_mv_last {
    display: none;
  }
  .guide .sp_only.guide_mv_txt02 {
    margin: calc(50*(100vw / 768)) 0;
    text-align: center;
    font-size: calc(24*(100vw / 768));
    line-height: 2;
  }
  /**************************************
.guide_contents
**************************************/
  .guide .flex {
    display: flex;
  }
  .guide .guide_contents {
    width: 100%;
    margin: 0 auto 0;
    padding-bottom: 0;
    background: #fff;
  }
  .guide .guide_contents > section {
    padding-bottom: calc(100*(100vw / 768));
  }
  .guide .guide_contents section {
    width: 100%;
    margin: calc(74*(100vw / 768)) auto 0;
    display: none;
    background: #F9F8EE 0% 0% no-repeat padding-box;
  }
  .guide .guide_contents section.show {
    display: block;
    background: #F9F8EE 0% 0% no-repeat padding-box;
    padding: 0 0 calc(130*(100vw / 768));
  }
  /**************************************
.tab_wrap
**************************************/
  .guide .tab_wrap {
    width: calc(690*(100vw / 768));
    margin: 0 auto;
    position: static;
    top: -75px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .guide .tab_wrap li {
    width: calc(330* (100vw / 750));
    height: calc(130* (100vw / 750));
    background-color: #fff;
    border: 1px solid #EA5E5E;
    border-radius: calc(10*(100vw / 768));
    justify-content: space-between;
    text-align: center;
    font-size: calc(24*(100vw / 768));
    color: #5C3C29;
    font-weight: 700;
    line-height: 1.1;
  }
  .guide .tab_wrap li.active {
    width: calc(330* (100vw / 750));
    height: calc(130* (100vw / 750));
    background-color: #EA5E5E;
    border: 1px solid #EA5E5E;
    border-radius: calc(10*(100vw / 768));
    justify-content: space-between;
    text-align: center;
    font-size: calc(24*(100vw / 768));
    color: #fff;
    line-height: 1.1;
  }
  .guide .tab_wrap li:nth-of-type(1), .guide .tab_wrap li:nth-of-type(2) {
    margin-bottom: calc(30*(100vw / 768));
  }
  .guide .tab_wrap li br {
    display: none;
  }
  .guide .tab_wrap li .tab_img img.white {
    display: none;
  }
  .guide .tab_wrap li.guide_buy .tab_img {
    margin: calc(23*(100vw / 768)) 0 calc(15*(100vw / 768));
  }
  .guide .tab_wrap li.guide_buy .tab_img img {
    width: calc(46*(100vw / 768));
  }
  .guide .tab_wrap li.guide_food .tab_img {
    margin: calc(24*(100vw / 768)) 0 calc(15*(100vw / 768));
  }
  .guide .tab_wrap li.guide_food .tab_img img {
    width: calc(49*(100vw / 768));
  }
  .guide .tab_wrap li.guide_change .tab_img {
    margin: calc(24*(100vw / 768)) 0 calc(14*(100vw / 768));
  }
  .guide .tab_wrap li.guide_change .tab_img img {
    width: calc(44*(100vw / 768));
  }
  .guide .tab_wrap li.guide_faq .tab_img {
    margin: calc(20*(100vw / 768)) 0 calc(8*(100vw / 768));
    ;
  }
  .guide .tab_wrap li.guide_faq .tab_img img {
    width: calc(45*(100vw / 768));
  }
  .guide .tab_wrap li.active {
    background-color: #EA5E5E;
  }
  .guide .tab_wrap li.active .tab_img img.white {
    display: inline-block;
  }
  .guide .tab_wrap li.active .tab_img img.orange {
    display: none;
  }
  /**************************************
.guide_list
**************************************/
  .guide .guide_contents .guide_list_ttl {
    margin: 0 0 calc(81*(100vw / 768)) 0;
    padding: calc(77*(100vw / 768)) 0 0;
    font-size: calc(40*(100vw / 768));
    text-align: center;
    color: #5C3C29;
    font-weight: 700;
    letter-spacing: 0.15em;
  }
  .guide .guide_contents .guide_list_ttl .icon {
    display: inline-block;
    margin: 0 10px 0 0;
  }
  .guide .guide_contents .guide_list_ttl .icon img {
    width: calc(45*(100vw / 768));
  }
  .guide .guide_contents .guide_list > li {
    width: calc(690*(100vw / 768));
    box-sizing: border-box;
    padding: calc(42*(100vw / 768)) 0 calc(45*(100vw / 768));
    margin: 0 auto calc(56*(100vw / 768));
    border-radius: calc(10*(100vw / 768));
    background-color: #fff;
  }
  .guide .guide_contents .guide_list .ttl {
    width: calc(650*(100vw / 768));
    border-bottom: 2px solid #EA5E5E;
    margin: 0 auto calc(40*(100vw / 768));
    padding: 0 calc(80*(100vw / 768)) calc(34*(100vw / 768)) calc(10*(100vw / 768));
    position: relative;
    font-size: calc(34*(100vw / 768));
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #453028;
    line-height: 1.4;
  }
  .guide .guide_buy .guide_list:nth-of-type(1) li:nth-of-type(1) {
    padding: calc(42*(100vw / 768)) 0 calc(45*(100vw / 768));
  }
  .guide .guide_contents .guide_list > li > .ttl::after {
    display: block;
    content: '';
    width: calc(50*(100vw / 768));
    height: calc(15*(100vw / 768));
    position: absolute;
    top: calc(10*(100vw / 768));
    right: calc(20*(100vw / 768));
    background-image: url(../Contents/ImagesPkg/guide/guide_arrow.png);
    background-size: cover;
  }
  .guide_contents .guide_list .txt {
    width: calc(610 *(100vw / 768));
    margin: 0 auto;
    font-size: calc(26*(100vw / 768));
    line-height: 1.68;
    letter-spacing: 0.05em;
  }
  .guide_contents .guide_list .guide_list_block {
    width: calc(610 *(100vw / 768));
    margin: 0 auto;
  }
  .guide .tab_list_img img {
    width: 100%;
  }
  .guide .tab_list_img img.sp_image {
    display: block;
  }
  .guide .tab_list_img img.pc_image {
    display: none;
  }
  .guide .guide_list .orange {
    color: #EA5E5E;
  }
  .guide .guide_list .txt .orange {
    font-weight: 700;
    color: #EA5E5E;
  }
  .guide .guide_list .txt a {
    display: inline-block;
    color: #EA5E5E;
    font-weight: 700;
    text-decoration: underline;
    word-break: break-all;
  }
  /**************************************
.guide_list .guide_buy .order
**************************************/
  .guide .guide_buy .order .ttl {
    display: flex;
    margin: 0 0 calc(40*(100vw / 768)) 0;
    padding: 0;
    align-items: center;
    border: none;
    font-size: calc(34*(100vw / 768));
    font-weight: 700;
    color: #5C3C29;
    letter-spacing: 0.1em;
  }
  .guide .guide_buy .order .ttl .num {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: calc(60*(100vw / 768));
    height: calc(60*(100vw / 768));
    margin-right: 10px;
    background-color: #5C3C29;
    border-radius: 40px;
    font-size: calc(28*(100vw / 768));
    font-weight: normal;
    color: #fff;
  }
  .guide .guide_buy .order .txt {
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 1.68;
    letter-spacing: 0.1em;
  }
  .guide .guide_buy .order .txt {
    width: calc(610*(100vw / 768));
    font-size: calc(24*(100vw / 768));
    line-height: 1.68;
    letter-spacing: 0.1em;
  }
  .guide .guide_buy .order .txt.orange {
    margin-top: calc(50*(100vw / 768));
    margin-bottom: 3px;
    color: #EA5E5E;
    font-size: calc(30*(100vw / 768));
  }
  .guide .guide_buy .order .tab_list_img {
    width: calc(610*(100vw / 768));
    margin: 0 auto calc(40*(100vw / 768));
  }
  .guide .guide_buy .order .tab_list_img img {
    width: 100%;
  }
  .guide .guide_buy .order .btn {
    display: flex;
    align-items: center;
    width: 100%;
    height: calc(100*(100vw / 768));
    margin: 0 0 calc(70*(100vw / 768)) 0;
    padding: 0 0 0 calc(115*(100vw / 768));
    border: 2px solid #EA5E5E;
    border-radius: calc(100*(100vw / 768));
    position: relative;
    font-size: calc(30*(100vw / 768));
    color: #EA5E5E;
    letter-spacing: 0.1em;
  }
  .guide .guide_buy .order .btn::before {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent transparent #EA5E5E #EA5E5E;
    transform: rotate(225deg);
    margin-left: -25px;
  }
  .guide .guide_buy .order {
    position: relative;
    padding-bottom: 25px;
  }
  .guide .guide_buy .order:not(:last-of-type)::after {
    display: none;
  }
  .guide .guide_buy .order:nth-of-type(2) .txt.orange {
    margin-top: calc(30*(100vw / 768));
  }
  /**************************************
.guide_list .guide_buy .tell
**************************************/
  .guide .guide_buy .tell {
    width: calc(645*(100vw / 768));
    margin: 25px auto 0;
    flex-direction: column;
  }
  .guide .guide_buy .tell .tell_01 {
    display: block;
    width: 100%;
    margin: 0 40px 0 0;
  }
  .guide .guide_buy .tell .tell_01 ul {
    margin-bottom: 10px;
    border: 2px solid #EA5E5E;
    border-radius: 10px;
  }
  .guide .guide_buy .tell .tell_01 li:nth-of-type(1) {
    padding: 10px 0;
    background-color: #EA5E5E;
    color: #fff;
    font-size: calc(26*(100vw / 768));
    text-align: center;
    letter-spacing: 0.1em;
  }
  .guide .guide_buy .tell .tell_01 li:nth-of-type(1) span {
    font-size: calc(30*(100vw / 768));
  }
  .guide .guide_buy .tell .tell_01 li:nth-of-type(2) {
    display: flex;
    padding: 17px 0;
    align-items: center;
    justify-content: center;
    font-size: calc(64*(100vw / 768));
    color: #5C3C25;
    font-weight: 700;
    text-align: center;
  }
  .guide .guide_buy .tell .tell_01 li img {
    width: calc(65*(100vw / 768));
    display: block;
    margin-right: calc(13*(100vw / 768));
  }
  .guide .guide_buy .tell .tell_01 .time {
    margin-bottom: calc(60*(100vw / 768));
    text-align: center;
    font-size: calc(28*(100vw / 768));
  }
  .guide .guide_buy .tell .tell_01 .time .orange {
    font-weight: 700;
  }
  .guide .guide_buy .tell .tell_02 {
    width: 100%;
    display: block;
    margin: 0;
  }
  .guide .guide_buy .tell .tell_02 .ttl {
    width: 100%;
    display: block;
    border-top: 1px solid #EA5E5E;
    border-bottom: 1px solid #EA5E5E;
    margin: 0 auto 17px;
    padding: 20px 0;
    font-size: 16px;
  }
  .guide .guide_buy .tell .tell_02 ol {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 2;
  }
  /**************************************
.guide_list .guide_buy .credit
**************************************/
  .guide .guide_food .credit:nth-of-type(1) {
    margin: 25px auto 50px;
  }
  .guide .guide_food .credit .tab_list_img {
    width: 100%;
    margin: 15px 0 30px 10px;
  }
  .guide .guide_food .credit .ttl {
    width: calc(613*(100vw / 768));
    background: #5C3C29 0% 0% no-repeat padding-box;
    font-size: calc(24*(100vw / 768));
    line-height: calc(60*(100vw / 768));
    color: #fff;
    padding: 0 0 0 calc(20*(100vw / 768));
    border: none;
  }
  /**************************************
.guide_list .guide_food .credit
**************************************/
  .guide .guide_change {
    margin: 25px auto 50px;
  }
  .guide .guide_payment .guide_payment_box .flex .tab_list_img {
    width: 100%;
  }
  .guide .guide_change .guide_list > li:nth-of-type(1) .tab_list_img:nth-of-type(2) {
    display: none;
  }
  .guide .guide_change .guide_list > li:nth-of-type(1) .flex {
    display: flex;
    flex-direction: column;
    width: calc(610*(100vw / 768));
    margin: calc(40*(100vw / 768)) auto 0;
    justify-content: space-between;
    font-size: calc(26*(100vw / 768));
    text-align: right;
  }
  .guide .guide_change .guide_list > li:nth-of-type(1) .flex span {
    display: block;
    margin-top: 10px;
  }
  .guide .guide_change .guide_list > li:nth-of-type(2) .tab_list_img {
    width: calc(288*(100vw / 768));
    margin: 0 auto calc(40*(100vw / 768));
    order: 2;
  }
  .guide .guide_change .guide_list > li:nth-of-type(2) .flex {
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    width: calc(630 *(100vw / 768));
    justify-content: space-between;
    font-size: calc(26 *(100vw / 768));
  }
  .guide .guide_change .guide_list > li:nth-of-type(2) .flex .txt {
    width: 100%;
    order: 1;
  }
  .guide .guide_change .guide_list > li:nth-of-type(2) .flex .txt .small {
    margin: calc(10*(100vw / 768)) 0 calc(30*(100vw / 768));
    font-size: calc(24*(100vw / 768));
  }
  .guide .guide_change .guide_list > li:nth-of-type(2) .flex .microwave {
    width: calc(530*(100vw / 768));
    align-items: center;
    height: calc(73 *(100vw / 768));
    border: 2px solid #FFEE90;
    border-radius: calc(15 *(100vw / 768));
    margin: 0 auto calc(15 *(100vw / 768));
    color: #453028;
    order: 3;
    flex-direction: row;
  }
  .guide .guide_change .guide_list > li:nth-of-type(2) .flex .microwave p:nth-of-type(1) {
    width: calc(250 *(100vw / 768));
    height: calc(73 *(100vw / 768));
    background: #FFEE90;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: space-evenly;
    align-content: baseline;
    font-size: calc(30 *(100vw / 768));
    font-weight: 700;
  }
  .guide .guide_change .guide_list > li:nth-of-type(2) .flex .microwave p:nth-of-type(2) {
    width: calc(280 *(100vw / 768));
    height: calc(72 *(100vw / 768));
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    align-content: baseline;
    font-weight: 700;
  }
  .guide .guide_change .guide_list > li:nth-of-type(2) .flex .microwave p:nth-of-type(2) ._4 {
    font-size: calc(30 *(100vw / 768));
    padding: 0;
  }
  .guide .guide_change .guide_list > li:nth-of-type(2) .flex .microwave p:nth-of-type(2) ._5 {
    font-size: calc(30 *(100vw / 768));
    padding: 0;
  }
  .guide .guide_change .guide_list > li:nth-of-type(3) .flex {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
  }
  .guide .guide_change .guide_list > li:nth-of-type(3) .flex .txt {
    width: calc(630 *(100vw / 768));
    margin: 0 auto !important;
  }
  .guide .guide_change .guide_list > li:nth-of-type(3) .flex .txt .small {
    display: block;
    margin-top: 0;
    font-size: calc(24 *(100vw / 768));
  }
  .guide .guide_change .guide_list > li:nth-of-type(3) .flex .tab_list_img {
    width: 100%;
    margin: calc(40 *(100vw / 768)) auto 0;
  }
  .guide .guide_contents .guide_change .guide_list > li {
    padding: calc(42*(100vw / 768)) 0 calc(45*(100vw / 768));
  }
  .guide .guide_faq h3 {
    width: auto;
    font-size: calc(34*(100vw / 768));
    margin: calc(50*(100vw / 768)) auto calc(50*(100vw / 768));
    padding-left: 0;
    color: #453028;
    text-align: center;
    font-weight: 700;
  }
  .guide .guide_faq h3:not(:first-of-type) {
    margin: calc(80*(100vw / 768)) auto calc(50*(100vw / 768));
  }
  .guide .guide_contents .guide_faq .guide_list .ttl {
    line-height: 1.4;
    box-sizing: border-box;
    /* padding: calc(42*(100vw / 768)) 0 calc(45*(100vw / 768)); */
    border-radius: calc(10*(100vw / 768));
    background-color: #fff;
    width: calc(650*(100vw / 768));
    border-bottom: 2px solid #EA5E5E;
    margin: 0 auto calc(40*(100vw / 768));
    padding: 0 calc(80*(100vw / 768)) calc(34*(100vw / 768)) calc(10*(100vw / 768));
    position: relative;
    font-size: calc(34*(100vw / 768));
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #453028;
  }
  .guide .guide_contents .guide_faq .guide_list > li {
    padding: calc(42*(100vw / 768)) 0 calc(45*(100vw / 768));
  }
}
/*202601追加*/
.arrows_l {
  position: relative;
}
.arrows_l:before, .arrows_l:after {
  border-right: 3px solid;
  content: '';
  display: block;
  height: 10px;
  /* margin-top: -104px; */
  position: absolute;
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: -30px;
  top: 39%;
  width: 0;
  margin: 0 auto;
  left: -250px;
  color: #EA5E5E;
}
.arrows_l:after {
  margin-top: 6px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.line_up_button1 {
  text-align: center;
  color: #EA5E5E;
  font-weight: 500;
  border-radius: 60px;
  border: 2px solid #EA5E5E;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  font-size: 18px;
  font-family: "ヒラギノ角ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", メイリオ, "Meiryo", sans-serif;
  padding-left: 20px;
}
.guide_nav {
  display: flex;
  width: 100%;
  max-width: 900px;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 auto;
  justify-content: center;
  padding: 50px 0;
}
.guide_nav li {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .arrows_l:before, .arrows_l:after {
    top: 35%;
    left: -140px;
  }
  .line_up_button1 {
    width: 150px;
    font-size: 14px;
  }
  .guide_nav {
    gap: 10px;
    padding: 30px 0;
  }
  .guide_nav li {
    width: 150px;
  }
  .guide_nav li:last-child {
    width: 200px;
  }
  .guide_nav li:last-child .line_up_button1 {
    width: 200px;
  }
  .guide_nav li:last-child .arrows_l:before, .guide_nav li:last-child .arrows_l:after {
    left: -190px;
  }
}
/**************************************
.guide_choose
**************************************/
.guide_choose {
  background: #F9F8EE 0% 0% no-repeat;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .guide_choose {
    padding-bottom: 50px;
  }
}
.guide_choose .icon {
  padding-top: 50px;
  text-align: center;
}
.guide_choose .icon img {
  width: 67px;
}
@media screen and (max-width: 768px) {
  .guide_choose .icon {
    padding-top: calc(50 * (100vw / 750));
  }
  .guide_choose .icon img {
    width: calc(67 * (100vw / 750));
  }
}
.guide_choose .guide_list_ttl {
  padding-top: 15px;
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .guide_choose .guide_list_ttl {
    padding-top: calc(15 * (100vw / 750));
    font-size: calc(36 * (100vw / 750));
  }
}
.guide_list_ttl .sub_ttl {
  margin: 0 0 20px 0;
  font-size: 20px;
  display: block;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.guide_choose .guide_list .ttl .sub_ttl {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .guide_list_ttl .sub_ttl {
    margin-bottom: calc(20 * (100vw / 750));
    font-size: calc(20 * (100vw / 750));
  }
  .guide_choose .guide_list .ttl .sub_ttl {
    font-size: calc(12 * (100vw / 750));
  }
}
.guide_choose_lead {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
  width: 90%;
  max-width: 970px;
  margin: 55px auto 70px;
}
@media screen and (max-width: 768px) {
  .guide_choose_lead {
    font-size: calc(24 * (100vw / 750));
    margin: calc(55 * (100vw / 750)) auto calc(70 * (100vw / 750));
  }
}
.choose_box {
  background-color: #fff;
  width: 90%;
  max-width: 1050px;
  margin: 0 auto 100px;
  border-radius: 20px;
  padding: 0 40px 50px;
}
.choose_box.last {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .choose_box {
    margin: 0 auto calc(100 * (100vw / 750));
    ;
    border-radius: 20px;
    padding: 0 calc(40 * (100vw / 750)) calc(50 * (100vw / 750));
  }
  .choose_box.last {
    margin-bottom: calc(50 * (100vw / 750));
  }
}
.choose_box_icon {
  text-align: center;
}
.choose_box_icon img {
  margin-top: -39px;
  width: 75px;
}
@media screen and (max-width: 768px) {
  .choose_box_icon img {
    margin-top: calc(-39 * (100vw / 750));
    width: calc(75 * (100vw / 750));
  }
}
.choose_box h4 {
  text-align: center;
  color: #2f5286;
  font-size: 30px;
  font-weight: 700;
  margin: 15px auto 30px;
  border-bottom: 2px solid #2f5286;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .choose_box h4 {
    font-size: calc(30 * (100vw / 750));
    margin: calc(15 * (100vw / 750)) auto calc(30 * (100vw / 750));
  }
}
.choose_box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.choose_box ul li {
  width: 302px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .choose_box ul {
    gap: 10px;
    justify-content: center;
  }
  .choose_box ul li {
    width: 48%;
  }
}
.choose_box ul li img {
  width: 100%;
  height: auto;
}
.choose_box ul li h5 {
  color: #2f5286;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin: 15px 0 14px;
}
.choose_box ul li p {
  color: #2f5286;
  font-size: 17px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .choose_box ul li h5 {
    font-size: calc(20 * (100vw / 750));
    margin: calc(15 * (100vw / 750)) 0 calc(14 * (100vw / 750));
  }
  .choose_box ul li p {
    font-size: calc(18 * (100vw / 750));
  }
}
.choose_subbox {
  background-color: #fff;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 30px 40px 50px;
  border: 2px solid #2f5286;
}
@media screen and (max-width: 768px) {
  .choose_subbox {
    padding: calc(30 * (100vw / 750)) calc(40 * (100vw / 750)) calc(50 * (100vw / 750));
  }
}
.choose_subbox .icon_track {
  text-align: center;
}
.choose_subbox .icon_track img {
  width: 57px;
}
@media screen and (max-width: 768px) {
  .choose_subbox .icon_track img {
    width: calc(57 * (100vw / 750));
  }
}
.choose_subbox_h4_wrapper {
  text-align: center;
}
.choose_subbox h4 {
  font-size: 30px;
  color: #2f5286;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  display: inline-block; /* 文字の長さに合わせて枠を縮める */
  position: relative; /* 線の位置の基準点にする */
  padding: 0 25px; /* 左右に線が入るための余白を作る */
  margin: 25px 0 50px;
}
/* 左右の線（共通設定） */
.choose_subbox h4::before, .choose_subbox h4::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0; /* 上から下まで高さいっぱいに */
  width: 2px; /* 線の太さ */
  background-color: #2f5286;
}
/* 左の線 ( \ ) */
.choose_subbox h4::before {
  left: 0;
  transform: skewX(20deg); /* 斜めの角度調整 */
}
/* 右の線 ( / ) */
.choose_subbox h4::after {
  right: 0;
  transform: skewX(-20deg);
}
@media screen and (max-width: 768px) {
  .choose_subbox h4 {
    font-size: calc(34 *(100vw / 750));
    padding: 0 10px;
    margin: 15px 0 30px;
  }
  .choose_subbox h4 br {
    display: none;
  }
}
.choose_subbox_lead {
  font-size: 18px;
  color: #2f5286;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .choose_subbox_lead {
    font-size: calc(24 * (100vw / 750));
  }
}
.button {
  margin: 30px auto 0;
  width: 300px;
}
.line_up_button2 {
  text-align: center;
  letter-spacing: 2px;
  color: #465D80;
  font-weight: 500;
  border-radius: 37px;
  border: 2px solid #465D80;
  padding-top: 19px;
  padding-bottom: 20px;
  width: 300px;
  font-size: 20px;
  font-family: "ヒラギノ角ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", メイリオ, "Meiryo", sans-serif;
  padding-left: 20px;
}
.arrows_lb {
  position: relative;
}
.arrows_lb:before, .arrows_lb:after {
  border-right: 3px solid;
  content: '';
  display: block;
  height: 10px;
  /* margin-top: -104px; */
  position: absolute;
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 0px;
  top: 38%;
  width: 0;
  margin: 0 auto;
  left: -250px;
  color: #465D80;
}
.arrows_lb:after {
  margin-top: 6px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .button {
    width: 100%;
  }
  .line_up_button2 {
    font-size: calc(30*(100vw / 768));
    text-align: center;
    font-family: "ヒラギノ角ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", メイリオ, "Meiryo", sans-serif;
    letter-spacing: calc(3*(100vw / 768));
    color: #465D80;
    font-weight: 700;
    border-radius: calc(80*(100vw / 768));
    border: 2px solid #465D80;
    padding-top: calc(46*(100vw / 768));
    padding-bottom: calc(48*(100vw / 768));
    width: calc(500*(100vw / 768));
    margin: 0 auto;
  }
  .arrows_lb {
    position: relative;
  }
  .arrows_lb:before, .arrows_lb:after {
    border-right: 3px solid;
    content: '';
    display: block;
    height: 10px;
    /* margin-top: -104px; */
    position: absolute;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: -25px;
    top: 38%;
    width: 0;
    margin: 0 auto;
    left: -230px;
    color: #465D80;
  }
  .arrows_lb:after {
    margin-top: 6px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
/**************************************
.guide_flow
**************************************/
.guide_flow {
  background: #fff 0% 0% no-repeat;
}
.guide_flow .icon {
  padding-top: 50px;
  text-align: center;
}
.guide_flow .icon img {
  width: 67px;
}
@media screen and (max-width: 768px) {
  .guide_flow .icon {
    padding-top: calc(50 * (100vw / 750));
  }
  .guide_flow .icon img {
    width: calc(67 * (100vw / 750));
  }
}
.guide_flow .guide_list_ttl {
  padding: 15px 10px 0;
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
}
.guide_flow .sub_ttl {
  margin: 18px 0 50px 0;
  font-size: 20px;
  display: block;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.guide_flow .guide_list .ttl .sub_ttl {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .guide_flow .guide_list_ttl {
    padding: calc(15 * (100vw / 750)) calc(10 * (100vw / 750)) 0;
    font-size: calc(36 * (100vw / 750));
  }
  .guide_flow .sub_ttl {
    margin: calc(18 * (100vw / 750)) 0 calc(50 * (100vw / 750)) 0;
    font-size: calc(20 * (100vw / 750));
  }
  .guide_flow .guide_list .ttl .sub_ttl {
    font-size: calc(12 * (100vw / 750));
  }
}
.guide_flow_lead {
  font-size: 18px;
  width: 90%;
  max-width: 970px;
  margin: 0 auto;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .guide_flow_lead {
    font-size: calc(24 * (100vw / 750));
  }
}
.guide_flow_circle {
  width: 90%;
  max-width: 1050px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px auto 60px;
}
.guide_flow_circle img {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .guide_flow_circle {
    margin: 30px auto 40px;
  }
  .guide_flow_circle img {
    width: 33%;
  }
}
.guide_flow_block {
  background: #F9F8EE 0% 0% no-repeat;
  padding: 70px 0 120px;
}
@media screen and (max-width: 768px) {
  .guide_flow_block {
    padding: 40px 0 60px;
  }
}
.guide_flow_box {
  width: 90%;
  max-width: 950px;
  background-color: #fff;
  border-radius: 20px;
  margin: 0 auto 60px;
  padding: 25px 25px 50px;
}
@media screen and (max-width: 768px) {
  .guide_flow_box {
    margin-bottom: 30px;
    padding: calc(26 * (100vw / 750)) calc(26 * (100vw / 750)) calc(50 * (100vw / 750));
  }
}
.guide_flow_box h5 {
  font-size: 24px;
  font-weight: 700;
  color: #5c3c29;
  letter-spacing: 0.1em;
  display: flex;
  border-bottom: 2px solid #ea5e5e;
  padding-bottom: 20px;
  margin-bottom: 35px;
}
.guide_flow_box h5 span {
  display: inline-block;
  width: 70px;
}
@media screen and (max-width: 768px) {
  .guide_flow_box h5 {
    font-size: calc(36 * (100vw / 750));
    padding-bottom: calc(20 * (100vw / 750));
    margin-bottom: calc(35 * (100vw / 750));
  }
  .guide_flow_box h5 span {
    max-width: 40px;
    min-width: 40px;
    margin-right: 5px;
  }
}
.guide_flow_box h5 span img {
  width: 100%;
  height: auto;
  margin: -55px 5px 9px 0;
}
.guide_flow_box ul {
  font-size: 18px;
}
ul.circle-list {
  list-style: none; /* デフォルトの黒丸を消す */
  padding: 0;
  margin: 0 0 0 40px;
}
@media screen and (max-width: 768px) {
  .guide_flow_box h5 span img {
    margin: calc(-55 * (100vw / 750)) calc(5 * (100vw / 750)) calc(9 * (100vw / 750)) 0;
  }
  .guide_flow_box ul {
    font-size: calc(24 * (100vw / 750));
  }
  ul.circle-list {
    margin-left: 0;
  }
}
ul.circle-list li {
  position: relative; /* 円の位置の基準にする */
  /* 円の幅(20px) + 円と文字の間隔(15px) = 35px */
  padding-left: 35px;
  margin-bottom: 25px; /* liの上下の間隔 */
  line-height: 1.5; /* 行の高さ（適宜調整してください） */
}
/* 最後のliだけ下の余白を消す（必要な場合） */
ul.circle-list li:last-child {
  margin-bottom: 0;
}
/* 赤い円の設定 */
ul.circle-list li::before {
  content: "";
  position: absolute;
  top: 3px; /* 上からの位置（フォントサイズに合わせて微調整してください） */
  left: 0;
  width: 20px; /* 正円の幅 */
  height: 20px; /* 正円の高さ */
  background-color: #ea5e5e; /* 色 */
  border-radius: 50%; /* 丸くする */
}
@media screen and (max-width: 768px) {
  ul.circle-list li {
    padding-left: 15px;
  }
  ul.circle-list li::before {
    width: 10px; /* 正円の幅 */
    height: 10px; /* 正円の高さ */
  }
}
.arrows_s {
  position: relative;
}
.arrows_s:before, .arrows_s:after {
  border-right: 3px solid;
  content: '';
  display: block;
  height: 10px;
  /* margin-top: -104px; */
  position: absolute;
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: -30px;
  top: 44%;
  width: 0;
  margin: 0 auto;
  left: -400px;
  color: #EA5E5E;
}
.arrows_s:after {
  margin-top: 6px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.guide_flow_block .line_up_button1,
.guide_payment .line_up_button1{
  text-align: center;
  letter-spacing: 3px;
  color: #EA5E5E;
  font-weight: 500;
  border-radius: 60px;
  border: 2px solid #EA5E5E;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 500px;
  font-size: 36px;
  font-family: "ヒラギノ角ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", メイリオ, "Meiryo", sans-serif;
  padding-left: 20px;
}
.guide_flow_block .line_up_button1 span,
.guide_payment .line_up_button1 span {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .arrows_s:before, .arrows_s:after {
    top: 39%;
    left: -250px;
  }
  .guide_flow_block .line_up_button1,
  .guide_payment .line_up_button1 {
    font-size: calc(40*(100vw / 768));
    text-align: center;
    font-family: "ヒラギノ角ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", メイリオ, "Meiryo", sans-serif;
    letter-spacing: calc(3*(100vw / 768));
    color: #EA5E5E;
    font-weight: 700;
    border-radius: calc(160*(100vw / 768));
    border: 2px solid #EA5E5E;
    padding-top: calc(51*(100vw / 768));
    padding-bottom: calc(43*(100vw / 768));
    width: calc(590*(100vw / 768));
    margin-bottom: calc(30*(100vw / 768));
  }
  .guide_flow_block .line_up_button1 span,
  .guide_payment .line_up_button1 span {
    font-size: calc(22*(100vw / 768));
    margin-bottom: 10px;
  }
}
.guide_flow_block .button,
.guide_payment .button {
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .guide_flow_block .button,
  .guide_payment .button {
    width: calc(590 * (100vw / 768));
  }
}
/**************************************
.guide_payment
**************************************/
.guide_payment {
  background: #fff 0% 0% no-repeat;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .guide_payment {
    padding-bottom: calc(40 * (100vw / 750));
  }
}
.guide_payment#delivery {
  background: #F9F8EE 0% 0% no-repeat;
}
.guide_payment .icon {
  padding-top: 50px;
  text-align: center;
}
.guide_payment .icon img {
  width: 60px;
}
@media screen and (max-width: 768px) {
  .guide_payment .icon {
    padding-top: calc(50 * (100vw / 750));
  }
  .guide_payment .icon img {
    width: calc(60 * (100vw / 750));
  }
}
.guide_payment .guide_list_ttl {
  padding-top: 15px;
  padding: 15px 10px 0;
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 80px;
}
.guide_payment_lead {
  font-size: 18px;
  width: 90%;
  max-width: 973px;
  margin: 0 auto 60px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .guide_payment .guide_list_ttl {
    padding-top: calc(15 * (100vw / 750));
    padding: calc(15 * (100vw / 750)) calc(10 * (100vw / 750)) 0;
    font-size: calc(36 * (100vw / 750));
    margin-bottom: calc(60 * (100vw / 750));
  }
  .guide_payment_lead {
    font-size: calc(24 * (100vw / 750));
    margin: 0 auto calc(60 * (100vw / 750));
    line-height: 1.8;
  }
}
.guide_payment_box {
  width: 90%;
  max-width: 973px;
  border: 2px solid #2f5286;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 30px 20px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .guide_payment_box {
    padding: calc(40 * (100vw / 750)) calc(30 * (100vw / 750)) calc(20 * (100vw / 750));
    margin: 0 auto calc(60 * (100vw / 750));
  }
}
.guide_payment_box h4 {
  font-size: 24px;
  border-bottom: 2px solid #2f5286;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.guide_payment_box p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 1em;
}
.guide_payment_box .red {
  color: #ea5e5e;
}
@media screen and (max-width: 768px) {
  .guide_payment_box h4 {
    font-size: calc(36 * (100vw / 750));
    padding-bottom: calc(30 * (100vw / 750));
    margin-bottom: calc(30 * (100vw / 750));
  }
  .guide_payment_box p {
    font-size: calc(24 * (100vw / 750));
    line-height: 1.8;
  }
}
.payment_box_img {
  text-align: center;
  margin-bottom: 1.5em;
}
.payment_box_img img {
  width: 100%;
  height: auto;
}
.payment_box_img.creditcard img {
  max-width: 767px;
}
.guide_payment_box .row {
  display: flex;
  justify-content: space-between;
}
.guide_payment_box .row .column {
  width: 46%;
}
.guide_payment_box .row .column .img {
  margin-bottom: 20px;
  text-align: center;
}
.guide_payment_box .row .column .img img {
  width: 94%;
  height: auto;
}
@media screen and (max-width: 768px) {
.guide_payment_box .row .column .img {
  margin-bottom: 10px;
}
.guide_payment_box .row .column .img img {
  width: 100%;
}
}