@charset "UTF-8";
/**
 * Fontサイズのプロパティ設定用 mixin。
*/
/**
 * radiusサイズのプロパティ設定用 mixin。
*/
/**
 * コンテンツのプロパティ設定用 mixin。
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {String} Large の指定
 * @param {String} Midium の指定
 * @param {String} Small の指定
 * @param {String} Extra small の指定
*/
/*
  text drop shadow
*/
.page-ttl {
  background: url(/wp-content/themes/roseplus/images/common/content-bg1.png) left top;
  background-size: 30%;
  text-align: center; }
  @media all and (min-width: 768px) {
    .page-ttl {
      padding-bottom: 80px; } }
  @media all and (max-width: 767px) {
    .page-ttl {
      padding-bottom: 40px; } }
  .page-ttl h3 {
    width: 40vw; }
    @media all and (max-width: 767px) {
      .page-ttl h3 {
        width: 90vw;
        padding-top: 40px; } }
#loader {
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  _position: absolute;
  /* IE6対策 */
  top: 50%;
  left: 50%;
  margin-top: -25px;
  /* heightの半分のマイナス値 */
  margin-left: -25px;
  /* widthの半分のマイナス値 */
  z-index: 100; }
  #loader i {
    font-size: 36px; }

#fade {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 50; }

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  color: inherit; }

.sellbox {
  margin-top: 3.666em;
  font-size: 1.125em;
  text-align: center; }
  @media screen and (min-width: 415px) and (max-width: 1366px) {
    .sellbox {
      width: 65%;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 414px) {
    .sellbox {
      width: 75%;
      margin-left: auto;
      margin-right: auto; } }
  .sellbox .line {
    font-size: 1em; }
    .sellbox .line:after {
      height: 1px;
      max-width: 535px;
      content: "";
      background-color: #ee858f;
      width: 100%;
      display: block;
      margin: 10px auto; }
  .sellbox .product_name {
    margin-top: 1.8125em; }
    .sellbox .product_name h2 {
      color: #ee858f;
      font-size: 1.25em;
      font-weight: bold; }
      .sellbox .product_name h2 span {
        font-size: 0.5925em; }
    .sellbox .product_name .price {
      max-width: 535px;
      margin-left: auto;
      margin-right: auto;
      font-weight: bold;
      font-size: 1.4375em;
      text-align: right;
      color: #ee858f; }
      @media screen and (max-width: 414px) {
        .sellbox .product_name .price {
          font-size: 1.15em; } }
      .sellbox .product_name .price span {
        font-size: 0.7826em;
        display: inline-block;
        margin-right: 1.777em;
        font-weight: normal; }
  .sellbox .form-link {
    margin-top: 2em;
    width: 100%;
    max-width: 530px;
    background: url(/wp-content/themes/roseplus/images/collabo/btn_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    height: 76px;
    padding-top: 1.25em; }
    .sellbox .form-link:hover {
      opacity: 0.8; }
    .sellbox .form-link a {
      color: white;
      font-size: 1.6875em;
      line-height: 0.3; }
      @media screen and (max-width: 414px) {
        .sellbox .form-link a {
          font-size: 1.4em; } }
      .sellbox .form-link a span {
        font-size: 0.5185em; }
      .sellbox .form-link a:hover {
        text-decoration: none; }
  .sellbox .notice {
    margin-top: 1.25em;
    font-size: 0.9375em;
    line-height: 1.625em;
    text-align: center; }
    .sellbox .notice a {
      color: #5c3723;
      text-decoration: underline; }
    @media screen and (min-width: 415px) and (max-width: 1366px) {
      .sellbox .notice {
        font-size: 0.875em; } }
    @media screen and (max-width: 414px) {
      .sellbox .notice {
        font-size: 0.75em;
        text-align: left; } }
.button {
  width: 254px;
  margin-left: auto;
  margin-right: auto; }
  .button a {
    width: 100%;
    border: 1px solid #906d19;
    font-size: 1.125em;
    font-weight: bold;
    text-align: center;
    color: #5c3723;
    padding: 9px;
    display: inline-block; }
    .button a:hover {
      text-decoration: none;
      color: white;
      background: #5c3723; }

html {
  margin-top: 0px !important; }

body.collabo-page {
  -webkit-font-smoothing: antialiased;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: none;
  font-size: 18px;
  color: #5c3723; }
  @media screen and (max-width: 1366px) {
    body.collabo-page {
      font-size: 18px; } }
  body.collabo-page .wrapper {
    max-width: 1366px;
    width: auto;
    margin: 0 auto; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.collabo-page .wrapper {
        padding-left: 30px;
        padding-right: 30px; } }
    @media screen and (max-width: 768px) {
      body.collabo-page .wrapper {
        width: 100%;
        padding: 0 15px; } }
header {
  background: #ee858f;
  height: 52px;
  padding-top: 13px; }
  header > div .collabo-logo {
    display: flex;
    margin-left: 6.66%; }
    @media screen and (max-width: 768px) {
      header > div .collabo-logo {
        margin-left: 0;
        justify-content: center; } }
    header > div .collabo-logo a {
      margin-left: 6px;
      margin-right: 6px; }
      header > div .collabo-logo a figure img {
        height: 30px; }
      header > div .collabo-logo a.and figure img {
        height: 15px; }
  header:after {
    background: url(/wp-content/themes/roseplus/images/collabo/head_bar.png);
    background-repeat: repeat-x;
    background-size: cover;
    content: "";
    height: 10px;
    width: 100%;
    display: inline-block; }

.form-thanks {
  text-align: center;
  font-size: 18px; }
  .form-thanks h1 {
    margin-top: 2.625em;
    margin-bottom: 2.625em;
    font-size: 1.75em;
    line-height: 1.875;
    font-weight: bold; }
    @media (max-width: 767px) {
      .form-thanks h1 {
        font-size: 1.3em;
        line-height: 1.667; } }
  .form-thanks p {
    font-size: 1em;
    line-height: 1.6667;
    margin-bottom: 4.8333em; }

.footer {
  background: #ee858f;
  padding-top: 2.125em;
  text-align: center; }
  .footer h2 {
    font-size: 1.6667em;
    font-weight: normal;
    margin-bottom: 1.433em; }
  .footer div.delrey p {
    font-size: 1.5em;
    line-height: 1.54;
    margin: 0; }
    @media screen and (max-width: 414px) {
      .footer div.delrey p {
        font-size: 1em; } }
    .footer div.delrey p em {
      font-size: 0.75em;
      font-style: normal;
      letter-spacing: inherit; }
  .footer div.delrey a {
    font-size: 1.5em;
    color: #5c3723;
    margin-bottom: 1em;
    display: inline-block; }
    @media screen and (max-width: 414px) {
      .footer div.delrey a {
        font-size: 1em; } }
  .footer div.mail {
    margin-top: 2em;
    font-size: 1em; }
    .footer div.mail a {
      color: #5c3723; }
  .footer .copyright {
    margin-top: 2.25em;
    font-size: 1em;
    padding-bottom: 1.875em; }
    @media screen and (max-width: 414px) {
      .footer .copyright {
        font-size: .75em;
        margin-top: 2em; } }
/*# sourceMappingURL=collabo.css.map */