@charset "utf-8";
/* CSS Document */
/* - product_detail.css - */
.product {
  display: block;
  box-sizing: border-box;
  padding: calc(120 / 750 * 100%) calc(40 / 750 * 100%) calc(100 / 750 * 100%);
  --c-01: #fff;
  --c-02: var(--c-gr);
  --c-03: var(--c-br);
}
.product--type01 {
  --c-01: #f2a5b4;
  --c-02: #fcf2f4;
  --c-03: #ffffff;
}
.product--type02 {
  --c-01: #aec6df;
  --c-02: #f2f7fc;
  --c-03: #ffffff;
}
.product--type03 {
  --c-01: #acc974;
  --c-02: #f7fceb;
  --c-03: #ffffff;
}
.product--type04 {
  --c-01: #ebc164;
  --c-02: #fcf6e9;
  --c-03: #ffffff;
}
.product__title {
  display: block;
  text-align: center;
  margin: 0 auto; 
}
.product__title + .product__title {
  margin-top: clamp(30px,calc(60 / 750 * 100%), 60px);
}
.product__title--type .product__title--span {
  display: block;
  margin-top: 1em;
  font-size: var(--fs-20);
}
.product__title--type {
  background: var(--c-01);
  box-sizing: border-box;
  border-radius: var(--fs-30);
  color: var(--c-03);
  font-size: var(--fs-38);
  font-weight: bold;
  padding: calc(30 / 670 * 100%);
  line-height: calc(48 / 38 * 1em);
}
.product__title--type--pa {
  color: #fff;
  background: #f2a5b4;
}
.product__title--type span {
  font-size: calc(30 / 38 * 1em);
  display: block;
  line-height: calc(38 / 30 * 1em);
}
.product__title--type span.product__title--name {
  font-size: 1em;
}
.product__title--text {
  font-size: var(--fs-36);
  font-weight: bold;
}
.product__title--type + .product__title--text {
 margin-top: clamp(30px,calc(60 / 670 * 100%),60px); 
}



.product__titlecatch {
  font-size: var(--fs-24);
  text-align: center;
  margin-top: 1em;
  letter-spacing: 0;
  line-height: 1.5em;
}
.product__titlecatch .att {
  font-size: var(--fs-20);
  display: inline-block;
  line-height: 1.5em;
}

.product__image {
  display: block;
  margin: clamp(30px,calc(60 / 670 * 100%),60px) auto;
}
.product__imageitem {
  display: block;
  width: calc(590 / 670 * 100%);
  overflow: hidden;
  background: #fff;
  position: relative;
  height: 0;
  padding-bottom:  calc(590 / 670 * 100%);
  border-radius: var(--fs-60);
  margin: 0 auto;
}
.product__image img {
  --imgwidth: 414;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(var(--imgwidth) / 590 * 100%);
  transform: translate3d(-50%,-50%,0);
}
.product__image p {
  display: block;
  width: calc(590 / 670 * 100%);
  text-align: right;
  font-size: var(--fs-18);
  line-height: 1.5em;
  margin: 0.5em auto 0;
  
}

.product__tab {
    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;
}
.product__tablabel {
  display: block;
  width: 50%;
  box-sizing: border-box;
  background-color: #cccccc;
  border: 1px solid #cccccc;
  text-align: center;
  font-size: var(--fs-28);
  font-weight: 500;
  box-sizing: border-box;
  padding: calc(20 / 670 * 100%);
  position: relative;
  cursor: pointer;
}
.product__tablabel--active {
  background-color: #ffffff;
  color: var(--c-or);
  border: 1px solid var(--c-or);
  background-image: url(img/dot_line_tab.svg);
  background-repeat: no-repeat;
  -webkit-background-size: auto 2px;
  background-size: auto 2px;
  background-position: bottom center;
}
.product__tablabel--active:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 3;
  background: #fff;
}
.product__data {
  background: #fff;
  border: 1px solid var(--c-or);
  box-sizing: border-box;
  padding: calc(50 / 670 * 100%);
  width: 100%;
}
.product__data--productpage .product__dataprice ,
.product__data--productpage-reg .product__dataprice {
  margin: 0 auto 1em
}
.product__data--productpage .btn--cart ,
.product__data--productpage-reg .btn--cart {
  padding: calc(50 / 750 * 100%);
}
.product__data--productpage-reg {
  border-top: none;
  margin-top: -1px;
  background: #fcf6e9;
}
.product__data > *:last-child {
  margin-bottom: 0;
}
.product__datalabel {
  box-sizing: border-box;
  background: #ffe838;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-size: var(--fs-24);
  line-height: 1.25em;
  padding: .3em .5em .3em;
  
    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;
}
.product__datalabel span {
  display: inline-block;
  box-sizing: border-box;
  border-radius: 2em;
  border: 1px solid #fff;
  line-height: 1.25em;
  padding: .1em .5em;
  margin: 0 .8em;
}
.product__dataprice {
  text-align: center;
  margin: calc(60 / 670 * 100%) auto;
}
.product__datalabel + .product__dataprice {
  text-align: center;
  margin: calc(30 / 670 * 100%) auto;
}
.product__dataprice--price {
  font-size: clamp(35px,calc(70 / 750 * 100vw),70px);
  font-weight: bold;
}
.product__dataprice--yen {
  font-size: clamp(25px,calc(50 / 750 * 100vw),50px);
  font-weight: bold;
}
.product__dataprice--tax {
  font-size: var(--fs-18);
}
.product__databox > *:last-child {
  margin-bottom: 0;
}
.product__select {
  display: block;
  margin: 0 auto;
}
.product__selectbox {
  border: 1px solid var(--c-gr);
}
.product__selecttitle {
  border-bottom: 1px solid var(--c-gr);
  background: var(--c-lgr);
  box-sizing: border-box;
  padding: var(--fs-10);
  text-align: center;
}
.product__select label input[type="radio"] + span {
  position: relative;
  display: inline-block;
  padding-left: 1.3em;
}
.product__select label input[type="radio"] + span:before {
  content: "";
  display: block;
  background-color: #fff;
  border-radius: 2em;
  border: 1px solid var(--c-gr);
  height: 1em;
  width: 1em;
  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;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0,-50%,0);
}
.product__select label input[type="radio"]:checked + span:after {
  content: "";
  display: block;
  background-color: var(--c-br);
  border-radius: 2em;
  height: 1em;
  width: 1em;
  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;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0,-50%,0) scale(0.5);
  z-index: 3;
}
.product__selectlabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
  padding: var(--fs-20);
  gap: 0.4em;
}
.product__selectlabel > label {
  width: 100%;
  text-align: center;
  display: block;
  margin: 0;
}

.product__numselect {
    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: space-between;
}
.product__selectbox--quantity .product__selecttitle {
  padding-top: 0;
  padding-bottom: 0;
}
.product__selectbox--quantity  {
  width: 5em;
  text-align: center;
}
.product__selectbox--quantity select {
  text-align: center;
  display: block;
  width: 100%;
  padding: var(--fs-10);
  background-color: #fff;
  box-sizing: border-box;
}
.product__numselect .product__btn {
  width: calc(100% - 6em);
  margin: 0;
}
.product__att {
  display: block;
  text-align: right;
  font-size: var(--fs-18);
  line-height: 1.5em;
  margin: calc(20 / 670 * 100%) auto;
  
}
.product__btn {
  width: clamp(100px,calc(500 / 670 * 100%),500px);
  margin: calc(60 / 670 * 100%) auto;
}
.product__link {
  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;
  gap: 1em;
}
.product__link a {
  font-size: var(--fs-22);
  display: inline-block;
  border-bottom: 1px solid;
  box-sizing: border-box;
  padding: 0 0.5em 0 0;
  width: calc(380 / 670 * 100%);
}

.product__others {
  margin: calc(80 / 670 * 100%) auto 0;
  width: 100%;
  position: relative;
}
.product__others .product__otherslink {
  display: block;
  position: relative;
  background-image: url(img/frame_dotbtn.svg);
  background-position: 50% 50%;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  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;
  gap: var(--fs-60);
  height: calc(var(--fs-10) * 17);
  box-sizing: border-box;
  padding-left: calc(20 / 670 * 100%);
  
}
.product__others .product__otherslink:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  background-image: url(img/frame_dotbtn_inner.png);
  background-position: 50% 50%;
  -webkit-background-size: calc(725 / 760 * 100% ) auto;
  background-size: calc(725 / 760 * 100% ) auto;
  background-repeat: no-repeat;
}
.product__others .product__otherslink:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: var(--c-or);
  vertical-align: text-top;
  background-image: url(../shared/img/ic_arrow.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 60% auto;
  background-size: 60% auto;
  background-position: 50% 50%;
  border-radius: 2em;
  margin-right: 0;
  margin-top: .1em;
  font-size: calc(--fs-26);  
}
.product__othersimg {
  width: calc( 70 / 670 * 100%); 
  margin: 0;
  position: relative;
  z-index: 3;
}
.product__otherstext {
  position: relative;
  z-index: 3;
  font-size: var(--fs-24);
  font-weight: 700;
  line-height: calc(34 / 24 * 1em);
  text-align: center;
  padding-right: calc(60 / 670 * 100%);
}
.product__data + .product__link {
  margin-top: calc(60 / 750 * 100%);
}
/*----------------------------------------------*/
@media screen and (min-width:1000px){
  
.product {
  display: block;
  box-sizing: border-box;
  padding: 120px 10px;
  max-width: 1020px;
  margin: 0 auto;
}
.product__title {
  display: block;
  text-align: center;
  margin: 0 auto; 
}
.product__title--type {
  font-size: var(--fs-28);
  padding: 30px;
  box-sizing: border-box;
  line-height: calc(48 / 38 * 1em);
}
.product__title--type span {
  font-size: 1em;
  display: inline;
  line-height: 1em;
}
.product__title--type .product__title--span {
  display: block;
  margin-top: 1em;
  font-size: var(--fs-16);
}
.product__title--text {
  font-size: var(--fs-24);
}
.product__titlecatch {
  font-size: var(--fs-16);
}
  .product__titlecatch .att {
  font-size: var(--fs-14);
  }
.product__box {
    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;
  margin: 60px auto;
}
.product__image {
  display: block;
  margin: 0;
  width: clamp(10px,calc(440 / 1020 * 100%),440px);
}
.product__imageitem {
  width: 100%;
  padding-bottom:  100%;
  margin: 0;
}
.product__image img {
  --imgpcper: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(10px,calc(var(--imgwidth) / 440 * var(--imgpcper)),calc(var(--imgwidth) * 1px * 0.7));
  transform: translate3d(-50%,-50%,0);
}
.product__image p {
  display: block;
  width: 100%;
  font-size: var(--fs-14);
  margin: 20px auto 0;
  text-align: left;
  
}
.product__textbox {
  display: block;
  margin: 0;
  width: clamp(10px,calc(480 / 1020 * 100%),480px);
}

.product__tab {
    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;
}
.product__tablabel {
  display: block;
  width: 50%;
  box-sizing: border-box;
  background-color: #cccccc;
  border: 1px solid #cccccc;
  text-align: center;
  font-size: var(--fs-18);
  font-weight: 500;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
}
.product__tablabel--active {
  background-color: #ffffff;
  color: var(--c-or);
  border: 1px solid var(--c-or);
  background-image: url(img/dot_line_tab.svg);
  background-repeat: no-repeat;
  -webkit-background-size: auto 2px;
  background-size: auto 2px;
  background-position: bottom center;
}
.product__tablabel--active:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 3;
  background: #fff;
}
.product__data {
  box-sizing: border-box;
  padding: calc(50 / 670 * 100%);
  width: 100%;
}
.product__data > *:last-child {
  margin-bottom: 0;
}
.product__datalabel {
  box-sizing: border-box;
  background: #ffe838;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-size: var(--fs-18);
  line-height: 1.25em;
  padding: 8px 10px;
  
    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;
}
.product__datalabel span {
  display: inline-block;
  box-sizing: border-box;
  border-radius: 2em;
  border: 1px solid #fff;
  line-height: 1.25em;
  padding: .1em .5em;
  margin: 0 .8em;
}
.product__dataprice {
  text-align: center;
  margin: calc(60 / 670 * 100%) auto;
}
.product__datalabel + .product__dataprice {
  text-align: center;
  margin: 20px auto;
}
  
.product__databox > *:last-child {
  margin-bottom: 0;
}
.product__dataprice--price {
  font-size: clamp(35px,calc(70 / 750 * 100vw),70px);
  font-weight: 500;
  line-height: 1em;
}
.product__dataprice--yen {
  font-size: clamp(25px,calc(50 / 750 * 100vw),50px);
  font-weight: 500;
}
.product__dataprice--tax {
  font-size: var(--fs-18);
}
.product__select {
  display: block;
  margin: 0 auto;
  max-width: 240px;
}
.product__selectbox {
  border: 1px solid var(--c-gr);
}
.product__selecttitle {
  border-bottom: 1px solid var(--c-gr);
  background: var(--c-lgr);
  box-sizing: border-box;
  padding:10px;
  text-align: center;
  font-size: var(--fs-14);
  line-height: 1em;
}
.product__select label input[type="radio"] + span {
  position: relative;
  display: inline-block;
  padding-left: 1.3em;
}
.product__select label input[type="radio"] + span:before {
  content: "";
  display: block;
  background-color: #fff;
  border-radius: 2em;
  border: 1px solid var(--c-gr);
  height: 1em;
  width: 1em;
  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;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0,-50%,0);
}
.product__select label input[type="radio"]:checked + span:after {
  content: "";
  display: block;
  background-color: var(--c-br);
  border-radius: 2em;
  height: 1em;
  width: 1em;
  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;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0,-50%,0) scale(0.5);
  z-index: 3;
}
.product__selectlabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
  padding: var(--fs-14);
  gap: 4px;
}
.product__selectlabel > label {
  width: 190px;
  text-align: left;
  display: block;
  margin: 0 auto;
}

.product__numselect {
    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: space-between;
}
.product__selectbox--quantity  {
  width: 5em;
  text-align: center;
}
  .product__selectbox--quantity .product__selecttitle {
    padding: 4px;
  }
.product__selectbox--quantity select {
  text-align: center;
  display: block;
  width: 100%;
  padding: 4px var(--fs-10);
  box-sizing: border-box;
}
.product__numselect .product__btn {
  width: calc(100% - 6em);
  margin: 0;
}
.product__att {
  display: block;
  text-align: left;
  font-size: var(--fs-14);
  line-height: calc(24 / 14 * 1em);
  margin: calc(20 / 670 * 100%) auto;
  
}
.product__btn {
  width: 380px;
  margin: 40px auto;
}
.product__link {
  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: space-around;
  flex-flow: row;
  gap: 1em;
}
.product__link a {
  font-size: var(--fs-14);
  display: inline-block;
  border-bottom: 1px solid;
  box-sizing: border-box;
  padding: 0;
  width: 200px;
  line-height: 1.5em;
}

.product__others {
  margin:80px auto 0;
  width: 760px;
  position: relative;
}
.product__others .product__otherslink {
  display: block;
  position: relative;
  background-image: url(img/frame_dotbtn.svg);
  background-position: 50% 50%;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  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;
  gap: var(--fs-60);
  height: 200px;
  box-sizing: border-box;
  padding-left: calc(20 / 670 * 100%);
  
}
.product__others .product__otherslink:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  background-image: url(img/frame_dotbtn_inner.png);
  background-position: 50% 50%;
  -webkit-background-size: calc(725 / 760 * 100% ) auto;
  background-size: calc(725 / 760 * 100% ) auto;
  background-repeat: no-repeat;
}
.product__others .product__otherslink:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: var(--c-or);
  vertical-align: text-top;
  background-image: url(../shared/img/ic_arrow.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 60% auto;
  background-size: 60% auto;
  background-position: 50% 50%;
  border-radius: 2em;
  margin-right: 0;
  margin-top: .1em;
  font-size: calc(--fs-26);  
}
.product__othersimg {
  width: calc( 70 / 670 * 100%); 
  margin: 0;
  position: relative;
  z-index: 3;
}
.product__otherstext {
  position: relative;
  z-index: 3;
  font-size: var(--fs-24);
  font-weight: 700;
  line-height: calc(34 / 24 * 1em);
  text-align: center;
  padding-left: calc(10 / 670 * 100%);
  padding-right: calc(50 / 670 * 100%);
}

  
.product__data--productpage .btn--cart ,
.product__data--productpage-reg .btn--cart {
  padding: 15px;
}
  
}



/*----------------------------------------------*/

.product__detail {
  box-sizing: border-box;
  display: block;
  padding: 0 calc(40 / 750 * 100%);
  margin: calc(100 / 750 * 100%) auto;
}
.product__detail .product__detailbox {
  box-sizing: border-box;
  border: 2px solid var(--c-02);
  display: block;
}
.product__detailtitle {
  background: var(--c-02);
  box-sizing: border-box;
  display: block;
  font-weight: 700;
  padding: calc(20 / 750 * 100%);
  text-align: center;
}
.product__detailtitle h2 {
  font-size: var(--fs-30);
  font-weight: 700;
}
.product__detailtitle p {
  font-size: var(--fs-28);
  line-height: 1.5em;
}
.product__detailtextbox {
  display: block;
  box-sizing: border-box;
  padding: calc(30 / 670 * 100%);
}
.product__detailtext p {
  text-align: justify;
  font-size: var(--fs-22);
  line-height: calc(32 / 22 * 1em);
  margin: 0 auto 2em;
}
.ic--sq {
  display: inline-block;
  border: 1px solid;
  padding: 2px 1.5em;
  line-height: 1.3em;
  margin-bottom: .5em;
}
.product__contentingr--detail .ic--sq {
  background-color: #fff;
  padding: 2px 6px;
}
.product__contentingr--detail {
  margin-top: clamp(30px,calc(60 / 750 * 100%),60px);
}

.product__detailtable {
  
}
.product__detailtable table {
  width: 100%;
  border: 1px solid var(--c-gr);
  text-align: center;
  font-size: var(--fs-22);
  line-height: calc(32 / 22 * 1em);
}
.product__detail tbody {
}
.product__detail tr {
}
.product__detail th {
  border: 1px solid var(--c-gr);
  box-sizing: border-box;
  background: var(--c-lgr);
  padding: 1em;
}
.product__detail td {
  border: 1px solid var(--c-gr);
  box-sizing: border-box;
  padding: 1em;
}
.product__detailatt {
  text-align: right;
  font-size: var(--fs-18);
  line-height: calc(30 / 18 * 1em);
  letter-spacing: 0;
  margin-top: 1em;
}

.product__lp .btnbox {
  margin: clamp(30px,calc(60 / 750 * 100%),60px) auto;
}
/*----------------------------------------------*/
@media screen and (min-width:1000px){
  .product + .pan {
    margin-top: 0;
  }
  .product__detail {
    box-sizing: border-box;
    display: block;
    padding: 0 10px;
    --typecolor: #fcf2f4;
    margin: 120px auto;
    max-width: 1120px;
  }
  .product__detail .product__detailbox {
    box-sizing: border-box;
    border: 2px solid var(--c-02);
    display: block;
  }
  .product__detailtitle {
    background: var(--c-02);
    box-sizing: border-box;
    display: block;
    font-weight: 700;
    padding: calc(20 / 750 * 100%);
    text-align: center;
  }
  .product__detailtitle h2 {
    font-size: var(--fs-24);
    font-weight: 700;
  }
  .product__detailtitle p {
    font-size: var(--fs-16);
    line-height: 1.5em;
  }
  .product__detailtextbox {
    display: block;
    box-sizing: border-box;
    padding: 40px 0;
    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;
    max-width: 940px;
    margin: 0 auto;
  }
  .product__detailtext > *:last-child {
    margin-bottom: 0;
  }
  .product__detailtext {
    max-width: 550px;
    width: calc(550 / 940 * 100%);
  }
  .product__detailtext p {
    text-align: justify;
    font-size: var(--fs-14);
    line-height: calc(24 / 14 * 1em);
    margin: 0 auto 30px;
  }
  .ic--sq {
    display: inline-block;
    border: 1px solid;
    padding: 1px 15px;
    line-height: 1.3em;
    margin-bottom: 0;
  }
  .product__detailtable {
    max-width: 340px;
    width: calc(340 / 940 * 100%);
  }
  .product__detailtable table {
    width: 100%;
    border: 1px solid var(--c-gr);
    text-align: center;
    font-size: var(--fs-14);
    line-height: calc(32 / 22 * 1em);
  }
  .product__detail th {
    border: 1px solid var(--c-gr);
    box-sizing: border-box;
    background: var(--c-lgr);
    padding: 10px;
  }
  .product__detail td {
    border: 1px solid var(--c-gr);
    box-sizing: border-box;
    padding: 10px;
  }
  .product__detailatt {
    text-align: right;
    font-size: var(--fs-14);
    line-height: calc(18 / 14 * 1em);
    letter-spacing: 0;
    margin-top: 1em;
  }

}


/*----------------------------------------------*/
.product__content {
  background: #fff;
  display: block;
  box-sizing: border-box;
  width: 100% ;
  margin: calc(80 / 670 * 100%) auto;
  padding: calc(40 / 670 * 100%);
}
.product__contentbox {
  display: block;
  margin: 0 auto;
}
.product__contentinner {
}
.product__contenttitle {
  font-size: var(--fs-32);
  font-weight: bold;
  margin: 0.5em auto 1em;
  font-feature-settings: 'palt' 1;
}
.product__contenttitle span {
  font-size: var(--fs-28);
}
.product__contenttitle:before {
  content: "●";
  display: inline-block;
  color: var(--c-or);
  font-size: var(--fs-20);
  line-height: var(--fs-32);
  vertical-align: middle;
  margin-bottom: .3em;
}
.product__contentingr {
  font-size: var(--fs-22);
  line-height: calc(32 / 22 * 1em);
}
.product__contentkcal {
  background: var(--c-lor);
  text-align: center;
  width: calc(500 / 670 * 100%);
  box-sizing: border-box;
  padding: calc(20 / 500 * 100%);
  font-size: var(--fs-26);
  line-height: calc(34 / 26 * 1em);
  font-weight: 500;
  margin: calc(20 / 500 * 100%) auto;
  border-radius: var(--fs-10);
}
.product__contentkcal span {
  font-weight: 700;
  color: var(--c-or);
}
.product__contentimg {
  display: block;
  margin: 2em auto 1em;
}
.product__contenttext {
  font-size: var(--fs-24);
  line-height: calc(34 /24 * 1em);
  margin: 0 auto;
}
.product__contentbar {
  border: none;
  width: 100%;
  height: 1px;
  background: var(--c-br);
  margin: clamp(40px,calc(80 / 750 * 100%),80px) auto;
}
/*----------------------------------------------*/
@media screen and (min-width:1000px){
  .product__content {
  background: #fff;
  display: block;
  box-sizing: border-box;
  width: 100% ;
  margin: 80px auto;
  padding: 0;
}
.product__contentbox {
  display: block;
  margin: 0 auto;
  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;
  padding: 40px;
  max-width: 920px;
  box-sizing: border-box;
}
.product__contentinner {
  width: calc(320 / 820 * 100%);
  margin: 0;
}
.product__contentinner + .product__contentinner {
  width: calc(440 / 820 * 100%);
  margin: 0;
}
.product__contenttitle {
  font-size: var(--fs-24);
  font-weight: bold;
  margin: 0 auto 20px;
  font-feature-settings: 'palt' 1;
}
.product__contenttitle span {
  font-size: var(--fs-18);
}
.product__contenttitle:before {
  content: "●";
  display: inline-block;
  color: var(--c-or);
  font-size: var(--fs-10);
  line-height: var(--fs-24);
  vertical-align: middle;
  margin-bottom: .3em;
  margin-right: 10px;
}
.product__contentingr {
  font-size: var(--fs-14);
  line-height: calc(24 /14 * 1em);
}
.product__contentkcal {
  background: var(--c-lor);
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  font-size: var(--fs-16);
  line-height: calc(34 / 26 * 1em);
  font-weight: 500;
  margin: 40px auto 0;
  border-radius: var(--fs-10);
}
.product__contentkcal span {
  font-weight: 700;
  color: var(--c-or);
}
.product__contentimg {
  display: block;
  margin: 0 auto 30px;
}
.product__contenttext {
  font-size: var(--fs-14);
  line-height: calc(24 /14 * 1em);
  margin: 0 auto;
}
.product__contentbar {
 display: none;
}
}


/*----------------------------------------------*/
@media screen and (min-width:1000px){
}