@charset "utf-8";
/* ===============================================================

  共通

=============================================================== */ :root {
  --ukeru_color: #00a0ca;
  --kizuku_color: #f39939;
  --tsuzukeru_color: #59b75b;
}
html, body {
  height: auto;
  overflow-y: auto; /* ← bodyをスクロール可能に */
  margin: 0;
  padding: 0;
}
body {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-family: 'M PLUS Rounded 1c', sans-serif !important;
  font-weight: normal;
  font-size: 16px;
  color: #551800;
  line-height: 1.6;
}
@media (min-width: 768px) {
  body {
    font-size: 24px;
  }
}
main {
  max-width: 600px;
  margin: 0 auto;
}
h1, h2, h3 {
  font-weight: bold;
}
h1 {
  margin-bottom: 0;
  text-align: center;
}
h2 {
  font-size: 1.6rem;
  text-align: center;
}
@media (min-width: 576px) {
  h2 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.5rem;
  }
}
.h2_fukidashi_box {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.h2_fukidashi {
  position: relative;
  width: 90%;
  margin: 0 auto 80px;
  padding: .8rem 1rem;
  border: 6px solid #551800;
  border-radius: 30px;
  background: #fff;
	line-height: 1.4em;
}
.h2_fukidashi::before {
  position: absolute;
  left: calc(50% - 20px);
  bottom: -23px;
  content: "";
  width: 40px;
  height: 40px;
  border-top: solid 6px #551800;
  border-right: solid 6px #551800;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  background-color: #fff;
}
.list_h2_box {
  text-align: center;
}
.list_h2_box p {
  padding: .5em;
  border-radius: 10px;
  background: #fff;
}
h3 {
  display: inline-block;
  margin-bottom: 1.2em;
  font-size: 1.6rem;
}
@media (min-width: 576px) {
  h3 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  h3 {
    font-size: 2.5rem;
  }
}
h3 span {
  display: block;
  font-size: .377em;
  color: #127CB7;
}
h3 img {
  width: 107px;
}
h3.nami {
  padding-bottom: .5em;
  background: url("../img/namisen.svg") repeat-x bottom left / auto 16px;
}
/* 上下中央寄せ */
.container_center {
  justify-content: space-around;
  align-items: center;
}
/* 背景設定 */
.back_round {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  border-radius: 30px;
  box-sizing: border-box;
  overflow: visible;
}
@media (min-width: 576px) {
  .back_round {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .back_round {
    max-width: 720px;
    padding: 60px;
    border-radius: 50px;
  }
}
@media (min-width: 992px) {
  .back_round {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .back_round {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .back_round {
    max-width: 1380px;
  }
}
.back_white {
  background: #fff;
}
/* リンクボタン */
a.btn {
  background: #59b75b;
  color: #fff;
  display: block;
  padding: .8em 3em .8em 2em;
  position: relative;
  margin: auto;
  width: 100%;
  text-align: center;
  text-decoration: none;
  border-radius: 50vh;
  font-size: .95em;
	transition: .3s;
}
a.btn:hover {
	background: #2ba02b;
}
a.btn::before, a.btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  vertical-align: middle;
}
a.btn::before {
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 50%;
}
a.btn::after {
  right: 43px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
a.btn span {
  color: #fff462;
}
/* マージン */
.marginTop_0 {
  margin-top: 0!important;
}
.marginTop_1em {
  margin-top: 1em!important;
}
.marginTop_2em {
  margin-top: 2em!important;
}
.marginBtm_0 {
  margin-bottom: 0!important;
}
.marginBtm_1em {
  margin-bottom: 1em!important;
}
.marginBtm_2em {
  margin-bottom: 2em!important;
}
/* スマホのみ改行させる */
@media (max-width: 768px) {
  .brSp::before {
    content: "\A";
    white-space: pre;
  }
}
/* タブレットのみ改行させる */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .brTab::before {
    content: "\A";
    white-space: pre;
  }
}
/* パソコンのみ改行させる */
@media (min-width: 768px) {
  .brPc::before {
    content: "\A";
    white-space: pre;
  }
}
@media (max-width: 991px) {
  .hideSp {
    display: none;
  }
}
@media (min-width: 992px) {
  .hidePc {
    display: none;
  }
}
.imgFluid {
  max-width: 100%;
  height: auto;
}
.imgArea {
  width: 100%;
}
.textC {
  text-align: center;
}
.txtR {
  text-align: right;
}
.txtL {
  text-align: left;
}
/* 文字強調 */
strong {
  font-size: 1em;
  font-weight: 600;
  color: #c8161d;
}
/* 区切り線 */
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
/* マーカー */
.marker_wrap {
  margin-bottom: 1em;
}
.marker {
  font-weight: 800;
  background: linear-gradient(transparent 60%, #fff462 60%);
}
/* 注意書き */
.caution {
  display: inline-block;
  font-size: .85em;
}
@media (min-width: 768px) {
  .caution {
    font-size: .65em;
  }
}
/* 表示順 */
@media (min-width: 992px) {
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
}
.asterisk {
	height: 1em;
}
/* ===============================================================

  ヘッダー

=============================================================== */
header {
  position: relative;
  z-index: 99;
}
@media (min-width: 768px) {
header {
  height: 100px;
  }
}
header .container {
  height: 100%;
}
header .snsArea {
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 767px) {
  header .snsArea {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  header .logo {
    max-height: 80px;
  }
}
@media (min-width: 768px) {
  header .logo {
    max-height: 68px;
  }
}
header .snsArea ul {
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  header .snsArea ul {
    justify-content: flex-start;
    display: none;
  }
}
header .snsArea ul li {
  width: 45px;
  height: 45px;
}
header .snsArea ul li:not(:last-of-type) {
  margin-right: 15px;
}
header .snsArea ul li img {
  width: 45px;
  height: 45px;
}
main {
  background: #fffeee;
}
/*
  PC背景
================================================ */
.background {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("../img/pc_back.jpg");
  background-size: cover;
  background-position: bottom;
  z-index: 0;
}
/* ロゴ */
.logo_fixed {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease, transform 2s;
  z-index: 10;
}
@media (max-width: 1199px) {
  .logo_fixed {
    display: none;
  }
}
@media (min-width: 1200px) {
  .logo_fixed {
  left: calc(50% - 600px);
  width: 280px;
  }
}
@media (min-width: 1400px) {
  .logo_fixed {
  left: calc(50% - 700px);
  width: 350px;
  }
}
@media (min-width: 1750px) {
  .logo_fixed {
  left: calc(50% - 585px - 225px);
  width: 450px;
  }
}
/*
.logo_fixed:hover {
  transform: translateY(-50%) rotate(360deg);
}
*/
.logo_fixed.visible {
  opacity: 1;
  pointer-events: auto;
}
/* 人物 */
.person {
  position: fixed;
  bottom: 0;
  width: 40vw;
  max-width: 300px;
  z-index: 1;
}
@media (max-width: 1199px) {
.person {
  display: none;
}
}
/* 左の人物 */
.person.left {
  left: 0;
}
/* 右の人物 */
.person.right {
  right: 0;
}
/* 左側メニュー */
.menu_pc {
  position: fixed;
  top: 50%;
  right: calc(50% - 585px);
  transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 1199px) {
  .menu_pc {
    display: none;
  }
}
.menu_pc ul {
  margin: 0;
	padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
}
.menu_pc ul li {
	width: 240px;
  transition: 0.3s;
}
.menu_pc ul li a {
  text-decoration: none;
}
.menu_pc ul li a img {
	transition: filter 0.3s ease;
}
.menu_pc ul li a:hover img {
	filter: brightness(1.2);
}
/* スクロールするエリア */
.main_wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  overflow-y: auto;
}
/* メインコンテンツ */
main {
  width: 100%;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
/*
  メインイメージ
================================================ */
#top p.caution {
  margin-right: 50px;
  font-size: .5em;
  text-align: right;
}
/*
   健康サイクルとは？ 
================================================ */
#prologue {
  padding-top: 5em;
  padding-bottom: 0;
  background: #fff5d7;
}
#prologue h2 {
  margin-top: 5rem;
}
#prologue .back_round {
	padding-top: 5em;
}
@media (max-width: 767px) {
#prologue img {
	margin-top: 1em;
	margin-bottom: 1em;
}
}
/*
  ヘッダーロゴ
================================================ */
.logoHead {
  position: relative;
  width: 100%;
  height: 80px;
  margin: 0;
  background: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .logoHead {
    width: 100%;
    height: 100px;
  }
}
.logoHead img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .logoHead img {
    height: 30%;
  }
}
/*
  ナビゲーション
================================================ */
#nav_toggle {
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  background: #fff;
  width: 80px;
  height: 80px;
}
@media (min-width: 768px) {
  #nav_toggle {
    width: 100px;
    height: 100px;
  }
}
#nav_toggle > div {
  position: relative;
  width: 36px;
  height: 46px;
  margin-top: 17px;
  margin-left: 20px;
}
@media (min-width: 768px) {
  #nav_toggle > div {
    width: 50px;
    height: 60px;
    margin-top: 20px;
    margin-left: 25px;
  }
}
#nav_toggle span {
  width: 100%;
  height: 3px;
  right: 0;
  display: block;
  background: #c8161d;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}
#nav_toggle span:nth-child(1) {
  top: 9px;
}
#nav_toggle span:nth-child(2) {
  top: 21px;
}
#nav_toggle span:nth-child(3) {
  top: 33px;
}
@media (min-width: 768px) {
  #nav_toggle span:nth-child(1) {
    top: 14px;
  }
  #nav_toggle span:nth-child(2) {
    top: 28px;
  }
  #nav_toggle span:nth-child(3) {
    top: 42px;
  }
}
.open #nav_toggle span {
  background: #c8161d;
}
.open #nav_toggle span:nth-child(1) {
  top: 23px;
  transform: rotate(45deg);
}
.open #nav_toggle span:nth-child(2) {
  top: 23px;
  width: 0;
  left: 50%;
}
.open #nav_toggle span:nth-child(3) {
  top: 23px;
  transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .open #nav_toggle span:nth-child(1) {
    top: 30px;
    transform: rotate(45deg);
  }
  .open #nav_toggle span:nth-child(2) {
    top: 30px;
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 30px;
    transform: rotate(-45deg);
  }
}
/* z-index */
#nav_toggle {
  z-index: 9999;
}
#g_nav {
  background: url("../img/sp_back.jpg") no-repeat center center;
  background-size: cover;   /* 画面いっぱいに拡大縮小してカバー */
  color: #bbb;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.75em;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}
#g_nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  transition: color 0.6s ease;
}
#g_nav a:hover {
  color: #DC4380;
}
#g_nav ul {
  list-style: none;
  padding-left: 0;
}
#g_nav ul li {
	margin-left: 30px;
	margin-right: 30px;
  opacity: 0;
  transform: translateX(200px);
  transition: transform 0.6s ease, opacity 0.2s ease;
	text-align: center;
}
#g_nav ul li:nth-child(2) {
  transition-delay: 0.1s;
}
#g_nav ul li:nth-child(3) {
  transition-delay: 0.3s;
}
#g_nav ul li a {
  font-weight: 600;
}
#g_nav ul li a img {
  max-width: 300px;
}
/* open */
.open {
  overflow: hidden;
}
.open #g_nav {
  visibility: visible;
  opacity: 1;
}
.open #g_nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 0.9s ease;
}
/* デコ要素 */
.gNav_person_deco {
	position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;    /* 念のため、はみ出し防止 */
  z-index: 1;
}
.gNav_person_deco img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  object-fit: contain;
}
/* ===============================================================

  コンテンツ

=============================================================== */
.article_wrap {
  padding-top: 2em;
  padding-bottom: 1em;
}
.list_number {
  position: absolute;
  top: -20px;
  left: -10px;
  width: 80px;
  height: 80px;
  padding-top: 10px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
	font-size: 40px;
}
.section_main_img {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}
.left_border_txt {
  position: relative;
  padding-left: 1rem;
  border-left: 5px solid #c8161d;
  font-size: 1.2rem;
}
@media (min-width: 576px) {
  .left_border_txt {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .left_border_txt {
    font-size: 2rem;
  }
}
dl.taisho_contents {
  margin-top: 2rem;
}
dl.taisho_contents > dt {
  margin-bottom: .25em;
  font-size: 1.2em;
}
dl.taisho {
  padding: 1.5rem 30px;
  border-radius: 20px;
  color: #fff;
  text-align: center;
}
dl.taisho dt {
  font-size: 1.5em;
}
dl.taisho dd {
  font-size: 1em;
}
.fukidashi {
  position: relative;
  display: inline-block;
	width: 100%;
	margin: 0 auto;
  padding: 1rem 1.5rem;
  border-radius: 20px;
}
.fukidashi.fukidashi_top::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
}
.fukidashi.fukidashi_bottom::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
}
.fukidashi p:last-of-type {
  margin-bottom: 0;
}
/* 健康づくりサイクル順番 */
ol.cycle_order {
  padding-left: 0;
  list-style: none;
  counter-reset: number;
}
ol.cycle_order li {
  position: relative;
  padding-left: 3rem;
}
ol.cycle_order li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: .8rem;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
}
ol.cycle_order li:nth-of-type(1)::before {
  background: #00a0ca;
}
ol.cycle_order li:nth-of-type(2)::before {
  background: #f39939;
}
ol.cycle_order li:nth-of-type(3)::before {
  background: #59b75b;
}
ol.cycle_order li:not(:last-of-type) {
  margin-bottom: 1rem !important;
}
/*
  受ける
================================================ */
#ukeru {
  background: #fff;
}
.back_blue {
  background: #c8e7f2;
}
#ukeru .list_h2_box h2, #ukeru .list_h2_box p {
  color: var(--ukeru_color);
}
#ukeru .list_number {
  background: var(--ukeru_color);
}
#ukeru hr {
  border: none;
  border-top: 8px dotted #81cde4;
}
#ukeru dl.taisho_contents > dt {
  color: var(--ukeru_color);
  text-align: center;
}
#ukeru dl.taisho {
  background: var(--ukeru_color);
}
#ukeru dl.taisho dt {
  position: relative;
}
#ukeru dl.taisho dt::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background: #fff;
}
#ukeru dl.taisho dd {
  margin-top: calc(1rem + 7px);
  font-size: .9em;
}
/*
  気づく
================================================ */
#kizuku {
  background: #fff;
}
.back_orange {
  background: #fce2ba;
}
#kizuku .list_h2_box h2, #kizuku .list_h2_box p {
  color: var(--kizuku_color);
}
#kizuku .list_number {
  background: var(--kizuku_color);
}
#kizuku hr {
  border: none;
  border-top: 8px dotted #f9c270;
}
#kizuku dl.taisho_contents {
  position: relative;
  margin-top: calc(200px + 1em);
}
#kizuku dl.taisho_contents > dd {
  position: relative;
  z-index: 1;
}
.kizuku_fukidashi_box {
  position: absolute;
  top: 0;
  transform: translateY(-75%);
  z-index: 2;
  width: 100%;
}
.kizuku_fukidashi_box.kizuku_fukidashi_box_left {
  left: -1rem;
}
.kizuku_fukidashi_box.kizuku_fukidashi_box_right {
  left: auto;
  right: -1rem;
  text-align: right !important;
}
.kizuku_fukidashi {
  position: relative;
  width: 75%;
  padding: .5rem 1rem;
  border: 6px solid var(--kizuku_color);
  border-radius: 30px;
  font-size: .95em;
  background: #fff;
  text-align: center;
}
.kizuku_fukidashi_box.kizuku_fukidashi_box_left .kizuku_fukidashi {
  margin-left: 0;
  margin-right: auto;
}
.kizuku_fukidashi_box.kizuku_fukidashi_box_right .kizuku_fukidashi {
  margin-left: auto;
  margin-right: 0;
}
.kizuku_fukidashi::before {
  position: absolute;
  bottom: -13px;
  content: "";
  width: 20px;
  height: 20px;
  border-top: solid 6px var(--kizuku_color);
  border-right: solid 6px var(--kizuku_color);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  background-color: #fff;
}
.kizuku_fukidashi_box.kizuku_fukidashi_box_left .kizuku_fukidashi::before {
  left: auto;
  right: calc(50% - 10px);
}
.kizuku_fukidashi_box.kizuku_fukidashi_box_right .kizuku_fukidashi::before {
  right: auto;
  left: calc(50% - 10px);
}
.kizuku_deco_img {
  position: absolute;
  top: 0;
  height: 200px;
  transform: translateY(-100%);
  z-index: 0;
}
.kizuku_deco_img.kizuku_deco_img_left {
  right: 20px;
}
.kizuku_deco_img.kizuku_deco_img_right {
  left: 20px;
}
dl.taisho strong {
  color: #fff462;
}
#kizuku dl.taisho {
padding: 2em 30px 1.5rem;
	background: var(--kizuku_color);
}
#kizuku dl.taisho dt {
  position: relative;
}
#kizuku dl.taisho dt::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background: #fff;
}
#kizuku dl.taisho dd {
  margin-top: calc(1rem + 7px);
}
#kizuku dl.shindan_flow_list > dt {
  position: relative;
  margin-bottom: 1em;
  padding: 0.5em 1em;
  border: 3px solid var(--kizuku_color);
  border-radius: 20px;
  font-size: 1.2em;
  background: #fff;
  text-align: center;
}
#kizuku dl.shindan_flow_list > dt::before {
  content: "";
  position: absolute;
  left: 30px;
  bottom: -3px;
  width: 20px;
  height: 3px;
  background: #fce2ba;
}
#kizuku dl.shindan_flow_list > dt::after {
  content: "";
  position: absolute;
  left: 25px;
  bottom: -10px;
  transform: rotate(50deg);
  width: 20px;
  height: 3px;
  background: var(--kizuku_color);
}
#kizuku ol.shindan_flow {
  margin: 0;
  padding: 0;
  list-style: none;
}
#kizuku ol.shindan_flow li {
  position: relative;
  width: 100%;
}
#kizuku ol.shindan_flow li:not(:last-of-type) {
  margin-bottom: 2em;
}
#kizuku ol.shindan_flow li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: -20px; /* liの下に配置（矢印の高さ分） */
  left: 50%;
  transform: translateX(-50%);
  height: 20px;
  width: 40px;
  clip-path: polygon(0 0, 50% 100%, 100% 0); /* ▼型の矢印 */
  background-color: #fff;
  z-index: 2;
}
#kizuku ol.shindan_flow li dl dt {
  margin-bottom: 1em;
  text-align: center;
}
#kizuku ol.shindan_flow li dl dt span {
  display: inline-block;
  margin: 0 auto;
  padding: .5rem 2rem;
  border-radius: 50vh;
  color: #fff;
  background: var(--kizuku_color);
}
#kizuku ol.shindan_flow li dl dd {
  padding-bottom: 1em;
}
/*
  続ける
================================================ */
#tsuzukeru {
  background: #fff;
}
.back_green {
  background: #dfeed8;
}
#tsuzukeru .list_h2_box h2, #tsuzukeru .list_h2_box p {
  color: var(--tsuzukeru_color);
}
#tsuzukeru .list_number {
  background: var(--tsuzukeru_color);
}
#tsuzukeru hr {
  border: none;
  border-top: 8px dotted #81cde4;
}
ul.self-care_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 1.5em auto 0;
}
ul.self-care_list li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1px 2rem;
  color: #fff;
  background: var(--tsuzukeru_color);
  border-radius: 50vh;
  white-space: nowrap;
}
#tsuzukeru .fukidashi {
  background: #fff;
}
#tsuzukeru .fukidashi.fukidashi_bottom::before {
  border-bottom: 15px solid #fff;
}
/* ===============================================================

  サイクルの継続

=============================================================== */
#epilogue {
	margin-top: 1em;
  padding-top: 5em;
  padding-bottom: 2em;
  background: #fff5d7;
}
#epilogue h2 {
  margin-top: 5rem;
}
#epilogue .back_round {
	padding-top: 5em;
}
#epilogue hr {
  border: none;
  border-top: 8px dotted #eacf8c;
}
#epilogue .fukidashi {
  background: #eacf8c;
}
#epilogue .fukidashi.fukidashi_top::before {
  border-top: 15px solid #eacf8c;
}
ul.cycle_list {
  margin: 0;
  padding: 0;
  padding-left: 1.2em;
	line-height: 1.4em;
	list-style-type: disc;
}
ul.cycle_list li {
	margin-bottom: .5em;
}
#epilogue .fukidashi p span {
	color: #c8161d;
}
#epilogue .fukidashi.fukidashi_bottom::before {
  border-bottom: 15px solid #eacf8c;
}
/* ===============================================================

  ＣＭ

=============================================================== */
.cm_frame {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #FFECCD;
  border-radius: 50px;
}
.container {
  justify-items: center;
}
.videoBox {
  position: relative;
  width: 100%;
  max-width: 724px;
  margin: 0 auto;
}
.videoBox::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  z-index: 100;
  background-image: url("../img/play.svg");
  background-size: contain;
  pointer-events: none;
}
@media (min-width: 992px) {
  .videoBox::after {
    width: 174px;
    height: 174px;
  }
}
.videoBox:hover::after {
  cursor: pointer;
}
.videoBox img {
  width: 100%;
  height: auto;
  transition: .4s ease;
  filter: brightness(60%);
  opacity: .9;
}
.videoBox img:hover {
  cursor: pointer;
  filter: none;
  opacity: 1;
}
/* ===============================================================

  さくらいと紹介

=============================================================== */
aside {
  padding-top: 2em;
  background: #FFF0F2;
}
aside .container {
  align-items: center;
}
aside dl dt {
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #DD4380;
}
/* ===============================================================

  フッター

=============================================================== */
footer {
  padding: 2rem 1rem 1rem;
  text-align: center;
  background: #FFF0F2;
}
footer img {
  width: 485px;
  height: 57px;
  margin-bottom: 1em;
}
address {
  font-style: normal;
  margin: 0 auto;
  font-size: 1rem;
}
small {
  font-size: .65rem;
}
/* ===============================================================

  トップへ移動ボタン  

=============================================================== */
#up {
  position: fixed;
  bottom: 10px;
  right: 5px;
  z-index: 99;
}
@media (min-width: 768px) {
  #up {
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 99;
  }
}
#up a {
  display: block;
  opacity: .9;
  transition: all .3s ease;
}
#up a:hover {
  text-decoration: none;
  opacity: .6;
}
@media (max-width: 767px) {
  #up a img {
    width: 80%;
  }
}