/* Scss Document */
/*====================================================================
  index freee_page_add
====================================================================

// Part name///
//
//
// 	01 _free_category
// 	02 _free_shoplist
// 	03 _sns
    04 othre
    05 _free_sitemap
    99 _free_maintenance
    100 _app

/*====================================================================
 01 free_category
====================================================================*/
div.main_contents {
  width: 1020px;
  margin: 0 auto 100px;
  border-bottom: 1px solid #e3e3e3;
  display: block;
  padding: 0; }
  div.main_contents div.c_men {
    display: none; }
  div.main_contents h2 {
    margin-bottom: 25px;
    font-size: 23px;
    letter-spacing: 0.12em;
    line-height: 1.21739;
    color: #161616;
    font-family: "Lato"; }
    div.main_contents h2 span {
      font-size: 12px;
      letter-spacing: 0.015em;
      line-height: 1.25;
      color: #707070;
      font-family: "Lato"; }

div.main_contents__switch {
  margin-bottom: 40px; }
  div.main_contents__switch > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e3e3e3; }
    div.main_contents__switch > ul li {
      font-size: 13px;
      line-height: 1.23077;
      font-weight: bold;
      letter-spacing: 0.1em;
      width: 140px;
      text-align: center;
      padding: 17px 35px; }
    div.main_contents__switch > ul li.select {
      border-bottom: 3px solid #0091D9; }
      div.main_contents__switch > ul li.select a {
        color: #0091D9; }

div.main_contents__category {
  width: 100%; }
  div.main_contents__category ul.cl_category > li {
    font-family: 'Noto Sans CJK JP', sans-serif; }
    div.main_contents__category ul.cl_category > li > a {
      font-size: 15px;
      line-height: 1.46667;
      letter-spacing: 0.02em; }
  div.main_contents__category__list {
    margin-top: 25px;
    margin-bottom: 60px; }
    div.main_contents__category__list ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      color: #161616;
      font-family: 'Noto Sans CJK JP', sans-serif; }
      div.main_contents__category__list ul li {
        width: 204px;
        margin-bottom: 25px; }
        div.main_contents__category__list ul li a {
          font-size: 12px;
          line-height: 1.5;
          letter-spacing: 0.04em;
          color: #333; }

@media screen and (max-width: 768px) {
  div.main_contents {
    width: 100vw;
    margin: 0 auto 100px;
    border-bottom: 1px solid #e3e3e3;
    display: block; }
    div.main_contents div.c_men {
      display: none; }
    div.main_contents h2 {
      margin-bottom: 25px;
      font-size: 23px;
      letter-spacing: 0.12em;
      line-height: 1.21739;
      padding-left: 15px;
      color: #161616;
      font-family: "Lato"; }
      div.main_contents h2 span {
        font-size: 12px;
        letter-spacing: 0.015em;
        line-height: 1.25;
        color: #707070;
        font-family: "Lato"; }
  div.main_contents__switch {
    width: 100%;
    margin-bottom: 40px; }
    div.main_contents__switch > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      border-bottom: 1px solid #e3e3e3; }
      div.main_contents__switch > ul li {
        font-size: 13px;
        line-height: 1.23077;
        font-weight: bold;
        letter-spacing: 0.1em;
        width: 375.5px;
        text-align: center;
        padding: 17px 35px; }
      div.main_contents__switch > ul li.select {
        border-bottom: 3px solid #0091D9; }
        div.main_contents__switch > ul li.select a {
          color: #0091D9; }
  div.main_contents__category {
    width: 100%;
    padding-left: 5.33333vw; }
    div.main_contents__category ul.cl_category > li {
      font-family: 'Noto Sans CJK JP', sans-serif; }
      div.main_contents__category ul.cl_category > li > a {
        font-size: 15px;
        line-height: 1.33333;
        letter-spacing: 0.04em; }
    div.main_contents__category__list {
      margin-top: 25px;
      margin-bottom: 60px; }
      div.main_contents__category__list ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        color: #161616;
        font-family: 'Noto Sans CJK JP', sans-serif; }
        div.main_contents__category__list ul li {
          width: 204px;
          margin-bottom: 25px; }
          div.main_contents__category__list ul li a {
            font-size: 12px;
            line-height: 1.5;
            letter-spacing: 0.04em;
            color: #333; } }

/*====================================================================
 02 _free_shoplist
====================================================================*/
.shop {
  width: 100%;
  width: 1020px;
  margin: 0px auto 100px; }
  .shop__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0px;
    border-bottom: 1px solid #E3E3E3;
    position: relative; }
    .shop__box__left {
      width: 260px; }
      .shop__box__left img {
        width: 100%; }
    .shop__box__right {
      width: 740px; }
      .shop__box__right .shop_icon {
        position: absolute;
        right: 0;
        top: 20px; }
        .shop__box__right .shop_icon span {
          font-size: 11px;
          border: 1px solid #e3e3e3;
          padding: 2px 4px;
          margin: 0 0 0 10px;
          display: inline-block; }
      .shop__box__right h2 {
        font-size: 15px;
        letter-spacing: 0.02em;
        margin: 0 0 20px; }
        .shop__box__right h2 span {
          color: #707070;
          font-size: 12px;
          letter-spacing: 0.02em;
          display: inline-block;
          margin: 0 0 0 5px; }
      .shop__box__right div p {
        font-size: 12px;
        letter-spacing: 0.02em;
        line-height: 2;
        margin: 0 0 4px; }
        .shop__box__right div p a {
          text-decoration: underline;
          margin: 0 0 0 5px;
          display: inline-block;
          font-size: 12px; }
        .shop__box__right div p a.tel {
          margin: 0;
          text-decoration: none; }
      .shop__box__right .shop__box__right__day a {
        text-decoration: underline;
        margin: 0 20px 0 0;
        display: inline-block;
        font-size: 12px; }

@media screen and (max-width: 769px) {
  .shop {
    width: 100%;
    width: 100%;
    margin: 20px auto; }
    .shop__box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 90vw;
      margin: auto;
      border-bottom: 1px solid #E3E3E3;
      position: relative;
      display: block;
      padding: 20px 0; }
      .shop__box__left {
        width: 100%; }
        .shop__box__left img {
          width: 100%;
          margin: 0 0 20px; }
      .shop__box__right {
        width: 100%; }
        .shop__box__right .shop_icon {
          position: static;
          right: 0;
          top: 0px;
          margin: 0 0 20px; }
          .shop__box__right .shop_icon span {
            font-size: 11px;
            border: 1px solid #e3e3e3;
            padding: 2px 4px;
            margin: 0 10px 0 0px;
            display: inline-block; }
        .shop__box__right h2 {
          font-size: 15px;
          letter-spacing: 0.02em;
          margin: 0 0 20px; }
          .shop__box__right h2 span {
            color: #707070;
            font-size: 12px;
            letter-spacing: 0.02em;
            display: inline-block;
            margin: 0 0 0 5px; }
        .shop__box__right div p {
          font-size: 12px;
          letter-spacing: 0.02em;
          line-height: 2;
          margin: 0 0 4px; }
          .shop__box__right div p a {
            text-decoration: underline;
            margin: 0 0 0 5px;
            display: inline-block;
            font-size: 12px; }
          .shop__box__right div p a.tel {
            margin: 0;
            text-decoration: none;
            color: #0091D9; }
        .shop__box__right .shop__box__right__day a {
          text-decoration: underline;
          margin: 0 20px 0 0;
          display: inline-block;
          font-size: 12px; }
        .shop__box__right .time {
          font-size: 13px; } }

/*====================================================================
 03 sns
====================================================================*/
.sns {
  width: 1020px;
  margin: 0 auto; }
  .sns .common_title__h2 {
    margin: 0 0 50px; }
  .sns__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 0 80px 0;
    margin: 0 0 65px;
    border-bottom: 1px solid #e3e3e3;
    display: flex;
    -webkit-box-pack: letter-spacing;
    -ms-flex-pack: letter-spacing;
    justify-content: letter-spacing; }
    .sns__top h3 a {
      width: 223px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0 auto 40px; }
    .sns__top h3 .h3_left {
      width: 70px; }
      .sns__top h3 .h3_left img {
        width: 100%; }
    .sns__top h3 .h3_right {
      width: 133px; }
      .sns__top h3 .h3_right_text1 {
        font-size: 14px;
        letter-spacing: 0.05em; }
      .sns__top h3 .h3_right_text2 {
        font-size: 12px;
        color: #707070;
        letter-spacing: 0.05em; }
    .sns__top__left {
      width: 490px; }
    .sns__top__right {
      width: 490px; }
  .sns .sns_top__contents ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .sns .sns_top__contents li {
    width: 160px;
    margin: 0 0 5px; }
    .sns .sns_top__contents li img {
      width: 100%; }
  .sns__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 40px;
    border-bottom: 1px solid #e3e3e3;
    margin: 0 0 65px; }
    .sns__bottom__box a {
      width: 255px;
      margin: 0 0 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .sns__bottom__box__left {
      width: 50px;
      margin: 0 10px 0 0; }
      .sns__bottom__box__left img {
        width: 100%; }
    .sns__bottom__box__right {
      width: 160px; }
      .sns__bottom__box__right__t1 {
        color: #161616;
        margin-bottom: 4px;
        line-height: 1.23077;
        font-size: 13px; }
      .sns__bottom__box__right__t2 {
        color: #707070;
        line-height: 1.25;
        font-size: 12px; }
    .sns__bottom__banar h3 {
      font-size: 16px;
      margin: 0 0 30px;
      letter-spacing: 0.04em; }
    .sns__bottom__banar .banar_box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0 0 100px; }
      .sns__bottom__banar .banar_box a {
        width: 490px; }
        .sns__bottom__banar .banar_box a img {
          width: 100%; }

@media screen and (max-width: 768px) {
  .sns {
    width: 100%;
    padding: 20px 0 0 0; }
    .sns .common_title__h2 span {
      display: block;
      margin: 10px 0 0; }
    .sns__top {
      padding: 0px 5vw 80px;
      margin: 0 0 65px;
      display: block;
      width: 100%; }
      .sns__top h3 a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 auto 30px; }
      .sns__top h3 .h3_left {
        width: 70px; }
        .sns__top h3 .h3_left img {
          width: 100%; }
      .sns__top h3 .h3_right {
        width: 133px; }
        .sns__top h3 .h3_right_text1 {
          font-size: 14px;
          letter-spacing: 0.05em; }
        .sns__top h3 .h3_right_text2 {
          font-size: 12px;
          color: #707070;
          letter-spacing: 0.05em; }
      .sns__top__left {
        width: 100%;
        margin: 0 auto 80px; }
      .sns__top__right {
        width: 100%;
        margin: 0 auto 0px; }
    .sns .sns_top__contents ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .sns .sns_top__contents li {
      width: 28.53vw;
      margin: 0 0 5px; }
      .sns .sns_top__contents li img {
        width: 100%; }
    .sns__bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      display: block;
      padding: 0 5vw 10px;
      border-bottom: 1px solid #e3e3e3;
      margin: 0 0 35px; }
      .sns__bottom__box a {
        width: 100%;
        margin: 0 0 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .sns__bottom__box__left {
        width: 50px;
        margin: 0 10px 0 0; }
        .sns__bottom__box__left img {
          width: 100%; }
      .sns__bottom__box__right {
        width: 160px; }
      .sns__bottom__banar h3 {
        font-size: 16px;
        width: 90vw;
        margin: 0 auto 30px;
        letter-spacing: 0.04em; }
      .sns__bottom__banar .banar_box {
        display: block;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto 100px;
        width: 90vw; }
        .sns__bottom__banar .banar_box a {
          width: 100%;
          margin: 0 0 60px;
          display: block; }
          .sns__bottom__banar .banar_box a img {
            width: 100%; } }

/*====================================================================
 04 othre
====================================================================*/
.ranking h2 {
  /*font-size: 15px;*/ }

#fs_PageNotFound h1 {
  font-size: 16px;
  margin: 40px 5vw; }

.fs-p-pageNotFound__body p {
  font-size: 12px;
  line-height: 1.66;
  padding: 0 5vw; }

section.fs-l-pageMain.rankingpage {
  width: 860px; }
  section.fs-l-pageMain.rankingpage h2.common_title__h2.fs {
    margin: 0px auto 40px; }

/* infomation */
.main_contents.infomation__main {
  margin: 0px auto 0px; }

.infomation {
  width: 680px;
  margin: 10px auto 40px; }
  .infomation .infomation__top {
    border-bottom: 1px solid #E3E3E3;
    padding: 0 0 20px;
    margin: 0 0 30px; }
    .infomation .infomation__top h2 {
      font-size: 20px;
      letter-spacing: 0.06em;
      line-height: 1.9;
      margin: 0 0 15px; }
    .infomation .infomation__top p {
      color: #707070;
      text-align: right; }
  .infomation .infomation__bottom p {
    font-size: 12px;
    line-height: 1.83333;
    width: 580px;
    margin: 0 auto 80px;
    letter-spacing: 0.02em; }
    .infomation .infomation__bottom p a {
      text-decoration: underline; }

@media screen and (max-width: 768px) {
  section.fs-l-pageMain.rankingpage {
    width: 100%; }
  .checkitem .fr2-productList.fr2-productList--col5 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto; }
  /* infomation */
  .infomation {
    width: 100%;
    margin: 10px auto;
    padding: 0 5vw; }
    .infomation .infomation__top {
      border-bottom: 1px solid #E3E3E3;
      padding: 0 0 20px;
      margin: 0 0 30px; }
      .infomation .infomation__top h2 {
        font-size: 20px;
        letter-spacing: 0.06;
        line-height: 1.7;
        margin: 0 0 15px; }
      .infomation .infomation__top p {
        color: #707070;
        text-align: right; }
    .infomation .infomation__bottom p {
      font-size: 12px;
      line-height: 1.83333;
      width: 100%;
      margin: 0 auto 80px; }
      .infomation .infomation__bottom p a {
        text-decoration: underline; }
  .rankingpage .checkitem .fr2-productList--col5 > *:nth-child(n + 7) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    display: block !important; } }

.fs-body-auth .fs-c-inputInformation {
  background: #F8F8F8;
  padding: 40px; }

.fs-body-auth .fs-c-inputInformation__message {
  font-size: 12px;
  letter-spacing: 0.08em; }

.fs-body-auth .fs-c-blackmarketPasswordField {
  width: 12em;
  margin: 0 auto;
  width: 500px; }

.fs-body-auth .fs-c-inputField__field {
  width: 500px;
  height: 37px; }

.fs-body-auth button.fs-c-button--authenticatePassword.fs-c-button--image {
  background: url(https://parigot.itembox.design/item/images/common/arrow_white.svg) #00a6dd;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 220px;
  height: 50px;
  color: #fff;
  font-size: 12px;
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: 93% center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto; }

@media screen and (max-width: 768px) {
  .fs-body-auth h1.fs-c-heading.fs-c-heading--page {
    font-size: 16px;
    margin: 15px 0 30px;
    padding: 0 5vw; }
  .fs-body-auth .fs-c-inputInformation__message {
    font-size: 12px;
    letter-spacing: 0.08em;
    margin: 0; }
  .fs-body-auth .fs-c-inputInformation {
    background: #F8F8F8;
    padding: 40px 5vw;
    margin: 0 0 100px; }
  .fs-body-auth .fs-c-inputInformation__message {
    font-size: 12px;
    letter-spacing: 0.08em;
    margin: 0;
    text-align: center;
    line-height: 22px; }
  .fs-body-auth .fs-c-inputField__field {
    width: 100%;
    height: 37px; }
  .fs-body-auth .fs-c-blackmarketPasswordField {
    width: 12em;
    margin: 0 auto;
    width: 100%; }
  .fs-body-auth button.fs-c-button--authenticatePassword.fs-c-button--image {
    background: url(https://parigot.itembox.design/item/images/common/arrow_white.svg) #00a6dd;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 12px;
    background-size: 6px;
    background-repeat: no-repeat;
    background-position: 93% center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto; } }

/*====================================================================
 05 sitemap
====================================================================*/
div.main_contents {
  width: 1020px;
  margin: 40px auto 100px;
  border-bottom: 1px solid #e3e3e3;
  display: block;
  padding: 0; }
  div.main_contents h2 {
    margin-bottom: 31px;
    font-size: 23px;
    letter-spacing: 0.12em;
    line-height: 1.21739;
    color: #161616;
    font-family: "Lato"; }
    div.main_contents h2 span {
      font-size: 12px;
      letter-spacing: 0.015em;
      line-height: 1.25;
      color: #707070;
      font-family: "Lato"; }

div.main_contents__sitemap {
  width: 100%; }
  div.main_contents__sitemap ul.cl_sitemap > li {
    font-family: 'Noto Sans CJK JP', sans-serif; }
    div.main_contents__sitemap ul.cl_sitemap > li > p.cl_sitemap__title {
      font-size: 15px;
      line-height: 1.46667;
      letter-spacing: 0.02em;
      font-family: 'Noto Sans CJK JP', sans-serif; }
  div.main_contents__sitemap__list {
    margin-top: 25px;
    margin-bottom: 60px; }
    div.main_contents__sitemap__list ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      color: #161616;
      font-family: 'Noto Sans CJK JP', sans-serif; }
      div.main_contents__sitemap__list ul li {
        width: 204px;
        margin-bottom: 25px; }
        div.main_contents__sitemap__list ul li a {
          font-size: 12px;
          line-height: 1.5;
          letter-spacing: 0.04em;
          color: #333; }

@media screen and (max-width: 768px) {
  div.main_contents {
    width: 100vw;
    margin: 0 auto 100px;
    border-bottom: 1px solid #e3e3e3;
    display: block; }
    div.main_contents h2 {
      margin-bottom: 25px;
      font-size: 23px;
      letter-spacing: 0.12em;
      line-height: 1.21739;
      padding-left: 15px;
      color: #161616;
      font-family: "Lato"; }
      div.main_contents h2 span {
        font-size: 12px;
        letter-spacing: 0.015em;
        line-height: 1.25;
        color: #707070;
        font-family: "Lato"; }
  div.main_contents__sitemap {
    width: 100%;
    padding-left: 5.33333vw; }
    div.main_contents__sitemap ul.cl_sitemap > li {
      font-family: 'Noto Sans CJK JP', sans-serif; }
      div.main_contents__sitemap ul.cl_sitemap > li > a {
        font-size: 15px;
        line-height: 1.33333;
        letter-spacing: 0.04em; }
    div.main_contents__sitemap__list {
      margin-top: 25px;
      margin-bottom: 60px; }
      div.main_contents__sitemap__list ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        color: #161616;
        font-family: 'Noto Sans CJK JP', sans-serif; }
        div.main_contents__sitemap__list ul li {
          width: 204px;
          margin-bottom: 25px; }
          div.main_contents__sitemap__list ul li a {
            font-size: 12px;
            line-height: 1.5;
            letter-spacing: 0.04em;
            color: #333; } }

/*====================================================================
 99 open_landing
====================================================================*/
.open_landing {
  padding: 0 0 60px 0; }
  .open_landing img {
    display: block;
    max-width: 100%; }
  .open_landing p {
    line-height: 1.5; }
  .open_landing .btn {
    width: 600px;
    margin: 0 auto;
    text-align: center; }
    .open_landing .btn a {
      color: #fff;
      font-size: 14px;
      position: relative;
      display: block;
      padding: 25px 0;
      line-height: 1.5; }
    .open_landing .btn a:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 20px;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      border-left: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-top: 5px solid transparent;
      border-left-color: #fff;
      z-index: 10; }
    .open_landing .btn.btn--blue {
      background: #40A7DD; }
  .open_landing .main_visual {
    margin-bottom: 80px; }
    .open_landing .main_visual img {
      width: 1020px;
      margin: 0  auto 40px; }
    .open_landing .main_visual p {
      text-align: center;
      font-size: 12px; }
  .open_landing .powerup-points {
    margin-bottom: 80px; }
    .open_landing .powerup-points__title img {
      width: 770px;
      margin: 0 auto 35px; }
    .open_landing .powerup-points__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .open_landing .powerup-points__item a {
      display: block; }
    .open_landing .powerup-points__item a.cs {
      pointer-events: none; }
    .open_landing .powerup-points__item img {
      width: 220px;
      margin: 0 auto; }
    .open_landing .powerup-points__item + .powerup-points__item {
      margin-left: 40px; }
  .open_landing .point {
    line-height: 1.5; }
    .open_landing .point__header {
      padding: 90px 0 0 0;
      margin-bottom: 30px; }
      .open_landing .point__header p {
        text-align: center;
        letter-spacing: 1px; }
    .open_landing .point__title img {
      width: 770px;
      margin: 0 auto 20px; }
    .open_landing .point__body {
      width: 1020px;
      margin: 0 auto; }
  .open_landing .point.point--1 {
    background: #F7FBFE; }
    .open_landing .point.point--1 .point__body .renewal-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .open_landing .point.point--1 .point__body .renewal-list__item {
        width: 320px;
        background: #fff;
        padding: 30px 20px;
        margin-right: 30px;
        margin-bottom: 30px; }
      .open_landing .point.point--1 .point__body .renewal-list__item:nth-child(3n) {
        margin-right: 0; }
      .open_landing .point.point--1 .point__body .renewal-list__icon {
        margin-bottom: 15px; }
        .open_landing .point.point--1 .point__body .renewal-list__icon img {
          margin: 0 auto;
          width: 100px; }
      .open_landing .point.point--1 .point__body .renewal-list__title {
        text-align: center;
        font-size: 15px;
        font-family: 'Lato','Noto Sans CJK JP', sans-serif;
        margin-bottom: 10px;
        font-weight: 600; }
      .open_landing .point.point--1 .point__body .renewal-list p {
        line-height: 1.8; }
  .open_landing .point.point--2 .add-page__item + .add-page__item {
    margin-top: 70px; }
  .open_landing .point.point--2 .btn {
    margin-top: 35px; }
  .open_landing .point.point--3 .point__body {
    padding: 30px 0 0 0; }
    .open_landing .point.point--3 .point__body img {
      margin-bottom: 40px; }
  .open_landing .point.point--4 .point-collabo__title img {
    width: 770px;
    margin: 0 auto 34px; }
  .open_landing .point.point--4 .point-collabo__main img {
    width: 800px;
    margin: 0 auto 40px; }
  .open_landing .point.point--4 .point-collabo__text img {
    width: 347px;
    margin: 0 auto 40px; }

.fs-body-custom.body_open_landing .fs-l-main {
  width: 100%;
  max-width: 100%; }

.fs-body-custom.body_open_landing .fs-l-pageMain {
  max-width: 100%;
  width: 100%; }

@media screen and (max-width: 768px) {
  .open_landing {
    margin: 0;
    padding: 20px 0 95px; }
    .open_landing p {
      padding: 0 20px; }
    .open_landing .btn {
      width: 100%; }
      .open_landing .btn a {
        padding: 15px 0;
        font-size: 13px; }
    .open_landing .main_visual {
      margin-bottom: 80px; }
      .open_landing .main_visual img {
        width: 100%;
        margin: 0  auto 50px; }
    .open_landing .powerup-points {
      margin-bottom: 70px; }
      .open_landing .powerup-points__title img {
        max-width: 335px;
        margin: 0 auto 35px;
        width: 100%; }
      .open_landing .powerup-points__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 2.5px;
        max-width: 375px;
        margin: 0 auto; }
      .open_landing .powerup-points__item img {
        width: 100%;
        max-width: 340px; }
      .open_landing .powerup-points__item {
        width: 50%;
        padding: 0 7.5px;
        margin-bottom: 10px; }
      .open_landing .powerup-points__item + .powerup-points__item {
        margin-left: 0; }
    .open_landing .point {
      padding: 0 20px; }
      .open_landing .point__header {
        padding: 80px 0 0 0; }
        .open_landing .point__header p {
          line-height: 1.8; }
      .open_landing .point__title img {
        width: 335px;
        margin: 0 auto 20px; }
      .open_landing .point__body {
        width: 100%; }
    .open_landing .point.point--1 .point__header {
      padding: 40px 0 0 0; }
    .open_landing .point.point--1 .point__body {
      padding: 0 0 80px 0; }
      .open_landing .point.point--1 .point__body .renewal-list {
        display: block; }
        .open_landing .point.point--1 .point__body .renewal-list__item {
          width: 100%;
          margin-right: 0;
          max-width: 335px;
          margin: 0 auto; }
        .open_landing .point.point--1 .point__body .renewal-list__item:nth-child(3n) {
          margin-right: 0;
          margin: 0 auto; }
        .open_landing .point.point--1 .point__body .renewal-list__item + .renewal-list__item {
          margin-top: 27px; }
        .open_landing .point.point--1 .point__body .renewal-list__icon img {
          width: 105px; }
    .open_landing .point.point--2 {
      padding: 0; }
      .open_landing .point.point--2 .add-page__item + .add-page__item {
        margin-top: 50px; }
      .open_landing .point.point--2 .add-page__item:first-child {
        padding: 0 20px; }
      .open_landing .point.point--2 .btn {
        margin-top: 40px; }
    .open_landing .point.point--3 .point__header p {
      padding: 0; }
    .open_landing .point.point--4 .point-collabo__title img {
      white-space: 100%;
      margin: 0 auto 20px; } }

/*====================================================================
 100 app
====================================================================*/
.fs-body-custom .fs-l-pageMain.fs-l-pageMain_app_landing {
  max-width: 1020px; }

.app_landing {
  padding: 0 0 100px 0;
  letter-spacing: 1px;
  font-family: "Noto Sans CJK JP"; }
  .app_landing img {
    display: block; }
  .app_landing .main_visual {
    position: relative;
    margin-bottom: 80px; }
    .app_landing .main_visual .app-dl {
      position: absolute;
      bottom: 60px;
      right: -5px;
      text-align: center; }
      .app_landing .main_visual .app-dl p {
        font-size: 25px;
        margin-bottom: 40px;
        font-weight: bold; }
        .app_landing .main_visual .app-dl p img {
          width: 576px;
          margin: 0 auto; }
      .app_landing .main_visual .app-dl__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .app_landing .main_visual .app-dl__item img {
        width: 160px; }
      .app_landing .main_visual .app-dl__item a {
        display: block; }
      .app_landing .main_visual .app-dl__item + .app-dl__item {
        margin-left: 20px; }
  .app_landing .merit {
    background-repeat: no-repeat; }
    .app_landing .merit__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
    .app_landing .merit__desc {
      text-align: center;
      width: 520px; }
      .app_landing .merit__desc p {
        line-height: 1.8; }
    .app_landing .merit__number {
      width: 55px;
      margin: 0 auto 25px; }
    .app_landing .merit__title {
      font-size: 34px;
      font-family: "DIN Alternate";
      margin-bottom: 25px;
      letter-spacing: 2px; }
      .app_landing .merit__title span {
        display: block;
        font-size: 18px;
        margin-top: 20px; }
    .app_landing .merit__thumbnail {
      width: 500px; }
    .app_landing .merit + .merit {
      margin-top: 65px; }
  .app_landing .merit-1 {
    background-image: url(https://parigot.itembox.design/item/images/landing/app/bg_merit_1.png);
    background-size: 100%; }
    .app_landing .merit-1 .point_exchange {
      padding: 10px 0 30px; }
      .app_landing .merit-1 .point_exchange img {
        width: 280px;
        margin: 0 auto; }
  .app_landing .merit-2 {
    background-image: url(https://parigot.itembox.design/item/images/landing/app/bg_merit_2.png);
    background-size: 100%; }
  .app_landing .merit-3 {
    background-image: url(https://parigot.itembox.design/item/images/landing/app/bg_merit_3.png);
    background-size: 100%; }
  .app_landing .present {
    padding: 80px 0 0 0;
    text-align: center; }
    .app_landing .present__onlyNow {
      margin-bottom: 20px;
      font-size: 25px; }
      .app_landing .present__onlyNow span {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .app_landing .present__onlyNow span:before, .app_landing .present__onlyNow span:after {
          content: "";
          width: 23px;
          height: 24px;
          display: block;
          background-size: contain;
          background-repeat: no-repeat;
          margin: 0 15px; }
        .app_landing .present__onlyNow span:before {
          content: "";
          background-image: url(https://parigot.itembox.design/item/images/landing/app/line_left.png); }
        .app_landing .present__onlyNow span:after {
          content: "";
          background-image: url(https://parigot.itembox.design/item/images/landing/app/line_right.png); }
    .app_landing .present h2 {
      font-size: 26px;
      line-height: 1.8;
      margin-bottom: 20px;
      font-weight: bold; }
      .app_landing .present h2 span {
        position: relative;
        line-height: 1; }
        .app_landing .present h2 span:before {
          content: "";
          position: absolute;
          display: block;
          width: 100%;
          height: 23px;
          background: #F1F9FC;
          bottom: -2px;
          left: 0;
          z-index: -1;
          padding: 0 20px 0 0; }
      .app_landing .present h2 + p {
        margin-bottom: 40px;
        font-size: 12px; }
    .app_landing .present .app-dl__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .app_landing .present .app-dl__item img {
      width: 223px; }
    .app_landing .present .app-dl__item + .app-dl__item {
      margin-left: 35px; }
    .app_landing .present .app-dl__item a {
      display: block; }

@media screen and (max-width: 768px) {
  .app_landing .main_visual {
    margin-bottom: 75px; }
    .app_landing .main_visual .app-dl {
      position: initial;
      padding: 0 25px 0; }
      .app_landing .main_visual .app-dl p {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 0; }
      .app_landing .main_visual .app-dl__item img {
        width: 100%; }
  .app_landing .merit {
    background-size: cover; }
    .app_landing .merit__inner {
      padding: 40px 0; }
    .app_landing .merit__desc {
      width: 100%; }
      .app_landing .merit__desc img {
        margin-bottom: 20px; }
    .app_landing .merit__number {
      width: 45px;
      margin: 0 auto 15px; }
    .app_landing .merit__title {
      font-size: 32px; }
      .app_landing .merit__title span {
        font-size: 15px;
        margin-top: 10px; }
    .app_landing .merit__thumbnail {
      width: 100%; }
    .app_landing .merit + .merit {
      margin-top: 80px; }
  .app_landing .merit-1 {
    background-image: url(https://parigot.itembox.design/item/images/landing/app/sp/bg_merit_1.png); }
    .app_landing .merit-1 .point_exchange {
      padding: 0 50px 20px; }
      .app_landing .merit-1 .point_exchange img {
        width: 100%;
        margin: 0 auto; }
  .app_landing .merit-2 {
    background-image: url(https://parigot.itembox.design/item/images/landing/app/sp/bg_merit_2.png); }
  .app_landing .merit-3 {
    background-image: url(https://parigot.itembox.design/item/images/landing/app/sp/bg_merit_3.png); }
  .app_landing .present {
    padding: 80px 20px 0; }
    .app_landing .present h2 {
      font-size: 18px; }
      .app_landing .present h2 + p {
        line-height: 1.5;
        text-align: left; }
    .app_landing .present .app-dl__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 5px; }
    .app_landing .present .app-dl__item img {
      width: 100%; }
    .app_landing .present .app-dl__item + .app-dl__item {
      margin-left: 20px; } }
