body {
  background-color: #fafafb;
  margin:0;
}
/* top画像 */
.main-visual {
  width: 100%;
  object-fit: contain;
  background: url(../images/main-visual_pc.png);
  background-repeat: no-repeat;
  margin: auto;
  background-size: cover;
  background-position: top;
}
.main-visual2 {
  width: 100%;
  object-fit: contain;
  height: auto;
}
@media screen and (max-width: 767px){
  .main-visual {
    width: 100%;
    object-fit: contain;
    background: url(../images/main-visual_sp.png);
    background-repeat: no-repeat;
    margin: auto;
    background-size: cover;
    background-position: top;
  }
}
.logo-4c {
  width: 120px;
  height: 26px;
  margin: 16px 0px 0px 16px;
  object-fit: contain;
}
@media screen and (min-width:768px){
  .logo-4c {
    width: 200px;
    height: 45px;
    margin: 20px 0px 0px 20px;
  }
}
.hp-link{
  width: 80px;
  height: 16px;
  padding: 0 20px 0 0;
  line-height: 4.0;
  font-size: 16px;
  text-align: right;
  color: #707070;
}
.main-text {
  height: 672px;
  object-fit: contain;
  margin-top: 17px;
}
.Rectangle-Copy {
  /* height: 755px; */
  margin: auto;
  background-color: rgba(255,255,255,0.75);
}
/* ブロック要素を上下左右中央寄せするときは用。親ブロック要素にposition:relativeを指定すること */
.chuuouYose{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
@media screen and (max-width: 375px){
  .main-visual{
    height: 723px;
    transform: rotate(-360deg);
  }
  .Rectangle-Copy {
    width: 319px;
    height: 483px;
    display: block;
  }
  .sp-main-text{
    width: 311px;
    height: 384px;
    margin: auto;
  }
}
@media screen and (min-width: 375px){
  .main-visual{
    height: 723px;
    transform: rotate(-360deg);
  }
  .Rectangle-Copy {
    width: 374px;
    height: 483px;
    display: block;
  }
  .sp-main-text{
    width: 311px;
    height: 384px;
    margin: auto;
  }
}
@media screen and (min-width: 540px){
  .main-visual{
    height: 728px;
    transform: rotate(-360deg);
  }
  .Rectangle-Copy {
    width: 540px;
    /* height: 411px; */
    padding: 31px auto 43px;
  }
  .sp-main-text{
    width: 311px;
    height: 384px;
    margin: auto;
  }
}
@media screen and (min-width: 768px){
  .main-visual{
    height: 728px;
    background-position: right 50% bottom 20px;
    transform: rotate(-360deg);
  }
  .Rectangle-Copy {
    width: 768px;
    padding: 31px auto 43px;
  }
  .pc-main-text{
    width: 469px;
    height: 372px;
    margin: auto;
  }
}
@media screen and (min-width: 1440px){
  .main-visual{
    height: 1136px;
    background-position: right 50% bottom 20px;
    transform: rotate(-360deg);
  }
  .Rectangle-Copy{
    width: 992px;
    height: 788px;
    padding: 31px auto 43px;
  }
  .pc-main-text{
    width: 860px;
    height: 681px;
    margin: auto;
  }
}
@media screen and (min-width: 1920px){
  .main-visual{
    height: 1274px;
    background-position: right 50% bottom 20px;
    transform: rotate(-360deg);
  }
  .Rectangle-Copy{
    width: 992px;
    height: 788px;
    padding: 31px auto 43px;
  }
  .pc-main-text{
    width: 860px;
    height: 681px;
    margin: auto;
  }
}
.text-center {
  text-align: center;
}
.area1 {
  font-family: "Noto Sans JP", sans-serif;
}
.IG_Glyph_Fill {
  width: 38px;
  height: 38px;
  margin: 0 16px;
  object-fit: contain;
}
@media screen and (min-width: 768px){
  .IG_Glyph_Fill{
    width: 82px;
    height: 82px;
    margin: 60px 0 45px;
  }
} 
/* インスタに投稿して案内 */
.text-content1 {
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #262626;
  margin: 0px;
}
.text-content2 {
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #262626;
}
.text-spection1 {
  background-color: #0011E1;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.52;
  letter-spacing: normal;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.Group-10 {
  object-fit: contain;
  margin: auto;
  margin-top: 150px;
  margin-bottom: 24px;
}
@media screen and (max-width:768px){
  .text-content1 {
    font-size: 22px;
    margin-right: 16px;
    margin-left: 16px;
  }
  .text-content2 {
    font-size: 22px;
    width: 242px;
    margin: auto;
  }
  .text-spection1 {
    font-size: 22px;
  }
  .Group-10 {
    object-fit: contain;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 12px;
  }
}
@media screen and (min-width:768px){
  .text-content1 {
    /* font-size: 40px; */
    font-size: 3rem;
  }
  .text-content2 {
    font-size: 40px;
	width: 466px;
    margin:auto;
  }
}
@media screen and (min-width:1440px){
  .text-content1 {
    font-size: 40px;
  }
  .text-content2 {
    width: 859px;
  }
  .text-spection1{
    font-size: 48px;
  }
}
.Rectangle-Copy-7 {
  margin: 60px auto;
  padding: 0 0 38px;
  border-radius: 16px;
  box-shadow: 0 2px 40px 0 rgba(60, 85, 143, 0.2);
  background-color: #ffffff;
}
.Rectangle {
  height: 66px;
  margin: 0 0 29px;
  opacity: 0.75;
  border-radius: 16px 16px 0px 0px;
  background-color: #0011E1;
}
@media screen and (max-width: 375px){
  .Rectangle-Copy-7{
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media screen and (min-width: 375px){
  .Rectangle-Copy-7{
    width: 343px
  }
  .Rectangle{
    width: 343px;
  }
}
@media screen and (min-width: 768px){
  .Rectangle-Copy-7{
    width: 736px;
  }
  .Rectangle{
    width: 736px;
    padding: 15px 0;
  }
}
@media screen and (min-width: 1440px){
  .Rectangle-Copy-7{
    width: 992px;
  }
  .Rectangle{
    width: 992px;
  }
}
/* 賞タイトル、説明 */
.text2 {
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.text3 {
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #262626;
  margin: auto;
  margin-bottom: 19px;
}
@media screen and (max-width:768px){
  .text2 {
    font-size: 24px;
  }
  .text2-long {
    font-size: 15px;
  }
  .text3 {
    font-size: 16px;
    /* width: 311px; */
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media screen and (min-width:768px){
  .text2 {
    font-size: 45px;
    margin-top: 3px;
  }
  .text2-long {
    font-size: 27px;
  }
  .text3 {
    font-size: 24px;
    width: 600px;
  }
}
@media screen and (min-width:1440px){
  .text2 {
    font-size: 45px;
    margin-top: 3px;
  }
}
/* amazon ギフトカード */
.Amazon-logo-RGB {
  object-fit: contain;
  margin: auto;
}
.text4 {
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #262626;
  vertical-align: top;
}
@media screen and (max-width:768px){
  .Amazon-logo-RGB {
    width: 112px;
    height: 42px;
  }
  .text4 {
    width: 116px;
    height: 28px;
    font-size: 19px;
  }
}
@media screen and (min-width:768px){
  .Amazon-logo-RGB {
    width: 187px;
    height: 70px;
  }
  .text4 {
    height: 47px;
    font-size: 36px;
  }
}
/* 〇〇賞 */
.oukan {
  object-fit: contain;
  float: left;
}
.text6 {

  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #262626;
}
.text7 {

  padding: 6px 0 2px 22px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #696969;
}

.text21 {
  object-fit: contain;
  float: left;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #262626;
}

.text-fukusuumei{
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #696969;
}
@media screen and (max-width:768px){
  .oukan{
    height: 25px;
  }
  .oukan-moguzou{
    margin-left: 3px;
  }
  .text6{
    height: 33px;
    font-size: 22px;
  }
  .text7{
    font-size: 19.2;
  }
  .text-fukusuumei{
    padding: 6px 0 7px 12px;
    font-size: 14px;
  }
  .text21{
    height: 22px;
    font-size: 20px;
    padding-top: 3px;
    
  }
}
@media screen and (min-width:768px){
  .oukan{
    height: 41px;
  }
  .oukan-moguzou{
    margin-left: -3px;
  }
  .text6{
    height: 59px;
    font-size: 40px;
  }
  .text7{
    height: 47px;
    font-size: 32px;
  }
  .text-fukusuumei{
    font-size: 24px;
    padding: 12px 0 7px 8px;
  }
  .text21{
    height: 40px;
    font-size: 30px;
    padding-top: 8px;
  }
}
/* もぐぞう賞 */
.text8 {

  font-weight: 900;
  letter-spacing: normal;
  text-align: right;
  color: #262626;
}
.text9 {

  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #0c0c0c;
  margin:0;
}
@media screen and (max-width:375px){
  .text8{
    height: 27px;
    font-size: 15px;
    line-height: 2.0;
  }
  .text9{
    height: 12px;
    font-size: 8px;
    margin-left: -9px;
  }
}
@media screen and (min-width:375px) and (max-width:768px){
  .text8{
    height: 27px;
    font-size: 18px;
    line-height: 2.0;
  }
  .text9{
    height: 12px;
    font-size: 8px;
    margin-left: -9px;
  }
}
@media screen and (min-width:768px){
  .text8{
    height: 38px;
    font-size: 25px;
    line-height: 2.3;
  }
  .text9{
    height: 17px;
    font-size: 11px;
  }
}
.text10 {
  margin: 140px auto 80px auto;
  font-weight: bold;
  line-height: 1.83;
  letter-spacing: normal;
  text-align: center;
  color: #262626;
}
.text11 {
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #262626;
  margin: auto;
}
.step123 {
  object-fit: contain;
  margin: auto;
  margin-top: 25px;
}
.text12 {
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #0c0c0c;
}
.text13 {
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #262626;
}
.text14 {
  width: 300px;
  margin-top: 16px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: center;
  color: #0011E1;
  border: 0;
  outline: 0;
  background-color:#fafafb;
}
@media screen and (max-width:768px){
  .text10{
    font-size: 22px;
    margin-right: 16px;
    margin-left: 16px;
  }
  .text11{
    height: 33px;
    font-size: 22px;
  }
  .step123{
    width: 186px;
    height: 240px;
  }
  .step2-text13-margin-margin{
    margin-bottom: 40px;
  }
}
@media screen and (min-width:768px){
  .text10{
    font-size: 40px;
  }
  .text11{
    height: 59px;
    font-size: 40px;
  }
  .step2-text13-margin-margin{
    margin-bottom: 116px;
  }
}
@media screen and (min-width:1440px){
  .text11{
    height: 59px;
    font-size: 40px;
  }
  .step123{
    width: 310px;
    height: 400px;
  }
  .text12,.text13{
    height: 108px;
    margin: auto;
    margin-top: 13px;
    margin-bottom: 12px;
  }
}
.Rectangle-Copy-6 {
  width: 260px;
  height: 49px;
  border-radius: 24px;
  box-shadow: 0 0 10px 0 rgba(60, 85, 143, 0.2);
  border: solid 1px rgba(52, 56, 65, 0.2);
  background-color: #ffffff;
  text-align: center;
  margin: auto;
}
.text15 {
  width: 160px;
  height: 24px;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #262626;
  float: left;
  margin-left: 50px;
}
@media screen and (max-width:768px){
  .Rectangle-Copy-6 {
    margin-top: 16px;
    margin-bottom: 40px;
  }
  .text15 {
    width: 160px;
    height: 24px;
    font-size: 16px;
  }
}
@media screen and (min-width:768px){
  .Rectangle-Copy-6 {
    margin-top: 12px;
    margin-bottom: 116px;
  }
  .text15 {
    width: 160px;
    height: 24px;
    font-size: 16px;
  }
}
.Arrow {
  width: 20px;
  height: 20px;
  object-fit: contain;
  float: right;
  margin-right: 13px;
  margin-top: 1.5px;
}
.CopyIcon {
  margin-right: 13px;
  margin-top: 1px;
}
.bounds {
  width: 20px;
  height: 20px;
  padding: 1px 2px;
}
.Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917 {
  width: 160px;
  height: 54px;
  object-fit: contain;
}
.google-play-badge {
  width: 181px;
  height: 54px;
  object-fit: contain;
}
@media screen and (max-width:768px){
  .insta-dawnload-area{
    width: 320px;
    margin: auto;
    text-align: center;
  }
  .google-play-badge{
    margin: 16px auto 60px;
  }
}
@media screen and (min-width:768px){
  .insta-dawnload-area{
    width: 368px;
    margin: 0 auto 80px;
  }
  .Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917 {
    margin-left: 20px;
  }
  .google-play-badge {
    margin-left: 20px;
  }
}
.line1 {
  border-top: solid 1px #979797;
}
.text16 {
  /* width: 96px;
  height: 36px; */
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #262626;
  float: left;
  margin-top: 20px;
}
.text17 {
  /* width: 653px; */
  /* height: 80px; */
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #262626;
  float: right;
  margin-top: 20px;
}
.text17 p{
  margin:0;
}
.Rectangle-Copy-8 {
  /* width: 992px;
  height: 787px; */
  margin-top: -183px;
  border-radius: 16px;
  box-shadow: 0 2px 40px 0 rgba(60, 85, 143, 0.1);
  background-color: #ffffff;
  padding-top: 120px;
}
.AdobeStock_325013929 {
  object-fit: contain;
  opacity: 0.83;
}
.text18 {
  font-weight: bold;
  line-height: 1.83;
  letter-spacing: normal;
  color: #262626;
  text-align: center;
}
.Twitter_Social_Icon_Rounded_Square_Color {
  width: 100px;
  height: 60px;
  margin: 0 33px 10px 0;
  object-fit: contain;
  text-align: center;
}
.Twitter-Copy {
  width: 100px;
  height: 24px;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #414042;
  text-align: center;
}
.Rectangle-Copy-9 {
  /* height: 89px; */
  background-color: #535353;
  text-align: center;
  padding: auto;
  /* margin-top: 150px; */
}
.text19 {
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.83;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin: auto;
  padding-top: 8px;
}
.text20 {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.8;
  letter-spacing: normal;
  color: #262626;
  text-align: left;
}
.text20 p{
    margin:0;
}
@media screen and (max-width: 375px){
  .line1{
    width: 100vw;
    margin-right: auto;
    margin-left: auto;
  }
  .text16 {
    /* width: 88px; */
    height: 33px;
    margin: 22px auto 16px 22px;
    font-size: 22px;
  }
  .text17 {
    /* width: 653px; */
    margin: auto 16px 24px;
    font-size: 20px;
  }
  .Rectangle-Copy-8 {
    height: 478px;
    padding-right:  16px;
    padding-left:  16px;
    margin-right: 16px;
    margin-left: 16px;
  }
  .AdobeStock_325013929 {
    width: 208px;
    height: 155px;
    margin: 80px auto 80px;
  }
  .text18 {
    margin-bottom: 40px;
    font-size: 21px;
  }
  .Rectangle-Copy-8>.text18{
    text-align: left;
  }
  .text18.photocon-hiromete{
    margin-right: 16px;
    margin-left: 16px;
  }
  .Rectangle-Copy-9 {
    height: 60px;
    margin: 80px 0 40px;
  }
  .text19{
    width: 154px;
    height: 33px;
    font-size: 22px;
    padding-top: 9px;
  }
  .text20{
    margin: 40px 16px 0 16px;
  }
}
@media screen and (min-width: 375px) and (max-width: 768px){
  .line1{
    width: 343px;
    margin-right: auto;
    margin-left: auto;
  }
  .text16 {
    /* width: 88px; */
    height: 33px;
    margin: 22px auto 16px 22px;
    font-size: 22px;
  }
  .text17 {
    /* width: 653px; */
    margin: auto 16px 24px;
    font-size: 20px;
  }
  .Rectangle-Copy-8 {
    /* width: 992px; */
    height: 478px;
    padding-right:  16px;
    padding-left:  16px;
  }
  .AdobeStock_325013929 {
    width: 208px;
    height: 155px;
    margin: 80px auto 80px;
  }
  .text18 {
    margin-bottom: 40px;
    font-size: 21px;
  }
  .Rectangle-Copy-8>.text18{
    text-align: left;
  }
  .Rectangle-Copy-9 {
    height: 60px;
    margin: 80px 0 40px;
  }
  .text19{
    width: 154px;
    height: 33px;
    font-size: 22px;
    padding-top: 9px;
  }
  .text20{
    width: 343px;
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 768px){
  .line1{
    width: 736px;
    margin: 22px auto;
  }
  .text16{
    width: 96px;
    font-size: 20px;
    margin-right: 70px;
  }
  .text17{
    width: 616px;
    font-size: 20px;
  }
  .Rectangle-Copy-8 {
    height: 787px;
    padding-right:  16px;
    padding-left:  16px;
  }
  .text18 {
    margin: 74px auto 80px auto;
    font-size: 40px;
  }
  .Rectangle-Copy-8>.text18{
    text-align: left;
  }
  .Rectangle-Copy-9 {
    height: 89px;
    background-color: #535353;
    text-align: center;
    padding: auto;
    margin-top: 150px;
  }
  .AdobeStock_325013929 {
    width: 347px;
    height: 258px;
    margin: 140px auto auto auto;
  }
  .text19{
    width: 280px;
    height: 73px;
    font-size: 40px;
  }
  .text20{
    width: 736px;
    margin: 75px auto;
  }
}
@media screen and (min-width: 1440px){
  .line1{
    width: 992px;
    margin: 22px auto;
  }
  .text16 {
    width: 96px;
    font-size: 24px;
    margin-right: 70px;
  }
  .text17 {
    font-size: 24px;
    width: 818px;
    margin-left: auto;
  }
  .Rectangle-Copy-8 {
    width: 992px;
    height: 787px;
  }
  .Rectangle-Copy-8>.text18 {
    text-align: center;
  }
  /* [css-br]cssで改行させる-他のスタイルと組み合わせて指定する事 */
  .text18>.css-br::after,.text-content1>.css-br::after {
    content: "\A" ;
    white-space: pre;
    text-align: center;
  }
  .text20{
    width: 992px;
    /* height: 1980px; */
    margin: 75px auto;
  }
}

.sp-only-767 {
  display: none !important;
}
.sp-only-inline-767{
  display: none !important;
}
.pc-only-inline-767{
  display: inline !important;
}

.sp-only {
  display: none !important;
}
.sp-only-inline{
  display: none !important;
}
.pc-only-inline{
  display: inline !important;
}
.junni{
  width: 80%;
  margin: auto;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sp-only-767 {
    display: block !important;
  }
  .sp-only-inline-767 {
    display: inline !important;
  }
  .pc-only-767 {
    display: none !important;
  }
  .pc-only-inline-767 {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sp-only {
    display: block !important;
  }
  .sp-only-inline {
    display: inline !important;
  }
  .pc-only {
    display: none !important;
  }
  .pc-only-inline {
    display: none !important;
  }
}
@media screen and (min-width:444px){
  .junni{
    width: 65%;
  }
}
@media screen and (min-width: 768px){
  .junni{
    width: 65%;
    margin: auto;
  }
}
@media screen and (min-width:1100px){ 
  .junni{
    width: 90%;
    margin: auto;
  }
}
@media screen and (min-width:1440px){ 
  .junni{
    width: 93%;
  }
}

.shoukin{
  /* margin: 0 60px; */
}
.insta-tejun{
}
@media screen and (max-width: 768px){
  .line1.responsiveRC {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px){
  .shoukin{
    width: 98%;
    margin: 0 auto;
    text-align: right;
  }
  .line1.responsiveRC,.award.responsiveRC{
    display: flex;
  }
  .insta-tejun{
    width: 768px;
    margin: 0 auto;
  }
}
@media screen and (min-width:1100px){
  .shoukin.responsiveRC{
    display:flex;
  }
  .float-left{
    width: 40%;
    margin: auto;
  }
  .float-right{
    width: 50%;
    margin: auto;
  }
}

@media screen and (min-width: 1440px){
  .responsiveRC{
    display: flex;
  }
  .shoukin{
    width: 75%;
    margin: 0 auto;
    text-align: right;
  }
  .insta-tejun{
    width: 992px;
    margin: 0 auto;
  }
}

.oya-same-width{
  width: 100%;
}
@media screen and (min-width:768px){
  .div-inline{
    display: inline;
  }
}
/* 共通部品 */
/* text-centerは既存 */
.text-right{
  text-align: right;
}
.text-left{
  text-align: left;
}
.wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
}
.sp-margin-around-16px{
  margin-right: 16px;
  margin-left: 16px;
}
@media screen and (min-width: 768px) {
 .sp-margin-around-16px{
  margin-right: auto;
  margin-left: auto;
 } 
}
/* 吹き出し生成 */
.balloonoya {
  position   : relative;
}
.balloon1 {
  display: none;
}
.balloon {
  position: absolute;
  background-color: #b7b7b7;
  width: 109px;
  height: 26px;
  left : 30%;
  bottom : 150%;
  margin-bottom : 12px;
  color: #fff;
  border-radius: 8px;
}
.balloon:after{
  border-top: 12px solid #b7b7b7; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: -11px;
  left : 40%;
  content: "";
  position: absolute;
}

.footer{
  margin: 140px 0 0;
  padding-top: 80px;
  padding-bottom: 43px;
  background-color: #0011E1;
}
.footer-text-address{
  margin-top: 16px;
  font-size: 16px;
  line-height: 2.25;
  color: #fff;
}
.footer-text-tel{
  margin-bottom: 64px;
  font-size: 16px;
  line-height: 2.25;
  color: #fff;
}
.footer-line{
  width: 80%;
  margin: 64px auto 20px;
  opacity: 0.3;
  border-top: solid 1px #ffffff;
}
.footer-text-copyright{
  margin-top: 20px;
  font-size: 16px;
  line-height: 2.25;
  color: #fff;
}
.photo-by-instagramh-copy {

  position:absolute;
  bottom:60px;
  right:16px;
  text-align:right;

  width: 177px;
  height: 18px;
  opacity: 0.7;
  font-size: 10px;
  font-weight: 300;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #262626;
}

/*フォトコン結果発表追加css*/
.text-content21{
  margin-right: 16px;
  margin-left: 16px;
  margin-top: 40px;
  font-size: 20px;
  text-align: left;
  font-weight: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #262626;
}

.text-content22{
  margin-bottom: 0;
  text-align: center;
  color: #A000BE;
  background: linear-gradient(261deg, #1400c8 0%, #b900b4 50%, #f50000);
  background: -ms-linear-gradient(261deg, #fff 0%, #fff 50%, #fff);
  font-size: 25.4px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.52;
  letter-spacing: normal;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.Rectangle-Copy-10{
  width: 106px;
  height: 5px;
  opacity: 0.75;
  margin: auto;
  margin-bottom: 80px;
  border-radius: 2.1px;
  background-image: linear-gradient(267deg, #f50000, #b900b4 50%, #1400c8);
}
.oukan-flame{
  width: 42px;
  margin-bottom: -3px;
}

.oukan-flame-under2{
  width: 43px;
  height: 30px;
  margin-bottom: -3px;
}

.text-content23{
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #0c0c0c;
}
.amazon-logo-result{
  padding-left: 11px;
  vertical-align: middle;
}
.amazon-logo-result-2{
  width: 99px;
}
.text-content24{
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 3.0;
  letter-spacing: normal;
  text-align: center;
  color: #262626;
}
.text-content24-5{
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 3.0;
  letter-spacing: normal;
  text-align: center;
  color: #262626;
  vertical-align: text-bottom;
}
.first-award-flame{
  width: 100%;
  margin-top: 13px;
  border-radius: 4.2px;
  box-shadow: 0 5px 16px 0 rgb(11, 29, 112, 0.2);
  background-color: #d8d8d8;
}
.first-award-winner-flame{
  margin: auto;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 6px;
    -webkit-backdrop-filter: blur(3.4px);
    backdrop-filter: blur(3.4px);
    box-shadow: 0 5px 16px 0 rgb(11, 29, 112, 0.2),
     inset 0 1px 17px 0 rgba(255, 255, 255, 0.6), inset 0 0 2px 0 rgba(255, 255, 255, 0.5);
 }
.shoukin-flame{
  margin-top: 24px;
  margin-right: 16px;
  margin-left: 16px;
  padding: 0 0 38px;
  border-radius: 16px;
  box-shadow: 0 5px 16px 0 rgb(11, 29, 112, 0.2);
  background-color: #ffffff;
}
.shoukin-flame-title {
  margin: 0 0 29px;
  opacity: 0.75;
  border-radius: 16px 16px 0px 0px;
  background-image: linear-gradient(265deg, #f50000 0%, #b900b4 59%, #1400c8);
}

 /*受賞者*/
 .text-content25 {
  opacity: 0.85;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.text25-p-top{
  padding-top: 3%;
  color: #262626;
}
.text25-p-bottom{
  padding-bottom: 3%;
}
.kamifubuki-back-img{
  width: 100%;
  object-fit: contain;
  background: url(../images/kamifubuki.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 12%;
  background-origin: border-box;
}
.mogu-nashi-kamifubuki{
  background-position: center 18%;
}
/*二位以下以降の〇万円*/
.text-content26{
  font-size: 25.4px;
  font-weight: bold;
  text-align: center;
  color: #262626;
}
.float-award-separate{
  margin-top: 40px;
}
.second-award-flame{
  /* min-width: 256px; */
  width: 100%;
  margin-top: 13px;
  border-radius: 4.2px;
  box-shadow: 0 5px 16px 0 rgba(11, 29, 112, 0.2);
  background-color: #d8d8d8;
}
.second-award-flame-margin{
  margin-right: 16%;
  margin-left: 16%;
}
.second-award-winner-flame{
  margin-top: 16px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 14px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 30px 0 rgba(11, 29, 112, 0.2),
   inset 0 1px 40px 0 rgba(255, 255, 255, 0.6), inset 0 0 3px 0 rgba(255, 255, 255, 0.5);
}
.thankyou-size{
  width: 100%;
  max-width: 271px;
  padding-bottom: 41px;
}
.moguzou-margin{
  padding-top: 15%;
  margin: auto;
  padding-bottom: 19px;
}
.moguzou-award-text{
  font-size: 14.8px;
  font-weight: bold;
  text-align: center;
  color: #262626;
  vertical-align:super;
}
.moguzou-award-flame{
  width: 100%;
  margin-top: 13px;
  border-radius: 4.2px;
  box-shadow: 0 5px 16px 0 rgba(11, 29, 112, 0.2);
  background-color: #d8d8d8;
  /* max-width: 206px; */
}
.moguzou-award-winner-flame{
  margin-top: 16px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 14px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 30px 0 rgba(11, 29, 112, 0.2),
   inset 0 1px 40px 0 rgba(255, 255, 255, 0.6), inset 0 0 3px 0 rgba(255, 255, 255, 0.5);
  /* max-width: 206px; */
  margin-right: auto;
  margin-left: auto;
}
.from-staff{
  text-align: center;
  padding-top: 24px;
  padding-bottom: 104px;
}
.sns-btn-margin{
  padding-top: 32px;
  padding-bottom: 104px;
}
.popup-title-flex{
 color: #262626; 
}
.popup-title-award{
  font-size: 18px;
  vertical-align: text-top;
  color: #262626
}
.popup-title-winner{
  font-size: 16px;
  vertical-align: text-top;
  margin-left: 6px;
}
.popup-title-oukan{
  width: 40px;
  height: 29px;
  margin-right: 6px;
  vertical-align: bottom;
}
.carousel-flame{

  margin-top: 40px;
}
.a-inorganic{
  color: #A000BE !important;
  /* background: -webkit-linear-gradient(180deg, #f50000, #b900b4 41%, #1400c8);
  -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  /* border-bottom: solid 2px ; */
}
.moguzou-award-flame-left, .moguzou-award-flame-right{
  max-width: 206px;
  margin-right: auto;
  margin-left: auto;
}
.moguzou-award-flame-single{
  max-width: 206px;
}
@media screen and (max-width:768px) {
  .first-award-winner-flame{
    margin-top: 16px;
    margin-right: 16px;
    margin-left: 16px;
  }
  .text-content25 {
    font-size: 17px;
  }
  .amazon-logo-result{
    padding-top: 8px;
  }
  .mozisuu-ooi-fontSize{
    font-size: 14px;
  }
  .popup-title-award{
    font-size: 18px;
  }
  .popup-title-winner{
    font-size: 16px;
  }
  .popup-title-flex{
    text-align: center;
  }
}
@media screen and (max-width:767px) {
  .popup-title-award-p{
    padding-bottom: 18px;
  }
}
@media screen and (min-width: 550px){
  .shoukin-flame{
    margin-top: 60px;
    margin-right: 16%;
    margin-left: 16%;
  }
}

@media screen and (min-width: 768px) {
  .text-content21{
    margin: 0;
    margin-top: 61px;
    text-align: center;
  }
  /*css-brの使い方
  * 別のスタイル>.css-br::afterとcssに定義する
  * 改行させたい幅サイズの中で定義するex).@media ~ max-width:xxx
  * html側で改行させたい要素のクラスにcss-brを設定する
  */
  .text-content21>.css-br::after{
    content: "\A" ;
    white-space: pre;
    text-align: center;
  }

  .text-content22{
    font-size: 48px;
  }
  .Rectangle-Copy-10{
    width: 200px;
    height: 10px;
    border-radius: 4px;
  }
  .oukan-flame{
    width: 4rem;
    margin-bottom: -4px;
  }
  .oukan-flame-under2{
    width: 3rem;
    height: auto;
    margin-bottom: -4px;
  }
  .text-content23{
    padding-left: 16px;
    font-size: 3rem;
  }
  .amazon-logo-result{
    padding-left: 24px;
    width: 147px;
  }
  .text-content24{
    font-size: 32px;
    line-height: 2.3;
  }
  .text-content24-5{
    font-size: 1.4rem;
    line-height: 2.3;
  }
  .first-award-flame-margin{
    margin-right: 16%;
    margin-left: 16%;
  }
  .first-award-flame{
    margin-top: 32px;
    border-radius: 8px;
    box-shadow: 0 5px 16px 0 rgb(11, 29, 112, 0.2);
  }
  .first-award-winner-flame{
    margin: 0 22%;
    margin-top: 16px;
    margin-bottom: 20px;
    border-radius: 7.4px;  }
  .text-content25 {
    font-size: 22px;
  }
  .text-content26{
    font-size: 3vw;
  }
  .float-award-separate{
    margin-right: 1%;
    margin-left: 1%;
    margin-top: 75px;
    width: 50%;
  }
  .second-award-winner-flame{
    margin-top: 32px;
  }
  .thankyou-size{
    width: 55%;
    max-width: 557px;
  }
  .moguzou-margin{
    padding-bottom: 5%;
  }
  .moguzou-award-text{
    font-size: 2.5vw;
  }
  .from-staff{
    text-align: right;
    padding-top: 4%;
    padding-bottom: 18%;
  }
  .sns-btn-margin{
    padding-top: 4.2%;
    padding-bottom: 18%;
  }
  .last-massage-margin{
    margin-right: 16%;
    margin-left: 16%;
  }
  .carousel-flame{
    margin-top: 11%;
  }
  .moguzou-award-flame{
    /* max-width: 20rem; */
  }
  .moguzou-award-winner-flame{
    /* max-width: 20rem; */
  }
  .moguzou-award-flame-right{
    max-width: 387px;
    min-width: 206px;
    margin-right: 14%;
  }
  .moguzou-award-flame-left{
    max-width: 387px;
    min-width: 206px;
    margin-left: 14%;
  }
  .mozisuu-ooi-fontSize{
    font-size: 17px;
    line-height: 2.2;
  }
  .mozisuu-ooi-moguou-fontSize{
    font-size: 17px;
    line-height: 2.2;
  }
  .moguzou-award-flame-single{
    width: 50%;
    min-width: 206px;
    max-width: 387px;
  }
  .moguzou-award-flame-single-m{
    margin-right: 14%;
    margin-left: 14%;
  }
  .popup-title-flex{
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (min-width:1440px) {
  .first-award-flame-margin{
    margin-right: auto;
    margin-left: auto;
  }
  .first-award-flame{
    width: 992px;
  }
  .oukan-flame{
    width: 100px;
  }
  .oukan-flame-under2{
    width: 88px;
    height: 56px;
  }
  .text-content23{
    font-size: 60px;
  }
  .text-content24-5{
    font-size: 32px;
    line-height: 2.7;
  }
  .amazon-logo-result-2{
    width: 187px;
  }
  .first-award-winner-flame{
    height: 176px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 800px;
    border-radius: 14px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }
  .text-content25{
    font-size: 40px;
  }
  .text-content26{
    font-size: 48px;
  }
  .second-award-flame{
    margin-top: 24px;
    min-width: 484px;
  }
  .float-award-separate{
    margin-top: 140px;
  }
  .thankyou-size{
    width: 557px;
    padding-bottom: 60px;
  }
  .moguzou-margin{
    padding-top: 138px;
    padding-bottom: 40px;
  }
  .moguzou-award-text{
    font-size: 28px;
  }
  .from-staff{
    padding-top: 32px;
    padding-bottom: 208px;
  }
  .sns-btn-margin{
    padding-top: 60px;
    padding-bottom: 208px;
  }
  .moguzou-award-flame{
    margin-top: 24px;
    /* max-width: 400px; */
  }
  .moguzou-award-winner-flame{
    /* max-width: 400px; */
  }
  .popup-title-award{
    font-size: 24px;
    color: #262626;
  }
  .popup-title-winner{
    font-size: 20px;
    margin-left: 12px;
    color: #262626;
  }
  .popup-title-oukan{
    width: 50px;
    height: 36px;
    margin-right: 12px;
  }
  .carousel-flame{
    margin-top: 140px;
  }
  .last-massage-margin{
    width: 796px;
    margin:auto;
  }
  .mozisuu-ooi-fontSize{
    font-size: 30px;
  }
  .mozisuu-ooi-moguou-fontSize{
    font-size: 25px;
    line-height: 2.3;
  }
  .moguzou-award-flame-right{
    max-width: 388px;
    margin-right: auto;
  }
  .moguzou-award-flame-left{
    max-width: 388px;
    margin-left: auto;
  }
  .moguzou-award-flame-single{
    max-width: 387px;
  }
}
@media screen and (max-width:940px) {
  .mozisuu-ooi-moguou-fontSize{
    font-size: 14px;
  }
}

.btn_photocon_result {
  width: 260px;
  height: 56px;
  border-radius: 9px;
  border: solid 1px #707070;
  display: block;
  background-color: #fff;
  box-sizing: border-box;
  text-decoration: none;
  margin: 8px auto;
  padding-top: 12px;
}
.photocon_result_text {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  color: #262626;
}
@media screen and (max-width: 375px) {
  .btn_photocon_result {
    width: 203px;
    height: 42px;
    border-radius: 9px;
    border: solid 1px #707070;
    display: block;
    background-color: #fff;
    box-sizing: border-box;
    text-decoration: none;
    margin: 8px auto;
    padding-top: 10px;
  }
  .photocon_result_text {
    font-size: 1.0em;
    font-weight: bold;
    text-align: center;
    color: #262626;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(255, 255, 255);
}

/* モーダルのコンテンツ */
.modal-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  width: 80%;
  border-radius: 8px;
}

/* 閉じるボタン */
.close-btn {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  display: none;
}

.close-btn:hover,
.close-btn:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.hashTag {
  font-size: 6px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #262626;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 35%;
}

@media screen and (min-width:769px){
  .hashTag {
    font-size: 10px;
  }
}

.award-select{
  width: 260px;
  height: 56px;
  border-radius: 9px;
  border: solid 1px #707070;
  display: block;
  background-color: #fff;
  box-sizing: border-box;
  text-decoration: none;
  margin: 8px auto;
  padding-top: 12px;

  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  color: #262626;

  position: relative;
}

.award-select::after{
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  position: absolute;
  top: 20px;
  right: 5px;
  transform: rotate(45deg);
  z-index: 1;
}

.award-options{
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #E4E3E1;
  text-decoration: none;
  padding: 5px;

  position: absolute;
  top: 10px;
  right: 10px;
  box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.award-option{
  width: 100%;
  height: 30px; 
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #E4E3E1;
  padding: 5px;

  font-size: 0.9em;
  font-weight: normal;
  text-align: left;
  user-select: none;
}

.award-option:hover{
  background-color: #53A1FF;
  color: white;
}