@charset "UTF-8";

/*================= ▼ COMMON =================*/

html {
  -webkit-text-size-adjust: none;
  font-size: 62.5%;
}

@media (max-width: 1400px) and (min-width: 751px) {
  html {
    font-size: 0.7142857142857143vw;
  }
}

@media (max-width: 750px) {
  html {
    font-size: 1.333vw;
  }
}

.sp {
  display: none;
}

@media (max-width: 750px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}

@media (max-width: 750px) {
  .pc {
    display: none;
  }
}

body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}

.bree-serif {
  font-family: "Bree Serif", serif;
}

body[data-active="true"] {
  overflow: hidden;
}

body[data-active="flase"] {
  overflow: initial;
}

img {
  max-width: 100%;
  height: auto;
}

#wrapper {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-width: initial;
  min-height: 100vh;
  background-image: none;
}

*[data-anime="true"] {
  opacity: 1;
  transition: opacity 1s ease;
}

*[data-anime="false"] {
  opacity: 0;
  transition: opacity 1s ease;
}

main {
  overflow-x: hidden;
}

/*================= ▼ ARROW-BTN =================*/

.arrow-btn {
  position: fixed;
  bottom: 5.6rem;
  right: 3.2rem;
  z-index: 1000;
  cursor: pointer;
  transition: opacity 0.5s, visibility 0.5s;
}

.arrow-btn[data-active="true"] {
  opacity: 1;
  visibility: visible;
}

.arrow-btn[data-active="false"] {
  opacity: 0;
  visibility: hidden;
}

.arrow-btn img {
  width: 8rem;
  height: 8rem;
}

/*================= ▼ FIXED-NAV =================*/

.fixed-nav {
  position: fixed;
  top: 24rem;
  right: 0;
  z-index: 1000;
  cursor: pointer;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.fixed-nav[data-active="false"] {
  opacity: 0;
  visibility: hidden;
}

.fixed-nav[data-active="true"] {
  opacity: 1;
  visibility: visible;
}

.fixed-nav img {
  width: 35rem;
  height: 12.1rem;
}

/*================= ▼ MODAL =================*/

.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  transition: visibility 0.6s ease, opacity 0.6s ease;
}

.modal-bg[data-expanded="true"] {
  opacity: 1;
  visibility: visible;
}

.modal-bg[data-expanded="false"] {
  opacity: 0;
  visibility: hidden;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10000;
  width: 126rem;
  transform: translate(-50%, -50%);
  will-change: transform;
  transition: visibility 0.6s ease, opacity 0.6s ease,
    transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.modal[aria-modal="true"] {
  visibility: visible;
  opacity: 1;
  will-change: transform;
  transform: translate(-50%, -50%);
}

.modal[aria-modal="false"] {
  visibility: hidden;
  opacity: 0;
  will-change: transform;
  transform: translate(-50%, -44%);
}

.modal .inner .modal-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 13rem;
  border-radius: 1rem 1rem 0 0;
  background-color: #48558f;
}

.modal .inner .modal-title p {
  color: #fff;
  font-size: 2.6rem;
  text-align: center;
}

.modal .inner .modal-title .modal-close-button {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 10;
  cursor: pointer;
}

.modal .inner .modal-title .modal-close-button img {
  width: 4.3rem;
  height: 4.3rem;
}

.modal .inner .modal-content {
  margin: -1px 0 0 0;
  height: 80vh;
  border: 5px solid #48558f;
  background-color: #fff;
  border-radius: 0 0 1rem 1rem;
  overflow-y: scroll;
}

.modal.video {
  height: 90vh;
  background-color: #e0808a;
  border-radius: 1rem;
}

.modal.video .inner .modal-close-button {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 10;
  cursor: pointer;
}

.modal.video .inner .modal-video {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
}

.modal.video .inner .modal-video video {
  width: 80rem;
  height: 80vh;
  border-radius: 1rem;
}

.modal .inner .modal-content .inner {
  margin: 0 auto;
  padding: 5.6rem 0;
  max-width: 84rem;
}

.modal .inner .modal-content .inner .image {
  display: flex;
  justify-content: center;
  gap: 10rem;
  margin: 0 0 3.2rem 0;
}

.modal .inner .modal-content .inner .image img {
  width: 32.1rem;
  height: 23.1rem;
}

.modal .inner .modal-content .inner .image figcaption {
  margin: 1.6rem 0 0 0;
  font-size: 1.8rem;
  text-align: center;
}

.modal .inner .modal-content .inner .image-text {
  text-align: center;
  margin: 0 0 8rem 0;
  font-size: 1.6rem;
  color: #949495;
}

.modal .inner .modal-content .inner dl:nth-of-type(n + 2) {
  margin: 4.8rem 0 0 0;
}

.modal .inner .modal-content .inner dl dt {
  color: #e0808a;
  font-size: 2.8rem;
}

.modal .inner .modal-content .inner dl dd {
  margin: 2rem 0 0 0;
  font-size: 1.8rem;
  line-height: 1.7;
}

.modal .inner .modal-content .inner dl dd .modal-image10 {
  width: 82.2rem;
  height: 23.6rem;
}

.modal .inner .modal-content .inner dl dd .modal-image11 {
  width: 82.2rem;
  height: 18.9rem;
}

.modal:nth-of-type(11) .inner .modal-content .inner p:nth-child(1),
.modal:nth-of-type(11) .inner .modal-content .inner p:nth-child(3) {
  font-size: 1.8rem;
  font-weight: 500;
}
.modal:nth-of-type(11) .inner .modal-content .inner p:nth-child(3) {
  margin: 4.8rem 0 0 0;
}

.modal:nth-of-type(11) .inner .modal-content .inner p:nth-child(2),
.modal:nth-of-type(11) .inner .modal-content .inner p:nth-child(4) {
  margin: 0.5rem 0 0 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
}

.modal:nth-of-type(11) .inner .modal-content .inner p:nth-child(5) {
  margin: 4.8rem 0 0 0;
  font-size: 1.8rem;
  font-weight: 500;
}

.modal.pink .inner .modal-title {
  display: flex;
  background-color: #e0808a;
}

.modal.pink .inner .modal-title p {
  text-align: left;
}

.modal.pink .inner .modal-title span {
  display: inline-block;
  margin: 0 2rem 0 0;
  color: #fff;
  font-size: 4rem;
}

.modal.pink .inner .modal-content {
  max-height: 80vh;
  height: 100%;
  border: 5px solid #e0808a;
}

.modal.pink .inner .modal-content .inner dl dd .caution {
  margin: 2.4rem 0 0 0;
  padding: 2.8rem 3.2rem;
  background-color: #f9e6e8;
  border-radius: 2rem;
}

.modal.pink .inner .modal-content .inner dl dd .caution .caution-title {
  color: #e0808a;
  font-size: 2.4rem;
}

.modal.pink .inner .modal-content .inner dl dd .caution .caution-content {
  display: flex;
  justify-content: space-between;
}

.modal.pink .inner .modal-content .inner dl dd .caution .caution-content p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
}

.modal.pink .inner .modal-content .inner dl dd .caution .caution-content img {
  margin: -6rem 0 0 0;
  width: 24.1rem;
  height: 21.3rem;
}

.modal.pink .inner .modal-content .inner dl dd .caution .caution-text {
  margin: 1rem 0 0 0;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

.modal.pink .inner .modal-content .inner dl dd .caution-sub-title {
  color: #e0808a;
  font-size: 2.2rem;
}

.modal.pink .inner .modal-content .inner .intro {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
}

.modal.pink .inner .modal-content .inner .intro-second {
  margin: 4rem 0 0 0;
  font-size: 1.8rem;
  font-weight: 500;
}

.modal.pink .inner .modal-content .inner ol {
  margin: 0.5rem 0 0 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
}

.modal.pink .inner .modal-content .inner .img {
  margin: 3rem 0 0 0;
  width: 82.2rem;
  height: 23.6rem;
}

.modal.pink .inner .modal-content .inner .caution {
  margin: 2.4rem 0 0 0;
  font-size: 1.8rem;
  line-height: 1.7;
}

.modal.shopping-modal .inner {
  position: relative;
  background-color: #fad4ca;
  border-radius: 1rem;
}

.modal.shopping-modal .inner .modal-close-button {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 10;
  cursor: pointer;
}

.modal.shopping-modal {
  width: 100rem;
}

.modal.shopping-modal .inner p {
  padding: 7.6rem 0 0 0;
  color: #d67c85;
  font-size: 4.4rem;
  font-weight: 500;
  text-align: center;
}

.modal.shopping-modal .inner .cortf-img {
  display: flex;
  justify-content: center;
  margin: 4.6rem 0 4rem 0;
}

.modal.shopping-modal .inner .cortf-img img {
  width: 51.8rem;
  height: 24.4rem;
}

.modal.shopping-modal .inner ul {
  display: flex;
  justify-content: center;
  gap: 3rem;
  padding: 3.4rem 0;
  background-color: #d67c85;
  border-radius: 0 0 1rem 1rem;
}

.modal.shopping-modal .inner ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21rem;
  height: 6.2rem;
  background-color: #fff;
}

.modal.shopping-modal .inner ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  z-index: 10;
  width: 1.1rem;
  height: 1.8rem;
  background-image: url("/site_cort-f/images/site-cort-f/shopping-image01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.modal.shopping-modal .inner ul li:nth-child(1) img {
  width: 23.7rem;
}

.modal.shopping-modal .inner ul li:nth-child(2) img {
  width: 23.7rem;
}

.modal.shopping-modal .inner ul li:nth-child(3) img {
  width: 12.9rem;
}

.modal.shopping-modal .inner ul li:nth-child(4) img {
  width: 14.1rem;
}

/*================= ▼ YOUTUBE-SECTION =================*/

.youtube h2 {
  text-align: center;
  margin: 8rem auto 0;
  font-size: 3rem;
  font-weight: 500;
  color: #d67c85;
}

.youtube .youtube-modal {
  margin: 3rem auto 0;
  width: fit-content;
  max-width: 38.1rem;
  cursor: pointer;
}

.youtube .youtube-modal figure img {
  width: 100%;
  height: auto;
}

.modal.youtube-modal {
  width: 60rem;
  margin: 0 auto;
}

.modal.youtube-modal .inner {
  max-height: 90dvh;
  overflow: auto;
  overscroll-behavior: contain;
}

.modal.youtube-modal .inner .modal-close-button {
  text-align: right;
  cursor: pointer;
}

.product-modal__video.product-modal__video--short {
  margin: 0 auto;
  width: 68.5%;
  max-width: 41.1rem;
}

.product-modal__video.product-modal__video--short .product-modal__youtube {
  position: relative;
  padding-top: 150%;
  width: 100%;
}

.product-modal__youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


/*================= ▼ MV-SECTION =================*/

.mv .inner img {
  width: 192rem;
  height: 126.2rem;
  object-fit: cover;
}

/*================= ▼ INTRO-SECTION =================*/

.intro .inner {
  position: relative;
  margin: -55rem auto 0 auto;
  max-width: 140rem;
}

.intro .inner p:nth-child(1) {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}

.intro .inner p:nth-child(2) {
  margin: 2.8rem 0 0 0;
  text-align: center;
}

.intro .inner p:nth-child(2) img {
  width: 44.4rem;
}

.intro .inner p:nth-child(3) {
  position: absolute;
  top: -12rem;
  right: 10rem;
  z-index: 10;
}

.intro .inner p:nth-child(3) img {
  width: 36.9rem;
}

.intro .inner p:nth-child(4) {
  margin: 10.6rem 0 0 0;
  text-align: center;
}

.intro .inner p:nth-child(4) img {
  width: 74.5rem;
}

.intro .inner p:nth-child(5) {
  margin: 4rem 0 0 0;
  text-align: center;
}

.intro .inner p:nth-child(5) img {
  width: 45.5rem;
}

.intro .inner p:nth-child(6) {
  margin: 3.2rem 0 0 0;
  color: #80534d;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
}

.intro .inner p:nth-child(7) {
  position: absolute;
  top: -30rem;
  left: 20rem;
  z-index: 10;
}

.intro .inner p:nth-child(7) img {
  width: 17.7rem;
}

/*================= ▼ REASON-SECTION =================*/

.reason .inner {
  display: flex;
  margin: 10.4rem auto 10.4rem auto;
  padding: 5.2rem 0 2rem 5.4rem;
  max-width: 108rem;
  background-color: #e9a89e;
  border-radius: 2rem;
}

.reason .inner h2 {
  position: relative;
  width: 32rem;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.2em;
}

.reason .inner h2::after {
  content: "";
  position: absolute;
  top: 21rem;
  left: 5rem;
  z-index: 10;
  width: 30.7rem;
  height: 15.4rem;
  background-image: url("/site_cort-f/images/site-cort-f/reason-image04.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.reason .inner .reason-list {
  display: flex;
  flex-direction: column;
  margin: 5.6rem 0 0 8rem;
}

.reason .inner .reason-list ul:nth-child(1) li {
  position: relative;
  display: flex;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

.reason .inner .reason-list ul:nth-child(1) li:nth-child(n + 2) {
  margin: 2rem 0 0 0;
}

.reason .inner .reason-list ul:nth-child(1) li::before {
  content: "";
  display: inline-block;
  margin: 0 1rem 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.reason .inner .reason-list ul:nth-child(1) li:nth-child(1)::before {
  width: 2rem;
  height: 1.8rem;
  background-image: url("/site_cort-f/images/site-cort-f/reason-image01.svg");
}

.reason .inner .reason-list ul:nth-child(1) li:nth-child(2)::before {
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("/site_cort-f/images/site-cort-f/reason-image02.svg");
}

.reason .inner .reason-list ul:nth-child(1) li:nth-child(3)::before {
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("/site_cort-f/images/site-cort-f/reason-image03.svg");
}

.reason .inner .reason-list ul:nth-child(1) li p {
  width: 100%;
}

.reason .inner .reason-list ul:nth-child(2) {
  display: flex;
  gap: 1.8rem;
  margin: 5.6rem 0 0 0;
}

.reason .inner .reason-list ul:nth-child(2) li:nth-child(3) {
  margin: 0 0 0 1.6rem;
}

.reason .inner .reason-list ul:nth-child(2) li:not(:nth-child(3)) span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18rem;
  height: 3.8rem;
  border-radius: 5rem;
  background-color: #fff;
  border: 1px solid #fff;
  color: #e9a89e;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: border 0.2s ease, color 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
  .reason .inner .reason-list ul:nth-child(2) li:not(:nth-child(3)) span:hover {
    border: 1px solid #595757;
    color: #595757;
  }
}

.reason .inner .reason-list ul:nth-child(2) li:nth-child(3) a img {
  width: 16.4rem;
  height: 6.05rem;
}

/*================= ▼ MAMATAS-SECTION =================*/

.mamatas .inner {
  position: relative;
  margin: 7.2rem auto 0 auto;
  max-width: 113rem;
  height: 42.4rem;
}

.mamatas .inner .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 110.9rem;
}

.mamatas .inner .contents {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  height: 100%;
}

.mamatas .inner .contents p {
  color: #e63b67;
  font-size: 4rem;
}

.mamatas .inner .contents div img {
  width: 33.6rem;
}

.mamatas .inner .contents div h2 {
  color: #e63b67;
  font-size: 2.7rem;
  font-weight: 900;
  letter-spacing: 3px;
}

/*================= ▼ SHOPPING-SECTION =================*/

.shopping .inner {
  margin: 0 auto;
  max-width: 108rem;
}

.shopping .inner h2 {
  position: relative;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.shopping .inner h2::before {
  content: "";
  display: inline-block;
  margin: 0 6rem 0 0;
  width: 2.8rem;
  height: 2.4rem;
  background-image: url("/site_cort-f/images/site-cort-f/shopping-image02.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.shopping .inner h2::after {
  content: "";
  display: inline-block;
  margin: 0 0 0 5rem;
  width: 2.8rem;
  height: 2.4rem;
  background-image: url("/site_cort-f/images/site-cort-f/shopping-image02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(-1, 1);
}

.shopping .inner ul {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin: 2rem 0 0 0;
}

.shopping .inner ul li:nth-child(1) img {
  width: 23.7rem;
  height: 6.4rem;
}

.shopping .inner ul li:nth-child(2) img {
  width: 23.7rem;
  height: 6.3rem;
}

.shopping .inner ul li:nth-child(3) img {
  width: 18.1rem;
  height: 4.6rem;
}

.shopping .inner ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27rem;
  height: 7.2rem;
  border: 1px solid #595757;
}

.shopping .inner ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  z-index: 10;
  width: 1.1rem;
  height: 1.8rem;
  background-image: url("/site_cort-f/images/site-cort-f/shopping-image01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

/*================= ▼ FLOW-SECTION =================*/

.flow {
  margin: 11.2rem 0 0 0;
}

.flow .flow-bg01 {
  width: 192rem;
  height: 48rem;
  object-fit: cover;
}

.flow .inner {
  position: relative;
}

.flow .inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("/site_cort-f/images/site-cort-f/flow-bg02.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 192rem auto;
}

.flow .flow-container {
  margin: 0 auto;
  padding: 0 0 15rem 0;
  max-width: 113rem;
}

.flow .flow-container h2 {
  padding: 12.8rem 0 0 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.6;
}

.flow .flow-container dl {
  position: relative;
  z-index: 10;
}

.flow .flow-container dl:nth-of-type(1)::after {
  content: "";
  position: absolute;
  top: -3rem;
  left: 40rem;
  z-index: -1;
  width: 35.2rem;
  height: 29.5rem;
  background-image: url("/site_cort-f/images/site-cort-f/flow-bg03.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.flow .flow-container dl:nth-of-type(2)::after {
  content: "";
  position: absolute;
  top: -5rem;
  left: -38rem;
  z-index: -1;
  width: 40.5rem;
  height: 31.1rem;
  background-image: url("/site_cort-f/images/site-cort-f/flow-bg04.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.flow .flow-container dl:nth-of-type(1) {
  margin: 9rem 0 0 18rem;
}

.flow .flow-container dl:nth-of-type(2) {
  margin: 17rem 0 0 54rem;
}

.flow .flow-container dl dt h3 {
  display: inline;
  background: linear-gradient(to bottom, transparent 75%, #ffffbe 25%);
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.8;
}

.flow .flow-container dl dd {
  position: relative;
}

.flow .flow-container dl dd p {
  margin: 3rem 0 0 0;
  font-size: 1.8rem;
  line-height: 1.7;
}

.flow-image01 {
  margin: 14rem 0 0 0;
  text-align: center;
}

.flow-image01 img {
  width: 63.7rem;
  height: 41.8rem;
}

.flow .flow-container .flow-title {
  margin: 20rem 0 0 0;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}

.flow .flow-container .flow-list {
  display: flex;
  gap: 3rem;
  margin: 4rem 0 0 0;
}

.flow .flow-container .flow-list li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 25.5rem;
  height: 25.5rem;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: border 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
  .flow .flow-container .flow-list li:hover {
    border: 1px solid #595757;
  }
}

.flow .flow-container .flow-list li figure {
  display: flex;
  align-items: flex-end;
  min-height: 13.2rem;
}

.flow .flow-container .flow-list li:nth-child(1) figure img {
  width: 8.1rem;
  height: 12.7rem;
}

.flow .flow-container .flow-list li:nth-child(2) figure img {
  width: 14.7rem;
  height: 10rem;
}

.flow .flow-container .flow-list li:nth-child(3) figure img {
  width: 14.8rem;
  height: 13.2rem;
}

.flow .flow-container .flow-list li:nth-child(4) figure img {
  width: 16.3rem;
  height: 10.1rem;
}

.flow .flow-container .flow-list li p {
  margin: 2rem 0 0 0;
  font-size: 1.8rem;
  text-align: center;
}

.flow .flow-container .flow-list li span {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.4rem;
  height: 3.8rem;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 5rem;
  color: #e9a89e;
  font-size: 1.6rem;
  font-weight: 700;
  transform: translateX(-50%);
  transition: border 0.2s ease, color 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
  .flow .flow-container .flow-list li:hover span {
    border: 1px solid #595757;
    color: #595757;
  }
}

.flow .flow-container .flow-title02 {
  margin: 15rem 0 0 0;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}

.flow .flow-container .flow-list02 {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin: 4rem 0 0 0;
}

.flow .flow-container .flow-list02 li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 25.5rem;
  height: 25.5rem;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: border 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
  .flow .flow-container .flow-list02 li:hover {
    border: 1px solid #595757;
  }
}

.flow .flow-container .flow-list02 li figure {
  display: flex;
  align-items: center;
  min-height: 14.6rem;
}

.flow .flow-container .flow-list02 li:nth-child(1) figure img {
  width: 17.7rem;
  height: 14.6rem;
}

.flow .flow-container .flow-list02 li:nth-child(2) figure img {
  width: 13.1rem;
  height: 10.8rem;
}

.flow .flow-container .flow-list02 li p {
  font-size: 1.8rem;
  text-align: center;
}

.flow .flow-container .flow-list02 li span {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.4rem;
  height: 3.8rem;
  background-color: #fff;
  border: 1px solid #fff;
  color: #e9a89e;
  border-radius: 5rem;
  font-size: 1.6rem;
  font-weight: 700;
  transform: translateX(-50%);
  transition: border 0.2s ease, color 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
  .flow .flow-container .flow-list02 li:hover span {
    border: 1px solid #595757;
    color: #595757;
  }
}

.flow .flow-container .flow-link02 img {
  margin: 0 0 0 4.8rem;
  width: 45.1rem;
  height: 3.3rem;
}

.flow .flow-container .mamatas {
  margin: 16rem auto 0 auto;
  padding: 7.7rem 7.2rem;
  width: 108.5rem;
  border-radius: 2rem;
  background-color: #fff;
  box-shadow: 0 6px 18px rgb(0 0 0 / 9%);
}

.flow .flow-container .mamatas p:nth-of-type(1) {
  text-align: center;
}

.flow .flow-container .mamatas p:nth-of-type(2) {
  margin: 4.8rem auto 0 auto;
  width: 70rem;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.7;
}

.flow .flow-container .mamatas p:nth-of-type(3) {
  margin: 4.8rem auto 0 auto;
  width: 70rem;
  font-size: 1.8rem;
  letter-spacing: 3px;
  line-height: 1.7;
}

.flow .flow-container .mamatas p img {
  width: 33.3rem;
}

.flow .flow-container .mamatas h3 {
  margin: 3.2rem 0 0 0;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}

.flow .flow-container .mamatas ul {
  display: flex;
  justify-content: center;
  gap: 3.2rem;
  margin: 6.4rem auto 0 auto;
  width: 70rem;
}

.flow .flow-container .mamatas ul li {
  cursor: pointer;
}

.flow .flow-container .caution {
  margin: 9.6rem auto 0 auto;
  padding: 4rem 0 0 0;
  width: 108.5rem;
  height: 15rem;
  border: 4px solid #48558f;
  border-radius: 2rem;
  background-color: #fff;
}

.flow .flow-container .caution h3 {
  color: #48558f;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}

.flow .flow-container .caution ul {
  display: flex;
  justify-content: center;
  gap: 2.8rem;
  margin: 2rem 0 0 0;
}

.flow .flow-container .caution ul li p {
  color: #48558f;
  font-size: 1.8rem;
}

.flow .flow-container .caution-text {
  margin: 3rem 0 0 0;
  font-size: 1.8rem;
  text-align: center;
}

/*================= ▼ POINT-SECTION =================*/

.point {
  position: relative;
}

.point::before,
.point::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
}

.point::before {
  top: 8rem;
  left: -18rem;
  width: 41.3rem;
  height: 41.3rem;
  background-image: url("/site_cort-f/images/site-cort-f/point-bg03.svg");
}

.point::after {
  top: 61rem;
  right: -7rem;
  width: 65.3rem;
  height: 65.3rem;
  background-image: url("/site_cort-f/images/site-cort-f/point-bg04.svg");
}

.point .inner {
  margin: 0 auto;
  padding: 14.8rem 0 18.6rem 0;
  max-width: 126rem;
}

.point .inner h2 {
  position: relative;
  font-size: 2.6rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
}

.point .inner h2::after {
  content: "";
  position: absolute;
  top: -1rem;
  right: 18rem;
  z-index: 10;
  width: 10.4rem;
  height: 12.4rem;
  background-image: url("/site_cort-f/images/site-cort-f/point-image01.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.point .inner h2 span {
  color: #e9a89e;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.point .inner ol {
  margin: 7.2rem 0 0 0;
}

.point .inner .point-text {
  position: relative;
  margin: 6.4rem 0 0 0;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.2em;
}

.point .inner .point-text::before {
  content: "";
  position: absolute;
  top: 5rem;
  left: 5rem;
  z-index: -1;
  width: 24.1rem;
  height: 24.1rem;
  background-image: url("/site_cort-f/images/site-cort-f/point-bg05.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.point .inner ol li:nth-child(n + 2) {
  margin: 3rem 0 0 0;
}

.point .inner ol li figure {
  position: relative;
}

.point .inner ol li figure figcaption {
  position: absolute;
  right: 8rem;
  z-index: 10;
}

.point .inner ol li figure figcaption.right {
  top: 13rem;
  right: 8rem;
}

.point .inner ol li figure figcaption.left {
  top: 13rem;
  left: 8rem;
}

.point .inner ol li figure figcaption p img {
  width: 20.3rem;
  height: 2.4rem;
}

.point .inner ol li figure figcaption h3 {
  margin: 3.2rem 0 0 0;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.2em;
}

.point .inner ol li figure figcaption h3 mark {
  background-color: #e9a89e;
  color: #fff;
}

/*================= ▼ RECOMMEND-SECTION =================*/

.recommend .inner figure img {
  width: 192.4rem;
  height: 69rem;
  object-fit: cover;
}

.recommend .inner p {
  margin: 8.4rem auto 0 auto;
  max-width: 110rem;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

/*================= ▼ RANK-SECTION =================*/

.rank .inner {
  margin: 8rem auto 0 auto;
  padding: 8rem 4rem;
  max-width: 113rem;
  background-color: #e9a89e;
  border-radius: 2rem;
}

.rank .inner h2 {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.4;
}

.rank .inner figure {
  margin: 4.5rem 0 0 0;
}

.rank .inner figure img {
  width: 102.9rem;
  height: 57.8rem;
}

/*================= ▼ QUESTION-SECTION =================*/

.question {
  margin: 14.4rem 0 0 0;
}

.question .question-image01 {
  width: 192rem;
  height: 48rem;
  object-fit: cover;
}

.question .inner {
  position: relative;
  padding: 8.6rem 0 18.4rem 0;
}

.question .inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("/site_cort-f/images/site-cort-f/question-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 192rem auto;
}

.question .inner h2 {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}

.question .inner ul {
  position: relative;
  display: grid;
  place-items: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 26rem 6rem;
  margin: 16rem auto 0 auto;
  max-width: 81.6rem;
}

.question .inner ul li {
  position: relative;
  z-index: 10;
}

.question .inner ul li:nth-child(n + 1) figure {
  position: absolute;
  top: 68%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}

.question .inner ul li:nth-child(1) figure img {
  max-width: initial;
  width: 37.5rem;
  height: 38.8rem;
}

.question .inner ul li:nth-child(2) figure img {
  max-width: initial;
  width: 37rem;
  height: 39.1rem;
}

.question .inner ul li:nth-child(3) figure img {
  max-width: initial;
  width: 35.9rem;
  height: 40.6rem;
}

.question .inner ul li:nth-child(4) figure img {
  max-width: initial;
  width: 37.5rem;
  height: 42.6rem;
}

.question .inner ul li:nth-child(n + 2):nth-child(-n + 3) .question-content p {
  line-height: 2.1;
}

.question .inner ul li:nth-child(1) .question-content p,
.question .inner ul li:nth-child(4) .question-content p {
  line-height: 1.6;
}

.question .inner ul li .question-content p {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.question .inner ul li .question-content .question-list-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.8rem 0 0 0;
  width: 13.4rem;
  height: 3.8rem;
  border-radius: 50px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #e9a89e;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
  transition: border 0.2s ease, color 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
  .question .inner ul li .question-content .question-list-link:hover {
    border: 1px solid #595757;
    color: #595757;
  }
}

/*================= ▼ KNOW-SECTION =================*/

.know .inner {
  margin: 0 auto;
  padding: 10.8rem 0 10.2rem 0;
  max-width: 98.6rem;
}

.know .inner h2 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}

.know .inner ul {
  display: flex;
  gap: 2.2rem;
  margin: 3.4rem 0 0 0;
}

/*================= ▼ ARTICLE-SECTION =================*/

.article {
  background-color: #ffd8ce;
}

.article .inner {
  margin: 0 auto;
  padding: 7.4rem 0 6rem 0;
  max-width: 113rem;
}

.article .inner ul {
  display: flex;
  gap: 5.4rem;
}

.article .inner ul li a p {
  margin: 2rem 0 0 0;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.4;
}

.article .inner ul li a figure img {
  width: 34.1rem;
  height: 22.7rem;
}

/*================= ▼ LINK-SECTION =================*/

.link .inner {
  margin: 0 auto;
  padding: 9.2rem 0;
  max-width: 98.2rem;
}

.link .inner h2 {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}

.link .inner ul {
  display: flex;
  gap: 1.8rem;
  margin: 6.4rem 0 0 0;
}

.link .inner .link-banner a {
  display: block;
  margin: 4.8rem auto 0 auto;
  width: 55.9rem;
  height: 10.8rem;
}

.link .inner .link-banner img {
  width: 55.9rem;
  height: 10.8rem;
}

/*================= ▼ FOOTER =================*/

#wrapper #footermenu {
  width: 100%;
  height: 44px;
  font-size: 85%;
  color: #fff;
  background: #1974b9;
  clear: both;
}

#wrapper #footermenu #fnav {
  width: 980px;
  margin: 8px auto 0;
}

#wrapper #footermenu li {
  float: left;
  margin-top: 8px;
}

#wrapper #footermenu .copy {
  float: right;
}

#wrapper #footermenu li a {
  border-left: solid 1px #fff;
  padding: 2px 16px;
  color: #fff;
  text-decoration: none;
}

#wrapper #footermenu .end a {
  border-right: solid 1px #fff;
}

#wrapper #footermenu li a:hover {
  color: #bddcee;
}

/*================= ▼ SP =================*/

@media (max-width: 750px) {
  /*================= ▼ ARROW-BTN =================*/

  .arrow-btn {
    right: 2rem;
  }

  /*================= ▼ SP-SUB-HEADER  =================*/

  .sp-sub-header {
    visibility: visible;
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.4rem 3.2rem;
    background-color: #84c1d6;
    color: #fff;
  }

  .sp-sub-header.is-open {
    visibility: hidden;
  }

  .sp-sub-header img {
    width: 4.8rem;
    height: 3.8rem;
  }

  .sp-sub-header span {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: 1.8rem;
  }

  .sp-sub-header span::after {
    content: "";
    display: inline-block;
    margin: 0 0 0 1rem;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }

  /*================= ▼ MODAL =================*/

  .modal {
    width: 70.4rem;
  }

  .modal .inner .modal-title {
    height: 14rem;
  }

  .modal .inner .modal-title p {
    font-size: 2.8rem;
  }

  .modal .inner .modal-title .modal-close-button {
    top: 1rem;
    right: 1rem;
  }

  .modal .inner .modal-content {
    border: 0.5rem solid #48558f;
  }

  .modal.video .inner .modal-video video {
    width: 64rem;
    height: 70rem;
    border-radius: 1rem;
  }

  .modal .inner .modal-content .inner {
    padding: 2.4rem 0;
    max-width: 60rem;
  }

  .modal .inner .modal-content .inner .image {
    gap: 1.4rem;
    margin: 0 0 2.4rem 0;
  }

  .modal .inner .modal-content .inner .image figure {
    text-align: center;
  }

  .modal .inner .modal-content .inner .image img {
    width: 24rem;
    height: 17.2rem;
  }

  .modal .inner .modal-content .inner .image figcaption {
    font-size: 2rem;
  }

  .modal .inner .modal-content .inner dl dd {
    margin: 1.2rem 0 0 0;
    font-size: 2.4rem;
  }

  .modal .inner .modal-content .inner dl dd .modal-image10 {
    width: 59.8rem;
    height: 32.1rem;
  }

  .modal .inner .modal-content .inner dl dd .modal-image11 {
    width: 58.8rem;
    height: 28.7rem;
  }

  .modal:nth-of-type(11) .inner .modal-content .inner p:nth-child(1),
  .modal:nth-of-type(11) .inner .modal-content .inner p:nth-child(3) {
    font-size: 2.4rem;
  }
  .modal:nth-of-type(11) .inner .modal-content .inner p:nth-child(3) {
    margin: 4.8rem 0 0 0;
  }

  .modal:nth-of-type(11) .inner .modal-content .inner p:nth-child(2),
  .modal:nth-of-type(11) .inner .modal-content .inner p:nth-child(4) {
    margin: 0.5rem 0 0 0;
    font-size: 2.4rem;
  }

  .modal:nth-of-type(11) .inner .modal-content .inner p:nth-child(5) {
    margin: 4.8rem 0 0 0;
    font-size: 2.4rem;
  }

  .modal.pink .inner .modal-title {
    justify-content: flex-start;
    padding: 0 0 0 2.4rem;
  }

  .modal:nth-of-type(8) .inner .modal-title,
  .modal:nth-of-type(9) .inner .modal-title {
    justify-content: center;
  }

  .modal:nth-of-type(8) .inner .modal-title p,
  .modal:nth-of-type(9) .inner .modal-title p {
    text-align: center;
  }

  .modal.pink .inner .modal-title span {
    margin: -2.4rem 1rem 0 0;
  }

  .modal:nth-of-type(13) .inner .modal-title span {
    margin: -6rem 1rem 0 0;
  }

  .modal.pink .inner .modal-content .inner dl dd .caution {
    margin: 2.4rem 0 0 0;
    padding: 2.8rem 3.2rem;
    background-color: #f9e6e8;
    border-radius: 2rem;
  }

  .modal.pink .inner .modal-content .inner dl dd .caution .caution-title {
    padding: 0;
    color: #e0808a;
    font-size: 2.4rem;
    text-indent: 0;
  }

  .modal.pink .inner .modal-content .inner dl dd .caution .caution-content {
    align-items: center;
    flex-direction: column;
  }

  .modal.pink .inner .modal-content .inner dl dd .caution .caution-content p {
    padding: 0;
    font-size: 2.4rem;
    text-indent: 0;
  }

  .modal.pink .inner .modal-content .inner dl dd .caution .caution-content img {
    margin: 2rem 0 0 0;
    width: 45.2rem;
    height: 24.1rem;
  }

  .modal.pink .inner .modal-content .inner dl dd .caution .caution-text {
    margin: 2.1rem 0 0 0;
    font-size: 2.4rem;
    padding-left: 1em;
    text-indent: -1em;
  }

  .modal.pink .inner .modal-content .inner dl dd .caution-sub-title {
    font-size: 2.4rem;
  }

  .modal.pink .inner .modal-content .inner .intro {
    font-size: 2.4rem;
  }

  .modal.pink .inner .modal-content .inner .intro-second {
    font-size: 2.4rem;
  }

  .modal.pink .inner .modal-content .inner ol {
    font-size: 2.4rem;
  }

  .modal.pink .inner .modal-content .inner .img {
    width: 53.6rem;
    height: 51.8rem;
  }

  .modal.pink .inner .modal-content .inner .caution {
    padding-left: 1em;
    font-size: 2.4rem;
    font-weight: 500;
    text-indent: -1em;
  }

  .modal.shopping-modal .inner .modal-close-button img {
    width: 4.3rem;
    height: 4.3rem;
  }

  .modal.shopping-modal {
    width: 70.4rem;
}

  .modal.shopping-modal .inner p {
    padding: 5.6rem 0 0 0;
    font-size: 3rem;
  }

  .modal.shopping-modal .inner .cortf-img {
    margin: 2.8rem 0 4rem 0;
  }

  .modal.shopping-modal .inner .cortf-img img {
    width: 32.5rem;
    height: 15.3rem;
  }

  .modal .inner .modal-content .inner .image-text {
    margin: 0 0 5.2rem 0;
    font-size: 1.8rem;
  }

  .modal.shopping-modal .inner ul {
    flex-direction: column;
    gap: 2.4rem;
    padding: 3.5rem 0;
  }

  .modal.shopping-modal .inner ul li {
    display: flex;
    justify-content: center;
  }

  .modal.shopping-modal .inner ul li a {
    width: 62.5rem;
    height: 11rem;
  }

  .modal.shopping-modal .inner ul li a::after {
    right: 4.8rem;
    width: 2.4rem;
    height: 2.4rem;
  }

  .modal.shopping-modal .inner ul li:nth-child(1) img {
    width: 35.5rem;
    height: 9.4rem;
  }

  .modal.shopping-modal .inner ul li:nth-child(2) img {
    width: 35.4rem;
    height: 9.4rem;
  }

  .modal.shopping-modal .inner ul li:nth-child(3) img {
    width: 29.8rem;
    height: 7.4rem;
  }

  /*================= ▼ YOUTUBE-SECTION =================*/

  .youtube h2 {
    margin: 9rem auto 0;
    font-size: 4.4rem;
  }

  .youtube .youtube-modal {
    margin: 4rem auto 0;
    max-width: 53.6rem;
    width: 100%;
  }

  .modal.youtube-modal {
    width: 63.2rem;
  }

  .modal.youtube-modal .inner .modal-close-button {
    margin-bottom: 3rem;
  }

  .product-modal__video.product-modal__video--short {
    width: 100%;
    max-width: initial;
  }

  .product-modal__video.product-modal__video--short .product-modal__youtube {
    padding-top: 178.2%;
  }


  /*================= ▼ MV-SECTION =================*/

  .mv .inner img {
    width: 75rem;
    height: 100rem;
  }

  /*================= ▼ INTRO-SECTION =================*/

  .intro .inner {
    margin: -32rem auto 0 auto;
    max-width: 65rem;
  }

  .intro .inner p:nth-child(1) {
    font-size: 2.8rem;
    font-weight: 500;
  }

  .intro .inner p:nth-child(2) img {
    width: 41.7rem;
    height: 3.4rem;
  }

  .intro .inner p:nth-child(3) {
    top: -17rem;
    right: 0;
  }

  .intro .inner p:nth-child(3) img {
    width: 27.5rem;
    height: 16rem;
  }

  .intro .inner p:nth-child(4) {
    margin: 8rem 0 0 0;
  }

  .intro .inner p:nth-child(4) img {
    width: 61.8rem;
    height: 25.8rem;
  }

  .intro .inner p:nth-child(5) {
    margin: 6rem 0 0 0;
  }

  .intro .inner p:nth-child(5) img {
    width: 52.5rem;
    height: 7.9rem;
  }

  .intro .inner p:nth-child(6) {
    margin: 6.6rem 0 0 0;
    font-size: 3.6rem;
  }

  .intro .inner p:nth-child(7) {
    left: 2rem;
  }

  /*================= ▼ REASON-SECTION =================*/

  .reason .inner {
    flex-direction: column;
    margin: 13.6rem auto 13.6rem auto;
    padding: 5.6rem 4.8rem 5.6rem 4.8rem;
    max-width: 65rem;
  }

  .reason .inner h2 {
    width: 100%;
    font-size: 4.6rem;
    line-height: 1.7;
  }

  .reason .inner h2::after {
    top: 14rem;
    left: 26rem;
    width: 31.5rem;
    height: 13.9rem;
    background-image: url("/site_cort-f/images/site-cort-f/sp/reason-image04.png");
  }

  .reason .inner .reason-list {
    margin: 10rem 0 0 0;
  }

  .reason .inner .reason-list ul:nth-child(1) {
    padding: 0 0 0 3.6rem;
  }

  .reason .inner .reason-list ul:nth-child(1) li {
    font-size: 3rem;
    line-height: 1.6;
  }

  .reason .inner .reason-list ul:nth-child(1) li p {
    margin: 0 0 0 2rem;
  }

  .reason .inner .reason-list ul:nth-child(1) li:nth-child(n + 2) {
    margin: 4.8rem 0 0 0;
  }

  .reason .inner .reason-list ul:nth-child(1) li::before {
    margin: 1.4rem 0 0 0;
  }

  .reason .inner .reason-list ul:nth-child(1) li:nth-child(1)::before {
    width: 2.6rem;
    height: 2.4rem;
  }

  .reason .inner .reason-list ul:nth-child(1) li:nth-child(2)::before {
    width: 2.5rem;
    height: 2.6rem;
  }

  .reason .inner .reason-list ul:nth-child(1) li:nth-child(3)::before {
    width: 2.6rem;
    height: 2.5rem;
  }

  .reason .inner .reason-list ul:nth-child(2) {
    flex-direction: column;
    align-items: center;
    gap: 2.8rem;
    margin: 8rem 0 0 0;
  }

  .reason .inner .reason-list ul:nth-child(2) li:not(:nth-child(3)) span {
    width: 40rem;
    height: 6rem;
    font-size: 2.8rem;
  }

  .reason .inner .reason-list ul:nth-child(2) li:nth-child(3) a img {
    width: 39.6rem;
    height: 7rem;
  }

  /*================= ▼ MAMATAS-SECTION =================*/

  .mamatas .inner {
    margin: 9.2rem auto 0 auto;
    max-width: initial;
    height: 43rem;
  }

  .mamatas .inner .bg {
    top: 4rem;
    left: 50%;
    width: 64.4rem;
    transform: translateX(-50%);
  }

  .mamatas .inner .contents {
    flex-direction: column;
    justify-content: flex-start;
    gap: 3.2rem;
  }

  .mamatas .inner .contents .mamatas-logo {
    width: 26.8rem;
  }

  .mamatas .inner .contents div h2 {
    margin: 2.4rem 0 0 0;
    font-size: 3.4rem;
    letter-spacing: 3px;
    text-align: center;
  }

  /*================= ▼ SHOPPING-SECTION =================*/

  .shopping .inner {
    margin: 14rem auto 0 auto;
    max-width: 65rem;
  }

  .shopping .inner h2 {
    font-size: 3.6rem;
  }

  .shopping .inner h2::before {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 6rem;
    z-index: 10;
    margin: 0;
    width: 6.5rem;
    height: 5.1rem;
    background-image: url("/site_cort-f/images/site-cort-f/shopping-image02.svg");
  }

  .shopping .inner h2::after {
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 7rem;
    z-index: 10;
    margin: 0;
    width: 6.5rem;
    height: 5.1rem;
    background-image: url("/site_cort-f/images/site-cort-f/shopping-image02.svg");
    transform: scale(-1, 1);
  }

  .shopping .inner ul {
    align-items: center;
    flex-direction: column;
    gap: 1.4rem;
    margin: 4rem 0 0 0;
  }

  .shopping .inner ul li:nth-child(1) img {
    width: 35.5rem;
    height: 9.4rem;
  }

  .shopping .inner ul li:nth-child(2) img {
    width: 35.4rem;
    height: 9.4rem;
  }

  .shopping .inner ul li:nth-child(3) img {
    width: 29.8rem;
    height: 7.4rem;
  }

  .shopping .inner ul li a {
    width: 62.5rem;
    height: 11rem;
  }

  .shopping .inner ul li a::after {
    right: 4rem;
    width: 1.3rem;
    height: 2.4rem;
  }

  /*================= ▼ FLOW-SECTION =================*/

  .flow {
    margin: 17rem 0 0 0;
  }

  .flow .flow-bg01 {
    width: 75rem;
    height: 68rem;
  }

  .flow .inner::after {
    height: 734.5rem;
    background-image: url("/site_cort-f/images/site-cort-f/sp/flow-bg02.svg");
    background-size: auto;
  }

  .flow .flow-container {
    padding: 0 0 8rem 0;
    max-width: 65rem;
  }

  .flow .flow-container h2 {
    padding: 27rem 0 0 0;
    font-size: 5rem;
    line-height: 1.4;
  }

  .flow .flow-container dl:nth-of-type(1)::after {
    top: 33rem;
    left: 34rem;
    width: 24.6rem;
    height: 19.8rem;
  }

  .flow .flow-container dl:nth-of-type(2)::after {
    top: 31rem;
    left: 34rem;
    width: 24.3rem;
    height: 16.8rem;
    transform: rotate(160deg);
  }

  .flow .flow-container dl:nth-of-type(1) {
    margin: 11.4rem 0 0 0;
  }

  .flow .flow-container dl:nth-of-type(2) {
    margin: 42rem 0 0 0;
  }

  .flow .flow-container dl dt h3 {
    background: linear-gradient(to bottom, transparent 80%, #ffffbe 20%);
    font-size: 3.4rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }

  .flow .flow-container dl dd p {
    margin: 3.8rem 0 0 0;
    font-size: 3rem;
    letter-spacing: 0.1em;
  }

  .flow-image01 {
    margin: 20rem 0 0 0;
  }

  .flow .flow-container .flow-title {
    margin: 20rem 0 0 0;
    font-size: 3.4rem;
  }

  .flow .flow-container .flow-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5rem;
    margin: 6.4rem 0 0 0;
  }

  .flow .flow-container .flow-list li {
    width: 29rem;
    height: 29rem;
  }

  .flow .flow-container .flow-list li p {
    font-size: 2.4rem;
  }

  .flow .flow-container .flow-title02 {
    margin: 12rem 0 0 0;
    font-size: 3.4rem;
  }

  .flow .flow-container .flow-list02 {
    flex-wrap: wrap;
    gap: 2rem;
    margin: 6.4rem 0 0 0;
  }

  .flow .flow-container .flow-list02 li {
    width: 29rem;
    height: 29rem;
  }

  .flow .flow-container .flow-list02 li p {
    font-size: 2.4rem;
  }

  .flow .flow-container .flow-link {
    margin: 8rem auto 0 auto;
    width: 40rem;
    height: 6rem;
    border-radius: 5rem;
    font-size: 2.8rem;
  }

  .flow .flow-container .flow-link02 img {
    width: 52rem;
    height: 3rem;
  }

  .flow .flow-container .mamatas {
    margin: 35rem auto 0 auto;
    padding: 7.7rem 4.8rem 9rem 4.8rem;
    width: 100%;
  }

  .flow .flow-container .mamatas p:nth-of-type(2) {
    margin: 5.6rem auto 0 auto;
    width: 100%;
    font-size: 3rem;
    letter-spacing: normal;
  }

  .flow .flow-container .mamatas p:nth-of-type(3) {
    margin: 11rem auto 0 auto;
    width: 100%;
    font-size: 2.6rem;
    letter-spacing: 3px;
  }

  .flow .flow-container .mamatas p img {
    width: 42.6rem;
  }

  .flow .flow-container .mamatas ul {
    flex-direction: column;
    gap: 2rem;
    margin: 10rem 0 0 0;
    width: 100%;
  }

  .flow .flow-container .mamatas ul li img {
    width: 100%;
  }

  .flow .flow-container .caution {
    margin: 8.8rem auto 0 auto;
    padding: 6.4rem 0 0 0;
    width: 65rem;
    height: 50.6rem;
    border: 0.4rem solid #48558f;
    border-radius: 2rem;
  }

  .flow .flow-container .caution h3 {
    font-size: 3.4rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }

  .flow .flow-container .caution ul {
    flex-direction: column;
    gap: 2.4rem;
    margin: 5.6rem 0 0 0;
    padding: 0 4.8rem 0 7.2rem;
  }

  .flow .flow-container .caution ul li p {
    padding-left: 1em;
    font-size: 3rem;
    line-height: 1.7;
    letter-spacing: 0.1em;
    text-indent: -1em;
  }

  .flow .flow-container .caution-text {
    margin: 2.8rem 0 0 0;
    font-size: 3rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }

  /*================= ▼ POINT-SECTION =================*/

  .point::before {
    top: 18rem;
    left: -12rem;
  }

  .point::after {
    top: 159rem;
    right: -24rem;
  }

  .point .inner {
    padding: 30rem 0 26.6rem 0;
    max-width: 65rem;
  }

  .point .inner h2 {
    font-size: 3.4rem;
    line-height: 1.2;
  }

  .point .inner h2::after {
    top: -3rem;
    right: 1rem;
    width: 8.1rem;
    height: 9.7rem;
  }

  .point .inner h2 span {
    display: inline-block;
    margin: 3.2rem 0 0 0;
    font-size: 5rem;
  }

  .point .inner ol {
    margin: 6.8rem 0 0 0;
  }

  .point .inner .point-text {
    margin: 8.8rem 0 0 0;
  }

  .point .inner .point-text::before {
    top: 20rem;
    left: -10rem;
    width: 28.2rem;
    height: 28.2rem;
  }

  .point .inner ol li:nth-child(n + 2) {
    margin: 8rem 0 0 0;
  }

  .point .inner ol li figure figcaption.right {
    top: 39rem;
    left: 6rem;
    right: auto;
    width: 50rem;
  }

  .point .inner ol li figure figcaption.left {
    top: 40rem;
    left: auto;
    right: 2rem;
    width: 30rem;
  }

  .point .inner ol li figure figcaption p img {
    width: 25.9rem;
    height: 3.4rem;
  }

  .point .inner ol li figure figcaption h3 {
    margin: 2.8rem 0 0 0;
    font-size: 2.6rem;
  }

  /*================= ▼ RECOMMEND-SECTION =================*/

  .recommend .inner figure img {
    width: 75rem;
    height: 97rem;
  }

  .recommend .inner p {
    margin: 8rem auto 0 auto;
    max-width: 65rem;
    font-size: 2.6rem;
    line-height: 1.6;
    letter-spacing: initial;
  }

  /*================= ▼ RANK-SECTION =================*/

  .rank .inner {
    margin: 8rem auto 0 auto;
    padding: 5.6rem 4.8rem;
    max-width: 65rem;
  }

  .rank .inner h2 {
    font-size: 4.6rem;
    line-height: 1.6;
  }

  .rank .inner figure {
    margin: 4.8rem 0 0 0;
  }

  .rank .inner figure img {
    width: 54.4rem;
    height: 147.1rem;
  }

  /*================= ▼ QUESTION-SECTION =================*/

  .question {
    margin: 16rem 0 0 0;
  }

  .question .question-image01 {
    width: 75rem;
    height: 68rem;
  }

  .question .inner {
    padding: 13rem 0 25rem 0;
  }

  .question .inner::after {
    background-image: url("/site_cort-f/images/site-cort-f/sp/question-bg.svg");
    background-size: 75rem auto;
  }

  .question .inner h2 {
    font-size: 3.4rem;
    letter-spacing: 0.1em;
  }

  .question .inner ul {
    place-items: flex-start;
    grid-template-columns: repeat(1, 1fr);
    gap: 32rem;
    margin: 18rem auto 0 auto;
    max-width: 65rem;
  }

  .question .inner ul li:nth-child(1) {
    margin: 0 0 0 14rem;
  }

  .question .inner ul li:nth-child(2) {
    margin: 0 0 0 23.4rem;
  }

  .question .inner ul li:nth-child(3) {
    margin: 0 0 0 13.6rem;
  }

  .question .inner ul li:nth-child(4) {
    margin: 0 0 0 23.2rem;
  }

  .question .inner ul li:nth-child(1) figure {
    top: 60%;
  }

  .question .inner ul li:nth-child(2) figure {
    left: 44%;
  }

  .question .inner ul li:nth-child(1) figure img {
    width: 52.2rem;
    height: 53rem;
  }

  .question .inner ul li:nth-child(2) figure img {
    width: 49.2rem;
    height: 52.1rem;
  }

  .question .inner ul li:nth-child(3) figure img {
    width: 49.8rem;
    height: 56.3rem;
  }

  .question .inner ul li:nth-child(4) figure img {
    width: 52rem;
    height: 55.4rem;
  }

  .question .inner ul li .question-content p {
    font-size: 2.6rem;
    letter-spacing: 0.1em;
  }

  .question .inner ul li .question-content .question-list-link {
    margin: 2.4rem 0 0 0;
    width: 27.8rem;
    height: 6rem;
    border-radius: 5rem;
    border: 0.2rem solid #fff;
    color: #e9a89e;
    font-size: 2.8rem;
  }

  /*================= ▼ KNOW-SECTION =================*/

  .know .inner {
    padding: 14rem 0 14rem 0;
    max-width: 65rem;
  }

  .know .inner h2 {
    font-size: 3.4rem;
  }

  .know .inner ul {
    align-items: center;
    flex-direction: column;
    gap: 2.6rem;
    margin: 5.6rem 0 0 0;
  }

  /*================= ▼ ARTICLE-SECTION =================*/

  .article .inner {
    padding: 14rem 0;
    max-width: 65rem;
  }

  .article .inner ul {
    flex-direction: column;
    align-items: center;
    gap: 9.6rem;
  }

  .article .inner ul li a p {
    font-size: 2.8rem;
    font-weight: 300;
  }

  .article .inner ul li a figure {
    text-align: center;
  }

  .article .inner ul li a figure img {
    width: 59rem;
    height: 39rem;
  }

  /*================= ▼ LINK-SECTION =================*/

  .link .inner {
    padding: 13.5rem 0;
    max-width: 65rem;
  }

  .link .inner ul {
    align-items: center;
    flex-direction: column;
    gap: 3rem;
  }

  .link .inner ul li a {
    width: 55.5rem;
    height: 11.6rem;
    font-size: 2.4rem;
  }

  .link .inner ul li a span {
    margin: 0 0 0.4rem 0;
    font-size: 2rem;
  }

  .link .inner ul li a span::before {
    left: -3.2rem;
  }

  .link .inner ul li a span::after {
    right: -3.2rem;
  }

  .link .inner .link-banner a {
    margin: 10rem auto 0 auto;
    width: 55.5rem;
    height: 11rem;
  }

  .link .inner .link-banner img {
    width: 55.5rem;
    height: 11rem;
  }

  /*================= ▼ FOOTER =================*/

  #wrapper #footermenu {
    width: 100%;
    height: 72px;
    font-size: 85%;
    color: #fff;
    background: #1974b9;
  }

  #wrapper #footermenu #fnav {
    width: 320px;
    margin: 8px auto 0;
  }

  #wrapper #footermenu li {
    float: left;
    font-size: 11px;
    margin-top: 8px;
  }

  #wrapper #footermenu .copy {
    float: right;
    width: 320px;
    font-size: 10px;
    text-align: center;
  }

  #wrapper #footermenu li a {
    border-left: solid 1px #fff;
    padding: 2px 16px;
    color: #fff;
    text-decoration: none;
  }

  #wrapper #footermenu .end a {
    border-right: solid 1px #fff;
  }

  #wrapper #footermenu li a:hover {
    color: #bddcee;
  }
}
