@charset "UTF-8";

/* common...mc-**
----------------------------------
---------------------------------- */

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

/* color */
.mc-color__main {
  color: #f5801f;
}

/* point number */
.mc-headingNumber {
  font-size: 36px;
  line-height: 1;
  font-family: "Cormorant Infant", sans-serif;
}

.mc-headingNumber .-large {
  padding-left: 0.08em;
  font-size: 64px;
  color: #f5801f;
  vertical-align: -0.04em;
}

@media screen and (max-width: 768px) {
  .mc-headingNumber {
    font-size: 30px;
  }
  .mc-headingNumber .-large {
    font-size: 48px;
  }
}

/* btn */
.mc-designbtn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 470px;
  height: 100%;
  padding: 25px 16px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  background-color: #f5801f;
  border: 2px solid #f5801f;
  border-radius: 6px;
  -webkit-transition: 0.175s;
  transition: 0.175s;
}

.mc-designbtn:after {
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .mc-designbtn {
    padding: 14px 26px 14px 16px;
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  .mc-designbtn:hover {
    opacity: 0.5;
  }
}

/* heading */
.mc-heading {
  font-size: 36px;
  line-height: 1.6;
  text-align: center;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-weight: 500;
}

.mc-heading .-border {
  position: relative;
}

.mc-heading .-decoration:before {
  position: absolute;
  top: -35px;
  left: 50%;
  display: block;
  width: 45px;
  height: 20px;
  content: "";
  background: url("/include/shopping/mail/top/image/icn_titleDecoration.svg") no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
}

.mc-heading .-decoration--small:before {
  position: absolute;
  top: -20px;
  left: 50%;
  display: block;
  width: 45px;
  height: 20px;
  content: "";
  background: url("/include/shopping/mail/top/image/icn_titleDecoration.svg") no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
}

.mc-heading .-border:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  content: " ";
  border-bottom: solid 14px #fff7e5;
}

.mc-heading .-largeNumber {
  font-size: 68px;
  color: #f5801f;
  font-family: "Cormorant Infant", sans-serif;
}

.mc-heading .-largeText {
  font-size: 56px;
  color: #f5801f;
}

@media screen and (min-width: 769px) {
  /* 見出しposition分調整 */
  .mc-heading.-space8 {
    padding-top: 8px;
  }

  .mc-heading.-space24 {
    padding-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .mc-heading {
    font-size: 22px;
  }

  .mc-heading .-largeNumber {
    font-size: 48px;
  }

  .mc-heading .-largeText {
    font-size: 34px;
  }

  .mc-heading .-decoration:before {
    top: -26px;
    width: 27px;
    height: 14px;
  }

  .mc-heading .-decoration--small:before {
    top: -7px;
    width: 27px;
    height: 14px;
  }

  .mc-heading .-border:after {
    border-bottom: solid 8px #fff7e5;
  }
}

/* caution (add number) */
.c-list.-caution .c-list__item.mc-cautionNum {
  padding-left: 2em;
  text-indent: -2em;
}

/* title bnr
----------------------------------
---------------------------------- */
.c-mvblock {
  position: relative;
  display: block;
  width: 100%;
}

.c-mvblock__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.c-mvblock__ttlbnr {
  width: 100%;
  padding-top: 38.3333333333%;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  background: url("/include/shopping/mail/top/image/mail_titlebnr_220420_pc.png") no-repeat 0 0/100%;
}

@media screen and (max-width: 768px) {
  .c-mvblock__ttlbnr {
    padding-top: 61.3333333333%;
    background: url("/include/shopping/mail/top/image/mail_titlebnr_220420_sp.png") no-repeat 0 0/100%;
  }
}

/* nav
----------------------------------
---------------------------------- */
.p-nav {
  display: block;
  width: 100%;
  margin-top: 32px;
}

.p-navLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 24px);
  margin-top: -30px;
  margin-left: -24px;
}

.p-navItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc((100% - 96px) / 4);
  height: auto;
  margin-top: 30px;
  margin-left: 24px;
  position: relative;
  overflow: hidden;
}
.p-navItem:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: calc(100% - 40px);
  content: "";
  background-color: #fff7e5;
}
.p-navLink {
  display: block;
  width: 100%;
  -webkit-transition: 0.175s;
  transition: 0.175s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.p-navLink * {
  cursor: pointer;
}

.p-navCont {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 0 16px calc(48px + 28px + 22px);
  justify-content: flex-start;
  align-items: center;
}

.p-navHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 29%;
  text-align: center;
}

.p-navHeading .-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  margin-top: 24px;
  font-size: 24px;
  line-height: 1.3;
}

.p-navHeading .-main span {
  display: inline-block;
}

.p-navBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 32px;
}

.p-navImage {
  text-align: center;
}

.p-navImage > img {
  max-width: 150px;
  height: auto;
}

.p-navText {
  margin-top: 32px;
}

.p-navArrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 48px 0 22px;
}

.p-navArrow > img {
  height: 28px;
}

@media screen and (min-width: 769px) {
  .p-navLink:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 840px) {
  .p-nav {
    padding: 0 14px;
  }

  .p-navLists {
    margin-top: -60px;
  }

  .p-navItem {
    width: 100%;
    margin-top: 60px;
  }

  .p-navItem:after {
    height: calc(100% - 30px);
  }

  .p-navHeading {
    min-height: auto;
  }

  .p-navHeading .-main {
    align-items: center;
    font-size: 22px;
  }

  .p-navImage > img {
    max-width: calc(100px + 50 * (100vw - 374px) / 393);
    height: auto;
  }

  .p-navCont {
    padding: 0 16px calc(24px + 28px + 22px);
  }

  .p-navArrow {
    padding: 24px 0 22px;
  }
}

/* point
----------------------------------
---------------------------------- */
.p-point__heading {
  position: relative;
}

.p-point__heading:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: calc(100% - 40px);
  content: "";
  background-color: #fff7e5;
}

.p-point__heading .-main {
  display: block;
  padding: 0 16px 20px;
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
}

.p-point__heading .-notic {
  font-size: 18px;
  font-weight: 400;
}

.p-point__subheading {
  text-align: center;
  display: block;
}

.p-point__subheading .-main {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
}

.p-point__textArea {
  width: 100%;
  margin-top: 30px;
}

.p-point__textInner {
  width: fit-content;
  margin: 0 auto;
}

.p-point__image {
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-point__heading:after {
    height: calc(100% - 30px);
  }

  .p-point__heading .-number {
    text-align: center;
  }

  .p-point__heading .-main {
    padding: 16px 16px 24px;
    font-size: 18px;
  }

  .p-point__heading .-notic {
    font-size: 14px;
  }

  .p-point__subheading .-main {
    font-size: 18px;
  }
}
