@charset "UTF-8";
@font-face {
  font-family: "Calibri";
  src: url("../font/calibri.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* ============================================ */
/* secretのみ枠飾りの傾き調整
/* ============================================ */
@media screen and (max-width: 600px) {
  /* 傾き指定 */
  .slope-right:after {
    transform: rotate(2deg);
  }
  .slope-left:after {
    transform: rotate(-2deg);
  }
}
/* ============================================ */
/* secret
/* ============================================ */
#main {
  background: var(--color-yellow);
}

#page-title .category-name {
  mix-blend-mode: multiply;
}

/* ===== top ===== */
#top {
  position: relative;
  padding: 0 0 120px;
  margin: -14% 0 0;
}
#top .out-wrap {
  overflow: hidden;
  padding: 12% 0 0 0;
}
#top .top-catch {
  position: relative;
  margin: 25px 0 0;
}
#top .catch {
  position: relative;
  z-index: 1;
}
#top .know {
  position: absolute;
  top: -27%;
  left: -5%;
  width: 33%;
  max-width: 360px;
  z-index: 2;
}
#top .cow01,
#top .cow02 {
  display: flex;
  align-items: flex-start;
  position: absolute;
  z-index: 2;
}
#top .cow01.lines-left,
#top .cow02.lines-left {
  flex-direction: row-reverse;
}
#top .cow01 {
  bottom: -57%;
  left: -8%;
  width: 38%;
}
#top .cow01 .cow {
  width: 55%;
}
#top .cow01 .lines {
  width: 45%;
  margin: 26% -8% 0 0;
}
#top .cow02 {
  top: -60%;
  right: -4%;
  width: 35%;
}
#top .cow02 .cow {
  width: 62%;
}
#top .cow02 .lines {
  width: 38%;
  margin: 22% 0 0;
}
#top .preface {
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2.2;
  max-width: 700px;
  margin: 5% 0 0 auto;
  z-index: 1;
}
#top .preface span {
  display: inline-block;
  text-align: left;
}
#top .bg-object {
  position: absolute;
  z-index: 0;
}
#top .circle01 {
  width: 30%;
  max-width: 318px;
  top: -2%;
  left: -11%;
}
#top .circle02 {
  width: 15%;
  max-width: 165px;
  top: -12%;
  right: 10%;
}
#top .circle03 {
  width: 26%;
  max-width: 280px;
  top: 42%;
  right: -20%;
}

@media screen and (max-width: 1200px) {
  #top .preface {
    max-width: 72%;
  }
}
@media screen and (max-width: 768px) {
  #top {
    padding: 0 0 60px;
  }
  #top .preface {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
    margin: 4% 0 0 auto;
  }
}
@media screen and (max-width: 600px) {
  #top .top-catch {
    margin: 50px 0 70px;
  }
  #top .know {
    top: -8%;
    width: 42%;
  }
  #top .cow01 {
    bottom: -35%;
    left: 0;
    width: 50%;
  }
  #top .cow01 .cow {
    width: 55%;
  }
  #top .cow01 .lines {
    width: 60%;
    margin: 26% -12% 0 0;
  }
  #top .cow02 {
    top: -38%;
    right: 2%;
    width: 45%;
  }
  #top .cow02 .cow {
    width: 62%;
  }
  #top .cow02 .lines {
    width: 60%;
    margin: 15% -5% 0;
  }
  #top .preface {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 14% 0 0;
    max-width: 100%;
  }
}
/* ===== content-link ===== */
#content-link {
  background: url(../img//about-us/secret/bg-pattern.svg) no-repeat top center;
}
#content-link .link-wrap {
  position: relative;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  min-height: 1250px;
}
#content-link .toc {
  width: 128px;
  margin: 70px auto 0;
}
#content-link .link05 {
  position: absolute;
  top: 200px;
  left: 40px;
  max-width: 302px;
}
#content-link .link01 {
  position: absolute;
  top: 170px;
  left: 500px;
  max-width: 275px;
}
#content-link .link03 {
  position: absolute;
  top: 220px;
  right: 20px;
  max-width: 265px;
}
#content-link .link04 {
  position: absolute;
  top: 420px;
  left: 225px;
  max-width: 274px;
}
#content-link .link02 {
  position: absolute;
  top: 750px;
  left: 20px;
  max-width: 308px;
}
#content-link .link06 {
  position: absolute;
  top: 750px;
  right: 50px;
  max-width: 338px;
}

@media (hover: hover) {
  #content-link .link-wrap a img {
    transition-duration: 0.3s;
  }
  #content-link .link-wrap a img:hover {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 1100px) {
  #content-link {
    background-size: 115%;
  }
  #content-link .link-wrap {
    min-height: 87vw;
  }
  #content-link .toc {
    width: 10%;
    margin: 4% auto 0;
  }
  #content-link .link05 {
    top: 17%;
    left: 13%;
    width: 22%;
  }
  #content-link .link01 {
    top: 16%;
    left: 46%;
    width: 20%;
  }
  #content-link .link03 {
    top: 18%;
    right: 12%;
    width: 19%;
  }
  #content-link .link04 {
    top: 34%;
    left: 28%;
    width: 20%;
  }
  #content-link .link02 {
    top: 62%;
    left: 13%;
    width: 21%;
  }
  #content-link .link06 {
    top: 60%;
    right: 14%;
    width: 23%;
  }
}
@media screen and (max-width: 820px) {
  #content-link {
    background-size: 150%;
  }
  #content-link .link-wrap {
    min-height: 114vw;
  }
  #content-link .toc {
    width: 15%;
    margin: 6% auto 0;
  }
  #content-link .link05 {
    top: 16%;
    left: 3%;
    width: 27%;
  }
  #content-link .link01 {
    top: 14%;
    left: 45%;
    width: 25%;
  }
  #content-link .link03 {
    top: 17%;
    right: 2%;
    width: 24%;
  }
  #content-link .link04 {
    top: 33%;
    left: 21%;
    width: 25%;
  }
  #content-link .link02 {
    top: 61%;
    left: 4%;
    width: 26%;
  }
  #content-link .link06 {
    top: 60%;
    right: 4%;
    width: 28%;
  }
}
@media screen and (max-width: 600px) {
  #content-link {
    background-image: none;
  }
  #content-link .link-wrap {
    width: 80%;
    max-width: 500px;
    min-height: 160vw;
  }
  #content-link .toc {
    width: 25%;
    margin: 6% auto 0;
  }
  #content-link .link05 {
    top: 8%;
    left: 0;
    width: 50%;
  }
  #content-link .link01 {
    top: 15%;
    left: auto;
    right: 0;
    width: 48%;
  }
  #content-link .link03 {
    top: 31%;
    left: 0;
    right: auto;
    width: 47%;
  }
  #content-link .link04 {
    top: 45%;
    left: auto;
    right: 0;
    width: 47%;
  }
  #content-link .link02 {
    top: 65%;
    left: 0;
    width: 48%;
  }
  #content-link .link06 {
    top: 74%;
    right: 7%;
    width: 52%;
  }
}
/* ===== content ===== */
#content {
  padding: 120px 0 240px;
}
#content .item {
  position: relative;
  padding-top: 80px;
}
#content .item:not(:last-of-type) {
  margin-bottom: 130px;
}
#content .frame-lean .text-wrap {
  padding: 110px 130px;
}
#content .catch {
  margin: 0 0 40px;
}
#content .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
#content .flex-wrap p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.2;
}
#content .flex-wrap p .font-calibri {
  font-family: Calibri, sans-serif;
  font-size: 110%;
}
#content .flex-wrap .img {
  width: 30%;
  min-width: 240px;
}
#content .flex-wrap .img .notes {
  font-size: 15px;
  font-size: 0.9375rem;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  line-height: 1.5;
}
#content .cow01,
#content .cow02 {
  display: flex;
  align-items: flex-start;
  position: absolute;
  z-index: 1;
}
#content .cow01.lines-left,
#content .cow02.lines-left {
  flex-direction: row-reverse;
}
#content .cow01 {
  top: 22px;
  left: 8px;
}
#content .cow01 .cow {
  width: 130px;
}
#content .cow01 .lines {
  width: 115px;
  margin: 18px 0 0 10px;
}
#content .cow02 {
  top: 97%;
  right: -15px;
}
#content .cow02 .cow {
  width: 130px;
}
#content .cow02 .lines {
  width: auto;
  height: 70px;
  margin: 45px 0 0;
}

@media screen and (max-width: 1200px) {
  #content .frame-lean .text-wrap {
    padding: 90px 80px;
  }
}
@media screen and (max-width: 1024px) {
  #content .frame-lean .text-wrap {
    padding: 90px 80px 60px;
  }
  #content .catch {
    width: 420px;
  }
  #content .flex-wrap {
    flex-direction: column;
    gap: 30px;
  }
  #content .flex-wrap p {
    width: 100%;
  }
  #content .flex-wrap .img {
    width: 100%;
    min-width: auto;
    max-width: 250px;
  }
}
@media screen and (max-width: 768px) {
  #content {
    padding: 60px 0 120px;
  }
  #content .frame-lean .text-wrap {
    padding: 90px 50px 60px;
  }
  #content .catch {
    width: 100%;
    max-width: 320px;
  }
  #content .flex-wrap p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  #content .flex-wrap .img .notes {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 600px) {
  #content .item {
    padding-top: 50px;
  }
  #content .frame-lean .text-wrap {
    padding: 60px 30px 40px;
  }
  #content .flex-wrap p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  #content .cow01 {
    top: 0;
  }
  #content .cow01 .cow {
    width: 100px;
  }
  #content .cow01 .lines {
    width: 75px;
    margin: 23px 0 0 2px;
  }
  #content .cow02 .cow {
    width: 110px;
  }
  #content .cow02 .lines {
    height: 44px;
    margin: 50px -5px 0 0;
  }
}

/*# sourceMappingURL=secret.css.map */
