@charset "UTF-8";
/**
 * vendor prefix wrappers
 */
/**
 * media query helpers
 */
/**
 * class mixins
 */
/**
 * デフォルトのテキストリンク設定
 */
/**
 * デフォルトのブロックリンク設定
 */
/**
 * テキストのセンタリング
 */
/**
 * ブロックのセンタリング
 */
/**
 * 画面横幅いっぱいの画像
 */
/**
 * 画像の横幅を最大として、入りきらない場合は縮小
 */
/**
 * vendor prefix wrappers
 */
/**
 * media query helpers
 */
/**
 * class mixins
 */
/**
 * デフォルトのテキストリンク設定
 */
/**
 * デフォルトのブロックリンク設定
 */
/**
 * テキストのセンタリング
 */
/**
 * ブロックのセンタリング
 */
/**
 * 画面横幅いっぱいの画像
 */
/**
 * 画像の横幅を最大として、入りきらない場合は縮小
 */

body {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 12px!important;
    line-height: 2!important;
    letter-spacing: 1px!important;
}

#main .footer__bnr.sp,
#main .webIcon.sp {
    display: none!important;
}
.fair-contents {
    color: #444;
}

.is_serif {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.is_pc {
    display: block;
}

br.is_pc {
    display: inline;
}

.is_sp {
    display: none;
}

.btn-form {
    background-color: #48322a;
    font-size: 15px;
    text-align: center;
    width: 300px;
    margin: 0 auto;
    display: block;
    color: #fff!important;
    padding: 20px 0;
    font-weight: bold;
    position: relative;
    transition-duration: 0.7s;
    transition-timing-function: ease-out;
}

.btn-form:hover {
    opacity: 0.7;
}

.btn-form:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin-top: -4px;
}

@media screen and (max-width: 1024px) {
    .is_sp {
        display: block;
    }
    br.is_sp {
        display: inline;
    }
    .is_pc {
        display: none;
    }
    br.is_pc {
        display: none;
    }

    .btn-form {
        font-size: 13px;
        width: 88.7%;
        padding: 4% 0;
    }

}

/*------------------------------------*  .hero
\*------------------------------------*/

.hero {
    margin-top: 81px;
    height: calc(100vh - 48px);
    position: relative;
}

.hero-bg img {
    height: calc(100vh - 48px);
}

.hero-logo {
    max-width: 217px;
    width: 100%;
    margin-bottom: 70px;
    line-height: 0;
}

.hero-logo img {
    width: 100%;
}

.hero-container {
    position: absolute;
    bottom: 0px;
    top: 30vh;
    right: 200px;
    margin: auto;
    height: 300px;
}

.hero-catch {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    color: #48322a;
}

.hero-copy {
    max-width: 350px;
    width: 100%;
    margin: 0 auto 20px auto;
}

.hero-copy img {
    width: 100%;
}

.hero-price {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
.hero-present {
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
}

.hero-price img,
.hero-present img {
    width: 100%;
}

@media screen and (max-width: 1024px) {
.hero {
    padding: 0;
    margin-top: 48px;
    height: calc(100vh - 48px);
    display: flex;
    justify-content: center;
}
.hero-container {
    top: 10px;
    bottom: auto;
    right: 0;
    left: 0;
    margin: auto;
    height: auto;
    width: 80%;
}
.hero-bg {
    display: flex;
    justify-content: center;
}
    .hero-logo {
        max-width: 350px;
        width: 46%;
        margin: 3% auto;
    }

    .hero-catch {
        font-size: 15px;
        margin-bottom: 1%;
    }

    .hero-copy {
        width: 70%;
        margin-bottom: 3%;
    }

    .hero-present {
        max-width: 100%;
        margin-bottom: 20px;
    }

}

.intro {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 170px;
}

.intro-container .is_sp {
    display: none;
}

.intro-catch {
    font-size: 46px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 1;
}

.intro-sub {
    font-size: 26px;
}

.intro-copy {
    font-size: 28px;
    margin-bottom: 56px;
    text-align: center;
}

@media screen and (max-width: 1024px) {

    .intro {
        background: #fff;
        padding-top: 40px;
        padding-bottom: 26%;
    }

    .intro-container {
        margin: 0 auto;
        padding: 0;
    }

    .intro-catch {
        font-size: 30px;
        margin-bottom: 6px;
    }

    .intro-sub {
        font-size: 20px;
    }
    
    .intro-container .is_sp {
        display: inline;
    }

    .intro-container .is_sp.intro-btn {
        display: block;
    }

    .intro .intro-copy {
        font-size: 12px;
        margin-bottom: 30px;
    }

}

.flow {
    background: #fff;
    padding-bottom: 180px;
}

.flow-container {
    margin: 0 auto;
    text-align: center;
}

.flow-heading {
    width: 100%;
    max-width: 124px;
    margin: 0 auto;
}

.flow-heading img {
    width: 100%;
}

.flow-catch {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    font-size: 46px;
    margin-bottom: 54px;
    border-bottom: 3px solid #444;
    display: inline-block;
}
.flow-img {
    width: 80%;
    margin-bottom: 25px;
    margin: 0 auto 80px auto;
}
.flow-img img {
    width: 100%;
}

.flow-list-item {
    text-align: center;
}

.flow-list-item {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    max-width: 326px;
}

.flow-list-img {
    margin-bottom: 8%;
}

.flow-list-img-figure {
    line-height: 0;
    padding-top: 38.6%;
    background-size: cover;
    margin: 0;
}

.flow-list-img-figure_01 {
    background-image: url(/wp-content/themes/arluis/assets/images/fair-cp/friendcampaign/flow_img_01.png);
}

.flow-list-img-figure_02 {
    background-image: url(/wp-content/themes/arluis/assets/images/fair-cp/friendcampaign/flow_img_02.png);
}

.flow-list-img-figure_03 {
    background-image: url(/wp-content/themes/arluis/assets/images/fair-cp/friendcampaign/flow_img_03.png);
}

.flow-list-copy {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.flow-list-note {
    font-size: 11px;
    font-weight: 500;
    color: #999;
}

@media screen and (max-width: 1024px) {

    .flow {
        background: #fff;
        padding-bottom: 80px;
    }

    .flow-container {
        width: 90%;
        margin: 0 auto;
        padding: 0;
        max-width: 700px;
    }

    .flow-heading {
        width: 33.87%;
        max-width: 210px;
        margin-bottom: 4.3%;
    }

    .flow-catch {
        font-size: 20px;
        margin-bottom: 12%;
        border-bottom: 2px solid #444;
    }

    .flow-img {
        width: 100%;
        margin: 0 auto 20px auto;
    }

    .flow-img-figure {
        background-image: url(/wp-content/themes/arluis/assets/images/fair-cp/friendcampaign/flow_img_sp.png);
        padding-top: 415%;
    }

    .flow-list {
    }

    .flow-list-item {
        width: 100%;
        max-width: 620px;
        text-align: left;
    }

     .flow-list-copy-area {
        padding-top: 8%;
    }

    .flow-list-item:first-child .flow-list-copy-area {
        padding-top: 4%;
    }

    .flow-list-item:nth-child(3) .flow-list-copy-area {
        padding-top: 10%;
    }


    .flow-list-img {
        max-width: 214px;
        width: 34.5%;
        display: inline-block;
        vertical-align: top;
        margin: 0 8% 0 0;
    }

    .flow-list-img-figure_01 {
        background-image: url(/wp-content/themes/arluis/assets/images/fair-cp/friendcampaign/flow_img_01_sp.png);
        padding-top: 178.4%;
    }

    .flow-list-img-figure_02 {
        background-image: url(/wp-content/themes/arluis/assets/images/fair-cp/friendcampaign/flow_img_02_sp.png);
        padding-top: 150.9%;
    }

    .flow-list-img-figure_03 {
        background-image: url(/wp-content/themes/arluis/assets/images/fair-cp/friendcampaign/flow_img_03_sp.png);
        padding-top: 117.9%;
    }

    .flow-list-copy-area {
        display: inline-block;
        width: 57%;
        vertical-align: top;
    }

    .flow-list-copy {
        font-size: 14px;
    }

    .flow-list-note {
        font-size: 10px;
    }

}

.service {
    margin-bottom: 200px;
}

.service-container {
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
}

.service-heading {
    width: 100%;
    max-width: 352px;
    margin: 0 auto;
}

.service-heading img {
    width: 100%;
}

.service-catch {
    text-align: center;
    font-size: 15px;
    margin-bottom: 54px;
}

.service-info {
    width: 100%;
    max-width: 1200px;
    background-image: url(/wp-content/themes/arluis/assets/images/fair-cp/friendcampaign/service_back.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 470px;
}

.service-info-wrap {
    width: 425px;
    margin: 0 0 0 auto;
    padding: 60px 0;
}
.service-info-wrap img {
    width: 237px;
}

.service-info-catch {
    width: 100%;
}

.service-info-copy {
    font-size: 14px;
}
.service-info-copy-top {
    font-size: 40px;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 20px;
    margin-top: 30px;
    line-height: 1.5;
    display: inline-block;
    text-align: center;
}
.service-info-copy-top.is_sp {
    display: none;
}
.service-info-copy-top span.max {
    font-size: 20px;
    padding-right: 10px;
}
.service-info-copy-top span.off {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 5px;
}
.service-info-copy-top2 {
    font-size: 18px;
    margin-bottom: 60px;
    text-align: center;
}

@media screen and (max-width: 1024px) {

    .service {
        margin-bottom: 10%;
    }

    .service-container {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .service-heading {
        width: 78%;
        max-width: 585px;
        margin-bottom: 4%;
    }

    .service-catch {
        font-size: 12px;
        margin-bottom: 10%;
    }

    .service-info {
        width: 100%;
        background-image: url(/wp-content/themes/arluis/assets/images/fair-cp/friendcampaign/service_back_sp.jpg);
        background-color: #eef4f6;
        background-size: contain;
        margin-bottom: 10%;
        padding-top: 104%;
        height: auto;
    }

    .service-info-wrap {
        width: 90%;
        margin: 0 auto;
        padding: 0 0 10% 0;
        text-align: center;
    }
    .service-info-wrap img {
        width: auto;
    }

    .service-info-catch {
        width: 83.27%;
        margin: 0 auto;
    }

    .service-info-catch img {
        width: 100%;
    }

    .service-info-copy {
        font-size: 12px;
    }

    .service-info-copy-top.is_sp {
        margin: 0 auto 6% auto;
        font-size: 34px;
        display: inline-block;
        text-align: center;
        margin-bottom: 10px;
    }
    .service-info-copy-top.is_pc {
        display: none;
    }
    .service-info-copy-top span.max {
        font-size: 18px;
        padding-right: 10px;
    }
    .service-info-copy-top span.off {
        font-size: 36px;
        font-weight: bold;
        letter-spacing: 4px;
    }
}

.share {
  width: 30px;
  position: fixed;
  right: 16px;
  top: 50%;
}

.share-copy {
  width: 10px;
  margin: 0 auto 30px auto;
}

.share-copy-txt {
  display: block;
  background-image: url(/wp-content/themes/arluis/assets/images/fair-cp/friendcampaign/share_txt.png);
  background-size: cover;
  line-height: 0;
  padding-top: 121px;
}

.share-list {
  width: 30px;
}

.share-list-item img {
  width: 100%;
}

@media screen and (max-width: 1024px) {

  .share {
    position: relative;
    width: 100%;
    right: auto;
    top: auto;
    margin-bottom: 20%;
  }

  .share-copy {
    width: 22.2%;
    margin-bottom: 6%;
    min-width: 110px;
  }

  .share-copy-txt {
    background-image: url(/wp-content/themes/arluis/assets/images/fair-cp/friendcampaign/share_txt_sp.png);
    padding-top: 32.3%;
    height: 0;
  }

  .share-list {
    text-align: center;
    width: 100%;
  }

  .share-list-item {
    display: inline-block;
    margin: 0 5%;
    width: 8.4%;
    min-width: 40px;
  }

}

#gFooter,
.menu {
    line-height: 1;
}
@media screen and (max-width: 1024px) {
    #gHeader .inst {
        margin-top: 8px;
    }
    .webIcon.sp,
    .lineIcon.sp,
    .bottomList.sp {
        display: none!important;
    }
    #gFooter .footGood {
        padding: 30px 0;
    }
}