@charset "UTF-8";
/*
Theme Name: rinca 2
Theme URI:
Description: 
Version: 2.12.1
Author: 
Author URI: 
License:
License URI:
Tags: custom-colors
Text Domain: rinca
*/
/*
variables
*****************************************/
@import url("js/slick/slick.css");
@import url("https://fonts.googleapis.com/css2?family=Marcellus+SC&display=swap");
:root {
  --color--txt-light: #FFFFFF;
  --color--txt-light--thin: #AF9D92;
  --color--txt-light--link: #FFFFFF;
  --color--txt-dark: #50382D;
  --color--txt-dark--thin: #AF9D92;
  --color--txt-dark--link: #50382D;
  --color--col-theme--dark: #50382D;
  --font--accent: 'Marcellus SC';
}

/*
elements
*****************************************/
body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body img {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

/*
blocks default
*****************************************/
.wp-block-button__link {
  color: var(--color--txt-light--link);
}

.wp-block-preformatted {
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
}

.wp-block-separator {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.wp-block-group.is-style-clear {
  display: flow-root;
}

.wp-block-columns.is-style-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wp-block-columns.is-style-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-block-gallery.is-style-clear {
  float: none;
}

/*
header
*****************************************/
.header__drawer::after, .header__drawer::before, .header__drawer span {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: var(--color--txt-dark);
  position: absolute;
  left: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.header {
  position: fixed;
  background: #FFF;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  z-index: 300;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin: 0;
  padding: 15px 0;
}
.header__chk {
  display: none;
}
.header__logo {
  display: block;
  width: 76px;
  height: 40px;
  background: url("images/header_logo2s.png") no-repeat 0 0/100%;
  text-indent: -9999px;
  margin: 0 0 0 5%;
}
.header__inquiry {
  position: absolute;
  top: 14px;
  right: calc(5% + 48px);
  line-height: 1;
}
.header__inquiry-title {
  color: var(--color--txt-dark);
  font-size: 11px;
  text-align: center;
  border: 1px solid var(--color--txt-dark);
  margin: 0 0 2px;
  padding: 5px 0;
}
.header__inquiry-no {
  display: block;
  color: var(--color--txt-dark);
  text-align: center;
  font-size: 18px;
  font-family: var(--font--accent);
  text-decoration: none;
}
.header__drawer {
  position: absolute;
  top: 15px;
  right: 5%;
  display: block;
  background: url("images/label_menu1.png") no-repeat left bottom/100%;
  width: 34px;
  height: 40px;
  cursor: pointer;
}
.header__drawer span {
  text-indent: -9999px;
  top: 12px;
}
.header__drawer::before {
  top: 2px;
}
.header__drawer::after {
  top: 22px;
}
#drawerOpen:checked ~ .header__drawer span {
  opacity: 0;
}
#drawerOpen:checked ~ .header__drawer::before {
  -webkit-transform: translate(0, 10px) rotate(-45deg);
          transform: translate(0, 10px) rotate(-45deg);
}
#drawerOpen:checked ~ .header__drawer::after {
  -webkit-transform: translate(0, -10px) rotate(45deg);
          transform: translate(0, -10px) rotate(45deg);
}
.header__gnav {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 2;
  top: 70px;
  right: -100%;
  height: calc(100% - 70px);
  overflow: scroll;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
#drawerOpen:checked ~ .header__gnav {
  right: 0;
}
.header__gnav-close {
  position: fixed;
  z-index: 1;
  display: block;
  top: 70px;
  left: -100%;
  width: 100%;
  height: calc(100% - 70px);
  text-indent: -9999px;
}
#drawerOpen:checked ~ .header__gnav-close {
  left: 0;
}
@media (min-width: 960px) {
  .header {
    background: url("images/bg_brick_wh.jpg") 0 0;
    height: auto;
    padding: 10px 0;
  }
  .header__logo {
    width: 117px;
    height: 60px;
    background: url("images/header_logo.png") no-repeat 0 0/100%;
    float: left;
    margin: 10px 0 0 5%;
  }
  .header__inquiry {
    position: relative;
    top: initial;
    right: initial;
    text-align: right;
    margin: 0 5% 15px calc(5% + 117px);
  }
  .header__inquiry-title {
    display: inline-block;
    font-size: var(--wp--custom--typography--font-size--tiny);
    margin: 0 1em 0 0;
    padding: 7px 2em;
  }
  .header__inquiry-no {
    display: inline-block;
    font-size: 30px;
    vertical-align: -6px;
  }
  .header__drawer {
    display: none;
  }
  .header__gnav {
    background: none;
    position: relative;
    top: initial;
    right: initial;
    height: auto;
    overflow: initial;
    margin: 0 5% 0 calc(5% + 117px);
  }
  .header__gnav-close {
    display: none;
  }
}

.gnav-main {
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 20px 0 0;
}
.gnav-main__item {
  margin: 0 0 1em;
}
.gnav-main__item a {
  color: var(--color--txt-light);
  font-size: 20px;
  font-family: var(--font--accent);
  text-decoration: none;
  display: block;
  padding: 0 2em 0 20px;
}
.gnav-main__item a span {
  color: var(--color--txt-dark--thin);
  font-size: var(--wp--custom--typography--font-size--tiny);
  display: block;
  padding: 4px 0 0;
}
@media (min-width: 960px) {
  .gnav-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0;
    padding: 0;
  }
  .gnav-main__item {
    margin: 0 0 0 20px;
  }
  .gnav-main__item a {
    position: relative;
    color: var(--color--txt-dark);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0;
  }
  .gnav-main__item a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 14px;
    width: 0;
    height: 1px;
    background: var(--color--txt-dark);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .gnav-main__item a:hover {
    color: var(--color--txt-dark--thin);
  }
  .gnav-main__item a:hover::before {
    width: 100%;
  }
  .gnav-main__item a span {
    font-size: 11px;
  }
}

.gnav-sub {
  list-style: none;
  line-height: 1.5;
  margin: 0;
  padding: 1.8em 0 1em 20px;
}
.gnav-sub__item {
  margin: 0 0 0.5em;
}
.gnav-sub__item a {
  color: var(--color--txt-dark--thin);
  font-size: var(--wp--custom--typography--font-size--small);
  font-family: var(--font--accent);
  text-decoration: none;
  padding: 0 1em 0 0;
}
@media (min-width: 960px) {
  .gnav-sub {
    display: none;
  }
}

/*
footer
*****************************************/
.footer {
  color: var(--color--txt-dark);
  background: #FFF;
  line-height: 1;
  padding: 0 0 20px;
}
.footer__page-top {
  position: fixed;
  bottom: 20px;
  right: 0;
  width: 50px;
  height: 50px;
}
.footer__page-top a {
  display: block;
  height: 100%;
  text-indent: -9999px;
  background: rgba(80, 56, 45, 0.2) url("images/ico_arrow-t1.png") no-repeat center center/14px;
  cursor: pointer;
  border-radius: 8px 0 0 8px;
  border: 1px solid var(--color--txt-dark--thin);
  border-right: none;
}
.footer__profile {
  margin: 0 5% 50px;
  padding: 50px 0 0;
}
.footer__inquiry {
  background: linear-gradient(to right, var(--color--txt-dark), var(--color--txt-dark) 1px, transparent 3px, transparent 8px) repeat-x left bottom/8px 1px;
  margin: 0 5% 30px;
  padding: 0 0 30px;
}
.footer__sns {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 5% 10px;
  padding: 0;
}
.footer__nav {
  display: none;
}
.footer__copy {
  font-size: var(--wp--custom--typography--font-size--small);
  margin: 0 5%;
}
@media (min-width: 960px) {
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__friends {
    width: 100%;
  }
  .footer__profile {
    margin: 0 0 30px 5%;
    padding: 50px 0 0;
  }
  .footer__inquiry {
    -ms-flex-item-align: end;
        align-self: flex-end;
    background: none;
    margin: 0 0 30px 50px;
    padding: 50px 0 0;
  }
  .footer__sns {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin: 0 5% 30px auto;
  }
  .footer__nav {
    display: block;
    width: calc(90% - 22em);
    font-size: var(--wp--custom--typography--font-size--small);
    list-style: none;
    background: linear-gradient(to right, var(--color--txt-dark), var(--color--txt-dark) 1px, transparent 3px, transparent 8px) repeat-x left top/8px 1px;
    margin: 0 0 0 5%;
    padding: 20px 0 0;
  }
  .footer__nav-item {
    display: inline-block;
    margin: 0 0.5em 0 0;
  }
  .footer__nav-item::after {
    content: "|";
  }
  .footer__nav-item:last-child::after {
    content: none;
  }
  .footer__nav-item a {
    color: var(--color--txt-dark);
    margin: 0 1em 0 0;
  }
  .footer__copy {
    text-align: right;
    width: 22em;
    background: linear-gradient(to right, var(--color--txt-dark), var(--color--txt-dark) 1px, transparent 3px, transparent 8px) repeat-x left top/8px 1px;
    margin: 0 5% 0 0;
    padding: 20px 0 0;
  }
}

.ft-profile__name {
  font-weight: bold;
  margin: 0 0 5px;
}
.ft-profile__add {
  line-height: 1.5;
  margin: 0 0 10px;
}
.ft-profile__add span {
  display: block;
}
.ft-profile__day dt {
  float: left;
  margin: 0 0 5px;
}
.ft-profile__day dt img {
  display: block;
  width: 20px;
}
.ft-profile__day dd {
  line-height: 20px;
  margin: 0 0 5px 26px;
}
.ft-profile__btn {
  margin: 10px 0 0;
}

.ft-inquiry__title {
  margin: 0 0 5px;
}
.ft-inquiry__no {
  color: var(--color--txt-dark);
  font-size: 34px;
  font-family: var(--font--accent);
  text-decoration: none;
}
.ft-inquiry__hour {
  line-height: 1.5;
  background: url("images/footer-sns_title1.png") no-repeat 0 0/auto 70px;
  margin: 10px 0 0;
  padding: 0 0 0 30px;
}
.ft-inquiry__hour dt {
  width: 9em;
  float: left;
}

.ft-sns__item {
  margin: 0 10px 0 0;
}
.ft-sns__item img {
  height: 29px;
}
@media (min-width: 960px) {
  .ft-sns__item:last-child {
    margin-right: 0;
  }
}

.ft-friends {
  background: var(--color--txt-light--thin);
  padding: 50px 0;
}
.ft-friends__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ft-friends__list-item {
  width: 220px;
  height: 84px;
  border: 1px solid var(--color--txt-light);
  margin: 0 auto 30px;
  padding: 3px;
}
.ft-friends__list-banner {
  display: block;
  text-decoration: none;
  background: #FFF;
  width: 100%;
  height: 100%;
}
.ft-friends__list-banner img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ft-friends__list-banner img:hover {
  opacity: 0.8;
}
@media (min-width: 520px) {
  .ft-friends__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 460px;
    margin: 0 auto;
  }
  .ft-friends__list-item {
    width: calc(50% - 10px);
  }
}
@media (min-width: 960px) {
  .ft-friends__list {
    width: 780px;
  }
  .ft-friends__list-item {
    height: auto;
    margin: 0 20px;
  }
}

/*
contents
*****************************************/
#contents {
  padding: 70px 0 0;
}
body.home #contents {
  padding: calc(100vw + 70px) 0 0;
}
@media (min-width: 960px) {
  #contents {
    padding: 100px 0 0;
  }
  body.home #contents {
    padding: calc(40vw + 100px) 0 0;
  }
}

main {
  background: url("images/bg_wood.jpg") 0 0/200px;
  padding: 0 0 150px;
}
@media (min-width: 960px) {
  main {
    background-size: 400px;
  }
}

.ef-fade1.inactive {
  opacity: 0;
  -webkit-transform: translate(0, 30px) scale(0.9);
          transform: translate(0, 30px) scale(0.9);
}
.ef-fade1.active {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

.ef-slide1 {
  position: relative;
  overflow: hidden;
}
.ef-slide1:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color--col-theme--dark);
  -webkit-transition: all 0.3s ease-in-out 0.6s;
  transition: all 0.3s ease-in-out 0.6s;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  z-index: 100;
}
.ef-slide1.inactive {
  opacity: 0;
}
.ef-slide1.inactive:before {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.ef-slide1.active {
  opacity: 1;
}
.ef-slide1.active:before {
  -webkit-transform: translate(101%, 0);
          transform: translate(101%, 0);
}

.page-overview {
  position: relative;
  background: #FFF url("images/key_m7.jpg") no-repeat center center/cover;
  margin: 0 0 30px;
  padding: 50px 5% 90px;
}
.page-overview * {
  font-weight: normal;
}
body.blog .page-overview, body.category .page-overview {
  background-image: url("images/key_m3.jpg");
}
body.about .page-overview {
  background-image: url("images/key_m2.jpg");
}
body.menu .page-overview {
  background-image: url("images/key_m4.jpg");
}
body.goods .page-overview, body.tax-goods_category .page-overview {
  background-image: url("images/key_m5.jpg");
}
body.faq .page-overview {
  background-image: url("images/key_m6.jpg");
}
.page-overview::after {
  display: block;
  content: "";
  width: 150px;
  height: 150px;
  background: url("images/chara_200.png") no-repeat 0 0/100%;
  position: absolute;
  bottom: -60px;
  right: 0;
}
.page-overview__headline {
  background: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
  padding: 30px 5%;
}
.page-overview__txt {
  background: rgba(0, 0, 0, 0.6);
  padding: 0 5% 30px;
}
.page-overview__txt * {
  background: none;
  font-size: 1rem;
  margin: 0;
}
.page-overview__sign {
  text-indent: -9999px;
  height: 24px;
  background: url("images/about_sign.png") no-repeat right 0/155px;
}
@media (min-width: 520px) {
  .page-overview::after {
    width: 160px;
    height: 160px;
    right: 5%;
    bottom: -70px;
  }
}
@media (min-width: 960px) {
  .page-overview {
    background-image: url("images/key_d7.jpg");
  }
  body.blog .page-overview, body.category .page-overview {
    background-image: url("images/key_d3.jpg");
  }
  body.about .page-overview {
    background-image: url("images/key_d2.jpg");
  }
  body.menu .page-overview {
    background-image: url("images/key_d4.jpg");
  }
  body.goods .page-overview, body.tax-goods_category .page-overview {
    background-image: url("images/key_d5.jpg");
  }
  body.faq .page-overview {
    background-image: url("images/key_d6.jpg");
  }
  .page-overview__headline {
    font-size: 24px;
  }
}

.hl-sg-title {
  position: relative;
  font-size: 18px;
  font-family: var(--font--accent);
  font-weight: normal;
  line-height: 1.5;
  background: none;
  margin: 0;
  padding: 30px 110px 20px 5%;
}
.hl-sg-title::after {
  display: block;
  content: "";
  width: 120px;
  height: 120px;
  background: url("images/chara_200.png") no-repeat 0 0/100%;
  position: absolute;
  bottom: -40px;
  right: 0;
}
.hl-sg-title span {
  display: block;
  color: var(--color--txt-light--thin);
  font-size: var(--wp--custom--typography--font-size--small);
}
@media (min-width: 960px) {
  .hl-sg-title {
    font-size: 22px;
    padding: 50px calc(160px + 5%) 30px 5%;
  }
  .hl-sg-title::after {
    width: 160px;
    height: 160px;
    right: 5%;
    bottom: -60px;
  }
}

.hl-s1__main--dark, .hl-s1__main--light {
  position: relative;
  z-index: 1;
  font-size: 26px;
  font-family: var(--font--accent);
  font-weight: normal;
  line-height: 1;
  -webkit-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
  margin: 0 0 30px;
  padding: 10px 5%;
}
.hl-s1__main--dark::before, .hl-s1__main--light::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  display: block;
  width: 100px;
  height: 100%;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  -webkit-transition: all 0.4s ease-in-out 0.8s;
  transition: all 0.4s ease-in-out 0.8s;
}
.hl-s1__main--dark span, .hl-s1__main--light span {
  display: block;
  color: var(--color--txt-light--thin);
  font-size: var(--wp--custom--typography--font-size--small);
  margin: 5px 0 0;
}
.hl-s1.inactive .hl-s1__main--dark, .hl-s1.inactive .hl-s1__main--light {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  opacity: 0;
}
.hl-s1.inactive .hl-s1__main--dark::before, .hl-s1.inactive .hl-s1__main--light::before {
  left: -100%;
}
.hl-s1.active .hl-s1__main--dark, .hl-s1.active .hl-s1__main--light {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
.hl-s1.active .hl-s1__main--dark::before, .hl-s1.active .hl-s1__main--light::before {
  left: 0;
}
@media (min-width: 520px) {
  .hl-s1__main--dark, .hl-s1__main--light {
    font-size: 30px;
  }
  .hl-s1__main--dark::before, .hl-s1__main--light::before {
    width: calc(5% + 80px);
  }
}

.hl-s1__main--light {
  color: var(--color--txt-light);
}
.hl-s1__main--light:before {
  background: rgba(255, 255, 255, 0.1);
}
.hl-s1__main--dark {
  color: var(--color--txt-dark);
}
.hl-s1__main--dark:before {
  background: rgba(80, 56, 45, 0.2);
}

.hl-sec {
  border-bottom: 1px solid var(--color--txt-dark);
  line-height: 1.5;
  font-size: 1rem;
  font-weight: normal;
  margin: 0 0 10px;
}
@media (min-width: 960px) {
  .hl-sec {
    margin: 0 0 30px;
  }
}

.hl-cons {
  font-size: 1rem;
  background: url("images/ico_star.png") no-repeat 0 2px/20px;
  border-bottom: 1px solid var(--color--txt-light--thin);
  margin: 0;
  padding: 0 0 0 26px;
}

.btn-m2__main--dark, .btn-m2__main--light {
  display: block;
  line-height: 1;
  font-family: var(--font--accent);
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid var(--color--txt-light--thin);
  padding: 10px 0;
}

.btn-m2__main--light {
  color: var(--color--txt-light);
}
.btn-m2__main--light:hover {
  color: var(--color--txt-light);
  background: var(--color--txt-light--thin);
}
.btn-m2__main--dark {
  color: var(--color--txt-dark);
}
.btn-m2__main--dark:hover {
  color: var(--color--txt-dark);
  background: var(--color--txt-dark--thin);
}
.btn-m2__ico {
  height: 1em;
  vertical-align: -0.1px;
  margin: 0 0.4em 0 0;
}

.post-list__item--thumb, .post-list__item--sticky, .post-list__item {
  position: relative;
  margin: 0 0 30px;
}
.post-list__item--thumb:last-child, .post-list__item--sticky:last-child, .post-list__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .post-list__item--thumb, .post-list__item--sticky, .post-list__item {
    width: calc(50% - 50px);
    margin: 0 0 50px;
  }
}

.post-list__title--sticky, .post-list__title {
  font-weight: normal;
  font-size: 1rem;
  margin: 0;
}
.post-list__title--sticky a, .post-list__title a {
  color: var(--color--txt-light--link);
  text-decoration: none;
}
.post-list__title--sticky a:hover, .post-list__title a:hover {
  color: var(--color--txt-light--thin);
}

.post-list__thumb--none, .post-list__thumb {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0;
}

.post-list {
  line-height: 1.5;
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-list__item {
  min-height: 80px;
}
.post-list__item--sticky {
  margin: 0 0 1em;
}
.post-list__item--thumb {
  min-height: 80px;
  padding: 0 90px 0 0;
}
.post-list__date {
  color: var(--color--txt-light--thin);
  font-size: var(--wp--custom--typography--font-size--small);
  margin: 0 0.5em 0 0;
}
.post-list__category a {
  line-height: 1;
  color: var(--color--txt-light--thin);
  font-size: var(--wp--custom--typography--font-size--tiny);
  text-decoration: none;
  border: 1px solid var(--color--txt-light--thin);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 2px 8px;
}
.post-list__category a:hover {
  color: var(--color--txt-light);
  background: var(--color--txt-light--thin);
}
.post-list__title {
  max-height: 3em;
  overflow: hidden;
  margin: 8px 0 0;
}
.post-list__title--sticky {
  background: url("images/ico_star1_wh.png") no-repeat 0 0/20px;
  padding: 0 0 0 25px;
}
.post-list__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-list__thumb--none a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background: url("images/thumb_paper.jpg") no-repeat left top/cover;
}
@media (min-width: 520px) {
  .post-list__item--thumb {
    padding: 0 110px 0 0;
  }
}
@media (min-width: 960px) {
  .post-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .post-list__item--sticky {
    width: 100%;
  }
}

.pagination__btn--next, .pagination__btn--prev {
  border: 1px solid var(--color--txt-light--thin);
  text-decoration: none;
  padding: 0.5em 0.7em;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 30px 0 0;
}
.pagination__list {
  display: none;
  margin: 0;
  padding: 0;
}
.pagination__pos {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-weight: normal;
  border: 1px solid var(--color--txt-light--thin);
  margin: 0 10px;
  padding: 0.5em 0.7em;
}
.pagination__btn--prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.pagination__btn--next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.pagination__btn--first {
  display: none;
}
.pagination__btn--last {
  display: none;
}
@media (min-width: 960px) {
  .pagination__list {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
  }
  .pagination__item {
    border: 1px solid var(--color--txt-light--thin);
    margin: 0 0.2em;
  }
  .pagination__item--current {
    font-weight: bold;
    line-height: 36px;
    margin: 0 0.7em;
  }
  .pagination__item a {
    display: block;
    text-decoration: none;
    height: 100%;
    line-height: 34px;
    padding: 0 0.7em;
  }
  .pagination__item a:hover {
    background: var(--color--txt-light--thin);
    color: var(--color--txt-dark);
  }
  .pagination__pos {
    display: none;
  }
}

.bloc-post-nav__item--prev, .bloc-post-nav__item--next {
  margin: 0 1em;
}
.bloc-post-nav__item--prev a, .bloc-post-nav__item--next a {
  color: var(--color--txt-dark);
  text-decoration: none;
}

.bloc-post-nav {
  position: relative;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 1em 0;
}
.bloc-post-nav::before {
  display: block;
  content: "";
  width: 90%;
  height: 1px;
  background: var(--color--txt-light--thin);
  position: absolute;
  top: 0;
  left: 5%;
}
/*
page-home
*****************************************/
.slick-slider .slick-list {
  height: 100%;
}
.slick-slider .slick-track {
  height: 100%;
}
.slick-slider .slick-slide {
  opacity: 1 !important;
}
.slick-slider .slick-slide .hm-slider__object {
  display: block;
  -webkit-transition: 0s;
  transition: 0s;
  opacity: 0;
}
.slick-slider .slick-slide .hm-slider__object img {
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.slick-slider .slick-active .hm-slider__object {
  -webkit-transition: 3s;
  transition: 3s;
  opacity: 1;
}
.slick-slider .slick-active .hm-slider__object img {
  -webkit-transition: 12s;
  transition: 12s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.slick-slider .slick-continue .hm-slider__object {
  -webkit-transition: 3s;
  transition: 3s;
  opacity: 0;
}
.slick-slider .slick-continue .hm-slider__object img {
  -webkit-transition: 12s;
  transition: 12s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.slick-slide .hm-slider__sub--10, .slick-slide .hm-slider__sub--9, .slick-slide .hm-slider__sub {
  -webkit-transition: 0s;
  transition: 0s;
  opacity: 0;
}
.slick-active .hm-slider__sub--10, .slick-active .hm-slider__sub--9, .slick-active .hm-slider__sub {
  -webkit-transition: 3s;
  transition: 3s;
  opacity: 1;
}
.slick-continue .hm-slider__sub--10, .slick-continue .hm-slider__sub--9, .slick-continue .hm-slider__sub {
  -webkit-transition: 3s;
  transition: 3s;
  opacity: 1;
}

.hm-slider {
  position: fixed;
  z-index: -1;
  top: 70px;
  width: 100%;
  height: 100vw;
  overflow: hidden;
  display: none;
}
.hm-slider.slick-initialized {
  display: block;
}
.hm-slider__item {
  width: 100%;
  height: 100%;
}
.hm-slider__object {
  height: 100%;
}
.hm-slider__object img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hm-slider__sub--9 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  height: 54px;
  background: url("images/hm-slider_sub9.png") 0 0/100%;
  text-indent: -9999px;
  margin: auto;
}
.hm-slider__sub--10 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  height: 247px;
  background: url("images/hm-slider_sub10.png") 0 0/100%;
  text-indent: -9999px;
  margin: auto;
}
@media (min-width: 960px) {
  .hm-slider {
    top: 100px;
    height: 40vw;
  }
}

.hm-intro {
  position: relative;
  background: url("images/ico_star1_wh.png") no-repeat bottom 100px center/30px;
  padding: 50px 0 230px;
}
.hm-intro::before {
  content: "";
  display: block;
  background: url("images/chara_420.png") no-repeat 0 0/100%;
  position: absolute;
  width: 150px;
  height: 150px;
  top: -90px;
  right: 0;
}
.hm-intro__ov {
  font-size: 18px;
  font-weight: normal;
  line-height: 2;
  background: linear-gradient(to right, var(--color--txt-light--thin), var(--color--txt-light--thin) 2px, transparent 0px, transparent 10px) repeat-x left bottom/8px 2px;
  margin: 0 5% 30px;
  padding: 0 0 30px;
}
.hm-intro__txt {
  margin: 0 5%;
}
@media (min-width: 520px) {
  .hm-intro::before {
    width: 160px;
    height: 160px;
    right: 5%;
  }
  .hm-intro__ov {
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  .hm-intro__ov {
    margin: 0 5% 50px;
    padding: 0 0 50px;
  }
  .hm-intro__ov br {
    display: none;
  }
}

.hm-info {
  background: url("images/ico_star1_wh.png") no-repeat bottom 100px center/30px;
  padding: 0 0 230px;
}
.hm-info__topics {
  margin: 0 5% 30px;
}
.hm-info__fb {
  background: linear-gradient(to right, var(--color--txt-light--thin), var(--color--txt-light--thin) 2px, transparent 0px, transparent 10px) repeat-x left top/8px 2px;
  margin: 30px 5%;
  padding: 30px 0 0;
}
.hm-info__btn {
  margin: 0 5%;
}
@media (min-width: 520px) {
  .hm-info__btn {
    width: 360px;
    margin: 0 auto;
  }
}
@media (min-width: 960px) {
  .hm-info__fb {
    margin: 50px 5%;
    padding: 50px 0 0;
  }
}

.hm-gallery {
  background: #FFF url("images/ico_star1_brn.png") no-repeat bottom 100px center/30px;
  padding: 30px 0 230px;
}
.hm-gallery__insta {
  margin: 0 5% 30px;
  padding: 0;
}
.hm-gallery__btn {
  margin: 0 5%;
}
@media (min-width: 520px) {
  .hm-gallery__btn {
    width: 360px;
    margin: 0 auto;
  }
}

.gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gallery-list__item {
  position: relative;
  width: calc(50% - 10px);
  height: 0;
  border: 1px solid var(--color--txt-light--thin);
  overflow: hidden;
  padding: calc(50% - 10px) 0 0;
  margin: 0 0 20px;
}
.gallery-list__item img {
  position: absolute;
  top: 3%;
  left: 3%;
  width: 94%;
  height: 94%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-list__item video {
  position: absolute;
  top: 3%;
  left: 3%;
  width: 94%;
  height: 94%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 960px) {
  .gallery-list__item {
    width: calc(25% - 22.5px);
    padding: calc(25% - 22.5px) 0 0;
  }
}

.hm-blog {
  background: url("images/ico_star1_wh.png") no-repeat bottom 100px center/30px;
  padding: 30px 0 230px;
}
.hm-blog__ameblo {
  margin: 0 5% 30px;
}
.hm-blog__btn {
  margin: 0 5%;
}
@media (min-width: 520px) {
  .hm-blog__btn {
    width: 360px;
    margin: 0 auto;
  }
}

/*
page-about
*****************************************/
.ab-main {
  color: var(--color--txt-dark);
  padding: 0 5%;
}
.ab-main a {
  color: var(--color--txt-dark--link);
}
.ab-main__prof {
  background: #FFF;
  margin: 0 0 30px;
  padding: 50px 5%;
}
.ab-main__salon {
  background: #FFF;
  margin: 0 0 30px;
  padding: 50px 5%;
}
.ab-main__map {
  display: flow-root;
  background: #FFF;
  padding: 50px 5%;
}
.ab-main__map #googleMaps {
  width: calc(100% - 2em);
  height: 80vw;
  margin: 0 auto;
}
.ab-main__map p img {
  margin: 0 0 0 0.5em;
  width: 100px;
  height: auto;
  float: right;
}
@media (min-width: 960px) {
  .ab-main__map #googleMaps {
    width: 100%;
    height: 450px;
  }
  .ab-main__map p img {
    width: 180px;
  }
}

.ab-prof__photo {
  margin: 0 0 0 1em;
  width: 100px;
  float: right;
}
.ab-prof__photo img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.ab-prof__detail {
  line-height: 1.5;
  margin: 0 0 30px;
}
.ab-prof__detail dt {
  width: 5em;
  float: left;
  margin: 0 0 10px;
}
.ab-prof__detail dd {
  margin: 0 0 10px 5em;
  text-indent: -1em;
}
.ab-prof__detail dd::before {
  content: "：";
}
@media (min-width: 960px) {
  .ab-prof__photo {
    width: 169px;
  }
}

.ab-salon__view {
  text-align: center;
  margin: 0 0 30px;
}
.ab-salon__detail {
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.5;
}
.ab-salon__detail > dt {
  width: 5em;
  margin: 0 0 10px;
}
.ab-salon__detail > dd {
  width: calc(100% - 5em);
  margin: 0 0 10px;
}
.ab-salon__detail > dd address {
  font-style: normal;
}
.ab-salon__reception {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.ab-salon__reception dt {
  width: 9em;
}
.ab-salon__reception dd {
  width: calc(100% - 9em);
  margin: 0;
}
.ab-salon__note {
  padding: 1em;
  border-radius: 5px;
  background: url("images/bg_wood.jpg") 0 0/50%;
}
.ab-salon__note ul {
  color: var(--color--txt-light);
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
}
.ab-salon__note ul li {
  padding: 0 0 0 1.5em;
  text-indent: -1.5em;
}
.ab-salon__note ul li::before {
  content: "○ ";
}
.ab-salon__note p {
  color: var(--color--txt-light--thin);
  font-size: var(--wp--custom--typography--font-size--small);
  margin: 0 0 14px;
}
.ab-salon__note a {
  color: var(--color--txt-light--link);
}
@media (min-width: 960px) {
  .ab-salon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ab-salon__hl {
    width: 100%;
  }
  .ab-salon__view {
    width: 240px;
    margin-right: 20px;
  }
  .ab-salon__detail {
    width: calc(100% - 260px);
  }
}

.ab-map__hl {
  font-size: 1rem;
  background: none;
  margin: 28px 0 0;
  padding: 0;
}
.ab-map__txt {
  margin-top: 0;
  font-size: var(--wp--custom--typography--font-size--small);
}

/*
page-menu
*****************************************/
.mn-sec {
  background: #FFF;
  padding: 50px 5% 50px;
}

.mn-hl {
  font-size: 1rem;
  font-weight: normal;
  border-bottom: 1px solid var(--color--txt-light--thin);
  background: url("images/ico_star.png") no-repeat left 0 bottom 0.5em/auto 16px;
  margin: 0;
  padding: 12px 0 2px 20px;
}
@media (min-width: 960px) {
  .mn-hl {
    font-size: 18px;
  }
}

.mn-col {
  padding: 20px 0 0;
}

.mn-detail {
  display: flow-root;
  margin: 0;
  padding: 0 0 0.5em;
}
.mn-detail dt {
  padding: 0 1em 0 0;
  clear: both;
  float: left;
}
.mn-detail dt span {
  margin: 0 0 0 6px;
  font-size: 11px;
}
.mn-detail dd {
  float: right;
  text-align: right;
  font-size: var(--wp--custom--typography--font-size--small);
  line-height: 2rem;
  margin: 0;
}
.mn-detail dd span {
  display: inline-block;
  width: 4em;
}

.mn-comment {
  background: #eae6e3;
  border-radius: 5px;
  margin: 0 0 30px;
  padding: 0.5em;
}
.mn-comment__hl {
  background: none;
  font-size: 1rem;
  line-height: 2;
  margin: 0 0 1rem;
  padding: 0;
}
.mn-comment__txt {
  margin: 0;
}
.mn-comment__notice {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mn-comment__notice li {
  text-indent: -2.6em;
  margin: 0 0 0 2.6em;
}
.mn-comment__list {
  list-style: disc inside;
  font-size: var(--wp--custom--typography--font-size--small);
  margin: 0 0 1em 1em;
  padding: 0;
}

.mn-note {
  float: none !important;
  clear: both;
  color: var(--color--txt-dark--thin);
  font-size: var(--wp--custom--typography--font-size--small);
  line-height: 1.5 !important;
  text-align: left !important;
  position: relative;
  top: -4px;
}

.mn-main {
  color: var(--color--txt-dark);
  padding: 0 5%;
}
.mn-main__att {
  background: #FFF;
  text-align: right;
  font-size: var(--wp--custom--typography--font-size--small);
  margin: 0;
  padding: 1em 10px 50px;
}
@media (min-width: 960px) {
  .mn-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mn-main__cut, .mn-main__kimono, .mn-main__nail, .mn-main__eyelash, .mn-main__esthetic, .mn-main__att {
    width: 100%;
  }
  .mn-main__perm, .mn-main__straight, .mn-main__color, .mn-main__spa, .mn-main__home {
    width: 50%;
  }
  .mn-main__cut, .mn-main__nail, .mn-main__esthetic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mn-main__cut-hl, .mn-main__nail-hl, .mn-main__esthetic-hl {
    width: 100%;
  }
  .mn-main__cut-col, .mn-main__nail-col, .mn-main__esthetic-col {
    width: 47%;
  }
  .mn-main__kimono {
    position: relative;
    padding-right: 50%;
  }
  .mn-main__kimono-pic {
    position: absolute;
    top: 100px;
    left: 55%;
  }
  .mn-main__eyelash {
    position: relative;
    min-height: 350px;
    padding-right: 50%;
  }
  .mn-main__eyelash-pic {
    position: absolute;
    top: 100px;
    left: 55%;
  }
  .mn-main__discount {
    padding-right: 53%;
  }
}

.mn-pic {
  margin: 0;
}

/*
page goods
*****************************************/
.gd-main__list {
  display: flow-root;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 960px) {
  .gd-main {
    padding: 0 5%;
  }
  .gd-main__list {
    background: #FFF;
  }
}

.gd-item__photo_none, .gd-item__photo {
  float: left;
  width: 40vw;
  height: 40vw;
  margin: 0 10px 0 0;
}

.gd-item {
  display: flow-root;
  background: #FFF;
  padding: 50px 5%;
}
.gd-item:nth-of-type(odd) {
  color: var(--color--txt-dark);
}
.gd-item:nth-of-type(odd) a {
  color: var(--color--txt-dark--link);
}
.gd-item:nth-of-type(even) {
  background: none;
}
.gd-item:nth-of-type(even) a {
  color: var(--color--txt-light--link);
}
.gd-item__name {
  background-image: url("images/ico_star.png"), url("images/bg_br.png");
  background-repeat: no-repeat, repeat-x;
  background-size: auto 20px, auto 6px;
  background-position: 0 1px, left bottom;
  font-size: 1rem;
  margin: 0 0 14px;
  padding: 0 0 0 24px;
}
.gd-item:nth-of-type(even) .gd-item__name {
  background-image: url("images/ico_star_wh.png"), url("images/bg_br.png");
}
.gd-item__name a {
  text-decoration: none;
}
.gd-item__photo img {
  -o-object-fit: cover;
     object-fit: cover;
  background: var(--color--txt-light);
  border: 1px solid #ccc;
  width: 40vw;
  height: 40vw;
  padding: 1.2vw;
}
.gd-item__photo_none {
  text-indent: -9999px;
  background: var(--color--txt-light) url("images/goods_noimg.png") no-repeat left top/cover;
  border: 1px solid #ccc;
}
.gd-item__txt {
  line-height: 1.5;
}
.gd-item__txt::after {
  content: "";
  display: block;
  clear: both;
}
.gd-item__tax {
  padding: 12px 0 0;
  float: left;
}
.gd-item__tax a {
  display: inline-block;
  font-size: var(--wp--custom--typography--font-size--small);
  background: #988577;
  text-decoration: none;
  color: var(--color--txt-light) !important;
  margin: 0 6px 0 0;
  padding: 2px 10px;
}
.gd-item__price {
  text-align: right;
  padding: 6px 0 0;
}
.gd-item__price span {
  font-size: 22px;
  font-family: var(--font--accent);
  margin: 0 5px;
}
@media (min-width: 960px) {
  .gd-item {
    background: none;
  }
  .gd-item:nth-of-type(even) {
    color: var(--color--txt-dark);
  }
  .gd-item:nth-of-type(even) a {
    color: var(--color--txt-dark--link);
  }
  .gd-item:nth-of-type(1) {
    width: 50%;
    float: left;
  }
  .gd-item:nth-of-type(2) {
    width: 50%;
    float: right;
  }
  .gd-item:nth-of-type(3) {
    clear: both;
  }
  .gd-item__name {
    width: calc(100% - 152px);
    float: right;
  }
  .gd-item:nth-of-type(1) .gd-item__name, .gd-item:nth-of-type(2) .gd-item__name {
    float: none;
    width: 100%;
  }
  .gd-item:nth-of-type(even) .gd-item__name {
    background-image: url("images/ico_star.png"), url("images/bg_br.png");
  }
  .gd-item__photo {
    width: 140px;
    height: 140px;
    margin: 0 12px 0 0;
    float: left;
  }
  .gd-item__photo img {
    width: 140px;
    height: 140px;
    padding: 4px;
  }
  .gd-item:nth-of-type(1) .gd-item__photo, .gd-item:nth-of-type(2) .gd-item__photo {
    width: 100%;
    height: 0;
    padding: 100% 0 0;
    overflow: hidden;
    position: relative;
  }
  .gd-item:nth-of-type(1) .gd-item__photo img, .gd-item:nth-of-type(2) .gd-item__photo img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .gd-item__photo_none {
    width: 140px;
    height: 140px;
    margin: 0 12px 0 0;
    float: left;
  }
  .gd-item:nth-of-type(1) .gd-item__photo_none, .gd-item:nth-of-type(2) .gd-item__photo_none {
    width: 100%;
    height: 0;
    padding: 100% 0 0;
    overflow: hidden;
    position: relative;
  }
  .gd-item__price span {
    font-size: 24px;
  }
}

/*
page-faq
*****************************************/
.qa-main {
  color: var(--color--txt-dark);
  padding: 0 5%;
}

.qa-sec {
  background: #FFF;
  padding: 50px 5%;
}

.qa-list dt {
  line-height: 1.5;
  position: relative;
  margin: 0 0 7px 46px;
  padding: 0 0 7px;
  border-bottom: 1px dotted #50382d;
}
.qa-list dt::before {
  display: block;
  content: "Q";
  color: var(--color--txt-light);
  font-family: var(--font--accent);
  font-size: 24px;
  width: 36px;
  line-height: 1.5;
  text-align: center;
  background: #50382d;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -46px;
}
.qa-list dd {
  font-size: var(--wp--custom--typography--font-size--small);
  margin: 0 0 42px 46px;
}

/*
page-friends
*****************************************/
.fr-main {
  color: var(--color--txt-dark);
}
.fr-main a {
  color: var(--color--txt-dark--link);
}
.fr-main {
  padding: 0 5%;
}

.friends-list {
  background: #FFF;
  margin: 0;
  padding: 50px 5%;
}
.friends-list dt {
  clear: both;
}
.friends-list dd {
  display: flow-root;
  font-size: var(--wp--custom--typography--font-size--small);
  line-height: 1.5;
  margin: 0 0 21px;
}
.friends-list dd a {
  display: block;
  float: left;
  width: 40%;
  margin: 0 6px 0 0;
  padding: 2px;
  border: 1px solid #D3C9C3;
}
.friends-list dd a img {
  display: block;
  width: 100%;
}
@media (min-width: 960px) {
  .friends-list dd a {
    width: 260px;
  }
}

/*
page-sitemap
*****************************************/
.sm-main__list-item--ex, .sm-main__list-item {
  background: url("images/ico_star.png") no-repeat 0 6px/20px;
  margin: 0 0 1em;
  padding: 0 0 0 26px;
}
.sm-main__list-item--ex a, .sm-main__list-item a {
  position: relative;
}

.sm-main {
  color: var(--color--txt-dark);
  padding: 0 5%;
}
.sm-main a {
  color: var(--color--txt-dark--link);
}
.sm-main__detail {
  background: #FFF;
  padding: 50px 5%;
}
.sm-main__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sm-main__list-item--ex a:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(images/ico_lnk_brn.png) no-repeat right 0/14px;
  position: absolute;
  top: 5px;
  right: -21px;
}
@media (min-width: 960px) {
  .sm-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sm-main__detail {
    width: 50%;
  }
}

/*
page-privacy
*****************************************/
.pv-main {
  color: var(--color--txt-dark);
  padding: 0 5%;
}
.pv-main__intro {
  background: #FFF;
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
  padding: 50px 5%;
}
.pv-main__sec {
  background: #FFF;
  padding: 0 5% 50px;
}
.pv-main__sec ul {
  padding: 0 0 0 2em;
}

/*
page-information
*****************************************/
.if-main {
  padding: 0 5%;
}

/*
single
*****************************************/
.sg-main {
  color: #50382D;
  overflow: hidden;
  padding: 0 5%;
}
.sg-main__post {
  display: flow-root;
  background: #FFF;
  padding: 50px 5%;
}

/*
goods-single
*****************************************/
.gs-main {
  display: flow-root;
  color: #50382D;
}
.gs-main a {
  color: #50382D;
}
.gs-main {
  overflow: hidden;
  padding: 0 5%;
}
.gs-main__post {
  display: flow-root;
  background: #FFF;
  padding: 50px 5%;
}
.gs-main__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid var(--color--txt-dark--thin);
  margin: 0 0 2rem;
}
.gs-main__tax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}
.gs-main__tax a {
  display: inline-block;
  background: #988577;
  font-size: var(--wp--custom--typography--font-size--small);
  text-decoration: none;
  color: var(--color--txt-light);
  margin: 0 6px 0 0;
  padding: 0 10px;
}
.gs-main__price {
  text-align: right;
}
.gs-main__price span {
  margin: 0 5px;
  font-family: var(--font--accent);
  font-size: 24px;
}