@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Righteous&display=swap");
/* line 33, ../scss/_color.scss */
.iconThemaPink {
  background-color: #ba4b7e;
  color: #fff; }

/* line 38, ../scss/_color.scss */
.iconThemaOrange {
  background-color: #c8956e;
  color: #fff; }

/* line 43, ../scss/_color.scss */
.iconThemaBlue {
  background-color: #6cf;
  color: #fff; }

/* line 48, ../scss/_color.scss */
.iconThemaBlack {
  background-color: #292929;
  color: #fff; }

/* line 53, ../scss/_color.scss */
.iconThemaGray {
  background-color: #2a2a2a;
  color: #fff; }

/* line 58, ../scss/_color.scss */
.iconThemaBrown {
  background-color: #b3a782;
  color: #fff; }

/* line 63, ../scss/_color.scss */
.iconThemaGreen {
  background-color: #6ec8b7;
  color: #fff; }

/*==============
layout
================*/
/* line 4, ../scss/_layout.scss */
.columnBox {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  z-index: 0; }

/* line 13, ../scss/_layout.scss */
.columnBox__col {
  position: relative;
  width: 100%;
  max-width: 880px;
  padding: 10px;
  margin: 0 auto;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box; }

/*==============
3column sp1column
================*/
/* line 31, ../scss/_layout.scss */
.glidCol3 .columnBox__colList {
  width: 100%;
  margin: 0 0 10px 0;
  box-sizing: border-box; }
  /* line 35, ../scss/_layout.scss */
  .glidCol3 .columnBox__colList:last-child {
    margin: 0; }
  /* line 38, ../scss/_layout.scss */
  .glidCol3 .columnBox__colList img {
    width: 100%;
    max-width: 100%; }
  @media only screen and (min-width: 768px) {
    /* line 31, ../scss/_layout.scss */
    .glidCol3 .columnBox__colList {
      width: calc((100% - 20px) / 3);
      margin: 0 10px 10px 0; }
      /* line 45, ../scss/_layout.scss */
      .glidCol3 .columnBox__colList:nth-of-type(3n) {
        margin: 0 0 10px 0; } }

/*==============
2column sp1column
================*/
/* line 55, ../scss/_layout.scss */
.glidCol2 .columnBox__colList {
  width: 100%;
  margin: 0 0 10px 0;
  box-sizing: border-box; }
  /* line 59, ../scss/_layout.scss */
  .glidCol2 .columnBox__colList:last-child {
    margin: 0; }
  /* line 62, ../scss/_layout.scss */
  .glidCol2 .columnBox__colList img {
    width: 100%;
    max-width: 100%; }
  @media only screen and (min-width: 768px) {
    /* line 55, ../scss/_layout.scss */
    .glidCol2 .columnBox__colList {
      width: calc((100% - 20px) / 2);
      margin: 0 10px 10px 0; }
      /* line 69, ../scss/_layout.scss */
      .glidCol2 .columnBox__colList:nth-of-type(2n) {
        margin: 0 0 10px 0; } }

/* line 1, ../scss/_common.scss */
.wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
  box-sizing: border-box;
  padding: 30px;
  background: #f1f2ea;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f1f2ea 0%, #fcfcf4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f1f2ea 0%, #fcfcf4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f1f2ea 0%, #fcfcf4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f2ea', endColorstr='#fcfcf4', GradientType=0);
  /* IE6-9 */
  border-radius: 0 0 15px 15px; }

/* line 22, ../scss/_common.scss */
.mainVis {
  height: 0;
  background-repeat: no-repeat;
  background-image: url("../images/insta_photo_790_500_ver3.jpg");
  background-size: contain;
  background-position: center;
  padding: 63% 0 0 0;
  margin: 0 auto; }

/*==============
title
================*/
/* line 38, ../scss/_common.scss */
.imgArea {
  margin: 30px auto 0; }
  /* line 41, ../scss/_common.scss */
  .imgArea .columnBox__colList {
    position: relative;
    margin: 0 auto;
    padding: 0; }
    /* line 46, ../scss/_common.scss */
    .imgArea .columnBox__colList img {
      max-width: 100%;
      margin: 0 auto; }
  /* line 52, ../scss/_common.scss */
  .imgArea .columnBox__colListTitle {
    font-size: 28px;
    font-size: 1.86667rem;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: bold; }
    /* line 58, ../scss/_common.scss */
    .imgArea .columnBox__colListTitle span {
      display: block;
      font-size: 20px;
      font-size: 1.33333rem; }
  /* line 64, ../scss/_common.scss */
  .imgArea .columnBox__colListBody {
    line-height: 1.6;
    font-size: 15px; }

/* line 70, ../scss/_common.scss */
.subTitle {
  font-size: 28px;
  font-size: 1.86667rem;
  font-weight: bold;
  margin: 0 auto 10px;
  text-align: center;
  margin: 0 auto 10px;
  text-align: center;
  background: #fff;
  width: 30%;
  padding: 10px 0;
  border: 1px solid;
  position: relative;
  top: 50px; }

/* line 85, ../scss/_common.scss */
.readArea {
  background-color: #fff;
  border-radius: 20px;
  padding: 45px 30px; }
  /* line 90, ../scss/_common.scss */
  .readAreaTitle {
    margin: 0 auto 30px;
    text-align: center; }
  /* line 96, ../scss/_common.scss */
  .readArea .readAreaImg {
    display: flex;
    width: 100%;
    display: flex;
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
    justify-content: center;
    align-items: flex-start; }
    /* line 105, ../scss/_common.scss */
    .readArea .readAreaImg img {
      width: 100%;
      max-width: 150px;
      margin: 5px auto 10px; }
  /* line 113, ../scss/_common.scss */
  .readArea .trf_2 {
    transform: rotate(2deg); }
  /* line 117, ../scss/_common.scss */
  .readArea .trf_3 {
    transform: rotate(3deg); }
  /* line 121, ../scss/_common.scss */
  .readArea .trf_6 {
    transform: rotate(6deg); }
  /* line 126, ../scss/_common.scss */
  .readArea .trf_-3 {
    transform: rotate(-3deg); }
  /* line 130, ../scss/_common.scss */
  .readArea .trf_-5 {
    transform: rotate(-5deg); }
  /* line 134, ../scss/_common.scss */
  .readArea .trf_-7 {
    transform: rotate(-7deg); }
  /* line 140, ../scss/_common.scss */
  .readArea .mainTitle {
    margin: 0 auto 45px;
    font-size: 45px;
    font-size: 3rem;
    font-weight: bold;
    font-family: 'Righteous', cursive;
    letter-spacing: .1em;
    line-height: 1.6;
    position: relative; }
    /* line 141, ../scss/_common.scss */
    .readArea .mainTitle span {
      font-size: 30px;
      font-size: 2rem;
      margin: 0 auto -5px;
      display: block;
      line-height: 1; }
    /* line 157, ../scss/_common.scss */
    .readArea .mainTitle::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 60px;
      margin: 0 auto;
      padding: 30px 0 0;
      background-position: center;
      background-image: url(../images/frag_parts.svg);
      background-repeat: no-repeat; }
  /* line 173, ../scss/_common.scss */
  .readArea h1 {
    font-size: 28px;
    font-size: 1.86667rem;
    line-height: 1.6;
    position: relative;
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
    font-weight: bold; }
    /* line 182, ../scss/_common.scss */
    .readArea h1::before {
      content: '';
      position: absolute;
      left: 0;
      top: 10%;
      width: 40px;
      height: 40px;
      background-position: center;
      background-size: cover;
      background-image: url(../images/instagram.png);
      background-repeat: no-repeat; }
  /* line 211, ../scss/_common.scss */
  .readArea .columnBox__title {
    font-size: 30px;
    font-size: 2rem;
    text-align: center;
    line-height: 1.8;
    margin: 0 auto 10px; }
  /* line 218, ../scss/_common.scss */
  .readArea .columnBox__SubTitle {
    font-size: 30px;
    font-size: 2rem;
    text-align: center;
    padding: 10px;
    width: 100%;
    margin: 0 auto 10px;
    border: 1px solid #fff; }
  /* line 228, ../scss/_common.scss */
  .readArea .columnBox__col p {
    font-size: 28px;
    font-size: 1.86667rem;
    line-height: 1.7;
    text-align: center; }
  /* line 234, ../scss/_common.scss */
  .readArea .columnBox__col b {
    font-size: 35px;
    font-size: 2.33333rem;
    font-weight: bold;
    margin: 10px auto;
    display: block; }
  /* line 242, ../scss/_common.scss */
  .readArea p {
    font-size: 20px;
    font-size: 1.33333rem;
    margin: 10px auto;
    text-align: center;
    line-height: 1.7; }

/* line 253, ../scss/_common.scss */
.awardArea .columnBox__colList {
  font-size: 25px;
  font-size: 1.66667rem; }
  /* line 256, ../scss/_common.scss */
  .awardArea .columnBox__colList span {
    display: block;
    margin: 0 auto 10px;
    position: relative;
    font-size: 25px;
    font-size: 1.66667rem;
    font-weight: bold; }
/* line 265, ../scss/_common.scss */
.awardArea img {
  margin: 0 auto 10px;
  max-width: 560px; }
/* line 270, ../scss/_common.scss */
.awardArea .awardIcon.aw01::before, .awardArea .awardIcon.aw02::before, .awardArea .awardIcon.aw03::before, .awardArea .awardIcon.aw04::before {
  content: '';
  left: 0;
  right: 0;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
  display: block; }
/* line 284, ../scss/_common.scss */
.awardArea .awardIcon.aw01::before {
  width: 60px;
  height: 60px;
  background-image: url("../images/iconCrown01.svg"); }
/* line 291, ../scss/_common.scss */
.awardArea .awardIcon.aw02::before {
  width: 40px;
  height: 40px;
  background-image: url("../images/iconCrown02.svg"); }
/* line 298, ../scss/_common.scss */
.awardArea .awardIcon.aw03::before {
  width: 40px;
  height: 40px;
  background-image: url("../images/iconCrown03.svg"); }
/* line 305, ../scss/_common.scss */
.awardArea .awardIcon.aw04::before {
  width: 40px;
  height: 40px;
  background-image: url("../images/iconCrown04.svg"); }
/* line 316, ../scss/_common.scss */
.awardArea .columnBox__colList:nth-of-type(1) {
  position: relative;
  width: 100%;
  margin: 10px;
  padding: 15px 30px 30px 30px;
  text-align: center;
  border-radius: 15px;
  background-color: #fff;
  border: 8px solid #c7b96d; }
  /* line 326, ../scss/_common.scss */
  .awardArea .columnBox__colList:nth-of-type(1) p {
    font-weight: bold;
    font-size: 40px;
    font-size: 2.66667rem;
    position: relative;
    width: 100%;
    max-width: 360px;
    margin: 0 auto 10px; }
    /* line 334, ../scss/_common.scss */
    .awardArea .columnBox__colList:nth-of-type(1) p::before, .awardArea .columnBox__colList:nth-of-type(1) p::after {
      position: absolute;
      font-size: 26px;
      font-size: 1.73333rem;
      top: 25%; }
/* line 357, ../scss/_common.scss */
.awardArea .columnBox__colList:nth-of-type(2),
.awardArea .columnBox__colList:nth-of-type(3) {
  position: relative;
  width: 100%;
  margin: 10px;
  padding: 20px 10px 30px 10px;
  text-align: center;
  border-radius: 15px;
  background-color: #fff; }
  /* line 368, ../scss/_common.scss */
  .awardArea .columnBox__colList:nth-of-type(2) p,
  .awardArea .columnBox__colList:nth-of-type(3) p {
    font-weight: bold;
    font-size: 28px;
    font-size: 1.86667rem;
    position: relative;
    width: 100%;
    max-width: 260px;
    margin: 0 auto 10px;
    font-size: 40px;
    font-size: 2.66667rem;
    position: relative;
    width: 100%;
    max-width: 360px; }
    /* line 382, ../scss/_common.scss */
    .awardArea .columnBox__colList:nth-of-type(2) p::before, .awardArea .columnBox__colList:nth-of-type(2) p::after,
    .awardArea .columnBox__colList:nth-of-type(3) p::before,
    .awardArea .columnBox__colList:nth-of-type(3) p::after {
      position: absolute;
      font-size: 18px;
      font-size: 1.2rem;
      top: 25%; }
/* line 391, ../scss/_common.scss */
.awardArea .columnBox__colList:nth-of-type(4) {
  position: relative;
  width: 100%;
  margin: 10px;
  padding: 20px 30px 30px 30px;
  text-align: center;
  border-radius: 15px;
  background-color: #fff; }
  /* line 400, ../scss/_common.scss */
  .awardArea .columnBox__colList:nth-of-type(4) p {
    font-weight: bold;
    font-size: 28px;
    font-size: 1.86667rem;
    position: relative;
    width: 100%;
    max-width: 360px;
    margin: 0 auto; }
    /* line 408, ../scss/_common.scss */
    .awardArea .columnBox__colList:nth-of-type(4) p::before, .awardArea .columnBox__colList:nth-of-type(4) p::after {
      position: absolute;
      font-size: 18px;
      font-size: 1.2rem;
      top: 25%; }
    /* line 415, ../scss/_common.scss */
    .awardArea .columnBox__colList:nth-of-type(4) p::before {
      left: 0;
      content: '\FF3C'; }
    /* line 420, ../scss/_common.scss */
    .awardArea .columnBox__colList:nth-of-type(4) p::after {
      right: 0;
      content: '\FF0F'; }
/* line 431, ../scss/_common.scss */
.awardArea .columnBox__colList:nth-of-type(2) {
  border: 8px solid #747474; }
/* line 435, ../scss/_common.scss */
.awardArea .columnBox__colList:nth-of-type(3) {
  border: 8px solid #66533f; }
/* line 439, ../scss/_common.scss */
.awardArea .columnBox__colList:nth-of-type(4) {
  border: 8px solid #d7d7d7; }

/* line 447, ../scss/_common.scss */
.applicationArea .columnBox__colList {
  padding: 45px 30px;
  background: #fff;
  margin: 10px 0;
  border-radius: 20px;
  line-height: 1.7;
  width: 100%;
  text-align: center; }
  /* line 456, ../scss/_common.scss */
  .applicationArea .columnBox__colList b {
    font-weight: bold;
    display: block;
    font-size: 25px;
    font-size: 1.66667rem; }
  /* line 462, ../scss/_common.scss */
  .applicationArea .columnBox__colList p {
    font-size: 20px;
    font-size: 1.33333rem; }
  /* line 466, ../scss/_common.scss */
  .applicationArea .columnBox__colList .code {
    margin: 40px 15px 15px;
    border: solid #292929 1px;
    padding: 15px;
    font-size: 30px;
    font-size: 2rem;
    line-height: 1.6;
    position: relative;
    margin: 40px auto 0;
    font-weight: bold;
    width: 100%;
    max-width: 400px; }
    /* line 478, ../scss/_common.scss */
    .applicationArea .columnBox__colList .code::before {
      content: 'アカウント';
      position: absolute;
      left: 0;
      right: 0;
      top: -20px;
      margin: 0 auto;
      color: #fff;
      background-color: #292929;
      text-align: center;
      padding: 5px;
      border-radius: 4px;
      font-size: 20px;
      font-size: 1.33333rem;
      width: 100px; }
  /* line 495, ../scss/_common.scss */
  .applicationArea .columnBox__colList .officalUrl {
    display: block;
    margin: 10px auto;
    font-weight: bold; }
    /* line 500, ../scss/_common.scss */
    .applicationArea .columnBox__colList .officalUrl a {
      text-decoration: underline; }
  /* line 505, ../scss/_common.scss */
  .applicationArea .columnBox__colList .hashTag {
    margin: 40px 15px 15px;
    border: solid #292929 1px;
    padding: 20px;
    font-size: 30px;
    font-size: 2rem;
    line-height: 1.6;
    position: relative;
    border: solid #c7b96d 5px;
    border-radius: 8px;
    width: 70%;
    margin: 40px auto 10px; }
    /* line 520, ../scss/_common.scss */
    .applicationArea .columnBox__colList .hashTag::before {
      content: '\30E1\30F3\30B7\30E7\30F3\FF06\30CF\30C3\30B7\30E5\30BF\30B0';
      position: absolute;
      left: 0;
      right: 0;
      top: -20px;
      margin: 0 auto;
      color: #fff;
      background-color: #292929;
      text-align: center;
      padding: 5px;
      border-radius: 4px;
      font-size: 20px;
      font-size: 1.33333rem;
      width: 210px; }
    /* line 537, ../scss/_common.scss */
    .applicationArea .columnBox__colList .hashTag span {
      margin: 0 5px;
      display: inline-block;
      font-weight: bold; }

/* line 550, ../scss/_common.scss */
.copyValue {
  color: #a19244;
  padding: 0 7px;
  cursor: pointer;
  position: relative;
  transition-duration: 0.4s; }

/* line 558, ../scss/_common.scss */
.hashTag:hover {
  background: #f7f0c8;
  transition-duration: 0.4s; }

/* line 563, ../scss/_common.scss */
.hashTag:hover .copyValue {
  color: #292929;
  transition-duration: 0.4s; }

/* line 573, ../scss/_common.scss */
.copied:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 14px 6px;
  border-color: transparent transparent #333 transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  margin-right: 7px;
  animation: animation-copied 1s 2s 1 forwards;
  z-index: +1; }

/* line 589, ../scss/_common.scss */
.copied:after {
  content: '\30B3\30D4\30FC\3000\3000\3057\307E\3057\305F\3002';
  background: #333;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  font-size: .8rem;
  padding: 10px;
  animation: animation-copied 1s 2s 1 forwards;
  z-index: +1;
  margin-top: 10px; }

@keyframes animation-copied {
  to {
    opacity: 0; } }
/* line 619, ../scss/_common.scss */
.step {
  width: 50px;
  height: 50px;
  background-color: #292929;
  border-radius: 50%;
  color: #fff;
  display: block;
  margin: 0 auto 10px;
  line-height: 50px;
  font-size: 20px;
  font-size: 1.33333rem; }

/* line 648, ../scss/_common.scss */
.attentionArea .columnBox__col,
.presentationArea .columnBox__col {
  margin: 10px auto; }
/* line 652, ../scss/_common.scss */
.attentionArea .columnBox__colList,
.presentationArea .columnBox__colList {
  padding: 45px 30px;
  background: #fff;
  margin: 10px 0;
  border-radius: 20px;
  line-height: 1.7;
  width: 100%;
  text-align: center; }
  /* line 661, ../scss/_common.scss */
  .attentionArea .columnBox__colList p,
  .presentationArea .columnBox__colList p {
    font-size: 20px;
    font-size: 1.33333rem;
    margin: 15px auto;
    line-height: 1.6;
    text-align: left; }
/* line 669, ../scss/_common.scss */
.attentionArea img,
.presentationArea img {
  margin: 0 auto 10px; }
/* line 673, ../scss/_common.scss */
.attentionArea .subTitle,
.presentationArea .subTitle {
  font-size: 28px;
  font-size: 1.86667rem;
  font-weight: bold;
  margin: 0 auto 10px;
  text-align: center;
  margin: 0 auto 10px;
  text-align: center;
  background: #fff;
  width: 30%;
  padding: 10px 0;
  border: 1px solid;
  position: relative; }

/* line 689, ../scss/_common.scss */
.fTextArea p {
  font-size: 25px;
  font-size: 1.66667rem;
  line-height: 1.6;
  text-align: center; }
/* line 695, ../scss/_common.scss */
.fTextArea b {
  font-size: 40px;
  font-size: 2.66667rem;
  padding: 20px;
  text-align: center;
  display: block; }

/* line 703, ../scss/_common.scss */
.strongText {
  font-weight: bold; }

/* line 708, ../scss/_common.scss */
.instaIcon {
  margin: 10px auto 0; }

/* line 712, ../scss/_common.scss */
.insta_btn2 {
  color: #FFF;
  border-radius: 7px;
  position: relative;
  display: inline-block;
  height: 45px;
  width: 350px;
  text-align: center;
  line-height: 50px;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  text-decoration: none; }

/* line 727, ../scss/_common.scss */
.fa-instagram:before {
  font-weight: normal; }

/* line 731, ../scss/_common.scss */
.insta_btn2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat; }

/* line 742, ../scss/_common.scss */
.insta_btn2 .fa-instagram {
  font-size: 35px;
  font-size: 2.33333rem;
  position: relative;
  top: 1px; }

/* line 748, ../scss/_common.scss */
.insta_btn2 span {
  display: inline-block;
  position: relative;
  top: -2px;
  transition: .5s;
  line-height: 1em;
  font-size: 26px;
  font-size: 1.73333rem;
  font-weight: normal; }

/* line 758, ../scss/_common.scss */
a.insta_btn2:hover,
a.insta_btn2:hover span {
  color: #fff;
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg); }

/*# sourceMappingURL=style_pc.css.map */
