@charset "UTF-8";
/*--------------------------------------------------
 *Google Fonts 読み込み*
 -------------------------------------------------*/

@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

/*--------------------------------------------------
 *リセット*
 -------------------------------------------------*/
html, body, div, span, h4, h5, h6, p, dd, dt, dl,
a, ul, li, figure, figcaption, footer, header, hgroup {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

a {
  color: ffffff;
}

.blown { color: #522800!important;}
/*--------------------------------------------------
 *共通設定*
 -------------------------------------------------*/
body .friend {
  color: #3f3f4e;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  background-color: #ffffff;
  font-size: 16px;
}

.mb5 {
  margin-bottom: 5%;
}
.mt2 {
  margin-top: 2%;
}
.font_dai_b {
  font-size: 28px;
  font-weight: bold;
}

.font_dai {
  font-size: 120%;
}
.font_dai1-5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 2.2;
}

.font_dai2 {
  font-size: 21px;
  font-weight: bold;
}

.font_dai3 {
  font-size: 28px;
}

.small {
  font-size: 80%;
}

.font_small {
  font-size: 13px;
}


@media screen and (max-width: 1040px) {
  .font_dai1-5 {
    line-height: 1.2;
  }

}
@media screen and (max-width: 768px) {
  .font_col_b {
    font-size: 19px;
    line-height: 1.3;
  }
  .font_dai {
    font-size: 27px;
  }
  .font_dai1-5 {
    font-size: 17px;
    line-height: 1.2;
  }
  .font_dai2, .font_dai3 {
    font-size: 18px;
    line-height: 1.1;
  }
  .text_left {
    text-align: left;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}

/*--------------------------------------------------
 *リセット*
 -------------------------------------------------*/
.clearfix {
  overflow: hidden;
  *zoom: 1;
}

.clearfix::after {
  content: “”;
  display: block;
  clear: both;
}

/*------------------------ PCとSPで出し分ける-----------------------*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.bai_pc {
  display: block !important;
}

.bai_sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .bai_pc {
    display: none !important;
  }
  .bai_sp {
    display: block !important;
  }
}

/*PCだけ改行しない*/
.br-pc {
  display: none;
}

/*spだけ改行しない*/
.br-sp {
  display: inline;
}

/*spだけ改行しない*/
@media only screen and (max-width: 1000px) {
  .br-pc {
    display: inline;
  }
  .br-sp {
    display: none;
  }
}

/*spだけ改行しない*/
@media only screen and (max-width: 768px) {
  .br-pc {
    display: inline;
  }
  .br-sp {
    display: none;
  }
}

/*--------------------------------------------------
 *ヘッダ・フッタ*
 -------------------------------------------------*/
/*-------------------フッター表示------------------------*/
/*spから*/
#sp_footer {
  display: inline;
}

#footer_tk {
  display: none;
}

#footer_pc_common {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif !important;
}

.footer_ltxt_n {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif !important;
}

/* pc　910px以上 */
@media only screen and (min-width: 910px), print {
  #sp_footer {
    display: none;
  }
  #footer_tk {
    display: inline;
  }
  #footer_pc_common {
    color: #522800 !important;
  }
  #footer_pc_common a:visited {
    color: #522800 !important;
  }
  #footer_pc_common a:link {
    color: #522800 !important;
  }
  #footer_pc_common .ft_pc_common_cp {
    padding: 10px 0 !important;
  }
  #footer_pc_common ul {
    border-top: #522800 1px solid;
    border-bottom: #522800 1px solid;
  }
}

/*--------------------------------------------------
  fotter
  -------------------------------------------------*/
/*フッター表示_____________________*/
#sp_footer {
  display: inline;
}

#footer_tk {
  display: none;
}

#footer_pc_common {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif !important;
}

.footer_ltxt_n {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif !important;
}

@media only screen and (min-width: 910px), print {
  #sp_footer {
    display: none;
  }
  #footer_tk {
    display: inline;
  }
}

#sp_footer #footer_box_n {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #000;
}

#sp_footer .footer_ltxt_n {
  margin: 0;
  padding: 10px 5px;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  color: #fff;
}

#sp_footer .footer_ltxt_n a {
  margin: 0;
  padding: 10px 5px;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

#sp_footer .footer_ctxt_n {
  padding: 0 5px 5px 5px;
  color: #999;
  font-size: 12px;
  text-align: center;
  line-height: 1.3;
}

/* pc　910px以上 end */
/*-------------------フッター表示 end------------------------*/


/*--- 背景 ---*/
.top_bg {
  background-color: #f8d1dc;
  background-image:repeating-linear-gradient(-45deg,rgba( 255, 255, 255, 0.25 ), rgba( 255, 255, 255, 0.25 ) 7px,transparent 0, transparent 14px);
}

.tomo_bg{
  background-color: #d8e6ef;
  background-image:repeating-linear-gradient(-45deg,rgba( 255, 255, 255, 0.25 ), rgba( 255, 255, 255, 0.25 ) 7px,transparent 0, transparent 14px);
}

.tomo_bg2{
  background-color: #fbeec8;
  background-image:repeating-linear-gradient(-45deg,rgba( 255, 255, 255, 0.25 ), rgba( 255, 255, 255, 0.25 ) 7px,transparent 0, transparent 14px);
}



/*---------------------------------------
 メインビジュアル
 --------------------------------------*/

 .main_header_area {
  padding: 0% 1% 0%;
 }

.main_header_area img {
  margin: 0 auto;
  text-align: center;
}

.main_header_ttl {
  text-align: center;
  z-index: 1;
}

.main_header_area .main_header_ttl img {
  max-width: 1040px;
  width: 100%;
  margin-bottom: -2.5%;
}

a .hover_style1{
	transition: all 0.2s ease; /*0.5秒かけて要素を変化*/
}
a:hover .hover_style1{
	opacity: 0.8; /*要素の透明度を指定*/
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

@media screen and (max-width: 1040px) {
  .main_header_ttl {
        padding: 2% 0 0;
  }

}


/*main_header_SP_________________*/
.main_header_sp img {
  width: 100%;
}

.contents {
  max-width: 1040px;
    padding: 30px 0;
    margin: 0 auto;
}

@media screen and (max-width: 1040px) {
  .contents {
  }
}

.tokuten-content{
  width: 1040px;
  max-width: 98%;
  margin: 0 auto;
  position: relative;
}

.tokuten-content .title{
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 11;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.tokuten-content .title_sp{
}

.tokuten-content .title img{
  width: 446px;
  max-width: 100%;
  margin-top: -10%;
}


@media screen and (min-width: 1700px) {
.tokuten-content {
  margin-top: 0.7vw;
}
}

@media screen and (min-width: 2000px) {
  .tokuten-content {
    margin-top: 1vw;
  }
  }

.tokuten_tables {
    text-align: center;
    padding-bottom: 1em;
}

.main_header_area .tokuten-content .tokuten_tables img{
  width: 505px;
  max-width: 99%;
  padding: 2px 0;
}

/* ご紹介方法はカンタン ------------------------------------*/

.syoukai_tables{
  position: relative;
}

.syoukai_tables .yajirushi{
  position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-47%, -50%);
    -webkit-transform: translate(-47%, -50%);
    -ms-transform: translate(-47%, -50%);
}

.syoukai_tables .yajirushi img{
  width: 100%;
  max-width: 62px;
}

.syoukai_ttl{
  text-align: center;
}

.syoukai_ttl img{
  max-width: 100%;
  width: 676px;
  margin: 0 auto;
}

.syoukai_table{
  margin: 2%;
  padding: 3% 2% 4%;
  text-align: left;
}

.syoukai_table1{
  border: 2px solid #e74473;
}

.syoukai_table2{
  border: 2px solid #0082c8;
}

.syoukai_tables img{
  max-width: 100%;
  width: 109px;
}

.syoukai_tables p{
  color:#000;
  text-align: left;
  padding: 1% 0;
  line-height: 1.4;
}

.syoukai_tables .pink {
  color: #e74473;
}

.syoukai_tables .blue{
  color: #0082c8;
  padding-top: 5.2%;
  font-weight: 700;
}


.syoukai_img,.syoukai_text{
  display: inline-block;
  vertical-align: top;
}

.syoukai_img{
  padding: 5px;
  width: 23%;
}

.syoukai_text{
  width: 69%;
}

.syoukai_tables .text_a{
  text-align: right;
  padding: 0;
}

@media screen and (max-width: 768px) {
.syoukai_tables .text_a{
  text-align: right;
}

.syoukai_tables .yajirushi{
  position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-44%, -50%);
    -webkit-transform: translate(-44%, -50%);
    -ms-transform: translate(-44%, -50%);
}

.syoukai_tables .yajirushi img{
  width: 80%;
  max-width: 62px;
  transform: rotate( 90deg );
}

}

.icons {
  margin: 4% auto 0;
}

.icons .icon a{
  color: #000;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}

.icons .icon{
  padding: 0;
  margin: 0 5rem;
  display: inline-block;
}

.icons .icon img{
  max-width: 100%;
  width: 124px;
  padding-bottom: 11px;
}

.icons .icon p{
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

@media screen and (max-width: 768px) {
.icons .icon{
  margin: 20px;
}

.icons .icon p{
  font-size: 17px;
}

}

/* 紹介されたお友達の特典 ------------------------------------*/

.tomo_bg .tomo_area{
  position: relative;
  padding: 0;
}

.tomo_bg .tomo_area .tomo_ttl ,.tomo_bg .tomo_area .tomo_text_all,.top_bg .tomo_area .tomo_text_all{
  text-align: center;
}

.tomo_bg .tomo_area .tomo_text_all{
  margin: -77px auto 0;
  display: block;
  width: 80%;
}

.tomo_bg .tomo_area .tomo_text{
  font-size: 20px;
  padding-bottom: 0.3em;
  font-weight: 500;
}

.tomo_bg .tomo_area .tomo_text2{
  font-size: 27px;
  color: #0082c8;
  font-weight: 700;
}

.tomo_ttl img {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
}

.tomo_area .shouhin{
  border: 4px solid #0082c8;
  margin: 6%;
  position: relative;
  padding: 0 0 2em 0;
  background-color: #fff;
}

.tomo_area .shouhinall{
  margin: 3% 0;
}

.tomo_area .shouhin p{
  font-size: 16px;
  font-weight: bold;
  padding: 7% 2% 3% 3%;
  line-height: 1.5;
}

.tomo_area .shouhin .syouhin_name{
  font-size: 21px;
  line-height: 1em;
}

.tomo_area .shouhin .syouhin_name .kinou{
  font-size:65%;
  margin:0;
  padding:0;

}

.tomo_area .shouhin .font_dai2 {
    font-size: 21px;
    line-height: 2.2;
}

.tomo_area .shouhin .my-parts {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 0 0 100% 0;
	background: #0082c8;
  position: absolute;
  top:0;
  left: 0;
}

.tomo_area .shouhin .my-parts p{
  color: #fff;
  font-size: 1.5em;
  vertical-align: middle;
  padding: 5% 20% 0 0;
}

.tomo_area .button-choose {
    border: 1px solid #0082c8;
    background: #fff;
    color: #0082c8;
    border-radius: 2em;
    font-weight: bold;
    position: relative;
    bottom: -1em;
    padding: 1% 10% 1% 7%;
}



.tomo_area .button-choose a{
    color: #0082c8;
    font-weight: bold;
    text-decoration: none;
}

.tomo_area .button-choose i{
  padding: 0 10% 0 0;
}

 .shouhin img {
  max-width: 286px;
  height: auto;
  width: 100%;
}

@media screen and (max-width: 1040px) {
  .tomo_area .shouhin p{
    padding: 5% 3% 3% 12%;
  }

  .tomo_area .shouhin .font_dai2 {
      font-size: 19px;
      line-height: 1.2;
  }

  .tomo_bg .tomo_area .tomo_text2{
    font-size: 24px;
  }
}


@media screen and (max-width: 853px) {
  .tomo_bg .tomo_area .tomo_text_all {
    margin: 0px auto 0;
    display: block;
    width: 90%;
  }

  .tomo_area .shouhin{
    margin: 3%;
  }
  .tomo_area .shouhin p{
    font-size: 12px;
    padding: 5% 3% 3% 15%;
    height: 60px;
  }

  .tomo_area .shouhin .my-parts{
    width: 30px;
    height: 30px;
  }

  .tomo_area .shouhin .my-parts p{
    font-size: 1.1em;
    padding: 0% 29% 0 0;
  }

}


@media screen and (max-width: 768px) {
  .tomo_area .shouhin .syouhin_name .kinou{
    font-size:55%;
  }
  }
  
  @media screen and (max-width: 385px) {
  
    .tomo_area .shouhin p{
      height: 75px;
      font-size: 10px;
    }
    .tomo_area .shouhin .font_dai2 {
      font-size: 17px;
    }
    .tomo_area .shouhin .syouhin_name .kinou{
      font-size:50%;
    }
    }
/* あなたの特典 ------------------------------------*/
.top_bg .tomo_area .tomo_text_all{
  margin: -59px auto 0;
  display: block;
  width: 80%;
}

.top_bg  .tomo_area .tomo_text{
  font-size: 20px;
  padding-bottom: 0.3em;
  font-weight: 500;
}

.top_bg  .tomo_area .tomo_text2{
  font-size: 27px;
  color: #e74473;
  font-weight: 700;
}

.anata_mocha{
  text-align: left;
  padding: 2% 0;
}

.anata_mocha img{
  width: 588px;
  max-width: 100%;
  margin: 0 auto;
}

.anata_mocha p{
  width: 523px;
  max-width: 100%;
  margin: -30px auto 0;
  font-size: 13px;
}

@media screen and (max-width: 768px) {

  .top_bg .tomo_area .tomo_text_all{
    margin: 0px auto 0;
    display: block;
    width: 90%;
  }

  .anata_mocha{
    padding: 2% 4% 4%;
  }
  .anata_mocha img{
    padding-bottom: 3%;
  }

  .anata_mocha p{
    width: 600px;
    margin: 0px auto 0;
    font-size: 13px;
  }

}

/* 特典がもらえる方法は2種類!! ------------------------------------*/

.howto_ttl{
  font-size: 36px;
  color: #0082c8;
  font-weight: 700;
  padding: 2% 0;
}

.howto__all{
  position: relative;
  margin-top: 5%;
}

.howto__all .howto_img{
  position: absolute;
  top: -53px;
  left: 0;
  width: 32%;
}

.howto_img img {
  max-width: 312px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .howto__all .howto_img{
    position: absolute;
    top: -28px;
    left: 4px;
    width: 27%;
  }
  
}

@media screen and (max-width: 768px) {
  .howto_img img {
    max-width: 312px;
    width: 60%;
    margin: 2% auto 0;
  }
}

.howto_text_all{
  background-color: #fff;
  padding: 2% 2% 2% 16%;
  margin: 2% 2%;
}

.howto_text1{
  font-size: 23px;
  padding: 1%;
  font-weight: 700;
}

.howto_text2{
  font-size: 28px;
  padding: 1%;
  font-weight: 700;
}

.tomo_area .set_all{
  border: 4px solid #0082c8;
  margin: 6%;
  position: relative;
  padding: 0 0 3em 0;
  background-color: #fff;
}

.tomo_area .button-set{
    border: 1px solid #6fb92c;
    background: #6fb92c;
    color: #fff;
    border-radius: 2em;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding: 2% 10% 2% 10%;
    bottom: -1em;
    width: 90%;
  }

  .tomo_area .button-out{
    border: 1px solid gray;
    background: gray;
    color: #fff;
    border-radius: 2em;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding: 2% 10% 2% 10%;
    bottom: -1em;
    width: 90%;
  }

.tomo_area .set_all .font_dai{
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  padding: 5% 3% 3% 6%;
  line-height: 1.5;
}

.tomo_area .set_all .set {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    padding: 5% 3% 3% 6%;
    line-height: 1.5;
        height: 80px;
}


.tomo_set_img{
 padding: 0 5px;
}
.tomo_area .set_all img{
  /* width: 100%; */
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.tomo_area .button-set a{
  text-decoration: none;
}

.tomo_area .set_all .button-set i{
  padding-left: 5%;
}

.tomo_area .set_all .souryoumuryou{
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 3%;
  margin: 4%;
  line-height: 1.5;
  color: #e74473;
  border: 2px solid #e74473;
  border-radius: 5px;
}

.tomo_area .set_all .fukuro,.tomo_area .set_all .toka{
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  color: #e74473;
}


.tomo_area .set_all .toka{
  padding-left: 10px;
}

.tomo_area .set_all .kakaku{
  font-size: 45px;
  font-weight: 700;
  display: inline-block;
  color: #e74473;
  font-family: 'Arial','Courier','メイリオ',sans-serif;
}

@media screen and (max-width: 768px) {
  .att_bg {
    padding: 7% 3%;
  }

  .tomo_area .set_all .font_dai{
    font-size: 23px;
  }

  .howto_ttl{
    font-size: 27px;
    padding: 2% 0 4%;
  }

  .howto_text_all{
    padding: 2%;
  }

  .howto_text1{
    font-size: 20px;
    padding: 1%;
    font-weight: 700;
  }

  .howto_text2{
    font-size: 24px;
  }

  .tomo_area .set_all{
    margin: 3%;
  }

  .tomo_area .set_all .fukuro,.tomo_area .set_all .toka{
    font-size: 26px;
  }

  .tomo_area .set_all .kakaku{
    font-size: 50px;
  }

  .tomo_area .button-set{
    padding: 4% 10% 4% 10%;
  }

  .tomo_area .button-out{
    padding: 4% 10% 4% 10%;
  }


}

.tomo_okaimono{
  width: 100%;
  max-width: 285px;
  height: auto;
  margin: 4% auto 3%;
}

.tomo_area .button-home{
    border: 1px solid #6fb92c;
    background: #6fb92c;
    color: #fff;
    border-radius: 2em;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding: 2% 10% 2% 10%;
    width: 50%;
  }

  .tomo_area .button-home a{
    text-decoration: none;
  }

  .tomo_area .button-home i{
    padding-left: 5%;
  }

@media screen and (max-width: 768px) {
  .tomo_area .button-home{
    width: 90%;
    padding: 4% 10% 4% 10%;
    font-size: 17px;
  }
  .tomo_okaimono{
    margin: 6% auto 3%;
  }
}


/* 概要 ------------------------------------*/
.att_bg {
  background-color: #fffce4;
  padding: 3% 0;
}

.att_bg .att_txt{
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.att_bg .att_tl{
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 7%;
}

.att_bg .att_anata{
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding: 1% 4%;
  margin-bottom: 2%;
  background-color: #eb728a;
  display: inline-block;
}

.att_bg .att_otomo{
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding: 1% 4%;
  margin-bottom: 2%;
  background-color: #0082c8;
  display: inline-block;
}

.att_bg .pink {
  color: #e74473;
}

.att_bg .blue{
  color: #0082c8;
}

hr.line1{
  border: none;
  border-top: 1px dotted #0082c8;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .att_bg {
    padding: 7% 3%;
  }

  .att_bg .att_tl{
    font-size: 27px;
  }
}

.att_txt_pc {
  max-width: 720px;
  width: 90%;
  height: auto;
  margin: 2% auto;
  font-size: 15px;
  text-align: left;
  color: #522800;
  line-height: 1.4;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.att_txt_pc ul {
  margin-left: 5%;
}

.att_txt_pc li {
  list-style-type: disc;
}

.att_txt_br {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 1%;
}

.att_txt {
  margin: 0 3% 3% 0;
}
.att_txt small{
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .att_txt_pc{
    width: 100%;
  }
  .att_txt{
    margin: 0 0 4%;
  }
  .att_txt_dai {
    font-size: 17px;
  }
  .att_txt_chu {
    font-size: 16px;
  }
  .att_txt_br {
    font-size: 15px;
  }
}

/*1.バリのボックスの高さだけ他と変わる対応*/
@media screen and (max-width: 1000px) {
  .m_name{
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 853px) {
  .m_name{
    margin-bottom:0;
  }
}

/*------------------------------------ ページTOPへ------------------------------------*/
#page-top {
  margin: 10px;
}




/*------------------------------------ ログイン前後------------------------------------*/
.login_after p{
  margin: 20px;
}
.login_before_ p{
  margin: 5px 10px;
}
@media screen and (max-width: 768px) {
  .login_before_txt p{
     text-align: left;
  }
}
