@charset "UTF-8";
/* PC用設定 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
:root {
  --font-mincho: "Yu Mincho", "Hiragino Mincho ProN", "serif";
  --font-gothic: "hiragino-kaku-gothic-pron", sans-serif;
  --main-color: 252, 229, 229;
  --point-color: 218, 237, 220;
  --brand-color: 194, 115, 129;
}
* {
  box-sizing: border-box;
  font-feature-settings: "palt";
  padding: 0;
  margin: 0;
}
html {
  width: 100%;
  overflow-x: hidden;
  font-size: min(2.143vw,30px);
  font-feature-settings: "palt";
  }
body {
  width: 100%;
  overflow: hidden;
}
main {
  width: 100%;
  max-width: 1400px;
  font-family: var(--font-gothic);
  background-color: white;
}

img {
  width: 100%; 
  height: auto;
  vertical-align: bottom;
    user-drag: none;
  -webkit-user-drag:none;
  -khtml-user-drag:none;
}
a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: inherit;
}
ul {list-style: none;}
section {
  margin: 0;
  padding: 0;
}
input {display: none;}

sup {
  vertical-align: super;
  font-size: 0.5em;
  line-height: 0;
}

.br {display: block;}
.annotation {
  font-size: max(0.6em, 8px);
  line-height: 1.2em;
  letter-spacing: 0.05em;
}
.pc_hidden {display: none;}


/* ↓ top ↓ --------------------------------------------------- */
#top {position: relative;}
#top .content {
  width: 88%;
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 37.3% 59%;
  justify-content: space-between;
}
#top .content .text {
  font-size: 18px;
  font-size: 0.6em;
  line-height: 2.3em;
  letter-spacing: 0.08em;
  margin-top: 7.27em;
}
#top .content .text .st2 {margin-top: 1em;}
#top .content .text .st5 {
  font-size: 39px;
  font-size: 2.17em;
  font-weight: 600;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  margin-top: 1.2em;
}

/* ↓ column ↓ --------------------------------------------------- */
#column {padding: 3em 0;}

#column .st1 {
  font-size: 21px;
  font-size: 0.7em;
  line-height: 2.1em;
  letter-spacing: 0.2em;
  color: black;
  text-align: center;
}
#column .st2 {
  font-size: 54px;
  font-size: 1.8em;
  line-height: 1.4em;
  letter-spacing: 0.22em;
  text-align: center;
}
#column .content {
  position: relative;
  width: 85%;
  margin: 0 auto;
}
#column .swiper {
  width: 90%;
  margin: 2em auto;
  padding-top: 1em;
}
#column .swiper-slide {
  width: 31.6%;
  position: relative;
}
#column .num {
  position: absolute;
  top: -1em;
  left: 0;
  width: 2.17em;
  height: 2.17em;
  background-color: rgba(154, 200, 176, 1);
  border-radius: 50%;
  display: grid;
  align-items: center;
  cursor: default;
}
#column .num p {
  font-size: 15px;
  font-size: 0.5em;
  line-height: 1.87em;
  letter-spacing: 0.1em;
  color: white;
  text-align: center;
}
#column .swiper-slide button {
  width: 94%;
  height: 100%;
  border-radius: 0.5em;
  border: solid 1px rgba(181, 181, 182, 1);
  text-align: left;
  background-color: white;
  font-size: 1em;
  margin: 0;
  margin-left: 6%;
  cursor: pointer; 
}
#column .swiper-slide .img-box {position: relative;}

#column .swiper-slide img {border-radius: 0.5em 0.5em 0 0;}
#column .swiper-slide .box {
  width: 80%;
  height: 6.7em;
  margin: 1em auto;
  position: relative;
}
#column .swiper-slide .box p {
  font-weight: 600;
  font-size: 13px;
  font-size: 0.43em;
  line-height: 2.16em;
  letter-spacing: 0.077em;
}
#column .swiper-slide .box div:first-of-type {
  font-size: 13px;
  font-size: 0.43em;
  line-height: 1.78em;
  letter-spacing: 0.1em;
  color: rgba(62, 58, 57, 1);
  margin-top: 0.3em;
}
.view {
  position: absolute;
  width: 50%;
  font-size: 10px;
  font-size: 0.4em;
  line-height: 2.5em;
  letter-spacing: 0.18em;
  border: solid 0.04em black;
  text-align: center;
  bottom: 0em;
  left: 50%;
  transform: translateX(-50%);
}
#column .annotation {
  margin: 0 auto;
  width: 76%;
  text-align: right;
  font-size: 0.45em;
}

/* ↓ swiper ↓ */
.swiper-button-prev {left: 0;}
.swiper-button-next {right: 0;}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 1.13em;
  color: rgba(137, 137, 137, 1);
}
.swiper-pagination {font-size: 0.7em;}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -2.5em;
}

/* ↓ femcare ↓ --------------------------------------------------- */
#femcare {position: relative;}
#femcare .content {
  width: 72%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 3em 0;
  text-align: center;
}
#femcare .content .st1 {
  font-size: 36px;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.9em;
  letter-spacing: 0.1em;
}
#femcare .content .st1 .brand-color {
  color: rgba(var(--brand-color), 1);
}
#femcare .content .box1 p,
#femcare .content .box2 p {
  font-size: 22px;
  font-size: 0.75em;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
#femcare .content .fukidashi {
  background-color: rgba(var(--point-color), 1);
  border: solid 1px black;
  border-radius: 1.5em;
  width: fit-content;
  padding: 0.2em 1.5em;
  margin: 2em auto 0;
  position: relative;
}
#femcare .content .fukidashi::before,
#femcare .content .fukidashi::after {
  content: "";
  width: 0.7em;
  height: 1em;
  background-color: black;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
#femcare .content .fukidashi::after {
  background-color: rgba(var(--point-color), 1);
  top: calc(100% - 3px);
}
#femcare .content .group {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 4.5em;
  grid-column-gap: 0.3em;
  margin-top: 1.3em;
}

#femcare .content .group .box {
  background-color: rgba(var(--main-color), 1);
  border: solid 1px black;
  position: relative;
  display: grid;
  align-items: center;
}
#femcare .content .group .box span {display: block;}
#femcare .content .group .box .img-box {
  position: absolute;
  top: 3em;
}
#femcare .content .box1 .group .box:first-of-type .img-box {
  width: 8.4em;
  left: -2.2em;
}
#femcare .content .box1 .group .box:last-of-type .img-box {
  width: 9.8em;
  left: 0.8em;
}
#femcare .content .box1 .st2 {margin-top: 2.5em;}
#femcare .content .box2 {margin-top: 3em;}
#femcare .content .box2 .group .box:first-of-type .img-box {
  width: 10.57em;
  left: -3.6em;
}
#femcare .content .box2 .group .box:last-of-type .img-box {
  width: 5.1em;
  left: -2.17em;
}
#femcare .content .box2 .st2 {margin-top: 9em;}
#femcare .content .box1 .st2,
#femcare .content .box2 .st2,
#femcare .content .box2 .st3,
#femcare .content .box2 .st4 {
  color: rgba(89, 87, 87, 1);
  line-height: 2em;
}
#femcare .content .box2 .st3 .brand-color {
  color: rgba(var(--brand-color), 1);
}
#femcare .content .annotation {
  margin-top: 4.5em;
  text-align: right;
}


/* ↓ return ↓ --------------------------------------------------- */
#return {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: grid;
  z-index: 100;
}
#return div {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: rgba(var(--brand-color), 0.8);
  display: grid;
  align-items: center;
}
#return p {
  text-align: center;
  color: white;
  font-size: 15px;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  margin-top: 3px;
}
#return p span {display: block;}


/* ↓ delifeel ↓ --------------------------------------------------- */

#delifeel {
  position: fixed;
  bottom: 130px;
  right: 0;
  z-index: 200;
  display: grid;
  grid-template-columns: 30px 1fr;
}

#delifeel .close {
  height: 100%;
  background-color: rgba(var(--brand-color), 0.8);
  display: grid;
  align-items: center;
  transition: 1s;
}
#delifeel .close span {
  display: inline-block;
  color: white;
  font-size: 15px;
  text-align: center;
  transform: scale(1, 1.5);
  transition: 1s;
}

#delifeel .window {
  width: 300px;
  height: 150px;
  color: black;
  text-align: center;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  transition: 1s;
}
#delifeel input[type='checkbox']:checked + label > .close {
  translate: 300px;
}
#delifeel input[type='checkbox']:checked + label > .close > span {
  transform: scale(-1, 1.5)
}
#delifeel input[type='checkbox']:checked + label + .window {
  translate: 100%;
}







/* ↓ article ↓ --------------------------------------------------- */
#post {position: relative;}
#post > .bg {
  width: 100%;
  position: absolute;
  top: 0;
}
#post .content {
  position: relative;
  width: 68%;
  background-color: white;
  margin: 0 auto;
  padding: 3em 8% 5em;
}
#post #header {
  display: flex;
  justify-content: space-between;
}
#post #id {
  width: 5.23em;
  display: grid;
  font-weight: 600;
}
#post #id .bg, #post #id > p {grid-area: 1 / 1 / 2 / 2;}
#post #header p {
  font-size: 21px;
  font-size: 0.6em;
  line-height: 2.37em;
  letter-spacing: 0.28em;
  text-align: center;
}
#post #id > p {line-height: 2.8em;}
#post #arrow {
  width: 7.4em;
  display: flex;
  gap: 1em;
  justify-content: right;
  font-size: 18px;
  font-size: 0.9em;
}
#post #arrow .arrow {
  border-bottom: solid 1px black;
  padding: 0 0.1em;
  font-size: 0.6em;
}


#post #h-title {
  font-size: 27px;
  font-size: 0.9em;
  line-height: 1.85em;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 600;
  margin-top: 1.5em;
}
#post #img-box {
  width: 68%;
  margin: 1em auto 0;
}
#post #img-box img {
  border-radius: 0.5em;
}


#post #h-content {
  font-size: 17px;
  font-size: 0.6em;
  line-height: 1.7em;
  letter-spacing: 0.08em;
  margin: 2.5em 0;
}

#post #article {
  position: relative;
  padding-top: 1.4em;
}
#post #a-title {
  font-size: 20px;
  font-size: 0.75em;
  line-height: 1.57em;
  letter-spacing: 0.1em;
  color: rgba(194, 115, 129, 1);
}
#post #article::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(201, 202, 202, 1);
}
#post #a-content {
  font-size: 16px;
  font-size: 0.55em;
  line-height: 1.96em;
  letter-spacing: 0.1em;
  margin-top: 1em;
}
#post #annotation {
  font-size: 0.4em;
  margin-top: 5em;
} 
#post #annotation2 {margin-top: 1.5em;}

#post #pagenation {
  width: 50%;
  display: flex;
  justify-content: center;
  gap: 1em;
  margin: 5em auto 0;
}
#post #pagenation p {
  font-size: 0.5em;
  padding: 6px 10px;
  cursor: pointer;
  color: #333;
  font-weight: normal;
  transition: all 0.2s;
}

/* ホバー時 */
#pagenation p:hover {
  background-color: rgba(194, 115, 129, 0.3);
  color: rgba(201, 202, 202, 1);
}

/* 現在表示中のページ番号 */
#pagenation p.current {
  border-bottom: solid 2px rgba(194, 115, 129, 1);
  color: rgba(194, 115, 129, 1);
  font-weight: bold;
}


/* ↓ post-return ↓ --------------------------------------------------- */

#post #return div {
  background-color: rgba(207, 140, 146, 1);
  border: none;
}
#post #return p {color: white;}



/* ↓ articleページ　error処理 ↓ */
#error {
  width: 90%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 150%;
}
#error p {
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 2em;
}
#error .st1 {color: red;}
#error .st2 {
  margin-top: 3em;
  font-size: 0.75em;
}
#error .st2 span:not(.br) {display: inline-block;}
#error a:link,
#error a:visited,
#error a:hover,
#error a:active {
  text-decoration: underline;
  color: red;
}



@media screen and (min-width: 1401px) {
  main {margin: 0 auto;}
  #return {right: calc((100% - 1400px) / 2 + 30px);}
  
}










