/* setting/_extend.scss
-------------------------------------------------- */
.p-menu--reed .p-menu-media__image a {
  width: 133px;
}
.p-menu--reed .p-menu-media__image a img {
  margin-top: 5px;
  width: 100%;
}
@media screen and (max-width: 768.98px) {
  .p-menu--reed .p-menu-media__image a {
    width: 26.1538461538vw;
  }
}

.block-banner-img {
  line-height: 1;
}
.block-banner-img img {
  width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 768.98px) {
  .block-banner {
    margin-bottom: 0;
  }
  .block-banner .l-container {
    padding: 0;
  }
}

.block-feature {
  background: #E7F5FE;
  position: relative;
}
.block-feature::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/saran/assets/images/products/reed/bg_feature.png) 0 0 no-repeat;
  background-size: contain;
}
.block-feature__title {
  text-align: center;
}
.block-feature__list {
  position: relative;
  z-index: 1;
}
.block-feature__box {
  text-align: center;
}
.block-feature__number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #011976;
  border: 2px solid #011976;
  border-radius: 50%;
  line-height: 1;
  font-weight: 700;
}
.block-feature__des {
  border-top: 1px dotted #011976;
  color: #000;
  font-weight: 700;
}
@media screen and (min-width: 769.98px) {
  .block-feature {
    padding: 80px 0 82px;
  }
  .block-feature::after {
    width: 698px;
    height: 426px;
  }
  .block-feature__title {
    margin-bottom: 50px;
  }
  .block-feature__title img {
    width: 224px;
  }
  .block-feature__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -30px;
    margin-right: -30px;
  }
  .block-feature__item {
    padding: 0 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .block-feature__number {
    width: 52px;
    height: 52px;
    font-size: 28px;
  }
  .block-feature__des {
    font-size: 19px;
    line-height: 1.5em;
    margin: 22px 0 0 0;
    padding: 26px 0 0 0;
  }
}
@media screen and (max-width: 768.98px) {
  .block-feature {
    padding: 10.7692307692vw 0 1.2820512821vw;
  }
  .block-feature::after {
    width: 89.4871794872vw;
    height: 54.6153846154vw;
  }
  .block-feature__title {
    margin-bottom: 13.8461538462vw;
  }
  .block-feature__title img {
    width: 46.1538461538vw;
  }
  .block-feature__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -3.0769230769vw;
    margin-right: -3.0769230769vw;
  }
  .block-feature__item {
    padding: 0 3.0769230769vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 13.3333333333vw;
  }
  .block-feature__number {
    width: 18.4615384615vw;
    height: 18.4615384615vw;
    font-size: 9.2307692308vw;
  }
  .block-feature__des {
    font-size: 3.7179487179vw;
    letter-spacing: 0.08em;
    line-height: 2.0689655172em;
    margin: 7.1794871795vw 0 0 0;
    padding: 4.6153846154vw 0 0 0;
  }
}

.block-usage__title {
  text-align: center;
}
.block-usage__item {
  border: 3px solid #162680;
}
.block-usage__caption {
  font-weight: 500;
}
.block-usage__caption em {
  display: inline-block;
  color: #FFF;
  background-color: #162680;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
.block-usage__fig {
  margin: 0;
  overflow: hidden;
}
.block-usage__img {
  width: 100%;
  vertical-align: bottom;
}
.block-usage__table {
  border-collapse: separate;
  border-spacing: 0;
}
.block-usage__table th {
  text-align: center;
  color: #FFF;
  background-color: #162680;
  font-weight: 700;
  border: 3px solid #162680;
}
.block-usage__table td {
  border: 3px solid #162680;
  border-top: none;
}
.block-usage__table td:first-child {
  text-align: left;
  border-right: none;
}
.block-usage__table td:nth-child(2) {
  text-align: center;
}
.block-usage__label {
  background-color: #E7F5FE;
  text-align: center;
}
.block-usage__info {
  border: 3px dashed #162680;
}
.block-usage__info-txt em {
  display: block;
  font-style: normal;
  color: #162680;
  font-weight: 700;
}
.block-usage__info-fig {
  margin: 0;
  overflow: hidden;
}
.block-usage__info-img {
  width: 100%;
  vertical-align: bottom;
}
@media screen and (min-width: 769.98px) {
  .block-usage {
    padding: 80px 0;
  }
  .block-usage__title {
    margin-bottom: 50px;
  }
  .block-usage__title img {
    width: 192px;
  }
  .block-usage__item {
    margin-top: 32px;
    padding: 21px;
    border-radius: 30px;
  }
  .block-usage__caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 24px;
    line-height: 1.2083333333em;
    margin-bottom: 16px;
  }
  .block-usage__caption em {
    width: 184px;
    font-size: 32px;
    line-height: 1.75em;
    border-radius: 10px;
  }
  .block-usage__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 24px;
  }
  .block-usage__fig {
    width: 424px;
    border-radius: 10px;
  }
  .block-usage__box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .block-usage__table th {
    padding: 21px 0;
    font-size: 24px;
    line-height: 1.2083333333em;
    border-radius: 10px 10px 0 0;
  }
  .block-usage__table td {
    padding: 18px 34px;
    font-size: 24px;
    line-height: 1.2083333333em;
  }
  .block-usage__table td:first-child {
    width: 357px;
  }
  .block-usage__notes {
    margin-top: 27px;
    font-size: 18px;
    line-height: 1.1111111111em;
  }
  .block-usage__notice {
    margin-top: 16px;
    font-size: 20px;
    line-height: 1.2em;
  }
  .block-usage__label {
    margin: 16px 0;
    padding: 15px 0;
    font-size: 22px;
    line-height: 1.1818181818em;
    border-radius: 10px;
  }
  .block-usage__info {
    padding: 21px 22px 8px 22px;
    width: 528px;
    border-radius: 10px;
  }
  .block-usage__info-flex {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 30px;
  }
  .block-usage__info-txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 24px;
    line-height: 1.7083333333em;
  }
  .block-usage__info-txt em {
    margin-top: 6px;
    line-height: 1.3333333333em;
  }
  .block-usage__info-fig {
    width: 327px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768.98px) {
  .block-usage {
    padding: 13.3333333333vw 0;
  }
  .block-usage__title {
    margin-bottom: 8.2051282051vw;
  }
  .block-usage__title img {
    width: 39.4871794872vw;
  }
  .block-usage__item {
    margin-top: 6.1538461538vw;
    padding: 5.641025641vw 6.1538461538vw;
    border-radius: 2.5641025641vw;
  }
  .block-usage__caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5641025641vw;
    font-size: 3.5897435897vw;
    line-height: 1.7142857143em;
    margin-bottom: 3.0769230769vw;
  }
  .block-usage__caption em {
    width: 35.8974358974vw;
    font-size: 5.3846153846vw;
    line-height: 1.8095238095em;
    border-radius: 2.5641025641vw;
  }
  .block-usage__fig {
    width: 100%;
    border-radius: 2.5641025641vw;
  }
  .block-usage__table {
    margin-top: 4.1025641026vw;
    width: 100%;
  }
  .block-usage__table th {
    padding: 3.8461538462vw 0;
    font-size: 3.5897435897vw;
    line-height: 1.6428571429em;
    border-radius: 2.5641025641vw 2.5641025641vw 0 0;
  }
  .block-usage__table td {
    padding: 3.0769230769vw 1em;
    font-size: 3.5897435897vw;
    line-height: 1.6428571429em;
  }
  .block-usage__table td:first-child {
    width: 48.7179487179vw;
  }
  .block-usage__notes {
    margin-top: 3.5897435897vw;
    font-size: 3.5897435897vw;
    line-height: 1.6428571429em;
  }
  .block-usage__notice {
    margin-top: 3.0769230769vw;
    font-size: 3.5897435897vw;
    line-height: 1.6428571429em;
  }
  .block-usage__label {
    margin: 3.0769230769vw 0;
    padding: 3.0769230769vw 0;
    font-size: 3.5897435897vw;
    line-height: 1.5em;
    border-radius: 2.5641025641vw;
  }
  .block-usage__info {
    margin-top: 4.1025641026vw;
    padding: 5.641025641vw 5.641025641vw;
    width: 100%;
    border-radius: 2.5641025641vw;
  }
  .block-usage__info-flex {
    margin-bottom: 3.0769230769vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.0769230769vw;
  }
  .block-usage__info-txt {
    font-size: 3.5897435897vw;
    line-height: 1.5em;
  }
  .block-usage__info-txt em {
    margin-top: 1.0256410256vw;
    line-height: 1.7142857143em;
  }
  .block-usage__info-fig {
    width: 100%;
    border-radius: 2.5641025641vw;
  }
}

.block-howto {
  background: url(/saran/assets/images/products/reed/bg_howto_reed.png) center center repeat;
  background-size: 27px 29px;
}
.block-howto__title {
  text-align: center;
}
.block-howto__container {
  background-color: #FFF;
}
.block-howto__item:not(:first-child) {
  border-top: 4px solid #E5E5E5;
}
.block-howto__item:first-child .block-howto__dt {
  background-color: #DC010B;
}
.block-howto__item:first-child .block-howto__txt {
  color: #DC010B;
}
.block-howto__item:first-child .block-howto__txt em {
  background-color: #DC010B;
}
.block-howto__item:first-child .block-howto__label {
  color: #DC010B;
  background-color: #FCE5E8;
}
.block-howto__item:nth-child(2) .block-howto__dt {
  background-color: #162680;
}
.block-howto__item:nth-child(2) .block-howto__txt {
  color: #162680;
}
.block-howto__item:nth-child(2) .block-howto__txt em {
  background-color: #162680;
}
.block-howto__fig {
  margin: 0;
}
.block-howto__img {
  width: 100%;
  vertical-align: bottom;
}
.block-howto__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.block-howto__dt {
  display: inline-block;
  text-align: center;
  color: #FFF;
  font-weight: 700;
}
.block-howto__dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.block-howto__dd em {
  font-weight: 700;
  font-style: normal;
}
.block-howto__li {
  position: relative;
}
.block-howto__li img {
  width: 100%;
}
.block-howto__txt {
  font-weight: 700;
}
.block-howto__txt em {
  display: inline-block;
  font-style: normal;
  color: #FFF;
}
.block-howto__txt span {
  display: block;
}
.block-howto__label {
  font-weight: 700;
}
.block-howto__block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-howto__block li {
  position: relative;
}
.block-howto__block img {
  width: 100%;
}
.block-howto__speech {
  position: absolute;
}
@media screen and (min-width: 769.98px) {
  .block-howto {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .block-howto__title {
    margin-bottom: 50px;
  }
  .block-howto__title img {
    width: 224px;
  }
  .block-howto__container {
    margin-top: 50px;
    border-radius: 30px;
    padding: 41px 41px 50px 41px;
  }
  .block-howto__item:not(:first-child) {
    margin-top: 72px;
    padding-top: 81px;
  }
  .block-howto__item:first-child .block-howto__speech {
    left: 46px;
    top: -51px;
  }
  .block-howto__item:nth-child(2) .block-howto__speech {
    left: -4px;
    top: -58px;
  }
  .block-howto__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 23px;
  }
  .block-howto__fig {
    width: 464px;
  }
  .block-howto__recipe {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 18px;
    line-height: 1.7222222222em;
  }
  .block-howto__dl {
    gap: 0 16px;
  }
  .block-howto__dl:not(:first-child) {
    margin-top: 16px;
  }
  .block-howto__dt {
    padding-top: 1px;
    width: 30px;
    font-size: 24px;
    line-height: 1.2083333333em;
  }
  .block-howto__dd {
    font-size: 18px;
    line-height: 1.7222222222em;
  }
  .block-howto__list {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 40px;
  }
  .block-howto__li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .block-howto__li .block-howto__speech {
    width: 217px;
  }
  .block-howto__txt {
    margin-top: 8px;
    font-size: 24px;
    line-height: 1.7083333333em;
  }
  .block-howto__txt em {
    margin: 0 5px;
    width: 30px;
    line-height: 1.25em;
    text-align: center;
  }
  .block-howto__txt span {
    font-size: 18px;
    line-height: 2em;
  }
  .block-howto__label {
    margin-top: 8px;
    padding: 9px 16px;
    font-size: 18px;
    line-height: 1.7777777778em;
  }
  .block-howto__block ul {
    gap: 0 8px;
  }
  .block-howto__block li {
    width: 206px;
  }
  .block-howto__block .block-howto__speech {
    width: 217px;
  }
  .block-howto__notice {
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.3333333333em;
  }
}
@media screen and (max-width: 768.98px) {
  .block-howto {
    padding: 10.7692307692vw 0;
  }
  .block-howto__title {
    margin-bottom: 8.2051282051vw;
  }
  .block-howto__title img {
    width: 46.1538461538vw;
  }
  .block-howto__container {
    margin: 8.2051282051vw 6.4102564103vw 0;
    border-radius: 3.8461538462vw;
    padding: 7.1794871795vw 3.3333333333vw;
  }
  .block-howto__item {
    padding: 6.6666666667vw 0;
  }
  .block-howto__item:not(:first-child) {
    border-width: 2px;
  }
  .block-howto__item:first-child {
    padding-top: 0;
  }
  .block-howto__item:first-child .block-howto__li:last-child {
    margin-top: 12.8205128205vw;
  }
  .block-howto__item:first-child .block-howto__speech {
    left: 11.5384615385vw;
    top: -12.8205128205vw;
  }
  .block-howto__item:nth-child(2) {
    padding-bottom: 0;
  }
  .block-howto__item:nth-child(2) .block-howto__block li:last-child {
    margin-top: 14.6153846154vw;
  }
  .block-howto__item:nth-child(2) .block-howto__speech {
    left: -1.0256410256vw;
    top: -14.6153846154vw;
  }
  .block-howto__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.1025641026vw;
  }
  .block-howto__fig {
    width: 100%;
  }
  .block-howto__recipe {
    font-size: 3.5897435897vw;
    line-height: 1.5em;
  }
  .block-howto__dl {
    gap: 0 3.0769230769vw;
  }
  .block-howto__dl:not(:first-child) {
    margin-top: 16px;
  }
  .block-howto__dt {
    padding-top: 0.2564102564vw;
    width: 5.8974358974vw;
    font-size: 4.6153846154vw;
    line-height: 1.2222222222em;
  }
  .block-howto__dd {
    margin-top: 0.5128205128vw;
    font-size: 3.5897435897vw;
    line-height: 1.5em;
  }
  .block-howto__list {
    margin: 4.1025641026vw auto 0;
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.1538461538vw;
  }
  .block-howto__li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .block-howto__li .block-howto__speech {
    width: 54.6153846154vw;
  }
  .block-howto__txt {
    margin-top: 2.0512820513vw;
    font-size: 4.6153846154vw;
    line-height: 1.6666666667em;
  }
  .block-howto__txt em {
    margin: 0 1.0256410256vw;
    width: 5.8974358974vw;
    line-height: 1.2777777778em;
    text-align: center;
  }
  .block-howto__txt span {
    font-size: 3.5897435897vw;
    line-height: 1.5em;
  }
  .block-howto__label {
    margin-top: 2.0512820513vw;
    padding: 3.0769230769vw 1em;
    font-size: 3.5897435897vw;
    line-height: 1.7142857143em;
  }
  .block-howto__block ul {
    width: 80%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.0512820513vw;
  }
  .block-howto__block li {
    width: 100%;
  }
  .block-howto__block li .block-howto__txt {
    margin-top: 1.0256410256vw;
  }
  .block-howto__block .block-howto__speech {
    width: 54.6153846154vw;
  }
  .block-howto__notice {
    margin: 3.0769230769vw 6.4102564103vw 0;
    font-size: 3.5897435897vw;
    line-height: 1.5em;
  }
}

.block-pdlineup__title {
  text-align: center;
}
.block-pdlineup .p-pdlineup__number {
  color: #162680;
}
.block-pdlineup .p-pdlineup__number::before {
  background-color: #162680;
}
@media screen and (min-width: 769.98px) {
  .block-pdlineup {
    padding-top: 80px;
  }
  .block-pdlineup__title {
    margin-bottom: 50px;
  }
  .block-pdlineup__title img {
    width: 126px;
  }
  .block-pdlineup .p-pdlineup__imgs img {
    width: 200px;
  }
}
@media screen and (max-width: 768.98px) {
  .block-pdlineup {
    padding-top: 10.7692307692vw;
  }
  .block-pdlineup__title {
    margin-bottom: 8.2051282051vw;
  }
  .block-pdlineup__title img {
    width: 25.8974358974vw;
  }
  .block-pdlineup .p-pdlineup__imgs {
    text-align: center;
  }
  .block-pdlineup .p-pdlineup__imgs img {
    margin: 0 auto;
    width: 51.2820512821vw;
  }
}