@charset "utf-8";
/* CSS Document */
/* set_index.css */
.u-color__bg--base {
  background-color: #fff!important;
}

.set__catch {
  text-align: center;
  font-weight: 500;
}


@media screen and (min-width:750px){
  .p-list_header__inner {
    display: block;
  }
  .set__catch {
    width: 100%;
    font-size: 22px;
    margin: 50px auto 50px;
  }

}

/*-------------------------------------------------------------------------------------*/
.tabcontent {
  margin: clamp(25px,calc(50 / 750 * 100%),50px) auto;
}

.tabcontent__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  max-width: 900px;
  gap:clamp(15px,calc(30 / 750 * 100vw),30px);
  position: relative;
  margin: 0 auto;
  z-index: 3;
}
.tabcontent__button .tabcontent__buttonitem {
  display: block;
  border-radius: clamp(10px,calc(30 / 750 * 100vw),20px) clamp(10px,calc(30 / 750 * 100vw),20px) 0 0;
  border: 1px solid #bbb6b1;
  border-bottom: 1px solid var(--c-gr);
  background: #bbb6b1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  width: calc(340 / 750 * 100%);
  box-sizing: border-box;
  padding: calc(30 / 750 * 100%) 0;
  cursor: pointer;
}
.tabcontent__button .tabcontent__buttonitem--active {
  border: 1px solid var(--c-gr);
  border-bottom: 1px solid var(--c-wh);
  background: var(--c-wh);
}

.tabcontent__button .tabcontent__buttontext {
  font-size: clamp(18px,calc(36 / 750 * 100vw),36px);
  font-weight: 500;
  text-align: center;
}
.tabcontent__button .tabcontent__buttontext--gr {
  display: block;
  color: var(--c-gr);
  font-size: clamp(15px,calc(30 / 750 * 100vw),30px);
  letter-spacing: 0;
}
.tabcontent__button .tabcontent__buttontext--gr .tabcontent__buttontext--num {
  font-size: calc(56 / 30 * 1em);
  position: relative;
  margin-left: -0.1em;
  line-height: 1em;
}
.tabcontent__button .tabcontent__buttontext--gr .tabcontent__buttontext--per {
  font-size: calc(50 / 30 * 1em);
  line-height: 1em;
}



@media screen and (min-width:750px){
  
  .tabcontent__button .tabcontent__buttonitem {
    padding: 20px;
    border-width: 2px;
  }
  .tabcontent__button .tabcontent__buttontext {
    font-size: 26px;
    
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-align-items: flex-end;
      align-items: flex-end;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: center;
  }
  .tabcontent__button .tabcontent__buttontext--gr {
    font-size: 20px;
    padding-left: 8px;
  }
  .tabcontent__button .tabcontent__buttontext--gr .tabcontent__buttontext--num {
    font-size: calc(46 / 20 * 1em);
  }
  .tabcontent__button .tabcontent__buttontext--gr .tabcontent__buttontext--per {
    font-size: calc(40 / 20 * 1em);
  }
}

/*-------------------------------------------------------------------------------------*/

.tabcontent__area {
  border: 1px solid var(--c-gr);
  position: relative;
  display: block;
  margin: -1px auto 0;
  z-index: 2;
  --itemcolor: var(--c-gr);
}
.tabcontent__box {
  box-sizing: border-box;
  display: block;
  padding: calc(30 / 748 * 100%) calc(50 / 748 * 100%) calc(60 / 748 * 100%);
}
.setitem__data {
  display: block;
  box-sizing: border-box;
  border-radius: clamp(10px,calc(20 / 750 * 100vw),20px) clamp(10px,calc(20 / 750 * 100vw),20px) 0 0;
  border: 1px solid var(--itemcolor);
  overflow: hidden;
  margin: calc(40 / 650 * 100%) auto;
  background: #f4f2ef;
  padding-bottom: calc(30 / 650 * 100%);
  position: relative;
}
.setitem input:checked + .setitem__data {
  border: 2px solid var(--c-bk);
}
.setitem__catch {
  background: var(--itemcolor);
  box-sizing: border-box;
  color: var(--c-wh);
  font-size: clamp(15px,calc(30 / 750 * 100vw),30px);
  font-weight: 500;
  text-align: center;
  padding: calc(20 / 750 * 100%);
}
.tabcontent__area .setitem__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  box-sizing: border-box;
  padding: calc(30 / 650 * 100%) 0 calc(20 / 650 * 100%);
  font-size: clamp(25px,calc(50 / 750 * 100vw),50px);  
  font-weight: 500;
}
.tabcontent__area .setitem__name__teiki {
  background: #bbb6b1;
  color: #fff;
  text-align: center;
  display: block;
  padding: 0.15em 1.2em;
  font-size: clamp(12px,calc(24 / 750 * 100vw),24px);
  border-radius: 2em;
  margin-right: 0.5em;
  font-weight: 400;
}
.tabcontent__area .setitem__name__num span {
  font-size: calc(80 / 50 * 1em);
  line-height: 1em;
  margin-top: -0.22em;
  font-weight: 400;
}
.tabcontent__area .setitem__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}

.setitem__price__kihon {
  text-align: center;
  color: var(--c-bk);
  box-sizing: border-box;
  padding: 0 0 calc(40 / 750 * 100%);
}
.setitem__price__isshoku {
  font-size: calc(22 / 26 * 1em);
  font-weight: 500;
  text-align: center;
}
.setitem__price__isshoku span {
  font-weight: 400;
}
.setitem__price__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  position: relative;
}
.setitem__price__kihon .setitem__price__num:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--itemcolor);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0) rotate(12deg);
}
 .setitem__price__num > span {
  font-size: clamp(36px,calc(72 / 750 * 100vw),72px);  
  font-weight: 500;
  line-height: 1em;
}
.tabcontent__area .setitem__price__yen {
  font-size: clamp(18px,calc(36 / 750 * 100vw),36px);  
  font-weight: 500;
  position: relative;
  margin-left: -0.2em;
  margin-right: -0.2em;
}
.tabcontent__area .setitem__yen__rubi {
  font-size: clamp(7px,calc(14 / 750 * 100vw),14px);  
  font-weight: 400;
}
.tabcontent__area .setitem__yen__text {
  line-height: 1em;
  padding-bottom: .2em;
}
.tabcontent__area .setitem__price__tax {
  position: relative;
  font-size: clamp(11px,calc(22 / 750 * 100vw),22px);  
  margin: calc(10 / 290 * 100%) auto 0;
  width: 100%;
  line-height: 1.25em;
  box-sizing: border-box;
  padding-left: 0.8em;
  max-width: clamp(105px,calc(210 / 750 * 100vw),210px);
  
}
.tabcontent__area .setitem__price__tax:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  border-top: 1px solid var(--itemcolor);
  border-left: 1px solid var(--itemcolor);
  border-bottom: 1px solid var(--itemcolor);
}
.tabcontent__area .setitem__price__tax:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  border-top: 1px solid var(--itemcolor);
  border-right: 1px solid var(--itemcolor);
  border-bottom: 1px solid var(--itemcolor);
}

.tabcontent__area #teiki .setitem__price__kihon .setitem__price__tax:before {
  content: "";
  border-top: 1px solid var(--c-bk);
  border-left: 1px solid var(--c-bk);
  border-bottom: 1px solid var(--c-bk);
}
.tabcontent__area #teiki .setitem__price__kihon .setitem__price__tax:after {
  content: "";
  border-top: 1px solid var(--c-bk);
  border-right: 1px solid var(--c-bk);
  border-bottom: 1px solid var(--c-bk);
}


.tabcontent__area .setitem__price__arrow {
  background: var(--itemcolor);
  box-sizing: border-box;
  padding: calc(30 / 750 * 100%) calc(25 / 750 * 100%) calc(25 / 750 * 100%) calc(15 / 750 * 100%);
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  margin: auto calc(10 / 750 * 100%) calc(20 / 750 * 100%) calc(20 / 750 * 100%) ;
}
.tabcontent__area .setitem__price__arrow span {
  font-size: clamp(13px,calc(26 / 750 * 100vw),26px);  
  color: var(--c-wh);
  display: block;
  line-height: calc(32 / 26 * 1em);
  font-weight: 500;
}
.tabcontent__area .setitem__price__shokai {
  background: var(--c-wh);
  border-radius: clamp(20px,calc(40 / 750 * 100vw),40px);
  box-sizing: border-box;
  padding: calc(40 / 750 * 100%) calc(30 / 750 * 100%) ;
  text-align: center;
  color: var(--itemcolor);
}
.tabcontent__area .setitem__price__shokai .setitem__price__num span {
  font-size: clamp(50px,calc(100 / 750 *100vw),100px);  
}
.tabcontent__area .setitem__price__shokai .setitem__yen__rubi {
  font-size: clamp(8px,calc(16 / 750 *100vw),16px);  
}
.tabcontent__area .setitem__price__shokai .setitem__yen__text {
  font-size: clamp(26px,calc(52 / 750 *100vw),52px);  
}


/*----------------------------------------*/


.setitem--tsudo .setitem__data {
  background: var(--c-wh);
  padding-left: calc(20 / 650 * 100%);
  padding-right: calc(20 / 650 * 100%);
}
.setitem--tsudo .setitem__catch {
  background: transparent;
  border-bottom: 1px solid var(--c-gr);
  color: var(--c-gr);
}
.tabcontent__area .setitem--tsudo  .setitem__price {
  background: var(--c-lgr);
  border-radius: clamp(20px,calc(40 / 750 * 100vw),40px);
  box-sizing: border-box;
  padding: calc(30 / 650 * 100%) 0;
  -ms-align-items: stretch;
  align-items: stretch;
  
}
.setitem__price__kihonlabel {
  width: calc(210 / 650 * 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
  border-right: 1px solid #d7cfc6;
  text-align: center;
  box-sizing: border-box;
  padding: 0 calc(20 / 650 * 100%);
}

.setitem--tsudo .setitem__price__kihon {
  width: calc(360 / 650 * 100%);
  box-sizing: border-box;
  padding: 0 calc(20 / 650 * 100%);
  color: var(--c-gr);
}
.setitem--tsudo .setitem__price__kihon .setitem__price__num:after {
  content: none;
}
.setitem--tsudo .setitem__price__num > span {
  font-size: clamp(40px,calc(80 / 750 * 100vw),80px);
}
.tabcontent__area .setitem--tsudo  .setitem__price__yen {
  font-size: clamp(25px,calc(50 / 750 * 100vw),50px);
  margin-left: -0.1em;
  margin-right: -0.1em;
}


@media screen and (min-width:750px){
  .tabcontent__area {
    border-width: 2px;
    margin-top: -2px;
    max-width: 1360px;
  }
  .tabcontent__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    gap: 40px;
    padding: 50px 20px;
  }
  .setitem {
   width: 340px;
  }
  .setitem__data {
    border-width: 2px;
    padding-bottom: 20px;
    margin: 0;
  }
  .setitem__catch {
    font-size: 20px;
    line-height: 34px;
  }
  
  .tabcontent__area .setitem__name {
    flex-flow: column;
    font-size: 36px;      
  }
  .tabcontent__area .setitem__name__teiki {
    font-size: 16px;
    padding: 4px 20px 3px;
  }
  .tabcontent__area .setitem__name__num span {
    font-size: 64px;
  }
  .tabcontent__area .setitem__price {
    flex-flow: column;
    -ms-align-items: center;
    align-items: center;
  }
  .setitem__price__kihon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-align-items: flex-end;
      align-items: flex-end;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: center;
    padding-bottom: 10px;
  }
  .setitem__price__isshoku {
    font-size: 14px;
    width: 100%;
    margin-bottom: 6px;
  }
  .setitem__price__num > span {
    font-size: 40px;
  }
  .tabcontent__area .setitem__price__yen {
    font-size: 24px;
    text-align: left;
    margin: 0;
    padding-left: 2px;
  }
  .tabcontent__area .setitem__yen__rubi {
    font-size: 10px;
    position: relative;
    margin-left: -6px;
    margin-right: -10px;
  }
  .tabcontent__area .setitem__price__tax {
    font-size: 12px;
    min-width: 100px;
    width: 100px;
    margin: 0 10px 5px;
    padding: 2px 2px 1px 10px;
  }
  .tabcontent__area .setitem__price__arrow {
    margin: 0 auto -20px;
    clip-path: polygon(0% 0%, 100% 0, 100% 75%, 50% 100%, 0 75%);
    padding: 8px 25px 10px;
  }
  .tabcontent__area .setitem__price__arrow span {
    font-size: 16px;
  }
  .tabcontent__area .setitem__price__arrow span br {
    display: none;
  }
  .tabcontent__area .setitem__price__shokai {
    border-radius: 20px;
    padding: 20px 30px 10px;
  }
  .tabcontent__area .setitem__price__shokai .setitem__price__num span {
    font-size: 46px;
  }
  .tabcontent__area .setitem__price__shokai .setitem__yen__text {
    font-size: 24px;
  }
  .tabcontent__area .setitem__price__shokai .setitem__yen__rubi {
    font-size: 12px;
    margin-left: -8px;
    margin-right: -12px;
    line-height: 1.1em;
    
  }
  .tabcontent__area .setitem__price__shokai .setitem__price__tax{
    font-size: 14px;
    width: 120px;
  }
  
  .setitem--tsudo .setitem__catch {
    padding: 18px 0 16px;
    border-width: 2px;
  }
  .tabcontent__area .setitem--tsudo .setitem__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    flex-flow: column;
    width: 230px;
    padding: 20px 0;
    border-radius: 40px;
    margin: 0 auto;
  }
  .setitem__price__kihonlabel {
    border: none;
    border-bottom: 2px solid #d7cfc6;
    font-size: 18px;
    width: 160px;
    padding-bottom: 8px;
    margin: 0 auto 10px;
  }
  .setitem--tsudo .setitem__price__num > span {
    font-size: 46px;
  }
  .tabcontent__area .setitem--tsudo .setitem__price__yen {
    font-size: 24px;
  }
  .tabcontent__area .setitem--tsudo .setitem__yen__rubi {
    font-size: 12px;
    white-space: nowrap;
    word-break: keep-all;
  }
  .tabcontent__area .setitem--tsudo .setitem__price__tax {
    width: 130px;
    min-width: 130px;
    margin-top: 10px;
  }
  .setitem input:checked + .setitem__data {
    border-width: 3px;
  }
}

/*-------------------------------------------------------------------------------------*/



/*-------------------*/
.interval {
  margin: calc(80 / 750 * 100%) auto;
  display: block;
  box-sizing: border-box;
  padding: 0 calc(50 / 750 * 100%);
}
.interval .interval__text {
  text-align: center;
  font-weight: 500;
  margin: calc(80 / 750 * 100%) auto;
}
.interval .interval__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: clamp(12px,calc(25 / 750 * 100vw),25px);
  margin: calc(40 / 750 * 100%) auto;
}
.interval .interval__listitem {
  width: calc(200 / 650 * 100%);
  position: relative;
}
.interval__listdata {
  background: var(--c-lgr);
  border-radius: clamp(20px,calc(40 / 750 * 100vw),40px);
  display: block;
  text-align: center;
  padding: calc(40 / 200 * 100%) calc(30 / 200 * 100%) calc(40 / 200 * 100%);
  border: 2px solid transparent;
  font-size: clamp(15px,calc(30 / 750 * 100vw),30px);
  font-weight: 500;
  line-height: calc(34 / 30 * 1em);
  letter-spacing: 0.08em;
}
.interval__listitem input:checked + .interval__listdata {
  border: 2px solid var(--c-bk);
}

.interval .interval__listdata span {
  font-size: calc(50 / 30 * 1em);
  font-weight: 500;
  line-height: calc(30 / 50 * 1em);
}
.interval .interval__listdata br {
}
.interval .interval__listitem--rec {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--c-gr);
  color: var(--c-wh);
  text-align: center;
  font-size: clamp(9px,calc(18 / 750 * 100vw),18px);
  font-weight: 500;
  height: clamp(45px,calc(90 / 750 * 100vw),90px);
  width: clamp(45px,calc(90 / 750 * 100vw),90px);
  border-radius: clamp(45px,calc(90 / 750 * 100vw),90px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  transform: translate3d(25%,-50%,0);
}
.interval .interval__att {
  font-size: clamp(9px,calc(18 / 750 * 100vw),18px);
}

@media screen and (min-width:750px){
  .interval {
    margin: 70px auto;
    max-width: 1140px;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .interval .interval__text {
    margin: 70px auto;
    font-size: 22px;
  }
  .interval .interval__list {
    gap:40px;
  }
  .interval .interval__listitem {
    width: calc((100% - 80px) / 3);
  }
  .interval__listdata {
    padding: 30px 0;
    font-size: 28px;
  }
  .interval__listdata br {
    display: none;
  }
  .interval .interval__listdata span {
    font-size: 50px;
    line-height: 1em;
  }
  .interval .interval__listitem--rec {
    font-size: 14px;
    width: 80px;
    height: 80px;
    transform: translate3d(15%,-35%,0);
  }
  .interval__listitem input:checked + .interval__listdata {
    border-width: 3px;
  }
  .interval .interval__att {
    font-size: 12px;
    text-align: center;
  }
}

/*-------------------------------------------------------------------------------------*/


.selectmenu__btn {
  margin: calc(80 / 750 * 100%) auto calc(200 / 750 * 100%);
  position: relative;
}
.selectmenu__btn .selectmenu__btn--cover {
  display: block;
  height: 100%;
  z-index: 5;
  background: #99bc94;
  color: var(--c-bk);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%,0,0);
  box-sizing: border-box;
  width: calc(630 / 750 * 100%);
  color: var(--c-wh);
  text-align: center;
  font-size: clamp(18px, calc(36 / 750 * 100vw), 36px);
  font-weight: 500;
  margin: 0 auto 10px;
  padding: calc(30 / 750 * 100%);
  cursor: pointer;
  border-radius: 3em;
}

@media screen and (min-width:750px){

  .selectmenu__btn {
    margin: 100px auto 260px;
  }
  .selectmenu__btn .selectmenu__btn--cover {
    
        width: 300px;
        font-size: 20px;
        padding: 15px;
  }

}

/*-------------------------------------------------------------------------------------*/
