.clearfix {
  display: block;
  min-height: 1%;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
}
.visible-pc {
  display: block !important;
}
.visible-ts {
  display: none !important;
}
@media (max-width: 979px) {
  .visible-pc {
    display: none !important;
  }
  .visible-ts {
    display: block !important;
  }
}
.fwb {
  font-weight: bold;
}
.vat {
  vertical-align: top !important;
}
.vam {
  vertical-align: middle !important;
}
.tac {
  text-align: center !important;
}
.tar {
  text-align: right !important;
}
@media (max-width: 979px) {
  article {
    margin-top: 0;
  }
}
.toko_area a {
  text-decoration: none;
}
.toko_area {
  color: #808080;
}
.toko_inner {
  max-width: 980px;
  margin: 0 auto;
  word-wrap:break-word;
}
.toko_inner_insta {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 979px) {
  .toko_inner {
    padding: 0 20px;
  }
  .toko_inner_insta {
    padding: 0 20px;
  }
}
.toko_bread {
  max-width: 980px;
  margin: 0 auto 30px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.toko_bread {
  color: #333;
  font-size: 10px;
  line-height: 1.2;
}
.toko_bread a {
  color: #333;
  text-decoration: none;
}
.toko_bread img {
  margin: 2px 5px;
  width: 5px;
}
.toko_bread .toko_breadhome {
  margin-right: 10px;
}
.toko_bread .toko_breadhome img {
  width: 17px;
  margin: 0;
}
@media (max-width: 979px) {
  .toko_bread {
    margin: 10px auto 0;
    padding: 0 10px;
  }
}
.toko_navi {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9;
  transition: 0.5s;
}
.toko_navi.hide {
  transform: translateY(-125%);
}
.toko_hd {
  text-align: center;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  color: #4d4d4d;
}
.toko_navi .toko_naviin {
  background: #fff;
  display: flex;
  align-items: stretch;
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.toko_navi .toko_naviin li {
  flex: 1;
}
.toko_navi .toko_naviin li a {
  display: flex;
  height: 70px;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #666;
  font-size: 16px;
  text-decoration: none;
}
.toko_navi .toko_naviin li a:hover,
.toko_navi .toko_naviin li a.current {
  color: #fff;
  background: #1a1a1a;
  opacity: 1;
}
.toko_navisp {
  display: none;
  height: 60px;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.toko_navisp .toko_navicont {
  position: absolute;
  left: 0;
  top: 60px;
  margin: 0 !important;
}
@media (max-width: 979px) {
  .toko_navi {
    display: none;
  }
  .toko_navisp {
    display: block;
    padding: 15px 10px;
    background: #f5f6f7;
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    z-index: 9;
    transition: 0.5s;
  }
  .toko_navisp.hide {
    transform: translateY(-100%);
  }
  .toko_navisp .toko_navitit {
    font-size: 16px;
    padding: 4px 0;
    font-weight: bold;
    color: #4d4d4d;
    text-align: center;
    position: relative;
  }
  .toko_navisp .toko_navitit:before {
    position: absolute;
    content: "";
    background: url(/assets/images_wp_common/common/plus_navi.svg) center center no-repeat;
    background-size: 26px 26px;
    width: 26px;
    height: 26px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
  .toko_navisp .toko_navitit.on:before {
    background: url(/assets/images_wp_common/common/minus_navi.svg) center center no-repeat;
  }
  .toko_navisp .toko_navicont {
    display: none;
    margin-top: 20px;
  }
  .toko_navisp .toko_navicont ul {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    background: #fff;
    border-left: 1px #eaeaea solid;
    border-top: 1px #eaeaea solid;
  }
  .toko_navisp .toko_navicont ul li {
    width: 50%;
    border-right: 1px #eaeaea solid;
    border-bottom: 1px #eaeaea solid;
  }
  .toko_navisp .toko_navicont ul li a {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 20px;
    color: #333;
    font-size: 13px;
    background: url(/assets/images_wp_common/common/arrow_navi_no.svg) right 12px center no-repeat;
    background-size: 6px 10px;
    text-decoration: none;
  }
  .toko_navisp .toko_navicont ul a.current {
    color: #fff;
    background: url(/assets/images_wp_common/common/arrow_navi_on.svg) right 12px center no-repeat #1a1a1a;
    background-size: 6px 10px;
  }
}
.toko_btn {
  width: 300px;
  margin: 0 auto;
}
.toko_btn a {
  display: flex;
  height: 65px;
  font-size: 13px;
  color: #fff;
  background: #f9647e;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}
.toko_btn a img {
  width: 70px;
  font-size: 0;
  margin: 0 0 5px 20px;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}
.toko_btn .toko_btnen {
  font-size: 11px;
  font-family: "Avenir Next", sans-serif;
  letter-spacing: 0.2em;
}
.toko_btn a:hover {
  opacity: 1;
}
.toko_btn a:hover img {
  transform: translateX(10px);
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}
.toko_twobtn01 {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.toko_twobtn01 a {
  width: 300px;
  height: 65px;
  background: #f9647e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
  margin: 0 15px;
  border-radius: 3px;
}
.toko_twobtn01 a.btnlight {
  background: none;
  border: 1px #f9647e solid;
  color: #f9647e;
}
.toko_twobtn01 a img {
  margin-right: 17px;
}
@media (max-width: 979px) {
  .toko_twobtn01 {
    flex-direction: column;
    align-items: center;
  }
  .toko_twobtn01 a {
    margin: 0;
  }
  .toko_twobtn01 a + a {
    margin-top: 15px;
  }
}
.toko_hdl {
  color: #999;
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.toko_hdl.toko_hdlpink {
  color: #f9647e;
}
.toko_hdl .toko_hdlen {
  display: block;
  font-size: 46px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 10px;
}
.toko_hdl .toko_hdlens {
  font-size: 44px;
}
@media (max-width: 979px) {
  .toko_hdl {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: left;
    padding: 0 5px;
  }
  .toko_hdl .toko_hdlen {
    font-size: 38px;
    margin: 0 10px 5px 0;
  }
  .toko_hdl .toko_hdlens {
    font-size: 38px;
  }
  .toko_hdl .toko_hdljp {
    font-size: 11px;
  }
}
.toko_hdm {
  text-align: center;
  font-size: 23px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 10px;
}
@media (max-width: 979px) {
  .toko_hdm {
    text-align: left;
    font-size: 20px;
  }
}
.toko_hdmdet {
  text-align: center;
  font-size: 18px;
  color: #4d4d4d;
  font-weight: 500;
  margin: 15px 0 20px;
}
@media (max-width: 979px) {
  .toko_hdmdet {
    text-align: left;
    font-size: 16px;
    margin: 10px 0;
  }
}
.toko_hdms {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
}
.toko_hdms span {
  display: block;
  font-size: 20px;
  color: #1a1a1a;
  font-weight: 500;
  line-height: 1.65;
  padding-bottom: 10px;
  border-bottom: 2px #f9647e solid;
}
@media (max-width: 979px) {
  .toko_hdms span {
    width: 100%;
    font-size: 18px;
  }
}
.toko_hds {
  display: inline-block;
  background: #fdf6f6;
  padding: 5px 30px;
  font-size: 20px;
  color: #4d4d4d;
  font-weight: 500;
  margin-bottom: 25px;
}
@media (max-width: 979px) {
  .toko_hds {
    padding: 9px 15px;
    font-size: 17px;
    margin-bottom: 10px;
  }
}
.toko_hdss {
  background: #f4f4f4;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  color: #4d4d4d;
  font-weight: 500;
  line-height: 1.65;
  margin-bottom: 10px;
}
@media (max-width: 979px) {
  .toko_hdss {
    padding: 10px 5px;
    font-size: 15px;
  }
}
.toko_ffmsd {
  font-family: "Mrs Saint Delafield", cursive;
}
.toko_ffpone {
  font-family: "Poiret One", cursive;
}
.toko_clinic {
  padding: 110px 0 0;
}
.toko_clinic .toko_hdl {
  margin-bottom: 45px;
}
.toko_clinic .toko_clibox {
  display: flex;
}
.toko_clinic .toko_clileft {
  flex-shrink: 0;
  margin-right: 40px;
}
.toko_clinic .toko_cliheight {
  min-height: 260px;
  margin-bottom: 10px;
}
.toko_clinic .toko_cliimg {
  margin-bottom: 15px;
}
.toko_clinic .toko_clitype {
  display: flex;
  align-items: center;
}
.toko_clinic .toko_clitype li {
  margin-right: 20px;
  display: flex;
  align-items: center;
  color: #666;
  font-weight: 500;
  font-size: 13px;
  flex-shrink: 0;
}
.toko_clinic .toko_clitype li img {
  margin-right: 5px;
}
.toko_clinic .toko_clitype01 img {
  width: 40px;
}
.toko_clinic .toko_clitype02 img {
  width: 28px;
}
.toko_clinic .toko_clitype03 img {
  width: 40px;
}
.toko_clinic .toko_clibtn {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.toko_clinic .toko_clibtn a {
  width: 48%;
  background: #f9647e;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-radius: 3px;
}
.toko_clinic .toko_clibtn a img {
  margin-right: 15px;
}
.toko_clinic .toko_clitel img {
  width: 26px;
}
.toko_clinic .toko_clitel span {
  font-family: "Avenir Next", sans-serif;
}
.toko_clinic .toko_clitel {
  pointer-events: inherit;
}
.toko_clinic .toko_cliaddr img {
  width: 22px;
}
.toko_clinic .toko_cliright {
  flex: 1;
}
.toko_clinic .toko_climess {
  width: 100%;
}
.toko_clinic .toko_climess th,
.toko_clinic .toko_climess td {
  text-align: left;
  border-bottom: 1px #b7b7b7 dotted;
  color: #666;
  vertical-align: top;
  font-weight: 500;
  font-size: 16px;
  padding: 20px 15px;
  line-height: 1.75;
}
.toko_clinic .toko_climess th {
  color: #1a1a1a;
  width: 22%;
}
.toko_clinic .toko_clidet {
  background: #f5f6f7;
  color: #4d4d4d;
  font-weight: 500;
  line-height: 1.85;
  font-size: 13px;
  letter-spacing: -0.05em;
  padding: 35px 20px;
}
@media (max-width: 979px) {
  .toko_clinic {
    padding: 60px 0 0;
  }
  .toko_clinic .toko_hdl {
    margin-bottom: 15px;
  }
  .toko_clinic .toko_clibox {
    display: block;
  }
  .toko_clinic .toko_clileft {
    flex-shrink: 0;
    margin: 0 0 10px;
  }
  .toko_clinic .toko_cliheight {
    min-height: inherit;
    margin-bottom: 0;
  }
  .toko_clinic .toko_cliimg {
    margin-bottom: 10px;
  }
  .toko_clinic .toko_cliimg img {
    width: 100%;
  }
  .toko_clinic .toko_clitype li {
    margin-right: 10px;
    font-size: 10px;
  }
  .toko_clinic .toko_clitype01 img {
    width: 28px;
  }
  .toko_clinic .toko_clitype02 img {
    width: 20px;
  }
  .toko_clinic .toko_clitype03 img {
    width: 28px;
  }
  .toko_clinic .toko_clibtn {
    margin-top: 10px;
  }
  .toko_clinic .toko_clibtn a {
    font-size: 12.5px;
    height: 45px;
  }
  .toko_clinic .toko_clibtn a img {
    margin-right: 5px;
  }
  .toko_clinic .toko_clitel img {
    width: 20px;
  }
  .toko_clinic .toko_cliaddr img {
    width: 18px;
  }
  .toko_clinic .toko_climess th,
  .toko_clinic .toko_climess td {
    font-size: 12px;
    padding: 20px 12px;
  }
  .toko_clinic .toko_climess th {
    width: 24%;
  }
  .toko_clinic .toko_clidet {
    margin-top: 25px;
    font-size: 10px;
    letter-spacing: -0.05em;
    padding: 25px 20px;
  }
}
.toko_clinic .toko_map {
  margin-top: 40px;
  word-wrap: break-word;
}
.toko_clinic .toko_map iframe {
  width: 100%;
  height: 400px;
}
@media (max-width: 979px) {
  .toko_clinic .toko_map {
    margin-top: 25px;
  }
  .toko_clinic .toko_map iframe {
    height: 200px;
  }
}
@media (max-width: 640px) {
  .toko_clinic .toko_map iframe {
    height: 140px;
  }
}
.toko_popular {
  background: #fdf6f6;
  padding: 115px 0;
}
.toko_popular .toko_hdl {
  margin-bottom: 50px;
}
.toko_popular .toko_populist {
  display: flex;
  justify-content: center;
}
.toko_popular .toko_populist li {
  width: calc((100% - 90px) / 4);
  margin: 0 30px 0 0;
}
.toko_popular .toko_populist li:last-child {
  margin-right: 0;
}
.toko_popular .toko_populist li a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.toko_popular .toko_populist li a.popunew:before {
  position: absolute;
  content: "";
  background: url("/assets/images_wp_common/common/new_special.svg") center center no-repeat;
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  left: -15px;
  top: -20px;
  z-index: 2;
}
.toko_popular .toko_popuimg {
  padding: 0 25px 20px 0;
  margin-bottom: 10px;
  position: relative;
}
.toko_popular .toko_popuimg:before {
  position: absolute;
  content: "";
  background: url("/assets/images_wp_common/common/decorate_special.svg") center center no-repeat;
  background-size: 6px 113px;
  width: 6px;
  height: 113px;
  left: -20px;
  bottom: 30px;
  z-index: 1;
}
.toko_popular .toko_popuimgup {
  position: relative;
  z-index: 1;
}
.toko_popular .toko_popudc {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.toko_popular .toko_popudate {
  font-size: 12px;
  color: #999;
  letter-spacing: 0.1em;
  margin-right: 10px;
}
.toko_popular .toko_popucate {
  border: 1px #fce8e4 solid;
  font-size: 12px;
  line-height: 1.2;
  color: #f9647e;
  padding: 2px 5px;
}
.toko_popular .toko_poputit {
  font-size: 17px;
  line-height: 1.75;
  color: #4d4d4d;
  font-weight: 500;
  padding-right: 35px;
}
.toko_popublur {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  filter: blur(7px);
  -webkit-filter: blur(7px);
  -moz-filter: blur(7px);
  -o-filter: blur(7px);
  -ms-filter: blur(7px);
  z-index: 0;
}
@media (max-width: 979px) {
  .toko_popular {
    padding: 60px 0;
  }
  .toko_popular .toko_hdl {
    margin-bottom: 40px;
  }
  .toko_popular .toko_populist {
    flex-direction: column;
    align-items: center;
  }
  .toko_popular .toko_populist li {
    width: 285px;
    margin: 0;
  }
  .toko_popular .toko_populist li + li {
    margin-top: 40px;
  }
  .toko_popular .toko_popuimg {
    margin-bottom: 20px;
  }
  .toko_popular .toko_poputit {
    font-size: 15px;
    padding-right: 0;
  }
}
.toko_topmain {
  text-align: center;
}
@media (max-width: 979px) {
  .toko_topmain .toko_inner {
    padding: 0 10px;
  }
}
.toko_banner {
  margin-top: 100px;
  padding: 0px 0 50px;
}
.toko_banner .toko_bannerlar img {
  width: 100%;
}
.toko_banner .toko_bannersml {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 15px;
}
@media (max-width: 979px) {
  .toko_banner {
    margin-top: 35px;
    padding: 0px 0 30px;
  }
  .toko_banner .toko_inner {
    padding: 0 10px;
  }
  .toko_banner .toko_bannersml {
    margin-top: 5px;
  }
  .toko_banner .toko_bannersml a {
    width: calc((100% - 5px)/2);
  }
  .toko_banner .toko_bannersml img {
    width: 100%;
  }
}
.toko_monitor {
  padding: 60px 0;
  position: relative;
}
.toko_monitor .toko_hdl {
  margin-bottom: 40px;
}
.toko_monitor .toko_hdlen {
  margin: 0 20px 0 0;
}
.toko_monitor .toko_btn a {
  background-color: #999;
}
@media (max-width: 979px) {
  .toko_monitor {
    padding: 40px 0;
    position: relative;
  }
  .toko_monitor:before {
    height: 230px;
  }
  .toko_monitor .toko_hdl {
    margin-bottom: 25px;
  }
  .toko_monitor .toko_hdlen {
    margin: 0 10px 0 0;
  }
}
.toko_topnews {
  padding: 120px 0;
}
.toko_topnews .toko_topnewsbox {
  display: flex;
}
.toko_topnews .toko_hdl {
  width: 280px;
  flex-shrink: 0;
  text-align: left;
}
.toko_topnews .toko_topnewsin {
  flex: 1;
  border-top: 1px #f2f2f2 solid;
}
.toko_topnews .toko_topnewsin li {
  border-bottom: 1px #f2f2f2 solid;
  padding: 30px 0;
  display: flex;
  align-items: center;
}
.toko_topnews .toko_topnewsdc {
  width: 260px;
  flex-shrink: 0;
  padding: 0 15px;
  display: flex;
  align-items: center;
}
.toko_topnews .toko_topnewsdate {
  width: 90px;
  color: #999;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.toko_topnews .toko_topnewscate {
  flex: 1;
  font-size: 13px;
  color: #666;
}
.toko_topnews .toko_topnewslink {
  flex: 1;
}
.toko_topnews .toko_topnewslink a {
  display: inline-block;
  font-size: 14px;
  color: #1a1a1a;
  text-decoration: none;
  position: relative;
}
.toko_topnews .toko_topnewslink a.newsico {
  padding-right: 40px;
}
.toko_topnews .toko_topnewslink a.newsico:before {
  position: absolute;
  content: "";
  background: url(/assets/images_wp_common/top/ico_news.svg) 0 0 no-repeat;
  background-size: 30px 8px;
  width: 30px;
  height: 8px;
  font-size: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 979px) {
  .toko_topnews {
    padding: 60px 0;
  }
  .toko_topnews .toko_topnewsbox {
    display: block;
  }
  .toko_topnews .toko_hdl {
    width: auto;
    margin-bottom: 15px;
  }
  .toko_topnews .toko_topnewsin li {
    padding: 10px 5px;
    display: block;
  }
  .toko_topnews .toko_topnewsdc {
    width: auto;
    padding: 0;
    margin-bottom: 5px;
  }
  .toko_topnews .toko_topnewsdate {
    width: auto;
    margin-right: 10px;
    font-size: 10px;
  }
  .toko_topnews .toko_topnewscate {
    font-size: 10px;
  }
  .toko_topnews .toko_topnewslink {
    flex: 1;
  }
  .toko_topnews .toko_topnewslink a {
    font-size: 12px;
  }
  .toko_topnews .toko_topnewslink a.newsico {
    padding-right: 30px;
  }
  .toko_topnews .toko_topnewslink a.newsico:before {
    background: url(/assets/images_wp_common/top/ico_news.svg) 0 0 no-repeat;
    background-size: 25px 7px;
    width: 25px;
    height: 7px;
  }
}
.toko_topspe {
  padding: 120px 0 175px;
}
.toko_topspe .toko_hdl {
  margin-bottom: 30px;
}
.toko_topspe .toko_topspelist li a {
  display: flex;
  align-items: flex-start;
  padding: 35px 0 0;
  text-decoration: none;
}
.toko_topspe .toko_topspeimg {
  margin-right: 70px;
  padding: 0 25px 25px 15px;
  position: relative;
}
.toko_topspe .toko_topspelist li.toko_topspenew .toko_topspeimg.newsico:before {
  position: absolute;
  content: "";
  background: url(/assets/images_wp_common/common/new_special.svg) center center no-repeat;
  width: 50px;
  height: 50px;
  left: -10px;
  top: -25px;
  z-index: 3;
}
.toko_topspe .toko_topspedec {
  position: absolute;
  left: 0;
  bottom: 25px;
  z-index: 2;
}
.toko_topspe .toko_topspedec img {
  width: 6px;
}
.toko_topspe .toko_topspeimg .toko_topspeup {
  position: relative;
  z-index: 2;
}
.toko_topspe .toko_topspeimg .toko_topspeup img {
  width: 200px;
}
.toko_topspe .toko_topspeimg .toko_topspedown {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.toko_topspe .toko_topspeimg .toko_topspedown img {
  width: 200px;
  opacity: 0.4;
  filter: blur(7px);
  -webkit-filter: blur(7px);
  -moz-filter: blur(7px);
  -o-filter: blur(7px);
  -ms-filter: blur(7px);
}
.toko_topspe .toko_topspein {
  flex: 1;
  padding: 0 0 45px;
  border-bottom: 1px #ececec solid;
}
.toko_topspe .toko_topspelist li:last-child .toko_topspein {
  border-bottom: none;
}
.toko_topspe .toko_topspemess {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.toko_topspe .toko_topspedate {
  margin-right: 10px;
  color: #999;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.toko_topspe .toko_topspecate {
  color: #f9647e;
  font-size: 12px;
  border: 1px #fce8e4 solid;
  line-height: 1;
  padding: 3px 7px;
}
.toko_topspe .toko_topspetit {
  font-size: 20px;
  font-weight: 500;
  color: #4d4d4d;
  margin-bottom: 10px;
}
.toko_topspe .toko_topspetxt {
  font-size: 13px;
  color: #808080;
  line-height: 2;
}
@media (max-width: 979px) {
  .toko_topspe {
    padding: 50px 0 110px;
  }
  .toko_topspe .toko_hdl {
    margin-bottom: 0;
  }
  .toko_topspe .toko_topspelist li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0 0;
  }
  .toko_topspe .toko_topspeimg {
    margin: 0 0 15px;
    padding: 0 30px 30px 20px;
    position: relative;
  }
  .toko_topspe .toko_topspelist li.toko_topspenew .toko_topspeimg.newsico:before {
    left: 0;
  }
  .toko_topspe .toko_topspedec {
    bottom: 30px;
  }
  .toko_topspe .toko_topspedec img {
    width: 6px;
  }
  .toko_topspe .toko_topspeimg .toko_topspeup {
    position: relative;
    z-index: 2;
  }
  .toko_topspe .toko_topspeimg .toko_topspeup img {
    width: 240px;
  }
  .toko_topspe .toko_topspeimg .toko_topspedown img {
    width: 240px;
  }
  .toko_topspe .toko_topspein {
    flex: 1;
    padding: 0 5px 40px;
  }
  .toko_topspe .toko_topspemess {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .toko_topspe .toko_topspedate {
    margin-right: 5px;
    font-size: 11px;
  }
  .toko_topspe .toko_topspecate {
    font-size: 11px;
  }
  .toko_topspe .toko_topspetit {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.65;
  }
  .toko_topspe .toko_topspetxt {
    font-size: 12px;
  }
}
.toko_doc {
  padding: 80px 0 70px;
  position: relative;
}
.toko_doc:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: #e5c7c8;
  width: 100%;
  height: 310px;
  z-index: -1;
}
.toko_doc .toko_hdl {
  color: #fff;
  margin-bottom: 40px;
  text-align: left;
  display: flex;
  align-items: center;
}
.toko_doc .toko_hdlen {
  margin: 0 20px 0 0;
}
.toko_doc .toko_doclist {
  display: flex;
  flex-wrap: wrap;
}
.toko_doc .toko_doclist > div {
  width: 25%;
  padding: 0 25px 20px;
}
.toko_doc .toko_doclist > div:nth-child(5n) {
  margin-right: 0;
}
.toko_doc .toko_doclist > div a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
}
.toko_doc .toko_doclist > div a:hover {
  opacity: 1;
}
.toko_doc .toko_docimg {
  position: relative;
}
.toko_doc .toko_docimg img {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}
.toko_doc .toko_doclist > div a:hover .toko_docimg img {
  transform: translate(18px, 18px);
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}
.toko_doc .toko_docimg:before {
  position: absolute;
  content: "";
  background: #f6eced;
  top: 18px;
  left: 18px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.toko_doc .toko_doccont {
  padding: 45px 10px 0;
  align-self: flex-start;
}
.toko_doc .toko_doccap {
  font-size: 12px;
  color: #808080;
  margin-bottom: 5px;
}
.toko_doc .toko_docname {
  color: #4d4d4d;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.toko_doc .toko_docmore {
  display: flex;
  align-items: center;
  font-family: "Avenir Next", sans-serif;
  font-size: 10px;
  color: #f9647e;
  letter-spacing: 0.2em;
}
.toko_doc .toko_docmore img {
  margin-right: 10px;
  width: 25px;
}
@media (max-width: 979px) {
  .toko_doc {
    padding: 60px 0 50px;
    position: relative;
  }
  .toko_doc:before {
    height: 230px;
  }
  .toko_doc .toko_hdl {
    margin-bottom: 25px;
  }
  .toko_doc .toko_hdlen {
    margin: 0 10px 0 0;
  }
  .toko_doc .toko_doclist {
    display: flex;
    margin: -10px 0;
    padding: 0 10px 0 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .toko_doc .toko_doclist > div {
    width: 50%;
    margin: 0 0 20px;
    padding: 0 15px;
  }
  .toko_doc .toko_doclist > div a:hover .toko_docimg img {
    transform: translate(15px, 15px);
  }
  .toko_doc .toko_docimg:before {
    top: 15px;
    left: 15px;
  }
  .toko_doc .toko_doccont {
    padding: 30px 10px 0;
  }
  .toko_doc .toko_doccap {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .toko_doc .toko_docname {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .toko_doc .toko_docmore {
    font-size: 8px;
    letter-spacing: 0.1em;
  }
  .toko_doc .toko_docmore img {
    width: 21px;
  }
}
.toko_rec {
  padding: 70px 0 125px;
}
.toko_rec .toko_hdl {
  margin-bottom: 50px;
}
.toko_rec .toko_reclist {
  display: flex;
  flex-direction: column;
}
.toko_rec .toko_reclist li:nth-child(2n) {
  align-self: flex-end;
}
.toko_rec .toko_reclist li + li {
  margin-top: 35px;
}
.toko_rec .toko_reclist li {
  width: 75%;
}
.toko_rec .toko_reclist li a {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 20px;
  font-weight: 500;
  -ms-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.toko_rec .toko_reclist li a:hover {
  opacity: 1;
}
.toko_rec .toko_reclist li a .toko_recimg {
  overflow: hidden;
  flex-shrink: 0;
  max-width: 300px;
}
.toko_rec .toko_reclist li a .toko_recimg img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transform: scale(1);
  width: 100%;
}
.toko_rec .toko_reclist li a:hover .toko_recimg img {
  transform: scale(1.1);
  transition: all 0.6s;
}
.toko_rec .toko_recin {
  padding: 0 35px;
  flex: 1;
}
.toko_rec .toko_rectit {
  font-size: 20px;
  color: #4d4d4d;
  font-weight: 500;
  margin-bottom: 10px;
}
.toko_rec .toko_rectxt {
  font-size: 13px;
  color: #808080;
  line-height: 1.85;
  margin-bottom: 15px;
}
.toko_rec .toko_recmore {
  display: flex;
  align-items: center;
  font-size: 10px;
  color: #4d4d4d;
  letter-spacing: 0.2em;
  font-family: "Avenir Next", sans-serif;
}
.toko_rec .toko_recmore img {
  width: 25px;
  margin-right: 10px;
}
@media (max-width: 979px) {
  .toko_rec {
    padding: 50px 0 100px;
  }
  .toko_rec .toko_hdl {
    margin-bottom: 35px;
  }
  .toko_rec .toko_reclist li + li {
    margin-top: 20px;
  }
  .toko_rec .toko_reclist li {
    width: 100%;
  }
  .toko_rec .toko_reclist li a {
    padding: 15px;
    display: block;
  }
  .toko_rec .toko_reclist li a .toko_recimg img {
    width: 100%;
  }
  .toko_rec .toko_recin {
    padding: 20px 10px 0;
  }
  .toko_rec .toko_rectit {
    font-size: 18px;
  }
  .toko_rec .toko_rectxt {
    margin-bottom: 10px;
  }
  .toko_rec .toko_recmore {
    letter-spacing: 0.1em;
  }
}
.toko_topgirl {
  background: url(/assets/images_wp_common/top/bg_girl.jpg?202237154255) center center no-repeat fixed;
  background-size: cover;
  height: 380px;
}
@media (max-width: 979px) {
  .toko_topgirl {
    background: url(/assets/images_wp_common/top/bg_girl.jpg?202237154255) center center no-repeat;
    background-size: cover;
    height: 160px;
  }
}
.toko_toptre {
  padding: 150px 0 75px;
}
.toko_toptre .toko_hdl {
  margin-bottom: 40px;
}
.toko_toptre .toko_toptrelist {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin: -10px 0;
}
.toko_toptre .toko_toptrelist a {
  width: 49%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px 0 40px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  background: #afafaf;
  margin: 10px 0;
}
.toko_toptre .toko_toptrelist a:hover {
  opacity: 1;
}
.toko_toptre .toko_toptrelist a img {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  margin-left: 10px;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}
.toko_toptre .toko_toptrelist a:hover img {
  transform: translateX(10px);
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}
@media (max-width: 979px) {
  .toko_toptre {
    padding: 75px 0 45px;
  }
  .toko_toptre .toko_hdl {
    margin-bottom: 25px;
  }
  .toko_toptre .toko_toptrelist {
    margin: -5px 0;
  }
  .toko_toptre .toko_toptrelist a {
    width: 100%;
    height: 65px;
    padding: 0 20px 0 30px;
    font-size: 16px;
    margin: 5px 0;
  }
}
.toko_topfol {
  padding: 75px 0 85px;
}
.toko_topfol .toko_topfolhd {
  text-align: center;
  font-size: 76px;
  color: #f9647e;
  font-weight: 400;
  line-height: 0.9;
}
.toko_topfol .toko_insacc {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.toko_topfol .toko_insacc a {
  font-size: 16px;
  color: #808080;
}
.toko_topfol .toko_insacc img {
  margin-right: 10px;
  width: 20px;
}
.toko_topfol .toko_btn {
  margin-top: 50px;
}
@media (max-width: 979px) {
  .toko_topfol {
    padding: 45px 0 50px;
  }
  .toko_topfol .toko_topfolhd {
    font-size: 60px;
  }
  .toko_topfol .toko_insacc {
    margin-bottom: 30px;
  }
  .toko_topfol .toko_insacc a {
    font-size: 14px;
  }
  .toko_topfol .toko_insacc img {
    margin-right: 5px;
    width: 18px;
  }
  .toko_topfol .toko_btn {
    margin-top: 30px;
  }
}
.toko_topmov {
  padding: 85px 0;
  position: relative;
}
.toko_topmov .toko_hdl {
  margin-bottom: 60px;
}
.toko_topmov .toko_topmovbox {
  padding: 0 0 80px;
  position: relative;
}
.toko_topmov .toko_topmovbox:before {
  position: absolute;
  content: "";
  background: #fdf6f6;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 280px;
  z-index: -1;
}
.toko_topmov .toko_topmovlist {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.toko_topmov .toko_topmovlist li {
  width: 47%;
}
.toko_topmov .toko_topmovimg {
  margin-bottom: 20px;
}
.toko_topmov .toko_topmovimg img {
  width: 100%;
}
.toko_topmov .toko_topmovtxt {
  font-size: 16px;
  color: #4d4d4d;
  line-height: 1.75;
}
.toko_topmov .toko_topmovbtn {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.toko_topmov .toko_topmovbtn p {
  margin: 20px 10px 0px;
}
.toko_topmov .toko_topmovbtn .toko_btn a img {
  margin: 0 0 5px 15px;
}
.toko_topmov .toko_topmovbtn .toko_topmovico {
  margin-right: 10px;
}
.toko_topmov .toko_topmovbtn .toko_topmovico img {
  width: auto;
  margin: auto;
}
.toko_topmov .toko_topmovbtn .toko_btn a:hover .toko_topmovico img {
  transform: translateX(0);
}
.toko_topmov .youtubeContainer {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.toko_topmov .youtubeContainer > div {
  width: 470px;
}
.toko_topmov .youtubeContainer > div .youtube-box {
  height: 0;
  padding: 0 0 56.25%;
  position: relative;
}
.toko_topmov .youtubeContainer > div .youtube-box iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.toko_topmov .youtubeContainer > div p {
  margin: 7px 0 0;
  font-size: 16px;
}
@media (max-width: 979px) {
  .toko_topmov {
    padding: 50px 0 35px;
  }
  .toko_topmov .toko_hdl {
    margin-bottom: 25px;
  }
  .toko_topmov .toko_topmovbox {
    padding: 0 0 60px;
  }
  .toko_topmov .toko_topmovbox:before {
    height: 80%;
  }
  .toko_topmov .toko_topmovlist {
    flex-wrap: wrap;
  }
  .toko_topmov .toko_topmovlist li {
    width: 100%;
  }
  .toko_topmov .toko_topmovlist li + li {
    margin-top: 25px;
  }
  .toko_topmov .toko_topmovimg {
    margin-bottom: 10px;
  }
  .toko_topmov .toko_topmovtxt {
    font-size: 14px;
  }
  .toko_topmov .toko_topmovbtn {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
  }
  .toko_topmov .toko_topmovbtn p {
    margin: 10px 0;
  }
  .toko_topmov .youtubeContainer {
    width: 100%;
    flex-direction: column;
  }
  .toko_topmov .youtubeContainer > div {
    max-width: 100%;
  }
  .toko_topmov .youtubeContainer > div + div {
    margin-top: 4vw;
  }
  .toko_topmov .youtubeContainer > div p {
    margin: 1vw 0 0;
    font-size: 3.5vw;
  }
}
.toko_topfaq {
  padding: 85px 0;
}
.toko_topfaq .toko_hdl {
  margin-bottom: 40px;
}
.toko_topfaqbox {
  border: 1px #b7b7b7 solid;
  background: #fff;
  font-weight: 500;
  overflow: hidden;
  border-radius: 10px;
}
.toko_topfaqbox li + li {
  border-top: 1px #b7b7b7 solid;
}
.toko_topfaqq {
  background: #f5f6f7;
  padding: 15px 55px 15px 25px;
  font-size: 18px;
  color: #333;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.toko_topfaqq:before {
  position: absolute;
  content: "";
  background: url("/assets/images_wp_common/common/pink_plus.svg") center center no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.toko_topfaqq.on:before {
  background: url("/assets/images_wp_common/common/pink_minus.svg") center center no-repeat;
  background-size: 30px 30px;
}
.toko_topfaqqico {
  width: 35px;
  height: 35px;
  display: flex;
  background: #f9647e;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  flex-shrink: 0;
  line-height: 1;
  border-radius: 50%;
  margin-right: 15px;
}
.toko_topfaqa {
  border-top: 1px #b7b7b7 dotted;
  padding: 25px 55px 45px 75px;
  font-size: 14px;
  line-height: 1.4;
  display: none;
}
@media (max-width: 979px) {
  .toko_topfaq {
    padding: 35px 0 45px;
  }
  .toko_topfaq .toko_hdl {
    margin-bottom: 20px;
  }
  .toko_topfaqq {
    padding: 15px 45px 15px 15px;
    font-size: 13px;
  }
  .toko_topfaqq:before {
    background: url("/assets/images_wp_common/common/pink_plus.svg") center center no-repeat;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    right: 20px;
  }
  .toko_topfaqq.on:before {
    background: url("/assets/images_wp_common/common/pink_minus.svg") center center no-repeat;
    background-size: 25px 25px;
  }
  .toko_topfaqqico {
    width: 30px;
    height: 30px;
    font-size: 18px;
    margin-right: 10px;
  }
  .toko_topfaqa {
    padding: 15px 30px 15px 55px;
    font-size: 12px;
    line-height: 1.65;
  }
}
.toko_topinf {
  padding: 85px 0 30px;
}
.toko_topinf .toko_topinfbox {
  display: flex;
  align-items: flex-start;
}
.toko_topinf .toko_hdl {
  text-align: left;
  flex-shrink: 0;
  margin-right: 50px;
}
.toko_topinf .toko_topinfin {
  flex: 1;
  border-top: 1px #f2f2f2 solid;
}
.toko_topinf .toko_topinfin li {
  border-bottom: 1px #f2f2f2 solid;
  padding: 30px 20px;
  display: flex;
  align-items: center;
}
.toko_topinf .toko_topinfdc {
  width: 175px;
  flex-shrink: 0;
  margin-right: 5px;
  display: flex;
  align-items: center;
}
.toko_topinf .toko_topinfdate {
  width: 90px;
  color: #999;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.toko_topinf .toko_topinfcate {
  flex: 1;
  font-size: 13px;
  color: #666;
}
.toko_topinf .toko_topinflink {
  flex: 1;
}
.toko_topinf .toko_topinflink a {
  display: inline-block;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  position: relative;
}
.toko_topinf .toko_topinflink a.newsico {
  padding-right: 40px;
}
.toko_topinf .toko_topinflink a.newsico:before {
  position: absolute;
  content: "";
  background: url(/assets/images_wp_common/top/ico_news.svg) 0 0 no-repeat;
  background-size: 30px 8px;
  width: 30px;
  height: 8px;
  font-size: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 979px) {
  .toko_topinf {
    padding: 45px 0 10px;
  }
  .toko_topinf .toko_topinfbox {
    display: block;
  }
  .toko_topinf .toko_hdl {
    width: auto;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }
  .toko_topinf .toko_topinfin li {
    padding: 10px 5px;
    display: block;
  }
  .toko_topinf .toko_topinfdc {
    width: auto;
    padding: 0;
    margin-bottom: 5px;
  }
  .toko_topinf .toko_topinfdate {
    width: 55px;
    font-size: 10px;
  }
  .toko_topinf .toko_topinfcate {
    font-size: 10px;
  }
  .toko_topinf .toko_topinflink {
    flex: 1;
  }
  .toko_topinf .toko_topinflink a {
    font-size: 12px;
  }
  .toko_topinf .toko_topinflink a.newsico {
    padding-right: 30px;
  }
  .toko_topinf .toko_topinflink a.newsico:before {
    background: url(/assets/images_wp_common/top/ico_news.svg) 0 0 no-repeat;
    background-size: 25px 7px;
    width: 25px;
    height: 7px;
  }
}
.toko_topran {
  background: #fdf6f6;
  padding: 150px 0 135px 24%;
}
.toko_topranbox {
  display: flex;
  align-items: flex-start;
}
.toko_topranbox .toko_hdl {
  width: 280px;
  flex-shrink: 0;
  text-align: left;
  color: #f9647e;
}
.toko_topranin {
  flex: 1;
  overflow: hidden;
}
.toko_topranarrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  padding: 0 35px 0 15px;
}
.toko_topranarrow .slick-arrow {
  cursor: pointer;
}
.toko_topranarrow .slick-arrow img {
  width: 40px;
}
.toko_topranslider .toko_toprancont a {
  display: block;
  padding: 15px 15px 30px;
  position: relative;
}
.toko_topranslider .toko_toprancont a:hover {
  opacity: 1;
  background: #fff;
  -ms-box-shadow: 0 0 15px rgba(249, 100, 126, 0.5);
  -o-box-shadow: 0 0 15px rgba(249, 100, 126, 0.5);
  box-shadow: 0 0 15px rgba(249, 100, 126, 0.5);
}
.toko_topranslider .toko_toprancont a:hover img {
  opacity: 1;
}
.toko_topranslider .toko_toprannum {
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  background: #b9b9b9;
  color: #fff;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 17px;
  font-weight: 400;
  z-index: 1;
}
.toko_topranslider .slick-slide {
  padding: 15px;
}
.toko_topranslider .toko_topranimg {
  text-align: center;
  margin-bottom: 20px;
}
.toko_topranslider .toko_topranimg img {
  width: 100%;
}
.toko_topranslider .toko_toprantit {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.75;
}
.toko_topranslider .toko_toprancate {
  display: inline-block;
  margin-bottom: 10px;
  border: 1px #ccc solid;
  color: #999;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  padding: 5px 15px;
}
.toko_topranslider .toko_toprandet {
  font-size: 14px;
  color: #1a1a1a;
  font-weight: 500;
  margin-bottom: 5px;
}
.toko_topranslider .toko_topranpri {
  font-size: 13px;
  color: #f9647e;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .toko_topran {
    padding: 150px 0 135px 5%;
  }
}
@media (max-width: 979px) {
  .toko_topran {
    padding: 60px 20px;
  }
  .toko_topranbox {
    display: block;
  }
  .toko_topranbox .toko_hdl {
    width: auto;
    margin-bottom: 20px;
  }
  .toko_topranin {
    margin: 0 -20px;
  }
  .toko_topranarrow {
    margin-top: 10px;
    padding: 0 20px;
  }
  .toko_topranslider .toko_toprancont a {
    display: block;
    padding: 10px 10px 20px;
  }
  .toko_topranslider .toko_toprannum {
    width: 26px;
    height: 26px;
    font-size: 14px;
  }
  .toko_topranslider .slick-slide {
    padding: 10px;
  }
  .toko_topranslider .toko_topranimg {
    margin-bottom: 15px;
  }
  .toko_topranslider .toko_toprantit {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .toko_topranslider .toko_toprancate {
    margin-bottom: 5px;
    font-size: 9px;
    padding: 3px 10px;
  }
  .toko_topranslider .toko_toprandet {
    font-size: 11px;
  }
  .toko_topranslider .toko_topranpri {
    font-size: 10px;
  }
}
.toko_special {
  padding: 20px 0 115px;
}
.toko_special .toko_hdl {
  margin-bottom: 40px;
}
.toko_specate {
  margin-bottom: 45px;
}
.toko_specate .toko_specatein {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.toko_specate .toko_specatetit {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 20px;
  font-size: 12px;
  color: #999;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.toko_specate .toko_specatein a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  color: #f9647e;
  line-height: 1.3;
  font-weight: 500;
  padding: 5px 10px;
  margin: 0 5px 10px;
  border: 1px #fce8e4 solid;
}
.toko_specate .toko_specatein a:hover,
.toko_specate .toko_specatein a.current {
  color: #fff;
  background: #f9647e;
  opacity: 1;
}
@media (max-width: 979px) {
  .toko_special {
    padding: 10px 0 60px;
  }
  .toko_special .toko_hdl {
    margin-bottom: 20px;
  }
  .toko_specate {
    margin-bottom: 40px;
  }
  .toko_specate .toko_specatein {
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -5px 0;
  }
  .toko_specate .toko_specatetit {
    margin: 5px 0;
    width: 100%;
  }
  .toko_specate .toko_specatein a {
    width: 48.5%;
    padding: 15px 5px;
    margin: 5px 0;
  }
}
.toko_spelist li + li {
  margin-top: 100px;
}
.toko_spelist li a {
  display: flex;
  align-items: center;
}
.toko_spelist .toko_speimg {
  padding: 0 0 0 20px;
  flex-shrink: 0;
  margin-right: 120px;
  position: relative;
}
.toko_spelist .toko_speimg img {
  width: 366px;
}
.toko_spelist li .toko_spenew .toko_speimg:before {
  position: absolute;
  content: "";
  left: -10px;
  top: -15px;
  background: url("/assets/images_wp_common/common/new_special.svg") center center no-repeat;
  background-size: 58px 58px;
  width: 58px;
  height: 58px;
  z-index: 1;
}
.toko_spelist .toko_speimg .toko_speblur {
  position: absolute;
  right: -50px;
  bottom: -40px;
  opacity: 0.4;
  filter: blur(7px);
  -webkit-filter: blur(7px);
  -moz-filter: blur(7px);
  -o-filter: blur(7px);
  -ms-filter: blur(7px);
  z-index: -1;
}
.toko_spelist .toko_speimg:after {
  position: absolute;
  content: "";
  background: url("/assets/images_wp_common/special/decorate.svg") center center no-repeat;
  background-size: 6px 150px;
  width: 6px;
  height: 150px;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.toko_spelist .toko_spein {
  flex: 1;
}
.toko_spelist .toko_spemess {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.toko_spelist .toko_spedc {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.toko_spelist .toko_spedate {
  flex-shrink: 0;
  margin-right: 10px;
  color: #999;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.toko_spelist .toko_specatedet {
  display: block;
  font-size: 13px;
  color: #f9647e;
  line-height: 1.3;
  font-weight: 500;
  padding: 2px 10px;
  border: 1px #fce8e4 solid;
}
.toko_spelist .toko_spetit {
  font-size: 20px;
  font-weight: 500;
  color: #4d4d4d;
}
.toko_spelist .toko_spetxt {
  font-size: 13px;
  line-height: 1.85;
  color: #808080;
  margin-bottom: 25px;
}
.toko_spelist .toko_spemore {
  display: flex;
  align-items: center;
  color: #f9647e;
  letter-spacing: 0.1em;
  font-size: 10px;
  font-family: "Avenir Next", sans-serif;
}
.toko_spelist .toko_spemore img {
  width: 25px;
  margin-right: 10px;
}
@media (max-width: 979px) {
  .toko_spelist li + li {
    margin-top: 60px;
  }
  .toko_spelist li a {
    flex-direction: column;
  }
  .toko_spelist .toko_speimg {
    margin: 0 0 60px;
    padding: 0 35px 30px 20px;
  }
  .toko_spelist .toko_speimg img {
    width: 250px;
  }
  .toko_spelist li .toko_spenew .toko_speimg:before {
    left: -5px;
    top: -25px;
    background: url("/assets/images_wp_common/common/new_special.svg") center center no-repeat;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
  }
  .toko_spelist .toko_speimg .toko_speblur {
    right: 0;
    bottom: 0;
  }
  .toko_spelist .toko_spemess {
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }
  .toko_spelist .toko_spedc {
    margin: 10px 0 0;
  }
  .toko_spelist .toko_spedate {
    font-size: 11px;
  }
  .toko_spelist .toko_specatedet {
    font-size: 11px;
  }
  .toko_spelist .toko_spemore img {
    width: 20px;
  }
  .toko_spelist .toko_spetxt {
    margin-bottom: 15px;
  }
  .toko_spelist .toko_speimg:after {
    bottom: 30px;
  }
}
.toko_childdc {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  margin-bottom: 40px;
}
.toko_childdc .toko_childdate {
  color: #999;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-right: 10px;
}
.toko_childdc .toko_childcate {
  border: 1px #fce8e4 solid;
  line-height: 1.2;
  color: #f9647e;
  padding: 4px 5px;
}
@media (max-width: 979px) {
  .toko_childhdl {
    margin-bottom: 5px !important;
  }
  .toko_childdc {
    justify-content: flex-start;
    font-size: 11px;
    margin-bottom: 50px;
  }
  .toko_childdc .toko_childcate {
    padding: 3px 10px;
  }
}
.toko_childmain {
  display: flex;
  align-items: flex-start;
}
.toko_childmain .toko_chimainimg {
  padding: 0 50px 45px 25px;
  flex-shrink: 0;
  margin-right: 40px;
  position: relative;
}
.toko_childmain.toko_chinew .toko_chimainimg:before {
  position: absolute;
  content: "";
  left: -10px;
  top: -15px;
  background: url("/assets/images_wp_common/common/new_special.svg") center center no-repeat;
  background-size: 60px 60px;
  width: 60px;
  height: 60px;
  z-index: 1;
}
.toko_childmain .toko_chimainimg .toko_chiblur {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  filter: blur(7px);
  -webkit-filter: blur(7px);
  -moz-filter: blur(7px);
  -o-filter: blur(7px);
  -ms-filter: blur(7px);
  z-index: -1;
}
.toko_childmain .toko_chimainimg img {
  width: 390px;
}
.toko_childmain .toko_chimainimg:after {
  position: absolute;
  content: "";
  background: url("/assets/images_wp_common/special/decorate.svg") center center no-repeat;
  background-size: 6px 150px;
  width: 6px;
  height: 150px;
  left: 0;
  bottom: 45px;
  z-index: 1;
}
.toko_childmain .toko_chimainin {
  flex: 1;
  padding-top: 25px;
}
.toko_childmain .toko_chimaintit {
  font-size: 20px;
  line-height: 1.75;
  color: #4d4d4d;
  font-weight: 500;
  margin-bottom: 40px;
}
.toko_childmain .toko_chimaintxt + .toko_chimaintxt {
  margin-top: 20px;
}
.toko_childmain .toko_chimaintxt {
  font-size: 15px;
  line-height: 1.85;
}
@media (max-width: 979px) {
  .toko_childmain {
    flex-direction: column;
  }
  .toko_childmain .toko_chimainimg {
    -ms-grid-row-align: center;
    align-self: center;
    padding: 0 35px 30px 20px;
    margin: 0 0 25px;
  }
  .toko_childmain.toko_chinew .toko_chimainimg:before {
    left: 0;
    top: -25px;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
  }
  .toko_childmain .toko_chimainimg img {
    width: 240px;
  }
  .toko_childmain .toko_chimainimg:after {
    bottom: 30px;
  }
  .toko_childmain .toko_chimainin {
    flex: 1;
    padding-top: 0;
  }
  .toko_childmain .toko_chimaintit {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .toko_childmain .toko_chimaintxt + .toko_chimaintxt {
    margin-top: 25px;
  }
  .toko_childmain .toko_chimaintxt {
    font-size: 14px;
  }
}
.toko_chibtn {
  max-width: 300px;
  height: 65px;
  margin: 35px auto 0;
}
.toko_chibtn a {
  background: #f9647e;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  border-radius: 3px;
}
.toko_chibtn a img {
  width: 35px;
  margin-right: 10px;
}
@media (max-width: 979px) {
  .toko_chibtn {
    margin: 25px auto 0;
  }
}
.toko_chibox01 {
  margin-top: 150px;
}
.toko_chiflex {
  display: flex;
  align-items: flex-start;
}
.toko_chiflex.toko_reverse {
  flex-direction: row-reverse;
}
.toko_chiflex + .toko_chiflex {
  border-top: 1px #fdf6f6 solid;
  margin-top: 40px;
  padding-top: 40px;
}
.toko_chiflex .toko_chifleximg {
  margin: 0 60px 0 0;
  flex-shrink: 0;
  max-width: 450px;
}
.toko_chiflex.toko_reverse .toko_chifleximg {
  margin: 0 0 0 60px;
}
.toko_chiflex .toko_chifleximg iframe {
  width: 450px;
  height: 256px;
  max-width: 100%;
}
.toko_chiflex .toko_chiflexin {
  flex: 1;
}
.toko_chiflex .toko_chiflextxt {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.85;
}
.toko_chiflex .toko_chiflextxt + .toko_chiflextxt {
  margin-top: 10px;
}
.toko_chiflex .toko_chiflextxt a {
  color: #f9647e;
  text-decoration: underline;
  display: inline-block;
}
.toko_question {
  padding-left: 60px;
  margin-bottom: 30px;
  font-size: 10px;
  color: #ccc;
  font-weight: 500;
  letter-spacing: 0.2em;
  position: relative;
}
.toko_question span {
  color: #f9647e;
}
.toko_question:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  background: #ccc;
  width: 45px;
  height: 1px;
  z-index: 1;
}
@media (max-width: 979px) {
  .toko_chibox01 {
    margin-top: 70px;
  }
  .toko_chiflex {
    flex-direction: column;
  }
  .toko_chiflex.toko_reverse {
    flex-direction: column;
  }
  .toko_chiflex + .toko_chiflex {
    border-top: none;
    margin-top: 40px;
    padding-top: 0;
  }
  .toko_chiflex .toko_chifleximg {
    margin: 0 0 20px;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
    max-width: 100%;
  }
  .toko_chiflex.toko_reverse .toko_chifleximg {
    margin: 0 0 20px;
  }
  .toko_chiflex .toko_chifleximg iframe {
    width: 100%;
    height: 100%;
  }
  .toko_chiflex .toko_chiflextxt {
    font-size: 14px;
  }
  .toko_question {
    margin-bottom: 10px;
  }
}
.toko_chimov {
  margin-top: 110px;
}
.toko_chimov .toko_hdl {
  margin-bottom: 30px;
}
.toko_chimov .toko_chimovbox {
  display: flex;
  align-items: stretch;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.toko_chimov .toko_chimovbox li {
  width: 47%;
  margin-top: 35px;
}
.toko_chimov .toko_chimovbox iframe {
  width: 100%;
  height: 260px;
}
.toko_chimov .toko_chimovbox li a {
  display: inline-block;
  margin-top: 15px;
  font-size: 16px;
  color: #f9647e;
  line-height: 1.75;
  font-weight: 500;
  text-decoration: underline;
}
@media (max-width: 979px) {
  .toko_chimov {
    margin-top: 40px;
  }
  .toko_chimov .toko_hdl {
    margin-bottom: 20px;
  }
  .toko_chimov .toko_chimovbox {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .toko_chimov .toko_chimovbox li {
    width: 100%;
  }
  .toko_chimov .toko_chimovbox li + li {
    margin-top: 25px;
  }
  .toko_chimov .toko_chimovbox iframe {
    width: 100%;
    height: 100%;
  }
  .toko_chimov .toko_chimovbox li a {
    margin: 10px 10px 0;
    font-size: 14px;
  }
}
.toko_chimenu {
  background: #fdf6f6;
  padding: 120px 0;
  margin-top: 100px;
}
.toko_chimenu .toko_hdl {
  margin-bottom: 45px;
}
.toko_chimenu .toko_chimenubg {
  background: #fff;
  padding: 100px 70px 70px;
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  position: relative;
}
.toko_chimenu .toko_chimenubg:before {
  position: absolute;
  content: "";
  background: url("/assets/images_wp_common/special/menu_one.svg") center center no-repeat;
  background-size: 6px 90px;
  width: 6px;
  height: 90px;
  left: 30px;
  top: -15px;
  z-index: 1;
}
.toko_chimenu .toko_chimenubg + .toko_chimenubg {
  margin-top: 40px;
}
.toko_chimenu .toko_chimenunote {
  text-align: center;
  margin-bottom: 25px;
  font-size: 13px;
  font-weight: 500;
}
.toko_chimenu .toko_chimenuflex {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  margin-bottom: 30px;
}
.toko_chimenu .toko_chimenuimg {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}
.toko_chimenu .toko_chimenuimg > span {
  max-width: 50%;
  padding: 1%;
}
.toko_chimenu .toko_chimenuin {
  flex: 1;
  padding: 15px 0;
  border-bottom: 1px #e6e6e6 solid;
  border-top: 1px #e6e6e6 solid;
}
.toko_chimenu .toko_chimenucont {
  display: flex;
  align-items: flex-start;
  font-size: 13px;
  font-weight: 500;
  line-height: 2;
}
.toko_chimenu .toko_chimenutit {
  color: #1a1a1a;
  margin-right: 15px;
}
.toko_chimenu .toko_chimenulist {
  flex: 1;
}
.toko_chimenu .toko_chimenupri {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #1a1a1a;
}
.toko_chimenu .toko_chimenupri span {
  display: inline-block;
  letter-spacing: 0.1em;
}
@media (max-width: 979px) {
  .toko_chimenu {
    padding: 60px 0;
    margin-top: 60px;
  }
  .toko_chimenu .toko_hdl {
    margin-bottom: 30px;
  }
  .toko_chimenu .toko_chimenubg {
    padding: 30px 15px 40px;
  }
  .toko_chimenu .toko_chimenubg:before {
    left: 7px;
    top: -10px;
  }
  .toko_chimenu .toko_chimenubg + .toko_chimenubg {
    margin-top: 30px;
  }
  .toko_chimenu .toko_chimenunote {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .toko_chimenu .toko_chimenuflex {
    flex-direction: column;
    margin-bottom: 15px;
  }
  .toko_chimenu .toko_chimenuimg {
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
  }
  .toko_chimenu .toko_chimenuimg > span {
  }
  .toko_chimenu .toko_chimenucont {
    display: block;
    font-size: 13px;
  }
  .toko_chimenu .toko_chimenutit {
    color: #1a1a1a;
    margin: 0;
  }
  .toko_chimenu .toko_chimenupri {
    font-size: 17px;
  }
}
.toko_chiba {
  margin-top: 120px;
}
.toko_chiba .toko_inner {
  max-width: 945px;
}
.toko_chiba .toko_chibalist {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -20px 0;
}
.toko_chiba .toko_chibalist li {
  width: 48.5%;
  margin: 20px 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.toko_chiba .toko_chibacont {
  width: 48%;
}
.toko_chiba .toko_chibaarrow {
  width: 4%;
  display: flex;
  padding-top: 22px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.toko_chiba .toko_chibaarrow img {
  width: 56.25%;
}
.toko_chiba .toko_chibatit {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 22px;
  background: #f2f2f2;
  line-height: 1.2;
  font-size: 11px;
  font-weight: 500;
  color: #4d4d4d;
}
.toko_chiba .toko_chibaimg img {
  width: 100%;
}
@media (max-width: 979px) {
  .toko_chiba {
    margin-top: 60px;
  }
  .toko_chiba .toko_chibalist {
    flex-direction: column;
    align-items: center;
    margin: -10px 0;
  }
  .toko_chiba .toko_chibalist li {
    width: 330px;
    margin: 10px 0;
  }
  .toko_chiba .toko_chibacont {
    width: 48%;
  }
  .toko_chiba .toko_chibaarrow {
    width: 4%;
    padding-top: 26px;
  }
  .toko_chiba .toko_chibatit {
    height: 26px;
    font-size: 14px;
  }
}
.toko_chibn {
  max-width: 630px;
  margin: 40px auto 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.toko_chibn a {
  width: 300px;
  height: 65px;
  font-size: 13px;
  font-weight: 500;
  color: #f9647e;
  border: 1px #f9647e solid;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.toko_chibn a + a {
  background: #f9647e;
  color: #fff;
}
.toko_chibn a img {
  width: 70px;
  font-size: 0;
  margin: 0 15px 5px 0;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}
.toko_chibn a + a img {
  margin: 0 0 5px 15px;
}
.toko_chibn a:hover {
  opacity: 1;
}
.toko_chibn a:hover img {
  transform: translateX(-10px);
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}
.toko_chibn a + a:hover img {
  transform: translateX(10px);
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}
@media (max-width: 979px) {
  .toko_chibn {
    max-width: 330px;
    margin: 20px auto 0;
  }
  .toko_chibn a {
    width: auto;
    height: auto;
    font-size: 12px;
    flex-direction: column;
    color: #f9647e;
    border: none;
    align-items: flex-start;
  }
  .toko_chibn a + a {
    background: none;
    color: #f9647e;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .toko_chibn a img {
    width: 70px;
    font-size: 0;
    margin: 0 -10px -5px;
  }
  .toko_chibn a + a img {
    margin: 0 -10px -5px;
  }
  .toko_chibn a:hover {
    opacity: 1;
  }
  .toko_chibn a:hover img {
    transform: translateX(0);
  }
  .toko_chibn a + a:hover img {
    transform: translateX(0);
  }
}
.toko_chipart {
  margin-top: 100px;
}
.toko_chipart .toko_hdms {
  margin-bottom: 40px;
}
@media (max-width: 979px) {
  .toko_chipart .toko_hdms {
    margin-bottom: 30px;
    justify-content: flex-start;
  }
  .toko_chipart .toko_hdms span {
    width: auto;
  }
}
.toko_chiplan {
  margin-top: 45px;
}
.toko_chiplan .toko_chiplantit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: center;
  margin-bottom: 20px;
  font-size: 19px;
  color: #4d4d4d;
  font-weight: 500;
}
.toko_chiplan .toko_chiplantit span {
  display: block;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 5px;
  color: #f9647e;
}
.toko_chiplan .toko_chitab {
  width: 100%;
  border-top: 1px #999 solid;
  border-left: 1px #999 solid;
  border-collapse: collapse;
  border-spacing: 0;
}
.toko_chiplan .toko_chitab th,
.toko_chiplan .toko_chitab td {
  border-right: 1px #999 solid;
  border-bottom: 1px #999 solid;
  font-size: 15px;
  font-weight: 500;
  color: #4d4d4d;
  background: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
.toko_chiplan .toko_chitab th {
  padding: 10px;
  background: #f4f4f4;
}
.toko_chiplan .toko_chitab td {
  padding: 15px 25px;
}
.toko_chiplan .toko_chitab .toko_pinkbg {
  background: #fee0e5;
}
.toko_chiplan .toko_chitab td.toko_chitableft {
  text-align: left;
}
.toko_chiplan .toko_chitabhalf {
  width: 50%;
}
.toko_chiplan .toko_chitabhalfin {
  width: 25%;
}
.toko_chiplan .toko_chibtn {
  margin-top: 50px;
}
@media (max-width: 979px) {
  .toko_chiplan {
    margin-top: 30px;
  }
  .toko_chiplan .toko_chiplantit {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    margin-bottom: 15px;
    font-size: 17px;
  }
  .toko_chiplan .toko_chiplantit span {
    font-size: 16px;
    margin: 0 15px 0 0;
    flex-shrink: 0;
  }
  .toko_chiplan .toko_chitab th,
  .toko_chiplan .toko_chitab td {
    font-size: 12px;
  }
  .toko_chiplan .toko_chitab th {
    padding: 10px 5px;
  }
  .toko_chiplan .toko_chitab td {
    padding: 15px 10px;
  }
  .toko_chiplan .toko_chitabhalf {
    width: 38%;
  }
  .toko_chiplan .toko_chitabhalfin {
    width: 31%;
  }
  .toko_chiplan .toko_chibtn {
    margin-top: 30px;
  }
}
.toko_chibox02 {
  margin-top: 70px;
}
@media (max-width: 979px) {
  .toko_chibox02 {
    margin-top: 30px;
  }
}
.toko_look {
  background: #fdf6f6;
  padding: 100px 0;
  margin: 100px 0;
}
.toko_look .toko_hdms {
  margin-bottom: 40px;
}
.toko_look .toko_looktit {
  text-align: center;
  font-size: 18px;
  color: #4d4d4d;
  font-weight: 500;
  margin-bottom: 25px;
}
@media (max-width: 979px) {
  .toko_look {
    padding: 60px 0;
    margin: 60px 0 20px;
  }
  .toko_look .toko_hdms {
    margin-bottom: 25px;
  }
  .toko_look .toko_looktit {
    font-size: 14px;
    margin-bottom: 45px;
  }
}
.toko_reason {
  padding: 20px 0 120px;
}
.toko_reason .toko_hdl {
  margin-bottom: 60px;
}
.toko_reason .toko_inner {
  max-width: 950px;
}
.toko_reasonbox + .toko_reasonbox {
  border-top: 1px #ececec solid;
  margin-top: 30px;
  padding-top: 50px;
}
.toko_reasonbox .toko_reasonflex {
  display: flex;
  margin-bottom: 30px;
}
.toko_reasonbox .toko_reasonimg {
  margin-right: 30px;
  flex-shrink: 0;
  max-width: 460px;
}
.toko_reasonbox .toko_reasonin {
  flex: 1;
}
.toko_reasonbox .toko_question {
  margin-bottom: 25px;
}
.toko_reasonbox .toko_reasontit {
  font-size: 20px;
  line-height: 1.75;
  color: #4d4d4d;
  font-weight: 500;
}
.toko_reasonbox .toko_reasonnote {
  margin-top: 10px;
  font-size: 12px;
  color: #999;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.toko_reasonbox .toko_reasontxt {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.85;
  margin-top: 25px;
}
@media (max-width: 979px) {
  .toko_reason {
    padding: 0 0 100px;
  }
  .toko_reason .toko_hdl {
    margin-bottom: 30px;
  }
  .toko_reasonbox + .toko_reasonbox {
    margin-top: 60px;
    padding-top: 60px;
  }
  .toko_reasonbox .toko_reasonflex {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .toko_reasonbox .toko_reasonimg {
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
    margin: 0 0 30px;
  }
  .toko_reasonbox .toko_reasonin {
    flex: 1;
  }
  .toko_reasonbox .toko_question {
    margin-bottom: 15px;
  }
  .toko_reasonbox .toko_reasontit {
    font-size: 18px;
  }
  .toko_reasonbox .toko_reasonnote {
    margin-top: 15px;
    font-size: 11px;
  }
  .toko_reasonbox .toko_reasontxt {
    font-size: 12px;
    margin-top: 10px;
  }
}
.toko_treatment {
  padding: 40px 0 0;
}
.toko_treatment .toko_hdl {
  margin-bottom: 20px;
}
.toko_tremain {
  margin-bottom: 60px;
}
.toko_tremain .toko_tremainimg {
  text-align: center;
  margin-bottom: 50px;
}
.toko_tremain .toko_tremaintit {
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #1a1a1a;
}
.toko_tremain .toko_tremaintxt {
  font-size: 13px;
  text-align: center;
  line-height: 1.85;
  font-weight: 500;
}
@media (max-width: 979px) {
  .toko_treatment {
    padding: 0;
  }
  .toko_treatment .toko_hdl {
    margin-bottom: 15px;
  }
  .toko_tremain {
    margin-bottom: 50px;
  }
  .toko_tremain .toko_tremainimg {
    margin-bottom: 35px;
  }
  .toko_tremain .toko_tremaintit {
    text-align: left;
    margin-bottom: 5px;
    font-size: 18px;
  }
  .toko_tremain .toko_tremaintxt {
    font-size: 12px;
    text-align: left;
  }
}
.toko_treanchor {
  margin-bottom: -50px;
  position: relative;
  z-index: 2;
}
.toko_treanchor .toko_inner {
  max-width: 950px;
}
.toko_treanchor .toko_treanchordet {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 25px;
}
.toko_treanchor .toko_treanchorin {
  display: flex;
  justify-content: space-between;
}
.toko_treanchor .toko_treanchorin a {
  width: 202px;
  color: #fff;
  position: relative;
}
.toko_treanchor .toko_treanchorin a:hover,
.toko_treanchor .toko_treanchorin a:hover img {
  opacity: 1;
}
.toko_treanchor .toko_treanchorin a:hover {
  -ms-box-shadow: 0 0 20px rgba(249, 100, 126, 0.5);
  -o-box-shadow: 0 0 20px rgba(249, 100, 126, 0.5);
  box-shadow: 0 0 20px rgba(249, 100, 126, 0.5);
}
.toko_treanchor .toko_treanchorin a img {
  width: 100%;
}
.toko_treanchor .toko_treanchorin a:before {
  position: absolute;
  content: "";
  background: url("/assets/images_wp_common/treatment/down_treatment.svg") center center no-repeat;
  background-size: 3px 36px;
  width: 3px;
  height: 36px;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  z-index: 1;
}
.toko_treanchor .toko_treanchorcont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  z-index: 2;
}
.toko_treanchor .toko_treanchortit {
  font-size: 8px;
  margin-bottom: 5px;
  letter-spacing: 0.2em;
}
.toko_treanchor .toko_treanchortit b {
  font-weight: 500;
  color: #f9647e;
}
@media (max-width: 979px) {
  .toko_treanchor .toko_treanchordet {
    font-size: 12px;
    margin-bottom: 40px;
  }
  .toko_treanchor .toko_inner {
    padding: 0 30px;
  }
  .toko_treanchor .toko_treanchorin {
    flex-wrap: wrap;
    margin: -10px 0;
  }
  .toko_treanchor .toko_treanchorin a {
    width: 47%;
    margin: 10px 0;
  }
  .toko_treanchor .toko_treanchorin a:before {
    position: absolute;
    content: "";
    background: url("/assets/images_wp_common/treatment/down_treatment.svg") center bottom no-repeat;
    background-size: 3px 26px;
    width: 3px;
    height: 26px;
  }
}
.toko_trebox + .toko_trebox {
  border-top: 1px #ececec solid;
  margin-top: 60px;
  padding-top: 60px;
}
.toko_trebox .toko_hdms {
  margin-bottom: 25px;
}
.toko_trebox .toko_tretxt {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.85;
  text-align: center;
}
.toko_trebox .toko_treimg {
  text-align: center;
}
.toko_trebox .toko_tretit {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #4d4d4d;
  margin: 25px 0 10px;
}
.toko_trebox .toko_ba {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 45px;
}
.toko_trebox .toko_ba li {
  padding: 0 1%;
  width: 50%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 2% auto 0;
}
.toko_trebox .toko_bain {
  width: 49%;
}
.toko_trebox .toko_baimg img {
  width: 100%;
}
.toko_trebox .toko_batit {
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 22px;
  font-size: 11px;
  color: #4d4d4d;
  font-weight: 500;
}
.toko_trebox .toko_baarrow {
}
.toko_trebox .toko_baarrow img {
  width: 49%;
}
.toko_trebox .toko_tremv {
  display: flex;
  justify-content: center;
  margin: 50px -30px 0;
}
.toko_trebox .toko_tremv li {
  margin: 0 30px;
  width: 460px;
}
.toko_trebox .toko_tremv iframe {
  width: 100%;
  height: 255px;
  margin-bottom: 20px;
}
.toko_trebox .toko_tremv a {
  display: inline-block;
  text-decoration: underline;
  color: #f9647e;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
}
.toko_trebox .toko_twobtn01 {
  margin-top: 40px;
}
@media (max-width: 979px) {
  .toko_trebox + .toko_trebox {
    margin-top: 40px;
    padding-top: 40px;
  }
  .toko_trebox .toko_hdms {
    margin-bottom: 15px;
    text-align: left;
  }
  .toko_trebox .toko_hdms span {
    text-align: left;
  }
  .toko_trebox .toko_tretxt {
    font-size: 12px;
    text-align: left;
  }
  .toko_trebox .toko_tretit {
    text-align: left;
    font-size: 18px;
    margin: 40px 0 15px;
  }
  .toko_trebox .toko_ba {
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 40px;
  }
  .toko_trebox .toko_ba li {
    width: 100%;
    margin: 0;
  }
  .toko_trebox .toko_ba li + li {
    margin-top: 15px;
  }
  .toko_trebox .toko_batit {
    height: 25px;
    font-size: 14px;
  }
  .toko_trebox .toko_baarrow {
  }
  .toko_trebox .toko_tremv {
    margin: 50px 0 0;
    flex-direction: column;
  }
  .toko_trebox .toko_tremv li {
    margin: 0;
    width: 100%;
  }
  .toko_trebox .toko_tremv li + li {
    margin-top: 50px;
  }
  .toko_trebox .toko_tremv iframe {
    width: 100%;
    height: 185px;
    margin-bottom: 10px;
  }
  .toko_trebox .toko_tremv a {
    font-size: 14px;
  }
  .toko_trebox .toko_twobtn01 a + a {
    margin-top: 25px;
  }
}


.toko_tre_cont:nth-child(even) {
  padding: 90px 0 120px;
}
.toko_tre_cont:nth-child(odd) {
  background: #fdf6f6;
  padding: 110px 0 120px;
}
.toko_tre_cont.toko_treone {
  background: #fdf6f6;
  padding: 180px 0 110px;
}

@media (max-width: 979px) {
  .toko_tre_cont:nth-child(odd) {
    padding: 60px 0 50px;
  }
  .toko_tre_cont:nth-child(even) {
    padding: 80px 0;
  }
  .toko_tre_cont.toko_treone {
    padding: 130px 0 70px;
  }
}

.toko_tre_cont .toko_onetxt01 {
  margin-bottom: 25px;
}
.toko_tre_cont .toko_onetit01 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 20px;
  font-weight: 500;
  margin: 25px 0 10px;
}
.toko_tre_cont .toko_onetit01 span {
  display: block;
  font-weight: 300;
  color: #f9647e;
  margin-right: 10px;
  letter-spacing: 0.1em;
}
.toko_tre_cont .toko_twoimg01 {
  margin-top: 50px;
}
.toko_tre_cont .toko_twoimg02 {
  margin-top: 50px;
}
.toko_tre_cont .toko_twobox {
  margin-top: 100px;
}
.toko_tre_cont .toko_twoimg03 {
  margin: 25px 0 15px;
}
@media (max-width: 979px) {
  .toko_tre_cont .toko_onetxt01 {
    margin-bottom: 40px;
  }
  .toko_tre_cont .toko_onetit01 {
    font-size: 18px;
    margin: 30px 0 10px;
    justify-content: flex-start;
  }
  .toko_tre_cont .toko_onetit01 span {
    margin-right: 5px;
    font-size: 20px;
  }
  .toko_tre_cont .toko_twoimg01 {
    margin-top: 30px;
  }
  .toko_tre_cont .toko_twotxt01 {
    margin-bottom: 40px;
  }
  .toko_tre_cont .toko_twobox {
    margin-top: 60px;
  }
  .toko_tre_cont .toko_twoimg03 {
    margin: 45px 0 20px;
  }
}

.toko_threetxt01 {
  margin-bottom: 45px;
}
.toko_threetxt02 {
  margin-top: 10px;
}
.toko_threetit01 {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #4d4d4d;
  margin-top: 10px;
}
.toko_threetit02 {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.85;
}
.toko_threetit02 span {
  display: block;
  font-size: 20px;
  color: #f9647e;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.toko_threeimg01 {
  margin-top: 45px;
}
@media (max-width: 979px) {

  .toko_threetxt01 {
    margin-bottom: 30px;
  }
  .toko_threetxt02 {
    margin-top: 20px;
    text-align: center !important;
  }
  .toko_threetit01 {
    text-align: left;
    font-size: 15px;
    margin-top: 40px;
  }
  .toko_threetit02 {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .toko_threetit02 span {
    flex-shrink: 0;
    margin-right: 15px;
  }
  .toko_threeimg01 {
    margin-top: 25px;
  }
}
section#sns #instagram {
  margin: 0 auto;
}
section#sns #instaWidget::after {
  content: "";
  display: block;
  clear: both;
}
section#sns #instaWidget {
  list-style: none;
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
section#sns #instaWidget li {
  float: left;
  width: 100%;
}
section#sns #instagram #instaWidget li > p {
  height: 0px;
  padding-bottom: 100%;
  overflow: hidden;
}
section#sns #instagram #instaWidget li > p img {
  -o-object-fit: cover;
  object-fit: cover;
}
section#sns #instagram #instaWidget li:first-child {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
}
section#sns #instagram #instaWidget li:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/ 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
}
section#sns #instagram #instaWidget li:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
}
section#sns #instagram #instaWidget li:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
  -ms-grid-column: 4;
  -ms-grid-column-span: 2;
  grid-column: 4 / 6;
}
section#sns #instagram #instaWidget li:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 6;
  -ms-grid-column-span: 1;
  grid-column: 6 / 7;
}
section#sns #instagram #instaWidget li:nth-child(6) {
  -ms-grid-column: 6;
  -ms-grid-column-span: 1;
  grid-column: 6 / 7;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 /3;
}
section#sns ul.snsLinks {
  display: flex;
  justify-content: center;
  margin: 70px 0 0;
}
section#sns ul.snsLinks li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #fb637e;
}
section#sns ul.snsLinks li a img {
  width: 36px;
  height: 36px;
}
section#sns ul.snsLinks li + li {
  margin-left: 15px;
}
@media screen and (max-width: 979px) {
  section#sns #instaWidget {
    list-style: none;
    display: -ms-grid;
    display: grid;
    gap: 10px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  section#sns #instaWidget li {
    float: left;
    width: 100%;
  }
  section#sns #instagram #instaWidget li > p {
    height: 0px;
    padding-bottom: 100%;
    overflow: hidden;
  }
  section#sns #instagram #instaWidget li > p img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  section#sns #instagram #instaWidget li:first-child {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
  section#sns #instagram #instaWidget li:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/ 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
  }
  section#sns #instagram #instaWidget li:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
  }
  section#sns #instagram #instaWidget li:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    grid-row: 3 / 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
  section#sns #instagram #instaWidget li:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
  }
  section#sns #instagram #instaWidget li:nth-child(6) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / 5;
  }
  section#sns .snsContainer .snsInner {
    width: 92.5vw;
    margin: 0 auto;
  }
  section#sns .snsContainer .snsInner .snsIndex img {
    width: auto;
    height: 10vw;
  }
  section#sns .snsContainer .snsInner #instagram {
    width: auto;
  }
  section#sns ul.snsLinks {
    margin: 5vw 0 0;
  }
  section#sns ul.snsLinks li a {
    width: 10vw;
    height: 10vw;
  }
  section#sns ul.snsLinks li a img {
    width: 6vw;
    height: 6vw;
  }
  section#sns ul.snsLinks li + li {
    margin-left: 2.5vw;
  }
}
.area-04 {
  max-width: 100%;
}
.area-04 ._color-bg-white {
  max-width: 100%;
}

/* INFLUENCER */
.toko_influencer {
  margin-top: 100px;
  padding: 60px 0 125px;
  background:#fdf6f6;
}
.toko_influencer .toko_hdl {
  color: #f9647e;
  margin-bottom: 40px;
}
.toko_influencer iframe {
  border: 1px solid rgb(219, 219, 219);
  margin: 0px auto;
  width: 300px;
  height: 550px;
  border-radius:
    4px;
  display: block;
  padding: 0px;
}
.toko_influencer .bx-wrapper .bx-controls-direction a {
  z-index: 9;
}
.toko_influencer .infllist li {
  min-height: 500px;
}
.toko_influencer .insta_slide {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 979px) {
  .toko_influencer {
    margin-top: 0;
    padding: 60px 0px;
  }
  .toko_influencer .toko_hdl {
    width: auto;
    margin-bottom: 15px;
  }
}