/* ----------------------------------------
Components
---------------------------------------- */

/* ----------------------------------------
PC
---------------------------------------- */
@media screen and (min-width:769px) {
  /* components */
  .mini-sp {
    display: none;
  }
  .area-btn {
    text-align: center;
    margin-top: 40px;
  }

  .chapter {
    padding: 60px 0;
  }
  .ttl-chapter {
    padding-left: 20px;
    border-left: 6px solid #eb7198;
    color: #eb7198;
  }
  .text-chapter {
    margin-top: 40px;
    line-height: 1.8;
    font-size: 16px;
  }

  /* fv */
  .hero {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 400px;
    padding-top: 120px;
    margin-bottom: 0;
  }
  .hero-inner {
    position: absolute;
    left: 50%;
    margin-left: -1000px;
    width: 2000px;
  }

  /* main-content */
  .main-content {
    padding: 40px 20px 0;
  }
  .inner-content {
    max-width: 1080px;
    margin: auto;
  }
  .ttl-page {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 4px solid #eb7198;
    font-size: 24px;
  }
  .header-sect {
    padding-top: 40px;
  }
  .ttl-sect {
    text-align: center;
    line-height: 1.0;
  }
  .bct {
    font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
    font-size: 44px;
    color: #e97196;
    font-weight: bold;
  }
  .bct-l {
    margin-right: 40px;
  }
  .bct-r {
    margin-left: 40px;
  }
  .lead-sect {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
  }

  .chapter-02 {
    border-top: 2px solid #e3e3e3;
  }
  .chapter h3 {
    margin-bottom: 40px;
  }
  .chapter .box {
    margin-bottom: 60px;
  }
  .chapter .box h5 {
    font-weight: bold;
    border-bottom: 2px solid #e3e3e3;
    margin: 40px 0 30px;
    padding-bottom: 20px;
    position: relative;
  }
  .chapter .box h5:after {
    content: ".";
    line-height: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: -2px;
    width: 9.5%;
    border-bottom: 2px solid #eb7198;
  }
  .chapter .box-03 > .text-box {
    margin-bottom: 60px;
  }
  .flexbox-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .text-box {
    margin-right: 40px;
    line-height: 1.8;
    font-size: 16px;
  }
  .flexbox-table img {
    width: 480px;
    height: 300px;
  }
  .chapter-02 .ttl-box {
    font-size: 18px;
    color: #eb7198;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .chapter-02 .caption-box {
    font-weight: bold;
    margin-bottom: 30px;
  }
  .chapter-03 {
    margin: 0;
    width: 100vw;
    margin-left: calc((100vw - 100%) / -2);
    margin-right: calc((100vw - 100%) / -2);
    max-width: auto;
    max-width: initial;
    border: none;
    background-color: #49bdca;
  }
  .chapter-03 h4 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 60px;
    text-align: center;
  }
  .chapter-03 .box {
    max-width: 1080px;
    margin: 0 auto;
  }

  /* Tumblr */
  .Tumblr {
    background-color: #fff;
    border-radius: 5px;
    padding: 40px;
  }
  #post_all {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
	}
	#post_all li {
		width: 32%;
		margin: 15px 2% 15px 0;
		box-sizing: border-box;
		cursor: pointer;
		position: relative;
	}
	#post_all li:nth-child(3n) {
		margin: 15px 0;
	}
	#post_all li figure {
		position: relative;
		width: 100%;
		padding: 65% 0 0;
		overflow: hidden;
	}
	#post_all li figure img {
		width: 100%;
		position: absolute;
		top: 0;
		clip: rect(0px 100% 100% 0px);
	}
	#post_all li time {
		display: block;
		padding: 0 15px 5px;
		color: #333;
		font-size: 12px;
	}
	#post_all li a.tit {
    display: block;
    box-sizing: border-box;
    padding: 3px 11px;
    margin-bottom: 5px;
    width: 100%;
    color: #000;
    text-decoration: none;
    border-left: 4px solid #000;
    font-size: 14px;
 }
  #pagenation {
    display: flex;
    justify-content: space-around;
    width: 160px;
    margin: 40px auto 0;
  }
  #pagenation li a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    text-decoration: none;
    margin: auto;
    border-radius: 50%;
  }
  #pagenation li.next a {
    background-color: #49bdca;
  }
  #pagenation li.prev a {
    border: 2px solid #49bdca;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #pagenation li a:before {
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    font-weight: 900;
    line-height: 1.3;
  }
  #pagenation li.next a:before {
    color: #fff;
    content: '\f101';
  }
  #pagenation li.prev a:before {
    color: #49bdca;
    content: '\f100';
  }

}

/* ----------------------------------------
SP
---------------------------------------- */
@media screen and (max-width:768px) {

  body>div {
    overflow: hidden;
  }
  /* components */
  .mini-sp {
    display: none;
  }
  .sp {
    display: initial;
  }
  .area-btn {
    text-align: center;
    margin-top: 6%;
  }

  .chapter {
    padding: 10% 0;
  }
  .ttl-chapter {
    padding-left: 2vw;
    border-left: 1.5vw solid #eb7198;
    font-size: 5vw;
    color: #eb7198;
  }
  .text-chapter {
    margin: 6% 3.5vw 0;
    line-height: 1.8;
    font-size: calc(3vw + 4px);
  }

  /* header */


  /* FV */
  .hero {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(84px + 4vw);
    margin-bottom: 0;

  }
  .hero-inner {
    position: relative;
    width: 100%;
  }

  /* main-content */
  .main-content {
    padding: 3% 3% 0;
  }
  .ttl-page {
    padding-bottom: 10px;
    margin-bottom: 8%;
    border-bottom: 4px solid #eb7198;
    font-size: 6vw;
  }
  .header-sect {
    white-space: nowrap;
  }
  .lead-sect {
    margin: 6% 6% 0;
    font-size: 4.5vw;
    text-align: center;
    white-space: normal;
  }
  .bct {
    font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
    color: #e97196;
    font-weight: bold;
    font-size: 9vw;
  }
  .bct-l {
    margin-right: 2vw;
  }
  .bct-r {
    margin-left: 2vw;
  }
  .ttl-sect {
    text-align: center;
    font-size: 7vw;
    line-height: 1.0;
    letter-spacing: -3.2px;
  }
  .content-sect {
    padding: 0
  }

  .chapter-02 {
    border-top: 2px solid #e3e3e3;
  }
  .chapter h3 {
    margin-bottom: 30px;
  }
  .chapter .box {
    margin-bottom: 40px;
  }
  .chapter .box h5 {
    font-weight: bold;
    border-bottom: 2px solid #e3e3e3;
    margin: 30px 0 25px;
    padding-bottom: 15px;
    position: relative;
  }
  .chapter .box h5:after {
    content: ".";
    line-height: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: -2px;
    width: 33%;
    border-bottom: 2px solid #eb7198;
  }
  .flexbox-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 8%;
  }
  .text-box {
    margin-bottom: 30px;
  }
  .chapter-02 .ttl-box {
    font-size: 20px;
    color: #eb7198;
    font-weight: bold;
    margin: 30px 0 20px;
  }
  .chapter-02 .caption-box {
    font-weight: bold;
    margin-bottom: 30px;
  }
  .chapter-02 .box-03 {
    margin-bottom: 0;
  }
  .chapter-02 .box-03 > div > div .text-box{
    margin-bottom: 0;
  }
  .chapter-03 {
    margin: 0;
    width: 100vw;
    margin-left: calc((100vw - 100%) / -2);
    margin-right: calc((100vw - 100%) / -2);
    max-width: auto;
    max-width: initial;
    border: none;
    background-color: #49bdca;
    padding-top: 20px;
  }
  .chapter-03 h4 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
  }
  .chapter-03 .box {
    max-width: 90%;
    margin: 0 auto;
  }

  /* Tumblr */
  .Tumblr {
    background-color: #fff;
    border-radius: 5px;
    padding: 40px 10px;
  }
  #post_all {
    width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
  }
  #post_all li {
		width: 48%;
		margin: 12px 4% 12px 0;
	}
	#post_all li:nth-child(3n) {
		margin: 12px 4% 12px 0;
	}
	#post_all li:nth-child(2n) {
		margin: 0 0 12px;
	}
	#post_all li time {
		padding: 0 5px 2px;
		font-size: 9px;
	}
	#post_all li a.tit {
		padding: 3px 5px;
    font-size: 12px;
    border-left: 4px solid #000;
    display: block;
    box-sizing: border-box;
  }
  #post_all li figure {
		position: relative;
		width: 100%;
		padding: 65% 0 0;
		overflow: hidden;
	}
	#post_all li figure img {
		width: 100%;
		position: absolute;
		top: 0;
		clip: rect(0px 100% 100% 0px);
	}
	#post_all li .over {
    display: none;
  }
  #pagenation {
    display: flex;
    justify-content: space-around;
    width: 160px;
    margin: 28px auto 0;
  }
  #pagenation li a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    text-decoration: none;
    margin: auto;
    border-radius: 50%;
  }
  #pagenation li.next a {
    background-color: #49bdca;
  }
  #pagenation li.prev a {
    border: 2px solid #49bdca;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #pagenation li a:before {
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    font-weight: 900;
    line-height: 1.3;
  }
  #pagenation li.next a:before {
    color: #fff;
    content: '\f101';
  }
  #pagenation li.prev a:before {
    color: #49bdca;
    content: '\f100';
  }

}

/* ----------------------------------------
mini-SP
---------------------------------------- */
@media screen and (max-width:479px) {
  .mini-sp {
    display: block;
  }
  .not-mini-sp {
    display: none;
  }
}
