@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .main-wrapper {
    background-color: #fff;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 90px;
  }
  .headline-box {
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    width: 100%;
    padding: 10px 0;
  }
  .headline-box .headline-text {
    color: #000;
  }
  .insta-entry {
    width: 960px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .insta-entry .red {
    color: #dc6c90;
    font-weight: 600;
  }
  .insta-entry .text-link {
    text-align: right;
    display: block;
    font-size: 16px;
  }
  .insta-entry .arrow:after {
    content: "\f054";
    font-family: FontAwesome;
    padding-left: 5px;
  }
  .insta-entry .sns-btn-head {
    padding: 15px 0;
  }
  .insta-entry .sns-btn-head ol {
    overflow: hidden;
    list-style-type: none;
    padding-right: 30px;
  }
  .insta-entry .sns-btn-head ol li {
    float: right;
    margin-left: 20px;
  }
  .insta-entry .sns-btn-head ol li a {
    display: block;
    width: 30px;
    margin: 0 auto;
    line-height: 0;
  }
  .insta-entry .contents {
    margin-top: 0;
  }
  .insta-entry img {
    width: 100%;
    height: auto;
  }
  .insta-entry .insta-title {
    position: relative;
    border-top: none;
    border-bottom: none;
    margin-bottom: 60px;
  }
  .insta-entry .insta-title .title-img {
    line-height: 0;
  }
  .insta-entry .insta-title .sholder {
    position: absolute;
    top: 40px;
    left: 154px;
    width: 240px;
    visibility: hidden;
  }
  .insta-entry .contents-block {
    width: 960px;
    margin: 0 auto 90px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .insta-entry .contents-block:first-of-type .headline {
    border-top: none;
  }
  .insta-entry .contents-block .headline {
    text-align: center;
    border-top: none;
    font-size: 28px;
    padding: 0 0 20px;
    margin: 0 auto 25px;
    border-bottom: 1px solid #ddd;
    color: #000;
  }
  .insta-entry .contents-block .text-lg {
    text-align: center;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
    color: #333;
  }
  .insta-entry .contents-block .text-lg span {
    color: #c70054;
  }
  .insta-entry .contents-block .text-box {
    background-color: #faf7f1;
    padding: 30px;
    text-align: center;
    margin-bottom: 60px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .insta-entry .contents-block .text-box.mgt {
    margin-top: 5vw;
  }
  .insta-entry .contents-block .text-box .headline-md {
    color: #c70054;
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #dad4c5;
  }
  .insta-entry .contents-block .text-box .caution {
    font-size: 16px;
    color: #000;
  }
  .insta-entry .contents-block .text-box .caution.mgt {
    margin-top: 56px;
  }
  .insta-entry .contents-block .text-box .hash-text {
    color: #c70054;
    font-size: 40px;
    margin-bottom: 25px;
    line-height: 1.2;
  }
  .insta-entry .contents-block .text-box .list {
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.7;
  }
  .insta-entry .contents-block .text-box .list span {
    font-weight: 600;
  }
  .insta-entry .contents-block .andmore {
    width: 180px;
    margin: 0 auto 30px;
  }
  .insta-entry .contents-block .text-md {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
  }
  .insta-entry .contents-block .text-md.left {
    text-align: left;
  }
  .insta-entry .contents-block .item-name {
    text-align: center;
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 600;
  }
  .insta-entry .contents-block .item-name span {
    display: block;
    font-size: 18px;
  }
  .insta-entry .contents-block .summery-box {
    margin-top: 30px;
    padding-top: 0;
    border-top: 0;
  }
  .insta-entry .contents-block .summery-box .text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #333;
    text-align: center;
  }
  .insta-entry .contents-block .summery-box dl dt {
    color: #000;
    /* font-weight: 600; */
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
  }
  .insta-entry .contents-block .summery-box dl dd {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
  }
  .insta-entry .contents-block .caution-light {
    text-align: left;
    font-size: 13px;
    color: #999;
    margin-bottom: 30px;
    text-align: center;
  }
  .insta-entry .contents-block .sub-headline-img {
    width: 360px;
    margin: 0 0 30px 270px;
  }
  .insta-entry .contents-block .sub-headline-img img {
    width: 100%;
    height: auto;
  }
  .insta-entry .contents-block .thumb-full {
    width: 100%;
    margin: 0 auto 30px;
  }
  .insta-entry .contents-block .thumb-full.bnr {
    width: 360px;
  }
  .insta-entry .contents-block .thumb-full > a {
    display: block;
    line-height: 0;
    border: 1px solid #eee;
    padding: 10px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  }
  .insta-entry .contents-block .thumb-md {
    width: 60%;
    margin: 0 auto;
  }
  .insta-entry .contents-block .thumb-sm {
    width: 180px;
    margin: 0 auto 30px;
  }
  .caution-list-sm {
    margin-bottom: 60px;
    font-size: 15px;
    line-height: 1.7;
  }
  .caution-list-sm dt {
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
  }
  .campaign-caution-list {
    width: 960px;
    margin-bottom: 0;
  }
  .campaign-caution-list .headline {
    margin-bottom: 20px;
  }
  .campaign-caution-list .caution-list {
    display: none;
    padding: 0 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .campaign-caution-list .caution-list dl dt {
    color: #000;
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 2px;
  }
  .campaign-caution-list .lead {
    margin-bottom: 20px;
  }
  .campaign-caution-list .title-s {
    color: #000;
    margin-bottom: 5px;
  }
  .submit-campaign-temp {
    width: 100%;
    padding: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent url(https://cdn.zexybaby.zexy.net/img/top/service_bg_dark.png) repeat center top;
  }
  /*.btn-img {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    width: 420px;
    margin: 0 auto 30px;
    text-align: center;
    display: block;
  }*/
  .btn-img {
    position: relative;
    display: block;
    width: 420px;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin: 0 auto 30px;
    padding: 12px 0;
    text-align: center;
    background: #eb6d7b;
    border: 3px solid #eb6d7b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .btn-img:after {
    content: "\f054";
    font-family: FontAwesome;
    position: absolute;
    top: 37%;
    right: 30px;
  }
  .btn-img:hover {
    cursor: pointer;
    background: #fff;
    color: #eb6d7b;
    text-decoration: none;
  }
  .btn-img span {
    display: block;
    font-size: 14px;
    font-weight: 400;
  }
  .fixed-btn {
    position: fixed;
    width: 100%;
    bottom: 30px;
    left: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .fixed-btn .btn-img {
    margin: 0 auto;
    z-index: 1;
    display: block;
  }
  .submit-caution {
    list-style-type: none;
  }
  .submit-caution li {
    margin-bottom: 7px;
  }
  .submit-caution li span {
    color: #e4005a;
  }
  .submit-caution.mgt {
    margin-top: 85px;
  }
  .book-contents {
    margin-bottom: 60px;
  }
  .book-contents .book-title {
    margin-bottom: 60px;
  }
  .book-contents .book-title .headline {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    /*color: $bland-pink;*/
    color: #000;
    padding: 25px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .book-contents .book-title .book-lead {
    text-align: center;
    margin-top: 20px;
    color: #000;
  }
  .book-headline-2col {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .book-headline-2col .book-headline.sm-left {
    float: left;
    width: 480px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .book-headline-2col .book-headline.sm-right {
    float: right;
    width: 480px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .book-headline {
    /*width: 100%;
    margin-bottom: 40px;*/
    display: table;
    width: auto;
    /*margin: 0 30px 40px;*/
    margin: 0 0 50px;
  }
  .book-headline .page {
    display: table-cell;
    width: 60px;
    vertical-align: middle;
    text-align: center;
    font-size: 11px;
    line-height: 1.1;
    color: #000;
  }
  .book-headline .headline-text {
    display: table-cell;
    border-left: 7px solid #ccc;
    padding-left: 15px;
  }
  .book-headline .badge-sm {
    display: block;
    font-size: 10px;
    line-height: 1.3;
    font-weight: 600;
    color: #eb6d7b;
    margin-bottom: 2px;
  }
  .book-headline.lg .sholder {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 2px;
  }
  .book-headline.lg .main-text {
    font-size: 32px;
    line-height: 1.3;
    color: #000;
    font-weight: 600;
    /*margin-bottom: 15px;*/
  }
  .book-headline.md .sholder {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 2px;
  }
  .book-headline.md .main-text {
    font-size: 26px;
    line-height: 1.3;
    color: #000;
    font-weight: 600;
  }
  .book-headline.sm .sholder {
    font-size: 11px;
    line-height: 1.3;
    margin-bottom: 2px;
  }
  .book-headline.sm .main-text {
    font-size: 18px;
    line-height: 1.3;
    color: #000;
  }
  .main-text + .book-lead {
    margin-top: 15px;
  }
  .book-headline.mbt0 {
    margin-bottom: 0;
  }
  .headline-text.red .sholder {
    color: #eb6d7b;
  }
  .headline-text.red .main-text {
    color: #eb6d7b;
  }
  .headline-text.no-table {
    display: block;
    border-left: none;
    padding-left: 0;
  }
  .book-headline-2col.next-2col .book-headline.sm-left {
    width: 420px;
  }
  .book-headline-2col.next-2col .book-headline.sm-right {
    width: 420px;
  }
  footer {
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .insta-entry .red {
    color: #dc6c90;
    font-weight: 600;
  }
  .insta-entry .text-link {
    text-align: right;
    display: block;
    font-size: 4vw;
  }
  .insta-entry .arrow:after {
    content: "\f054";
    font-family: FontAwesome;
    padding-left: 5px;
  }
  .insta-entry .sns-btn-head {
    padding: 2vw 3vw;
  }
  .insta-entry .sns-btn-head ol {
    overflow: hidden;
    list-style-type: none;
  }
  .insta-entry .sns-btn-head ol li {
    float: right;
    margin-left: 3vw;
  }
  .insta-entry .sns-btn-head ol li a {
    display: block;
    width: 30px;
    margin: 0 auto;
    line-height: 0;
  }
  .insta-entry .contents {
    margin-top: 0;
  }
  .insta-entry img {
    width: 100%;
    height: auto;
  }
  .insta-entry .insta-title {
    position: relative;
    margin-bottom: 9vw;
  }
  .insta-entry .insta-title .title-img {
    padding: 5vw 0 0 1vw;
    line-height: 0;
  }
  .insta-entry .insta-title .sholder {
    position: absolute;
    top: 2vh;
    left: 3vw;
    width: 30vw;
    visibility: hidden;
  }
  .insta-entry .contents-block {
    margin: 0 3vw 10vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .insta-entry .contents-block .headline {
    text-align: center;
    font-size: 5vw;
    padding: 0 0 3vw;
    margin: 0 auto 6vw;
    color: #000;
    border-bottom: 1px solid #ddd;
  }
  .insta-entry .contents-block .text-lg {
    text-align: center;
    font-size: 3.8vw;
    line-height: 1.7;
    margin-bottom: 6vw;
    color: #333;
  }
  .insta-entry .contents-block .text-lg span {
    color: #c70054;
  }
  .insta-entry .contents-block .text-box {
    background-color: #faf7f1;
    padding: 5vw;
    text-align: center;
    margin-bottom: 6vw;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .insta-entry .contents-block .text-box.mgt {
    margin-top: 5vw;
  }
  .insta-entry .contents-block .text-box .headline-md {
    color: #c70054;
    font-size: 5vw;
    padding-bottom: 2.5vw;
    margin-bottom: 4vw;
    border-bottom: 1px solid #dad4c5;
  }
  .insta-entry .contents-block .text-box .caution {
    font-size: 3vw;
    color: #000;
  }
  .insta-entry .contents-block .text-box .caution.mgt {
    margin-top: 56px;
  }
  .insta-entry .contents-block .text-box .hash-text {
    color: #c70054;
    font-size: 8vw;
    margin-bottom: 4vw;
    line-height: 1.2;
  }
  .insta-entry .contents-block .text-box .list {
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.7;
  }
  .insta-entry .contents-block .text-box .list span {
    font-weight: 600;
  }
  .insta-entry .contents-block .andmore {
    width: 30vw;
    margin: 0 auto 5vw;
  }
  .insta-entry .contents-block .text-md {
    font-size: 3.5vw;
    line-height: 1.7;
    margin-bottom: 5vw;
  }
  .insta-entry .contents-block .text-md.left {
    text-align: left;
  }
  .insta-entry .contents-block .item-name {
    text-align: center;
    margin-bottom: 3vw;
    font-size: 6.5vw;
    font-weight: 600;
  }
  .insta-entry .contents-block .item-name span {
    display: block;
    font-size: 3.5vw;
  }
  .insta-entry .contents-block .summery-box {
    margin-top: 5vw;
    padding-top: 0;
    border-top: none;
  }
  .insta-entry .contents-block .summery-box .text {
    color: #333;
    font-size: 3.5vw;
    line-height: 1.7;
    margin-bottom: 5vw;
  }
  .insta-entry .contents-block .summery-box dl dt {
    color: #000;
    /* font-weight: 600; */
    font-size: 4vw;
    margin-bottom: 3vw;
    text-align: center;
  }
  .insta-entry .contents-block .summery-box dl dd {
    font-size: 3.5vw;
    line-height: 1.7;
    margin-bottom: 5vw;
  }
  .insta-entry .contents-block .caution-light {
    text-align: left;
    font-size: 3vw;
    color: #999;
    margin-bottom: 6vw;
  }
  .insta-entry .contents-block .sub-headline-img {
    width: 70%;
    margin: 0 0 2vw 8vw;
  }
  .insta-entry .contents-block .sub-headline-img img {
    width: 100%;
    height: auto;
  }
  .insta-entry .contents-block .thumb-full {
    width: 100%;
    margin-bottom: 3vw;
  }
  .insta-entry .contents-block .thumb-full > a {
    display: block;
    line-height: 0;
    border: 1px solid #eee;
    padding: 10px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  }
  .insta-entry .contents-block .thumb-md {
    width: 80%;
    margin: 0 auto;
  }
  .insta-entry .contents-block .thumb-sm {
    width: 50%;
    margin: 0 auto 5vw;
  }
  .caution-list-sm {
    margin-bottom: 5vw;
  }
  .caution-list-sm dt {
    color: #000;
    margin-bottom: 1vw;
  }
  .campaign-caution-list {
    margin-bottom: 0;
  }
  .campaign-caution-list .headline {
    text-align: center;
    font-size: 5vw;
    padding: 0 0 3vw;
    margin: 0 auto 6vw;
    color: #000;
    border-bottom: 1px solid #ddd;
  }
  .campaign-caution-list .caution-headline {
    position: relative;
    margin-bottom: 0;
    border-bottom: none;
    background: #faf7f1;
    color: #000;
    padding: 4% 4%;
    margin-left: -4%;
    margin-right: -4%;
    border-top: 1px solid #ddd8ce;
  }
  .campaign-caution-list .caution-headline:after {
    content: " \f078";
    font-family: FontAwesome;
    position: absolute;
    top: 30%;
    right: 4%;
  }
  .campaign-caution-list .caution-headline.open:after {
    content: " \f077";
    font-family: FontAwesome;
    position: absolute;
    top: 30%;
    right: 4%;
  }
  .campaign-caution-list .caution-headline h3 {
    color: #000;
    font-weight: 400;
  }
  .campaign-caution-list .caution-list {
    padding: 0 0 8vw;
  }
  .campaign-caution-list .caution-list dl dt {
    color: #000;
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 2px;
  }
  .campaign-caution-list .lead {
    margin-bottom: 20px;
  }
  .campaign-caution-list .title-s {
    color: #000;
    margin-bottom: 5px;
  }
  /*.btn-img {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    width: 80%;
    margin: 0 auto 6vw;
    text-align: center;
    display: block;
  }*/
  .btn-img {
    position: relative;
    display: block;
    width: 90%;
    font-size: 4.5vw;
    font-weight: 600;
    color: #fff;
    margin: 0 auto 5vw;
    padding: 2.5vw 0;
    text-align: center;
    background: #eb6d7b;
    border: 3px solid #eb6d7b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .btn-img:after {
    content: "\f054";
    font-family: FontAwesome;
    position: absolute;
    top: 37%;
    right: 3vw;
  }
  .btn-img:hover {
    cursor: pointer;
    background: #fff;
    color: #eb6d7b;
    text-decoration: none;
  }
  .btn-img span {
    display: block;
    font-size: 3.5vw;
    font-weight: 400;
  }
  .fixed-btn {
    position: fixed;
    /*top: 46px;*/
    bottom: 0;
    left: 0;
    width: 100%;
    /*background-color:rgba(255,255,255,0.9);*/
    /*background-color: #faf7f1;*/
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
  }
  .fixed-btn .btn-img {
    width: 90%;
    margin: 0 auto;
    z-index: 1;
    display: block;
    margin-bottom: 6vw;
  }
  .submit-caution {
    list-style-type: none;
  }
  .submit-caution li {
    margin-bottom: 2vw;
  }
  .submit-caution li span {
    color: #e4005a;
  }
  .submit-caution.mgt {
    margin-top: 25vw;
  }
  .book-contents {
    margin-bottom: 20px;
  }
  .book-contents .book-title {
    margin-bottom: 60px;
  }
  .book-contents .book-title .headline {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    /*color: $bland-pink;*/
    color: #000;
    padding: 25px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .book-contents .book-title .book-lead {
    text-align: center;
    margin-top: 20px;
    color: #000;
  }
  .book-headline-2col {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
  }
  .book-headline-2col .book-headline.sm-left {
    float: none;
    width: 100%;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .book-headline-2col .book-headline.sm-right {
    float: none;
    width: 100%;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .book-headline {
    width: auto;
    display: table;
    margin: 0 0 20px;
  }
  .book-headline .page {
    display: table-cell;
    width: 50px;
    vertical-align: middle;
    text-align: center;
    font-size: 11px;
    line-height: 1.1;
    color: #000;
  }
  .book-headline .headline-text {
    display: table-cell;
    border-left: 5px solid #ccc;
    padding-left: 10px;
  }
  .book-headline .badge-sm {
    display: block;
    font-size: 10px;
    line-height: 1.3;
    font-weight: 600;
    color: #eb6d7b;
    margin-bottom: 2px;
  }
  .book-headline.lg .sholder {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 2px;
  }
  .book-headline.lg .main-text {
    font-size: 18px;
    line-height: 1.3;
    color: #000;
    font-weight: 600;
  }
  .book-headline.md .sholder {
    font-size: 11px;
    line-height: 1.3;
    margin-bottom: 2px;
  }
  .book-headline.md .main-text {
    font-size: 16px;
    line-height: 1.3;
    color: #000;
    font-weight: 600;
  }
  .book-headline.sm .sholder {
    font-size: 11px;
    line-height: 1.3;
    margin-bottom: 2px;
  }
  .book-headline.sm .main-text {
    font-size: 14px;
    line-height: 1.3;
    color: #000;
  }
  .main-text + .book-lead {
    margin-top: 15px;
  }
  .book-headline.mbt0 {
    margin-bottom: 20px;
  }
  .headline-text.red .sholder {
    color: #eb6d7b;
  }
  .headline-text.red .main-text {
    color: #eb6d7b;
  }
  .headline-text.no-table {
    display: block;
    border-left: none;
    padding-left: 0;
  }
  .book-headline-2col.next-2col .book-headline.sm-left {
    width: 100%;
  }
  .book-headline-2col.next-2col .book-headline.sm-right {
    width: 100%;
  }
  footer {
    position: relative;
    z-index: 2;
  }
}