@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: #5abe64;
  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.content-spe img {
  width: 100%;
}
.modal .inner .modal-content .inner dl .content-spe-item {
  text-align: center;
  margin: 8rem 0;
}
.modal .inner .modal-content .inner dl .content-spe-item img {
  width: 65rem;
}

.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.green .inner .modal-title {
  display: flex;
  background-color: #5abe64;
}

.modal.green .inner .modal-title p {
  text-align: center;
}

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

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

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

.modal.green .inner .modal-content .inner dl dd .caution .caution-title {
  color: #5abe64;
  font-size: 2.4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.modal.shopping-modal .inner p {
  padding: 7.6rem 0 0 0;
  color: #5abe64;
  font-size: 4.4rem;
  font-weight: 600;
  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: #5abe64;
  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-at/images/site_cort-f-at/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;
}

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

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

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

.intro .inner {
  position: relative;
  margin: -73rem 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: 62.7rem;
}

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

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

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

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

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

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

.intro .inner p:nth-child(6) {
  margin: 3.2rem 0 0 0;
  color: #80534d;
  font-size: 3.2rem;
  font-weight: 600;
  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: 9.5rem auto 0 auto;
  padding: 3.5rem 2rem 3rem 4.8rem;
  max-width: 108rem;
  background-color: #5abe64;
  border-radius: 2rem;
}

.reason .inner h2 {
  position: relative;
  width: 37rem;
  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: 17rem;
  left: 1rem;
  z-index: 10;
  width: 32.7rem;
  height: 16.8rem;
  background-image: url("/site_cort-f-at/images/site_cort-f-at/reason-image04.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.reason .inner .reason-list {
  display: flex;
  flex-direction: column;
  margin: 0;
  width: calc(100% - 37rem);
}

.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.3rem 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-at/images/site_cort-f-at/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-at/images/site_cort-f-at/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-at/images/site_cort-f-at/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: 2.4rem;
  margin: 5.6rem 0 0 0;
}

.reason .inner .reason-list ul:nth-child(2) li:nth-child(1) {
  display: grid;
  align-content: space-between;
}

.reason .inner .reason-list ul:nth-child(2) li:nth-child(2) {
  margin: 0 0 0 4rem;
}
.reason .inner .reason-list ul:nth-child(2) li:nth-child(2) p,
.reason .inner .reason-list ul:nth-child(2) li:nth-child(3) p {
  text-align: center;
  margin: 0 0 1rem;
  font-size: 1.6rem;
  color: #fff;
}

.reason .inner .reason-list ul:nth-child(2) li:not(:nth-child(2)) span,
.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 #595757;
  color: #595757;
  font-size: 1.6rem;
  font-weight: 600;
  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(2)) span:hover,
  .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(2) a img,
.reason .inner .reason-list ul:nth-child(2) li:nth-child(3) a img {
  width: 16.4rem;
  height: 6.05rem;
}

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

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

.shopping .inner h2 {
  position: relative;
  font-size: 3rem;
  font-weight: 600;
  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-at/images/site_cort-f-at/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-at/images/site_cort-f-at/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: 15.9rem;
  height: 4.5rem;
}
.shopping .inner ul li:nth-child(4) 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-at/images/site_cort-f-at/shopping-image01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

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

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

.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%;
}

/*================= ▼ 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-at/images/site_cort-f-at/flow-bg02.svg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 192rem auto;
}

.flow .flow-container {
  margin: 0 auto;
  padding: 5rem 0 26rem;
  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-at/images/site_cort-f-at/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-at/images/site_cort-f-at/flow-bg04.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

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

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

.flow .flow-container dl dt h3 {
  display: inline;
  background: linear-gradient(to bottom, transparent 75%, #f0f06e 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: 22rem 0 0 0;
  text-align: center;
}

.flow-image01 img {
  width: 76.3rem;
  height: 48.2rem;
}

.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: 6rem 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: 16.9rem;
  height: 11.2rem;
}

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

.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: 9.1rem;
  height: 13.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 #595757;
  border-radius: 5rem;
  color: #3e3a39;
  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;
  gap: 3.2rem;
  margin: 6.4rem auto 0 auto;
  width: 70rem;
}

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

.flow .flow-container .caution {
  display: flex;
  margin: 9.6rem auto 0 auto;
  width: 89.4rem;
  height: 11rem;
  border: 4px solid #fa8c50;
  border-radius: 2rem;
  background-color: #fa8c50;
}

.flow .flow-container .caution h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31.2rem;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
}

.flow .flow-container .caution ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0 1.6rem 1.6rem 0;
  background-color: #fff;
  padding: 0 0 0 3rem;
  width: calc(100% - 31.2rem);
}

.flow .flow-container .caution ul li p {
  color: #fa8c50;
  font-size: 1.8rem;
  line-height: 1.5;
}

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

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

.point {
  position: relative;
}

.point::before {
  content: "";
  position: absolute;
  bottom: -45rem;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(/site_cort-f-at/images/site_cort-f-at/point-bg06.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 192rem auto;
}

.point .inner {
  margin: 0 auto;
  padding: 14.8rem 0 19.5rem 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-at/images/site_cort-f-at/point-image01.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

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

.point .inner ul {
  margin: 7.2rem 0 0 0;
  display: flex;
  justify-content: center;
  gap: 0 3.5rem;
}

.point .inner ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35.9rem;
  height: 36.4rem;
}

.point .inner ul li.text-center {
  text-align: center;
}

.point .inner ul li::before {
  content: "";
  position: absolute;
  width: 35.9rem;
  height: 36.4rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.point .inner ul li:nth-of-type(1):before {
  background: url("/site_cort-f-at/images/site_cort-f-at/point-image02.png")
    no-repeat center center / contain;
}
.point .inner ul li:nth-of-type(2):before {
  background: url("/site_cort-f-at/images/site_cort-f-at/point-image03.png")
    no-repeat center center / contain;
}
.point .inner ul li:nth-of-type(3):before {
  background: url("/site_cort-f-at/images/site_cort-f-at/point-image04.png")
    no-repeat center center / contain;
}

.point .inner ul li p {
  padding: 0 0 1rem;
  font-size: 2.4rem;
}

.point .inner > p {
  margin: 2rem 0 0;
  text-align: center;
}

.point .inner > p img {
  width: 71.2rem;
}

.point .inner ol {
  margin: 8rem auto 0;
  max-width: 105.6rem;
}

.point .inner ol li {
  display: flex;
  align-items: center;
  gap: 0 5rem;
  margin: 3.6rem 0 0 0;
  background-color: #fff;
  border-radius: 10rem;
  padding: 2.5rem 5.5rem 2.5rem 3.5rem;
}
.point .inner ol li:nth-of-type(2) {
  border-radius: 7rem;
}
.point .inner ol li p:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10rem;
  background-color: #bef2c7;
  width: 10.5rem;
  height: 10.5rem;
}
.point .inner ol li p:nth-of-type(1) {
  font-size: 1.6rem;
  font-weight: 600;
}
.point .inner ol li p:nth-of-type(1) span {
  display: block;
  font-size: 2.8rem;
  font-weight: 600;
}

.point .inner ol li p:nth-of-type(2) {
  width: calc(100% - 15.5rem);
  font-size: 2.6rem;
  line-height: 1.5;
}
.point .inner ol li:nth-of-type(2) p:nth-of-type(2) {
  width: calc(100% - 62.1rem);
}
.point .inner ol li p:nth-of-type(2) span {
  display: inline;
  background: linear-gradient(
    180deg,
    #fff 0%,
    #fff 15%,
    #f0f06e 15%,
    #f0f06e 95%,
    #fff 95%,
    #fff 100%
  );
}
.point .inner ol li a {
  width: 41.6rem;
}

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

/*================= ▼ 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 {
  position: relative;
}

.rank::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(/site_cort-f-at/images/site_cort-f-at/recommend-bg02.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 192rem auto;
}

.rank .wrap {
  margin: 0 auto;
  padding: 0 0 16rem;
  max-width: 113rem;
}

.rank .wrap h2 {
  padding: 14.5rem 0 0;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.5;
}

.rank .wrap p {
  text-align: center;
  padding: 6rem 0 0;
  font-size: 1.8rem;
  line-height: 1.78;
}

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

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

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

.rank .inner figure img {
  width: 100%;
  height: auto;
}

.rank .inner ul {
  display: flex;
  justify-content: center;
  gap: 0 6.7rem;
  margin: -4rem 0 0;
}

.rank .inner ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2rem;
  background-color: #fff;
  width: 24rem;
  height: 4.1rem;
  font-size: 1.6rem;
  color: #000;
}
.rank .inner ul li a:hover {
  opacity: 0.7;
  transition: 0.4s ease-in-out;
}

.rank .inner ul li a::after {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 1rem;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  background: url("/site_cort-f-at/images/site_cort-f-at/rank-arrow01.png")
    no-repeat center center / contain;
}

.rank .inner ul li:nth-of-type(1) a::after {
  background: url("/site_cort-f-at/images/site_cort-f-at/rank-arrow01.png")
    no-repeat center center / contain;
}
.rank .inner ul li:nth-of-type(2) a::after {
  background: url("/site_cort-f-at/images/site_cort-f-at/rank-arrow02.png")
    no-repeat center center / contain;
}
.rank .inner ul li:nth-of-type(3) a::after {
  background: url("/site_cort-f-at/images/site_cort-f-at/rank-arrow03.png")
    no-repeat center center / contain;
}

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

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

.question .inner {
  position: relative;
  padding: 14rem 0 31rem 0;
}

.question .inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("/site_cort-f-at/images/site_cort-f-at/question-bg.png");
  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: #5ab662;
  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: 10rem 0 6.8rem 0;
  max-width: 98rem;
}

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

.know .inner a {
  display: block;
  margin: 5rem auto 0;
  width: 80%;
}

.know .inner a figure img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

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

.article {
  background-color: #c3f2c7;
}

.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;
  letter-spacing: -0.05em;
}

.article .inner ul li a p.article-btn {
  position: relative;
  margin: -1rem 0 0 0;
}

.article .inner ul li a p.article-btn img {
  position: absolute;
  bottom: 0rem;
  right: 0.9rem;
  width: 10.9rem;
  height: 2.5rem;
}

.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: #fa8c50;
    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 .image-text {
    margin: 0 0 5.2rem 0;
    font-size: 1.8rem;
  }

  .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 .inner .modal-content .inner dl .content-spe-item {
    margin: 4rem 0;
  }

  .modal .inner .modal-content .inner dl .content-spe-item img {
    width: 100%;
  }

  .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;
    text-indent: -2.6rem;
  }

  .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:nth-of-type(12) .inner .modal-content .inner p {
    font-size: 2.4rem;
  }
  .modal:nth-of-type(13) .inner .modal-content .inner p {
    font-size: 2.4rem;
  }
  .modal:nth-of-type(14) .inner .modal-content .inner p {
    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.green .inner .modal-title {
    justify-content: center;
    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.green .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.green .inner .modal-content .inner dl dd .caution {
    margin: 2.4rem 0 0 0;
    padding: 2.8rem 3.2rem;
    background-color: #def2e0;
    border-radius: 2rem;
  }

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

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

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

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

  .modal.green .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.green .inner .modal-content .inner dl dd .caution-sub-title {
    font-size: 2.4rem;
  }

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

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

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

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

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

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

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

  .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.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: 22.1rem;
    height: 6.3rem;
  }

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

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

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

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

  .intro .inner {
    margin: -26rem 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) {
    margin: 1.8rem 0 0 0;
  }

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

  .intro .inner p:nth-child(3) {
    top: -30rem;
    right: 0;
    z-index: 1;
  }

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

  .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;
    font-size: 3rem;
  }

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

  .intro .inner p:nth-child(6) {
    margin: 3.2rem 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 0 auto;
    padding: 5.6rem 3.2rem 5.6rem 5.5rem;
    max-width: 65rem;
  }

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

  .reason .inner h2::after {
    top: -6rem;
    left: 31rem;
    width: 32.7rem;
    height: 14.6rem;
    background-image: url("/site_cort-f-at/images/site_cort-f-at/sp/reason-image04.png");
  }

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

  .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:nth-child(1) {
    gap: 2.8rem 0;
  }

  .reason .inner .reason-list ul:nth-child(2) li:not(:nth-child(2)) span,
  .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(2) a img,
  .reason .inner .reason-list ul:nth-child(2) li:nth-child(3) a img {
    width: 39.6rem;
    height: 7rem;
  }

  .reason .inner .reason-list ul:nth-child(2) li:nth-child(2),
  .reason .inner .reason-list ul:nth-child(2) li:nth-child(3) {
    margin: 0 auto;
  }
  .reason .inner .reason-list ul:nth-child(2) li:nth-child(2) p,
  .reason .inner .reason-list ul:nth-child(2) li:nth-child(3) p {
    font-size: 2.4rem;
  }

  /*================= ▼ 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-at/images/site_cort-f-at/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-at/images/site_cort-f-at/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;
  }

  /*================= ▼ 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%;
  }

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

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

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

  .flow .inner::after {
    background-image: url("/site_cort-f-at/images/site_cort-f-at/sp/flow-bg02.svg");
    background-size: 75rem auto;
    background-position: top;
  }

  .flow .flow-container {
    padding: 16rem 0 16rem 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: 32rem;
    left: 24rem;
    width: 24.4rem;
    height: 19.7rem;
  }

  .flow .flow-container dl:nth-of-type(2)::after {
    top: 29rem;
    left: 24rem;
    width: 26.4rem;
    height: 20.2rem;
  }

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

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

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

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

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

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

  .flow .flow-container .flow-title {
    margin: 27.3rem 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 {
    border: 1px solid #595757;
    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 {
    display: block;
    margin: 16rem auto 0 auto;
    padding: 6rem 0;
    width: 100%;
    height: initial;
    border-radius: 2rem;
    background-color: #fff;
  }

  .flow .flow-container .caution h3 {
    width: 100%;
    font-size: 3.4rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
    color: #fa8c50;
  }

  .flow .flow-container .caution ul {
    width: 100%;
    flex-direction: column;
    gap: 2.4rem;
    margin: 5.6rem 0 0 0;
    padding: 0 4.8rem 0 6rem;
    background-color: initial;
  }

  .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: 45rem;
    background-image: url(/site_cort-f-at/images/site_cort-f-at/sp/point-bg06.png);
    background-size: 75rem auto;
    background-position: top;
  }

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

  .point .inner {
    padding: 8rem 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: 5.5rem;
    width: 8.1rem;
    height: 9.7rem;
  }

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

  .point .inner ul {
    display: block;
    margin: 10rem 0 0 5rem;
  }

  .point .inner ul li {
    margin: 0 0 10rem;
  }

  .point .inner ul li:nth-child(odd) {
    margin: 0 0 10rem auto;
  }

  .point .inner ul li:nth-of-type(1):before {
    background-image: url(/site_cort-f-at/images/site_cort-f-at/sp/point-image02.png);
  }
  .point .inner ul li:nth-of-type(2):before {
    background-image: url(/site_cort-f-at/images/site_cort-f-at/sp/point-image03.png);
  }
  .point .inner ul li:nth-of-type(3):before {
    background-image: url(/site_cort-f-at/images/site_cort-f-at/sp/point-image04.png);
  }

  .point .inner ul li:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 8rem;
    left: -25rem;
    width: 21.8rem;
    height: 33.5rem;
    background: url("/site_cort-f-at/images/site_cort-f-at/sp/point-image06.svg")
      no-repeat center center / contain;
  }
  .point .inner ul li:nth-child(2)::after {
    content: "";
    position: absolute;
    top: 8rem;
    right: -21rem;
    width: 21.8rem;
    height: 33.5rem;
    background: url("/site_cort-f-at/images/site_cort-f-at/sp/point-image07.svg")
      no-repeat center center / contain;
  }
  .point .inner ul li:nth-child(3)::after {
    content: "";
    position: absolute;
    top: 8rem;
    left: -23rem;
    width: 23.2rem;
    height: 34.8rem;
    background: url("/site_cort-f-at/images/site_cort-f-at/sp/point-image08.svg")
      no-repeat center center / contain;
  }

  .point .inner .point-text {
    margin: 20rem 0 0 0;
    letter-spacing: initial;
    line-height: 1;
  }

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

  .point .inner ol {
    margin: 6rem auto 0;
    max-width: 62rem;
  }

  .point .inner ol li {
    display: block;
    padding: 4rem 6.5rem 6rem;
  }

  .point .inner ol li p:nth-of-type(1) {
    margin: 0 auto;
  }

  .point .inner ol li p:nth-of-type(2) {
    margin: 3rem 0 0;
    text-align: justify;
    width: 100%;
    line-height: 1.92;
    letter-spacing: 0.1em;
  }

  .point .inner ol li:nth-of-type(2) p:nth-of-type(2) {
    margin: 3rem 0;
    width: 100%;
  }

  .point .inner ol li a {
    display: block;
    margin: 0 auto;
  }

  .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::before {
    background-image: url(/site_cort-f-at/images/site_cort-f-at/sp/recommend-bg02.png);
    background-size: 75rem auto;
    background-position: top;
  }

  .rank .wrap {
    margin: 0 auto;
    padding: 8rem 0 14rem;
    max-width: 65rem;
  }

  .rank .wrap h2 {
    margin: 0 auto;
    padding: 0;
    font-size: 3.4rem;
    letter-spacing: 0.08em;
  }

  .rank .wrap p {
    text-align: justify;
    font-size: 2.6rem;
    letter-spacing: 0.01em;
  }

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

  .rank .inner h3 {
    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: 177.1rem;
  }

  .rank .inner ul {
    position: absolute;
    top: 99rem;
    left: 10rem;
    flex-direction: column;
    gap: 48rem 0;
  }

  .rank .inner ul li:last-child {
    margin: 4rem 0 0;
  }

  .rank .inner ul li a {
    border-radius: 5rem;
    width: 39.5rem;
    height: 6rem;
    font-size: 2rem;
  }

  .rank .inner ul li a::after {
    content: "";
    position: absolute;
    width: 1.3rem;
    height: 2.1rem;
    right: 2.5rem;
  }

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

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

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

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

  .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: #5ab662;
    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 a {
    width: 100%;
  }

  .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: 59rem;
  }

  .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 p.article-btn {
    margin: -1.5rem 0 0 0;
  }

  .article .inner ul li a p.article-btn img {
    right: 50%;
    transform: translateX(50%);
    width: 22rem;
    height: 5rem;
  }

  .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: 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;
  }
}
