﻿/* # =================================================================
 * # BASE
 * # ================================================================= */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html {
  font-szize: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
html, body, div, dl, dt, dd, ul, ol, li, code, form, fieldset, input, textarea, p, blockquote, th, td, h1, h2, h3, h4, h5, h6, a {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: normal;
  letter-spacing: 0.1rem;
  line-height: 2.3rem;
  -webkit-text-size-adjust: none;
}
img{
	vertical-align:bottom;
	width: 100%;
	height: auto;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight: normal; 
}
ul,ol{
	list-style-type: none;
}
a{
	text-decoration: none;
}
address{
	font-style: normal;
}
h2:empty,h3:empty,h4:empty,h5:empty,h6:empty,p:empty{
	display: none!important;
}
figure{margin: 0px;}

/* # =================================================================
 * # DEFAULT
 * # ================================================================= */
@media screen and (min-width:768px) {
  html, body, div, dl, dt, dd, ul, ol, li, code, form, fieldset, input, textarea, p, blockquote, th, td, h1, h2, h3, h4, h5, h6, a {
    font-size: 16px;
  }
}
ul {
  list-style-type: none;
}
a {
  cursor: pointer;
  transition: opacity 0.3s;
  color: #eb6089;
  font-weight: 600;
  text-decoration: underline;
}

body {
  background-color: #f7f4f4;
}
img {
  max-width: 100%;
  height: auto;
}

/* # =================================================================
 * # COMMON
 * # ================================================================= */
.d_flex{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
}
/* 縦書き・横書き */
.txt_vertical{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.txt_horizontal{
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
}
/* 真ん中 */
.posi_center{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.cf:after {
  content: "";
  clear: both;
  display: block;
}
.pc {
  display: inline !important;
}
.mb {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: inline !important;
  }
}
/* # =================================================================
 * # PARTS
 * # ================================================================= */
.btn1 a{
    display: block;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    background-color:#eb6089;
    border-radius: 200px;
    text-decoration: none;
    padding: 1.6rem 0px;
    width: 80%;
    margin: 0 auto;
}
.dot-bd{
	width: 100%;
	height: 5px;
	background-image: url(../image/site/dot_bd.png);
	background-repeat: repeat-x;
	background-size: contain;
	background-position: center;
	display: block;
	margin: 0 auto;
}

/* # =================================================================
 * # STYLE-CSS
 * # ================================================================= */

/* ----all page --------------------------------*/

#wrap {
  max-width: 768px;
  height: auto;
  margin: 0 auto;
  padding-top: 70px;
  background-color: #fff;
  font-size: 1.2rem !important;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  #wrap {
    padding-top: 50px;
  }
}
#contents {
  width: 100%;
}
sup {
  font-size: 1.2rem;
  line-height: 1.5rem;
  display: block;
  margin: 15px auto;
  color: #888;
}
/* ---- header-new --------------------------------*/
.div_header {
  max-width: 768px;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  margin: 0 auto;
  width: 100%;
  text-align: center;
	border-bottom: 2px solid #eb6089;
	background: #fff;
	z-index: 5;
}
.div_header .header-logo{
  margin: 0 auto;
  padding: 0.5rem 0px;
  text-align: center;
  width: 50%;	
}

#btn_setting, #btn_home {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  width: 15%;
  height: 100%;
	z-index: 99999;
}
#btn_fav, #btn_regist {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px;
  width: 15%;
  height: 100%;
}
#btn_setting img, #btn_home img, #btn_fav img, #btn_regist img {
  width: auto;
  height: 100%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
}
.navbar-offcanvas {
  position: fixed;
  width: 100%;
	height: 100%;
	min-height: 100vh;
  top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  background-color: #ffde52;
  color: #6a6247;
  font-size: 0.7em;
  font-weight: normal;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  z-index: -2;
}
.navbar-offcanvas.offcanvas-transform.in {
  z-index: 999;
  opacity: 1;
  padding-bottom: 100px;
}
.navbar-offcanvas .navbar-head{
	justify-content: space-between;
	-webkit-justify-content: space-between;
	width: 100vw;
	max-width: 100vw;
	box-sizing: border-box;
}
.navbar-offcanvas .navbar-offcanvas_inner {
	width: 90%;
    margin: 0 auto;	
}
.navbar-offcanvas .navbar-head .btn_setting{
    position: absolute;
    top: 5px;
    left: 3%;
    width: 9%;
    z-index: 99999;
}
.navbar-offcanvas .navbar-head .btn_fav{
    position: absolute;
    top: 5px;
    right: 3%;
    width: 9%;
    z-index: 99999;
}
.navbar-offcanvas .navbar-head .navbar-logo{
	padding: 0.5rem 0px;
    text-align: center;
    width: 50%;
	margin: 0 auto;
}
.navbar-offcanvas .navbar-offcanvas_inner a.li_link{
 padding: 1rem 0.3rem;
 border-bottom: 4px #eb6089 dotted;
  font-size: 1.2rem;
  font-weight: normal;
  text-decoration: none;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.navbar-offcanvas .navbar-offcanvas_inner a.li_link .arrow{
	width: 8%;	
}
.navbar-offcanvas .li_link > span {
    font-size: 1.5rem;
	color: #1c1c1c;
	width: 92%;
}
.navbar-offcanvas .li_link .fa-caret-right, .navbar-offcanvas .li_link .drawer-caret {
  top: 5px;
  display: inline-block;
  font-size: 16px;
  float: right !important;
  color: #c2c1c7 !important;
  line-height: 4rem;
  position: relative;
  border: none;
  width: auto;
  height: auto;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.offcanvas-stop-scrolling {
  height: 100% !important;
  overflow: hidden !important;
}
.offcanvas-stop-scrolling:after {
  margin: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
.navbar-offcanvas .drawer-dropdown a {
  text-decoration: none;
}
.navbar-offcanvas .drawer-dropdown a .arrow{
	width: 8%;
}
.navbar-offcanvas .drawer-dropdown-menu {
  width: auto;
  display: none;
}
.navbar-offcanvas .drawer-dropdown.open .drawer-dropdown-menu {
  display: block;
}
.navbar-offcanvas .drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.navbar-offcanvas .drawer-dropdown-menu-item {
    line-height: 4rem;
    font-size: 1.3rem;
    width: 100%;
    font-weight: normal;
    color: #1c1c1c;
    display: block;
    padding-left: 3%;
    padding-right: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	    border-bottom: 1px solid #e6c63d;
}
.navbar-offcanvas .drawer-dropdown-menu-item::before{
content: "";
	padding-right: 10px;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 8px solid #6adbcb;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.navbar-offcanvas .drawer-dropdown-menu li:last-child {
  margin-bottom: 10px
}
.navbar-offcanvas .drawer-dropdown .drawer-menu-item {
  border-bottom: none;
}
.navbar-offcanvas.offcanvas-transform.js-offcanvas-done {
  height: 100% !important;
}

/*ドロップダウンの動き*/
.dd-toggle{
}

@media screen and (min-width: 768px) {
  .navbar-offcanvas {
    max-width: 768px;
  }
  .navbar-offcanvas .drawer-dropdown-menu-item {
    line-height: 4rem;
    font-size: 1.1rem;
  }
  .navbar-offcanvas .drawer-dropdown-menu li:last-child {
    margin-bottom: 20px
  }
}

.page .ttl{
	padding: 2.7rem 2rem 0rem;
    margin-bottom: 3rem;
	background-color: #ffde52;
	height: 50px;
	box-sizing: content-box;
}
.page .ttl img{
	width: auto;
	height: 100%;
	position: relative;
    z-index: 1;
}
.page .ttl::after{
    content: "";
    display: block;
    background-color: #fff;
    width: 120%;
    height: 60px;
    margin: -15% 0% 0% -10%;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(
-5deg
);
    -ms-transform: rotate(-5deg);
    transform: rotate(
-5deg
);
	}
.page .h2_title{
    padding: 1rem 0px;
    font-size: 1.8rem;
    text-align: center;
}

@media screen and (min-width: 768px) {
.page .ttl {
	padding: 4rem 2rem 0rem;
	margin-bottom: 6rem;
	}
.page .ttl{
	height: 70px;
	}
.page .ttl::after {
	height: 100px;
	}
}

/* ---- ad --------------------------------*/
.ad_waku {
  margin: 20px auto;
  text-align: center;
}



/* ---- favorite --------------------------------*/
.page.favorite .inner{
width: 90%;
    margin: 0 auto;	
}

/*お気に入りがない場合*/
.page.favorite .fav_title1{
	text-align: center;
}
.page.favorite .fav_title1 img{
	width: 46%;
}
.page.favorite .step_box{
	padding: 10%;
	background: #f4f3ed;
	border-radius: 40px;
	margin-top: 4rem;
}
.page.favorite .step_ttl{
	margin-top: -15%;
    text-align: center;
    margin-bottom: 3rem;
}
.page.favorite .step_ttl img{
	width: 50%;
}
.page.favorite .step_txt{
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.7em;
}
.page.favorite .step_img{
	margin: 2rem 0px;
	text-align: center;
}
.page.favorite  .step_box:nth-of-type(1) .step_img img{width: 60%;}
.page.favorite .step_box:nth-of-type(2) .step_img img{border: 2px solid #ddd;width: 60%;}
.page.favorite .step_box:nth-of-type(3) .step_img img{border: 2px solid #ddd;width: 90%;}
.page.favorite .step_box:nth-of-type(4) .step_img img{border: 2px solid #ddd;width: 60%;}

.page.favorite .fav_text1{
	width: 90%;
	margin:  5rem auto 1rem;
}
/*list*/
ul.fav_list {
  margin-bottom: 3rem;
}
ul.fav_list li {
  position: relative;
	width: 50%;
	float: left;
}
ul.fav_list li .image {
  display: block;
}
ul.fav_list li .btn_off {
  position: absolute;
    bottom: 0px;
    right: -7px;
    width: 30%;
    height: 30%;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
}
ul.fav_list li .btn_on {
position: absolute;
    bottom: 0px;
    right: -7px;
    width: 30%;
    height: 30%;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
}
ul.fav_list li .btn_on:active, ul.fav_list li .btn_off:active {
  transform: scale(1.6);
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -o-transform: scale(1.6);
  -ms-transform: scale(1.6);
}


@media screen and (min-width: 768px) {
   ul.fav_list li .btn_off,ul.fav_list li .btn_on {
    bottom: 5px;
    right: 0px;
    width: 70px;
    height: 70px;
  }
}
/* ---- ranking --------------------------------*/
.page.ranking .inner{
	width: 90%;
	margin: 0 auto;
}
.ranking .rank_list .title_box{
	position: relative;
}
.ranking .rank_list .rank{
width: 30px;
    height: 30px;
    font-size: 13px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    border-radius: 100px;
    background: #bdb8ff;
    border: 2px solid #bdb8ff;
    color: #fff;	
	 position: absolute;
    top: -14px;
    left: -5px;
}
.ranking .rank_list .title_box:nth-of-type(1) .rank{border-color: #ff737a; background: #fff; color: #ff737a;}
.ranking .rank_list .title_box:nth-of-type(2) .rank{border-color: #41c4b7; background: #fff; color: #41c4b7;}
.ranking .rank_list .title_box:nth-of-type(3) .rank{border-color: #fcc000; background: #fff; color: #fcc000;}

.page.ranking .rank_list{
	margin-top: 3rem;
}
.page.ranking .rank_list .title_box{
	display: block;
	border-top: 1px solid #eae9e5;
	border-bottom: 2px solid #eae9e5;
	border-right: 4px solid #6adbcb;
	border-left: 1px solid #eae9e5;
	box-sizing: border-box;
	margin-bottom: 3rem;
	text-decoration: none;
}
.page.ranking .rank_list .title_box li{
	align-items: stretch;
}
.page.ranking .rank_list .title_box .img{
	width: 40%;
}
.page.ranking .rank_list .title_box .txt_wrap{
	width: 60%;
	padding: 2% 4%;
}
.page.ranking .rank_list .title_box .txt_wrap .h3_title{
    width: 100%;	
}
.page.ranking .rank_list .title_box .txt_wrap .h3_title a{
    display: block;
    width: 100%;
    border-left: 4px solid #ffde52;
    line-height: 1em;
    font-size: 1.4rem;
    padding-left: 5px;
	color: #1c1c1c;
	text-decoration: none;
}
.page.ranking .rank_list .title_box .txt_wrap .cre_namu {
	color: #1c1c1c;
	margin: auto 0px 0px auto;
	align-items: center;
}
.page.ranking .rank_list .title_box .txt_wrap .icon{
	line-height: 30px;
}
.page.ranking .rank_list .title_box .txt_wrap .icon img{
	width: 30px;
	height: 30px;
	border-radius: 100px;
}
.page.title .creater img {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    vertical-align: middle;
}

@media screen and (min-width: 768px) {
.ranking .rank_list .rank {
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 48px;
    top: -18px;
    left: -5px;
}	
}

/* ---- title --------------------------------*/
.page.title .inner{
	width: 90%;
	margin: 0 auto;
}
.page.title .title_list{
	margin-top: 3rem;
}
.page.title .title_list .title_box{
	display: block;
	border-top: 1px solid #eae9e5;
	border-bottom: 2px solid #eae9e5;
	border-right: 4px solid #6adbcb;
	border-left: 1px solid #eae9e5;
	box-sizing: border-box;
	margin-bottom: 3rem;
	text-decoration: none;
}
.page.title .title_list .title_box li{
	align-items: stretch;
}
.page.title .title_list .title_box .img{
	width: 40%;
}
.page.title .title_list .title_box .txt_wrap{
	width: 60%;
	padding: 1% 4% 2%;
}
.page.title .title_list .title_box .txt_wrap .h3_title{
    display: block;
    width: 100%;
    border-left: 4px solid #ffde52;
    line-height: 1em;
    font-size: 1.4rem;
    padding-left: 5px;
	color: #1c1c1c;
}
.page.title .title_list .title_box .txt_wrap .cre_namu {
	color: #1c1c1c;
	margin: auto 0px 0px auto;
	align-items: center;
}
.page.title .title_list .title_box .txt_wrap .icon{
	line-height: 30px;
}
.page.title .title_list .title_box .txt_wrap .icon img{
	width: 30px;
	height: 30px;
	border-radius: 100px;
}
.page.title .creater img {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    vertical-align: middle;
}
.page.title .creater .cr_tag {
    text-decoration: none;
    border-bottom: 1px solid #eb6089;
    color: #1a1a1a;
    font-weight: bold;
    margin: 0 5px 0 10px;
    font-size: 1.3rem;
    padding-bottom: 1px;
}
.page.title .creater .cr_prof{
	    display: inline-block;
    font-size: 1.2rem;
    font-style: normal;
    text-align: center;
    background-color: #fff;
    border: 2px solid #eb6089;
    border-radius: 100px;
    color: #1a1a1a;
    padding: 0.5rem 1rem;
    letter-spacing: 0px;
    text-decoration: none;
}