/* --------------------------------------------------
	section size
-------------------------------------------------- */
.style {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 600;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
@media screen and (max-width: 768px) {
  .style {
    padding: 1.5rem 0 0 0;
    border-radius: 0;
  }
}

/* sec-lead
--------------------------------*/
.sec-lead {
  padding: 0 0 1.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sec-lead .sec-ttl {
  font-size: 3.6rem;
  line-height: 1.75;
  letter-spacing: 0.075em;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .sec-lead .sec-ttl {
    font-size: 3.3rem;
    line-height: 1.5757575758;
    letter-spacing: 0.075em;
    font-weight: 600;
  }
}

/* sec-shop
--------------------------------*/
.sec-shop {
  padding: 3.5rem 0 3rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec-shop {
    padding: 5rem 0 0 0;
  }
  .sec-shop .c-title img {
    max-width: 9.3rem;
  }
}
.sec-shop .box-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  gap: 2.5rem 3.5rem;
}
@media screen and (max-width: 768px) {
  .sec-shop .box-wrap {
    display: block;
  }
}
.sec-shop .box-wrap .box {
  width: calc((100% - 3.5rem) / 2);
}
@media screen and (max-width: 768px) {
  .sec-shop .box-wrap .box {
    width: 100%;
  }
  .sec-shop .box-wrap .box + .box {
    margin-top: 2.5rem;
  }
}
.sec-shop .box-wrap .box__img {
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .sec-shop .box-wrap .box__img {
    margin-bottom: 1.5rem;
  }
}
.sec-shop .box-wrap .box__ttl {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .sec-shop .box-wrap .box__ttl {
    font-size: 2rem;
    line-height: 1.15;
    letter-spacing: 0.075em;
    font-weight: 600;
    margin-bottom: 1rem;
  }
}
.sec-shop .box-wrap .box__text {
  font-size: 1.3rem;
  line-height: 1.4615384615;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec-shop .box-wrap .box__text {
    font-size: 1.6rem;
    line-height: 1.375;
    letter-spacing: 0.075em;
    font-weight: 600;
  }
}
.sec-shop .box-wrap.-large {
  position: relative;
  margin-top: 2.5rem;
  padding-top: 4.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec-shop .box-wrap.-large {
    padding-top: 3.6rem;
  }
}
.sec-shop .box-wrap.-large .box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec-shop .box-wrap.-large .box {
    display: block;
  }
}
.sec-shop .box-wrap.-large .box figure {
  width: 16.8rem;
}
@media screen and (max-width: 768px) {
  .sec-shop .box-wrap.-large .box figure {
    display: none;
  }
}
.sec-shop .box-wrap.-large .box__txt {
  width: 22rem;
  padding-left: 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec-shop .box-wrap.-large .box__txt {
    width: 100%;
    padding-left: 0;
  }
}
.sec-shop .box-wrap.-large .bg-img {
  position: relative;
  z-index: 1;
  top: -0.4rem;
  right: -4rem;
}
@media screen and (max-width: 768px) {
  .sec-shop .box-wrap.-large .bg-img {
    top: 0;
    right: 0;
  }
}
.sec-shop .box-wrap.-color-box {
  display: block;
  margin-top: -5.5rem;
  padding: 4rem 3.4rem 4.4rem 3rem;
  background: #faf8f4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec-shop .box-wrap.-color-box {
    margin: -1rem -2rem 0 -2rem;
    padding: 2.6rem 2rem;
  }
}
.sec-shop .box-wrap.-color-box .box {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .sec-shop .box-wrap.-color-box .box {
    position: relative;
    display: block;
    padding-top: 14rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.sec-shop .box-wrap.-color-box .box figure {
  width: 27.8rem;
}
@media screen and (max-width: 768px) {
  .sec-shop .box-wrap.-color-box .box figure {
    float: right;
    width: 16rem;
    margin: 0.7rem 0 0 1rem;
  }
}
.sec-shop .box-wrap.-color-box .box__img {
  margin-bottom: 0;
}
.sec-shop .box-wrap.-color-box .box__txt {
  width: calc(100% - 27.8rem);
  padding-right: 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec-shop .box-wrap.-color-box .box__txt {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-shop .box-wrap.-color-box .box__ttl {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.sec-shop .box-wrap.-color-box .box__lead {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600;
  margin: 1.5rem 0;
  padding-right: 2.5rem;
}
@media screen and (max-width: 768px) {
  .sec-shop .box-wrap.-color-box .box__lead {
    position: absolute;
    width: 100%;
    top: 3rem;
    left: 0;
    font-size: 2.2rem;
    line-height: 1.3636363636;
    font-weight: 600;
    margin: 0;
    padding: 0;
  }
}
.sec-shop .box-wrap.-color-box .box__text {
  text-align: justify;
}
/* sec-message
--------------------------------*/
.sec-message {
  padding: 3.5rem 0 10rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec-message {
    padding: 4rem 0 6.5rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-message {
    padding: 5rem 0 0 0;
  }
  .sec-message .c-title img {
    max-width: 13.8rem;
  }
}
.sec-message .msg-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
@media screen and (max-width: 768px) {
  .sec-message .msg-box {
    display: block;
  }
}
.sec-message .msg-box .box__img {
  width: calc(100% - 48.2rem);
}
@media screen and (max-width: 768px) {
  .sec-message .msg-box .box__img {
    width: 100%;
    max-width: 14rem;
  }
}
.sec-message .msg-box .box__img .text {
  width: 160px;
  margin: 0.5rem 0 0 0;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.5454545455;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec-message .msg-box .box__img .text {
    width: 13.6rem;
    font-size: 1.2rem;
    line-height: 1.4166666667;
    letter-spacing: 0.06em;
    font-weight: 500;
  }
}
.sec-message .msg-box .box__img .text .name {
  display: block;
  font-size: 1.3rem;
  line-height: 1.3076923077;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec-message .msg-box .box__img .text .name {
    font-size: 1.6rem;
    line-height: 1.1875;
    letter-spacing: 0.06em;
    font-weight: 500;
  }
}
.sec-message .msg-box .box__fukidashi {
  position: relative;
  width: 48.2rem;
  border: 1px solid #d2d2d3;
  padding: 2rem 3.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec-message .msg-box .box__fukidashi {
    width: 100%;
    margin-top: 3.6rem;
    padding: 2.5rem 2rem;
  }
}
.sec-message .msg-box .box__fukidashi:before, .sec-message .msg-box .box__fukidashi:after {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  right: 100%;
  top: 50px;
}
@media screen and (max-width: 768px) {
  .sec-message .msg-box .box__fukidashi:before, .sec-message .msg-box .box__fukidashi:after {
    left: 4.5rem;
    top: -4rem;
  }
}
.sec-message .msg-box .box__fukidashi:before {
  left: -58px;
  margin-top: -18px;
  border: 18px solid transparent;
  border-right: 41px solid #FFF;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec-message .msg-box .box__fukidashi:before {
    left: 2.5rem;
    margin-top: 0.4rem;
    margin-left: 1.8rem;
    border: 1.6rem solid transparent;
    border-right: 3.2rem solid #FFF;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.sec-message .msg-box .box__fukidashi:after {
  left: -61px;
  margin-top: -19px;
  border: 19px solid transparent;
  border-right: 42px solid #d2d2d3;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec-message .msg-box .box__fukidashi:after {
    left: 2.5rem;
    margin-top: 0.2rem;
    margin-left: 1.9rem;
    border: 1.5rem solid transparent;
    border-right: 3.1rem solid #d2d2d3;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.sec-message .msg-box .box__fukidashi .ttl {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 600;
  color: #00a0e9;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .sec-message .msg-box .box__fukidashi .ttl {
    font-size: 2.3rem;
    line-height: 1.4347826087;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
.sec-message .msg-box .box__fukidashi .text {
  font-size: 1.3rem;
  line-height: 1.6923076923;
  font-weight: 500;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .sec-message .msg-box .box__fukidashi .text {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 500;
  }
}
.sec-message .msg-box.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sec-message .msg-box.-reverse .box__img {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .sec-message .msg-box.-reverse .box__img {
    margin: 0 0 0 auto;
  }
}
.sec-message .msg-box.-reverse .box__img .text {
  width: 148px;
  margin: 0.5rem 0 0 auto;
}
.sec-message .msg-box.-reverse .box__fukidashi:before, .sec-message .msg-box.-reverse .box__fukidashi:after {
  left: 100%;
  right: auto;
}
@media screen and (max-width: 768px) {
  .sec-message .msg-box.-reverse .box__fukidashi:before, .sec-message .msg-box.-reverse .box__fukidashi:after {
    left: auto;
  }
}
.sec-message .msg-box.-reverse .box__fukidashi:before {
  right: -58px;
  border-left: 41px solid #FFF;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .sec-message .msg-box.-reverse .box__fukidashi:before {
    right: 3rem;
    left: auto;
    margin-top: 0.2rem;
    margin-left: 1.8rem;
    border: 1.6rem solid transparent;
    border-right: 3.2rem solid #FFF;
    border-left: 2rem solid transparent;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.sec-message .msg-box.-reverse .box__fukidashi:after {
  right: -61px;
  border-left: 42px solid #d2d2d3;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .sec-message .msg-box.-reverse .box__fukidashi:after {
    right: 3.1rem;
    left: auto;
    margin-top: 0rem;
    margin-left: 1.8rem;
    border: 1.5rem solid transparent;
    border-right: 3.1rem solid #d2d2d3;
    border-left: 1.9rem solid transparent;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.sec-message .msg-box + .msg-box {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .sec-message .msg-box + .msg-box {
    margin-top: 3.5rem;
  }
}
.sec-message .msg-box:nth-of-type(3) .box__img .text {
  width: 149px;
}
@media screen and (max-width: 768px) {
  .sec-message .msg-box:nth-of-type(3) .box__img .text {
    width: 100%;
  }
}